: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: #ec2229;
    --bs-secondary: #1d918d;
    --bs-success: #60992d;
    --bs-info: #006cc2;
    --bs-warning: #f18f01;
    --bs-danger: #dc3545;
    --bs-light: #f6f6f6;
    --bs-dark: #222;
    --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 {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "Helvetica", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}
h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
}
h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}
h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
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: #222;
    text-decoration: none;
}
a:hover {
    color: #ec2229;
}
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: #222;
    border-radius: 0.375rem;
}
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: rgba(34, 34, 34, 0.7);
    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:not(:focus-visible) {
    outline: 0;
}
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;
}
select:disabled {
    opacity: 1;
}
[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;
} /* rtl:raw: [type="tel"], [type="url"], [type="email"], [type="number"] {direction: ltr; } */
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
}
::file-selector-button {
    font: inherit;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.3;
}
@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.25rem;
}
.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: 1px solid #dee2e6;
    border-radius: 0.5rem;
    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;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        /*max-width: 540px;*/
    }
}
@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: 1260px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}
@media (min-width: 1260px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1260px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #222;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #222;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #222;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #222;
    vertical-align: top;
    border-color: #e9e9e9;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.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: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #fbd3d4;
    --bs-table-striped-bg: #eec8c9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e2bebf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e8c3c4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e2bebf;
}
.table-secondary {
    --bs-table-bg: #d2e9e8;
    --bs-table-striped-bg: #c8dddc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bdd2d1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c2d8d7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bdd2d1;
}
.table-success {
    --bs-table-bg: #dfebd5;
    --bs-table-striped-bg: #d4dfca;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c9d4c0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ced9c5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c9d4c0;
}
.table-info {
    --bs-table-bg: #cce2f3;
    --bs-table-striped-bg: #c2d7e7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8cbdb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bdd1e1;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8cbdb;
}
.table-warning {
    --bs-table-bg: #fce9cc;
    --bs-table-striped-bg: #efddc2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e3d2b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e9d8bd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e3d2b8;
}
.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}
.table-light {
    --bs-table-bg: #f6f6f6;
    --bs-table-striped-bg: #eaeaea;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dddddd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4e4e4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dddddd;
}
.table-dark {
    --bs-table-bg: #222;
    --bs-table-striped-bg: #2d2d2d;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #383838;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #333333;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #383838;
}
.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: 1259.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.6875rem + 1px);
    padding-bottom: calc(0.6875rem + 1px);
    font-size: 1rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: rgba(34, 34, 34, 0.7);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.4375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(34, 34, 34, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #222;
    background-color: #fff;
    border-color: #f69194;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(236, 34, 41, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-moz-placeholder {
    color: rgba(34, 34, 34, 0.7);
    opacity: 1;
}
.form-control::placeholder {
    color: rgba(34, 34, 34, 0.7);
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e5e5e5;
    opacity: 1;
}
.form-control::-webkit-file-upload-button {
    padding: 0.4375rem 1rem;
    margin: -0.4375rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #222;
    background-color: #e5e5e5;
    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;
    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;
}
.form-control::file-selector-button {
    padding: 0.4375rem 1rem;
    margin: -0.4375rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #222;
    background-color: #e5e5e5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
    padding: 0.4375rem 1rem;
    margin: -0.4375rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #222;
    background-color: #e5e5e5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button {
        transition: none;
    }
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dadada;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dadada;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dadada;
}
.form-control::-webkit-file-upload-button {
    padding: 0.4375rem 1rem;
    margin: -0.4375rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #222;
    background-color: #e5e5e5;
    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;
    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;
}
@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: #dadada;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.4375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #222;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 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(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
}
.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-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::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(1.5em + (1.375rem + 2px));
    padding: 0.6875rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.6875rem 1.5rem;
    margin: -0.6875rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
}
.form-control-lg::file-selector-button {
    padding: 0.6875rem 1.5rem;
    margin: -0.6875rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
}
.form-control-lg::file-selector-button {
    padding: 0.6875rem 1.5rem;
    margin: -0.6875rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.6875rem 1.5rem;
    margin: -0.6875rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
}
textarea.form-control {
    min-height: calc(1.5em + (0.875rem + 2px));
}
textarea.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
    min-height: calc(1.5em + (1.375rem + 2px));
}
.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.4375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.375rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.4375rem 3rem 0.4375rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    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 1rem center;
    background-size: 16px 12px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #f69194;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(236, 34, 41, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e5e5e5;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #222;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.form-select-lg {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.5rem;
    font-size: 1rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-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;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #f69194;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(236, 34, 41, 0.25);
}
.form-check-input:checked {
    background-color: #ec2229;
    border-color: #ec2229;
}
.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: #ec2229;
    border-color: #ec2229;
    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;
    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='%23fff'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: left 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='%230084ff'/%3e%3c/svg%3e");
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(236, 34, 41, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(236, 34, 41, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ec2229;
    border: 0;
    border-radius: 1rem;
    -webkit-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-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: #f9bdbf;
}
.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: #ec2229;
    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: #f9bdbf;
}
.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 + 2px);
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control {
    padding: 1rem 1rem;
}
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 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:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.4375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    text-align: center;
    white-space: nowrap;
    background-color: #e5e5e5;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0.375rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.6875rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}
.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.875rem;
    border-radius: 0.375rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 4rem;
}
.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: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #60992d;
}
.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.875rem;
    color: #fff;
    background-color: rgba(96, 153, 45, 0.9);
    border-radius: 0.5rem;
}
.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: #60992d;
    padding-right: calc(1.5em + 0.875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2360992D' 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.375em + 0.21875rem) center;
    background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #60992d;
    box-shadow: 0 0 0 0 rgba(96, 153, 45, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.875rem);
    background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #60992d;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    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='%2360992D' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #60992d;
    box-shadow: 0 0 0 0 rgba(96, 153, 45, 0.25);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #60992d;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #60992d;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0 rgba(96, 153, 45, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #60992d;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}
.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.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.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.5rem;
}
.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: #dc3545;
    padding-right: calc(1.5em + 0.875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.21875rem) center;
    background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.875rem);
    background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4375rem 1rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #222;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(236, 34, 41, 0.25);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #ec2229;
    border-color: #ec2229;
}
.btn-primary:hover {
    color: #fff;
    background-color: #c91d23;
    border-color: #bd1b21;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #c91d23;
    border-color: #bd1b21;
    box-shadow: 0 0 0 0 rgba(239, 67, 73, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bd1b21;
    border-color: #b11a1f;
}
.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 {
    box-shadow: 0 0 0 0 rgba(239, 67, 73, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #ec2229;
    border-color: #ec2229;
}
.btn-secondary {
    color: #fff;
    background-color: #1d918d;
    border-color: #1d918d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #197b78;
    border-color: #177471;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #197b78;
    border-color: #177471;
    box-shadow: 0 0 0 0 rgba(63, 162, 158, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #177471;
    border-color: #166d6a;
}
.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 {
    box-shadow: 0 0 0 0 rgba(63, 162, 158, 0.5);
}
.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #fff;
    background-color: #1d918d;
    border-color: #1d918d;
}
.btn-success {
    color: #fff;
    background-color: #60992d;
    border-color: #60992d;
}
.btn-success:hover {
    color: #fff;
    background-color: #528226;
    border-color: #4d7a24;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #528226;
    border-color: #4d7a24;
    box-shadow: 0 0 0 0 rgba(120, 168, 77, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4d7a24;
    border-color: #487322;
}
.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 {
    box-shadow: 0 0 0 0 rgba(120, 168, 77, 0.5);
}
.btn-success:disabled,
.btn-success.disabled {
    color: #fff;
    background-color: #60992d;
    border-color: #60992d;
}
.btn-info {
    color: #fff;
    background-color: #006cc2;
    border-color: #006cc2;
}
.btn-info:hover {
    color: #fff;
    background-color: #005ca5;
    border-color: #00569b;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #005ca5;
    border-color: #00569b;
    box-shadow: 0 0 0 0 rgba(38, 130, 203, 0.5);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00569b;
    border-color: #005192;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 130, 203, 0.5);
}
.btn-info:disabled,
.btn-info.disabled {
    color: #fff;
    background-color: #006cc2;
    border-color: #006cc2;
}
.btn-warning {
    color: #000;
    background-color: #f18f01;
    border-color: #f18f01;
}
.btn-warning:hover {
    color: #000;
    background-color: #f3a027;
    border-color: #f29a1a;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #f3a027;
    border-color: #f29a1a;
    box-shadow: 0 0 0 0 rgba(205, 122, 1, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #f4a534;
    border-color: #f29a1a;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(205, 122, 1, 0.5);
}
.btn-warning:disabled,
.btn-warning.disabled {
    color: #000;
    background-color: #f18f01;
    border-color: #f18f01;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled,
.btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-light {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-light:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
}
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f8f8f8;
    border-color: #f7f7f7;
}
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
}
.btn-light:disabled,
.btn-light.disabled {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-dark {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-dark:hover {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1b1b1b;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1b1b1b;
    box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1a1a1a;
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
}
.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-outline-primary {
    color: #ec2229;
    border-color: #ec2229;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #ec2229;
    border-color: #ec2229;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(236, 34, 41, 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: #fff;
    background-color: #ec2229;
    border-color: #ec2229;
}
.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 {
    box-shadow: 0 0 0 0 rgba(236, 34, 41, 0.5);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #ec2229;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #1d918d;
    border-color: #1d918d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #1d918d;
    border-color: #1d918d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(29, 145, 141, 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: #fff;
    background-color: #1d918d;
    border-color: #1d918d;
}
.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 {
    box-shadow: 0 0 0 0 rgba(29, 145, 141, 0.5);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #1d918d;
    background-color: transparent;
}
.btn-outline-success {
    color: #60992d;
    border-color: #60992d;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #60992d;
    border-color: #60992d;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(96, 153, 45, 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: #fff;
    background-color: #60992d;
    border-color: #60992d;
}
.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 {
    box-shadow: 0 0 0 0 rgba(96, 153, 45, 0.5);
}
.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #60992d;
    background-color: transparent;
}
.btn-outline-info {
    color: #006cc2;
    border-color: #006cc2;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #006cc2;
    border-color: #006cc2;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(0, 108, 194, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #fff;
    background-color: #006cc2;
    border-color: #006cc2;
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(0, 108, 194, 0.5);
}
.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #006cc2;
    background-color: transparent;
}
.btn-outline-warning {
    color: #f18f01;
    border-color: #f18f01;
}
.btn-outline-warning:hover {
    color: #000;
    background-color: #f18f01;
    border-color: #f18f01;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(241, 143, 1, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #f18f01;
    border-color: #f18f01;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(241, 143, 1, 0.5);
}
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #f18f01;
    background-color: transparent;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-light {
    color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-outline-light:hover {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(246, 246, 246, 0.5);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(246, 246, 246, 0.5);
}
.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #f6f6f6;
    background-color: transparent;
}
.btn-outline-dark {
    color: #222;
    border-color: #222;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #222;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #222;
    text-decoration: none;
}
.btn-link:hover {
    color: #ec2229;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 0.6875rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.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;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #222;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1260px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    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[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    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[data-bs-popper] {
    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: #222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #1f1f1f;
    background-color: #f8f8f8;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ebebeb;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    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.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #222;
}
.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: #ebebeb;
}
.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;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #222;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:hover,
.nav-link:focus {
    color: #ec2229;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e5e5e5 #e5e5e5 #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 50rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ec2229;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1260px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0.5rem;
}
.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.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.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: 1rem;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}
.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.5rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-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;
    }
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #222;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #d41f25;
    background-color: #fde9ea;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #f69194;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(236, 34, 41, 0.25);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.625rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.625rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
    color: #222;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    color: #222;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: #222;
    background-color: #e5e5e5;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    color: #222;
    background-color: #e5e5e5;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(236, 34, 41, 0.25);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ec2229;
    border-color: #ec2229;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.pagination-lg .page-link {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    color: #8e1419;
    background-color: #fbd3d4;
    border-color: #f9bdbf;
}
.alert-primary .alert-link {
    color: #721014;
}
.alert-secondary {
    color: #115755;
    background-color: #d2e9e8;
    border-color: #bbdedd;
}
.alert-secondary .alert-link {
    color: #0e4644;
}
.alert-success {
    color: #3a5c1b;
    background-color: #dfebd5;
    border-color: #cfe0c0;
}
.alert-success .alert-link {
    color: #2e4a16;
}
.alert-info {
    color: #004174;
    background-color: #cce2f3;
    border-color: #b3d3ed;
}
.alert-info .alert-link {
    color: #00345d;
}
.alert-warning {
    color: #915601;
    background-color: #fce9cc;
    border-color: #fbddb3;
}
.alert-warning .alert-link {
    color: #744501;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    color: #626262;
    background-color: #fdfdfd;
    border-color: #fcfcfc;
}
.alert-light .alert-link {
    color: #4e4e4e;
}
.alert-dark {
    color: #141414;
    background-color: lightgray;
    border-color: #bdbdbd;
}
.alert-dark .alert-link {
    color: #101010;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e5e5e5;
    border-radius: 0.5rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ec2229;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.5rem;
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f6f6f6;
}
.list-group-item-action:active {
    color: #222;
    background-color: #e5e5e5;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #222;
    background-color: #fff;
    border: 1px solid rgba(34, 34, 34, 0.1);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ec2229;
    border-color: #ec2229;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.5rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.5rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.5rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.5rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.5rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.5rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1260px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.5rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.5rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #8e1419;
    background-color: #fbd3d4;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #8e1419;
    background-color: #e2bebf;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #8e1419;
    border-color: #8e1419;
}
.list-group-item-secondary {
    color: #115755;
    background-color: #d2e9e8;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #115755;
    background-color: #bdd2d1;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #115755;
    border-color: #115755;
}
.list-group-item-success {
    color: #3a5c1b;
    background-color: #dfebd5;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #3a5c1b;
    background-color: #c9d4c0;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #3a5c1b;
    border-color: #3a5c1b;
}
.list-group-item-info {
    color: #004174;
    background-color: #cce2f3;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #004174;
    background-color: #b8cbdb;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #004174;
    border-color: #004174;
}
.list-group-item-warning {
    color: #915601;
    background-color: #fce9cc;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #915601;
    background-color: #e3d2b8;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #915601;
    border-color: #915601;
}
.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}
.list-group-item-light {
    color: #626262;
    background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #626262;
    background-color: #e4e4e4;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}
.list-group-item-dark {
    color: #141414;
    background-color: lightgray;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #141414;
    background-color: #bebebe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141414;
    border-color: #141414;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.5rem;
    opacity: 0.5;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(236, 34, 41, 0.25);
    opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}
.toast:not(.showing):not(.show) {
    opacity: 0;
}
.toast.hide {
    display: none;
}
.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}
.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.2s ease-out;
    transform: scale(0.8);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1.25rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.6;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9e9e9;
    border-top-left-radius: calc(1.25rem - 1px);
    border-top-right-radius: calc(1.25rem - 1px);
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #e9e9e9;
    border-bottom-right-radius: calc(1.25rem - 1px);
    border-bottom-left-radius: calc(1.25rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 408px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 830px;
    }
}
@media (min-width: 1260px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1259.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.5rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.625rem;
}
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.625rem - 1px);
    border-top-right-radius: calc(0.625rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 1rem 1rem;
    color: #222;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
} /* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
} /* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
} /* rtl:options: {"autoRename": true, "stringMap":[ {"name"    : "prev-next", "search"  : "prev", "replace" : "next"} ] } */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.link-primary {
    color: #ec2229;
}
.link-primary:hover,
.link-primary:focus {
    color: #bd1b21;
}
.link-secondary {
    color: #1d918d;
}
.link-secondary:hover,
.link-secondary:focus {
    color: #177471;
}
.link-success {
    color: #60992d;
}
.link-success:hover,
.link-success:focus {
    color: #4d7a24;
}
.link-info {
    color: #006cc2;
}
.link-info:hover,
.link-info:focus {
    color: #00569b;
}
.link-warning {
    color: #f18f01;
}
.link-warning:hover,
.link-warning:focus {
    color: #f4a534;
}
.link-danger {
    color: #dc3545;
}
.link-danger:hover,
.link-danger:focus {
    color: #b02a37;
}
.link-light {
    color: #f6f6f6;
}
.link-light:hover,
.link-light:focus {
    color: #f8f8f8;
}
.link-dark {
    color: #222;
}
.link-dark:hover,
.link-dark:focus {
    color: #1b1b1b;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1260px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #e9e9e9 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #e9e9e9 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #e9e9e9 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #e9e9e9 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #e9e9e9 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #ec2229 !important;
}
.border-secondary {
    border-color: #1d918d !important;
}
.border-success {
    border-color: #60992d !important;
}
.border-info {
    border-color: #006cc2 !important;
}
.border-warning {
    border-color: #f18f01 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f6f6f6 !important;
}
.border-dark {
    border-color: #222 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 1.7 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
} /* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
} /* rtl:end:remove */
.text-primary {
    color: #ec2229 !important;
}
.text-secondary {
    color: #1d918d !important;
}
.text-success {
    color: #60992d !important;
}
.text-info {
    color: #006cc2 !important;
}
.text-warning {
    color: #f18f01 !important;
}
.text-danger {
    color: #dc3545 !important;
}
.text-light {
    color: #f6f6f6 !important;
}
.text-dark {
    color: #222 !important;
}
.text-white {
    color: #fff !important;
}
.text-body {
    color: #222 !important;
}
.text-muted {
    color: rgba(34, 34, 34, 0.7) !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;
}
.bg-primary {
    background-color: #ec2229 !important;
}
.bg-secondary {
    background-color: #1d918d !important;
}
.bg-success {
    background-color: #60992d !important;
}
.bg-info {
    background-color: #006cc2 !important;
}
.bg-warning {
    background-color: #f18f01 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-light {
    background-color: #f6f6f6 !important;
}
.bg-dark {
    background-color: #222 !important;
}
.bg-body {
    background-color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 0.5rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.375rem !important;
}
.rounded-2 {
    border-radius: 0.5rem !important;
}
.rounded-3 {
    border-radius: 0.625rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-4 {
    border-radius: 0.75rem !important;
}
.rounded-top {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}
.rounded-end {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}
.rounded-start {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1260px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
} /*---------------------------------------------------- hamburger ----------------------------------------------------*/
.hamburger {
    padding: 18px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active:hover {
    opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}
.hamburger-box {
    width: 20px;
    height: 14px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
} /* * Slider */
.hamburger--slider .hamburger-inner {
    top: 1px;
}
.hamburger--slider .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}
@media (max-width: 767.98px) {
    .hamburger {
        margin-left: -15px;
    }
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
    border-radius: 50rem;
}
.hamburger-inner:before {
    width: 85%;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
} /*---------------------------------------------------- swiper ----------------------------------------------------*/
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #000;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0; /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
} /* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
} /* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} /* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px; /* --swiper-navigation-color: var(--swiper-theme-color); */
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
:root {
    /* --swiper-pagination-color: var(--swiper-theme-color); */
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
} /* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
} /* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
} /* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
} /*------------------------- swiper extension --------------------------*/
.swiper {
    position: relative;
}
.swiper .swiper-container {
    position: static;
}
.swiper-container {
    min-height: 6.25rem;
}
.swiper-container:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border: 5px solid;
    border-color: #dee2e6 #f3f3f3 #f3f3f3 #f3f3f3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 400ms linear infinite;
    animation: spin 400ms linear infinite;
}
.swiper-container > * {
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .swiper-container > * {
        transition: none;
    }
}
.swiper-container.swiper-container-initialized {
    min-height: auto;
}
.swiper-container.swiper-container-initialized:after {
    display: none;
}
.swiper-container.swiper-container-initialized > * {
    visibility: visible;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.swiper-pagination-bullets {
    font-size: 0;
}
.swiper-pagination-bullet {
    height: 0.375rem;
    width: 0.375rem;
    background-color: black;
    opacity: 0.1;
}
.swiper-pagination-bullet-active {
    background-color: #ec2229;
    opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.625rem;
}
.swiper-pagination-light .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.2;
}
.swiper-pagination-light .swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-container-horizontal .swiper-pagination-1 {
    bottom: 1.5rem;
}
@media (max-width: 767.98px) {
    .swiper-container-horizontal .swiper-pagination-1 {
        bottom: 1rem;
    }
}
.swiper-pagination-1 .swiper-pagination-bullet {
    width: 1.875rem;
    height: 0.5625rem;
    border-radius: 50rem;
}
@media (max-width: 767.98px) {
    .swiper-pagination-1 .swiper-pagination-bullet {
        width: 1.25rem;
        height: 0.25rem;
    }
}
.swiper-container-horizontal .swiper-pagination-1 .swiper-pagination-bullet {
    margin: 0 0.25rem;
}
.swiper-pagination-1 .swiper-pagination-bullet:not(.swiper-pagination-bullet) {
    opacity: 0.2;
}
.swiper-pagination-outside .swiper-container-horizontal .swiper-pagination-bullets {
    position: static;
    margin-top: 1.5rem;
    font-size: 0;
}
.swiper-pagination-outside .swiper-container-horizontal .swiper-pagination-bullets-dynamic {
    transform: none;
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-prev,
.swiper-button-next {
    height: 1em;
    width: 1em;
    transform: translateY(-50%);
    margin: 0 1.5rem;
    font-size: 2rem;
    border-radius: 0.375rem;
}
@media (max-width: 1259.98px) {
    .swiper-button-prev,
    .swiper-button-next {
        margin: 0 0.5rem;
    }
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.swiper-button-prev [class*="iconsvg"],
.swiper-button-next [class*="iconsvg"] {
    font-size: 0.5em;
}
.swiper-button-prev:not(.swiper-button-disabled):not(.btn),
.swiper-button-next:not(.swiper-button-disabled):not(.btn) {
    opacity: 1;
    transition: opacity, 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .swiper-button-prev:not(.swiper-button-disabled):not(.btn),
    .swiper-button-next:not(.swiper-button-disabled):not(.btn) {
        transition: none;
    }
}
.swiper-button-prev:not(.swiper-button-disabled):not(.btn):hover,
.swiper-button-next:not(.swiper-button-disabled):not(.btn):hover {
    opacity: 1;
}
.swiper-button-prev.btn,
.swiper-button-next.btn {
    padding: 0;
}
.swiper-button-prev.btn:after,
.swiper-button-prev.btn .feather,
.swiper-button-next.btn:after,
.swiper-button-next.btn .feather {
    font-size: 0.5em;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-fullwidth .swiper-button-prev,
.swiper-fullwidth .swiper-button-next {
    height: 2em;
    margin: 0;
}
.swiper-fullwidth .swiper-button-prev {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.swiper-fullwidth .swiper-button-next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.swiper-buttons-sm .swiper-button-prev,
.swiper-buttons-sm .swiper-button-next {
    font-size: 1.4rem;
}
.swiper-buttons-sm .swiper-button-prev {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.swiper-buttons-sm .swiper-button-next {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.swiper-buttons-lg .swiper-button-prev,
.swiper-buttons-lg .swiper-button-next {
    font-size: 2.4rem;
}
.swiper-buttons-lg .swiper-button-prev {
    border-top-right-radius: 0.45rem;
    border-bottom-right-radius: 0.45rem;
}
.swiper-buttons-lg .swiper-button-next {
    border-top-left-radius: 0.45rem;
    border-bottom-left-radius: 0.45rem;
}
.swiper-buttons-title .swiper-buttons {
    position: absolute;
    right: 0;
    bottom: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.75rem;
}
.swiper-buttons-title .swiper-button-prev,
.swiper-buttons-title .swiper-button-next {
    position: static;
    transform: none;
    margin: 0 0.75rem;
}
.swiper-buttons-bottom > .swiper-container > .swiper-buttons {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}
.swiper-buttons-bottom > .swiper-container > .swiper-buttons > .swiper-button-prev,
.swiper-buttons-bottom > .swiper-container > .swiper-buttons > .swiper-button-next {
    position: static;
    transform: none;
    margin: 0 0.75rem;
}
.swiper-buttons-bottom > .swiper-container > .swiper-buttons > .swiper-button-prev {
    margin: 0 0.25rem 0 0;
}
.swiper-buttons-bottom > .swiper-container > .swiper-buttons > .swiper-button-next {
    margin: 0;
}
.swiper-buttons-bottom-right > .swiper-container > .swiper-buttons {
    position: absolute;
    right: 1.5rem;
    bottom: 1.25rem;
}
.swiper-buttons-bottom-right.swiper-pagination-outside > .swiper-container > .swiper-buttons {
    bottom: 3.125rem;
}
@media (min-width: 576px) and (max-width: 1259.98px) {
    .swiper-buttons-outside .swiper-button-prev,
    .swiper-buttons-outside .swiper-button-next {
        margin: 0;
    }
}
@media (min-width: 576px) {
    .swiper-buttons-outside .swiper-button-next {
        transform: translate(50%, -50%);
    }
}
@media (min-width: 1260px) {
    .swiper-buttons-outside .swiper-button-next {
        left: 100%;
        right: auto;
        transform: translateY(-50%);
    }
}
@media (min-width: 576px) {
    .swiper-buttons-outside .swiper-button-prev {
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1260px) {
    .swiper-buttons-outside .swiper-button-prev {
        right: 100%;
        left: auto;
        transform: translateY(-50%);
    }
}
@media (min-width: 576px) {
    .swiper-buttons-overlap .swiper-button-prev,
    .swiper-buttons-overlap .swiper-button-next {
        margin: 0;
    }
    .swiper-buttons-overlap .swiper-button-next {
        transform: translate(50%, -50%);
    }
    .swiper-buttons-overlap .swiper-button-prev {
        transform: translate(-50%, -50%);
    }
} /*---------------------------------------------------- perfect-scrollbar ----------------------------------------------------*/ /* * Container style */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
} /* * Scrollbar rail styles */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px; /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px; /* please don't change 'position' */
    position: absolute;
}
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 15px; /* there must be 'right' or 'left' for ps__rail-y */
    right: 0; /* please don't change 'position' */
    position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
} /* * Scrollbar thumb styles */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px; /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px; /* please don't change 'position' */
    position: absolute;
}
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px; /* there must be 'right' for ps__thumb-y */
    right: 2px; /* please don't change 'position' */
    position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
} /* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
} /*------------------------- perfect-scrollbar extension --------------------------*/
.perfect-scrollbar {
    position: relative;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.ps .ps__rail-y {
    z-index: 1;
    margin-right: 0.25rem;
    transform: scaleY(0.98);
}
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:hover {
    background-color: transparent;
}
.ps .ps__thumb-y {
    right: 0;
    width: 0.3125rem;
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}
.animated {
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.repeat-1 {
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
}
.animated.repeat-2 {
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animated.repeat-3 {
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animated.delay-1s {
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}
.animated.delay-2s {
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2);
}
.animated.delay-3s {
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3);
}
.animated.delay-4s {
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4);
}
.animated.delay-5s {
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5);
}
.animated.faster {
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
}
.animated.fast {
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8);
}
.animated.slow {
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}
.animated.slower {
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
    .animated[class*="Out"] {
        opacity: 0;
    }
}
@-webkit-keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(0.95, 0.95, 0.95);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(0.95, 0.95, 0.95);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes pulse-paused {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse-paused {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.flexbin {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -3px;
}
.flexbin:after {
    content: "";
    flex-grow: 999999999;
    min-width: 170px;
    height: 0;
}
.flexbin > * {
    position: relative;
    display: block;
    height: 170px;
    margin: 3px;
    flex-grow: 1;
}
.flexbin > * > img {
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
}
.flexbin.flexbin-margin {
    margin: 3px;
}
@media (max-width: 992px) {
    .flexbin {
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        margin: -3px;
    }
    .flexbin:after {
        content: "";
        flex-grow: 999999999;
        min-width: 150px;
        height: 0;
    }
    .flexbin > * {
        position: relative;
        display: block;
        height: 150px;
        margin: 3px;
        flex-grow: 1;
    }
    .flexbin > * > img {
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
        min-width: 100%;
        vertical-align: bottom;
    }
    .flexbin.flexbin-margin {
        margin: 3px;
    }
}
@media (max-width: 576px) {
    .flexbin {
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        margin: -3px;
    }
    .flexbin:after {
        content: "";
        flex-grow: 999999999;
        min-width: 130px;
        height: 0;
    }
    .flexbin > * {
        position: relative;
        display: block;
        height: 130px;
        margin: 3px;
        flex-grow: 1;
    }
    .flexbin > * > img {
        height: 130px;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
        min-width: 100%;
        vertical-align: bottom;
    }
    .flexbin.flexbin-margin {
        margin: 3px;
    }
} /*# sourceMappingURL=vendor.css.map */
@charset "UTF-8"; /*---------------------------------------------------- Name: 			main.css Written by: 	TUTA Theme Version:	@@version ----------------------------------------------------*/ /*---------------------------------------------------- base ----------------------------------------------------*/
a.text-muted:hover,
a.text-muted:focus {
    color: #ec2229 !important;
} /*---------------------------------------------------- fonts ----------------------------------------------------*/
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/helvetica/Helvetica.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/helvetica/Helvetica-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Noto Serif";
    src: url("../fonts/noto-serif/NotoSerif-BoldItalic.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "SVN Astronout";
    src: url("../fonts/svn-astronout/SVN-Astronout.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ExtraBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 800;
} /*---------------------------------------------------- text ----------------------------------------------------*/
.text-primary-dark {
    color: #b80000 !important;
}
.text-primary-grad {
    background: linear-gradient(90deg, #ec2229, #f56e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-tertiary {
    color: #00004d !important;
}
.link-tertiary {
    color: #00004d;
}
.link-tertiary:hover,
.link-tertiary:focus {
    color: #00003e;
}
.text-gray {
    color: #464646 !important;
}
.text-question {
    color: #8f92a1;
}
.text-orange {
    color: #fa532f !important;
}
.text-blue {
    color: #004eac !important;
}
.text-black-40 {
    color: rgba(34, 34, 34, 0.4) !important;
}
.text-yellow {
    color: #ffe263 !important;
} /*---------------------------------------------------- background ----------------------------------------------------*/
.bg-tertiary {
    background-color: #00004d !important;
}
.bg-primary-dark {
    background-color: #b80000 !important;
}
.bg-primary-light {
    background-color: #ffeaed !important;
}
.bg-primary-grad {
    background-image: linear-gradient(90deg, #f56e0b 0%, #ec2229 100%) !important;
}
.bg-yellow {
    background-color: #fff7aa !important;
}
.bg-light-2 {
    background-color: #f4f8fc !important;
}
.bg-success-light {
    background-color: #dfebd5 !important;
}
.bg-blue {
    background-color: #004eac !important;
}
.bg-blue-light {
    background-color: #eff9fe !important;
}
.bg-f9fafd {
    background-color: #f9fafd !important;
}
.bg-gradient-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%) !important;
} /*---------------------------------------------------- helpers ----------------------------------------------------*/
.fw-1 {
    font-weight: 100 !important;
}
.fw-2 {
    font-weight: 200 !important;
}
.fw-3 {
    font-weight: 300 !important;
}
.fw-4 {
    font-weight: 400 !important;
}
.fw-5 {
    font-weight: 500 !important;
}
.fw-6 {
    font-weight: 600 !important;
}
.fw-7 {
    font-weight: 700 !important;
}
.fw-8 {
    font-weight: 800 !important;
}
.fw-9 {
    font-weight: 900 !important;
}
.fs-inherit {
    font-size: inherit !important;
}
.fs-base {
    font-size: 1rem !important;
}
.fs-xs {
    font-size: 0.75rem !important;
}
.fs-sm {
    font-size: 0.875rem !important;
}
.fs-lg {
    font-size: 1.25rem !important;
}
.fs-10px {
    font-size: 0.625rem !important;
}
.fs-18px {
    font-size: 1.125rem !important;
}
.lh-heading {
    line-height: 1.3 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-05 {
    line-height: 0.5 !important;
}
.lh-03 {
    line-height: 0.3 !important;
}
.ff-secondary {
    font-family: "Montserrat", sans-serif !important;
}
.ff-tertiary {
    font-family: "SVN Astronout", sans-serif !important;
}
.ff-quaternary {
    font-family: "Noto Serif", sans-serif !important;
}
.filter-light {
    filter: brightness(0) invert(1);
}
.filter-dark {
    filter: brightness(0) invert(0);
}
.rotate-90 {
    transform: rotate(90deg) !important;
}
.rotate-180 {
    transform: rotate(180deg) !important;
}
.text-highlight {
    color: #ffe263 !important;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center-x {
    display: flex;
    justify-content: center;
}
.flex-center-y {
    display: flex;
    align-items: center;
}
.of-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.op-bottom {
    -o-object-position: bottom center !important;
    object-position: bottom center !important;
}
.rounded-xs {
    border-radius: 0.25rem !important;
}
.rounded-20px {
    border-radius: 1.25rem !important;
}
.icon-size-1 {
    display: inline-block;
    width: 0.875rem;
}
.hover-o-7 {
    transition: opacity 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .hover-o-7 {
        transition: none;
    }
}
.hover-o-7:hover,
.hover-o-7:focus {
    opacity: 0.7 !important;
}
.text-justify {
    text-align: justify !important;
}
.w-1em {
    width: 1em !important;
}
.mh-none {
    max-height: none !important;
}
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-auto {
    top: auto !important;
} /*---------------------------------------------------- sprites image ----------------------------------------------------*/
[class*="iconsvg"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
[class*="-o "],
[class$="-o"] {
    fill: transparent;
    stroke: currentColor;
}
.iconsvg-arrow-right-o {
    font-size: 0.625rem;
    width: 1.4em;
}
.iconsvg-bell {
    font-size: 1rem;
    width: 0.9375em;
}
.iconsvg-bolt {
    font-size: 0.8125rem;
    width: 0.69231em;
}
.iconsvg-book {
    font-size: 2.6875rem;
    width: 0.83721em;
}
.iconsvg-book-az {
    font-size: 2.875rem;
    width: 0.82609em;
}
.iconsvg-book-open {
    font-size: 1.25rem;
    width: 1.1em;
}
.iconsvg-book-open-2 {
    font-size: 1.6875rem;
    width: 1.2963em;
}
.iconsvg-books {
    font-size: 1.5rem;
    width: 1em;
}
.iconsvg-books-2 {
    font-size: 1.0625rem;
    width: 1.23529em;
}
.iconsvg-breathable {
    font-size: 2.9375rem;
    width: 0.97872em;
}
.iconsvg-calendar {
    font-size: 0.75rem;
    width: 1.08333em;
}
.iconsvg-calendar-clock {
    font-size: 1.4375rem;
    width: 1em;
}
.iconsvg-chart-pie {
    font-size: 1.25rem;
    width: 1em;
}
.iconsvg-check {
    font-size: 0.8125rem;
    width: 0.92308em;
}
.iconsvg-check-circle {
    font-size: 1.5rem;
    width: 1em;
}
.iconsvg-chevron-right {
    font-size: 1rem;
    width: 0.5625em;
}
.iconsvg-clipboard-list-check {
    font-size: 3.5625rem;
    width: 0.91228em;
}
.iconsvg-clock {
    font-size: 0.625rem;
    width: 1em;
}
.iconsvg-clock-2 {
    font-size: 1.25rem;
    width: 1em;
}
.iconsvg-comment-line-o {
    font-size: 1rem;
    width: 0.9375em;
}
.iconsvg-comments {
    font-size: 2.0625rem;
    width: 1.06061em;
}
.iconsvg-directions {
    font-size: 1rem;
    width: 1em;
}
.iconsvg-double-quote-2-left {
    font-size: 2.0625rem;
    width: 1.21212em;
}
.iconsvg-double-quote-2-right {
    font-size: 2.1875rem;
    width: 1.22857em;
}
.iconsvg-double-quote-left {
    font-size: 3.125rem;
    width: 1.42em;
}
.iconsvg-download {
    font-size: 0.75rem;
    width: 1em;
}
.iconsvg-download-2 {
    font-size: 0.875rem;
    width: 1em;
}
.iconsvg-ellipsis-h {
    font-size: 0.5625rem;
    width: 4.88889em;
}
.iconsvg-equalizer {
    font-size: 1rem;
    width: 1em;
}
.iconsvg-eye {
    font-size: 0.75rem;
    width: 1em;
}
.iconsvg-facebook {
    font-size: 1rem;
    width: 0.5625em;
}
.iconsvg-file {
    font-size: 1.375rem;
    width: 0.77273em;
}
.iconsvg-file-edit {
    font-size: 2.125rem;
    width: 1em;
}
.iconsvg-gift {
    font-size: 0.875rem;
    width: 1em;
}
.iconsvg-graduation-cap {
    font-size: 1.375rem;
    width: 1.09091em;
}
.iconsvg-graduation-cap-2 {
    font-size: 1.1875rem;
    width: 1.10526em;
}
.iconsvg-group {
    font-size: 1.125rem;
    width: 1.44444em;
}
.iconsvg-group-2 {
    font-size: 1rem;
    width: 1.5em;
}
.iconsvg-group-3 {
    font-size: 1.1875rem;
    width: 1.10526em;
}
.iconsvg-headphones {
    font-size: 1.25rem;
    width: 1.05em;
}
.iconsvg-headphones-2 {
    font-size: 2.3125rem;
    width: 1.08108em;
}
.iconsvg-headset {
    font-size: 1.4375rem;
    width: 1em;
}
.iconsvg-home {
    font-size: 1.4375rem;
    width: 1.04348em;
}
.iconsvg-key {
    font-size: 2.3125rem;
    width: 1em;
}
.iconsvg-laptop {
    font-size: 1rem;
    width: 1.75em;
}
.iconsvg-laptop-graduation-cap {
    font-size: 1.3125rem;
    width: 1.09524em;
}
.iconsvg-link {
    font-size: 1.125rem;
    width: 1em;
}
.iconsvg-list-o {
    font-size: 0.6875rem;
    width: 1.18182em;
}
.iconsvg-lock {
    font-size: 0.9375rem;
    width: 0.86667em;
}
.iconsvg-lock-2 {
    font-size: 0.9375rem;
    width: 0.8em;
}
.iconsvg-long-arrow-right {
    font-size: 0.5rem;
    width: 2em;
}
.iconsvg-long-arrow-right-2 {
    font-size: 0.625rem;
    width: 2.1em;
}
.iconsvg-long-arrow-right-3 {
    font-size: 1.5rem;
    width: 5.20833em;
}
.iconsvg-mail {
    font-size: 0.75rem;
    width: 1.33333em;
}
.iconsvg-map-pin {
    font-size: 0.875rem;
    width: 0.85714em;
}
.iconsvg-map-pin-2 {
    font-size: 1rem;
    width: 0.6875em;
}
.iconsvg-messenger {
    font-size: 1.5625rem;
    width: 0.96em;
}
.iconsvg-microphone {
    font-size: 1.9375rem;
    width: 0.64516em;
}
.iconsvg-pen {
    font-size: 0.875rem;
    width: 1em;
}
.iconsvg-pen-2 {
    font-size: 1.8125rem;
    width: 1em;
}
.iconsvg-phone {
    font-size: 0.875rem;
    width: 1.07143em;
}
.iconsvg-piggy-bank {
    font-size: 1.4375rem;
    width: 1em;
}
.iconsvg-play {
    font-size: 0.8125rem;
    width: 0.84615em;
}
.iconsvg-play-circle {
    font-size: 0.625rem;
    width: 1em;
}
.iconsvg-play-o {
    font-size: 2.5rem;
    width: 0.825em;
}
.iconsvg-playlist {
    font-size: 2.4375rem;
    width: 1em;
}
.iconsvg-playlist-o {
    font-size: 1rem;
    width: 1em;
}
.iconsvg-plus-o {
    font-size: 0.8125rem;
    width: 1em;
}
.iconsvg-quality {
    font-size: 1.5rem;
    width: 1em;
}
.iconsvg-question {
    font-size: 1.6875rem;
    width: 0.7037em;
}
.iconsvg-question-circle {
    font-size: 1.5rem;
    width: 1em;
}
.iconsvg-sack-dollar {
    font-size: 1.25rem;
    width: 0.9em;
}
.iconsvg-salary {
    font-size: 0.625rem;
    width: 1.4em;
}
.iconsvg-search {
    font-size: 1.3125rem;
    width: 0.95238em;
}
.iconsvg-search-2 {
    font-size: 0.75rem;
    width: 1em;
}
.iconsvg-slack-hash {
    font-size: 1.3125rem;
    width: 1em;
}
.iconsvg-sort-amount-up {
    font-size: 1.0625rem;
    width: 0.94118em;
}
.iconsvg-star {
    font-size: 0.875rem;
    width: 1.14286em;
}
.iconsvg-thumbs-up-o {
    font-size: 1rem;
    width: 1em;
}
.iconsvg-times-circle {
    font-size: 1.5rem;
    width: 1em;
}
.iconsvg-truck-free {
    font-size: 1.4375rem;
    width: 1em;
}
.iconsvg-university {
    font-size: 1.25rem;
    width: 1em;
}
.iconsvg-users {
    font-size: 1rem;
    width: 1em;
}
.iconsvg-writing {
    font-size: 2.1875rem;
    width: 1em;
}
.iconsvg-youtube {
    font-size: 0.75rem;
    width: 1.33333em;
} /*---------------------------------------------------- sprites image ----------------------------------------------------*/
[class*="iconsvg2"] {
    display: inline-block;
    width: 1em;
    height: 1em;
}
.iconsvg2-eye-circle {
    font-size: 1.0625rem;
    width: 1em;
}
.iconsvg2-facebook {
    font-size: 1.5rem;
    width: 0.5em;
}
.iconsvg2-facebook-circle {
    font-size: 1.875rem;
    width: 1em;
}
.iconsvg2-facebook-circle-2 {
    font-size: 2rem;
    width: 1em;
}
.iconsvg2-facebook-square {
    font-size: 1.5rem;
    width: 1em;
}
.iconsvg2-frown {
    font-size: 1.6875rem;
    width: 1em;
}
.iconsvg2-global-circle {
    font-size: 2rem;
    width: 1em;
}
.iconsvg2-global-circle-2 {
    font-size: 1.5625rem;
    width: 0.96em;
}
.iconsvg2-google {
    font-size: 1.5rem;
    width: 1em;
}
.iconsvg2-instagram {
    font-size: 1.3125rem;
    width: 0.95238em;
}
.iconsvg2-knowledge-circle {
    font-size: 5.3125rem;
    width: 0.98824em;
}
.iconsvg2-mail {
    font-size: 2.25rem;
    width: 1.13889em;
}
.iconsvg2-mindset-circle {
    font-size: 5.3125rem;
    width: 1em;
}
.iconsvg2-phone-circle {
    font-size: 2rem;
    width: 1em;
}
.iconsvg2-question-square {
    font-size: 3.9375rem;
    width: 0.8254em;
}
.iconsvg2-skills-circle {
    font-size: 5.3125rem;
    width: 1em;
}
.iconsvg2-smile-beam {
    font-size: 1.6875rem;
    width: 1em;
}
.iconsvg2-tiktok {
    font-size: 1.5rem;
    width: 0.91667em;
}
.iconsvg2-tiktok-circle {
    font-size: 1.875rem;
    width: 1.03333em;
}
.iconsvg2-twitter-circle {
    font-size: 2rem;
    width: 1em;
}
.iconsvg2-youtube {
    font-size: 1.25rem;
    width: 1.4em;
}
.iconsvg2-youtube-circle {
    font-size: 1.875rem;
    width: 1.03333em;
}
.iconsvg2-zalo {
    font-size: 1.0625rem;
    width: 1em;
} /*---------------------------------------------------- sprite image ----------------------------------------------------*/
[class*="iconpng-"] {
    display: inline-block;
    background-image: url("../images/sprite.png");
}
.iconpng-bo-cong-thuong {
    background-position: 0rem -6rem;
    width: 8.6875rem;
    height: 3.25rem;
}
.iconpng-certificate {
    background-position: -15rem -3.875rem;
    width: 2rem;
    height: 2rem;
}
.iconpng-doc-quyen {
    background-position: -9.125rem 0rem;
    width: 12.25rem;
    height: 3.875rem;
}
.iconpng-ebomb {
    background-position: -9.125rem -3.875rem;
    width: 5.875rem;
    height: 2rem;
}
.iconpng-emoji-comment {
    background-position: 0rem 0rem;
    width: 9.125rem;
    height: 6rem;
}
.iconpng-graduation-cap {
    background-position: -17rem -3.875rem;
    width: 2rem;
    height: 2rem;
}
.iconpng-group-comment {
    background-position: 0rem -9.25rem;
    width: 5rem;
    height: 5rem;
}
.iconpng-number-1 {
    background-position: -17.3125rem -9.25rem;
    width: 2.3125rem;
    height: 3.8125rem;
}
.iconpng-number-2 {
    background-position: -7.4375rem -14.25rem;
    width: 3.5rem;
    height: 3.875rem;
}
.iconpng-number-3 {
    background-position: 0rem -14.25rem;
    width: 3.75rem;
    height: 3.875rem;
}
.iconpng-number-4 {
    background-position: -13.5rem -9.25rem;
    width: 3.8125rem;
    height: 3.8125rem;
}
.iconpng-number-5 {
    background-position: -3.75rem -14.25rem;
    width: 3.6875rem;
    height: 3.875rem;
}
.iconpng-play-square {
    background-position: -5rem -9.25rem;
    width: 5rem;
    height: 5rem;
}
.iconpng-quality,
.table-3 thead th.active > span:before {
    background-position: -10rem -9.25rem;
    width: 3.5rem;
    height: 4.4375rem;
} /*---------------------------------------------------- forms ----------------------------------------------------*/
.form-select-default {
    color: rgba(34, 34, 34, 0.7);
}
.form-select-default option {
    color: #222;
}
.form-switch .form-check-input {
    background-position: right center;
}
.form-switch .form-check-input,
.form-switch .form-check-input:checked {
    border-color: #e1e1e1;
    background-color: #e1e1e1;
}
.form-switch-lg .form-check-input {
    margin-top: 0;
    width: 4rem;
    height: 1.8125rem;
}
.form-material-design .form-control,
.form-material-design .form-select {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 2px;
    border-radius: 0;
    background-color: transparent;
}
.form-material-design .form-select {
    background-position: right center;
}
.input-group-spinner {
    width: 9.375rem;
}
[data-plugin="input-spinner"] {
    visibility: hidden;
}
.form-1 {
    border-radius: 1.25em;
    background: #f4f8fc;
    border: 0.25rem solid rgba(190, 190, 190, 0.4);
    padding: 1.5rem;
}
@media (max-width: 575.98px) {
    .form-1 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.form-1 .btn {
    height: 3.5rem;
    border-radius: 0.5rem;
}
.form-1 .form-select,
.form-1 .form-control {
    height: 3.5rem;
    border-radius: 0.5rem;
}
.form-1 .form-control {
    padding-left: 1rem;
    padding-right: 1rem;
}
.form-1 .form-select {
    padding-left: 1rem;
    padding-right: 2.5rem;
}
.form-2 .form-select,
.form-2 .form-control {
    height: 3rem;
    border-radius: 0.5rem;
}
.form-2 .form-select:focus,
.form-2 .form-control:focus {
    border-color: #222;
}
.form-2 .form-control {
    padding-left: 1rem;
    padding-right: 1rem;
}
.form-2 .form-select {
    padding-left: 1rem;
    padding-right: 2.5rem;
} /*---------------------------------------------------- tables ----------------------------------------------------*/
.table-responsive .table {
    min-width: 37.5rem;
}
[class*="table-responsive"]::-webkit-scrollbar {
    display: none;
}
@media (max-width: 575.98px) {
    .table-responsive-flush {
        display: flex;
        width: auto;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .table-responsive-flush > .table-responsive {
        display: flex;
    }
    .table-responsive-flush .table-responsive-inner {
        flex-grow: 1;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .card-body .table-responsive-flush {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .card-body .table-responsive-flush .table-responsive-inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
} /*---------------------------------------------------- icon ----------------------------------------------------*/
[class*="iconv"] {
    display: inline-block;
}
.iconsvg-square {
    width: 1em;
    height: 1em;
}
.iconsvg-fs-inherit {
    font-size: 1em;
    max-width: 1em;
    max-height: 1em;
}
[class*="icont"] {
    height: 1em;
    width: 1em;
    position: relative;
    display: inline-block;
    outline: none;
    line-height: 1;
}
[class*="icont"]:before {
    content: "";
}
.icont-close:before,
.icont-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 0;
    height: 1em;
    border-left: 1px solid;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
}
.icont-close:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}
.icont-plus:before,
.icont-plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 0;
    height: 85%;
    border-left: 1px solid;
    transform-origin: 0 0;
    transform: translate(-50%, -50%);
}
.icont-plus:after {
    transform: rotate(-90deg) translate(-50%, -50%);
}
.icont-check:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 45%;
    width: 90%;
    border-bottom: 1px solid;
    border-left: 1px solid;
    transform: rotate(-45deg) translate(34%, -50%);
}
[class*="icont-chevron"]:before {
    position: absolute;
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg) translate(-15%, 15%);
}
.icont-chevron-left:before {
    transform: rotate(-135deg) translate(-15%, 15%);
}
.icont-chevron-up:before {
    transform: rotate(-45deg) translate(-15%, 15%);
}
.icont-chevron-down:before {
    transform: rotate(135deg) translate(-15%, 15%);
}
.icont-search {
    transform: rotate(-45deg);
}
.icont-search:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 80%;
    height: 80%;
    border: 1px solid;
    border-radius: 50%;
}
.icont-search:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80%;
    width: 0;
    height: 35%;
    border-left: 1px solid;
    border-radius: 2px;
}
.icont-square {
    background-color: #ec2229;
}
.iconsvg2-instagram {
    border-radius: 0.3125rem;
    background: linear-gradient(49.12deg, #ffdd55 6.62%, #ff543e 50.06%, #c837ab 93.5%);
} /*---------------------------------------------------- buttons ----------------------------------------------------*/
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-block {
    display: flex;
}
.btn .iconsvg-download-2 {
    margin-top: -0.125rem;
}
.btn-width-1 {
    min-width: 9.375rem;
}
.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}
.btn-xl {
    padding: 0.9375rem 1.875rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}
.btn-gray {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
}
.btn-gray:hover {
    color: #fff;
    background-color: #565656;
    border-color: #515151;
}
.btn-check:focus + .btn-gray,
.btn-gray:focus {
    color: #fff;
    background-color: #565656;
    border-color: #515151;
    box-shadow: 0 0 0 0 rgba(124, 124, 124, 0.5);
}
.btn-check:checked + .btn-gray,
.btn-check:active + .btn-gray,
.btn-gray:active,
.btn-gray.active,
.show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #515151;
    border-color: #4c4c4c;
}
.btn-check:checked + .btn-gray:focus,
.btn-check:active + .btn-gray:focus,
.btn-gray:active:focus,
.btn-gray.active:focus,
.show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(124, 124, 124, 0.5);
}
.btn-gray:disabled,
.btn-gray.disabled {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
}
.btn-outline-gray {
    color: #656565;
    border-color: #656565;
}
.btn-outline-gray:hover {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
}
.btn-check:focus + .btn-outline-gray,
.btn-outline-gray:focus {
    box-shadow: 0 0 0 0 rgba(101, 101, 101, 0.5);
}
.btn-check:checked + .btn-outline-gray,
.btn-check:active + .btn-outline-gray,
.btn-outline-gray:active,
.btn-outline-gray.active,
.btn-outline-gray.dropdown-toggle.show {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
}
.btn-check:checked + .btn-outline-gray:focus,
.btn-check:active + .btn-outline-gray:focus,
.btn-outline-gray:active:focus,
.btn-outline-gray.active:focus,
.btn-outline-gray.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(101, 101, 101, 0.5);
}
.btn-outline-gray:disabled,
.btn-outline-gray.disabled {
    color: #656565;
    background-color: transparent;
}
.btn-gray-2 {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6;
}
.btn-gray-2:hover {
    color: #000;
    background-color: #e3e6ea;
    border-color: #e1e5e9;
}
.btn-check:focus + .btn-gray-2,
.btn-gray-2:focus {
    color: #000;
    background-color: #e3e6ea;
    border-color: #e1e5e9;
    box-shadow: 0 0 0 0 rgba(189, 192, 196, 0.5);
}
.btn-check:checked + .btn-gray-2,
.btn-check:active + .btn-gray-2,
.btn-gray-2:active,
.btn-gray-2.active,
.show > .btn-gray-2.dropdown-toggle {
    color: #000;
    background-color: #e5e8eb;
    border-color: #e1e5e9;
}
.btn-check:checked + .btn-gray-2:focus,
.btn-check:active + .btn-gray-2:focus,
.btn-gray-2:active:focus,
.btn-gray-2.active:focus,
.show > .btn-gray-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(189, 192, 196, 0.5);
}
.btn-gray-2:disabled,
.btn-gray-2.disabled {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6;
}
.btn-outline-gray-2 {
    color: #d5d5d5;
    border-color: #d5d5d5;
    color: rgba(34, 34, 34, 0.7);
}
.btn-outline-gray-2:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}
.btn-check:focus + .btn-outline-gray-2,
.btn-outline-gray-2:focus {
    box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}
