@charset "UTF-8";
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.22.0
 * https://github.com/wenzhixin/bootstrap-table/
 */
/* stylelint-disable annotation-no-unknown, max-line-length */
/* stylelint-enable annotation-no-unknown, max-line-length */
.bootstrap-table .fixed-table-toolbar::after {
    content: "";
    display: block;
    clear: both;
}
.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
    border-radius: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    z-index: 1001;
}
.bootstrap-table .fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4286;
}
.bootstrap-table .fixed-table-toolbar .columns-left {
    margin-right: 5px;
}
.bootstrap-table .fixed-table-toolbar .columns-right {
    margin-left: 5px;
}
.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.bootstrap-table .fixed-table-container {
    position: relative;
    clear: both;
}
.bootstrap-table .fixed-table-container .table {
    width: 100%;
    margin-bottom: 0 !important;
}
.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
    vertical-align: middle;
    box-sizing: border-box;
}
.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}
.bootstrap-table .fixed-table-container .table thead th:focus {
    outline: 0 solid transparent;
}
.bootstrap-table .fixed-table-container .table thead th.detail {
    width: 30px;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.75rem;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px !important;
}
.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.bootstrap-table .fixed-table-container .table thead th .both {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.bootstrap-table .fixed-table-container .table thead th .asc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}
.bootstrap-table .fixed-table-container .table thead th .desc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
    background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
    text-align: center;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view {
    display: flex;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    width: auto !important;
    text-align: left !important;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
    width: 100% !important;
    text-align: left !important;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox {
    text-align: center;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label {
    margin-bottom: 0;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio],
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox] {
    margin: 0 auto !important;
}
.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
    padding: 0.3rem;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
    border-bottom: 1px solid #32383e;
}
.bootstrap-table .fixed-table-container .fixed-table-header {
    overflow: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    transition: visibility 0s, opacity 0.15s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
    visibility: visible;
    opacity: 1;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
    align-items: baseline;
    display: flex;
    justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    margin-right: 6px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
    content: "";
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: loading;
    background: #212529;
    border-radius: 50%;
    display: block;
    height: 5px;
    margin: 0 4px;
    opacity: 0;
    width: 5px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
    animation-delay: 0.3s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
    animation-delay: 0.6s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
    background: #212529;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
    background: #fff;
}
.bootstrap-table .fixed-table-container .fixed-table-footer {
    overflow: hidden;
}
.bootstrap-table .fixed-table-pagination::after {
    content: "";
    display: block;
    clear: both;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail,
.bootstrap-table .fixed-table-pagination > .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
    display: inline-block;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
    margin-bottom: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
    margin: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
    color: #c8c8c8;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
    content: "⬅";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
    content: "➡";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}
.bootstrap-table.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100% !important;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
}
.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
    padding: 0.5rem 1rem;
}
.bootstrap-table.bootstrap5 .float-left {
    float: left;
}
.bootstrap-table.bootstrap5 .float-right {
    float: right;
}

/* calculate scrollbar width */
div.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

@keyframes loading {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*!
 * Bootstrap Reboot v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-black: #000;
    --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", "Noto Sans", "Liberation Sans", Arial, 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;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
    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: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

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

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;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}
a:hover {
    color: var(--bs-link-hover-color);
}

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

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

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: var(--bs-code-color);
    word-wrap: break-word;
}
a > code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}

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

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

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

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}

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

::-webkit-inner-spin-button {
    height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-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;
}

