@charset "UTF-8";
/* Bootstrap v5.1.3 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.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[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 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: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    /* SWFE/806  Change to 0 0 0 rem */
    margin: 0 0 0rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-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.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.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: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    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-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.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.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-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 {
        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.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .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.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .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.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .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.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 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(:first-child) {
    border-top: 2px solid 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-borderless > :not(:first-child) {
    border-top-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: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}
.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}
.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}
.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}
.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}
.table-danger {
    --bs-table-bg: #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: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}
.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    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: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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: #dde0e3;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.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::-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 + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.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: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.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: #0d6efd;
    border-color: #0d6efd;
    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='rgba%280, 0, 0, 0.25%29'/%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='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -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: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -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: #b6d4fe;
}
.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 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.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.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}
.valid-tooltip {
    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(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%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='%23198754' 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 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.invalid-tooltip {
    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.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%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.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%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 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    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.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    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: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.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.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem 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: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-success {
    color: #198754;
    border-color: #198754;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #198754;
    background-color: transparent;
}
.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-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.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}
.btn-link:hover {
    color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.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;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    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: #212529;
    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.25rem;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 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: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.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: #212529;
}
.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    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:focus,
.nav-link:hover {
    color: #0a58ca;
}
.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: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    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.25rem;
    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.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@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;
    }
    .navbar-expand-sm .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@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;
    }
    .navbar-expand-md .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@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;
    }
    .navbar-expand-lg .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 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-xl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.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-expand .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}
.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    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:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    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:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    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:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 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 + .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(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-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.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 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-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 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: #0c63e4;
    background-color: #e7f1ff;
    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='%230c63e4'%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: 1.25rem;
    height: 1.25rem;
    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='%23212529'%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: 1.25rem;
    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: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    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: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.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.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-primary .alert-link {
    color: #06357a;
}
.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-secondary .alert-link {
    color: #34383c;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success .alert-link {
    color: #0c4128;
}
.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.alert-info .alert-link {
    color: #04414d;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-warning .alert-link {
    color: #523e02;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light .alert-link {
    color: #4f5050;
}
.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-dark .alert-link {
    color: #101214;
}
@-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: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    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.25rem;
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.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.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@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.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@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.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.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: #084298;
    background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}
.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}
.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}
.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}
.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}
.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}
.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}
.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 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.25rem;
    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.25rem rgba(13, 110, 253, 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.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    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.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}
.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@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: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    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-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    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.3rem;
}
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%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-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.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;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}
.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}
.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}
.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}
.offcanvas.show {
    transform: none;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}
.placeholder.btn::before {
    display: inline-block;
    content: "";
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(
        130deg,
        #000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000 95%
    );
    mask-image: linear-gradient(
        130deg,
        #000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000 95%
    );
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.link-primary {
    color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
    color: #0a58ca;
}
.link-secondary {
    color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}
.link-success {
    color: #198754;
}
.link-success:focus,
.link-success:hover {
    color: #146c43;
}
.link-info {
    color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
    color: #3dd5f3;
}
.link-warning {
    color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
    color: #ffcd39;
}
.link-danger {
    color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
    color: #b02a37;
}
.link-light {
    color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
    color: #f9fafb;
}
.link-dark {
    color: #212529;
}
.link-dark:focus,
.link-dark:hover {
    color: #1a1e21;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}
.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: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !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.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.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 #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #0d6efd !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #212529 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    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: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-primary-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-secondary-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-success-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-warning-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-danger-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-light-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-black-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-white-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-body-bg-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -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.25rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !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: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        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: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .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;
    }
}
/* Swiper v6.8.1 */
@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: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    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-container-pointer-events {
    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    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)
    );
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.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-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev: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-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.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: 50%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.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: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.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-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    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-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* fancybox v3.5.7 */
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: unset;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right))
            max(25px, env(safe-area-inset-bottom))
            max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* main start */
:root {
    --default-bg: #ffffff;
    --menu-bar-bg: #ffffff;
    --input-bg: #ffffff;
    --menu-bg: #fafafa;
    --menu-tab-bg: #ffffff;
    --tools-bg: #ffffff;
    --section-bg: #f2f2f2;
    --footer-bg: #f2f2f2;
    --hr-color: #ededed;
    --border-color: #d9d9d9;
    --title-color: #333333;
    --des-color: #666666;
    --time-color: #999999;
    --tag-icon-color: #ffffff;
    --subtitle-color: #999999;
    --tv-bg: #1a1a1a;
    --tv-text: #eeeeee;
    --table-border-color: #000000;
    --link-color: #0268bf;
    --sign-color: #db1f1f;
    --theme-color: #3478f7;
    --red-color: #d60d0d;
    --blue-color: #0044a1;
    --cookie-box-bg: #e6f5ff;
    --img-caption-color: #666666;
    --logo-shadow: rgba(0, 0, 0, 0.15);
    --linear-gradient: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.4) 13.13%,
        rgba(0, 0, 0, 0) 100%
    );

    --transparent-color: rgba(0, 0, 0, 0);
    --stplus-logo-color: rgba(195, 168, 130, 1);
    --mobile-width: 768px;
    --tablet-width: 1024px;
    --desktop-width: 1200px;

    --font-size: 18px;
    --font-size-tb: 16px;
    --font-size-xxl: 2.1rem; /* 38px */
    --font-size-xl: 1.75rem; /* 32px */
    --font-size-l: 1.4rem; /* 25px */
    --font-size-xxm: 1.33rem; /* 24px */
    --font-size-xm: 1.22rem; /* 22px */
    --font-size-m: 1.11rem; /* 20px */
    --font-size-s: 0.88rem; /* 16px */
    --font-size-xs: 0.77rem; /* 14px */
    --font-size-xxs: 0.72rem; /* 13px */
    --font-size-xxxs: 0.66rem; /* 12px */
    --font-size-xxxxs: 0.5rem; /* 9px */
    --static-title: 1.778rem; /* 32px */
    --header-height: 64px;
    --header-height-mb: 44px;
    --font-family-sans: Arial, sans-serif;
    --font-family-serif: serif;
    --margin-left-right: 56px;

    --h1-font-size: 1.56rem; /*1.75rem;*/
    --h2-font-size: 1.335rem; /*1.5rem;*/
    --h3-font-size: 1.115rem; /*1.25rem;*/
    --h4-font-size: 1rem; /*1.125rem;*/
    --h5-font-size: 0.95rem; /*1.063rem;*/
    --h6-font-size: 0.89rem; /*1rem;*/

    --safe-top: env(safe-area-inset-top, 0px);
}

.dark:root {
    --default-bg: #0d0d0d;
    --menu-bar-bg: #1a1a1a;
    --input-bg: #282828;
    --menu-bg: #282828;
    --section-bg: #3a3a3a;
    --footer-bg: #323232;
    --hr-color: #3a3a3a;
    --border-color: #444444;
    --title-color: #eeeeee;
    --tag-icon-color: #ffffff;
    --des-color: #b0b0b0;
    --subtitle-color: #808080;
    --tv-bg: #1a1a1a;
    --table-border-color: #eeeeee;
    --tools-bg: #121212;
    --time-color: #808080;
    --menu-tab-bg: #323232;
    --img-caption-color: #b0b0b0;
}

:target {
    /* scroll-margin-top: 80px; */
    /* Default WEB */
    scroll-margin-top: calc(80px + var(--safe-top));
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-sans);
    font-size: var(--font-size);
    background-color: var(--default-bg);
    color: var(--title-color);
}

button {
    border: 0;
    background: none;
    outline: none;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: var(--h1-font-size);
}
h2 {
    font-size: var(--h2-font-size);
}
h3 {
    font-size: var(--h3-font-size);
}
h4 {
    font-size: var(--h4-font-size);
}
h5 {
    font-size: var(--h5-font-size);
}
h6 {
    font-size: var(--h6-font-size);
}

a,
a:active,
a:focus,
a:visited,
a:hover {
    position: relative;
    text-decoration: none;
    color: var(--link-color);
}

a.btn,
a.btn:active,
a.btn:focus,
a.btn:visited,
a.btn:hover {
    color: #ffffff;
}

a.underline {
    text-decoration: underline;
}

ul.default {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.default li {
    display: inline-block;
}

section {
    position: relative;
}

.rec-img img,
.content-body img {
    width: 100%;
}

.content-body p iframe {
    max-width: 100%;
    margin: 0 auto;
}

video.video-in-article {
    width: 100%;
    height: auto;
}

input {
    background-color: transparent;
    border: none;
    letter-spacing: 2px;
    outline: none;
}

.show-in-mobile {
    display: none !important;
}

.container-fluid {
    width: calc(100% - 30px);
    margin: auto;
    padding: 0;
}

.container-fluid-oversize {
    display: flex;
    width: 100%;
    justify-content: center;
}

.home-top-section {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-bottom: 40px;
}

.theme-section .news-detail .time {
    color: #999;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    /* padding-left: 4px; */
    position: relative;
    transition: 0.3s;
}

@media (min-width: 500px) {
    .container-fluid {
        width: calc(100% - 44px);
    }
}

@media (min-width: 901px) {
    .container-fluid {
        width: calc(100% - 36px);
    }
}

@media (min-width: 1276px) {
    .container-fluid {
        width: 1200px;
    }
}

.nav-main {
    box-shadow: 0px 1px 24px 0px var(--logo-shadow);
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
    top: 0;
    background-color: var(--menu-bar-bg);
}

.navopen {
    background: rgba(0, 0, 0, 0.5);
    filter: brightness(50%);
    pointer-events: none;
}

.nav-top {
    height: var(--header-height);
    display: flex;
    align-items: center;
}

.nav-top.container-fluid {
    width: calc(100vw - 5%);
}

.open-app {
    display: none;
}

.nav-btn {
    height: 24px;
    width: 24px;
    position: relative;
    margin: 0 12px 0 0;
    display: inline-block;
    /* background-image: url('/assets/icons/ico-menu-close.svg'); */
    background-size: contain;
    background-position: center;
    flex: 0 0 24px;
    cursor: pointer;
}

.nav-btn .top,
.nav-btn .mid,
.nav-btn .bot {
    height: 2px;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--title-color);
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.nav-btn .top {
    top: 25%;
    transform: translate(-50%, -50%);
}

.nav-btn .bot {
    top: 75%;
    transform: translate(-50%, -50%);
}

.nav-main.open .nav-btn .mid {
    opacity: 0;
}

.nav-main.open .nav-btn .top {
    transform: rotate(-45deg) translate(-50%, -50%);
    left: 45%;
    top: 18%;
}

.nav-main.open .nav-btn .bot {
    transform: rotate(45deg) translate(-50%, -50%);
    left: 38%;
    top: 75%;
}

.logo {
    flex: 0 0 116px;
    position: relative;
}

.icon-small {
    width: 100%;
    cursor: pointer;
}

._dark {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

html.dark .icon-small:not(._dark) {
    opacity: 1;
}

html.dark .icon-small._dark {
    opacity: 1;
}

header + section {
    margin-top: var(--header-height);
}

.main-menu {
    flex: 1 1 0;
    overflow: auto;
    margin-left: 12px;
    text-align: center;
}

.main-menu::-webkit-scrollbar {
    display: none;
}

.main-menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.main-menu ul {
    white-space: nowrap;
}

.main-menu ul li {
    margin-right: 12px;
    cursor: pointer;
    font-size: var(--font-size-s);
}

/* for singtao plus version */
/* .main-menu ul li:first-child {
    border-right: 1px solid rgba(199, 199, 199, 1);
    padding-right: 12px;
} */

.main-menu ul li.menu-more {
    display: none;
}

.main-menu ul li a,
.main-menu ul li a:active,
.main-menu ul li a:focus,
.main-menu ul li a:visited,
.main-menu ul li a:hover {
    color: inherit;
}

.tools {
    /* flex: 0 0 56px; */
    display: flex;
    justify-content: space-between;
}

a.lang-switch-a {
    color: #333;
}

.lang-switch ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.lang-switch li {
    margin-right: 10px;
}

.lang-switch ul li:first-child{
    border-right: 1px solid rgba(199, 199, 199, 1);
    padding-right: 10px;
}

.lang-switch > a.lang-switch-a {
    text-decoration: none;
    color: #333;
}
.lang-switch > a.lang-switch-a:hover {
    text-decoration: underline;
}

.lang-switch li.active a.lang-switch-a {
    font-weight: bold;
    color: #333333; /* Highlight active language */
}

.dark-mode,
.search {
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.dark-mode {
    background-image: url("/sthl/assets/icons/ico-darkmode.svg");
}

.search {
    background-image: url("/sthl/assets/icons/ico-search.svg");
}

html.dark .dark-mode {
    background-image: url("/sthl/assets/icons/icon-light.svg");
}

html.dark .search {
    background-image: url("/sthl/assets/icons/ico-search-dark.svg");
}

.nav-sub {
    background-color: var(--menu-bg);
    width: 100%;
    max-height: calc(100vh - var(--header-height));
    overflow: auto;
    position: fixed;
    top: var(--header-height);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    z-index: 1001;
    display: none;
    
}

.nav-main.open + .nav-sub {
    opacity: 1;
    pointer-events: auto;
    display: block;
}

.all-menus {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    margin-top: 12px;
}

.sub-menu {
    flex: 0 0 11.1%;
    padding: 0;
    list-style: none;
    font-size: var(--font-size-xs);
    margin-bottom: 8px;
}

.sub-menu li {
    margin-bottom: 4px;
    cursor: pointer;
}

.sub-menu li a,
.sub-menu li a:active,
.sub-menu li a:focus,
.sub-menu li a:visited,
.sub-menu li a:hover {
    color: inherit;
}

.sub-menu .main {
    font-size: var(--font-size-s);
    font-weight: 700;
    margin-bottom: 8px;
}

.sub-menu2 {
    flex: 0 0 11.1%;
    padding: 0;
    list-style: none;
    font-size: var(--font-size-xs);
    margin-bottom: 8px;
    display: none;
}

.sub-menu2 li {
    margin-bottom: 4px;
    cursor: pointer;
}

.sub-menu2 li a,
.sub-menu2 li a:active,
.sub-menu2 li a:focus,
.sub-menu2 li a:visited,
.sub-menu2 li a:hover {
    color: inherit;
}

.sub-menu2 .main {
    font-size: var(--font-size-s);
    font-weight: 700;
    margin-bottom: 8px;
}

.menu-hr {
    width: 100%;
    height: 4px;
    display: flex;
    /* margin-bottom: 24px;     SWFE/806 */
    margin-bottom: 28px; 
}

.menu-hr span {
    height: 100%;
    flex: 0 0 50%;
}

.menu-hr span:nth-child(1) {
    background-color: var(--red-color);
}

.menu-hr span:nth-child(2) {
    background-color: var(--blue-color);
}

.search-hr {
    width: 100%;
    height: 1px;
    display: flex;
    margin-bottom: 24px;
}

.search-hr span {
    height: 100%;
    flex: 0 0 50%;
}

.search-hr span {
    background-color: #ededed;
}

html.dark .search-hr span {
    background-color: #3a3a3a;
}

.share {
    display: flex;
    margin-bottom: 28px;
}

.brands {
    flex: 0 0 68%;
    margin-bottom: -40px;
    position: relative;
}

.brands::after {
    display: block;
    content: "";
    clear: both;
}

.brands::before {
    display: inline-block;
    content: "";
    height: calc(100% - 40px);
    width: 1px;
    background-color: var(--border-color);
    position: absolute;
    right: 0;
    top: 0;
}

.brand {
    display: inline-flex;
    width: 12.5%;
    font-size: var(--font-size-xxxs);
    align-items: flex-start;
    flex-direction: column;
    color: var(--des-color);
    float: left;
    margin-bottom: 40px;
}

.brand img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    box-shadow: 0px 2px 12px 0px var(--logo-shadow);
    border-radius: 8px;
}

.brand > span {
    margin-top: 8px;
    margin-left: 24px;
    transform: translate(-50%, 0);
}

.app-info {
    display: flex;
    padding-top: 12px;
    padding-left: 3%;
}

.app-logo {
    flex: 0 0 70px;
    margin-right: 16px;
}

.app-logo img {
    width: 100%;
    box-shadow: 0px 2px 12px 0px var(--logo-shadow);
    border-radius: 16px;
}

.app-title {
    font-weight: 500;
    margin-bottom: 8px;
}

.app-des {
    color: var(--des-color);
    font-size: var(--font-size-xxxs);
    margin-bottom: 16px;
}

.app-column {
    display: inline-block;
    width: 85px;
    vertical-align: middle;
}

.app-column img:nth-child(1) {
    margin-bottom: 10px;
    width: 100%;
}

.qrcode {
    width: 70px;
    margin-left: 12px;
}

/* static page */
.static-section {
    background-color: var(--default-bg);
}

.static-section article {
    width: 800px;
    max-width: calc(100% - 30px);
    margin: auto;
    padding: 12px 0 30px;
}

.static-section h1 {
    font-size: var(--static-title);
    margin-bottom: 20px;
}

.static-section h2 {
    font-size: var(--font-size-xxm);
    margin-bottom: 12px;
    margin-top: 60px;
}

.static-section h2:nth-child(1) {
    margin-top: 0;
}

.static-section h3 {
    font-size: var(--font-size-m);
    margin-bottom: 12px;
}

.static-section h4 {
    font-size: var(--font-size);
    margin-bottom: 12px;
}

.static-section p {
    font-size: var(--font-size-xs);
    margin-bottom: 24px;
}

.static-section li {
    font-size: var(--font-size-xs);
}

.static-banner.sticky {
    z-index: 1;
}

.sticky .sticky-part {
    position: fixed;
    top: -145px;
    width: 100%;
}

.banner-img {
    position: relative;
    overflow: hidden;
}

.banner-img img {
    opacity: 0;
    width: 100%;
    height: 480px;
}

.banner-img img:nth-child(2) {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-img::before,
.banner-img::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: var(--linear-gradient);
    height: 64px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    z-index: 1;
}

.banner-img::before {
    background: var(--default-bg);
    opacity: 0;
}

.sticky .banner-img::before {
    opacity: 1;
}

.sticky .banner-img::after {
    opacity: 0;
}

.banner-title {
    width: 800px;
    max-width: 94%;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: var(--static-title);
    color: #ffffff;
    z-index: 2;
    transition: 0.3s;
}

.sticky .banner-title {
    font-size: var(--font-size-m);
    color: var(--title-color);
}

.static-tabs + .banner-title {
    bottom: 48px;
}

.static-tabs,
.filter-tabs {
    line-height: 40px;
    font-size: var(--font-size-s);
    text-align: center;
    border-top: 1px solid var(--hr-color);
    border-bottom: 1px solid var(--hr-color);
    background-color: var(--default-bg);

    position: sticky;
    top: 63px;
    z-index: 10;
}

.cat-section .filter-tabs {
    margin-bottom: 12px;
}

/* .static-tabs, .filter-tabs.sticky {
    position: fixed;
    top: 64px;
    width: 100%;
    z-index: 600;
} */

.tab-title {
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
}
.tab-title .cat {
    margin: 0 16px 0 0;
    font-size: var(--font-size);
}

.static-tabs .tabs {
    width: 800px;
    margin: auto;
    text-align: left;
    overflow-y: scroll;
    scrollbar-width: none;
    white-space: nowrap;
}

.filter-tabs .tabs {
    display: flex;
    text-align: left;
    width: calc(100vw - 5%);
    max-width: 1200px;
}
.tab-title {
    flex: 0 0 1;
}
.tab-group {
    flex: 1 1 0;
    overflow: auto;
    white-space: nowrap;
}

.tab {
    margin-right: 24px;
    font-size: var(--font-size-s);
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.tab.active {
    font-weight: 600;
}

.tab::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 0px;
    height: 2px;
    background-color: var(--theme-color);
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.3s;
}

.tab.active::after {
    width: 24px;
}

a.tab-link {
    color: #333333;
}

html.dark a.tab-link {
    color: #eeeeee;
}

.busin-area-div {
    margin-bottom: 75px;
}

.busin-area {
    display: flex;
    margin-bottom: 41px;
}

.busin-img {
    flex: 35.5% 0 0;
    margin-right: 24px;
    height: fit-content;
    border: 1px var(--border-color) solid;
    border-radius: 8px;
    text-align: center;
    background-color: #ffffff;
}

.busin-img img {
    max-width: 227px;
    height: 160px;
    object-fit: contain;
    object-position: center;
}
.busin-multi-logo {
    display: flex;
    flex-direction: column;
    flex: 35.5% 0 0;
    margin-right: 24px;
}

.busin-multi-logo .busin-img {
    flex: 35.5% 0 0;
    margin-right: unset;
    height: fit-content;
    border: 1px var(--border-color) solid;
    border-radius: 8px;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.busin-cont {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}

.busin-cont .title {
    text-align: right;
    padding-bottom: 8px;
    border-bottom: 1px var(--border-color) solid;
    margin-bottom: 8px;
}

.busin-cont .title span {
    float: left;
    line-height: 36px;
}

.busin-cont .title img {
    width: 28px;
}

.busin-cont p:last-child {
    padding-bottom: 8px;
    border-bottom: 1px var(--border-color) solid;
}

/* contact us */
.query-block,
.price-block {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.query-b {
    flex: 33.333% 0 0;
    padding-left: 12px;
    border-left: 1px solid var(--hr-color);
}

.query-b .contact {
    font-weight: 500;
    font-size: var(--font-size-m);
    line-height: 1.2;
    margin-bottom: 17px;
}

.query-phone,
.query-email {
    font-size: var(--font-size-xs);
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 9px;
}

.query-phone::before,
.query-email::before {
    display: inline-block;
    content: "";
    height: 22px;
    width: 22px;
    margin-right: 4px;
    vertical-align: middle;
    background-size: 14px auto;
}

.query-phone::before {
    background-image: url("/sthl/assets/icons/cil_phone.svg");
}

.query-email::before {
    background-image: url("/sthl/assets/icons/cil_email.svg");
}

.price-block {
    margin-bottom: 16px;
}

.price-b {
    flex: 32% 0 0;
    margin-right: 2%;
    margin-bottom: 24px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.price-b:nth-child(3n + 3) {
    margin-right: 0;
}

.price-b img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}

.price-b::before {
    display: inline-block;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.price-b p {
    position: relative;
    line-height: 100px;
    font-size: var(--font-size-m);
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    margin: 0;
    user-select: none;
}

.normal-query {
    padding-left: 10px;
    border-bottom: 1px solid var(--hr-color);
    margin-bottom: 30px;
}

.normal-query .query-phone,
.normal-query .query-email {
    display: inline-block;
}

.normal-query .query-phone {
    margin-right: 100px;
}

/* hotline */
.static-section p.hotline {
    font-size: var(--font-size);
    margin-bottom: 6px;
}

.static-section p.hotline-phone {
    font-size: var(--font-size-xl);
    margin-bottom: 60px;
    line-height: 1.2;
    font-weight: 600;
}

.hotline-phone::before {
    display: inline-block;
    content: "";
    height: 32px;
    width: 32px;
    margin-right: 8px;
    vertical-align: middle;
    background-size: 22px auto;
    background-image: url("/sthl/assets/icons/cil_phone.svg");
    transform: translate(0px, -4px);
}

.hotline-b {
    flex: 25% 0 0;
    padding-left: 12px;
    border-left: 1px solid var(--hr-color);
    margin-bottom: 40px;
}

.hotline-b .contact {
    font-size: var(--font-size-s);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
}

.hotline-b .hotline-email {
    font-size: var(--font-size-xs);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

/* form */
.form-group {
    margin-bottom: 40px;
}

label {
    font-size: var(--font-size-xs);
    line-height: 16.8px;
    font-weight: 400;
}

label .tip-red {
    font-size: 0.833rem;
    line-height: 16.8px;
    font-weight: 500;
    color: var(--sign-color);
}

.error-tip {
    font-size: var(--font-size-xxs);
    line-height: 1.2;
    font-weight: 400;
    color: var(--sign-color);
    margin-top: 4px;
    display: none;
}

.form-group.error .error-tip {
    display: block;
}

.form-control,
.form-control:focus {
    line-height: 1.5;
    font-weight: 500;
    font-size: var(--font-size-s);
    background-color: var(--input-bg);
    color: var(--title-color);
    padding: 8px;
    letter-spacing: 0;
}

html.dark .form-control {
    border: 1px rgba(0, 0, 0, 0) solid;
}

.form-control:focus,
html.dark .form-control:focus {
    box-shadow: none;
    border: 1px var(--theme-color) solid;
}

.form-group.error .form-control {
    border: 1px var(--sign-color) solid;
}

form .btn,
.form-pop .btn {
    padding: 10px 48px;
    font-size: 0.833rem;
    line-height: 1.4;
    letter-spacing: 0;
    border-radius: 24px;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

.form-pop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--default-bg);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, 50px);
    transition: 0.3s;
}

.form-pop.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0px);
}

.form-pop .btn {
    position: absolute;
    bottom: 30px;
}

.error-center .etitle {
    font-size: 32px;
    font-weight: 600;
}

.error-center p {
    color: #333333;
}

html.dark .error-center p {
    color: #eeeeee;
}

.error-center img {
    margin-bottom: 24px;
    width: 240px;
    margin-left: 5%;
}

.errtitle {
    font-weight: 500;
    font-size: 15px;
}

a.ebtn,
a.ebtn:active,
a.ebtn:focus,
a.ebtn:visited,
a.ebtn:hover {
    color: #3478f7;
    border: 1px solid #d9d9d9;
    text-align: center;
    border-radius: 24px;
    width: 156px;
}

.error-center {
    display: inline-block;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-xs);
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.error-center .etitle {
    font-size: 32px;
    font-weight: 600;
}

.error-center p {
    color: #333333;
}

html.dark .error-center p {
    color: #eeeeee;
}

.error-center img {
    margin-bottom: 24px;
    width: 240px;
    margin-left: 5%;
}

.errtitle {
    font-weight: 500;
    font-size: 15px;
}

a.ebtn,
a.ebtn:active,
a.ebtn:focus,
a.ebtn:visited,
a.ebtn:hover {
    color: #3478f7;
    border: 1px solid #d9d9d9;
    text-align: center;
    border-radius: 24px;
    width: 156px;
}

.success-center {
    display: inline-block;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-xs);
}

.success-center img {
    margin-bottom: 24px;
    width: 90%;
    margin-left: 5%;
}

.success-center img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

html.dark .success-center img:nth-child(1) {
    opacity: 0;
}

html.dark .success-center img:nth-child(2) {
    opacity: 1;
}

body main {
    min-height: 100vh;
    padding-bottom: 48px;
    position: relative;
}

.footer {
    background-color: var(--footer-bg);
    font-size: var(--font-size-xxs);
    padding: 12px 0;
    color: var(--des-color);
    position: absolute;
    width: 100%;
    bottom: 0;
    display: inherit; /* was content */
}

.nav-sub .footer {
    position: relative;
}

.footer > .container-fluid {
    display: flex;
    align-items: center;
}

.footer .info {
    flex: 1 1 0;
}

.footer-menu {
    white-space: nowrap;
}

.footer-menu li {
    margin-right: 16px;
}

.footer-menu li a {
    color: inherit;
}

.footer .social {
    flex: 0 0 150px;
}

.s-logo li img {
    width: 24px;
    margin-right: 6px;
}

.s-logo li:last-child img {
    margin-right: 24px;
}

.cookie-box {
    pointer-events: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--cookie-box-bg);
}