.btn-check:checked + .btn-outline-gray-2,
.btn-check:active + .btn-outline-gray-2,
.btn-outline-gray-2:active,
.btn-outline-gray-2.active,
.btn-outline-gray-2.dropdown-toggle.show {
    color: #000;
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}
.btn-check:checked + .btn-outline-gray-2:focus,
.btn-check:active + .btn-outline-gray-2:focus,
.btn-outline-gray-2:active:focus,
.btn-outline-gray-2.active:focus,
.btn-outline-gray-2.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}
.btn-outline-gray-2:disabled,
.btn-outline-gray-2.disabled {
    color: #d5d5d5;
    background-color: transparent;
}
.btn-form {
    color: #222;
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.1);
}
.btn-form:hover {
    color: #000;
    background-color: #f69194;
    border-color: #f69194;
}
.btn-check:focus + .btn-form,
.btn-form:focus {
    color: #000;
    background-color: #f69194;
    border-color: #f69194;
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}
.btn-check:checked + .btn-form,
.btn-check:active + .btn-form,
.btn-form:active,
.btn-form.active,
.show > .btn-form.dropdown-toggle {
    color: #fff;
    background-color: #f26266;
    border-color: #f26266;
}
.btn-check:checked + .btn-form:focus,
.btn-check:active + .btn-form:focus,
.btn-form:active:focus,
.btn-form.active:focus,
.show > .btn-form.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}
.btn-form:disabled,
.btn-form.disabled {
    color: #000;
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.1);
}
.btn-primary-light {
    color: #000;
    background-color: #ffeaed;
    border-color: #ffeaed;
}
.btn-primary-light:hover {
    color: #000;
    background-color: #ffedf0;
    border-color: #ffecef;
}
.btn-check:focus + .btn-primary-light,
.btn-primary-light:focus {
    color: #000;
    background-color: #ffedf0;
    border-color: #ffecef;
    box-shadow: 0 0 0 0 rgba(217, 199, 201, 0.5);
}
.btn-check:checked + .btn-primary-light,
.btn-check:active + .btn-primary-light,
.btn-primary-light:active,
.btn-primary-light.active,
.show > .btn-primary-light.dropdown-toggle {
    color: #000;
    background-color: #ffeef1;
    border-color: #ffecef;
}
.btn-check:checked + .btn-primary-light:focus,
.btn-check:active + .btn-primary-light:focus,
.btn-primary-light:active:focus,
.btn-primary-light.active:focus,
.show > .btn-primary-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(217, 199, 201, 0.5);
}
.btn-primary-light:disabled,
.btn-primary-light.disabled {
    color: #000;
    background-color: #ffeaed;
    border-color: #ffeaed;
}
.btn-primary-dark {
    color: #fff;
    background-color: #b80000;
    border-color: #b80000;
}
.btn-primary-dark:hover {
    color: #fff;
    background-color: #9c0000;
    border-color: #930000;
}
.btn-check:focus + .btn-primary-dark,
.btn-primary-dark:focus {
    color: #fff;
    background-color: #9c0000;
    border-color: #930000;
    box-shadow: 0 0 0 0 rgba(195, 38, 38, 0.5);
}
.btn-check:checked + .btn-primary-dark,
.btn-check:active + .btn-primary-dark,
.btn-primary-dark:active,
.btn-primary-dark.active,
.show > .btn-primary-dark.dropdown-toggle {
    color: #fff;
    background-color: #930000;
    border-color: #8a0000;
}
.btn-check:checked + .btn-primary-dark:focus,
.btn-check:active + .btn-primary-dark:focus,
.btn-primary-dark:active:focus,
.btn-primary-dark.active:focus,
.show > .btn-primary-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(195, 38, 38, 0.5);
}
.btn-primary-dark:disabled,
.btn-primary-dark.disabled {
    color: #fff;
    background-color: #b80000;
    border-color: #b80000;
}
.btn-outline-primary-dark {
    color: #b80000;
    border-color: #b80000;
}
.btn-outline-primary-dark:hover {
    color: #fff;
    background-color: #b80000;
    border-color: #b80000;
}
.btn-check:focus + .btn-outline-primary-dark,
.btn-outline-primary-dark:focus {
    box-shadow: 0 0 0 0 rgba(184, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-primary-dark,
.btn-check:active + .btn-outline-primary-dark,
.btn-outline-primary-dark:active,
.btn-outline-primary-dark.active,
.btn-outline-primary-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #b80000;
    border-color: #b80000;
}
.btn-check:checked + .btn-outline-primary-dark:focus,
.btn-check:active + .btn-outline-primary-dark:focus,
.btn-outline-primary-dark:active:focus,
.btn-outline-primary-dark.active:focus,
.btn-outline-primary-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(184, 0, 0, 0.5);
}
.btn-outline-primary-dark:disabled,
.btn-outline-primary-dark.disabled {
    color: #b80000;
    background-color: transparent;
}
.btn-secondary-light {
    color: #000;
    background-color: #e1f1f2;
    border-color: #e1f1f2;
}
.btn-secondary-light:hover {
    color: #000;
    background-color: #e6f3f4;
    border-color: #e4f2f3;
}
.btn-check:focus + .btn-secondary-light,
.btn-secondary-light:focus {
    color: #000;
    background-color: #e6f3f4;
    border-color: #e4f2f3;
    box-shadow: 0 0 0 0 rgba(191, 205, 206, 0.5);
}
.btn-check:checked + .btn-secondary-light,
.btn-check:active + .btn-secondary-light,
.btn-secondary-light:active,
.btn-secondary-light.active,
.show > .btn-secondary-light.dropdown-toggle {
    color: #000;
    background-color: #e7f4f5;
    border-color: #e4f2f3;
}
.btn-check:checked + .btn-secondary-light:focus,
.btn-check:active + .btn-secondary-light:focus,
.btn-secondary-light:active:focus,
.btn-secondary-light.active:focus,
.show > .btn-secondary-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(191, 205, 206, 0.5);
}
.btn-secondary-light:disabled,
.btn-secondary-light.disabled {
    color: #000;
    background-color: #e1f1f2;
    border-color: #e1f1f2;
}
.btn-play,
.btn-play:hover,
.btn-play:focus {
    color: #fff;
}
.btn-play-square {
    height: 4rem;
    width: 4rem;
    padding: 0;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.3);
}
.btn-play-square,
.btn-play-square:hover,
.btn-play-square:focus {
    color: #fff;
}
.btn-play-square [class*="iconsvg"] {
    margin-left: 0.125rem;
}
.btn-tertiary {
    color: #fff;
    background-color: #00004d;
    border-color: #00004d;
}
.btn-tertiary:hover {
    color: #fff;
    background-color: #000041;
    border-color: #00003e;
}
.btn-check:focus + .btn-tertiary,
.btn-tertiary:focus {
    color: #fff;
    background-color: #000041;
    border-color: #00003e;
    box-shadow: 0 0 0 0 rgba(38, 38, 104, 0.5);
}
.btn-check:checked + .btn-tertiary,
.btn-check:active + .btn-tertiary,
.btn-tertiary:active,
.btn-tertiary.active,
.show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #00003e;
    border-color: #00003a;
}
.btn-check:checked + .btn-tertiary:focus,
.btn-check:active + .btn-tertiary:focus,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 38, 104, 0.5);
}
.btn-tertiary:disabled,
.btn-tertiary.disabled {
    color: #fff;
    background-color: #00004d;
    border-color: #00004d;
}
.btn-outline-tertiary {
    color: #00004d;
    border-color: #00004d;
}
.btn-outline-tertiary:hover {
    color: #fff;
    background-color: #00004d;
    border-color: #00004d;
}
.btn-check:focus + .btn-outline-tertiary,
.btn-outline-tertiary:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 77, 0.5);
}
.btn-check:checked + .btn-outline-tertiary,
.btn-check:active + .btn-outline-tertiary,
.btn-outline-tertiary:active,
.btn-outline-tertiary.active,
.btn-outline-tertiary.dropdown-toggle.show {
    color: #fff;
    background-color: #00004d;
    border-color: #00004d;
}
.btn-check:checked + .btn-outline-tertiary:focus,
.btn-check:active + .btn-outline-tertiary:focus,
.btn-outline-tertiary:active:focus,
.btn-outline-tertiary.active:focus,
.btn-outline-tertiary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 77, 0.5);
}
.btn-outline-tertiary:disabled,
.btn-outline-tertiary.disabled {
    color: #00004d;
    background-color: transparent;
}
.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    color: #000;
    background-color: white;
    border-color: white;
}
.btn-check:focus + .btn-white,
.btn-white:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0 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: white;
    border-color: white;
}
.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 {
    box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}