/*!
 * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-black: #000;
    --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", "Noto Sans", "Liberation Sans", Arial, 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;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

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

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        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 > * {
    box-sizing: border-box;
    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;
    }
}
.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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
    .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;
    }
    .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;
    }
}
@media (min-width: 768px) {
    .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;
    }
    .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;
    }
}
@media (min-width: 992px) {
    .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;
    }
    .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;
    }
}
@media (min-width: 1200px) {
    .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;
    }
    .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;
    }
}
@media (min-width: 1400px) {
    .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;
    }
    .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;
    }
}
@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;
    }
}
/*!
 * Bootstrap Utilities v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
    color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
    color: #0a58ca !important;
}

.link-secondary {
    color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important;
}

.link-success {
    color: #198754 !important;
}
.link-success:hover, .link-success:focus {
    color: #146c43 !important;
}

.link-info {
    color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
    color: #3dd5f3 !important;
}

.link-warning {
    color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
    color: #ffcd39 !important;
}

.link-danger {
    color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
    color: #b02a37 !important;
}

.link-light {
    color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
    color: #f9fafb !important;
}

.link-dark {
    color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
    color: #1a1e21 !important;
}

.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: sticky;
    top: 0;
    z-index: 1020;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xxl-bottom {
        position: sticky;
        bottom: 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: 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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
    --bs-border-width: 1px;
}

.border-2 {
    --bs-border-width: 2px;
}

.border-3 {
    --bs-border-width: 3px;
}

.border-4 {
    --bs-border-width: 4px;
}

.border-5 {
    --bs-border-width: 5px;
}

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

.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;
}

.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;
}

.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;
}

.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-semibold {
    font-weight: 600 !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;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.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;
            user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
            user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
            user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
}
.select2.select2-container.select2-container--default .select2-selection--single {
    border: 1px solid var(--color--gray-500);
    border-radius: var(--border-radius--3);
    color: var(--color--gray-500);
    height: auto;
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
    position: relative;
}
.select2.select2-container.select2-container--default .select2-selection--single::before {
    content: url(../media/svg/icon-search.svg);
    height: 1.125rem;
    left: 0.625rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
}
.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding: 0;
}
.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
    border-color: var(--color--gray-500);
    border-radius: var(--border-radius--3);
    top: -0.8125rem;
}
.select2-container.select2-container--default.select2-container--open .select2-search--dropdown {
    border-color: var(--color--gray-500);
    border-radius: var(--border-radius--3);
    border-style: solid;
    border-width: 1px 0 1px;
    padding: 0;
    position: relative;
}
.select2-container.select2-container--default.select2-container--open .select2-search--dropdown::before {
    content: url(../media/svg/icon-search.svg);
    height: 1.125rem;
    left: 0.625rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
}
.select2-container.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field {
    border: 0;
    border-radius: var(--border-radius--3);
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
}
.select2-container.select2-container--default.select2-container--open .select2-results__options {
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
}
.select2-container.select2-container--default.select2-container--open .select2-results__option {
    border-radius: var(--border-radius--3);
    padding: 0.125rem 0.25rem;
}
.select2-container.select2-container--default.select2-container--open .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color--gray-300);
    color: var(--color--blue-400);
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-track {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
}
.simplebar-track.simplebar-horizontal {
    height: 8px;
}
.simplebar-track.simplebar-vertical {
    width: 8px;
}

.simplebar-scrollbar::before,
.simplebar-scrollbar.simplebar-visible::before {
    background-color: var(--color--yellow-400);
    border-radius: var(--border-radius--3);
    opacity: 1;
}

/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@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-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.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%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
:root {
    --border-radius--0: 0;
    --border-radius--1: 2px;
    --border-radius--2: 5px;
    --border-radius--3: 8px;
    --box-shadow--primary: 0 4px 10px rgba(0, 0, 0, 0.12);
    --box-shadow--secondary: 0 -4px 10px rgba(0, 0, 0, 0.25);
    --color--black: #000;
    --color--black-custom-400: rgba(0, 0, 0, 0.7019607843);
    --color--black-custom-500: #444;
    --color--blue-300: #4dabf7;
    --color--blue-400: #228be6;
    --color--blue-500: #106bc7;
    --color--blue-600: #004c8f;
    --color--blue-dark-200: #0d2b44;
    --color--blue-dark-300: #0d375e;
    --color--blue-dark-400: #0c2b44;
    --color--blue-dark-550: #082b44;
    --color--blue-dark-500: #092033;
    --color--blue-dark-600: #061622;
    --color--blue-light-200: #94daf5;
    --color--blue-light-300: #71cdf2;
    --color--blue-light-350: #00bfff;
    --color--blue-light-400: #4dc1ef;
    --color--blue-light-500: #3a91b3;
    --color--gray-200: #e9e9e9;
    --color--gray-250: #f7f7f7;
    --color--gray-300: #f1f1f1;
    --color--gray-340: #f5f5f5;
    --color--gray-343: #f0f0f0;
    --color--gray-345: #dfdfdf;
    --color--gray-350: #dedede;
    --color--gray-360: #c7c7c7;
    --color--gray-385: #6b808f;
    --color--gray-390: #ced5da;
    --color--gray-400: #676767;
    --color--gray-450: #747474;
    --color--gray-460: #777;
    --color--gray-470: #555;
    --color--gray-500: #444;
    --color--gray-550: #474747;
    --color--gray-600: #7595af;
    --color--gray-650: #395569;
    --color--magenta: #ef426f;
    --color--orange: #ec9311;
    --color--red: #f00;
    --color--red-custom-500: #e51a1a;
    --color--yellow-100: #fafacc;
    --color--yellow-200: #f5f599;
    --color--yellow-300: #f1f166;
    --color--yellow-400: #e7e700;
    --color--white: #fff;
    --font-family--heading: "Kanit";
    --font-family--body: "League Spartan";
    --font-family--Industry: "industry";
    --font-family--FFUnitRounded: "unit-rounded";
    --font-family--Kanit: "Kanit";
    --font-family--LeagueSpartan: "LeagueSpartan";
    --font-size--heading-1: 2.5rem;
    --font-size--heading-2: 2rem;
    --font-size--heading-3: 1.5rem;
    --font-size--heading-4: 1.25rem;
    --font-size--heading-5: 1.125rem;
    --font-size--heading-6: 1rem;
    --font-size--body-xxxl: 3.75rem;
    --font-size--body-xlarge: 1.125rem;
    --font-size--body-large: 1rem;
    --font-size--body-medium: 0.875rem;
    --font-size--body-small: 0.75rem;
    --font-size--body-xsmall: 0.625rem;
    --line-height--heading-1: normal;
    --line-height--heading-2: normal;
    --line-height--heading-3: normal;
    --line-height--heading-4: normal;
    --line-height--heading-5: normal;
    --line-height--heading-6: normal;
    --line-height--body-xxxl: normal;
    --line-height--body-xlarge: normal;
    --line-height--body-large: normal;
    --line-height--body-medium: normal;
    --line-height--body-small: normal;
    --line-height--body-xsmall: normal;
    --overlays--blue-60: linear-gradient(0deg, rgb(12, 43, 68) 0%, rgba(255, 255, 255, 0) 60%);
    --overlays--blue-card: linear-gradient(0deg, rgba(12, 43, 68, 0.95) 20%, rgba(0, 0, 0, 0) 60%);
    --top-bar--min-height: 4.0625rem;
    --header--min-height: 5rem;
}
@media (min-width: 992px) {
    :root {
        --font-size--heading-1: 3rem;
        --font-size--heading-2: 2.5rem;
        --font-size--heading-3: 2rem;
        --font-size--heading-4: 1.5rem;
        --font-size--heading-5: 1.25rem;
        --font-size--heading-6: 1.125rem;
        --font-size--body-xxxl: 4.5rem;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--color--gray-500);
}
body.has-navigation-open {
    overflow: hidden;
}

a:not([class]) {
    --link--color: #f84a00;
    color: var(--link--color);
    transition: all 300ms ease-in-out;
}
a:not([class]):hover, a:not([class]):focus, a:not([class]):active {
    --link--color: #4fc2ef;
}

img {
    display: block;
    height: auto;
    width: 100%;
}

p:last-child {
    margin-bottom: 0;
}

/* stylelint-disable max-line-length */
.button, .button--primary {
    background-color: var(--color--blue-light-400);
    border-color: var(--color--blue-light-400);
    border-style: solid;
    border-width: 1px;
    color: var(--color--white);
    cursor: pointer;
    display: inline-block;
    font-size: var(--font-size--body-medium);
    font-weight: 700;
    padding: 0.625em 1.25em;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
.button:hover, .button--primary:hover, .button:focus, .button--primary:focus, .button:active, .button--primary:active {
    background-color: var(--color--blue-light-200);
    border-color: var(--color--blue-light-200);
    color: var(--color--white);
}
.button--primary-dark {
    background-color: var(--color--blue-dark-300);
    border-color: var(--color--blue-dark-300);
}
.button--primary-dark:hover, .button--primary-dark:focus, .button--primary-dark:active {
    background-color: var(--color--blue-dark-400);
    border-color: var(--color--blue-dark-400);
    color: var(--color--white);
}
.button--primary-yellow {
    background-color: var(--color--yellow-400);
    border-color: var(--color--yellow-400);
    color: var(--color--blue-dark-600);
}
.button--primary-yellow:hover, .button--primary-yellow:focus, .button--primary-yellow:active {
    background-color: var(--color--yellow-300);
    border-color: var(--color--yellow-300);
    color: var(--color--blue-dark-600);
}
.button--icon-left, .button--icon-right {
    align-items: center;
    display: inline-flex;
}
.button--secondary {
    background-color: transparent;
    border-color: var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
    background-color: var(--color--blue-dark-400);
    color: var(--color--white);
}
.button--secondary.button--white {
    border-color: var(--color--white);
    color: var(--color--white);
}
.button--secondary.button--white:hover, .button--secondary.button--white:focus, .button--secondary.button--white:active {
    border-color: var(--color--blue-dark-400);
}
.button--secondary-white {
    background-color: transparent;
    border-color: var(--color--white);
    color: var(--color--white);
}
.button--secondary-white:hover, .button--secondary-white:focus, .button--secondary-white:active {
    background-color: var(--color--white);
    color: var(--color--blue-dark-600);
}
.button--secondary-white.button--white {
    border-color: var(--color--blue-dark-600);
    color: var(--color--blue-dark-600);
}
.button--secondary-white.button--white:hover, .button--secondary-white.button--white:focus, .button--secondary-white.button--white:active {
    border-color: var(--color--white);
}
.button--tertiary {
    background-color: transparent;
    border-color: transparent;
    border-width: 0 0 2px;
    color: var(--color--gray-500);
    padding: 0;
    text-align: left;
}
.button--tertiary:hover, .button--tertiary:focus, .button--tertiary:active {
    background-color: transparent;
    border-color: var(--color--blue-400);
    border-width: 0 0 2px;
    color: var(--color--blue-400);
}
.button--tertiary.button--white {
    color: var(--color--white);
}
.button--tertiary.button--white:hover, .button--tertiary.button--white:focus, .button--tertiary.button--white:active {
    border-color: var(--color--white);
    color: var(--color--white);
}
.button--icon-left .button__icon {
    margin-right: 0.625rem;
    order: -1;
}
.button--icon-right .button__icon {
    margin-left: 0.625rem;
    order: 1;
}

.table__head, .footer .wp-block-heading, .footer .wp-block-latest-posts__post-title, h1,
h2,
h3,
h4,
h5,
h6, .typo-heading {
    --heading--font-size: var(--font-size--md);
    --heading--line-height: var(--line-height--md);
    font-family: var(--font-family--heading);
    font-size: var(--heading--font-size);
    line-height: var(--heading--line-height);
    text-transform: uppercase;
}
h1, .typo-heading--1 {
    --heading--font-size: var(--font-size--heading-1);
    --heading--line-height: var(--line-height--heading-1);
    font-weight: 800;
}
h2, .typo-heading--2 {
    --heading--font-size: var(--font-size--heading-2);
    --heading--line-height: var(--line-height--heading-2);
    font-weight: 700;
}
h3, .typo-heading--3 {
    --heading--font-size: var(--font-size--heading-3);
    --heading--line-height: var(--line-height--heading-3);
    font-weight: 600;
}
.table__head, .footer .wp-block-heading, h4, .typo-heading--4 {
    --heading--font-size: var(--font-size--heading-4);
    --heading--line-height: var(--line-height--heading-4);
    font-weight: 500;
}
.footer .wp-block-latest-posts__post-title, h5, h6, .typo-heading--5 {
    --heading--font-size: var(--font-size--heading-5);
    --heading--line-height: var(--line-height--heading-5);
    font-weight: 400;
}
.sidebar__inner h1:not([class]),
.sidebar__inner h2:not([class]),
.sidebar__inner h3:not([class]),
.sidebar__inner h4:not([class]),
.sidebar__inner h5:not([class]),
.sidebar__inner h6:not([class]),
.sidebar__inner .widgettitle, .typo-heading--6 {
    --heading--font-size: var(--font-size--heading-6);
    --heading--line-height: var(--line-height--heading-6);
    font-weight: 400;
}

.post-single__content-inner blockquote,
.post-single__content-inner blockquote *,
.post-single__content-inner .wp-block-quote,
.post-single__content-inner .wp-block-quote *,
.post-single__content-inner blockquote.wp-block-quote,
.post-single__content-inner blockquote.wp-block-quote *, .post-single__content-inner .wp-block-image > figure figcaption,
.post-single__content-inner figure.wp-block-image figcaption, .comments__reply-link, .comments__list .comment-metadata, .comments__list .comment-content,
.comments__list .comment-content *, .comments__list .comment-reply-link, .comments__list .comment-awaiting-moderation, .wp-block-table th,
.wp-block-table td, .sidebar__open, .sidebar__close, .top-bar__notification-content, .top-bar__notification-content *, p, .typo-body {
    --body--font-size: var(--font-size--body-large);
    --body--font-style: normal;
    --body--font-weight: 400;
    --body--line-height: var(--line-height--body-large);
    font-size: var(--body--font-size);
    font-style: var(--body--font-style);
    font-weight: var(--body--font-weight);
    line-height: var(--body--line-height);
}
.sidebar__close, .typo-body--xlarge {
    --body--font-size: var(--font-size--body-xlarge);
    --body--line-height: var(--line-height--body-xlarge);
}
.post-single__content-inner blockquote,
.post-single__content-inner blockquote *,
.post-single__content-inner .wp-block-quote,
.post-single__content-inner .wp-block-quote *,
.post-single__content-inner blockquote.wp-block-quote,
.post-single__content-inner blockquote.wp-block-quote *, .typo-body--large {
    --body--font-size: var(--font-size--body-large);
    --body--line-height: var(--line-height--body-large);
}
.comments__reply-link, .comments__list .comment-content,
.comments__list .comment-content *, .comments__list .comment-reply-link, .comments__list .comment-awaiting-moderation, .top-bar__notification-content, .top-bar__notification-content *, .typo-body--medium {
    --body--font-size: var(--font-size--body-medium);
    --body--line-height: var(--line-height--body-medium);
}
.post-single__content-inner .wp-block-image > figure figcaption,
.post-single__content-inner figure.wp-block-image figcaption, .comments__list .comment-metadata, .wp-block-table th,
.wp-block-table td, .sidebar__open, .sidebar__inner p, .typo-body--small {
    --body--font-size: var(--font-size--body-small);
    --body--line-height: var(--line-height--body-small);
}
.typo-body--xsmall {
    --body--font-size: var(--font-size--body-xsmall);
    --body--line-height: var(--line-height--body-xsmall);
}
.typo-body--italic {
    --body--font-style: italic;
}
.post-single__content-inner blockquote,
.post-single__content-inner blockquote *,
.post-single__content-inner .wp-block-quote,
.post-single__content-inner .wp-block-quote *,
.post-single__content-inner blockquote.wp-block-quote,
.post-single__content-inner blockquote.wp-block-quote *, .comments__list .comment-reply-link, .sidebar__inner p, .top-bar__notification-content, .top-bar__notification-content *, .typo-body--bold {
    --body--font-weight: 700;
}
.typo-body--xxxl {
    --body--font-size: var(--font-size--body-xxxl);
    --body--line-height: var(--line-height--body-xxxl);
}

body {
    font-family: var(--font-family--body, Kanit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
    font-size: var(--font-size--body-large);
    line-height: var(--line-height--body-large);
}

.site {
    background-color: rgba(241, 241, 241, 0.7411764706);
    background-image: url(../media/mlp-svg/mlp-site-bg.svg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}
@media (min-width: 992px) {
    .site {
        grid-template-rows: auto auto 1fr auto;
    }
}

#launcher {
    bottom: 16px !important;
    display: none;
    z-index: 999999 !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: 90px !important;
}

.junior-ppa__gallery {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.home__register-to-play-banner img {
    border-radius: 8px;
}

.has-navigation-open .top-bar {
    bottom: 40px;
    display: block;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.top-bar {
    bottom: 0;
    display: none;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
@media (min-width: 992px) {
    .top-bar {
        display: block;
        position: initial;
    }
}
.top-bar__holder {
    align-items: center;
    background-color: transparent;
    display: flex;
    min-height: var(--top-bar--min-height);
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
}
@media (min-width: 992px) {
    .top-bar__holder {
        min-height: auto;
    }
}
.top-bar--has-notification .top-bar__holder {
    background-color: var(--color--red);
}
@media (min-width: 768px) {
    .top-bar__holder .container {
        padding-right: 0;
    }
}
.top-bar__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    place-content: center;
}
@media (max-width: 767.98px) {
    .top-bar__inner {
        justify-self: center;
    }
}
.top-bar__social {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.top-bar__social-item {
    align-items: center;
    backdrop-filter: blur(84px);
    background: rgba(4, 12, 23, 0.3607843137);
    border: 0.86px solid rgba(255, 255, 255, 0.1607843137);
    border-radius: 50%;
    color: var(--color--white);
    display: flex;
    height: 2.6vw;
    justify-content: center;
    max-height: 57px;
    max-width: 57px;
    min-height: 40px;
    min-width: 40px;
    padding: 5px;
    width: 2.6vw;
}
.top-bar__social-item .top-bar__social-icon {
    background-color: #6c7986;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.25vw;
    max-height: 27px;
    max-width: 27px;
    min-height: 26px;
    min-width: 26px;
    object-fit: contain;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s ease;
    width: 1.25vw;
    z-index: 1;
}
.top-bar__social-item .top-bar__social-icon::before {
    background: linear-gradient(140.19deg, #f26223 45.64%, #f4ded4 118.35%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
}
.top-bar__social-item:not(:last-child) {
    margin-right: 0.625rem;
}
.top-bar__social-item:hover {
    transition: background 0.3s ease;
}
.top-bar__social-item:hover .top-bar__social-icon::before {
    opacity: 1;
}
.top-bar__notification {
    color: var(--color--white);
    display: none;
}
@media (min-width: 992px) {
    .top-bar__notification {
        align-items: flex-end;
        display: flex;
        gap: 1.625rem;
    }
}
.top-bar__notification-links {
    display: flex;
    gap: 0.625rem;
}
.top-bar__notification-link, .top-bar__notification-link.button {
    border: 0;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}
.top-bar__notification-link:hover, .top-bar__notification-link:focus, .top-bar__notification-link:active, .top-bar__notification-link.button:hover, .top-bar__notification-link.button:focus, .top-bar__notification-link.button:active {
    color: var(--color--white);
}
.top-bar__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.top-bar__menu-item {
    display: inline-block;
}
.top-bar__menu-item:not(:last-child) {
    margin-right: 0.9375rem;
}
.top-bar__menu-link, .top-bar__menu-link.button {
    color: var(--color--white);
    font-size: var(--font-size--body-xsmall);
    line-height: var(--line-height--body-xsmall);
    text-transform: uppercase;
}
.top-bar__menu-link:hover, .top-bar__menu-link:focus, .top-bar__menu-link:active, .top-bar__menu-link.button:hover, .top-bar__menu-link.button:focus, .top-bar__menu-link.button:active {
    border-color: var(--color--white);
    color: var(--color--white);
}
.top-bar__menu-icon {
    height: 0.625rem;
    width: 0.75rem;
}
.top-bar__menu-item:last-child .top-bar__menu-icon {
    height: 0.5rem;
    width: 0.625rem;
}

.header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: sticky;
    top: 0;
    transition: ease-out all 0.3s;
    z-index: 300;
}
.admin-bar .header {
    top: 46px;
}
@media screen and (min-width: 783px) {
    .admin-bar .header {
        top: 32px;
    }
}
@media (min-width: 992px) {
    .header .mlp.container {
        max-width: 1860px;
    }
}
.header .mlp.container .header__buttons .button--primary-dark {
    display: none;
}
.header.header__transparent {
    background: transparent;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    width: 100%;
}
.header.header__transparent.tour .header__logo-img--open {
    display: none;
}
.header.header__transparent.tour .header__logo-img-white--open {
    display: block;
}
.header__holder {
    background-color: #061320;
    border: 1px solid rgba(255, 255, 255, 0.1411764706);
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(13, 43, 68, 0.0509803922);
    margin-top: 0.875rem;
    max-width: calc(100vw - 64px);
    position: relative;
    width: 1860px;
}
@media (max-width: 767.98px) {
    .header__holder {
        border-radius: 0;
        margin-top: 0;
        max-width: 100vw;
        padding: 0 16px;
        top: 0;
    }
}
.header__holder.header__transparent {
    backdrop-filter: blur(84px);
    background: rgba(4, 12, 23, 0.3019607843);
    border: 1px solid rgba(255, 255, 255, 0.1411764706);
    border-radius: 24px;
    box-shadow: none;
    max-width: calc(100vw - 5.75rem);
    top: 1.875rem;
    width: 1844px;
}
@media (max-width: 991.98px) {
    .header__holder.header__transparent.tour {
        max-width: calc(100vw - 40px);
        top: 1.5rem;
    }
    .has-navigation-open .header__holder.header__transparent.tour {
        background: #fff;
        border-radius: 0 !important;
        border-width: 0;
        max-width: 100vw;
        top: 0;
    }
    .has-navigation-open .header__holder.header__transparent.tour .header__navigation-toggler-line {
        background-color: var(--color--blue-dark-400);
    }
}
.header__holder.header__transparent .mlp.container {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 0 40px;
    width: 100%;
}
@media (max-width: 991.98px) {
    .header__holder.header__transparent .mlp.container {
        padding: 0 20px;
    }
}
.header__holder.tour .mlp.container {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 0 40px;
    width: 100%;
}
@media (max-width: 991.98px) {
    .header__holder.tour .mlp.container {
        padding: 0 20px;
    }
}
.header__inner {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    justify-content: space-between;
    min-height: var(--header--min-height);
    width: 100%;
}
@media (max-width: 991.98px) {
    .header__inner {
        grid-template-columns: 4fr 2fr;
    }
}
.header__logo {
    max-width: 160px;
    outline: none !important;
    z-index: 2;
}
@media (min-width: 992px) {
    .header__logo {
        justify-self: center;
        max-width: 300px;
    }
}
@media (min-width: 768px) {
    .header__logo {
        max-width: 200px;
    }
}
.header__logo-img {
    outline: none !important;
}
.header__logo-img-white {
    display: none;
}
.header__navigation {
    margin-left: auto;
}
@media (min-width: 992px) {
    .header__navigation {
        margin-left: unset;
        margin-right: auto;
    }
}
.header__navigation-inner {
    background-color: #061320;
    display: none;
    height: calc(100vh - var(--header--min-height));
    left: 0;
    padding-bottom: calc(var(--top-bar--min-height) * 2);
    position: absolute;
    top: 100%;
    width: 100%;
}
.header__navigation-inner .container {
    align-items: center;
    display: flex;
}
@media (max-width: 991.98px) {
    .header__navigation-inner .container {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .header__navigation-inner .container {
        padding: 0 32px;
    }
}
@media (min-width: 992px) {
    .header__navigation-inner {
        display: block;
        height: initial;
        left: initial;
        padding-bottom: initial;
        position: initial;
        top: initial;
    }
}
.header__navigation--is-open .header__navigation-inner {
    display: block;
}
.header__navigation-inner .header__buttons {
    display: block;
    margin-top: 1.25rem;
}
@media (min-width: 992px) {
    .header__navigation-inner .header__buttons {
        display: none;
    }
}
.header__navigation-toggler {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.3125em;
    position: relative;
    width: 2.1875rem;
}
@media (min-width: 992px) {
    .header__navigation-toggler {
        display: none;
    }
}
.header__navigation-toggler-line {
    background-color: #fff;
    border-radius: var(--border-radius--1);
    display: block;
    height: 0.25rem;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}
.header__navigation-toggler-line:not(:last-child) {
    margin-bottom: 0.25rem;
}
.header__navigation-toggler-line:nth-child(1) {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
}
.header__navigation--is-open .header__navigation-toggler-line:nth-child(1) {
    transform: rotate(45deg);
}
.header__navigation-toggler-line:nth-child(2) {
    transition: transform 0.2s ease-in-out;
}
.header__navigation--is-open .header__navigation-toggler-line:nth-child(2) {
    transform: scaleY(0);
}
.header__navigation-toggler-line:nth-child(3) {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
}
.header__navigation--is-open .header__navigation-toggler-line:nth-child(3) {
    transform: rotate(-45deg);
}
.header__transparent.tour .header__navigation-toggler-line {
    background-color: var(--color--white);
}
.header__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
@media (max-width: 991.98px) {
    .header__menu {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 16px 0;
    }
}
@media (min-width: 992px) {
    .header__sub-menu .header__menu {
        align-items: center;
        column-gap: 2.25rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 0.75rem;
        width: 100%;
    }
}
.header__menu-item {
    display: flex;
    flex-direction: row;
}
@media (min-width: 992px) {
    .header__menu-item--0 {
        display: inline-block;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}
@media (min-width: 992px) {
    .header__menu-item--main {
        grid-row: 1/-1;
    }
}
.header__menu-link {
    align-items: center;
    border-radius: 14px;
    color: #6c7986;
    font-family: var(--font-family--heading), var(--font-family--body), sans-serif;
    font-size: var(--font-size--body-medium);
    font-weight: 700;
    height: auto;
    min-width: 100px;
    padding: 13px 17px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.header__menu-link:not(.header__menu-link--active):hover, .header__menu-link:not(.header__menu-link--active):focus, .header__menu-link:not(.header__menu-link--active):active {
    background-color: #23364a;
    color: #fff;
    text-decoration: none !important;
}
.header__menu-link--active {
    background-color: #fff;
    color: #0a2036;
    text-decoration: none !important;
}
.header__menu-link--active:hover {
    background-color: #f1f1f1;
    color: #061320;
}
@media (min-width: 992px) {
    .header__sub-menu .header__menu-link {
        font-size: var(--font-size--body-xlarge);
        min-height: initial;
        padding: 0.625rem 0;
    }
}
.header__menu-item--main .header__menu-link {
    display: inline-block;
    font-family: var(--font-family--heading);
    font-size: var(--font-size--heading-4);
    padding-bottom: 0;
    padding-top: 0;
}
.header__menu-item--main .header__menu-link:hover, .header__menu-item--main .header__menu-link:focus, .header__menu-item--main .header__menu-link:active {
    color: inherit;
}
@media (min-width: 992px) {
    .header__menu-item--main .header__menu-link {
        align-items: flex-start;
        background-color: var(--color--white);
        border-radius: var(--border-radius--3);
        box-shadow: var(--box-shadow--primary);
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 0.6666666667em 1.3333333333em;
    }
    .header__menu-item--main .header__menu-link:hover, .header__menu-item--main .header__menu-link:focus, .header__menu-item--main .header__menu-link:active, .header__menu-item--is-open > .header__menu-item--main .header__menu-link {
        background-color: var(--color--blue-400);
        color: var(--color--white);
    }
}
.header__menu-description {
    display: none;
    font-family: var(--font-family--body);
    font-size: var(--font-size--body-small);
    margin-top: 0.625rem;
}
@media (min-width: 992px) {
    .header__menu-description {
        display: block;
    }
}
.header__menu-icon {
    height: 0.625rem;
    margin-left: 0.3125rem;
    width: 0.75rem;
}
@media (min-width: 992px) {
    .header__menu-icon {
        height: 0.375rem;
        width: 0.5rem;
    }
}
.header__sub-menu .header__menu-icon {
    height: 1.5rem;
    margin-left: 0;
    margin-right: 0.9375rem;
    width: 1.5rem;
}
.header__sub-menu {
    display: none;
    list-style: none;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .header__sub-menu {
        background-color: var(--color--white);
        border-radius: 30px;
        box-shadow: var(--box-shadow--primary);
        left: 0;
        padding-bottom: 1.5rem;
        padding-top: 5rem;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .header__sub-menu .header__transparent.tour {
        backdrop-filter: blur(84px);
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.1411764706);
    }
}
.header__menu-item--is-open .header__sub-menu {
    display: block;
}
.header__sub-menu .container {
    position: relative;
}
@media (max-width: 991.98px) {
    .header__sub-menu .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.header__buttons {
    display: none;
}
@media (min-width: 992px) {
    .header__buttons {
        display: block;
    }
}
.header__buttons .button:not(:last-child) {
    margin-right: 1.875rem;
}
.header__cta {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    color: var(--color--white);
    margin-top: 1.875rem;
    padding: 0.9375rem;
}
@media (min-width: 992px) {
    .header__cta {
        display: none;
    }
}
.header__cta-heading {
    margin-bottom: 0.9375rem;
}
.header__cta-inner {
    align-items: center;
    display: flex;
}
.header__cta-media {
    margin-bottom: 0;
    margin-right: 0.9375rem;
}
@media (max-width: 991.98px) {
    .header__cta-media {
        max-width: 150px;
    }
}
@media (max-width: 575.98px) {
    .header__cta-media {
        max-width: 100px;
    }
}
.header__cta-date {
    margin-bottom: 0.625rem;
}
.header__cta-title {
    margin-bottom: 0;
}
.header__cta-button {
    margin-top: 0.3125rem;
}
.header__cta-button .button--secondary {
    border-color: var(--color--white);
    color: var(--color--white);
}
.header__cta-button .button--secondary:hover, .header__cta-button .button--secondary:focus, .header__cta-button .button--secondary:active {
    border-color: var(--color--blue-400);
    color: var(--color--blue-400);
}
.header__cta-button .button--tertiary {
    color: var(--color--white);
}
.header__cta-button .button--tertiary:hover, .header__cta-button .button--tertiary:focus, .header__cta-button .button--tertiary:active {
    border-color: var(--color--white);
    color: var(--color--white);
}
.header__search {
    border-radius: 8px;
    display: none;
    left: 0;
}
.header__search:hover {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3411764706) 0%, transparent 80%);
}
.header__search-icon {
    height: auto;
    width: 24px;
}
.header__search-icon:hover {
    cursor: pointer;
}
.header__search-form {
    display: none;
    width: 100%;
}
.header__search-form-content form {
    display: flex;
    padding-right: 15px;
    width: 100%;
}
.header__search-form-content form label {
    width: 100%;
}
.header__search-form-content form label input {
    border: none;
    border-bottom: 1px solid #444;
    height: 100%;
    margin-left: 30px;
    outline: none;
    padding: 5px;
    width: calc(100% - 30px);
}
.header__search-form-content form button {
    left: 0;
    position: absolute;
    top: 0;
}
@media (max-width: 991.98px) {
    .header__search-form-content form button {
        position: static;
    }
}
.header__search-form-content form button img {
    width: 24px;
}
.header__search.active {
    align-items: center;
    background: #fff;
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .header__search.active {
        position: static;
    }
}
.header__search.active .header__search-icon {
    margin-left: auto;
    margin-right: 15px;
    order: 2;
    width: 16px;
}
.header__transparent.tour .header__logo-img--open {
    display: none;
}
.header__transparent.tour .header__logo-img-white--open {
    display: block;
}
@media (min-width: 992px) {
    .header__transparent {
        background-color: transparent;
        box-shadow: none;
    }
    .header__transparent .header__menu-link {
        color: #fff;
        z-index: 1;
    }
    .header__transparent .header__menu-link:hover {
        color: #228be6;
    }
    .header__transparent .header__menu-link--open {
        color: var(--color--blue-dark-400);
    }
    .header__transparent .header__menu-link--open:hover {
        color: var(--color--blue-dark-400);
    }
    .header__transparent .header__logo-img {
        display: none;
    }
    .header__transparent .header__logo-img-white {
        display: block;
    }
    .header__transparent .header__sub-menu {
        border-radius: 30px;
        left: 0;
        padding-top: 80px;
        position: absolute;
        top: 0;
    }
    .header__transparent .header__sub-menu .header__menu-link {
        color: var(--color--blue-dark-400);
    }
    .header__transparent .header__menu-item--is-open a {
        color: var(--color--blue-dark-400);
        position: relative;
        z-index: 1;
    }
    .header__transparent .header__menu-item--is-open ~ .header__menu-item .header__menu-link {
        color: var(--color--blue-dark-400);
    }
    .header__transparent .header__logo--open {
        z-index: 1;
    }
    .header__transparent .header__buttons--open {
        z-index: 1;
    }
    .header__transparent .header__search.active {
        z-index: 10;
    }
    .header__transparent .header__search.active img {
        z-index: 0;
    }
    .header__transparent .header__search.active label {
        z-index: 1;
    }
    .header__transparent .header__search.active .header__search-icon {
        margin-right: 10px;
        padding: 0 2px;
    }
    .header__transparent .header__search input {
        border-bottom: 0;
    }
}
@media (min-width: 992px) {
    .tour .header__transparent .header__logo--open .header__logo-img--open {
        display: block;
    }
    .tour .header__transparent .header__logo--open .header__logo-img-white--open {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .header__transparent.tour .header__logo-img--open {
        display: none;
    }
    .header__transparent.tour .header__logo-img-white--open {
        display: block;
    }
    .header__transparent.tour .header__logo-img {
        display: none;
    }
    .header__transparent.tour .header__logo-img-white {
        display: block;
    }
    .has-navigation-open .header__transparent.tour .header__logo-img--open {
        display: block;
    }
    .has-navigation-open .header__transparent.tour .header__logo-img-white--open {
        display: none;
    }
    .has-navigation-open .header__transparent.tour .header__logo-img {
        display: block;
    }
    .has-navigation-open .header__transparent.tour .header__logo-img-white {
        display: none;
    }
}

#header-container.search-active {
    position: relative;
}

body {
    background: linear-gradient(180deg, #fff 0%, #f6f1ef 67.38%, #fff 108.28%);
}

.main {
    max-width: 100vw;
    min-width: 0;
    overflow-x: hidden;
}
.main__holder {
    padding-bottom: 1rem;
    padding-top: 2rem;
    position: relative;
}
@media (max-width: 767.98px) {
    .main__holder {
        padding-bottom: 2rem;
    }
}
.main__holder .container {
    padding: 0;
}
@media (min-width: 768px) {
    .main__holder .container {
        max-width: 1860px;
        width: calc(100vw - 64px);
    }
}
@media (max-width: 767.98px) {
    .main__holder .container {
        max-width: calc(100vw - 32px);
    }
}
.main__content + .block {
    margin-top: 5rem;
}
.main .block.cta:last-child,
.main .block.cta-newsletter:last-child {
    margin-bottom: 5rem;
}

.ppa-modal {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.ppa-modal__content {
    background-color: #fefefe;
    border: 1px solid #888;
    height: 80vh;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px;
}

.close {
    color: var(--color--blue-light-400);
    cursor: pointer;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 100px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

#junior-ppa-finals .multi-card__card-text {
    color: var(--color--yellow-400);
    margin-top: 0;
}
#junior-ppa-finals .multi-card__card-img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.home__register-to-play-banner img {
    border-radius: var(--border-radius--3);
}

body.has-sidebar-open {
    overflow: hidden;
}
body.has-sidebar-open::after {
    backdrop-filter: blur(2.5px);
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 100;
}
body.has-sidebar-open .sidebar__holder {
    transform: translateX(0);
}
body.has-sidebar-open .sidebar__close {
    width: calc(100% + 35px);
}

.sidebar {
    position: relative;
    z-index: 299;
}
@media (min-width: 992px) {
    .sidebar {
        right: initial;
    }
}
.sidebar__open, .sidebar__close {
    background-color: var(--color--blue-light-400);
    border: 0;
    color: var(--color--white);
    padding: 0.625rem;
}
@media (min-width: 992px) {
    .sidebar__open, .sidebar__close {
        display: none;
    }
}
.sidebar__open {
    border-top-left-radius: var(--border-radius--3);
    border-top-right-radius: var(--border-radius--3);
    position: fixed;
    right: 0;
    top: calc(var(--header--min-height) + var(--wp-admin--admin-bar--height, 0px));
    transform: rotate(-90deg);
    transform-origin: bottom right;
    z-index: 100;
}
.sidebar__close {
    border-bottom-left-radius: var(--border-radius--3);
    border-top-left-radius: var(--border-radius--3);
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition: width 300ms ease-in-out;
    width: 100%;
}
.sidebar__holder {
    max-width: 80vw;
    position: fixed;
    right: 0;
    top: calc(var(--header--min-height) + var(--wp-admin--admin-bar--height, 0px) + 30px);
    transform: translateX(100%);
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 200;
}
@media (min-width: 992px) {
    .sidebar__holder {
        max-width: initial;
        position: initial;
        right: initial;
        top: initial;
        transform: translateX(0);
    }
}
.sidebar__inner {
    background-color: var(--color--white);
    border-bottom-left-radius: var(--border-radius--3);
    border-top-left-radius: var(--border-radius--3);
    margin-bottom: 2.1875rem;
    max-height: calc(90vh - (var(--header--min-height) + var(--wp-admin--admin-bar--height, 0px) + 30px));
    overflow: auto;
    padding: 0 0.75rem;
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    .sidebar__inner {
        border-radius: var(--border-radius--3);
        box-shadow: var(--box-shadow--primary);
        max-height: none;
    }
}
@media (max-width: 991.98px) {
    .sidebar__inner {
        display: none;
    }
}
.sidebar__inner h1:not([class]),
.sidebar__inner h2:not([class]),
.sidebar__inner h3:not([class]),
.sidebar__inner h4:not([class]),
.sidebar__inner h5:not([class]),
.sidebar__inner h6:not([class]),
.sidebar__inner .widgettitle {
    color: var(--color--blue-400);
    margin-bottom: 0.5rem;
}
.sidebar__inner p {
    margin-bottom: 0.5rem;
}
.sidebar__socials-header {
    margin-bottom: 0;
    margin-top: 15px;
}
.sidebar__socials-icons {
    margin-bottom: 15px;
}
.sidebar__socials-icons .footer__social-item:not(:last-child) {
    margin-right: 0.75rem;
}
.sidebar__tabs-tab {
    align-items: center;
    border-bottom: 1px solid var(--color--gray-300);
    color: var(--color--gray-400);
    cursor: pointer;
    display: flex;
    flex: 1;
    font-size: 12px;
    padding: 0.625rem 0.3125rem;
    text-align: center;
}
.sidebar__tabs-tab span {
    flex: 1;
}
.sidebar__tabs-content {
    display: none;
    font-size: 14px;
    line-height: var(--line-height--body-small);
    margin-top: -1px;
    padding: 1.25rem 0.3125rem;
}
.sidebar__tabs-content ul {
    margin: 0;
    padding: 0;
}
.sidebar__tabs-content ul li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}
.sidebar__tabs-content ul li:last-child {
    margin-bottom: 0;
}
.sidebar__tabs-content a {
    color: var(--color--blue-dark-600);
    font-weight: 700;
}
.sidebar__tabs-content a:hover {
    color: var(--color--blue-400);
}
.sidebar__tabs-content .typo-heading {
    color: var(--color--blue-400);
    font-size: 16px;
    margin-top: 1.25rem;
}
.sidebar__tabs .active-tab {
    border-bottom: 2px solid var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
}
.sidebar__tabs .active-content {
    display: block;
}
.sidebar .featured-player-sidebar {
    padding: 0.75rem;
}
.sidebar .featured-player-sidebar__heading {
    color: var(--color--blue-400);
    font-size: 20px;
}
.sidebar .featured-player-sidebar__holder {
    background: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    padding: 0.625rem;
}
.sidebar .featured-player-sidebar__holder:first-of-type {
    margin-bottom: 0.75rem;
}
.sidebar .featured-player-sidebar__main {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.sidebar .featured-player-sidebar__name {
    color: #fff;
}
.sidebar .featured-player-sidebar__media {
    margin-bottom: 0;
    max-width: 100px;
    width: 100%;
}
.sidebar .sidebar-socials {
    background: var(--color--blue-400);
    padding: 1.5625rem;
}
.sidebar .sidebar-socials__heading {
    color: #fff;
    font-size: 20px;
}
.sidebar .sidebar-socials__social {
    column-gap: 0.75rem;
    display: flex;
    flex-wrap: nowrap;
}
.sidebar .sidebar-socials__social-icon {
    height: 25px;
    margin-right: 10px;
    max-width: 100%;
}
.sidebar__mobile {
    bottom: 0;
    left: 0;
    margin-top: -1px;
    max-width: 100%;
    position: fixed !important;
    top: unset;
    transform: none;
    width: 100%;
}
.sidebar__mobile-heading {
    background-color: var(--color--blue-dark-400);
    color: #fff;
    margin-bottom: 0;
    padding: 1.5625rem 0.75rem;
    text-align: left;
}
.sidebar__mobile-heading-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 720px;
    padding: 0 0.75rem;
}
.sidebar__mobile-heading-wrapper .typo-heading {
    line-height: 1;
}
.sidebar__mobile-content {
    background: #fff;
    box-shadow: var(--box-shadow--secondary);
    display: none;
    width: 100%;
}
.sidebar__mobile-content.is-open {
    display: block;
}
.sidebar__mobile-content-menu ul {
    list-style-type: none;
    margin: 0 auto;
    max-width: 720px;
    padding: 0.75rem 0;
}
.sidebar__mobile-content-menu ul li {
    padding: 0.375rem 0.75rem;
}
.sidebar__mobile-content-menu ul li a {
    color: var(--color--blue-dark-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 0 0.75rem;
    text-decoration: none;
    transition: ease-in-out all 0.3s;
}
.sidebar__mobile-content-menu ul li a:hover {
    color: var(--color--blue-light-400);
    font-weight: 600;
}
.sidebar__mobile-content-footer-button {
    border-top: 1px solid var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
    display: block;
    font-weight: 600;
    line-height: 1;
    padding: 0.75rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease-in-out all 0.3s;
}
.sidebar__mobile-content-footer-button:hover {
    background: var(--color--blue-dark-400);
    color: #fff;
}
@media (min-width: 992px) {
    .sidebar__mobile {
        display: none;
    }
}

#sidebar-tabs .sidebar__holder {
    transform: none;
    transition: none;
}
#sidebar-tabs .sidebar__tournament {
    padding: 0;
}
#sidebar-tabs .sidebar__tournament-heading {
    background-color: var(--color--blue-dark-400);
    color: #fff;
    padding: 12px;
    padding-top: 15px;
    text-align: center;
}
#sidebar-tabs .sidebar__tournament-heading span {
    line-height: 1;
}
#sidebar-tabs .sidebar__tournament-menu {
    padding: 12px;
}
#sidebar-tabs .sidebar__tournament-menu a {
    color: var(--color--blue-dark-400);
    display: block;
    padding: 6px 0;
    text-decoration: none;
}
#sidebar-tabs .sidebar__tournament-menu a:hover {
    color: var(--color--blue-light-400);
}
#sidebar-tabs .sidebar__tournament-cta {
    text-align: center;
}
#sidebar-tabs .sidebar__tournament-cta-link {
    background-color: var(--color--blue-dark-400);
    border-bottom: 1px solid var(--color--blue-dark-300);
    border-top: 1px solid var(--color--blue-dark-300);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    text-decoration: none;
    transition: ease-in-out all 0.3s;
}
#sidebar-tabs .sidebar__tournament-cta-link:hover {
    background-color: var(--color--blue-600);
}
#sidebar-tabs .sidebar__tournament-cta-link:first-child {
    border-top: none;
}
#sidebar-tabs .sidebar__tournament-cta-link:last-child {
    border-bottom: none;
}
#sidebar-tabs .sidebar__news {
    padding: 0;
}
#sidebar-tabs .sidebar__news-heading {
    border-bottom: 2px solid var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
    padding: 12px;
    padding-top: 15px;
    text-align: center;
}
#sidebar-tabs .sidebar__news-content {
    padding: 0.75rem;
}
#sidebar-tabs .sidebar__news-content h5 {
    margin-bottom: 0;
}
#sidebar-tabs .sidebar__news-content ul {
    list-style-type: none;
    padding-left: 0;
}
#sidebar-tabs .sidebar__news-content ul li {
    line-height: 1;
    padding: 6px 0;
}
#sidebar-tabs .sidebar__news-content ul li a {
    color: var(--color--gray-500);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}