.cookie-box .container-fluid {
    pointer-events: auto;
    background-color: var(--cookie-box-bg);
    padding: 18px 30px;
    display: flex;
    align-items: center;
    width: 1200px;
    max-width: 100%;
}

.coo-cont {
    flex: 1 1 0;
    color: #333333;
}

.coo-title {
    font-size: var(--font-size-m);
    font-weight: 600;
}

.coo-btn {
    flex: 0 0 125px;
    padding: 10px 24px;
    background-color: var(--theme-color);
    font-size: var(--font-size-xs);
    color: #ffffff;
    border-radius: 24px;
    cursor: pointer;
    height: 40px;
    margin-left: 15px;
}

.appopen {
    display: none;
}

.app-box {
    display: none;
    text-align: center;
    position: fixed;
    pointer-events: none;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 10001;
    background-color: #ffffff;
    border-radius: 16px 16px 0px 0px;
}

.app-box .container-fluid {
    pointer-events: auto;
    margin: 0px auto;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.app-logo2 {
    height: 80px;
    margin-top: 20px;
}

.app-logo2 img {
    width: 64px;
    box-shadow: 0px 2px 12px 0px var(--logo-shadow);
    border-radius: 16px 16px 16px 16px;
}

.app-fluid {
    justify-content: center;
}

.app-box .container-fluid .app-fluid {
    display: flex;
    margin-bottom: 20px;
}

.app-box .container-fluid div {
    width: 100%;
    max-width: 100%;
}

.app-des {
    text-align: justify;
    font-size: 14px;
    color: #666666;
}

.down-btn {
    text-align: center;
    flex: 0 0 125px;
    padding: 10px 24px;
    background-color: #3478f7;
    font-size: 15px;
    color: #ffffff;
    border-radius: 24px;
    cursor: pointer;
    height: 40px;
    margin-left: 15px;
}

.app-btn {
    text-align: center;
    border-style: solid;
    flex: 0 0 125px;
    padding: 10px 0px;
    border-width: 1px;
    background-color: #ffffff;
    font-size: 15px;
    color: #333333;
    border-radius: 24px;
    cursor: pointer;
    height: 40px;
    margin-left: 15px;
}

.news-detail .des {
    margin: 4px 0 16px 0;
    line-height: 1.8;
    font-size: var(--font-size-s);
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.news-detail a,
.news-detail a:active,
.news-detail a:focus,
.news-detail a:visited,
.news-detail a:hover {
    color: inherit;
}

div[id^="ad-"] {
    margin-bottom: 10px;
}

.recommend-section {
    border-bottom: 1px solid var(--hr-color);
    border-top: 1px solid var(--hr-color);
    padding: 20px 0;
    background-color: var(--section-bg);
    /* width: unset; */
}

.form-switch .form-check-input {
    background-size: 20px;
}

.form-switch .form-check-input:checked {
    background-size: 25px;
    background-position-x: 12px;
}

.replay-wrapper {
    background-color: black;
    width: 100%;
    height: calc(100% - 1.5em);
    position: absolute;
    top: 0px;
    border-radius: 8px 8px 0 0;
    display: none;
}

.main-menu ul li.menu-more::after {
    margin-left: 4px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url("/sthl/assets/icons/icon_more.svg");
}

html.dark .main-menu ul li.menu-more::after {
    background-image: url("/sthl/assets/icons/icon_more_dark.svg");
}

#ad-gallery_leaderboard {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5);
}
#ad-gallery_leaderboard-m {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5);
}

.vjs-ad-loading .vjs-loading-spinner {
    display: none;
}

/* .content-body p:last-of-type{
    position: relative;
} */

/* .content-body.paywall :nth-last-of-type(2){
    position: relative;
} */

/* .content-body.paywall p:last-of-type:after{
    content:"";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    background: linear-gradient(to bottom, rgba(255,255,255,0), var(--default-bg));
} */

/* .content-body.paywall :nth-last-child(1 of p, ul, h1, h2, h3, h4, h5){
    -webkit-mask-image: linear-gradient(to top,
    rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), var(--default-bg));
} */

.paywall-container::before {
    content: "";
    height: 20%;
    width: 100%;
    position: absolute;
    bottom: 406px;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        var(--default-bg)
    );
    /*
    -webkit-mask-image: linear-gradient(to top,
    rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), var(--default-bg)); */
}

/* .content-body.paywall h2:last-of-type:after,
.content-body.paywall h1:last-of-type:after{
    content:"";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    background: linear-gradient(to bottom, rgba(255,255,255,0), var(--default-bg));
} */

.paywall-container {
    background-image: url("/sthl/assets/images/content-block.png");
    width: 100%;
    height: 406px;
    position: relative;
    display: flex;
}

.paywall-container.lifestyle {
    background-image: url("/sthl/assets/images/content-block-lifestyle.png");
    width: 100%;
    height: 406px;
    position: relative;
    display: flex;
}

.paywall-container .paywall-container-left {
    position: relative;
    width: 60%;
    height: 100%;
}

.paywall-container.lifestyle .paywall-container-left {
    position: relative;
    width: 70%;
}

.paywall-container .paywall-container-right {
    width: 40%;
    height: 100%;
    position: relative;
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 1.5%;
}

.paywall-container.lifestyle .paywall-container-right {
    width: 30%;
    padding-left: 5px;
}

html.dark .paywall-container {
    background-image: url("/sthl/assets/images/content-block-dark.png");
}

html.dark .paywall-container.lifestyle {
    background-image: url("/sthl/assets/images/content-block-lifestyle-dark.png");
}

.paywall-container .qrcode,
.paywall-container #qrcode {
    width: 68%;
    padding-left: 10px;
}

.paywall-container.lifestyle .qrcode,
.paywall-container.lifestyle #qrcode {
    width: 85%;
    margin-left: 0px;
}

#floating-btn-container {
    position: fixed;
    /* transform: translate(-50%, -50%); */
    top: 40%;
    left: 30px;
    width: 100px;
    height: auto;
    /* border-radius: 50%; */
    z-index: 9999;
    cursor: move;
}

/* #floating-btn-container.fab-active{
    cursor: pointer;
}  */

#floating-btn-container .fab-btn {
    /* position: absolute;
    top: 0;
    left: 0; */
    /* display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    z-index: 10000; */
    width: 100%;
    height: auto;
}

/* #floating-btn-container ul {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

/* #floating-btn-container ul li{
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f7f7f7;
        color: black;
        list-style-type: none;
        transform: scale(0.95);
        transition: .5s;
        border-radius: 50%;
} */

/* #floating-btn-container.fab-active li:hover{
    background-color: #f8e487;
}

#floating-btn-container.fab-active.left li:nth-child(1){
    top: 0%;
    left: 300%;
    transition-delay: 0s;
}

#floating-btn-container.fab-active.left li:nth-child(2){
    top: 0%;
    left: 200%;
    transition-delay: 0.2s;
}

#floating-btn-container.fab-active.left li:nth-child(3){
    top: 0%;
    left: 100%;
    transition-delay: 0.4s;
}

#floating-btn-container.fab-active.right li:nth-child(1){
    top: 0%;
    left: -300%;
    transition-delay: 0s;
}

#floating-btn-container.fab-active.right li:nth-child(2){
    top: 0%;
    left: -200%;
    transition-delay: 0.2s;
}

#floating-btn-container.fab-active.right li:nth-child(3){
    top: 0%;
        left: -100%;
        transition-delay: 0.4s;
} */

button.vjs-big-play-button {
    font-size: 3em !important;
    line-height: 2em !important;
    height: 2em;
    width: 2em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(43, 51, 63, 0.7) !important;
    border-radius: 1em;
    transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
    .swiper-pagination.swiper-pagination-horizontal {
        top: 65%;
        position: relative;
    }

    .paywall-container::before {
        bottom: 380px;
    }

    .paywall-container {
        background-image: url("/sthl/assets/images/content-block-mweb.png");
        width: 100%;
        height: 380px;
        position: relative;
    }

    .paywall-container.lifestyle {
        background-image: url("/sthl/assets/images/content-block-lifestyle-mweb.png");
        width: 100%;
        height: 380px;
        position: relative;
    }

    html.dark .paywall-container {
        background-image: url("/sthl/assets/images/content-block-dark-mweb.png");
    }

    html.dark .paywall-container.lifestyle {
        background-image: url("/sthl/assets/images/content-block-lifestyle-dark-mweb.png");
    }

    .paywall-container #qrcode {
        display: none;
    }

    .static-tabs .tabs {
        padding-left: 15px;
    }
}

canvas {
    width: 100%;
}

@media (max-width: 1240px) and (min-width: 901px) {
    /* .main-menu ul li:nth-child(n+13) {
        display: none;
    } */

    .main-menu ul li.menu-more {
        display: inline-block;
    }

    .main-menu ul li.menu-more::after {
        margin-left: 4px;
        content: "";
        display: inline-block;
        width: 12px;
        height: 10px;
        background-image: url("/sthl/assets/icons/icon_more.svg");
    }

    html.dark .main-menu ul li.menu-more::after {
        background-image: url("/sthl/assets/icons/icon_more_dark.svg");
    }

    body main {
        padding-bottom: 68px;
    }

    .footer > .container-fluid {
        flex-wrap: wrap;
    }

    .cp-right {
        width: 100%;
    }
}

@media (max-width: 900px) {
    :root {
        --static-title: 1.333rem;
        /* 24px */
    }

    .open-app {
        display: flex;
        height: var(--header-height-mb);
        padding: 0 4%;
        align-items: center;
        border: 0.5px solid var(--section-bg);
    }

    .open-app .app-ico {
        flex: 0 0 34px;
        margin-right: 8px;
    }

    .open-app-info {
        display: flex;
        flex-direction: column;
        flex: 1 1 0;
    }

    .open-app-info .title {
        font-size: var(--font-size-xxs);
    }

    .open-app-info .des {
        font-size: var(--font-size-xxxxs);
        color: var(--subtitle-color);
    }

    .open-app-btn {
        height: 28px;
        border-radius: 20px;
        background-color: var(--theme-color);
        color: #ffffff;
        font-size: var(--font-size-xxs);
        flex: 0 0 58px;
        line-height: 28px;
        text-align: center;
    }

    .nav-top {
        height: var(--header-height-mb);
    }

    .logo {
        flex: 0 0 90px;
    }

    .nav-sub {
        /*
        top: calc(var(--header-height-mb) + var(--header-height-mb));
        */
        top: 5%;
        margin-top: -1px;
        max-height: calc(
            100vh - var(--header-height-mb) - var(--header-height-mb) + 2px
        );
    }

    header + section {
        /*margin-top: calc(var(--header-height-mb) + var(--header-height-mb)); */
        margin-top: 24px;
    }

    .main-menu .default {
        display: none;
    }

    .sub-menu {
        display: none;
        flex: 0 0 31.5%;
    }

    .sub-menu:nth-child(3n + 2) {
        margin: 0 0 0 2.75%;
    }

    .sub-menu li:not(.main) {
        display: none;
    }

    .sub-menu li.main {
        text-align: center;
        padding: 10px 0;
        border-radius: 8px;
        border: 1px solid var(--hr-color);
        background-color: var(--menu-tab-bg);
        font-weight: 400;
    }

    .sub-menu2 {
        flex: 0 0 31.5%;
        display: block;
        padding: 0 8px 0 8px;
        margin-right: 2.5px;
    }

    /* .sub-menu2:nth-child(3n+2) {
        margin: 0 2%;
    } */

    .sub-menu2 li:not(.main) {
        display: none;
    }

    .sub-menu2 li.main {
        text-align: center;
        padding: 10px 0;
        border-radius: 8px;
        border: 1px solid var(--hr-color);
        background-color: var(--menu-tab-bg);
        font-weight: 400;
    }

    .share {
        flex-direction: column;
    }

    .brands {
        margin-bottom: 0;
    }

    .brands::before {
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 20px;
    }

    .brand {
        width: 33.3%;
        align-items: center;
    }

    .brand > span {
        margin-left: 0;
        transform: none;
    }

    .app-info {
        padding: 0;
    }

    body main {
        padding-bottom: 228px;
    }

    body.racing-page {
        overflow: hidden;
    }

    .racing-page main {
        padding-bottom: unset !important;
    }

    .footer > .container-fluid {
        flex-wrap: wrap;
    }

    .footer .info {
        width: 100%;
    }

    .footer .social {
        width: 100%;
        flex: 1 1 0;
    }

    .s-logo li:last-child img {
        margin-right: 0px;
    }

    .cp-right {
        width: 100%;
        text-align: left;
        margin-top: 16px;
    }

    .cookie-box .container-fluid {
        padding: 18px 15px;
    }

    .sticky .sticky-part {
        top: -5px;
    }

    .busin-area-div {
        margin-bottom: 60px;
    }

    .banner-img img {
        height: 38vw;
        object-fit: cover;
    }

    .contact-us .banner-img img {
        height: 26vw;
    }

    .busin-area {
        flex-direction: column;
    }

    .busin-img {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .busin-multi-logo {
        margin-right: 0;
    }

    .busin-multi-logo .busin-img {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .busin-cont p:last-child {
        margin-bottom: 0;
    }

    /* contact us */
    .query-block,
    .price-block {
        flex-direction: column;
    }

    .query-b {
        padding: 0;
        border-left: none;
        border-bottom: 1px solid var(--hr-color);
        margin-top: 20px;
    }

    .query-b:nth-child(1) {
        margin-top: 0px;
    }

    .query-b .contact {
        font-size: var(--font-size);
    }

    .price-b {
        margin-right: 0;
    }

    .normal-query .query-phone,
    .normal-query .query-email {
        display: block;
        margin-right: 0;
    }

    /* hotline */
    .hotline-b {
        margin-bottom: 20px;
        border-left: none;
        padding: 0 0 20px 0;
        border-bottom: 1px solid var(--hr-color);
    }

    .tab-title {
        margin-right: 8px;
    }
    .tab-title::after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 1px;
        background-color: var(--hr-color);
    }
    .tab-title .cat {
        margin: 0 8px 0 5px;
        font-size: var(--font-size);
    }

    .main-body {
        padding: 10px 0;
    }

    .static-section article {
        padding: 30px 0 30px;
    }

    .show-in-mobile {
        display: block !important;
    }
}

/* max-width: 745px start */
@media (max-width: 745px) {
    .all-menus {
        justify-content: space-around;
    }

    .show-in-mobile {
        display: block !important;
    }
    .show-in-desktop {
        display: none !important;
    }

    .footer > .container-fluid {
        flex-direction: column;
    }

    .footer .info {
        width: 100%;
    }

    .footer-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 144px;
        justify-content: start;
    }

    .footer-menu li {
        width: 50%;
        margin: 0;
        margin-bottom: 16px;
    }

    .footer .social {
        width: 100%;
        flex: 1 1 0;
    }

    .app-des {
        text-align: center;
    }
}
/* max-width: 745px end */

/* list start */
.related-articles {
    padding-bottom: 12px;
}
.related-articles .news-list {
    padding: 0 30px;
}
.news-list > .title {
    font-size: var(--font-size-m);
    line-height: 1.4;
    margin-bottom: 12px;
}
.news-items {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -6px;
}
.news-item {
    margin: 0 0 24px 0;
    padding: 0 6px;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.news-img {
    height: 0;
    width: 100%;
    padding-top: 56.65%;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.livevideo {
    position: relative;
}

.news-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.news-detail .title {
    margin: 8px 0;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 50px;
}

.primary-column .news-detail .title {
    -webkit-line-clamp: 2;
    /*line-height: 1.4;*/
    overflow: hidden;
    display: -webkit-box;
    min-height: auto;
    font-size: 24px;
    line-height: 25px;
}

/* New block Category Tab Icon Related  -- START */

.tag-icon {
    display: inline-block;
    width: auto;
    height: 20px;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
    user-select: none;
    font-size: 12px;
    color: #fff;
    display: inline-flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4px;
}
a.tag-icon-s {
    font-size: 12px;
}

.tag-icon + .time {
    display: inline-block;
    font-size: 13px;
    color: var(--time-color);
    padding-left: 4px;
    position: relative;
    transition: 0.3s;
    margin-bottom: 0px;
}

html.dark .tag-icon + .time {
    color: #808080;
}

.tag-icon + .time.more {
    margin-bottom: 22px;
}

.tag-icon + .time span {
    position: absolute;
    top: 0px;
    left: 4px;
    width: 100%;
    opacity: 0;
}

.tag-icon + .time.more span {
    opacity: 1;
}

html.dark .tag-icon + .time.more span {
    color: #b0b0b0;
}

a.tag-icon-a {
    color: var(--tag-icon-color);
}

.news-block {
    padding: 0 8px;
    margin-bottom: 24px;
    flex: 33.3% 0 0;
}

.news-img.video-container {
    padding-top: 56.25%;
    height: 0;
    width: 100%;
    display: flex;
}

.news-img.video-container video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.news-img.video-container .video-time {
    display: none;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
    z-index: 1;
}

.main-column .news-img.video-container,
.main-column.news-block .news-img {
    padding-top: 0;
    height: calc(100vh - 212px);
}
.main-column .news-img.video-container video,
.main-column.news-block .news-img img {
    object-position: center top;
}

/* New block Category Tab Icon Related -- END */

/* ADS Related -- START */

/* Popup Ads */
.overlay-bg {
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10002;
}

.popupad-container {
    display: none;
    z-index: 10003;
}

.popupad-container.article {
    display: unset;
    z-index: 10003;
}

.popupad-container .popupad-closebar {
    background-color: #e6e6e6;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    height: 35px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10003;
    padding-top: 8px;
}

.popupad-container .popupad-closebar .text {
    color: #545454;
    cursor: pointer;
    float: left;
    font-size: 14px;
    line-height: 170%;
    margin-left: 15px;
}

.popupad-container .popupad-closebar .text a {
    color: #606060;
    font-weight: 700;
    line-height: 170%;
}

.popupad-container .popupad-closebar .btn-close {
    background-image: url(https://cdn1.iconfinder.com/data/icons/ui-flat-16x16/400/cross-512.png);
    background-repeat: no-repeat;
    background-size: 36px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 40px;
    width: 35px;
}

.btn-skip {
    color: #606060;
    cursor: pointer;
    float: right;
    line-height: 170%;
    font-size: 14px;
}

.popupad-container .popupad-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 35px;
    width: 100%;
}

.popupad-container .popupad-content-container div:first-child {
    margin: auto;
}

/*  ad-block */

.ad-block {
    text-align: center;
    margin: auto;
    max-width: 100%;
}

.ad-block > div {
    text-align: center;
}

.dark .banner-news .news-detail {
    background-color: #323232;
}

.news-block.news-ad > div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--footer-bg);
    border-radius: 8px;
}

.self-author-layout .news-block.news-ad > div,
.plus-page .news-block.news-ad > div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #ededed;
    min-height: -webkit-fill-available;
}

.dark .self-author-layout .news-block.news-ad > div,
.dark .plus-page .news-block.news-ad > div {
    background: #3a3a3a;
    border: 1px solid #3a3a3a;
}

/* Skyscrapper Page Setting */
@media (max-width: 1600px) {
    .left-side-ad,
    .right-side-ad {
        display: none;
    }

    .left-side-ad-new,
    .right-side-ad-new {
        display: none;
    }
}
/* Skyscrapper Page Setting -- END */
/* ADS Related -- START */