.btn-white:disabled,
.btn-white.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-ouline-blue {
    color: #0084ff;
    border-color: #0084ff;
}
.btn-ouline-blue:hover {
    color: #fff;
    background-color: #0084ff;
    border-color: #0084ff;
}
.btn-check:focus + .btn-ouline-blue,
.btn-ouline-blue:focus {
    box-shadow: 0 0 0 0 rgba(0, 132, 255, 0.5);
}
.btn-check:checked + .btn-ouline-blue,
.btn-check:active + .btn-ouline-blue,
.btn-ouline-blue:active,
.btn-ouline-blue.active,
.btn-ouline-blue.dropdown-toggle.show {
    color: #fff;
    background-color: #0084ff;
    border-color: #0084ff;
}
.btn-check:checked + .btn-ouline-blue:focus,
.btn-check:active + .btn-ouline-blue:focus,
.btn-ouline-blue:active:focus,
.btn-ouline-blue.active:focus,
.btn-ouline-blue.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(0, 132, 255, 0.5);
}
.btn-ouline-blue:disabled,
.btn-ouline-blue.disabled {
    color: #0084ff;
    background-color: transparent;
}
.btn-messenger {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}
.btn-messenger:hover {
    color: #fff;
    background-color: #1c80cf;
    border-color: #1a78c2;
}
.btn-check:focus + .btn-messenger,
.btn-messenger:focus {
    color: #fff;
    background-color: #1c80cf;
    border-color: #1a78c2;
    box-shadow: 0 0 0 0 rgba(66, 166, 245, 0.5);
}
.btn-check:checked + .btn-messenger,
.btn-check:active + .btn-messenger,
.btn-messenger:active,
.btn-messenger.active,
.show > .btn-messenger.dropdown-toggle {
    color: #fff;
    background-color: #1a78c2;
    border-color: #1971b6;
}
.btn-check:checked + .btn-messenger:focus,
.btn-check:active + .btn-messenger:focus,
.btn-messenger:active:focus,
.btn-messenger.active:focus,
.show > .btn-messenger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(66, 166, 245, 0.5);
}
.btn-messenger:disabled,
.btn-messenger.disabled {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}
.btn-login-light {
    color: #000;
    background-color: #f4f8fc;
    border-color: #f4f8fc;
}
.btn-login-light:hover {
    color: #000;
    background-color: #f6f9fc;
    border-color: #f5f9fc;
}
.btn-check:focus + .btn-login-light,
.btn-login-light:focus {
    color: #000;
    background-color: #f6f9fc;
    border-color: #f5f9fc;
    box-shadow: 0 0 0 0 rgba(207, 211, 214, 0.5);
}
.btn-check:checked + .btn-login-light,
.btn-check:active + .btn-login-light,
.btn-login-light:active,
.btn-login-light.active,
.show > .btn-login-light.dropdown-toggle {
    color: #000;
    background-color: #f6f9fd;
    border-color: #f5f9fc;
}
.btn-check:checked + .btn-login-light:focus,
.btn-check:active + .btn-login-light:focus,
.btn-login-light:active:focus,
.btn-login-light.active:focus,
.show > .btn-login-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(207, 211, 214, 0.5);
}
.btn-login-light:disabled,
.btn-login-light.disabled {
    color: #000;
    background-color: #f4f8fc;
    border-color: #f4f8fc;
}
.btn-nd {
    padding: 0.5rem;
    height: 58px;
    width: 58px;
}
.btn-light-tertiary {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-light-tertiary:hover {
    color: #fff;
    background-color: #00004d;
    border-color: #00004d;
}
.btn-check:focus + .btn-light-tertiary,
.btn-light-tertiary:focus {
    color: #fff;
    background-color: #00004d;
    border-color: #00004d;
    box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
}
.btn-check:checked + .btn-light-tertiary,
.btn-check:active + .btn-light-tertiary,
.btn-light-tertiary:active,
.btn-light-tertiary.active,
.show > .btn-light-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #00004d;
    border-color: #00004d;
}
.btn-check:checked + .btn-light-tertiary:focus,
.btn-check:active + .btn-light-tertiary:focus,
.btn-light-tertiary:active:focus,
.btn-light-tertiary.active:focus,
.show > .btn-light-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
}
.btn-light-tertiary:disabled,
.btn-light-tertiary.disabled {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-yellow {
    color: #000;
    background-color: #fdf100;
    border-color: #fdf100;
}
.btn-yellow:hover {
    color: #000;
    background-color: #fdf326;
    border-color: #fdf21a;
}
.btn-check:focus + .btn-yellow,
.btn-yellow:focus {
    color: #000;
    background-color: #fdf326;
    border-color: #fdf21a;
    box-shadow: 0 0 0 0 rgba(215, 205, 0, 0.5);
}
.btn-check:checked + .btn-yellow,
.btn-check:active + .btn-yellow,
.btn-yellow:active,
.btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
    color: #000;
    background-color: #fdf433;
    border-color: #fdf21a;
}
.btn-check:checked + .btn-yellow:focus,
.btn-check:active + .btn-yellow:focus,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(215, 205, 0, 0.5);
}
.btn-yellow:disabled,
.btn-yellow.disabled {
    color: #000;
    background-color: #fdf100;
    border-color: #fdf100;
}
.btn-square {
    height: calc(1.5em + (0.875rem + 2px));
    width: calc(1.5em + (0.875rem + 2px));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
}
.btn-square.btn-sm {
    height: calc(1.5em + (0.5rem + 2px));
    width: calc(1.5em + (0.5rem + 2px));
}
.btn-square.btn-lg {
    height: calc(1.5em + (1.375rem + 2px));
    width: calc(1.5em + (1.375rem + 2px));
} /*---------------------------------------------------- dividers ----------------------------------------------------*/
.divider {
    height: 1px;
    margin: 1.5rem auto;
    background-color: #e9e9e9;
    opacity: 1;
}
.divider-style-1 {
    width: 10.9375rem;
    opacity: 1;
    background-color: currentColor;
}
.divider-style-1:not([size]) {
    height: 0.125rem;
} /*---------------------------------------------------- tabs ----------------------------------------------------*/
.tab-nav {
    margin-bottom: 1rem;
}
.tab-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item:not(:last-child) {
    margin-right: 1px;
}
.nav-tabs .nav-link {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-width: 1px;
    border-top-width: 3px;
    border-bottom: none;
    color: #6c757d;
    font-size: 1rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-top-color: #dee2e6;
    color: #6c757d;
}
.nav-tabs .nav-link.active {
    border-top-color: #ec2229;
    color: #222;
}
.nav-lg .nav-link {
    padding: 0.6875rem 1.5rem;
    font-size: 1rem;
}
.nav-rounded .nav-link {
    border-radius: 0.5rem;
}
.nav-style-1 {
    justify-content: center;
    margin-top: -0.5rem;
}
.nav-style-1 .nav-item {
    margin-top: 0.5rem;
}
.nav-style-1 .nav-item:not(:last-child) {
    margin-right: 0.5rem;
}
.nav-style-1 .nav-link {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #e9e9e9;
}
.nav-style-1 .nav-link:hover,
.nav-style-1 .nav-link:focus {
    border: 1px solid #222;
    color: #222;
}
.nav-style-1 .nav-link.active {
    background-color: #222;
    border-color: #222;
    color: #fff;
}
.nav-style-1-primary .nav-link:hover,
.nav-style-1-primary .nav-link:focus {
    border: 1px solid #ec2229;
    color: #ec2229;
}
.nav-style-1-primary .nav-link.active {
    background-color: #ec2229;
    border-color: #ec2229;
    color: #fff;
}
.nav-style-2 {
    display: inline-flex;
    border-radius: 0.375rem;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1260px) {
    .nav-style-2 {
        font-size: 1.125rem;
    }
}
.nav-style-2 .nav-link {
    padding: 0.5625rem 1.5rem;
    border-radius: 0.375rem;
}
.nav-style-2 .nav-link.active {
    background-color: #00004d;
    font-weight: bold;
}
.nav-style-3 {
    padding: 0.75rem 1rem;
    border: 1px solid #e9e9e9;
    border-radius: 0.1875rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.nav-style-3 .nav-item:not(:last-child) {
    margin-right: 0.75rem;
}
.nav-style-3 .nav-link {
    padding: 0.625rem 1.25rem;
    border-radius: 0.1875rem;
    font-weight: bold;
}
.nav-simple {
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}
.nav-simple .nav-item {
    margin-bottom: 0;
}
.nav-simple .nav-item:not(:last-child) {
    margin-right: 4rem;
}
.nav-simple .nav-link {
    position: relative;
    padding: 1rem 0;
    border: none;
    font-size: 0.875rem;
    color: rgba(34, 34, 34, 0.7);
}
.nav-simple .nav-link:hover,
.nav-simple .nav-link:focus {
    color: #222;
    border-bottom-color: #ec2229;
}
.nav-simple .nav-link.active {
    color: #222;
}
.nav-simple .nav-link.active:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background-color: currentColor;
}
@media (max-width: 991.98px) {
    .nav-responsive {
        position: relative;
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nav-responsive::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .nav-responsive {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
}
@media (max-width: 991.98px) {
    .nav-responsive .nav {
        flex-wrap: nowrap;
    }
    .nav-responsive .nav-link {
        white-space: nowrap;
    }
}
.nav-responsive-inner {
    flex-grow: 1;
}
@media (max-width: 575.98px) {
    .nav-responsive-inner {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
.tab-path .nav {
    display: flex;
    flex-wrap: nowrap;
}
.tab-path .nav-item {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 11.25rem;
    text-align: center;
    font-weight: bold;
    color: #2d9299;
}
@media (min-width: 992px) {
    .tab-path .nav-item {
        flex: auto;
        height: 16.25rem;
        background: linear-gradient(90deg, rgba(45, 146, 153, 0) 5.92%, rgba(116, 198, 204, 0.2) 100%);
    }
}
@media (min-width: 992px) {
    .tab-path .nav-item:nth-child(1) {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .tab-path .nav-item:nth-child(2) {
        width: 60%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) -3.81%, rgba(85, 85, 181, 0.2) 100%);
    }
}
.tab-path .nav-item:nth-child(2) .nav-link.active {
    background-color: #00004d;
}
.tab-path .nav-item:nth-child(2) .nav-link.active:after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 53 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.713 35.8532C28.7115 38.4532 24.7905 38.4532 22.7889 35.8532L1.77092 8.54996C-0.760059 5.26212 1.58377 0.500002 5.73296 0.500001L47.769 0.499997C51.9182 0.499997 54.262 5.26212 51.731 8.54997L30.713 35.8532Z' fill='%2300004D'/%3e%3c/svg%3e");
}
.tab-path .nav-item:nth-child(2) .nav-link > span {
    color: #00004d;
}
.tab-path .nav-link {
    position: relative;
    font-size: 1rem;
    padding: 0.76923em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #c4c4c4;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .tab-path .nav-link {
        transition: none;
    }
}
@media (min-width: 576px) {
    .tab-path .nav-link {
        font-size: calc(1.275rem + 0.3vw);
    }
}
@media (min-width: 576px) and (min-width: 1200px) {
    .tab-path .nav-link {
        font-size: 1.5rem;
    }
}
@media (min-width: 1260px) {
    .tab-path .nav-link {
        font-size: calc(1.2875rem + 0.45vw);
    }
}
@media (min-width: 1260px) and (min-width: 1200px) {
    .tab-path .nav-link {
        font-size: 1.625rem;
    }
}
.tab-path .nav-link > span {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    margin-bottom: 1.5em;
    padding: 0 0.25rem;
    text-transform: none;
    font-size: 0.75rem;
    color: #2d9299;
    white-space: normal;
}
@media (min-width: 576px) {
    .tab-path .nav-link > span {
        font-size: 61.53846%;
    }
}
.tab-path .nav-link.active {
    position: relative;
    background-color: #2d9299;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
}
.tab-path .nav-link.active:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 1.5rem;
    font-size: calc(1.45625rem + 2.475vw);
    width: 1em;
    height: 0.71698em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 53 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.713 35.8532C28.7115 38.4532 24.7905 38.4532 22.7889 35.8532L1.77092 8.54996C-0.760059 5.26212 1.58377 0.500002 5.73296 0.500001L47.769 0.499997C51.9182 0.499997 54.262 5.26212 51.731 8.54997L30.713 35.8532Z' fill='%232D9299'/%3e%3c/svg%3e");
    background-size: 100%;
}
@media (min-width: 1200px) {
    .tab-path .nav-link.active:after {
        font-size: 3.3125rem;
    }
}
.tab-path .tab-content {
    padding-top: 4.5rem;
    font-size: 1.125rem;
}
@media (min-width: 992px) {
    .tab-path .tab-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (min-width: 1260px) {
    .tab-path .tab-content {
        padding-left: 7.1875rem;
        padding-right: 7.1875rem;
    }
}
.tab-cell {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
}
@media (min-width: 992px) {
    .tab-cell-has-icon {
        position: relative;
        margin-left: 3.75rem;
    }
}
.tab-cell-icon {
    margin-right: 1rem;
}
@media (min-width: 992px) {
    .tab-cell-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100%;
        width: 3.75rem;
        margin-right: 0;
        text-align: left;
    }
}
.tab-cell-h {
    justify-content: center;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
}
.tab-bg-1 {
    background-color: #005e90;
}
.tab-text-1 {
    color: #005e90;
}
.tab-bg-2 {
    background-color: #eff9fe;
}
.tab-bg-3 {
    background-color: #a6daff;
}
.tab-bg-4 {
    background-color: #d4effc;
}
.tab-table {
    border-color: #005e90;
}
@media (min-width: 992px) {
    .tab-table th,
    .tab-table td {
        padding: 0.5rem 1rem;
    }
}
.tab-table thead tr {
    background-color: #005e90;
    color: #fff;
}
.tab-table thead th {
    border-color: #d4effc;
    text-transform: uppercase;
}
.tab-table thead th:first-child {
    border-left-color: #005e90;
}
.tab-table thead th:last-child {
    border-right-color: #005e90;
}
.tab-table tbody tr {
    border-top-width: 0;
    border-bottom-width: 0;
    background-color: #eff9fe;
}
.tab-table tbody tr:last-child {
    border-bottom-width: 1px;
}
.tab-table tbody tr:nth-child(odd) {
    background-color: #d4effc;
}
.tab-path-master {
    margin-top: 3.25rem;
}
.tab-path-master .nav {
    margin-bottom: calc(1.6em + 1.5rem);
    background-color: #f4f8fc;
    font-size: 1rem;
}
@media (min-width: 1260px) {
    .tab-path-master .nav {
        font-size: 1.25rem;
        margin-bottom: calc(1.6em + 3rem);
    }
}
.tab-path-master .nav-item {
    flex: 1 0 0;
}
.tab-path-master .nav-item:not(:first-child) {
    margin-left: -1px;
}
.tab-path-master .nav-item:not(:first-child) .nav-link {
    position: relative;
}
.tab-path-master .nav-item:not(:first-child) .nav-link:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 50%;
    width: 1px;
    background-color: #a6d9ff;
}
.tab-path-master .nav-link {
    position: relative;
    flex-direction: column;
    height: 4.5em;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    color: #474a54;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .tab-path-master .nav-link {
        transition: none;
    }
}
@media (min-width: 992px) {
    .tab-path-master .nav-link {
        padding: 0.8em 0.4em;
        white-space: normal;
    }
}
.tab-path-master .nav-link > small {
    display: block;
    font-size: 80%;
    font-weight: normal;
    text-transform: none;
}
.tab-path-master .nav-link.active {
    position: relative;
    z-index: 1;
    background-color: #b80000;
    color: #fff;
}
.tab-path-master .nav-link.active:before {
    display: none;
}
.tab-path-master .nav-link.active:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 0.22222em;
    font-size: 1.8em;
    width: 1em;
    height: 0.71698em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 53 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.713 35.8532C28.7115 38.4532 24.7905 38.4532 22.7889 35.8532L1.77092 8.54996C-0.760059 5.26212 1.58377 0.500002 5.73296 0.500001L47.769 0.499997C51.9182 0.499997 54.262 5.26212 51.731 8.54997L30.713 35.8532Z' fill='%23B80000'/%3e%3c/svg%3e");
    background-size: 100%;
}
.tab-path-master .tab-content {
    font-size: 1.125rem;
}
@media (min-width: 992px) {
    .tab-path-master .tab-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (min-width: 1260px) {
    .tab-path-master .tab-content {
        padding-left: 7.1875rem;
        padding-right: 7.1875rem;
    }
} /*---------------------------------------------------- modal ----------------------------------------------------*/
.modal .btn-close {
    position: absolute;
    top: 0;
    left: 100%;
    height: 2.5em;
    width: 2.5em;
    margin: 0 0 0 0.5rem;
    box-sizing: border-box;
    border-radius: 0.75em;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .modal .btn-close {
        transition: none;
    }
}
@media (max-width: 575.98px) {
    .modal .btn-close {
        left: auto;
        right: 0.5rem;
        top: 0.5rem;
        background-color: transparent;
    }
}
.modal .btn-close:hover,
.modal .btn-close:focus {
    background-color: rgba(255, 255, 255, 0.9);
}
.modal .btn-back {
    display: flex;
    align-items: center;
    align-self: start;
    color: rgba(34, 34, 34, 0.7);
    font-size: 0.875rem;
}
.modal .btn-back:hover,
.modal .btn-back:focus {
    color: #ec2229;
}
.modal .btn-back:hover .btn-light,
.modal .btn-back:focus .btn-light {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}
@media (min-width: 576px) {
    .modal-dialog {
        box-sizing: content-box;
        padding-left: 3.375rem;
        padding-right: 3.375rem;
    }
}
.modal-content {
    padding: 2.5rem 1.5rem;
    background-color: #fff;
    border: none;
}
@media (min-width: 576px) {
    .modal-content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media (min-width: 576px) {
    .modal-lg {
        max-width: 830px;
    }
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-form .form-1 {
    padding: 0;
    background-color: transparent;
    border: none;
}
.modal-map .modal-dialog {
    max-width: 56.875rem;
}
.modal-map .modal-content {
    padding: 0;
}
.modal-map .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.modal-map .map-container {
    padding: 1rem;
    background-color: #fff;
}
@media (max-width: 575.98px) {
    .modal-map .map-container {
        padding: 0.5rem;
    }
}
.modal-preview .modal-dialog {
    max-width: 96.25rem;
}
.modal-preview .modal-content {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.modal-preview .modal-body {
    padding: 0;
    margin-bottom: 2.5rem;
    background-color: #fff;
}
.modal-preview .modal-title {
    max-width: 33.75rem;
    margin: 0 auto;
    color: #fff;
}
.modal-guide .modal-content {
    max-height: 40.375rem;
}
@media (max-width: 575.98px) {
    .modal-guide .modal-content {
        max-height: calc(100vh - 100px);
    }
}
@media (orientation: landscape) and (max-width: 992px) {
    .modal-guide .modal-content {
        max-height: none;
    }
}
.modal-guide .modal-body {
    padding: 0 1.5rem 0 0;
    margin-bottom: 1rem;
}
.modal-guide .perfect-scrollbar {
    max-height: none;
} /*---------------------------------------------------- pagination ----------------------------------------------------*/
.pagination .page-item {
    display: flex;
}
.pagination .page-item:not(:last-child) {
    margin-right: 0.5rem;
}
.pagination .page-item.active .page-link {
    z-index: 3;
}
.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-rounded-0 .page-item:first-child .page-link,
.pagination-rounded-0 .page-item:last-child .page-link {
    border-radius: 0;
}
.pagination-rounded .page-link {
    border-radius: 0.5rem;
}
.pagination-lg .page-link {
    font-size: 1rem;
}
.pagination-style-1 .page-item:not(:last-child) {
    margin-right: 0.5rem;
}
.pagination-style-1 .page-item:first-child .page-link,
.pagination-style-1 .page-item:last-child .page-link {
    border-radius: 0;
} /*---------------------------------------------------- accordion ----------------------------------------------------*/
.accordion-button {
    font-weight: 700;
}
.accordion-body p:last-child {
    margin-bottom: 0;
}
.accordion-items-shadow .accordion-item {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.accordion-icon-caret .accordion-button:after {
    content: "";
    border-style: solid;
    height: 0;
    width: 0;
    border-color: currentColor transparent transparent;
    border-width: 0.375rem 0.3125rem 0;
    background: none;
}
.accordion-icon-left .accordion-button:after {
    order: -1;
    margin-left: 0;
    margin-right: 1rem;
}
.accordion-1 .accordion-item {
    position: relative;
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
}
.accordion-1 .accordion-item:not(:last-child) {
    margin-bottom: 0.625rem;
}
.accordion-1 .accordion-button {
    position: static;
    padding: 1.25rem;
    background-color: #f4f5fb;
    border-radius: 0.5rem;
}
.accordion-1 .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #222;
}
.accordion-1 .accordion-button:not(.collapsed):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
}
.accordion-1 .accordion-body {
    padding-top: 0;
    color: rgba(34, 34, 34, 0.7);
}
.accordion-1-primary .accordion-item:not(:last-child) {
    margin-bottom: 1rem;
}
.accordion-1-primary .accordion-button:not(.collapsed):before {
    border: 1px solid #ec2229;
}
.accordion-2 .accordion-button {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    border-radius: 0.5rem;
    background-color: #ebeef5;
    font-weight: normal;
}
.accordion-2 .accordion-button:not(.collapsed) {
    background-color: #ec2229;
    color: #fff;
}
.accordion-2 .accordion-body {
    padding: 0;
}
.accordion-2.open .accordion-button.collapsed {
    background-color: rgba(235, 238, 245, 0.5);
}
.accordion-3 .accordion-item {
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0.5rem;
}
.accordion-3 .accordion-item:not(:last-child) {
    margin-bottom: 0.75rem;
}
.accordion-3 .accordion-button {
    padding: 1.25rem;
    border-radius: 0.5rem;
}
.accordion-3 .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;
    color: #222;
}
.accordion-3 .accordion-body {
    padding-top: 0;
    color: rgba(34, 34, 34, 0.7);
}
.accordion-3 .list-group-item .iconsvg-play {
    transform: translateY(-2px);
}
.accordion-3.accordion-items-shadow .accordion-item {
    border: none;
}
.accordion-4 .accordion-item {
    border: none;
}
.accordion-4 .accordion-item:not(:last-child) {
    margin-bottom: 1rem;
}
.accordion-4 .accordion-item:first-of-type,
.accordion-4 .accordion-item:first-of-type .accordion-button,
.accordion-4 .accordion-item:last-of-type,
.accordion-4 .accordion-item:last-of-type .accordion-button {
    border-radius: 0;
}
.accordion-4 .accordion-button {
    justify-content: space-between;
    min-height: 3.4375rem;
    padding: 1rem;
    font-weight: bold;
    color: rgba(34, 34, 34, 0.7);
    background-color: #f5e2c8;
}
.accordion-4 .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-4 .accordion-button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.4375rem;
    background-color: #e2c6a0;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-4 .accordion-button:before {
        transition: none;
    }
}
.accordion-4 .accordion-button:after {
    z-index: 1;
    margin-right: 0.125rem;
    margin-left: 2.1875rem;
    filter: brightness(0) invert(1);
}
.accordion-4 .accordion-body {
    padding: 1rem 1rem 0;
}
.accordion-4 .accordion-item-bg-1 .accordion-button {
    background-color: #f5e2c8;
    color: rgba(34, 34, 34, 0.7);
}
.accordion-4 .accordion-item-bg-1 .accordion-button:before {
    background-color: #e2c6a0;
}
.accordion-4 .accordion-item-bg-1 .accordion-button:hover,
.accordion-4 .accordion-item-bg-1 .accordion-button:focus {
    background-color: #f1d7b2;
}
.accordion-4 .accordion-item-bg-1 .accordion-button:hover:before,
.accordion-4 .accordion-item-bg-1 .accordion-button:focus:before {
    background-color: #dcba8c;
}
.accordion-4 .accordion-item-bg-2 .accordion-button {
    background-color: #e1bf90;
    color: #fff;
}
.accordion-4 .accordion-item-bg-2 .accordion-button:before {
    background-color: #c7a26f;
}
.accordion-4 .accordion-item-bg-2 .accordion-button:hover,
.accordion-4 .accordion-item-bg-2 .accordion-button:focus {
    background-color: #dcb37c;
}
.accordion-4 .accordion-item-bg-2 .accordion-button:hover:before,
.accordion-4 .accordion-item-bg-2 .accordion-button:focus:before {
    background-color: #c0965d;
}
.accordion-4 .accordion-item-bg-3 .accordion-button {
    background-color: #d88373;
    color: #fff;
}
.accordion-4 .accordion-item-bg-3 .accordion-button:before {
    background-color: #c76856;
}
.accordion-4 .accordion-item-bg-3 .accordion-button:hover,
.accordion-4 .accordion-item-bg-3 .accordion-button:focus {
    background-color: #d2715f;
}
.accordion-4 .accordion-item-bg-3 .accordion-button:hover:before,
.accordion-4 .accordion-item-bg-3 .accordion-button:focus:before {
    background-color: #c15743;
}
.accordion-4 .accordion-item-bg-4 .accordion-button {
    background-color: #bd1e1e;
    color: #fff;
}
.accordion-4 .accordion-item-bg-4 .accordion-button:before {
    background-color: #a91515;
}
.accordion-4 .accordion-item-bg-4 .accordion-button:hover,
.accordion-4 .accordion-item-bg-4 .accordion-button:focus {
    background-color: #a71b1b;
}
.accordion-4 .accordion-item-bg-4 .accordion-button:hover:before,
.accordion-4 .accordion-item-bg-4 .accordion-button:focus:before {
    background-color: #921212;
}
.accordion-4 .accordion-item-bg-5 .accordion-button {
    background-color: #17255a;
    color: #fff;
}
.accordion-4 .accordion-item-bg-5 .accordion-button:before {
    background-color: #0e1941;
}
.accordion-4 .accordion-item-bg-5 .accordion-button:hover,
.accordion-4 .accordion-item-bg-5 .accordion-button:focus {
    background-color: #121d46;
}
.accordion-4 .accordion-item-bg-5 .accordion-button:hover:before,
.accordion-4 .accordion-item-bg-5 .accordion-button:focus:before {
    background-color: #09112c;
}
.accordion-4 .nav-item:not(:last-child) {
    margin-bottom: 1rem;
}
.accordion-4 .nav-link {
    position: relative;
    padding: 0 0 0 1.25em;
}
.accordion-4 .nav-link.active:before {
    content: "";
    position: absolute;
    top: 0.4375em;
    left: 0;
    height: 0.5em;
    width: 0.5em;
    border-right: 1px solid;
    border-top: 1px solid;
    transform: rotate(45deg);
    color: #ec2229;
}
.accordion-5 {
    padding: 0.5rem 0 1.5rem;
}
.accordion-5 .accordion-header {
    position: relative;
    display: flex;
    align-items: flex-end;
    font-size: 1.25rem;
    padding-left: calc(3.75em + 0.5rem);
}
@media (max-width: 767.98px) {
    .accordion-5 .accordion-header {
        font-size: 1rem;
    }
}
.accordion-5 .accordion-number {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.875em;
    height: 68.18182%;
    margin-right: 0.5rem;
    background-color: #ec2229;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.accordion-5 .accordion-number:before,
.accordion-5 .accordion-number:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 50%;
    height: 165%;
    background-color: #ec2229;
}
.accordion-5 .accordion-number:before {
    left: 0;
    transform: skew(0, 35deg);
    transform-origin: left bottom;
}
.accordion-5 .accordion-number:after {
    right: 0;
    transform: skew(0, -35deg);
    transform-origin: right bottom;
}
.accordion-5 .accordion-item {
    border: none;
}
.accordion-5 .accordion-item:not(:last-child) {
    margin-bottom: 1rem;
}
.accordion-5 .accordion-button {
    padding: 1em 1.2em;
    border-radius: 0.5rem;
    background-color: #ec2229;
    color: #fff;
    font-size: inherit;
}
.accordion-5 .accordion-button:not(.collapsed) {
    background-color: #ec2229;
    color: #fff;
}
.accordion-5 .accordion-body {
    padding: 3rem 0 2rem;
}
.accordion-5.open .accordion-button.collapsed {
    background-color: rgba(235, 238, 245, 0.5);
}
.accordion-6 .accordion-item {
    background-color: transparent;
    border: none;
}
.accordion-6 .accordion-item:not(:last-child) {
    margin-bottom: 1.5rem;
}
.accordion-6 .accordion-button {
    padding: 1.25rem;
    border-radius: 0.5rem;
    background-color: #d2eaff;
}
.accordion-6 .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #222;
}
.accordion-6 .accordion-body {
    margin-top: 0.5rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
    color: rgba(34, 34, 34, 0.7);
}
@media (min-width: 992px) {
    .accordion-6 .accordion-body {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.accordion-7 .accordion-item {
    border-left: none;
    border-right: none;
}
.accordion-7 .accordion-item:first-of-type {
    border-top: none;
}
.accordion-7 .accordion-item:first-of-type,
.accordion-7 .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-7 .accordion-item:last-of-type {
    border-bottom: none;
}
.accordion-7 .accordion-item:last-of-type,
.accordion-7 .accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-7 .accordion-button {
    align-items: flex-start;
    padding: 1rem;
    background-color: #f6f6f6;
}
.accordion-7 .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-color: transparent;
    background-color: #f6f6f6;
    color: #222;
}
.accordion-7 .accordion-button:after {
    margin-top: 1px;
}
.accordion-7 .accordion-body {
    padding: 0;
}
.accordion-7 .list-group-item {
    padding: 1rem;
    border: none;
    border-left: 2px solid transparent;
}
.accordion-7 .list-group-item:nth-child(even) {
    background-color: #f9f9f9;
}
.accordion-7 .list-group-item + .list-group-item.active {
    margin-top: 0;
}
.accordion-7 .list-group-item:hover,
.accordion-7 .list-group-item:focus,
.accordion-7 .list-group-item.active {
    background-color: transparent;
    color: #ec2229;
}
.accordion-7 .list-group-item:hover:nth-child(even),
.accordion-7 .list-group-item:focus:nth-child(even),
.accordion-7 .list-group-item.active:nth-child(even) {
    background-color: #f9f9f9;
}
.accordion-7 .list-group-item:hover .text-muted,
.accordion-7 .list-group-item:focus .text-muted,
.accordion-7 .list-group-item.active .text-muted {
    color: #ec2229 !important;
}
.accordion-7 .list-group-item.active {
    border-left-color: #ec2229;
}
.accordion-7 .list-group-item [class*="iconsvg"] {
    transform: translateY(-2px);
} /*---------------------------------------------------- dropdowns ----------------------------------------------------*/
.dropdown-toggle:after {
    content: "";
    border: none;
    vertical-align: unset;
    height: 0.4em;
    width: 0.4em;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
    margin-top: -0.25rem;
    margin-left: 0.5rem;
}
.dropdown-effect .dropdown-menu {
    display: block;
    margin-top: -0.3125rem !important;
    opacity: 0;
    pointer-events: none;
    transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .dropdown-effect .dropdown-menu {
        transition: none;
    }
}
.dropdown-effect .dropdown-menu.show {
    margin-top: 0 !important;
    opacity: 1;
    pointer-events: auto;
} /*---------------------------------------------------- search ----------------------------------------------------*/
.search {
    position: relative;
}
.search .btn {
    z-index: 3;
}
.search-result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 28.125rem;
    margin-top: 1.5rem;
    border: 2px solid #e9e9e9;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
    .search-result {
        left: -0.5rem;
        right: -0.5rem;
        width: auto;
        margin-top: 0.5rem;
        border: 1px solid #e9e9e9;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    }
}
.search-result .dropdown-header {
    color: #222;
}
.search-result .dropdown-item {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: rgba(34, 34, 34, 0.7);
}
.search-result .dropdown-item-icon {
    display: inline-block;
    width: 2.375rem;
    margin-right: 0.5rem;
    text-align: center;
}
.search-result .dropdown-item-icon .iconsvg-search-2 {
    margin-top: -2px;
}
.search-result .dropdown-item-inner {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-pill .input-group > *:first-child {
    padding-left: 1.333rem;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}
.search-pill .input-group > *:last-child {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}
.search-pill .input-group-sm > *:first-child {
    padding-left: 0.6665rem;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}
.search-pill .input-group-sm > *:last-child {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}
.search-pill .input-group-lg > *:first-child {
    padding-left: 1.9995rem;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}
.search-pill .input-group-lg > *:last-child {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}
.search-simple .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.search-simple .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-radius: 0.375rem;
}
.search-simple .input-group > .form-control {
    padding-right: calc(3rem + 2px);
}
.search-simple .input-group > .form-control:focus {
    z-index: auto;
}
.search-simple .input-group > .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #222;
}
.search-simple .input-group > .btn,
.search-simple .input-group > .btn:hover,
.search-simple .input-group > .btn:active {
    background: none;
    border: none;
}
.search-simple .input-group > .btn:not(:disabled):hover {
    color: #ec2229;
}
.search-simple .input-group > .btn:not(:disabled):active {
    color: #ca1118;
}
.search-simple .input-group-sm:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.search-simple .input-group-sm:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-radius: 0.375rem;
}
.search-simple .input-group-sm > .form-control {
    padding-right: calc(1.875rem + 2px);
}
.search-simple .input-group-lg:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.search-simple .input-group-lg:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-radius: 0.5rem;
}
.search-simple .input-group-lg > .form-control {
    padding-right: calc(4rem + 2px);
}
.search-simple.search-pill .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.search-simple.search-pill .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-radius: 50rem;
} /*---------------------------------------------------- thumbnail ----------------------------------------------------*/
.thumbnail {
    position: relative;
    display: block;
}
.thumbnail-img {
    width: 100%;
    height: auto;
    transition: all 0.2s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
    .thumbnail-img {
        transition: none;
    }
}
.thumbnail-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
}
.thumbnail-buttons .btn:not(:last-child) {
    margin-right: 1rem;
}
.thumbnail-buttons .btn .feather-play {
    transform: translateX(0.125em);
}
.thumbnail-video .thumbnail-button-play {
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .thumbnail-video .thumbnail-button-play {
        transition: none;
    }
}
.thumbnail-video:hover .btn-play-square,
.thumbnail-video:focus .btn-play-square {
    background-color: rgba(0, 0, 0, 0.5);
}
.thumbnail-video .thumbnail-time {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    padding: 0.125rem 0.25rem;
    background-color: rgba(4, 4, 4, 0.8);
    border-radius: 0.125rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}