#sidebar-tabs .sidebar__news-content ul li a:hover {
    color: var(--color--blue-light-400);
}
#sidebar-tabs .sidebar__news-headlines {
    margin-bottom: 0;
}
#sidebar-tabs .sidebar__news-headlines li {
    align-items: center;
    column-gap: 8px;
    display: flex;
    flex-wrap: nowrap;
}
#sidebar-tabs .sidebar__news-headlines li img {
    width: 20px;
}
#sidebar-tabs .sidebar__ad {
    background-color: #fff;
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    padding: 4px;
}
#sidebar-tabs .sidebar__ad-holder {
    border-radius: var(--border-radius--3);
    overflow: hidden;
}

.tournament-sidebar {
    position: absolute;
    top: 0;
    width: calc(100% - 24px);
}
@media (max-width: 991.98px) {
    .tournament-sidebar {
        width: 100%;
        z-index: 299;
    }
}
.tournament-sidebar__container {
    overflow-y: hidden;
    position: relative;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__holder {
        bottom: 0;
        margin-top: -1px;
        max-width: 100%;
        position: fixed !important;
        top: unset;
        transform: none;
    }
}
.tournament-sidebar__inner {
    padding: 0;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__inner {
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}
.tournament-sidebar__heading {
    background-color: var(--color--blue-dark-400);
    color: #fff;
    margin-bottom: 0;
    padding: 0.75rem;
    text-align: center;
    width: 100%;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__heading {
        padding: 1.5625rem 0.75rem;
        text-align: left;
    }
}
.tournament-sidebar__heading-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__heading-wrapper {
        margin: 0 auto;
        max-width: 720px;
        padding: 0 0.75rem;
    }
}
.tournament-sidebar__heading span {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    padding: 0.375rem 0;
    width: 100%;
}
.tournament-sidebar__heading-icon {
    background: none;
    border: none;
    box-shadow: none;
    display: none;
}
.tournament-sidebar__heading-icon svg {
    width: 25px;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__heading-icon {
        display: block;
    }
}
@media (max-width: 991.98px) {
    .tournament-sidebar__content {
        box-shadow: var(--box-shadow--secondary);
        display: none;
        width: 100%;
    }
    .tournament-sidebar__content.is-open {
        display: block;
    }
}
.tournament-sidebar__menu ul {
    list-style-type: none;
    padding: 0.75rem;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__menu ul {
        margin: 0 auto;
        max-width: 720px;
        padding: 0.75rem 0;
    }
}
.tournament-sidebar__menu-item {
    padding: 0.1875rem 1.5625rem;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__menu-item {
        padding: 0.375rem 0.75rem;
    }
}
.tournament-sidebar__menu-link {
    color: var(--color--blue-dark-400);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: ease-in-out all 0.3s;
}
.tournament-sidebar__menu-link:hover {
    color: var(--color--blue-light-400);
}
.tournament-sidebar__menu-link.active {
    font-weight: 600;
}
.tournament-sidebar__footer-button {
    border-top: 1px solid var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
    display: block;
    font-weight: 600;
    line-height: 1;
    padding: 0.75rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease-in-out all 0.3s;
}
.tournament-sidebar__footer-button:hover {
    background-color: var(--color--blue-dark-400);
    color: #fff;
}