/* Zone and Channel Pages Related -- START */
.cat-section {
    /* padding: 16px 0; */
}
.cat-section #ad-billborad > .ad-block {
    margin: 0 auto 16px auto;
}

/* cat-layout */
.cat-layout {
    padding: 8px 0;
    margin: 0 -8px;
}
.cat-layout::after {
    content: "";
    display: block;
    clear: both;
}

.cat-layout-1b {
    display: flex;
    flex-wrap: wrap;
}

.cat-layout-1::after,
.cat-layout-1b::after {
    content: "";
    display: block;
    clear: both;
}
.cat-layout-1 .news-block,
.cat-layout-1b .news-block {
    float: left;
    width: 33.3%;
    margin-bottom: 24px;
    padding: 0 8px;
}
.cat-layout-1 .news-block:nth-child(3n + 2) {
    margin-right: 0;
}
.cat-layout-1 .news-block:nth-child(2),
.cat-layout-1 .news-block:nth-child(3),
.cat-layout-1 .news-block:nth-child(4),
.cat-layout-1 .news-block:nth-child(5) {
    width: 316px;
    padding: 0 8px;
}

.cat-layout-1b .news-block.news-ad > div,
.cat-layout-1 .news-block.news-ad > div,
.cat-layout-1 .news-block:not(.primary-column) > div {
    height: 322px;
}
.cat-layout-1 .news-block:nth-child(2) > div,
.cat-layout-1 .news-block:nth-child(3) > div,
.cat-layout-1 .news-block:nth-child(4) > div,
.cat-layout-1 .news-block:nth-child(5) > div {
    height: 260px;
}
.cat-layout-1 .primary-column {
    width: calc(100% - 632px);
}

.cat-layout .news-block:not(.primary-column) .news-detail .title {
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cat-layout .news-detail .des {
    display: -webkit-box;
    height: 85px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cat-layout-2,
.cat-layout-3,
.cat-layout-4 {
    display: flex;
    flex-wrap: wrap;
}

.box-news-21 {
    flex: 1 1 auto;
    width: calc(100% - 316px);
    display: flex;
    flex-wrap: wrap;
    order: -1;
}
.box-news-23 {
    flex: 316px 0 0;
    width: 316px;
    order: -2;
}
.box-news-22,
.box-news-21 .news-block {
    flex: 316px 0 0;
    width: 316px;
}

.box-news-21 .primary-column {
    flex: 1 1 auto;
    width: calc(100% - 316px);
}

.box-news-22 .news-block,
.box-news-23 .news-block {
    width: 100%;
}

.main-column.news-block {
    width: 100%;
    padding: 0;
    margin-bottom: 56px;
}
.main-column.news-block .news-img {
    border-radius: 0;
    display: flex;
}
.main-column.news-block .news-detail .title {
    font-size: var(--font-size-xxm);
    font-weight: 600;
    line-height: 1.5;
}

/* Zone and Channel Pages Related -- END */

/* Home Page Related - START */
.home-content .cat-layout-1,
.home-content .cat-layout-2,
.home-content .cat-layout-4 {
    margin-bottom: 24px;
    margin-left: -8px;
    margin-right: -8px;
}

.home-content .cat-layout-4 .box-news-21 .primary-column {
    flex: 1 1 auto;
    width: calc(100% - 436px);
}

.home-content .cat-layout-4 .box-news-22,
.home-content .cat-layout-4 .box-news-23 {
    width: 218px;
    flex: 218px 0 0;
}

.cat-layout-2 .news-block.news-ad > div,
.cat-layout-3 .news-block.news-ad > div {
    height: 100%;
}

.cat-layout-3 .news-block {
    flex: 50% 0 0;
    width: 50%;
}

.theme-content,
.home-content {
    padding: 16px 0;
}

.theme-content .container-fluid > .ad-block,
.home-content .container-fluid > .ad-block {
    margin: auto;
}

.home-content .tabs {
    border-bottom: 1px solid var(--hr-color);
    margin-bottom: 10px;
    position: relative;
}

.home-content .tab {
    font-size: var(--font-size-m);
}

.home-section {
    margin: 16px 0 40px 0;
    position: relative;
    display: flex;

    /* flex-direction: column; */
}

.home-section-new {
    /* margin: 16px 0 40px 0; */
    margin: 0px 0 40px 0;
}

div#ad-billboard.theme-page {
    position: sticky;
    top: 60px;
    z-index: 30;
}

div#ad-billborad.home-page {
    position: sticky;
    top: 60px;
    z-index: 30;
}

div#ad-billborad.channel-page {
    position: sticky;
    top: 106px;
    z-index: 30;
}

div#ad-billborad.article-page {
    position: sticky;
    top: 10px;
    z-index: 30;
}

div#ad-billborad.regular-article-page {
    position: sticky;
    top: 60px;
    z-index: 1200;
}

div#ad-billborad.plus-article-page {
    position: sticky;
    top: 60px;
    z-index: 1200;
}

div#ad-billborad.racing-page {
    position: sticky;
    top: 106px;
    z-index: 30;
    margin-bottom: 10px;
}

.theme-section,
.home-section-1 {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.theme-content .theme-section {
    margin: unset;
}

.theme-content .filter-tabs .tabs {
    width: calc(100vw - 30px);
}

.home-section-1 .news-block {
    flex: 33.3% 0 0;
    width: 33.3%;
}

.theme-section .news-block {
    padding: 0 8px;
}

.theme-section.lazy .news-block {
    padding: unset;
}

.theme-section .news-block .title,
.home-section-1 .news-block .title {
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.theme-section .news-block > div,
.home-section-1 .news-block > div {
    height: 100%;
}

.theme-section.lazy {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-gap: 16px;
}

.theme-section.lazy .news-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.theme-section.lazy .news-block > div {
    width: 100%;
    /* height: auto; */
}

.theme-section.lazy .news-block:nth-child(1) {
    grid-column: span 6;
    grid-row: span 2;
    align-self: baseline;
}

.theme-section.lazy .news-block:nth-child(n + 2) {
    grid-column: span 3;
}

.theme-section.lazy .news-block.grid-span-3 {
    grid-column: span 3 !important;
}

.theme-section.lazy .news-block:nth-child(n + 6) {
    grid-column: span 4;
}

.theme-section .container-fluid .theme-section + .ad-block,
.home-content .container-fluid .home-section-1 + .ad-block,
.home-content .container-fluid .cat-layout-1 + .ad-block,
.home-content .container-fluid .cat-layout-2 + .ad-block,
.tv-bg,
.plus-bg {
    margin-bottom: 48px;
}

.theme-right-block div#ad-block-1 {
    padding: unset;
}

.theme-right-block > .news-block:last-child {
    display: none;
}

.hit-topic {
    text-align: center;
    margin-bottom: 16px;
    position: relative;
    display: flex;
    align-items: start;
}
.scroll-div {
    width: 100%;
    overflow: scroll;
    white-space: normal;
    text-align: left;
    -ms-overflow-style: none;
    scrollbar-width: none;
    line-height: 2em;
}
.scroll-div::-webkit-scrollbar {
    display: none;
}

.cus-arrow-left,
.cus-arrow-right {
    color: var(--title-color);
    font-size: 10px;
    position: absolute;
    height: 100%;
    top: 0;
    display: none;
    transition: 0.3s;
    padding-top: 24px;
}
.active.cus-arrow-left,
.active.cus-arrow-right {
    display: inline-block;
}
.cus-arrow-left::before,
.cus-arrow-right::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 100%;
}
.cus-arrow-left::before {
    left: -2px;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 32.29%,
        #ffffff 83.75%
    );
}
.cus-arrow-right::before {
    right: -2px;
    /*background: linear-gradient(270deg, #FFFFFF 32.29%, rgba(255, 255, 255, 0) 83.75%);*/
}

.cus-arrow-left::after,
.cus-arrow-right::after {
    font-family: swiper-icons;
    display: inline-block;
    margin-top: 7px;
    position: relative;
    width: 40px;
}
.cus-arrow-left {
    content: "prev";
    left: 0;
}
.cus-arrow-right {
    content: "next";
    right: 0;
}
.cus-arrow-left::after {
    content: "prev";
    text-align: left;
}
.cus-arrow-right::after {
    content: "next";
    text-align: right;
}

.link-more,
.link-more:active,
.link-more:focus,
.link-more:visited,
.link-more:hover {
    font-size: var(--font-size-xs);
    line-height: 1.4;
    position: absolute;
    right: 0;
    padding-right: 16px;
    top: 5px;
    color: var(--des-color);
}

.link-more:after {
    font-family: swiper-icons;
    content: "next";
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 2px;
}

.hit-topic span {
    font-size: var(--font-size-xs);
    line-height: 1.4;
    font-weight: 400;
    color: var(--subtitle-color);
    width: 70px;
    margin-top: 10px;
}

.hit-topic .topic {
    display: inline-block;
    padding: 4px 8px;
    font-size: var(--font-size-xxxs);
    line-height: 1.4;
    font-weight: 400;
    border: 1px var(--border-color) solid;
    border-radius: 24px;
    white-space: nowrap;
}

.hit-topic .topic a {
    color: inherit;
}

.left-side-ad,
.right-side-ad {
    position: absolute;
    top: 0;
}

.left-side-ad {
    transform: translate(-100%, 0);
    left: -16px;
}

.right-side-ad {
    transform: translate(100%, 0);
    right: -16px;
}

.left-side-ad-new,
.right-side-ad-new {
    position: sticky;
    top: 80px;
    margin: 0 10px;
    height: 100%;
    z-index: 33;
}

.left-side-ad-new {
    /* left:5%; */
}

.right-side-ad-new {
    /* right: 5%; */
}

.home-column-left {
    flex: 1 1 0;
    width: calc(100% - 324px);
}

.home-column-right {
    flex: 324px 0 0;
    width: 324px;
    padding-left: 24px;
}

.home-column-right .ad-block {
    margin: 0 0 16px auto;
}

.homeSwiper,
.homeSwiper2 {
    overflow: hidden;
    position: relative;
}

.homeSwiper .news-block {
    margin-bottom: 0;
    padding: 0;
}

.home-section .homeSwiper .news-block:not(.primary-column) .news-detail .title {
    font-size: var(--font-size-xxs);
    line-height: 1.7;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 4px 0;
}

.homeSwiper .tag-icon + .time {
    font-size: var(--font-size-xxs);
}

.home-banner {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 24px rgb(0 0 0 / 10%);
    margin-bottom: 12px;
}

.banner-news > div {
    display: flex;
}

.banner-news .news-img {
    flex: 66% 0 0;
    width: 66%;
    aspect-ratio: 16/9;
    /* padding-top: 37.15%; */
    padding-top: 0;
    height: auto;
}

.banner-news .news-img > a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.banner-news .news-detail {
    flex: 34% 0 0;
    width: 34%;
}

.banner-news .news-detail {
    padding: 25px 36px;
}

.banner-news .news-detail .title {
    font-size: var(--font-size-xxm);
    font-weight: 600;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    height: 100px;
}

.home-section-new .banner-news .news-detail .des,
.home-section .banner-news .news-detail .des {
    /* height: 120px;
    -webkit-line-clamp: 6; */
    height: auto;
    -webkit-line-clamp: unset;
    line-height: 1.4;
    margin-bottom: 12px;
    font-size: var(--font-size-xs);
}

.homeSwiper2 .swiper-button-prev {
    left: 0;
    height: 64px;
    width: 28px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0px 4px 4px 0px;
}

.homeSwiper2 .swiper-button-next {
    right: 0;
    height: 64px;
    width: 28px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px 0px 0px 4px;
}

.homeSwiper2 .swiper-button-prev:after,
.homeSwiper2 .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
}

.homeSwiper2 .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 4px;
    background: #d9d9d9;
    opacity: 1;
    box-shadow: #0044a1;
}

.homeSwiper2 .swiper-pagination-bullet-active {
    background: var(--theme-color);
}

.rec-block {
    padding: 0 8px;
    margin-bottom: 16px;
    flex: 20% 0 0;
    width: 20%;
}

.rec-block.five-cols {
    flex: 20% 0 0;
    width: 20%;
}

.rec-block.four-cols {
    flex: 25% 0 0;
    width: 25%;
}

.minisite-page .theme-iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* padding:40px 0px; */
}

.minisite-page .footer {
    bottom: unset;
}

.racing-page .racing-menu-logo {
    padding: 5px 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 2px;
}

iframe::-webkit-scrollbar {
    width: 2px;
}

iframe::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border-radius: 4px;
}