.thumbnail.rounded .thumbnail-img,
.thumbnail.rounded:before {
    border-radius: 0.5rem;
}
.thumbnail.rounded-start .thumbnail-img,
.thumbnail.rounded-start:before {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.thumbnail.rounded-end .thumbnail-img,
.thumbnail.rounded-end:before {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.thumbnail.rounded-top .thumbnail-img,
.thumbnail.rounded-top:before {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.thumbnail.rounded-bottom .thumbnail-img,
.thumbnail.rounded-bottom:before {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.thumbnail.rounded-circle .thumbnail-img,
.thumbnail.rounded-circle:before {
    border-radius: 50%;
}
.thumbnail.rounded-1 .thumbnail-img,
.thumbnail.rounded-1:before {
    border-radius: 0.375rem;
}
[class*="thumbnail-hover"]:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0);
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
    [class*="thumbnail-hover"]:before {
        transition: none;
    }
}
[class*="thumbnail-hover"]:hover:before,
[class*="thumbnail-hover"]:focus:before {
    background-color: rgba(34, 34, 34, 0.15);
}
.thumbnail-video.thumbnail-hover:hover:before,
.thumbnail-video.thumbnail-hover:focus:before {
    background-color: rgba(34, 34, 34, 0.4);
}
.thumbnail-frame-1 {
    position: relative;
    z-index: 0;
    margin-bottom: 1.125rem;
    margin-left: 1.125rem;
}
@media (max-width: 767.98px) {
    .thumbnail-frame-1 {
        margin-bottom: 1rem;
        margin-left: 1rem;
    }
}
.thumbnail-frame-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 0.4375rem solid #f1f1f1;
    transform: translate(-1.125rem, 1.125rem);
    border-radius: 0.625rem;
}
@media (max-width: 767.98px) {
    .thumbnail-frame-1:after {
        border-width: 0.3125rem;
        transform: translate(-1rem, 1rem);
    }
}
.thumbnail-frame-2 {
    z-index: 0;
}
.thumbnail-frame-2 .thumbnail-inner {
    position: relative;
    margin: 5.36398% 5.36398% 8.42912% 8.42912%;
    padding: 1.91571%;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575.98px) {
    .thumbnail-frame-2 .thumbnail-inner {
        padding: 0;
    }
}
.thumbnail-frame-2 .thumbnail-inner:before,
.thumbnail-frame-2 .thumbnail-inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.thumbnail-frame-2 .thumbnail-inner:before {
    left: 0;
    margin-left: -9.77778%;
    margin-bottom: -9.77778%;
    margin-top: 9.77778%;
    width: 67.77778%;
    background: linear-gradient(100.43deg, #ec2229 53.27%, #f56e0b 91.32%);
}
.thumbnail-frame-2 .thumbnail-inner:after {
    right: 0;
    margin-top: -6.22222%;
    margin-right: -6.22222%;
    margin-bottom: 6.22222%;
    width: 27.77778%;
    background: linear-gradient(0deg, #fe9700 11.34%, #ffe263 94.58%);
}
.thumbnail-frame-2 .swiper {
    position: static;
}
.thumbnail-frame-2 .swiper-container > .swiper-buttons {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: calc(9.77778% - 32px);
    margin-right: 2.22222%;
}
@media (max-width: 575.98px) {
    .thumbnail-frame-2 .swiper-container > .swiper-buttons {
        margin-top: calc(9.77778% - 22px);
        margin-right: 0;
    }
}
.thumbnail-frame-2 .swiper-button-next,
.thumbnail-frame-2 .swiper-button-prev {
    border-radius: 0.1875em;
}
@media (max-width: 575.98px) {
    .thumbnail-frame-2 .swiper-button-next,
    .thumbnail-frame-2 .swiper-button-prev {
        font-size: 1.375rem;
    }
} /*---------------------------------------------------- list ----------------------------------------------------*/
.list {
    padding-left: 0;
    list-style: none;
}
.list-item {
    position: relative;
}
.list-item:not(:last-child) {
    margin-bottom: 1rem;
}
.list-item.active {
    font-weight: bold;
}
.list-item.active a {
    color: inherit;
}
.list .list {
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.list-icons .list-item {
    position: relative;
    padding-left: 1.5em;
}
.list-icons .list-icon {
    position: absolute;
    top: 0.3125em;
    left: 0;
    font-size: 0.8125em;
    width: 1em;
    height: 1em;
}
.list-icons-primary .list-icon {
    color: #ec2229;
}
.list-bullets .list-item {
    position: relative;
    padding-left: 0.875em;
}
.list-bullets .list-item:before {
    content: "";
    position: absolute;
    top: 0.5625em;
    left: 0;
    height: 0.25em;
    width: 0.25em;
    border-radius: 50%;
    background-color: currentColor;
}
.list-bullets-chevron .list-item {
    padding-left: 1.25em;
}
.list-bullets-chevron .list-item:before {
    top: 0.4375em;
    height: 0.5em;
    width: 0.5em;
    border-top: 1px solid #ec2229;
    border-right: 1px solid #ec2229;
    transform: rotate(45deg);
    background-color: transparent;
    border-radius: 0;
}
.list-border .list-item:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.list-border-dashed .list-item:not(:last-child) {
    border-bottom-style: dashed;
}
.list-inline {
    display: flex;
    flex-wrap: wrap;
}
.list-inline .list-item {
    margin-bottom: 0;
    white-space: nowrap;
}
.list-inline .list-item:not(:last-child) {
    margin-right: 1rem;
}
.list-inline-border .list-item {
    display: flex;
}
.list-inline-border .list-item:not(:last-child) {
    margin-right: 0;
}
.list-inline-border .list-item:not(:last-child):after {
    content: "|";
    display: flex;
    align-items: center;
    margin: 0 1rem;
    color: #e9e9e9;
}
.list-inline-dot .list-item {
    display: flex;
    align-items: center;
}
.list-inline-dot .list-item:not(:last-child) {
    margin-right: 0;
}
.list-inline-dot .list-item:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 0.25rem;
    width: 0.25rem;
    margin: 0 0.5rem;
    background-color: #c4c4c4;
    border-radius: 50%;
}
.list-gap-0 .list-item:not(:last-child) {
    margin-bottom: 0;
}
.list-gap-0.list-border .list-item:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
}
.list-gap-0.list-inline .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
}
.list-gap-0.list-inline .list-item:not(:last-child):after {
    margin: 0 0;
}
.list-gap-1 .list-item:not(:last-child) {
    margin-bottom: 0.25rem;
}
.list-gap-1.list-border .list-item:not(:last-child) {
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
}
.list-gap-1.list-inline .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
}
.list-gap-1.list-inline .list-item:not(:last-child):after {
    margin: 0 0.25rem;
}
.list-gap-2 .list-item:not(:last-child) {
    margin-bottom: 0.5rem;
}
.list-gap-2.list-border .list-item:not(:last-child) {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.list-gap-2.list-inline .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
}
.list-gap-2.list-inline .list-item:not(:last-child):after {
    margin: 0 0.5rem;
}
.list-gap-3 .list-item:not(:last-child) {
    margin-bottom: 1rem;
}
.list-gap-3.list-border .list-item:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.list-gap-3.list-inline .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
}
.list-gap-3.list-inline .list-item:not(:last-child):after {
    margin: 0 1rem;
}
.list-gap-4 .list-item:not(:last-child) {
    margin-bottom: 1.5rem;
}
.list-gap-4.list-border .list-item:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.list-gap-4.list-inline .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
}
.list-gap-4.list-inline .list-item:not(:last-child):after {
    margin: 0 1.5rem;
}
.list-gap-5 .list-item:not(:last-child) {
    margin-bottom: 3rem;
}
.list-gap-5.list-border .list-item:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.list-gap-5.list-inline .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
}
.list-gap-5.list-inline .list-item:not(:last-child):after {
    margin: 0 3rem;
}
.list-icons-sm .list-item {
    padding-left: 1.4rem;
}
.list-icons-sm .list-icon {
    top: 0.25rem;
    font-size: 0.875rem;
}
.list-icons-lg .list-item {
    padding-left: 2rem;
}
.list-icons-lg .list-icon {
    top: 0.125rem;
    font-size: 1.25rem;
}
.list-sm {
    font-size: 0.875rem;
}
.list-sm.list-bullets .list-item:before {
    top: 0.5rem;
    height: 0.1875rem;
    width: 0.1875rem;
} /*---------------------------------------------------- media ----------------------------------------------------*/
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
    min-width: 0;
} /*---------------------------------------------------- card ----------------------------------------------------*/
.card-body {
    min-width: 0;
}
.card-badge {
    margin-right: 0.16667em;
    transform: translateY(-0.16667em);
    border-radius: 0.25em;
    font-weight: normal;
    text-transform: uppercase;
}
.card-badge-grad {
    background: linear-gradient(100.43deg, #ec2229 53.27%, #f56e0b 91.32%);
}
.card-read-more {
    display: inline-flex;
    align-items: center;
}
.card-post {
    flex-grow: 1;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
    .card-post {
        box-shadow: 0 0 1.25rem rgba(27, 28, 41, 0.1);
    }
}
.card-post .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
}
@media (max-width: 991.98px) {
    .card-post .card-body {
        padding: 1rem;
    }
}
.card-post .card-title [class*="iconsvg"] {
    transform: translateY(-0.16667em);
    font-size: 0.9375em;
}
.card-post .card-read-more {
    display: inline-flex;
    align-items: center;
}
.card-post .card-divider {
    background-color: rgba(0, 0, 0, 0.2);
}
.card-post-2 {
    border: none;
    border-radius: 0;
}
.card-post-h {
    border: none;
    border-radius: 0;
}
.card-post-h .card-body {
    padding: 0;
}
.card-post-h .card-title {
    font-size: 1.125rem;
}
.card-video {
    border: none;
}
.card-video .thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45.71429%;
    background-color: rgba(27, 27, 27, 0.75);
    color: #fff;
}
.card-video .thumbnail.rounded-top .thumbnail-overlay {
    border-top-right-radius: 0.5rem;
}
.card-video-h {
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}
.card-video-h .thumbnail,
.card-video-h .thumbnail .thumbnail-img {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
@media (max-width: 991.98px) {
    .card-video-h .thumbnail,
    .card-video-h .thumbnail .thumbnail-img {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        border-bottom-left-radius: 0;
    }
}
.card-video-h .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-video-h .card-title-2 {
    font-size: 1.125rem;
}
.card-video-h .card-cat {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 50rem;
    background-color: #e1f1f2;
    color: rgba(34, 34, 34, 0.7);
}
.card-video-h .card-cat:before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    background-color: #1d918d;
}
.card-video-h .card-badge {
    display: inline-block;
    border-radius: 50rem;
    padding: 0.3125rem 1rem 0.1875rem;
    background-color: #1d918d;
    color: #fff;
}
.card-store {
    flex-grow: 1;
    border-color: rgba(34, 34, 34, 0.1);
    border-radius: 1.25rem;
    color: #222;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .card-store {
        transition: none;
    }
}
.card-store .card-body {
    display: flex;
    flex-direction: column;
}
.card-store .card-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}
.card-store .iconsvg-phone {
    font-size: 0.75rem;
}
.card-store .list {
    color: rgba(34, 34, 34, 0.7);
    font-size: 0.875rem;
}
.card-store .list-icon {
    color: rgba(0, 0, 0, 0.38);
}
.card-store .card-btn {
    background-color: #00004d;
    color: #fff;
}
.card-store .card-btn:hover,
.card-store .card-btn:focus {
    background-color: #00003e;
}
.card-store .btn-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.4375rem;
    width: 1.4375rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .card-store .btn-icon-circle {
        transition: none;
    }
}
.card-store .media {
    font-size: 0.875rem;
    color: rgba(34, 34, 34, 0.7);
}
.card-store .media a {
    color: inherit;
}
.card-store .media a:hover,
.card-store .media a:focus {
    color: #ec2229;
}
.card-store .media-icon {
    color: rgba(0, 0, 0, 0.38);
    margin-top: 0.1875em;
}
.card-store .media-icon.iconsvg-phone,
.card-store .media-icon.iconsvg-calendar {
    margin-top: 0.3125em;
}
.card-store:hover,
.card-store:focus,
.card-store.active {
    border: 1px solid #ec2229;
}
.card-store:hover .card-btn,
.card-store:focus .card-btn,
.card-store.active .card-btn {
    background-color: #ec2229;
}
.card-store:hover .btn-icon-circle,
.card-store:focus .btn-icon-circle,
.card-store.active .btn-icon-circle {
    background-color: rgba(255, 255, 255, 0.3);
}
.swiper .card-store:not(.active):hover,
.swiper .card-store:not(.active):focus {
    border-color: rgba(34, 34, 34, 0.1);
}
.swiper .card-store:hover,
.swiper .card-store:focus {
    box-shadow: none;
}
.card-1 {
    border: 0;
    border-radius: 0.9375rem;
}
.card-1 .card-img {
    border-radius: 0.9375rem 0 0 0.9375rem;
}
@media (max-width: 991.98px) {
    .card-1 .card-img {
        border-radius: 0.9375rem 0.9375rem 0 0;
    }
}
.swiper-card-1 .swiper-buttons {
    position: absolute;
    right: 1.5rem;
    bottom: 1.25rem;
}
@media (max-width: 767.98px) {
    .swiper-card-1 .swiper-buttons {
        bottom: 1rem;
    }
}
.swiper-card-1.swiper-pagination-outside .swiper-buttons {
    bottom: 3.125rem;
}
@media (max-width: 767.98px) {
    .swiper-card-1.swiper-pagination-outside .swiper-buttons {
        bottom: 2.875rem;
    }
}
.card-2 {
    flex-grow: 1;
    border-radius: 0;
    border: 0;
}
.card-2 .card-header {
    display: flex;
    align-items: center;
    min-height: calc(2.6em + 1.5rem);
    margin-bottom: 0.5rem;
    padding: 0.75rem 1rem;
    border: none;
    background-color: #f6f6f6;
    border-radius: 0.5rem;
}
.card-2 .card-header [class*="iconsvg"] {
    flex-shrink: 0;
    margin-top: -0.125rem;
}
.card-2 .card-body {
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}
@media (min-width: 768px) {
    .card-2 .card-body {
        padding: 2rem 2.5rem;
    }
} /*---------------------------------------------------- rating ----------------------------------------------------*/
.rating {
    display: inline-flex;
    align-items: center;
    line-height: 1.3;
    font-size: 1rem;
}
.rating-number {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
}
.rating-number sub {
    bottom: 0;
    left: -2px;
    font-size: 30%;
    color: #f00;
}
.rating-label {
    color: #ffc107;
}
.rating input[type="radio"] {
    display: none;
}
.rating .rating-item.active ~ .rating-item,
.rating input[type="radio"]:checked ~ .rating-item {
    color: rgba(0, 0, 0, 0.2);
}
.rating .rating-item.active ~ .rating-item .feather-star,
.rating input[type="radio"]:checked ~ .rating-item .feather-star {
    fill: none;
    stroke: currentColor;
}
.rating input[type="radio"]:checked ~ label.rating-item:hover,
.rating input[type="radio"]:checked ~ label.rating-item:focus {
    color: #ffc107;
}
.rating-item {
    margin: 0;
    color: #ffc107;
    line-height: 1;
}
.rating-item [class*="iconsvg"] {
    display: block;
    fill: currentColor;
    transform: translateY(-1px);
}
.rating-item:not(:last-of-type) {
    padding-right: 0.25em;
}
.rating-progress {
    width: 12.5rem;
}
@media (max-width: 575.98px) {
    .rating-progress {
        width: 9.375rem;
    }
}
.rating-progress .progress-bar {
    background-color: #ffc107;
}
.rating label.rating-item {
    cursor: pointer;
}
.rating label.rating-item:hover,
.rating label.rating-item:focus {
    color: #ffc107;
}
.rating label.rating-item:hover ~ .rating-item,
.rating label.rating-item:focus ~ .rating-item {
    color: rgba(0, 0, 0, 0.2);
}
.rating label.rating-item:hover ~ .rating-item .feather-star,
.rating label.rating-item:focus ~ .rating-item .feather-star {
    fill: none;
    stroke: currentColor;
}
.rating:hover label.rating-item,
.rating:focus label.rating-item {
    color: #ffc107 !important;
}
.rating:hover label.rating-item:hover ~ .rating-item,
.rating:hover label.rating-item:focus ~ .rating-item,
.rating:focus label.rating-item:hover ~ .rating-item,
.rating:focus label.rating-item:focus ~ .rating-item {
    color: rgba(0, 0, 0, 0.2) !important;
}
.rating:hover label.rating-item:hover ~ .rating-item .feather-star,
.rating:hover label.rating-item:focus ~ .rating-item .feather-star,
.rating:focus label.rating-item:hover ~ .rating-item .feather-star,
.rating:focus label.rating-item:focus ~ .rating-item .feather-star {
    fill: none;
    stroke: currentColor;
} /*---------------------------------------------------- section ----------------------------------------------------*/
.section {
    flex-grow: 1;
    padding: 4.5rem 0;
}
.section-inner:not(:last-child),
.section-nested:not(:last-child) {
    margin-bottom: 4.5rem;
}
.section-mb {
    margin-bottom: 4.5rem;
}
.section-header {
    margin-bottom: 1.5rem;
}
.section-header .section-title {
    margin-bottom: 0.5rem;
}
.section-header .section-lead {
    margin-bottom: 0;
}
.section-title {
    margin-bottom: 1.5rem;
}
.section-title-2 {
    font-size: calc(1.4rem + 1.8vw);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .section-title-2 {
        font-size: 2.75rem;
    }
}
.section-title-2 .ff-tertiary {
    position: relative;
    top: 0.11111em;
    font-size: 327.27273%;
    font-weight: normal;
    line-height: 1;
}
.section-title-2 .text-big {
    font-size: 109.09091%;
}
.section-title-2 .text-small {
    font-size: 81.81818%;
}
.section-text:last-child {
    margin-bottom: 0;
}
.section-space-sm {
    padding: 3rem 0;
}
.section-space-lg {
    padding: 9rem 0;
}
.section-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
} /*---------------------------------------------------- tag ----------------------------------------------------*/
.tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0.5rem;
}
.tag-title {
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.7);
    white-space: nowrap;
}
.tag-btn {
    color: #000;
    background-color: #eee;
    border-color: #eee;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    color: rgba(34, 34, 34, 0.7);
    border-radius: 0;
}
.tag-btn:hover {
    color: #000;
    background-color: #f1f1f1;
    border-color: #f0f0f0;
}
.btn-check:focus + .tag-btn,
.tag-btn:focus {
    color: #000;
    background-color: #f1f1f1;
    border-color: #f0f0f0;
    box-shadow: 0 0 0 0 rgba(202, 202, 202, 0.5);
}
.btn-check:checked + .tag-btn,
.btn-check:active + .tag-btn,
.tag-btn:active,
.tag-btn.active,
.show > .tag-btn.dropdown-toggle {
    color: #000;
    background-color: #f1f1f1;
    border-color: #f0f0f0;
}
.btn-check:checked + .tag-btn:focus,
.btn-check:active + .tag-btn:focus,
.tag-btn:active:focus,
.tag-btn.active:focus,
.show > .tag-btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(202, 202, 202, 0.5);
}
.tag-btn:disabled,
.tag-btn.disabled {
    color: #000;
    background-color: #eee;
    border-color: #eee;
} /*---------------------------------------------------- title ----------------------------------------------------*/
.title-line-v {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.83333em;
}
.title-line-v:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.16667em;
    border-radius: 50rem;
    background-color: #ec2229;
}
.title-line-v-grad:before {
    background-image: linear-gradient(180deg, #f79521 0%, #c20626 100%);
}
.title-line-h {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}
@media (min-width: 768px) {
    .title-line-h:after,
    .title-line-h:before {
        content: "";
        width: 3.125rem;
        height: 1px;
        margin-bottom: 0.33333em;
        background-color: currentColor;
    }
}
@media (min-width: 992px) {
    .title-line-h:after,
    .title-line-h:before {
        width: 50%;
        max-width: 24.86737%;
    }
}
.title-line-h:after {
    margin-left: 1rem;
}
.title-line-h:before {
    margin-right: 1rem;
}
.title-line-h-2 span {
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ec2229;
} /*---------------------------------------------------- blockquote ----------------------------------------------------*/
.blockquote p:last-of-type {
    margin-bottom: 0;
}
.blockquote-1 {
    position: relative;
    z-index: 0;
    color: #fff;
    background-color: #2C378E;
    border-top-right-radius: 5em;
    border-bottom-left-radius: 5em;
    padding: 3.6em 2em;
    margin: 0.8125rem;
    font-size: 1.25rem;
    font-weight: bold;
}
@media (max-width: 767.98px) {
    .blockquote-1 {
        padding: 3rem 1.5rem;
        border-top-right-radius: 3em;
        border-bottom-left-radius: 3em;
    }
}
.blockquote-1:before,
.blockquote-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 0.1875rem solid #2C378E;
    border-top-right-radius: 5.5em;
    border-bottom-left-radius: 5.5em;
    pointer-events: none;
}
@media (max-width: 767.98px) {
    .blockquote-1:before,
    .blockquote-1:after {
        border-top-right-radius: 3.5em;
        border-bottom-left-radius: 3.5em;
        border-width: 0.125rem;
    }
}
.blockquote-1:before {
    transform: translate(0.8125rem, -0.8125rem);
}
.blockquote-1:after {
    transform: translate(-0.8125rem, 0.8125rem);
}
.blockquote-1 .blockquote-quote-left {
    position: absolute;
    top: -0.72em;
    left: 21.65354%;
    pointer-events: none;
    font-size: 2.5em;
    color: #222;
}
@media (max-width: 767.98px) {
    .blockquote-1 .blockquote-quote-left {
        top: -1.75rem;
        font-size: 2em;
    }
}
.blockquote-2 {
    position: relative;
    padding: 2.1875rem;
    margin: 1rem 0;
    border: 1px solid #222;
    font-family: "Noto Serif", sans-serif;
    font-style: italic;
    font-size: 1.25rem;
}
.blockquote-2:before,
.blockquote-2:after,
.blockquote-2 .blockquote-inner:before,
.blockquote-2 .blockquote-inner:after {
    content: "";
    position: absolute;
}
.blockquote-2:before {
    top: -2px;
    left: -2px;
    width: 18.03084%;
    height: 54.74453%;
    border-top: 3px solid #ec2229;
    border-left: 3px solid #ec2229;
}
.blockquote-2:after {
    top: -2px;
    right: -2px;
    width: 13.28588%;
    height: 69.34307%;
    border-top: 3px solid #ec2229;
    border-right: 3px solid #ec2229;
}
.blockquote-2 .blockquote-inner:before {
    bottom: -2px;
    left: -2px;
    width: 29.06287%;
    height: 24.08759%;
    border-bottom: 3px solid #ec2229;
    border-left: 3px solid #ec2229;
}
.blockquote-2 .blockquote-inner:after {
    bottom: -2px;
    right: 6.76157%;
    width: 33.68921%;
    height: 3px;
    border-bottom: 3px solid #ec2229;
}
.blockquote-2 .blockquote-quote-left,
.blockquote-2 .blockquote-quote-right {
    position: absolute;
    display: inline-block;
    width: 15.42112%;
    background-color: #fff;
    color: #ec2229;
}
.blockquote-2 .blockquote-quote-left {
    bottom: 0;
    left: 34.6382%;
    transform: translateY(50%);
}
.blockquote-2 .blockquote-quote-right {
    top: 0;
    right: 21.58956%;
    transform: translateY(-50%);
}
.blockquote-3 {
    position: relative;
    background-color: #fff;
    padding: 3.5rem 1.5rem 2.5rem;
    border-radius: 0.625rem;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.7;
}
.blockquote-3:before {
    content: "“";
    position: absolute;
    top: -0.2375em;
    left: 1.5rem;
    font-size: 8.88889em;
    color: #00004d;
    line-height: 1;
}
.blockquote-3 .blockquote-quote-left {
    position: absolute;
    top: -2.25rem;
    left: 21.65354%;
    pointer-events: none;
}
@media (max-width: 767.98px) {
    .blockquote-3 .blockquote-quote-left {
        top: -1.75rem;
        font-size: 2.5rem;
    }
} /*---------------------------------------------------- headings ----------------------------------------------------*/
@media (min-width: 768px) {
    .heading-multiline-md-2 {
        min-height: 2.6em;
    }
}
.heading-style-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    border-bottom: 0.1875rem solid #ec2229;
}
@media (max-width: 767.98px) {
    .heading-style-1 {
        position: relative;
        margin-bottom: 3.5rem;
    }
}
.heading-style-1 .heading-text {
    position: relative;
    display: inline-block;
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    background-color: #ec2229;
    color: #fff;
}
.heading-style-1 .heading-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #ec2229 transparent transparent;
    border-width: 0.625rem 0.625rem 0 0;
}
@media (max-width: 767.98px) {
    .heading-style-1 .heading-nav {
        position: absolute;
        top: calc(100% + 0.1875rem);
        right: 0;
        left: 0;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .heading-style-1 .heading-nav::-webkit-scrollbar {
        display: none;
    }
}
.heading-style-1 .heading-nav .nav-item:not(:last-child) {
    position: relative;
}
.heading-style-1 .heading-nav .nav-item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 0.75em;
    margin-bottom: 1px;
    background-color: rgba(0, 0, 0, 0.4);
}
.heading-style-1 .heading-nav .nav-link {
    padding: 0.5rem;
    color: rgba(34, 34, 34, 0.7);
    white-space: nowrap;
}
.heading-style-1 .heading-nav .nav-link:hover,
.heading-style-1 .heading-nav .nav-link:focus {
    color: #ec2229;
}
.heading-style-1 .heading-nav .nav-link.active {
    color: #ec2229;
    font-weight: bold;
} /*---------------------------------------------------- socials ----------------------------------------------------*/
.social {
    display: flex;
    align-items: center;
}
.social-item {
    display: flex;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .social-item {
        transition: none;
    }
}
.social-item:hover,
.social-item:focus {
    opacity: 0.7;
}
.social-item:not(:last-child) {
    margin-right: 0.75rem;
} /*---------------------------------------------------- comment ----------------------------------------------------*/
.comment {
    font-size: 0.875rem;
}
.comment-item {
    display: flex;
    align-items: flex-start;
}
.comment-item:not(:last-child) {
    margin-bottom: 1.5rem;
}
.comment-item-body {
    flex: 1;
}
.comment .thumbnail {
    position: relative;
    flex: 0 0 2.25rem;
    max-width: 2.25rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    background-color: #e5e5e5;
}
.comment .thumbnail:before {
    z-index: 1;
}
.comment .thumbnail:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.comment .thumbnail-letter {
    margin-top: -1px;
    line-height: 1.3;
    font-size: 1.125rem;
    color: rgba(34, 34, 34, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comment .thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.comment-by {
    font-size: 0.875rem;
}
.comment-text {
    margin-bottom: 0.5rem;
}
.comment-text:last-child {
    margin-bottom: 0;
}
.comment-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(34, 34, 34, 0.7);
    font-size: 0.75rem;
}
.comment-action-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
.comment-action-item:not(:last-child) {
    margin-right: 1.5rem;
}
.comment-action-item .iconsvg-thumbs-up-o {
    margin-top: -2px;
    color: #0084ff;
}
.comment-action-item .iconsvg-comment-line-o {
    color: #27ae60;
}
.comment-action a {
    color: inherit;
}
.comment-action a:hover,
.comment-action a:focus {
    color: #ec2229;
}
.comment-reply {
    margin-top: 1.5rem;
    padding-left: 1rem;
    border-left: 1px solid #e9e9e9;
}
.comment-reply .thumbnail {
    flex: 0 0 2.1875rem;
    max-width: 2.1875rem;
}
@media (max-width: 575.98px) {
    .comment-reply .thumbnail {
        flex: 0 0 1.5625rem;
        max-width: 1.5625rem;
    }
} /*---------------------------------------------------- compose ----------------------------------------------------*/
.compose {
    display: flex;
    align-items: flex-start;
    border-radius: 0.5rem;
}
.compose .form-control[contenteditable="true"] {
    height: auto;
}
.compose-thumbnail {
    width: 4.375rem;
}
@media (max-width: 575.98px) {
    .compose-thumbnail {
        width: 3.125rem;
    }
}
.compose-body {
    flex: 1;
    align-self: center;
}
.compose-input {
    min-height: 3.125rem;
    transition: all 0.2s ease-in-out;
    padding: 0.75rem 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .compose-input {
        transition: none;
    }
}
@media (max-width: 767.98px) {
    .compose-input {
        font-size: 1rem;
    }
}
.compose-input:empty:before {
    content: attr(data-placeholder);
    color: #b9b9b9;
} /*---------------------------------------------------- countdown ----------------------------------------------------*/
.countdown {
    display: inline-flex;
}
.countdown-item {
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 2.5rem;
}
.countdown-item:not(:first-child) {
    position: relative;
    margin-left: 1em;
}
.countdown-item:not(:first-child):before {
    content: ":";
    position: absolute;
    top: 0;
    left: -0.6em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3;
}
.countdown-number {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.3;
}
.countdown-text {
    font-size: 0.75rem;
    text-transform: uppercase;
}
.countdown-2 {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 3.125rem;
}
@media (max-width: 575.98px) {
    .countdown-2 {
        margin-left: 0;
    }
}
.countdown-2:before {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: -3.125rem;
    z-index: 1;
    width: 8.9375rem;
    height: 8.5rem;
    background: url("../images/ex/tu-van-du-hoc/countdown.svg") no-repeat 0 0;
    background-size: 100% 100%;
}
.countdown-2 .countdown-title {
    display: inline-block;
    position: relative;
    min-height: 2.25rem;
    padding: 0.1875rem 1.875rem 0.1875rem 6.25rem;
    margin-bottom: -0.75rem;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    background-image: linear-gradient(90deg, #c7202b 0%, #e52d39 52.21%);
    font-size: calc(1.275rem + 0.3vw);
    text-transform: uppercase;
    color: #fff;
}
@media (min-width: 1200px) {
    .countdown-2 .countdown-title {
        font-size: 1.5rem;
    }
}
.countdown-2 .countdown-body {
    display: flex;
    width: 100%;
    padding: 1.375rem 3.125rem 0.625rem 6.25rem;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    background-color: #fff;
}
.countdown-2 .countdown-item {
    color: #ec2229;
    font-weight: bold;
    font-size: 1.125rem;
}
.countdown-2 .countdown-text {
    font-size: 0.875rem;
} /*---------------------------------------------------- collapse partial ----------------------------------------------------*/
.collapse-partial {
    position: relative;
}
.collapse-partial > .collapse,
.collapse-partial > .collapsing {
    position: relative;
    height: 8.75rem;
    overflow: hidden;
}
.collapse-partial > .collapse:not(.show),
.collapse-partial > .collapsing:not(.show) {
    display: block;
}
.collapse-partial > .collapse.show,
.collapse-partial > .collapsing.show {
    height: auto;
    overflow: visible;
}
.collapse-partial .collapse-toggle-wrapper {
    position: relative;
}
.collapse-partial .collapse-toggle {
    display: inline-flex;
}
.collapse-partial .collapse-toggle:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    height: 3.75rem;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .collapse-partial .collapse-toggle:after {
        transition: none;
    }
}
.collapse-partial .collapse-toggle:not(.collapsed):after {
    opacity: 0;
}
.collapse-partial .collapse-toggle-show,
.collapse-partial .collapse-toggle-hide {
    display: none;
}
.collapse-partial .collapse-toggle[aria-expanded="true"] .collapse-toggle-hide {
    display: inline;
}
.collapse-partial .collapse-toggle[aria-expanded="false"] .collapse-toggle-show {
    display: inline;
}
.collapse-partial .collapse-toggle-icon {
    transition: all 0.2s ease-in-out;
    transform: rotate(90deg);
    flex-shrink: 0;
    margin-top: 0.375em;
    font-size: 0.875em;
}
@media (prefers-reduced-motion: reduce) {
    .collapse-partial .collapse-toggle-icon {
        transition: none;
    }
}
.collapse-partial .collapse-toggle-icon.fs-xs {
    font-size: 0.875em !important;
}
.collapse-partial .collapse-toggle:not(.collapsed) .collapse-toggle-icon {
    transform: rotate(-90deg);
}
.collapse-partial button.collapse-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: left;
}
.collapse-partial-tag .collapse,
.collapse-partial-tag .collapsing {
    height: 5.75rem;
}
.collapse-partial-course > .collapse,
.collapse-partial-course > .collapsing {
    height: 93.75rem;
}
.collapse-partial-lg > .collapse,
.collapse-partial-lg > .collapsing {
    height: 18.75rem;
} /*---------------------------------------------------- timeline ----------------------------------------------------*/
.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 22.5rem;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .timeline {
        max-width: 98.875rem;
        flex-direction: row;
        margin: 13.75rem auto;
        padding: 0 2px;
    }
}
.timeline-item {
    position: relative;
    display: flex;
    min-height: 5.625rem;
    padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
    .timeline-item {
        flex: 1 0 0%;
        height: 0.875rem;
        min-height: auto;
        padding-bottom: 0;
        background-color: #333;
    }
    .timeline-item:not(:last-child) {
        margin-right: 3px;
    }
    .timeline-item:nth-child(even) .timeline-item-body {
        flex-direction: column-reverse;
        top: auto;
        bottom: -3.125rem;
    }
    .timeline-item:nth-child(even) .timeline-item-body:before {
        bottom: auto;
        top: 100%;
    }
}
@media (max-width: 991.98px) {
    .timeline-item:last-child {
        min-height: auto;
        padding-bottom: 0;
    }
    .timeline-item:last-child .timeline-item-body:after {
        display: none;
    }
}
@media (min-width: 992px) {
    .timeline-item:last-child .timeline-item-title:before {
        content: "";
        position: absolute;
        top: 114px;
        right: -6px;
        height: 0.5625rem;
        width: 0.5625rem;
        border-radius: 50%;
        background-color: #474a54;
    }
    .timeline-item:last-child .timeline-item-title:after {
        content: "";
        position: absolute;
        top: -170px;
        right: -2px;
        bottom: auto;
        height: 100%;
        width: 1px;
        background-color: #666;
    }
}
.timeline-item-body {
    padding-left: 1.75rem;
}
@media (min-width: 992px) {
    .timeline-item-body {
        position: absolute;
        top: -3.125rem;
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 17.75rem;
        margin-left: -0.375rem;
        padding-left: 1rem;
        padding-right: 0.5rem;
    }
}
.timeline-item-body:before {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0;
    height: 0.5625rem;
    width: 0.5625rem;
    border-radius: 50%;
    background-color: #474a54;
}
@media (min-width: 992px) {
    .timeline-item-body:before {
        top: auto;
        bottom: 100%;
    }
}
.timeline-item-body:after {
    content: "";
    position: absolute;
    top: 1.3125rem;
    bottom: 0;
    left: 4px;
    width: 1px;
    background-color: #666;
}
@media (min-width: 992px) {
    .timeline-item-body:after {
        top: 0;
    }
}
.timeline-item-title {
    margin-bottom: 0.25rem;
    font-size: Helvetica sans-serif;
}
@media (min-width: 992px) {
    .timeline-item-title {
        white-space: nowrap;
        font-size: 1.45833vw;
    }
}
.timeline-item-text {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: rgba(34, 34, 34, 0.7);
}
@media (min-width: 992px) {
    .timeline-item-text {
        line-height: 1.7;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1260px) {
    .timeline-item-text {
        font-size: 1rem;
    }
}
@media (max-width: 991.98px) {
    .timeline-item-color-1 .timeline-item-body:after {
        background-color: #fe9700;
    }
}
@media (min-width: 992px) {
    .timeline-item-color-1 {
        background-color: #fe9700;
    }
}
@media (max-width: 991.98px) {
    .timeline-item-color-2 .timeline-item-body:after {
        background-color: #25c5d9;
    }
}
@media (min-width: 992px) {
    .timeline-item-color-2 {
        background-color: #25c5d9;
    }
}
@media (max-width: 991.98px) {
    .timeline-item-color-3 .timeline-item-body:after {
        background-color: #42a4f5;
    }
}
@media (min-width: 992px) {
    .timeline-item-color-3 {
        background-color: #42a4f5;
    }
}
@media (max-width: 991.98px) {
    .timeline-item-color-4 .timeline-item-body:after {
        background-color: #eb407a;
    }
}
@media (min-width: 992px) {
    .timeline-item-color-4 {
        background-color: #eb407a;
    }
}
@media (max-width: 991.98px) {
    .timeline-item-color-5 .timeline-item-body:after {
        background-color: #673bb6;
    }
}
@media (min-width: 992px) {
    .timeline-item-color-5 {
        background-color: #673bb6;
    }
}
@media (max-width: 991.98px) {
    .timeline-item-color-6 .timeline-item-body:after {
        background-color: #bcc22b;
    }
}
@media (min-width: 992px) {
    .timeline-item-color-6 {
        background-color: #bcc22b;
    }
} /*---------------------------------------------------- tab tag ----------------------------------------------------*/
.nav-tag {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 28.75rem;
    padding: 1.125rem 3.125rem;
}
@media (max-width: 575.98px) {
    .nav-tag {
        max-width: 23.4375rem;
        padding: 1.125rem 2rem;
    }
}
.nav-tag .nav-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 1.55em;
    width: 1.55em;
    margin-right: 0.4em;
    margin-left: -0.3em;
    border-radius: 50rem;
    background-color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    color: #222;
}
@media (max-width: 575.98px) {
    .nav-tag .nav-number {
        font-size: 1.875rem;
    }
}
.nav-tag .nav-link-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #ffeaed;
}
.nav-tag .nav-link-inner:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -2.1875rem;
    height: 4.375rem;
    width: 4.375rem;
    transform: rotate(45deg);
    background-color: #ffeaed;
    box-shadow: 0 0 0 2px #fff;
}
@media (max-width: 575.98px) {
    .nav-tag .nav-link-inner:before {
        left: -1.875rem;
        height: 3.875rem;
        width: 3.875rem;
        transform: rotate(45deg) skew(5deg, 5deg);
    }
}
.nav-tag .nav-desc {
    display: inline-block;
    margin-top: 0.25rem;
    font-weight: normal;
    color: rgba(34, 34, 34, 0.7);
}
.nav-tag .nav-link {
    position: relative;
    z-index: 0;
    height: 3.875rem;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 2px #fff;
    background-color: #ffeaed;
    text-align: left;
    font-weight: bold;
    transition: none;
    outline: none;
    line-height: 1.3;
}
.nav-tag .nav-link:not(:last-child) {
    margin-bottom: 1.375rem;
}
@media (max-width: 575.98px) {
    .nav-tag .nav-link:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}