/* stylelint-disable max-line-length */
.footer {
    z-index: 3;
}
.footer__holder {
    background-color: var(--color--blue-dark-400);
    color: var(--color--gray-300);
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
}
.footer__grid > .col:not(:last-child) {
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    .footer__grid > .col:not(:last-child) {
        margin-bottom: 0;
    }
}
.footer__grid > .col:first-child,
.footer__grid > .col:nth-child(2),
.footer__grid > .col:last-child {
    flex-basis: 100%;
}
@media (min-width: 992px) {
    .footer__grid > .col:first-child,
.footer__grid > .col:nth-child(2),
.footer__grid > .col:last-child {
        flex-basis: 0%;
    }
}
@media (min-width: 992px) {
    .footer__grid > .col:nth-child(2) {
        order: 1;
    }
}
.footer__brand {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .footer__brand {
        flex-direction: column;
    }
}
.footer__links {
    margin-left: 1.875rem;
}
@media (min-width: 992px) {
    .footer__links {
        margin-left: 0;
        margin-top: 1.875rem;
    }
}
.footer__button .button {
    justify-content: center;
    width: 100%;
}
.footer__social {
    display: flex;
    margin-top: 0.9375rem;
}
.footer__social-item {
    color: var(--color--white);
    display: inline-block;
}
.footer__social-item:not(:last-child) {
    margin-right: 1.25rem;
}
.footer .wp-block-heading {
    margin-bottom: 1.25rem;
}
.footer__widget .menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer__widget .menu-item:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.footer__widget .menu-item a {
    color: var(--color--gray-300);
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}
.footer__widget .menu-item a:hover, .footer__widget .menu-item a:focus, .footer__widget .menu-item a:active {
    color: var(--color--gray-300);
}
.footer .wp-block-latest-posts {
    margin-bottom: 0;
}
.footer .wp-block-latest-posts li {
    padding: 3.125rem 0.75rem 1.25rem;
    position: relative;
}
.footer .wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 1.25rem;
}
.footer .wp-block-latest-posts li *:not(.footer .wp-block-latest-posts__featured-image) {
    position: relative;
    z-index: 2;
}
.footer .wp-block-latest-posts__featured-image {
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.footer .wp-block-latest-posts__featured-image::after {
    background-color: var(--color--blue-dark-400);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.footer .wp-block-latest-posts__featured-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.footer .wp-block-latest-posts__post-title {
    color: inherit;
    text-decoration: none;
}
.footer .wp-block-latest-posts__post-excerpt {
    font-size: var(--font-size--body-small);
    margin-bottom: 0;
    margin-top: 0.625rem;
}
.footer .wp-block-latest-posts .button--tertiary {
    color: var(--color--white);
    margin-top: 0.625rem;
}
.footer .wp-block-latest-posts .button--tertiary:hover, .footer .wp-block-latest-posts .button--tertiary:focus, .footer .wp-block-latest-posts .button--tertiary:active {
    border-color: var(--color--white);
    color: var(--color--white);
}
.footer__newsletter {
    background-color: var(--color--blue-400);
    border-radius: var(--border-radius--3);
    padding: 0.75rem 1.125rem;
}
.footer__newsletter-heading {
    margin-bottom: 1.25rem;
}
.footer__credits {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}
.footer__navigation {
    margin-left: 0.3125rem;
}
.footer__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer__menu .menu-item {
    display: inline-block;
}
.footer__menu .menu-item:not(:last-child) {
    margin-right: 0.3125rem;
}
.footer__menu .menu-item a {
    color: var(--color--blue-light-400);
    display: inline-block;
    text-decoration: none;
}
.footer__menu .menu-item a:hover, .footer__menu .menu-item a:focus, .footer__menu .menu-item a:active {
    text-decoration: underline;
}
.footer .container {
    max-width: 1860px;
    width: calc(100vw - 64px);
}

.footerv4 {
    background-color: #fff;
    background-image: url(../media/mlp-svg/footer-dots.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    color: #3b4d5e;
    font-family: var(--font-family--heading), var(--font-family--body), sans-serif;
    margin: 0 auto 24px;
    max-width: 1860px;
    overflow: hidden;
    padding: 60px 40px 40px;
    position: relative;
    width: calc(100vw - 64px);
}
@media (max-width: 991.98px) {
    .footerv4 {
        border-radius: 20px;
        margin: 0 16px 16px;
        max-width: 100vw;
        padding: 24px 24px;
        top: 0;
        width: calc(100% - 32px);
    }
}
@media (max-width: 767.98px) {
    .footerv4 {
        background-image: none;
        padding: 24px 16px;
    }
}
.footerv4__accordion-icon {
    display: none;
    font-size: 18px;
    font-weight: 400;
}
.footerv4__accordion-icon::after {
    content: "+";
}
@media (max-width: 767.98px) {
    .footerv4__accordion-icon {
        display: block;
    }
}
.footerv4__bottom {
    align-items: center;
    border-top: 1px solid #ced2d7;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 16px;
    position: relative;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .footerv4__bottom {
        border-color: transparent;
        gap: 30px;
        margin-top: 5px;
        padding-top: 8px;
    }
}
@media (max-width: 767.98px) {
    .footerv4__bottom {
        align-items: stretch;
        flex-direction: column;
        gap: 30px;
        margin-top: 0;
        padding-top: 5px;
    }
}
.footerv4 .gfield {
    margin: 0;
    padding: 0;
}
.footerv4 .gfield_label {
    display: none;
}
.footerv4 .gfield_body {
    flex: 1;
    min-width: 250px;
}
.footerv4 .gform_fields {
    display: flex;
    flex-direction: column;
    gap: 24px !important;
    row-gap: 24px !important;
}
@media (max-width: 767.98px) {
    .footerv4 .gform_fields {
        gap: 20px !important;
        row-gap: 20px !important;
    }
}
.footerv4 .gform_title, .footerv4 .gform_required_legend {
    display: none;
}
.footerv4 .gform-button[type=submit] {
    background: url(../media/mlp-svg/Vector.svg) no-repeat right 4px center/32px 32px, linear-gradient(163.44deg, #fc7b43 19.14%, #ff4e00 101.15%, #fd6421 182.75%);
    border: none;
    border-radius: 8px !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    min-width: 140px !important;
    padding: 8px 40px 8px 16px !important;
    text-align: left !important;
    transition: opacity 0.3s ease;
}
.footerv4 .gform-button[type=submit]:hover {
    background: url(../media/mlp-svg/Vector.svg) no-repeat right 4px center/32px 32px, linear-gradient(184.62deg, #f25c1a 10.86%, #ff4e00 53.44%, #fd6421 95.81%);
    opacity: 0.9;
}
@media (max-width: 575.98px) {
    .footerv4 .gform-button[type=submit] {
        font-size: 16px;
        width: 100% !important;
    }
}
.footerv4 .gform_footer {
    margin: 0;
    padding: 8px 0;
    position: relative;
    width: 100%;
}
.footerv4 .gform_footer .gform_button[type=submit] {
    background: linear-gradient(298.18deg, #f26223 11.22%, #f7a17b 44.52%, #f26223 77.81%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 50px 12px 20px;
    transition: opacity 0.3s ease;
}
.footerv4 .gform_footer .gform_button[type=submit]:hover {
    opacity: 0.9;
}
@media (max-width: 575.98px) {
    .footerv4 .gform_footer .gform_button[type=submit] {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .footerv4 .gform_footer.gform-footer.top_label {
        margin-top: 8px !important;
    }
}
.footerv4 .ginput_container input[type=email] {
    background-color: #f3f4f5;
    border: 1px solid #b5bcc3;
    border-radius: 8px;
    color: #0a2036;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    width: 100%;
}
.footerv4 .ginput_container input[type=email]::placeholder {
    color: #88929b;
}
.footerv4 .ginput_container input[type=email]:focus {
    border-color: #f25c1a;
    outline: none;
}
.footerv4 form {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
@media (max-width: 575.98px) {
    .footerv4 form {
        align-items: stretch;
        flex-direction: column;
    }
}
.footerv4 .footer__newsletter-heading {
    color: #0a2036;
    font-family: var(--font-family--body), sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.footerv4 .footer__newsletter-heading span {
    color: #f26223;
}
@media (max-width: 767.98px) {
    .footerv4 .footer__newsletter-heading {
        font-size: 24px;
    }
}
.footerv4 .footer__newsletter-text {
    color: #6b808f;
    font-family: var(--font-family--body), sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 24px 0;
}
@media (max-width: 767.98px) {
    .footerv4 .footer__newsletter-text {
        font-size: 14px;
    }
}
.footerv4__column-right {
    display: flex;
    flex-direction: row;
    gap: 5%;
    justify-content: space-between;
    max-width: 55%;
    min-width: 40%;
    padding-top: 180px;
    position: relative;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .footerv4__column-right {
        flex-direction: column;
        max-width: 100%;
        padding-top: 16px;
    }
}
.footerv4__column-right > .col:not(:last-child) {
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    .footerv4__column-right > .col:not(:last-child) {
        margin-bottom: 0;
    }
}
.footerv4__column-right > .col:first-child,
.footerv4__column-right > .col:nth-child(2),
.footerv4__column-right > .col:last-child {
    flex-basis: 100%;
}
@media (min-width: 992px) {
    .footerv4__column-right > .col:first-child,
.footerv4__column-right > .col:nth-child(2),
.footerv4__column-right > .col:last-child {
        flex-basis: 0%;
    }
}
@media (min-width: 992px) {
    .footerv4__column-right > .col:nth-child(2) {
        order: 1;
    }
}
.footerv4__contact-btn {
    align-items: center;
    background-color: #fff;
    border: 1px solid #b5bcc3;
    border-radius: 8px;
    color: #0a2036;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    overflow: hidden;
    padding: 6px 6px 6px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
}
.footerv4__contact-btn::before {
    background: linear-gradient(298.18deg, #f26223 11.22%, #f7a17b 44.52%, #f26223 77.81%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
}
.footerv4__contact-btn:hover {
    border-color: transparent;
    color: #fff;
}
.footerv4__contact-btn:hover::before {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .footerv4__contact-btn {
        justify-content: space-between;
        order: 1;
    }
}
.footerv4__contact-icon {
    display: block;
    height: 14px;
    object-fit: contain;
    width: 14px;
}
.footerv4__contact-icon-box {
    align-items: center;
    background-color: #f3f4f5;
    border-radius: 6px;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}
.footerv4__copyright {
    color: #88929b;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
@media (max-width: 767.98px) {
    .footerv4__copyright {
        order: 3;
        text-align: center;
    }
}
.footerv4__description {
    color: #88929b;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 30px 0;
}
.footerv4__container {
    width: 100%;
}
@media (min-width: 992px) {
    .footerv4__container {
        max-width: 1860px;
    }
}
.footerv4__grid {
    display: flex;
    gap: 5%;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .footerv4__grid {
        flex-direction: column;
        gap: 40px;
    }
}
.footerv4__legal {
    align-items: center;
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 767.98px) {
    .footerv4__legal {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
}
.footerv4__legal .menu-item {
    align-items: center;
    display: flex;
    gap: 16px;
}
@media (max-width: 767.98px) {
    .footerv4__legal .menu-item {
        gap: 12px;
    }
}
.footerv4__legal .menu-item:not(:last-child)::after {
    color: #848f9a;
    content: "|";
    font-size: 14px;
}
.footerv4__legal .menu-item a {
    color: #848f9a;
    font-family: var(--font-family--body), sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footerv4__legal .menu-item a:hover {
    color: #f26223;
}
@media (max-width: 767.98px) {
    .footerv4__legal .menu-item a {
        font-size: 14px;
    }
}
.footerv4__navigation {
    display: block;
}
.footerv4__legal-item {
    align-items: center;
    display: flex;
    gap: 15px;
}
.footerv4__legal-item:not(:last-child)::after {
    color: #4a5568;
    content: "|";
    font-size: 12px;
}
.footerv4__legal-link {
    color: #88929b;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footerv4__legal-link:hover {
    color: #fff;
}
@media (max-width: 767.98px) {
    .footerv4__legal-wrapper {
        order: 2;
    }
}
.footerv4__link {
    color: #88929b;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footerv4__link:hover {
    color: #fff;
}
.footerv4__link-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 767.98px) {
    .footerv4__link-group {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        gap: 0;
        padding-bottom: 15px;
    }
}
.footerv4__link-group--active .footerv4__accordion-icon::after {
    content: "-";
}
.footerv4__link-group--active .footerv4__link-list {
    display: block;
}
.footerv4__link-item {
    margin-bottom: 12px;
}
.footerv4__link-item:last-child {
    margin-bottom: 0;
}
.footerv4__link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 767.98px) {
    .footerv4__link-list {
        display: none;
        padding-top: 15px;
    }
}
.footerv4__link-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .footerv4__link-title {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
}
.footerv4__links-container {
    display: flex;
    gap: 80px;
}
@media (max-width: 1199.98px) {
    .footerv4__links-container {
        gap: 40px;
    }
}
@media (max-width: 767.98px) {
    .footerv4__links-container {
        flex-direction: column;
        gap: 20px;
    }
}
.footerv4__logo {
    display: block;
    height: auto;
    max-width: 150px;
    width: 100%;
}
@media (max-width: 767.98px) {
    .footerv4__logo {
        max-width: 105px;
    }
}
.footerv4__logo-wrapper {
    margin: 0 0 30px 0;
    padding: 0;
}
.footerv4__newsletter {
    max-width: 500px;
}
.footerv4__top-graphic {
    display: block;
    left: 50%;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
@media (max-width: 991.98px) {
    .footerv4 .kt-row-column-wrap {
        gap: 16px !important;
        padding: 12px 0 !important;
    }
}
@media (max-width: 991.98px) {
    .footerv4 .kt-row-column-wrap {
        gap: 8px !important;
        padding: 10px 0 !important;
    }
}
.footerv4 .sub-menu.kb-nav-sub-menu {
    margin-left: 0 !important;
}
.footerv4 .kb-nav-dropdown-toggle-btn svg {
    display: none !important;
}
.footerv4 .kb-nav-dropdown-toggle-btn::after {
    color: inherit;
    content: "+";
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.footerv4 .kb-nav-dropdown-toggle-btn[aria-expanded=true]::after {
    content: "−";
}

.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.button--primary {
    border-radius: 16px;
}
.button--primary-yellow {
    border-radius: 16px;
}
.form {
    /* stylelint-disable */
    /* stylelint-enable */
}
.form .gform_wrapper,
.form .gform_wrapper.gravity-theme {
    position: relative;
}
.form .gform_wrapper .gform_required_legend,
.form .gform_wrapper .gfield_required,
.form .gform_wrapper.gravity-theme .gform_required_legend,
.form .gform_wrapper.gravity-theme .gfield_required {
    display: none;
}
.form .gform_wrapper .gform_title,
.form .gform_wrapper.gravity-theme .gform_title {
    font-size: var(--font-size--heading-4);
    line-height: var(--line-height--heading-4);
    margin-bottom: 1.25rem;
    text-align: center;
}
.form .gform_wrapper .gform_description,
.form .gform_wrapper.gravity-theme .gform_description {
    font-size: var(--font-size--body-medium);
    margin-bottom: 1.25rem;
    text-align: center;
}
.form .gform_wrapper .gform_fields,
.form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
}
.form .gform_wrapper .gfield input,
.form .gform_wrapper .gfield optgroup,
.form .gform_wrapper .gfield select,
.form .gform_wrapper .gfield textarea,
.form .gform_wrapper.gravity-theme .gfield input,
.form .gform_wrapper.gravity-theme .gfield optgroup,
.form .gform_wrapper.gravity-theme .gfield select,
.form .gform_wrapper.gravity-theme .gfield textarea {
    background-color: var(--color--white);
    border: 1px solid var(--color--gray-400);
    border-radius: var(--border-radius--2);
    color: var(--color--gray-500);
    font-size: var(--font-size--body-medium);
    padding: 0.625rem;
}
.form .gform_wrapper .gfield input[type=email],
.form .gform_wrapper.gravity-theme .gfield input[type=email] {
    background-color: transparent;
    color: var(--color--white);
}
.form .gform_wrapper .gfield input[type=email]:focus,
.form .gform_wrapper.gravity-theme .gfield input[type=email]:focus {
    background-color: var(--color--white);
    color: var(--color--gray-500);
}
.form .gform_wrapper .gfield input[type=submit],
.form .gform_wrapper.gravity-theme .gfield input[type=submit] {
    border: none;
    border-radius: 0;
    margin-bottom: auto;
    padding: 0.625rem 1.25rem;
}
.form .gform_wrapper .gfield.icon-user input,
.form .gform_wrapper .gfield.icon-user optgroup,
.form .gform_wrapper .gfield.icon-user select,
.form .gform_wrapper .gfield.icon-user textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-user input,
.form .gform_wrapper.gravity-theme .gfield.icon-user optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-user select,
.form .gform_wrapper.gravity-theme .gfield.icon-user textarea {
    background-image: url(../../assets/media/svg/icon-user.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-trophy input,
.form .gform_wrapper .gfield.icon-trophy optgroup,
.form .gform_wrapper .gfield.icon-trophy select,
.form .gform_wrapper .gfield.icon-trophy textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-trophy input,
.form .gform_wrapper.gravity-theme .gfield.icon-trophy optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-trophy select,
.form .gform_wrapper.gravity-theme .gfield.icon-trophy textarea {
    background-image: url(../../assets/media/svg/icon-trophy.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-subject input,
.form .gform_wrapper .gfield.icon-subject optgroup,
.form .gform_wrapper .gfield.icon-subject select,
.form .gform_wrapper .gfield.icon-subject textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-subject input,
.form .gform_wrapper.gravity-theme .gfield.icon-subject optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-subject select,
.form .gform_wrapper.gravity-theme .gfield.icon-subject textarea {
    background-image: url(../../assets/media/svg/icon-subject.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-phone input,
.form .gform_wrapper .gfield.icon-phone optgroup,
.form .gform_wrapper .gfield.icon-phone select,
.form .gform_wrapper .gfield.icon-phone textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-phone input,
.form .gform_wrapper.gravity-theme .gfield.icon-phone optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-phone select,
.form .gform_wrapper.gravity-theme .gfield.icon-phone textarea {
    background-image: url(../../assets/media/svg/icon-phone.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-notes input,
.form .gform_wrapper .gfield.icon-notes optgroup,
.form .gform_wrapper .gfield.icon-notes select,
.form .gform_wrapper .gfield.icon-notes textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-notes input,
.form .gform_wrapper.gravity-theme .gfield.icon-notes optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-notes select,
.form .gform_wrapper.gravity-theme .gfield.icon-notes textarea {
    background-image: url(../../assets/media/svg/icon-notes.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-location input,
.form .gform_wrapper .gfield.icon-location optgroup,
.form .gform_wrapper .gfield.icon-location select,
.form .gform_wrapper .gfield.icon-location textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-location input,
.form .gform_wrapper.gravity-theme .gfield.icon-location optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-location select,
.form .gform_wrapper.gravity-theme .gfield.icon-location textarea {
    background-image: url(../../assets/media/svg/icon-location.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-envelope-alt input,
.form .gform_wrapper .gfield.icon-envelope-alt optgroup,
.form .gform_wrapper .gfield.icon-envelope-alt select,
.form .gform_wrapper .gfield.icon-envelope-alt textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-envelope-alt input,
.form .gform_wrapper.gravity-theme .gfield.icon-envelope-alt optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-envelope-alt select,
.form .gform_wrapper.gravity-theme .gfield.icon-envelope-alt textarea {
    background-image: url(../../assets/media/svg/icon-envelope-alt.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-building input,
.form .gform_wrapper .gfield.icon-building optgroup,
.form .gform_wrapper .gfield.icon-building select,
.form .gform_wrapper .gfield.icon-building textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-building input,
.form .gform_wrapper.gravity-theme .gfield.icon-building optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-building select,
.form .gform_wrapper.gravity-theme .gfield.icon-building textarea {
    background-image: url(../../assets/media/svg/icon-building.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-windsock input,
.form .gform_wrapper .gfield.icon-windsock optgroup,
.form .gform_wrapper .gfield.icon-windsock select,
.form .gform_wrapper .gfield.icon-windsock textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-windsock input,
.form .gform_wrapper.gravity-theme .gfield.icon-windsock optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-windsock select,
.form .gform_wrapper.gravity-theme .gfield.icon-windsock textarea {
    background-image: url(../../assets/media/svg/icon-windsock.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield .gfield_label,
.form .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-weight: 400;
}
.form .gform_wrapper .gfield.gfield--type-radio .gfield_label,
.form .gform_wrapper.gravity-theme .gfield.gfield--type-radio .gfield_label {
    margin-bottom: 4px;
}
.form .gform_wrapper .gfield .gform-field-label,
.form .gform_wrapper .gfield .gfield_description,
.form .gform_wrapper.gravity-theme .gfield .gform-field-label,
.form .gform_wrapper.gravity-theme .gfield .gfield_description {
    border-radius: 8px;
    font-size: var(--font-size--body-medium);
}
.form .gform_wrapper .gfield .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice {
    position: relative;
}
.form .gform_wrapper .gfield .gfield_radio input,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}
.form .gform_wrapper .gfield .gfield_radio input:checked + label::before,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio input:checked + label::before {
    border-width: 6px;
}
.form .gform_wrapper .gfield .gfield_radio label,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio label {
    cursor: pointer;
    padding-left: 1.625rem;
    position: relative;
}
.form .gform_wrapper .gfield .gfield_radio label:before,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio label:before {
    border: 1px solid var(--color--gray-500);
    border-radius: 50%;
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-width 300ms ease-in-out;
    width: 1rem;
}
.form .gform_wrapper .gfield .gfield_checkbox .gchoice,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice {
    margin-bottom: 10px;
    position: relative;
}
.form .gform_wrapper .gfield .gfield_checkbox input,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}
.form .gform_wrapper .gfield .gfield_checkbox input:checked + label::before,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input:checked + label::before {
    background-color: var(--color--gray-500);
}
.form .gform_wrapper .gfield .gfield_checkbox input:checked + label::after,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input:checked + label::after {
    border-color: transparent transparent var(--color--white) var(--color--white);
    border-radius: var(--border-radius--1);
    border-style: solid;
    border-width: 2px;
    content: "";
    height: 6px;
    left: 3px;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 10px;
}
.form .gform_wrapper .gfield .gfield_checkbox label,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox label {
    cursor: pointer;
    padding-left: 1.625rem;
    position: relative;
}
.form .gform_wrapper .gfield .gfield_checkbox label:before,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox label:before {
    background-color: transparent;
    border: 1px solid var(--color--gray-500);
    border-radius: var(--border-radius--1);
    content: "";
    left: 0;
    height: 16px;
    position: absolute;
    top: 0;
    transition: background-color 300ms ease-in-out;
    width: 16px;
}
@media (min-width: 576px) {
    .form .gform_wrapper .gfield .gfield_radio, .form .gform_wrapper .gfield.gf_list_inline .gfield_radio,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio,
.form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio {
        display: flex;
    }
}
.form .gform_wrapper .gfield .gfield_radio .gchoice, .form .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
    margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
    .form .gform_wrapper .gfield .gfield_radio .gchoice, .form .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
        display: inline-block;
        padding-right: 1.25rem;
        width: 100%;
    }
    .form .gform_wrapper .gfield .gfield_radio .gchoice label, .form .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice label,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice label,
.form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice label {
        max-width: none;
    }
}
.form .gform_wrapper .gfield--type-fileupload,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload {
    background-color: var(--color--gray-300);
    border: 1px solid var(--color--gray-400);
    border-radius: var(--border-radius--2);
    padding: 1.0625rem 1.0625rem 0.625rem;
}
.form .gform_wrapper .gfield--type-fileupload .gfield_label,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_label {
    color: var(--color--gray-400);
    display: block;
    font-weight: 700;
    margin-bottom: 0.6875rem;
    text-align: center;
}
@media (min-width: 576px) {
    .form .gform_wrapper .gfield--type-fileupload .gfield_label,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_label {
        font-size: var(--font-size--body-xlarge);
    }
}
.form .gform_wrapper .gfield--type-fileupload .gform_drop_area,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gform_drop_area {
    border: none;
    background-color: transparent;
    padding: 0;
}
.form .gform_wrapper .gfield--type-fileupload .gfield_description,
.form .gform_wrapper .gfield--type-fileupload .gform_drop_instructions,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_description,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gform_drop_instructions {
    display: none;
}
.form .gform_wrapper .gform_button_select_files,
.form .gform_wrapper.gravity-theme .gform_button_select_files {
    background-color: var(--color--blue-400);
    border-color: var(--color--blue-400);
    color: var(--color--white);
    padding: 0.3125rem 1.25rem;
    width: auto;
}
.form .gform_wrapper .gform_footer button[type=submit],
.form .gform_wrapper .gform_footer input[type=submit],
.form .gform_wrapper.gravity-theme .gform_footer button[type=submit],
.form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    background-color: var(--color--yellow-400);
    border-color: var(--color--yellow-400);
    color: var(--color--black);
    width: 100%;
}
.form .gform_wrapper .gform_ajax_spinner,
.form .gform_wrapper.gravity-theme .gform_ajax_spinner {
    width: 25px;
    margin-left: 10px;
}

.loader {
    display: inline-block;
    transform: translateZ(1px);
}
.loader:not(.done)::after {
    animation: loader 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    background-image: url(../media/mlp-svg/MLPAsiaLogo-stacked-blueorange.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 3.875rem;
    margin: 0.5rem;
    min-height: 20vh;
    min-width: 20vw;
    width: 7.5rem;
}

@keyframes loader {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateX(0deg);
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        transform: rotateX(1800deg);
    }
    100% {
        transform: rotateX(3600deg);
    }
}
.table {
    --table--column-padding: 1.125rem 2rem;
    overflow: auto;
    width: 100%;
}
.table__holder {
    width: 100%;
}
.table__head {
    position: relative;
    z-index: 2;
}
.table__head::before {
    background-color: var(--color--white);
    box-shadow: var(--box-shadow--primary);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.table__head-column {
    background-color: var(--color--white);
    padding: var(--table--column-padding);
    white-space: nowrap;
}
.table__head-column:first-child {
    border-top-left-radius: var(--border-radius--3);
}
.table__head-column:last-child {
    border-top-right-radius: var(--border-radius--3);
}
.table__body {
    background-color: var(--color--gray-300);
    font-size: var(--font-size--body-large);
    line-height: var(--line-height--body-large);
}
.table__body-column {
    padding: var(--table--column-padding);
    white-space: nowrap;
}
.table ul.pagination {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.table ul.pagination .page-item {
    background: var(--color--gray-300);
    border-radius: 0.5rem;
    color: var(--color--gray-400);
    gap: 10px;
    transition: all 300ms ease-in-out;
}
.table ul.pagination .page-item.active, .table ul.pagination .page-item:not(.disabled):hover {
    background: var(--color--blue-400);
    color: var(--color--white);
}
.table ul.pagination .page-item.disabled a {
    opacity: 0.5;
}
.table ul.pagination .page-item a {
    align-items: center;
    color: inherit;
    display: flex;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    width: 44px;
}

.wp-block-table thead {
    border-bottom: 0;
}
.wp-block-table th,
.wp-block-table td {
    border-color: var(--color--gray-300);
    padding: 0.75rem;
    text-align: left;
    white-space: nowrap;
}
.wp-block-table tbody td {
    color: var(--color--gray-400);
}

.title-btn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.title-btn__title {
    margin-bottom: 0;
}
.title-btn__btn {
    margin-top: 0.125rem;
}
@media (max-width: 991.98px) {
    .title-btn__header {
        align-items: flex-start;
        flex-direction: column;
    }
}

.comments {
    /* stylelint-disable */
    /* stylelint-enable */
}
.comments__holder {
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.comments__reply {
    margin-bottom: 1.25rem;
}
.comments__reply-link {
    color: var(--color--blue-light-400);
    margin-left: 0.625rem;
    text-decoration: none;
}
.comments__reply-link:hover {
    color: var(--color--blue-light-400);
}
.comments .form .gform_wrapper .gform_footer button[type=submit],
.comments .form .gform_wrapper .gform_footer input[type=submit],
.comments .form .gform_wrapper.gravity-theme .gform_footer button[type=submit],
.comments .form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    background-color: var(--color--blue-400);
    border-color: var(--color--blue-400);
    color: var(--color--white);
    margin-left: auto;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    width: auto;
}
.comments__footer {
    margin-top: 1.25rem;
}
.comments__heading {
    margin-bottom: 1.25rem;
}
.comments__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.comments__list .comment:not(:last-child) {
    margin-bottom: 1.25rem;
}
.comments__list .comment-respond {
    margin-top: 1.25rem;
}
.comments__list .children {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0.625rem;
    padding-left: 3.125rem;
}
.comments__list .comment-body {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    padding: 1.25rem;
}
.comments__list .comment-meta {
    margin-bottom: 1.25rem;
}
.comments__list .comment-author {
    display: inline-block;
    margin-right: 0.625rem;
}
.comments__list .comment-author .says {
    display: none;
}
.comments__list .comment-metadata {
    color: var(--color--gray-400);
    display: inline-block;
}
.comments__list .comment-metadata a {
    color: inherit;
    text-decoration: none;
}
.comments__list .reply {
    margin-top: 1.25rem;
}
.comments__list .comment-reply-link {
    color: var(--color--blue-600);
    text-decoration: none;
}
.comments__list .comment-reply-link::before {
    content: url(../media/svg/comment-icon-reply.svg);
    margin-right: 0.3125rem;
    vertical-align: middle;
}
.comments__list .comment-awaiting-moderation {
    display: block;
    margin-top: 20px;
}

.error404__button {
    display: inline-block;
    margin-top: 0.5rem;
}
.error404__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 50rem;
    padding: 6rem 1rem;
    text-align: center;
}
@media (min-width: 992px) {
    .error404__container {
        min-height: 43.75rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.error404__figure {
    margin-bottom: 2.5rem;
    max-width: 18.75rem;
    width: 100%;
}
.error404__heading {
    color: var(--color--blue-dark-600);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.error404__holder {
    padding-top: 0;
}
.error404__img {
    display: block;
    height: auto;
    width: 100%;
}
.error404__text {
    color: var(--color--gray-400);
    letter-spacing: 0.05rem;
    margin-bottom: 3rem;
    max-width: 100%;
}
.error404__text p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

.page-navigation {
    display: none;
}
@media (min-width: 992px) {
    .page-navigation {
        display: block;
    }
}
.page-navigation__holder {
    background-color: var(--color--white);
    box-shadow: var(--box-shadow--primary);
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    text-transform: uppercase;
}
.page-navigation__inner {
    display: flex;
}
.page-navigation__label {
    margin-right: 1.875rem;
}
.page-navigation__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.page-navigation__menu-item {
    display: inline-block;
}
.page-navigation__menu-item:not(:last-child) {
    margin-right: 0.9375rem;
}
.page-navigation__menu-link {
    color: var(--color--gray-400);
    font-family: var(--font-family--heading);
    font-size: var(--font-size--heading-6);
    text-decoration: none;
}
.page-navigation__menu-link:hover, .page-navigation__menu-link:focus, .page-navigation__menu-link:active, .page-navigation__menu-link--active {
    border-color: var(--color--blue-400);
    border-width: 0 0 2px;
    color: var(--color--blue-400);
}

.post-type-archive-team-members .hero-banner__holder {
    padding-top: 15rem !important;
}

.post-archive {
    background-color: #fff;
    border-radius: 28px;
    color: #3b4d5e;
    font-family: var(--font-family--heading), var(--font-family--body), sans-serif;
    height: auto;
    margin-top: 2.5rem;
    overflow: hidden;
    padding: 60px 40px 40px;
    position: relative;
}
@media (max-width: 767.98px) {
    .post-archive {
        border-radius: 14px;
        padding: 16px;
    }
}
.post-archive__filtering {
    align-items: center;
    column-gap: 16px;
    display: flex;
    margin-bottom: 32px;
}
.post-archive__filtering-category {
    max-width: 300px;
    width: 50%;
}
.post-archive__filtering-category-select {
    border: 1px solid #ced5da;
    border-radius: 8px;
    color: #6b7280;
    height: auto;
    max-width: 300px;
    padding: 12px;
    position: relative;
    width: 100%;
}
.post-archive__filtering-search {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ced5da;
    border-radius: 12px;
    display: flex;
    max-width: 33%;
    overflow: hidden;
    padding: 0 2px 0 16px;
    width: 100%;
}
@media (max-width: 767.98px) {
    .post-archive__filtering-search {
        max-width: 100%;
    }
}
.post-archive__filtering-search-button {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 5px 12px;
}
.post-archive__filtering-search-button img {
    display: block;
    height: 20px;
    opacity: 0.6;
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 20px;
}
.post-archive__filtering-search-button:hover img {
    opacity: 0.9;
    transform: scale(1.1);
}
.post-archive__filtering-search-field {
    background: transparent;
    border: none;
    color: #4b5563;
    flex-grow: 1;
    font-family: var(--font-family--body), sans-serif;
    font-size: 18px;
    margin-left: 0;
    outline: none;
    padding: 14px 0;
    width: 100%;
}
.post-archive__filtering-search-field::placeholder {
    color: #9ca3af;
}
@media (max-width: 767.98px) {
    .post-archive__filtering-search-field {
        font-size: 16px;
    }
}
.post-archive #loading-overlay {
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.post-archive__categories {
    width: 100%;
}
@media (min-width: 992px) {
    .post-archive__categories {
        min-width: 22.5rem;
        width: auto;
    }
}
.post-archive__categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.post-archive__categories-button {
    background-color: transparent;
    border: 2px solid var(--color--blue-dark-400);
    border-radius: var(--border-radius--2);
    color: var(--color--blue-dark-400);
    font-weight: 700;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease-in-out;
}
.post-archive__categories-button:hover, .post-archive__categories-button:focus, .post-archive__categories-button:active, .post-archive__categories-button.is-active {
    background-color: var(--color--blue-light-400);
    border-color: var(--color--blue-light-400);
    color: var(--color--white);
}
.post-archive__main {
    margin-top: 40px;
    row-gap: 3.125rem;
}
.post-archive__load {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
}
.post-archive__pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.post-archive__pagination-links {
    align-items: center;
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-archive__pagination-links li {
    display: inline-flex;
}
.post-archive__pagination-links .page-numbers {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    color: #062236;
    display: flex;
    font-family: var(--font-family--body), sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    padding: 0 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.post-archive__pagination-links .page-numbers:hover:not(.current):not(.dots) {
    border-color: #f26223;
    color: #062236;
    transform: scale(1.1);
}
.post-archive__pagination-links .page-numbers svg {
    display: block;
}
.post-archive__pagination-links .page-numbers.next, .post-archive__pagination-links .page-numbers.prev {
    background: transparent;
    border-color: transparent;
    padding: 12px;
    transition: all 0.2s ease;
}
.post-archive__pagination-links .page-numbers.next img,
.post-archive__pagination-links .page-numbers.next .pagination-chevron, .post-archive__pagination-links .page-numbers.prev img,
.post-archive__pagination-links .page-numbers.prev .pagination-chevron {
    display: block;
    height: 12px;
    object-fit: contain;
    width: 12px;
}
.post-archive__pagination-links .page-numbers.next:hover:not(.current):not(.dots), .post-archive__pagination-links .page-numbers.prev:hover:not(.current):not(.dots) {
    border-color: #f26223;
    color: #062236;
}
.post-archive__pagination-links .page-numbers.next:hover img, .post-archive__pagination-links .page-numbers.prev:hover img {
    transform: scale(1.1);
}
.post-archive__pagination-links .current {
    background-color: #f26223;
    border-color: #f26223;
    color: #fff;
}
.post-archive__pagination-links .dots {
    background-color: transparent;
    border: none;
    color: #4b5563;
    min-width: auto;
    padding: 0 4px;
}
.post-archive + .block {
    margin-top: 5rem;
}

.post-block {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.post-block:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}
.post-block:hover .post-block__img {
    transform: scale(1.08);
}
.post-block:hover .post-block__media::after {
    opacity: 1;
}
.post-block__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px;
}
.post-block__date {
    color: #f26223;
    font-family: var(--font-family--body), sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.post-block__excerpt {
    -webkit-box-orient: vertical;
    color: #4b5563;
    display: -webkit-box;
    font-family: var(--font-family--body), sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.5;
    margin: 0 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-block__heading {
    -webkit-box-orient: vertical;
    color: #062236;
    display: -webkit-box;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.3;
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-block__holder {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.post-block__img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}
.post-block__media {
    aspect-ratio: 16/9;
    border-radius: 16px 16px 0 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.post-block__media::after {
    background: linear-gradient(309.16deg, rgba(255, 255, 255, 0.2) 13.64%, #ff4e00 139.28%);
    background: linear-gradient(to top left, #ff4e00 -10%, rgba(255, 255, 255, 0) 60%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 1;
}
.post-block__permalink {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.post-block__read-more {
    color: #062236;
    font-family: var(--font-family--body), sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: auto;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 4px;
    z-index: 3;
}
.post-block__read-more:hover {
    color: #f26223;
}

.post-permalink {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.post-type-archive .hero-banner__holder {
    padding: 7.5rem 2.5rem 2.5rem;
    position: relative;
}
.post-type-archive .hero-banner__media {
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.post-type-archive .hero-banner__media::after {
    background: var(--overlays--blue-60);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-type-archive .hero-banner__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.post-type-archive .hero-banner__content {
    color: var(--color--white);
    position: relative;
    z-index: 2;
}
.post-type-archive .hero-banner__heading {
    margin-bottom: 0;
}

.blog .press {
    margin-bottom: 3.125rem;
}

.banner-img__img {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    margin-bottom: 40px;
}

.post-navigation {
    display: none;
}
@media (min-width: 992px) {
    .post-navigation {
        display: block;
    }
}
.post-navigation__holder {
    background-color: var(--color--white);
    box-shadow: var(--box-shadow--primary);
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    text-transform: uppercase;
}

.post-single {
    font-family: var(--font-family--heading), var(--font-family--body), sans-serif;
}
.post-single__navigation {
    background-color: var(--color--white);
    box-shadow: var(--box-shadow--primary);
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    text-transform: uppercase;
}
.post-single__categories {
    margin-bottom: 1.25rem;
}
.post-single__categories .post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.post-single__categories .post-categories li:not(:last-child)::after {
    color: inherit;
    content: "|";
    margin-left: 0.75rem;
}
.post-single__categories .post-categories a {
    color: var(--color--blue-400);
    text-decoration: none;
    text-transform: uppercase;
}
.post-single__categories .post-categories a:hover, .post-single__categories .post-categories a:focus, .post-single__categories .post-categories a:active {
    color: var(--color--blue-400);
    text-decoration: underline;
}
.post-single__author {
    font-weight: 700;
}
.post-single__media {
    margin-bottom: 0;
    margin-top: 1.25rem;
}
.post-single__img {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
}
.post-single__content {
    margin-top: 2.5rem;
}
.post-single__content-inner > * {
    margin-bottom: 1.25rem;
}
.post-single__content-inner blockquote,
.post-single__content-inner .wp-block-quote,
.post-single__content-inner blockquote.wp-block-quote {
    border-left: 4px solid var(--color--blue-400);
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-top: 0.625rem;
}
.post-single__content-inner figure,
.post-single__content-inner figcaption {
    margin: 0;
}
.post-single__content-inner .wp-block-columns,
.post-single__content-inner .wp-block-gallery {
    gap: 1.5rem;
}
.post-single__content-inner .wp-block-gallery {
    display: flex;
}
.post-single__content-inner .wp-block-column.is-vertically-aligned-bottom,
.post-single__content-inner .wp-block-column.is-vertically-aligned-center,
.post-single__content-inner .wp-block-column.is-vertically-aligned-top {
    width: inherit;
}
.post-single__content-inner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin: 0;
}
.post-single__content-inner .wp-block-image > figure,
.post-single__content-inner figure.wp-block-image {
    border-radius: var(--border-radius--3);
    overflow: hidden;
    position: relative;
}
.post-single__content-inner .wp-block-image > figure figcaption,
.post-single__content-inner figure.wp-block-image figcaption {
    bottom: 0;
    color: var(--color--white);
    left: 0;
    padding: 0.625rem;
    position: absolute;
}
.post-single__content-inner .wp-block-image,
.post-single__content-inner .wp-block-image:not(.is-style-rounded) > a,
.post-single__content-inner .wp-block-image:not(.is-style-rounded) img,
.post-single__content-inner .wp-block-image.is-style-circle-mask img,
.post-single__content-inner .wp-block-image.is-style-rounded img,
.post-single__content-inner .wp-block-image img,
.post-single__content-inner img {
    border-radius: var(--border-radius--3);
}
.post-single__related {
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.post-single__related-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .post-single__related-header {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}
.post-single__related-heading {
    margin-bottom: 0;
}
.post-single__related-button {
    margin-top: 1.25rem;
}
@media (min-width: 992px) {
    .post-single__related-button {
        margin-left: 1.25rem;
        margin-top: 0;
    }
}
.post-single__related-link {
    color: var(--color--white);
    display: block;
    height: 100%;
    padding: 12.5rem 0.75rem 0.75rem;
    position: relative;
    text-decoration: none;
}
.post-single__related-link:hover, .post-single__related-link:focus, .post-single__related-link:active {
    color: var(--color--white);
}
.post-single__related-media {
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.post-single__related-media::after {
    background: var(--overlays--blue-60);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-single__related-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.post-single__related-content {
    position: relative;
    z-index: 2;
}

.search-results__link {
    color: #444;
    text-decoration: none;
    transition: color ease 0.3s;
}
.search-results__link:hover {
    color: #fff;
}
.search-results__link:hover article {
    background-color: var(--color--blue-400);
}
.search-results article {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    margin: 1.5rem 0;
    padding: 1.5rem;
    transition: background-color ease 0.3s;
}
.search-results__type {
    margin-bottom: 0;
    text-transform: uppercase;
}

.api-homepage {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 767.98px) {
    .api-homepage {
        gap: 16px;
    }
}

.mlp__breadcrumbs {
    color: #6b7280;
    font-family: var(--font-family--body), sans-serif;
    font-size: 18px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .mlp__breadcrumbs {
        font-size: 14px;
    }
}
.mlp__breadcrumbs a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.3s ease;
}
.mlp__breadcrumbs a:hover {
    color: #062236;
}
.mlp__breadcrumbs-current {
    color: #062236;
    font-weight: 600;
}

.about-banner > *::before,
.about-banner > .kt-inside-inner-col::before {
    background: linear-gradient(217.62deg, rgba(2, 14, 24, 0.05) 46.1%, #020d17 86.83%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9 !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.about-banner > *::after,
.about-banner > .kt-inside-inner-col::after {
    background-image: radial-gradient(rgba(255, 255, 255, 0.25) 1.5px, transparent 1.5px);
    background-position: bottom right;
    background-size: 24px 24px;
    content: "";
    height: 100%;
    left: 0;
    -webkit-mask-image: radial-gradient(circle at bottom right, #fff 0%, transparent 40%);
    mask-image: radial-gradient(circle at bottom right, #fff 0, rgba(0, 0, 0, 0) 40%);
    opacity: 1 !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.mlp-aboutpage__btn-outline {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: var(--font-family--body), sans-serif;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
}
.mlp-aboutpage__btn-outline::before {
    background: linear-gradient(184.62deg, #f25c1a 10.86%, #ff4e00 53.44%, #fd6421 95.81%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
}
.mlp-aboutpage__btn-outline:hover {
    border-color: transparent;
    color: #fff;
}
.mlp-aboutpage__btn-outline:hover::before {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .mlp-aboutpage__btn-outline {
        font-size: 14px;
    }
}
.mlp-aboutpage__btn-primary {
    align-items: center;
    background: linear-gradient(163.44deg, #fc7b43 19.14%, #ff4e00 101.15%, #fd6421 182.75%);
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-family: var(--font-family--body), sans-serif;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
}
.mlp-aboutpage__btn-primary::before {
    background: linear-gradient(184.62deg, #f25c1a 10.86%, #ff4e00 53.44%, #fd6421 95.81%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
}
.mlp-aboutpage__btn-primary:hover {
    color: #fff;
}
.mlp-aboutpage__btn-primary:hover::before {
    opacity: 1;
}
.mlp-aboutpage__btn-icon {
    display: block;
    height: 27px;
    object-fit: contain;
    width: 27px;
}
@media (max-width: 991.98px) {
    .mlp-aboutpage__btn-icon {
        height: 16px;
        width: 16px;
    }
}
.mlp-aboutpage__btn-icon--black {
    display: block;
}
.mlp-aboutpage__btn-icon--white {
    display: none;
}
.mlp-aboutpage__btn-secondary {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ced5da;
    border-radius: 8px;
    color: #062236;
    display: flex;
    font-family: var(--font-family--body), sans-serif;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
}
.mlp-aboutpage__btn-secondary::before {
    background: linear-gradient(184.62deg, #f25c1a 10.86%, #ff4e00 53.44%, #fd6421 95.81%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
}
.mlp-aboutpage__btn-secondary:hover {
    border-color: transparent;
    color: #fff;
}
.mlp-aboutpage__btn-secondary:hover::before {
    opacity: 1;
}
.mlp-aboutpage__btn-secondary:hover .mlp-aboutpage__btn-icon--black {
    display: none;
}
.mlp-aboutpage__btn-secondary:hover .mlp-aboutpage__btn-icon--white {
    display: block;
}
.mlp-aboutpage__container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.mlp-aboutpage__format {
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    margin: 16px 0;
    padding: 40px;
}
@media (max-width: 991.98px) {
    .mlp-aboutpage__format {
        border-radius: 16px;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767.98px) {
    .mlp-aboutpage__format {
        gap: 44px;
        padding: 16px 24px;
    }
}
.mlp-aboutpage__format-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}
.mlp-aboutpage__format-content {
    flex: 1;
}
.mlp-aboutpage__format-img {
    border-radius: 24px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media (max-width: 767.98px) {
    .mlp-aboutpage__format-img {
        border-radius: 16px;
    }
}
.mlp-aboutpage__format-media {
    flex: 1;
    margin: 0;
    width: 100%;
}
.mlp-aboutpage__format-text {
    color: #4b5563;
    font-family: var(--font-family--body), sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 16px;
}
.mlp-aboutpage__format-title {
    color: #062236;
    font-family: var(--font-family--body), sans-serif;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 20px;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .mlp-aboutpage__format-title {
        font-size: 26px;
    }
}
.mlp-aboutpage__format-title-highlight {
    color: #ff6a39;
}
.mlp-aboutpage__hero {
    aspect-ratio: 16/9;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-end;
    margin: 16px 0;
    max-height: 72vh;
    max-width: 100%;
    min-height: 600px;
    overflow: hidden;
    padding: 64px 64px;
    position: relative;
    width: 100%;
}
@media (max-width: 767.98px) {
    .mlp-aboutpage__hero {
        border-radius: 16px;
        min-height: 400px;
        padding: 44px 16px;
    }
}
.mlp-aboutpage__hero-bg {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.mlp-aboutpage__hero-content {
    max-width: 600px;
    position: relative;
    z-index: 3;
}
.mlp-aboutpage__hero-overlay {
    background: linear-gradient(217.62deg, rgba(2, 14, 24, 0.05) 46.1%, #020d17 86.83%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.mlp-aboutpage__hero-overlay::after {
    background-image: radial-gradient(rgba(255, 255, 255, 0.35) 2px, transparent 2px);
    background-size: 24px 24px;
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0.25;
    position: absolute;
    right: 0;
    width: 30%;
}
.mlp-aboutpage__hero-text {
    color: #fff;
    font-family: var(--font-family--body), sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
@media (max-width: 767.98px) {
    .mlp-aboutpage__hero-text {
        font-size: 16px;
    }
}
.mlp-aboutpage__hero-title {
    color: #fff;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 16px;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .mlp-aboutpage__hero-title {
        font-size: 32px;
    }
}
.mlp-aboutpage__hero-title-highlight {
    color: #ff6a39;
}

.article-v2 {
    width: 100%;
}
.article-v2__container {
    background-color: #fff;
    border-radius: 28px;
    font-family: var(--font-family--heading), var(--font-family--body), sans-serif;
    overflow: hidden;
    padding: 40px;
    position: relative;
}
.article-v2__container::after {
    background-image: radial-gradient(#ff4e00 2px, transparent 1.5px);
    background-position: top right;
    background-size: 24px 24px;
    border-radius: inherit;
    content: "";
    height: 100%;
    -webkit-mask-image: radial-gradient(circle at top right, #fff 0%, transparent 60%);
    mask-image: radial-gradient(circle at top right, #fff 0%, transparent 15%);
    pointer-events: none;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 100%;
    z-index: 0;
}
@media (max-width: 767.98px) {
    .article-v2__container {
        border-radius: 14px;
        padding: 16px;
    }
}
.article-v2__header {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.article-v2__date {
    color: #ff6a39;
    display: block;
    font-family: var(--font-family--body), sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.article-v2__title {
    color: #062236;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}
@media (max-width: 767.98px) {
    .article-v2__title {
        font-size: 32px;
    }
}
.article-v2__media {
    border-radius: 24px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.article-v2__image {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}
.article-v2__content {
    color: #374151;
    font-family: var(--font-family--body), sans-serif;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}
.article-v2__content p {
    margin-bottom: 20px;
}
.article-v2__content strong {
    color: #062236;
    font-weight: 700;
}
.article-v2__content ul {
    margin-bottom: 24px;
    padding-left: 24px;
}
.article-v2__content ul li {
    margin-bottom: 8px;
    position: relative;
}
.article-v2__content ul li::marker {
    color: #062236;
}
.article-v2__content h3 {
    color: #062236;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 20px;
}
.article-v2__content h3 span {
    color: #6b7280;
    font-family: var(--font-family--body), sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.article-v2__info-box {
    align-items: flex-start;
    background-color: #f3f4f6;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    margin-top: 24px;
    padding: 16px 20px;
}
.article-v2__info-box p {
    color: #4b5563;
    font-family: var(--font-family--body), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding-top: 2px;
}
.article-v2__info-icon {
    align-items: center;
    background-color: #9ca3af;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.table-responsive {
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: none;
    width: 100%;
}
.table-responsive::-webkit-scrollbar {
    display: none;
}

.mlp__table {
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
    width: 100%;
}
.mlp__table th,
.mlp__table td {
    border: none !important;
    vertical-align: middle;
    white-space: nowrap;
}
.mlp__table thead th {
    background-color: #0a2036;
    border-radius: 0;
    color: #fff;
    font-family: var(--font-family--heading), var(--font-family--body), sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 20px;
    text-align: left;
}
.mlp__table thead th:first-child {
    border-radius: 8px 0 0 8px;
}
.mlp__table thead th:last-child {
    border-radius: 0 8px 8px 0;
}
@media (max-width: 991.98px) {
    .mlp__table thead th:first-child {
        background-color: #0a2036;
        border-radius: 8px 0 0 8px;
        left: 0;
        position: sticky;
        z-index: 2;
    }
    .mlp__table thead th:last-child {
        border-radius: 0 8px 8px 0;
    }
}
.mlp__table tbody tr {
    background-color: #fff;
    box-shadow: none;
}
.mlp__table tbody tr td {
    border-bottom: 1px solid #e5e7eb !important;
    border-top: 1px solid #e5e7eb !important;
    color: #4b5563;
    font-family: var(--font-family--body), sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 20px;
}
.mlp__table tbody tr td:first-child {
    border-left: 1px solid #e5e7eb !important;
    border-radius: 8px 0 0 8px;
}
.mlp__table tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #e5e7eb !important;
}
@media (max-width: 991.98px) {
    .mlp__table tbody tr td:first-child {
        background-color: #fff;
        border-left: 1px solid #e5e7eb !important;
        border-radius: 8px 0 0 8px;
        left: 0;
        position: sticky;
        z-index: 1;
    }
    .mlp__table tbody tr td:last-child {
        border-radius: 0 8px 8px 0;
        border-right: 1px solid #e5e7eb !important;
    }
}

.teamslisting {
    background-color: #fdfdfd;
    border-radius: 28px;
    font-family: var(--font-family--body), sans-serif;
    min-height: 100vh;
    overflow: hidden;
    padding: 64px 64px;
    position: relative;
}
@media (max-width: 991.98px) {
    .teamslisting {
        border-radius: 16px;
        padding: 32px 16px;
    }
}
.teamslisting__dot-pattern {
    background-image: radial-gradient(#ffe0d2 2px, transparent 2px);
    background-size: 16px 16px;
    height: 150px;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .teamslisting__dot-pattern {
        height: 120px;
        width: 180px;
    }
}
.teamslisting__container {
    font-family: var(--font-family--heading), var(--font-family--body), sans-serif;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.teamslisting__header {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}
@media (max-width: 767.98px) {
    .teamslisting__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
}
.teamslisting__title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.teamslisting__main-title {
    color: #0c1a30;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0;
}
.teamslisting__main-title--highlight {
    color: #ff5e14;
}
@media (max-width: 991.98px) {
    .teamslisting__main-title {
        font-size: 28px;
    }
}
.teamslisting__sub-title {
    color: #0c1a30;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.teamslisting__filter {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 200px;
}
@media (max-width: 767.98px) {
    .teamslisting__filter {
        width: 100%;
    }
}
.teamslisting__filter-label {
    color: #5e6d82;
    font-size: 13px;
    font-weight: 600;
}
.teamslisting__dropdown {
    font-family: var(--font-family--body), sans-serif;
    position: relative;
    width: 100%;
}
.teamslisting__dropdown.active .teamslisting__dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}
.teamslisting__dropdown.active .teamslisting__dropdown-list {
    display: block;
}
.teamslisting__dropdown.active .teamslisting__dropdown-trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #ff5e14;
}
.teamslisting__dropdown-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #395569;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
    width: 0;
}
.teamslisting__dropdown-list {
    background-color: #fff;
    border: 1px solid #ced5da;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    display: none;
    left: 0;
    margin-top: 0;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
}
.teamslisting__dropdown-list--autocomplete {
    max-height: 200px;
}
.teamslisting__dropdown-native {
    display: none;
}
.teamslisting__dropdown-option {
    align-items: center;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    padding: 12px 16px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.teamslisting__dropdown-option:hover {
    background-color: #f7fafc;
    color: #0b1a30;
}
.teamslisting__dropdown-option--selected {
    color: #0b1a30;
    font-weight: 700;
}
.teamslisting__dropdown-option--selected .teamslisting__dropdown-option-icon {
    border-bottom: 2px solid #3182ce;
    border-right: 2px solid #3182ce;
    display: block;
    height: 10px;
    transform: rotate(45deg);
    width: 5px;
}
.teamslisting__dropdown-option-icon {
    display: none;
}
.teamslisting__dropdown-trigger {
    align-items: center;
    background-color: #fff;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: space-between;
    padding: 0 36px 0 16px;
    position: relative;
    transition: border-color 0.2s ease;
    width: 100%;
}
.teamslisting__dropdown-trigger-text {
    color: #2d3748;
    font-size: 14px;
    font-weight: 500;
}
.teamslisting__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
    .teamslisting__grid {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .teamslisting__grid {
        gap: 16px;
        grid-template-columns: 1fr;
    }
}
.teamslisting__grid-loader {
    color: #5e6d82;
    font-weight: 500;
    grid-column: 1/-1;
    padding: 40px;
    text-align: center;
}

.teamslisting-card {
    align-items: center;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
    display: flex;
    gap: 24px;
    padding: 24px;
    transition: transform 0.2s, box-shadow 0.2s;
}
@media (max-width: 991.98px) {
    .teamslisting-card {
        gap: 16px;
        padding: 16px;
    }
}
.teamslisting-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
    transform: translateY(-2px);
}
.teamslisting-card__logo-wrapper {
    align-items: center;
    border-radius: 12px;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    padding: 12px;
    width: 40%;
}
@media (max-width: 991.98px) {
    .teamslisting-card__logo-wrapper {
        padding: 8px;
        width: 35%;
    }
}
.teamslisting-card__logo {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}
.teamslisting-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 12px;
    height: 100%;
    justify-content: center;
}
.teamslisting-card__name {
    -webkit-box-orient: vertical;
    color: #0c1a30;
    display: -webkit-box;
    display: box;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 26px;
    font-weight: 600;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 34px;
    margin: auto 0;
    overflow: hidden;
    text-wrap: balance;
}
@media (max-width: 991.98px) {
    .teamslisting-card__name {
        font-size: 18px;
        line-height: 24px;
    }
}
.teamslisting-card__btn-secondary {
    align-items: center;
    align-self: flex-start;
    background-color: #fff;
    border: 1px solid #ced5da;
    border-radius: 8px;
    color: #062236;
    cursor: pointer;
    display: flex;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 18px;
    font-weight: 500;
    gap: 8px;
    margin: auto 0 0;
    overflow: hidden;
    padding: 8px 24px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
}
.teamslisting-card__btn-secondary .mlp-aboutpage__btn-icon--black {
    display: block;
}
.teamslisting-card__btn-secondary .mlp-aboutpage__btn-icon--white {
    display: none;
}
@media (max-width: 991.98px) {
    .teamslisting-card__btn-secondary {
        font-size: 14px;
        padding: 8px 16px;
    }
}
.teamslisting-card__btn-secondary::before {
    background: linear-gradient(184.62deg, #f25c1a 10.86%, #ff4e00 53.44%, #fd6421 95.81%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
}
.teamslisting-card__btn-secondary:hover {
    border-color: transparent;
    color: #fff;
}
.teamslisting-card__btn-secondary:hover::before {
    opacity: 1;
}
.teamslisting-card__btn-secondary:hover .mlp-aboutpage__btn-icon--black {
    display: none !important;
}
.teamslisting-card__btn-secondary:hover .mlp-aboutpage__btn-icon--white {
    display: block !important;
}

.mlpteamdetail {
    background-color: #f9f5f2;
    font-family: var(--font-family--body), sans-serif;
    min-height: 100vh;
    overflow: hidden;
    padding: 24px 0;
    position: relative;
}
.mlpteamdetail__container {
    font-family: var(--font-family--heading), var(--font-family--body), sans-serif;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.mlpteamdetail__dot-pattern {
    background-image: radial-gradient(#ffe0d2 2px, transparent 2px);
    background-size: 16px 16px;
    height: 150px;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .mlpteamdetail__dot-pattern {
        height: 120px;
        width: 180px;
    }
}
.mlpteamdetail__back {
    align-items: center;
    background: transparent;
    border: none;
    color: #062236;
    cursor: pointer;
    display: flex;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 14px;
    font-weight: 800;
    gap: 12px;
    margin-bottom: 24px;
    padding: 0;
    transition: color 0.2s;
}
.mlpteamdetail__back:hover {
    color: #f25c1a;
}
.mlpteamdetail__back svg {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 50%;
    height: 32px;
    padding: 6px;
    width: 32px;
}

.mlpteamdetail-header {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    padding: 24px;
}
.mlpteamdetail-header__brand {
    align-items: center;
    display: flex;
    gap: 20px;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-header__brand {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }
}
.mlpteamdetail-header__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mlpteamdetail-header__link {
    align-items: center;
    color: #58697d;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
    text-decoration: none;
    transition: color 0.2s;
}
.mlpteamdetail-header__link:hover {
    color: #f25c1a;
}
.mlpteamdetail-header__logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.mlpteamdetail-header__logo-wrapper {
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 12px;
    display: flex;
    height: 100px;
    justify-content: center;
    padding: 16px;
    width: 100px;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-header__logo-wrapper {
        height: 160px;
        width: 100%;
    }
}
.mlpteamdetail-header__title {
    color: #062236;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-header__title {
        font-size: 24px;
    }
}

.mlpteamdetail-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.mlpteamdetail-metrics__card {
    background-color: #fff;
    border: 1px solid #eef2f6;
    border-radius: 8px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    min-width: 140px;
    padding: 16px;
}
.mlpteamdetail-metrics__card--highlight {
    background-color: #fffaf7;
    border-color: #ffe6db;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-metrics__card {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}
.mlpteamdetail-metrics__form {
    display: flex;
    gap: 4px;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-metrics__form {
        gap: 8px;
    }
}
.mlpteamdetail-metrics__form-badge {
    align-items: center;
    background-color: #f1f4f7;
    border-radius: 4px;
    color: #58697d;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    width: 20px;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-metrics__form-badge {
        background-color: transparent;
        color: #062236;
        font-size: 14px;
        font-weight: 500;
        height: auto;
        width: auto;
    }
    .mlpteamdetail-metrics__form-badge:not(:last-child)::after {
        color: #58697d;
        content: "|";
        font-weight: 400;
        margin-left: 8px;
    }
}
.mlpteamdetail-metrics__label {
    color: #58697d;
    font-size: 12px;
    font-weight: 500;
}
.mlpteamdetail-metrics__label strong {
    color: #062236;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-metrics__label {
        font-size: 14px;
    }
}
.mlpteamdetail-metrics__value {
    color: #062236;
    font-size: 20px;
    font-weight: 800;
}
.mlpteamdetail-metrics__value--green {
    color: #1d8348;
}
.mlpteamdetail-metrics__value--orange {
    color: #f25c1a;
}
.mlpteamdetail-metrics__value--red {
    color: #c0392b;
}

.mlpteamdetail-dashboard {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-dashboard {
        grid-template-columns: 1fr;
    }
}

.mlpteamdetail-widget {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    padding: 24px;
}
.mlpteamdetail-widget__title {
    color: #062236;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-widget__title {
        font-size: 18px;
        line-height: 22px;
    }
}

.mlpteamdetail-match {
    align-items: center;
    display: flex;
    gap: 16px;
}
.mlpteamdetail-match__content {
    align-items: center;
    display: flex;
    flex-grow: 1;
    gap: 16px;
    justify-content: center;
    width: 100%;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-match__content {
        flex-direction: column;
        gap: 12px;
    }
}
.mlpteamdetail-match__nav {
    align-items: center;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 50%;
    color: #58697d;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: all 0.2s;
    width: 32px;
}
.mlpteamdetail-match__nav:hover {
    background: #f25c1a;
    border-color: #f25c1a;
    color: #fff;
}
.mlpteamdetail-match__score {
    align-items: center;
    background-color: #f3f4f5;
    border-radius: 8px;
    color: #062236;
    display: flex;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    height: calc(100% - 12px);
    justify-content: center;
    line-height: 24px;
    margin: 0 6px;
    min-height: 90%;
    min-width: 40px;
    padding: 16px 0;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-match__score {
        font-size: 18px;
        line-height: 22px;
    }
}
.mlpteamdetail-match__score--winner {
    background-color: #eef8f2;
    color: #1d8348;
}
.mlpteamdetail-match__team {
    align-items: center;
    align-self: stretch;
    background: #fdfdfd;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    display: flex;
    flex: 1;
    gap: 16px;
    min-height: 100px;
    min-width: 0;
    padding: 0;
}
.mlpteamdetail-match__team--reverse {
    flex-direction: row;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-match__team--reverse {
        flex-direction: row-reverse;
    }
}
@media (max-width: 991.98px) {
    .mlpteamdetail-match__team {
        min-height: auto;
        width: 100%;
    }
}
.mlpteamdetail-match__team-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-right: auto;
    min-width: 0;
    text-align: left;
}
.mlpteamdetail-match__team-info--right {
    align-items: flex-end;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-match__team-info--right {
        align-items: flex-start;
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
}
.mlpteamdetail-match__team-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.mlpteamdetail-match__team-name {
    color: #062236;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-match__team-name {
        font-size: 18px;
        line-height: 22px;
    }
}
.mlpteamdetail-match__team-venue {
    color: #58697d;
    font-family: var(--font-family--body), sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-match__team-venue {
        font-size: 14px;
        line-height: 16px;
    }
}
.mlpteamdetail-match__vs {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: auto;
    justify-content: center;
    max-height: 100%;
    width: 50px;
}
.mlpteamdetail-match__vs img {
    height: auto;
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-match__vs {
        padding: 4px 0;
        width: 100%;
    }
    .mlpteamdetail-match__vs img {
        max-width: 28px;
    }
}
.mlpteamdetail-match__logo-box {
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    padding: 12px;
    width: 100px;
}

.mlpteamdetail-nextmatch {
    align-items: center;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    min-height: 100px;
    padding: 16px;
    width: 100%;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-nextmatch {
        align-items: flex-start;
        gap: 12px;
    }
}
@media (max-width: 767.98px) {
    .mlpteamdetail-nextmatch {
        flex-wrap: wrap;
    }
}
.mlpteamdetail-nextmatch__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-nextmatch__actions {
        flex-direction: column;
        width: 100%;
    }
    .mlpteamdetail-nextmatch__actions .mlpteamdetail-btn {
        justify-content: center;
        width: 100%;
    }
}
.mlpteamdetail-nextmatch__date {
    color: #58697d;
    font-family: var(--font-family--body), sans-serif;
    font-weight: 400;
    text-transform: none;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-nextmatch__date {
        display: block;
        margin-top: 4px;
    }
}
.mlpteamdetail-nextmatch__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 12px;
    min-width: 0;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-nextmatch__info {
        display: contents;
    }
}
.mlpteamdetail-nextmatch__logo-box {
    align-items: center;
    background-color: #fff1f3;
    border-radius: 12px;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    min-height: 100px;
    padding: 12px;
    width: 100px;
}
.mlpteamdetail-nextmatch__logo-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-nextmatch__logo-box {
        height: 80px;
        padding: 8px;
        width: 80px;
    }
}
.mlpteamdetail-nextmatch__name {
    color: #062236;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .mlpteamdetail-nextmatch__name {
        flex: 1 1 calc(100% - 92px);
        font-size: 16px;
    }
}

.mlpteamdetail-btn {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
    padding: 10px 16px;
    transition: all 0.2s;
}
.mlpteamdetail-btn--outline {
    background: transparent;
    border: 1px solid #ced5da;
    color: #062236;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mlpteamdetail-btn--outline::before {
    background: linear-gradient(184.62deg, #f25c1a 10.86%, #ff4e00 53.44%, #fd6421 95.81%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
}
.mlpteamdetail-btn--outline:hover {
    border-color: transparent;
    color: #fff;
}
.mlpteamdetail-btn--outline:hover::before {
    opacity: 1;
}
.mlpteamdetail-btn--primary {
    background: #f25c1a;
    border: 1px solid #f25c1a;
    color: #fff;
}
.mlpteamdetail-btn--primary:hover {
    background: #d84b10;
    border-color: #d84b10;
}

.mlpteamdetail-roster {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mlpteamdetail-roster__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
    .mlpteamdetail-roster__grid {
        grid-template-columns: 1fr;
    }
}
.mlpteamdetail-roster__title {
    color: #062236;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.mlpteamdetail-playercard {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    min-height: 220px;
    overflow: hidden;
    position: relative;
}
.mlpteamdetail-playercard.is-expanded .mlpteamdetail-playercard__back {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.mlpteamdetail-playercard.is-expanded .mlpteamdetail-playercard__front {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.mlpteamdetail-playercard__back {
    background-color: #112133;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    width: 100%;
}
.mlpteamdetail-playercard__body {
    display: flex;
    gap: 16px;
    padding: 16px 16px 30px;
}
.mlpteamdetail-playercard__details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}
.mlpteamdetail-playercard__front {
    display: flex;
    flex-direction: column;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: visible;
}
.mlpteamdetail-playercard__image {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.mlpteamdetail-playercard__image-wrapper {
    flex-shrink: 0;
    height: 80px;
    width: 120px;
}
.mlpteamdetail-playercard__meta {
    display: flex;
    gap: 16px;
}
.mlpteamdetail-playercard__meta > div:first-child {
    border-right: 1px solid #eef2f6;
    padding-right: 16px;
}
.mlpteamdetail-playercard__meta-label {
    color: #6c7986;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 2px;
}
.mlpteamdetail-playercard__meta-value {
    color: #062236;
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.mlpteamdetail-playercard__name {
    color: #062236;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}
.mlpteamdetail-playercard__table {
    border-collapse: separate;
    border-spacing: 0 4px;
    margin: 0;
    padding: 0 12px 12px;
    width: 100%;
}
.mlpteamdetail-playercard__table td,
.mlpteamdetail-playercard__table th {
    border-bottom: 1px solid #23364a;
    border-top: 1px solid #23364a;
    color: #848f9a;
    font-size: 12px;
    padding: 12px 16px;
    text-align: left;
}
.mlpteamdetail-playercard__table td:first-child,
.mlpteamdetail-playercard__table th:first-child {
    border-bottom-left-radius: 8px;
    border-left: 1px solid #23364a;
    border-top-left-radius: 8px;
}
.mlpteamdetail-playercard__table td:last-child,
.mlpteamdetail-playercard__table th:last-child {
    border-bottom-right-radius: 8px;
    border-right: 1px solid #23364a;
    border-top-right-radius: 8px;
}
.mlpteamdetail-playercard__table th {
    color: #fff;
    font-weight: 700;
}
.mlpteamdetail-playercard__table tr {
    background-color: #23364a;
}
.mlpteamdetail-playercard__trigger {
    align-items: center;
    background-color: #f1f4f7;
    border-radius: 8px;
    color: #062236;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    margin: auto 16px 16px;
    padding: 10px 16px;
    transition: background-color 0.2s;
}
.mlpteamdetail-playercard__trigger:hover {
    background-color: #e2e8f0;
}
.mlpteamdetail-playercard__trigger--active {
    background-color: #f25c1a;
    color: #fff;
    margin: 12px 12px 0 12px;
}
.mlpteamdetail-playercard__trigger--active:hover {
    background-color: #d84b10;
}

.mlpteamdetail-carousel {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-carousel {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.mlpteamdetail-carousel__nav {
    align-items: center;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 50%;
    color: #58697d;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    transition: all 0.2s;
    width: 32px;
}
.mlpteamdetail-carousel__nav:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.mlpteamdetail-carousel__nav:not(:disabled):hover {
    background: #f25c1a;
    border-color: #f25c1a;
    color: #fff;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-carousel__nav {
        margin-top: 8px;
        order: 2;
    }
}
.mlpteamdetail-carousel__track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}
.mlpteamdetail-carousel__viewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .mlpteamdetail-carousel__viewport {
        flex: 0 0 100%;
        order: 1;
    }
}

.mlpteamdetail-carousel-item {
    flex-shrink: 0;
    width: 100%;
}

.mlpmatches {
    background-color: #f9f5f2;
    font-family: var(--font-family--body), sans-serif;
    min-height: 100vh;
    padding: 60px 24px;
    position: relative;
}
.mlpmatches.is-details-mode .mlpmatches__title,
.mlpmatches.is-details-mode .mlpmatches-filters,
.mlpmatches.is-details-mode .mlpmatches-nav,
.mlpmatches.is-details-mode .mlpmatches-grid {
    display: none;
}
.mlpmatches__container {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.mlpmatches__dot-pattern {
    background-image: radial-gradient(#ffe0d2 2px, transparent 2px);
    background-size: 16px 16px;
    height: 250px;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    z-index: 1;
}
.mlpmatches__title {
    color: #0c1a30;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.mlpmatches-filters {
    align-items: center;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    padding: 16px 24px;
}
@media (max-width: 991.98px) {
    .mlpmatches-filters {
        align-items: stretch;
        flex-direction: column;
    }
}
.mlpmatches-filters__live {
    align-items: center;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 24px;
    color: #0c1a30;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    padding: 8px 16px;
    transition: all 0.2s;
}
.mlpmatches-filters__live:hover {
    background: #f9f9f9;
}
.mlpmatches-filters__live.is-active {
    border-color: rgba(231, 76, 60, 0.3);
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1);
}
.mlpmatches-filters__live-dot {
    background-color: #e74c3c;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.mlpmatches-filters__reset {
    align-items: center;
    background-color: #ff5e14;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    height: 44px;
    justify-content: center;
    margin-left: auto;
    padding: 0 24px;
    transition: background-color 0.2s;
}
.mlpmatches-filters__reset img {
    flex-shrink: 0;
    height: 20px;
    max-width: 20px;
    object-fit: contain;
    width: auto;
}
.mlpmatches-filters__reset:hover {
    background-color: #e04a0b;
}
@media (max-width: 991.98px) {
    .mlpmatches-filters__reset {
        margin-left: 0;
        width: 100%;
    }
}

.mlpmatches-dropdown {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}
.mlpmatches-dropdown--filter {
    flex: 1;
}
@media (max-width: 991.98px) {
    .mlpmatches-dropdown--filter {
        width: 100%;
    }
}
.mlpmatches-dropdown.is-active .mlpmatches-dropdown__arrow {
    transform: translateY(-50%) rotate(180deg);
}
.mlpmatches-dropdown.is-active .mlpmatches-dropdown__list {
    display: block;
}
.mlpmatches-dropdown.is-active .mlpmatches-dropdown__trigger {
    border-color: #ff5e14;
}
.mlpmatches-dropdown__arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #395569;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
    width: 0;
}
.mlpmatches-dropdown__label {
    color: #5e6d82;
    font-size: 12px;
    font-weight: 500;
}
.mlpmatches-dropdown__list {
    background-color: #fff;
    border: 1px solid #eef2f6;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    display: none;
    left: 0;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
}
.mlpmatches-dropdown__option {
    align-items: center;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    padding: 12px 16px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.mlpmatches-dropdown__option:hover {
    background-color: #f7fafc;
    color: #0c1a30;
}
.mlpmatches-dropdown__option--selected {
    color: #0c1a30;
    font-weight: 700;
}
.mlpmatches-dropdown__option--selected .mlpmatches-dropdown__option-icon {
    border-bottom: 2px solid #3182ce;
    border-right: 2px solid #3182ce;
    display: block;
    height: 10px;
    transform: rotate(45deg);
    width: 5px;
}
.mlpmatches-dropdown__option-icon {
    display: none;
}
.mlpmatches-dropdown__trigger {
    align-items: center;
    background-color: #fff;
    border: 1px solid #eef2f6;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: space-between;
    padding: 0 36px 0 16px;
    position: relative;
    transition: border-color 0.2s;
    width: 100%;
}
.mlpmatches-dropdown__trigger-text {
    color: #0c1a30;
    font-size: 14px;
    font-weight: 600;
}

.mlpmatches-nav {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 24px;
}
.mlpmatches-nav__btn {
    align-items: center;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 50%;
    color: #0c1a30;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: all 0.2s;
    width: 32px;
}
.mlpmatches-nav__btn:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.mlpmatches-nav__btn:not(:disabled):hover {
    background: #ff5e14;
    border-color: #ff5e14;
    color: #fff;
}
.mlpmatches-nav__title {
    color: #0c1a30;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.mlpmatches-grid {
    background-color: transparent;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
    .mlpmatches-grid {
        background-color: #fff;
        border-radius: 20px;
        grid-template-columns: 1fr;
        padding: 10px;
    }
}

.mlpmatches-card {
    animation: mlpmatchesCardEnter 0.4s ease-out forwards;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
}
.mlpmatches-card__body {
    align-items: center;
    display: flex;
    gap: 16px;
    padding: 24px;
}
@media (max-width: 767.98px) {
    .mlpmatches-card__body {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }
}
.mlpmatches-card__footer {
    align-items: center;
    border-top: 1px solid #eef2f6;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 16px 24px;
}
@media (max-width: 767.98px) {
    .mlpmatches-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}
.mlpmatches-card__footer-link {
    color: #0c1a30;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}
.mlpmatches-card__footer-link:hover {
    color: #ff5e14;
}
.mlpmatches-card__footer-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.mlpmatches-card__footer-meta .meta-item {
    align-items: center;
    color: #5e6d82;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
}
.mlpmatches-card__logo-box {
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 64px;
    justify-content: center;
    padding: 8px;
    width: 64px;
}
.mlpmatches-card__logo-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.mlpmatches-card__pill {
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
}
.mlpmatches-card__pill--completed {
    background-color: #eff2f5;
    border: 1px solid #dbe2ea;
    color: #23364a;
}
.mlpmatches-card__pill--live {
    background-color: #e3f8f9;
    border: 1px solid #b6e4e5;
    color: #0c4d4f;
}
.mlpmatches-card__pill--upcoming {
    background-color: #fdf2ec;
    border: 1px solid #fad3c4;
    color: #a84019;
}
.mlpmatches-card__score {
    align-items: center;
    background-color: #f3f4f5;
    border-radius: 8px;
    color: #0c1a30;
    display: flex;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    height: 64px;
    justify-content: center;
    width: 50px;
}
.mlpmatches-card__score--winner {
    background-color: #ff5e14;
    color: #fff;
}
.mlpmatches-card__team {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 16px;
    min-width: 0;
}
.mlpmatches-card__team--reverse {
    flex-direction: row;
    text-align: right;
}
@media (max-width: 767.98px) {
    .mlpmatches-card__team--reverse {
        flex-direction: row-reverse;
        text-align: left;
    }
}
@media (max-width: 767.98px) {
    .mlpmatches-card__team {
        border: 1px solid #eef2f6;
        border-radius: 12px;
        padding: 12px;
        width: 100%;
    }
}
.mlpmatches-card__team-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 4px;
    min-width: 0;
}
.mlpmatches-card__team-name {
    color: #0c1a30;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.mlpmatches-card__team-venue {
    color: #5e6d82;
    font-size: 12px;
    font-weight: 500;
}
.mlpmatches-card__vs {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 4px;
    justify-content: center;
}
.mlpmatches-card__vs img {
    width: 32px;
}
.mlpmatches-card__vs span {
    color: #5e6d82;
    font-size: 12px;
    font-weight: 600;
}

.mlpdetails-view {
    animation: mlpmatchesCardEnter 0.4s ease-out forwards;
    display: none;
    width: 100%;
}
.mlpdetails-view.is-open {
    display: block;
}

.mlpdetails {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 24px 80px;
}
@media (max-width: 767.98px) {
    .mlpdetails {
        padding: 24px 16px 60px;
    }
}
.mlpdetails__back {
    align-items: center;
    background: transparent;
    border: none;
    color: #0c1a30;
    cursor: pointer;
    display: flex;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 14px;
    font-weight: 800;
    gap: 12px;
    margin-bottom: 24px;
    padding: 0;
    transition: color 0.2s;
}
.mlpdetails__back:hover {
    color: #ff5e14;
}
.mlpdetails__back svg {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 50%;
    height: 32px;
    padding: 6px;
    width: 32px;
}
.mlpdetails__game-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}
.mlpdetails__game-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.mlpdetails__game-time {
    align-items: center;
    color: #5e6d82;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    gap: 6px;
}
.mlpdetails__game-title {
    color: #0c1a30;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
}
.mlpdetails__row {
    display: flex;
    gap: 16px;
}
@media (max-width: 767.98px) {
    .mlpdetails__row {
        flex-direction: column;
        gap: 4px;
    }
}
.mlpdetails__team-box {
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 8px;
    display: flex;
    flex: 1;
    gap: 16px;
    justify-content: space-between;
    padding: 8px 16px;
}
.mlpdetails__team-box--loser {
    background-color: #f7f7f7;
}
.mlpdetails__team-box--loser .mlpdetails__team-score {
    background-color: #e2e8f0;
    color: #5e6d82;
}
.mlpdetails__team-box--winner {
    background-color: #fff1e6;
}
.mlpdetails__team-box--winner .mlpdetails__team-score {
    background-color: #ff5e14;
    color: #fff;
}
.mlpdetails__team-players {
    color: #0c1a30;
    font-size: 12px;
    font-weight: 700;
}
.mlpdetails__team-score {
    align-items: center;
    border-radius: 6px;
    display: flex;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    width: 32px;
}
.mlpdetails__db-header {
    align-items: flex-end;
    border-top: 1px solid #eef2f6;
    display: flex;
    gap: 16px;
    margin-top: 48px;
    padding-top: 32px;
}
@media (max-width: 767.98px) {
    .mlpdetails__db-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
.mlpdetails__db-meta {
    color: #5e6d82;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}
.mlpdetails__db-title {
    color: #0c1a30;
    font-family: var(--font-family--heading), sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}
.mlpdetails__db-matchups {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}
.mlpdetails__db-matchup-row {
    align-items: center;
    background: #fdfdfd;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 8px 16px;
}
@media (max-width: 767.98px) {
    .mlpdetails__db-matchup-row {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }
}
.mlpdetails__db-side {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 16px;
    justify-content: space-between;
}
.mlpdetails__db-side--reverse {
    flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
    .mlpdetails__db-side--reverse {
        flex-direction: row;
    }
}
@media (max-width: 767.98px) {
    .mlpdetails__db-side {
        width: 100%;
    }
}
.mlpdetails__db-vs {
    color: #0c1a30;
    font-size: 16px;
    font-weight: 800;
}
@media (max-width: 767.98px) {
    .mlpdetails__db-vs {
        display: none;
    }
}

@keyframes mlpmatchesCardEnter {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.default {
    background-color: #fff;
}

#launcher {
    bottom: 85px !important;
    z-index: 199 !important;
}
/*# sourceMappingURL=styles.css.map */