@media (min-width: 600px) {
    .home-section-new .banner-news .news-detail .des,
    .home-section .banner-news .news-detail .des {
        line-height: 1.8;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

    .rec-blocks .rec-wrapper .rec-title {
        color: #333333;
        line-height: 140%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

    html.dark .rec-blocks .rec-wrapper .rec-title {
        color: #eeeeee;
    }
}

@media (min-width: 900px) {
    .home-banner {
        height: 324px;
    }

    .homeSwiper2 {
        height: 324px;
    }

    .banner-news .news-detail {
        height: 324px;
    }
}

@media (max-width: 1180px) {
    .homeSwiper .tag-icon + .time {
        /* font-size: 0.556rem; */
        font-size: 0.58rem;
    }
}

/* Home Section -1 */
@media (max-width: 1100px) {
    .theme-section .container-fluid .theme-section1 + .ad-block,
    .home-content .container-fluid .home-section-1 + .ad-block,
    .home-content .container-fluid .cat-layout-1 + .ad-block,
    .home-content .container-fluid .cat-layout-2 + .ad-block {
        margin-bottom: 40px;
    }

    .theme-section,
    .home-section-1 {
        margin-bottom: 16px;
    }

    .theme-section .news-block .title,
    .home-section-1 .news-block .title {
        font-size: var(--font-size-xs);
        height: 38px;
        margin: 4px 0;
    }
    .homeSwiper .tag-icon + .time {
        /* font-size: 0.556rem; */
        font-size: 0.48rem;
    }

    .home-section-new .banner-news .news-detail .des,
    .home-section .banner-news .news-detail .des {
        line-height: 1.6;
        font-size: var(--font-size-xxxs);
        margin-bottom: 8px;
    }

    .home-content .cat-layout-4 .box-news-21 .primary-column {
        width: 100%;
    }

    .home-content .cat-layout-4 .box-news-22,
    .home-content .cat-layout-4 .box-news-23 {
        flex: 67% 0 0;
        display: flex;
        flex-wrap: unset;
    }

    .home-content .box-news-21 .primary-column,
    .home-content .cat-layout-1 .news-block.primary-column {
        flex: 100% 0 0;
        width: 100%;
    }
    .home-content .box-news-22,
    .home-content .box-news-23 {
        flex: 100% 0 0;
        width: 100%;
        display: flex;
    }
    .home-content .box-news-22 .news-block,
    .home-content .box-news-23 .news-block,
    .home-content .cat-layout-1 .news-block {
        width: 50%;
        flex: 50% 0 0;
    }
    .home-content .cat-layout-1 {
        display: flex;
        flex-wrap: wrap;
    }
    .home-content .cat-layout-1 .news-block:not(.primary-column) > div {
        height: auto;
    }

    .home-content .news-block .news-detail .des {
        display: none;
    }

    .box-tv-1 {
        order: 0;
    }
    .box-tv-1 .primary-column,
    .box-tv-1,
    .box-tv-2,
    .box-tv-3 {
        flex: 100% 0 0;
        width: 100%;
    }
    .box-tv-1,
    .box-tv-2,
    .box-tv-3 {
        display: flex;
        flex-wrap: wrap;
    }
    .box-tv-2 .news-block,
    .box-tv-3 .news-block {
        flex: 33.3% 0 0;
        width: 33.3%;
    }
}

/* tablet vertical */
@media (max-width: 1000px) {
    .scroll-div .wrapper {
        display: flex;
    }

    .hit-topic .topic {
        margin: 0px 2px;
    }

    .hit-topic {
        padding-top: 24px;
        align-items: center;
    }

    .hit-topic span {
        margin-top: unset;
    }

    .home-top-section {
        width: 100vw;
        flex-direction: column;
        margin-bottom: 0;
        padding: 0 15px;
    }

    .home-section {
        flex-direction: column;
        margin-bottom: 0;
    }
    .home-column-left,
    .home-column-right {
        width: 100%;
        flex: 1 0 0;
    }
    .home-column-right .ad-block {
        margin: 24px auto;
    }

    .home-column-right {
        display: flex;
    }
    .home-column-right .news-ad {
        flex: 50% 0 0;
        width: 50%;
    }

    .home-content .container-fluid .home-section-1 + .ad-block,
    .home-content .container-fluid .cat-layout-1 + .ad-block,
    .home-content .container-fluid .cat-layout-2 + .ad-block {
        margin-bottom: 24px;
    }
    .home-section-1 {
        margin-bottom: 0;
    }

    .theme-herobanner .news-block,
    .home-section-1 .news-block,
    .plus-news {
        flex: 50% 0 0;
        width: 50%;
    }

    .box-tv-1,
    .box-tv-2,
    .box-tv-3,
    .box-tv-1 .primary-column {
        display: block;
        width: 100%;
    }

    .box-tv-2 .news-block,
    .box-tv-3 .news-block {
        float: left;
        width: 50%;
    }

    .box-tv-3::after {
        content: "";
        display: block;
        clear: both;
    }

    .tv-section-1 {
        width: auto;
        display: block;
    }

    .tv-section-1 .news-block:not(.primary-column) .news-detail .title {
        display: -webkit-box;
        height: 40px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home-content .tabs,
    .home-sec-title {
        margin-top: 8px;
        position: relative;
    }
    .home-content .tabs::before,
    .home-sec-title::before {
        content: "";
        height: 4px;
        width: 100vw;
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translate(-50%, 0);
        background: rgb(214, 13, 13);
        background: linear-gradient(
            90deg,
            rgba(214, 13, 13, 1) 0%,
            rgba(214, 13, 13, 1) 49.8%,
            rgba(252, 252, 252, 1) 49.8%,
            rgba(252, 252, 252, 1) 50.1%,
            rgba(0, 68, 161, 1) 50.1%,
            rgba(0, 68, 161, 1) 100%
        );
    }

    .plus-bg .home-sec-title,
    .tv-bg .home-sec-title {
        margin-top: 0;
    }
    .plus-bg .home-sec-title::before,
    .tv-bg .home-sec-title::before {
        display: none;
    }

    .home-page main {
        padding-bottom: 80px;
    }

    .home-content .ad-block {
        max-width: 100%;
    }
}

/* Home Section & Home Section -1 */
@media (max-width: 700px) {
    .container-fluid-oversize {
        justify-content: unset;
    }

    .home-page main {
        padding-bottom: 230px;
    }
    .home-content {
        padding: 16px 0 0 0;
    }

    .home-top-section {
        width: 100vw;
        display: flex;
        flex-direction: column;
    }

    .home-section-1,
    .home-content .cat-layout-1,
    .home-content .cat-layout-2,
    .home-content .box-news-21,
    .home-content .box-news-22,
    .home-content .box-news-23 {
        display: block;
    }

    .home-section-new,
    .home-section,
    .home-section-1 .news-block:nth-child(1),
    .home-content .cat-layout-1 .news-block.primary-column,
    .home-content .cat-layout-2 .news-block.primary-column,
    .box-tv-1 .primary-column {
        width: 100vw;
        margin-left: 50%;
        transform: translate(-50%, 0);
        padding-left: 0;
        padding-right: 0;
    }
    .home-section-1 .news-block:nth-child(1) .news-detail,
    .home-content .cat-layout-1 .news-block.primary-column .news-detail,
    .home-content .cat-layout-2 .news-block.primary-column .news-detail,
    .box-tv-1 .primary-column .news-detail {
        padding-left: 15px;
        padding-right: 15px;
    }

    .theme-section .news-block,
    .banner-news .news-img,
    .banner-news .news-img.video-container,
    .banner-news .news-detail,
    .home-content .box-news-22 .news-block,
    .home-content .box-news-23 .news-block,
    .home-content .cat-layout-1 .news-block,
    .home-column-right .news-ad,
    .home-section-1 .news-block,
    .plus-news,
    .box-tv-2 .news-block,
    .box-tv-3 .news-block {
        flex: 1 0 0;
        width: 100%;
    }
    .home-content .box-news-22 .news-block,
    .home-content .box-news-23 .news-block,
    .home-content .cat-layout-1 .news-block {
        padding-left: 0;
        padding-right: 0;
    }

    .home-content .box-news-22 .news-ad > div,
    .home-content .box-news-23 .news-ad > div,
    .home-content .cat-layout-1 .news-ad > div,
    .home-content .cat-layout-2 .news-ad > div {
        min-height: 250px;
        margin: 5px 0;
        background: var(--footer-bg);
    }

    .home-content .cat-layout-1,
    .home-content .cat-layout-2,
    .home-content .cat-layout-4 {
        margin-left: 0;
        margin-right: 0;
    }

    .trash span {
        display: none;
    }

    .home-banner {
        box-shadow: none;
        margin-bottom: 2px;
    }
    .banner-news > div {
        flex-direction: column;
    }
    .home-thumbs {
        display: none;
    }
    .news-detail .title {
        height: 100%;
        display: block;
    }
    .banner-news .news-detail .title {
        font-size: var(--font-size);
        height: 50px;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        line-height: 1.6;
        display: -webkit-inline-box;
        width: 100%;
    }

    .home-section-new .banner-news .news-detail .des,
    .home-section .banner-news .news-detail .des {
        display: none;
    }
    .banner-news .news-img,
    .banner-news .news-img.video-container {
        flex: 56.25vw 0 0;
    }
    .homeSwiper2 .swiper-button-next,
    .homeSwiper2 .swiper-button-prev {
        display: none;
    }
    .homeSwiper2.swiper-container-horizontal > .swiper-pagination-bullets {
        top: 49vw;
        bottom: auto;
    }
    .swiper-pagination-num {
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 15px;
        padding: 2px 8px;
        border-radius: 16px;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        color: #fff;
        font-size: 12px;
        line-height: 1.4;
    }
    .home-column-right {
        flex-direction: column;
        padding-left: unset;
    }
    .home-column-right .ad-block {
        margin: 10px auto;
    }

    .primary-column .news-detail .title {
        height: auto;
        display: block;
        font-size: var(--font-size);
    }

    .home-section-1 .news-block .title,
    .tv-section-1 .news-block:not(.primary-column) .news-detail .title {
        font-size: var(--font-size);
        height: auto;
        display: block;
    }

    .tv-bg {
        padding-bottom: 0;
        margin-bottom: 32px;
    }

    .tv-section-1 .primary-column .title {
        font-size: var(--font-size);
    }

    .plus-section-1 {
        flex-direction: column;
    }

    .plus-bg {
        padding: 20px 0 0 0;
        margin-bottom: 32px;
    }

    .app-box {
        display: inline-block;
    }

    .appopen {
        display: block;
        background: rgba(0, 0, 0, 0.5);
        filter: brightness(50%);
    }

    .minisite-page .home-content {
        margin-top: 40px;
    }

    .racing-page .racing-menu-logo {
        padding: 5px 10px 5px 0px;
    }
}

/* Home Section */
@media (max-width: 1200px) {
    .home-top-section {
        width: calc(100vw - 36px);
        /* margin:auto; */
    }

    .recommend-section {
        width: calc(100vw - 36px);
    }

    .rec-blocks {
        /* width:unset; */
        width: calc(100vw - 36px);
        margin: auto;
    }
}

@media (max-width: 1000px) {
    .recommend-section {
        width: calc(100vw - 36px);
        margin-left: 50%;
        transform: translate(-50%, 0);
        padding-left: 0;
        padding-right: 0;
        background-color: var(--section-bg);
        padding: 20px 0;
        height: unset;
    }

    .rec-block.four-cols,
    .rec-block.five-cols {
        flex: 20% 0 0;
        width: 20%;
    }
}

/* Home Page TV Section -- START */
@media (max-width: 800px) {
    .home-top-section {
        width: 100vw;
        /* flex-direction: column; */
        margin-bottom: 0;
        padding: unset;
    }

    .home-banner,
    .home-banner .news-img {
        border-radius: unset;
    }

    .home-content .cat-layout-4 {
        display: inline-block;
        width: 100%;
    }

    .home-content .cat-layout-4 .box-news-21,
    .home-content .cat-layout-4 .box-news-22,
    .home-content .cat-layout-4 .box-news-23 {
        flex: 100% 0 0;
        width: 100%;
        display: block;
        flex-wrap: wrap;
    }

    .home-content .cat-layout-4 .box-news-22 .news-block,
    .home-content .cat-layout-4 .box-news-23 .news-block,
    .home-content .cat-layout-4 .cat-layout-1 .news-block {
        width: 50%;
        float: left;
    }
}

@media (max-width: 700px) {
    .home-content .cat-layout-4 {
        display: unset;
    }
    .home-content .cat-layout-4 .box-news-22,
    .home-content .cat-layout-4 .box-news-23 {
        flex: 100% 0 0;
        width: 100%;
        display: unset;
        flex-wrap: wrap;
    }
    .home-content .cat-layout-4 .box-news-22 .news-block,
    .home-content .cat-layout-4 .box-news-23 .news-block,
    .home-content .cat-layout-4 .cat-layout-1 .news-block {
        width: unset;
        float: unset;
    }
}

@media (min-width: 500px) and (max-width: 700px) {
    .home-section-1 .news-block:nth-child(1) .news-detail,
    .home-content .cat-layout-1 .news-block.primary-column .news-detail,
    .home-content .cat-layout-2 .news-block.primary-column .news-detail,
    .box-tv-1 .primary-column .news-detail {
        padding-left: 22px;
        padding-right: 22px;
    }
}

/* Home Page TV Section -- END */

/* tablet horizontal */
@media (max-width: 1240px) {
    .banner-news .news-detail {
        padding: 8px 23px;
    }

    p iframe {
        width: 100%;
    }
}
/* Home Page Related - END */

/* Home Page Recommend Section */
.recommend-title,
.home-sec-title {
    font-size: var(--font-size-m);
    margin-bottom: 12px;
    position: relative;
}

.recommend-title {
    /* margin-top: 12px; */
    font-weight: 500 !important;
    font-size: 20px !important;
    margin-bottom: 8px !important;
}

.rec-blocks {
    display: flex;
    width: 100%;
}

.rec-wrapper {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
    align-items: center;
    /* clip-path: inset(0 -100vmax); */
}

.rec-title {
    font-size: var(--font-size-xs);
    line-height: 1.3;
    margin-top: 4px;
    color: var(--title-color);
}
/* Home Page Recommend Section -- END */

/* Home Page TV Section  */

.tv-bg {
    padding: 40px 0 20px 0;
    background-color: var(--tv-bg);
    color: var(--tv-text);
}

.tv-bg .link-more,
.tv-bg .link-more:active,
.tv-bg .link-more:focus,
.tv-bg .link-more:visited,
.tv-bg .link-more:hover {
    color: #b0b0b0;
}

.tv-section-1 {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
}

.box-tv-1 {
    display: flex;
    order: 1;
    flex: 1 1 0;
    width: calc(100% - 218px);
}

.box-tv-1 .primary-column {
    flex: 1 1 0;
    width: calc(100% - 218px);
}

.box-tv-3 {
    flex: 218px 0 0;
    width: 218px;
}

.box-tv-2 {
    flex: 218px 0 0;
    width: 218px;
}

.tv-section-1 .news-block {
    margin-bottom: 20px;
}

.tv-section-1 .news-detail .title {
    font-size: var(--font-size-xs);
    font-weight: 500;
    margin: 4px 0;
}

.tv-section-1 .primary-column .title {
    font-size: var(--font-size-xxm);
    font-weight: 500;
    margin: 8px 0;
}
/* Home Page TV Section -- END */

/* Home Page Plus Section -- START */

.plus-bg {
    background-color: var(--section-bg);
    padding: 40px 0 24px 0;
}

.plus-section-1 {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
}

.plus-news {
    flex: 33.3% 0 0;
    width: 33.3%;
    padding: 0 8px;
}

.plus-box {
    background-color: var(--menu-tab-bg);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.plus-news .news-img {
    border-radius: 0;
}

.plus-news .news-detail {
    padding: 0 8px;
}

.plus-news .news-detail .title {
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.writer-info {
    display: flex;
    margin: 8px;
    padding-top: 8px;
    padding-bottom: 4px;
    border-top: 1px solid var(--hr-color);
    align-items: center;
}

.w-icon {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.w-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.w-detail {
    flex: 1 1 0;
    width: calc(100% - 56px);
    padding-left: 12px;
}

.w-name {
    font-weight: 600;
    font-size: var(--font-size-s);
    line-height: 1.375;
    margin-bottom: 4px;
}

.w-des {
    font-size: var(--font-size-xxs);
    font-weight: 400;
    line-height: 1.5;
    color: var(--des-color);
}

.swiper-pagination-num {
    display: none;
}

.tag-time-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

/* Home Page Plus Section -- END */

/* Video Block Related -- START */

@media (min-width: 800px) and (max-width: 1100px) {
    .video-play {
        position: absolute;
        height: 56px;
        width: 56px;
        border-radius: 50%;
        background-image: url("/sthl/assets/icons/icon_play.svg");
        top: 50%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .news-img .video-time {
        display: inline-block;
        position: absolute;
        bottom: 8px;
        line-height: 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        right: 20px;
        font-size: var(--font-size-xxs);
        padding: 0 8px;
        border-radius: 4px;
    }
}

@media (min-width: 1100px) {
    .video-controls {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
    }
    .video-play {
        position: absolute;
        height: 56px;
        width: 56px;
        border-radius: 50%;
        background-image: url("/sthl/assets/icons/icon_play.svg");
        top: 50%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    /* .self-author-page .video-play,
    .column-layout .video-play{
        top: 15%;
        left: 50%;
        transform: translate(-15%,-50%);
    } */

    .self-author-page .video-time,
    .column-layout .video-time {
        display: inline-block;
        position: absolute;
        top: 90px;
        line-height: 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        right: 20px;
        font-size: var(--font-size-xxs);
        padding: 0 8px;
        border-radius: 4px;
        right: 8px;
    }

    .live-ing {
        position: absolute;
        height: 30px;
        width: 90px;
        border-radius: 4px;
        background-image: url("/sthl/assets/icons/liveing.svg");
        top: 7%;
        left: 8%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .news-img .live-ing {
        position: absolute;
        height: 30px;
        width: 90px;
        border-radius: 4px;
        background-image: url("/sthl/assets/icons/liveing.svg");
        top: 25px;
        left: 55px;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .live-end {
        position: absolute;
        cursor: pointer;
        height: 80px;
        width: 80px;
        background-image: url("/sthl/assets/icons/livevector.svg");
        top: 50%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .main-column.news-block .news-img::after {
        content: "";
        display: inline-block;
        height: 100px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.8) 18.75%,
            rgba(0, 0, 0, 0) 100%
        );
    }
    /* .video-play:hover{
        opacity: 1;
    } */
    .main-column.news-block > div {
        position: relative;
    }
    .main-column.news-block .news-detail {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 12px 0;
        color: #fff;
    }
    .main-column.news-block .news-detail .tag-icon + .time {
        color: #fff;
    }

    .news-img.video-container .video-time {
        display: inline-block;
        position: absolute;
        bottom: 8px;
        line-height: 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        right: 20px;
        font-size: var(--font-size-xxs);
        padding: 0 8px;
        border-radius: 4px;
    }

    .news-img .video-time {
        display: inline-block;
        position: absolute;
        bottom: 8px;
        line-height: 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        right: 20px;
        font-size: var(--font-size-xxs);
        padding: 0 8px;
        border-radius: 4px;
    }

    .hit-img .video-time {
        display: inline-block;
        position: absolute;
        bottom: 4px;
        right: 5px;
        line-height: 15.6px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: var(--font-size-xxs);
        padding: 4px 8px;
        border-radius: 4px;
    }

    .hit-img .live-ing {
        position: absolute;
        height: 20px;
        width: 60px;
        border-radius: 4px;
        background-image: url("/sthl/assets/icons/liveing.svg");
        top: 17px;
        left: 35px;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .s_re-img .video-time {
        display: inline-block;
        position: absolute;
        bottom: 8px;
        line-height: 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        right: 20px;
        font-size: var(--font-size-xxs);
        padding: 0 8px;
        border-radius: 4px;
    }

    .banner-news .news-img .video-time {
        bottom: 24px;
    }

    .swiper-slide .news-block:not(.primary-column) .news-img .live-ing {
        width: 68px;
        top: 15%;
        left: 40px;
    }

    .swiper-slide .news-block:not(.primary-column) .video-play,
    .hit-img .video-play {
        width: 33.1px;
    }
}

@media (max-width: 800px) {
    .s_re-img .video-play {
        position: absolute;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        background-image: url("/sthl/assets/icons/icon_play.svg");
        top: 50%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .news-img .video-play {
        position: absolute;
        height: 56px;
        width: 56px;
        border-radius: 50%;
        background-image: url("/sthl/assets/icons/icon_play.svg");
        top: 50%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .news-img .video-time {
        display: inline-block;
        position: absolute;
        bottom: 8px;
        line-height: 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        right: 20px;
        font-size: var(--font-size-xxs);
        padding: 0 8px;
        border-radius: 4px;
    }

    .s_re-img .video-time {
        display: inline-block;
        position: absolute;
        bottom: 4px;
        line-height: 15.6px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        right: 5px;
        font-size: var(--font-size-xxs);
        padding: 0 4px;
        border-radius: 4px;
    }
}

@media (min-width: 900px) and (max-width: 1100px) {
    .video-play {
        position: absolute;
        height: 56px;
        width: 56px;
        border-radius: 50%;
        background-image: url(/sthl/assets/icons/icon_play.svg);
        top: 50%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    /* .self-author-page .video-play,
    .column-layout .video-play {
        top: 15%;
        left: 50%;
        transform: translate(-15%,-50%);
    } */

    .self-author-page .video-time,
    .column-layout .video-time {
        display: inline-block;
        position: absolute;
        top: 90px;
        line-height: 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        right: 20px;
        font-size: var(--font-size-xxs);
        padding: 0 8px;
        border-radius: 4px;
    }

    .hit-img .video-time {
        display: inline-block;
        position: absolute;
        bottom: 4px;
        right: 5px;
        line-height: 15.6px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: var(--font-size-xxs);
        padding: 4px 8px;
        border-radius: 4px;
    }

    .live-ing {
        position: absolute;
        height: 30px;
        width: 90px;
        border-radius: 4px;
        background-image: url("/sthl/assets/icons/liveing.svg");
        top: 8%;
        left: 10%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .news-img .live-ing {
        position: absolute;
        height: 30px;
        width: 90px;
        border-radius: 4px;
        background-image: url("/sthl/assets/icons/liveing.svg");
        top: 25px;
        left: 55px;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .live-end {
        position: absolute;
        cursor: pointer;
        height: 60px;
        width: 60px;
        background-image: url("/sthl/assets/icons/livevector.svg");
        top: 50%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
/* Video Block Related -- END */

/* Related Articles -- START */
@media (max-width: 1240px) {
    .related-articles .news-list {
        padding: 0;
    }
}
/* Related Articles -- END */

/* ALL Layout Listing -- START */
/* tablet horizontal */
@media (max-width: 1100px) {
    .cat-layout-1 .news-block:nth-child(2),
    .cat-layout-1 .news-block:nth-child(3),
    .cat-layout-1 .news-block:nth-child(4),
    .cat-layout-1 .news-block:nth-child(5) {
        width: 33.3%;
    }
    .cat-layout-1 .news-block:nth-child(2) > div,
    .cat-layout-1 .news-block:nth-child(3) > div {
        height: 270px;
    }
    .cat-layout-1 .news-block:nth-child(4) > div,
    .cat-layout-1 .news-block:nth-child(5) > div {
        height: auto;
    }
    .cat-layout-1 .primary-column {
        width: 66.6%;
    }
    .cat-layout-1 .news-block.news-ad > div,
    .cat-layout-1 .news-block:not(.primary-column) > div {
        height: 280px;
    }

    .box-news-21 {
        order: -2;
        width: 100%;
    }
    .box-news-21 .primary-column {
        width: 66.6%;
    }
    .box-news-22 {
        flex: 33.3% 0 0;
        width: 33.3%;
    }
    .box-news-23 {
        order: -1;
        flex: 66.6% 0 0;
        width: 66.6%;
        display: flex;
    }
    .box-news-23 {
        display: inline-flex;
        flex-wrap: wrap;
    }
    .box-news-23 .news-block {
        width: 50%;
        flex: 50% 0 0;
    }
    .cat-layout .news-detail .des {
        font-size: var(--font-size-xs);
        height: 50px;
        -webkit-line-clamp: 2;
    }

    .main-column.news-block {
        margin-bottom: 24px;
    }
    .main-column.news-block .news-detail .title {
        font-size: var(--font-size-m);
        line-height: 1.4;
    }
}

/* tablet vertical */
@media (max-width: 1000px) {
    .rec-img img {
        aspect-ratio: 16/9;
    }

    .rec-wrapper {
        flex-wrap: nowrap;
        min-width: 1200px;
    }

    .rec-blocks {
        overflow: auto;
        width: 100%;
    }

    .cat-layout-1,
    .cat-layout-1b {
        display: flex;
        flex-wrap: wrap;
    }
    .cat-layout .news-detail .des {
        display: none;
    }
    .cat-layout .news-block,
    .box-news-22 .news-block,
    .box-news-23 .news-block,
    .cat-layout-1 .news-block:nth-child(2),
    .cat-layout-1 .news-block:nth-child(3),
    .cat-layout-1 .news-block:nth-child(4),
    .cat-layout-1 .news-block:nth-child(5) {
        width: 50%;
        flex: 50% 0 0;
    }
    .cat-layout-1 .news-block:nth-child(2) > div,
    .cat-layout-1 .news-block:nth-child(3) > div,
    .cat-layout-1 .news-block:nth-child(4) > div,
    .cat-layout-1 .news-block:nth-child(5) > div {
        height: auto;
    }
    .cat-layout-1 .primary-column {
        width: 100%;
        flex: 100% 0 0;
    }
    .cat-layout-1 .news-block.news-ad:nth-child(2) > div,
    .cat-layout-1 .news-block.news-ad:nth-child(3) > div,
    .cat-layout-1 .news-block.news-ad:nth-child(4) > div,
    .cat-layout-1 .news-block.news-ad:nth-child(5) > div,
    .cat-layout-1b .news-block.news-ad > div,
    .cat-layout-1 .news-block.news-ad > div,
    .cat-layout-1 .news-block:not(.primary-column) > div {
        height: 100%;
    }

    .box-news-21 .primary-column,
    .box-news-22,
    .box-news-23 {
        width: 100%;
        flex: 100% 0 0;
    }
    .box-news-22 {
        display: flex;
        flex-wrap: wrap;
    }

    .main-column .news-img.video-container,
    .main-column.news-block .news-img {
        padding-top: 56.25%;
        height: 0;
    }

    .cat-page .cat-section {
        margin-top: unset;
        padding: unset;
    }

    .cat-page .cat-section,
    .filter-tabs {
        top: 44px;
    }
}

@media (max-width: 700px) {
    .cat-section #ad-billborad > .ad-block {
        width: calc(100% - 30px) !important;
        margin-left: 15px;
    }
    .cat-section #ad-billborad > .ad-block img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .news-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cat-layout .news-block,
    .box-news-22 .news-block,
    .box-news-23 .news-block,
    .cat-layout-1 .news-block:nth-child(2),
    .cat-layout-1 .news-block:nth-child(3),
    .cat-layout-1 .news-block:nth-child(4),
    .cat-layout-1 .news-block:nth-child(5),
    .cat-layout-3 .news-block {
        width: 100%;
        flex: 100% 0 0;
    }
    .cat-layout-1 .news-block.news-ad:nth-child(2) > div,
    .cat-layout-1 .news-block.news-ad:nth-child(3) > div,
    .cat-layout-1 .news-block.news-ad:nth-child(4) > div,
    .cat-layout-1 .news-block.news-ad:nth-child(5) > div,
    .news-block.news-ad > div {
        min-height: 250px;
        margin: 5px 0;
        background: unset;
    }

    .news-block.news-ad > div[id^="leaderboard"] {
        height: auto;
        margin: 5px 0;
        background: none;
        min-height: auto;
    }

    .cat-layout .news-block:not(.primary-column) .news-detail .title {
        /* height: 45px; */
        height: auto;
        display: block;
    }
    .main-column.news-block .news-detail .title {
        font-size: var(--font-size);
        line-height: 1.3;
    }

    .static-tabs,
    .filter-tabs {
        top: 42px;
    }
}
/* ALL Layout Listing -- START */

/* Article Page Related -- START */

.main-body {
    padding: 24px 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb ol {
    padding: 0;
    margin-bottom: 4px;
    font-size: var(--font-size-xs);
}

.breadcrumb li {
    display: inline-block;
    word-break: keep-all;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb li:nth-child(1)::before {
    content: "";
}

.breadcrumb li::before {
    content: " > ";
}

.breadcrumb li a {
    color: inherit;
}

.key-image {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.key-image > * {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.article-content {
    padding: 6px 30px;
    /* SWFE/806 Changed from 12px to 6px */
}

@media (max-width: 1240px) {
    .article-content {
        padding: 6px 0;
        /* SWFE/806 Changed from 12px to 6px */
    }
}

.main-column::after {
    content: "";
    display: block;
    clear: both;
}

.main-column > article {
    float: left;
    width: calc(100% - 324px);
    margin-right: 24px;
    font-size: 1rem;
    overflow-wrap: break-word;
}

.fz-xs .main-column > article {
    font-size: 0.74rem;
}

.fz-xs .main-column > article h1 {
    font-size: calc(var(--h1-font-size) * 0.74);
}
.fz-xs .main-column > article h2 {
    font-size: calc(var(--h2-font-size) * 0.74);
}
.fz-xs .main-column > article h3 {
    font-size: calc(var(--h3-font-size) * 0.74);
}
.fz-xs .main-column > article h4 {
    font-size: calc(var(--h4-font-size) * 0.74);
}
.fz-xs .main-column > article h5 {
    font-size: calc(var(--h5-font-size) * 0.74);
}
.fz-xs .main-column > article h6 {
    font-size: calc(var(--h6-font-size) * 0.74);
}

.fz-s .main-column > article {
    font-size: 0.84rem;
}

.fz-s .main-column > article h1 {
    font-size: calc(var(--h1-font-size) * 0.84);
}
.fz-s .main-column > article h2 {
    font-size: calc(var(--h2-font-size) * 0.84);
}
.fz-s .main-column > article h3 {
    font-size: calc(var(--h3-font-size) * 0.84);
}
.fz-s .main-column > article h4 {
    font-size: calc(var(--h4-font-size) * 0.84);
}
.fz-s .main-column > article h5 {
    font-size: calc(var(--h5-font-size) * 0.84);
}
.fz-s .main-column > article h6 {
    font-size: calc(var(--h6-font-size) * 0.84);
}

.fz-l .main-column > article {
    font-size: 1.24rem;
}

.fz-l .main-column > article h1 {
    font-size: calc(var(--h1-font-size) * 1.24);
}
.fz-l .main-column > article h2 {
    font-size: calc(var(--h2-font-size) * 1.24);
}
.fz-l .main-column > article h3 {
    font-size: calc(var(--h3-font-size) * 1.24);
}
.fz-l .main-column > article h4 {
    font-size: calc(var(--h4-font-size) * 1.24);
}
.fz-l .main-column > article h5 {
    font-size: calc(var(--h5-font-size) * 1.24);
}
.fz-l .main-column > article h6 {
    font-size: calc(var(--h6-font-size) * 1.24);
}

.fz-xl .main-column > article {
    font-size: 1.34rem;
}

.fz-xl .main-column > article h1 {
    font-size: calc(var(--h1-font-size) * 1.34);
}
.fz-xl .main-column > article h2 {
    font-size: calc(var(--h2-font-size) * 1.34);
}
.fz-xl .main-column > article h3 {
    font-size: calc(var(--h3-font-size) * 1.34);
}
.fz-xl .main-column > article h4 {
    font-size: calc(var(--h4-font-size) * 1.34);
}
.fz-xl .main-column > article h5 {
    font-size: calc(var(--h5-font-size) * 1.34);
}
.fz-xl .main-column > article h6 {
    font-size: calc(var(--h6-font-size) * 1.34);
}

.main-column .hit {
    float: left;
    width: 300px;
    vertical-align: top;
}

.video-main .hit {
    float: left;
    vertical-align: top;
}

/* .content-body {
    margin: 18px 0;
    align-items: center;
    text-align: justify;
    word-wrap:break-word;
    line-break: anywhere;
}

.content-body img {
    width: 100%;
} */

.content-body {
    margin: 18px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6,
.content-body [id^="gallery-"] {
    width: 100%;
    align-self: center;
}

.content-body img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content-body p {
    text-align: left;
    word-wrap: break-word;
    width: 100%;
}

.content-body #ad-1x1b,
.content-body #ad-1x1b-m {
    width: 100%;
}
/* .content-body div {
    width: 100%;

    align-items: center;
  } */
.content-body ul,
.content-body ol,
.content-body ul li,
.content-body ol li {
    text-align: left;
    width: 100%;
}

article img {
    width: 100%;
}

article .accordion-body img {
    width: unset;
    max-width: 100%;
}

.article-title {
    font-size: var(--font-size-xl);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.article-des {
    border-bottom: 1px var(--section-bg) solid;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.article-des .time::after {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    background-image: url("/sthl/assets/icons/icon_pick-down.svg");
    transform: translate(0, 3px);
    margin-left: 8px;
}

html.dark .article-des .time::after {
    background-image: url("/sthl/assets/icons/icon_pick-down_dark.svg");
}

.article-des .time.more::after {
    display: inline-block;
    height: 18px;
    width: 18px;
    background-image: url("/sthl/assets/icons/icon_pick-up.svg");
    transform: translate(0, 3px);
    margin-left: 8px;
}

html.dark .article-des .time.more::after {
    background-image: url("/sthl/assets/icons/icon_pick-up_dark.svg");
}

.share-tool {
    float: right;
    margin: 0;
}

.tools-break {
    display: inline-block;
    margin: 0 12px;
    width: 1px;
    height: 28px;
    background: var(--hr-color);
    vertical-align: middle;
}

.share-icon,
.tool-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
    user-select: none;
    margin-left: 8px;
    margin-bottom: 8px;
}

.tool-icon {
    cursor: pointer;
    background-color: var(--footer-bg);
}

.tool-icon span {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-size: 18px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.disable.tool-icon span {
    opacity: 0.3;
}
.fz-increase span {
    background-image: url("/sthl/assets/icons/toolbar_fontsize1.svg");
}
.fz-reduction span {
    background-image: url("/sthl/assets/icons/toolbar_fontsize2.svg");
}
.print span {
    background-image: url("/sthl/assets/icons/toolbar_print.svg");
}
.dark .fz-increase span {
    background-image: url("/sthl/assets/icons/toolbar_fontsize1_dark.svg");
}
.dark .fz-reduction span {
    background-image: url("/sthl/assets/icons/toolbar_fontsize2_dark.svg");
}
.dark .print span {
    background-image: url("/sthl/assets/icons/toolbar_print_dark.svg");
}

.article-content .menu-hr {
    margin-top: 60px;
}

article > h1 {
    font-size: 1.56em;
    font-weight: 500;
    line-height: 1.4;
}

article > h2 {
    font-size: 1.33em;
    font-weight: 500;
    line-height: 1.4;
}

article > h3 {
    font-size: 1.11em;
    font-weight: 500;
    line-height: 1.8;
}

article > h4 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.78;
}

article > h5 {
    font-size: 0.94em;
    font-weight: 500;
    line-height: 1.76;
}

article > h6 {
    font-size: 0.88em;
    font-weight: 500;
    line-height: 1.8;
}

article > .ad-block {
    margin-bottom: 16px;
}

article > p {
    margin-bottom: 24px;
    line-height: 1.8;
    font-size: 1em;
}

article > ul,
article > ol {
    font-weight: 300;
    font-size: 0.88em;
    line-height: 1.8;
    padding-left: 18px;
}

article del {
    font-weight: 400;
    line-height: 1.8;
    font-size: 1em;
}

article b {
    font-weight: 600;
}

article sup,
article sub {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 3px;
}

article > blockquote {
    margin-bottom: 24px;
    line-height: 1.8;
    font-size: 1em;
    padding-left: 10px;
    position: relative;
}

article > blockquote::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    background-color: var(--border-color);
}

article .img_caption {
    color: var(--img-caption-color);
    font-size: var(--font-size-tb);
    line-height: 1.6;
    margin-bottom: 24px;
}

article table {
    overflow: auto;
    margin-bottom: 50px;
    min-width: 100%;
    text-align: center;
    table-layout: fixed;
    width: 100% !important;
}

table caption {
    display: inline-block;
    width: 100%;
}
table {
    display: block;
    overflow: auto;
}
table tbody {
    display: table;
    min-width: 100%;
}

article table tbody,
article th,
article td {
    border: 1px solid var(--table-border-color);
    border-collapse: collapse;
}
.table-title,
table caption {
    font-size: 1.11em;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 8px;
    caption-side: top;
}
article th {
    padding: 8px 20px 10px 20px;
    font-size: 1.11em;
    line-height: 1.8;
}
article td {
    padding: 10px 20px 12px 20px;
    font-size: 1em;
    line-height: 1.8;
    word-break: keep-all;
}

article figure {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    section figure {
        margin-bottom: 8px;
    }
}

article figcaption {
    font-size: 0.88em;
    line-height: 1.4;
    margin-top: 4px;
    color: var(--des-color);
    margin-bottom: 0.8em;
}

.img-block {
    display: inline-block;
    position: relative;
}

.img-more {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s;
    font-size: 56px;
    color: #fff;
    cursor: pointer;
}

.img-more:hover {
    background: rgba(0, 0, 0, 0.3);
}

.imgs-5 .img-div {
    padding-top: 75%;
    overflow: hidden;
    position: relative;
}
.imgs-5 .img-div img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}

.imgs-5 .img-block:nth-child(1) {
    width: 50%;
    flex: 50% 0 0;
    padding: 0 2px 4px 0;
}

.imgs-5 .img-block:nth-child(2) {
    width: 50%;
    flex: 50% 0 0;
    padding: 0 0 4px 2px;
}

.imgs-5 .img-block:nth-child(3) {
    width: 33.3%;
    flex: 33.3% 0 0;
    padding: 0 2px 0 0;
}

.imgs-5 .img-block:nth-child(4) {
    width: 33.3%;
    flex: 33.3% 0 0;
    padding: 0 2px 0 0;
}

.imgs-5 .img-block:nth-child(5) {
    width: 33.3%;
    flex: 33.3% 0 0;
    padding: 0 0 0 2px;
}

.imgs-5 .img-block:nth-child(n + 6) {
    display: none;
}

.imgs-4 .img-block:nth-child(1) {
    width: 50%;
    flex: 50% 0 0;
    padding: 0 2px 4px 0;
}

.imgs-4 .img-block:nth-child(2) {
    width: 50%;
    flex: 50% 0 0;
    padding: 0 0 4px 2px;
}

.imgs-4 .img-block:nth-child(3) {
    width: 50%;
    flex: 50% 0 0;
    padding: 0 2px 4px 0;
}

.imgs-4 .img-block:nth-child(4) {
    width: 50%;
    flex: 50% 0 0;
    padding: 0 0 4px 2px;
}

.imgs-2 .img-block:nth-child(1) {
    width: 50%;
    flex: 50% 0 0;
    padding: 0 30px 0 0;
}

.imgs-2 .img-block:nth-child(2) {
    width: 50%;
    flex: 50% 0 0;
    padding: 0 0 0 30px;
}

.imgs-2-column {
    flex-direction: column;
}

.imgs-2-column img {
    width: auto;
    max-width: 100%;
}

.video-container {
    position: relative;
    margin-bottom: 50px;
}
.video-container.youtube {
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container video {
    position: relative;
    width: 100%;
}

.audio-container {
    padding-bottom: 50px;
}

.share-box {
    text-align: center;
    margin: 26px 0 0 0;  
    /* margin: 40px 0;     SWFE/806  Change to 26px */
}

.share-box .share-icon {
    margin: 0 8px;
    overflow: visible;
}

@media (max-width: 450px) {
    .share-box .share-icon {
        margin: 0 3.9%;
    }
}

@media (max-width: 650px) {
    .live-ing {
        top: 10%;
        left: 13%;
    }
}

@media (max-width: 768px) {
    .imgs-2 .img-block:nth-child(1) {
        width: 100%;
        flex: 100% 0 0;
        padding: 0 0 0 0;
        margin-bottom: 24px;
    }

    .imgs-2 .img-block:nth-child(2) {
        width: 100%;
        flex: 100% 0 0;
        padding: 0 0 0 0;
    }

    .share-tool::before {
        content: "";
        display: inline-block;
        height: 24px;
        width: 24px;
        background-image: url("/sthl/assets/icons/icon_more2.svg");
    }

    html.dark .share-tool::before {
        background-image: url("/sthl/assets/icons/icon_more2_dark.svg");
    }

    .share-tool {
        z-index: 1;
        position: relative;
    }

    .share-tool > .share-icon,
    .share-tool > .tools-break,
    .share-tool > .tool-icon {
        display: none;
    }

    .share-box {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 50px;
        width: 100%;
        /* SWFE/806 Change from 20px to 9px */
        margin: 9px 0 0 0;
        padding: 7px;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(1.5px);
        z-index: 10;
        display: inline-block;
        text-align: justfy;
    }

    html.dark .share-box {
        background: rgba(0, 0, 0, 0.8);
    }

    .share-box .share-icon {
        margin: 0 3.9%;
    }

    .share-box .share-icon a img {
        vertical-align: baseline;
        width: 36px;
        height: 36px;
    }
    .share-tool .mob-tools {
        display: flex !important;
        position: absolute;
        width: 227px;
        height: 64px;
        box-shadow: 0px 4px 20px 0px #00000033;
        top: 36px;
        right: 0;
        background-color: var(--tools-bg);
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
    }
    .more.share-tool .mob-tools {
        opacity: 1;
        pointer-events: auto;
    }
    .mob-tools > span {
        flex: 1 1 0;
        margin-left: 16px;
    }
    .mob-tools .tool-icon {
        flex: 0 0 28px;
        margin: 0 16px;
        position: relative;
        overflow: visible;
    }
    .mob-tools .tool-icon:last-child::before {
        display: inline-block;
        content: "";
        height: 100%;
        width: 1px;
        background-color: var(--footer-bg);
        position: absolute;
        left: -16px;
        top: 0;
    }

    .ad-block.show-in-mobile {
        display: block !important;
    }

    .ad-block.show-in-mobile div,
    .ad-block.show-in-mobile iframe {
        max-width: 100% !important;
    }

    .ad-block.show-in-desktop {
        display: none !important;
    }

    .img-more {
        font-size: 24px;
    }
}

@media print {
    .nav-main {
        position: relative;
        box-shadow: none;
    }
    .nav-btn,
    .open-app,
    footer,
    .ad-block:not(.print-keep),
    .related-articles,
    .share-box,
    .hit,
    .img-more,
    .share-tool {
        display: none;
    }
    header + section {
        margin-top: 0;
    }
    .tag-icon {
        box-shadow: inset 0px 0px 60px #ff5a99;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    h1 + p,
    h2 + p,
    h3 + p {
        page-break-before: avoid;
    }
    a {
        page-break-inside: avoid;
    }
    img,
    figure {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    table,
    blockquote {
        page-break-inside: avoid;
    }
    ul,
    ol,
    dl {
        page-break-before: avoid;
    }

    .video-container,
    .audio-container {
        display: none;
    }

    .article-content:not(._print) {
        display: none;
    }
}

/* Social-Share  -- START */
.social-share {
    padding-left: 0;
}
.social-share li {
    display: inline-block;
    margin-right: 5px;
}

.social-share li a {
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: transform 0.5s;
}

.social-share li a:hover {
    transform: rotate(360deg);
}

.social-share-lg li a {
    font-size: 24px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    border-radius: 32px;
}

.social-share-md li a {
    font-size: 20px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 24px;
}

.social-share-sm li a {
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 18px;
}

.social-share-xs li a {
    font-size: 12px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 12px;
}

.social-share :hover {
    transform: rotate(360deg);
}

.social-share-dialog-bg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s background;
}
.social-share-dialog-bg.show {
    background: rgba(0, 0, 0, 0.8);
}

.social-share-dialog {
    width: auto;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 286px;
    height: 322px;
    margin-top: -150px;
    margin-left: -143px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #fff;
    transition: opacity 0.8s;
}

.social-share-dialog-bg.show .social-share-dialog {
    opacity: 1;
}

.social-share-dialog .dialog-header {
    padding: 15px 15px 5px;
}

.social-share-dialog .dialog-header .dismiss {
    float: right;
    font-weight: bold;
    cursor: pointer;
}

.social-share-dialog .dialog-body {
    padding: 10px 15px;
}

/* social-share end */

/* Article Page Related -- END */

/* Fancy Box -- START */

/* fancybox */
.fancybox-bg {
    background: #121212;
    opacity: 0.9;
}

.fancybox-caption {
    padding-left: 24px;
    padding-right: 24px;
}

.fancybox-caption__body {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    color: #eeeeee;
    font-weight: 400;
}

.fancybox-button {
    background-color: transparent;
}

.fancybox-button svg {
    display: none;
}

.fancybox-button--zoom {
    display: none !important;
}

.fancybox-button--thumbs {
    display: none;
}

.fancybox-button--play {
    display: none;
}

.fancybox-infobar {
    width: 100%;
    text-align: center;
    color: #eeeeee;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px;
}

.fancybox-inner {
    /* From 122px changed to 40px after remved gallary leadboard ad */
    top: 40px;
}

.fancybox-ad {
    font-size: 40px;
    line-height: 90px;
    width: 728px;
    margin: 16px auto;
    text-align: center;
    background: rgba(111, 111, 111, 1);
    color: #eeeeee;
    position: relative;
}

.fancybox-navigation .fancybox-button {
    width: 28px;
    height: 64px;
    padding: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 24px;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 24px;
}

.fancybox-button--arrow_left > div,
.fancybox-button--arrow_right > div {
    height: 20px;
    width: 12px;
    background-size: contain;
    margin: auto;
}

button.fancybox-button.fancybox-button--close {
    background-image: url(/sthl/assets/icons/fancybox-icon-close.svg);
    height: auto;
    width: auto;
    right: 20px;
}

.fancybox-button--arrow_left > div {
    background-image: url("/sthl/assets/icons/icon_left.svg");
}

.fancybox-button--arrow_right > div {
    background-image: url("/sthl/assets/icons/icon_right.svg");
}

/* FANCY BOX -- END */

/* RIGHT HAND SIDE Hit Related -- START */

.hit .ad-block {
    margin-bottom: 16px;
}

.hit-title {
    color: #333333;
}

html.dark .hit-title {
    color: #eeeeee;
}

.s_re-block {
    margin-bottom: 24px;
}

.hit-block,
.s_re-block {
    display: flex;
    margin-bottom: 16px;
}

.search-section .s_rs-block {
    padding-right: 15px;
}

.hit-img {
    flex: 50% 0 0;
    width: 50%;
    padding-top: 28.125%; /*37.5%;*/
    height: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.s_re-img {
    flex: 300px 0 0;
    padding-top: 170px;
    height: auto;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.hit-img a,
.s_re-img a {
    display: inline-block;
}
.hit-img a,
.s_re-img a,
.hit-img img,
.s_re-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.hit-detail {
    flex: 50% 0 0;
    width: 50%;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hit-detail .title {
    font-size: 13px;
    line-height: 1.2;
    /* margin-bottom: 8px; */
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--title-color);
}
/* RIGHT HAND SIDE Hit Related -- END */
/* P2 TV and TV-Live Related -- START */

.tv-page .main-body {
    /*overflow-x: hidden !important;*/
    overflow: hidden;
    min-height: calc(100vh - 110px);
    /* From 120px changed to 110px after remved gallary leadboard ad */
    /*padding: unset;*/
}

html.dark .tv-page .main-body {
    padding: unset;
}

.tv-page .cat {
    position: relative;
}

/* SEARCH PAGE RELATED -- START */

.search-section article {
    margin-top: 70px;
}

.search-section form {
    position: relative;
    z-index: 1;
}
.form-group-search {
    position: relative;
    margin-bottom: 16px;
}
#search-input {
    border-radius: 20px;
    border-color: var(--theme-color);
    padding: 8px 96px 8px 16px;
}

#search-input ~ .btn {
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
    padding: 0 20px 0 16px;
    height: 100%;
    border-radius: 0 20px 20px 0;
    margin: 0;
}
#search-input ~ .btn img {
    display: inline-block;
    width: 14px;
    margin-left: 8px;
}

.search-section .hit-topic-title {
    font-size: var(--font-size-xs);
    line-height: 1.4;
    font-weight: 400;
    color: #666666;
    margin-bottom: 8px;
    display: flex;
}

html.dark .search-section .hit-topic-title {
    color: #b0b0b0;
}

#historytitle div {
    width: 50%;
}

.trash {
    text-align: right;
    width: 50%;
    cursor: pointer;
    color: #666666;
}

html.dark .trash {
    color: #b0b0b0;
}

.trash span {
    margin-right: 5px;
}

.trash img {
    height: 16px;
    width: 16px;
}

html.dark .trash img {
    content: url("/sthl/assets/icons/clearsearch_dark.svg");
}

.topic-close {
    display: inline-block;
    height: 12px;
    width: 12px !important;
    background-image: url("/sthl/assets/icons/topic-close.svg");
    margin-left: 8px;
    transform: translate(0px, 2px);
    cursor: pointer;
    margin-top: unset !important;
}
.topic-flex-cell {
    display: inline-block;
}

#search-input ~ .clear-btn {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("/sthl/assets/icons/clear.svg");
    position: absolute;
    right: 96px;
    top: calc(50% - 10px);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
}

.search-input-related {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: calc(100% - 90px);
    font-size: var(--font-size-s);
    font-weight: 400;
    line-height: 1.375;
    padding: 16px 20px;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
    background-color: var(--default-bg);
    opacity: 0;
    pointer-events: none;
}
.sin-related {
    margin-top: 16px;
    display: flex;
}
.sin-related:first-child {
    margin-top: 0px;
}
.sin-related::before {
    content: "";
    display: inline-block;
    background-image: url("/sthl/assets/icons/search-2.svg");
    height: 20px;
    width: 20px;
    margin-right: 4px;
    vertical-align: middle;
    transform: translate(0px, -1px);
    flex: 20px 0 0;
}
.sin-related a {
    color: inherit;
}
#search-input.entered ~ .clear-btn,
#search-input.entered ~ .search-input-related {
    opacity: 1;
    pointer-events: auto;
}

.search-section .search_success,
.search-section .search_null {
    position: relative;
    height: 0;
    overflow: hidden;
}
.search-section .search_success.show {
    height: auto;
}

/* .minisite-page .search_null.show {
    height: calc(100vh - 180px);
    min-height: 460px;
} */

.minisite-page main {
    padding-bottom: unset;
    display: flex;
    flex-direction: column;
}

.minisite-page section {
    flex: 1;
    height: 100%;
}

.minisite-page .footer {
    position: unset;
    flex-shrink: 0;
}

.search-section .search_null.show {
    height: calc(100vh - 260px);
    min-height: 400px;
}
.search-section .search_success .filter-tabs {
    border-top: 0;
    position: unset;
}
.search-section .search_success .tab {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.minisite-page .search_null.show {
    height: auto;
    overflow: visible;
}

.minisite-page .error-center {
    width: 100%;
}

.minisite-page .error-center .etitle {
    font-size: 28px;
}

html.dark .search-section .search_success .tab {
    color: #eeeeee;
}

.s_re-articles {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

.s_re-detail {
    margin-left: 16px;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-section .s_re-detail {
    width: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.s_re-detail > a {
    color: inherit;
}

.s_re-detail .title {
    font-size: var(--font-size-m);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: auto;
}
.s_re-detail .des {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: auto;
}

.search-section .s_re-detail .des {
    width: 480px;
}

.s_re-detail .srtime {
    /* margin-top: 16px; */
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
}

.s_re-detail .autime {
    color: #999999;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    padding-left: 4px;
    position: relative;
    transition: 0.3s;
}

.s_re-detail .author {
    display: flex;
}

.s_re-detail .author .author-img {
    object-fit: cover;
}

.s_re-detail .tag-icon + .time {
    padding-left: 10px;
}

.s_re-detail .autime {
    padding-left: 0;
}

.search_null p {
    text-align: center;
}

/* tablet vertical */
@media (max-width: 820px) {
    .hit-topic {
        padding-top: 24px;
    }

    .search-section .hit-topic:not(.search-his) .scroll-div {
        white-space: normal;
        display: flex;
        flex-wrap: wrap;
    }
    .topic-flex-cell {
        flex: 50% 0 0;
        margin-bottom: 14px;
    }
    .search-section .hit-topic .scroll-div {
        white-space: normal;
    }
    .search-section .hit-topic .scroll-div .topic {
        margin-bottom: 8px;
    }
}
/* mobile */
@media (max-width: 767px) {
    .theme-section .news-detail .time {
        color: #999;
        display: inline-block;
        font-size: 13px;
        margin-bottom: 0;
        position: relative;
        transition: 0.3s;
    }
    .search-section .s_re-detail {
        margin-left: 10px;
    }
    .search-input-related {
        width: 100%;
    }
    .s_re-img {
        flex: 45% 0 0;
        padding-top: 74px;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 4px;
    }

    .s_re-detail .srtime {
        /* margin-top: 16px; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .s_re-detail .tag-icon + .time {
        padding-left: 0px;
    }

    .s_re-detail .title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 16.8px;
        height: auto;
        -webkit-line-clamp: 3;
    }

    .s_re-detail .title.column {
        -webkit-line-clamp: 2;
    }
    .s_re-detail .des {
        display: none;
    }

    .s_re-detail .autime {
        padding-left: 0;
    }
}

/* SEARCH PAGE RELATED -- END */

/* P2 TV and TV-Live Related -- END */

/* Default For TV */

.hitbar {
    display: flex;
    justify-content: space-between;
}

.hitbar .hit-title {
    font-weight: 500;
    font-size: 16px;
    margin-top: 2px;
}

.video-des {
    border-bottom: unset !important;
    margin-top: 16px;
}

.read-more-btn {
    text-align: center;
    position: relative;
    float: right;
    margin: unset;
    background-color: #3478f7;
    color: white;
    padding: 0px 10px 0px 10px;
    border-radius: 15px;
    font-size: 12px;
    height: 28px;
    width: 80px;
    vertical-align: middle;
    line-height: 28px;
}

.read-more-btn a {
    color: white;
}

.live-video {
    /* width: 100%; */
    min-width: 100%;
    display: block;
    border-radius: 8px !important;
}

.live-video-des {
    border-bottom: unset !important;
    margin-top: 16px;
}

.video-des .time::after,
.live-video-des .time::after {
    display: none;
}

.share-tool {
    margin: 0;
}

.tv-page .vcontent-body {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    -webkit-box-orient: vertical;
}

.tv-page .vcontent-body .tv-digest {
    color: var(--title-color);
}

.video-nowplay {
    overflow: hidden;
}

.playlist_border_btm {
    position: relative;
    height: 40px;
    top: -40px;
    background: linear-gradient(
        0deg,
        #f2f2f2 32.29%,
        rgba(255, 255, 255, 0) 83.75%
    );
}

.minisite-page .playlist_border_btm {
    width: 223px;
    height: 312px;
    top: -140px;
    transform: rotate(-280deg);
    background: linear-gradient(
        270deg,
        #fff 44.38%,
        rgba(255, 255, 255, 0) 83.75%
    );
}

html.dark .playlist_border_btm {
    position: relative;
    height: 40px;
    top: -40px;
    background: linear-gradient(0deg, #000000 32.29%, rgba(0, 0, 0, 0) 83.75%);
    /*background: linear-gradient(0deg, #121212 32.29%, rgba(0, 0, 0, 0) 83.75%);*/
}

.time-more::after {
    display: none !important;
}

.moreicon {
    width: 8.34px;
    height: 8.34px;
}

html.dark .moreicon {
    content: url(/sthl/assets/icons/icon_more_dark.svg);
}

.video-recommend {
    padding-top: 8px;
}

.tv-page .cat-section .video-recommend {
    padding-top: 40px;
}

html.dark .video-recommend {
    background: #282828;
}

.video-light-bg {
    background: #f2f2f2;
    border-bottom: 1px solid #ededed;
    padding-top: 16px;
}

html.dark .video-light-bg {
    background: #121212;
    border-bottom: 1px solid #3a3a3a;
}

html.dark .tv-page .main-body.video-light-bg {
    padding-top: 16px;
}

.text-container {
    position: relative;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
}

.rectangle {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
}

.btn-readmore {
    top: 15px;
    right: 0px;
    color: var(--title-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
}

.hr {
    height: 4px !important;
    margin: 16px 0px;
    background: #3478f7;
    width: 100%;
    opacity: 1;
    overflow: visible !important;
}

.live-banner {
    /*display: flex;*/
    justify-content: center;
    padding-top: 16px;
}

.live-banner .live-ing {
    position: absolute;
    height: 30px;
    width: 90px;
    border-radius: 4px;
    background-image: url("/sthl/assets/icons/liveing.svg");
    top: 7%;
    left: 5%;
    opacity: 1;
    transform: translate(-50%, -50%);
}

.live-detail .live-ing {
    top: 4%;
    left: 5%;
}

.video-tool .share-tool::before {
    display: none;
}

.tv-page .cat-layout {
    padding: 8px 0;
    margin: unset;
}

.tv-page .video-time {
    right: 8px;
}

.tv-page .tvlivelist-layout {
    margin-top: 40px;
}

.tv-page .video-js .vjs-tech {
    border-radius: 8px;
}

.tv-page .vjs-control-bar {
    border-radius: 0 0 8px 8px;
}

.tv-page .video-js,
.videoplayer .video-js {
    border-radius: 8px;
}

.darknowplayimg {
    position: absolute;
}

.nowplaytitle {
    color: white;
    position: absolute;
    font-size: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videohitline {
    height: 4px !important;
    margin: 16px 0px;
    background: #3478f7;
    width: 100%;
    opacity: 1;
    overflow: visible !important;
}

.tv-page .vplayer {
    position: relative;
}

.tv-page .replay {
    /*background-color: #000;*/
    width: 608px;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.tv-page .replay .hit-detail .title {
    font-size: 18px;
    color: #eeeeee;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    height: 66px;
}

.tv-page .replay .hit-detail .time {
    color: #808080;
    font-weight: 400;
    font-size: 13px;
}

.tv-page .replay .hit-detail .repbtn {
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    bottom: -20px;
    position: absolute;
}

.tv-page .repbtn button {
    border-radius: 24px;
    width: 140px;
    height: 43px;
    font-size: 15px;
}

.tv-page .repbtn .rebplay {
    margin-right: 10px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: unset;
}

.tv-page .video-tool .share-box {
    text-align: right;
}

.tv-page .live-banner {
    height: auto; /*670px*/
    display: inline-block;
    width: 100%;
    position: relative !important;
}

.video-articles .hit-block .video-play {
    height: 24px;
    width: 24px;
}

#video-preview-wrapper {
    width: 100%;
    min-height: 220.32px;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: black;
    height: 100%;
}

#video-preview-player {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
}

.article-Vtitle {
    font-weight: 600;
    font-size: 32px;
    font-style: normal;
    color: #333333;
    padding-top: 15px;
}

html.dark .article-Vtitle {
    color: #eeeeee;
}

html.dark .tv-page .vcontent-body {
    color: #b0b0b0;
}

html.dark .tv-page .tag-icon + .time {
    color: #808080;
}

.mtvviewmore {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #666666;
}

html.dark .mtvviewmore {
    color: #b0b0b0;
}

.hometvbg {
    background-color: #f2f2f2;
    width: unset;
    padding-top: 25px;
    padding-bottom: 10px;
    box-shadow: 0 0 0 100vmax #f2f2f2;
    clip-path: inset(0 -100vmax);
}

.homeplusbg {
    background-color: #fafafa;
    width: unset;
    padding-top: 25px;
    padding-bottom: 10px;
    box-shadow: 0 0 0 100vmax #fafafa;
    clip-path: inset(0 -100vmax);
}

.recbg {
    background-color: var(--section-bg);
    width: unset;
    margin-bottom: 40px;
    box-shadow: 0 0 0 100vmax var(--section-bg);
    clip-path: inset(0 -100vmax);
}

html.dark .homeplusbg,
html.dark .hometvbg {
    background-color: #1a1a1a;
    box-shadow: 0 0 0 100vmax #1a1a1a;
}

.homeblockstyle {
    padding-top: 25px;
    padding-bottom: 10px;
}

.tv-page .article-title {
    padding-top: 20px;
}

/* Default Style For Title */
.tv-page .hit-detail .title {
    font-weight: 500;
    font-size: 13px;
    min-height: 46px;
    line-height: 15.6px;
}

input#autoplay:focus {
    box-shadow: none;
}

.racing-page .racing-section.fullwidth .footer {
    display: none;
}

/* Default For TV -- END */

@media (max-width: 1023px) {
    /*was 992px*/

    .breadcrumb {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .live-video-banner {
        min-height: 600px;
    }

    .live-video-banner .breadcrumb {
        padding-left: 0;
    }

    .recommend-title {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 8px;
    }

    .tv-page .hit-detail .title {
        /*1023*/
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }
    .videoplayer {
        /* width: 100%  !important;*/
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .video-news-block {
        flex: 0 0 50% !important;
        width: 50% !important;
        margin-right: unset !important;
        max-width: unset !important;
    }

    .tv-share-icon {
        width: 36px !important;
        height: 36px !important;
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .hr {
        margin: 16px 20px;
    }

    .live-banner .live-ing {
        top: 10%;
        left: 8%;
    }

    .live-detail .live-ing {
        top: 6%;
        left: 6%;
    }

    .tv-page .replay {
        width: 345px;
    }

    .tv-page .replay .hit-detail .repbtn {
        position: absolute;
        top: 138%;
        left: 50%;
        transform: translateY(-60%) translateX(-50%);
    }

    .tv-page .repbtn button {
        border-radius: 24px;
        width: 168px;
        height: 41px;
        font-size: 15px;
    }

    .tv-page .repbtn .rebplay {
        margin-right: 10px;
        color: #ffffff;
        border: 1px solid #ffffff;
        background-color: unset;
    }

    .tv-page .live-banner {
        height: auto;
        /*display: unset;*/
    }
}

/** WAS 900px **/
@media (max-width: 899px) {
    .autoplay {
        display: flex;
        justify-content: space-between;
    }

    .autoplaytitle {
        margin-top: 3px;
        padding-right: 50px;
        font-size: 14px;
        font-weight: 400;
        color: 666666;
    }

    .hitbar {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .hit-img .video-time {
        display: inline-block;
        position: absolute;
        bottom: 4px;
        right: 5px;
        line-height: 15.6px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: var(--font-size-xxs);
        padding: 4px 8px;
        border-radius: 4px;
    }

    .video-play {
        position: absolute;
        height: 56px;
        width: 56px;
        border-radius: 50%;
        background-image: url(/sthl/assets/icons/icon_play.svg);
        top: 50%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .self-author-page .video-play,
    .column-layout .video-play {
        top: 50%;
        left: 50%;
    }

    .self-author-page .video-time,
    .column-layout .video-time {
        display: inline-block;
        position: absolute;
        top: 70px;
        line-height: 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        right: 20px;
        font-size: var(--font-size-xxs);
        padding: 0 8px;
        border-radius: 4px;
    }

    .main-column > article {
        width: 100%;
        margin-right: 0;
    }

    .video-articles {
        overflow: scroll;
        height: 880px;
    }

    .main-column .hit {
        display: none;
    }

    .main-column .hit-div {
        display: block;
        width: 100%;
    }

    .viewmorevideo {
        position: relative;
        text-align: center;
        cursor: pointer;
        top: -30px;
    }

    .viewmorevideo div {
        margin: -10px;
    }

    .tv-page .hit-detail .title {
        /*900 width */
        margin-bottom: 16px;
        font-size: 20px;
    }

    .article-title {
        font-size: 1.56rem;
    }

    .share-icon.show-in-mobile {
        display: inline-block !important;
    }
    .key-image.show-in-mobile {
        display: block !important;
    }
    .key-image.show-in-desktop {
        display: none !important;
    }

    .live-ing {
        position: absolute;
        height: 30px;
        width: 90px;
        border-radius: 4px;
        background-image: url("/sthl/assets/icons/liveing.svg");
        top: 7%;
        left: 10%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .livevideo .live-ing {
        left: 15%;
        top: 12%;
    }

    .news-img .live-ing {
        position: absolute;
        height: 30px;
        width: 90px;
        border-radius: 4px;
        background-image: url("/sthl/assets/icons/liveing.svg");
        top: 25px;
        left: 55px;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .racing-page section.racing-section {
        margin-top: calc(var(--header-height) - 20px);
    }
}

@media (min-width: 900px) {
    .viewmorevideo {
        display: none;
    }

    .video-des .share-box {
        text-align: right;
        display: -webkit-inline-box;
        position: relative;
        float: right;
        margin: unset;
    }

    .video-articles {
        overflow-y: scroll;
        margin-bottom: 16px;
        height: 380px;
    }

    .autoplaytitle {
        margin-top: 3px;
        padding-right: 8px;
        font-size: 14px;
        font-weight: 400;
        color: 666666;
    }

    .autoplay {
        width: 50%;
        display: flex;
        justify-content: space-between;
    }

    .tv-page .article-title {
        /*padding-top: 8px;*/
        font-size: 28px;
    }

    .tv-page .video-tool .share-box {
        text-align: right;
        display: -webkit-inline-box;
        position: relative;
        float: right;
        margin: unset;
    }
}

@media (min-width: 768px) {
    .tv-page .tv-tab {
        display: flex;
        width: 20%;
        height: 56px;
        border-right: 1px solid #ededed;
        align-items: center;
        justify-content: center;
        line-height: 0px;
    }

    html.dark .tv-page .tv-tab {
        border-right: 1px solid #3a3a3a;
    }

    .tv-page .tv-tab:last-child {
        border-right: 0;
    }

    html.dark .tv-page .tv-tab:last-child {
        border-right: 0;
    }

    .tv-page .tv-tab-div {
        margin-right: 10px;
    }

    .tv-tab-img {
        width: 32px;
        height: 32px;
    }

    .tv-page .tab-group {
        display: flex;
        justify-content: center;
    }

    .tvcat-title {
        font-size: 17px;
        font-weight: 600;
        color: #333333;
    }

    html.dark .tvcat-title {
        color: #eeeeee;
    }

    .tv-page .bot-icon {
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0px;
    }
}

/** REMOVED THIS WIDTH **/
@media (max-width: 768px) {
    /*
    .tv-page .tv-tab{
        width: 20%;
        height: 74px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: unset;
        line-height: unset;
    }

    .tv-page .tv-tab-div{
        position: absolute;
        bottom:20px;
        left: 1px;
        text-align: center;
        width: 100%;
    }

    .tvcat-title{
        width: 100%;
        position: absolute;
        top: 40px;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        color:#333333;
    }

    html.dark .tvcat-title{
        color:#EEEEEE;
    }

    .tv-page .tab-group {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .tv-tab-img{
        width: 28.8px;
        height: 28.8px;
    }

    .tv-page .bot-icon{
        position: absolute;
        text-align:center;
        width: 20px;
        height: 2px;
        bottom: 0px;
    }
    */
}

@media (max-width: 767px) {
    /*600px*/

    .tv-page .tv-tab {
        width: 20%;
        height: 74px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: unset;
        line-height: unset;
    }

    .tv-page .tv-tab-div {
        position: absolute;
        bottom: 20px;
        left: 1px;
        text-align: center;
        width: 100%;
    }

    .tvcat-title {
        width: 100%;
        position: absolute;
        top: 40px;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        color: #333333;
    }

    html.dark .tvcat-title {
        color: #eeeeee;
    }

    .tv-page .tab-group {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .tv-tab-img {
        width: 28.8px;
        height: 28.8px;
    }

    .tv-page .bot-icon {
        position: absolute;
        text-align: center;
        width: 20px;
        height: 2px;
        bottom: 0px;
    }

    .tvlayout-1 .news-block:nth-child(2),
    .tvlayout-1 .news-block:nth-child(3) {
        margin-bottom: 5rem;
    }
    .tvlayout-1 .news-block {
        margin-bottom: 2rem;
    }

    .tv-page .container-fluid {
        /* width: calc(100%); */
        margin: auto;
    }

    .video-main .videoplayer {
        width: 100% !important;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .tv-page .content-body {
        margin: 12px;
    }

    .tv-page .tv-share-icon {
        width: 24px !important;
        height: 36px !important;
    }

    .video-articles .hit-block {
        width: 100%;
        margin-bottom: 16px;
    }

    .content-body ad:has(#interscroller-header) {
        margin-bottom: 20px;
    }
    /*
    .minisite-page .home-section-1 .news-block {
        display: flex;
        width: 100%;
        flex: 100% 0 0;
    }

    .minisite-page .home-section-1 .news-block .news-detail{
        padding-left: 8px;
        width: 62%;
    }

    .home-section-1 .news-block:nth-child(1) .news-detail{
        width: 62%;
        padding-right: unset;
        margin-left: unset;
        transform: unset;
    }

    .minisite-page .home-section-1 .news-block .title{
        color: #333;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        margin: 0px 0px 4px 0px;
    }

    .minisite-page .home-section-1 .news-block .navi-1{
        display: flex;
        width: 100%;
    }

    .minisite-page .home-section-1 .news-block .navi-1 > a{
        width: 38%;
        height: auto;
    }

    .minisite-page .home-section-1 .news-block:nth-child(1){
        width: 100%;
        padding-right: unset;
        margin-left: unset;
        transform: unset;
        padding-left: 8px;
    } */

    .hr {
        margin: 12px;
        width: 90%;
    }

    .video-articles .hit-img {
        width: 100%;
    }

    .rectangle {
        width: 100%;
    }

    .video-articles .hit-img a {
        width: 100%;
    }

    .video-articles .hit-block {
        /* height: auto; */
        width: 100%;
    }

    .video-articles {
        overflow: scroll;
        height: 440px;
        padding: 0 15px;
    }

    .article-Vtitle {
        font-size: 28px;
    }

    html.dark .tv-page .share-box {
        background: unset;
    }

    .tv-page .hit-detail .title {
        /*Max 767w */
        font-weight: 500;
        font-size: 14px;
        min-height: 51px;
        line-height: 16.8px;
        height: unset;
    }

    .tv-page .video-js {
        border-radius: unset;
    }

    .tv-page .video-js .vjs-tech {
        border-radius: unset;
    }

    .tv-page .vjs-control-bar {
        border-radius: unset;
    }
}

@media (max-width: 768px) {
    .share-box {
        background: unset;
    }

    .live-banner .live-ing {
        top: 11%;
        left: 8%;
    }

    .live-detail .live-ing {
        top: 7%;
        left: 7%;
    }

    .video-des .share-box,
    .live-video-des .share-box {
        position: unset;
        backdrop-filter: unset;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .tv-share-icon {
        display: inline-block !important;
    }

    .hit-title {
        padding: 0 13px;
    }

    .live-video-banner {
        min-height: 500px;
    }

    .text-container .text {
        width: 100%;
    }

    .playlist_border_btm {
        top: -30px;
    }

    .minisite-page .playlist_border_btm {
        top: -147px;
    }

    .btn-readmore {
        padding-left: 15px;
    }

    .tv-page .tvlivelist-layout {
        margin-top: 20px;
        padding: 0 8px;
    }

    .tv-page .video-recommend {
        padding-top: 8px;
    }

    .tv-page .cat-section .video-recommend {
        padding-top: 20px;
    }
}

@media (max-width: 700px) {
    .news-item {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-right: unset !important;
    }

    .d-xs-none {
        display: none;
    }

    .share-box {
        position: unset;
    }

    .tv-page .live-banner {
        height: auto;
        /*display: unset;*/
    }

    .tv-page .replay {
        width: 345px;
    }

    .tv-page .replay .hit-detail .title {
        font-size: 13px;
        line-height: 18px;
        height: 55px;
        min-height: 55px;
        margin-bottom: 12px;
    }

    .tv-page .replay .hit-detail .tag-icon-a {
        font-size: 8px;
    }

    .replay-wrapper {
        border-radius: unset;
    }
}

@media (max-width: 568px) {
    .video-news-block {
        margin-right: 0 !important;
        margin-right: 0 !important;
    }
    .video-main {
        padding-right: unset !important;
        padding-left: unset !important;
    }

    .live-banner .live-ing {
        top: 17%;
        left: 15%;
    }

    .live-detail .live-ing {
        top: 11%;
        left: 13%;
    }

    .tv-page .replay {
        transform: translateY(-70%) translateX(-50%);
    }
}

/* TV TV-DETAIL PAGE - START */
.tv-layout-article::after {
    content: "";
    display: block;
    clear: both;
}

.tv-layout-article .news-block {
    float: left;
    width: 33.3%;
    margin-bottom: 24px;
    padding: 0 8px;
}

.tv-layout-article .news-block.news-ad > div,
.tv-layout-article .news-block:not(.primary-column) > div {
    height: 322px;
}

.tv-layout-article .news-detail .des {
    display: -webkit-box;
    height: 85px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tv-layout-article .news-block:not(.primary-column) .news-detail .title {
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tv-layout-article .primary-column .news-detail .des {
    display: none;
}

.tv-layout-1::after {
    content: "";
    display: block;
    clear: both;
}

.tv-layout-1 .news-block {
    float: left;
    width: 33.3%;
    margin-bottom: 12px;
    padding: 0 8px;
    min-height: 330px;
}

.tv-layout-1 .news-block.news-ad > div {
    height: 320px;
}

.tv-layout-1 .news-block:nth-child(3n + 2) {
    margin-right: 0;
}
.tv-layout-1 .news-block:nth-child(2),
.tv-layout-1 .news-block:nth-child(3) {
    width: 351.48px;
    padding: 0 8px;
    height: 276px;
    min-height: unset;
}

.tv-layout-1 .news-block:nth-child(2) > div,
.tv-layout-1 .news-block:nth-child(3) > div {
    height: 260px;
}

.tv-layout-1 .primary-column {
    width: calc(100% - 359px);
}

.tv-layout-1 .news-detail .des {
    display: -webkit-box;
    height: 85px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tv-layout-1 .news-block:not(.primary-column) .news-detail .title {
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tv-layout-1 .primary-column .news-detail .des {
    display: none;
}

/* tvlist */
.tvlist-layout-1 .news-block {
    float: left;
    width: 33.3%;
    margin-bottom: 24px;
    padding: 0 8px;
    min-height: 330px;
}

.tvlist-layout-1 .news-block.news-ad > div,
.tvlist-layout-1 .news-block:not(.primary-column) > div {
    height: 322px;
}

.tv-layout-1 .news-block.news-ad-fullwidth {
    width: 100%;
    min-height: unset;
    margin-top: 28px;
}

.news-block.news-ad-fullwidth {
    padding: unset;
}

.tv-page .video-tool .news-ad-fullwidth {
    margin-top: 12px;
}

.small_board,
.more {
    display: none;
}

.leaderboard {
    margin-top: 200px;
    display: block;
}

.live-notice {
    position: absolute;
    top: 5%;
    left: 1%;
    display: flex;
}

.live-notice-title {
    font-size: 16px;
    font-weight: 500;
    width: 52px;
    height: 30px;
    border-radius: 4px 0px 0px 4px;
    background: #3478f7;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.live-notice-time {
    width: 180px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 4px 4px 0px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

@media (max-width: 1100px) {
    .tvlist-layout-1 .news-block.news-ad > div,
    .tv-layout-1 .news-block.news-ad > div {
        height: 280px;
    }
}

@media (max-width: 1023px) {
    /* 1000px + 1023px*/

    /* tv */
    .tv-layout-1 {
        display: flex;
        flex-wrap: wrap;
    }

    .tv-layout-1 .primary-column {
        width: 100%;
        flex: 100% 0 0;
    }

    .tv-layout-1 .news-block.primary-column {
        width: 100vw;
        margin-left: 50%;
        transform: translate(-50%, 0);
        padding-left: 0;
        padding-right: 0;
    }

    .tv-layout-article .news-detail .des,
    .tv-layout-1 .news-detail .des {
        display: none;
    }

    .tv-layout-1 .news-block:nth-child(2),
    .tv-layout-1 .news-block:nth-child(3) {
        width: 50%;
        flex: 50% 0 0;
        min-height: 300px;
        margin-bottom: 12px;
        height: auto;
    }
    .tv-layout-1 .news-block:nth-child(2) > div,
    .tv-layout-1 .news-block:nth-child(3) > div {
        height: auto;
    }

    .tv-layout-1 .news-block.news-ad:nth-child(2) > div,
    .tv-layout-1 .news-block.news-ad:nth-child(3) > div,
    .tv-layout-1 .news-block.news-ad > div,
    .tv-layout-1 .news-block:not(.primary-column) > div {
        height: 90%;
    }

    .tvlayout-1 .news-block:nth-child(2),
    .tvlayout-1 .news-block:nth-child(3) {
        width: 50%;
        margin-bottom: 3rem;
    }

    .tv-layout-1 .news-block.news-ad-fullwidth {
        width: 100vw;
        min-width: 100vw;
        margin-top: 12px;
    }

    .tvlayout-1 .banner {
        margin-bottom: 4rem !important;
        height: 500px !important;
        width: 100% !important;
    }

    .tv-page .video-tool .share-box {
        text-align: center;
    }

    .tv-page .video-tool .share-box img {
        width: 36px;
        height: 36px;
    }

    .tv-layout-1,
    .tv-layout-article {
        display: flex;
        flex-wrap: wrap;
    }

    /* tvlist */
    .tvlist-layout-1 .news-block {
        width: 50%;
        flex: 50% 0 0;
        /* margin-bottom: 63px; */
    }
}

@media (max-width: 992px) {
    .more {
        display: block;
    }

    .tvlayout-1 .banner {
        width: 100% !important;
    }

    .leaderboard {
        margin-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    /* tv */
    .tv-page .container-fluid {
        width: calc(100% - 15px);
    }

    /* TV-LIVE Pages */
    .tv-page .container-fluid.live-channel {
        width: 100vw;
    }

    .tv-page .container-fluid.vod-channel {
        width: 100vw;
    }

    .tv-page .cat-section.tv-home .container-fluid {
        width: 100vw;
    }

    .tv-page .nav-main .container-fluid {
        padding: 0 5px 0 5px;
    }

    .video-recommend .container-fluid {
        padding: 0 8px;
    }

    .hit-block.video-nowplay,
    .article-Vtitle,
    .tv-page .article-title,
    .tv-page .vcontent-body,
    .live-video-des,
    .video-content .video-des {
        padding: 0 15px;
    }

    .tv-layout-1 {
        width: 100vw;
        padding: unset;
        margin: unset;
    }

    .tv-layout-1 .news-block:nth-child(1) {
        margin-top: 12px;
    }

    .tv-layout-1 .news-block:nth-child(1) .news-img {
        border-radius: 0px;
    }

    .tv-layout-1 .news-block:nth-child(1) .news-detail {
        padding: 0 8px;
    }

    .tv-layout-1 .news-block.primary-column img {
        width: 100%;
    }

    .tv-layout-1 .news-block,
    .tv-layout-1 .news-block:nth-child(2),
    .tv-layout-1 .news-block:nth-child(3) {
        width: 100%;
        flex: 100% 0 0;
    }

    .tv-layout-1 .news-block.news-ad > div {
        min-height: 250px;
        margin: 5px 0;
        background: unset;
    }
    .tv-layout-1 .news-block .news-detail .title {
        display: -webkit-box;
        height: auto;
        -webkit-box-orient: vertical;
    }

    .tvlist-layout-1 .news-block.news-ad > div,
    .tvlist-layout-1 .news-block:not(.primary-column) > div {
        height: auto;
    }

    .tv-layout-1 .news-block.news-ad > div,
    .tv-layout-1
        .news-block:not(.primary-column):not(.news-ad-fullwidth)
        > div {
        min-height: 250px;
    }
    .tv-layout-1 .news-block:not(.primary-column) .news-detail .title {
        height: auto;
    }

    .tv-layout-1 .news-block {
        min-height: unset;
        height: auto;
        margin-bottom: 20px;
    }

    /* tvlist */

    .tvlist-layout-1 .news-block {
        width: 100%;
        flex: 100% 0 0;
        margin-bottom: 20px;
        padding: unset;
        min-height: unset;
    }
}

/* TV TV-DETAIL PAGE - END */

/* plus start */

a.tab-link {
    color: #333;
}

.plus-sub-menu {
    margin: auto;
    display: flex;
    justify-content: center;
}

.plus-page .tab-group {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.plus-page .tab-group::-webkit-scrollbar {
    display: none;
}

.listing-top .tab-group {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: scroll;
}

.listing-top .tab-group::-webkit-scrollbar {
    display: none;
}

.listing-top .tab-link {
    padding: 8px 20px;
    width: 70px;
    height: 34px;
    background: #f2f2f2;
    border-radius: 6px;
    margin: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

html.dark .listing-top .tab-link {
    background: #323232;
}

.listing-top .active {
    background: #3478f7;
}

html.dark .listing-top .active {
    background: #3478f7;
}

.listing-top .active {
    color: #fff !important;
}

html.dark .listing-top .active a {
    color: #ffffff;
}

.plus-menu-label {
    color: #1889fa;
    font-weight: 500;
    font-size: 18px;
    margin: 0 10px;
}

.banner {
    width: 100%;
    background: #fafafa;
    height: 100vh;
}

.self-author-layout {
    width: 816px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}

.column-layout {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
    padding-top: 16px;
}

.author-layout {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
}

.column-layout .news-block {
    width: 33.3%;
    height: 399px;
    margin-bottom: 16px;
    flex: unset;
}

.home-page .column-layout .news-block {
    width: 400px; /*32.5%;*/
    padding: 0 5px;
    margin-bottom: 16px;
    height: 399px;
    flex: unset;
}

.column-layout .column-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #ededed;
    border-radius: 8px 8px 0px 0px;
}

html.dark .column-layout .column-img {
    border-color: #3a3a3a;
}

.column-layout .detail {
    background: #ffffff;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #ededed;
    border-radius: 0px 0px 8px 8px;
}

html.dark .column-layout .detail {
    background: #323232;
    border-color: #3a3a3a;
}

.column-layout .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    color: #333333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 8px;
}

html.dark .column-layout .title {
    color: #eeeeee;
}

.column-layout .author {
    width: 373px;
    height: 76px;
    border-top: 1px solid #ededed;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 8px;
}

html.dark .column-layout .author {
    border-top: 1px solid #3a3a3a;
}

.help .author .author-img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
}

.column-layout .author-img {
    width: 56px;
    height: 56px;
    margin-right: 12px;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
    object-fit: cover;
}

html.dark .help .author .author-img,
html.dark .column-layout .author-img {
    border: 1px solid #444444;
}

.column-layout .author-topic {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

html.dark .column-layout .author-topic {
    color: #eee;
}

.help .author .author-name a {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    display: -webkit-box;
    width: 100%;
}

.column-layout .author-name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.column-layout .author-name a {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}

html.dark .help .author .author-name a,
html.dark .column-layout .author-name a {
    color: #b0b0b0;
}

.author-detail a,
.author-detail a:visited {
    color: #333333;
}

html.dark .author-detail .author-topic a,
html.dark .author-detail .author-topic a:visited {
    color: #eeeeee;
}

.help .author .author-name a:visited {
    color: #333333;
}

.author-detail .author-name a,
.author-detail .author-name a:visited {
    color: #666666;
}

html.dark .help .author .author-name a:visited,
html.dark .author-detail .author-name a,
html.dark .author-detail .author-name a:visited {
    color: #b0b0b0;
}

.tag-icon + .time {
    color: #999999;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    padding-left: 4px;
    position: relative;
    transition: 0.3s;
}

.hit-detail .tag-icon + .time {
    padding-left: 0;
}

.listing-top .tab-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #666666;
}

.plus-page .tab-link,
.all-author-page .tab-link,
.racing-page .tab-link {
    color: #333;
}

html.dark .plus-page .tab-link,
html.dark .all-author-page .tab-link,
html.dark .racing-page .tab-link {
    color: #eee;
}

html.dark .listing-top .tab a {
    color: #ffffff;
}

.listing-top .tab {
    margin-right: unset;
}

.tag-icon {
    display: inline-block;
    width: auto;
    height: 20px;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
    user-select: none;
    font-size: 12px;
    color: #fff;
    display: inline-flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* background: #00A4F5; */
    padding: 4px;
}

.column-layout .column-info {
    height: 102px;
    padding: 8px;
}

.column-layout .time {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    padding-left: 0;
}

.all-author-page .banner,
.self-author-page .banner,
.plus-page .banner {
    height: unset;
}

html.dark .all-author-page .banner,
html.dark .self-author-page .banner,
html.dark .plus-page .banner {
    background: var(--default-bg);
    border-bottom: 1px solid #3a3a3a;
}

html.dark .plus-page,
html.dark .all-author-page,
html.dark .self-author-page,
html.dark .filter-tabs {
    background-color: #1a1a1a;
}

.tab-group {
    overflow: visible;
}

.plus-page .tab::after,
.all-author-page .tab::after,
.racing-page .tab::after {
    bottom: -1px;
    border-radius: 2px;
}

.all-author-page .author-block {
    padding: 24px 0px;
    width: 550px;
    height: 145px;
    border-bottom: 1px solid #ededed;
    display: flex;
    margin-bottom: 16px;
}

html.dark .all-author-page .author-block {
    border-bottom: 1px solid #3a3a3a;
}

.author-block img {
    width: 80px;
    height: 80px;
    border: 1px solid #d7d7d7;
    margin-right: 12px;
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    object-fit: cover;
    min-width: 80px;
}

html.dark .author-block img {
    border: 1px solid #444444;
}

.author-block .info {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-break: anywhere;
}

html.dark .author-block .info {
    color: #eeeeee;
}

.author-block .topic {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    margin-bottom: 4px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

html.dark .author-block .topic,
html.dark .self-author-top .info {
    color: #eeeeee;
}

html.dark .author-block .name {
    color: #b0b0b0;
}

.author-block .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
    color: #666666;
}

.self-author-top {
    width: 816px;
    margin: auto;
}

.self-author-layout .news-block {
    width: 384px;
    height: 327px;
    padding: unset;
    margin-bottom: 40px;
    flex: unset;
}

.self-author-layout .news-block img {
    width: 100%;
    height: 217px;
    border-width: 1px 1px 0px 1px;
    border: 1px solid #ededed;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}

html.dark .self-author-layout .news-block img,
html.dark .self-author-layout .news-block .detail {
    border: 1px solid #3a3a3a;
}

.self-author img {
    border: 1px solid #d9d9d9;
    width: 80px;
    height: 80px;
    margin-right: 12px;
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    object-fit: cover;
    min-width: 80px;
}

html.dark .self-author img {
    border: 1px solid #444444;
}

.self-author-top .info {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.self-author-layout .news-block .detail {
    padding: 8px;
}

.self-author-top .topic {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}

.readmore .column a,
.readmore .column a:active,
.readmore .column a:focus,
.readmore .column a:visited,
.readmore .column a:hover {
    color: #333333;
    font-weight: bold;
}

html.dark .readmore .column a,
html.dark .readmore .column a:active,
html.dark .readmore .column a:focus,
html.dark .readmore .column a:visited,
html.dark .readmore .column a:hover {
    color: #eee;
}

html.dark .self-author-top .topic,
html.dark .column-count,
html.dark .self-author-page .readmore .column,
html.dark .self-author-layout .news-block .title {
    color: #eee;
}

html.dark .self-author-page .readmore {
    border-bottom: 1px solid #3a3a3a;
    border-top: 1px solid #3a3a3a;
}

html.dark .self-author-layout .news-block .detail {
    background: #323232;
}

html.dark .self-author-top .name a,
html.dark .self-author-page .readmore .link {
    color: #b0b0b0;
}

.self-author {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 16px;
}

.self-author-top .name a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
}

.self-author-top .collection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 8px;
}

.column-count {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #333333;
    margin-right: 3px;
}

.post {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.self-author-layout .news-block .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin-bottom: 8px;
}

.self-author-top .logos {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 160px;
    padding: 0;
    margin: 0;
}

.self-author-top .logo {
    flex: unset;
}

.self-author-layout .news-block .detail {
    height: 110px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0px 0px 8px 8px;
}

.self-author-top .logo img {
    width: 28px;
    height: 28px;
}

.self-author-page .readmore {
    padding: 8px 0px;
    width: 816px;
    height: 37px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin: auto;
    display: flex;
    margin-bottom: 8px;
}

.self-author-page .readmore .link {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    margin-right: 4px;
}

.self-author-page .readmore .column {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    margin-right: 4px;
}

.author-article-des {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
}

html.dark .author-article-des {
    border-bottom: 1px solid #3a3a3a;
}

.article-des .article-author {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.article-des .article-author .time {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}

.article-author img {
    width: 40px;
    height: 40px;
    margin-right: 4px;
    border-radius: 100%;
    object-fit: cover;
}

.article-author .time::after {
    display: none;
}

.article-author .name a {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #333333;
}

html.dark .article-author .name a {
    color: #eeeeee;
}

.article-author .topic {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-right: 4px;
}

html.dark .article-author .topic {
    color: #b0b0b0;
}

.article-author .topic span {
    margin-right: 16px;
}

.plus-page .readmore {
    padding: 8px 0px;
    height: 37px;
    border-bottom: 1px solid #ededed;
    margin: auto;
    display: flex;
    margin-bottom: 8px;
}

html.dark .plus-page .readmore {
    border-bottom: 1px solid #3a3a3a;
}

.plus-page .readmore .link {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    margin-right: 4px;
}

html.dark .plus-page .readmore .link {
    color: #b0b0b0;
}

.plus-page .readmore .column {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    margin-right: 4px;
}

.plus-page .article-des {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: unset;
}

.more-article {
    width: 846px;
    margin-top: 48px;
}

.more-article .text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 12px;
}

.more-article .news-block {
    display: flex;
    align-items: start;
    width: 846px;
    height: 170px;
    margin-bottom: 24px;
    padding: unset;
}

.more-article .news-block .more-img {
    width: 300px;
    height: 170px;
    margin-right: 16px;
    border-radius: 4px;
    object-fit: cover;
}

.more-article .news-block .title a,
.more-article .news-block .title a:active,
.more-article .news-block .title a:focus,
.more-article .news-block .title a:visited,
.more-article .news-block .title a:hover,
.more-article .news-block .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

html.dark .more-article .news-block .title,
html.dark .more-article .news-block .title a,
html.dark .more-article .news-block .title a:active,
html.dark .more-article .news-block .title a:focus,
html.dark .more-article .news-block .title a:visited,
html.dark .more-article .news-block .title a:hover,
html.dark .more-article .news-block .content,
html.dark .more-article .news-block .content a,
html.dark .more-article .news-block .content a:active,
html.dark .more-article .news-block .content a:focus,
html.dark .more-article .news-block .content a:visited,
html.dark .more-article .news-block .content a:hover,
html.dark .more-article .text {
    color: #eee;
}

html.dark .more-article .news-block .time {
    color: #808080;
}

.more-article .news-block .content a,
.more-article .news-block .content a:active,
.more-article .news-block .content a:focus,
.more-article .news-block .content a:visited,
.more-article .news-block .content a:hover,
.more-article .news-block .content {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #222222;
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.more-article .news-block .time {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    margin-bottom: 16px;
}

.help .author .author-detail,
.more-article .news-block .author-detail {
    display: flex;
    align-items: center;
}

.more-article .news-block .author-img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 100%;
    object-fit: cover;
}

.more-article .news-block .author-topic {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--title-color);
}

.plus-page .tab-title::after,
.all-author-page .tab-title::after {
    display: none;
}

.plus-page .main-body,
.all-author-page .main-body,
.self-author-page .main-body {
    padding-bottom: 0;
}

.plus-page .content-body {
    margin: 0 0 18px;
}

.cat-section .tab-group {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior-y: none;
}

.cat-section .tab-group::-webkit-scrollbar {
    display: none;
}

.minisite-page .home-content {
    min-height: 800px;
}

.minisite-page main {
    padding-bottom: unset;
}

.minisite-page .static-tabs,
.minisite-page .filter-tabs {
    border-top: unset;
    border-bottom: unset;
}

.theme-top-section {
    max-width: 1200px;
    margin: 0 auto; /* Center the container horizontally */
    display: flex; /* Use flexbox layout */
    flex-wrap: wrap; /* Allow items to wrap to the next row */
}

.theme-top-section .theme-left-block {
    width: 584px;
}

.theme-top-section .theme-right-block {
    width: calc(100% - 584px);
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    margin: auto;
}

.theme-top-section .theme-right-block .news-block {
    /* flex: 0 0 30%;
    padding: 20px;
    margin-left: 10px;
    margin-top: 10px;  */
    flex: 0 0 50%; /* Set width to 584px */
    padding: 0px 8px;
}

/* .theme-top-section .news-block:nth-child(2n+1) {
    margin-left: 0;
} */

.theme-top-section .theme-left-block .primary-column {
    flex: 0 0 584px; /* 70% width of the container, does not grow or shrink */
    padding: 0px 8px;
}

.theme-herobanner {
    display: flex;
    max-width: 1200px;
    width: calc(100% - 36px);
    flex-direction: row;
    margin: auto;
    max-height: 486px;
}

.theme-herobanner .news-img {
    aspect-ratio: 16/9;
    flex: 72% 0 0;
    /* flex: 894px 0 0; */
    height: auto;
    padding-top: 0;
    width: 72%;
    border-radius: unset;
}

.theme-herobanner .news-img img {
    position: unset;
}

.theme-herobanner .news-detail {
    flex: 28% 0 0;
    padding: 25px 20px;
    /* width:  34%; */
    /* width: 306px; */
    width: 28%;
    background: linear-gradient(0deg, #f2f2f2 0%, #f2f2f2 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.theme-herobanner .news-detail .title {
    -webkit-line-clamp: 3;
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    height: unset;
    margin-bottom: 16px;
    margin-top: 0;
}

.minisite-page .tab-title-theme .cat {
    font-size: var(--font-size);
}

.theme-herobanner .news-detail .des {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 13;
    color: #434343;
}

.minisite-page .home-content .tabs {
    border-bottom: unset;
    margin-bottom: unset;
}

.minisite-page .video-main {
    padding: 40px 0px;
    height: 641px;
}

/* .minisite-page .fancybox-show-caption .fancybox-caption,
.minisite-page .fancybox-show-infobar .fancybox-infobar,  */
.minisite-page .fancybox-show-nav .fancybox-navigation .fancybox-button,
.minisite-page .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.minisite-page button.fancybox-button.fancybox-button--close {
    right: 20px;
}

.minisite-page .swiper-container {
    width: 100%;
    height: 100%;
}

.minisite-page .featured-swiper {
    /* height: 672px; */
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-bottom: 10px;
}

.minisite-page .featured-swiper .swiper-caption {
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 10%,
        rgba(255, 255, 255, 0) 100%
    );
    bottom: var(--swiper-pagination-bottom, 0px);
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    height: 25%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
}

.minisite-page .featured-swiper .swiper-caption span {
    padding: 8px 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 41px;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 1);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, "none");
    overflow: hidden;
    hyphens: auto;
}

.minisite-page .featured-swiper .swiper-pagination {
    position: absolute;
    top: 2%;
    width: 60px;
    height: 24px;
    left: unset;
    right: 10px;
    color: #fff;
    font-size: smaller;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1px 5px;
}

.minisite-page .featured-swiper .swiper-button-next {
    right: 0;
    height: 64px;
    width: 28px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px 0px 0px 4px;
}

.minisite-page .featured-swiper .swiper-button-prev {
    left: 0;
    height: 64px;
    width: 28px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0px 4px 4px 0px;
}

.minisite-page .featured-swiper .swiper-button-prev:after,
.minisite-page .featured-swiper .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
}

.minisite-page .fancybox-image {
    margin: 10px 0;
    max-height: 90%;
    height: auto;
    width: 100%;
}

.minisite-page .fancybox__slide.has-image > .fancybox__content {
    /* width: 100% !important;
    height: 90% !important; */
}

.minisite-page .fancybox__slide {
    /* margin: 10px 0; */
}

.minisite-page .thumbnail-swiper {
    /* height: 130px; */
    height: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

.minisite-page .thumbnail-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    aspect-ratio: 16/9;
    /* opacity: 0.4; */
}

.minisite-page .swiper-slide {
    width: 100%;
    text-align: -webkit-center;
    background-color: #ededed;
}

.minisite-page .swiper-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.minisite-page .thumbnail-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.minisite-page .thumbnail-swiper .swiper-slide-thumb-active .swiper-caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    bottom: var(--swiper-pagination-bottom, 0px);
}

.minisite-page .thumbnail-swiper .swiper-slide .swiper-caption {
    display: none;
}

.minisite-page .thumbnail-swiper .swiper-slide-thumb-active .swiper-caption {
    display: block;
}

.minisite-page
    .thumbnail-swiper
    .swiper-slide-thumb-active
    .swiper-caption
    span {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.minisite-page .fancybox__container {
    z-index: 9999;
    top: 120px;
    height: calc(100vh - 120px);
}

.fancybox__slide.has-image > .fancybox__content {
    width: 100%;
    height: 100%;
}

.minisite-page .fancybox-inner {
    width: 100%;
}

.minisite-page .fancybox__slide.has-caption {
    flex-direction: column;
}

.minisite-page .fancybox__caption {
    max-width: 90%;
    padding: 1rem 3rem 1rem 1rem;
    position: absolute;
    bottom: 5%;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 3);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, "none");
    overflow: hidden;
    hyphens: auto;
    height: auto;
    max-height: 90px;
}

.minisite-page .featured-slide .slick-slide {
    border-radius: 8px;
    padding: 0px 8px;
}

.minisite-page .slick-list {
    height: 672px;
}

.minisite-page .featured-slide {
    margin-bottom: 10px;
}

.minisite-page .featured-slide,
.minisite-page .slick-slide {
    border-radius: 8px;
}

.minisite-page .slick-slide {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.minisite-page .f-carousel__slide {
    width: 213.33px;
    height: 120px;
    border-radius: 8px;
    margin: 0 4px;
}

.minisite-page .f-carousel__slide img,
.minisite-page .slick-slide img {
    border-radius: 8px;
}

.minisite-page .slick-slide img,
.minisite-page .f-carousel__slide img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.minisite-page .fancybox-show-thumbs .fancybox-thumbs {
    display: none;
}

.minisite-page .gallery-slider {
    height: 120px;
}

.minisite-page .gallery-slider .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 120px;
    /* margin-top: 10px; */
}

.minisite-page .f-carousel {
    display: flex;
    overflow-x: auto;
}

.minisite-page .tab-group {
    /* padding: 16px 0px; */
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    justify-content: start;
    display: flex;
    border-bottom: 1px solid #ededed;
    overflow-x: auto;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: sticky;
    top: 60px;
    z-index: 30;
}

.minisite-page .tab-group::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
}

.minisite-page .tab-group a {
    color: #333333;
    font-size: 17px;
}

.minisite-page .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 16px 100px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    width: 273px;
    margin: auto;
    margin-top: 40px;
}

.minisite-page .more-btn .moreicon {
    width: 7px;
    height: 7px;
    margin-left: 4px;
}

.minisite-page .navi-title {
    margin: auto;
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
}

.minisite-page .navi-section,
.minisite-page .infogram,
.minisite-page .gallery-section {
    padding: 30px 0px;
}

.minisite-page .navi-tab.active:after {
    width: 24px;
    bottom: -16px;
    position: absolute;
}

.minisite-page .navi-tab {
    margin-right: 24px;
}

.minisite-page .navi-tab.active {
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.minisite-page .theme-content .tabs {
    border-bottom: unset;
    margin-bottom: unset;
    border-bottom: 1px solid #ededed;
}

/* .minisite-page .primary-column {
    width: calc(100% - 632px);
}

.minisite-page .news-block:nth-child(2),
.minisite-page .news-block:nth-child(3),
.minisite-page .news-block:nth-child(4),
.minisite-page .news-block:nth-child(5){
    width: 316px;
    padding: 0 8px;
}

.minisite-page .news-block:nth-child(3n+2) {
    margin-right: 0;
} */

.racing-page section.racing-section {
    background-color: #fafafa;
}

.racing-border {
    border-radius: 24px;
    border: 2px solid transparent;
}

.racing-container {
    border-radius: 24px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    height: 100%;
}

.racing-header {
    display: flex;
    align-items: center;
}

.racing-header img {
    width: 140px;
    height: 48.84px;
}

.racing-body {
    border-radius: 24px;
    align-self: stretch;
    display: flex;
    /* margin-top: 16px; */
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    vertical-align: middle;
    height: auto;
}

.racing-body .div {
    /* position: relative; */
    margin: auto;
    /* flex-wrap: wrap; */
    width: 260px;
    /* gap: 8px 24px; */
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    grid-gap: 8px 24px;
}

/* .racing-body .bg {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 151px;
    height: 142px;
    flex-shrink: 0;
    right: 0;
    bottom: 0;
    fill: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25) inset;
  } */

/* .racing-body .top {
    position: relative;
    display: flex;
    gap: 24px;
  } */

.racing-btn img {
    aspect-ratio: 0.8;
    object-fit: contain;
    object-position: center;
    /* width: 36px;
    height: 26px; */
    overflow: hidden;
}

.racing-btn .desc {
    color: #0e1e52;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 8px;
}

/* .racing-body .bottom{
    position: relative;
    display: flex;
    margin-top: 14px;
    gap: 24px;
  } */

.racing-btn {
    display: flex;
    flex-direction: column;

    justify-content: center;
    width: 67px;
    height: auto;
    aspect-ratio: 0.8;
    border-radius: 8px;
    /* border: 1px solid #E5E5E5; */
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px #bdbdbd40;
    /* margin: 4px 12px; */
}

@media (max-width: 1365px) {
    .column-layout,
    .author-layout {
        width: 987px;
    }

    /* .home-page .column-layout, .author-layout {
    width: unset;
} */

    .column-layout .news-block {
        /* width: 321px; */
        height: 345px;
        padding: 0 8px;
        margin-bottom: 12px;
    }

    .home-page .column-layout .news-block {
        width: 32.5%;
    }

    .column-layout .column-img {
        width: 100%;
        height: 182px;
    }

    .column-layout .video-time {
        top: 70px;
    }

    .column-layout .column-info {
        height: 92px;
    }

    .column-layout .author {
        width: 305px;
        height: 70px;
    }

    .column-layout .author-img {
        width: 50px;
        height: 50px;
    }

    .column-layout .author-topic {
        font-size: 14px;
        line-height: 20px;
    }

    .column-layout .title {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .column-layout .time {
        font-size: 13px;
        line-height: 140%;
    }

    .all-author-page .author-block {
        width: 469px;
        height: 145px;
    }

    .more-article .news-block {
        width: 664px;
        height: 175px;
    }

    .more-article .news-block .more-img {
        width: 309px;
    }

    .more-article .news-block .title a {
        -webkit-line-clamp: 2;
    }

    .more-article {
        width: 664px;
    }

    .plus-page .breadcrumb {
        display: none;
    }
}

@media (max-width: 1100px) {
    .home-page .column-layout .news-block {
        width: 50%;
    }

    .racing-body .div {
        gap: 24px;
        /* width: calc(100% - 88px); */
    }
}

@media (max-width: 1023px) {
    .column-layout,
    .author-layout {
        width: 724px;
    }

    .plus-page .column-layout .news-block,
    .home-page .column-layout .news-block {
        width: 50% !important;
        height: 363px;
        margin-bottom: 16px;
    }

    .column-layout .column-img {
        height: 200px;
    }

    .all-author-page .author-block {
        width: 724px;
        height: 94px;
        padding: 12px 0px;
        margin-bottom: 8px;
    }

    .author-block .topic {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .author-block .info {
        -webkit-line-clamp: 1;
    }

    .author-block img {
        width: 64px;
        height: 64px;
        min-width: 64px;
    }

    .self-author-top,
    .self-author-page .readmore,
    .self-author-layout {
        width: 724px;
    }

    .self-author-top .logos {
        display: none;
    }

    .self-author-layout .news-block {
        width: 354px;
        height: 308px;
    }

    .self-author-layout .news-block .title {
        font-size: 17px;
        line-height: 24px;
        height: 46px;
    }

    .self-author-layout .news-block .detail {
        height: 108px;
    }

    .self-author-top img {
        width: 64px;
        height: 64px;
        min-width: 64px;
    }

    .self-author-top .topic {
        font-size: 20px;
        line-height: 28px;
    }

    .self-author-top .name {
        font-size: 12px;
        line-height: 18px;
    }

    .more-article .news-block {
        width: 724px;
        height: 170px;
    }

    .more-article .news-block .more-img {
        width: 300px;
    }

    .more-article .news-block .content {
        display: none;
    }

    .article-content .share-tool {
        width: unset;
        margin: unset;
    }

    .article-author .topic {
        flex-direction: column;
        align-items: start;
    }

    .author-article-des .article-author a {
        align-self: start;
        display: flex;
    }

    .author-article-des {
        align-items: end;
    }

    .more-article .news-block .time {
        margin-bottom: 8px;
    }

    .more-article .news-block .author-img {
        margin-right: 4px;
    }

    .all-author-page main {
        padding-bottom: 83px;
    }
}

@media (max-width: 767px) {
    .listing-top .tab-link {
        padding: 8px 35px;
    }

    .plus-page .filter-tabs .tabs {
        width: calc(100vw - 10px);
    }

    .plus-menu-label {
        margin: 0 4px;
    }

    .column-layout .column-img {
        height: 195px;
    }

    .plus-page .column-layout .news-block {
        width: calc(100vw - 30px) !important;
        height: 367px;
        padding: 0;
    }

    .column-layout,
    .author-layout {
        width: 100%;
        justify-content: center;
        /* padding-bottom: 40px; */
        padding: 16px 15px 40px 15px;
    }

    .home-page .column-layout {
        padding: unset;
    }

    .column-layout .title {
        height: 50px;
        font-size: 18px;
        line-height: 25px;
    }

    .column-layout .column-info {
        height: 102px;
    }

    .tab-pre,
    .tab-next {
        width: 10px;
        height: 50px;
        position: relative;
    }

    .plus-sub-menu {
        width: 100vw;
    }

    .tab-next:after {
        content: "next";
        right: 14px;
        top: 13px;
        position: absolute;
        font-family: swiper-icons;
        font-size: 3px;
    }

    .tab-pre:after {
        content: "prev";
        right: 14px;
        top: 13px;
        position: absolute;
        font-family: swiper-icons;
        font-size: 3px;
    }

    .plus-sub-menu .tab-next:after {
        content: "";
        right: 14px;
        top: 13px;
        position: absolute;
    }

    .plus-sub-menu .tab-pre:after {
        content: "";
        right: 14px;
        top: 13px;
        position: absolute;
    }

    .listing-top .tab-group {
        width: 100vw;
        overflow: scroll;
        justify-content: flex-start;
    }

    .all-author-page .listing-top .tab-group {
        justify-content: center;
    }

    .all-author-page .author-block {
        width: calc(100vw - 30px);
        height: 108px;
    }

    .author-block .info {
        -webkit-line-clamp: 2;
    }

    .author-block .name {
        margin-bottom: 4px;
    }

    .self-author-top,
    .self-author-page .readmore,
    .self-author-layout {
        width: calc(100vw - 30px);
    }

    .self-author-top .info {
        -webkit-line-clamp: 6;
    }

    .self-author-layout .news-block {
        width: 100vw;
        height: 303px;
        margin-bottom: 16px;
    }

    .self-author-layout .news-block img {
        height: 195px;
    }

    .more-article {
        width: calc(100vw - 30px);
        margin-top: 40px;
    }

    .more-article .news-block {
        width: calc(100vw - 30px);
        height: 91px;
    }

    .more-article .news-block .more-img a {
        height: 100%;
    }

    .more-article .news-block .more-img {
        width: 162px;
        height: 91px;
        margin-right: 8px;
    }

    .more-article .news-block .title {
        margin-bottom: 4px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        -webkit-line-clamp: 2;
    }

    .more-article .news-block .title a {
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 17px !important;
        -webkit-line-clamp: 2 !important;
    }

    .author-article-des {
        width: calc(100vw - 30px);
    }

    .column-layout .author {
        width: calc(100vw - 59px);
    }

    .author-block .detail {
        width: 269px;
    }

    .self-author-layout .news-block.news-ad,
    .plus-page .news-block.news-ad {
        height: auto;
        margin: 16px 0;
    }

    .self-author-layout .news-block.news-ad > div,
    .plus-page .news-block.news-ad > div {
        background: unset;
        border-radius: unset;
        border: unset;
        margin: unset;
    }

    .racing-header img {
        width: 91.74px;
        height: 32px;
    }
}

@media (max-width: 700px) {
    .home-page .column-layout .news-block {
        width: 100% !important;
        padding: unset !important;
    }

    .racing-page section.racing-section {
        margin-top: calc(var(--header-height) - 20px);
    }

    .racing-section .tab-group {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 40px;
    }

    .racing-container {
        padding: 8px;
    }

    .racing-border {
        height: 149px !important;
    }

    .racing-body .div {
        flex-wrap: nowrap;
        width: unset;
        column-gap: 12px;
        display: flex;
    }

    .racing-menu {
        background-color: #f9f9f9;
        clip-path: inset(0 -100vmax);
        width: unset;
        box-shadow: 0 0 0 100vmax #f9f9f9;
        padding: 0;
    }
}

.help .all-author-page .author-block {
    width: unset;
    height: unset;
    margin-bottom: unset;
}

.help .all-author-page .detail {
    display: grid;
    align-content: center;
}

.help .all-author-page {
    margin-bottom: 4px;
}

/* plus end */

.accordion {
    margin-bottom: 20px;
    width: 100%;
}

.accordion-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.accordion-button-text p,
.accordion-button p {
    padding: unset;
    margin: unset;
    text-align: left;
}

.accordion-button {
    color: var(--title-color);
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 500;
    background-color: #fafafa;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /*border: 1px solid #D9D9D9;*/
    width: auto;
}

.accordion-button-text {
    color: var(--title-color);
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 500;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 18px 24px 18px 24px;
    text-align: left;
}

.accordion-button:not(.collapsed) {
    color: var(--title-color);
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 500;
    background-color: #fafafa;
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
    box-shadow: unset;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
    outline: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/sthl/assets/icons/icon-faq.svg");
    transform: rotate(0deg);
}

.accordion-button::after {
    width: 1.25rem;
    height: 0.625rem;
    background-image: url("/sthl/assets/icons/icon-faq.svg");
    transform: rotate(-180deg);
}

html.dark .accordion-button,
html.dark .accordion-button-text {
    background-color: #282828;
    color: #eeeeee;
}

html.dark .accordion-item {
    background-color: #121212;
    border: 1px solid #444444;
}

.accordion-body p {
    font-size: 18px;
    font-weight: 400;
}

html.dark .accordion-body p {
    color: #eeeeee;
}

#ad-interscroller-m,
#detail-interscroller_01 {
    /* #detail-interscroller_01{ */
    position: absolute;
    width: 100%;
    /* height: 250px; */
    height: 85vh;
    /* clip: rect(0px auto auto 0px); */
    clip: rect(0px 100vw 88vh -8vw);
    left: 0px;
    /* display: flex; */
    /* justify-content: center; */
    display: block;
    text-align: center;
}

div#ad-interscroller-m > div:first-child {
    position: fixed !important;
    /* transform: translateX(25%); */
    justify-self: center;
    /* top: 20%;
    transform: translateX(25%); */
}

div#detail-interscroller_01 > div:first-child {
    position: fixed !important;
    top: 20%;
    /* transform: translateX(25%); */
    transform: translateX(-50%);
    left: 50%;
}

div[id^="interscroller-container-"] {
    /* .interscroller-container-1{ */
    /* height: 100vh; position: relative; margin: 40px 0; width:100%; */
    position: relative;
    /* margin: 2em auto; */
    width: 100%;
    /* height: 250px; */
    height: 85vh;
    margin-bottom: 12px;
}

div[id^="interscroller-"][id$="_m"] {
    /* #interscroller-1_m{ */
    position: fixed;
    top: 10%;
    backface-visibility: hidden;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    height: auto;
    left: 50%;
}

div#lrec1_m {
    margin-bottom: 20px;
}

#interscroller-header {
    background: var(--light-footer, #f2f2f2);
    text-transform: uppercase;
    /* position:absolute; z-index:9; margin-top:-26px; color:#999; text-align:center;  */
    width: calc(100vw);
    /* left: calc(-50vw + 50%); */
    font-size: 14px;
    padding: 3px 0;
    height: 26px;
    text-align: center;
    z-index: 9;
    position: relative;
}

#interscroller-header.closing {
    margin-bottom: 15px;
}

div[id^="collapse_"] {
    transition: none;
}

@media (max-width: 800px) {
    #floating-btn-container {
        position: fixed;
        top: 55%;
        left: calc(100% - 85px);
        width: 70px;
        height: auto;
    }

    #floating-btn-container .fab-btn,
    #floating-btn-container .fab-btn img {
        width: 70px;
        height: 70px;
    }
}

/* for racing page */
@media (min-width: 401px) and (max-width: 767px) {
    .racing-btn {
        width: 65px;
    }
}
@media (max-width: 400px) {
    .racing-btn {
        width: 55px;
    }
}

/** for theme page **/
@media (max-width: 1024px) {
    /* .theme-top-section .theme-right-block .news-block{
        flex: 0 0 100%;

    } */

    .theme-section.lazy .news-block:nth-child(1) {
        grid-column: span 8;
        grid-row: span 2;
        align-self: baseline;
    }

    .theme-section.lazy .news-block:nth-child(n + 2) {
        grid-column: span 4;
    }

    .theme-section.lazy .news-block:nth-child(n + 6) {
        grid-column: span 4;
    }
}

@media (max-width: 700px) {
    .theme-section {
        display: flex;
        flex-direction: column;
    }

    .theme-herobanner {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin: auto;
    }

    /* .minisite-page .news-block:nth-child(2),
    .minisite-page .news-block:nth-child(3),
    .minisite-page .news-block:nth-child(4),
    .minisite-page .news-block:nth-child(5){
        width: 100%;
        padding: 0 8px;
    }

    .minisite-page .news-block:nth-child(3n+2) {
        margin-right: 0;
    } */

    .theme-herobanner .news-img {
        aspect-ratio: unset;
        flex: 66% 0 0;
        height: auto;
        padding-top: 0;
        width: 100%;
        border-radius: unset;
    }

    .theme-herobanner .news-img img {
        position: unset;
        height: auto;
    }

    .theme-herobanner .news-detail {
        padding: 16px 8px;
        width: 100%;
        background: linear-gradient(0deg, #f2f2f2 0%, #f2f2f2 100%),
            linear-gradient(
                0deg,
                rgba(0, 0, 0, 0.6) 0%,
                rgba(0, 0, 0, 0.6) 100%
            );
        flex: 100% 0 0;
    }

    .theme-herobanner .news-detail .des {
        display: none;
        height: 0;
    }

    .theme-herobanner .news-detail .title {
        -webkit-line-clamp: 3;
        color: #333;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        height: unset;
        margin-bottom: unset;
        margin-top: unset;
    }

    .theme-top-section .theme-left-block {
        width: 584px;
    }

    .theme-top-section .theme-right-block {
        width: 100%;
        display: flex;
        flex-wrap: unset;
        flex: 0 0 100%;
        flex-direction: column;
        margin: auto;
    }

    .theme-top-section .theme-right-block .news-block {
        /* flex: 0 0 30%;
        padding: 20px;
        margin-left: 10px;
        margin-top: 10px;  */
        flex: 0 0 50%; /* Set width to 584px */
        padding: 0px 8px;
    }

    .theme-section.lazy {
        display: flex;
        flex-direction: column;
    }

    .theme-section.lazy .news-block:nth-child(1),
    .theme-section.lazy .news-block:nth-child(n + 2),
    .theme-section.lazy .news-block:nth-child(n + 6) {
        grid-column: unset;
        grid-row: unset;
        align-self: baseline;
    }

    .theme-section .news-block .title {
        height: auto;
        line-height: 25px;
        font-size: 18px;
    }

    /* .theme-top-section .news-block:nth-child(2n+1) {
        margin-left: 0;
    } */

    .minisite-page .gallery-section {
        margin-top: 10px;
        margin-left: -15px;
        margin-right: -15px;
        width: 100vw;
        padding-top: 64px;
    }

    .minisite-page .container-fluid.gallery {
        width: 100%;
        padding: 0px;
    }

    .minisite-page .gallery {
        padding: 20px 0px;
    }

    .minisite-page .featured-swiper .swiper-pagination {
        left: unset;
        right: 5px;
    }

    .minisite-page .fancybox-image {
        /* max-height: 85%; */
        max-height: 100vh;
        height: auto;
    }

    .minisite-page .fancybox__caption {
        -webkit-line-clamp: unset;
        max-height: unset;
    }

    .minisite-page .thumbnail-swiper {
        height: auto;
    }

    .minisite-page .thumbnail-swiper .swiper-slide {
        width: auto;
        height: 100%;
        aspect-ratio: 16/9;
    }

    .minisite-page .featured-swiper .swiper-caption span {
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        height: 28px;
    }

    .minisite-page
        .thumbnail-swiper
        .swiper-slide-thumb-active
        .swiper-caption
        span {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        height: 18px;
    }

    .minisite-page .fancybox__footer .fancybox__caption {
        margin-bottom: 20%;
        width: 100%;
        max-width: 100%;
    }

    .minisite-page .tab-group a {
        font-size: 16px;
    }

    .minisite-page div#ad-billboard {
        margin-bottom: unset;
    }

    .theme-top-section .theme-left-block .primary-column {
        flex: 0 0 584px; /* 70% width of the container, does not grow or shrink */
        padding: 0px 8px;
    }

    .theme-section .news-block.news-ad > div {
        min-height: unset;
        margin: auto;
    }

    .minisite-page .navi-section {
        padding: 64px 0px;
        width: 100%;
        padding-top: 64px;
    }

    .minisite-page .container-fluid .infogram {
        padding: 40px 0px;
        padding-top: 64px;
    }

    .minisite-page .footer {
        bottom: unset;
        display: unset;
    }

    .minisite-page .tab-group {
        top: 40px;
    }
}

.container.racing.fullwidth {
    max-width: 100%;
    width: 100%;
}

.container.racing.fullwidth .racing-iframe-container {
    display: flex;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
}

.container.racing.fullwidth .racing-iframe {
    width: 100%;
    height: calc(100vh - 64px);
}

@media (max-width: 900px) {
    .container.racing.fullwidth .racing-iframe {
        width: 100%;
        height: calc(100vh - 140px);
    }
}

.health_recommend_section {
    background-color: #f3f6f4;
    width: unset;
    margin-bottom: 40px;
    box-shadow: 0 0 0 100vmax #f3f6f4;
    clip-path: inset(0 -100vmax);
}

.health_recommend_section .recommend-title {
    margin-top: 28px;
    display: flex;
    align-items: center;
}

.health_recommend_section .recommend-title .recommend-title-logo {
    width: 20%;
}

.health_recommend_section .recommend-title .recommend-title-line {
    width: 80%;
}

.health_recommend_section .recommend-title img {
    overflow: hidden;
    align-content: flex-start;
    display: flex;
    max-width: 100%;
}

.health_recommend_section .recommend-section {
    border-bottom: 1px solid var(--hr-color);
    border-top: 1px solid var(--hr-color);
    padding: 20px 0;
    background-color: #f3f6f4;
    height: 456px;
}

.health_recommend_section .health_recommend-blocks {
    display: flex;
    width: 100%;
    margin-top: 28px;
    height: auto;
    margin-bottom: 20px;
}

.health_recommend_section .health_recommend-wrapper {
    display: flex;
    /* margin: 0 -8px; */
    flex-direction: row;
    align-items: center;
    /* overflow-y: hidden;
    overflow-x: scroll; */
}

img.health_recommend-img {
    width: 100%;
    object-fit: contain;
}

.health_recommend_section .health_recommend-block {
    flex: 25% 0 0;
    max-width: 300px;
    max-height: 250px;
}

.cat-layout-1b .news-block {
    float: left;
    width: 33.3%;
    margin-bottom: 24px;
    padding: 0 8px;
}

.health_recommend_section .swiper-pagination-bullet-active {
    background-color: #666666 !important;
    border-radius: 4px;
    width: 30px;
}

.health_recommend.swiper-pagination {
    bottom: 10%;
}

@media (max-width: 800px) {
    .health_recommend_section .recommend-section {
        height: 378px;
    }
    .health_recommend_section .health_recommend-block {
        flex: 33.3% 0 0;
        max-width: 300px;
        max-height: 250px;
    }
}

@media (max-width: 600px) {
    .health_recommend_section {
        width: 100%;
    }

    .health_recommend_section .recommend-section {
        height: 375px;
    }
    .health_recommend_section .health_recommend-block {
        flex: 100% 0 0;
        max-width: 300px;
        max-height: 250px;
    }

    .health_recommend.swiper-pagination {
        bottom: 5%;
    }

    .health_recommend_section .recommend-title {
        margin-top: unset;
    }

    .health_recommend_section .recommend-title .recommend-title-logo {
        width: 50%;
    }

    .health_recommend_section .recommend-title .recommend-title-line {
        width: 50%;
    }
}

@media (max-width: 600px) {

    body {
        scroll-behavior: auto;
    }
    :target {
        scroll-margin-top: 55px;
    }
}


/* .lrec_overlay {
    transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1),
                opacity 1.2s ease;
  } */



/*  Expand from bottom-right (no translate!) */
@keyframes lrecExpand {
    0% {
      width: 300px;
      height: 250px;
      opacity: 0.8;
    }
    60% {
      width: 930px;                /* little overshoot for bounce */
      height: 520px;
      opacity: 1;
    }
    100% {
      width: 900px;
      height: 500px;
      opacity: 1;
    }
  }

  /* --- Shrink back --- */
  @keyframes lrecShrink {
    0% {
      width: 900px;
      height: 500px;
      opacity: 1;
      transform: translate(0,0);
      left: -50%;
    }
    40% {
      width: 340px;
      height: 280px;
      opacity: 0.6;
      left: 0;
      transform: translate(0,0);
    }
    100% {
      width: 300px;
      height: 250px;
      opacity: 0;
      transform: translate(0, 0);
      left:0;

    }
  }




  .lrec_overlay {
    position: absolute;
    /* bottom: 0;    anchor to bottom-right corner of container */
    top: 0;
    right: 0;
    width: 300px;               /* base LREC size */
    height: 250px;
    transform: scale(1);
    transform-origin: top right;
    opacity: 1;
    z-index: 2000;
    will-change: transform, opacity;
  }

  .lrec_shrink {
    /* animation: lrecShrink 1s ease forwards; */
    position: relative;
    left: -300px;
    top: -250px;
    transform-origin: top ;
  }

  .lrec_expand {
    animation: lrecExpand 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  }


  @media (prefers-reduced-motion: reduce) {
    .lrec_overlay, .lrec_shrink { animation: none; }
  }



/* Byline block (article author profile) – Figma spec */
.byline-block {
  box-sizing: border-box;
  max-width: 816px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 18px 24px;
  /* margin-top: 1.5rem; */
  margin-bottom: 1rem;
  background-color: #FAFAFA;
  width: 100%;
}

.byline-block__heading {
  font-family: "PingFang HK", "PingFang TC", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0%;
  margin: 0;
  color: #0066B3;
}

.byline-block__heading .byline-block__author-name{
    font-weight: 600;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

.byline-block__heading .byline-block__profile-suffix{
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #333333;
}

.byline-block__description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #333333;
  margin: 0;
}

.byline-block__website,
.byline-block__facebook {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin: 0;
  max-width: calc(100% - 16px);
  word-break: break-all;
  overflow-wrap: anywhere;
}

.byline-block__website a,
.byline-block__facebook a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  color: #0066B3;
}

@media (max-width: 767px) {
  .byline-block {
    /* margin-left: 16px;
    margin-right: 16px; */
    padding: 16px 8px;
    /* margin-top: 16px; */
    margin-bottom: 16px;
  }

  [id^="videoplayer_"]:not(:empty) {
    /* width: 100% !important;
    height: auto !important; */
    margin-bottom: 6px;
  }

}

/* SWFE-806: Article Detail Padding Between Articles */

.main-body.first-article {
    padding: 24px 0 0 0;
}

.main-body:not(.first-article) {
    padding: 0 0 0 0;
}

.article-content .menu-hr{
    margin-top: 5px;
}

.share-box{
    margin: 26px 0 10px 0;
}

.first-article .share-box{
    margin: 26px 0 0 0;
}

.plus-page .share-box{
    margin: 26px 0 10px 0;
}

.self-author-page .main-body{
    padding: 15px 0 0 0 ;
}

.minisite-page .theme-iframe-container{
    overflow: scroll;
    width: 100%;
    max-width: calc(100vw - 20px);
}

@media (max-width: 767px) {


    .all-author-page .main-body{
        padding: 24px 0;;
    }

    .tv-page .main-body {
        padding: 15px 0 0 0;
    }

    .article-content .menu-hr{
        /* SWFE/806 was margin-top: 24px; 
            change to 6px to reduce the gap between articles on mobile, as per design spec.
            And 10px is from the default ad container 10px margin-bottom, so we can keep the total gap between articles to 16px on mobile.
        */
        margin-top: 6px;
        margin-bottom: 16px;
    }

    .article-content{
        padding-top: 6px;
        padding-bottom: 0px;
    }

    /* .plus-page .article-content{
        padding-top: 40px;
    } */

    .plus-page section:first-of-type {
        padding-top: 20px;
    }

    .main-body.first-article > .article-content{
        padding-top: 0px;
    }

    .share-box{
        margin: 5px 0 5px 0;
    }

    [id^="videoplayer_"]:not(:empty) {
        /* width: 100% !important;
        height: auto !important; */
        margin-bottom: 6px;
    }

    .minisite-page .theme-iframe-container{
        overflow: scroll;
        width: 100%;
        max-width: calc(100vw - 20px);
    }
}

[id^="ad-leaderboard-"]:has(> [id^="leaderboard"]:empty) {
    margin-bottom: 0 !important;
}

[id^="ad-leaderboard-"]:has(> [id^="leaderboard"][style*="display: none"]) {
    margin-bottom: 0 !important;
  }

[id^="ad-leaderboard-"][id$="-m"]:has(> [id^="leaderboard"][style*="display: none"]) {
    margin-bottom: 0 !important;
}

[id^="ad-billborad"]:has(> [id^="billborad"]:blank) {
    margin-bottom: 0 !important;
}

[id^="ad-billborad-"]:has(> [id^="billborad"]:blank) {
    margin-bottom: 0 !important;
}

[id^="ad-billborad-"]:has(> [id^="billborad"][style*="display: none"]) {
    margin-bottom: 0 !important;
  }

[id^="ad-billborad-"][id$="-m"]:has(> [id^="billborad_m"][style*="display: none"]) {
    margin-bottom: 0 !important;
}