.nav-tag .nav-link:before,
.nav-tag .nav-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #ffeaed;
    transform-origin: right center;
}
.nav-tag .nav-link:before {
    transform: skew(0, 3deg);
    box-shadow: 0 -2px 0 #fff;
}
.nav-tag .nav-link:after {
    transform: skew(0, -3deg);
    box-shadow: 0 2px 0 #fff;
}
.nav-tag .nav-link:nth-child(odd):before,
.nav-tag .nav-link:nth-child(odd):after {
    transform-origin: left center;
}
.nav-tag .nav-link:nth-child(odd):before {
    transform: skew(0, -3deg);
}
.nav-tag .nav-link:nth-child(odd):after {
    transform: skew(0, 3deg);
}
.nav-tag .nav-link:nth-child(odd) .nav-link-inner {
    justify-content: flex-end;
    text-align: right;
}
.nav-tag .nav-link:nth-child(odd) .nav-link-inner:before {
    left: auto;
    right: -2.1875rem;
}
@media (max-width: 575.98px) {
    .nav-tag .nav-link:nth-child(odd) .nav-link-inner:before {
        right: -1.875rem;
    }
}
.nav-tag .nav-link:nth-child(odd) .nav-number {
    order: 2;
    margin-left: 0.4em;
    margin-right: -0.3em;
}
.nav-tag .nav-link:hover,
.nav-tag .nav-link:focus {
    color: #222;
}
.nav-tag .nav-link:hover,
.nav-tag .nav-link:hover:before,
.nav-tag .nav-link:hover:after,
.nav-tag .nav-link:hover .nav-link-inner,
.nav-tag .nav-link:hover .nav-link-inner:before,
.nav-tag .nav-link:focus,
.nav-tag .nav-link:focus:before,
.nav-tag .nav-link:focus:after,
.nav-tag .nav-link:focus .nav-link-inner,
.nav-tag .nav-link:focus .nav-link-inner:before {
    background-color: #ffe0e4;
}
.nav-tag .nav-link.active,
.nav-tag .nav-link.active:before,
.nav-tag .nav-link.active:after,
.nav-tag .nav-link.active .nav-link-inner,
.nav-tag .nav-link.active .nav-link-inner:before {
    background-color: #b80000;
    color: #fff;
}
.nav-tag .nav-link.active,
.nav-tag .nav-link.active .nav-link-inner:before {
    box-shadow: 0 0 0 2px #fff, 3px 10px 30px rgba(182, 51, 51, 0.25);
}
.nav-tag .nav-link.active .nav-desc {
    color: #fff;
}
.nav-tag-primary-dark .nav-link-inner {
    background-color: #f4f5fb;
}
.nav-tag-primary-dark .nav-link-inner:before {
    background-color: #f4f5fb;
}
.nav-tag-primary-dark .nav-link {
    background-color: #f4f5fb;
}
.nav-tag-primary-dark .nav-link:before,
.nav-tag-primary-dark .nav-link:after {
    background-color: #f4f5fb;
}
.nav-tag-primary-dark .nav-link:hover,
.nav-tag-primary-dark .nav-link:hover:before,
.nav-tag-primary-dark .nav-link:hover:after,
.nav-tag-primary-dark .nav-link:hover .nav-link-inner,
.nav-tag-primary-dark .nav-link:hover .nav-link-inner:before,
.nav-tag-primary-dark .nav-link:focus,
.nav-tag-primary-dark .nav-link:focus:before,
.nav-tag-primary-dark .nav-link:focus:after,
.nav-tag-primary-dark .nav-link:focus .nav-link-inner,
.nav-tag-primary-dark .nav-link:focus .nav-link-inner:before {
    background-color: #edeef8;
}
.nav-tag-primary-dark .nav-link.active,
.nav-tag-primary-dark .nav-link.active:before,
.nav-tag-primary-dark .nav-link.active:after,
.nav-tag-primary-dark .nav-link.active .nav-link-inner,
.nav-tag-primary-dark .nav-link.active .nav-link-inner:before {
    background-color: #b80000;
    color: #fff;
}
.nav-tag-primary-dark .nav-link.active,
.nav-tag-primary-dark .nav-link.active .nav-link-inner:before {
    box-shadow: 0 0 0 2px #fff, 3px 10px 30px rgba(184, 0, 0, 0.25);
}
.nav-tag-primary-dark .nav-link.active .nav-desc {
    color: #fff;
}
.nav-tag-tertiary .nav-link-inner {
    background-color: #f4f5fb;
}
.nav-tag-tertiary .nav-link-inner:before {
    background-color: #f4f5fb;
}
.nav-tag-tertiary .nav-link {
    background-color: #f4f5fb;
}
.nav-tag-tertiary .nav-link:before,
.nav-tag-tertiary .nav-link:after {
    background-color: #f4f5fb;
}
.nav-tag-tertiary .nav-link:hover,
.nav-tag-tertiary .nav-link:hover:before,
.nav-tag-tertiary .nav-link:hover:after,
.nav-tag-tertiary .nav-link:hover .nav-link-inner,
.nav-tag-tertiary .nav-link:hover .nav-link-inner:before,
.nav-tag-tertiary .nav-link:focus,
.nav-tag-tertiary .nav-link:focus:before,
.nav-tag-tertiary .nav-link:focus:after,
.nav-tag-tertiary .nav-link:focus .nav-link-inner,
.nav-tag-tertiary .nav-link:focus .nav-link-inner:before {
    background-color: #edeef8;
}
.nav-tag-tertiary .nav-link.active,
.nav-tag-tertiary .nav-link.active:before,
.nav-tag-tertiary .nav-link.active:after,
.nav-tag-tertiary .nav-link.active .nav-link-inner,
.nav-tag-tertiary .nav-link.active .nav-link-inner:before {
    background-color: #00004d;
    color: #fff;
}
.nav-tag-tertiary .nav-link.active,
.nav-tag-tertiary .nav-link.active .nav-link-inner:before {
    box-shadow: 0 0 0 2px #fff, 3px 10px 30px rgba(0, 0, 77, 0.25);
}
.nav-tag-tertiary .nav-link.active .nav-desc {
    color: #fff;
}
.tab-content-tag {
    position: relative;
    padding: 3rem 1rem;
    border-radius: 0.625rem;
    background: #ec2229 url("../images/ex/phuong-phap-dao-tao/ppdt-s4-tab-bg.svg") no-repeat center center;
    background-size: cover;
    color: #fff;
}
.tab-content-tag:before {
    content: "";
    position: absolute;
    right: 26%;
    bottom: 100%;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.625rem;
    margin-bottom: -1.5625rem;
    transform: rotate(45deg);
    background-color: #ec2229;
}
@media (max-width: 1259.98px) {
    .tab-content-tag:before {
        right: 22%;
    }
}
@media (max-width: 991.98px) {
    .tab-content-tag:before {
        right: 50%;
        transform: rotate(45deg) translateX(50%);
        transform-origin: right center;
    }
}
@media (min-width: 576px) {
    .tab-content-tag {
        padding: 3rem;
    }
}
@media (min-width: 1260px) {
    .tab-content-tag {
        margin: 0 -6rem;
        padding: 3rem 6rem;
    }
} /*---------------------------------------------------- tab wheel ----------------------------------------------------*/
.nav-wheel {
    position: relative;
    max-width: 26.875rem;
    color: #222;
    background-color: #fff;
    border-radius: 50%;
}
@media (max-width: 767.98px) {
    .nav-wheel {
        width: 26.875rem;
        max-width: 70%;
    }
}
.nav-wheel .nav {
    position: relative;
    transform: rotate(45deg);
    padding-top: 100%;
    transition: transform 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-wheel .nav {
        transition: none;
    }
}
.nav-wheel[data-active="1"] .nav {
    transform: rotate(225deg);
}
.nav-wheel[data-active="2"] .nav {
    transform: rotate(135deg);
}
.nav-wheel[data-active="3"] .nav {
    transform: rotate(45deg);
}
.nav-wheel[data-active="4"] .nav {
    transform: rotate(-45deg);
}
.nav-wheel .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50%;
    height: 50%;
    background-image: url("../images/wheel-ripl.svg");
    background-repeat: no-repeat;
    background-size: 200%;
    transition: all 0.2s ease-in-out;
    border: 0 solid transparent;
    background-color: #f8cf0e;
}
@media (prefers-reduced-motion: reduce) {
    .nav-wheel .nav-link {
        transition: none;
    }
}
.nav-wheel .nav-link.active {
    border: 0.25rem solid #fff;
}
.nav-wheel .nav-link:not(.active):hover,
.nav-wheel .nav-link:not(.active):focus {
    filter: brightness(1.1);
}
.nav-wheel .nav-link-1 {
    top: 0;
    left: 0;
    border-top-left-radius: 100%;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    background-position: 0 0;
}
.nav-wheel .nav-link-1.active {
    transform: scale(1.07) translate(0.125rem, 0.125rem);
    transform-origin: bottom right;
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    background-image: url("../images/wheel-ripl.svg"), linear-gradient(-45deg, #fe9700 40%, #ffe263 80%);
}
.nav-wheel .nav-link-2 {
    top: 0;
    right: 0;
    border-top-right-radius: 100%;
    border-left: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    background-position: 100% 0;
}
.nav-wheel .nav-link-2.active {
    transform: scale(1.07) translate(-0.125rem, 0.125rem);
    transform-origin: bottom left;
    border-bottom-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    background-image: url("../images/wheel-ripl.svg"), linear-gradient(45deg, #fe9700 40%, #ffe263 80%);
}
.nav-wheel .nav-link-3 {
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 100%;
    border-left: 0.125rem solid #fff;
    border-top: 0.125rem solid #fff;
    background-position: 100% 100%;
}
.nav-wheel .nav-link-3.active {
    transform: scale(1.07) translate(-0.125rem, -0.125rem);
    transform-origin: top left;
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    background-image: url("../images/wheel-ripl.svg"), linear-gradient(135deg, #fe9700 40%, #ffe263 80%);
}
.nav-wheel .nav-link-4 {
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 100%;
    border-right: 0.125rem solid #fff;
    border-top: 0.125rem solid #fff;
    background-position: 0 100%;
}
.nav-wheel .nav-link-4.active {
    transform: scale(1.07) translate(0.125rem, -0.125rem);
    transform-origin: top right;
    border-top-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-image: url("../images/wheel-ripl.svg"), linear-gradient(-135deg, #fe9700 40%, #ffe263 80%);
}
.nav-wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transform: translate(-50%, -50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64.65116%;
    height: 64.65116%;
    border-radius: 50%;
    border: 0.25rem solid #f8cf0e;
    box-shadow: 0 0 0 0.3125rem #fff;
    background: #fff url("../images/wheel-ripl.svg") no-repeat center center;
    background-size: 154.67626%;
}
.tab-content-wheel {
    position: relative;
    padding: 3rem 1rem;
    border-radius: 0.625rem;
    background-color: #fff;
}
.tab-content-wheel:before {
    content: "";
    position: absolute;
    right: 23%;
    bottom: 100%;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.625rem;
    margin-bottom: -1.5625rem;
    transform: rotate(45deg);
    background-color: #fff;
}
@media (max-width: 1259.98px) {
    .tab-content-wheel:before {
        right: 17.5%;
    }
}
@media (max-width: 991.98px) {
    .tab-content-wheel:before {
        right: 16.5%;
    }
}
@media (max-width: 767.98px) {
    .tab-content-wheel:before {
        right: 50%;
        transform: rotate(45deg) translateX(50%);
        transform-origin: right center;
    }
}
@media (min-width: 576px) {
    .tab-content-wheel {
        padding: 3rem;
    }
}
@media (min-width: 1260px) {
    .tab-content-wheel {
        margin: 0 -6rem;
        padding: 3rem 6rem;
    }
}
.tab-content-wheel .badge {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 50rem;
    background: linear-gradient(90deg, #ec2229 0%, #f56e0b 105.4%);
}
.tab-content-wheel .title-number {
    position: relative;
}
.tab-content-wheel .title-number:after {
    content: attr(data-number);
    position: absolute;
    top: -0.13043em;
    left: -0.08696em;
    font-size: 575%;
    line-height: 1;
    opacity: 0.2;
    background: linear-gradient(#5c5c5c, rgba(92, 92, 92, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} /*---------------------------------------------------- loader ----------------------------------------------------*/
.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #adb5bd;
    font-size: 0.75rem;
}
.loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}
.page:not(.page-home) ~ .loader {
    display: none;
} /*---------------------------------------------------- path ----------------------------------------------------*/
:root {
    --path-item-bg: 45, 147, 153;
}
.path {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 8.25rem;
    border-bottom: 0.25rem solid #474a54;
}
@media (max-width: 991.98px) {
    .path {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
        margin-left: 7.5rem;
        margin-right: 8.75rem;
        border-bottom: none;
        border-left: 0.25rem solid #474a54;
    }
}
@media (max-width: 767.98px) {
    .path {
        margin-right: 7.5rem;
        border-left-width: 0.125rem;
    }
}
@media screen and (min-width: 1920px) {
    .path:before,
    .path:after {
        content: "";
        position: absolute;
        bottom: -0.25rem;
        height: 0.25rem;
        width: 0.5rem;
        border-radius: 50rem;
        background-color: #474a54;
    }
    .path:before {
        right: 100%;
        margin-right: 0.5rem;
        box-shadow: -5px 0 0 0 #474a54, -20px 0 0 0 #474a54;
    }
    .path:after {
        left: 100%;
        margin-left: 0.5rem;
        box-shadow: 5px 0 0 0 #474a54, 20px 0 0 0 #474a54;
    }
}
.path-item {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    flex: 1 0 0;
    height: 3.75rem;
    padding: 0.25rem;
    background-color: rgba(var(--path-item-bg), 1);
    color: #fff;
}
.path-item:not(:first-child) {
    margin-left: -1px;
}
@media (max-width: 991.98px) {
    .path-item:not(:first-child) {
        margin-left: 0;
        margin-top: -1px;
    }
}
@media (max-width: 1259.98px) {
    .path-item {
        font-size: 0.875em;
    }
}
@media (max-width: 991.98px) {
    .path-item {
        flex: auto;
        justify-content: flex-start;
        align-items: center;
        padding: 1rem;
        height: 5rem;
        width: 20%;
    }
}
@media (max-width: 767.98px) {
    .path-item {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .path-item:nth-child(2) {
        height: 5.625rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(2) {
        width: 28.88889%;
    }
}
@media (min-width: 992px) {
    .path-item:nth-child(3) {
        height: 7.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(3) {
        width: 37.77778%;
    }
}
@media (min-width: 992px) {
    .path-item:nth-child(4) {
        height: 9.375rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(4) {
        width: 46.66667%;
    }
}
@media (min-width: 992px) {
    .path-item:nth-child(5) {
        height: 11.25rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(5) {
        width: 55.55556%;
    }
}
@media (min-width: 992px) {
    .path-item:nth-child(6) {
        height: 13.125rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(6) {
        width: 64.44444%;
    }
}
@media (min-width: 992px) {
    .path-item:nth-child(7) {
        height: 15rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(7) {
        width: 73.33333%;
    }
}
@media (min-width: 992px) {
    .path-item:nth-child(8) {
        height: 16.875rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(8) {
        width: 82.22222%;
    }
}
@media (min-width: 992px) {
    .path-item:nth-child(9) {
        height: 18.75rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(9) {
        width: 91.11111%;
    }
}
@media (min-width: 992px) {
    .path-item:nth-child(10) {
        height: 20.625rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(10) {
        width: 100%;
    }
}
.path-item-o-0 {
    background-color: rgba(var(--path-item-bg), 0);
}
.path-item-o-1 {
    background-color: rgba(var(--path-item-bg), 0.1);
}
.path-item-o-2 {
    background-color: rgba(var(--path-item-bg), 0.2);
}
.path-item-o-3 {
    background-color: rgba(var(--path-item-bg), 0.3);
}
.path-item-o-4 {
    background-color: rgba(var(--path-item-bg), 0.4);
}
.path-item-o-5 {
    background-color: rgba(var(--path-item-bg), 0.5);
}
.path-item-o-6 {
    background-color: rgba(var(--path-item-bg), 0.6);
}
.path-item-o-7 {
    background-color: rgba(var(--path-item-bg), 0.7);
}
.path-item-o-8 {
    background-color: rgba(var(--path-item-bg), 0.8);
}
.path-item-o-9 {
    background-color: rgba(var(--path-item-bg), 0.9);
}
.path-item-level-2,
.path-item-level-2 ~ .path-item {
    --path-item-bg: 0, 0, 77;
}
.path-item-text-1 {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    padding: 0 0.25rem 1rem;
    font-size: 1.25em;
    color: #fa532f;
    line-height: 1.3;
    font-weight: bold;
}
@media (max-width: 1259.98px) {
    .path-item-text-1 {
        font-size: 1.125em;
    }
}
@media (max-width: 991.98px) {
    .path-item-text-1 {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 8.75rem;
        padding: 0.25rem 0 0.25rem 1rem;
        text-align: left;
    }
}
@media (max-width: 767.98px) {
    .path-item-text-1 {
        width: 7.5em;
    }
}
.path-item-text-1 small,
.path-item-text-1 .small {
    font-size: 0.8em;
}
.path-item-number {
    display: block;
    font-size: 2em;
    line-height: 1;
}
.path-item-text-2 {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 6.25rem;
    margin-top: 0.25rem;
    padding: 1rem 0.25rem 0;
    border-left: 1px dashed #6b7f91;
    border-right: 1px dashed #6b7f91;
    color: #474a54;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.125em;
}
@media (max-width: 991.98px) {
    .path-item-text-2 {
        top: 0;
        bottom: 0;
        right: 100%;
        left: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        width: 7.5rem;
        padding: 0.25rem 1rem 0.25rem 0;
        margin-top: 0;
        margin-right: 0.25rem;
        border: none;
        border-top: 1px dashed #6b7f91;
        border-bottom: 1px dashed #6b7f91;
        text-align: right;
    }
}
@media (max-width: 767.98px) {
    .path-item-text-2 {
        width: 7.1875em;
        margin-right: 0.125rem;
    }
}
.path-item-text-2:before,
.path-item-text-2:after {
    position: absolute;
    top: 100%;
    height: 0.375rem;
    width: 0.375rem;
    border-left: 1px solid #6b7f91;
    border-bottom: 1px solid #6b7f91;
}
@media (max-width: 991.98px) {
    .path-item-text-2:before,
    .path-item-text-2:after {
        top: 0;
        right: 100%;
    }
}
.path-item-text-2:before {
    content: "";
    left: 0;
    transform: translate(-55%, -50%) rotate(-45deg);
}
@media (max-width: 991.98px) {
    .path-item-text-2:before {
        left: auto;
        transform: translate(50%, -55%) rotate(45deg);
    }
}
.path-item:last-child .path-item-text-2:after {
    content: "";
    right: 0;
    transform: translate(55%, -50%) rotate(-45deg);
}
@media (max-width: 991.98px) {
    .path-item:last-child .path-item-text-2:after {
        right: auto;
        top: auto;
        bottom: 0;
        transform: translate(-50%, 55%) rotate(45deg);
    }
}
@media (max-width: 991.98px) {
    .path-master {
        margin-left: 2.25rem;
    }
}
.path-master .path-item:nth-child(1) {
    background-color: #1194d2;
}
.path-master .path-item:nth-child(2) {
    background-color: #5886c4;
}
.path-master .path-item:nth-child(3) {
    background-color: #049198;
}
.path-master .path-item:nth-child(4) {
    background-color: #4a6fb6;
}
.path-master .path-item:nth-child(5) {
    background-color: #5ba4c4;
}
.path-master .path-item:nth-child(6) {
    background-color: #eb608a;
}
.path-master .path-item:nth-child(7) {
    background-color: #ad9e81;
}
.path-master .path-item:nth-child(8) {
    background-color: #faa332;
}
.path-master .path-item:nth-child(9) {
    background-color: #ef3735;
}
.path-master .path-item-text-1 {
    color: #ec2229;
}
.path-master .path-item-text-2 {
    height: 2.25rem;
}
@media (max-width: 991.98px) {
    .path-master .path-item-text-2 {
        height: auto;
        width: 2.25rem;
    }
} /*---------------------------------------------------- layout ----------------------------------------------------*/
@media (min-width: 992px) {
    html:not(.mac)::-webkit-scrollbar,
    html:not(.mac) *::-webkit-scrollbar {
        width: 10px;
        background-color: transparent;
    }
    html:not(.mac)::-webkit-scrollbar-thumb,
    html:not(.mac) *::-webkit-scrollbar-thumb {
        background-color: #a2a2a2;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    html:not(.mac)::-webkit-scrollbar-thumb,
    html:not(.mac) *::-webkit-scrollbar-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 992px) {
    html:not(.mac)::-webkit-scrollbar-thumb:hover,
    html:not(.mac) *::-webkit-scrollbar-thumb:hover {
        background-color: #888888;
    }
    html:not(.mac)::-webkit-scrollbar-track,
    html:not(.mac) *::-webkit-scrollbar-track {
        background-color: #eee;
    }
}
.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991.98px) {
    .page {
        margin-bottom: 3.5em;
    }
}
.page-bg .page-main {
    background: url("../images/ex/ads/ads-bg.svg") no-repeat top center, linear-gradient(100.43deg, #ec2229 53.27%, #f56e0b 91.32%) fixed;
}
.page-bg .page-main > .container {
    background-color: #fff;
}
.col-aside {
    display: flex;
}
@media (min-width: 1260px) {
    .container-wide {
        max-width: 95.75rem;
    }
} /*---------------------------------------------------- header ----------------------------------------------------*/
.header {
    z-index: 1040;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e9e9e9 inset;
}
@media (max-width: 991.98px) {
    .header {
        box-shadow: none;
        background-color: transparent;
    }
}
.header-logo {
    margin-right: 1.5rem;
}
@media (max-width: 991.98px) {
    .header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.header-logo img {
    display: block;
    width: 8.3125rem;
}
@media (max-width: 991.98px) {
    .header-logo img {
        width: 5.625rem;
    }
}
.header-search {
    max-width: 14rem;
}
.header-search .form-control {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.header-top {
    display: flex;
    align-items: center;
    height: 6.25rem;
    font-size: 0.875rem;
    background-color: #f9f9f9;
}
@media (max-width: 991.98px) {
    .header-top {
        height: 3.75rem;
        background-color: #fff;
        border-bottom: 1px solid #e9e9e9;
        transition: all 0.2s ease-in-out;
    }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .header-top {
        transition: none;
    }
}
.header-top .container {
    display: flex;
    align-items: center;
}
@media (max-width: 991.98px) {
    .header-top .container {
        justify-content: space-between;
    }
}
.hotline {
    display: flex;
}
.hotline-item {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    background-color: #fff;
    border-radius: 3.4375rem;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .hotline-item {
        transition: none;
    }
}
@media (max-width: 1259.98px) {
    .hotline-item {
        padding-right: 0.5rem;
    }
}
.hotline-item:not(:last-child) {
    margin-right: 1rem;
}
.hotline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 1.75rem;
    width: 1.75rem;
    background-color: #bebebe;
    color: #fff;
}
.header-btn-group {
    display: flex;
}
@media (min-width: 992px) {
    .header-btn-group .btn {
        padding: 0.6875rem 1rem;
    }
}
@media (min-width: 1260px) {
    .header-btn-group .btn {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.header-btn-group .btn:not(:last-child) {
    margin-right: 0.5rem;
}
.dropdown-account .dropdown-toggle {
    position: relative;
    padding: 0;
}
@media (min-width: 992px) {
    .dropdown-account .dropdown-toggle {
        color: #222;
        background-color: transparent;
        border-color: #e9e9e9;
        width: 13.75rem;
        padding: 0.1875rem 0.625rem;
    }
    .dropdown-account .dropdown-toggle:hover {
        color: #222;
        background-color: transparent;
        border-color: #d0d0d0;
    }
    .btn-check:focus + .dropdown-account .dropdown-toggle,
    .dropdown-account .dropdown-toggle:focus {
        color: #222;
        background-color: transparent;
        border-color: #d0d0d0;
        box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
    }
    .btn-check:checked + .dropdown-account .dropdown-toggle,
    .btn-check:active + .dropdown-account .dropdown-toggle,
    .dropdown-account .dropdown-toggle:active,
    .dropdown-account .dropdown-toggle.active,
    .show > .dropdown-account .dropdown-toggle.dropdown-toggle {
        color: #000;
        background-color: rgba(255, 255, 255, 0.2);
        border-color: #ebebeb;
    }
    .btn-check:checked + .dropdown-account .dropdown-toggle:focus,
    .btn-check:active + .dropdown-account .dropdown-toggle:focus,
    .dropdown-account .dropdown-toggle:active:focus,
    .dropdown-account .dropdown-toggle.active:focus,
    .show > .dropdown-account .dropdown-toggle.dropdown-toggle:focus {
        box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
    }
    .dropdown-account .dropdown-toggle:disabled,
    .dropdown-account .dropdown-toggle.disabled {
        color: #fff;
        background-color: transparent;
        border-color: #e9e9e9;
    }
}
.dropdown-account .dropdown-toggle .avatar {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #fff;
    border-radius: 50rem;
}
.dropdown-account .dropdown-toggle:after {
    margin-left: auto;
    flex-shrink: 0;
}
@media (max-width: 991.98px) {
    .dropdown-account .dropdown-toggle:after {
        display: none;
    }
}
.dropdown-account .dropdown-toggle .iconsvg-bell {
    color: #828282;
}
@media (max-width: 991.98px) {
    .dropdown-account .dropdown-toggle .iconsvg-bell {
        display: none;
    }
}
.dropdown-account .dropdown-toggle .dropdown-noti {
    display: inline-flex;
    flex-shrink: 0;
    order: 3;
}
@media (min-width: 992px) {
    .dropdown-account .dropdown-toggle .dropdown-noti {
        position: relative;
        margin-left: 0.5rem;
    }
}
.dropdown-account .dropdown-toggle .dropdown-noti .badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
    min-width: 0.875rem;
    background-color: #cf2229;
    color: #fff;
    font-size: 0.5rem;
    border-radius: 0.1875rem;
    border: 1px solid #fff;
}
@media (min-width: 992px) {
    .dropdown-account .dropdown-toggle .dropdown-noti .badge {
        padding: 0.0625rem 0.125rem;
    }
}
.dropdown-account .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 991.98px) {
    .dropdown-account .dropdown-menu {
        min-width: 12.5rem;
        margin-top: 0.375rem !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.dropdown-account .dropdown-item {
    color: rgba(34, 34, 34, 0.7);
}
.dropdown-account .dropdown-item:hover,
.dropdown-account .dropdown-item:focus {
    color: #222;
}
.header-headroom {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
}
@media (min-width: 992px) {
    .header-headroom {
        position: absolute;
    }
}
@media (min-width: 992px) {
    .header-headroom.headroom--not-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin-top: -6.25rem;
    }
    .header-headroom.headroom--not-top .header-top .dropdown-menu {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .header-headroom.headroom--not-top.headroom--pinned .header-top {
        transform: translateY(0);
    }
    .header-headroom.headroom--not-top.headroom--unpinned .header-top {
        transform: translateY(-100%);
    }
}
.header-headroom ~ .page-main {
    margin-top: 9.75rem;
}
@media (max-width: 991.98px) {
    .header-headroom ~ .page-main {
        margin-top: 3.75rem;
    }
} /*---------------------------------------------------- navbar ----------------------------------------------------*/
.navbar {
    padding: 0;
}
@media (min-width: 992px) {
    .navbar {
        height: 3.5rem;
    }
}
.navbar .container {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.navbar-collapse {
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    width: 18.75rem;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-collapse {
        transition: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-collapse {
        z-index: 1050;
    }
}
@media (min-width: 992px) {
    .navbar-collapse {
        position: relative;
        flex-grow: 1;
        transform: none;
        overflow: visible;
        height: auto;
        background-color: transparent;
    }
}
.navbar-collapse:not(.show) {
    display: block;
}
@media (max-width: 991.98px) {
    .navbar-collapse.show {
        transform: translateX(0);
    }
}
.navbar-collapse.show + .navbar-overlay {
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.navbar-close {
    display: flex;
    padding: 0;
    font-size: 1.125rem;
    color: rgba(34, 34, 34, 0.7);
    border: none;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-close {
        transition: none;
    }
}
.navbar-close:hover,
.navbar-close:focus {
    color: #222222;
}
.navbar-scroll {
    flex-grow: 1;
}
@media (max-width: 991.98px) {
    .navbar-scroll {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-grow: 1;
        height: 100%;
        padding-top: 3.9375rem;
        overflow-y: auto;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-scroll > * {
        flex: 0 0 auto;
    }
}
.navbar-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
}
.navbar-bottom {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: -2px;
    background-color: #f9f9f9;
}
.navbar-hotline {
    flex-direction: column;
}
.navbar-hotline .hotline-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5rem;
}
.navbar .navbar-nav {
    z-index: 1;
}
@media (min-width: 992px) {
    .navbar .navbar-nav {
        justify-content: space-between;
        flex-grow: 1;
    }
}
.navbar .navbar-nav .nav-item {
    position: relative;
}
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 1rem;
    }
}
@media (min-width: 1260px) {
    .navbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 3rem;
    }
}
.navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0.75rem 1rem;
    color: rgba(34, 34, 34, 0.7);
    transition: none;
}
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:active {
    color: #ec2229;
}
.navbar .navbar-nav .active > .nav-link:before,
.navbar .navbar-nav .nav-link.active:before {
    content: "" !important;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.125rem;
    background-color: currentColor;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .active > .nav-link:before,
    .navbar .navbar-nav .nav-link.active:before {
        top: 0;
        right: auto;
        width: 0.125rem;
        height: auto;
    }
}
@media (max-width: 991.98px) {
    .navbar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1049;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: all 0.3s ease-in-out;
        pointer-events: none;
    }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .navbar-overlay {
        transition: none;
    }
}
.navbar-nav .dropdown.show > .dropdown-toggle:after {
    transform: rotate(135deg);
    margin-top: -0.28571em;
}
@media (min-width: 992px) {
    .navbar-nav .dropdown.nav-item > .dropdown-menu {
        margin-top: 0.125rem;
    }
}
.navbar-nav .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav .dropdown-toggle:after {
    transform: rotate(45deg);
    margin-top: 0;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-nav .dropdown-toggle:after {
        transition: none;
    }
}
@media (min-width: 992px) {
    .navbar-nav .dropdown-toggle.nav-link:after {
        transform: rotate(135deg);
        margin-top: -0.28571em;
        transition: none;
    }
}
.navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    background-color: #f9f9f9;
}
@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 13.75rem;
        max-width: 25rem;
        padding: 1rem 1rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
        background-color: #fff;
        border-radius: 0 0.5rem 0.5rem 0.5rem;
    }
}
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        border-radius: 0;
        transition: height 0.3s ease-in-out;
        overflow: hidden;
    }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .navbar-nav .dropdown-menu {
        transition: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
        padding-left: 2.5rem;
    }
    .navbar-nav .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-nav .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item {
        padding-left: 5rem;
    }
}
.navbar-nav .dropdown-menu-right {
    left: auto;
    right: 0;
}
.navbar-nav .dropdown-menu-right .dropdown-sub > .dropdown-menu {
    left: auto;
    right: 100%;
}
.navbar-nav .dropdown-header {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}
.navbar-nav .dropdown-item {
    padding: 0.5rem 1rem;
    color: rgba(34, 34, 34, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .navbar-nav .dropdown-item {
        border-radius: 0.5rem;
        padding: 0.5rem;
    }
}
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: #f8f8f8;
    color: #ec2229;
}
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active {
    color: #ec2229;
    background-color: transparent;
}
@media (min-width: 992px) {
    .navbar-nav .dropdown-item.active,
    .navbar-nav .dropdown-item:active {
        background-color: #f8f8f8;
    }
}
@media (min-width: 992px) {
    .navbar-nav .dropdown-item:not(:last-child) {
        margin-bottom: 1px;
    }
}
.navbar-nav .dropdown-item-text {
    padding: 0.5rem 1rem;
    color: rgba(34, 34, 34, 0.7);
}
.navbar-nav .dropdown-sub {
    position: relative;
}
.navbar-nav .dropdown-sub > .dropdown-menu {
    left: 100%;
    margin-left: 0;
    top: -1rem;
}
@media (min-width: 992px) {
    .navbar-nav-hover .nav-item:hover .nav-link,
    .navbar-nav-hover .nav-item:focus .nav-link {
        color: #ec2229;
    }
    .navbar-nav-hover .dropdown:hover > .nav-link {
        position: relative;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .navbar-nav-hover .dropdown:hover > .nav-link:before {
        content: "";
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        height: 0.125rem;
    }
    .navbar-nav-hover .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-nav-hover .dropdown:hover .dropdown-sub .dropdown-menu {
        display: none;
    }
    .navbar-nav-hover .dropdown:hover .dropdown-sub:hover > .dropdown-item {
        background-color: #f8f8f8;
    }
    .navbar-nav-hover .dropdown:hover .dropdown-sub:hover > .dropdown-item.active,
    .navbar-nav-hover .dropdown:hover .dropdown-sub:hover > .dropdown-item:active {
        background-color: #f8f8f8;
    }
    .navbar-nav-hover .dropdown:hover .dropdown-sub:hover > .dropdown-menu {
        z-index: 1;
        display: block;
    }
}
@media (min-width: 992px) {
    .navbar-nav-effect .dropdown-menu {
        display: block;
        transform: translateY(-5px);
        visibility: hidden;
        opacity: 0;
        transition: transform 0.2s ease;
    }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .navbar-nav-effect .dropdown-menu {
        transition: none;
    }
}
@media (min-width: 992px) {
    .navbar-nav-effect .dropdown.show .dropdown-menu {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
    .navbar-nav-effect .dropdown.show .dropdown-sub .dropdown-menu {
        display: block;
        transform: translateX(-10px);
        visibility: hidden;
        opacity: 0;
    }
    .navbar-nav-effect .dropdown.show .dropdown-sub:hover > .dropdown-menu {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
    .navbar-nav-effect.navbar-nav-hover .dropdown:hover .dropdown-menu {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
    .navbar-nav-effect.navbar-nav-hover .dropdown:hover .dropdown-sub .dropdown-menu {
        display: block;
        transform: translateX(-10px);
        visibility: hidden;
        opacity: 0;
    }
    .navbar-nav-effect.navbar-nav-hover .dropdown:hover .dropdown-sub:hover > .dropdown-menu {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .navbar-flat .navbar-nav .nav-item:hover .nav-link,
    .navbar-flat .navbar-nav .nav-item:focus .nav-link {
        border-radius: 0;
    }
    .navbar-flat .navbar-nav .nav-link {
        height: 3.5rem;
        border-radius: 0;
    }
    .navbar-flat .navbar-nav .dropdown-menu {
        border-radius: 0;
    }
    .navbar-flat .navbar-nav .dropdown.nav-item .dropdown-menu {
        margin-top: 0;
    }
    .navbar-flat .navbar-nav .dropdown-mega .dropdown-item,
    .navbar-flat .navbar-nav .dropdown-mega .dropdown-item:last-child,
    .navbar-flat .navbar-nav .dropdown-mega .dropdown-item:first-child,
    .navbar-flat .navbar-nav .dropdown-mega .dropdown-item-text,
    .navbar-flat .navbar-nav .dropdown-mega .dropdown-item-text:last-child,
    .navbar-flat .navbar-nav .dropdown-mega .dropdown-item-text:first-child {
        border-radius: 0;
    }
} /*---------------------------------------------------- footer ----------------------------------------------------*/
.footer {
    margin-top: auto;
    background-color: #202020;
    color: #fff;
}
.footer a:not(.btn):not(.dropdown-item):not(.social-item) {
    color: #fff;
}
.footer a:not(.btn):not(.dropdown-item):not(.social-item):hover,
.footer a:not(.btn):not(.dropdown-item):not(.social-item):focus {
    color: #ec2229;
}
.footer-logo {
    display: inline-block;
    width: 8.9375rem;
}
.footer-logo img {
    filter: brightness(0) invert(1);
}
.footer-copyright {
    background-color: #101010;
    padding: 1.5rem 0;
}
.newsletter-reg {
    position: relative;
    display: flex;
    height: 3.75rem;
}
.newsletter-reg .form-control {
    background-color: #333;
    color: #fff;
    border-color: transparent;
}
.newsletter-reg .form-control::-moz-placeholder {
    color: #fff;
}
.newsletter-reg .form-control::placeholder {
    color: #fff;
}
.newsletter-reg .form-control:focus {
    border-color: #f69194;
}
.newsletter-reg .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    height: 2.5rem;
    padding: 0.25rem 1rem;
    border-radius: 0.375rem;
}
.footer .swiper-store .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
.footer .swiper-store .swiper-pagination-bullet-active {
    background-color: #ec2229;
} /*---------------------------------------------------- sidebar ----------------------------------------------------*/
.sidebar {
    flex-grow: 1;
}
.sidebar > *:not(:last-child) {
    margin-bottom: 1.5rem;
}
.sidebar.sticky-top {
    align-self: start;
}
.sticky-top {
    top: 4.5rem;
}
.nav-v-1 {
    flex-direction: column;
}
.nav-v-1 .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    height: 3.4375rem;
    padding-right: 4rem;
    font-weight: bold;
    color: rgba(34, 34, 34, 0.7);
    background-color: #f5e2c8;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-v-1 .nav-link {
        transition: none;
    }
}
.nav-v-1 .nav-link:not(:last-child) {
    margin-bottom: 0.75rem;
}
.nav-v-1 .nav-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.4375rem;
    background-color: #e2c6a0;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-v-1 .nav-icon {
        transition: none;
    }
}
.nav-v-1 .nav-link-1 {
    background-color: #f5e2c8;
    color: rgba(34, 34, 34, 0.7);
}
.nav-v-1 .nav-link-1 .nav-icon {
    background-color: #e2c6a0;
}
.nav-v-1 .nav-link-1:hover,
.nav-v-1 .nav-link-1:focus {
    background-color: #f1d7b2;
}
.nav-v-1 .nav-link-1:hover .nav-icon,
.nav-v-1 .nav-link-1:focus .nav-icon {
    background-color: #dcba8c;
}
.nav-v-1 .nav-link-2 {
    background-color: #d88373;
    color: #fff;
}
.nav-v-1 .nav-link-2 .nav-icon {
    background-color: #c76856;
}
.nav-v-1 .nav-link-2:hover,
.nav-v-1 .nav-link-2:focus {
    background-color: #d2715f;
}
.nav-v-1 .nav-link-2:hover .nav-icon,
.nav-v-1 .nav-link-2:focus .nav-icon {
    background-color: #c15743;
}
.nav-v-1 .nav-link-3 {
    background-color: #bd1e1e;
    color: #fff;
}
.nav-v-1 .nav-link-3 .nav-icon {
    background-color: #a91515;
}
.nav-v-1 .nav-link-3:hover,
.nav-v-1 .nav-link-3:focus {
    background-color: #a71b1b;
}
.nav-v-1 .nav-link-3:hover .nav-icon,
.nav-v-1 .nav-link-3:focus .nav-icon {
    background-color: #921212;
}
.nav-v-1 .nav-link-4 {
    background-color: #17255a;
    color: #fff;
}
.nav-v-1 .nav-link-4 .nav-icon {
    background-color: #0e1941;
}
.nav-v-1 .nav-link-4:hover,
.nav-v-1 .nav-link-4:focus {
    background-color: #121d46;
}
.nav-v-1 .nav-link-4:hover .nav-icon,
.nav-v-1 .nav-link-4:focus .nav-icon {
    background-color: #09112c;
}
.social-buttons {
    padding: 1.5rem;
    background: url("../images/aside-social-bg.svg") no-repeat center center;
    background-size: cover;
}
@media (max-width: 575.98px) {
    .social-buttons {
        padding: 1rem;
    }
}
.social-buttons .btn {
    justify-content: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: left;
    word-break: break-all;
}
@media (max-width: 575.98px) {
    .social-buttons .btn {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.social-buttons .btn-icon {
    display: inline-flex;
    min-width: 1.5rem;
}
.social-buttons .btn-icon [class*="iconsvg2"] {
    font-size: 1.25rem;
}
.social-buttons .btn-icon .iconsvg2-youtube {
    font-size: 1rem;
}
.social-buttons .btn-icon .iconsvg2-phone-circle {
    font-size: 1.5rem;
}
.card-reg {
    border: none;
}
.card-reg .card-header {
    padding: 1rem;
    background: url("../images/ex/aside/aside-bg-header.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    border-bottom: none;
}
.card-reg .card-body {
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-top: none;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
} /*---------------------------------------------------- page header ----------------------------------------------------*/
.page-header {
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
}
.page-header-title {
    font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
    .page-header-title {
        font-size: 2.25rem;
    }
}
.page-header .breadcrumb {
    padding: 0;
    font-size: 0.875rem;
}
.page-header .breadcrumb-item {
    display: inline-flex;
    align-items: center;
}
.page-header .breadcrumb-item:not(:last-child) {
    margin-right: 0.625rem;
}
.page-header .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.page-header .breadcrumb-item + .breadcrumb-item:before {
    content: "";
    height: 0.5em;
    width: 0.5em;
    display: inline-block;
    float: none;
    padding: 0;
    margin-right: 0.625rem;
    transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    color: #bdbdbd;
}
.page-header .breadcrumb-item a {
    color: #757575;
}
.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item a:focus {
    color: #ec2229;
}
.page-header-background {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-header-background:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
} /*---------------------------------------------------- nav bar ----------------------------------------------------*/
.nav-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
    align-items: center;
    padding: 0 1rem;
    background-color: #fff;
    box-shadow: 0 -2px 15px rgba(182, 51, 51, 0.2);
}
.nav-bar .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    padding: 0;
    white-space: nowrap;
    font-size: 0.6875rem;
    color: rgba(0, 0, 0, 0.38);
}
.nav-bar .nav-link:hover,
.nav-bar .nav-link:focus {
    color: #222;
}
.nav-bar .nav-link.active {
    position: relative;
    color: #ec2229;
}
.nav-bar .nav-link.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0.125rem;
    background-color: currentColor;
}
.nav-bar .nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
}
.nav-bar .nav-text {
    white-space: nowrap;
} /*---------------------------------------------------- home ----------------------------------------------------*/
.section-hero {
    position: relative;
    padding: 0;
}
.section-hero .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10.25rem;
}
@media (max-width: 767.98px) {
    .section-hero .container {
        margin-bottom: 3.75rem;
    }
}
.section-hero .section-title {
    max-width: 11.32143em;
    font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
    .section-hero .section-title {
        font-size: 3.5rem;
    }
}
@media (max-width: 1259.98px) {
    .section-hero .section-title {
        font-size: calc(1.4rem + 1.8vw);
    }
}
@media (max-width: 1259.98px) and (min-width: 1200px) {
    .section-hero .section-title {
        font-size: 2.75rem;
    }
}
@media (max-width: 767.98px) {
    .section-hero .section-title {
        font-size: calc(1.275rem + 0.3vw);
    }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
    .section-hero .section-title {
        font-size: 1.5rem;
    }
}
.section-hero .section-img {
    height: 42.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .section-hero .section-img {
        height: auto;
    }
}
.section-1 {
    position: relative;
    margin-top: -10.25rem;
}
@media (max-width: 767.98px) {
    .section-1 {
        margin-top: -3.75rem;
    }
}
.card-banner {
    border: 0.25rem solid #fff;
    border-radius: 1.25rem;
    box-shadow: 0 0.25rem 1.875rem rgba(182, 51, 51, 0.2);
}
.card-banner:hover,
.card-banner:focus {
    color: #222;
}
.card-banner .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1.25rem 0.75rem;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .card-banner .card-img-overlay {
        transition: none;
    }
}
.card-banner .card-img-overlay:hover,
.card-banner .card-img-overlay:focus {
    background-color: rgba(34, 34, 34, 0.15);
}
.card-banner .card-img {
    border-radius: 1rem;
}
.card-banner .card-title {
    margin-left: 1.25rem;
    line-height: 1.1;
}
.card-banner .card-lead {
    display: inline-block;
    max-width: 100%;
    padding: 0.5rem 1.25rem;
    border-radius: 50rem;
    background-color: #fff;
    color: #767676;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.number-1 {
    display: inline-block;
}
.number-1 sup {
    font-size: 45%;
    top: -1em;
}
.number-1-plus:after {
    content: "+";
    position: relative;
    line-height: 0;
    vertical-align: baseline;
    font-size: 45%;
    top: -1em;
}
.section-2 {
    background-color: #fff3e4;
    overflow: hidden;
}
.section-2 .swiper-button-next,
.section-2 .swiper-button-prev {
    top: 0;
    margin-top: 9.5%;
}
@media (max-width: 991.98px) {
    .section-2 .swiper-button-next,
    .section-2 .swiper-button-prev {
        margin-top: 15%;
    }
}
@media (max-width: 575.98px) {
    .section-2 .swiper-button-next,
    .section-2 .swiper-button-prev {
        margin-top: 30%;
    }
}
.section-2 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
.section-2 .swiper-pagination-bullet-active {
    background-color: #ec2229;
}
.lt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 5.3125rem;
    padding: 1rem;
    border-radius: 0.375rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.lt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 0.1875rem rgba(250, 200, 28, 0.5) inset;
    border-radius: 0.375rem;
    background: linear-gradient(0deg, rgba(184, 0, 0, 0.75), rgba(184, 0, 0, 0.75));
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .lt:before {
        transition: none;
    }
}
.lt-title {
    position: relative;
    color: #fff;
}
.lt:hover:before,
.lt:focus:before {
    box-shadow: 0 0 0 0.1875rem rgba(252, 218, 64, 0.96) inset;
}
.section-3 {
    overflow: hidden;
}
.section-3 .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #ffdd78;
}
@media (max-width: 767.98px) {
    .section-3 .section-title {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .section-3 .section-title img,
    .section-3 .section-title i {
        margin-top: -0.3125rem;
    }
}
.section-4 {
    overflow: hidden;
}
.swiper-teacher .swiper-button-next,
.swiper-teacher .swiper-button-prev {
    top: 0;
    margin-top: 15.6%;
}
@media (max-width: 991.98px) {
    .swiper-teacher .swiper-button-next,
    .swiper-teacher .swiper-button-prev {
        margin-top: 20.9%;
    }
}
@media (max-width: 767.98px) {
    .swiper-teacher .swiper-button-next,
    .swiper-teacher .swiper-button-prev {
        margin-top: 33%;
    }
}
.section-5 {
    overflow: hidden;
}
.swiper-s5 > .swiper-container {
    margin: 0 -1rem;
    padding: 0 1rem;
}
@media (min-width: 992px) {
    .swiper-s5 > .swiper-container > .swiper-buttons {
        position: absolute;
        bottom: 0.5rem;
        left: calc(50% + 0.75rem);
    }
}
.swiper-s5 > .swiper-container > .swiper-buttons > .swiper-button-next {
    margin: 0;
}
.swiper-s5 > .swiper-container > .swiper-buttons > .swiper-button-prev {
    margin: 0 0.25rem 0 0;
}
@media (min-width: 992px) {
    .swiper-s5 .swiper-slide-body {
        padding-bottom: 3.75rem;
    }
}
.swiper-coverflow .swiper-container {
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
}
.swiper-coverflow .swiper-slide {
    width: 74.72527%;
    border: 0.5rem solid transparent;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .swiper-coverflow .swiper-slide {
        transition: none;
    }
}
@media (max-width: 575.98px) {
    .swiper-coverflow .swiper-slide {
        width: 85%;
    }
}
.swiper-coverflow .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-next):not(.swiper-slide-active) {
    opacity: 0;
}
.swiper-coverflow .swiper-slide > img {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
    border-radius: 0.625rem;
}
.swiper-coverflow .swiper-button-next,
.swiper-coverflow .swiper-button-prev {
    margin: 0 0.75rem;
}
@media (min-width: 576px) {
    .swiper-coverflow .swiper-button-next,
    .swiper-coverflow .swiper-button-prev {
        margin: 0;
    }
}
@media (max-width: 576px) {
	h2 img{display: none;}
}
.section-6 {
    overflow: hidden;
}
.swiper-post .swiper-container {
    overflow: visible;
}
@media (max-width: 767.98px) {
    .swiper-post .swiper-slide {
        width: 80%;
        max-width: 21.875rem;
    }
}
.section-8 {
    overflow: hidden;
}
.section-9 {
    overflow: hidden;
}
.section-9 .container {
    position: relative;
}
@media (min-width: 1260px) {
    .section-9 .container {
        padding-right: 9.375rem;
    }
}
.section-9 .section-person {
    position: absolute;
    right: 0;
    bottom: -4.5rem;
    transform: translateX(calc(50% - 0.75rem));
}
.statistic-title {
    display: flex;
    margin-bottom: 0.5rem;
}
.statistic-title-number {
    display: block;
    min-width: 3.125rem;
    text-align: center;
}
.statistic-link {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #f5f5f5;
    transition: all 0.2s ease-in-out;
    border-radius: 0.5rem;
    font-weight: bold;
}
@media (prefers-reduced-motion: reduce) {
    .statistic-link {
        transition: none;
    }
}
.statistic-link-icon {
    display: flex;
    justify-content: center;
    margin-left: -0.5rem;
    min-width: 3.125rem;
    text-align: center;
}
.statistic-link:hover,
.statistic-link:focus {
    background-color: #e9e9e9;
    color: #222;
}
.statistic-info {
    padding-left: 3.125rem;
    font-style: italic;
    font-size: 0.875rem;
    color: rgba(34, 34, 34, 0.7);
} /*---------------------------------------------------- gioi thieu ----------------------------------------------------*/
.section-hero-2 {
    position: relative;
    display: flex;
    min-height: 42.5625rem;
    padding: 0;
}
@media (max-width: 767.98px) {
    .section-hero-2 {
        min-height: 36.25rem;
    }
}
.section-hero-2 .section-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4.0625rem 4.0625rem 8.125rem;
    background-color: #ec2229;
    color: #fff;
}
@media (max-width: 767.98px) {
    .section-hero-2 .section-body {
        padding: 1.5rem 1.5rem 5.5rem;
    }
}
.section-hero-2 .section-title {
    font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
    .section-hero-2 .section-title {
        font-size: 3.75rem;
    }
}
.section-hero-2 .section-title small {
    font-size: 63.33333%;
}
.section-hero-2 .section-bg {
    width: 64.73958%;
    background-position: left center;
}
@media (max-width: 1259.98px) {
    .section-hero-2 .section-bg {
        position: absolute;
        top: 0;
        right: 6.25rem;
        bottom: 0;
        left: 0;
        width: auto;
    }
}
@media (max-width: 991.98px) {
    .section-hero-2 .section-bg {
        right: 0;
    }
}
.section-hero-2 .swiper {
    align-self: center;
    max-width: 49.375rem;
    margin: 4.0625rem 0 4.0625rem -7.125rem;
}
@media (max-width: 1259.98px) {
    .section-hero-2 .swiper {
        margin-left: auto;
    }
}
@media (max-width: 991.98px) {
    .section-hero-2 .swiper {
        max-width: 90%;
        min-width: 0;
    }
}
@media (max-width: 767.98px) {
    .section-hero-2 .swiper {
        max-width: none;
        margin-right: 0.75rem;
        margin-left: 0.75rem;
    }
}
.section-hero-2 .swiper .swiper-buttons {
    position: absolute;
    bottom: 2rem;
    left: 4.0625rem;
}
@media (max-width: 767.98px) {
    .section-hero-2 .swiper .swiper-buttons {
        bottom: 1.5rem;
        left: 1.5rem;
    }
}
.section-hero-2 .swiper .swiper-buttons .swiper-button-prev,
.section-hero-2 .swiper .swiper-buttons .swiper-button-next {
    margin: 0 0.25rem;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .section-hero-2 .swiper .swiper-buttons .swiper-button-prev,
    .section-hero-2 .swiper .swiper-buttons .swiper-button-next {
        transition: none;
    }
}
@media (min-width: 768px) {
    .section-hero-2 .swiper .swiper-buttons .swiper-button-prev,
    .section-hero-2 .swiper .swiper-buttons .swiper-button-next {
        font-size: 2.5rem;
    }
}
.section-hero-2 .swiper .swiper-buttons .swiper-button-prev:not(.swiper-button-disabled),
.section-hero-2 .swiper .swiper-buttons .swiper-button-next:not(.swiper-button-disabled) {
    opacity: 0.8;
}
.section-hero-2 .swiper .swiper-buttons .swiper-button-prev:not(.swiper-button-disabled):hover,
.section-hero-2 .swiper .swiper-buttons .swiper-button-prev:not(.swiper-button-disabled):focus,
.section-hero-2 .swiper .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover,
.section-hero-2 .swiper .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):focus {
    opacity: 1;
}
.swiper-store .swiper-button-next,
.swiper-store .swiper-button-prev {
    margin-top: -0.9375rem;
}
.gt-section-4 {
    overflow: hidden;
} /*---------------------------------------------------- giao vien ----------------------------------------------------*/
.swiper-gv .swiper-slide img {
    min-height: 24.8125rem;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1259.98px) {
    .swiper-gv .swiper-slide img {
        min-height: 32vw;
    }
}
.card-cv {
    margin-top: 2.125rem;
    padding: 3.125rem 4.0625rem 2.125rem;
    border: none;
    background: url("../images/ex/giao-vien/gv-bg-1.svg") no-repeat center center;
    background-size: cover;
    color: #fff;
    border-radius: 0.625rem;
}
@media (max-width: 1259.98px) {
    .card-cv {
        padding: 1.5rem;
    }
}
@media (max-width: 767.98px) {
    .card-cv {
        padding: 1rem;
    }
}
.card-cv .thumbnail-frame-1 {
    margin-top: -5.25rem;
}
@media (max-width: 1259.98px) {
    .card-cv .thumbnail-frame-1 {
        margin-top: -3.625rem;
    }
}
.card-cv .rating .rating-item.active ~ .rating-item,
.card-cv .rating input[type="radio"]:checked ~ .rating-item {
    color: rgba(255, 255, 255, 0.5);
}
.card-cv-2 {
    border: none;
    border-radius: 1.25rem;
}
@media (min-width: 768px) {
    .card-cv-2 {
        padding: 1.25rem;
        box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
    }
}
.card-cv-2 .list-icon {
    color: #ec2229;
}
.card-cv-2 .thumbnail,
.card-cv-2 .thumbnail:before,
.card-cv-2 .thumbnail .thumbnail-img {
    border-radius: 1rem;
}
.card-cv-2 .card-badge {
    display: flex;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    transform: none;
}
.card-teacher {
    border: none;
    background-color: transparent;
}
.card-teacher .card-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.card-teacher .rating {
    margin-top: -0.125rem;
}
@media (max-width: 991.98px) {
    .card-teacher .rating {
        margin-top: -0.0625rem;
    }
}
.review-content p:last-child {
    margin-bottom: 0;
} /*---------------------------------------------------- phuong phap dao tao ----------------------------------------------------*/
.section-hero-3 {
    position: relative;
    min-height: 45rem;
    padding: 0;
}
@media screen and (min-width: 1921px) {
    .section-hero-3 {
        min-height: 37.5vw;
    }
}
@media (max-width: 1259.98px) {
    .section-hero-3 {
        min-height: 31.25rem;
    }
}
@media (max-width: 575.98px) {
    .section-hero-3 {
        min-height: 25rem;
    }
}
@media (max-width: 991.98px) {
    .section-hero-3:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        z-index: 1;
        background-color: #fff;
        height: 20vw;
    }
}
.section-hero-3 .section-body {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 28.125rem;
    padding: 3.125rem 1.5rem 3.125rem 0;
    color: #fff;
}
@media screen and (min-width: 1921px) {
    .section-hero-3 .section-body {
        min-height: 23.4375vw;
        padding-bottom: 2.60417vw;
    }
}
@media (max-width: 1259.98px) {
    .section-hero-3 .section-body {
        justify-content: center;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media (max-width: 767.98px) {
    .section-hero-3 .section-body {
        min-height: 18.75rem;
        padding-right: 1rem;
    }
}
.section-hero-3 .section-title {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .section-hero-3 .section-title {
        font-size: 2.5rem;
    }
}
.section-hero-3 .section-body-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    border-bottom-right-radius: 6.25rem;
    background-color: #ec2229;
    opacity: 0.8;
    pointer-events: none;
}
.section-hero-3 .section-body-bg:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 63.125rem;
    width: 63.125rem;
    transform: rotate(-30deg) translate(19px, -38px) skew(23deg, 0deg);
    transform-origin: right bottom;
    background-color: #ec2229;
    border-radius: 3rem;
}
@media screen and (min-width: 1921px) {
    .section-hero-3 .section-body-bg:after {
        height: 52.60417vw;
        width: 52.60417vw;
    }
}
.featured-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.featured-1 .featured-number {
    margin-bottom: -2.75rem;
    background-image: linear-gradient(#ec2229, rgba(236, 34, 41, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.2;
    font-size: 7.125rem;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
}
.ripl-title {
    font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
    .ripl-title {
        font-size: 2.25rem;
    }
}
.ripl-lead {
    padding-left: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
    .ripl-lead {
        padding-left: 3.75rem;
    }
}
.ripl p:last-child {
    margin-bottom: 0;
}
.ppdt-section-1,
.ppdt-section-2 {
    overflow: hidden;
}
.ppdt-section-3 {
    display: flex;
    min-height: 18.125rem;
    margin-bottom: 4.375rem;
    background-color: #feefef;
    overflow: hidden;
}
.ppdt-section-3 .container {
    display: flex;
}
.ppdt-section-3 .container > .row {
    flex-grow: 1;
}
.ppdt-section-3 .section-title {
    font-size: calc(1.2875rem + 0.45vw);
    font-family: "Noto Serif", sans-serif;
    line-height: 1.5;
}
@media (min-width: 1200px) {
    .ppdt-section-3 .section-title {
        font-size: 1.625rem;
    }
}
.ppdt-section-3 .section-img {
    border: 0.25rem solid #fff;
    transform: rotate(2deg);
    transform-origin: top left;
    margin-bottom: -6.25rem;
}
@media (min-width: 992px) {
    .ppdt-section-3 .section-img {
        position: absolute;
        right: 0;
        bottom: -100px;
        left: 0;
        margin-bottom: 0;
    }
}
.ppdt-section-4 {
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .ppdt-section-4 .section-title-2 .ff-tertiary {
        line-height: 0.4;
    }
}
.featured-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    min-height: 13.125rem;
    padding: 3rem 1rem;
    border-radius: 1.25rem;
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.05);
    text-align: center;
}
@media (max-width: 767.98px) {
    .featured-2 {
        min-height: 8.3125rem;
        padding: 1rem;
    }
}
.ppdt-section-5 {
    overflow: hidden;
}
.ppdt-section-6 {
    background-color: #fff3e4;
}
.ppdt-section-6 .section-title {
    margin: 2.375rem;
    padding-left: 0.68966em;
    border-left: 0.125rem solid;
    font-size: calc(1.30625rem + 0.675vw);
    font-family: "Noto Serif", sans-serif;
}
@media (min-width: 1200px) {
    .ppdt-section-6 .section-title {
        font-size: 1.8125rem;
    }
}
@media (max-width: 575.98px) {
    .ppdt-section-6 .section-title {
        margin: 1.5rem 0.75rem;
    }
} /*---------------------------------------------------- he thong co so ----------------------------------------------------*/
.htcs-section-1 {
    display: flex;
    align-items: center;
    height: 25rem;
}
.htcs-section-1 .section-title {
    width: 9.22222em;
    font-size: calc(1.35rem + 1.2vw);
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .htcs-section-1 .section-title {
        font-size: 2.25rem;
    }
}
.card-store-2 {
    border-radius: 0;
    border: 1px solid rgba(34, 34, 34, 0.1);
}
.card-store-2 .card-header {
    padding: 1rem;
    background-color: transparent;
}
.card-store-2 .list-group {
    margin-left: 1rem;
    margin-right: 1rem;
}
.card-store-2 .list-group-item {
    position: relative;
    z-index: 0;
    padding: 1rem 0;
    width: auto;
}
.card-store-2 .list-group-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1rem;
    bottom: 0;
    left: -1rem;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .card-store-2 .list-group-item:before {
        transition: none;
    }
}
.card-store-2 .list-group-item.active {
    background-color: transparent;
    color: #222;
    border-color: rgba(34, 34, 34, 0.1);
}
.card-store-2 .list-group-item.active:before {
    background-color: rgba(255, 243, 228, 0.5);
}
.card-store-2 .list {
    color: rgba(34, 34, 34, 0.7);
    font-size: 0.875rem;
}
.card-store-2 .list-icon {
    color: rgba(0, 0, 0, 0.38);
}
.card-store-2 .list-item {
    display: flex;
}
.card-store-2 .list .iconsvg-phone {
    font-size: 0.75rem;
}
.card-store-2 .list .btn-sm {
    padding: 0.0625rem 0.75rem;
}
.card-store-2 .perfect-scrollbar {
    max-height: 27.5rem;
}
@media (max-width: 767.98px) {
    .card-store-2 .perfect-scrollbar {
        max-height: 23.75rem;
    }
} /*---------------------------------------------------- tin tuc ----------------------------------------------------*/
.post {
    display: grid;
    gap: 3rem;
}
.post-body {
    position: relative;
}
@media (min-width: 1260px) {
    .post-share {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        margin-right: 2rem;
        padding-top: 0.5rem;
        pointer-events: none;
    }
    .post-share .share {
        flex-direction: column;
        position: -webkit-sticky;
        position: sticky;
        top: 7rem;
        pointer-events: auto;
    }
    .post-share .share-item:not(:last-child) {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
}
.post-title {
    font-size: calc(1.325rem + 0.9vw);
    margin-bottom: 1rem;
}
@media (min-width: 1200px) {
    .post-title {
        font-size: 2rem;
    }
}
.post-title .badge {
    transform: translateY(-0.125em);
}
.post-title-icon {
    font-size: 0.75em;
    transform: translateY(-0.16667em);
}
.post-content p:last-child {
    margin-bottom: 0;
}
.post-content .figure {
    display: block;
    margin-bottom: 1.5rem;
    text-align: center;
}
.post-content .figure img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}
.post-content .figure figcaption {
    margin-top: 0.5rem;
}
.post-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}
.post-content table[border="1"] thead,
.post-content table[border="1"] tbody,
.post-content table[border="1"] tfoot,
.post-content table[border="1"] tr,
.post-content table[border="1"] td,
.post-content table[border="1"] th {
    border-width: 1px;
}
.post-content table[border="2"] thead,
.post-content table[border="2"] tbody,
.post-content table[border="2"] tfoot,
.post-content table[border="2"] tr,
.post-content table[border="2"] td,
.post-content table[border="2"] th {
    border-width: 2px;
}
.post-cat {
    padding: 1rem;
    border-left: 1px solid #ec2229;
    background-color: #fbfcff;
}
.post-cat .iconsvg-list-o {
    margin-top: -2px;
}
.post-cat .list.text-muted .list-item a {
    color: rgba(34, 34, 34, 0.7);
}
.post-cat .list.text-muted .list-item a:hover,
.post-cat .list.text-muted .list-item a:focus {
    color: #ec2229;
}
.post-cat-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1039;
    padding: 0.71875rem 0;
    border-left: none;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .post-cat-sticky {
        transition: none;
    }
}
.post-cat-sticky .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.post-cat-sticky .dropdown-toggle {
    display: inline-block;
}
.post-cat-sticky .dropdown-toggle:after {
    display: none;
}
.post-cat-sticky .dropdown-toggle .iconsvg-list-o {
    margin-top: -2px;
}
.post-cat-sticky:not(.js-is-sticky) .dropdown-menu {
    display: none;
}
.post-cat-sticky .dropdown-menu {
    transform: none !important;
    margin-top: 3.5rem !important;
    padding: 0.5rem 1.5rem;
    border: none;
    box-shadow: 0 4px 30px rgba(182, 51, 51, 0.2);
    min-width: 20rem;
}
.post-cat-sticky .dropdown-menu:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 2.375rem;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff;
    border-width: 0 0.625rem 0.625rem;
}
.post-cat-sticky .dropdown-item {
    padding: 0.5rem 0;
    background-color: transparent;
}
.post-cat-sticky .dropdown-item:hover,
.post-cat-sticky .dropdown-item:focus,
.post-cat-sticky .dropdown-item:active {
    color: #ec2229;
}
.post-cat-sticky .dropdown-item.active {
    border-bottom: 1px solid #ec2229;
    color: #222;
}
.post-cat-sticky .dropdown-item:not(:last-child) {
    margin-bottom: 0.25rem;
}
.post-cat-sticky.js-is-sticky {
    transform: translateY(0);
    height: auto;
    overflow: visible;
}
@media (max-width: 991.98px) {
    .headroom--unpinned ~ .page-main .post-cat-sticky {
        top: 0 !important;
    }
}
.share {
    display: flex;
}
.share-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    color: #828282;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .share-item {
        transition: none;
    }
}
.share-item:not(:last-child) {
    margin-right: 1rem;
}
.share-item-icon {
    width: 1em;
    font-size: 1.125em;
}
.share-item-icon.iconsvg-link,
.share-item-icon.iconsvg-long-arrow-right-2 {
    font-size: 1em;
}
.share-item:hover,
.share-item:focus {
    color: #ec2229;
    border-color: #ec2229;
} /*---------------------------------------------------- doi- tac ----------------------------------------------------*/
.dt-section-hero {
    padding: 0;
}
.dt-section-hero .section-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 3rem;
    background: #ec2229 url("../images/ex/doi-tac/dt-hero-bg.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
}
@media (min-width: 992px) {
    .dt-section-hero .section-body {
        max-width: 41.14583vw;
        padding: 5.98958vw;
    }
}
@media (max-width: 991.98px) {
    .dt-section-hero .section-body {
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .dt-section-hero .section-body {
        padding: 1.5rem;
    }
}
.dt-section-hero .section-title {
    font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
    .dt-section-hero .section-title {
        font-size: 3.125rem;
    }
}
@media (min-width: 992px) {
    .dt-section-hero .section-title {
        font-size: 2.60417vw;
    }
}
@media (max-width: 767.98px) {
    .dt-section-hero .section-title {
        font-size: calc(1.35rem + 1.2vw);
    }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
    .dt-section-hero .section-title {
        font-size: 2.25rem;
    }
}
.dt-section-hero .section-lead {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: bold;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .dt-section-hero .section-lead {
        font-size: 1.75rem;
    }
}
@media (min-width: 992px) {
    .dt-section-hero .section-lead {
        font-size: 1.45833vw;
    }
}
@media (max-width: 767.98px) {
    .dt-section-hero .section-lead {
        font-size: 1rem;
    }
}
.dt-section-hero .section-btn {
    border-width: 2px;
    font-size: 1.25rem;
}
@media (max-width: 991.98px) {
    .dt-section-hero .section-btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}
.dt-section-hero .section-img {
    -o-object-fit: cover;
    object-fit: cover;
}
.dt-section-1 .thumbnail-frame-2 {
    max-width: 32.625rem;
    margin: 0 auto;
}
.dt-section-3 .section-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .dt-section-3 .section-title {
        font-size: 1.5rem;
    }
}
.dt-section-3 .section-title-body {
    flex: 1;
    padding-left: 1em;
}
.dt-section-3 .section-title-number {
    font-size: 500%;
    font-weight: bold;
    color: #ec2229;
    line-height: 0.76;
}
.dt-section-3 .section-title-badge {
    display: inline-block;
    padding: 0.625rem 1.125rem;
    margin-left: -0.75em;
    border-radius: 0.1875rem;
    margin-bottom: 0.33333em;
    background: linear-gradient(100.43deg, #ec2229 53.27%, #f56e0b 91.32%);
    color: #fff;
}
.dt-section-4 {
    overflow: hidden;
}
.dt-section-4 .section-body {
    position: relative;
    padding: 3rem 1rem;
    border-radius: 0.625rem;
    background-color: #00004d;
    color: #fff;
}
@media (max-width: 575.98px) {
    .dt-section-4 .section-body {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
}
@media (min-width: 768px) {
    .dt-section-4 .section-body {
        padding: 3rem;
    }
}
@media (min-width: 1260px) {
    .dt-section-4 .section-body {
        margin: 0 -6rem;
        padding: 3rem 6rem;
    }
}
.dt-section-4 .featured-1 .featured-number {
    margin-bottom: -2rem;
    font-size: 5rem;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dt-section-4 .featured-1 .featured-title {
    line-height: 1.7;
}
.dt-section-4 .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.dt-section-4 .card-img {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
@media (max-width: 991.98px) {
    .dt-section-4 .card-img {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
.dt-section-4 .swiper-buttons {
    position: absolute;
    right: 1.5rem;
    bottom: 1.25rem;
}
@media (max-width: 767.98px) {
    .dt-section-4 .swiper-buttons {
        bottom: 1rem;
    }
} /*---------------------------------------------------- tu hoc ----------------------------------------------------*/
.th-section-hero {
    padding: 0;
}
.th-section-hero .container {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 25rem;
}
.th-section-hero .section-body {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 3rem;
    border-radius: 1.25rem;
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .th-section-hero .section-body {
        max-width: none;
    }
}
@media (max-width: 575.98px) {
    .th-section-hero .section-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.th-section-hero .section-title {
    font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
    .th-section-hero .section-title {
        font-size: 3rem;
    }
}
.th-section-hero .section-lead {
    margin-bottom: 2rem;
}
.nav-th {
    padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
    .nav-th {
        transition: transform 0.2s ease-in-out;
    }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .nav-th {
        transition: none;
    }
}
.nav-th .nav-style-1 .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (max-width: 575.98px) {
    .nav-th .container {
        width: auto;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .nav-th.nav-responsive {
        overflow: visible;
    }
}
@media (max-width: 575.98px) {
    .nav-th.nav-responsive {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .nav-th .nav-responsive-inner {
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nav-th .nav-responsive-inner::-webkit-scrollbar {
        display: none;
    }
}
.nav-th.js-is-sticky,
.nav-th.js-is-stuck {
    z-index: 1039;
    top: 56px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .headroom--unpinned ~ .page-main .nav-th.js-is-sticky,
    .headroom--unpinned ~ .page-main .nav-th.js-is-stuck {
        transform: translateY(-3.75rem);
        z-index: 1040;
    }
}
.swiper-buttons-position-1 .swiper-button-next,
.swiper-buttons-position-1 .swiper-button-prev {
    top: 0;
    margin-top: 9.5%;
}
@media (max-width: 991.98px) {
    .swiper-buttons-position-1 .swiper-button-next,
    .swiper-buttons-position-1 .swiper-button-prev {
        margin-top: 15%;
    }
}
@media (max-width: 575.98px) {
    .swiper-buttons-position-1 .swiper-button-next,
    .swiper-buttons-position-1 .swiper-button-prev {
        margin-top: 30%;
    }
} /*---------------------------------------------------- video ----------------------------------------------------*/
.swiper-video .swiper-button-next,
.swiper-video .swiper-button-prev {
    top: 0;
    margin-top: 8.9%;
}
@media (max-width: 991.98px) {
    .swiper-video .swiper-button-next,
    .swiper-video .swiper-button-prev {
        margin-top: 13.4%;
    }
}
@media (max-width: 575.98px) {
    .swiper-video .swiper-button-next,
    .swiper-video .swiper-button-prev {
        margin-top: 28%;
    }
}
.btn-subscriber {
    color: #222;
    background-color: #fbfcff;
    border-color: #e9e9e9;
}
.btn-subscriber:hover {
    color: #222;
    background-color: #eeeff2;
    border-color: #dddddd;
}
.btn-check:focus + .btn-subscriber,
.btn-subscriber:focus {
    color: #222;
    background-color: #eeeff2;
    border-color: #dddddd;
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
}
.btn-check:checked + .btn-subscriber,
.btn-check:active + .btn-subscriber,
.btn-subscriber:active,
.btn-subscriber.active,
.show > .btn-subscriber.dropdown-toggle {
    color: #222;
    background-color: #eeeff2;
    border-color: #dddddd;
}
.btn-check:checked + .btn-subscriber:focus,
.btn-check:active + .btn-subscriber:focus,
.btn-subscriber:active:focus,
.btn-subscriber.active:focus,
.show > .btn-subscriber.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
}
.btn-subscriber:disabled,
.btn-subscriber.disabled {
    color: #000;
    background-color: #fbfcff;
    border-color: #e9e9e9;
}
.card-playlist {
    background-color: #fafafa;
    border: none;
}
.card-playlist .card-header {
    display: flex;
    justify-content: space-between;
    border: none;
    background-color: #efefef;
}
.card-playlist .card-header-icon {
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: #e1e1e1;
}
.card-playlist .card-header-btn {
    color: #000;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    border-radius: 0.25rem;
    font-size: 0.75rem;
}
.card-playlist .card-header-btn:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e4e4e4;
}
.btn-check:focus + .card-playlist .card-header-btn,
.card-playlist .card-header-btn:focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e4e4e4;
    box-shadow: 0 0 0 0 rgba(191, 191, 191, 0.5);
}
.btn-check:checked + .card-playlist .card-header-btn,
.btn-check:active + .card-playlist .card-header-btn,
.card-playlist .card-header-btn:active,
.card-playlist .card-header-btn.active,
.show > .card-playlist .card-header-btn.dropdown-toggle {
    color: #000;
    background-color: #e7e7e7;
    border-color: #e4e4e4;
}
.btn-check:checked + .card-playlist .card-header-btn:focus,
.btn-check:active + .card-playlist .card-header-btn:focus,
.card-playlist .card-header-btn:active:focus,
.card-playlist .card-header-btn.active:focus,
.show > .card-playlist .card-header-btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(191, 191, 191, 0.5);
}
.card-playlist .card-header-btn:disabled,
.card-playlist .card-header-btn.disabled {
    color: #000;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}
.card-playlist .card-body {
    padding-bottom: 0;
    max-height: 23.125rem;
}
.card-playlist .list-item {
    padding-left: 1.125rem;
}
.card-playlist .list-item.active {
    position: relative;
}
.card-playlist .list-item.active:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #222;
    border-width: 0.375rem 0 0.375rem 0.625rem;
} /*---------------------------------------------------- tai lieu ----------------------------------------------------*/
.tl-section-hero {
    position: relative;
    z-index: 1;
    padding: 3rem 0 1.5rem;
}
.tl-section-hero .section-body {
    flex-grow: 1;
    padding: 2rem;
    margin-bottom: -5.5625rem;
    border-radius: 0.625rem;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
    .tl-section-hero .section-body {
        max-width: none;
    }
}
@media (max-width: 575.98px) {
    .tl-section-hero .section-body {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.card-ebook {
    flex-grow: 1;
    border: none;
    align-items: flex-start;
}
.card-ebook .thumbnail {
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.05);
}
.card-ebook .card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
}
.card-ebook .card-title {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-ebook .card-title [class*="iconsvg"] {
    transform: translateY(-0.16667em);
    font-size: 0.9375em;
}
.card-ebook .card-meta {
    font-size: 0.75rem;
    color: rgba(34, 34, 34, 0.7);
}
.card-ebook-h {
    border: none;
}
.card-ebook-h .thumbnail {
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.05);
}
.card-ebook-h .card-body {
    padding: 0;
}
.card-ebook-h .card-title [class*="iconsvg"] {
    transform: translateY(-0.16667em);
    font-size: 0.9375em;
}
.card-ebook-h .card-meta {
    font-size: 0.875rem;
    color: rgba(34, 34, 34, 0.7);
} /*---------------------------------------------------- lich khai giang ----------------------------------------------------*/
.lkg-section-hero {
    display: flex;
    padding: 0;
    height: 17.5rem;
}
@media (max-width: 575.98px) {
    .lkg-section-hero {
        height: 12.5rem;
    }
}
.lkg-section-hero .container {
    position: relative;
    display: flex;
    align-items: center;
    background: url("../images/ex/lich-khai-giang/lkg-hero-img.png") no-repeat bottom right 100px;
}
@media (max-width: 991.98px) {
    .lkg-section-hero .container {
        background-position: bottom right;
    }
}
@media (max-width: 575.98px) {
    .lkg-section-hero .container {
        background-size: contain;
    }
}
.lkg-section-hero .section-title {
    max-width: 38.5rem;
    font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
    .lkg-section-hero .section-title {
        font-size: 3rem;
    }
}
.banner {
    max-width: 60.625rem;
    background-color: #f4e3cf;
}
.banner-body {
    padding: 1.5rem;
}
.card-calendar {
    padding: 1.5rem;
    border: 1px solid #e9e9e9;
    border-radius: 1.25rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 575.98px) {
    .card-calendar {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.card-calendar .card-header {
    padding: 0;
    border: none;
    margin-bottom: 1.5rem;
    background-color: transparent;
}
.card-calendar .card-body {
    padding: 0;
}
.card-calendar .list-icons-square .list-item:before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0;
    height: 0.625rem;
    width: 0.625rem;
    background-color: #ec2229;
}
@media (max-width: 991.98px) {
    .card-calendar .table-responsive-flush {
        display: flex;
        width: auto;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .card-calendar .table-responsive-flush .table-responsive-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (max-width: 575.98px) {
    .card-calendar .table-responsive-flush {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .card-calendar .table-responsive-flush .table-responsive-inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 991.98px) {
    .card-calendar .list-icons .table-responsive-flush {
        margin-left: -3rem;
    }
    .card-calendar .list-icons .table-responsive-flush .table-responsive-inner {
        padding-left: 3rem;
    }
}
@media (max-width: 575.98px) {
    .card-calendar .list-icons .table-responsive-flush {
        margin-left: -2.5rem;
    }
    .card-calendar .list-icons .table-responsive-flush .table-responsive-inner {
        padding-left: 2.5rem;
    }
}
@media (max-width: 1259.98px) {
    .table-1 {
        font-size: 0.875rem;
    }
}
.table-responsive .table-1 {
    min-width: 53.875rem;
}
.table-1 thead tr th {
    white-space: nowrap;
    background-color: #00004d;
    color: #fff;
}
.table-1 thead tr th:first-child {
    border-top-left-radius: 0.5rem;
}
.table-1 thead tr th:last-child {
    border-top-right-radius: 0.5rem;
}
.table-1 th,
.table-1 td {
    vertical-align: middle;
}
.table-1 th:first-child,
.table-1 td:first-child {
    padding-left: 1rem;
}
.table-1 th:last-child,
.table-1 td:last-child {
    padding-right: 1rem;
}
.table-1 .tcol-1 {
    width: 8.625rem;
}
.table-1 .tcol-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (max-width: 1259.98px) {
    .table-1 .tcol-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.table-1 .tcol-3 {
    padding-left: 1rem;
}
.table-1 .tcol-6 {
    width: 1%;
}
.table-1 .tcol-7 {
    width: 1%;
    text-align: right;
}
.table-1 tbody th,
.table-1 tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (max-width: 1259.98px) {
    .table-1 tbody th,
    .table-1 tbody td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
.table-1 tbody .tcol-1 {
    padding-left: 0;
}
.table-1 tbody .tcol-7 {
    padding-right: 0;
}
.table-1 tbody .tcol-2 {
    width: 21.20075%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f9f9f9;
    vertical-align: top;
}
@media (max-width: 1259.98px) {
    .table-1 tbody .tcol-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
.table-1 .row-selected {
    color: #828282;
}
.table-1 .badge {
    transform: translateY(-2px);
}
.price-1 {
    display: inline-block;
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    color: rgba(34, 34, 34, 0.7);
    border-radius: 0.25rem;
    border: 1px solid #e9e9e9;
    line-height: 1.2;
    white-space: nowrap;
}
.swiper-teacher-2 .swiper-button-next,
.swiper-teacher-2 .swiper-button-prev {
    top: 0;
    margin-top: 21%;
}
@media (max-width: 767.98px) {
    .swiper-teacher-2 .swiper-button-next,
    .swiper-teacher-2 .swiper-button-prev {
        margin-top: 33%;
    }
} /*---------------------------------------------------- test ----------------------------------------------------*/
.test-section-hero {
    display: flex;
    padding: 0;
}
@media (min-width: 768px) {
    .test-section-hero {
        min-height: 25rem;
    }
}
.test-section-hero .container {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
@media (min-width: 768px) {
    .test-section-hero .container {
        background: url("../images/ex/test/test-hero-img.png") no-repeat bottom right;
    }
}
@media (min-width: 1260px) {
    .test-section-hero .container {
        background-position: bottom right 100px;
    }
}
.test-section-hero .section-body {
    max-width: 41rem;
}
@media (max-width: 991.98px) {
    .test-section-hero .section-body {
        max-width: 29.375rem;
    }
}
.test-section-hero .section-title {
    font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
    .test-section-hero .section-title {
        font-size: 3rem;
    }
}
.table-2 {
    border-color: #d5d5d5;
}
@media (max-width: 991.98px) {
    .table-responsive .table-2 {
        min-width: 43.5rem;
    }
}
.table-2 th,
.table-2 td {
    padding: 1rem 0.5rem;
    vertical-align: middle;
}
@media (min-width: 1260px) {
    .table-2 th,
    .table-2 td {
        padding: 1.5rem 1rem;
    }
}
.table-2 th:nth-child(1),
.table-2 td:nth-child(1) {
    width: 9.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #d5d5d5;
    text-align: left;
}
@media (min-width: 1260px) {
    .table-2 th:nth-child(1),
    .table-2 td:nth-child(1) {
        width: 9.375rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.table-2 thead th {
    border: none;
    background-color: #f3f3f3;
    text-align: center;
}
@media (min-width: 1260px) {
    .table-2 tbody th:first-child {
        font-size: 1.125rem;
    }
}
.table-2 .btn {
    white-space: nowrap;
}
@media (min-width: 1260px) {
    .table-2-lg th:nth-child(1),
    .table-2-lg td:nth-child(1) {
        width: 11.875rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 1260px) {
    .table-2-lg thead th {
        font-size: 1.25rem;
    }
}
.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    width: 2em;
    font-size: 1.5rem;
    border-radius: 50%;
    background-color: rgba(236, 34, 41, 0.05);
    color: #ec2229;
}
.circle-icon {
    font-size: inherit;
    max-width: 1em;
    max-height: 1em;
}
.circle-outline-gray {
    border: 0.1em solid #eee;
    background-color: transparent;
    color: rgba(34, 34, 34, 0.7);
}
.text-ielts-1 {
    color: #cba571;
}
.text-ielts-2 {
    color: #bd9051;
}
.text-ielts-3 {
    color: #c76856;
}
.text-ielts-4 {
    color: #a91515;
}
.text-ielts-5 {
    color: #0e1941;
}
.swiper-post-2 .swiper-container {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding: 1.25rem 0.75rem;
}
@media (min-width: 576px) {
    .swiper-post-2 .swiper-container {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
.swiper-post-2 .swiper-slide {
    transition: opacity 0.3s linear;
}
@media (prefers-reduced-motion: reduce) {
    .swiper-post-2 .swiper-slide {
        transition: none;
    }
}
.swiper-post-2 .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
} /*---------------------------------------------------- test 2 ----------------------------------------------------*/
.gy-12px {
    --bs-gutter-y: 0.75rem;
}
.mb-12px {
    margin-bottom: 12px !important;
}
.card-test {
    flex-grow: 1;
    border: 1px solid #f5f4f7;
    border-radius: 0.625rem;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
}
.card-test .card-time {
    padding: 0.25rem 0.75rem;
    border-radius: 0.3125rem;
    background-color: #45cffd;
    color: #fff;
}
.list-test {
    position: relative;
    font-weight: bold;
    font-size: 1.125rem;
}
.list-test:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    pointer-events: none;
}
.list-test [class*="col"] {
    display: flex;
}
.list-test .list-item {
    flex-grow: 1;
    display: flex;
    border-bottom: 1px dashed #d4d4d4;
}
.list-test .list-item:before {
    top: 1.6875rem;
    height: 0.3125rem;
    width: 0.3125rem;
}
.lt-dark:before {
    background: linear-gradient(0deg, rgba(74, 74, 74, 0.75), rgba(74, 74, 74, 0.75));
} /*---------------------------------------------------- cam ket dau ra ----------------------------------------------------*/
.ckdr-section-hero {
    display: flex;
    padding: 0;
    min-height: 25rem;
}
.ckdr-section-hero .container {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
@media (min-width: 1260px) {
    .ckdr-section-hero .container {
        background: url("../images/ex/cam-ket-dau-ra/ckdr-hero-img.png") no-repeat bottom right -30px;
    }
}
.ckdr-section-hero .section-body {
    max-width: 37.5rem;
    width: 100%;
}
@media (max-width: 1259.98px) {
    .ckdr-section-hero .section-body {
        margin: 0 auto;
    }
}
.ckdr-section-hero .section-title {
    font-size: calc(1.475rem + 2.7vw);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .ckdr-section-hero .section-title {
        font-size: 3.5rem;
    }
}
.ckdr-section-hero .section-title small {
    font-size: 57.14286%;
}
.swiper-coverflow-2 .swiper-slide {
    width: 37.5rem;
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .swiper-coverflow-2 .swiper-slide {
        width: 32.25rem;
    }
}
@media (max-width: 575.98px) {
    .swiper-coverflow-2 .swiper-slide {
        width: 100%;
    }
}
.swiper-coverflow-2 .swiper-slide-shadow-left,
.swiper-coverflow-2 .swiper-slide-shadow-right {
    background: rgba(255, 255, 255, 0.2);
}
.table-3 {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .table-3 {
        font-size: 1rem;
    }
}
@media (min-width: 1260px) {
    .table-3 {
        font-size: 1.125rem;
    }
}
.table-3 > :not(caption) > * > * {
    border-bottom-width: 0;
    border-top-width: 1px;
}
.table-3 .btn {
    font-size: inherit;
    text-align: left;
}
.table-3 th,
.table-3 td {
    padding: 1rem 0.5rem;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .table-3 th,
    .table-3 td {
        padding: 1rem;
    }
}
.table-3 th:nth-child(n + 2),
.table-3 td:nth-child(n + 2) {
    width: 18.91892%;
    text-align: center;
    border-left: 1px solid #e9e9e9;
}
.table-3 th.active,
.table-3 td.active {
    border-left: 2px solid #ec2229;
    border-right: 2px solid #ec2229;
}
@media (max-width: 767.98px) {
    .table-3 tr:not(.table-title) th:first-child,
    .table-3 tr:not(.table-title) td:first-child {
        padding-left: 0;
    }
    .table-3 tr:not(.table-title) th:last-child,
    .table-3 tr:not(.table-title) td:last-child {
        padding-right: 0;
    }
}
.table-3 thead th {
    border-top-width: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.table-3 thead th.active {
    position: relative;
    border-color: transparent;
    color: #fff;
}
.table-3 thead th.active > span:before {
    content: "";
    display: inline-block;
    background-image: url("../images/sprite.png");
    position: absolute;
    top: -0.9375rem;
    left: -1.875rem;
}
.table-3 thead th.active > span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-left: -2px;
    margin-right: -2px;
    background-color: #ec2229;
    color: #fff;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.table-3 tbody .table-title {
    background-color: #fbfbfc;
}
.table-3 tbody .table-title td {
    border-top: none;
    border-bottom: 1px solid #fbfbfc;
}
.table-3 tbody tr:last-child td {
    border-bottom-width: 1px;
}
.table-3 tbody tr:last-child td.active {
    position: relative;
}
.table-3 tbody tr:last-child td.active > span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1.5rem;
    left: 0;
    margin-left: -2px;
    margin-right: -2px;
    border-left: 2px solid #ec2229;
    border-right: 2px solid #ec2229;
    border-bottom: 2px solid #ec2229;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    pointer-events: none;
}
.table-3 .table-icon-status {
    font-size: 1.42857em;
}
@media (min-width: 768px) {
    .table-3 .table-icon-status {
        font-size: 1.55556em;
    }
}
.table-3 .table-icon-text {
    display: block;
    margin-top: 0.5rem;
    color: rgba(34, 34, 34, 0.7);
}
@media (max-width: 991.98px) {
    .table-3 .table-icon-text {
        font-size: 87.5%;
    }
} /*---------------------------------------------------- lo trinh hoc ----------------------------------------------------*/
.lth-section-hero {
    display: flex;
    padding: 0;
    min-height: 25rem;
}
.lth-section-hero .container {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media (min-width: 992px) {
    .lth-section-hero .container {
        background: url("../images/ex/lo-trinh-hoc/lth-hero-img.png") no-repeat bottom right;
    }
}
.lth-section-hero .section-body {
    max-width: 33.125rem;
    padding: 3rem;
    border-radius: 1.25rem;
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .lth-section-hero .section-body {
        max-width: none;
    }
}
@media (max-width: 575.98px) {
    .lth-section-hero .section-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.lth-section-hero .section-title {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .lth-section-hero .section-title {
        font-size: 2.5rem;
    }
}
.lth-section-hero .section-lead {
    margin-bottom: 2rem;
} /*---------------------------------------------------- ielts junior ----------------------------------------------------*/
.ij-section-hero {
    padding: 0;
}
.ij-section-hero .section-top {
    display: flex;
    padding: 0;
    min-height: 25rem;
}
.ij-section-hero .section-top .container {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 6.75rem;
}
@media (min-width: 992px) {
    .ij-section-hero .section-top .container {
        background: url("../images/ex/ielts-junior/ij-hero-img.png") no-repeat bottom right;
    }
}
@media (min-width: 1260px) {
    .ij-section-hero .section-top .container {
        background-position: bottom right 3.125rem;
    }
}
@media (min-width: 768px) {
    .ij-section-hero .section-body {
        margin-left: 3rem;
        max-width: 30rem;
    }
}
@media (min-width: 1260px) {
    .ij-section-hero .section-body {
        margin-left: 4rem;
    }
}
.ij-section-hero .section-title {
    font-size: calc(1.55rem + 3.6vw);
}
@media (min-width: 1200px) {
    .ij-section-hero .section-title {
        font-size: 4.25rem;
    }
}
.ij-section-hero .section-title-grad {
    background: -webkit-linear-gradient(#ba2027, #e64b1c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ij-section-hero .form-reg {
    position: relative;
    margin-top: -3.75rem;
}
.form-reg {
    padding: 2.5rem 1.5rem;
    background-color: #ba2027;
    color: #fff;
    border-radius: 0.75rem;
}
@media (min-width: 576px) {
    .form-reg {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (min-width: 1260px) {
    .form-reg {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.form-reg .form-control,
.form-reg .form-select {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 0.375rem;
}
.form-reg .form-control::-moz-placeholder,
.form-reg .form-select::-moz-placeholder {
    color: #fff;
}
.form-reg .form-control::placeholder,
.form-reg .form-select::placeholder {
    color: #fff;
}
.form-reg .form-control:focus,
.form-reg .form-select:focus {
    border-color: white;
}
.form-reg .form-select {
    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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.form-reg .form-select option {
    color: #222;
}
.step {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.step:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #d8dfef;
}
.step-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 2.5em;
    font-size: 20px;
    border-radius: 50%;
    background-color: #d8dfef;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) {
    .step-lg-h {
        flex-direction: column;
        min-height: 300px;
    }
    .step-lg-h:before {
        width: 2px;
        height: 100%;
    }
}
.ij-section-2 .container {
    display: flex;
    min-height: 25rem;
}
.ij-section-2 .blockquote-3 {
    max-width: 27.8125rem;
}
.ij-section-3 .col-left {
    display: flex;
    padding-top: 4.5rem;
    background-color: #00004d;
    color: #fff;
}
@media (min-width: 1260px) {
    .ij-section-3 .col-left {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }
}
.ij-section-3 .col-left .container {
    display: flex;
    flex-direction: column;
}
@media (max-width: 1259.98px) {
    .ij-section-3 .col-left .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
.ij-section-3 .col-right {
    position: relative;
    z-index: 0;
    padding: 4.5rem 0;
}
@media (min-width: 1260px) {
    .ij-section-3 .col-right {
        padding-right: 4.5rem;
    }
}
.ij-section-3 .col-right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 18.75rem;
    transform: skewX(-13deg);
    transform-origin: top left;
    background-color: #fff;
    pointer-events: none;
}
@media (max-width: 1259.98px) {
    .ij-section-3 .col-right .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
.ij-section-3 .blockquote-1 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
@media (min-width: 576px) {
    .ij-section-3 .blockquote-1 {
        max-width: 26.25rem;
    }
}
.target {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
@media (min-width: 768px) {
    .target {
        font-size: calc(1.3rem + 0.6vw);
    }
}
@media (min-width: 768px) and (min-width: 1200px) {
    .target {
        font-size: 1.75rem;
    }
}
@media (min-width: 1260px) {
    .target {
        display: block;
        font-size: 1.66667vw;
    }
}
@media screen and (min-width: 1920px) {
    .target {
        font-size: 2rem;
    }
}
.target-number {
    font-size: 5em;
}
.target-text {
    margin-bottom: 0.75em;
}
.target-arrow {
    font-size: 0.75em;
    color: #f18f01;
}
@media (max-width: 1259.98px) {
    .target-arrow {
        transform: rotate(90deg);
    }
}
.media-target {
    margin-top: 2.1875em;
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .media-target {
        font-size: 1.75rem;
    }
}
@media (min-width: 1260px) {
    .media-target {
        font-size: 1.66667vw;
    }
}
@media screen and (min-width: 1920px) {
    .media-target {
        font-size: 2rem;
    }
}
.media-target .media-icon {
    position: relative;
    display: flex;
    font-size: 2.65625em;
}
@media screen and (min-width: 1920px) {
    .media-target .media-icon {
        font-size: 5.3125rem;
    }
}
.media-target .media-icon [class*="iconsvg"] {
    font-size: 1em;
}
.media-target .media-icon:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 50%;
    bottom: 1px;
    z-index: -1;
    width: 170%;
    background: linear-gradient(-90deg, #000000 -4.27%, #242424 1.69%, #5d5d5d 12.27%, #8f8f8f 22.88%, #b7b7b7 33.27%, #d6d6d6 43.39%, #ededed 53.19%, #fafafa 62.49%, #ffffff 70.79%);
    opacity: 0.7;
    transform: rotate(-55deg);
    transform-origin: center right;
}
.media-target .media-body {
    position: relative;
}
.media-target .media-title {
    position: relative;
    font-size: 1em;
}
@media screen and (min-width: 1920px) {
    .media-target .media-title {
        font-size: 2rem;
    }
}
.media-target .media-number {
    position: absolute;
    bottom: 100%;
    left: -0.03509em;
    margin-bottom: -0.31579em;
    background-image: linear-gradient(rgba(17, 17, 100, 0.75), rgba(17, 17, 100, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.2;
    font-size: 3.5625em;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
}
.section-path {
    overflow: hidden;
}
@media (min-width: 992px) {
    .section-path .container-lg-fluid {
        max-width: 101.5rem;
    }
}
.section-path .section-bg-grad {
    padding-bottom: 4.5rem;
    background: linear-gradient(0deg, #d4effc 0%, rgba(255, 255, 255, 0) 50%);
}
.ij-section-6 {
    position: relative;
    z-index: 0;
}
.ij-section-6:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 94, 144, 0.9);
    pointer-events: none;
}
.step-reg .iconsvg-long-arrow-right-3 {
    font-size: 0.5em;
    margin-top: 6.96875rem;
}
@media (max-width: 991.98px) {
    .step-reg .iconsvg-long-arrow-right-3 {
        margin-top: 3.78125rem;
    }
}
.testimonial {
    position: relative;
    background-color: #00004d;
    color: #fff;
    padding: 1.5rem;
    margin-top: 6rem;
}
@media (min-width: 992px) {
    .testimonial {
        margin-top: 7.875rem;
    }
}
.testimonial:before,
.testimonial:after {
    position: absolute;
    width: 15.31532%;
    padding-top: 12.61261%;
    border: 0.5rem solid rgba(0, 0, 77, 0.25);
}
@media (min-width: 992px) {
    .testimonial:before,
    .testimonial:after {
        content: "";
    }
}
.testimonial:before {
    top: 0;
    right: calc(50% - 1.25rem);
    z-index: -1;
    transform: translateY(-50%);
}
.testimonial:after {
    bottom: 1.5rem;
    left: 0;
    border-color: rgba(255, 255, 255, 0.1);
}
.testimonial .divider-style-1:not([size]) {
    width: 1.875rem;
}
.testimonial .swiper {
    margin-top: -4.5rem;
}
.testimonial .swiper-pagination-bullet {
    opacity: 1;
}
.testimonial .swiper-pagination-bullet-active {
    background-color: #ec2229;
}
.testimonial-primary-dark {
    background-color: #b80000;
}
.testimonial-primary-dark:before {
    border-color: rgba(184, 0, 0, 0.25);
}
.frame-1 {
    position: relative;
    max-width: 15.9375rem;
}
.frame-1:before {
    content: "";
    display: block;
    padding-top: 90.98039%;
    background: url("../images/ex/ielts-junior/ij-s9-frame.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.frame-1 .frame-title {
    position: absolute;
    top: 1.875rem;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 0;
    font-size: calc(1.3125rem + 0.75vw);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
@media (min-width: 1200px) {
    .frame-1 .frame-title {
        font-size: 1.875rem;
    }
}
@media (max-width: 575.98px) {
    .frame-1 .frame-title {
        font-size: calc(1.275rem + 0.3vw);
    }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
    .frame-1 .frame-title {
        font-size: 1.5rem;
    }
}
.ij-section-13 {
    background-color: #faf4fb;
}
.card-gp {
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.card-gp .card-img-overlay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: auto;
    padding: 0;
    background-color: rgba(17, 17, 100, 0.8);
    border-radius: 0;
}
.card-gp .card-title {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    margin: 0.75rem 1.25rem;
    font-size: 1.125rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-gp .card-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 4.625rem;
    width: 4.625rem;
    background-color: #111164;
    color: #ffdd55;
}
.card-gp .card-body {
    padding: 0;
}
.swiper-gp .swiper-button-next,
.swiper-gp .swiper-button-prev {
    top: 0;
    margin-top: 9.5%;
}
@media (max-width: 991.98px) {
    .swiper-gp .swiper-button-next,
    .swiper-gp .swiper-button-prev {
        margin-top: 15%;
    }
}
@media (max-width: 767.98px) {
    .swiper-gp .swiper-button-next,
    .swiper-gp .swiper-button-prev {
        margin-top: 30%;
    }
} /*---------------------------------------------------- video bai giang ----------------------------------------------------*/
.vbg-section-hero {
    display: flex;
    padding: 0;
    height: 17.5rem;
}
@media (max-width: 575.98px) {
    .vbg-section-hero {
        height: 12.5rem;
    }
}
.vbg-section-hero .container {
    position: relative;
    display: flex;
    align-items: center;
    background: url("../images/ex/video-bai-giang/vbg-hero-img.png") no-repeat bottom right 100px;
}
@media (max-width: 991.98px) {
    .vbg-section-hero .container {
        background-position: bottom right;
    }
}
@media (max-width: 575.98px) {
    .vbg-section-hero .container {
        background-size: contain;
    }
}
.vbg-section-hero .section-title {
    max-width: 38.5rem;
    font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
    .vbg-section-hero .section-title {
        font-size: 3rem;
    }
} /*---------------------------------------------------- tu van du hoc ----------------------------------------------------*/
.section-ud {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
@media (max-width: 575.98px) {
    .section-ud {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
}
.section-ud .section-title {
    transform: skewX(-15deg);
    padding: 1.25rem 1rem;
    font-size: calc(1.3rem + 0.6vw);
    background-color: #fff;
    text-align: center;
    color: #ec2229;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .section-ud .section-title {
        font-size: 1.75rem;
    }
}
.section-ud .section-title > * {
    display: inline-block;
    transform: skew(15deg);
}
.section-ud .countdown-2 {
    margin-top: -6.25rem;
}
.ads {
    position: -webkit-sticky;
    position: sticky;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1259.98px) {
    .ads {
        display: none;
    }
}
.ads-left,
.ads-right {
    position: absolute;
    top: 1.5rem;
    transform: translateY(-1.875rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .ads-left,
    .ads-right {
        transition: none;
    }
}
.ads-left {
    right: 100%;
    margin-right: 0.5rem;
}
.ads-right {
    left: 100%;
    margin-left: 0.5rem;
}
.headroom--not-top ~ .page-main .ads-left,
.headroom--not-top ~ .page-main .ads-right {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.ms-n1 {
    margin-left: -0.25rem;
} /*# sourceMappingURL=main.css.map */
