@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,200..900;1,200..900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Strichpunkt+Sans:wght@400..900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&amp;display=swap";
[data-simplebar] {
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.simplebar-wrapper {
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    overflow: hidden;
}
.simplebar-mask {
    direction: inherit;
    z-index: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    inset: 0;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
}
.simplebar-offset {
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    position: absolute;
    inset: 0;
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
}
.simplebar-content-wrapper {
    direction: inherit;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
    position: relative;
    overflow: auto;
    box-sizing: border-box !important;
}
.simplebar-content-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    pointer-events: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.simplebar-height-auto-observer-wrapper {
    float: left;
    z-index: -1;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
    width: 100%;
    max-width: 1px;
    height: 100%;
    max-height: 1px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-sizing: inherit !important;
}
.simplebar-height-auto-observer {
    box-sizing: inherit;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    width: 1000%;
    min-width: 1px;
    height: 1000%;
    min-height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.simplebar-track {
    z-index: 1;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    min-height: 10px;
    position: absolute;
    left: 0;
    right: 0;
}
.simplebar-scrollbar:before {
    content: "";
    opacity: 0;
    background: #000;
    border-radius: 7px;
    transition: opacity 0.2s linear 0.5s;
    position: absolute;
    left: 2px;
    right: 2px;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-duration: 0s;
    transition-delay: 0s;
}
.simplebar-track.simplebar-vertical {
    width: 11px;
    top: 0;
}
.simplebar-scrollbar:before {
    inset: 2px;
}
.simplebar-track.simplebar-horizontal {
    height: 11px;
    left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    width: auto;
    min-width: 10px;
    min-height: 0;
    inset: 0 auto 0 0;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto;
}
.simplebar-dummy-scrollbar-size {
    opacity: 0;
    visibility: hidden;
    direction: rtl;
    width: 500px;
    height: 500px;
    position: fixed;
    overflow: scroll hidden;
    -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}
.simplebar-hide-scrollbar {
    visibility: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: fixed;
    left: 0;
    overflow-y: scroll;
}
:root,
[data-bs-theme="light"] {
    --dx-blue: #d2202c;
    --dx-indigo: #6366f1;
    --dx-purple: #9b5de5;
    --dx-pink: #ec4899;
    --dx-red: #ff4d4e;
    --dx-orange: #f97316;
    --dx-yellow: #f5cc14;
    --dx-green: #06c458;
    --dx-teal: #20c997;
    --dx-cyan: #00b4d8;
    --dx-black: #020617;
    --dx-white: #fff;
    --dx-gray: #475569;
    --dx-gray-dark: #181c2f;
    --dx-gray-50: #f9fafb;
    --dx-gray-100: #f3f4f6;
    --dx-gray-200: #e5e7eb;
    --dx-gray-300: #d1d5db;
    --dx-gray-400: #9ca3af;
    --dx-gray-500: #6b7280;
    --dx-gray-600: #475569;
    --dx-gray-700: #334155;
    --dx-gray-800: #181c2f;
    --dx-gray-900: #052a40;
    --dx-primary: #d2202c;
    --dx-secondary: #3e3183;
    --dx-success: #06c458;
    --dx-info: #00b4d8;
    --dx-warning: #f5cc14;
    --dx-danger: #ff4d4e;
    --dx-light: #f6f7fb;
    --dx-dark: #333855;
    --dx-primary-rgb: 100, 126, 232;
    --dx-secondary-rgb: 155, 93, 229;
    --dx-success-rgb: 6, 196, 88;
    --dx-info-rgb: 0, 180, 216;
    --dx-warning-rgb: 245, 204, 20;
    --dx-danger-rgb: 255, 77, 78;
    --dx-light-rgb: 246, 247, 251;
    --dx-dark-rgb: 51, 56, 85;
    --dx-pink-rgb: 236, 72, 153;
    --dx-orange-rgb: 249, 115, 22;
    --dx-indigo-rgb: 99, 102, 241;
    --dx-primary-text-emphasis: #5f78dc;
    --dx-secondary-text-emphasis: #3e3183;
    --dx-success-text-emphasis: #06ba54;
    --dx-info-text-emphasis: #00abcd;
    --dx-warning-text-emphasis: #e9c213;
    --dx-danger-text-emphasis: #f2494a;
    --dx-light-text-emphasis: var(--dx-gray-600);
    --dx-dark-text-emphasis: #262a40;
    --dx-primary-bg-subtle: rgba(var(--dx-primary-rgb), 0.15);
    --dx-secondary-bg-subtle: rgba(var(--dx-secondary-rgb), 0.15);
    --dx-success-bg-subtle: rgba(var(--dx-success-rgb), 0.15);
    --dx-info-bg-subtle: rgba(var(--dx-info-rgb), 0.15);
    --dx-warning-bg-subtle: rgba(var(--dx-warning-rgb), 0.15);
    --dx-danger-bg-subtle: rgba(var(--dx-danger-rgb), 0.15);
    --dx-light-bg-subtle: var(--dx-gray-100);
    --dx-dark-bg-subtle: var(--dx-gray-200);
    --dx-primary-border-subtle: rgba(var(--dx-primary-rgb), 0.3);
    --dx-secondary-border-subtle: rgba(var(--dx-secondary-rgb), 0.3);
    --dx-success-border-subtle: rgba(var(--dx-success-rgb), 0.3);
    --dx-info-border-subtle: rgba(var(--dx-info-rgb), 0.3);
    --dx-warning-border-subtle: rgba(var(--dx-warning-rgb), 0.3);
    --dx-danger-border-subtle: rgba(var(--dx-danger-rgb), 0.3);
    --dx-light-border-subtle: var(--dx-gray-50);
    --dx-dark-border-subtle: var(--dx-gray-300);
    --dx-white-rgb: 255, 255, 255;
    --dx-black-rgb: 2, 6, 23;
    --dx-font-sans-serif: var(--dx-font-family-base);
    --dx-font-monospace:
        SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    --dx-gradient: linear-gradient(180deg, #ffffff26, #fff0);
    --dx-body-font-family: var(--dx-font-sans-serif);
    --dx-body-font-size: 0.9688rem;
    --dx-body-font-weight: 400;
    --dx-body-line-height: 1.35;
    --dx-body-color: #052a40;
    --dx-body-color-rgb: 5, 42, 64;
    --dx-body-bg: #edf0f7;
    --dx-body-bg-rgb: 237, 240, 247;
    --dx-emphasis-color: #052a40;
    --dx-emphasis-color-rgb: 5, 42, 64;
    --dx-secondary-color: #7484a5;
    --dx-secondary-color-rgb: 116, 132, 165;
    --dx-secondary-bg: #fff;
    --dx-secondary-bg-rgb: 255, 255, 255;
    --dx-tertiary-color: #9ca3af;
    --dx-tertiary-color-rgb: 156, 163, 175;
    --dx-tertiary-bg: #f6f7fb;
    --dx-tertiary-bg-rgb: 246, 247, 251;
    --dx-heading-color: inherit;
    --dx-link-color: #d2202c;
    --dx-link-color-rgb: 100, 126, 232;
    --dx-link-decoration: none;
    --dx-link-hover-color: #5a71d1;
    --dx-link-hover-color-rgb: 90, 113, 209;
    --dx-code-color: #ec4899;
    --dx-highlight-color: #052a40;
    --dx-highlight-bg: #fff3cd;
    --dx-border-width: 1px;
    --dx-border-style: solid;
    --dx-border-color: #e0e6f1;
    --dx-border-color-translucent: #e0e6f1;
    --dx-border-radius: 7px;
    --dx-border-radius-sm: 5px;
    --dx-border-radius-lg: 8px;
    --dx-border-radius-xl: 1rem;
    --dx-border-radius-xxl: 2rem;
    --dx-border-radius-2xl: var(--dx-border-radius-xxl);
    --dx-border-radius-pill: 50rem;
    --dx-box-shadow: #959da51a 0px 8px 24px;
    --dx-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--dx-body-color-rgb), 0.055);
    --dx-box-shadow-lg: 0 1rem 3rem rgba(var(--dx-body-color-rgb), 0.175);
    --dx-box-shadow-inset: none;
    --dx-focus-ring-width: 0.25rem;
    --dx-focus-ring-opacity: 0.25;
    --dx-focus-ring-color: #d2202c40;
    --dx-form-valid-color: #06c458;
    --dx-form-valid-border-color: #06c458;
    --dx-form-invalid-color: #ff4d4e;
    --dx-form-invalid-border-color: #ff4d4e;
}
[data-bs-theme="dark"] {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
    --dx-body-color: #f4f4f5;
    --dx-body-color-rgb: 244, 244, 245;
    --dx-body-bg: #191e33;
    --dx-body-bg-rgb: 25, 30, 51;
    --dx-emphasis-color: #fff;
    --dx-emphasis-color-rgb: 255, 255, 255;
    --dx-secondary-color: #afb0b8;
    --dx-secondary-color-rgb: 175, 176, 184;
    --dx-secondary-bg: #25293d;
    --dx-secondary-bg-rgb: 37, 41, 61;
    --dx-tertiary-color: #afb0b8;
    --dx-tertiary-color-rgb: 175, 176, 184;
    --dx-tertiary-bg: #303547;
    --dx-tertiary-bg-rgb: 48, 53, 71;
    --dx-primary-text-emphasis: #5f78dc;
    --dx-secondary-text-emphasis: #3e3183;
    --dx-success-text-emphasis: #06ba54;
    --dx-info-text-emphasis: #00abcd;
    --dx-warning-text-emphasis: #e9c213;
    --dx-danger-text-emphasis: #f2494a;
    --dx-light-text-emphasis: #f9fafb;
    --dx-dark-text-emphasis: #434864;
    --dx-primary-bg-subtle: rgba(var(--dx-primary-rgb), 0.15);
    --dx-secondary-bg-subtle: rgba(var(--dx-secondary-rgb), 0.15);
    --dx-success-bg-subtle: rgba(var(--dx-success-rgb), 0.15);
    --dx-info-bg-subtle: rgba(var(--dx-info-rgb), 0.15);
    --dx-warning-bg-subtle: rgba(var(--dx-warning-rgb), 0.15);
    --dx-danger-bg-subtle: rgba(var(--dx-danger-rgb), 0.15);
    --dx-light-bg-subtle: #303547;
    --dx-dark-bg-subtle: #0d1123;
    --dx-primary-border-subtle: rgba(var(--dx-primary-rgb), 0.3);
    --dx-secondary-border-subtle: rgba(var(--dx-secondary-rgb), 0.3);
    --dx-success-border-subtle: rgba(var(--dx-success-rgb), 0.3);
    --dx-info-border-subtle: rgba(var(--dx-info-rgb), 0.3);
    --dx-warning-border-subtle: rgba(var(--dx-warning-rgb), 0.3);
    --dx-danger-border-subtle: rgba(var(--dx-danger-rgb), 0.3);
    --dx-light-border-subtle: #052a40;
    --dx-dark-border-subtle: #333855;
    --dx-heading-color: #fff;
    --dx-link-color: #a2b2f1;
    --dx-link-hover-color: #abbaf2;
    --dx-link-color-rgb: 162, 178, 241;
    --dx-link-hover-color-rgb: 171, 186, 242;
    --dx-code-color: #f491c2;
    --dx-highlight-color: #f4f4f5;
    --dx-highlight-bg: #664d03;
    --dx-border-color: #35394b;
    --dx-border-color-translucent: #3c4052;
    --dx-form-valid-color: #75b798;
    --dx-form-valid-border-color: #75b798;
    --dx-form-invalid-color: #ea868f;
    --dx-form-invalid-border-color: #ea868f;
}
*,
:before,
:after {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    font-family: var(--dx-body-font-family);
    font-size: var(--dx-body-font-size);
    font-weight: var(--dx-body-font-weight);
    line-height: var(--dx-body-line-height);
    color: var(--dx-body-color);
    text-align: var(--dx-body-text-align);
    background-color: var(--dx-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #02061700;
    margin: 0;
}
hr {
    margin: var(--dx-spacer) 0;
    color: inherit;
    border: 0;
    border-top: var(--dx-border-width) solid;
    opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: calc(var(--dx-spacer) * 0.5);
    font-family: var(--dx-font-family-heading);
    font-weight: var(--dx-font-weight-semibold);
    color: var(--dx-heading-color);
    line-height: 1.2;
}
h1,
.h1 {
    font-size: calc(var(--dx-body-font-size) * 2.5);
}
h2,
.h2 {
    font-size: calc(var(--dx-body-font-size) * 2);
}
h3,
.h3 {
    font-size: calc(var(--dx-body-font-size) * 1.75);
}
h4,
.h4 {
    font-size: calc(var(--dx-body-font-size) * 1.5);
}
h5,
.h5 {
    font-size: calc(var(--dx-body-font-size) * 1.25);
}
h6,
.h6 {
    font-size: var(--dx-body-font-size);
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
abbr[title] {
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small,
.small {
    font-size: 0.875em;
}
mark,
.mark {
    color: var(--dx-highlight-color);
    background-color: var(--dx-highlight-bg);
    padding: 0.1875em;
}
sub,
sup {
    vertical-align: baseline;
    font-size: 0.75em;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: rgba(var(--dx-link-color-rgb), var(--dx-link-opacity, 1));
    text-decoration: none;
}
a:hover {
    --dx-link-color-rgb: var(--dx-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: var(--dx-font-monospace);
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.875em;
    display: block;
    overflow: auto;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    color: var(--dx-code-color);
    word-wrap: break-word;
    font-size: 0.875em;
}
a > code {
    color: inherit;
}
kbd {
    color: var(--dx-body-bg);
    background-color: var(--dx-body-color);
    border-radius: 5px;
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
}
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 {
    color: var(--dx-secondary-color);
    text-align: left;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
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 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
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 {
    border-style: none;
    padding: 0;
}
textarea {
    resize: vertical;
}
fieldset {
    border: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
}
legend {
    float: left;
    width: 100%;
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    font-size: calc(1.275rem + 0.3vw);
}
@media (width>=1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-datetime-edit-text {
    padding: 0;
}
::-webkit-datetime-edit-minute {
    padding: 0;
}
::-webkit-datetime-edit-hour-field {
    padding: 0;
}
::-webkit-datetime-edit-day-field {
    padding: 0;
}
::-webkit-datetime-edit-month-field {
    padding: 0;
}
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button {
    cursor: pointer;
    filter: grayscale();
}
::-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 {
    cursor: pointer;
    display: list-item;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: calc(var(--dx-body-font-size) * 1.25);
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (width>=1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (width>=1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (width>=1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (width>=1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (width>=1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (width>=1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    text-transform: uppercase;
    font-size: 0.875em;
}
.blockquote {
    margin-bottom: var(--dx-spacer);
    font-size: calc(var(--dx-body-font-size) * 1.25);
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -var(--dx-spacer);
    margin-bottom: var(--dx-spacer);
    color: var(--dx-secondary-color);
    font-size: 0.875em;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    background-color: var(--dx-body-bg);
    border: var(--dx-border-width) solid var(--dx-border-color);
    border-radius: var(--dx-border-radius);
    box-shadow: var(--dx-box-shadow-sm);
    max-width: 100%;
    height: auto;
    padding: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.625rem;
    line-height: 1;
}
.figure-caption {
    color: var(--dx-secondary-color);
    font-size: 0.875em;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --dx-gutter-x: 1.25rem;
    --dx-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--dx-gutter-x) * 0.5);
    padding-left: calc(var(--dx-gutter-x) * 0.5);
    margin-left: auto;
    margin-right: auto;
}
@media (width>=576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (width>=768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (width>=992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (width>=1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
@media (width>=1536px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1536px;
    }
}
:root {
    --dx-breakpoint-xs: 0;
    --dx-breakpoint-sm: 576px;
    --dx-breakpoint-md: 768px;
    --dx-breakpoint-lg: 992px;
    --dx-breakpoint-xl: 1200px;
    --dx-breakpoint-xxl: 1536px;
}
.row {
    --dx-gutter-x: 1.25rem;
    --dx-gutter-y: 0;
    margin-top: calc(-1 * var(--dx-gutter-y));
    margin-right: calc(-0.5 * var(--dx-gutter-x));
    margin-left: calc(-0.5 * var(--dx-gutter-x));
    flex-wrap: wrap;
    display: flex;
}
.row > * {
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--dx-gutter-x) * 0.5);
    padding-left: calc(var(--dx-gutter-x) * 0.5);
    margin-top: var(--dx-gutter-y);
    flex-shrink: 0;
}
.col {
    flex: 1 0 0;
}
.row-cols-auto > * {
    flex: none;
    width: auto;
}
.row-cols-1 > * {
    flex: none;
    width: 100%;
}
.row-cols-2 > * {
    flex: none;
    width: 50%;
}
.row-cols-3 > * {
    flex: none;
    width: 33.3333%;
}
.row-cols-4 > * {
    flex: none;
    width: 25%;
}
.row-cols-5 > * {
    flex: none;
    width: 20%;
}
.row-cols-6 > * {
    flex: none;
    width: 16.6667%;
}
.col-auto {
    flex: none;
    width: auto;
}
.col-1 {
    flex: none;
    width: 8.33333%;
}
.col-2 {
    flex: none;
    width: 16.6667%;
}
.col-3 {
    flex: none;
    width: 25%;
}
.col-4 {
    flex: none;
    width: 33.3333%;
}
.col-5 {
    flex: none;
    width: 41.6667%;
}
.col-6 {
    flex: none;
    width: 50%;
}
.col-7 {
    flex: none;
    width: 58.3333%;
}
.col-8 {
    flex: none;
    width: 66.6667%;
}
.col-9 {
    flex: none;
    width: 75%;
}
.col-10 {
    flex: none;
    width: 83.3333%;
}
.col-11 {
    flex: none;
    width: 91.6667%;
}
.col-12 {
    flex: none;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.6667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333%;
}
.offset-5 {
    margin-left: 41.6667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333%;
}
.offset-8 {
    margin-left: 66.6667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333%;
}
.offset-11 {
    margin-left: 91.6667%;
}
.g-0,
.gx-0 {
    --dx-gutter-x: 0;
}
.g-0,
.gy-0 {
    --dx-gutter-y: 0;
}
.g-1,
.gx-1 {
    --dx-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --dx-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --dx-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --dx-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --dx-gutter-x: 0.75rem;
}
.g-3,
.gy-3 {
    --dx-gutter-y: 0.75rem;
}
.g-4,
.gx-4 {
    --dx-gutter-x: 1rem;
}
.g-4,
.gy-4 {
    --dx-gutter-y: 1rem;
}
.g-5,
.gx-5 {
    --dx-gutter-x: var(--dx-spacer);
}
.g-5,
.gy-5 {
    --dx-gutter-y: var(--dx-spacer);
}
.g-6,
.gx-6 {
    --dx-gutter-x: 1.5rem;
}
.g-6,
.gy-6 {
    --dx-gutter-y: 1.5rem;
}
.g-7,
.gx-7 {
    --dx-gutter-x: 1.75rem;
}
.g-7,
.gy-7 {
    --dx-gutter-y: 1.75rem;
}
.g-8,
.gx-8 {
    --dx-gutter-x: 2rem;
}
.g-8,
.gy-8 {
    --dx-gutter-y: 2rem;
}
.g-9,
.gx-9 {
    --dx-gutter-x: 2.25rem;
}
.g-9,
.gy-9 {
    --dx-gutter-y: 2.25rem;
}
.g-10,
.gx-10 {
    --dx-gutter-x: 2.5rem;
}
.g-10,
.gy-10 {
    --dx-gutter-y: 2.5rem;
}
.g-12,
.gx-12 {
    --dx-gutter-x: 3rem;
}
.g-12,
.gy-12 {
    --dx-gutter-y: 3rem;
}
.g-14,
.gx-14 {
    --dx-gutter-x: 3.5rem;
}
.g-14,
.gy-14 {
    --dx-gutter-y: 3.5rem;
}
.g-16,
.gx-16 {
    --dx-gutter-x: 4rem;
}
.g-16,
.gy-16 {
    --dx-gutter-y: 4rem;
}
.g-20,
.gx-20 {
    --dx-gutter-x: 5rem;
}
.g-20,
.gy-20 {
    --dx-gutter-y: 5rem;
}
.g-24,
.gx-24 {
    --dx-gutter-x: 6rem;
}
.g-24,
.gy-24 {
    --dx-gutter-y: 6rem;
}
.g-28,
.gx-28 {
    --dx-gutter-x: 7rem;
}
.g-28,
.gy-28 {
    --dx-gutter-y: 7rem;
}
.g-36,
.gx-36 {
    --dx-gutter-x: 9rem;
}
.g-36,
.gy-36 {
    --dx-gutter-y: 9rem;
}
.g-40,
.gx-40 {
    --dx-gutter-x: 10rem;
}
.g-40,
.gy-40 {
    --dx-gutter-y: 10rem;
}
.g-44,
.gx-44 {
    --dx-gutter-x: 11rem;
}
.g-44,
.gy-44 {
    --dx-gutter-y: 11rem;
}
.g-48,
.gx-48 {
    --dx-gutter-x: 12rem;
}
.g-48,
.gy-48 {
    --dx-gutter-y: 12rem;
}
.g-80,
.gx-80 {
    --dx-gutter-x: 20rem;
}
.g-80,
.gy-80 {
    --dx-gutter-y: 20rem;
}
.g-6px,
.gx-6px {
    --dx-gutter-x: 6px;
}
.g-6px,
.gy-6px {
    --dx-gutter-y: 6px;
}
.g-10px,
.gx-10px {
    --dx-gutter-x: 10px;
}
.g-10px,
.gy-10px {
    --dx-gutter-y: 10px;
}
@media (width>=576px) {
    .col-sm {
        flex: 1 0 0;
    }
    .row-cols-sm-auto > * {
        flex: none;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: none;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: none;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: none;
        width: 33.3333%;
    }
    .row-cols-sm-4 > * {
        flex: none;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: none;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: none;
        width: 16.6667%;
    }
    .col-sm-auto {
        flex: none;
        width: auto;
    }
    .col-sm-1 {
        flex: none;
        width: 8.33333%;
    }
    .col-sm-2 {
        flex: none;
        width: 16.6667%;
    }
    .col-sm-3 {
        flex: none;
        width: 25%;
    }
    .col-sm-4 {
        flex: none;
        width: 33.3333%;
    }
    .col-sm-5 {
        flex: none;
        width: 41.6667%;
    }
    .col-sm-6 {
        flex: none;
        width: 50%;
    }
    .col-sm-7 {
        flex: none;
        width: 58.3333%;
    }
    .col-sm-8 {
        flex: none;
        width: 66.6667%;
    }
    .col-sm-9 {
        flex: none;
        width: 75%;
    }
    .col-sm-10 {
        flex: none;
        width: 83.3333%;
    }
    .col-sm-11 {
        flex: none;
        width: 91.6667%;
    }
    .col-sm-12 {
        flex: none;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.6667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333%;
    }
    .offset-sm-5 {
        margin-left: 41.6667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333%;
    }
    .offset-sm-8 {
        margin-left: 66.6667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333%;
    }
    .offset-sm-11 {
        margin-left: 91.6667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --dx-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --dx-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --dx-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --dx-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --dx-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --dx-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --dx-gutter-x: 0.75rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --dx-gutter-y: 0.75rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --dx-gutter-x: 1rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --dx-gutter-y: 1rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --dx-gutter-x: var(--dx-spacer);
    }
    .g-sm-5,
    .gy-sm-5 {
        --dx-gutter-y: var(--dx-spacer);
    }
    .g-sm-6,
    .gx-sm-6 {
        --dx-gutter-x: 1.5rem;
    }
    .g-sm-6,
    .gy-sm-6 {
        --dx-gutter-y: 1.5rem;
    }
    .g-sm-7,
    .gx-sm-7 {
        --dx-gutter-x: 1.75rem;
    }
    .g-sm-7,
    .gy-sm-7 {
        --dx-gutter-y: 1.75rem;
    }
    .g-sm-8,
    .gx-sm-8 {
        --dx-gutter-x: 2rem;
    }
    .g-sm-8,
    .gy-sm-8 {
        --dx-gutter-y: 2rem;
    }
    .g-sm-9,
    .gx-sm-9 {
        --dx-gutter-x: 2.25rem;
    }
    .g-sm-9,
    .gy-sm-9 {
        --dx-gutter-y: 2.25rem;
    }
    .g-sm-10,
    .gx-sm-10 {
        --dx-gutter-x: 2.5rem;
    }
    .g-sm-10,
    .gy-sm-10 {
        --dx-gutter-y: 2.5rem;
    }
    .g-sm-12,
    .gx-sm-12 {
        --dx-gutter-x: 3rem;
    }
    .g-sm-12,
    .gy-sm-12 {
        --dx-gutter-y: 3rem;
    }
    .g-sm-14,
    .gx-sm-14 {
        --dx-gutter-x: 3.5rem;
    }
    .g-sm-14,
    .gy-sm-14 {
        --dx-gutter-y: 3.5rem;
    }
    .g-sm-16,
    .gx-sm-16 {
        --dx-gutter-x: 4rem;
    }
    .g-sm-16,
    .gy-sm-16 {
        --dx-gutter-y: 4rem;
    }
    .g-sm-20,
    .gx-sm-20 {
        --dx-gutter-x: 5rem;
    }
    .g-sm-20,
    .gy-sm-20 {
        --dx-gutter-y: 5rem;
    }
    .g-sm-24,
    .gx-sm-24 {
        --dx-gutter-x: 6rem;
    }
    .g-sm-24,
    .gy-sm-24 {
        --dx-gutter-y: 6rem;
    }
    .g-sm-28,
    .gx-sm-28 {
        --dx-gutter-x: 7rem;
    }
    .g-sm-28,
    .gy-sm-28 {
        --dx-gutter-y: 7rem;
    }
    .g-sm-36,
    .gx-sm-36 {
        --dx-gutter-x: 9rem;
    }
    .g-sm-36,
    .gy-sm-36 {
        --dx-gutter-y: 9rem;
    }
    .g-sm-40,
    .gx-sm-40 {
        --dx-gutter-x: 10rem;
    }
    .g-sm-40,
    .gy-sm-40 {
        --dx-gutter-y: 10rem;
    }
    .g-sm-44,
    .gx-sm-44 {
        --dx-gutter-x: 11rem;
    }
    .g-sm-44,
    .gy-sm-44 {
        --dx-gutter-y: 11rem;
    }
    .g-sm-48,
    .gx-sm-48 {
        --dx-gutter-x: 12rem;
    }
    .g-sm-48,
    .gy-sm-48 {
        --dx-gutter-y: 12rem;
    }
    .g-sm-80,
    .gx-sm-80 {
        --dx-gutter-x: 20rem;
    }
    .g-sm-80,
    .gy-sm-80 {
        --dx-gutter-y: 20rem;
    }
    .g-sm-6px,
    .gx-sm-6px {
        --dx-gutter-x: 6px;
    }
    .g-sm-6px,
    .gy-sm-6px {
        --dx-gutter-y: 6px;
    }
    .g-sm-10px,
    .gx-sm-10px {
        --dx-gutter-x: 10px;
    }
    .g-sm-10px,
    .gy-sm-10px {
        --dx-gutter-y: 10px;
    }
}
@media (width>=768px) {
    .col-md {
        flex: 1 0 0;
    }
    .row-cols-md-auto > * {
        flex: none;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: none;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: none;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: none;
        width: 33.3333%;
    }
    .row-cols-md-4 > * {
        flex: none;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: none;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: none;
        width: 16.6667%;
    }
    .col-md-auto {
        flex: none;
        width: auto;
    }
    .col-md-1 {
        flex: none;
        width: 8.33333%;
    }
    .col-md-2 {
        flex: none;
        width: 16.6667%;
    }
    .col-md-3 {
        flex: none;
        width: 25%;
    }
    .col-md-4 {
        flex: none;
        width: 33.3333%;
    }
    .col-md-5 {
        flex: none;
        width: 41.6667%;
    }
    .col-md-6 {
        flex: none;
        width: 50%;
    }
    .col-md-7 {
        flex: none;
        width: 58.3333%;
    }
    .col-md-8 {
        flex: none;
        width: 66.6667%;
    }
    .col-md-9 {
        flex: none;
        width: 75%;
    }
    .col-md-10 {
        flex: none;
        width: 83.3333%;
    }
    .col-md-11 {
        flex: none;
        width: 91.6667%;
    }
    .col-md-12 {
        flex: none;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.6667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333%;
    }
    .offset-md-5 {
        margin-left: 41.6667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333%;
    }
    .offset-md-8 {
        margin-left: 66.6667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333%;
    }
    .offset-md-11 {
        margin-left: 91.6667%;
    }
    .g-md-0,
    .gx-md-0 {
        --dx-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --dx-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --dx-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --dx-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --dx-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --dx-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --dx-gutter-x: 0.75rem;
    }
    .g-md-3,
    .gy-md-3 {
        --dx-gutter-y: 0.75rem;
    }
    .g-md-4,
    .gx-md-4 {
        --dx-gutter-x: 1rem;
    }
    .g-md-4,
    .gy-md-4 {
        --dx-gutter-y: 1rem;
    }
    .g-md-5,
    .gx-md-5 {
        --dx-gutter-x: var(--dx-spacer);
    }
    .g-md-5,
    .gy-md-5 {
        --dx-gutter-y: var(--dx-spacer);
    }
    .g-md-6,
    .gx-md-6 {
        --dx-gutter-x: 1.5rem;
    }
    .g-md-6,
    .gy-md-6 {
        --dx-gutter-y: 1.5rem;
    }
    .g-md-7,
    .gx-md-7 {
        --dx-gutter-x: 1.75rem;
    }
    .g-md-7,
    .gy-md-7 {
        --dx-gutter-y: 1.75rem;
    }
    .g-md-8,
    .gx-md-8 {
        --dx-gutter-x: 2rem;
    }
    .g-md-8,
    .gy-md-8 {
        --dx-gutter-y: 2rem;
    }
    .g-md-9,
    .gx-md-9 {
        --dx-gutter-x: 2.25rem;
    }
    .g-md-9,
    .gy-md-9 {
        --dx-gutter-y: 2.25rem;
    }
    .g-md-10,
    .gx-md-10 {
        --dx-gutter-x: 2.5rem;
    }
    .g-md-10,
    .gy-md-10 {
        --dx-gutter-y: 2.5rem;
    }
    .g-md-12,
    .gx-md-12 {
        --dx-gutter-x: 3rem;
    }
    .g-md-12,
    .gy-md-12 {
        --dx-gutter-y: 3rem;
    }
    .g-md-14,
    .gx-md-14 {
        --dx-gutter-x: 3.5rem;
    }
    .g-md-14,
    .gy-md-14 {
        --dx-gutter-y: 3.5rem;
    }
    .g-md-16,
    .gx-md-16 {
        --dx-gutter-x: 4rem;
    }
    .g-md-16,
    .gy-md-16 {
        --dx-gutter-y: 4rem;
    }
    .g-md-20,
    .gx-md-20 {
        --dx-gutter-x: 5rem;
    }
    .g-md-20,
    .gy-md-20 {
        --dx-gutter-y: 5rem;
    }
    .g-md-24,
    .gx-md-24 {
        --dx-gutter-x: 6rem;
    }
    .g-md-24,
    .gy-md-24 {
        --dx-gutter-y: 6rem;
    }
    .g-md-28,
    .gx-md-28 {
        --dx-gutter-x: 7rem;
    }
    .g-md-28,
    .gy-md-28 {
        --dx-gutter-y: 7rem;
    }
    .g-md-36,
    .gx-md-36 {
        --dx-gutter-x: 9rem;
    }
    .g-md-36,
    .gy-md-36 {
        --dx-gutter-y: 9rem;
    }
    .g-md-40,
    .gx-md-40 {
        --dx-gutter-x: 10rem;
    }
    .g-md-40,
    .gy-md-40 {
        --dx-gutter-y: 10rem;
    }
    .g-md-44,
    .gx-md-44 {
        --dx-gutter-x: 11rem;
    }
    .g-md-44,
    .gy-md-44 {
        --dx-gutter-y: 11rem;
    }
    .g-md-48,
    .gx-md-48 {
        --dx-gutter-x: 12rem;
    }
    .g-md-48,
    .gy-md-48 {
        --dx-gutter-y: 12rem;
    }
    .g-md-80,
    .gx-md-80 {
        --dx-gutter-x: 20rem;
    }
    .g-md-80,
    .gy-md-80 {
        --dx-gutter-y: 20rem;
    }
    .g-md-6px,
    .gx-md-6px {
        --dx-gutter-x: 6px;
    }
    .g-md-6px,
    .gy-md-6px {
        --dx-gutter-y: 6px;
    }
    .g-md-10px,
    .gx-md-10px {
        --dx-gutter-x: 10px;
    }
    .g-md-10px,
    .gy-md-10px {
        --dx-gutter-y: 10px;
    }
}
@media (width>=992px) {
    .col-lg {
        flex: 1 0 0;
    }
    .row-cols-lg-auto > * {
        flex: none;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: none;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: none;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: none;
        width: 33.3333%;
    }
    .row-cols-lg-4 > * {
        flex: none;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: none;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: none;
        width: 16.6667%;
    }
    .col-lg-auto {
        flex: none;
        width: auto;
    }
    .col-lg-1 {
        flex: none;
        width: 8.33333%;
    }
    .col-lg-2 {
        flex: none;
        width: 16.6667%;
    }
    .col-lg-3 {
        flex: none;
        width: 25%;
    }
    .col-lg-4 {
        flex: none;
        width: 33.3333%;
    }
    .col-lg-5 {
        flex: none;
        width: 41.6667%;
    }
    .col-lg-6 {
        flex: none;
        width: 50%;
    }
    .col-lg-7 {
        flex: none;
        width: 58.3333%;
    }
    .col-lg-8 {
        flex: none;
        width: 66.6667%;
    }
    .col-lg-9 {
        flex: none;
        width: 75%;
    }
    .col-lg-10 {
        flex: none;
        width: 83.3333%;
    }
    .col-lg-11 {
        flex: none;
        width: 91.6667%;
    }
    .col-lg-12 {
        flex: none;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.6667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333%;
    }
    .offset-lg-5 {
        margin-left: 41.6667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333%;
    }
    .offset-lg-8 {
        margin-left: 66.6667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333%;
    }
    .offset-lg-11 {
        margin-left: 91.6667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --dx-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --dx-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --dx-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --dx-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --dx-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --dx-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --dx-gutter-x: 0.75rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --dx-gutter-y: 0.75rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --dx-gutter-x: 1rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --dx-gutter-y: 1rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --dx-gutter-x: var(--dx-spacer);
    }
    .g-lg-5,
    .gy-lg-5 {
        --dx-gutter-y: var(--dx-spacer);
    }
    .g-lg-6,
    .gx-lg-6 {
        --dx-gutter-x: 1.5rem;
    }
    .g-lg-6,
    .gy-lg-6 {
        --dx-gutter-y: 1.5rem;
    }
    .g-lg-7,
    .gx-lg-7 {
        --dx-gutter-x: 1.75rem;
    }
    .g-lg-7,
    .gy-lg-7 {
        --dx-gutter-y: 1.75rem;
    }
    .g-lg-8,
    .gx-lg-8 {
        --dx-gutter-x: 2rem;
    }
    .g-lg-8,
    .gy-lg-8 {
        --dx-gutter-y: 2rem;
    }
    .g-lg-9,
    .gx-lg-9 {
        --dx-gutter-x: 2.25rem;
    }
    .g-lg-9,
    .gy-lg-9 {
        --dx-gutter-y: 2.25rem;
    }
    .g-lg-10,
    .gx-lg-10 {
        --dx-gutter-x: 2.5rem;
    }
    .g-lg-10,
    .gy-lg-10 {
        --dx-gutter-y: 2.5rem;
    }
    .g-lg-12,
    .gx-lg-12 {
        --dx-gutter-x: 3rem;
    }
    .g-lg-12,
    .gy-lg-12 {
        --dx-gutter-y: 3rem;
    }
    .g-lg-14,
    .gx-lg-14 {
        --dx-gutter-x: 3.5rem;
    }
    .g-lg-14,
    .gy-lg-14 {
        --dx-gutter-y: 3.5rem;
    }
    .g-lg-16,
    .gx-lg-16 {
        --dx-gutter-x: 4rem;
    }
    .g-lg-16,
    .gy-lg-16 {
        --dx-gutter-y: 4rem;
    }
    .g-lg-20,
    .gx-lg-20 {
        --dx-gutter-x: 5rem;
    }
    .g-lg-20,
    .gy-lg-20 {
        --dx-gutter-y: 5rem;
    }
    .g-lg-24,
    .gx-lg-24 {
        --dx-gutter-x: 6rem;
    }
    .g-lg-24,
    .gy-lg-24 {
        --dx-gutter-y: 6rem;
    }
    .g-lg-28,
    .gx-lg-28 {
        --dx-gutter-x: 7rem;
    }
    .g-lg-28,
    .gy-lg-28 {
        --dx-gutter-y: 7rem;
    }
    .g-lg-36,
    .gx-lg-36 {
        --dx-gutter-x: 9rem;
    }
    .g-lg-36,
    .gy-lg-36 {
        --dx-gutter-y: 9rem;
    }
    .g-lg-40,
    .gx-lg-40 {
        --dx-gutter-x: 10rem;
    }
    .g-lg-40,
    .gy-lg-40 {
        --dx-gutter-y: 10rem;
    }
    .g-lg-44,
    .gx-lg-44 {
        --dx-gutter-x: 11rem;
    }
    .g-lg-44,
    .gy-lg-44 {
        --dx-gutter-y: 11rem;
    }
    .g-lg-48,
    .gx-lg-48 {
        --dx-gutter-x: 12rem;
    }
    .g-lg-48,
    .gy-lg-48 {
        --dx-gutter-y: 12rem;
    }
    .g-lg-80,
    .gx-lg-80 {
        --dx-gutter-x: 20rem;
    }
    .g-lg-80,
    .gy-lg-80 {
        --dx-gutter-y: 20rem;
    }
    .g-lg-6px,
    .gx-lg-6px {
        --dx-gutter-x: 6px;
    }
    .g-lg-6px,
    .gy-lg-6px {
        --dx-gutter-y: 6px;
    }
    .g-lg-10px,
    .gx-lg-10px {
        --dx-gutter-x: 10px;
    }
    .g-lg-10px,
    .gy-lg-10px {
        --dx-gutter-y: 10px;
    }
}
@media (width>=1200px) {
    .col-xl {
        flex: 1 0 0;
    }
    .row-cols-xl-auto > * {
        flex: none;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: none;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: none;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: none;
        width: 33.3333%;
    }
    .row-cols-xl-4 > * {
        flex: none;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: none;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: none;
        width: 16.6667%;
    }
    .col-xl-auto {
        flex: none;
        width: auto;
    }
    .col-xl-1 {
        flex: none;
        width: 8.33333%;
    }
    .col-xl-2 {
        flex: none;
        width: 16.6667%;
    }
    .col-xl-3 {
        flex: none;
        width: 25%;
    }
    .col-xl-4 {
        flex: none;
        width: 33.3333%;
    }
    .col-xl-5 {
        flex: none;
        width: 41.6667%;
    }
    .col-xl-6 {
        flex: none;
        width: 50%;
    }
    .col-xl-7 {
        flex: none;
        width: 58.3333%;
    }
    .col-xl-8 {
        flex: none;
        width: 66.6667%;
    }
    .col-xl-9 {
        flex: none;
        width: 75%;
    }
    .col-xl-10 {
        flex: none;
        width: 83.3333%;
    }
    .col-xl-11 {
        flex: none;
        width: 91.6667%;
    }
    .col-xl-12 {
        flex: none;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.6667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333%;
    }
    .offset-xl-5 {
        margin-left: 41.6667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333%;
    }
    .offset-xl-8 {
        margin-left: 66.6667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333%;
    }
    .offset-xl-11 {
        margin-left: 91.6667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --dx-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --dx-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --dx-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --dx-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --dx-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --dx-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --dx-gutter-x: 0.75rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --dx-gutter-y: 0.75rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --dx-gutter-x: 1rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --dx-gutter-y: 1rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --dx-gutter-x: var(--dx-spacer);
    }
    .g-xl-5,
    .gy-xl-5 {
        --dx-gutter-y: var(--dx-spacer);
    }
    .g-xl-6,
    .gx-xl-6 {
        --dx-gutter-x: 1.5rem;
    }
    .g-xl-6,
    .gy-xl-6 {
        --dx-gutter-y: 1.5rem;
    }
    .g-xl-7,
    .gx-xl-7 {
        --dx-gutter-x: 1.75rem;
    }
    .g-xl-7,
    .gy-xl-7 {
        --dx-gutter-y: 1.75rem;
    }
    .g-xl-8,
    .gx-xl-8 {
        --dx-gutter-x: 2rem;
    }
    .g-xl-8,
    .gy-xl-8 {
        --dx-gutter-y: 2rem;
    }
    .g-xl-9,
    .gx-xl-9 {
        --dx-gutter-x: 2.25rem;
    }
    .g-xl-9,
    .gy-xl-9 {
        --dx-gutter-y: 2.25rem;
    }
    .g-xl-10,
    .gx-xl-10 {
        --dx-gutter-x: 2.5rem;
    }
    .g-xl-10,
    .gy-xl-10 {
        --dx-gutter-y: 2.5rem;
    }
    .g-xl-12,
    .gx-xl-12 {
        --dx-gutter-x: 3rem;
    }
    .g-xl-12,
    .gy-xl-12 {
        --dx-gutter-y: 3rem;
    }
    .g-xl-14,
    .gx-xl-14 {
        --dx-gutter-x: 3.5rem;
    }
    .g-xl-14,
    .gy-xl-14 {
        --dx-gutter-y: 3.5rem;
    }
    .g-xl-16,
    .gx-xl-16 {
        --dx-gutter-x: 4rem;
    }
    .g-xl-16,
    .gy-xl-16 {
        --dx-gutter-y: 4rem;
    }
    .g-xl-20,
    .gx-xl-20 {
        --dx-gutter-x: 5rem;
    }
    .g-xl-20,
    .gy-xl-20 {
        --dx-gutter-y: 5rem;
    }
    .g-xl-24,
    .gx-xl-24 {
        --dx-gutter-x: 6rem;
    }
    .g-xl-24,
    .gy-xl-24 {
        --dx-gutter-y: 6rem;
    }
    .g-xl-28,
    .gx-xl-28 {
        --dx-gutter-x: 7rem;
    }
    .g-xl-28,
    .gy-xl-28 {
        --dx-gutter-y: 7rem;
    }
    .g-xl-36,
    .gx-xl-36 {
        --dx-gutter-x: 9rem;
    }
    .g-xl-36,
    .gy-xl-36 {
        --dx-gutter-y: 9rem;
    }
    .g-xl-40,
    .gx-xl-40 {
        --dx-gutter-x: 10rem;
    }
    .g-xl-40,
    .gy-xl-40 {
        --dx-gutter-y: 10rem;
    }
    .g-xl-44,
    .gx-xl-44 {
        --dx-gutter-x: 11rem;
    }
    .g-xl-44,
    .gy-xl-44 {
        --dx-gutter-y: 11rem;
    }
    .g-xl-48,
    .gx-xl-48 {
        --dx-gutter-x: 12rem;
    }
    .g-xl-48,
    .gy-xl-48 {
        --dx-gutter-y: 12rem;
    }
    .g-xl-80,
    .gx-xl-80 {
        --dx-gutter-x: 20rem;
    }
    .g-xl-80,
    .gy-xl-80 {
        --dx-gutter-y: 20rem;
    }
    .g-xl-6px,
    .gx-xl-6px {
        --dx-gutter-x: 6px;
    }
    .g-xl-6px,
    .gy-xl-6px {
        --dx-gutter-y: 6px;
    }
    .g-xl-10px,
    .gx-xl-10px {
        --dx-gutter-x: 10px;
    }
    .g-xl-10px,
    .gy-xl-10px {
        --dx-gutter-y: 10px;
    }
}
@media (width>=1536px) {
    .col-xxl {
        flex: 1 0 0;
    }
    .row-cols-xxl-auto > * {
        flex: none;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: none;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: none;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: none;
        width: 33.3333%;
    }
    .row-cols-xxl-4 > * {
        flex: none;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: none;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: none;
        width: 16.6667%;
    }
    .col-xxl-auto {
        flex: none;
        width: auto;
    }
    .col-xxl-1 {
        flex: none;
        width: 8.33333%;
    }
    .col-xxl-2 {
        flex: none;
        width: 16.6667%;
    }
    .col-xxl-3 {
        flex: none;
        width: 25%;
    }
    .col-xxl-4 {
        flex: none;
        width: 33.3333%;
    }
    .col-xxl-5 {
        flex: none;
        width: 41.6667%;
    }
    .col-xxl-6 {
        flex: none;
        width: 50%;
    }
    .col-xxl-7 {
        flex: none;
        width: 58.3333%;
    }
    .col-xxl-8 {
        flex: none;
        width: 66.6667%;
    }
    .col-xxl-9 {
        flex: none;
        width: 75%;
    }
    .col-xxl-10 {
        flex: none;
        width: 83.3333%;
    }
    .col-xxl-11 {
        flex: none;
        width: 91.6667%;
    }
    .col-xxl-12 {
        flex: none;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.6667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333%;
    }
    .offset-xxl-5 {
        margin-left: 41.6667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333%;
    }
    .offset-xxl-11 {
        margin-left: 91.6667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --dx-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --dx-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --dx-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --dx-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --dx-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --dx-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --dx-gutter-x: 0.75rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --dx-gutter-y: 0.75rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --dx-gutter-x: 1rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --dx-gutter-y: 1rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --dx-gutter-x: var(--dx-spacer);
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --dx-gutter-y: var(--dx-spacer);
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --dx-gutter-x: 1.5rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --dx-gutter-y: 1.5rem;
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --dx-gutter-x: 1.75rem;
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --dx-gutter-y: 1.75rem;
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --dx-gutter-x: 2rem;
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --dx-gutter-y: 2rem;
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --dx-gutter-x: 2.25rem;
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --dx-gutter-y: 2.25rem;
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --dx-gutter-x: 2.5rem;
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --dx-gutter-y: 2.5rem;
    }
    .g-xxl-12,
    .gx-xxl-12 {
        --dx-gutter-x: 3rem;
    }
    .g-xxl-12,
    .gy-xxl-12 {
        --dx-gutter-y: 3rem;
    }
    .g-xxl-14,
    .gx-xxl-14 {
        --dx-gutter-x: 3.5rem;
    }
    .g-xxl-14,
    .gy-xxl-14 {
        --dx-gutter-y: 3.5rem;
    }
    .g-xxl-16,
    .gx-xxl-16 {
        --dx-gutter-x: 4rem;
    }
    .g-xxl-16,
    .gy-xxl-16 {
        --dx-gutter-y: 4rem;
    }
    .g-xxl-20,
    .gx-xxl-20 {
        --dx-gutter-x: 5rem;
    }
    .g-xxl-20,
    .gy-xxl-20 {
        --dx-gutter-y: 5rem;
    }
    .g-xxl-24,
    .gx-xxl-24 {
        --dx-gutter-x: 6rem;
    }
    .g-xxl-24,
    .gy-xxl-24 {
        --dx-gutter-y: 6rem;
    }
    .g-xxl-28,
    .gx-xxl-28 {
        --dx-gutter-x: 7rem;
    }
    .g-xxl-28,
    .gy-xxl-28 {
        --dx-gutter-y: 7rem;
    }
    .g-xxl-36,
    .gx-xxl-36 {
        --dx-gutter-x: 9rem;
    }
    .g-xxl-36,
    .gy-xxl-36 {
        --dx-gutter-y: 9rem;
    }
    .g-xxl-40,
    .gx-xxl-40 {
        --dx-gutter-x: 10rem;
    }
    .g-xxl-40,
    .gy-xxl-40 {
        --dx-gutter-y: 10rem;
    }
    .g-xxl-44,
    .gx-xxl-44 {
        --dx-gutter-x: 11rem;
    }
    .g-xxl-44,
    .gy-xxl-44 {
        --dx-gutter-y: 11rem;
    }
    .g-xxl-48,
    .gx-xxl-48 {
        --dx-gutter-x: 12rem;
    }
    .g-xxl-48,
    .gy-xxl-48 {
        --dx-gutter-y: 12rem;
    }
    .g-xxl-80,
    .gx-xxl-80 {
        --dx-gutter-x: 20rem;
    }
    .g-xxl-80,
    .gy-xxl-80 {
        --dx-gutter-y: 20rem;
    }
    .g-xxl-6px,
    .gx-xxl-6px {
        --dx-gutter-x: 6px;
    }
    .g-xxl-6px,
    .gy-xxl-6px {
        --dx-gutter-y: 6px;
    }
    .g-xxl-10px,
    .gx-xxl-10px {
        --dx-gutter-x: 10px;
    }
    .g-xxl-10px,
    .gy-xxl-10px {
        --dx-gutter-y: 10px;
    }
}
.table {
    --dx-table-color-type: initial;
    --dx-table-bg-type: initial;
    --dx-table-color-state: initial;
    --dx-table-bg-state: initial;
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: transparent;
    --dx-table-border-color: var(--dx-border-color);
    --dx-table-accent-bg: transparent;
    --dx-table-striped-color: var(--dx-body-color);
    --dx-table-striped-bg: var(--dx-tertiary-bg);
    --dx-table-active-color: var(--dx-body-color);
    --dx-table-active-bg: rgba(var(--dx-emphasis-color-rgb), 0.05);
    --dx-table-hover-color: var(--dx-body-color);
    --dx-table-hover-bg: transparent;
    vertical-align: top;
    border-color: var(--dx-table-border-color);
    width: 100%;
    margin-bottom: 1.25rem;
}
.table > :not(caption) > * > * {
    color: var(
        --dx-table-color-state,
        var(--dx-table-color-type, var(--dx-table-color))
    );
    background-color: var(--dx-table-bg);
    border-bottom-width: var(--dx-border-width);
    box-shadow: inset 0 0 0 9999px
        var(
            --dx-table-bg-state,
            var(--dx-table-bg-type, var(--dx-table-accent-bg))
        );
    padding: 0.875rem 0.75rem;
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table-group-divider {
    border-top: calc(var(--dx-border-width) * 2) solid currentcolor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.375rem 0.5rem;
}
.table-bordered > :not(caption) > * {
    border-width: var(--dx-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 var(--dx-border-width);
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
    border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > *,
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
    --dx-table-color-type: var(--dx-table-striped-color);
    --dx-table-bg-type: var(--dx-table-striped-bg);
}
.table-active {
    --dx-table-color-state: var(--dx-table-active-color);
    --dx-table-bg-state: var(--dx-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
    --dx-table-color-state: var(--dx-table-hover-color);
    --dx-table-bg-state: var(--dx-table-hover-bg);
}
.table-primary {
    --dx-table-color: #020617;
    --dx-table-bg: #e0e5fa;
    --dx-table-border-color: #b4b8cd;
    --dx-table-striped-bg: #d5daef;
    --dx-table-striped-color: #020617;
    --dx-table-active-bg: #d5daef;
    --dx-table-active-color: #020617;
    --dx-table-hover-bg: #cacfe3;
    --dx-table-hover-color: #020617;
    color: var(--dx-table-color);
    border-color: var(--dx-table-border-color);
}
.table-secondary {
    --dx-table-color: #020617;
    --dx-table-bg: #ebdffa;
    --dx-table-border-color: #bcb4cd;
    --dx-table-striped-bg: #dfd4ef;
    --dx-table-striped-color: #020617;
    --dx-table-active-bg: #dfd4ef;
    --dx-table-active-color: #020617;
    --dx-table-hover-bg: #d4c9e3;
    --dx-table-hover-color: #020617;
    color: var(--dx-table-color);
    border-color: var(--dx-table-border-color);
}
.table-success {
    --dx-table-color: #020617;
    --dx-table-bg: #cdf3de;
    --dx-table-border-color: #a4c4b6;
    --dx-table-striped-bg: #c3e7d4;
    --dx-table-striped-color: #020617;
    --dx-table-active-bg: #c3e7d4;
    --dx-table-active-color: #020617;
    --dx-table-hover-bg: #b9dbca;
    --dx-table-hover-color: #020617;
    color: var(--dx-table-color);
    border-color: var(--dx-table-border-color);
}
.table-info {
    --dx-table-color: #020617;
    --dx-table-bg: #ccf0f7;
    --dx-table-border-color: #a4c1ca;
    --dx-table-striped-bg: #c2e4ec;
    --dx-table-striped-color: #020617;
    --dx-table-active-bg: #c2e4ec;
    --dx-table-active-color: #020617;
    --dx-table-hover-bg: #b8d9e1;
    --dx-table-hover-color: #020617;
    color: var(--dx-table-color);
    border-color: var(--dx-table-border-color);
}
.table-warning {
    --dx-table-color: #020617;
    --dx-table-bg: #fdf5d0;
    --dx-table-border-color: #cbc5ab;
    --dx-table-striped-bg: #f0e9c7;
    --dx-table-striped-color: #020617;
    --dx-table-active-bg: #f0e9c7;
    --dx-table-active-color: #020617;
    --dx-table-hover-bg: #e4ddbe;
    --dx-table-hover-color: #020617;
    color: var(--dx-table-color);
    border-color: var(--dx-table-border-color);
}
.table-danger {
    --dx-table-color: #020617;
    --dx-table-bg: #ffdbdc;
    --dx-table-border-color: #ccb0b5;
    --dx-table-striped-bg: #f2d0d2;
    --dx-table-striped-color: #020617;
    --dx-table-active-bg: #f2d0d2;
    --dx-table-active-color: #020617;
    --dx-table-hover-bg: #e6c6c8;
    --dx-table-hover-color: #020617;
    color: var(--dx-table-color);
    border-color: var(--dx-table-border-color);
}
.table-light {
    --dx-table-color: #020617;
    --dx-table-bg: #f6f7fb;
    --dx-table-border-color: #c5c7cd;
    --dx-table-striped-bg: #eaebf0;
    --dx-table-striped-color: #020617;
    --dx-table-active-bg: #eaebf0;
    --dx-table-active-color: #020617;
    --dx-table-hover-bg: #dedfe4;
    --dx-table-hover-color: #020617;
    color: var(--dx-table-color);
    border-color: var(--dx-table-border-color);
}
.table-dark {
    --dx-table-color: #fff;
    --dx-table-bg: #333855;
    --dx-table-border-color: #5c6077;
    --dx-table-striped-bg: #3d425e;
    --dx-table-striped-color: #fff;
    --dx-table-active-bg: #3d425e;
    --dx-table-active-color: #fff;
    --dx-table-hover-bg: #474c66;
    --dx-table-hover-color: #fff;
    color: var(--dx-table-color);
    border-color: var(--dx-table-border-color);
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
@media (width<=575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (width<=767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (width<=991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (width<=1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (width<=1535.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}
.col-form-label {
    padding-top: calc(0.594rem + var(--dx-border-width));
    padding-bottom: calc(0.594rem + var(--dx-border-width));
    font-size: inherit;
    margin-bottom: 0;
    line-height: 1.43;
}
.col-form-label-lg {
    padding-top: calc(0.625rem + var(--dx-border-width));
    padding-bottom: calc(0.625rem + var(--dx-border-width));
    font-size: 0.9063rem;
}
.col-form-label-sm {
    padding-top: calc(0.1875rem + var(--dx-border-width));
    padding-bottom: calc(0.1875rem + var(--dx-border-width));
    font-size: 0.8477rem;
}
.form-text {
    color: var(--dx-secondary-color);
    margin-top: 0.25rem;
    font-size: 0.875em;
}
.form-control {
    width: 100%;
    font-size: var(--dx-body-font-size);
    color: var(--dx-body-color);
    appearance: none;
    background-color: var(--dx-secondary-bg);
    border: var(--dx-border-width) solid var(--dx-border-color);
    border-radius: var(--dx-border-radius);
    box-shadow: 0;
    background-clip: padding-box;
    padding: 0.594rem 1rem;
    font-weight: 400;
    line-height: 1.43;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    display: block;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: var(--dx-body-color);
    background-color: var(--dx-secondary-bg);
    border-color: var(--dx-primary-border-subtle);
    box-shadow: 0, 0;
    outline: 0;
}
.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.43em;
    margin: 0;
}
.form-control::-webkit-datetime-edit {
    padding: 0;
    display: block;
}
.form-control::placeholder {
    color: var(--dx-secondary-color);
    opacity: 1;
}
.form-control:disabled {
    color: var(--dx-secondary-color);
    background-color: var(--dx-tertiary-bg);
    opacity: 1;
}
.form-control::file-selector-button {
    margin: -0.594rem -1rem;
    color: var(--dx-body-color);
    background-color: var(--dx-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--dx-border-width);
    border-radius: 0;
    margin-inline-end: 1rem;
    padding: 0.594rem 1rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        opacity 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--dx-tertiary-bg);
}
.form-control-plaintext {
    width: 100%;
    color: var(--dx-body-color);
    border: solid #0000;
    border-width: var(--dx-border-width) 0;
    background-color: #0000;
    margin-bottom: 0;
    padding: 0.594rem 0;
    line-height: 1.43;
    display: block;
}
.form-control-plaintext:focus {
    outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm {
    min-height: calc(1.43em + 0.375rem + calc(var(--dx-border-width) * 2));
    border-radius: var(--dx-border-radius-sm);
    padding: 0.1875rem 0.5rem;
    font-size: 0.8477rem;
}
.form-control-sm::file-selector-button {
    margin: -0.1875rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.1875rem 0.5rem;
}
.form-control-lg {
    min-height: calc(1.43em + 1.25rem + calc(var(--dx-border-width) * 2));
    border-radius: var(--dx-border-radius-lg);
    padding: 0.625rem 1.25rem;
    font-size: 0.9063rem;
}
.form-control-lg::file-selector-button {
    margin: -0.625rem -1.25rem;
    margin-inline-end: 1.25rem;
    padding: 0.625rem 1.25rem;
}
textarea.form-control {
    min-height: calc(1.43em + 1.188rem + calc(var(--dx-border-width) * 2));
}
textarea.form-control-sm {
    min-height: calc(1.43em + 0.375rem + calc(var(--dx-border-width) * 2));
}
textarea.form-control-lg {
    min-height: calc(1.43em + 1.25rem + calc(var(--dx-border-width) * 2));
}
.form-control-color {
    width: 3rem;
    height: calc(1.43em + 1.188rem + calc(var(--dx-border-width) * 2));
    padding: 0.594rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border-radius: var(--dx-border-radius);
    border: 0 !important;
}
.form-control-color::-webkit-color-swatch {
    border-radius: var(--dx-border-radius);
    border: 0 !important;
}
.form-control-color.form-control-sm {
    height: calc(1.43em + 0.375rem + calc(var(--dx-border-width) * 2));
}
.form-control-color.form-control-lg {
    height: calc(1.43em + 1.25rem + calc(var(--dx-border-width) * 2));
}
.form-select {
    --dx-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23181c2f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    width: 100%;
    font-size: var(--dx-body-font-size);
    color: var(--dx-body-color);
    appearance: none;
    background-color: var(--dx-secondary-bg);
    background-image:
        var(--dx-form-select-bg-img), var(--dx-form-select-bg-icon, none);
    border: var(--dx-border-width) solid var(--dx-border-color);
    border-radius: var(--dx-border-radius);
    box-shadow: var(--dx-box-shadow-inset);
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding: 0.594rem 3rem 0.594rem 1rem;
    font-weight: 400;
    line-height: 1.43;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    display: block;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: var(--dx-primary-border-subtle);
    box-shadow:
        var(--dx-box-shadow-inset),
        0 0 0 0.25rem #d2202c40;
    outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 1rem;
}
.form-select:disabled {
    background-color: var(--dx-tertiary-bg);
}
.form-select:-moz-focusring {
    color: #0000;
    text-shadow: 0 0 0 var(--dx-body-color);
}
.form-select-sm {
    border-radius: var(--dx-border-radius-sm);
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    padding-left: 0.5rem;
    font-size: 0.8477rem;
}
.form-select-lg {
    border-radius: var(--dx-border-radius-lg);
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    font-size: 0.9063rem;
}
[data-bs-theme="dark"] .form-select {
    --dx-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f4f4f5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
    min-height: 2.5rem;
    margin-bottom: 0.125rem;
    padding-left: 1.88em;
    display: block;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.88em;
}
.form-check-reverse {
    text-align: right;
    padding-left: 0;
    padding-right: 1.88em;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.88em;
}
.form-check-input {
    --dx-form-check-bg: none;
    vertical-align: top;
    appearance: none;
    background-color: var(--dx-form-check-bg);
    background-image: var(--dx-form-check-bg-image);
    border: var(--dx-border-width) solid var(--dx-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    width: 1.38em;
    height: 1.38em;
    margin-top: -0.015em;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25rem;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0;
}
.form-check-input:checked {
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
}
.form-check-input:checked[type="checkbox"] {
    --dx-form-check-bg-image: url("data:image/svg+xml,%3csvg%20version='1.2'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201280%201244'%20width='1280'%20height='1244'%3e%3ctitle%3e27820-svg%3c/title%3e%3cstyle%3e%20.s0%20{%20fill:%20%23ffffff%20}%20%3c/style%3e%3cg%20id='Layer'%3e%3cpath%20id='Layer'%20class='s0'%20d='m1237.8%201.5c-32%206.4-78.2%2037-144.3%2095.4-30.3%2026.8-54.1%2049.6-106.6%20102.1-84.5%2084.5-142.4%20146-296.4%20315-72.9%2080-116.4%20127.5-143.9%20157-76.2%2081.8-122.6%20126.6-133.2%20128.6-7.5%201.4-35.5-0.3-51.4-3.1-35.1-6.1-86-20.4-165.5-46.5-109.9-36-133.8-42.5-158.5-42.5-12.8%200-13.8%200.1-19.8%202.9-7.6%203.5-13.3%209.6-16.2%2017.2-4.2%2011.2-2.7%2017%2011.5%2045.9%2045.4%2092.1%20125.2%20198.4%20224.5%20298.9%2093.2%2094.3%20173%20153.5%20227.5%20168.7%2010.6%203%2028.2%203.3%2036.9%200.6%208.7-2.7%2017.4-11.3%2022.6-22.4%2012.4-26.6%2056.5-98.9%20133.8-219.8%2049.5-77.2%20103.6-160.5%20297.7-457.5%20161.7-247.4%20240.6-370.5%20286.5-447%2014-23.2%2034-58.9%2034-60.5%200-0.6-3.9-8.4-8.6-17.2-6.2-11.6-9.2-16.3-10.7-16.7-3.5-0.9-12.7-0.5-19.9%200.9z'/%3e%3c/g%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    --dx-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
    --dx-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.form-check-label {
    cursor: pointer;
}
.form-switch {
    padding-left: 0;
}
.form-switch .form-check-input {
    --dx-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%282, 6, 23, 0.25%29'/%3e%3c/svg%3e");
    background-image: var(--dx-form-switch-bg);
    background-position: 0;
    border-radius: 2em;
    width: 2em;
    margin-left: 0;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    --dx-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='var%28--dx-primary-border-subtle%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    --dx-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-position: 100%;
}
.form-switch.form-check-reverse {
    padding-left: 0;
    padding-right: 0;
}
.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: 0;
}
.form-check-inline {
    margin-right: 1rem;
    display: inline-block;
}
.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
[data-bs-theme="dark"]
    .form-switch
    .form-check-input:not(:checked):not(:focus) {
    --dx-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
    appearance: none;
    background-color: #0000;
    width: 100%;
    height: 1.5rem;
    padding: 0;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: none;
}
.form-range:focus::-moz-range-thumb {
    box-shadow: none;
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    appearance: none;
    background-color: var(--dx-primary);
    border: 0;
    border-radius: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    box-shadow: 0 0.1rem 0.25rem #0206171a;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: var(--dx-primary);
}
.form-range::-webkit-slider-runnable-track {
    color: #0000;
    cursor: pointer;
    background-color: var(--dx-tertiary-bg);
    width: 100%;
    height: 0.5rem;
    box-shadow: none;
    border-color: #0000;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    appearance: none;
    background-color: var(--dx-primary);
    border: 0;
    border-radius: 1rem;
    width: 1rem;
    height: 1rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    box-shadow: 0 0.1rem 0.25rem #0206171a;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: var(--dx-primary);
}
.form-range::-moz-range-track {
    color: #0000;
    cursor: pointer;
    background-color: var(--dx-tertiary-bg);
    width: 100%;
    height: 0.5rem;
    box-shadow: none;
    border-color: #0000;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--dx-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
    background-color: var(--dx-secondary-color);
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + calc(var(--dx-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--dx-border-width) * 2));
    line-height: 1.25;
}
.form-floating > label {
    z-index: 2;
    max-width: 100%;
    height: 100%;
    color: rgba(var(--dx-body-color-rgb), 0.65);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--dx-border-width) solid transparent;
    transform-origin: 0 0;
    padding: 1rem;
    transition:
        opacity 0.1s ease-in-out,
        transform 0.1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
    color: #0000;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
:-webkit-any(
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill
) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
:is(
    .form-floating > .form-control:autofill,
    .form-floating > .form-control-plaintext:autofill
) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.form-floating > textarea:focus ~ label:after,
.form-floating > textarea:not(:placeholder-shown) ~ label:after {
    z-index: -1;
    content: "";
    background-color: var(--dx-secondary-bg);
    border-radius: var(--dx-border-radius);
    height: 1.5em;
    position: absolute;
    inset: 1rem 0.5rem;
}
.form-floating > textarea:disabled ~ label:after {
    background-color: var(--dx-tertiary-bg);
}
.form-floating > .form-control-plaintext ~ label {
    border-width: var(--dx-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
    color: #475569;
}
.input-group {
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    display: flex;
    position: relative;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
    flex: auto;
    width: 1%;
    min-width: 0;
    position: relative;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
    z-index: 5;
}
.input-group .btn {
    z-index: 2;
    position: relative;
}
.input-group .btn:focus {
    z-index: 5;
}
.input-group-text {
    font-size: var(--dx-body-font-size);
    font-weight: var(--dx-font-weight-medium);
    color: var(--dx-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: none;
    border: var(--dx-border-width) solid var(--dx-border-color);
    border-radius: var(--dx-border-radius);
    align-items: center;
    padding: 0.594rem 1rem;
    line-height: 1.43;
    display: flex;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    border-radius: var(--dx-border-radius-lg);
    padding: 0.625rem 1.25rem;
    font-size: 0.9063rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    border-radius: var(--dx-border-radius-sm);
    padding: 0.1875rem 0.5rem;
    font-size: 0.8477rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 4rem;
}
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
        .form-floating
    ),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > .form-floating:not(:last-child)
    > .form-control,
.input-group:not(.has-validation)
    > .form-floating:not(:last-child)
    > .form-select,
.input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
        .form-floating
    ),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
    > .form-floating:nth-last-child(n + 3)
    > .form-control,
.input-group.has-validation
    > .form-floating:nth-last-child(n + 3)
    > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(-1 * var(--dx-border-width));
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    width: 100%;
    color: var(--dx-form-valid-color);
    margin-top: 0.25rem;
    font-size: 0.875em;
    display: none;
}
.valid-tooltip {
    z-index: 5;
    max-width: 100%;
    padding: calc(var(--dx-spacer) * 0.25) calc(var(--dx-spacer) * 0.5);
    color: #fff;
    background-color: var(--dx-success);
    border-radius: var(--dx-border-radius);
    margin-top: 0.1rem;
    font-size: 0.8477rem;
    display: none;
    position: absolute;
    top: 100%;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: var(--dx-form-valid-border-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306c458' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right calc(0.3575em + 0.297rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.715em + 0.594rem) calc(0.715em + 0.594rem);
    padding-right: calc(1.43em + 1.188rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: var(--dx-form-valid-border-color);
    box-shadow:
        0,
        0 0 0 0.25rem rgba(var(--dx-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: right calc(0.3575em + 0.297rem) top
        calc(0.3575em + 0.297rem);
    padding-right: calc(1.43em + 1.188rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: var(--dx-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    --dx-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306c458' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position:
        right 1rem center,
        right 3rem center;
    background-size:
        16px 12px,
        calc(0.715em + 0.594rem) calc(0.715em + 0.594rem);
    padding-right: 5.5rem;
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: var(--dx-form-valid-border-color);
    box-shadow:
        var(--dx-box-shadow-inset),
        0 0 0 0.25rem rgba(var(--dx-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
    width: calc(1.43em + 4.188rem);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: var(--dx-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: var(--dx-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--dx-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: var(--dx-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
}
.invalid-feedback {
    width: 100%;
    color: var(--dx-form-invalid-color);
    margin-top: 0.25rem;
    font-size: 0.875em;
    display: none;
}
.invalid-tooltip {
    z-index: 5;
    max-width: 100%;
    padding: calc(var(--dx-spacer) * 0.25) calc(var(--dx-spacer) * 0.5);
    color: #fff;
    background-color: var(--dx-danger);
    border-radius: var(--dx-border-radius);
    margin-top: 0.1rem;
    font-size: 0.8477rem;
    display: none;
    position: absolute;
    top: 100%;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: var(--dx-form-invalid-border-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4d4e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4d4e' stroke='none'/%3e%3c/svg%3e");
    background-position: right calc(0.3575em + 0.297rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.715em + 0.594rem) calc(0.715em + 0.594rem);
    padding-right: calc(1.43em + 1.188rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: var(--dx-form-invalid-border-color);
    box-shadow:
        0,
        0 0 0 0.25rem rgba(var(--dx-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: right calc(0.3575em + 0.297rem) top
        calc(0.3575em + 0.297rem);
    padding-right: calc(1.43em + 1.188rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: var(--dx-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    --dx-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4d4e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4d4e' stroke='none'/%3e%3c/svg%3e");
    background-position:
        right 1rem center,
        right 3rem center;
    background-size:
        16px 12px,
        calc(0.715em + 0.594rem) calc(0.715em + 0.594rem);
    padding-right: 5.5rem;
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: var(--dx-form-invalid-border-color);
    box-shadow:
        var(--dx-box-shadow-inset),
        0 0 0 0.25rem rgba(var(--dx-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(1.43em + 4.188rem);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: var(--dx-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: var(--dx-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--dx-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: var(--dx-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}
.btn {
    --dx-btn-padding-x: 1.5rem;
    --dx-btn-padding-y: 0.5625rem;
    --dx-btn-font-family: ;
    --dx-btn-font-size: var(--dx-body-font-size);
    --dx-btn-font-weight: 400;
    --dx-btn-line-height: 1.35;
    --dx-btn-color: var(--dx-body-color);
    --dx-btn-bg: transparent;
    --dx-btn-border-width: var(--dx-border-width);
    --dx-btn-border-color: transparent;
    --dx-btn-border-radius: var(--dx-border-radius);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-box-shadow: none;
    --dx-btn-disabled-opacity: 0.65;
    --dx-btn-focus-box-shadow: 0 0 0 0.25rem
        rgba(var(--dx-btn-focus-shadow-rgb), 0.5);
    padding: var(--dx-btn-padding-y) var(--dx-btn-padding-x);
    font-family: var(--dx-btn-font-family);
    font-size: var(--dx-btn-font-size);
    font-weight: var(--dx-btn-font-weight);
    line-height: var(--dx-btn-line-height);
    color: var(--dx-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--dx-btn-border-width) solid var(--dx-btn-border-color);
    border-radius: var(--dx-btn-border-radius);
    background-color: var(--dx-btn-bg);
    box-shadow: var(--dx-btn-box-shadow);
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        opacity 0.25s ease-in-out;
    display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: var(--dx-btn-hover-color);
    background-color: var(--dx-btn-hover-bg);
    border-color: var(--dx-btn-hover-border-color);
}
.btn-check + .btn:hover {
    color: var(--dx-btn-color);
    background-color: var(--dx-btn-bg);
    border-color: var(--dx-btn-border-color);
}
.btn:focus-visible {
    color: var(--dx-btn-hover-color);
    background-color: var(--dx-btn-hover-bg);
    border-color: var(--dx-btn-hover-border-color);
    box-shadow: var(--dx-btn-box-shadow), var(--dx-btn-focus-box-shadow);
    outline: 0;
}
.btn-check:focus-visible + .btn {
    border-color: var(--dx-btn-hover-border-color);
    box-shadow: var(--dx-btn-box-shadow), var(--dx-btn-focus-box-shadow);
    outline: 0;
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--dx-btn-active-color);
    background-color: var(--dx-btn-active-bg);
    border-color: var(--dx-btn-active-border-color);
    box-shadow: var(--dx-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn-check:checked:focus-visible + .btn {
    box-shadow: var(--dx-btn-active-shadow), var(--dx-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--dx-btn-disabled-color);
    pointer-events: none;
    background-color: var(--dx-btn-disabled-bg);
    border-color: var(--dx-btn-disabled-border-color);
    opacity: var(--dx-btn-disabled-opacity);
    box-shadow: none;
}
.btn-primary {
    --dx-btn-color: #fff;
    --dx-btn-bg: #d2202c;
    --dx-btn-border-color: #d2202c;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #5a71d1;
    --dx-btn-hover-border-color: #5a71d1;
    --dx-btn-focus-shadow-rgb: 123, 145, 235;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #5a71d1;
    --dx-btn-active-border-color: #5a71d1;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #fff;
    --dx-btn-disabled-bg: #d2202c;
    --dx-btn-disabled-border-color: #d2202c;
}
.btn-secondary {
    --dx-btn-color: #fff;
    --dx-btn-bg: #9b5de5;
    --dx-btn-border-color: #9b5de5;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #8c54ce;
    --dx-btn-hover-border-color: #8c54ce;
    --dx-btn-focus-shadow-rgb: 170, 117, 233;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #8c54ce;
    --dx-btn-active-border-color: #8c54ce;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #fff;
    --dx-btn-disabled-bg: #9b5de5;
    --dx-btn-disabled-border-color: #9b5de5;
}
.btn-success {
    --dx-btn-color: #fff;
    --dx-btn-bg: #06c458;
    --dx-btn-border-color: #06c458;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #05b04f;
    --dx-btn-hover-border-color: #05b04f;
    --dx-btn-focus-shadow-rgb: 43, 205, 113;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #05b04f;
    --dx-btn-active-border-color: #05b04f;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #fff;
    --dx-btn-disabled-bg: #06c458;
    --dx-btn-disabled-border-color: #06c458;
}
.btn-info {
    --dx-btn-color: #fff;
    --dx-btn-bg: #00b4d8;
    --dx-btn-border-color: #00b4d8;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #00a2c2;
    --dx-btn-hover-border-color: #00a2c2;
    --dx-btn-focus-shadow-rgb: 38, 191, 222;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #00a2c2;
    --dx-btn-active-border-color: #00a2c2;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #fff;
    --dx-btn-disabled-bg: #00b4d8;
    --dx-btn-disabled-border-color: #00b4d8;
}
.btn-warning {
    --dx-btn-color: #020617;
    --dx-btn-bg: #f5cc14;
    --dx-btn-border-color: #f5cc14;
    --dx-btn-hover-color: #020617;
    --dx-btn-hover-bg: #f6d12c;
    --dx-btn-hover-border-color: #f6d12c;
    --dx-btn-focus-shadow-rgb: 209, 174, 20;
    --dx-btn-active-color: #020617;
    --dx-btn-active-bg: #f6d12c;
    --dx-btn-active-border-color: #f6d12c;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #020617;
    --dx-btn-disabled-bg: #f5cc14;
    --dx-btn-disabled-border-color: #f5cc14;
}
.btn-danger {
    --dx-btn-color: #fff;
    --dx-btn-bg: #ff4d4e;
    --dx-btn-border-color: #ff4d4e;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #e64546;
    --dx-btn-hover-border-color: #e64546;
    --dx-btn-focus-shadow-rgb: 255, 104, 105;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #e64546;
    --dx-btn-active-border-color: #e64546;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #fff;
    --dx-btn-disabled-bg: #ff4d4e;
    --dx-btn-disabled-border-color: #ff4d4e;
}
.btn-light {
    --dx-btn-color: #020617;
    --dx-btn-bg: #f6f7fb;
    --dx-btn-border-color: #f6f7fb;
    --dx-btn-hover-color: #020617;
    --dx-btn-hover-bg: #dddee2;
    --dx-btn-hover-border-color: #dddee2;
    --dx-btn-focus-shadow-rgb: 209, 211, 217;
    --dx-btn-active-color: #020617;
    --dx-btn-active-bg: #dddee2;
    --dx-btn-active-border-color: #dddee2;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #020617;
    --dx-btn-disabled-bg: #f6f7fb;
    --dx-btn-disabled-border-color: #f6f7fb;
}
.btn-dark {
    --dx-btn-color: #fff;
    --dx-btn-bg: #333855;
    --dx-btn-border-color: #333855;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #474c66;
    --dx-btn-hover-border-color: #474c66;
    --dx-btn-focus-shadow-rgb: 82, 86, 111;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #474c66;
    --dx-btn-active-border-color: #474c66;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #fff;
    --dx-btn-disabled-bg: #333855;
    --dx-btn-disabled-border-color: #333855;
}
.btn-pink {
    --dx-btn-color: #fff;
    --dx-btn-bg: #ec4899;
    --dx-btn-border-color: #ec4899;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #d4418a;
    --dx-btn-hover-border-color: #d4418a;
    --dx-btn-focus-shadow-rgb: 239, 99, 168;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #d4418a;
    --dx-btn-active-border-color: #d4418a;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #fff;
    --dx-btn-disabled-bg: #ec4899;
    --dx-btn-disabled-border-color: #ec4899;
}
.btn-orange {
    --dx-btn-color: #fff;
    --dx-btn-bg: #f97316;
    --dx-btn-border-color: #f97316;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #e06814;
    --dx-btn-hover-border-color: #e06814;
    --dx-btn-focus-shadow-rgb: 250, 136, 57;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #e06814;
    --dx-btn-active-border-color: #e06814;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #fff;
    --dx-btn-disabled-bg: #f97316;
    --dx-btn-disabled-border-color: #f97316;
}
.btn-indigo {
    --dx-btn-color: #fff;
    --dx-btn-bg: #6366f1;
    --dx-btn-border-color: #6366f1;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #595cd9;
    --dx-btn-hover-border-color: #595cd9;
    --dx-btn-focus-shadow-rgb: 122, 125, 243;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #595cd9;
    --dx-btn-active-border-color: #595cd9;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #fff;
    --dx-btn-disabled-bg: #6366f1;
    --dx-btn-disabled-border-color: #6366f1;
}
.btn-outline-primary {
    --dx-btn-color: #d2202c;
    --dx-btn-border-color: #d2202c;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #d2202c;
    --dx-btn-hover-border-color: #d2202c;
    --dx-btn-focus-shadow-rgb: 100, 126, 232;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #d2202c;
    --dx-btn-active-border-color: #d2202c;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #d2202c;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #d2202c;
    --dx-gradient: none;
}
.btn-outline-secondary {
    --dx-btn-color: #9b5de5;
    --dx-btn-border-color: #9b5de5;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #9b5de5;
    --dx-btn-hover-border-color: #9b5de5;
    --dx-btn-focus-shadow-rgb: 155, 93, 229;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #9b5de5;
    --dx-btn-active-border-color: #9b5de5;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #9b5de5;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #9b5de5;
    --dx-gradient: none;
}
.btn-outline-success {
    --dx-btn-color: #06c458;
    --dx-btn-border-color: #06c458;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #06c458;
    --dx-btn-hover-border-color: #06c458;
    --dx-btn-focus-shadow-rgb: 6, 196, 88;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #06c458;
    --dx-btn-active-border-color: #06c458;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #06c458;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #06c458;
    --dx-gradient: none;
}
.btn-outline-info {
    --dx-btn-color: #00b4d8;
    --dx-btn-border-color: #00b4d8;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #00b4d8;
    --dx-btn-hover-border-color: #00b4d8;
    --dx-btn-focus-shadow-rgb: 0, 180, 216;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #00b4d8;
    --dx-btn-active-border-color: #00b4d8;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #00b4d8;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #00b4d8;
    --dx-gradient: none;
}
.btn-outline-warning {
    --dx-btn-color: #f5cc14;
    --dx-btn-border-color: #f5cc14;
    --dx-btn-hover-color: #020617;
    --dx-btn-hover-bg: #f5cc14;
    --dx-btn-hover-border-color: #f5cc14;
    --dx-btn-focus-shadow-rgb: 245, 204, 20;
    --dx-btn-active-color: #020617;
    --dx-btn-active-bg: #f5cc14;
    --dx-btn-active-border-color: #f5cc14;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #f5cc14;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #f5cc14;
    --dx-gradient: none;
}
.btn-outline-danger {
    --dx-btn-color: #ff4d4e;
    --dx-btn-border-color: #ff4d4e;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #ff4d4e;
    --dx-btn-hover-border-color: #ff4d4e;
    --dx-btn-focus-shadow-rgb: 255, 77, 78;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #ff4d4e;
    --dx-btn-active-border-color: #ff4d4e;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #ff4d4e;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #ff4d4e;
    --dx-gradient: none;
}
.btn-outline-light {
    --dx-btn-color: #f6f7fb;
    --dx-btn-border-color: #f6f7fb;
    --dx-btn-hover-color: #020617;
    --dx-btn-hover-bg: #f6f7fb;
    --dx-btn-hover-border-color: #f6f7fb;
    --dx-btn-focus-shadow-rgb: 246, 247, 251;
    --dx-btn-active-color: #020617;
    --dx-btn-active-bg: #f6f7fb;
    --dx-btn-active-border-color: #f6f7fb;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #f6f7fb;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #f6f7fb;
    --dx-gradient: none;
}
.btn-outline-dark {
    --dx-btn-color: #333855;
    --dx-btn-border-color: #333855;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #333855;
    --dx-btn-hover-border-color: #333855;
    --dx-btn-focus-shadow-rgb: 51, 56, 85;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #333855;
    --dx-btn-active-border-color: #333855;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #333855;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #333855;
    --dx-gradient: none;
}
.btn-outline-pink {
    --dx-btn-color: #ec4899;
    --dx-btn-border-color: #ec4899;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #ec4899;
    --dx-btn-hover-border-color: #ec4899;
    --dx-btn-focus-shadow-rgb: 236, 72, 153;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #ec4899;
    --dx-btn-active-border-color: #ec4899;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #ec4899;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #ec4899;
    --dx-gradient: none;
}
.btn-outline-orange {
    --dx-btn-color: #f97316;
    --dx-btn-border-color: #f97316;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #f97316;
    --dx-btn-hover-border-color: #f97316;
    --dx-btn-focus-shadow-rgb: 249, 115, 22;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #f97316;
    --dx-btn-active-border-color: #f97316;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #f97316;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #f97316;
    --dx-gradient: none;
}
.btn-outline-indigo {
    --dx-btn-color: #6366f1;
    --dx-btn-border-color: #6366f1;
    --dx-btn-hover-color: #fff;
    --dx-btn-hover-bg: #6366f1;
    --dx-btn-hover-border-color: #6366f1;
    --dx-btn-focus-shadow-rgb: 99, 102, 241;
    --dx-btn-active-color: #fff;
    --dx-btn-active-bg: #6366f1;
    --dx-btn-active-border-color: #6366f1;
    --dx-btn-active-shadow: none;
    --dx-btn-disabled-color: #6366f1;
    --dx-btn-disabled-bg: transparent;
    --dx-btn-disabled-border-color: #6366f1;
    --dx-gradient: none;
}
.btn-link {
    --dx-btn-font-weight: 400;
    --dx-btn-color: var(--dx-link-color);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-link-hover-color);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-link-hover-color);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: #475569;
    --dx-btn-disabled-border-color: transparent;
    --dx-btn-box-shadow: 0 0 0 #000;
    --dx-btn-focus-shadow-rgb: 123, 145, 235;
    text-decoration: none;
}
.btn-link:focus-visible {
    color: var(--dx-btn-color);
}
.btn-link:hover {
    color: var(--dx-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
    --dx-btn-padding-y: 0.5rem;
    --dx-btn-padding-x: 1rem;
    --dx-btn-font-size: 1.211rem;
    --dx-btn-border-radius: var(--dx-border-radius-lg);
}
.btn-sm,
.btn-group-sm > .btn {
    --dx-btn-padding-y: 0.1875rem;
    --dx-btn-padding-x: 0.5rem;
    --dx-btn-font-size: 0.8477rem;
    --dx-btn-border-radius: var(--dx-border-radius-sm);
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    transition: height 0.35s;
    overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    vertical-align: 0.255em;
    content: "";
    border: 0.3em solid #0000;
    border-top-color: currentColor;
    border-bottom: 0;
    margin-left: 0.255em;
    display: inline-block;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    --dx-dropdown-zindex: 1000;
    --dx-dropdown-min-width: 10rem;
    --dx-dropdown-padding-x: 0.5rem;
    --dx-dropdown-padding-y: 0.5rem;
    --dx-dropdown-spacer: 0.125rem;
    --dx-dropdown-font-size: var(--dx-body-font-size);
    --dx-dropdown-color: var(--dx-body-color);
    --dx-dropdown-bg: var(--dx-secondary-bg);
    --dx-dropdown-border-color: var(--dx-border-color);
    --dx-dropdown-border-radius: var(--dx-border-radius);
    --dx-dropdown-border-width: 0;
    --dx-dropdown-inner-border-radius: calc(var(--dx-border-radius) - 0);
    --dx-dropdown-divider-bg: var(--dx-border-color);
    --dx-dropdown-divider-margin-y: calc(var(--dx-spacer) * 0.5);
    --dx-dropdown-box-shadow: 0 0 3px #0206171c;
    --dx-dropdown-link-color: var(--dx-body-color);
    --dx-dropdown-link-hover-color: var(--dx-primary);
    --dx-dropdown-link-hover-bg: var(--dx-primary-bg-subtle);
    --dx-dropdown-link-active-color: var(--dx-primary);
    --dx-dropdown-link-active-bg: var(--dx-primary-bg-subtle);
    --dx-dropdown-link-disabled-color: var(--dx-tertiary-color);
    --dx-dropdown-item-padding-x: 1rem;
    --dx-dropdown-item-padding-y: 0.625rem;
    --dx-dropdown-header-color: #475569;
    --dx-dropdown-header-padding-x: 1rem;
    --dx-dropdown-header-padding-y: 0.5rem;
    z-index: var(--dx-dropdown-zindex);
    min-width: var(--dx-dropdown-min-width);
    padding: var(--dx-dropdown-padding-y) var(--dx-dropdown-padding-x);
    font-size: var(--dx-dropdown-font-size);
    color: var(--dx-dropdown-color);
    text-align: left;
    background-color: var(--dx-dropdown-bg);
    border: var(--dx-dropdown-border-width) solid
        var(--dx-dropdown-border-color);
    border-radius: var(--dx-dropdown-border-radius);
    box-shadow: var(--dx-dropdown-box-shadow);
    background-clip: padding-box;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
}
.dropdown-menu[data-bs-popper] {
    margin-top: var(--dx-dropdown-spacer);
    top: 100%;
    left: 0;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0;
}
@media (width>=576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (width>=768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (width>=992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (width>=1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (width>=1536px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-bottom: var(--dx-dropdown-spacer);
    top: auto;
    bottom: 100%;
}
.dropup .dropdown-toggle:after {
    vertical-align: 0.255em;
    content: "";
    border: 0.3em solid #0000;
    border-top: 0;
    border-bottom-color: currentColor;
    margin-left: 0.255em;
    display: inline-block;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: var(--dx-dropdown-spacer);
    top: 0;
    left: 100%;
    right: auto;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0.255em;
    content: "";
    border: 0.3em solid #0000;
    border-left-color: currentColor;
    border-right: 0;
    margin-left: 0.255em;
    display: inline-block;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-right: var(--dx-dropdown-spacer);
    top: 0;
    left: auto;
    right: 100%;
}
.dropstart .dropdown-toggle:after {
    vertical-align: 0.255em;
    content: "";
    margin-left: 0.255em;
    display: none;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #0000;
    border-bottom: 0.3em solid #0000;
    border-right: 0.3em solid;
    margin-right: 0.255em;
    display: inline-block;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: var(--dx-dropdown-divider-margin-y) 0;
    border-top: 1px solid var(--dx-dropdown-divider-bg);
    opacity: 1;
    overflow: hidden;
}
.dropdown-item {
    width: 100%;
    padding: var(--dx-dropdown-item-padding-y) var(--dx-dropdown-item-padding-x);
    clear: both;
    color: var(--dx-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    border-radius: var(--dx-dropdown-item-border-radius, 0);
    background-color: #0000;
    border: 0;
    font-weight: 400;
    display: block;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--dx-dropdown-link-hover-color);
    background-color: var(--dx-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--dx-dropdown-link-active-color);
    background-color: var(--dx-dropdown-link-active-bg);
    text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--dx-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: #0000;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    padding: var(--dx-dropdown-header-padding-y)
        var(--dx-dropdown-header-padding-x);
    color: var(--dx-dropdown-header-color);
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 0.8477rem;
    display: block;
}
.dropdown-item-text {
    padding: var(--dx-dropdown-item-padding-y) var(--dx-dropdown-item-padding-x);
    color: var(--dx-dropdown-link-color);
    display: block;
}
.dropdown-menu-dark {
    --dx-dropdown-color: #d1d5db;
    --dx-dropdown-bg: #181c2f;
    --dx-dropdown-border-color: var(--dx-border-color);
    --dx-dropdown-box-shadow: ;
    --dx-dropdown-link-color: #d1d5db;
    --dx-dropdown-link-hover-color: #fff;
    --dx-dropdown-divider-bg: var(--dx-border-color);
    --dx-dropdown-link-hover-bg: #ffffff26;
    --dx-dropdown-link-active-color: var(--dx-primary);
    --dx-dropdown-link-active-bg: var(--dx-primary-bg-subtle);
    --dx-dropdown-link-disabled-color: #7484a5;
    --dx-dropdown-header-color: #7484a5;
}
.btn-group,
.btn-group-vertical {
    vertical-align: middle;
    display: inline-flex;
    position: relative;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    flex: auto;
    position: relative;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-toolbar {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group {
    border-radius: var(--dx-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
    margin-left: calc(-1 * var(--dx-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}
.dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group.show .dropdown-toggle,
.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn-group-vertical {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(-1 * var(--dx-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n + 3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    --dx-nav-link-padding-x: 1rem;
    --dx-nav-link-padding-y: 0.5rem;
    --dx-nav-link-font-weight: var(--dx-font-weight-medium);
    --dx-nav-link-color: var(--dx-secondary-color);
    --dx-nav-link-hover-color: var(--dx-primary);
    --dx-nav-link-disabled-color: var(--dx-secondary-color);
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
}
.nav-link {
    padding: var(--dx-nav-link-padding-y) var(--dx-nav-link-padding-x);
    font-size: var(--dx-nav-link-font-size);
    font-weight: var(--dx-nav-link-font-weight);
    color: var(--dx-nav-link-color);
    background: 0 0;
    border: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    display: block;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:hover,
.nav-link:focus {
    color: var(--dx-nav-link-hover-color);
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #d2202c40;
}
.nav-link.disabled,
.nav-link:disabled {
    color: var(--dx-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    --dx-nav-tabs-border-width: var(--dx-border-width);
    --dx-nav-tabs-border-color: var(--dx-border-color);
    --dx-nav-tabs-border-radius: var(--dx-border-radius);
    --dx-nav-tabs-link-hover-border-color: var(--dx-tertiary-bg)
        var(--dx-tertiary-bg) var(--dx-border-color);
    --dx-nav-tabs-link-active-color: var(--dx-primary);
    --dx-nav-tabs-link-active-bg: var(--dx-secondary-bg);
    --dx-nav-tabs-link-active-border-color: var(--dx-border-color)
        var(--dx-border-color) var(--dx-secondary-bg);
    border-bottom: var(--dx-nav-tabs-border-width) solid
        var(--dx-nav-tabs-border-color);
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--dx-nav-tabs-border-width));
    border: var(--dx-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--dx-nav-tabs-border-radius);
    border-top-right-radius: var(--dx-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--dx-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--dx-nav-tabs-link-active-color);
    background-color: var(--dx-nav-tabs-link-active-bg);
    border-color: var(--dx-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--dx-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills {
    --dx-nav-pills-border-radius: var(--dx-border-radius);
    --dx-nav-pills-link-active-color: #fff;
    --dx-nav-pills-link-active-bg: var(--dx-primary);
}
.nav-pills .nav-link {
    border-radius: var(--dx-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--dx-nav-pills-link-active-color);
    background-color: var(--dx-nav-pills-link-active-bg);
}
.nav-underline {
    --dx-nav-underline-gap: 1rem;
    --dx-nav-underline-border-width: 0.0625rem;
    --dx-nav-underline-link-active-color: var(--dx-primary);
    gap: var(--dx-nav-underline-gap);
}
.nav-underline .nav-link {
    border-bottom: var(--dx-nav-underline-border-width) solid transparent;
    padding-left: 0;
    padding-right: 0;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
    border-bottom-color: currentColor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
    color: var(--dx-nav-underline-link-active-color);
    border-bottom-color: currentColor;
    font-weight: 700;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
    text-align: center;
    flex: auto;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    --dx-navbar-padding-x: 0;
    --dx-navbar-padding-y: calc(var(--dx-spacer) * 0.5);
    --dx-navbar-color: rgba(var(--dx-emphasis-color-rgb), 0.65);
    --dx-navbar-hover-color: rgba(var(--dx-emphasis-color-rgb), 0.8);
    --dx-navbar-disabled-color: rgba(var(--dx-emphasis-color-rgb), 0.3);
    --dx-navbar-active-color: rgba(var(--dx-emphasis-color-rgb), 1);
    --dx-navbar-brand-padding-y: 0.336515rem;
    --dx-navbar-brand-margin-end: 1rem;
    --dx-navbar-brand-font-size: 1.211rem;
    --dx-navbar-brand-color: rgba(var(--dx-emphasis-color-rgb), 1);
    --dx-navbar-brand-hover-color: rgba(var(--dx-emphasis-color-rgb), 1);
    --dx-navbar-nav-link-padding-x: 0.5rem;
    --dx-navbar-toggler-padding-y: 0.25rem;
    --dx-navbar-toggler-padding-x: 0.75rem;
    --dx-navbar-toggler-font-size: 1.211rem;
    --dx-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%285, 42, 64, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --dx-navbar-toggler-border-color: rgba(var(--dx-emphasis-color-rgb), 0.15);
    --dx-navbar-toggler-border-radius: var(--dx-border-radius);
    --dx-navbar-toggler-focus-width: 0.25rem;
    --dx-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    padding: var(--dx-navbar-padding-y) var(--dx-navbar-padding-x);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    flex-wrap: inherit;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.navbar-brand {
    padding-top: var(--dx-navbar-brand-padding-y);
    padding-bottom: var(--dx-navbar-brand-padding-y);
    margin-right: var(--dx-navbar-brand-margin-end);
    font-size: var(--dx-navbar-brand-font-size);
    color: var(--dx-navbar-brand-color);
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--dx-navbar-brand-hover-color);
}
.navbar-nav {
    --dx-nav-link-padding-x: 0;
    --dx-nav-link-padding-y: 0.5rem;
    --dx-nav-link-font-weight: var(--dx-font-weight-medium);
    --dx-nav-link-color: var(--dx-navbar-color);
    --dx-nav-link-hover-color: var(--dx-navbar-hover-color);
    --dx-nav-link-disabled-color: var(--dx-navbar-disabled-color);
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--dx-navbar-active-color);
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    color: var(--dx-navbar-color);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--dx-navbar-active-color);
}
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
}
.navbar-toggler {
    padding: var(--dx-navbar-toggler-padding-y)
        var(--dx-navbar-toggler-padding-x);
    font-size: var(--dx-navbar-toggler-font-size);
    color: var(--dx-navbar-color);
    border: var(--dx-border-width) solid var(--dx-navbar-toggler-border-color);
    border-radius: var(--dx-navbar-toggler-border-radius);
    transition: var(--dx-navbar-toggler-transition);
    background-color: #0000;
    line-height: 1;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--dx-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none;
}
.navbar-toggler-icon {
    vertical-align: middle;
    background-image: var(--dx-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
}
.navbar-nav-scroll {
    max-height: var(--dx-scroll-height, 75vh);
    overflow-y: auto;
}
@media (width>=576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--dx-navbar-nav-link-padding-x);
        padding-left: var(--dx-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        z-index: auto;
        box-shadow: none;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
    }
}
@media (width>=768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--dx-navbar-nav-link-padding-x);
        padding-left: var(--dx-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        z-index: auto;
        box-shadow: none;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
    }
}
@media (width>=992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--dx-navbar-nav-link-padding-x);
        padding-left: var(--dx-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        z-index: auto;
        box-shadow: none;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
    }
}
@media (width>=1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--dx-navbar-nav-link-padding-x);
        padding-left: var(--dx-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        z-index: auto;
        box-shadow: none;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
    }
}
@media (width>=1536px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--dx-navbar-nav-link-padding-x);
        padding-left: var(--dx-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        z-index: auto;
        box-shadow: none;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--dx-navbar-nav-link-padding-x);
    padding-left: var(--dx-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas {
    z-index: auto;
    box-shadow: none;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
}
.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme="dark"] {
    --dx-navbar-color: #ffffff8c;
    --dx-navbar-hover-color: #ffffffbf;
    --dx-navbar-disabled-color: #ffffff40;
    --dx-navbar-active-color: #fff;
    --dx-navbar-brand-color: #fff;
    --dx-navbar-brand-hover-color: #fff;
    --dx-navbar-toggler-border-color: #ffffff1a;
    --dx-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme="dark"] .navbar-toggler-icon {
    --dx-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
    --dx-card-spacer-y: var(--dx-spacer);
    --dx-card-spacer-x: var(--dx-spacer);
    --dx-card-title-spacer-y: calc(var(--dx-spacer) * 0.5);
    --dx-card-title-color: ;
    --dx-card-subtitle-color: ;
    --dx-card-border-width: 1px;
    --dx-card-border-color: var(--dx-secondary-bg);
    --dx-card-border-radius: var(--dx-border-radius);
    --dx-card-box-shadow: var(--dx-box-shadow-sm);
    --dx-card-inner-border-radius: calc(var(--dx-border-radius) - 1px);
    --dx-card-cap-padding-y: var(--dx-spacer);
    --dx-card-cap-padding-x: var(--dx-spacer);
    --dx-card-cap-bg: transparent;
    --dx-card-cap-color: ;
    --dx-card-height: ;
    --dx-card-color: ;
    --dx-card-bg: var(--dx-secondary-bg);
    --dx-card-img-overlay-padding: var(--dx-spacer);
    --dx-card-group-margin: 0.625rem;
    min-width: 0;
    height: var(--dx-card-height);
    color: var(--dx-body-color);
    word-wrap: break-word;
    background-color: var(--dx-card-bg);
    border: var(--dx-card-border-width) solid var(--dx-card-border-color);
    border-radius: var(--dx-card-border-radius);
    box-shadow: var(--dx-card-box-shadow);
    background-clip: border-box;
    flex-direction: column;
    display: flex;
    position: relative;
}
.card > hr {
    margin-left: 0;
    margin-right: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-left-radius: var(--dx-card-inner-border-radius);
    border-top-right-radius: var(--dx-card-inner-border-radius);
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-right-radius: var(--dx-card-inner-border-radius);
    border-bottom-left-radius: var(--dx-card-inner-border-radius);
    border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    padding: var(--dx-card-spacer-y) var(--dx-card-spacer-x);
    color: var(--dx-card-color);
    flex: auto;
}
.card-title {
    margin-bottom: var(--dx-card-title-spacer-y);
    color: var(--dx-card-title-color);
}
.card-subtitle {
    margin-top: calc(-0.5 * var(--dx-card-title-spacer-y));
    color: var(--dx-card-subtitle-color);
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: var(--dx-card-spacer-x);
}
.card-header {
    padding: var(--dx-card-cap-padding-y) var(--dx-card-cap-padding-x);
    color: var(--dx-card-cap-color);
    background-color: var(--dx-card-cap-bg);
    border-bottom: var(--dx-card-border-width) solid var(--dx-card-border-color);
    margin-bottom: 0;
}
.card-header:first-child {
    border-radius: var(--dx-card-inner-border-radius)
        var(--dx-card-inner-border-radius) 0 0;
}
.card-footer {
    padding: var(--dx-card-cap-padding-y) var(--dx-card-cap-padding-x);
    color: var(--dx-card-cap-color);
    background-color: var(--dx-card-cap-bg);
    border-top: var(--dx-card-border-width) solid var(--dx-card-border-color);
}
.card-footer:last-child {
    border-radius: 0 0 var(--dx-card-inner-border-radius)
        var(--dx-card-inner-border-radius);
}
.card-header-tabs {
    margin-right: calc(-0.5 * var(--dx-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--dx-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--dx-card-cap-padding-x));
    border-bottom: 0;
}
.card-header-tabs .nav-link.active {
    background-color: var(--dx-card-bg);
    border-bottom-color: var(--dx-card-bg);
}
.card-header-pills {
    margin-right: calc(-0.5 * var(--dx-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--dx-card-cap-padding-x));
}
.card-img-overlay {
    padding: var(--dx-card-img-overlay-padding);
    border-radius: var(--dx-card-inner-border-radius);
    position: absolute;
    inset: 0;
}
.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--dx-card-inner-border-radius);
    border-top-right-radius: var(--dx-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--dx-card-inner-border-radius);
    border-bottom-left-radius: var(--dx-card-inner-border-radius);
}
.card-group > .card {
    margin-bottom: var(--dx-card-group-margin);
}
@media (width>=576px) {
    .card-group {
        flex-flow: wrap;
        display: flex;
    }
    .card-group > .card {
        flex: 1 0 0;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        border-left: 0;
        margin-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) > .card-img-top,
    .card-group > .card:not(:last-child) > .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) > .card-img-bottom,
    .card-group > .card:not(:last-child) > .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) > .card-img-top,
    .card-group > .card:not(:first-child) > .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) > .card-img-bottom,
    .card-group > .card:not(:first-child) > .card-footer {
        border-bottom-left-radius: 0;
    }
}
.accordion {
    --dx-accordion-color: var(--dx-emphasis-color);
    --dx-accordion-bg: var(--dx-secondary-bg);
    --dx-accordion-transition:
        color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        opacity 0.25s ease-in-out, border-radius 0.15s ease;
    --dx-accordion-border-color: var(--dx-border-color);
    --dx-accordion-border-width: var(--dx-border-width);
    --dx-accordion-border-radius: var(--dx-border-radius);
    --dx-accordion-inner-border-radius: calc(
        var(--dx-border-radius) - (var(--dx-border-width))
    );
    --dx-accordion-btn-padding-x: 0.8rem;
    --dx-accordion-btn-padding-y: 0.725rem;
    --dx-accordion-btn-color: var(--dx-body-color);
    --dx-accordion-btn-bg: var(--dx-accordion-bg);
    --dx-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='var%28--dx-body-color%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --dx-accordion-btn-icon-width: auto;
    --dx-accordion-btn-icon-transform: rotate(-180deg);
    --dx-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --dx-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='var%28--dx-primary%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --dx-accordion-btn-focus-box-shadow: none;
    --dx-accordion-body-padding-x: 0.8rem;
    --dx-accordion-body-padding-y: 0.725rem;
    --dx-accordion-active-color: var(--dx-primary-text-emphasis);
    --dx-accordion-active-bg: var(--dx-primary-bg-subtle);
}
.accordion-button {
    width: 100%;
    padding: var(--dx-accordion-btn-padding-y) var(--dx-accordion-btn-padding-x);
    color: var(--dx-accordion-btn-color);
    text-align: left;
    background-color: var(--dx-accordion-btn-bg);
    overflow-anchor: none;
    transition: var(--dx-accordion-transition);
    border: 0;
    border-radius: 0;
    align-items: center;
    font-size: 0.9688rem;
    display: flex;
    position: relative;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: var(--dx-accordion-active-color);
    background-color: var(--dx-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--dx-accordion-border-width)) 0
        var(--dx-accordion-border-color);
}
.accordion-button:not(.collapsed):after {
    background-image: var(--dx-accordion-btn-active-icon);
    transform: var(--dx-accordion-btn-icon-transform);
}
.accordion-button:after {
    width: var(--dx-accordion-btn-icon-width);
    height: var(--dx-accordion-btn-icon-width);
    content: "";
    background-image: var(--dx-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--dx-accordion-btn-icon-width);
    transition: var(--dx-accordion-btn-icon-transition);
    flex-shrink: 0;
    margin-left: auto;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    box-shadow: var(--dx-accordion-btn-focus-box-shadow);
    outline: 0;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    color: var(--dx-accordion-color);
    background-color: var(--dx-accordion-bg);
    border: var(--dx-accordion-border-width) solid
        var(--dx-accordion-border-color);
}
.accordion-item:first-of-type {
    border-top-left-radius: var(--dx-accordion-border-radius);
    border-top-right-radius: var(--dx-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--dx-accordion-inner-border-radius);
    border-top-right-radius: var(--dx-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: var(--dx-accordion-border-radius);
    border-bottom-left-radius: var(--dx-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--dx-accordion-inner-border-radius);
    border-bottom-left-radius: var(--dx-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: var(--dx-accordion-border-radius);
    border-bottom-left-radius: var(--dx-accordion-border-radius);
}
.accordion-body {
    padding: var(--dx-accordion-body-padding-y)
        var(--dx-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
    > .accordion-item
    > .accordion-header
    .accordion-button.collapsed {
    border-radius: 0;
}
[data-bs-theme="dark"] .accordion-button:after {
    --dx-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235f78dc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --dx-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235f78dc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
    --dx-breadcrumb-padding-x: 0;
    --dx-breadcrumb-padding-y: 0;
    --dx-breadcrumb-margin-bottom: 1rem;
    --dx-breadcrumb-bg: ;
    --dx-breadcrumb-border-radius: ;
    --dx-breadcrumb-divider-color: var(--dx-secondary-color);
    --dx-breadcrumb-item-padding-x: 0.5rem;
    --dx-breadcrumb-item-active-color: var(--dx-body-color);
    padding: var(--dx-breadcrumb-padding-y) var(--dx-breadcrumb-padding-x);
    margin-bottom: var(--dx-breadcrumb-margin-bottom);
    font-size: var(--dx-breadcrumb-font-size);
    background-color: var(--dx-breadcrumb-bg);
    border-radius: var(--dx-breadcrumb-border-radius);
    flex-wrap: wrap;
    list-style: none;
    display: flex;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--dx-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: var(--dx-breadcrumb-item-padding-x);
    color: var(--dx-breadcrumb-divider-color);
    content: var(
        --dx-breadcrumb-divider,
        "https://srbthemes.kcubeinfotech.com/"
    );
}
.breadcrumb-item.active {
    color: var(--dx-breadcrumb-item-active-color);
}
.pagination {
    --dx-pagination-padding-x: 0.79rem;
    --dx-pagination-padding-y: 0.39rem;
    --dx-pagination-font-size: var(--dx-body-font-size);
    --dx-pagination-color: var(--dx-body-color);
    --dx-pagination-bg: var(--dx-secondary-bg);
    --dx-pagination-border-width: var(--dx-border-width);
    --dx-pagination-border-color: var(--dx-border-color);
    --dx-pagination-border-radius: var(--dx-border-radius);
    --dx-pagination-hover-color: var(--dx-primary);
    --dx-pagination-hover-bg: var(--dx-secondary-bg);
    --dx-pagination-hover-border-color: var(--dx-border-color);
    --dx-pagination-focus-color: var(--dx-primary);
    --dx-pagination-focus-bg: none;
    --dx-pagination-focus-box-shadow: none;
    --dx-pagination-active-color: #fff;
    --dx-pagination-active-bg: var(--dx-primary);
    --dx-pagination-active-border-color: var(--dx-primary);
    --dx-pagination-disabled-color: var(--dx-secondary-color);
    --dx-pagination-disabled-bg: var(--dx-secondary-bg);
    --dx-pagination-disabled-border-color: var(--dx-border-color);
    padding-left: 0;
    list-style: none;
    display: flex;
}
.page-link {
    padding: var(--dx-pagination-padding-y) var(--dx-pagination-padding-x);
    font-size: var(--dx-pagination-font-size);
    color: var(--dx-pagination-color);
    background-color: var(--dx-pagination-bg);
    border: var(--dx-pagination-border-width) solid
        var(--dx-pagination-border-color);
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    display: block;
    position: relative;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: var(--dx-pagination-hover-color);
    background-color: var(--dx-pagination-hover-bg);
    border-color: var(--dx-pagination-hover-border-color);
}
.page-link:focus {
    z-index: 3;
    color: var(--dx-pagination-focus-color);
    background-color: var(--dx-pagination-focus-bg);
    box-shadow: var(--dx-pagination-focus-box-shadow);
    outline: 0;
}
.page-link.active,
.active > .page-link {
    z-index: 3;
    color: var(--dx-pagination-active-color);
    background-color: var(--dx-pagination-active-bg);
    border-color: var(--dx-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
    color: var(--dx-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--dx-pagination-disabled-bg);
    border-color: var(--dx-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--dx-border-width) * -1);
}
.page-item .page-link {
    border-radius: var(--dx-pagination-border-radius);
}
.pagination-lg {
    --dx-pagination-padding-x: 0.75rem;
    --dx-pagination-padding-y: 0.25rem;
    --dx-pagination-font-size: 1.211rem;
    --dx-pagination-border-radius: var(--dx-border-radius-lg);
}
.pagination-sm {
    --dx-pagination-padding-x: 0.5rem;
    --dx-pagination-padding-y: 0.125rem;
    --dx-pagination-font-size: 0.8477rem;
    --dx-pagination-border-radius: var(--dx-border-radius-sm);
}
.badge {
    --dx-badge-padding-x: 0.375rem;
    --dx-badge-padding-y: 0.3125rem;
    --dx-badge-font-size: 0.75rem;
    --dx-badge-font-weight: var(--dx-font-weight-medium);
    --dx-badge-color: #fff;
    --dx-badge-border-radius: var(--dx-border-radius-sm);
    padding: var(--dx-badge-padding-y) var(--dx-badge-padding-x);
    font-size: var(--dx-badge-font-size);
    font-weight: var(--dx-badge-font-weight);
    color: var(--dx-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--dx-badge-border-radius);
    line-height: 1;
    display: inline-block;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    --dx-alert-bg: transparent;
    --dx-alert-padding-x: 1.25rem;
    --dx-alert-padding-y: 0.75rem;
    --dx-alert-margin-bottom: 0;
    --dx-alert-color: inherit;
    --dx-alert-border-color: transparent;
    --dx-alert-border: var(--dx-border-width) solid var(--dx-alert-border-color);
    --dx-alert-border-radius: var(--dx-border-radius);
    --dx-alert-link-color: inherit;
    padding: var(--dx-alert-padding-y) var(--dx-alert-padding-x);
    margin-bottom: var(--dx-alert-margin-bottom);
    color: var(--dx-alert-color);
    background-color: var(--dx-alert-bg);
    border: var(--dx-alert-border);
    border-radius: var(--dx-alert-border-radius);
    position: relative;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    color: var(--dx-alert-link-color);
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3.75rem;
}
.alert-dismissible .btn-close {
    z-index: 2;
    padding: 0.9375rem 1.25rem;
    position: absolute;
    top: 0;
    right: 0;
}
.alert-primary {
    --dx-alert-color: var(--dx-primary-text-emphasis);
    --dx-alert-bg: var(--dx-primary-bg-subtle);
    --dx-alert-border-color: var(--dx-primary-border-subtle);
    --dx-alert-link-color: var(--dx-primary-text-emphasis);
}
.alert-secondary {
    --dx-alert-color: var(--dx-secondary-text-emphasis);
    --dx-alert-bg: var(--dx-secondary-bg-subtle);
    --dx-alert-border-color: var(--dx-secondary-border-subtle);
    --dx-alert-link-color: var(--dx-secondary-text-emphasis);
}
.alert-success {
    --dx-alert-color: var(--dx-success-text-emphasis);
    --dx-alert-bg: var(--dx-success-bg-subtle);
    --dx-alert-border-color: var(--dx-success-border-subtle);
    --dx-alert-link-color: var(--dx-success-text-emphasis);
}
.alert-info {
    --dx-alert-color: var(--dx-info-text-emphasis);
    --dx-alert-bg: var(--dx-info-bg-subtle);
    --dx-alert-border-color: var(--dx-info-border-subtle);
    --dx-alert-link-color: var(--dx-info-text-emphasis);
}
.alert-warning {
    --dx-alert-color: var(--dx-warning-text-emphasis);
    --dx-alert-bg: var(--dx-warning-bg-subtle);
    --dx-alert-border-color: var(--dx-warning-border-subtle);
    --dx-alert-link-color: var(--dx-warning-text-emphasis);
}
.alert-danger {
    --dx-alert-color: var(--dx-danger-text-emphasis);
    --dx-alert-bg: var(--dx-danger-bg-subtle);
    --dx-alert-border-color: var(--dx-danger-border-subtle);
    --dx-alert-link-color: var(--dx-danger-text-emphasis);
}
.alert-light {
    --dx-alert-color: var(--dx-light-text-emphasis);
    --dx-alert-bg: var(--dx-light-bg-subtle);
    --dx-alert-border-color: var(--dx-light-border-subtle);
    --dx-alert-link-color: var(--dx-light-text-emphasis);
}
.alert-dark {
    --dx-alert-color: var(--dx-dark-text-emphasis);
    --dx-alert-bg: var(--dx-dark-bg-subtle);
    --dx-alert-border-color: var(--dx-dark-border-subtle);
    --dx-alert-link-color: var(--dx-dark-text-emphasis);
}
.alert-pink {
    --dx-alert-color: var(--dx-pink-text-emphasis);
    --dx-alert-bg: var(--dx-pink-bg-subtle);
    --dx-alert-border-color: var(--dx-pink-border-subtle);
    --dx-alert-link-color: var(--dx-pink-text-emphasis);
}
.alert-orange {
    --dx-alert-color: var(--dx-orange-text-emphasis);
    --dx-alert-bg: var(--dx-orange-bg-subtle);
    --dx-alert-border-color: var(--dx-orange-border-subtle);
    --dx-alert-link-color: var(--dx-orange-text-emphasis);
}
.alert-indigo {
    --dx-alert-color: var(--dx-indigo-text-emphasis);
    --dx-alert-bg: var(--dx-indigo-bg-subtle);
    --dx-alert-border-color: var(--dx-indigo-border-subtle);
    --dx-alert-link-color: var(--dx-indigo-text-emphasis);
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: var(--dx-progress-height);
    }
}
.progress,
.progress-stacked {
    --dx-progress-height: 1rem;
    --dx-progress-font-size: 0.75rem;
    --dx-progress-bg: var(--dx-light);
    --dx-progress-border-radius: var(--dx-border-radius-pill);
    --dx-progress-box-shadow: none;
    --dx-progress-bar-color: #fff;
    --dx-progress-bar-bg: var(--dx-primary);
    --dx-progress-bar-transition: width 0.6s ease;
    height: var(--dx-progress-height);
    font-size: var(--dx-progress-font-size);
    background-color: var(--dx-progress-bg);
    border-radius: var(--dx-progress-border-radius);
    box-shadow: var(--dx-progress-box-shadow);
    display: flex;
    overflow: hidden;
}
.progress-bar {
    color: var(--dx-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--dx-progress-bar-bg);
    transition: var(--dx-progress-bar-transition);
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        #ffffff26 25%,
        #0000 25% 50%,
        #ffffff26 50% 75%,
        #0000 75%,
        #0000
    );
    background-size: var(--dx-progress-height) var(--dx-progress-height);
}
.progress-stacked > .progress {
    overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
    width: 100%;
}
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.list-group {
    --dx-list-group-color: var(--dx-body-color);
    --dx-list-group-bg: transparent;
    --dx-list-group-border-color: var(--dx-border-color);
    --dx-list-group-border-width: var(--dx-border-width);
    --dx-list-group-border-radius: var(--dx-border-radius);
    --dx-list-group-item-padding-x: var(--dx-spacer);
    --dx-list-group-item-padding-y: calc(var(--dx-spacer) * 0.5);
    --dx-list-group-action-color: var(--dx-secondary-color);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-tertiary-bg);
    --dx-list-group-action-active-color: var(--dx-body-color);
    --dx-list-group-action-active-bg: var(--dx-tertiary-bg);
    --dx-list-group-disabled-color: var(--dx-secondary-color);
    --dx-list-group-disabled-bg: transparent;
    --dx-list-group-active-color: #fff;
    --dx-list-group-active-bg: var(--dx-primary);
    --dx-list-group-active-border-color: var(--dx-primary);
    border-radius: var(--dx-list-group-border-radius);
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}
.list-group-numbered {
    counter-reset: section;
    list-style-type: none;
}
.list-group-numbered > .list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item {
    padding: var(--dx-list-group-item-padding-y)
        var(--dx-list-group-item-padding-x);
    color: var(--dx-list-group-color);
    background-color: var(--dx-list-group-bg);
    border: var(--dx-list-group-border-width) solid
        var(--dx-list-group-border-color);
    display: block;
    position: relative;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--dx-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--dx-list-group-disabled-bg);
}
.list-group-item.active {
    z-index: 2;
    color: var(--dx-list-group-active-color);
    background-color: var(--dx-list-group-active-bg);
    border-color: var(--dx-list-group-active-border-color);
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--dx-list-group-border-width));
    border-top-width: var(--dx-list-group-border-width);
}
.list-group-item-action {
    width: 100%;
    color: var(--dx-list-group-action-color);
    text-align: inherit;
}
.list-group-item-action:not(.active):hover,
.list-group-item-action:not(.active):focus {
    z-index: 1;
    color: var(--dx-list-group-action-hover-color);
    background-color: var(--dx-list-group-action-hover-bg);
    text-decoration: none;
}
.list-group-item-action:not(.active):active {
    color: var(--dx-list-group-action-active-color);
    background-color: var(--dx-list-group-action-active-bg);
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--dx-list-group-border-radius);
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--dx-list-group-border-radius);
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--dx-list-group-border-width);
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--dx-list-group-border-width));
    border-left-width: var(--dx-list-group-border-width);
}
@media (width>=576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--dx-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--dx-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: var(--dx-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--dx-list-group-border-width));
        border-left-width: var(--dx-list-group-border-width);
    }
}
@media (width>=768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--dx-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--dx-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: var(--dx-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--dx-list-group-border-width));
        border-left-width: var(--dx-list-group-border-width);
    }
}
@media (width>=992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--dx-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--dx-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: var(--dx-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--dx-list-group-border-width));
        border-left-width: var(--dx-list-group-border-width);
    }
}
@media (width>=1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--dx-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--dx-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: var(--dx-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--dx-list-group-border-width));
        border-left-width: var(--dx-list-group-border-width);
    }
}
@media (width>=1536px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--dx-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--dx-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: var(--dx-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--dx-list-group-border-width));
        border-left-width: var(--dx-list-group-border-width);
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 var(--dx-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    --dx-list-group-color: var(--dx-primary-text-emphasis);
    --dx-list-group-bg: var(--dx-primary-bg-subtle);
    --dx-list-group-border-color: var(--dx-primary-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-primary-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-primary-border-subtle);
    --dx-list-group-active-color: var(--dx-primary-bg-subtle);
    --dx-list-group-active-bg: var(--dx-primary-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-primary-text-emphasis);
}
.list-group-item-secondary {
    --dx-list-group-color: var(--dx-secondary-text-emphasis);
    --dx-list-group-bg: var(--dx-secondary-bg-subtle);
    --dx-list-group-border-color: var(--dx-secondary-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-secondary-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-secondary-border-subtle);
    --dx-list-group-active-color: var(--dx-secondary-bg-subtle);
    --dx-list-group-active-bg: var(--dx-secondary-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-secondary-text-emphasis);
}
.list-group-item-success {
    --dx-list-group-color: var(--dx-success-text-emphasis);
    --dx-list-group-bg: var(--dx-success-bg-subtle);
    --dx-list-group-border-color: var(--dx-success-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-success-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-success-border-subtle);
    --dx-list-group-active-color: var(--dx-success-bg-subtle);
    --dx-list-group-active-bg: var(--dx-success-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-success-text-emphasis);
}
.list-group-item-info {
    --dx-list-group-color: var(--dx-info-text-emphasis);
    --dx-list-group-bg: var(--dx-info-bg-subtle);
    --dx-list-group-border-color: var(--dx-info-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-info-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-info-border-subtle);
    --dx-list-group-active-color: var(--dx-info-bg-subtle);
    --dx-list-group-active-bg: var(--dx-info-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-info-text-emphasis);
}
.list-group-item-warning {
    --dx-list-group-color: var(--dx-warning-text-emphasis);
    --dx-list-group-bg: var(--dx-warning-bg-subtle);
    --dx-list-group-border-color: var(--dx-warning-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-warning-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-warning-border-subtle);
    --dx-list-group-active-color: var(--dx-warning-bg-subtle);
    --dx-list-group-active-bg: var(--dx-warning-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-warning-text-emphasis);
}
.list-group-item-danger {
    --dx-list-group-color: var(--dx-danger-text-emphasis);
    --dx-list-group-bg: var(--dx-danger-bg-subtle);
    --dx-list-group-border-color: var(--dx-danger-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-danger-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-danger-border-subtle);
    --dx-list-group-active-color: var(--dx-danger-bg-subtle);
    --dx-list-group-active-bg: var(--dx-danger-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-danger-text-emphasis);
}
.list-group-item-light {
    --dx-list-group-color: var(--dx-light-text-emphasis);
    --dx-list-group-bg: var(--dx-light-bg-subtle);
    --dx-list-group-border-color: var(--dx-light-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-light-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-light-border-subtle);
    --dx-list-group-active-color: var(--dx-light-bg-subtle);
    --dx-list-group-active-bg: var(--dx-light-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-light-text-emphasis);
}
.list-group-item-dark {
    --dx-list-group-color: var(--dx-dark-text-emphasis);
    --dx-list-group-bg: var(--dx-dark-bg-subtle);
    --dx-list-group-border-color: var(--dx-dark-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-dark-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-dark-border-subtle);
    --dx-list-group-active-color: var(--dx-dark-bg-subtle);
    --dx-list-group-active-bg: var(--dx-dark-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-dark-text-emphasis);
}
.list-group-item-pink {
    --dx-list-group-color: var(--dx-pink-text-emphasis);
    --dx-list-group-bg: var(--dx-pink-bg-subtle);
    --dx-list-group-border-color: var(--dx-pink-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-pink-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-pink-border-subtle);
    --dx-list-group-active-color: var(--dx-pink-bg-subtle);
    --dx-list-group-active-bg: var(--dx-pink-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-pink-text-emphasis);
}
.list-group-item-orange {
    --dx-list-group-color: var(--dx-orange-text-emphasis);
    --dx-list-group-bg: var(--dx-orange-bg-subtle);
    --dx-list-group-border-color: var(--dx-orange-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-orange-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-orange-border-subtle);
    --dx-list-group-active-color: var(--dx-orange-bg-subtle);
    --dx-list-group-active-bg: var(--dx-orange-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-orange-text-emphasis);
}
.list-group-item-indigo {
    --dx-list-group-color: var(--dx-indigo-text-emphasis);
    --dx-list-group-bg: var(--dx-indigo-bg-subtle);
    --dx-list-group-border-color: var(--dx-indigo-border-subtle);
    --dx-list-group-action-hover-color: var(--dx-emphasis-color);
    --dx-list-group-action-hover-bg: var(--dx-indigo-border-subtle);
    --dx-list-group-action-active-color: var(--dx-emphasis-color);
    --dx-list-group-action-active-bg: var(--dx-indigo-border-subtle);
    --dx-list-group-active-color: var(--dx-indigo-bg-subtle);
    --dx-list-group-active-bg: var(--dx-indigo-text-emphasis);
    --dx-list-group-active-border-color: var(--dx-indigo-text-emphasis);
}
.btn-close {
    --dx-btn-close-color: var(--dx-secondary-color);
    --dx-btn-close-bg: none;
    --dx-btn-close-opacity: 0.5;
    --dx-btn-close-hover-opacity: 0.75;
    --dx-btn-close-focus-shadow: none;
    --dx-btn-close-focus-opacity: 1;
    --dx-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1rem;
    height: 1rem;
    padding: none none;
    color: var(--dx-btn-close-color);
    background: transparent var(--dx-btn-close-bg) center/1rem auto no-repeat;
    filter: var(--dx-btn-close-filter);
    opacity: var(--dx-btn-close-opacity);
    border: 0;
    border-radius: 7px;
}
.btn-close:hover {
    color: var(--dx-btn-close-color);
    opacity: var(--dx-btn-close-hover-opacity);
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: var(--dx-btn-close-focus-shadow);
    opacity: var(--dx-btn-close-focus-opacity);
    outline: 0;
}
.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: var(--dx-btn-close-disabled-opacity);
}
.btn-close-white {
    --dx-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme="light"] {
    --dx-btn-close-filter: ;
}
[data-bs-theme="dark"] {
    --dx-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    --dx-toast-zindex: 1090;
    --dx-toast-padding-x: 0.75rem;
    --dx-toast-padding-y: 0.5rem;
    --dx-toast-spacing: 1.25rem;
    --dx-toast-max-width: 350px;
    --dx-toast-font-size: 0.875rem;
    --dx-toast-color: var(--dx-body-color);
    --dx-toast-bg: rgba(var(--dx-secondary-bg-rgb), 0.85);
    --dx-toast-border-width: var(--dx-border-width);
    --dx-toast-border-color: var(--dx-border-color-translucent);
    --dx-toast-border-radius: var(--dx-border-radius);
    --dx-toast-box-shadow: var(--dx-box-shadow);
    --dx-toast-header-color: var(--dx-secondary-color);
    --dx-toast-header-bg: rgba(var(--dx-secondary-bg-rgb), 0.85);
    --dx-toast-header-border-color: var(--dx-border-color-translucent);
    width: var(--dx-toast-max-width);
    max-width: 100%;
    font-size: var(--dx-toast-font-size);
    color: var(--dx-toast-color);
    pointer-events: auto;
    background-color: var(--dx-toast-bg);
    border: var(--dx-toast-border-width) solid var(--dx-toast-border-color);
    box-shadow: var(--dx-toast-box-shadow);
    border-radius: var(--dx-toast-border-radius);
    background-clip: padding-box;
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    --dx-toast-zindex: 1090;
    z-index: var(--dx-toast-zindex);
    pointer-events: none;
    width: max-content;
    max-width: 100%;
    position: absolute;
}
.toast-container > :not(:last-child) {
    margin-bottom: var(--dx-toast-spacing);
}
.toast-header {
    padding: var(--dx-toast-padding-y) var(--dx-toast-padding-x);
    color: var(--dx-toast-header-color);
    background-color: var(--dx-toast-header-bg);
    border-bottom: var(--dx-toast-border-width) solid
        var(--dx-toast-header-border-color);
    border-top-left-radius: calc(
        var(--dx-toast-border-radius) - var(--dx-toast-border-width)
    );
    border-top-right-radius: calc(
        var(--dx-toast-border-radius) - var(--dx-toast-border-width)
    );
    background-clip: padding-box;
    align-items: center;
    display: flex;
}
.toast-header .btn-close {
    margin-right: calc(-0.5 * var(--dx-toast-padding-x));
    margin-left: var(--dx-toast-padding-x);
}
.toast-body {
    padding: var(--dx-toast-padding-x);
    word-wrap: break-word;
}
.modal {
    --dx-modal-zindex: 1055;
    --dx-modal-width: 30rem;
    --dx-modal-padding: var(--dx-spacer);
    --dx-modal-margin: 0.5rem;
    --dx-modal-color: var(--dx-body-color);
    --dx-modal-bg: rgba(var(--dx-secondary-bg-rgb), 0.85);
    --dx-modal-border-color: var(--dx-secondary-bg);
    --dx-modal-border-width: var(--dx-border-width);
    --dx-modal-border-radius: var(--dx-border-radius-lg);
    --dx-modal-box-shadow: 0 10px 15px -3px #e5e7eb4d, 0 4px 6px -4px #e5e7eb4d;
    --dx-modal-inner-border-radius: calc(
        var(--dx-border-radius-lg) - (var(--dx-border-width))
    );
    --dx-modal-header-padding-x: var(--dx-spacer);
    --dx-modal-header-padding-y: var(--dx-spacer);
    --dx-modal-header-padding: var(--dx-spacer) var(--dx-spacer) 0
        var(--dx-spacer);
    --dx-modal-header-border-color: var(--dx-border-color);
    --dx-modal-header-border-width: 0;
    --dx-modal-title-line-height: 1.35;
    --dx-modal-footer-gap: 0;
    --dx-modal-footer-bg: ;
    --dx-modal-footer-border-color: var(--dx-border-color);
    --dx-modal-footer-border-width: 0;
    z-index: var(--dx-modal-zindex);
    outline: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden auto;
}
.modal-dialog {
    width: auto;
    margin: var(--dx-modal-margin);
    pointer-events: none;
    position: relative;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: scale(0.8);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - var(--dx-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    min-height: calc(100% - var(--dx-modal-margin) * 2);
    align-items: center;
    display: flex;
}
.modal-content {
    width: 100%;
    color: var(--dx-modal-color);
    pointer-events: auto;
    background-color: var(--dx-modal-bg);
    border: var(--dx-modal-border-width) solid var(--dx-modal-border-color);
    border-radius: var(--dx-modal-border-radius);
    box-shadow: var(--dx-modal-box-shadow);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: relative;
}
.modal-backdrop {
    --dx-backdrop-zindex: 1050;
    --dx-backdrop-bg: #10182866;
    --dx-backdrop-opacity: 1;
    z-index: var(--dx-backdrop-zindex);
    background-color: var(--dx-backdrop-bg);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: var(--dx-backdrop-opacity);
}
.modal-header {
    padding: var(--dx-modal-header-padding);
    border-bottom: var(--dx-modal-header-border-width) solid
        var(--dx-modal-header-border-color);
    border-top-left-radius: var(--dx-modal-inner-border-radius);
    border-top-right-radius: var(--dx-modal-inner-border-radius);
    flex-shrink: 0;
    align-items: center;
    display: flex;
}
.modal-header .btn-close {
    padding: calc(var(--dx-modal-header-padding-y) * 0.5)
        calc(var(--dx-modal-header-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--dx-modal-header-padding-y));
    margin-right: calc(-0.5 * var(--dx-modal-header-padding-x));
    margin-bottom: calc(-0.5 * var(--dx-modal-header-padding-y));
    margin-left: auto;
}
.modal-title {
    line-height: var(--dx-modal-title-line-height);
    margin-bottom: 0;
}
.modal-body {
    padding: var(--dx-modal-padding);
    flex: auto;
    position: relative;
}
.modal-footer {
    padding: calc(var(--dx-modal-padding) - var(--dx-modal-footer-gap) * 0.5);
    background-color: var(--dx-modal-footer-bg);
    border-top: var(--dx-modal-footer-border-width) solid
        var(--dx-modal-footer-border-color);
    border-bottom-right-radius: var(--dx-modal-inner-border-radius);
    border-bottom-left-radius: var(--dx-modal-inner-border-radius);
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.modal-footer > * {
    margin: calc(var(--dx-modal-footer-gap) * 0.5);
}
@media (width>=576px) {
    .modal {
        --dx-modal-margin: 1.75rem;
        --dx-modal-box-shadow: var(--dx-box-shadow);
    }
    .modal-dialog {
        max-width: var(--dx-modal-width);
        margin-left: auto;
        margin-right: auto;
    }
    .modal-sm {
        --dx-modal-width: 26rem;
    }
}
@media (width>=992px) {
    .modal-lg,
    .modal-xl {
        --dx-modal-width: 40rem;
    }
}
@media (width>=1200px) {
    .modal-xl {
        --dx-modal-width: 52rem;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
@media (width<=575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (width<=767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (width<=991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (width<=1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (width<=1535.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
.tooltip {
    --dx-tooltip-zindex: 1080;
    --dx-tooltip-max-width: 200px;
    --dx-tooltip-padding-x: calc(var(--dx-spacer) * 0.5);
    --dx-tooltip-padding-y: calc(var(--dx-spacer) * 0.25);
    --dx-tooltip-margin: ;
    --dx-tooltip-font-size: 0.8477rem;
    --dx-tooltip-color: var(--dx-secondary-bg);
    --dx-tooltip-bg: var(--dx-body-color);
    --dx-tooltip-border-radius: var(--dx-border-radius);
    --dx-tooltip-opacity: 0.9;
    --dx-tooltip-arrow-width: 0.8rem;
    --dx-tooltip-arrow-height: 0.4rem;
    z-index: var(--dx-tooltip-zindex);
    margin: var(--dx-tooltip-margin);
    font-family: var(--dx-font-sans-serif);
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    font-size: var(--dx-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
    text-decoration: none;
    display: block;
}
.tooltip.show {
    opacity: var(--dx-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    width: var(--dx-tooltip-arrow-width);
    height: var(--dx-tooltip-arrow-height);
    display: block;
}
.tooltip .tooltip-arrow:before {
    content: "";
    border-style: solid;
    border-color: #0000;
    position: absolute;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: calc(-1 * var(--dx-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
    border-width: var(--dx-tooltip-arrow-height)
        calc(var(--dx-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--dx-tooltip-bg);
    top: -1px;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: calc(-1 * var(--dx-tooltip-arrow-height));
    width: var(--dx-tooltip-arrow-height);
    height: var(--dx-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
    border-width: calc(var(--dx-tooltip-arrow-width) * 0.5)
        var(--dx-tooltip-arrow-height) calc(var(--dx-tooltip-arrow-width) * 0.5)
        0;
    border-right-color: var(--dx-tooltip-bg);
    right: -1px;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: calc(-1 * var(--dx-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
    border-width: 0 calc(var(--dx-tooltip-arrow-width) * 0.5)
        var(--dx-tooltip-arrow-height);
    border-bottom-color: var(--dx-tooltip-bg);
    bottom: -1px;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: calc(-1 * var(--dx-tooltip-arrow-height));
    width: var(--dx-tooltip-arrow-height);
    height: var(--dx-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
    border-width: calc(var(--dx-tooltip-arrow-width) * 0.5) 0
        calc(var(--dx-tooltip-arrow-width) * 0.5) var(--dx-tooltip-arrow-height);
    border-left-color: var(--dx-tooltip-bg);
    left: -1px;
}
.tooltip-inner {
    max-width: var(--dx-tooltip-max-width);
    padding: var(--dx-tooltip-padding-y) var(--dx-tooltip-padding-x);
    color: var(--dx-tooltip-color);
    text-align: center;
    background-color: var(--dx-tooltip-bg);
    border-radius: var(--dx-tooltip-border-radius);
}
.popover {
    --dx-popover-zindex: 1070;
    --dx-popover-max-width: 276px;
    --dx-popover-font-size: 0.8477rem;
    --dx-popover-bg: var(--dx-body-bg);
    --dx-popover-border-width: var(--dx-border-width);
    --dx-popover-border-color: var(--dx-border-color-translucent);
    --dx-popover-border-radius: var(--dx-border-radius-lg);
    --dx-popover-inner-border-radius: calc(
        var(--dx-border-radius-lg) - var(--dx-border-width)
    );
    --dx-popover-box-shadow: var(--dx-box-shadow);
    --dx-popover-header-padding-x: var(--dx-spacer);
    --dx-popover-header-padding-y: 0.6rem;
    --dx-popover-header-font-size: var(--dx-body-font-size);
    --dx-popover-header-color: inherit;
    --dx-popover-header-bg: var(--dx-tertiary-bg);
    --dx-popover-body-padding-x: var(--dx-spacer);
    --dx-popover-body-padding-y: var(--dx-spacer);
    --dx-popover-body-color: var(--dx-body-color);
    --dx-popover-arrow-width: 1rem;
    --dx-popover-arrow-height: 0.5rem;
    --dx-popover-arrow-border: var(--dx-popover-border-color);
    z-index: var(--dx-popover-zindex);
    max-width: var(--dx-popover-max-width);
    font-family: var(--dx-font-sans-serif);
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    font-size: var(--dx-popover-font-size);
    word-wrap: break-word;
    background-color: var(--dx-popover-bg);
    border: var(--dx-popover-border-width) solid var(--dx-popover-border-color);
    border-radius: var(--dx-popover-border-radius);
    box-shadow: var(--dx-popover-box-shadow);
    background-clip: padding-box;
    text-decoration: none;
    display: block;
}
.popover .popover-arrow {
    width: var(--dx-popover-arrow-width);
    height: var(--dx-popover-arrow-height);
    display: block;
}
.popover .popover-arrow:before,
.popover .popover-arrow:after {
    content: "";
    border: 0 solid #0000;
    display: block;
    position: absolute;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(
        -1 * (var(--dx-popover-arrow-height)) - var(--dx-popover-border-width)
    );
}
.bs-popover-top > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
    border-width: var(--dx-popover-arrow-height)
        calc(var(--dx-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before {
    border-top-color: var(--dx-popover-arrow-border);
    bottom: 0;
}
.bs-popover-top > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
    bottom: var(--dx-popover-border-width);
    border-top-color: var(--dx-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(
        -1 * (var(--dx-popover-arrow-height)) - var(--dx-popover-border-width)
    );
    width: var(--dx-popover-arrow-height);
    height: var(--dx-popover-arrow-width);
}
.bs-popover-end > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
    border-width: calc(var(--dx-popover-arrow-width) * 0.5)
        var(--dx-popover-arrow-height) calc(var(--dx-popover-arrow-width) * 0.5)
        0;
}
.bs-popover-end > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before {
    border-right-color: var(--dx-popover-arrow-border);
    left: 0;
}
.bs-popover-end > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
    left: var(--dx-popover-border-width);
    border-right-color: var(--dx-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(
        -1 * (var(--dx-popover-arrow-height)) - var(--dx-popover-border-width)
    );
}
.bs-popover-bottom > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
    border-width: 0 calc(var(--dx-popover-arrow-width) * 0.5)
        var(--dx-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before {
    border-bottom-color: var(--dx-popover-arrow-border);
    top: 0;
}
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
    top: var(--dx-popover-border-width);
    border-bottom-color: var(--dx-popover-bg);
}
.bs-popover-bottom .popover-header:before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
    width: var(--dx-popover-arrow-width);
    margin-left: calc(-0.5 * var(--dx-popover-arrow-width));
    content: "";
    border-bottom: var(--dx-popover-border-width) solid
        var(--dx-popover-header-bg);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(
        -1 * (var(--dx-popover-arrow-height)) - var(--dx-popover-border-width)
    );
    width: var(--dx-popover-arrow-height);
    height: var(--dx-popover-arrow-width);
}
.bs-popover-start > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
    border-width: calc(var(--dx-popover-arrow-width) * 0.5) 0
        calc(var(--dx-popover-arrow-width) * 0.5) var(--dx-popover-arrow-height);
}
.bs-popover-start > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before {
    border-left-color: var(--dx-popover-arrow-border);
    right: 0;
}
.bs-popover-start > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
    right: var(--dx-popover-border-width);
    border-left-color: var(--dx-popover-bg);
}
.popover-header {
    padding: var(--dx-popover-header-padding-y)
        var(--dx-popover-header-padding-x);
    font-size: var(--dx-popover-header-font-size);
    color: var(--dx-popover-header-color);
    background-color: var(--dx-popover-header-bg);
    border-bottom: var(--dx-popover-border-width) solid
        var(--dx-popover-border-color);
    border-top-left-radius: var(--dx-popover-inner-border-radius);
    border-top-right-radius: var(--dx-popover-inner-border-radius);
    margin-bottom: 0;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: var(--dx-popover-body-padding-y) var(--dx-popover-body-padding-x);
    color: var(--dx-popover-body-color);
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-item {
    float: left;
    backface-visibility: hidden;
    width: 100%;
    margin-right: -100%;
    transition: transform 0.6s ease-in-out;
    display: none;
    position: relative;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translate(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translate(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}
.carousel-control-prev,
.carousel-control-next {
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 15%;
    filter: var(--dx-carousel-control-icon-filter);
    opacity: 0.5;
    background: 0 0;
    border: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: opacity 0.15s;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 2rem;
    height: 2rem;
    display: inline-block;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    z-index: 2;
    justify-content: center;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--dx-carousel-indicator-active-bg);
    opacity: 0.5;
    background-clip: padding-box;
    border: 10px solid #0000;
    border-left: 0;
    border-right: 0;
    flex: 0 auto;
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0;
    transition: opacity 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    color: var(--dx-carousel-caption-color);
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: absolute;
    bottom: 1.25rem;
    left: 15%;
    right: 15%;
}
.carousel-dark {
    --dx-carousel-indicator-active-bg: #000;
    --dx-carousel-caption-color: #000;
    --dx-carousel-control-icon-filter: invert(1) grayscale(100);
}
:root,
[data-bs-theme="light"] {
    --dx-carousel-indicator-active-bg: #fff;
    --dx-carousel-caption-color: #fff;
    --dx-carousel-control-icon-filter: ;
}
[data-bs-theme="dark"] {
    --dx-carousel-indicator-active-bg: #000;
    --dx-carousel-caption-color: #000;
    --dx-carousel-control-icon-filter: invert(1) grayscale(100);
}
.spinner-grow,
.spinner-border {
    width: var(--dx-spinner-width);
    height: var(--dx-spinner-height);
    vertical-align: var(--dx-spinner-vertical-align);
    animation: var(--dx-spinner-animation-speed) linear infinite
        var(--dx-spinner-animation-name);
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    --dx-spinner-width: 2rem;
    --dx-spinner-height: 2rem;
    --dx-spinner-vertical-align: -0.125em;
    --dx-spinner-border-width: 0.2em;
    --dx-spinner-animation-speed: 0.75s;
    --dx-spinner-animation-name: spinner-border;
    border: var(--dx-spinner-border-width) solid currentcolor;
    border-right-color: #0000;
}
.spinner-border-sm {
    --dx-spinner-width: 1rem;
    --dx-spinner-height: 1rem;
    --dx-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    --dx-spinner-width: 2rem;
    --dx-spinner-height: 2rem;
    --dx-spinner-vertical-align: -0.125em;
    --dx-spinner-animation-speed: 0.75s;
    --dx-spinner-animation-name: spinner-grow;
    opacity: 0;
    background-color: currentColor;
}
.spinner-grow-sm {
    --dx-spinner-width: 1rem;
    --dx-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --dx-spinner-animation-speed: 1.5s;
    }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --dx-offcanvas-zindex: 1045;
    --dx-offcanvas-width: 320px;
    --dx-offcanvas-height: 30vh;
    --dx-offcanvas-padding-x: var(--dx-spacer);
    --dx-offcanvas-padding-y: var(--dx-spacer);
    --dx-offcanvas-color: var(--dx-body-color);
    --dx-offcanvas-bg: var(--dx-secondary-bg);
    --dx-offcanvas-border-width: var(--dx-border-width);
    --dx-offcanvas-border-color: var(--dx-border-color);
    --dx-offcanvas-box-shadow:
        0 10px 15px -3px #e5e7eb4d, 0 4px 6px -4px #e5e7eb4d;
    --dx-offcanvas-transition: transform 0.3s ease-in-out;
    --dx-offcanvas-title-line-height: 1.35;
}
@media (width<=575.98px) {
    .offcanvas-sm {
        z-index: var(--dx-offcanvas-zindex);
        max-width: 100%;
        color: var(--dx-offcanvas-color);
        visibility: hidden;
        background-color: var(--dx-offcanvas-bg);
        box-shadow: var(--dx-offcanvas-box-shadow);
        transition: var(--dx-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0;
    }
}
@media (width<=575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}
@media (width<=575.98px) {
    .offcanvas-sm.offcanvas-start {
        width: var(--dx-offcanvas-width);
        border-right: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%);
    }
    .offcanvas-sm.offcanvas-end {
        width: var(--dx-offcanvas-width);
        border-left: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%);
    }
    .offcanvas-sm.offcanvas-top {
        height: var(--dx-offcanvas-height);
        border-bottom: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%);
    }
    .offcanvas-sm.offcanvas-bottom {
        height: var(--dx-offcanvas-height);
        border-top: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%);
    }
    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        transform: none;
    }
    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible;
    }
}
@media (width>=576px) {
    .offcanvas-sm {
        --dx-offcanvas-height: auto;
        --dx-offcanvas-border-width: 0;
        background-color: #0000 !important;
    }
    .offcanvas-sm .offcanvas-header {
        display: none;
    }
    .offcanvas-sm .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important;
    }
}
@media (width<=767.98px) {
    .offcanvas-md {
        z-index: var(--dx-offcanvas-zindex);
        max-width: 100%;
        color: var(--dx-offcanvas-color);
        visibility: hidden;
        background-color: var(--dx-offcanvas-bg);
        box-shadow: var(--dx-offcanvas-box-shadow);
        transition: var(--dx-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0;
    }
}
@media (width<=767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}
@media (width<=767.98px) {
    .offcanvas-md.offcanvas-start {
        width: var(--dx-offcanvas-width);
        border-right: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%);
    }
    .offcanvas-md.offcanvas-end {
        width: var(--dx-offcanvas-width);
        border-left: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%);
    }
    .offcanvas-md.offcanvas-top {
        height: var(--dx-offcanvas-height);
        border-bottom: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%);
    }
    .offcanvas-md.offcanvas-bottom {
        height: var(--dx-offcanvas-height);
        border-top: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%);
    }
    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        transform: none;
    }
    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible;
    }
}
@media (width>=768px) {
    .offcanvas-md {
        --dx-offcanvas-height: auto;
        --dx-offcanvas-border-width: 0;
        background-color: #0000 !important;
    }
    .offcanvas-md .offcanvas-header {
        display: none;
    }
    .offcanvas-md .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important;
    }
}
@media (width<=991.98px) {
    .offcanvas-lg {
        z-index: var(--dx-offcanvas-zindex);
        max-width: 100%;
        color: var(--dx-offcanvas-color);
        visibility: hidden;
        background-color: var(--dx-offcanvas-bg);
        box-shadow: var(--dx-offcanvas-box-shadow);
        transition: var(--dx-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0;
    }
}
@media (width<=991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}
@media (width<=991.98px) {
    .offcanvas-lg.offcanvas-start {
        width: var(--dx-offcanvas-width);
        border-right: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%);
    }
    .offcanvas-lg.offcanvas-end {
        width: var(--dx-offcanvas-width);
        border-left: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%);
    }
    .offcanvas-lg.offcanvas-top {
        height: var(--dx-offcanvas-height);
        border-bottom: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%);
    }
    .offcanvas-lg.offcanvas-bottom {
        height: var(--dx-offcanvas-height);
        border-top: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%);
    }
    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        transform: none;
    }
    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible;
    }
}
@media (width>=992px) {
    .offcanvas-lg {
        --dx-offcanvas-height: auto;
        --dx-offcanvas-border-width: 0;
        background-color: #0000 !important;
    }
    .offcanvas-lg .offcanvas-header {
        display: none;
    }
    .offcanvas-lg .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important;
    }
}
@media (width<=1199.98px) {
    .offcanvas-xl {
        z-index: var(--dx-offcanvas-zindex);
        max-width: 100%;
        color: var(--dx-offcanvas-color);
        visibility: hidden;
        background-color: var(--dx-offcanvas-bg);
        box-shadow: var(--dx-offcanvas-box-shadow);
        transition: var(--dx-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0;
    }
}
@media (width<=1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}
@media (width<=1199.98px) {
    .offcanvas-xl.offcanvas-start {
        width: var(--dx-offcanvas-width);
        border-right: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%);
    }
    .offcanvas-xl.offcanvas-end {
        width: var(--dx-offcanvas-width);
        border-left: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%);
    }
    .offcanvas-xl.offcanvas-top {
        height: var(--dx-offcanvas-height);
        border-bottom: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%);
    }
    .offcanvas-xl.offcanvas-bottom {
        height: var(--dx-offcanvas-height);
        border-top: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%);
    }
    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        transform: none;
    }
    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible;
    }
}
@media (width>=1200px) {
    .offcanvas-xl {
        --dx-offcanvas-height: auto;
        --dx-offcanvas-border-width: 0;
        background-color: #0000 !important;
    }
    .offcanvas-xl .offcanvas-header {
        display: none;
    }
    .offcanvas-xl .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important;
    }
}
@media (width<=1535.98px) {
    .offcanvas-xxl {
        z-index: var(--dx-offcanvas-zindex);
        max-width: 100%;
        color: var(--dx-offcanvas-color);
        visibility: hidden;
        background-color: var(--dx-offcanvas-bg);
        box-shadow: var(--dx-offcanvas-box-shadow);
        transition: var(--dx-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0;
    }
}
@media (width<=1535.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}
@media (width<=1535.98px) {
    .offcanvas-xxl.offcanvas-start {
        width: var(--dx-offcanvas-width);
        border-right: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%);
    }
    .offcanvas-xxl.offcanvas-end {
        width: var(--dx-offcanvas-width);
        border-left: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%);
    }
    .offcanvas-xxl.offcanvas-top {
        height: var(--dx-offcanvas-height);
        border-bottom: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%);
    }
    .offcanvas-xxl.offcanvas-bottom {
        height: var(--dx-offcanvas-height);
        border-top: var(--dx-offcanvas-border-width) solid
            var(--dx-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%);
    }
    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        transform: none;
    }
    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible;
    }
}
@media (width>=1536px) {
    .offcanvas-xxl {
        --dx-offcanvas-height: auto;
        --dx-offcanvas-border-width: 0;
        background-color: #0000 !important;
    }
    .offcanvas-xxl .offcanvas-header {
        display: none;
    }
    .offcanvas-xxl .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important;
    }
}
.offcanvas {
    z-index: var(--dx-offcanvas-zindex);
    max-width: 100%;
    color: var(--dx-offcanvas-color);
    visibility: hidden;
    background-color: var(--dx-offcanvas-bg);
    box-shadow: var(--dx-offcanvas-box-shadow);
    transition: var(--dx-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas.offcanvas-start {
    width: var(--dx-offcanvas-width);
    border-right: var(--dx-offcanvas-border-width) solid
        var(--dx-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translate(-100%);
}
.offcanvas.offcanvas-end {
    width: var(--dx-offcanvas-width);
    border-left: var(--dx-offcanvas-border-width) solid
        var(--dx-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translate(100%);
}
.offcanvas.offcanvas-top {
    height: var(--dx-offcanvas-height);
    border-bottom: var(--dx-offcanvas-border-width) solid
        var(--dx-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
    height: var(--dx-offcanvas-height);
    border-top: var(--dx-offcanvas-border-width) solid
        var(--dx-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible;
}
.offcanvas-backdrop {
    z-index: 1040;
    background-color: #10182866;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 1;
}
.offcanvas-header {
    padding: var(--dx-offcanvas-padding-y) var(--dx-offcanvas-padding-x);
    align-items: center;
    display: flex;
}
.offcanvas-header .btn-close {
    padding: calc(var(--dx-offcanvas-padding-y) * 0.5)
        calc(var(--dx-offcanvas-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--dx-offcanvas-padding-y));
    margin-right: calc(-0.5 * var(--dx-offcanvas-padding-x));
    margin-bottom: calc(-0.5 * var(--dx-offcanvas-padding-y));
    margin-left: auto;
}
.offcanvas-title {
    line-height: var(--dx-offcanvas-title-line-height);
    margin-bottom: 0;
}
.offcanvas-body {
    padding: var(--dx-offcanvas-padding-y) var(--dx-offcanvas-padding-x);
    flex-grow: 1;
    overflow-y: auto;
}
.placeholder {
    vertical-align: middle;
    cursor: wait;
    opacity: 0.5;
    background-color: currentColor;
    min-height: 1em;
    display: inline-block;
}
.placeholder.btn:before {
    content: "";
    display: inline-block;
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    animation: 2s ease-in-out infinite placeholder-glow;
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    animation: 2s linear infinite placeholder-wave;
    -webkit-mask-image: linear-gradient(
        130deg,
        #020617 55%,
        #000c 75%,
        #020617 95%
    );
    mask-image: linear-gradient(130deg, #020617 55%, #000c 75%, #020617 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
}
@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(
        var(--dx-primary-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(
        var(--dx-secondary-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-success {
    color: #fff !important;
    background-color: RGBA(
        var(--dx-success-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-info {
    color: #fff !important;
    background-color: RGBA(
        var(--dx-info-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-warning {
    color: #020617 !important;
    background-color: RGBA(
        var(--dx-warning-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(
        var(--dx-danger-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-light {
    color: #020617 !important;
    background-color: RGBA(
        var(--dx-light-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(
        var(--dx-dark-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-pink {
    color: #fff !important;
    background-color: RGBA(
        var(--dx-pink-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-orange {
    color: #fff !important;
    background-color: RGBA(
        var(--dx-orange-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.text-bg-indigo {
    color: #fff !important;
    background-color: RGBA(
        var(--dx-indigo-rgb),
        var(--dx-bg-opacity, 1)
    ) !important;
}
.link-primary {
    color: RGBA(var(--dx-primary-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-primary-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-primary-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-primary:hover,
.link-primary:focus {
    color: RGBA(90, 113, 209, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        90,
        113,
        209,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        90,
        113,
        209,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-secondary {
    color: RGBA(var(--dx-secondary-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-secondary-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-secondary-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-secondary:hover,
.link-secondary:focus {
    color: RGBA(140, 84, 206, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        140,
        84,
        206,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        140,
        84,
        206,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-success {
    color: RGBA(var(--dx-success-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-success-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-success-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-success:hover,
.link-success:focus {
    color: RGBA(5, 176, 79, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        5,
        176,
        79,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        5,
        176,
        79,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-info {
    color: RGBA(var(--dx-info-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-info-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-info-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-info:hover,
.link-info:focus {
    color: RGBA(0, 162, 194, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        0,
        162,
        194,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        0,
        162,
        194,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-warning {
    color: RGBA(var(--dx-warning-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-warning-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-warning-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-warning:hover,
.link-warning:focus {
    color: RGBA(246, 209, 44, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        246,
        209,
        44,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        246,
        209,
        44,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-danger {
    color: RGBA(var(--dx-danger-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-danger-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-danger-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-danger:hover,
.link-danger:focus {
    color: RGBA(230, 69, 70, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        230,
        69,
        70,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        230,
        69,
        70,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-light {
    color: RGBA(var(--dx-light-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-light-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-light-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-light:hover,
.link-light:focus {
    color: RGBA(247, 248, 251, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        247,
        248,
        251,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        247,
        248,
        251,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-dark {
    color: RGBA(var(--dx-dark-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-dark-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-dark-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-dark:hover,
.link-dark:focus {
    color: RGBA(46, 50, 77, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        46,
        50,
        77,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        46,
        50,
        77,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-pink {
    color: RGBA(var(--dx-pink-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-pink-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-pink-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-pink:hover,
.link-pink:focus {
    color: RGBA(212, 65, 138, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        212,
        65,
        138,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        212,
        65,
        138,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-orange {
    color: RGBA(var(--dx-orange-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-orange-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-orange-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-orange:hover,
.link-orange:focus {
    color: RGBA(224, 104, 20, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        224,
        104,
        20,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        224,
        104,
        20,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-indigo {
    color: RGBA(var(--dx-indigo-rgb), var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-indigo-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-indigo-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-indigo:hover,
.link-indigo:focus {
    color: RGBA(89, 92, 217, var(--dx-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(
        89,
        92,
        217,
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        89,
        92,
        217,
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-body-emphasis {
    color: RGBA(
        var(--dx-emphasis-color-rgb),
        var(--dx-link-opacity, 1)
    ) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-emphasis-color-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-emphasis-color-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
    color: RGBA(
        var(--dx-emphasis-color-rgb),
        var(--dx-link-opacity, 0.75)
    ) !important;
    -webkit-text-decoration-color: RGBA(
        var(--dx-emphasis-color-rgb),
        var(--dx-link-underline-opacity, 0.75)
    ) !important;
    text-decoration-color: RGBA(
        var(--dx-emphasis-color-rgb),
        var(--dx-link-underline-opacity, 0.75)
    ) !important;
}
.focus-ring:focus {
    box-shadow: var(--dx-focus-ring-x, 0) var(--dx-focus-ring-y, 0)
        var(--dx-focus-ring-blur, 0) var(--dx-focus-ring-width)
        var(--dx-focus-ring-color);
    outline: 0;
}
.icon-link {
    -webkit-text-decoration-color: rgba(
        var(--dx-link-color-rgb),
        var(--dx-link-opacity, 0.5)
    );
    text-decoration-color: rgba(
        var(--dx-link-color-rgb),
        var(--dx-link-opacity, 0.5)
    );
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
    align-items: center;
    gap: 0.375rem;
    display: inline-flex;
}
.icon-link > .bi {
    fill: currentColor;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        transition: none;
    }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
    transform: var(--dx-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
    width: 100%;
    position: relative;
}
.ratio:before {
    padding-top: var(--dx-aspect-ratio);
    content: "";
    display: block;
}
.ratio > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ratio-1x1 {
    --dx-aspect-ratio: 100%;
}
.ratio-4x3 {
    --dx-aspect-ratio: 75%;
}
.ratio-16x9 {
    --dx-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --dx-aspect-ratio: 42.8571%;
}
.fixed-top {
    z-index: 1030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.fixed-bottom {
    z-index: 1030;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.sticky-top {
    z-index: 1020;
    position: sticky;
    top: 0;
}
.sticky-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
}
@media (width>=576px) {
    .sticky-sm-top {
        z-index: 1020;
        position: sticky;
        top: 0;
    }
    .sticky-sm-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0;
    }
}
@media (width>=768px) {
    .sticky-md-top {
        z-index: 1020;
        position: sticky;
        top: 0;
    }
    .sticky-md-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0;
    }
}
@media (width>=992px) {
    .sticky-lg-top {
        z-index: 1020;
        position: sticky;
        top: 0;
    }
    .sticky-lg-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0;
    }
}
@media (width>=1200px) {
    .sticky-xl-top {
        z-index: 1020;
        position: sticky;
        top: 0;
    }
    .sticky-xl-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0;
    }
}
@media (width>=1536px) {
    .sticky-xxl-top {
        z-index: 1020;
        position: sticky;
        top: 0;
    }
    .sticky-xxl-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0;
    }
}
.hstack {
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    display: flex;
}
.vstack {
    flex-direction: column;
    flex: auto;
    align-self: stretch;
    display: flex;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important;
}
.stretched-link:after {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
}
.text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.vr {
    width: var(--dx-border-width);
    opacity: 0.25;
    background-color: currentColor;
    align-self: stretch;
    min-height: 1em;
    display: inline-block;
}
.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;
}
.object-fit-contain {
    object-fit: contain !important;
}
/* .object-fit-cover {
    object-fit: cover !important;
} 
    */
 .object-fit-cover {
    object-fit: scale-down;
}
.object-fit-fill {
    object-fit: fill !important;
}
.object-fit-scale {
    object-fit: scale-down !important;
}
.object-fit-none {
    object-fit: 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;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-x-visible {
    overflow-x: visible !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-y-visible {
    overflow-y: visible !important;
}
.overflow-y-scroll {
    overflow-y: 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-inline-grid {
    display: inline-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: var(--dx-box-shadow) !important;
}
.shadow-sm {
    box-shadow: var(--dx-box-shadow-sm) !important;
}
.shadow-lg {
    box-shadow: var(--dx-box-shadow-lg) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.focus-ring-primary {
    --dx-focus-ring-color: rgba(
        var(--dx-primary-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-secondary {
    --dx-focus-ring-color: rgba(
        var(--dx-secondary-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-success {
    --dx-focus-ring-color: rgba(
        var(--dx-success-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-info {
    --dx-focus-ring-color: rgba(
        var(--dx-info-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-warning {
    --dx-focus-ring-color: rgba(
        var(--dx-warning-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-danger {
    --dx-focus-ring-color: rgba(
        var(--dx-danger-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-light {
    --dx-focus-ring-color: rgba(
        var(--dx-light-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-dark {
    --dx-focus-ring-color: rgba(
        var(--dx-dark-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-pink {
    --dx-focus-ring-color: rgba(
        var(--dx-pink-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-orange {
    --dx-focus-ring-color: rgba(
        var(--dx-orange-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.focus-ring-indigo {
    --dx-focus-ring-color: rgba(
        var(--dx-indigo-rgb),
        var(--dx-focus-ring-opacity)
    );
}
.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: translate(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: var(--dx-border-width) var(--dx-border-style)
        var(--dx-border-color) !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: var(--dx-border-width) var(--dx-border-style)
        var(--dx-border-color) !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: var(--dx-border-width) var(--dx-border-style)
        var(--dx-border-color) !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: var(--dx-border-width) var(--dx-border-style)
        var(--dx-border-color) !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-primary-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-secondary {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-secondary-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-success {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-success-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-info {
    --dx-border-opacity: 1;
    border-color: rgba(var(--dx-info-rgb), var(--dx-border-opacity)) !important;
}
.border-warning {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-warning-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-danger {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-danger-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-light {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-light-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-dark {
    --dx-border-opacity: 1;
    border-color: rgba(var(--dx-dark-rgb), var(--dx-border-opacity)) !important;
}
.border-pink {
    --dx-border-opacity: 1;
    border-color: rgba(var(--dx-pink-rgb), var(--dx-border-opacity)) !important;
}
.border-orange {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-orange-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-indigo {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-indigo-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-black {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-black-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-white {
    --dx-border-opacity: 1;
    border-color: rgba(
        var(--dx-white-rgb),
        var(--dx-border-opacity)
    ) !important;
}
.border-primary-subtle {
    border-color: var(--dx-primary-border-subtle) !important;
}
.border-secondary-subtle {
    border-color: var(--dx-secondary-border-subtle) !important;
}
.border-success-subtle {
    border-color: var(--dx-success-border-subtle) !important;
}
.border-info-subtle {
    border-color: var(--dx-info-border-subtle) !important;
}
.border-warning-subtle {
    border-color: var(--dx-warning-border-subtle) !important;
}
.border-danger-subtle {
    border-color: var(--dx-danger-border-subtle) !important;
}
.border-light-subtle {
    border-color: var(--dx-light-border-subtle) !important;
}
.border-dark-subtle {
    border-color: var(--dx-dark-border-subtle) !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.border-opacity-10 {
    --dx-border-opacity: 0.1;
}
.border-opacity-25 {
    --dx-border-opacity: 0.25;
}
.border-opacity-50 {
    --dx-border-opacity: 0.5;
}
.border-opacity-75 {
    --dx-border-opacity: 0.75;
}
.border-opacity-100 {
    --dx-border-opacity: 1;
}
.w-1 {
    width: 0.25rem !important;
}
.w-2 {
    width: 0.5rem !important;
}
.w-3 {
    width: 0.75rem !important;
}
.w-4 {
    width: 1rem !important;
}
.w-5 {
    width: 20px !important;
}
.w-6 {
    width: 24px !important;
}
.w-7 {
    width: 28px !important;
}
.w-8 {
    width: 32px !important;
}
.w-9 {
    width: 36px !important;
}
.w-10 {
    width: 40px !important;
}
.w-11 {
    width: 2.75rem !important;
}
.w-12 {
    width: 3rem !important;
}
.w-14 {
    width: 3.5rem !important;
}
.w-16 {
    width: 4rem !important;
}
.w-20 {
    width: 5rem !important;
}
.w-24 {
    width: 6rem !important;
}
.w-28 {
    width: 7rem !important;
}
.w-32 {
    width: 8rem !important;
}
.w-36 {
    width: 9rem !important;
}
.w-40 {
    width: 10rem !important;
}
.w-44 {
    width: 176px !important;
}
.w-48 {
    width: 192px !important;
}
.w-52 {
    width: 208px !important;
}
.w-56 {
    width: 14rem !important;
}
.w-64 {
    width: 16rem !important;
}
.w-72 {
    width: 18rem !important;
}
.w-80 {
    width: 320px !important;
}
.w-96 {
    width: 24rem !important;
}
.w-350px {
    width: 350px !important;
}
.w-md {
    width: 448px !important;
}
.w-lg {
    width: 512px !important;
}
.w-xl {
    width: 576px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.max-w-1 {
    max-width: 0.25rem !important;
}
.max-w-2 {
    max-width: 0.5rem !important;
}
.max-w-3 {
    max-width: 0.75rem !important;
}
.max-w-4 {
    max-width: 1rem !important;
}
.max-w-5 {
    max-width: 20px !important;
}
.max-w-6 {
    max-width: 24px !important;
}
.max-w-7 {
    max-width: 28px !important;
}
.max-w-8 {
    max-width: 32px !important;
}
.max-w-9 {
    max-width: 36px !important;
}
.max-w-10 {
    max-width: 40px !important;
}
.max-w-11 {
    max-width: 2.75rem !important;
}
.max-w-12 {
    max-width: 3rem !important;
}
.max-w-14 {
    max-width: 3.5rem !important;
}
.max-w-16 {
    max-width: 4rem !important;
}
.max-w-20 {
    max-width: 5rem !important;
}
.max-w-24 {
    max-width: 6rem !important;
}
.max-w-28 {
    max-width: 7rem !important;
}
.max-w-32 {
    max-width: 8rem !important;
}
.max-w-36 {
    max-width: 9rem !important;
}
.max-w-40 {
    max-width: 10rem !important;
}
.max-w-44 {
    max-width: 176px !important;
}
.max-w-48 {
    max-width: 192px !important;
}
.max-w-52 {
    max-width: 208px !important;
}
.max-w-56 {
    max-width: 14rem !important;
}
.max-w-64 {
    max-width: 16rem !important;
}
.max-w-72 {
    max-width: 18rem !important;
}
.max-w-80 {
    max-width: 320px !important;
}
.max-w-96 {
    max-width: 24rem !important;
}
.max-w-350px {
    max-width: 350px !important;
}
.max-w-md {
    max-width: 448px !important;
}
.max-w-lg {
    max-width: 512px !important;
}
.max-w-xl {
    max-width: 576px !important;
}
.max-w-25 {
    max-width: 25% !important;
}
.max-w-50 {
    max-width: 50% !important;
}
.max-w-75 {
    max-width: 75% !important;
}
.max-w-100 {
    max-width: 100% !important;
}
.max-w-auto {
    max-width: auto !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-1 {
    height: 0.25rem !important;
}
.h-2 {
    height: 0.5rem !important;
}
.h-3 {
    height: 0.75rem !important;
}
.h-4 {
    height: 1rem !important;
}
.h-5 {
    height: 20px !important;
}
.h-6 {
    height: 24px !important;
}
.h-7 {
    height: 28px !important;
}
.h-8 {
    height: 32px !important;
}
.h-9 {
    height: 36px !important;
}
.h-10 {
    height: 40px !important;
}
.h-11 {
    height: 2.75rem !important;
}
.h-12 {
    height: 3rem !important;
}
.h-14 {
    height: 3.5rem !important;
}
.h-16 {
    height: 4rem !important;
}
.h-20 {
    height: 5rem !important;
}
.h-24 {
    height: 6rem !important;
}
.h-28 {
    height: 7rem !important;
}
.h-32 {
    height: 8rem !important;
}
.h-36 {
    height: 9rem !important;
}
.h-40 {
    height: 10rem !important;
}
.h-44 {
    height: 176px !important;
}
.h-48 {
    height: 192px !important;
}
.h-52 {
    height: 208px !important;
}
.h-56 {
    height: 14rem !important;
}
.h-64 {
    height: 16rem !important;
}
.h-72 {
    height: 18rem !important;
}
.h-80 {
    height: 320px !important;
}
.h-96 {
    height: 24rem !important;
}
.h-350px {
    height: 350px !important;
}
.h-md {
    height: 448px !important;
}
.h-lg {
    height: 512px !important;
}
.h-xl {
    height: 576px !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;
}
.max-h-1 {
    max-height: 0.25rem !important;
}
.max-h-2 {
    max-height: 0.5rem !important;
}
.max-h-3 {
    max-height: 0.75rem !important;
}
.max-h-4 {
    max-height: 1rem !important;
}
.max-h-5 {
    max-height: 20px !important;
}
.max-h-6 {
    max-height: 24px !important;
}
.max-h-7 {
    max-height: 28px !important;
}
.max-h-8 {
    max-height: 32px !important;
}
.max-h-9 {
    max-height: 36px !important;
}
.max-h-10 {
    max-height: 40px !important;
}
.max-h-11 {
    max-height: 2.75rem !important;
}
.max-h-12 {
    max-height: 3rem !important;
}
.max-h-14 {
    max-height: 3.5rem !important;
}
.max-h-16 {
    max-height: 4rem !important;
}
.max-h-20 {
    max-height: 5rem !important;
}
.max-h-24 {
    max-height: 6rem !important;
}
.max-h-28 {
    max-height: 7rem !important;
}
.max-h-32 {
    max-height: 8rem !important;
}
.max-h-36 {
    max-height: 9rem !important;
}
.max-h-40 {
    max-height: 10rem !important;
}
.max-h-44 {
    max-height: 176px !important;
}
.max-h-48 {
    max-height: 192px !important;
}
.max-h-52 {
    max-height: 208px !important;
}
.max-h-56 {
    max-height: 14rem !important;
}
.max-h-64 {
    max-height: 16rem !important;
}
.max-h-72 {
    max-height: 18rem !important;
}
.max-h-80 {
    max-height: 320px !important;
}
.max-h-96 {
    max-height: 24rem !important;
}
.max-h-350px {
    max-height: 350px !important;
}
.max-h-md {
    max-height: 448px !important;
}
.max-h-lg {
    max-height: 512px !important;
}
.max-h-xl {
    max-height: 576px !important;
}
.max-h-25 {
    max-height: 25% !important;
}
.max-h-50 {
    max-height: 50% !important;
}
.max-h-75 {
    max-height: 75% !important;
}
.max-h-100 {
    max-height: 100% !important;
}
.max-h-auto {
    max-height: auto !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 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: 0.75rem !important;
}
.m-4 {
    margin: 1rem !important;
}
.m-5 {
    margin: var(--dx-spacer) !important;
}
.m-6 {
    margin: 1.5rem !important;
}
.m-7 {
    margin: 1.75rem !important;
}
.m-8 {
    margin: 2rem !important;
}
.m-9 {
    margin: 2.25rem !important;
}
.m-10 {
    margin: 2.5rem !important;
}
.m-12 {
    margin: 3rem !important;
}
.m-14 {
    margin: 3.5rem !important;
}
.m-16 {
    margin: 4rem !important;
}
.m-20 {
    margin: 5rem !important;
}
.m-24 {
    margin: 6rem !important;
}
.m-28 {
    margin: 7rem !important;
}
.m-36 {
    margin: 9rem !important;
}
.m-40 {
    margin: 10rem !important;
}
.m-44 {
    margin: 11rem !important;
}
.m-48 {
    margin: 12rem !important;
}
.m-80 {
    margin: 20rem !important;
}
.m-6px {
    margin: 6px !important;
}
.m-10px {
    margin: 10px !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}
.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mx-5 {
    margin-right: var(--dx-spacer) !important;
    margin-left: var(--dx-spacer) !important;
}
.mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
}
.mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}
.mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}
.mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}
.mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}
.mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}
.mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}
.mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
}
.mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
}
.mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
}
.mx-6px {
    margin-left: 6px !important;
    margin-right: 6px !important;
}
.mx-10px {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: 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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-5 {
    margin-top: var(--dx-spacer) !important;
    margin-bottom: var(--dx-spacer) !important;
}
.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}
.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}
.my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}
.my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}
.my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}
.my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
}
.my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}
.my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
}
.my-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}
.my-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !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: 0.75rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mt-5 {
    margin-top: var(--dx-spacer) !important;
}
.mt-6 {
    margin-top: 1.5rem !important;
}
.mt-7 {
    margin-top: 1.75rem !important;
}
.mt-8 {
    margin-top: 2rem !important;
}
.mt-9 {
    margin-top: 2.25rem !important;
}
.mt-10 {
    margin-top: 2.5rem !important;
}
.mt-12 {
    margin-top: 3rem !important;
}
.mt-14 {
    margin-top: 3.5rem !important;
}
.mt-16 {
    margin-top: 4rem !important;
}
.mt-20 {
    margin-top: 5rem !important;
}
.mt-24 {
    margin-top: 6rem !important;
}
.mt-28 {
    margin-top: 7rem !important;
}
.mt-36 {
    margin-top: 9rem !important;
}
.mt-40 {
    margin-top: 10rem !important;
}
.mt-44 {
    margin-top: 11rem !important;
}
.mt-48 {
    margin-top: 12rem !important;
}
.mt-80 {
    margin-top: 20rem !important;
}
.mt-6px {
    margin-top: 6px !important;
}
.mt-10px {
    margin-top: 10px !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: 0.75rem !important;
}
.me-4 {
    margin-right: 1rem !important;
}
.me-5 {
    margin-right: var(--dx-spacer) !important;
}
.me-6 {
    margin-right: 1.5rem !important;
}
.me-7 {
    margin-right: 1.75rem !important;
}
.me-8 {
    margin-right: 2rem !important;
}
.me-9 {
    margin-right: 2.25rem !important;
}
.me-10 {
    margin-right: 2.5rem !important;
}
.me-12 {
    margin-right: 3rem !important;
}
.me-14 {
    margin-right: 3.5rem !important;
}
.me-16 {
    margin-right: 4rem !important;
}
.me-20 {
    margin-right: 5rem !important;
}
.me-24 {
    margin-right: 6rem !important;
}
.me-28 {
    margin-right: 7rem !important;
}
.me-36 {
    margin-right: 9rem !important;
}
.me-40 {
    margin-right: 10rem !important;
}
.me-44 {
    margin-right: 11rem !important;
}
.me-48 {
    margin-right: 12rem !important;
}
.me-80 {
    margin-right: 20rem !important;
}
.me-6px {
    margin-right: 6px !important;
}
.me-10px {
    margin-right: 10px !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: 0.75rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: var(--dx-spacer) !important;
}
.mb-6 {
    margin-bottom: 1.5rem !important;
}
.mb-7 {
    margin-bottom: 1.75rem !important;
}
.mb-8 {
    margin-bottom: 2rem !important;
}
.mb-9 {
    margin-bottom: 2.25rem !important;
}
.mb-10 {
    margin-bottom: 2.5rem !important;
}
.mb-12 {
    margin-bottom: 3rem !important;
}
.mb-14 {
    margin-bottom: 3.5rem !important;
}
.mb-16 {
    margin-bottom: 4rem !important;
}
.mb-20 {
    margin-bottom: 5rem !important;
}
.mb-24 {
    margin-bottom: 6rem !important;
}
.mb-28 {
    margin-bottom: 7rem !important;
}
.mb-36 {
    margin-bottom: 9rem !important;
}
.mb-40 {
    margin-bottom: 10rem !important;
}
.mb-44 {
    margin-bottom: 11rem !important;
}
.mb-48 {
    margin-bottom: 12rem !important;
}
.mb-80 {
    margin-bottom: 20rem !important;
}
.mb-6px {
    margin-bottom: 6px !important;
}
.mb-10px {
    margin-bottom: 10px !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: 0.75rem !important;
}
.ms-4 {
    margin-left: 1rem !important;
}
.ms-5 {
    margin-left: var(--dx-spacer) !important;
}
.ms-6 {
    margin-left: 1.5rem !important;
}
.ms-7 {
    margin-left: 1.75rem !important;
}
.ms-8 {
    margin-left: 2rem !important;
}
.ms-9 {
    margin-left: 2.25rem !important;
}
.ms-10 {
    margin-left: 2.5rem !important;
}
.ms-12 {
    margin-left: 3rem !important;
}
.ms-14 {
    margin-left: 3.5rem !important;
}
.ms-16 {
    margin-left: 4rem !important;
}
.ms-20 {
    margin-left: 5rem !important;
}
.ms-24 {
    margin-left: 6rem !important;
}
.ms-28 {
    margin-left: 7rem !important;
}
.ms-36 {
    margin-left: 9rem !important;
}
.ms-40 {
    margin-left: 10rem !important;
}
.ms-44 {
    margin-left: 11rem !important;
}
.ms-48 {
    margin-left: 12rem !important;
}
.ms-80 {
    margin-left: 20rem !important;
}
.ms-6px {
    margin-left: 6px !important;
}
.ms-10px {
    margin-left: 10px !important;
}
.ms-auto {
    margin-left: auto !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.m-n3 {
    margin: -0.75rem !important;
}
.m-n4 {
    margin: -1rem !important;
}
.m-n5 {
    margin: -var(--dx-spacer) !important;
}
.m-n6 {
    margin: -1.5rem !important;
}
.m-n7 {
    margin: -1.75rem !important;
}
.m-n8 {
    margin: -2rem !important;
}
.m-n9 {
    margin: -2.25rem !important;
}
.m-n10 {
    margin: -2.5rem !important;
}
.m-n12 {
    margin: -3rem !important;
}
.m-n14 {
    margin: -3.5rem !important;
}
.m-n16 {
    margin: -4rem !important;
}
.m-n20 {
    margin: -5rem !important;
}
.m-n24 {
    margin: -6rem !important;
}
.m-n28 {
    margin: -7rem !important;
}
.m-n36 {
    margin: -9rem !important;
}
.m-n40 {
    margin: -10rem !important;
}
.m-n44 {
    margin: -11rem !important;
}
.m-n48 {
    margin: -12rem !important;
}
.m-n80 {
    margin: -20rem !important;
}
.m-n6px {
    margin: -6px !important;
}
.m-n10px {
    margin: -10px !important;
}
.mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}
.mx-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}
.mx-n3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
}
.mx-n4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.mx-n5 {
    margin-right: -var(--dx-spacer) !important;
    margin-left: -var(--dx-spacer) !important;
}
.mx-n6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}
.mx-n7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
}
.mx-n8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}
.mx-n9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
}
.mx-n10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
}
.mx-n12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}
.mx-n14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
}
.mx-n16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
}
.mx-n20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
}
.mx-n24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}
.mx-n28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
}
.mx-n36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
}
.mx-n40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
}
.mx-n44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
}
.mx-n48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
}
.mx-n80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
}
.mx-n6px {
    margin-left: -6px !important;
    margin-right: -6px !important;
}
.mx-n10px {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}
.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}
.my-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
}
.my-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.my-n5 {
    margin-top: -var(--dx-spacer) !important;
    margin-bottom: -var(--dx-spacer) !important;
}
.my-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}
.my-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
}
.my-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.my-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
}
.my-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}
.my-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.my-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
}
.my-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}
.my-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}
.my-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}
.my-n28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
}
.my-n36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}
.my-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
}
.my-n44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
}
.my-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
}
.my-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
}
.my-n6px {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
}
.my-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -0.75rem !important;
}
.mt-n4 {
    margin-top: -1rem !important;
}
.mt-n5 {
    margin-top: -var(--dx-spacer) !important;
}
.mt-n6 {
    margin-top: -1.5rem !important;
}
.mt-n7 {
    margin-top: -1.75rem !important;
}
.mt-n8 {
    margin-top: -2rem !important;
}
.mt-n9 {
    margin-top: -2.25rem !important;
}
.mt-n10 {
    margin-top: -2.5rem !important;
}
.mt-n12 {
    margin-top: -3rem !important;
}
.mt-n14 {
    margin-top: -3.5rem !important;
}
.mt-n16 {
    margin-top: -4rem !important;
}
.mt-n20 {
    margin-top: -5rem !important;
}
.mt-n24 {
    margin-top: -6rem !important;
}
.mt-n28 {
    margin-top: -7rem !important;
}
.mt-n36 {
    margin-top: -9rem !important;
}
.mt-n40 {
    margin-top: -10rem !important;
}
.mt-n44 {
    margin-top: -11rem !important;
}
.mt-n48 {
    margin-top: -12rem !important;
}
.mt-n80 {
    margin-top: -20rem !important;
}
.mt-n6px {
    margin-top: -6px !important;
}
.mt-n10px {
    margin-top: -10px !important;
}
.me-n1 {
    margin-right: -0.25rem !important;
}
.me-n2 {
    margin-right: -0.5rem !important;
}
.me-n3 {
    margin-right: -0.75rem !important;
}
.me-n4 {
    margin-right: -1rem !important;
}
.me-n5 {
    margin-right: -var(--dx-spacer) !important;
}
.me-n6 {
    margin-right: -1.5rem !important;
}
.me-n7 {
    margin-right: -1.75rem !important;
}
.me-n8 {
    margin-right: -2rem !important;
}
.me-n9 {
    margin-right: -2.25rem !important;
}
.me-n10 {
    margin-right: -2.5rem !important;
}
.me-n12 {
    margin-right: -3rem !important;
}
.me-n14 {
    margin-right: -3.5rem !important;
}
.me-n16 {
    margin-right: -4rem !important;
}
.me-n20 {
    margin-right: -5rem !important;
}
.me-n24 {
    margin-right: -6rem !important;
}
.me-n28 {
    margin-right: -7rem !important;
}
.me-n36 {
    margin-right: -9rem !important;
}
.me-n40 {
    margin-right: -10rem !important;
}
.me-n44 {
    margin-right: -11rem !important;
}
.me-n48 {
    margin-right: -12rem !important;
}
.me-n80 {
    margin-right: -20rem !important;
}
.me-n6px {
    margin-right: -6px !important;
}
.me-n10px {
    margin-right: -10px !important;
}
.mb-n1 {
    margin-bottom: -0.25rem !important;
}
.mb-n2 {
    margin-bottom: -0.5rem !important;
}
.mb-n3 {
    margin-bottom: -0.75rem !important;
}
.mb-n4 {
    margin-bottom: -1rem !important;
}
.mb-n5 {
    margin-bottom: -var(--dx-spacer) !important;
}
.mb-n6 {
    margin-bottom: -1.5rem !important;
}
.mb-n7 {
    margin-bottom: -1.75rem !important;
}
.mb-n8 {
    margin-bottom: -2rem !important;
}
.mb-n9 {
    margin-bottom: -2.25rem !important;
}
.mb-n10 {
    margin-bottom: -2.5rem !important;
}
.mb-n12 {
    margin-bottom: -3rem !important;
}
.mb-n14 {
    margin-bottom: -3.5rem !important;
}
.mb-n16 {
    margin-bottom: -4rem !important;
}
.mb-n20 {
    margin-bottom: -5rem !important;
}
.mb-n24 {
    margin-bottom: -6rem !important;
}
.mb-n28 {
    margin-bottom: -7rem !important;
}
.mb-n36 {
    margin-bottom: -9rem !important;
}
.mb-n40 {
    margin-bottom: -10rem !important;
}
.mb-n44 {
    margin-bottom: -11rem !important;
}
.mb-n48 {
    margin-bottom: -12rem !important;
}
.mb-n80 {
    margin-bottom: -20rem !important;
}
.mb-n6px {
    margin-bottom: -6px !important;
}
.mb-n10px {
    margin-bottom: -10px !important;
}
.ms-n1 {
    margin-left: -0.25rem !important;
}
.ms-n2 {
    margin-left: -0.5rem !important;
}
.ms-n3 {
    margin-left: -0.75rem !important;
}
.ms-n4 {
    margin-left: -1rem !important;
}
.ms-n5 {
    margin-left: -var(--dx-spacer) !important;
}
.ms-n6 {
    margin-left: -1.5rem !important;
}
.ms-n7 {
    margin-left: -1.75rem !important;
}
.ms-n8 {
    margin-left: -2rem !important;
}
.ms-n9 {
    margin-left: -2.25rem !important;
}
.ms-n10 {
    margin-left: -2.5rem !important;
}
.ms-n12 {
    margin-left: -3rem !important;
}
.ms-n14 {
    margin-left: -3.5rem !important;
}
.ms-n16 {
    margin-left: -4rem !important;
}
.ms-n20 {
    margin-left: -5rem !important;
}
.ms-n24 {
    margin-left: -6rem !important;
}
.ms-n28 {
    margin-left: -7rem !important;
}
.ms-n36 {
    margin-left: -9rem !important;
}
.ms-n40 {
    margin-left: -10rem !important;
}
.ms-n44 {
    margin-left: -11rem !important;
}
.ms-n48 {
    margin-left: -12rem !important;
}
.ms-n80 {
    margin-left: -20rem !important;
}
.ms-n6px {
    margin-left: -6px !important;
}
.ms-n10px {
    margin-left: -10px !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.p-5 {
    padding: var(--dx-spacer) !important;
}
.p-6 {
    padding: 1.5rem !important;
}
.p-7 {
    padding: 1.75rem !important;
}
.p-8 {
    padding: 2rem !important;
}
.p-9 {
    padding: 2.25rem !important;
}
.p-10 {
    padding: 2.5rem !important;
}
.p-12 {
    padding: 3rem !important;
}
.p-14 {
    padding: 3.5rem !important;
}
.p-16 {
    padding: 4rem !important;
}
.p-20 {
    padding: 5rem !important;
}
.p-24 {
    padding: 6rem !important;
}
.p-28 {
    padding: 7rem !important;
}
.p-36 {
    padding: 9rem !important;
}
.p-40 {
    padding: 10rem !important;
}
.p-44 {
    padding: 11rem !important;
}
.p-48 {
    padding: 12rem !important;
}
.p-80 {
    padding: 20rem !important;
}
.p-6px {
    padding: 6px !important;
}
.p-10px {
    padding: 10px !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-5 {
    padding-right: var(--dx-spacer) !important;
    padding-left: var(--dx-spacer) !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}
.px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}
.px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}
.px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
}
.px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
}
.px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
}
.px-6px {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-5 {
    padding-top: var(--dx-spacer) !important;
    padding-bottom: var(--dx-spacer) !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}
.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}
.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}
.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
}
.py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}
.py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
}
.py-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !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: 0.75rem !important;
}
.pt-4 {
    padding-top: 1rem !important;
}
.pt-5 {
    padding-top: var(--dx-spacer) !important;
}
.pt-6 {
    padding-top: 1.5rem !important;
}
.pt-7 {
    padding-top: 1.75rem !important;
}
.pt-8 {
    padding-top: 2rem !important;
}
.pt-9 {
    padding-top: 2.25rem !important;
}
.pt-10 {
    padding-top: 2.5rem !important;
}
.pt-12 {
    padding-top: 3rem !important;
}
.pt-14 {
    padding-top: 3.5rem !important;
}
.pt-16 {
    padding-top: 4rem !important;
}
.pt-20 {
    padding-top: 5rem !important;
}
.pt-24 {
    padding-top: 6rem !important;
}
.pt-28 {
    padding-top: 7rem !important;
}
.pt-36 {
    padding-top: 9rem !important;
}
.pt-40 {
    padding-top: 10rem !important;
}
.pt-44 {
    padding-top: 11rem !important;
}
.pt-48 {
    padding-top: 12rem !important;
}
.pt-80 {
    padding-top: 20rem !important;
}
.pt-6px {
    padding-top: 6px !important;
}
.pt-10px {
    padding-top: 10px !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: 0.75rem !important;
}
.pe-4 {
    padding-right: 1rem !important;
}
.pe-5 {
    padding-right: var(--dx-spacer) !important;
}
.pe-6 {
    padding-right: 1.5rem !important;
}
.pe-7 {
    padding-right: 1.75rem !important;
}
.pe-8 {
    padding-right: 2rem !important;
}
.pe-9 {
    padding-right: 2.25rem !important;
}
.pe-10 {
    padding-right: 2.5rem !important;
}
.pe-12 {
    padding-right: 3rem !important;
}
.pe-14 {
    padding-right: 3.5rem !important;
}
.pe-16 {
    padding-right: 4rem !important;
}
.pe-20 {
    padding-right: 5rem !important;
}
.pe-24 {
    padding-right: 6rem !important;
}
.pe-28 {
    padding-right: 7rem !important;
}
.pe-36 {
    padding-right: 9rem !important;
}
.pe-40 {
    padding-right: 10rem !important;
}
.pe-44 {
    padding-right: 11rem !important;
}
.pe-48 {
    padding-right: 12rem !important;
}
.pe-80 {
    padding-right: 20rem !important;
}
.pe-6px {
    padding-right: 6px !important;
}
.pe-10px {
    padding-right: 10px !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: 0.75rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pb-5 {
    padding-bottom: var(--dx-spacer) !important;
}
.pb-6 {
    padding-bottom: 1.5rem !important;
}
.pb-7 {
    padding-bottom: 1.75rem !important;
}
.pb-8 {
    padding-bottom: 2rem !important;
}
.pb-9 {
    padding-bottom: 2.25rem !important;
}
.pb-10 {
    padding-bottom: 2.5rem !important;
}
.pb-12 {
    padding-bottom: 3rem !important;
}
.pb-14 {
    padding-bottom: 3.5rem !important;
}
.pb-16 {
    padding-bottom: 4rem !important;
}
.pb-20 {
    padding-bottom: 5rem !important;
}
.pb-24 {
    padding-bottom: 6rem !important;
}
.pb-28 {
    padding-bottom: 7rem !important;
}
.pb-36 {
    padding-bottom: 9rem !important;
}
.pb-40 {
    padding-bottom: 10rem !important;
}
.pb-44 {
    padding-bottom: 11rem !important;
}
.pb-48 {
    padding-bottom: 12rem !important;
}
.pb-80 {
    padding-bottom: 20rem !important;
}
.pb-6px {
    padding-bottom: 6px !important;
}
.pb-10px {
    padding-bottom: 10px !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: 0.75rem !important;
}
.ps-4 {
    padding-left: 1rem !important;
}
.ps-5 {
    padding-left: var(--dx-spacer) !important;
}
.ps-6 {
    padding-left: 1.5rem !important;
}
.ps-7 {
    padding-left: 1.75rem !important;
}
.ps-8 {
    padding-left: 2rem !important;
}
.ps-9 {
    padding-left: 2.25rem !important;
}
.ps-10 {
    padding-left: 2.5rem !important;
}
.ps-12 {
    padding-left: 3rem !important;
}
.ps-14 {
    padding-left: 3.5rem !important;
}
.ps-16 {
    padding-left: 4rem !important;
}
.ps-20 {
    padding-left: 5rem !important;
}
.ps-24 {
    padding-left: 6rem !important;
}
.ps-28 {
    padding-left: 7rem !important;
}
.ps-36 {
    padding-left: 9rem !important;
}
.ps-40 {
    padding-left: 10rem !important;
}
.ps-44 {
    padding-left: 11rem !important;
}
.ps-48 {
    padding-left: 12rem !important;
}
.ps-80 {
    padding-left: 20rem !important;
}
.ps-6px {
    padding-left: 6px !important;
}
.ps-10px {
    padding-left: 10px !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 0.75rem !important;
}
.gap-4 {
    gap: 1rem !important;
}
.gap-5 {
    gap: var(--dx-spacer) !important;
}
.gap-6 {
    gap: 1.5rem !important;
}
.gap-7 {
    gap: 1.75rem !important;
}
.gap-8 {
    gap: 2rem !important;
}
.gap-9 {
    gap: 2.25rem !important;
}
.gap-10 {
    gap: 2.5rem !important;
}
.gap-12 {
    gap: 3rem !important;
}
.gap-14 {
    gap: 3.5rem !important;
}
.gap-16 {
    gap: 4rem !important;
}
.gap-20 {
    gap: 5rem !important;
}
.gap-24 {
    gap: 6rem !important;
}
.gap-28 {
    gap: 7rem !important;
}
.gap-36 {
    gap: 9rem !important;
}
.gap-40 {
    gap: 10rem !important;
}
.gap-44 {
    gap: 11rem !important;
}
.gap-48 {
    gap: 12rem !important;
}
.gap-80 {
    gap: 20rem !important;
}
.gap-6px {
    gap: 6px !important;
}
.gap-10px {
    gap: 10px !important;
}
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.25rem !important;
}
.row-gap-2 {
    row-gap: 0.5rem !important;
}
.row-gap-3 {
    row-gap: 0.75rem !important;
}
.row-gap-4 {
    row-gap: 1rem !important;
}
.row-gap-5 {
    row-gap: var(--dx-spacer) !important;
}
.row-gap-6 {
    row-gap: 1.5rem !important;
}
.row-gap-7 {
    row-gap: 1.75rem !important;
}
.row-gap-8 {
    row-gap: 2rem !important;
}
.row-gap-9 {
    row-gap: 2.25rem !important;
}
.row-gap-10 {
    row-gap: 2.5rem !important;
}
.row-gap-12 {
    row-gap: 3rem !important;
}
.row-gap-14 {
    row-gap: 3.5rem !important;
}
.row-gap-16 {
    row-gap: 4rem !important;
}
.row-gap-20 {
    row-gap: 5rem !important;
}
.row-gap-24 {
    row-gap: 6rem !important;
}
.row-gap-28 {
    row-gap: 7rem !important;
}
.row-gap-36 {
    row-gap: 9rem !important;
}
.row-gap-40 {
    row-gap: 10rem !important;
}
.row-gap-44 {
    row-gap: 11rem !important;
}
.row-gap-48 {
    row-gap: 12rem !important;
}
.row-gap-80 {
    row-gap: 20rem !important;
}
.row-gap-6px {
    row-gap: 6px !important;
}
.row-gap-10px {
    row-gap: 10px !important;
}
.column-gap-0 {
    column-gap: 0 !important;
}
.column-gap-1 {
    column-gap: 0.25rem !important;
}
.column-gap-2 {
    column-gap: 0.5rem !important;
}
.column-gap-3 {
    column-gap: 0.75rem !important;
}
.column-gap-4 {
    column-gap: 1rem !important;
}
.column-gap-5 {
    column-gap: var(--dx-spacer) !important;
}
.column-gap-6 {
    column-gap: 1.5rem !important;
}
.column-gap-7 {
    column-gap: 1.75rem !important;
}
.column-gap-8 {
    column-gap: 2rem !important;
}
.column-gap-9 {
    column-gap: 2.25rem !important;
}
.column-gap-10 {
    column-gap: 2.5rem !important;
}
.column-gap-12 {
    column-gap: 3rem !important;
}
.column-gap-14 {
    column-gap: 3.5rem !important;
}
.column-gap-16 {
    column-gap: 4rem !important;
}
.column-gap-20 {
    column-gap: 5rem !important;
}
.column-gap-24 {
    column-gap: 6rem !important;
}
.column-gap-28 {
    column-gap: 7rem !important;
}
.column-gap-36 {
    column-gap: 9rem !important;
}
.column-gap-40 {
    column-gap: 10rem !important;
}
.column-gap-44 {
    column-gap: 11rem !important;
}
.column-gap-48 {
    column-gap: 12rem !important;
}
.column-gap-80 {
    column-gap: 20rem !important;
}
.column-gap-6px {
    column-gap: 6px !important;
}
.column-gap-10px {
    column-gap: 10px !important;
}
.font-monospace {
    font-family: var(--dx-font-monospace) !important;
}
.fs-1 {
    font-size: calc(var(--dx-body-font-size) * 2.5) !important;
}
.fs-2 {
    font-size: calc(var(--dx-body-font-size) * 2) !important;
}
.fs-3 {
    font-size: calc(var(--dx-body-font-size) * 1.75) !important;
}
.fs-4 {
    font-size: calc(var(--dx-body-font-size) * 1.5) !important;
}
.fs-5 {
    font-size: calc(var(--dx-body-font-size) * 1.25) !important;
}
.fs-6 {
    font-size: var(--dx-body-font-size) !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-sm {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 1rem !important;
}
.fs-17 {
    font-size: 1.0625rem !important;
}
.fs-lg {
    font-size: 18px !important;
}
.fs-xl {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-2xl {
    font-size: 24px !important;
}
.fs-3xl {
    font-size: 30px !important;
}
.fs-4xl {
    font-size: 36px !important;
}
.fs-5xl {
    font-size: 48px !important;
}
.fs-6xl {
    font-size: 60px !important;
}
.fs-7xl {
    font-size: 72px !important;
}
.fs-8xl {
    font-size: 96px !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-medium {
    font-weight: var(--dx-font-weight-medium) !important;
}
.fw-semibold {
    font-weight: var(--dx-font-weight-semibold) !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.35 !important;
}
.lh-lg {
    line-height: 1.55 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-primary-rgb), var(--dx-text-opacity)) !important;
}
.text-secondary {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-secondary-rgb), var(--dx-text-opacity)) !important;
}
.text-success {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-success-rgb), var(--dx-text-opacity)) !important;
}
.text-info {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-info-rgb), var(--dx-text-opacity)) !important;
}
.text-warning {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-warning-rgb), var(--dx-text-opacity)) !important;
}
.text-danger {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-danger-rgb), var(--dx-text-opacity)) !important;
}
.text-light {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-light-rgb), var(--dx-text-opacity)) !important;
}
.text-dark {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-dark-rgb), var(--dx-text-opacity)) !important;
}
.text-pink {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-pink-rgb), var(--dx-text-opacity)) !important;
}
.text-orange {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-orange-rgb), var(--dx-text-opacity)) !important;
}
.text-indigo {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-indigo-rgb), var(--dx-text-opacity)) !important;
}
.text-black {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-black-rgb), var(--dx-text-opacity)) !important;
}
.text-white {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-white-rgb), var(--dx-text-opacity)) !important;
}
.text-body {
    --dx-text-opacity: 1;
    color: rgba(var(--dx-body-color-rgb), var(--dx-text-opacity)) !important;
}
.text-muted {
    --dx-text-opacity: 1;
    color: var(--dx-secondary-color) !important;
}
.text-black-50 {
    --dx-text-opacity: 1;
    color: #02061780 !important;
}
.text-white-50 {
    --dx-text-opacity: 1;
    color: #ffffff80 !important;
}
.text-body-secondary {
    --dx-text-opacity: 1;
    color: var(--dx-secondary-color) !important;
}
.text-body-tertiary {
    --dx-text-opacity: 1;
    color: var(--dx-tertiary-color) !important;
}
.text-body-emphasis {
    --dx-text-opacity: 1;
    color: var(--dx-emphasis-color) !important;
}
.text-reset {
    --dx-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --dx-text-opacity: 0.25;
}
.text-opacity-50 {
    --dx-text-opacity: 0.5;
}
.text-opacity-75 {
    --dx-text-opacity: 0.75;
}
.text-opacity-100 {
    --dx-text-opacity: 1;
}
.text-primary-emphasis {
    color: var(--dx-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
    color: var(--dx-secondary-text-emphasis) !important;
}
.text-success-emphasis {
    color: var(--dx-success-text-emphasis) !important;
}
.text-info-emphasis {
    color: var(--dx-info-text-emphasis) !important;
}
.text-warning-emphasis {
    color: var(--dx-warning-text-emphasis) !important;
}
.text-danger-emphasis {
    color: var(--dx-danger-text-emphasis) !important;
}
.text-light-emphasis {
    color: var(--dx-light-text-emphasis) !important;
}
.text-dark-emphasis {
    color: var(--dx-dark-text-emphasis) !important;
}
.link-opacity-10,
.link-opacity-10-hover:hover {
    --dx-link-opacity: 0.1;
}
.link-opacity-25,
.link-opacity-25-hover:hover {
    --dx-link-opacity: 0.25;
}
.link-opacity-50,
.link-opacity-50-hover:hover {
    --dx-link-opacity: 0.5;
}
.link-opacity-75,
.link-opacity-75-hover:hover {
    --dx-link-opacity: 0.75;
}
.link-opacity-100,
.link-opacity-100-hover:hover {
    --dx-link-opacity: 1;
}
.link-offset-1,
.link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
}
.link-offset-2,
.link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
}
.link-offset-3,
.link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
}
.link-underline-primary {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-primary-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-primary-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-secondary {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-secondary-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-secondary-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-success {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-success-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-success-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-info {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-info-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-info-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-warning {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-warning-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-warning-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-danger {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-danger-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-danger-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-light {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-light-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-light-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-dark {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-dark-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-dark-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-pink {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-pink-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-pink-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-orange {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-orange-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-orange-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline-indigo {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-indigo-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-indigo-rgb),
        var(--dx-link-underline-opacity)
    ) !important;
}
.link-underline {
    --dx-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(
        var(--dx-link-color-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
    text-decoration-color: rgba(
        var(--dx-link-color-rgb),
        var(--dx-link-underline-opacity, 1)
    ) !important;
}
.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
    --dx-link-underline-opacity: 0;
}
.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
    --dx-link-underline-opacity: 0.1;
}
.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
    --dx-link-underline-opacity: 0.25;
}
.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
    --dx-link-underline-opacity: 0.5;
}
.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
    --dx-link-underline-opacity: 0.75;
}
.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
    --dx-link-underline-opacity: 1;
}
.bg-primary {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-primary-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-secondary {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-secondary-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-success {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-success-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-info {
    --dx-bg-opacity: 1;
    background-color: rgba(var(--dx-info-rgb), var(--dx-bg-opacity)) !important;
}
.bg-warning {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-warning-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-danger {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-danger-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-light {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-light-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-dark {
    --dx-bg-opacity: 1;
    background-color: rgba(var(--dx-dark-rgb), var(--dx-bg-opacity)) !important;
}
.bg-pink {
    --dx-bg-opacity: 1;
    background-color: rgba(var(--dx-pink-rgb), var(--dx-bg-opacity)) !important;
}
.bg-orange {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-orange-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-indigo {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-indigo-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-black {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-black-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-white {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-white-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-body {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-body-bg-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-transparent {
    --dx-bg-opacity: 1;
    background-color: #0000 !important;
}
.bg-body-secondary {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-secondary-bg-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-body-tertiary {
    --dx-bg-opacity: 1;
    background-color: rgba(
        var(--dx-tertiary-bg-rgb),
        var(--dx-bg-opacity)
    ) !important;
}
.bg-opacity-10 {
    --dx-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --dx-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --dx-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --dx-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --dx-bg-opacity: 1;
}
.bg-primary-subtle {
    background-color: var(--dx-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
    background-color: var(--dx-secondary-bg-subtle) !important;
}
.bg-success-subtle {
    background-color: var(--dx-success-bg-subtle) !important;
}
.bg-info-subtle {
    background-color: var(--dx-info-bg-subtle) !important;
}
.bg-warning-subtle {
    background-color: var(--dx-warning-bg-subtle) !important;
}
.bg-danger-subtle {
    background-color: var(--dx-danger-bg-subtle) !important;
}
.bg-light-subtle {
    background-color: var(--dx-light-bg-subtle) !important;
}
.bg-dark-subtle {
    background-color: var(--dx-dark-bg-subtle) !important;
}
.bg-gradient {
    background-image: var(--dx-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(--dx-border-radius) !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: var(--dx-border-radius-sm) !important;
}
.rounded-2 {
    border-radius: var(--dx-border-radius) !important;
}
.rounded-3 {
    border-radius: var(--dx-border-radius-lg) !important;
}
.rounded-4 {
    border-radius: var(--dx-border-radius-xl) !important;
}
.rounded-5 {
    border-radius: var(--dx-border-radius-xxl) !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: var(--dx-border-radius-pill) !important;
}
.rounded-top {
    border-top-left-radius: var(--dx-border-radius) !important;
    border-top-right-radius: var(--dx-border-radius) !important;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-top-1 {
    border-top-left-radius: var(--dx-border-radius-sm) !important;
    border-top-right-radius: var(--dx-border-radius-sm) !important;
}
.rounded-top-2 {
    border-top-left-radius: var(--dx-border-radius) !important;
    border-top-right-radius: var(--dx-border-radius) !important;
}
.rounded-top-3 {
    border-top-left-radius: var(--dx-border-radius-lg) !important;
    border-top-right-radius: var(--dx-border-radius-lg) !important;
}
.rounded-top-4 {
    border-top-left-radius: var(--dx-border-radius-xl) !important;
    border-top-right-radius: var(--dx-border-radius-xl) !important;
}
.rounded-top-5 {
    border-top-left-radius: var(--dx-border-radius-xxl) !important;
    border-top-right-radius: var(--dx-border-radius-xxl) !important;
}
.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}
.rounded-top-pill {
    border-top-left-radius: var(--dx-border-radius-pill) !important;
    border-top-right-radius: var(--dx-border-radius-pill) !important;
}
.rounded-end {
    border-top-right-radius: var(--dx-border-radius) !important;
    border-bottom-right-radius: var(--dx-border-radius) !important;
}
.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
    border-top-right-radius: var(--dx-border-radius-sm) !important;
    border-bottom-right-radius: var(--dx-border-radius-sm) !important;
}
.rounded-end-2 {
    border-top-right-radius: var(--dx-border-radius) !important;
    border-bottom-right-radius: var(--dx-border-radius) !important;
}
.rounded-end-3 {
    border-top-right-radius: var(--dx-border-radius-lg) !important;
    border-bottom-right-radius: var(--dx-border-radius-lg) !important;
}
.rounded-end-4 {
    border-top-right-radius: var(--dx-border-radius-xl) !important;
    border-bottom-right-radius: var(--dx-border-radius-xl) !important;
}
.rounded-end-5 {
    border-top-right-radius: var(--dx-border-radius-xxl) !important;
    border-bottom-right-radius: var(--dx-border-radius-xxl) !important;
}
.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
    border-top-right-radius: var(--dx-border-radius-pill) !important;
    border-bottom-right-radius: var(--dx-border-radius-pill) !important;
}
.rounded-bottom {
    border-bottom-right-radius: var(--dx-border-radius) !important;
    border-bottom-left-radius: var(--dx-border-radius) !important;
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
    border-bottom-right-radius: var(--dx-border-radius-sm) !important;
    border-bottom-left-radius: var(--dx-border-radius-sm) !important;
}
.rounded-bottom-2 {
    border-bottom-right-radius: var(--dx-border-radius) !important;
    border-bottom-left-radius: var(--dx-border-radius) !important;
}
.rounded-bottom-3 {
    border-bottom-right-radius: var(--dx-border-radius-lg) !important;
    border-bottom-left-radius: var(--dx-border-radius-lg) !important;
}
.rounded-bottom-4 {
    border-bottom-right-radius: var(--dx-border-radius-xl) !important;
    border-bottom-left-radius: var(--dx-border-radius-xl) !important;
}
.rounded-bottom-5 {
    border-bottom-right-radius: var(--dx-border-radius-xxl) !important;
    border-bottom-left-radius: var(--dx-border-radius-xxl) !important;
}
.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
    border-bottom-right-radius: var(--dx-border-radius-pill) !important;
    border-bottom-left-radius: var(--dx-border-radius-pill) !important;
}
.rounded-start {
    border-bottom-left-radius: var(--dx-border-radius) !important;
    border-top-left-radius: var(--dx-border-radius) !important;
}
.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-start-1 {
    border-bottom-left-radius: var(--dx-border-radius-sm) !important;
    border-top-left-radius: var(--dx-border-radius-sm) !important;
}
.rounded-start-2 {
    border-bottom-left-radius: var(--dx-border-radius) !important;
    border-top-left-radius: var(--dx-border-radius) !important;
}
.rounded-start-3 {
    border-bottom-left-radius: var(--dx-border-radius-lg) !important;
    border-top-left-radius: var(--dx-border-radius-lg) !important;
}
.rounded-start-4 {
    border-bottom-left-radius: var(--dx-border-radius-xl) !important;
    border-top-left-radius: var(--dx-border-radius-xl) !important;
}
.rounded-start-5 {
    border-bottom-left-radius: var(--dx-border-radius-xxl) !important;
    border-top-left-radius: var(--dx-border-radius-xxl) !important;
}
.rounded-start-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.rounded-start-pill {
    border-bottom-left-radius: var(--dx-border-radius-pill) !important;
    border-top-left-radius: var(--dx-border-radius-pill) !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.z-n1 {
    z-index: -1 !important;
}
.z-0 {
    z-index: 0 !important;
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
.size-1 {
    width: 0.25rem !important;
    height: 0.25rem !important;
}
.size-2 {
    width: 0.5rem !important;
    height: 0.5rem !important;
}
.size-3 {
    width: 0.75rem !important;
    height: 0.75rem !important;
}
.size-4 {
    width: 1rem !important;
    height: 1rem !important;
}
.size-5 {
    width: 20px !important;
    height: 20px !important;
}
.size-6 {
    width: 24px !important;
    height: 24px !important;
}
.size-7 {
    width: 28px !important;
    height: 28px !important;
}
.size-8 {
    width: 32px !important;
    height: 32px !important;
}
.size-9 {
    width: 36px !important;
    height: 36px !important;
}
.size-10 {
    width: 40px !important;
    height: 40px !important;
}
.size-11 {
    width: 2.75rem !important;
    height: 2.75rem !important;
}
.size-12 {
    width: 3rem !important;
    height: 3rem !important;
}
.size-14 {
    width: 3.5rem !important;
    height: 3.5rem !important;
}
.size-16 {
    width: 4rem !important;
    height: 4rem !important;
}
.size-20 {
    width: 5rem !important;
    height: 5rem !important;
}
.size-24 {
    width: 6rem !important;
    height: 6rem !important;
}
.size-28 {
    width: 7rem !important;
    height: 7rem !important;
}
.size-32 {
    width: 8rem !important;
    height: 8rem !important;
}
.size-36 {
    width: 9rem !important;
    height: 9rem !important;
}
.size-40 {
    width: 10rem !important;
    height: 10rem !important;
}
.size-44 {
    width: 176px !important;
    height: 176px !important;
}
.size-48 {
    width: 192px !important;
    height: 192px !important;
}
.size-52 {
    width: 208px !important;
    height: 208px !important;
}
.size-56 {
    width: 14rem !important;
    height: 14rem !important;
}
.size-64 {
    width: 16rem !important;
    height: 16rem !important;
}
.size-72 {
    width: 18rem !important;
    height: 18rem !important;
}
.size-80 {
    width: 320px !important;
    height: 320px !important;
}
.size-96 {
    width: 24rem !important;
    height: 24rem !important;
}
.size-350px {
    width: 350px !important;
    height: 350px !important;
}
.size-md {
    width: 448px !important;
    height: 448px !important;
}
.size-lg {
    width: 512px !important;
    height: 512px !important;
}
.size-xl {
    width: 576px !important;
    height: 576px !important;
}
.size-25 {
    width: 25% !important;
    height: 25% !important;
}
.size-50 {
    width: 50% !important;
    height: 50% !important;
}
.size-75 {
    width: 75% !important;
    height: 75% !important;
}
.size-100 {
    width: 100% !important;
    height: 100% !important;
}
.size-auto {
    width: auto !important;
    height: auto !important;
}
.min-w-1 {
    min-width: 0.25rem !important;
}
.min-w-2 {
    min-width: 0.5rem !important;
}
.min-w-3 {
    min-width: 0.75rem !important;
}
.min-w-4 {
    min-width: 1rem !important;
}
.min-w-5 {
    min-width: 20px !important;
}
.min-w-6 {
    min-width: 24px !important;
}
.min-w-7 {
    min-width: 28px !important;
}
.min-w-8 {
    min-width: 32px !important;
}
.min-w-9 {
    min-width: 36px !important;
}
.min-w-10 {
    min-width: 40px !important;
}
.min-w-11 {
    min-width: 2.75rem !important;
}
.min-w-12 {
    min-width: 3rem !important;
}
.min-w-14 {
    min-width: 3.5rem !important;
}
.min-w-16 {
    min-width: 4rem !important;
}
.min-w-20 {
    min-width: 5rem !important;
}
.min-w-24 {
    min-width: 6rem !important;
}
.min-w-28 {
    min-width: 7rem !important;
}
.min-w-32 {
    min-width: 8rem !important;
}
.min-w-36 {
    min-width: 9rem !important;
}
.min-w-40 {
    min-width: 10rem !important;
}
.min-w-44 {
    min-width: 176px !important;
}
.min-w-48 {
    min-width: 192px !important;
}
.min-w-52 {
    min-width: 208px !important;
}
.min-w-56 {
    min-width: 14rem !important;
}
.min-w-64 {
    min-width: 16rem !important;
}
.min-w-72 {
    min-width: 18rem !important;
}
.min-w-80 {
    min-width: 320px !important;
}
.min-w-96 {
    min-width: 24rem !important;
}
.min-w-350px {
    min-width: 350px !important;
}
.min-w-md {
    min-width: 448px !important;
}
.min-w-lg {
    min-width: 512px !important;
}
.min-w-xl {
    min-width: 576px !important;
}
.min-w-25 {
    min-width: 25% !important;
}
.min-w-50 {
    min-width: 50% !important;
}
.min-w-75 {
    min-width: 75% !important;
}
.min-w-100 {
    min-width: 100% !important;
}
.min-w-auto {
    min-width: auto !important;
}
.min-h-1 {
    min-height: 0.25rem !important;
}
.min-h-2 {
    min-height: 0.5rem !important;
}
.min-h-3 {
    min-height: 0.75rem !important;
}
.min-h-4 {
    min-height: 1rem !important;
}
.min-h-5 {
    min-height: 20px !important;
}
.min-h-6 {
    min-height: 24px !important;
}
.min-h-7 {
    min-height: 28px !important;
}
.min-h-8 {
    min-height: 32px !important;
}
.min-h-9 {
    min-height: 36px !important;
}
.min-h-10 {
    min-height: 40px !important;
}
.min-h-11 {
    min-height: 2.75rem !important;
}
.min-h-12 {
    min-height: 3rem !important;
}
.min-h-14 {
    min-height: 3.5rem !important;
}
.min-h-16 {
    min-height: 4rem !important;
}
.min-h-20 {
    min-height: 5rem !important;
}
.min-h-24 {
    min-height: 6rem !important;
}
.min-h-28 {
    min-height: 7rem !important;
}
.min-h-32 {
    min-height: 8rem !important;
}
.min-h-36 {
    min-height: 9rem !important;
}
.min-h-40 {
    min-height: 10rem !important;
}
.min-h-44 {
    min-height: 176px !important;
}
.min-h-48 {
    min-height: 192px !important;
}
.min-h-52 {
    min-height: 208px !important;
}
.min-h-56 {
    min-height: 14rem !important;
}
.min-h-64 {
    min-height: 16rem !important;
}
.min-h-72 {
    min-height: 18rem !important;
}
.min-h-80 {
    min-height: 320px !important;
}
.min-h-96 {
    min-height: 24rem !important;
}
.min-h-350px {
    min-height: 350px !important;
}
.min-h-md {
    min-height: 448px !important;
}
.min-h-lg {
    min-height: 512px !important;
}
.min-h-xl {
    min-height: 576px !important;
}
.min-h-25 {
    min-height: 25% !important;
}
.min-h-50 {
    min-height: 50% !important;
}
.min-h-75 {
    min-height: 75% !important;
}
.min-h-100 {
    min-height: 100% !important;
}
.min-h-auto {
    min-height: auto !important;
}
.bg-gray-50 {
    background-color: #f9fafb !important;
}
.bg-gray-100 {
    background-color: #f3f4f6 !important;
}
.bg-gray-200 {
    background-color: #e5e7eb !important;
}
.bg-gray-300 {
    background-color: #d1d5db !important;
}
.bg-gray-400 {
    background-color: #9ca3af !important;
}
.bg-gray-500 {
    background-color: #6b7280 !important;
}
.bg-gray-600 {
    background-color: #475569 !important;
}
.bg-gray-700 {
    background-color: #334155 !important;
}
.bg-gray-800 {
    background-color: #181c2f !important;
}
.bg-gray-900 {
    background-color: #052a40 !important;
}
.border-solid {
    --dx-border-style: solid;
}
.border-dashed {
    --dx-border-style: dashed;
}
.list-group-square {
    list-style-type: square !important;
}
.list-group-roman {
    list-style-type: upper-roman !important;
}
.list-group-circle {
    list-style-type: circle !important;
}
.list-group-disc {
    list-style-type: disc !important;
}
@media (width>=576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .object-fit-sm-contain {
        object-fit: contain !important;
    }
    .object-fit-sm-cover {
        object-fit: cover !important;
    }
    .object-fit-sm-fill {
        object-fit: fill !important;
    }
    .object-fit-sm-scale {
        object-fit: scale-down !important;
    }
    .object-fit-sm-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .border-sm {
        border: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-sm-0 {
        border: 0 !important;
    }
    .border-top-sm {
        border-top: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-top-sm-0 {
        border-top: 0 !important;
    }
    .border-end-sm {
        border-right: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-end-sm-0 {
        border-right: 0 !important;
    }
    .border-bottom-sm {
        border-bottom: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-bottom-sm-0 {
        border-bottom: 0 !important;
    }
    .border-start-sm {
        border-left: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-start-sm-0 {
        border-left: 0 !important;
    }
    .flex-sm-fill {
        flex: 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: 0.75rem !important;
    }
    .m-sm-4 {
        margin: 1rem !important;
    }
    .m-sm-5 {
        margin: var(--dx-spacer) !important;
    }
    .m-sm-6 {
        margin: 1.5rem !important;
    }
    .m-sm-7 {
        margin: 1.75rem !important;
    }
    .m-sm-8 {
        margin: 2rem !important;
    }
    .m-sm-9 {
        margin: 2.25rem !important;
    }
    .m-sm-10 {
        margin: 2.5rem !important;
    }
    .m-sm-12 {
        margin: 3rem !important;
    }
    .m-sm-14 {
        margin: 3.5rem !important;
    }
    .m-sm-16 {
        margin: 4rem !important;
    }
    .m-sm-20 {
        margin: 5rem !important;
    }
    .m-sm-24 {
        margin: 6rem !important;
    }
    .m-sm-28 {
        margin: 7rem !important;
    }
    .m-sm-36 {
        margin: 9rem !important;
    }
    .m-sm-40 {
        margin: 10rem !important;
    }
    .m-sm-44 {
        margin: 11rem !important;
    }
    .m-sm-48 {
        margin: 12rem !important;
    }
    .m-sm-80 {
        margin: 20rem !important;
    }
    .m-sm-6px {
        margin: 6px !important;
    }
    .m-sm-10px {
        margin: 10px !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-sm-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-sm-5 {
        margin-right: var(--dx-spacer) !important;
        margin-left: var(--dx-spacer) !important;
    }
    .mx-sm-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-sm-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }
    .mx-sm-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-sm-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-sm-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-sm-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-sm-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-sm-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-sm-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-sm-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-sm-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-sm-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-sm-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-sm-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }
    .mx-sm-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-sm-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-sm-6px {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .mx-sm-10px {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: 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: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-sm-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-5 {
        margin-top: var(--dx-spacer) !important;
        margin-bottom: var(--dx-spacer) !important;
    }
    .my-sm-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-sm-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-sm-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-sm-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-sm-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-sm-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-sm-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-sm-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-sm-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .my-sm-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .my-sm-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .my-sm-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }
    .my-sm-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-sm-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }
    .my-sm-6px {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .my-sm-10px {
        margin-top: 10px !important;
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .mt-sm-4 {
        margin-top: 1rem !important;
    }
    .mt-sm-5 {
        margin-top: var(--dx-spacer) !important;
    }
    .mt-sm-6 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-7 {
        margin-top: 1.75rem !important;
    }
    .mt-sm-8 {
        margin-top: 2rem !important;
    }
    .mt-sm-9 {
        margin-top: 2.25rem !important;
    }
    .mt-sm-10 {
        margin-top: 2.5rem !important;
    }
    .mt-sm-12 {
        margin-top: 3rem !important;
    }
    .mt-sm-14 {
        margin-top: 3.5rem !important;
    }
    .mt-sm-16 {
        margin-top: 4rem !important;
    }
    .mt-sm-20 {
        margin-top: 5rem !important;
    }
    .mt-sm-24 {
        margin-top: 6rem !important;
    }
    .mt-sm-28 {
        margin-top: 7rem !important;
    }
    .mt-sm-36 {
        margin-top: 9rem !important;
    }
    .mt-sm-40 {
        margin-top: 10rem !important;
    }
    .mt-sm-44 {
        margin-top: 11rem !important;
    }
    .mt-sm-48 {
        margin-top: 12rem !important;
    }
    .mt-sm-80 {
        margin-top: 20rem !important;
    }
    .mt-sm-6px {
        margin-top: 6px !important;
    }
    .mt-sm-10px {
        margin-top: 10px !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: 0.75rem !important;
    }
    .me-sm-4 {
        margin-right: 1rem !important;
    }
    .me-sm-5 {
        margin-right: var(--dx-spacer) !important;
    }
    .me-sm-6 {
        margin-right: 1.5rem !important;
    }
    .me-sm-7 {
        margin-right: 1.75rem !important;
    }
    .me-sm-8 {
        margin-right: 2rem !important;
    }
    .me-sm-9 {
        margin-right: 2.25rem !important;
    }
    .me-sm-10 {
        margin-right: 2.5rem !important;
    }
    .me-sm-12 {
        margin-right: 3rem !important;
    }
    .me-sm-14 {
        margin-right: 3.5rem !important;
    }
    .me-sm-16 {
        margin-right: 4rem !important;
    }
    .me-sm-20 {
        margin-right: 5rem !important;
    }
    .me-sm-24 {
        margin-right: 6rem !important;
    }
    .me-sm-28 {
        margin-right: 7rem !important;
    }
    .me-sm-36 {
        margin-right: 9rem !important;
    }
    .me-sm-40 {
        margin-right: 10rem !important;
    }
    .me-sm-44 {
        margin-right: 11rem !important;
    }
    .me-sm-48 {
        margin-right: 12rem !important;
    }
    .me-sm-80 {
        margin-right: 20rem !important;
    }
    .me-sm-6px {
        margin-right: 6px !important;
    }
    .me-sm-10px {
        margin-right: 10px !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: 0.75rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-5 {
        margin-bottom: var(--dx-spacer) !important;
    }
    .mb-sm-6 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 1.75rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 2rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 2.25rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 2.5rem !important;
    }
    .mb-sm-12 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-sm-16 {
        margin-bottom: 4rem !important;
    }
    .mb-sm-20 {
        margin-bottom: 5rem !important;
    }
    .mb-sm-24 {
        margin-bottom: 6rem !important;
    }
    .mb-sm-28 {
        margin-bottom: 7rem !important;
    }
    .mb-sm-36 {
        margin-bottom: 9rem !important;
    }
    .mb-sm-40 {
        margin-bottom: 10rem !important;
    }
    .mb-sm-44 {
        margin-bottom: 11rem !important;
    }
    .mb-sm-48 {
        margin-bottom: 12rem !important;
    }
    .mb-sm-80 {
        margin-bottom: 20rem !important;
    }
    .mb-sm-6px {
        margin-bottom: 6px !important;
    }
    .mb-sm-10px {
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .ms-sm-4 {
        margin-left: 1rem !important;
    }
    .ms-sm-5 {
        margin-left: var(--dx-spacer) !important;
    }
    .ms-sm-6 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-7 {
        margin-left: 1.75rem !important;
    }
    .ms-sm-8 {
        margin-left: 2rem !important;
    }
    .ms-sm-9 {
        margin-left: 2.25rem !important;
    }
    .ms-sm-10 {
        margin-left: 2.5rem !important;
    }
    .ms-sm-12 {
        margin-left: 3rem !important;
    }
    .ms-sm-14 {
        margin-left: 3.5rem !important;
    }
    .ms-sm-16 {
        margin-left: 4rem !important;
    }
    .ms-sm-20 {
        margin-left: 5rem !important;
    }
    .ms-sm-24 {
        margin-left: 6rem !important;
    }
    .ms-sm-28 {
        margin-left: 7rem !important;
    }
    .ms-sm-36 {
        margin-left: 9rem !important;
    }
    .ms-sm-40 {
        margin-left: 10rem !important;
    }
    .ms-sm-44 {
        margin-left: 11rem !important;
    }
    .ms-sm-48 {
        margin-left: 12rem !important;
    }
    .ms-sm-80 {
        margin-left: 20rem !important;
    }
    .ms-sm-6px {
        margin-left: 6px !important;
    }
    .ms-sm-10px {
        margin-left: 10px !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -0.75rem !important;
    }
    .m-sm-n4 {
        margin: -1rem !important;
    }
    .m-sm-n5 {
        margin: -var(--dx-spacer) !important;
    }
    .m-sm-n6 {
        margin: -1.5rem !important;
    }
    .m-sm-n7 {
        margin: -1.75rem !important;
    }
    .m-sm-n8 {
        margin: -2rem !important;
    }
    .m-sm-n9 {
        margin: -2.25rem !important;
    }
    .m-sm-n10 {
        margin: -2.5rem !important;
    }
    .m-sm-n12 {
        margin: -3rem !important;
    }
    .m-sm-n14 {
        margin: -3.5rem !important;
    }
    .m-sm-n16 {
        margin: -4rem !important;
    }
    .m-sm-n20 {
        margin: -5rem !important;
    }
    .m-sm-n24 {
        margin: -6rem !important;
    }
    .m-sm-n28 {
        margin: -7rem !important;
    }
    .m-sm-n36 {
        margin: -9rem !important;
    }
    .m-sm-n40 {
        margin: -10rem !important;
    }
    .m-sm-n44 {
        margin: -11rem !important;
    }
    .m-sm-n48 {
        margin: -12rem !important;
    }
    .m-sm-n80 {
        margin: -20rem !important;
    }
    .m-sm-n6px {
        margin: -6px !important;
    }
    .m-sm-n10px {
        margin: -10px !important;
    }
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-sm-n3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }
    .mx-sm-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-sm-n5 {
        margin-right: -var(--dx-spacer) !important;
        margin-left: -var(--dx-spacer) !important;
    }
    .mx-sm-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-sm-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important;
    }
    .mx-sm-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }
    .mx-sm-n9 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-sm-n10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }
    .mx-sm-n12 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-sm-n14 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important;
    }
    .mx-sm-n16 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-sm-n20 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-sm-n24 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-sm-n28 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-sm-n36 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-sm-n40 {
        margin-left: -10rem !important;
        margin-right: -10rem !important;
    }
    .mx-sm-n44 {
        margin-left: -11rem !important;
        margin-right: -11rem !important;
    }
    .mx-sm-n48 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-sm-n80 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-sm-n6px {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
    .mx-sm-n10px {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-sm-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-sm-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-sm-n5 {
        margin-top: -var(--dx-spacer) !important;
        margin-bottom: -var(--dx-spacer) !important;
    }
    .my-sm-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-sm-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-sm-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-sm-n9 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-sm-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-sm-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-sm-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-sm-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-sm-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .my-sm-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-sm-n28 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important;
    }
    .my-sm-n36 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }
    .my-sm-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }
    .my-sm-n44 {
        margin-top: -11rem !important;
        margin-bottom: -11rem !important;
    }
    .my-sm-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-sm-n80 {
        margin-top: -20rem !important;
        margin-bottom: -20rem !important;
    }
    .my-sm-n6px {
        margin-top: -6px !important;
        margin-bottom: -6px !important;
    }
    .my-sm-n10px {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-sm-n3 {
        margin-top: -0.75rem !important;
    }
    .mt-sm-n4 {
        margin-top: -1rem !important;
    }
    .mt-sm-n5 {
        margin-top: -var(--dx-spacer) !important;
    }
    .mt-sm-n6 {
        margin-top: -1.5rem !important;
    }
    .mt-sm-n7 {
        margin-top: -1.75rem !important;
    }
    .mt-sm-n8 {
        margin-top: -2rem !important;
    }
    .mt-sm-n9 {
        margin-top: -2.25rem !important;
    }
    .mt-sm-n10 {
        margin-top: -2.5rem !important;
    }
    .mt-sm-n12 {
        margin-top: -3rem !important;
    }
    .mt-sm-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-sm-n16 {
        margin-top: -4rem !important;
    }
    .mt-sm-n20 {
        margin-top: -5rem !important;
    }
    .mt-sm-n24 {
        margin-top: -6rem !important;
    }
    .mt-sm-n28 {
        margin-top: -7rem !important;
    }
    .mt-sm-n36 {
        margin-top: -9rem !important;
    }
    .mt-sm-n40 {
        margin-top: -10rem !important;
    }
    .mt-sm-n44 {
        margin-top: -11rem !important;
    }
    .mt-sm-n48 {
        margin-top: -12rem !important;
    }
    .mt-sm-n80 {
        margin-top: -20rem !important;
    }
    .mt-sm-n6px {
        margin-top: -6px !important;
    }
    .mt-sm-n10px {
        margin-top: -10px !important;
    }
    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .me-sm-n3 {
        margin-right: -0.75rem !important;
    }
    .me-sm-n4 {
        margin-right: -1rem !important;
    }
    .me-sm-n5 {
        margin-right: -var(--dx-spacer) !important;
    }
    .me-sm-n6 {
        margin-right: -1.5rem !important;
    }
    .me-sm-n7 {
        margin-right: -1.75rem !important;
    }
    .me-sm-n8 {
        margin-right: -2rem !important;
    }
    .me-sm-n9 {
        margin-right: -2.25rem !important;
    }
    .me-sm-n10 {
        margin-right: -2.5rem !important;
    }
    .me-sm-n12 {
        margin-right: -3rem !important;
    }
    .me-sm-n14 {
        margin-right: -3.5rem !important;
    }
    .me-sm-n16 {
        margin-right: -4rem !important;
    }
    .me-sm-n20 {
        margin-right: -5rem !important;
    }
    .me-sm-n24 {
        margin-right: -6rem !important;
    }
    .me-sm-n28 {
        margin-right: -7rem !important;
    }
    .me-sm-n36 {
        margin-right: -9rem !important;
    }
    .me-sm-n40 {
        margin-right: -10rem !important;
    }
    .me-sm-n44 {
        margin-right: -11rem !important;
    }
    .me-sm-n48 {
        margin-right: -12rem !important;
    }
    .me-sm-n80 {
        margin-right: -20rem !important;
    }
    .me-sm-n6px {
        margin-right: -6px !important;
    }
    .me-sm-n10px {
        margin-right: -10px !important;
    }
    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-sm-n3 {
        margin-bottom: -0.75rem !important;
    }
    .mb-sm-n4 {
        margin-bottom: -1rem !important;
    }
    .mb-sm-n5 {
        margin-bottom: -var(--dx-spacer) !important;
    }
    .mb-sm-n6 {
        margin-bottom: -1.5rem !important;
    }
    .mb-sm-n7 {
        margin-bottom: -1.75rem !important;
    }
    .mb-sm-n8 {
        margin-bottom: -2rem !important;
    }
    .mb-sm-n9 {
        margin-bottom: -2.25rem !important;
    }
    .mb-sm-n10 {
        margin-bottom: -2.5rem !important;
    }
    .mb-sm-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-sm-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-sm-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-sm-n20 {
        margin-bottom: -5rem !important;
    }
    .mb-sm-n24 {
        margin-bottom: -6rem !important;
    }
    .mb-sm-n28 {
        margin-bottom: -7rem !important;
    }
    .mb-sm-n36 {
        margin-bottom: -9rem !important;
    }
    .mb-sm-n40 {
        margin-bottom: -10rem !important;
    }
    .mb-sm-n44 {
        margin-bottom: -11rem !important;
    }
    .mb-sm-n48 {
        margin-bottom: -12rem !important;
    }
    .mb-sm-n80 {
        margin-bottom: -20rem !important;
    }
    .mb-sm-n6px {
        margin-bottom: -6px !important;
    }
    .mb-sm-n10px {
        margin-bottom: -10px !important;
    }
    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-sm-n3 {
        margin-left: -0.75rem !important;
    }
    .ms-sm-n4 {
        margin-left: -1rem !important;
    }
    .ms-sm-n5 {
        margin-left: -var(--dx-spacer) !important;
    }
    .ms-sm-n6 {
        margin-left: -1.5rem !important;
    }
    .ms-sm-n7 {
        margin-left: -1.75rem !important;
    }
    .ms-sm-n8 {
        margin-left: -2rem !important;
    }
    .ms-sm-n9 {
        margin-left: -2.25rem !important;
    }
    .ms-sm-n10 {
        margin-left: -2.5rem !important;
    }
    .ms-sm-n12 {
        margin-left: -3rem !important;
    }
    .ms-sm-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-sm-n16 {
        margin-left: -4rem !important;
    }
    .ms-sm-n20 {
        margin-left: -5rem !important;
    }
    .ms-sm-n24 {
        margin-left: -6rem !important;
    }
    .ms-sm-n28 {
        margin-left: -7rem !important;
    }
    .ms-sm-n36 {
        margin-left: -9rem !important;
    }
    .ms-sm-n40 {
        margin-left: -10rem !important;
    }
    .ms-sm-n44 {
        margin-left: -11rem !important;
    }
    .ms-sm-n48 {
        margin-left: -12rem !important;
    }
    .ms-sm-n80 {
        margin-left: -20rem !important;
    }
    .ms-sm-n6px {
        margin-left: -6px !important;
    }
    .ms-sm-n10px {
        margin-left: -10px !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: 0.75rem !important;
    }
    .p-sm-4 {
        padding: 1rem !important;
    }
    .p-sm-5 {
        padding: var(--dx-spacer) !important;
    }
    .p-sm-6 {
        padding: 1.5rem !important;
    }
    .p-sm-7 {
        padding: 1.75rem !important;
    }
    .p-sm-8 {
        padding: 2rem !important;
    }
    .p-sm-9 {
        padding: 2.25rem !important;
    }
    .p-sm-10 {
        padding: 2.5rem !important;
    }
    .p-sm-12 {
        padding: 3rem !important;
    }
    .p-sm-14 {
        padding: 3.5rem !important;
    }
    .p-sm-16 {
        padding: 4rem !important;
    }
    .p-sm-20 {
        padding: 5rem !important;
    }
    .p-sm-24 {
        padding: 6rem !important;
    }
    .p-sm-28 {
        padding: 7rem !important;
    }
    .p-sm-36 {
        padding: 9rem !important;
    }
    .p-sm-40 {
        padding: 10rem !important;
    }
    .p-sm-44 {
        padding: 11rem !important;
    }
    .p-sm-48 {
        padding: 12rem !important;
    }
    .p-sm-80 {
        padding: 20rem !important;
    }
    .p-sm-6px {
        padding: 6px !important;
    }
    .p-sm-10px {
        padding: 10px !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-sm-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-sm-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-sm-5 {
        padding-right: var(--dx-spacer) !important;
        padding-left: var(--dx-spacer) !important;
    }
    .px-sm-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-sm-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .px-sm-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-sm-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-sm-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-sm-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-sm-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-sm-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-sm-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-sm-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-sm-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-sm-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-sm-40 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .px-sm-44 {
        padding-left: 11rem !important;
        padding-right: 11rem !important;
    }
    .px-sm-48 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-sm-80 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-sm-6px {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .px-sm-10px {
        padding-left: 10px !important;
        padding-right: 10px !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: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-sm-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-5 {
        padding-top: var(--dx-spacer) !important;
        padding-bottom: var(--dx-spacer) !important;
    }
    .py-sm-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-sm-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-sm-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-sm-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-sm-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-sm-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-sm-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-sm-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-sm-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-sm-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .py-sm-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-sm-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .py-sm-44 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }
    .py-sm-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-sm-80 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }
    .py-sm-6px {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .py-sm-10px {
        padding-top: 10px !important;
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .pt-sm-4 {
        padding-top: 1rem !important;
    }
    .pt-sm-5 {
        padding-top: var(--dx-spacer) !important;
    }
    .pt-sm-6 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-7 {
        padding-top: 1.75rem !important;
    }
    .pt-sm-8 {
        padding-top: 2rem !important;
    }
    .pt-sm-9 {
        padding-top: 2.25rem !important;
    }
    .pt-sm-10 {
        padding-top: 2.5rem !important;
    }
    .pt-sm-12 {
        padding-top: 3rem !important;
    }
    .pt-sm-14 {
        padding-top: 3.5rem !important;
    }
    .pt-sm-16 {
        padding-top: 4rem !important;
    }
    .pt-sm-20 {
        padding-top: 5rem !important;
    }
    .pt-sm-24 {
        padding-top: 6rem !important;
    }
    .pt-sm-28 {
        padding-top: 7rem !important;
    }
    .pt-sm-36 {
        padding-top: 9rem !important;
    }
    .pt-sm-40 {
        padding-top: 10rem !important;
    }
    .pt-sm-44 {
        padding-top: 11rem !important;
    }
    .pt-sm-48 {
        padding-top: 12rem !important;
    }
    .pt-sm-80 {
        padding-top: 20rem !important;
    }
    .pt-sm-6px {
        padding-top: 6px !important;
    }
    .pt-sm-10px {
        padding-top: 10px !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: 0.75rem !important;
    }
    .pe-sm-4 {
        padding-right: 1rem !important;
    }
    .pe-sm-5 {
        padding-right: var(--dx-spacer) !important;
    }
    .pe-sm-6 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-7 {
        padding-right: 1.75rem !important;
    }
    .pe-sm-8 {
        padding-right: 2rem !important;
    }
    .pe-sm-9 {
        padding-right: 2.25rem !important;
    }
    .pe-sm-10 {
        padding-right: 2.5rem !important;
    }
    .pe-sm-12 {
        padding-right: 3rem !important;
    }
    .pe-sm-14 {
        padding-right: 3.5rem !important;
    }
    .pe-sm-16 {
        padding-right: 4rem !important;
    }
    .pe-sm-20 {
        padding-right: 5rem !important;
    }
    .pe-sm-24 {
        padding-right: 6rem !important;
    }
    .pe-sm-28 {
        padding-right: 7rem !important;
    }
    .pe-sm-36 {
        padding-right: 9rem !important;
    }
    .pe-sm-40 {
        padding-right: 10rem !important;
    }
    .pe-sm-44 {
        padding-right: 11rem !important;
    }
    .pe-sm-48 {
        padding-right: 12rem !important;
    }
    .pe-sm-80 {
        padding-right: 20rem !important;
    }
    .pe-sm-6px {
        padding-right: 6px !important;
    }
    .pe-sm-10px {
        padding-right: 10px !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: 0.75rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-5 {
        padding-bottom: var(--dx-spacer) !important;
    }
    .pb-sm-6 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 1.75rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 2rem !important;
    }
    .pb-sm-9 {
        padding-bottom: 2.25rem !important;
    }
    .pb-sm-10 {
        padding-bottom: 2.5rem !important;
    }
    .pb-sm-12 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-sm-16 {
        padding-bottom: 4rem !important;
    }
    .pb-sm-20 {
        padding-bottom: 5rem !important;
    }
    .pb-sm-24 {
        padding-bottom: 6rem !important;
    }
    .pb-sm-28 {
        padding-bottom: 7rem !important;
    }
    .pb-sm-36 {
        padding-bottom: 9rem !important;
    }
    .pb-sm-40 {
        padding-bottom: 10rem !important;
    }
    .pb-sm-44 {
        padding-bottom: 11rem !important;
    }
    .pb-sm-48 {
        padding-bottom: 12rem !important;
    }
    .pb-sm-80 {
        padding-bottom: 20rem !important;
    }
    .pb-sm-6px {
        padding-bottom: 6px !important;
    }
    .pb-sm-10px {
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .ps-sm-4 {
        padding-left: 1rem !important;
    }
    .ps-sm-5 {
        padding-left: var(--dx-spacer) !important;
    }
    .ps-sm-6 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-7 {
        padding-left: 1.75rem !important;
    }
    .ps-sm-8 {
        padding-left: 2rem !important;
    }
    .ps-sm-9 {
        padding-left: 2.25rem !important;
    }
    .ps-sm-10 {
        padding-left: 2.5rem !important;
    }
    .ps-sm-12 {
        padding-left: 3rem !important;
    }
    .ps-sm-14 {
        padding-left: 3.5rem !important;
    }
    .ps-sm-16 {
        padding-left: 4rem !important;
    }
    .ps-sm-20 {
        padding-left: 5rem !important;
    }
    .ps-sm-24 {
        padding-left: 6rem !important;
    }
    .ps-sm-28 {
        padding-left: 7rem !important;
    }
    .ps-sm-36 {
        padding-left: 9rem !important;
    }
    .ps-sm-40 {
        padding-left: 10rem !important;
    }
    .ps-sm-44 {
        padding-left: 11rem !important;
    }
    .ps-sm-48 {
        padding-left: 12rem !important;
    }
    .ps-sm-80 {
        padding-left: 20rem !important;
    }
    .ps-sm-6px {
        padding-left: 6px !important;
    }
    .ps-sm-10px {
        padding-left: 10px !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: 0.75rem !important;
    }
    .gap-sm-4 {
        gap: 1rem !important;
    }
    .gap-sm-5 {
        gap: var(--dx-spacer) !important;
    }
    .gap-sm-6 {
        gap: 1.5rem !important;
    }
    .gap-sm-7 {
        gap: 1.75rem !important;
    }
    .gap-sm-8 {
        gap: 2rem !important;
    }
    .gap-sm-9 {
        gap: 2.25rem !important;
    }
    .gap-sm-10 {
        gap: 2.5rem !important;
    }
    .gap-sm-12 {
        gap: 3rem !important;
    }
    .gap-sm-14 {
        gap: 3.5rem !important;
    }
    .gap-sm-16 {
        gap: 4rem !important;
    }
    .gap-sm-20 {
        gap: 5rem !important;
    }
    .gap-sm-24 {
        gap: 6rem !important;
    }
    .gap-sm-28 {
        gap: 7rem !important;
    }
    .gap-sm-36 {
        gap: 9rem !important;
    }
    .gap-sm-40 {
        gap: 10rem !important;
    }
    .gap-sm-44 {
        gap: 11rem !important;
    }
    .gap-sm-48 {
        gap: 12rem !important;
    }
    .gap-sm-80 {
        gap: 20rem !important;
    }
    .gap-sm-6px {
        gap: 6px !important;
    }
    .gap-sm-10px {
        gap: 10px !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 0.75rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1rem !important;
    }
    .row-gap-sm-5 {
        row-gap: var(--dx-spacer) !important;
    }
    .row-gap-sm-6 {
        row-gap: 1.5rem !important;
    }
    .row-gap-sm-7 {
        row-gap: 1.75rem !important;
    }
    .row-gap-sm-8 {
        row-gap: 2rem !important;
    }
    .row-gap-sm-9 {
        row-gap: 2.25rem !important;
    }
    .row-gap-sm-10 {
        row-gap: 2.5rem !important;
    }
    .row-gap-sm-12 {
        row-gap: 3rem !important;
    }
    .row-gap-sm-14 {
        row-gap: 3.5rem !important;
    }
    .row-gap-sm-16 {
        row-gap: 4rem !important;
    }
    .row-gap-sm-20 {
        row-gap: 5rem !important;
    }
    .row-gap-sm-24 {
        row-gap: 6rem !important;
    }
    .row-gap-sm-28 {
        row-gap: 7rem !important;
    }
    .row-gap-sm-36 {
        row-gap: 9rem !important;
    }
    .row-gap-sm-40 {
        row-gap: 10rem !important;
    }
    .row-gap-sm-44 {
        row-gap: 11rem !important;
    }
    .row-gap-sm-48 {
        row-gap: 12rem !important;
    }
    .row-gap-sm-80 {
        row-gap: 20rem !important;
    }
    .row-gap-sm-6px {
        row-gap: 6px !important;
    }
    .row-gap-sm-10px {
        row-gap: 10px !important;
    }
    .column-gap-sm-0 {
        column-gap: 0 !important;
    }
    .column-gap-sm-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
        column-gap: 0.75rem !important;
    }
    .column-gap-sm-4 {
        column-gap: 1rem !important;
    }
    .column-gap-sm-5 {
        column-gap: var(--dx-spacer) !important;
    }
    .column-gap-sm-6 {
        column-gap: 1.5rem !important;
    }
    .column-gap-sm-7 {
        column-gap: 1.75rem !important;
    }
    .column-gap-sm-8 {
        column-gap: 2rem !important;
    }
    .column-gap-sm-9 {
        column-gap: 2.25rem !important;
    }
    .column-gap-sm-10 {
        column-gap: 2.5rem !important;
    }
    .column-gap-sm-12 {
        column-gap: 3rem !important;
    }
    .column-gap-sm-14 {
        column-gap: 3.5rem !important;
    }
    .column-gap-sm-16 {
        column-gap: 4rem !important;
    }
    .column-gap-sm-20 {
        column-gap: 5rem !important;
    }
    .column-gap-sm-24 {
        column-gap: 6rem !important;
    }
    .column-gap-sm-28 {
        column-gap: 7rem !important;
    }
    .column-gap-sm-36 {
        column-gap: 9rem !important;
    }
    .column-gap-sm-40 {
        column-gap: 10rem !important;
    }
    .column-gap-sm-44 {
        column-gap: 11rem !important;
    }
    .column-gap-sm-48 {
        column-gap: 12rem !important;
    }
    .column-gap-sm-80 {
        column-gap: 20rem !important;
    }
    .column-gap-sm-6px {
        column-gap: 6px !important;
    }
    .column-gap-sm-10px {
        column-gap: 10px !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (width>=768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .object-fit-md-contain {
        object-fit: contain !important;
    }
    .object-fit-md-cover {
        object-fit: cover !important;
    }
    .object-fit-md-fill {
        object-fit: fill !important;
    }
    .object-fit-md-scale {
        object-fit: scale-down !important;
    }
    .object-fit-md-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .border-md {
        border: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-md-0 {
        border: 0 !important;
    }
    .border-top-md {
        border-top: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-top-md-0 {
        border-top: 0 !important;
    }
    .border-end-md {
        border-right: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-end-md-0 {
        border-right: 0 !important;
    }
    .border-bottom-md {
        border-bottom: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-bottom-md-0 {
        border-bottom: 0 !important;
    }
    .border-start-md {
        border-left: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-start-md-0 {
        border-left: 0 !important;
    }
    .flex-md-fill {
        flex: 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: 0.75rem !important;
    }
    .m-md-4 {
        margin: 1rem !important;
    }
    .m-md-5 {
        margin: var(--dx-spacer) !important;
    }
    .m-md-6 {
        margin: 1.5rem !important;
    }
    .m-md-7 {
        margin: 1.75rem !important;
    }
    .m-md-8 {
        margin: 2rem !important;
    }
    .m-md-9 {
        margin: 2.25rem !important;
    }
    .m-md-10 {
        margin: 2.5rem !important;
    }
    .m-md-12 {
        margin: 3rem !important;
    }
    .m-md-14 {
        margin: 3.5rem !important;
    }
    .m-md-16 {
        margin: 4rem !important;
    }
    .m-md-20 {
        margin: 5rem !important;
    }
    .m-md-24 {
        margin: 6rem !important;
    }
    .m-md-28 {
        margin: 7rem !important;
    }
    .m-md-36 {
        margin: 9rem !important;
    }
    .m-md-40 {
        margin: 10rem !important;
    }
    .m-md-44 {
        margin: 11rem !important;
    }
    .m-md-48 {
        margin: 12rem !important;
    }
    .m-md-80 {
        margin: 20rem !important;
    }
    .m-md-6px {
        margin: 6px !important;
    }
    .m-md-10px {
        margin: 10px !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-md-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-md-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-md-5 {
        margin-right: var(--dx-spacer) !important;
        margin-left: var(--dx-spacer) !important;
    }
    .mx-md-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-md-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }
    .mx-md-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-md-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-md-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-md-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-md-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-md-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-md-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-md-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-md-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-md-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-md-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-md-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }
    .mx-md-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-md-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-md-6px {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .mx-md-10px {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: 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: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-md-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-5 {
        margin-top: var(--dx-spacer) !important;
        margin-bottom: var(--dx-spacer) !important;
    }
    .my-md-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-md-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-md-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-md-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-md-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-md-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-md-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-md-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-md-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .my-md-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .my-md-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .my-md-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }
    .my-md-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-md-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }
    .my-md-6px {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .my-md-10px {
        margin-top: 10px !important;
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .mt-md-4 {
        margin-top: 1rem !important;
    }
    .mt-md-5 {
        margin-top: var(--dx-spacer) !important;
    }
    .mt-md-6 {
        margin-top: 1.5rem !important;
    }
    .mt-md-7 {
        margin-top: 1.75rem !important;
    }
    .mt-md-8 {
        margin-top: 2rem !important;
    }
    .mt-md-9 {
        margin-top: 2.25rem !important;
    }
    .mt-md-10 {
        margin-top: 2.5rem !important;
    }
    .mt-md-12 {
        margin-top: 3rem !important;
    }
    .mt-md-14 {
        margin-top: 3.5rem !important;
    }
    .mt-md-16 {
        margin-top: 4rem !important;
    }
    .mt-md-20 {
        margin-top: 5rem !important;
    }
    .mt-md-24 {
        margin-top: 6rem !important;
    }
    .mt-md-28 {
        margin-top: 7rem !important;
    }
    .mt-md-36 {
        margin-top: 9rem !important;
    }
    .mt-md-40 {
        margin-top: 10rem !important;
    }
    .mt-md-44 {
        margin-top: 11rem !important;
    }
    .mt-md-48 {
        margin-top: 12rem !important;
    }
    .mt-md-80 {
        margin-top: 20rem !important;
    }
    .mt-md-6px {
        margin-top: 6px !important;
    }
    .mt-md-10px {
        margin-top: 10px !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: 0.75rem !important;
    }
    .me-md-4 {
        margin-right: 1rem !important;
    }
    .me-md-5 {
        margin-right: var(--dx-spacer) !important;
    }
    .me-md-6 {
        margin-right: 1.5rem !important;
    }
    .me-md-7 {
        margin-right: 1.75rem !important;
    }
    .me-md-8 {
        margin-right: 2rem !important;
    }
    .me-md-9 {
        margin-right: 2.25rem !important;
    }
    .me-md-10 {
        margin-right: 2.5rem !important;
    }
    .me-md-12 {
        margin-right: 3rem !important;
    }
    .me-md-14 {
        margin-right: 3.5rem !important;
    }
    .me-md-16 {
        margin-right: 4rem !important;
    }
    .me-md-20 {
        margin-right: 5rem !important;
    }
    .me-md-24 {
        margin-right: 6rem !important;
    }
    .me-md-28 {
        margin-right: 7rem !important;
    }
    .me-md-36 {
        margin-right: 9rem !important;
    }
    .me-md-40 {
        margin-right: 10rem !important;
    }
    .me-md-44 {
        margin-right: 11rem !important;
    }
    .me-md-48 {
        margin-right: 12rem !important;
    }
    .me-md-80 {
        margin-right: 20rem !important;
    }
    .me-md-6px {
        margin-right: 6px !important;
    }
    .me-md-10px {
        margin-right: 10px !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: 0.75rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1rem !important;
    }
    .mb-md-5 {
        margin-bottom: var(--dx-spacer) !important;
    }
    .mb-md-6 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-7 {
        margin-bottom: 1.75rem !important;
    }
    .mb-md-8 {
        margin-bottom: 2rem !important;
    }
    .mb-md-9 {
        margin-bottom: 2.25rem !important;
    }
    .mb-md-10 {
        margin-bottom: 2.5rem !important;
    }
    .mb-md-12 {
        margin-bottom: 3rem !important;
    }
    .mb-md-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-md-16 {
        margin-bottom: 4rem !important;
    }
    .mb-md-20 {
        margin-bottom: 5rem !important;
    }
    .mb-md-24 {
        margin-bottom: 6rem !important;
    }
    .mb-md-28 {
        margin-bottom: 7rem !important;
    }
    .mb-md-36 {
        margin-bottom: 9rem !important;
    }
    .mb-md-40 {
        margin-bottom: 10rem !important;
    }
    .mb-md-44 {
        margin-bottom: 11rem !important;
    }
    .mb-md-48 {
        margin-bottom: 12rem !important;
    }
    .mb-md-80 {
        margin-bottom: 20rem !important;
    }
    .mb-md-6px {
        margin-bottom: 6px !important;
    }
    .mb-md-10px {
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .ms-md-4 {
        margin-left: 1rem !important;
    }
    .ms-md-5 {
        margin-left: var(--dx-spacer) !important;
    }
    .ms-md-6 {
        margin-left: 1.5rem !important;
    }
    .ms-md-7 {
        margin-left: 1.75rem !important;
    }
    .ms-md-8 {
        margin-left: 2rem !important;
    }
    .ms-md-9 {
        margin-left: 2.25rem !important;
    }
    .ms-md-10 {
        margin-left: 2.5rem !important;
    }
    .ms-md-12 {
        margin-left: 3rem !important;
    }
    .ms-md-14 {
        margin-left: 3.5rem !important;
    }
    .ms-md-16 {
        margin-left: 4rem !important;
    }
    .ms-md-20 {
        margin-left: 5rem !important;
    }
    .ms-md-24 {
        margin-left: 6rem !important;
    }
    .ms-md-28 {
        margin-left: 7rem !important;
    }
    .ms-md-36 {
        margin-left: 9rem !important;
    }
    .ms-md-40 {
        margin-left: 10rem !important;
    }
    .ms-md-44 {
        margin-left: 11rem !important;
    }
    .ms-md-48 {
        margin-left: 12rem !important;
    }
    .ms-md-80 {
        margin-left: 20rem !important;
    }
    .ms-md-6px {
        margin-left: 6px !important;
    }
    .ms-md-10px {
        margin-left: 10px !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -0.75rem !important;
    }
    .m-md-n4 {
        margin: -1rem !important;
    }
    .m-md-n5 {
        margin: -var(--dx-spacer) !important;
    }
    .m-md-n6 {
        margin: -1.5rem !important;
    }
    .m-md-n7 {
        margin: -1.75rem !important;
    }
    .m-md-n8 {
        margin: -2rem !important;
    }
    .m-md-n9 {
        margin: -2.25rem !important;
    }
    .m-md-n10 {
        margin: -2.5rem !important;
    }
    .m-md-n12 {
        margin: -3rem !important;
    }
    .m-md-n14 {
        margin: -3.5rem !important;
    }
    .m-md-n16 {
        margin: -4rem !important;
    }
    .m-md-n20 {
        margin: -5rem !important;
    }
    .m-md-n24 {
        margin: -6rem !important;
    }
    .m-md-n28 {
        margin: -7rem !important;
    }
    .m-md-n36 {
        margin: -9rem !important;
    }
    .m-md-n40 {
        margin: -10rem !important;
    }
    .m-md-n44 {
        margin: -11rem !important;
    }
    .m-md-n48 {
        margin: -12rem !important;
    }
    .m-md-n80 {
        margin: -20rem !important;
    }
    .m-md-n6px {
        margin: -6px !important;
    }
    .m-md-n10px {
        margin: -10px !important;
    }
    .mx-md-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-md-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-md-n3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }
    .mx-md-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-md-n5 {
        margin-right: -var(--dx-spacer) !important;
        margin-left: -var(--dx-spacer) !important;
    }
    .mx-md-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-md-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important;
    }
    .mx-md-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }
    .mx-md-n9 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-md-n10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }
    .mx-md-n12 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-md-n14 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important;
    }
    .mx-md-n16 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-md-n20 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-md-n24 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-md-n28 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-md-n36 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-md-n40 {
        margin-left: -10rem !important;
        margin-right: -10rem !important;
    }
    .mx-md-n44 {
        margin-left: -11rem !important;
        margin-right: -11rem !important;
    }
    .mx-md-n48 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-md-n80 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-md-n6px {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
    .mx-md-n10px {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-md-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-md-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-md-n5 {
        margin-top: -var(--dx-spacer) !important;
        margin-bottom: -var(--dx-spacer) !important;
    }
    .my-md-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-md-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-md-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-md-n9 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-md-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-md-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-md-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-md-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-md-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .my-md-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-md-n28 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important;
    }
    .my-md-n36 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }
    .my-md-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }
    .my-md-n44 {
        margin-top: -11rem !important;
        margin-bottom: -11rem !important;
    }
    .my-md-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-md-n80 {
        margin-top: -20rem !important;
        margin-bottom: -20rem !important;
    }
    .my-md-n6px {
        margin-top: -6px !important;
        margin-bottom: -6px !important;
    }
    .my-md-n10px {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-md-n3 {
        margin-top: -0.75rem !important;
    }
    .mt-md-n4 {
        margin-top: -1rem !important;
    }
    .mt-md-n5 {
        margin-top: -var(--dx-spacer) !important;
    }
    .mt-md-n6 {
        margin-top: -1.5rem !important;
    }
    .mt-md-n7 {
        margin-top: -1.75rem !important;
    }
    .mt-md-n8 {
        margin-top: -2rem !important;
    }
    .mt-md-n9 {
        margin-top: -2.25rem !important;
    }
    .mt-md-n10 {
        margin-top: -2.5rem !important;
    }
    .mt-md-n12 {
        margin-top: -3rem !important;
    }
    .mt-md-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-md-n16 {
        margin-top: -4rem !important;
    }
    .mt-md-n20 {
        margin-top: -5rem !important;
    }
    .mt-md-n24 {
        margin-top: -6rem !important;
    }
    .mt-md-n28 {
        margin-top: -7rem !important;
    }
    .mt-md-n36 {
        margin-top: -9rem !important;
    }
    .mt-md-n40 {
        margin-top: -10rem !important;
    }
    .mt-md-n44 {
        margin-top: -11rem !important;
    }
    .mt-md-n48 {
        margin-top: -12rem !important;
    }
    .mt-md-n80 {
        margin-top: -20rem !important;
    }
    .mt-md-n6px {
        margin-top: -6px !important;
    }
    .mt-md-n10px {
        margin-top: -10px !important;
    }
    .me-md-n1 {
        margin-right: -0.25rem !important;
    }
    .me-md-n2 {
        margin-right: -0.5rem !important;
    }
    .me-md-n3 {
        margin-right: -0.75rem !important;
    }
    .me-md-n4 {
        margin-right: -1rem !important;
    }
    .me-md-n5 {
        margin-right: -var(--dx-spacer) !important;
    }
    .me-md-n6 {
        margin-right: -1.5rem !important;
    }
    .me-md-n7 {
        margin-right: -1.75rem !important;
    }
    .me-md-n8 {
        margin-right: -2rem !important;
    }
    .me-md-n9 {
        margin-right: -2.25rem !important;
    }
    .me-md-n10 {
        margin-right: -2.5rem !important;
    }
    .me-md-n12 {
        margin-right: -3rem !important;
    }
    .me-md-n14 {
        margin-right: -3.5rem !important;
    }
    .me-md-n16 {
        margin-right: -4rem !important;
    }
    .me-md-n20 {
        margin-right: -5rem !important;
    }
    .me-md-n24 {
        margin-right: -6rem !important;
    }
    .me-md-n28 {
        margin-right: -7rem !important;
    }
    .me-md-n36 {
        margin-right: -9rem !important;
    }
    .me-md-n40 {
        margin-right: -10rem !important;
    }
    .me-md-n44 {
        margin-right: -11rem !important;
    }
    .me-md-n48 {
        margin-right: -12rem !important;
    }
    .me-md-n80 {
        margin-right: -20rem !important;
    }
    .me-md-n6px {
        margin-right: -6px !important;
    }
    .me-md-n10px {
        margin-right: -10px !important;
    }
    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-md-n3 {
        margin-bottom: -0.75rem !important;
    }
    .mb-md-n4 {
        margin-bottom: -1rem !important;
    }
    .mb-md-n5 {
        margin-bottom: -var(--dx-spacer) !important;
    }
    .mb-md-n6 {
        margin-bottom: -1.5rem !important;
    }
    .mb-md-n7 {
        margin-bottom: -1.75rem !important;
    }
    .mb-md-n8 {
        margin-bottom: -2rem !important;
    }
    .mb-md-n9 {
        margin-bottom: -2.25rem !important;
    }
    .mb-md-n10 {
        margin-bottom: -2.5rem !important;
    }
    .mb-md-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-md-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-md-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-md-n20 {
        margin-bottom: -5rem !important;
    }
    .mb-md-n24 {
        margin-bottom: -6rem !important;
    }
    .mb-md-n28 {
        margin-bottom: -7rem !important;
    }
    .mb-md-n36 {
        margin-bottom: -9rem !important;
    }
    .mb-md-n40 {
        margin-bottom: -10rem !important;
    }
    .mb-md-n44 {
        margin-bottom: -11rem !important;
    }
    .mb-md-n48 {
        margin-bottom: -12rem !important;
    }
    .mb-md-n80 {
        margin-bottom: -20rem !important;
    }
    .mb-md-n6px {
        margin-bottom: -6px !important;
    }
    .mb-md-n10px {
        margin-bottom: -10px !important;
    }
    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-md-n3 {
        margin-left: -0.75rem !important;
    }
    .ms-md-n4 {
        margin-left: -1rem !important;
    }
    .ms-md-n5 {
        margin-left: -var(--dx-spacer) !important;
    }
    .ms-md-n6 {
        margin-left: -1.5rem !important;
    }
    .ms-md-n7 {
        margin-left: -1.75rem !important;
    }
    .ms-md-n8 {
        margin-left: -2rem !important;
    }
    .ms-md-n9 {
        margin-left: -2.25rem !important;
    }
    .ms-md-n10 {
        margin-left: -2.5rem !important;
    }
    .ms-md-n12 {
        margin-left: -3rem !important;
    }
    .ms-md-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-md-n16 {
        margin-left: -4rem !important;
    }
    .ms-md-n20 {
        margin-left: -5rem !important;
    }
    .ms-md-n24 {
        margin-left: -6rem !important;
    }
    .ms-md-n28 {
        margin-left: -7rem !important;
    }
    .ms-md-n36 {
        margin-left: -9rem !important;
    }
    .ms-md-n40 {
        margin-left: -10rem !important;
    }
    .ms-md-n44 {
        margin-left: -11rem !important;
    }
    .ms-md-n48 {
        margin-left: -12rem !important;
    }
    .ms-md-n80 {
        margin-left: -20rem !important;
    }
    .ms-md-n6px {
        margin-left: -6px !important;
    }
    .ms-md-n10px {
        margin-left: -10px !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: 0.75rem !important;
    }
    .p-md-4 {
        padding: 1rem !important;
    }
    .p-md-5 {
        padding: var(--dx-spacer) !important;
    }
    .p-md-6 {
        padding: 1.5rem !important;
    }
    .p-md-7 {
        padding: 1.75rem !important;
    }
    .p-md-8 {
        padding: 2rem !important;
    }
    .p-md-9 {
        padding: 2.25rem !important;
    }
    .p-md-10 {
        padding: 2.5rem !important;
    }
    .p-md-12 {
        padding: 3rem !important;
    }
    .p-md-14 {
        padding: 3.5rem !important;
    }
    .p-md-16 {
        padding: 4rem !important;
    }
    .p-md-20 {
        padding: 5rem !important;
    }
    .p-md-24 {
        padding: 6rem !important;
    }
    .p-md-28 {
        padding: 7rem !important;
    }
    .p-md-36 {
        padding: 9rem !important;
    }
    .p-md-40 {
        padding: 10rem !important;
    }
    .p-md-44 {
        padding: 11rem !important;
    }
    .p-md-48 {
        padding: 12rem !important;
    }
    .p-md-80 {
        padding: 20rem !important;
    }
    .p-md-6px {
        padding: 6px !important;
    }
    .p-md-10px {
        padding: 10px !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-md-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-md-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-md-5 {
        padding-right: var(--dx-spacer) !important;
        padding-left: var(--dx-spacer) !important;
    }
    .px-md-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-md-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .px-md-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-md-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-md-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-md-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-md-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-md-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-md-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-md-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-md-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-md-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-md-40 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .px-md-44 {
        padding-left: 11rem !important;
        padding-right: 11rem !important;
    }
    .px-md-48 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-md-80 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-md-6px {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .px-md-10px {
        padding-left: 10px !important;
        padding-right: 10px !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: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-md-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-5 {
        padding-top: var(--dx-spacer) !important;
        padding-bottom: var(--dx-spacer) !important;
    }
    .py-md-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-md-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-md-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-md-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-md-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-md-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-md-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-md-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-md-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-md-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .py-md-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-md-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .py-md-44 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }
    .py-md-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-md-80 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }
    .py-md-6px {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .py-md-10px {
        padding-top: 10px !important;
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .pt-md-4 {
        padding-top: 1rem !important;
    }
    .pt-md-5 {
        padding-top: var(--dx-spacer) !important;
    }
    .pt-md-6 {
        padding-top: 1.5rem !important;
    }
    .pt-md-7 {
        padding-top: 1.75rem !important;
    }
    .pt-md-8 {
        padding-top: 2rem !important;
    }
    .pt-md-9 {
        padding-top: 2.25rem !important;
    }
    .pt-md-10 {
        padding-top: 2.5rem !important;
    }
    .pt-md-12 {
        padding-top: 3rem !important;
    }
    .pt-md-14 {
        padding-top: 3.5rem !important;
    }
    .pt-md-16 {
        padding-top: 4rem !important;
    }
    .pt-md-20 {
        padding-top: 5rem !important;
    }
    .pt-md-24 {
        padding-top: 6rem !important;
    }
    .pt-md-28 {
        padding-top: 7rem !important;
    }
    .pt-md-36 {
        padding-top: 9rem !important;
    }
    .pt-md-40 {
        padding-top: 10rem !important;
    }
    .pt-md-44 {
        padding-top: 11rem !important;
    }
    .pt-md-48 {
        padding-top: 12rem !important;
    }
    .pt-md-80 {
        padding-top: 20rem !important;
    }
    .pt-md-6px {
        padding-top: 6px !important;
    }
    .pt-md-10px {
        padding-top: 10px !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: 0.75rem !important;
    }
    .pe-md-4 {
        padding-right: 1rem !important;
    }
    .pe-md-5 {
        padding-right: var(--dx-spacer) !important;
    }
    .pe-md-6 {
        padding-right: 1.5rem !important;
    }
    .pe-md-7 {
        padding-right: 1.75rem !important;
    }
    .pe-md-8 {
        padding-right: 2rem !important;
    }
    .pe-md-9 {
        padding-right: 2.25rem !important;
    }
    .pe-md-10 {
        padding-right: 2.5rem !important;
    }
    .pe-md-12 {
        padding-right: 3rem !important;
    }
    .pe-md-14 {
        padding-right: 3.5rem !important;
    }
    .pe-md-16 {
        padding-right: 4rem !important;
    }
    .pe-md-20 {
        padding-right: 5rem !important;
    }
    .pe-md-24 {
        padding-right: 6rem !important;
    }
    .pe-md-28 {
        padding-right: 7rem !important;
    }
    .pe-md-36 {
        padding-right: 9rem !important;
    }
    .pe-md-40 {
        padding-right: 10rem !important;
    }
    .pe-md-44 {
        padding-right: 11rem !important;
    }
    .pe-md-48 {
        padding-right: 12rem !important;
    }
    .pe-md-80 {
        padding-right: 20rem !important;
    }
    .pe-md-6px {
        padding-right: 6px !important;
    }
    .pe-md-10px {
        padding-right: 10px !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: 0.75rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1rem !important;
    }
    .pb-md-5 {
        padding-bottom: var(--dx-spacer) !important;
    }
    .pb-md-6 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-7 {
        padding-bottom: 1.75rem !important;
    }
    .pb-md-8 {
        padding-bottom: 2rem !important;
    }
    .pb-md-9 {
        padding-bottom: 2.25rem !important;
    }
    .pb-md-10 {
        padding-bottom: 2.5rem !important;
    }
    .pb-md-12 {
        padding-bottom: 3rem !important;
    }
    .pb-md-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-md-16 {
        padding-bottom: 4rem !important;
    }
    .pb-md-20 {
        padding-bottom: 5rem !important;
    }
    .pb-md-24 {
        padding-bottom: 6rem !important;
    }
    .pb-md-28 {
        padding-bottom: 7rem !important;
    }
    .pb-md-36 {
        padding-bottom: 9rem !important;
    }
    .pb-md-40 {
        padding-bottom: 10rem !important;
    }
    .pb-md-44 {
        padding-bottom: 11rem !important;
    }
    .pb-md-48 {
        padding-bottom: 12rem !important;
    }
    .pb-md-80 {
        padding-bottom: 20rem !important;
    }
    .pb-md-6px {
        padding-bottom: 6px !important;
    }
    .pb-md-10px {
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .ps-md-4 {
        padding-left: 1rem !important;
    }
    .ps-md-5 {
        padding-left: var(--dx-spacer) !important;
    }
    .ps-md-6 {
        padding-left: 1.5rem !important;
    }
    .ps-md-7 {
        padding-left: 1.75rem !important;
    }
    .ps-md-8 {
        padding-left: 2rem !important;
    }
    .ps-md-9 {
        padding-left: 2.25rem !important;
    }
    .ps-md-10 {
        padding-left: 2.5rem !important;
    }
    .ps-md-12 {
        padding-left: 3rem !important;
    }
    .ps-md-14 {
        padding-left: 3.5rem !important;
    }
    .ps-md-16 {
        padding-left: 4rem !important;
    }
    .ps-md-20 {
        padding-left: 5rem !important;
    }
    .ps-md-24 {
        padding-left: 6rem !important;
    }
    .ps-md-28 {
        padding-left: 7rem !important;
    }
    .ps-md-36 {
        padding-left: 9rem !important;
    }
    .ps-md-40 {
        padding-left: 10rem !important;
    }
    .ps-md-44 {
        padding-left: 11rem !important;
    }
    .ps-md-48 {
        padding-left: 12rem !important;
    }
    .ps-md-80 {
        padding-left: 20rem !important;
    }
    .ps-md-6px {
        padding-left: 6px !important;
    }
    .ps-md-10px {
        padding-left: 10px !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: 0.75rem !important;
    }
    .gap-md-4 {
        gap: 1rem !important;
    }
    .gap-md-5 {
        gap: var(--dx-spacer) !important;
    }
    .gap-md-6 {
        gap: 1.5rem !important;
    }
    .gap-md-7 {
        gap: 1.75rem !important;
    }
    .gap-md-8 {
        gap: 2rem !important;
    }
    .gap-md-9 {
        gap: 2.25rem !important;
    }
    .gap-md-10 {
        gap: 2.5rem !important;
    }
    .gap-md-12 {
        gap: 3rem !important;
    }
    .gap-md-14 {
        gap: 3.5rem !important;
    }
    .gap-md-16 {
        gap: 4rem !important;
    }
    .gap-md-20 {
        gap: 5rem !important;
    }
    .gap-md-24 {
        gap: 6rem !important;
    }
    .gap-md-28 {
        gap: 7rem !important;
    }
    .gap-md-36 {
        gap: 9rem !important;
    }
    .gap-md-40 {
        gap: 10rem !important;
    }
    .gap-md-44 {
        gap: 11rem !important;
    }
    .gap-md-48 {
        gap: 12rem !important;
    }
    .gap-md-80 {
        gap: 20rem !important;
    }
    .gap-md-6px {
        gap: 6px !important;
    }
    .gap-md-10px {
        gap: 10px !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
        row-gap: 0.75rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1rem !important;
    }
    .row-gap-md-5 {
        row-gap: var(--dx-spacer) !important;
    }
    .row-gap-md-6 {
        row-gap: 1.5rem !important;
    }
    .row-gap-md-7 {
        row-gap: 1.75rem !important;
    }
    .row-gap-md-8 {
        row-gap: 2rem !important;
    }
    .row-gap-md-9 {
        row-gap: 2.25rem !important;
    }
    .row-gap-md-10 {
        row-gap: 2.5rem !important;
    }
    .row-gap-md-12 {
        row-gap: 3rem !important;
    }
    .row-gap-md-14 {
        row-gap: 3.5rem !important;
    }
    .row-gap-md-16 {
        row-gap: 4rem !important;
    }
    .row-gap-md-20 {
        row-gap: 5rem !important;
    }
    .row-gap-md-24 {
        row-gap: 6rem !important;
    }
    .row-gap-md-28 {
        row-gap: 7rem !important;
    }
    .row-gap-md-36 {
        row-gap: 9rem !important;
    }
    .row-gap-md-40 {
        row-gap: 10rem !important;
    }
    .row-gap-md-44 {
        row-gap: 11rem !important;
    }
    .row-gap-md-48 {
        row-gap: 12rem !important;
    }
    .row-gap-md-80 {
        row-gap: 20rem !important;
    }
    .row-gap-md-6px {
        row-gap: 6px !important;
    }
    .row-gap-md-10px {
        row-gap: 10px !important;
    }
    .column-gap-md-0 {
        column-gap: 0 !important;
    }
    .column-gap-md-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
        column-gap: 0.75rem !important;
    }
    .column-gap-md-4 {
        column-gap: 1rem !important;
    }
    .column-gap-md-5 {
        column-gap: var(--dx-spacer) !important;
    }
    .column-gap-md-6 {
        column-gap: 1.5rem !important;
    }
    .column-gap-md-7 {
        column-gap: 1.75rem !important;
    }
    .column-gap-md-8 {
        column-gap: 2rem !important;
    }
    .column-gap-md-9 {
        column-gap: 2.25rem !important;
    }
    .column-gap-md-10 {
        column-gap: 2.5rem !important;
    }
    .column-gap-md-12 {
        column-gap: 3rem !important;
    }
    .column-gap-md-14 {
        column-gap: 3.5rem !important;
    }
    .column-gap-md-16 {
        column-gap: 4rem !important;
    }
    .column-gap-md-20 {
        column-gap: 5rem !important;
    }
    .column-gap-md-24 {
        column-gap: 6rem !important;
    }
    .column-gap-md-28 {
        column-gap: 7rem !important;
    }
    .column-gap-md-36 {
        column-gap: 9rem !important;
    }
    .column-gap-md-40 {
        column-gap: 10rem !important;
    }
    .column-gap-md-44 {
        column-gap: 11rem !important;
    }
    .column-gap-md-48 {
        column-gap: 12rem !important;
    }
    .column-gap-md-80 {
        column-gap: 20rem !important;
    }
    .column-gap-md-6px {
        column-gap: 6px !important;
    }
    .column-gap-md-10px {
        column-gap: 10px !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (width>=992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .object-fit-lg-contain {
        object-fit: contain !important;
    }
    .object-fit-lg-cover {
        object-fit: cover !important;
    }
    .object-fit-lg-fill {
        object-fit: fill !important;
    }
    .object-fit-lg-scale {
        object-fit: scale-down !important;
    }
    .object-fit-lg-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .border-lg {
        border: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-lg-0 {
        border: 0 !important;
    }
    .border-top-lg {
        border-top: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-top-lg-0 {
        border-top: 0 !important;
    }
    .border-end-lg {
        border-right: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-end-lg-0 {
        border-right: 0 !important;
    }
    .border-bottom-lg {
        border-bottom: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-bottom-lg-0 {
        border-bottom: 0 !important;
    }
    .border-start-lg {
        border-left: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-start-lg-0 {
        border-left: 0 !important;
    }
    .flex-lg-fill {
        flex: 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: 0.75rem !important;
    }
    .m-lg-4 {
        margin: 1rem !important;
    }
    .m-lg-5 {
        margin: var(--dx-spacer) !important;
    }
    .m-lg-6 {
        margin: 1.5rem !important;
    }
    .m-lg-7 {
        margin: 1.75rem !important;
    }
    .m-lg-8 {
        margin: 2rem !important;
    }
    .m-lg-9 {
        margin: 2.25rem !important;
    }
    .m-lg-10 {
        margin: 2.5rem !important;
    }
    .m-lg-12 {
        margin: 3rem !important;
    }
    .m-lg-14 {
        margin: 3.5rem !important;
    }
    .m-lg-16 {
        margin: 4rem !important;
    }
    .m-lg-20 {
        margin: 5rem !important;
    }
    .m-lg-24 {
        margin: 6rem !important;
    }
    .m-lg-28 {
        margin: 7rem !important;
    }
    .m-lg-36 {
        margin: 9rem !important;
    }
    .m-lg-40 {
        margin: 10rem !important;
    }
    .m-lg-44 {
        margin: 11rem !important;
    }
    .m-lg-48 {
        margin: 12rem !important;
    }
    .m-lg-80 {
        margin: 20rem !important;
    }
    .m-lg-6px {
        margin: 6px !important;
    }
    .m-lg-10px {
        margin: 10px !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-lg-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-lg-5 {
        margin-right: var(--dx-spacer) !important;
        margin-left: var(--dx-spacer) !important;
    }
    .mx-lg-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-lg-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }
    .mx-lg-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-lg-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-lg-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-lg-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-lg-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-lg-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-lg-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-lg-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-lg-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-lg-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-lg-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-lg-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }
    .mx-lg-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-lg-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-lg-6px {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .mx-lg-10px {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: 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: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-lg-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-5 {
        margin-top: var(--dx-spacer) !important;
        margin-bottom: var(--dx-spacer) !important;
    }
    .my-lg-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-lg-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-lg-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-lg-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-lg-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-lg-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-lg-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-lg-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-lg-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .my-lg-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .my-lg-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .my-lg-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }
    .my-lg-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-lg-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }
    .my-lg-6px {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .my-lg-10px {
        margin-top: 10px !important;
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .mt-lg-4 {
        margin-top: 1rem !important;
    }
    .mt-lg-5 {
        margin-top: var(--dx-spacer) !important;
    }
    .mt-lg-6 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-7 {
        margin-top: 1.75rem !important;
    }
    .mt-lg-8 {
        margin-top: 2rem !important;
    }
    .mt-lg-9 {
        margin-top: 2.25rem !important;
    }
    .mt-lg-10 {
        margin-top: 2.5rem !important;
    }
    .mt-lg-12 {
        margin-top: 3rem !important;
    }
    .mt-lg-14 {
        margin-top: 3.5rem !important;
    }
    .mt-lg-16 {
        margin-top: 4rem !important;
    }
    .mt-lg-20 {
        margin-top: 5rem !important;
    }
    .mt-lg-24 {
        margin-top: 6rem !important;
    }
    .mt-lg-28 {
        margin-top: 7rem !important;
    }
    .mt-lg-36 {
        margin-top: 9rem !important;
    }
    .mt-lg-40 {
        margin-top: 10rem !important;
    }
    .mt-lg-44 {
        margin-top: 11rem !important;
    }
    .mt-lg-48 {
        margin-top: 12rem !important;
    }
    .mt-lg-80 {
        margin-top: 20rem !important;
    }
    .mt-lg-6px {
        margin-top: 6px !important;
    }
    .mt-lg-10px {
        margin-top: 10px !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: 0.75rem !important;
    }
    .me-lg-4 {
        margin-right: 1rem !important;
    }
    .me-lg-5 {
        margin-right: var(--dx-spacer) !important;
    }
    .me-lg-6 {
        margin-right: 1.5rem !important;
    }
    .me-lg-7 {
        margin-right: 1.75rem !important;
    }
    .me-lg-8 {
        margin-right: 2rem !important;
    }
    .me-lg-9 {
        margin-right: 2.25rem !important;
    }
    .me-lg-10 {
        margin-right: 2.5rem !important;
    }
    .me-lg-12 {
        margin-right: 3rem !important;
    }
    .me-lg-14 {
        margin-right: 3.5rem !important;
    }
    .me-lg-16 {
        margin-right: 4rem !important;
    }
    .me-lg-20 {
        margin-right: 5rem !important;
    }
    .me-lg-24 {
        margin-right: 6rem !important;
    }
    .me-lg-28 {
        margin-right: 7rem !important;
    }
    .me-lg-36 {
        margin-right: 9rem !important;
    }
    .me-lg-40 {
        margin-right: 10rem !important;
    }
    .me-lg-44 {
        margin-right: 11rem !important;
    }
    .me-lg-48 {
        margin-right: 12rem !important;
    }
    .me-lg-80 {
        margin-right: 20rem !important;
    }
    .me-lg-6px {
        margin-right: 6px !important;
    }
    .me-lg-10px {
        margin-right: 10px !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: 0.75rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-5 {
        margin-bottom: var(--dx-spacer) !important;
    }
    .mb-lg-6 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 1.75rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 2rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 2.25rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 2.5rem !important;
    }
    .mb-lg-12 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-lg-16 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-20 {
        margin-bottom: 5rem !important;
    }
    .mb-lg-24 {
        margin-bottom: 6rem !important;
    }
    .mb-lg-28 {
        margin-bottom: 7rem !important;
    }
    .mb-lg-36 {
        margin-bottom: 9rem !important;
    }
    .mb-lg-40 {
        margin-bottom: 10rem !important;
    }
    .mb-lg-44 {
        margin-bottom: 11rem !important;
    }
    .mb-lg-48 {
        margin-bottom: 12rem !important;
    }
    .mb-lg-80 {
        margin-bottom: 20rem !important;
    }
    .mb-lg-6px {
        margin-bottom: 6px !important;
    }
    .mb-lg-10px {
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .ms-lg-4 {
        margin-left: 1rem !important;
    }
    .ms-lg-5 {
        margin-left: var(--dx-spacer) !important;
    }
    .ms-lg-6 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-7 {
        margin-left: 1.75rem !important;
    }
    .ms-lg-8 {
        margin-left: 2rem !important;
    }
    .ms-lg-9 {
        margin-left: 2.25rem !important;
    }
    .ms-lg-10 {
        margin-left: 2.5rem !important;
    }
    .ms-lg-12 {
        margin-left: 3rem !important;
    }
    .ms-lg-14 {
        margin-left: 3.5rem !important;
    }
    .ms-lg-16 {
        margin-left: 4rem !important;
    }
    .ms-lg-20 {
        margin-left: 5rem !important;
    }
    .ms-lg-24 {
        margin-left: 6rem !important;
    }
    .ms-lg-28 {
        margin-left: 7rem !important;
    }
    .ms-lg-36 {
        margin-left: 9rem !important;
    }
    .ms-lg-40 {
        margin-left: 10rem !important;
    }
    .ms-lg-44 {
        margin-left: 11rem !important;
    }
    .ms-lg-48 {
        margin-left: 12rem !important;
    }
    .ms-lg-80 {
        margin-left: 20rem !important;
    }
    .ms-lg-6px {
        margin-left: 6px !important;
    }
    .ms-lg-10px {
        margin-left: 10px !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -0.75rem !important;
    }
    .m-lg-n4 {
        margin: -1rem !important;
    }
    .m-lg-n5 {
        margin: -var(--dx-spacer) !important;
    }
    .m-lg-n6 {
        margin: -1.5rem !important;
    }
    .m-lg-n7 {
        margin: -1.75rem !important;
    }
    .m-lg-n8 {
        margin: -2rem !important;
    }
    .m-lg-n9 {
        margin: -2.25rem !important;
    }
    .m-lg-n10 {
        margin: -2.5rem !important;
    }
    .m-lg-n12 {
        margin: -3rem !important;
    }
    .m-lg-n14 {
        margin: -3.5rem !important;
    }
    .m-lg-n16 {
        margin: -4rem !important;
    }
    .m-lg-n20 {
        margin: -5rem !important;
    }
    .m-lg-n24 {
        margin: -6rem !important;
    }
    .m-lg-n28 {
        margin: -7rem !important;
    }
    .m-lg-n36 {
        margin: -9rem !important;
    }
    .m-lg-n40 {
        margin: -10rem !important;
    }
    .m-lg-n44 {
        margin: -11rem !important;
    }
    .m-lg-n48 {
        margin: -12rem !important;
    }
    .m-lg-n80 {
        margin: -20rem !important;
    }
    .m-lg-n6px {
        margin: -6px !important;
    }
    .m-lg-n10px {
        margin: -10px !important;
    }
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-lg-n3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }
    .mx-lg-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-lg-n5 {
        margin-right: -var(--dx-spacer) !important;
        margin-left: -var(--dx-spacer) !important;
    }
    .mx-lg-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-lg-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important;
    }
    .mx-lg-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }
    .mx-lg-n9 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-lg-n10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }
    .mx-lg-n12 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-lg-n14 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important;
    }
    .mx-lg-n16 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-lg-n20 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-lg-n24 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-lg-n28 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-lg-n36 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-lg-n40 {
        margin-left: -10rem !important;
        margin-right: -10rem !important;
    }
    .mx-lg-n44 {
        margin-left: -11rem !important;
        margin-right: -11rem !important;
    }
    .mx-lg-n48 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-lg-n80 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-lg-n6px {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
    .mx-lg-n10px {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-lg-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-lg-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-lg-n5 {
        margin-top: -var(--dx-spacer) !important;
        margin-bottom: -var(--dx-spacer) !important;
    }
    .my-lg-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-lg-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-lg-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-lg-n9 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-lg-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-lg-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-lg-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-lg-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-lg-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .my-lg-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-lg-n28 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important;
    }
    .my-lg-n36 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }
    .my-lg-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }
    .my-lg-n44 {
        margin-top: -11rem !important;
        margin-bottom: -11rem !important;
    }
    .my-lg-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-lg-n80 {
        margin-top: -20rem !important;
        margin-bottom: -20rem !important;
    }
    .my-lg-n6px {
        margin-top: -6px !important;
        margin-bottom: -6px !important;
    }
    .my-lg-n10px {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-lg-n3 {
        margin-top: -0.75rem !important;
    }
    .mt-lg-n4 {
        margin-top: -1rem !important;
    }
    .mt-lg-n5 {
        margin-top: -var(--dx-spacer) !important;
    }
    .mt-lg-n6 {
        margin-top: -1.5rem !important;
    }
    .mt-lg-n7 {
        margin-top: -1.75rem !important;
    }
    .mt-lg-n8 {
        margin-top: -2rem !important;
    }
    .mt-lg-n9 {
        margin-top: -2.25rem !important;
    }
    .mt-lg-n10 {
        margin-top: -2.5rem !important;
    }
    .mt-lg-n12 {
        margin-top: -3rem !important;
    }
    .mt-lg-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-lg-n16 {
        margin-top: -4rem !important;
    }
    .mt-lg-n20 {
        margin-top: -5rem !important;
    }
    .mt-lg-n24 {
        margin-top: -6rem !important;
    }
    .mt-lg-n28 {
        margin-top: -7rem !important;
    }
    .mt-lg-n36 {
        margin-top: -9rem !important;
    }
    .mt-lg-n40 {
        margin-top: -10rem !important;
    }
    .mt-lg-n44 {
        margin-top: -11rem !important;
    }
    .mt-lg-n48 {
        margin-top: -12rem !important;
    }
    .mt-lg-n80 {
        margin-top: -20rem !important;
    }
    .mt-lg-n6px {
        margin-top: -6px !important;
    }
    .mt-lg-n10px {
        margin-top: -10px !important;
    }
    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .me-lg-n3 {
        margin-right: -0.75rem !important;
    }
    .me-lg-n4 {
        margin-right: -1rem !important;
    }
    .me-lg-n5 {
        margin-right: -var(--dx-spacer) !important;
    }
    .me-lg-n6 {
        margin-right: -1.5rem !important;
    }
    .me-lg-n7 {
        margin-right: -1.75rem !important;
    }
    .me-lg-n8 {
        margin-right: -2rem !important;
    }
    .me-lg-n9 {
        margin-right: -2.25rem !important;
    }
    .me-lg-n10 {
        margin-right: -2.5rem !important;
    }
    .me-lg-n12 {
        margin-right: -3rem !important;
    }
    .me-lg-n14 {
        margin-right: -3.5rem !important;
    }
    .me-lg-n16 {
        margin-right: -4rem !important;
    }
    .me-lg-n20 {
        margin-right: -5rem !important;
    }
    .me-lg-n24 {
        margin-right: -6rem !important;
    }
    .me-lg-n28 {
        margin-right: -7rem !important;
    }
    .me-lg-n36 {
        margin-right: -9rem !important;
    }
    .me-lg-n40 {
        margin-right: -10rem !important;
    }
    .me-lg-n44 {
        margin-right: -11rem !important;
    }
    .me-lg-n48 {
        margin-right: -12rem !important;
    }
    .me-lg-n80 {
        margin-right: -20rem !important;
    }
    .me-lg-n6px {
        margin-right: -6px !important;
    }
    .me-lg-n10px {
        margin-right: -10px !important;
    }
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-lg-n3 {
        margin-bottom: -0.75rem !important;
    }
    .mb-lg-n4 {
        margin-bottom: -1rem !important;
    }
    .mb-lg-n5 {
        margin-bottom: -var(--dx-spacer) !important;
    }
    .mb-lg-n6 {
        margin-bottom: -1.5rem !important;
    }
    .mb-lg-n7 {
        margin-bottom: -1.75rem !important;
    }
    .mb-lg-n8 {
        margin-bottom: -2rem !important;
    }
    .mb-lg-n9 {
        margin-bottom: -2.25rem !important;
    }
    .mb-lg-n10 {
        margin-bottom: -2.5rem !important;
    }
    .mb-lg-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-lg-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-lg-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-lg-n20 {
        margin-bottom: -5rem !important;
    }
    .mb-lg-n24 {
        margin-bottom: -6rem !important;
    }
    .mb-lg-n28 {
        margin-bottom: -7rem !important;
    }
    .mb-lg-n36 {
        margin-bottom: -9rem !important;
    }
    .mb-lg-n40 {
        margin-bottom: -10rem !important;
    }
    .mb-lg-n44 {
        margin-bottom: -11rem !important;
    }
    .mb-lg-n48 {
        margin-bottom: -12rem !important;
    }
    .mb-lg-n80 {
        margin-bottom: -20rem !important;
    }
    .mb-lg-n6px {
        margin-bottom: -6px !important;
    }
    .mb-lg-n10px {
        margin-bottom: -10px !important;
    }
    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-lg-n3 {
        margin-left: -0.75rem !important;
    }
    .ms-lg-n4 {
        margin-left: -1rem !important;
    }
    .ms-lg-n5 {
        margin-left: -var(--dx-spacer) !important;
    }
    .ms-lg-n6 {
        margin-left: -1.5rem !important;
    }
    .ms-lg-n7 {
        margin-left: -1.75rem !important;
    }
    .ms-lg-n8 {
        margin-left: -2rem !important;
    }
    .ms-lg-n9 {
        margin-left: -2.25rem !important;
    }
    .ms-lg-n10 {
        margin-left: -2.5rem !important;
    }
    .ms-lg-n12 {
        margin-left: -3rem !important;
    }
    .ms-lg-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-lg-n16 {
        margin-left: -4rem !important;
    }
    .ms-lg-n20 {
        margin-left: -5rem !important;
    }
    .ms-lg-n24 {
        margin-left: -6rem !important;
    }
    .ms-lg-n28 {
        margin-left: -7rem !important;
    }
    .ms-lg-n36 {
        margin-left: -9rem !important;
    }
    .ms-lg-n40 {
        margin-left: -10rem !important;
    }
    .ms-lg-n44 {
        margin-left: -11rem !important;
    }
    .ms-lg-n48 {
        margin-left: -12rem !important;
    }
    .ms-lg-n80 {
        margin-left: -20rem !important;
    }
    .ms-lg-n6px {
        margin-left: -6px !important;
    }
    .ms-lg-n10px {
        margin-left: -10px !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: 0.75rem !important;
    }
    .p-lg-4 {
        padding: 1rem !important;
    }
    .p-lg-5 {
        padding: var(--dx-spacer) !important;
    }
    .p-lg-6 {
        padding: 1.5rem !important;
    }
    .p-lg-7 {
        padding: 1.75rem !important;
    }
    .p-lg-8 {
        padding: 2rem !important;
    }
    .p-lg-9 {
        padding: 2.25rem !important;
    }
    .p-lg-10 {
        padding: 2.5rem !important;
    }
    .p-lg-12 {
        padding: 3rem !important;
    }
    .p-lg-14 {
        padding: 3.5rem !important;
    }
    .p-lg-16 {
        padding: 4rem !important;
    }
    .p-lg-20 {
        padding: 5rem !important;
    }
    .p-lg-24 {
        padding: 6rem !important;
    }
    .p-lg-28 {
        padding: 7rem !important;
    }
    .p-lg-36 {
        padding: 9rem !important;
    }
    .p-lg-40 {
        padding: 10rem !important;
    }
    .p-lg-44 {
        padding: 11rem !important;
    }
    .p-lg-48 {
        padding: 12rem !important;
    }
    .p-lg-80 {
        padding: 20rem !important;
    }
    .p-lg-6px {
        padding: 6px !important;
    }
    .p-lg-10px {
        padding: 10px !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-lg-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-lg-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-lg-5 {
        padding-right: var(--dx-spacer) !important;
        padding-left: var(--dx-spacer) !important;
    }
    .px-lg-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-lg-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .px-lg-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-lg-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-lg-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-lg-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-lg-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-lg-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-lg-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-lg-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-lg-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-lg-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-lg-40 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .px-lg-44 {
        padding-left: 11rem !important;
        padding-right: 11rem !important;
    }
    .px-lg-48 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-lg-80 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-lg-6px {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .px-lg-10px {
        padding-left: 10px !important;
        padding-right: 10px !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: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-lg-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-5 {
        padding-top: var(--dx-spacer) !important;
        padding-bottom: var(--dx-spacer) !important;
    }
    .py-lg-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-lg-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-lg-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-lg-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-lg-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-lg-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-lg-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-lg-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-lg-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .py-lg-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-lg-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .py-lg-44 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }
    .py-lg-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-lg-80 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }
    .py-lg-6px {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .py-lg-10px {
        padding-top: 10px !important;
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .pt-lg-4 {
        padding-top: 1rem !important;
    }
    .pt-lg-5 {
        padding-top: var(--dx-spacer) !important;
    }
    .pt-lg-6 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-7 {
        padding-top: 1.75rem !important;
    }
    .pt-lg-8 {
        padding-top: 2rem !important;
    }
    .pt-lg-9 {
        padding-top: 2.25rem !important;
    }
    .pt-lg-10 {
        padding-top: 2.5rem !important;
    }
    .pt-lg-12 {
        padding-top: 3rem !important;
    }
    .pt-lg-14 {
        padding-top: 3.5rem !important;
    }
    .pt-lg-16 {
        padding-top: 4rem !important;
    }
    .pt-lg-20 {
        padding-top: 5rem !important;
    }
    .pt-lg-24 {
        padding-top: 6rem !important;
    }
    .pt-lg-28 {
        padding-top: 7rem !important;
    }
    .pt-lg-36 {
        padding-top: 9rem !important;
    }
    .pt-lg-40 {
        padding-top: 10rem !important;
    }
    .pt-lg-44 {
        padding-top: 11rem !important;
    }
    .pt-lg-48 {
        padding-top: 12rem !important;
    }
    .pt-lg-80 {
        padding-top: 20rem !important;
    }
    .pt-lg-6px {
        padding-top: 6px !important;
    }
    .pt-lg-10px {
        padding-top: 10px !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: 0.75rem !important;
    }
    .pe-lg-4 {
        padding-right: 1rem !important;
    }
    .pe-lg-5 {
        padding-right: var(--dx-spacer) !important;
    }
    .pe-lg-6 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-7 {
        padding-right: 1.75rem !important;
    }
    .pe-lg-8 {
        padding-right: 2rem !important;
    }
    .pe-lg-9 {
        padding-right: 2.25rem !important;
    }
    .pe-lg-10 {
        padding-right: 2.5rem !important;
    }
    .pe-lg-12 {
        padding-right: 3rem !important;
    }
    .pe-lg-14 {
        padding-right: 3.5rem !important;
    }
    .pe-lg-16 {
        padding-right: 4rem !important;
    }
    .pe-lg-20 {
        padding-right: 5rem !important;
    }
    .pe-lg-24 {
        padding-right: 6rem !important;
    }
    .pe-lg-28 {
        padding-right: 7rem !important;
    }
    .pe-lg-36 {
        padding-right: 9rem !important;
    }
    .pe-lg-40 {
        padding-right: 10rem !important;
    }
    .pe-lg-44 {
        padding-right: 11rem !important;
    }
    .pe-lg-48 {
        padding-right: 12rem !important;
    }
    .pe-lg-80 {
        padding-right: 20rem !important;
    }
    .pe-lg-6px {
        padding-right: 6px !important;
    }
    .pe-lg-10px {
        padding-right: 10px !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: 0.75rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-5 {
        padding-bottom: var(--dx-spacer) !important;
    }
    .pb-lg-6 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 1.75rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 2rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 2.25rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 2.5rem !important;
    }
    .pb-lg-12 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-lg-16 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-20 {
        padding-bottom: 5rem !important;
    }
    .pb-lg-24 {
        padding-bottom: 6rem !important;
    }
    .pb-lg-28 {
        padding-bottom: 7rem !important;
    }
    .pb-lg-36 {
        padding-bottom: 9rem !important;
    }
    .pb-lg-40 {
        padding-bottom: 10rem !important;
    }
    .pb-lg-44 {
        padding-bottom: 11rem !important;
    }
    .pb-lg-48 {
        padding-bottom: 12rem !important;
    }
    .pb-lg-80 {
        padding-bottom: 20rem !important;
    }
    .pb-lg-6px {
        padding-bottom: 6px !important;
    }
    .pb-lg-10px {
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .ps-lg-4 {
        padding-left: 1rem !important;
    }
    .ps-lg-5 {
        padding-left: var(--dx-spacer) !important;
    }
    .ps-lg-6 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-7 {
        padding-left: 1.75rem !important;
    }
    .ps-lg-8 {
        padding-left: 2rem !important;
    }
    .ps-lg-9 {
        padding-left: 2.25rem !important;
    }
    .ps-lg-10 {
        padding-left: 2.5rem !important;
    }
    .ps-lg-12 {
        padding-left: 3rem !important;
    }
    .ps-lg-14 {
        padding-left: 3.5rem !important;
    }
    .ps-lg-16 {
        padding-left: 4rem !important;
    }
    .ps-lg-20 {
        padding-left: 5rem !important;
    }
    .ps-lg-24 {
        padding-left: 6rem !important;
    }
    .ps-lg-28 {
        padding-left: 7rem !important;
    }
    .ps-lg-36 {
        padding-left: 9rem !important;
    }
    .ps-lg-40 {
        padding-left: 10rem !important;
    }
    .ps-lg-44 {
        padding-left: 11rem !important;
    }
    .ps-lg-48 {
        padding-left: 12rem !important;
    }
    .ps-lg-80 {
        padding-left: 20rem !important;
    }
    .ps-lg-6px {
        padding-left: 6px !important;
    }
    .ps-lg-10px {
        padding-left: 10px !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: 0.75rem !important;
    }
    .gap-lg-4 {
        gap: 1rem !important;
    }
    .gap-lg-5 {
        gap: var(--dx-spacer) !important;
    }
    .gap-lg-6 {
        gap: 1.5rem !important;
    }
    .gap-lg-7 {
        gap: 1.75rem !important;
    }
    .gap-lg-8 {
        gap: 2rem !important;
    }
    .gap-lg-9 {
        gap: 2.25rem !important;
    }
    .gap-lg-10 {
        gap: 2.5rem !important;
    }
    .gap-lg-12 {
        gap: 3rem !important;
    }
    .gap-lg-14 {
        gap: 3.5rem !important;
    }
    .gap-lg-16 {
        gap: 4rem !important;
    }
    .gap-lg-20 {
        gap: 5rem !important;
    }
    .gap-lg-24 {
        gap: 6rem !important;
    }
    .gap-lg-28 {
        gap: 7rem !important;
    }
    .gap-lg-36 {
        gap: 9rem !important;
    }
    .gap-lg-40 {
        gap: 10rem !important;
    }
    .gap-lg-44 {
        gap: 11rem !important;
    }
    .gap-lg-48 {
        gap: 12rem !important;
    }
    .gap-lg-80 {
        gap: 20rem !important;
    }
    .gap-lg-6px {
        gap: 6px !important;
    }
    .gap-lg-10px {
        gap: 10px !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 0.75rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1rem !important;
    }
    .row-gap-lg-5 {
        row-gap: var(--dx-spacer) !important;
    }
    .row-gap-lg-6 {
        row-gap: 1.5rem !important;
    }
    .row-gap-lg-7 {
        row-gap: 1.75rem !important;
    }
    .row-gap-lg-8 {
        row-gap: 2rem !important;
    }
    .row-gap-lg-9 {
        row-gap: 2.25rem !important;
    }
    .row-gap-lg-10 {
        row-gap: 2.5rem !important;
    }
    .row-gap-lg-12 {
        row-gap: 3rem !important;
    }
    .row-gap-lg-14 {
        row-gap: 3.5rem !important;
    }
    .row-gap-lg-16 {
        row-gap: 4rem !important;
    }
    .row-gap-lg-20 {
        row-gap: 5rem !important;
    }
    .row-gap-lg-24 {
        row-gap: 6rem !important;
    }
    .row-gap-lg-28 {
        row-gap: 7rem !important;
    }
    .row-gap-lg-36 {
        row-gap: 9rem !important;
    }
    .row-gap-lg-40 {
        row-gap: 10rem !important;
    }
    .row-gap-lg-44 {
        row-gap: 11rem !important;
    }
    .row-gap-lg-48 {
        row-gap: 12rem !important;
    }
    .row-gap-lg-80 {
        row-gap: 20rem !important;
    }
    .row-gap-lg-6px {
        row-gap: 6px !important;
    }
    .row-gap-lg-10px {
        row-gap: 10px !important;
    }
    .column-gap-lg-0 {
        column-gap: 0 !important;
    }
    .column-gap-lg-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
        column-gap: 0.75rem !important;
    }
    .column-gap-lg-4 {
        column-gap: 1rem !important;
    }
    .column-gap-lg-5 {
        column-gap: var(--dx-spacer) !important;
    }
    .column-gap-lg-6 {
        column-gap: 1.5rem !important;
    }
    .column-gap-lg-7 {
        column-gap: 1.75rem !important;
    }
    .column-gap-lg-8 {
        column-gap: 2rem !important;
    }
    .column-gap-lg-9 {
        column-gap: 2.25rem !important;
    }
    .column-gap-lg-10 {
        column-gap: 2.5rem !important;
    }
    .column-gap-lg-12 {
        column-gap: 3rem !important;
    }
    .column-gap-lg-14 {
        column-gap: 3.5rem !important;
    }
    .column-gap-lg-16 {
        column-gap: 4rem !important;
    }
    .column-gap-lg-20 {
        column-gap: 5rem !important;
    }
    .column-gap-lg-24 {
        column-gap: 6rem !important;
    }
    .column-gap-lg-28 {
        column-gap: 7rem !important;
    }
    .column-gap-lg-36 {
        column-gap: 9rem !important;
    }
    .column-gap-lg-40 {
        column-gap: 10rem !important;
    }
    .column-gap-lg-44 {
        column-gap: 11rem !important;
    }
    .column-gap-lg-48 {
        column-gap: 12rem !important;
    }
    .column-gap-lg-80 {
        column-gap: 20rem !important;
    }
    .column-gap-lg-6px {
        column-gap: 6px !important;
    }
    .column-gap-lg-10px {
        column-gap: 10px !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (width>=1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .object-fit-xl-contain {
        object-fit: contain !important;
    }
    .object-fit-xl-cover {
        object-fit: cover !important;
    }
    .object-fit-xl-fill {
        object-fit: fill !important;
    }
    .object-fit-xl-scale {
        object-fit: scale-down !important;
    }
    .object-fit-xl-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .border-xl {
        border: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-xl-0 {
        border: 0 !important;
    }
    .border-top-xl {
        border-top: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-top-xl-0 {
        border-top: 0 !important;
    }
    .border-end-xl {
        border-right: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-end-xl-0 {
        border-right: 0 !important;
    }
    .border-bottom-xl {
        border-bottom: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-bottom-xl-0 {
        border-bottom: 0 !important;
    }
    .border-start-xl {
        border-left: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-start-xl-0 {
        border-left: 0 !important;
    }
    .flex-xl-fill {
        flex: 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: 0.75rem !important;
    }
    .m-xl-4 {
        margin: 1rem !important;
    }
    .m-xl-5 {
        margin: var(--dx-spacer) !important;
    }
    .m-xl-6 {
        margin: 1.5rem !important;
    }
    .m-xl-7 {
        margin: 1.75rem !important;
    }
    .m-xl-8 {
        margin: 2rem !important;
    }
    .m-xl-9 {
        margin: 2.25rem !important;
    }
    .m-xl-10 {
        margin: 2.5rem !important;
    }
    .m-xl-12 {
        margin: 3rem !important;
    }
    .m-xl-14 {
        margin: 3.5rem !important;
    }
    .m-xl-16 {
        margin: 4rem !important;
    }
    .m-xl-20 {
        margin: 5rem !important;
    }
    .m-xl-24 {
        margin: 6rem !important;
    }
    .m-xl-28 {
        margin: 7rem !important;
    }
    .m-xl-36 {
        margin: 9rem !important;
    }
    .m-xl-40 {
        margin: 10rem !important;
    }
    .m-xl-44 {
        margin: 11rem !important;
    }
    .m-xl-48 {
        margin: 12rem !important;
    }
    .m-xl-80 {
        margin: 20rem !important;
    }
    .m-xl-6px {
        margin: 6px !important;
    }
    .m-xl-10px {
        margin: 10px !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-xl-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xl-5 {
        margin-right: var(--dx-spacer) !important;
        margin-left: var(--dx-spacer) !important;
    }
    .mx-xl-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xl-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }
    .mx-xl-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-xl-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-xl-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-xl-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xl-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-xl-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-xl-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-xl-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-xl-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-xl-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-xl-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-xl-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }
    .mx-xl-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-xl-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-xl-6px {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .mx-xl-10px {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: 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: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-xl-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-5 {
        margin-top: var(--dx-spacer) !important;
        margin-bottom: var(--dx-spacer) !important;
    }
    .my-xl-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-xl-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-xl-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-xl-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-xl-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-xl-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-xl-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-xl-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-xl-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .my-xl-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .my-xl-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .my-xl-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }
    .my-xl-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-xl-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }
    .my-xl-6px {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .my-xl-10px {
        margin-top: 10px !important;
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .mt-xl-4 {
        margin-top: 1rem !important;
    }
    .mt-xl-5 {
        margin-top: var(--dx-spacer) !important;
    }
    .mt-xl-6 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-7 {
        margin-top: 1.75rem !important;
    }
    .mt-xl-8 {
        margin-top: 2rem !important;
    }
    .mt-xl-9 {
        margin-top: 2.25rem !important;
    }
    .mt-xl-10 {
        margin-top: 2.5rem !important;
    }
    .mt-xl-12 {
        margin-top: 3rem !important;
    }
    .mt-xl-14 {
        margin-top: 3.5rem !important;
    }
    .mt-xl-16 {
        margin-top: 4rem !important;
    }
    .mt-xl-20 {
        margin-top: 5rem !important;
    }
    .mt-xl-24 {
        margin-top: 6rem !important;
    }
    .mt-xl-28 {
        margin-top: 7rem !important;
    }
    .mt-xl-36 {
        margin-top: 9rem !important;
    }
    .mt-xl-40 {
        margin-top: 10rem !important;
    }
    .mt-xl-44 {
        margin-top: 11rem !important;
    }
    .mt-xl-48 {
        margin-top: 12rem !important;
    }
    .mt-xl-80 {
        margin-top: 20rem !important;
    }
    .mt-xl-6px {
        margin-top: 6px !important;
    }
    .mt-xl-10px {
        margin-top: 10px !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: 0.75rem !important;
    }
    .me-xl-4 {
        margin-right: 1rem !important;
    }
    .me-xl-5 {
        margin-right: var(--dx-spacer) !important;
    }
    .me-xl-6 {
        margin-right: 1.5rem !important;
    }
    .me-xl-7 {
        margin-right: 1.75rem !important;
    }
    .me-xl-8 {
        margin-right: 2rem !important;
    }
    .me-xl-9 {
        margin-right: 2.25rem !important;
    }
    .me-xl-10 {
        margin-right: 2.5rem !important;
    }
    .me-xl-12 {
        margin-right: 3rem !important;
    }
    .me-xl-14 {
        margin-right: 3.5rem !important;
    }
    .me-xl-16 {
        margin-right: 4rem !important;
    }
    .me-xl-20 {
        margin-right: 5rem !important;
    }
    .me-xl-24 {
        margin-right: 6rem !important;
    }
    .me-xl-28 {
        margin-right: 7rem !important;
    }
    .me-xl-36 {
        margin-right: 9rem !important;
    }
    .me-xl-40 {
        margin-right: 10rem !important;
    }
    .me-xl-44 {
        margin-right: 11rem !important;
    }
    .me-xl-48 {
        margin-right: 12rem !important;
    }
    .me-xl-80 {
        margin-right: 20rem !important;
    }
    .me-xl-6px {
        margin-right: 6px !important;
    }
    .me-xl-10px {
        margin-right: 10px !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: 0.75rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-5 {
        margin-bottom: var(--dx-spacer) !important;
    }
    .mb-xl-6 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 1.75rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 2rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 2.25rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 2.5rem !important;
    }
    .mb-xl-12 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-xl-16 {
        margin-bottom: 4rem !important;
    }
    .mb-xl-20 {
        margin-bottom: 5rem !important;
    }
    .mb-xl-24 {
        margin-bottom: 6rem !important;
    }
    .mb-xl-28 {
        margin-bottom: 7rem !important;
    }
    .mb-xl-36 {
        margin-bottom: 9rem !important;
    }
    .mb-xl-40 {
        margin-bottom: 10rem !important;
    }
    .mb-xl-44 {
        margin-bottom: 11rem !important;
    }
    .mb-xl-48 {
        margin-bottom: 12rem !important;
    }
    .mb-xl-80 {
        margin-bottom: 20rem !important;
    }
    .mb-xl-6px {
        margin-bottom: 6px !important;
    }
    .mb-xl-10px {
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .ms-xl-4 {
        margin-left: 1rem !important;
    }
    .ms-xl-5 {
        margin-left: var(--dx-spacer) !important;
    }
    .ms-xl-6 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-7 {
        margin-left: 1.75rem !important;
    }
    .ms-xl-8 {
        margin-left: 2rem !important;
    }
    .ms-xl-9 {
        margin-left: 2.25rem !important;
    }
    .ms-xl-10 {
        margin-left: 2.5rem !important;
    }
    .ms-xl-12 {
        margin-left: 3rem !important;
    }
    .ms-xl-14 {
        margin-left: 3.5rem !important;
    }
    .ms-xl-16 {
        margin-left: 4rem !important;
    }
    .ms-xl-20 {
        margin-left: 5rem !important;
    }
    .ms-xl-24 {
        margin-left: 6rem !important;
    }
    .ms-xl-28 {
        margin-left: 7rem !important;
    }
    .ms-xl-36 {
        margin-left: 9rem !important;
    }
    .ms-xl-40 {
        margin-left: 10rem !important;
    }
    .ms-xl-44 {
        margin-left: 11rem !important;
    }
    .ms-xl-48 {
        margin-left: 12rem !important;
    }
    .ms-xl-80 {
        margin-left: 20rem !important;
    }
    .ms-xl-6px {
        margin-left: 6px !important;
    }
    .ms-xl-10px {
        margin-left: 10px !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -0.75rem !important;
    }
    .m-xl-n4 {
        margin: -1rem !important;
    }
    .m-xl-n5 {
        margin: -var(--dx-spacer) !important;
    }
    .m-xl-n6 {
        margin: -1.5rem !important;
    }
    .m-xl-n7 {
        margin: -1.75rem !important;
    }
    .m-xl-n8 {
        margin: -2rem !important;
    }
    .m-xl-n9 {
        margin: -2.25rem !important;
    }
    .m-xl-n10 {
        margin: -2.5rem !important;
    }
    .m-xl-n12 {
        margin: -3rem !important;
    }
    .m-xl-n14 {
        margin: -3.5rem !important;
    }
    .m-xl-n16 {
        margin: -4rem !important;
    }
    .m-xl-n20 {
        margin: -5rem !important;
    }
    .m-xl-n24 {
        margin: -6rem !important;
    }
    .m-xl-n28 {
        margin: -7rem !important;
    }
    .m-xl-n36 {
        margin: -9rem !important;
    }
    .m-xl-n40 {
        margin: -10rem !important;
    }
    .m-xl-n44 {
        margin: -11rem !important;
    }
    .m-xl-n48 {
        margin: -12rem !important;
    }
    .m-xl-n80 {
        margin: -20rem !important;
    }
    .m-xl-n6px {
        margin: -6px !important;
    }
    .m-xl-n10px {
        margin: -10px !important;
    }
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-xl-n3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }
    .mx-xl-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-xl-n5 {
        margin-right: -var(--dx-spacer) !important;
        margin-left: -var(--dx-spacer) !important;
    }
    .mx-xl-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-xl-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important;
    }
    .mx-xl-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }
    .mx-xl-n9 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-xl-n10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }
    .mx-xl-n12 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-xl-n14 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important;
    }
    .mx-xl-n16 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-xl-n20 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-xl-n24 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-xl-n28 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-xl-n36 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-xl-n40 {
        margin-left: -10rem !important;
        margin-right: -10rem !important;
    }
    .mx-xl-n44 {
        margin-left: -11rem !important;
        margin-right: -11rem !important;
    }
    .mx-xl-n48 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-xl-n80 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-xl-n6px {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
    .mx-xl-n10px {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xl-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-xl-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xl-n5 {
        margin-top: -var(--dx-spacer) !important;
        margin-bottom: -var(--dx-spacer) !important;
    }
    .my-xl-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xl-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-xl-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-xl-n9 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-xl-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-xl-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-xl-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-xl-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-xl-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .my-xl-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-xl-n28 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important;
    }
    .my-xl-n36 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }
    .my-xl-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }
    .my-xl-n44 {
        margin-top: -11rem !important;
        margin-bottom: -11rem !important;
    }
    .my-xl-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-xl-n80 {
        margin-top: -20rem !important;
        margin-bottom: -20rem !important;
    }
    .my-xl-n6px {
        margin-top: -6px !important;
        margin-bottom: -6px !important;
    }
    .my-xl-n10px {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xl-n3 {
        margin-top: -0.75rem !important;
    }
    .mt-xl-n4 {
        margin-top: -1rem !important;
    }
    .mt-xl-n5 {
        margin-top: -var(--dx-spacer) !important;
    }
    .mt-xl-n6 {
        margin-top: -1.5rem !important;
    }
    .mt-xl-n7 {
        margin-top: -1.75rem !important;
    }
    .mt-xl-n8 {
        margin-top: -2rem !important;
    }
    .mt-xl-n9 {
        margin-top: -2.25rem !important;
    }
    .mt-xl-n10 {
        margin-top: -2.5rem !important;
    }
    .mt-xl-n12 {
        margin-top: -3rem !important;
    }
    .mt-xl-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-xl-n16 {
        margin-top: -4rem !important;
    }
    .mt-xl-n20 {
        margin-top: -5rem !important;
    }
    .mt-xl-n24 {
        margin-top: -6rem !important;
    }
    .mt-xl-n28 {
        margin-top: -7rem !important;
    }
    .mt-xl-n36 {
        margin-top: -9rem !important;
    }
    .mt-xl-n40 {
        margin-top: -10rem !important;
    }
    .mt-xl-n44 {
        margin-top: -11rem !important;
    }
    .mt-xl-n48 {
        margin-top: -12rem !important;
    }
    .mt-xl-n80 {
        margin-top: -20rem !important;
    }
    .mt-xl-n6px {
        margin-top: -6px !important;
    }
    .mt-xl-n10px {
        margin-top: -10px !important;
    }
    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xl-n3 {
        margin-right: -0.75rem !important;
    }
    .me-xl-n4 {
        margin-right: -1rem !important;
    }
    .me-xl-n5 {
        margin-right: -var(--dx-spacer) !important;
    }
    .me-xl-n6 {
        margin-right: -1.5rem !important;
    }
    .me-xl-n7 {
        margin-right: -1.75rem !important;
    }
    .me-xl-n8 {
        margin-right: -2rem !important;
    }
    .me-xl-n9 {
        margin-right: -2.25rem !important;
    }
    .me-xl-n10 {
        margin-right: -2.5rem !important;
    }
    .me-xl-n12 {
        margin-right: -3rem !important;
    }
    .me-xl-n14 {
        margin-right: -3.5rem !important;
    }
    .me-xl-n16 {
        margin-right: -4rem !important;
    }
    .me-xl-n20 {
        margin-right: -5rem !important;
    }
    .me-xl-n24 {
        margin-right: -6rem !important;
    }
    .me-xl-n28 {
        margin-right: -7rem !important;
    }
    .me-xl-n36 {
        margin-right: -9rem !important;
    }
    .me-xl-n40 {
        margin-right: -10rem !important;
    }
    .me-xl-n44 {
        margin-right: -11rem !important;
    }
    .me-xl-n48 {
        margin-right: -12rem !important;
    }
    .me-xl-n80 {
        margin-right: -20rem !important;
    }
    .me-xl-n6px {
        margin-right: -6px !important;
    }
    .me-xl-n10px {
        margin-right: -10px !important;
    }
    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xl-n3 {
        margin-bottom: -0.75rem !important;
    }
    .mb-xl-n4 {
        margin-bottom: -1rem !important;
    }
    .mb-xl-n5 {
        margin-bottom: -var(--dx-spacer) !important;
    }
    .mb-xl-n6 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xl-n7 {
        margin-bottom: -1.75rem !important;
    }
    .mb-xl-n8 {
        margin-bottom: -2rem !important;
    }
    .mb-xl-n9 {
        margin-bottom: -2.25rem !important;
    }
    .mb-xl-n10 {
        margin-bottom: -2.5rem !important;
    }
    .mb-xl-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-xl-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-xl-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-xl-n20 {
        margin-bottom: -5rem !important;
    }
    .mb-xl-n24 {
        margin-bottom: -6rem !important;
    }
    .mb-xl-n28 {
        margin-bottom: -7rem !important;
    }
    .mb-xl-n36 {
        margin-bottom: -9rem !important;
    }
    .mb-xl-n40 {
        margin-bottom: -10rem !important;
    }
    .mb-xl-n44 {
        margin-bottom: -11rem !important;
    }
    .mb-xl-n48 {
        margin-bottom: -12rem !important;
    }
    .mb-xl-n80 {
        margin-bottom: -20rem !important;
    }
    .mb-xl-n6px {
        margin-bottom: -6px !important;
    }
    .mb-xl-n10px {
        margin-bottom: -10px !important;
    }
    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xl-n3 {
        margin-left: -0.75rem !important;
    }
    .ms-xl-n4 {
        margin-left: -1rem !important;
    }
    .ms-xl-n5 {
        margin-left: -var(--dx-spacer) !important;
    }
    .ms-xl-n6 {
        margin-left: -1.5rem !important;
    }
    .ms-xl-n7 {
        margin-left: -1.75rem !important;
    }
    .ms-xl-n8 {
        margin-left: -2rem !important;
    }
    .ms-xl-n9 {
        margin-left: -2.25rem !important;
    }
    .ms-xl-n10 {
        margin-left: -2.5rem !important;
    }
    .ms-xl-n12 {
        margin-left: -3rem !important;
    }
    .ms-xl-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-xl-n16 {
        margin-left: -4rem !important;
    }
    .ms-xl-n20 {
        margin-left: -5rem !important;
    }
    .ms-xl-n24 {
        margin-left: -6rem !important;
    }
    .ms-xl-n28 {
        margin-left: -7rem !important;
    }
    .ms-xl-n36 {
        margin-left: -9rem !important;
    }
    .ms-xl-n40 {
        margin-left: -10rem !important;
    }
    .ms-xl-n44 {
        margin-left: -11rem !important;
    }
    .ms-xl-n48 {
        margin-left: -12rem !important;
    }
    .ms-xl-n80 {
        margin-left: -20rem !important;
    }
    .ms-xl-n6px {
        margin-left: -6px !important;
    }
    .ms-xl-n10px {
        margin-left: -10px !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: 0.75rem !important;
    }
    .p-xl-4 {
        padding: 1rem !important;
    }
    .p-xl-5 {
        padding: var(--dx-spacer) !important;
    }
    .p-xl-6 {
        padding: 1.5rem !important;
    }
    .p-xl-7 {
        padding: 1.75rem !important;
    }
    .p-xl-8 {
        padding: 2rem !important;
    }
    .p-xl-9 {
        padding: 2.25rem !important;
    }
    .p-xl-10 {
        padding: 2.5rem !important;
    }
    .p-xl-12 {
        padding: 3rem !important;
    }
    .p-xl-14 {
        padding: 3.5rem !important;
    }
    .p-xl-16 {
        padding: 4rem !important;
    }
    .p-xl-20 {
        padding: 5rem !important;
    }
    .p-xl-24 {
        padding: 6rem !important;
    }
    .p-xl-28 {
        padding: 7rem !important;
    }
    .p-xl-36 {
        padding: 9rem !important;
    }
    .p-xl-40 {
        padding: 10rem !important;
    }
    .p-xl-44 {
        padding: 11rem !important;
    }
    .p-xl-48 {
        padding: 12rem !important;
    }
    .p-xl-80 {
        padding: 20rem !important;
    }
    .p-xl-6px {
        padding: 6px !important;
    }
    .p-xl-10px {
        padding: 10px !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xl-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-xl-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xl-5 {
        padding-right: var(--dx-spacer) !important;
        padding-left: var(--dx-spacer) !important;
    }
    .px-xl-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xl-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .px-xl-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-xl-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-xl-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-xl-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xl-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-xl-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-xl-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-xl-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-xl-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-xl-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-xl-40 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .px-xl-44 {
        padding-left: 11rem !important;
        padding-right: 11rem !important;
    }
    .px-xl-48 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-xl-80 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-xl-6px {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .px-xl-10px {
        padding-left: 10px !important;
        padding-right: 10px !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: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-xl-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-5 {
        padding-top: var(--dx-spacer) !important;
        padding-bottom: var(--dx-spacer) !important;
    }
    .py-xl-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-xl-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-xl-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-xl-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-xl-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-xl-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-xl-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-xl-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-xl-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-xl-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .py-xl-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-xl-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .py-xl-44 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }
    .py-xl-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-xl-80 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }
    .py-xl-6px {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .py-xl-10px {
        padding-top: 10px !important;
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .pt-xl-4 {
        padding-top: 1rem !important;
    }
    .pt-xl-5 {
        padding-top: var(--dx-spacer) !important;
    }
    .pt-xl-6 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-7 {
        padding-top: 1.75rem !important;
    }
    .pt-xl-8 {
        padding-top: 2rem !important;
    }
    .pt-xl-9 {
        padding-top: 2.25rem !important;
    }
    .pt-xl-10 {
        padding-top: 2.5rem !important;
    }
    .pt-xl-12 {
        padding-top: 3rem !important;
    }
    .pt-xl-14 {
        padding-top: 3.5rem !important;
    }
    .pt-xl-16 {
        padding-top: 4rem !important;
    }
    .pt-xl-20 {
        padding-top: 5rem !important;
    }
    .pt-xl-24 {
        padding-top: 6rem !important;
    }
    .pt-xl-28 {
        padding-top: 7rem !important;
    }
    .pt-xl-36 {
        padding-top: 9rem !important;
    }
    .pt-xl-40 {
        padding-top: 10rem !important;
    }
    .pt-xl-44 {
        padding-top: 11rem !important;
    }
    .pt-xl-48 {
        padding-top: 12rem !important;
    }
    .pt-xl-80 {
        padding-top: 20rem !important;
    }
    .pt-xl-6px {
        padding-top: 6px !important;
    }
    .pt-xl-10px {
        padding-top: 10px !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: 0.75rem !important;
    }
    .pe-xl-4 {
        padding-right: 1rem !important;
    }
    .pe-xl-5 {
        padding-right: var(--dx-spacer) !important;
    }
    .pe-xl-6 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-7 {
        padding-right: 1.75rem !important;
    }
    .pe-xl-8 {
        padding-right: 2rem !important;
    }
    .pe-xl-9 {
        padding-right: 2.25rem !important;
    }
    .pe-xl-10 {
        padding-right: 2.5rem !important;
    }
    .pe-xl-12 {
        padding-right: 3rem !important;
    }
    .pe-xl-14 {
        padding-right: 3.5rem !important;
    }
    .pe-xl-16 {
        padding-right: 4rem !important;
    }
    .pe-xl-20 {
        padding-right: 5rem !important;
    }
    .pe-xl-24 {
        padding-right: 6rem !important;
    }
    .pe-xl-28 {
        padding-right: 7rem !important;
    }
    .pe-xl-36 {
        padding-right: 9rem !important;
    }
    .pe-xl-40 {
        padding-right: 10rem !important;
    }
    .pe-xl-44 {
        padding-right: 11rem !important;
    }
    .pe-xl-48 {
        padding-right: 12rem !important;
    }
    .pe-xl-80 {
        padding-right: 20rem !important;
    }
    .pe-xl-6px {
        padding-right: 6px !important;
    }
    .pe-xl-10px {
        padding-right: 10px !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: 0.75rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-5 {
        padding-bottom: var(--dx-spacer) !important;
    }
    .pb-xl-6 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-7 {
        padding-bottom: 1.75rem !important;
    }
    .pb-xl-8 {
        padding-bottom: 2rem !important;
    }
    .pb-xl-9 {
        padding-bottom: 2.25rem !important;
    }
    .pb-xl-10 {
        padding-bottom: 2.5rem !important;
    }
    .pb-xl-12 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-xl-16 {
        padding-bottom: 4rem !important;
    }
    .pb-xl-20 {
        padding-bottom: 5rem !important;
    }
    .pb-xl-24 {
        padding-bottom: 6rem !important;
    }
    .pb-xl-28 {
        padding-bottom: 7rem !important;
    }
    .pb-xl-36 {
        padding-bottom: 9rem !important;
    }
    .pb-xl-40 {
        padding-bottom: 10rem !important;
    }
    .pb-xl-44 {
        padding-bottom: 11rem !important;
    }
    .pb-xl-48 {
        padding-bottom: 12rem !important;
    }
    .pb-xl-80 {
        padding-bottom: 20rem !important;
    }
    .pb-xl-6px {
        padding-bottom: 6px !important;
    }
    .pb-xl-10px {
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .ps-xl-4 {
        padding-left: 1rem !important;
    }
    .ps-xl-5 {
        padding-left: var(--dx-spacer) !important;
    }
    .ps-xl-6 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-7 {
        padding-left: 1.75rem !important;
    }
    .ps-xl-8 {
        padding-left: 2rem !important;
    }
    .ps-xl-9 {
        padding-left: 2.25rem !important;
    }
    .ps-xl-10 {
        padding-left: 2.5rem !important;
    }
    .ps-xl-12 {
        padding-left: 3rem !important;
    }
    .ps-xl-14 {
        padding-left: 3.5rem !important;
    }
    .ps-xl-16 {
        padding-left: 4rem !important;
    }
    .ps-xl-20 {
        padding-left: 5rem !important;
    }
    .ps-xl-24 {
        padding-left: 6rem !important;
    }
    .ps-xl-28 {
        padding-left: 7rem !important;
    }
    .ps-xl-36 {
        padding-left: 9rem !important;
    }
    .ps-xl-40 {
        padding-left: 10rem !important;
    }
    .ps-xl-44 {
        padding-left: 11rem !important;
    }
    .ps-xl-48 {
        padding-left: 12rem !important;
    }
    .ps-xl-80 {
        padding-left: 20rem !important;
    }
    .ps-xl-6px {
        padding-left: 6px !important;
    }
    .ps-xl-10px {
        padding-left: 10px !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: 0.75rem !important;
    }
    .gap-xl-4 {
        gap: 1rem !important;
    }
    .gap-xl-5 {
        gap: var(--dx-spacer) !important;
    }
    .gap-xl-6 {
        gap: 1.5rem !important;
    }
    .gap-xl-7 {
        gap: 1.75rem !important;
    }
    .gap-xl-8 {
        gap: 2rem !important;
    }
    .gap-xl-9 {
        gap: 2.25rem !important;
    }
    .gap-xl-10 {
        gap: 2.5rem !important;
    }
    .gap-xl-12 {
        gap: 3rem !important;
    }
    .gap-xl-14 {
        gap: 3.5rem !important;
    }
    .gap-xl-16 {
        gap: 4rem !important;
    }
    .gap-xl-20 {
        gap: 5rem !important;
    }
    .gap-xl-24 {
        gap: 6rem !important;
    }
    .gap-xl-28 {
        gap: 7rem !important;
    }
    .gap-xl-36 {
        gap: 9rem !important;
    }
    .gap-xl-40 {
        gap: 10rem !important;
    }
    .gap-xl-44 {
        gap: 11rem !important;
    }
    .gap-xl-48 {
        gap: 12rem !important;
    }
    .gap-xl-80 {
        gap: 20rem !important;
    }
    .gap-xl-6px {
        gap: 6px !important;
    }
    .gap-xl-10px {
        gap: 10px !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 0.75rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-5 {
        row-gap: var(--dx-spacer) !important;
    }
    .row-gap-xl-6 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-7 {
        row-gap: 1.75rem !important;
    }
    .row-gap-xl-8 {
        row-gap: 2rem !important;
    }
    .row-gap-xl-9 {
        row-gap: 2.25rem !important;
    }
    .row-gap-xl-10 {
        row-gap: 2.5rem !important;
    }
    .row-gap-xl-12 {
        row-gap: 3rem !important;
    }
    .row-gap-xl-14 {
        row-gap: 3.5rem !important;
    }
    .row-gap-xl-16 {
        row-gap: 4rem !important;
    }
    .row-gap-xl-20 {
        row-gap: 5rem !important;
    }
    .row-gap-xl-24 {
        row-gap: 6rem !important;
    }
    .row-gap-xl-28 {
        row-gap: 7rem !important;
    }
    .row-gap-xl-36 {
        row-gap: 9rem !important;
    }
    .row-gap-xl-40 {
        row-gap: 10rem !important;
    }
    .row-gap-xl-44 {
        row-gap: 11rem !important;
    }
    .row-gap-xl-48 {
        row-gap: 12rem !important;
    }
    .row-gap-xl-80 {
        row-gap: 20rem !important;
    }
    .row-gap-xl-6px {
        row-gap: 6px !important;
    }
    .row-gap-xl-10px {
        row-gap: 10px !important;
    }
    .column-gap-xl-0 {
        column-gap: 0 !important;
    }
    .column-gap-xl-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
        column-gap: 0.75rem !important;
    }
    .column-gap-xl-4 {
        column-gap: 1rem !important;
    }
    .column-gap-xl-5 {
        column-gap: var(--dx-spacer) !important;
    }
    .column-gap-xl-6 {
        column-gap: 1.5rem !important;
    }
    .column-gap-xl-7 {
        column-gap: 1.75rem !important;
    }
    .column-gap-xl-8 {
        column-gap: 2rem !important;
    }
    .column-gap-xl-9 {
        column-gap: 2.25rem !important;
    }
    .column-gap-xl-10 {
        column-gap: 2.5rem !important;
    }
    .column-gap-xl-12 {
        column-gap: 3rem !important;
    }
    .column-gap-xl-14 {
        column-gap: 3.5rem !important;
    }
    .column-gap-xl-16 {
        column-gap: 4rem !important;
    }
    .column-gap-xl-20 {
        column-gap: 5rem !important;
    }
    .column-gap-xl-24 {
        column-gap: 6rem !important;
    }
    .column-gap-xl-28 {
        column-gap: 7rem !important;
    }
    .column-gap-xl-36 {
        column-gap: 9rem !important;
    }
    .column-gap-xl-40 {
        column-gap: 10rem !important;
    }
    .column-gap-xl-44 {
        column-gap: 11rem !important;
    }
    .column-gap-xl-48 {
        column-gap: 12rem !important;
    }
    .column-gap-xl-80 {
        column-gap: 20rem !important;
    }
    .column-gap-xl-6px {
        column-gap: 6px !important;
    }
    .column-gap-xl-10px {
        column-gap: 10px !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (width>=1536px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .object-fit-xxl-contain {
        object-fit: contain !important;
    }
    .object-fit-xxl-cover {
        object-fit: cover !important;
    }
    .object-fit-xxl-fill {
        object-fit: fill !important;
    }
    .object-fit-xxl-scale {
        object-fit: scale-down !important;
    }
    .object-fit-xxl-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .border-xxl {
        border: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-xxl-0 {
        border: 0 !important;
    }
    .border-top-xxl {
        border-top: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-top-xxl-0 {
        border-top: 0 !important;
    }
    .border-end-xxl {
        border-right: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-end-xxl-0 {
        border-right: 0 !important;
    }
    .border-bottom-xxl {
        border-bottom: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-bottom-xxl-0 {
        border-bottom: 0 !important;
    }
    .border-start-xxl {
        border-left: var(--dx-border-width) var(--dx-border-style)
            var(--dx-border-color) !important;
    }
    .border-start-xxl-0 {
        border-left: 0 !important;
    }
    .flex-xxl-fill {
        flex: 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: 0.75rem !important;
    }
    .m-xxl-4 {
        margin: 1rem !important;
    }
    .m-xxl-5 {
        margin: var(--dx-spacer) !important;
    }
    .m-xxl-6 {
        margin: 1.5rem !important;
    }
    .m-xxl-7 {
        margin: 1.75rem !important;
    }
    .m-xxl-8 {
        margin: 2rem !important;
    }
    .m-xxl-9 {
        margin: 2.25rem !important;
    }
    .m-xxl-10 {
        margin: 2.5rem !important;
    }
    .m-xxl-12 {
        margin: 3rem !important;
    }
    .m-xxl-14 {
        margin: 3.5rem !important;
    }
    .m-xxl-16 {
        margin: 4rem !important;
    }
    .m-xxl-20 {
        margin: 5rem !important;
    }
    .m-xxl-24 {
        margin: 6rem !important;
    }
    .m-xxl-28 {
        margin: 7rem !important;
    }
    .m-xxl-36 {
        margin: 9rem !important;
    }
    .m-xxl-40 {
        margin: 10rem !important;
    }
    .m-xxl-44 {
        margin: 11rem !important;
    }
    .m-xxl-48 {
        margin: 12rem !important;
    }
    .m-xxl-80 {
        margin: 20rem !important;
    }
    .m-xxl-6px {
        margin: 6px !important;
    }
    .m-xxl-10px {
        margin: 10px !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-xxl-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xxl-5 {
        margin-right: var(--dx-spacer) !important;
        margin-left: var(--dx-spacer) !important;
    }
    .mx-xxl-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xxl-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }
    .mx-xxl-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-xxl-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-xxl-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-xxl-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xxl-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-xxl-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-xxl-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-xxl-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-xxl-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-xxl-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-xxl-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-xxl-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }
    .mx-xxl-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-xxl-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-xxl-6px {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .mx-xxl-10px {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: 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: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-xxl-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-5 {
        margin-top: var(--dx-spacer) !important;
        margin-bottom: var(--dx-spacer) !important;
    }
    .my-xxl-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-xxl-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-xxl-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-xxl-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-xxl-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-xxl-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-xxl-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-xxl-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-xxl-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .my-xxl-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .my-xxl-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .my-xxl-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }
    .my-xxl-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-xxl-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }
    .my-xxl-6px {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .my-xxl-10px {
        margin-top: 10px !important;
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1rem !important;
    }
    .mt-xxl-5 {
        margin-top: var(--dx-spacer) !important;
    }
    .mt-xxl-6 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-7 {
        margin-top: 1.75rem !important;
    }
    .mt-xxl-8 {
        margin-top: 2rem !important;
    }
    .mt-xxl-9 {
        margin-top: 2.25rem !important;
    }
    .mt-xxl-10 {
        margin-top: 2.5rem !important;
    }
    .mt-xxl-12 {
        margin-top: 3rem !important;
    }
    .mt-xxl-14 {
        margin-top: 3.5rem !important;
    }
    .mt-xxl-16 {
        margin-top: 4rem !important;
    }
    .mt-xxl-20 {
        margin-top: 5rem !important;
    }
    .mt-xxl-24 {
        margin-top: 6rem !important;
    }
    .mt-xxl-28 {
        margin-top: 7rem !important;
    }
    .mt-xxl-36 {
        margin-top: 9rem !important;
    }
    .mt-xxl-40 {
        margin-top: 10rem !important;
    }
    .mt-xxl-44 {
        margin-top: 11rem !important;
    }
    .mt-xxl-48 {
        margin-top: 12rem !important;
    }
    .mt-xxl-80 {
        margin-top: 20rem !important;
    }
    .mt-xxl-6px {
        margin-top: 6px !important;
    }
    .mt-xxl-10px {
        margin-top: 10px !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: 0.75rem !important;
    }
    .me-xxl-4 {
        margin-right: 1rem !important;
    }
    .me-xxl-5 {
        margin-right: var(--dx-spacer) !important;
    }
    .me-xxl-6 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-7 {
        margin-right: 1.75rem !important;
    }
    .me-xxl-8 {
        margin-right: 2rem !important;
    }
    .me-xxl-9 {
        margin-right: 2.25rem !important;
    }
    .me-xxl-10 {
        margin-right: 2.5rem !important;
    }
    .me-xxl-12 {
        margin-right: 3rem !important;
    }
    .me-xxl-14 {
        margin-right: 3.5rem !important;
    }
    .me-xxl-16 {
        margin-right: 4rem !important;
    }
    .me-xxl-20 {
        margin-right: 5rem !important;
    }
    .me-xxl-24 {
        margin-right: 6rem !important;
    }
    .me-xxl-28 {
        margin-right: 7rem !important;
    }
    .me-xxl-36 {
        margin-right: 9rem !important;
    }
    .me-xxl-40 {
        margin-right: 10rem !important;
    }
    .me-xxl-44 {
        margin-right: 11rem !important;
    }
    .me-xxl-48 {
        margin-right: 12rem !important;
    }
    .me-xxl-80 {
        margin-right: 20rem !important;
    }
    .me-xxl-6px {
        margin-right: 6px !important;
    }
    .me-xxl-10px {
        margin-right: 10px !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: 0.75rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: var(--dx-spacer) !important;
    }
    .mb-xxl-6 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 1.75rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 2rem !important;
    }
    .mb-xxl-9 {
        margin-bottom: 2.25rem !important;
    }
    .mb-xxl-10 {
        margin-bottom: 2.5rem !important;
    }
    .mb-xxl-12 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-xxl-16 {
        margin-bottom: 4rem !important;
    }
    .mb-xxl-20 {
        margin-bottom: 5rem !important;
    }
    .mb-xxl-24 {
        margin-bottom: 6rem !important;
    }
    .mb-xxl-28 {
        margin-bottom: 7rem !important;
    }
    .mb-xxl-36 {
        margin-bottom: 9rem !important;
    }
    .mb-xxl-40 {
        margin-bottom: 10rem !important;
    }
    .mb-xxl-44 {
        margin-bottom: 11rem !important;
    }
    .mb-xxl-48 {
        margin-bottom: 12rem !important;
    }
    .mb-xxl-80 {
        margin-bottom: 20rem !important;
    }
    .mb-xxl-6px {
        margin-bottom: 6px !important;
    }
    .mb-xxl-10px {
        margin-bottom: 10px !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: 0.75rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1rem !important;
    }
    .ms-xxl-5 {
        margin-left: var(--dx-spacer) !important;
    }
    .ms-xxl-6 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-7 {
        margin-left: 1.75rem !important;
    }
    .ms-xxl-8 {
        margin-left: 2rem !important;
    }
    .ms-xxl-9 {
        margin-left: 2.25rem !important;
    }
    .ms-xxl-10 {
        margin-left: 2.5rem !important;
    }
    .ms-xxl-12 {
        margin-left: 3rem !important;
    }
    .ms-xxl-14 {
        margin-left: 3.5rem !important;
    }
    .ms-xxl-16 {
        margin-left: 4rem !important;
    }
    .ms-xxl-20 {
        margin-left: 5rem !important;
    }
    .ms-xxl-24 {
        margin-left: 6rem !important;
    }
    .ms-xxl-28 {
        margin-left: 7rem !important;
    }
    .ms-xxl-36 {
        margin-left: 9rem !important;
    }
    .ms-xxl-40 {
        margin-left: 10rem !important;
    }
    .ms-xxl-44 {
        margin-left: 11rem !important;
    }
    .ms-xxl-48 {
        margin-left: 12rem !important;
    }
    .ms-xxl-80 {
        margin-left: 20rem !important;
    }
    .ms-xxl-6px {
        margin-left: 6px !important;
    }
    .ms-xxl-10px {
        margin-left: 10px !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -0.75rem !important;
    }
    .m-xxl-n4 {
        margin: -1rem !important;
    }
    .m-xxl-n5 {
        margin: -var(--dx-spacer) !important;
    }
    .m-xxl-n6 {
        margin: -1.5rem !important;
    }
    .m-xxl-n7 {
        margin: -1.75rem !important;
    }
    .m-xxl-n8 {
        margin: -2rem !important;
    }
    .m-xxl-n9 {
        margin: -2.25rem !important;
    }
    .m-xxl-n10 {
        margin: -2.5rem !important;
    }
    .m-xxl-n12 {
        margin: -3rem !important;
    }
    .m-xxl-n14 {
        margin: -3.5rem !important;
    }
    .m-xxl-n16 {
        margin: -4rem !important;
    }
    .m-xxl-n20 {
        margin: -5rem !important;
    }
    .m-xxl-n24 {
        margin: -6rem !important;
    }
    .m-xxl-n28 {
        margin: -7rem !important;
    }
    .m-xxl-n36 {
        margin: -9rem !important;
    }
    .m-xxl-n40 {
        margin: -10rem !important;
    }
    .m-xxl-n44 {
        margin: -11rem !important;
    }
    .m-xxl-n48 {
        margin: -12rem !important;
    }
    .m-xxl-n80 {
        margin: -20rem !important;
    }
    .m-xxl-n6px {
        margin: -6px !important;
    }
    .m-xxl-n10px {
        margin: -10px !important;
    }
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-xxl-n3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }
    .mx-xxl-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-xxl-n5 {
        margin-right: -var(--dx-spacer) !important;
        margin-left: -var(--dx-spacer) !important;
    }
    .mx-xxl-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-xxl-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important;
    }
    .mx-xxl-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }
    .mx-xxl-n9 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-xxl-n10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }
    .mx-xxl-n12 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-xxl-n14 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important;
    }
    .mx-xxl-n16 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-xxl-n20 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-xxl-n24 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-xxl-n28 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-xxl-n36 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-xxl-n40 {
        margin-left: -10rem !important;
        margin-right: -10rem !important;
    }
    .mx-xxl-n44 {
        margin-left: -11rem !important;
        margin-right: -11rem !important;
    }
    .mx-xxl-n48 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-xxl-n80 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-xxl-n6px {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
    .mx-xxl-n10px {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xxl-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-xxl-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xxl-n5 {
        margin-top: -var(--dx-spacer) !important;
        margin-bottom: -var(--dx-spacer) !important;
    }
    .my-xxl-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xxl-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-xxl-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-xxl-n9 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-xxl-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-xxl-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-xxl-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-xxl-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-xxl-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .my-xxl-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-xxl-n28 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important;
    }
    .my-xxl-n36 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }
    .my-xxl-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }
    .my-xxl-n44 {
        margin-top: -11rem !important;
        margin-bottom: -11rem !important;
    }
    .my-xxl-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-xxl-n80 {
        margin-top: -20rem !important;
        margin-bottom: -20rem !important;
    }
    .my-xxl-n6px {
        margin-top: -6px !important;
        margin-bottom: -6px !important;
    }
    .my-xxl-n10px {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xxl-n3 {
        margin-top: -0.75rem !important;
    }
    .mt-xxl-n4 {
        margin-top: -1rem !important;
    }
    .mt-xxl-n5 {
        margin-top: -var(--dx-spacer) !important;
    }
    .mt-xxl-n6 {
        margin-top: -1.5rem !important;
    }
    .mt-xxl-n7 {
        margin-top: -1.75rem !important;
    }
    .mt-xxl-n8 {
        margin-top: -2rem !important;
    }
    .mt-xxl-n9 {
        margin-top: -2.25rem !important;
    }
    .mt-xxl-n10 {
        margin-top: -2.5rem !important;
    }
    .mt-xxl-n12 {
        margin-top: -3rem !important;
    }
    .mt-xxl-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-xxl-n16 {
        margin-top: -4rem !important;
    }
    .mt-xxl-n20 {
        margin-top: -5rem !important;
    }
    .mt-xxl-n24 {
        margin-top: -6rem !important;
    }
    .mt-xxl-n28 {
        margin-top: -7rem !important;
    }
    .mt-xxl-n36 {
        margin-top: -9rem !important;
    }
    .mt-xxl-n40 {
        margin-top: -10rem !important;
    }
    .mt-xxl-n44 {
        margin-top: -11rem !important;
    }
    .mt-xxl-n48 {
        margin-top: -12rem !important;
    }
    .mt-xxl-n80 {
        margin-top: -20rem !important;
    }
    .mt-xxl-n6px {
        margin-top: -6px !important;
    }
    .mt-xxl-n10px {
        margin-top: -10px !important;
    }
    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xxl-n3 {
        margin-right: -0.75rem !important;
    }
    .me-xxl-n4 {
        margin-right: -1rem !important;
    }
    .me-xxl-n5 {
        margin-right: -var(--dx-spacer) !important;
    }
    .me-xxl-n6 {
        margin-right: -1.5rem !important;
    }
    .me-xxl-n7 {
        margin-right: -1.75rem !important;
    }
    .me-xxl-n8 {
        margin-right: -2rem !important;
    }
    .me-xxl-n9 {
        margin-right: -2.25rem !important;
    }
    .me-xxl-n10 {
        margin-right: -2.5rem !important;
    }
    .me-xxl-n12 {
        margin-right: -3rem !important;
    }
    .me-xxl-n14 {
        margin-right: -3.5rem !important;
    }
    .me-xxl-n16 {
        margin-right: -4rem !important;
    }
    .me-xxl-n20 {
        margin-right: -5rem !important;
    }
    .me-xxl-n24 {
        margin-right: -6rem !important;
    }
    .me-xxl-n28 {
        margin-right: -7rem !important;
    }
    .me-xxl-n36 {
        margin-right: -9rem !important;
    }
    .me-xxl-n40 {
        margin-right: -10rem !important;
    }
    .me-xxl-n44 {
        margin-right: -11rem !important;
    }
    .me-xxl-n48 {
        margin-right: -12rem !important;
    }
    .me-xxl-n80 {
        margin-right: -20rem !important;
    }
    .me-xxl-n6px {
        margin-right: -6px !important;
    }
    .me-xxl-n10px {
        margin-right: -10px !important;
    }
    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xxl-n3 {
        margin-bottom: -0.75rem !important;
    }
    .mb-xxl-n4 {
        margin-bottom: -1rem !important;
    }
    .mb-xxl-n5 {
        margin-bottom: -var(--dx-spacer) !important;
    }
    .mb-xxl-n6 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xxl-n7 {
        margin-bottom: -1.75rem !important;
    }
    .mb-xxl-n8 {
        margin-bottom: -2rem !important;
    }
    .mb-xxl-n9 {
        margin-bottom: -2.25rem !important;
    }
    .mb-xxl-n10 {
        margin-bottom: -2.5rem !important;
    }
    .mb-xxl-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-xxl-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-xxl-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-xxl-n20 {
        margin-bottom: -5rem !important;
    }
    .mb-xxl-n24 {
        margin-bottom: -6rem !important;
    }
    .mb-xxl-n28 {
        margin-bottom: -7rem !important;
    }
    .mb-xxl-n36 {
        margin-bottom: -9rem !important;
    }
    .mb-xxl-n40 {
        margin-bottom: -10rem !important;
    }
    .mb-xxl-n44 {
        margin-bottom: -11rem !important;
    }
    .mb-xxl-n48 {
        margin-bottom: -12rem !important;
    }
    .mb-xxl-n80 {
        margin-bottom: -20rem !important;
    }
    .mb-xxl-n6px {
        margin-bottom: -6px !important;
    }
    .mb-xxl-n10px {
        margin-bottom: -10px !important;
    }
    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xxl-n3 {
        margin-left: -0.75rem !important;
    }
    .ms-xxl-n4 {
        margin-left: -1rem !important;
    }
    .ms-xxl-n5 {
        margin-left: -var(--dx-spacer) !important;
    }
    .ms-xxl-n6 {
        margin-left: -1.5rem !important;
    }
    .ms-xxl-n7 {
        margin-left: -1.75rem !important;
    }
    .ms-xxl-n8 {
        margin-left: -2rem !important;
    }
    .ms-xxl-n9 {
        margin-left: -2.25rem !important;
    }
    .ms-xxl-n10 {
        margin-left: -2.5rem !important;
    }
    .ms-xxl-n12 {
        margin-left: -3rem !important;
    }
    .ms-xxl-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-xxl-n16 {
        margin-left: -4rem !important;
    }
    .ms-xxl-n20 {
        margin-left: -5rem !important;
    }
    .ms-xxl-n24 {
        margin-left: -6rem !important;
    }
    .ms-xxl-n28 {
        margin-left: -7rem !important;
    }
    .ms-xxl-n36 {
        margin-left: -9rem !important;
    }
    .ms-xxl-n40 {
        margin-left: -10rem !important;
    }
    .ms-xxl-n44 {
        margin-left: -11rem !important;
    }
    .ms-xxl-n48 {
        margin-left: -12rem !important;
    }
    .ms-xxl-n80 {
        margin-left: -20rem !important;
    }
    .ms-xxl-n6px {
        margin-left: -6px !important;
    }
    .ms-xxl-n10px {
        margin-left: -10px !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: 0.75rem !important;
    }
    .p-xxl-4 {
        padding: 1rem !important;
    }
    .p-xxl-5 {
        padding: var(--dx-spacer) !important;
    }
    .p-xxl-6 {
        padding: 1.5rem !important;
    }
    .p-xxl-7 {
        padding: 1.75rem !important;
    }
    .p-xxl-8 {
        padding: 2rem !important;
    }
    .p-xxl-9 {
        padding: 2.25rem !important;
    }
    .p-xxl-10 {
        padding: 2.5rem !important;
    }
    .p-xxl-12 {
        padding: 3rem !important;
    }
    .p-xxl-14 {
        padding: 3.5rem !important;
    }
    .p-xxl-16 {
        padding: 4rem !important;
    }
    .p-xxl-20 {
        padding: 5rem !important;
    }
    .p-xxl-24 {
        padding: 6rem !important;
    }
    .p-xxl-28 {
        padding: 7rem !important;
    }
    .p-xxl-36 {
        padding: 9rem !important;
    }
    .p-xxl-40 {
        padding: 10rem !important;
    }
    .p-xxl-44 {
        padding: 11rem !important;
    }
    .p-xxl-48 {
        padding: 12rem !important;
    }
    .p-xxl-80 {
        padding: 20rem !important;
    }
    .p-xxl-6px {
        padding: 6px !important;
    }
    .p-xxl-10px {
        padding: 10px !important;
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-xxl-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xxl-5 {
        padding-right: var(--dx-spacer) !important;
        padding-left: var(--dx-spacer) !important;
    }
    .px-xxl-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xxl-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .px-xxl-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-xxl-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-xxl-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-xxl-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xxl-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-xxl-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-xxl-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-xxl-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-xxl-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-xxl-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-xxl-40 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .px-xxl-44 {
        padding-left: 11rem !important;
        padding-right: 11rem !important;
    }
    .px-xxl-48 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-xxl-80 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-xxl-6px {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .px-xxl-10px {
        padding-left: 10px !important;
        padding-right: 10px !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: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-xxl-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-5 {
        padding-top: var(--dx-spacer) !important;
        padding-bottom: var(--dx-spacer) !important;
    }
    .py-xxl-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-xxl-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-xxl-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-xxl-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-xxl-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-xxl-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-xxl-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-xxl-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-xxl-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-xxl-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .py-xxl-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-xxl-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .py-xxl-44 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }
    .py-xxl-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-xxl-80 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }
    .py-xxl-6px {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .py-xxl-10px {
        padding-top: 10px !important;
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1rem !important;
    }
    .pt-xxl-5 {
        padding-top: var(--dx-spacer) !important;
    }
    .pt-xxl-6 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-7 {
        padding-top: 1.75rem !important;
    }
    .pt-xxl-8 {
        padding-top: 2rem !important;
    }
    .pt-xxl-9 {
        padding-top: 2.25rem !important;
    }
    .pt-xxl-10 {
        padding-top: 2.5rem !important;
    }
    .pt-xxl-12 {
        padding-top: 3rem !important;
    }
    .pt-xxl-14 {
        padding-top: 3.5rem !important;
    }
    .pt-xxl-16 {
        padding-top: 4rem !important;
    }
    .pt-xxl-20 {
        padding-top: 5rem !important;
    }
    .pt-xxl-24 {
        padding-top: 6rem !important;
    }
    .pt-xxl-28 {
        padding-top: 7rem !important;
    }
    .pt-xxl-36 {
        padding-top: 9rem !important;
    }
    .pt-xxl-40 {
        padding-top: 10rem !important;
    }
    .pt-xxl-44 {
        padding-top: 11rem !important;
    }
    .pt-xxl-48 {
        padding-top: 12rem !important;
    }
    .pt-xxl-80 {
        padding-top: 20rem !important;
    }
    .pt-xxl-6px {
        padding-top: 6px !important;
    }
    .pt-xxl-10px {
        padding-top: 10px !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: 0.75rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1rem !important;
    }
    .pe-xxl-5 {
        padding-right: var(--dx-spacer) !important;
    }
    .pe-xxl-6 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-7 {
        padding-right: 1.75rem !important;
    }
    .pe-xxl-8 {
        padding-right: 2rem !important;
    }
    .pe-xxl-9 {
        padding-right: 2.25rem !important;
    }
    .pe-xxl-10 {
        padding-right: 2.5rem !important;
    }
    .pe-xxl-12 {
        padding-right: 3rem !important;
    }
    .pe-xxl-14 {
        padding-right: 3.5rem !important;
    }
    .pe-xxl-16 {
        padding-right: 4rem !important;
    }
    .pe-xxl-20 {
        padding-right: 5rem !important;
    }
    .pe-xxl-24 {
        padding-right: 6rem !important;
    }
    .pe-xxl-28 {
        padding-right: 7rem !important;
    }
    .pe-xxl-36 {
        padding-right: 9rem !important;
    }
    .pe-xxl-40 {
        padding-right: 10rem !important;
    }
    .pe-xxl-44 {
        padding-right: 11rem !important;
    }
    .pe-xxl-48 {
        padding-right: 12rem !important;
    }
    .pe-xxl-80 {
        padding-right: 20rem !important;
    }
    .pe-xxl-6px {
        padding-right: 6px !important;
    }
    .pe-xxl-10px {
        padding-right: 10px !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: 0.75rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: var(--dx-spacer) !important;
    }
    .pb-xxl-6 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-7 {
        padding-bottom: 1.75rem !important;
    }
    .pb-xxl-8 {
        padding-bottom: 2rem !important;
    }
    .pb-xxl-9 {
        padding-bottom: 2.25rem !important;
    }
    .pb-xxl-10 {
        padding-bottom: 2.5rem !important;
    }
    .pb-xxl-12 {
        padding-bottom: 3rem !important;
    }
    .pb-xxl-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-xxl-16 {
        padding-bottom: 4rem !important;
    }
    .pb-xxl-20 {
        padding-bottom: 5rem !important;
    }
    .pb-xxl-24 {
        padding-bottom: 6rem !important;
    }
    .pb-xxl-28 {
        padding-bottom: 7rem !important;
    }
    .pb-xxl-36 {
        padding-bottom: 9rem !important;
    }
    .pb-xxl-40 {
        padding-bottom: 10rem !important;
    }
    .pb-xxl-44 {
        padding-bottom: 11rem !important;
    }
    .pb-xxl-48 {
        padding-bottom: 12rem !important;
    }
    .pb-xxl-80 {
        padding-bottom: 20rem !important;
    }
    .pb-xxl-6px {
        padding-bottom: 6px !important;
    }
    .pb-xxl-10px {
        padding-bottom: 10px !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: 0.75rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1rem !important;
    }
    .ps-xxl-5 {
        padding-left: var(--dx-spacer) !important;
    }
    .ps-xxl-6 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-7 {
        padding-left: 1.75rem !important;
    }
    .ps-xxl-8 {
        padding-left: 2rem !important;
    }
    .ps-xxl-9 {
        padding-left: 2.25rem !important;
    }
    .ps-xxl-10 {
        padding-left: 2.5rem !important;
    }
    .ps-xxl-12 {
        padding-left: 3rem !important;
    }
    .ps-xxl-14 {
        padding-left: 3.5rem !important;
    }
    .ps-xxl-16 {
        padding-left: 4rem !important;
    }
    .ps-xxl-20 {
        padding-left: 5rem !important;
    }
    .ps-xxl-24 {
        padding-left: 6rem !important;
    }
    .ps-xxl-28 {
        padding-left: 7rem !important;
    }
    .ps-xxl-36 {
        padding-left: 9rem !important;
    }
    .ps-xxl-40 {
        padding-left: 10rem !important;
    }
    .ps-xxl-44 {
        padding-left: 11rem !important;
    }
    .ps-xxl-48 {
        padding-left: 12rem !important;
    }
    .ps-xxl-80 {
        padding-left: 20rem !important;
    }
    .ps-xxl-6px {
        padding-left: 6px !important;
    }
    .ps-xxl-10px {
        padding-left: 10px !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: 0.75rem !important;
    }
    .gap-xxl-4 {
        gap: 1rem !important;
    }
    .gap-xxl-5 {
        gap: var(--dx-spacer) !important;
    }
    .gap-xxl-6 {
        gap: 1.5rem !important;
    }
    .gap-xxl-7 {
        gap: 1.75rem !important;
    }
    .gap-xxl-8 {
        gap: 2rem !important;
    }
    .gap-xxl-9 {
        gap: 2.25rem !important;
    }
    .gap-xxl-10 {
        gap: 2.5rem !important;
    }
    .gap-xxl-12 {
        gap: 3rem !important;
    }
    .gap-xxl-14 {
        gap: 3.5rem !important;
    }
    .gap-xxl-16 {
        gap: 4rem !important;
    }
    .gap-xxl-20 {
        gap: 5rem !important;
    }
    .gap-xxl-24 {
        gap: 6rem !important;
    }
    .gap-xxl-28 {
        gap: 7rem !important;
    }
    .gap-xxl-36 {
        gap: 9rem !important;
    }
    .gap-xxl-40 {
        gap: 10rem !important;
    }
    .gap-xxl-44 {
        gap: 11rem !important;
    }
    .gap-xxl-48 {
        gap: 12rem !important;
    }
    .gap-xxl-80 {
        gap: 20rem !important;
    }
    .gap-xxl-6px {
        gap: 6px !important;
    }
    .gap-xxl-10px {
        gap: 10px !important;
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
        row-gap: 0.75rem !important;
    }
    .row-gap-xxl-4 {
        row-gap: 1rem !important;
    }
    .row-gap-xxl-5 {
        row-gap: var(--dx-spacer) !important;
    }
    .row-gap-xxl-6 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xxl-7 {
        row-gap: 1.75rem !important;
    }
    .row-gap-xxl-8 {
        row-gap: 2rem !important;
    }
    .row-gap-xxl-9 {
        row-gap: 2.25rem !important;
    }
    .row-gap-xxl-10 {
        row-gap: 2.5rem !important;
    }
    .row-gap-xxl-12 {
        row-gap: 3rem !important;
    }
    .row-gap-xxl-14 {
        row-gap: 3.5rem !important;
    }
    .row-gap-xxl-16 {
        row-gap: 4rem !important;
    }
    .row-gap-xxl-20 {
        row-gap: 5rem !important;
    }
    .row-gap-xxl-24 {
        row-gap: 6rem !important;
    }
    .row-gap-xxl-28 {
        row-gap: 7rem !important;
    }
    .row-gap-xxl-36 {
        row-gap: 9rem !important;
    }
    .row-gap-xxl-40 {
        row-gap: 10rem !important;
    }
    .row-gap-xxl-44 {
        row-gap: 11rem !important;
    }
    .row-gap-xxl-48 {
        row-gap: 12rem !important;
    }
    .row-gap-xxl-80 {
        row-gap: 20rem !important;
    }
    .row-gap-xxl-6px {
        row-gap: 6px !important;
    }
    .row-gap-xxl-10px {
        row-gap: 10px !important;
    }
    .column-gap-xxl-0 {
        column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
        column-gap: 0.75rem !important;
    }
    .column-gap-xxl-4 {
        column-gap: 1rem !important;
    }
    .column-gap-xxl-5 {
        column-gap: var(--dx-spacer) !important;
    }
    .column-gap-xxl-6 {
        column-gap: 1.5rem !important;
    }
    .column-gap-xxl-7 {
        column-gap: 1.75rem !important;
    }
    .column-gap-xxl-8 {
        column-gap: 2rem !important;
    }
    .column-gap-xxl-9 {
        column-gap: 2.25rem !important;
    }
    .column-gap-xxl-10 {
        column-gap: 2.5rem !important;
    }
    .column-gap-xxl-12 {
        column-gap: 3rem !important;
    }
    .column-gap-xxl-14 {
        column-gap: 3.5rem !important;
    }
    .column-gap-xxl-16 {
        column-gap: 4rem !important;
    }
    .column-gap-xxl-20 {
        column-gap: 5rem !important;
    }
    .column-gap-xxl-24 {
        column-gap: 6rem !important;
    }
    .column-gap-xxl-28 {
        column-gap: 7rem !important;
    }
    .column-gap-xxl-36 {
        column-gap: 9rem !important;
    }
    .column-gap-xxl-40 {
        column-gap: 10rem !important;
    }
    .column-gap-xxl-44 {
        column-gap: 11rem !important;
    }
    .column-gap-xxl-48 {
        column-gap: 12rem !important;
    }
    .column-gap-xxl-80 {
        column-gap: 20rem !important;
    }
    .column-gap-xxl-6px {
        column-gap: 6px !important;
    }
    .column-gap-xxl-10px {
        column-gap: 10px !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !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-inline-grid {
        display: inline-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;
    }
}
@font-face {
    font-family: remixicon;
    src: url(remixiconea58.eot?t=1769685282643);
    src:
        url(remixiconea58.eot?t=1769685282643#iefix) format("embedded-opentype"),
        url(remixiconea58.woff2?t=1769685282643) format("woff2"),
        url(remixiconea58.woff?t=1769685282643) format("woff"),
        url(remixiconea58.ttf?t=1769685282643) format("truetype"),
        url(../images/remixiconea58.svg?t=1769685282643#remixicon) format("svg");
    font-display: swap;
}
[class^="ri-"],
[class*="\ ri-"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-family: remixicon !important;
}
.ri-lg {
    vertical-align: -0.0667em;
    font-size: 1.3333em;
    line-height: 0.75em;
}
.ri-xl {
    vertical-align: -0.075em;
    font-size: 1.5em;
    line-height: 0.6666em;
}
.ri-xxs {
    font-size: 0.5em;
}
.ri-xs {
    font-size: 0.75em;
}
.ri-sm {
    font-size: 0.875em;
}
.ri-1x {
    font-size: 1em;
}
.ri-2x {
    font-size: 2em;
}
.ri-3x {
    font-size: 3em;
}
.ri-4x {
    font-size: 4em;
}
.ri-5x {
    font-size: 5em;
}
.ri-6x {
    font-size: 6em;
}
.ri-7x {
    font-size: 7em;
}
.ri-8x {
    font-size: 8em;
}
.ri-9x {
    font-size: 9em;
}
.ri-10x {
    font-size: 10em;
}
.ri-fw {
    text-align: center;
    width: 1.25em;
}
.ri-24-hours-fill:before {
    content: "";
}
.ri-24-hours-line:before {
    content: "";
}
.ri-4k-fill:before {
    content: "";
}
.ri-4k-line:before {
    content: "";
}
.ri-a-b:before {
    content: "";
}
.ri-account-box-fill:before {
    content: "";
}
.ri-account-box-line:before {
    content: "";
}
.ri-account-circle-fill:before {
    content: "";
}
.ri-account-circle-line:before {
    content: "";
}
.ri-account-pin-box-fill:before {
    content: "";
}
.ri-account-pin-box-line:before {
    content: "";
}
.ri-account-pin-circle-fill:before {
    content: "";
}
.ri-account-pin-circle-line:before {
    content: "";
}
.ri-add-box-fill:before {
    content: "";
}
.ri-add-box-line:before {
    content: "";
}
.ri-add-circle-fill:before {
    content: "";
}
.ri-add-circle-line:before {
    content: "";
}
.ri-add-fill:before {
    content: "";
}
.ri-add-line:before {
    content: "";
}
.ri-admin-fill:before {
    content: "";
}
.ri-admin-line:before {
    content: "";
}
.ri-advertisement-fill:before {
    content: "";
}
.ri-advertisement-line:before {
    content: "";
}
.ri-airplay-fill:before {
    content: "";
}
.ri-airplay-line:before {
    content: "";
}
.ri-alarm-fill:before {
    content: "";
}
.ri-alarm-line:before {
    content: "";
}
.ri-alarm-warning-fill:before {
    content: "";
}
.ri-alarm-warning-line:before {
    content: "";
}
.ri-album-fill:before {
    content: "";
}
.ri-album-line:before {
    content: "";
}
.ri-alert-fill:before {
    content: "";
}
.ri-alert-line:before {
    content: "";
}
.ri-aliens-fill:before {
    content: "";
}
.ri-aliens-line:before {
    content: "";
}
.ri-align-bottom:before {
    content: "";
}
.ri-align-center:before {
    content: "";
}
.ri-align-justify:before {
    content: "";
}
.ri-align-left:before {
    content: "";
}
.ri-align-right:before {
    content: "";
}
.ri-align-top:before {
    content: "";
}
.ri-align-vertically:before {
    content: "";
}
.ri-alipay-fill:before {
    content: "";
}
.ri-alipay-line:before {
    content: "";
}
.ri-amazon-fill:before {
    content: "";
}
.ri-amazon-line:before {
    content: "";
}
.ri-anchor-fill:before {
    content: "";
}
.ri-anchor-line:before {
    content: "";
}
.ri-ancient-gate-fill:before {
    content: "";
}
.ri-ancient-gate-line:before {
    content: "";
}
.ri-ancient-pavilion-fill:before {
    content: "";
}
.ri-ancient-pavilion-line:before {
    content: "";
}
.ri-android-fill:before {
    content: "";
}
.ri-android-line:before {
    content: "";
}
.ri-angularjs-fill:before {
    content: "";
}
.ri-angularjs-line:before {
    content: "";
}
.ri-anticlockwise-2-fill:before {
    content: "";
}
.ri-anticlockwise-2-line:before {
    content: "";
}
.ri-anticlockwise-fill:before {
    content: "";
}
.ri-anticlockwise-line:before {
    content: "";
}
.ri-app-store-fill:before {
    content: "";
}
.ri-app-store-line:before {
    content: "";
}
.ri-apple-fill:before {
    content: "";
}
.ri-apple-line:before {
    content: "";
}
.ri-apps-2-fill:before {
    content: "";
}
.ri-apps-2-line:before {
    content: "";
}
.ri-apps-fill:before {
    content: "";
}
.ri-apps-line:before {
    content: "";
}
.ri-archive-drawer-fill:before {
    content: "";
}
.ri-archive-drawer-line:before {
    content: "";
}
.ri-archive-fill:before {
    content: "";
}
.ri-archive-line:before {
    content: "";
}
.ri-arrow-down-circle-fill:before {
    content: "";
}
.ri-arrow-down-circle-line:before {
    content: "";
}
.ri-arrow-down-fill:before {
    content: "";
}
.ri-arrow-down-line:before {
    content: "";
}
.ri-arrow-down-s-fill:before {
    content: "";
}
.ri-arrow-down-s-line:before {
    content: "";
}
.ri-arrow-drop-down-fill:before {
    content: "";
}
.ri-arrow-drop-down-line:before {
    content: "";
}
.ri-arrow-drop-left-fill:before {
    content: "";
}
.ri-arrow-drop-left-line:before {
    content: "";
}
.ri-arrow-drop-right-fill:before {
    content: "";
}
.ri-arrow-drop-right-line:before {
    content: "";
}
.ri-arrow-drop-up-fill:before {
    content: "";
}
.ri-arrow-drop-up-line:before {
    content: "";
}
.ri-arrow-go-back-fill:before {
    content: "";
}
.ri-arrow-go-back-line:before {
    content: "";
}
.ri-arrow-go-forward-fill:before {
    content: "";
}
.ri-arrow-go-forward-line:before {
    content: "";
}
.ri-arrow-left-circle-fill:before {
    content: "";
}
.ri-arrow-left-circle-line:before {
    content: "";
}
.ri-arrow-left-down-fill:before {
    content: "";
}
.ri-arrow-left-down-line:before {
    content: "";
}
.ri-arrow-left-fill:before {
    content: "";
}
.ri-arrow-left-line:before {
    content: "";
}
.ri-arrow-left-right-fill:before {
    content: "";
}
.ri-arrow-left-right-line:before {
    content: "";
}
.ri-arrow-left-s-fill:before {
    content: "";
}
.ri-arrow-left-s-line:before {
    content: "";
}
.ri-arrow-left-up-fill:before {
    content: "";
}
.ri-arrow-left-up-line:before {
    content: "";
}
.ri-arrow-right-circle-fill:before {
    content: "";
}
.ri-arrow-right-circle-line:before {
    content: "";
}
.ri-arrow-right-down-fill:before {
    content: "";
}
.ri-arrow-right-down-line:before {
    content: "";
}
.ri-arrow-right-fill:before {
    content: "";
}
.ri-arrow-right-line:before {
    content: "";
}
.ri-arrow-right-s-fill:before {
    content: "";
}
.ri-arrow-right-s-line:before {
    content: "";
}
.ri-arrow-right-up-fill:before {
    content: "";
}
.ri-arrow-right-up-line:before {
    content: "";
}
.ri-arrow-up-circle-fill:before {
    content: "";
}
.ri-arrow-up-circle-line:before {
    content: "";
}
.ri-arrow-up-down-fill:before {
    content: "";
}
.ri-arrow-up-down-line:before {
    content: "";
}
.ri-arrow-up-fill:before {
    content: "";
}
.ri-arrow-up-line:before {
    content: "";
}
.ri-arrow-up-s-fill:before {
    content: "";
}
.ri-arrow-up-s-line:before {
    content: "";
}
.ri-artboard-2-fill:before {
    content: "";
}
.ri-artboard-2-line:before {
    content: "";
}
.ri-artboard-fill:before {
    content: "";
}
.ri-artboard-line:before {
    content: "";
}
.ri-article-fill:before {
    content: "";
}
.ri-article-line:before {
    content: "";
}
.ri-aspect-ratio-fill:before {
    content: "";
}
.ri-aspect-ratio-line:before {
    content: "";
}
.ri-asterisk:before {
    content: "";
}
.ri-at-fill:before {
    content: "";
}
.ri-at-line:before {
    content: "";
}
.ri-attachment-2:before {
    content: "";
}
.ri-attachment-fill:before {
    content: "";
}
.ri-attachment-line:before {
    content: "";
}
.ri-auction-fill:before {
    content: "";
}
.ri-auction-line:before {
    content: "";
}
.ri-award-fill:before {
    content: "";
}
.ri-award-line:before {
    content: "";
}
.ri-baidu-fill:before {
    content: "";
}
.ri-baidu-line:before {
    content: "";
}
.ri-ball-pen-fill:before {
    content: "";
}
.ri-ball-pen-line:before {
    content: "";
}
.ri-bank-card-2-fill:before {
    content: "";
}
.ri-bank-card-2-line:before {
    content: "";
}
.ri-bank-card-fill:before {
    content: "";
}
.ri-bank-card-line:before {
    content: "";
}
.ri-bank-fill:before {
    content: "";
}
.ri-bank-line:before {
    content: "";
}
.ri-bar-chart-2-fill:before {
    content: "";
}
.ri-bar-chart-2-line:before {
    content: "";
}
.ri-bar-chart-box-fill:before {
    content: "";
}
.ri-bar-chart-box-line:before {
    content: "";
}
.ri-bar-chart-fill:before {
    content: "";
}
.ri-bar-chart-grouped-fill:before {
    content: "";
}
.ri-bar-chart-grouped-line:before {
    content: "";
}
.ri-bar-chart-horizontal-fill:before {
    content: "";
}
.ri-bar-chart-horizontal-line:before {
    content: "";
}
.ri-bar-chart-line:before {
    content: "";
}
.ri-barcode-box-fill:before {
    content: "";
}
.ri-barcode-box-line:before {
    content: "";
}
.ri-barcode-fill:before {
    content: "";
}
.ri-barcode-line:before {
    content: "";
}
.ri-barricade-fill:before {
    content: "";
}
.ri-barricade-line:before {
    content: "";
}
.ri-base-station-fill:before {
    content: "";
}
.ri-base-station-line:before {
    content: "";
}
.ri-basketball-fill:before {
    content: "";
}
.ri-basketball-line:before {
    content: "";
}
.ri-battery-2-charge-fill:before {
    content: "";
}
.ri-battery-2-charge-line:before {
    content: "";
}
.ri-battery-2-fill:before {
    content: "";
}
.ri-battery-2-line:before {
    content: "";
}
.ri-battery-charge-fill:before {
    content: "";
}
.ri-battery-charge-line:before {
    content: "";
}
.ri-battery-fill:before {
    content: "";
}
.ri-battery-line:before {
    content: "";
}
.ri-battery-low-fill:before {
    content: "";
}
.ri-battery-low-line:before {
    content: "";
}
.ri-battery-saver-fill:before {
    content: "";
}
.ri-battery-saver-line:before {
    content: "";
}
.ri-battery-share-fill:before {
    content: "";
}
.ri-battery-share-line:before {
    content: "";
}
.ri-bear-smile-fill:before {
    content: "";
}
.ri-bear-smile-line:before {
    content: "";
}
.ri-behance-fill:before {
    content: "";
}
.ri-behance-line:before {
    content: "";
}
.ri-bell-fill:before {
    content: "";
}
.ri-bell-line:before {
    content: "";
}
.ri-bike-fill:before {
    content: "";
}
.ri-bike-line:before {
    content: "";
}
.ri-bilibili-fill:before {
    content: "";
}
.ri-bilibili-line:before {
    content: "";
}
.ri-bill-fill:before {
    content: "";
}
.ri-bill-line:before {
    content: "";
}
.ri-billiards-fill:before {
    content: "";
}
.ri-billiards-line:before {
    content: "";
}
.ri-bit-coin-fill:before {
    content: "";
}
.ri-bit-coin-line:before {
    content: "";
}
.ri-blaze-fill:before {
    content: "";
}
.ri-blaze-line:before {
    content: "";
}
.ri-bluetooth-connect-fill:before {
    content: "";
}
.ri-bluetooth-connect-line:before {
    content: "";
}
.ri-bluetooth-fill:before {
    content: "";
}
.ri-bluetooth-line:before {
    content: "";
}
.ri-blur-off-fill:before {
    content: "";
}
.ri-blur-off-line:before {
    content: "";
}
.ri-body-scan-fill:before {
    content: "";
}
.ri-body-scan-line:before {
    content: "";
}
.ri-bold:before {
    content: "";
}
.ri-book-2-fill:before {
    content: "";
}
.ri-book-2-line:before {
    content: "";
}
.ri-book-3-fill:before {
    content: "";
}
.ri-book-3-line:before {
    content: "";
}
.ri-book-fill:before {
    content: "";
}
.ri-book-line:before {
    content: "";
}
.ri-book-marked-fill:before {
    content: "";
}
.ri-book-marked-line:before {
    content: "";
}
.ri-book-open-fill:before {
    content: "";
}
.ri-book-open-line:before {
    content: "";
}
.ri-book-read-fill:before {
    content: "";
}
.ri-book-read-line:before {
    content: "";
}
.ri-booklet-fill:before {
    content: "";
}
.ri-booklet-line:before {
    content: "";
}
.ri-bookmark-2-fill:before {
    content: "";
}
.ri-bookmark-2-line:before {
    content: "";
}
.ri-bookmark-3-fill:before {
    content: "";
}
.ri-bookmark-3-line:before {
    content: "";
}
.ri-bookmark-fill:before {
    content: "";
}
.ri-bookmark-line:before {
    content: "";
}
.ri-boxing-fill:before {
    content: "";
}
.ri-boxing-line:before {
    content: "";
}
.ri-braces-fill:before {
    content: "";
}
.ri-braces-line:before {
    content: "";
}
.ri-brackets-fill:before {
    content: "";
}
.ri-brackets-line:before {
    content: "";
}
.ri-briefcase-2-fill:before {
    content: "";
}
.ri-briefcase-2-line:before {
    content: "";
}
.ri-briefcase-3-fill:before {
    content: "";
}
.ri-briefcase-3-line:before {
    content: "";
}
.ri-briefcase-4-fill:before {
    content: "";
}
.ri-briefcase-4-line:before {
    content: "";
}
.ri-briefcase-5-fill:before {
    content: "";
}
.ri-briefcase-5-line:before {
    content: "";
}
.ri-briefcase-fill:before {
    content: "";
}
.ri-briefcase-line:before {
    content: "";
}
.ri-bring-forward:before {
    content: "";
}
.ri-bring-to-front:before {
    content: "";
}
.ri-broadcast-fill:before {
    content: "";
}
.ri-broadcast-line:before {
    content: "";
}
.ri-brush-2-fill:before {
    content: "";
}
.ri-brush-2-line:before {
    content: "";
}
.ri-brush-3-fill:before {
    content: "";
}
.ri-brush-3-line:before {
    content: "";
}
.ri-brush-4-fill:before {
    content: "";
}
.ri-brush-4-line:before {
    content: "";
}
.ri-brush-fill:before {
    content: "";
}
.ri-brush-line:before {
    content: "";
}
.ri-bubble-chart-fill:before {
    content: "";
}
.ri-bubble-chart-line:before {
    content: "";
}
.ri-bug-2-fill:before {
    content: "";
}
.ri-bug-2-line:before {
    content: "";
}
.ri-bug-fill:before {
    content: "";
}
.ri-bug-line:before {
    content: "";
}
.ri-building-2-fill:before {
    content: "";
}
.ri-building-2-line:before {
    content: "";
}
.ri-building-3-fill:before {
    content: "";
}
.ri-building-3-line:before {
    content: "";
}
.ri-building-4-fill:before {
    content: "";
}
.ri-building-4-line:before {
    content: "";
}
.ri-building-fill:before {
    content: "";
}
.ri-building-line:before {
    content: "";
}
.ri-bus-2-fill:before {
    content: "";
}
.ri-bus-2-line:before {
    content: "";
}
.ri-bus-fill:before {
    content: "";
}
.ri-bus-line:before {
    content: "";
}
.ri-bus-wifi-fill:before {
    content: "";
}
.ri-bus-wifi-line:before {
    content: "";
}
.ri-cactus-fill:before {
    content: "";
}
.ri-cactus-line:before {
    content: "";
}
.ri-cake-2-fill:before {
    content: "";
}
.ri-cake-2-line:before {
    content: "";
}
.ri-cake-3-fill:before {
    content: "";
}
.ri-cake-3-line:before {
    content: "";
}
.ri-cake-fill:before {
    content: "";
}
.ri-cake-line:before {
    content: "";
}
.ri-calculator-fill:before {
    content: "";
}
.ri-calculator-line:before {
    content: "";
}
.ri-calendar-2-fill:before {
    content: "";
}
.ri-calendar-2-line:before {
    content: "";
}
.ri-calendar-check-fill:before {
    content: "";
}
.ri-calendar-check-line:before {
    content: "";
}
.ri-calendar-event-fill:before {
    content: "";
}
.ri-calendar-event-line:before {
    content: "";
}
.ri-calendar-fill:before {
    content: "";
}
.ri-calendar-line:before {
    content: "";
}
.ri-calendar-todo-fill:before {
    content: "";
}
.ri-calendar-todo-line:before {
    content: "";
}
.ri-camera-2-fill:before {
    content: "";
}
.ri-camera-2-line:before {
    content: "";
}
.ri-camera-3-fill:before {
    content: "";
}
.ri-camera-3-line:before {
    content: "";
}
.ri-camera-fill:before {
    content: "";
}
.ri-camera-lens-fill:before {
    content: "";
}
.ri-camera-lens-line:before {
    content: "";
}
.ri-camera-line:before {
    content: "";
}
.ri-camera-off-fill:before {
    content: "";
}
.ri-camera-off-line:before {
    content: "";
}
.ri-camera-switch-fill:before {
    content: "";
}
.ri-camera-switch-line:before {
    content: "";
}
.ri-capsule-fill:before {
    content: "";
}
.ri-capsule-line:before {
    content: "";
}
.ri-car-fill:before {
    content: "";
}
.ri-car-line:before {
    content: "";
}
.ri-car-washing-fill:before {
    content: "";
}
.ri-car-washing-line:before {
    content: "";
}
.ri-caravan-fill:before {
    content: "";
}
.ri-caravan-line:before {
    content: "";
}
.ri-cast-fill:before {
    content: "";
}
.ri-cast-line:before {
    content: "";
}
.ri-cellphone-fill:before {
    content: "";
}
.ri-cellphone-line:before {
    content: "";
}
.ri-celsius-fill:before {
    content: "";
}
.ri-celsius-line:before {
    content: "";
}
.ri-centos-fill:before {
    content: "";
}
.ri-centos-line:before {
    content: "";
}
.ri-character-recognition-fill:before {
    content: "";
}
.ri-character-recognition-line:before {
    content: "";
}
.ri-charging-pile-2-fill:before {
    content: "";
}
.ri-charging-pile-2-line:before {
    content: "";
}
.ri-charging-pile-fill:before {
    content: "";
}
.ri-charging-pile-line:before {
    content: "";
}
.ri-chat-1-fill:before {
    content: "";
}
.ri-chat-1-line:before {
    content: "";
}
.ri-chat-2-fill:before {
    content: "";
}
.ri-chat-2-line:before {
    content: "";
}
.ri-chat-3-fill:before {
    content: "";
}
.ri-chat-3-line:before {
    content: "";
}
.ri-chat-4-fill:before {
    content: "";
}
.ri-chat-4-line:before {
    content: "";
}
.ri-chat-check-fill:before {
    content: "";
}
.ri-chat-check-line:before {
    content: "";
}
.ri-chat-delete-fill:before {
    content: "";
}
.ri-chat-delete-line:before {
    content: "";
}
.ri-chat-download-fill:before {
    content: "";
}
.ri-chat-download-line:before {
    content: "";
}
.ri-chat-follow-up-fill:before {
    content: "";
}
.ri-chat-follow-up-line:before {
    content: "";
}
.ri-chat-forward-fill:before {
    content: "";
}
.ri-chat-forward-line:before {
    content: "";
}
.ri-chat-heart-fill:before {
    content: "";
}
.ri-chat-heart-line:before {
    content: "";
}
.ri-chat-history-fill:before {
    content: "";
}
.ri-chat-history-line:before {
    content: "";
}
.ri-chat-new-fill:before {
    content: "";
}
.ri-chat-new-line:before {
    content: "";
}
.ri-chat-off-fill:before {
    content: "";
}
.ri-chat-off-line:before {
    content: "";
}
.ri-chat-poll-fill:before {
    content: "";
}
.ri-chat-poll-line:before {
    content: "";
}
.ri-chat-private-fill:before {
    content: "";
}
.ri-chat-private-line:before {
    content: "";
}
.ri-chat-quote-fill:before {
    content: "";
}
.ri-chat-quote-line:before {
    content: "";
}
.ri-chat-settings-fill:before {
    content: "";
}
.ri-chat-settings-line:before {
    content: "";
}
.ri-chat-smile-2-fill:before {
    content: "";
}
.ri-chat-smile-2-line:before {
    content: "";
}
.ri-chat-smile-3-fill:before {
    content: "";
}
.ri-chat-smile-3-line:before {
    content: "";
}
.ri-chat-smile-fill:before {
    content: "";
}
.ri-chat-smile-line:before {
    content: "";
}
.ri-chat-upload-fill:before {
    content: "";
}
.ri-chat-upload-line:before {
    content: "";
}
.ri-chat-voice-fill:before {
    content: "";
}
.ri-chat-voice-line:before {
    content: "";
}
.ri-check-double-fill:before {
    content: "";
}
.ri-check-double-line:before {
    content: "";
}
.ri-check-fill:before {
    content: "";
}
.ri-check-line:before {
    content: "";
}
.ri-checkbox-blank-circle-fill:before {
    content: "";
}
.ri-checkbox-blank-circle-line:before {
    content: "";
}
.ri-checkbox-blank-fill:before {
    content: "";
}
.ri-checkbox-blank-line:before {
    content: "";
}
.ri-checkbox-circle-fill:before {
    content: "";
}
.ri-checkbox-circle-line:before {
    content: "";
}
.ri-checkbox-fill:before {
    content: "";
}
.ri-checkbox-indeterminate-fill:before {
    content: "";
}
.ri-checkbox-indeterminate-line:before {
    content: "";
}
.ri-checkbox-line:before {
    content: "";
}
.ri-checkbox-multiple-blank-fill:before {
    content: "";
}
.ri-checkbox-multiple-blank-line:before {
    content: "";
}
.ri-checkbox-multiple-fill:before {
    content: "";
}
.ri-checkbox-multiple-line:before {
    content: "";
}
.ri-china-railway-fill:before {
    content: "";
}
.ri-china-railway-line:before {
    content: "";
}
.ri-chrome-fill:before {
    content: "";
}
.ri-chrome-line:before {
    content: "";
}
.ri-clapperboard-fill:before {
    content: "";
}
.ri-clapperboard-line:before {
    content: "";
}
.ri-clipboard-fill:before {
    content: "";
}
.ri-clipboard-line:before {
    content: "";
}
.ri-clockwise-2-fill:before {
    content: "";
}
.ri-clockwise-2-line:before {
    content: "";
}
.ri-clockwise-fill:before {
    content: "";
}
.ri-clockwise-line:before {
    content: "";
}
.ri-close-circle-fill:before {
    content: "";
}
.ri-close-circle-line:before {
    content: "";
}
.ri-close-fill:before {
    content: "";
}
.ri-close-line:before {
    content: "";
}
.ri-closed-captioning-fill:before {
    content: "";
}
.ri-closed-captioning-line:before {
    content: "";
}
.ri-cloud-fill:before {
    content: "";
}
.ri-cloud-line:before {
    content: "";
}
.ri-cloud-off-fill:before {
    content: "";
}
.ri-cloud-off-line:before {
    content: "";
}
.ri-cloud-windy-fill:before {
    content: "";
}
.ri-cloud-windy-line:before {
    content: "";
}
.ri-cloudy-2-fill:before {
    content: "";
}
.ri-cloudy-2-line:before {
    content: "";
}
.ri-cloudy-fill:before {
    content: "";
}
.ri-cloudy-line:before {
    content: "";
}
.ri-code-box-fill:before {
    content: "";
}
.ri-code-box-line:before {
    content: "";
}
.ri-code-fill:before {
    content: "";
}
.ri-code-line:before {
    content: "";
}
.ri-code-s-fill:before {
    content: "";
}
.ri-code-s-line:before {
    content: "";
}
.ri-code-s-slash-fill:before {
    content: "";
}
.ri-code-s-slash-line:before {
    content: "";
}
.ri-code-view:before {
    content: "";
}
.ri-codepen-fill:before {
    content: "";
}
.ri-codepen-line:before {
    content: "";
}
.ri-coin-fill:before {
    content: "";
}
.ri-coin-line:before {
    content: "";
}
.ri-coins-fill:before {
    content: "";
}
.ri-coins-line:before {
    content: "";
}
.ri-collage-fill:before {
    content: "";
}
.ri-collage-line:before {
    content: "";
}
.ri-command-fill:before {
    content: "";
}
.ri-command-line:before {
    content: "";
}
.ri-community-fill:before {
    content: "";
}
.ri-community-line:before {
    content: "";
}
.ri-compass-2-fill:before {
    content: "";
}
.ri-compass-2-line:before {
    content: "";
}
.ri-compass-3-fill:before {
    content: "";
}
.ri-compass-3-line:before {
    content: "";
}
.ri-compass-4-fill:before {
    content: "";
}
.ri-compass-4-line:before {
    content: "";
}
.ri-compass-discover-fill:before {
    content: "";
}
.ri-compass-discover-line:before {
    content: "";
}
.ri-compass-fill:before {
    content: "";
}
.ri-compass-line:before {
    content: "";
}
.ri-compasses-2-fill:before {
    content: "";
}
.ri-compasses-2-line:before {
    content: "";
}
.ri-compasses-fill:before {
    content: "";
}
.ri-compasses-line:before {
    content: "";
}
.ri-computer-fill:before {
    content: "";
}
.ri-computer-line:before {
    content: "";
}
.ri-contacts-book-2-fill:before {
    content: "";
}
.ri-contacts-book-2-line:before {
    content: "";
}
.ri-contacts-book-fill:before {
    content: "";
}
.ri-contacts-book-line:before {
    content: "";
}
.ri-contacts-book-upload-fill:before {
    content: "";
}
.ri-contacts-book-upload-line:before {
    content: "";
}
.ri-contacts-fill:before {
    content: "";
}
.ri-contacts-line:before {
    content: "";
}
.ri-contrast-2-fill:before {
    content: "";
}
.ri-contrast-2-line:before {
    content: "";
}
.ri-contrast-drop-2-fill:before {
    content: "";
}
.ri-contrast-drop-2-line:before {
    content: "";
}
.ri-contrast-drop-fill:before {
    content: "";
}
.ri-contrast-drop-line:before {
    content: "";
}
.ri-contrast-fill:before {
    content: "";
}
.ri-contrast-line:before {
    content: "";
}
.ri-copper-coin-fill:before {
    content: "";
}
.ri-copper-coin-line:before {
    content: "";
}
.ri-copper-diamond-fill:before {
    content: "";
}
.ri-copper-diamond-line:before {
    content: "";
}
.ri-copyleft-fill:before {
    content: "";
}
.ri-copyleft-line:before {
    content: "";
}
.ri-copyright-fill:before {
    content: "";
}
.ri-copyright-line:before {
    content: "";
}
.ri-coreos-fill:before {
    content: "";
}
.ri-coreos-line:before {
    content: "";
}
.ri-coupon-2-fill:before {
    content: "";
}
.ri-coupon-2-line:before {
    content: "";
}
.ri-coupon-3-fill:before {
    content: "";
}
.ri-coupon-3-line:before {
    content: "";
}
.ri-coupon-4-fill:before {
    content: "";
}
.ri-coupon-4-line:before {
    content: "";
}
.ri-coupon-5-fill:before {
    content: "";
}
.ri-coupon-5-line:before {
    content: "";
}
.ri-coupon-fill:before {
    content: "";
}
.ri-coupon-line:before {
    content: "";
}
.ri-cpu-fill:before {
    content: "";
}
.ri-cpu-line:before {
    content: "";
}
.ri-creative-commons-by-fill:before {
    content: "";
}
.ri-creative-commons-by-line:before {
    content: "";
}
.ri-creative-commons-fill:before {
    content: "";
}
.ri-creative-commons-line:before {
    content: "";
}
.ri-creative-commons-nc-fill:before {
    content: "";
}
.ri-creative-commons-nc-line:before {
    content: "";
}
.ri-creative-commons-nd-fill:before {
    content: "";
}
.ri-creative-commons-nd-line:before {
    content: "";
}
.ri-creative-commons-sa-fill:before {
    content: "";
}
.ri-creative-commons-sa-line:before {
    content: "";
}
.ri-creative-commons-zero-fill:before {
    content: "";
}
.ri-creative-commons-zero-line:before {
    content: "";
}
.ri-criminal-fill:before {
    content: "";
}
.ri-criminal-line:before {
    content: "";
}
.ri-crop-2-fill:before {
    content: "";
}
.ri-crop-2-line:before {
    content: "";
}
.ri-crop-fill:before {
    content: "";
}
.ri-crop-line:before {
    content: "";
}
.ri-css3-fill:before {
    content: "";
}
.ri-css3-line:before {
    content: "";
}
.ri-cup-fill:before {
    content: "";
}
.ri-cup-line:before {
    content: "";
}
.ri-currency-fill:before {
    content: "";
}
.ri-currency-line:before {
    content: "";
}
.ri-cursor-fill:before {
    content: "";
}
.ri-cursor-line:before {
    content: "";
}
.ri-customer-service-2-fill:before {
    content: "";
}
.ri-customer-service-2-line:before {
    content: "";
}
.ri-customer-service-fill:before {
    content: "";
}
.ri-customer-service-line:before {
    content: "";
}
.ri-dashboard-2-fill:before {
    content: "";
}
.ri-dashboard-2-line:before {
    content: "";
}
.ri-dashboard-3-fill:before {
    content: "";
}
.ri-dashboard-3-line:before {
    content: "";
}
.ri-dashboard-fill:before {
    content: "";
}
.ri-dashboard-line:before {
    content: "";
}
.ri-database-2-fill:before {
    content: "";
}
.ri-database-2-line:before {
    content: "";
}
.ri-database-fill:before {
    content: "";
}
.ri-database-line:before {
    content: "";
}
.ri-delete-back-2-fill:before {
    content: "";
}
.ri-delete-back-2-line:before {
    content: "";
}
.ri-delete-back-fill:before {
    content: "";
}
.ri-delete-back-line:before {
    content: "";
}
.ri-delete-bin-2-fill:before {
    content: "";
}
.ri-delete-bin-2-line:before {
    content: "";
}
.ri-delete-bin-3-fill:before {
    content: "";
}
.ri-delete-bin-3-line:before {
    content: "";
}
.ri-delete-bin-4-fill:before {
    content: "";
}
.ri-delete-bin-4-line:before {
    content: "";
}
.ri-delete-bin-5-fill:before {
    content: "";
}
.ri-delete-bin-5-line:before {
    content: "";
}
.ri-delete-bin-6-fill:before {
    content: "";
}
.ri-delete-bin-6-line:before {
    content: "";
}
.ri-delete-bin-7-fill:before {
    content: "";
}
.ri-delete-bin-7-line:before {
    content: "";
}
.ri-delete-bin-fill:before {
    content: "";
}
.ri-delete-bin-line:before {
    content: "";
}
.ri-delete-column:before {
    content: "";
}
.ri-delete-row:before {
    content: "";
}
.ri-device-fill:before {
    content: "";
}
.ri-device-line:before {
    content: "";
}
.ri-device-recover-fill:before {
    content: "";
}
.ri-device-recover-line:before {
    content: "";
}
.ri-dingding-fill:before {
    content: "";
}
.ri-dingding-line:before {
    content: "";
}
.ri-direction-fill:before {
    content: "";
}
.ri-direction-line:before {
    content: "";
}
.ri-disc-fill:before {
    content: "";
}
.ri-disc-line:before {
    content: "";
}
.ri-discord-fill:before {
    content: "";
}
.ri-discord-line:before {
    content: "";
}
.ri-discuss-fill:before {
    content: "";
}
.ri-discuss-line:before {
    content: "";
}
.ri-dislike-fill:before {
    content: "";
}
.ri-dislike-line:before {
    content: "";
}
.ri-disqus-fill:before {
    content: "";
}
.ri-disqus-line:before {
    content: "";
}
.ri-divide-fill:before {
    content: "";
}
.ri-divide-line:before {
    content: "";
}
.ri-donut-chart-fill:before {
    content: "";
}
.ri-donut-chart-line:before {
    content: "";
}
.ri-door-closed-fill:before {
    content: "";
}
.ri-door-closed-line:before {
    content: "";
}
.ri-door-fill:before {
    content: "";
}
.ri-door-line:before {
    content: "";
}
.ri-door-lock-box-fill:before {
    content: "";
}
.ri-door-lock-box-line:before {
    content: "";
}
.ri-door-lock-fill:before {
    content: "";
}
.ri-door-lock-line:before {
    content: "";
}
.ri-door-open-fill:before {
    content: "";
}
.ri-door-open-line:before {
    content: "";
}
.ri-dossier-fill:before {
    content: "";
}
.ri-dossier-line:before {
    content: "";
}
.ri-douban-fill:before {
    content: "";
}
.ri-douban-line:before {
    content: "";
}
.ri-double-quotes-l:before {
    content: "";
}
.ri-double-quotes-r:before {
    content: "";
}
.ri-download-2-fill:before {
    content: "";
}
.ri-download-2-line:before {
    content: "";
}
.ri-download-cloud-2-fill:before {
    content: "";
}
.ri-download-cloud-2-line:before {
    content: "";
}
.ri-download-cloud-fill:before {
    content: "";
}
.ri-download-cloud-line:before {
    content: "";
}
.ri-download-fill:before {
    content: "";
}
.ri-download-line:before {
    content: "";
}
.ri-draft-fill:before {
    content: "";
}
.ri-draft-line:before {
    content: "";
}
.ri-drag-drop-fill:before {
    content: "";
}
.ri-drag-drop-line:before {
    content: "";
}
.ri-drag-move-2-fill:before {
    content: "";
}
.ri-drag-move-2-line:before {
    content: "";
}
.ri-drag-move-fill:before {
    content: "";
}
.ri-drag-move-line:before {
    content: "";
}
.ri-dribbble-fill:before {
    content: "";
}
.ri-dribbble-line:before {
    content: "";
}
.ri-drive-fill:before {
    content: "";
}
.ri-drive-line:before {
    content: "";
}
.ri-drizzle-fill:before {
    content: "";
}
.ri-drizzle-line:before {
    content: "";
}
.ri-drop-fill:before {
    content: "";
}
.ri-drop-line:before {
    content: "";
}
.ri-dropbox-fill:before {
    content: "";
}
.ri-dropbox-line:before {
    content: "";
}
.ri-dual-sim-1-fill:before {
    content: "";
}
.ri-dual-sim-1-line:before {
    content: "";
}
.ri-dual-sim-2-fill:before {
    content: "";
}
.ri-dual-sim-2-line:before {
    content: "";
}
.ri-dv-fill:before {
    content: "";
}
.ri-dv-line:before {
    content: "";
}
.ri-dvd-fill:before {
    content: "";
}
.ri-dvd-line:before {
    content: "";
}
.ri-e-bike-2-fill:before {
    content: "";
}
.ri-e-bike-2-line:before {
    content: "";
}
.ri-e-bike-fill:before {
    content: "";
}
.ri-e-bike-line:before {
    content: "";
}
.ri-earth-fill:before {
    content: "";
}
.ri-earth-line:before {
    content: "";
}
.ri-earthquake-fill:before {
    content: "";
}
.ri-earthquake-line:before {
    content: "";
}
.ri-edge-fill:before {
    content: "";
}
.ri-edge-line:before {
    content: "";
}
.ri-edit-2-fill:before {
    content: "";
}
.ri-edit-2-line:before {
    content: "";
}
.ri-edit-box-fill:before {
    content: "";
}
.ri-edit-box-line:before {
    content: "";
}
.ri-edit-circle-fill:before {
    content: "";
}
.ri-edit-circle-line:before {
    content: "";
}
.ri-edit-fill:before {
    content: "";
}
.ri-edit-line:before {
    content: "";
}
.ri-eject-fill:before {
    content: "";
}
.ri-eject-line:before {
    content: "";
}
.ri-emotion-2-fill:before {
    content: "";
}
.ri-emotion-2-line:before {
    content: "";
}
.ri-emotion-fill:before {
    content: "";
}
.ri-emotion-happy-fill:before {
    content: "";
}
.ri-emotion-happy-line:before {
    content: "";
}
.ri-emotion-laugh-fill:before {
    content: "";
}
.ri-emotion-laugh-line:before {
    content: "";
}
.ri-emotion-line:before {
    content: "";
}
.ri-emotion-normal-fill:before {
    content: "";
}
.ri-emotion-normal-line:before {
    content: "";
}
.ri-emotion-sad-fill:before {
    content: "";
}
.ri-emotion-sad-line:before {
    content: "";
}
.ri-emotion-unhappy-fill:before {
    content: "";
}
.ri-emotion-unhappy-line:before {
    content: "";
}
.ri-empathize-fill:before {
    content: "";
}
.ri-empathize-line:before {
    content: "";
}
.ri-emphasis-cn:before {
    content: "";
}
.ri-emphasis:before {
    content: "";
}
.ri-english-input:before {
    content: "";
}
.ri-equalizer-fill:before {
    content: "";
}
.ri-equalizer-line:before {
    content: "";
}
.ri-eraser-fill:before {
    content: "";
}
.ri-eraser-line:before {
    content: "";
}
.ri-error-warning-fill:before {
    content: "";
}
.ri-error-warning-line:before {
    content: "";
}
.ri-evernote-fill:before {
    content: "";
}
.ri-evernote-line:before {
    content: "";
}
.ri-exchange-box-fill:before {
    content: "";
}
.ri-exchange-box-line:before {
    content: "";
}
.ri-exchange-cny-fill:before {
    content: "";
}
.ri-exchange-cny-line:before {
    content: "";
}
.ri-exchange-dollar-fill:before {
    content: "";
}
.ri-exchange-dollar-line:before {
    content: "";
}
.ri-exchange-fill:before {
    content: "";
}
.ri-exchange-funds-fill:before {
    content: "";
}
.ri-exchange-funds-line:before {
    content: "";
}
.ri-exchange-line:before {
    content: "";
}
.ri-external-link-fill:before {
    content: "";
}
.ri-external-link-line:before {
    content: "";
}
.ri-eye-2-fill:before {
    content: "";
}
.ri-eye-2-line:before {
    content: "";
}
.ri-eye-close-fill:before {
    content: "";
}
.ri-eye-close-line:before {
    content: "";
}
.ri-eye-fill:before {
    content: "";
}
.ri-eye-line:before {
    content: "";
}
.ri-eye-off-fill:before {
    content: "";
}
.ri-eye-off-line:before {
    content: "";
}
.ri-facebook-box-fill:before {
    content: "";
}
.ri-facebook-box-line:before {
    content: "";
}
.ri-facebook-circle-fill:before {
    content: "";
}
.ri-facebook-circle-line:before {
    content: "";
}
.ri-facebook-fill:before {
    content: "";
}
.ri-facebook-line:before {
    content: "";
}
.ri-fahrenheit-fill:before {
    content: "";
}
.ri-fahrenheit-line:before {
    content: "";
}
.ri-feedback-fill:before {
    content: "";
}
.ri-feedback-line:before {
    content: "";
}
.ri-file-2-fill:before {
    content: "";
}
.ri-file-2-line:before {
    content: "";
}
.ri-file-3-fill:before {
    content: "";
}
.ri-file-3-line:before {
    content: "";
}
.ri-file-4-fill:before {
    content: "";
}
.ri-file-4-line:before {
    content: "";
}
.ri-file-add-fill:before {
    content: "";
}
.ri-file-add-line:before {
    content: "";
}
.ri-file-chart-2-fill:before {
    content: "";
}
.ri-file-chart-2-line:before {
    content: "";
}
.ri-file-chart-fill:before {
    content: "";
}
.ri-file-chart-line:before {
    content: "";
}
.ri-file-cloud-fill:before {
    content: "";
}
.ri-file-cloud-line:before {
    content: "";
}
.ri-file-code-fill:before {
    content: "";
}
.ri-file-code-line:before {
    content: "";
}
.ri-file-copy-2-fill:before {
    content: "";
}
.ri-file-copy-2-line:before {
    content: "";
}
.ri-file-copy-fill:before {
    content: "";
}
.ri-file-copy-line:before {
    content: "";
}
.ri-file-damage-fill:before {
    content: "";
}
.ri-file-damage-line:before {
    content: "";
}
.ri-file-download-fill:before {
    content: "";
}
.ri-file-download-line:before {
    content: "";
}
.ri-file-edit-fill:before {
    content: "";
}
.ri-file-edit-line:before {
    content: "";
}
.ri-file-excel-2-fill:before {
    content: "";
}
.ri-file-excel-2-line:before {
    content: "";
}
.ri-file-excel-fill:before {
    content: "";
}
.ri-file-excel-line:before {
    content: "";
}
.ri-file-fill:before {
    content: "";
}
.ri-file-forbid-fill:before {
    content: "";
}
.ri-file-forbid-line:before {
    content: "";
}
.ri-file-gif-fill:before {
    content: "";
}
.ri-file-gif-line:before {
    content: "";
}
.ri-file-history-fill:before {
    content: "";
}
.ri-file-history-line:before {
    content: "";
}
.ri-file-hwp-fill:before {
    content: "";
}
.ri-file-hwp-line:before {
    content: "";
}
.ri-file-info-fill:before {
    content: "";
}
.ri-file-info-line:before {
    content: "";
}
.ri-file-line:before {
    content: "";
}
.ri-file-list-2-fill:before {
    content: "";
}
.ri-file-list-2-line:before {
    content: "";
}
.ri-file-list-3-fill:before {
    content: "";
}
.ri-file-list-3-line:before {
    content: "";
}
.ri-file-list-fill:before {
    content: "";
}
.ri-file-list-line:before {
    content: "";
}
.ri-file-lock-fill:before {
    content: "";
}
.ri-file-lock-line:before {
    content: "";
}
.ri-file-marked-fill:before {
    content: "";
}
.ri-file-marked-line:before {
    content: "";
}
.ri-file-music-fill:before {
    content: "";
}
.ri-file-music-line:before {
    content: "";
}
.ri-file-paper-2-fill:before {
    content: "";
}
.ri-file-paper-2-line:before {
    content: "";
}
.ri-file-paper-fill:before {
    content: "";
}
.ri-file-paper-line:before {
    content: "";
}
.ri-file-pdf-fill:before {
    content: "";
}
.ri-file-pdf-line:before {
    content: "";
}
.ri-file-ppt-2-fill:before {
    content: "";
}
.ri-file-ppt-2-line:before {
    content: "";
}
.ri-file-ppt-fill:before {
    content: "";
}
.ri-file-ppt-line:before {
    content: "";
}
.ri-file-reduce-fill:before {
    content: "";
}
.ri-file-reduce-line:before {
    content: "";
}
.ri-file-search-fill:before {
    content: "";
}
.ri-file-search-line:before {
    content: "";
}
.ri-file-settings-fill:before {
    content: "";
}
.ri-file-settings-line:before {
    content: "";
}
.ri-file-shield-2-fill:before {
    content: "";
}
.ri-file-shield-2-line:before {
    content: "";
}
.ri-file-shield-fill:before {
    content: "";
}
.ri-file-shield-line:before {
    content: "";
}
.ri-file-shred-fill:before {
    content: "";
}
.ri-file-shred-line:before {
    content: "";
}
.ri-file-text-fill:before {
    content: "";
}
.ri-file-text-line:before {
    content: "";
}
.ri-file-transfer-fill:before {
    content: "";
}
.ri-file-transfer-line:before {
    content: "";
}
.ri-file-unknow-fill:before {
    content: "";
}
.ri-file-unknow-line:before {
    content: "";
}
.ri-file-upload-fill:before {
    content: "";
}
.ri-file-upload-line:before {
    content: "";
}
.ri-file-user-fill:before {
    content: "";
}
.ri-file-user-line:before {
    content: "";
}
.ri-file-warning-fill:before {
    content: "";
}
.ri-file-warning-line:before {
    content: "";
}
.ri-file-word-2-fill:before {
    content: "";
}
.ri-file-word-2-line:before {
    content: "";
}
.ri-file-word-fill:before {
    content: "";
}
.ri-file-word-line:before {
    content: "";
}
.ri-file-zip-fill:before {
    content: "";
}
.ri-file-zip-line:before {
    content: "";
}
.ri-film-fill:before {
    content: "";
}
.ri-film-line:before {
    content: "";
}
.ri-filter-2-fill:before {
    content: "";
}
.ri-filter-2-line:before {
    content: "";
}
.ri-filter-3-fill:before {
    content: "";
}
.ri-filter-3-line:before {
    content: "";
}
.ri-filter-fill:before {
    content: "";
}
.ri-filter-line:before {
    content: "";
}
.ri-filter-off-fill:before {
    content: "";
}
.ri-filter-off-line:before {
    content: "";
}
.ri-find-replace-fill:before {
    content: "";
}
.ri-find-replace-line:before {
    content: "";
}
.ri-finder-fill:before {
    content: "";
}
.ri-finder-line:before {
    content: "";
}
.ri-fingerprint-2-fill:before {
    content: "";
}
.ri-fingerprint-2-line:before {
    content: "";
}
.ri-fingerprint-fill:before {
    content: "";
}
.ri-fingerprint-line:before {
    content: "";
}
.ri-fire-fill:before {
    content: "";
}
.ri-fire-line:before {
    content: "";
}
.ri-firefox-fill:before {
    content: "";
}
.ri-firefox-line:before {
    content: "";
}
.ri-first-aid-kit-fill:before {
    content: "";
}
.ri-first-aid-kit-line:before {
    content: "";
}
.ri-flag-2-fill:before {
    content: "";
}
.ri-flag-2-line:before {
    content: "";
}
.ri-flag-fill:before {
    content: "";
}
.ri-flag-line:before {
    content: "";
}
.ri-flashlight-fill:before {
    content: "";
}
.ri-flashlight-line:before {
    content: "";
}
.ri-flask-fill:before {
    content: "";
}
.ri-flask-line:before {
    content: "";
}
.ri-flight-land-fill:before {
    content: "";
}
.ri-flight-land-line:before {
    content: "";
}
.ri-flight-takeoff-fill:before {
    content: "";
}
.ri-flight-takeoff-line:before {
    content: "";
}
.ri-flood-fill:before {
    content: "";
}
.ri-flood-line:before {
    content: "";
}
.ri-flow-chart:before {
    content: "";
}
.ri-flutter-fill:before {
    content: "";
}
.ri-flutter-line:before {
    content: "";
}
.ri-focus-2-fill:before {
    content: "";
}
.ri-focus-2-line:before {
    content: "";
}
.ri-focus-3-fill:before {
    content: "";
}
.ri-focus-3-line:before {
    content: "";
}
.ri-focus-fill:before {
    content: "";
}
.ri-focus-line:before {
    content: "";
}
.ri-foggy-fill:before {
    content: "";
}
.ri-foggy-line:before {
    content: "";
}
.ri-folder-2-fill:before {
    content: "";
}
.ri-folder-2-line:before {
    content: "";
}
.ri-folder-3-fill:before {
    content: "";
}
.ri-folder-3-line:before {
    content: "";
}
.ri-folder-4-fill:before {
    content: "";
}
.ri-folder-4-line:before {
    content: "";
}
.ri-folder-5-fill:before {
    content: "";
}
.ri-folder-5-line:before {
    content: "";
}
.ri-folder-add-fill:before {
    content: "";
}
.ri-folder-add-line:before {
    content: "";
}
.ri-folder-chart-2-fill:before {
    content: "";
}
.ri-folder-chart-2-line:before {
    content: "";
}
.ri-folder-chart-fill:before {
    content: "";
}
.ri-folder-chart-line:before {
    content: "";
}
.ri-folder-download-fill:before {
    content: "";
}
.ri-folder-download-line:before {
    content: "";
}
.ri-folder-fill:before {
    content: "";
}
.ri-folder-forbid-fill:before {
    content: "";
}
.ri-folder-forbid-line:before {
    content: "";
}
.ri-folder-history-fill:before {
    content: "";
}
.ri-folder-history-line:before {
    content: "";
}
.ri-folder-info-fill:before {
    content: "";
}
.ri-folder-info-line:before {
    content: "";
}
.ri-folder-keyhole-fill:before {
    content: "";
}
.ri-folder-keyhole-line:before {
    content: "";
}
.ri-folder-line:before {
    content: "";
}
.ri-folder-lock-fill:before {
    content: "";
}
.ri-folder-lock-line:before {
    content: "";
}
.ri-folder-music-fill:before {
    content: "";
}
.ri-folder-music-line:before {
    content: "";
}
.ri-folder-open-fill:before {
    content: "";
}
.ri-folder-open-line:before {
    content: "";
}
.ri-folder-received-fill:before {
    content: "";
}
.ri-folder-received-line:before {
    content: "";
}
.ri-folder-reduce-fill:before {
    content: "";
}
.ri-folder-reduce-line:before {
    content: "";
}
.ri-folder-settings-fill:before {
    content: "";
}
.ri-folder-settings-line:before {
    content: "";
}
.ri-folder-shared-fill:before {
    content: "";
}
.ri-folder-shared-line:before {
    content: "";
}
.ri-folder-shield-2-fill:before {
    content: "";
}
.ri-folder-shield-2-line:before {
    content: "";
}
.ri-folder-shield-fill:before {
    content: "";
}
.ri-folder-shield-line:before {
    content: "";
}
.ri-folder-transfer-fill:before {
    content: "";
}
.ri-folder-transfer-line:before {
    content: "";
}
.ri-folder-unknow-fill:before {
    content: "";
}
.ri-folder-unknow-line:before {
    content: "";
}
.ri-folder-upload-fill:before {
    content: "";
}
.ri-folder-upload-line:before {
    content: "";
}
.ri-folder-user-fill:before {
    content: "";
}
.ri-folder-user-line:before {
    content: "";
}
.ri-folder-warning-fill:before {
    content: "";
}
.ri-folder-warning-line:before {
    content: "";
}
.ri-folder-zip-fill:before {
    content: "";
}
.ri-folder-zip-line:before {
    content: "";
}
.ri-folders-fill:before {
    content: "";
}
.ri-folders-line:before {
    content: "";
}
.ri-font-color:before {
    content: "";
}
.ri-font-size-2:before {
    content: "";
}
.ri-font-size:before {
    content: "";
}
.ri-football-fill:before {
    content: "";
}
.ri-football-line:before {
    content: "";
}
.ri-footprint-fill:before {
    content: "";
}
.ri-footprint-line:before {
    content: "";
}
.ri-forbid-2-fill:before {
    content: "";
}
.ri-forbid-2-line:before {
    content: "";
}
.ri-forbid-fill:before {
    content: "";
}
.ri-forbid-line:before {
    content: "";
}
.ri-format-clear:before {
    content: "";
}
.ri-fridge-fill:before {
    content: "";
}
.ri-fridge-line:before {
    content: "";
}
.ri-fullscreen-exit-fill:before {
    content: "";
}
.ri-fullscreen-exit-line:before {
    content: "";
}
.ri-fullscreen-fill:before {
    content: "";
}
.ri-fullscreen-line:before {
    content: "";
}
.ri-function-fill:before {
    content: "";
}
.ri-function-line:before {
    content: "";
}
.ri-functions:before {
    content: "";
}
.ri-funds-box-fill:before {
    content: "";
}
.ri-funds-box-line:before {
    content: "";
}
.ri-funds-fill:before {
    content: "";
}
.ri-funds-line:before {
    content: "";
}
.ri-gallery-fill:before {
    content: "";
}
.ri-gallery-line:before {
    content: "";
}
.ri-gallery-upload-fill:before {
    content: "";
}
.ri-gallery-upload-line:before {
    content: "";
}
.ri-game-fill:before {
    content: "";
}
.ri-game-line:before {
    content: "";
}
.ri-gamepad-fill:before {
    content: "";
}
.ri-gamepad-line:before {
    content: "";
}
.ri-gas-station-fill:before {
    content: "";
}
.ri-gas-station-line:before {
    content: "";
}
.ri-gatsby-fill:before {
    content: "";
}
.ri-gatsby-line:before {
    content: "";
}
.ri-genderless-fill:before {
    content: "";
}
.ri-genderless-line:before {
    content: "";
}
.ri-ghost-2-fill:before {
    content: "";
}
.ri-ghost-2-line:before {
    content: "";
}
.ri-ghost-fill:before {
    content: "";
}
.ri-ghost-line:before {
    content: "";
}
.ri-ghost-smile-fill:before {
    content: "";
}
.ri-ghost-smile-line:before {
    content: "";
}
.ri-gift-2-fill:before {
    content: "";
}
.ri-gift-2-line:before {
    content: "";
}
.ri-gift-fill:before {
    content: "";
}
.ri-gift-line:before {
    content: "";
}
.ri-git-branch-fill:before {
    content: "";
}
.ri-git-branch-line:before {
    content: "";
}
.ri-git-commit-fill:before {
    content: "";
}
.ri-git-commit-line:before {
    content: "";
}
.ri-git-merge-fill:before {
    content: "";
}
.ri-git-merge-line:before {
    content: "";
}
.ri-git-pull-request-fill:before {
    content: "";
}
.ri-git-pull-request-line:before {
    content: "";
}
.ri-git-repository-commits-fill:before {
    content: "";
}
.ri-git-repository-commits-line:before {
    content: "";
}
.ri-git-repository-fill:before {
    content: "";
}
.ri-git-repository-line:before {
    content: "";
}
.ri-git-repository-private-fill:before {
    content: "";
}
.ri-git-repository-private-line:before {
    content: "";
}
.ri-github-fill:before {
    content: "";
}
.ri-github-line:before {
    content: "";
}
.ri-gitlab-fill:before {
    content: "";
}
.ri-gitlab-line:before {
    content: "";
}
.ri-global-fill:before {
    content: "";
}
.ri-global-line:before {
    content: "";
}
.ri-globe-fill:before {
    content: "";
}
.ri-globe-line:before {
    content: "";
}
.ri-goblet-fill:before {
    content: "";
}
.ri-goblet-line:before {
    content: "";
}
.ri-google-fill:before {
    content: "";
}
.ri-google-line:before {
    content: "";
}
.ri-google-play-fill:before {
    content: "";
}
.ri-google-play-line:before {
    content: "";
}
.ri-government-fill:before {
    content: "";
}
.ri-government-line:before {
    content: "";
}
.ri-gps-fill:before {
    content: "";
}
.ri-gps-line:before {
    content: "";
}
.ri-gradienter-fill:before {
    content: "";
}
.ri-gradienter-line:before {
    content: "";
}
.ri-grid-fill:before {
    content: "";
}
.ri-grid-line:before {
    content: "";
}
.ri-group-2-fill:before {
    content: "";
}
.ri-group-2-line:before {
    content: "";
}
.ri-group-fill:before {
    content: "";
}
.ri-group-line:before {
    content: "";
}
.ri-guide-fill:before {
    content: "";
}
.ri-guide-line:before {
    content: "";
}
.ri-h-1:before {
    content: "";
}
.ri-h-2:before {
    content: "";
}
.ri-h-3:before {
    content: "";
}
.ri-h-4:before {
    content: "";
}
.ri-h-5:before {
    content: "";
}
.ri-h-6:before {
    content: "";
}
.ri-hail-fill:before {
    content: "";
}
.ri-hail-line:before {
    content: "";
}
.ri-hammer-fill:before {
    content: "";
}
.ri-hammer-line:before {
    content: "";
}
.ri-hand-coin-fill:before {
    content: "";
}
.ri-hand-coin-line:before {
    content: "";
}
.ri-hand-heart-fill:before {
    content: "";
}
.ri-hand-heart-line:before {
    content: "";
}
.ri-hand-sanitizer-fill:before {
    content: "";
}
.ri-hand-sanitizer-line:before {
    content: "";
}
.ri-handbag-fill:before {
    content: "";
}
.ri-handbag-line:before {
    content: "";
}
.ri-hard-drive-2-fill:before {
    content: "";
}
.ri-hard-drive-2-line:before {
    content: "";
}
.ri-hard-drive-fill:before {
    content: "";
}
.ri-hard-drive-line:before {
    content: "";
}
.ri-hashtag:before {
    content: "";
}
.ri-haze-2-fill:before {
    content: "";
}
.ri-haze-2-line:before {
    content: "";
}
.ri-haze-fill:before {
    content: "";
}
.ri-haze-line:before {
    content: "";
}
.ri-hd-fill:before {
    content: "";
}
.ri-hd-line:before {
    content: "";
}
.ri-heading:before {
    content: "";
}
.ri-headphone-fill:before {
    content: "";
}
.ri-headphone-line:before {
    content: "";
}
.ri-health-book-fill:before {
    content: "";
}
.ri-health-book-line:before {
    content: "";
}
.ri-heart-2-fill:before {
    content: "";
}
.ri-heart-2-line:before {
    content: "";
}
.ri-heart-3-fill:before {
    content: "";
}
.ri-heart-3-line:before {
    content: "";
}
.ri-heart-add-fill:before {
    content: "";
}
.ri-heart-add-line:before {
    content: "";
}
.ri-heart-fill:before {
    content: "";
}
.ri-heart-line:before {
    content: "";
}
.ri-heart-pulse-fill:before {
    content: "";
}
.ri-heart-pulse-line:before {
    content: "";
}
.ri-hearts-fill:before {
    content: "";
}
.ri-hearts-line:before {
    content: "";
}
.ri-heavy-showers-fill:before {
    content: "";
}
.ri-heavy-showers-line:before {
    content: "";
}
.ri-history-fill:before {
    content: "";
}
.ri-history-line:before {
    content: "";
}
.ri-home-2-fill:before {
    content: "";
}
.ri-home-2-line:before {
    content: "";
}
.ri-home-3-fill:before {
    content: "";
}
.ri-home-3-line:before {
    content: "";
}
.ri-home-4-fill:before {
    content: "";
}
.ri-home-4-line:before {
    content: "";
}
.ri-home-5-fill:before {
    content: "";
}
.ri-home-5-line:before {
    content: "";
}
.ri-home-6-fill:before {
    content: "";
}
.ri-home-6-line:before {
    content: "";
}
.ri-home-7-fill:before {
    content: "";
}
.ri-home-7-line:before {
    content: "";
}
.ri-home-8-fill:before {
    content: "";
}
.ri-home-8-line:before {
    content: "";
}
.ri-home-fill:before {
    content: "";
}
.ri-home-gear-fill:before {
    content: "";
}
.ri-home-gear-line:before {
    content: "";
}
.ri-home-heart-fill:before {
    content: "";
}
.ri-home-heart-line:before {
    content: "";
}
.ri-home-line:before {
    content: "";
}
.ri-home-smile-2-fill:before {
    content: "";
}
.ri-home-smile-2-line:before {
    content: "";
}
.ri-home-smile-fill:before {
    content: "";
}
.ri-home-smile-line:before {
    content: "";
}
.ri-home-wifi-fill:before {
    content: "";
}
.ri-home-wifi-line:before {
    content: "";
}
.ri-honor-of-kings-fill:before {
    content: "";
}
.ri-honor-of-kings-line:before {
    content: "";
}
.ri-honour-fill:before {
    content: "";
}
.ri-honour-line:before {
    content: "";
}
.ri-hospital-fill:before {
    content: "";
}
.ri-hospital-line:before {
    content: "";
}
.ri-hotel-bed-fill:before {
    content: "";
}
.ri-hotel-bed-line:before {
    content: "";
}
.ri-hotel-fill:before {
    content: "";
}
.ri-hotel-line:before {
    content: "";
}
.ri-hotspot-fill:before {
    content: "";
}
.ri-hotspot-line:before {
    content: "";
}
.ri-hq-fill:before {
    content: "";
}
.ri-hq-line:before {
    content: "";
}
.ri-html5-fill:before {
    content: "";
}
.ri-html5-line:before {
    content: "";
}
.ri-ie-fill:before {
    content: "";
}
.ri-ie-line:before {
    content: "";
}
.ri-image-2-fill:before {
    content: "";
}
.ri-image-2-line:before {
    content: "";
}
.ri-image-add-fill:before {
    content: "";
}
.ri-image-add-line:before {
    content: "";
}
.ri-image-edit-fill:before {
    content: "";
}
.ri-image-edit-line:before {
    content: "";
}
.ri-image-fill:before {
    content: "";
}
.ri-image-line:before {
    content: "";
}
.ri-inbox-archive-fill:before {
    content: "";
}
.ri-inbox-archive-line:before {
    content: "";
}
.ri-inbox-fill:before {
    content: "";
}
.ri-inbox-line:before {
    content: "";
}
.ri-inbox-unarchive-fill:before {
    content: "";
}
.ri-inbox-unarchive-line:before {
    content: "";
}
.ri-increase-decrease-fill:before {
    content: "";
}
.ri-increase-decrease-line:before {
    content: "";
}
.ri-indent-decrease:before {
    content: "";
}
.ri-indent-increase:before {
    content: "";
}
.ri-indeterminate-circle-fill:before {
    content: "";
}
.ri-indeterminate-circle-line:before {
    content: "";
}
.ri-information-fill:before {
    content: "";
}
.ri-information-line:before {
    content: "";
}
.ri-infrared-thermometer-fill:before {
    content: "";
}
.ri-infrared-thermometer-line:before {
    content: "";
}
.ri-ink-bottle-fill:before {
    content: "";
}
.ri-ink-bottle-line:before {
    content: "";
}
.ri-input-cursor-move:before {
    content: "";
}
.ri-input-method-fill:before {
    content: "";
}
.ri-input-method-line:before {
    content: "";
}
.ri-insert-column-left:before {
    content: "";
}
.ri-insert-column-right:before {
    content: "";
}
.ri-insert-row-bottom:before {
    content: "";
}
.ri-insert-row-top:before {
    content: "";
}
.ri-instagram-fill:before {
    content: "";
}
.ri-instagram-line:before {
    content: "";
}
.ri-install-fill:before {
    content: "";
}
.ri-install-line:before {
    content: "";
}
.ri-invision-fill:before {
    content: "";
}
.ri-invision-line:before {
    content: "";
}
.ri-italic:before {
    content: "";
}
.ri-kakao-talk-fill:before {
    content: "";
}
.ri-kakao-talk-line:before {
    content: "";
}
.ri-key-2-fill:before {
    content: "";
}
.ri-key-2-line:before {
    content: "";
}
.ri-key-fill:before {
    content: "";
}
.ri-key-line:before {
    content: "";
}
.ri-keyboard-box-fill:before {
    content: "";
}
.ri-keyboard-box-line:before {
    content: "";
}
.ri-keyboard-fill:before {
    content: "";
}
.ri-keyboard-line:before {
    content: "";
}
.ri-keynote-fill:before {
    content: "";
}
.ri-keynote-line:before {
    content: "";
}
.ri-knife-blood-fill:before {
    content: "";
}
.ri-knife-blood-line:before {
    content: "";
}
.ri-knife-fill:before {
    content: "";
}
.ri-knife-line:before {
    content: "";
}
.ri-landscape-fill:before {
    content: "";
}
.ri-landscape-line:before {
    content: "";
}
.ri-layout-2-fill:before {
    content: "";
}
.ri-layout-2-line:before {
    content: "";
}
.ri-layout-3-fill:before {
    content: "";
}
.ri-layout-3-line:before {
    content: "";
}
.ri-layout-4-fill:before {
    content: "";
}
.ri-layout-4-line:before {
    content: "";
}
.ri-layout-5-fill:before {
    content: "";
}
.ri-layout-5-line:before {
    content: "";
}
.ri-layout-6-fill:before {
    content: "";
}
.ri-layout-6-line:before {
    content: "";
}
.ri-layout-bottom-2-fill:before {
    content: "";
}
.ri-layout-bottom-2-line:before {
    content: "";
}
.ri-layout-bottom-fill:before {
    content: "";
}
.ri-layout-bottom-line:before {
    content: "";
}
.ri-layout-column-fill:before {
    content: "";
}
.ri-layout-column-line:before {
    content: "";
}
.ri-layout-fill:before {
    content: "";
}
.ri-layout-grid-fill:before {
    content: "";
}
.ri-layout-grid-line:before {
    content: "";
}
.ri-layout-left-2-fill:before {
    content: "";
}
.ri-layout-left-2-line:before {
    content: "";
}
.ri-layout-left-fill:before {
    content: "";
}
.ri-layout-left-line:before {
    content: "";
}
.ri-layout-line:before {
    content: "";
}
.ri-layout-masonry-fill:before {
    content: "";
}
.ri-layout-masonry-line:before {
    content: "";
}
.ri-layout-right-2-fill:before {
    content: "";
}
.ri-layout-right-2-line:before {
    content: "";
}
.ri-layout-right-fill:before {
    content: "";
}
.ri-layout-right-line:before {
    content: "";
}
.ri-layout-row-fill:before {
    content: "";
}
.ri-layout-row-line:before {
    content: "";
}
.ri-layout-top-2-fill:before {
    content: "";
}
.ri-layout-top-2-line:before {
    content: "";
}
.ri-layout-top-fill:before {
    content: "";
}
.ri-layout-top-line:before {
    content: "";
}
.ri-leaf-fill:before {
    content: "";
}
.ri-leaf-line:before {
    content: "";
}
.ri-lifebuoy-fill:before {
    content: "";
}
.ri-lifebuoy-line:before {
    content: "";
}
.ri-lightbulb-fill:before {
    content: "";
}
.ri-lightbulb-flash-fill:before {
    content: "";
}
.ri-lightbulb-flash-line:before {
    content: "";
}
.ri-lightbulb-line:before {
    content: "";
}
.ri-line-chart-fill:before {
    content: "";
}
.ri-line-chart-line:before {
    content: "";
}
.ri-line-fill:before {
    content: "";
}
.ri-line-height:before {
    content: "";
}
.ri-line-line:before {
    content: "";
}
.ri-link-m:before {
    content: "";
}
.ri-link-unlink-m:before {
    content: "";
}
.ri-link-unlink:before {
    content: "";
}
.ri-link:before {
    content: "";
}
.ri-linkedin-box-fill:before {
    content: "";
}
.ri-linkedin-box-line:before {
    content: "";
}
.ri-linkedin-fill:before {
    content: "";
}
.ri-linkedin-line:before {
    content: "";
}
.ri-links-fill:before {
    content: "";
}
.ri-links-line:before {
    content: "";
}
.ri-list-check-2:before {
    content: "";
}
.ri-list-check:before {
    content: "";
}
.ri-list-ordered:before {
    content: "";
}
.ri-list-settings-fill:before {
    content: "";
}
.ri-list-settings-line:before {
    content: "";
}
.ri-list-unordered:before {
    content: "";
}
.ri-live-fill:before {
    content: "";
}
.ri-live-line:before {
    content: "";
}
.ri-loader-2-fill:before {
    content: "";
}
.ri-loader-2-line:before {
    content: "";
}
.ri-loader-3-fill:before {
    content: "";
}
.ri-loader-3-line:before {
    content: "";
}
.ri-loader-4-fill:before {
    content: "";
}
.ri-loader-4-line:before {
    content: "";
}
.ri-loader-5-fill:before {
    content: "";
}
.ri-loader-5-line:before {
    content: "";
}
.ri-loader-fill:before {
    content: "";
}
.ri-loader-line:before {
    content: "";
}
.ri-lock-2-fill:before {
    content: "";
}
.ri-lock-2-line:before {
    content: "";
}
.ri-lock-fill:before {
    content: "";
}
.ri-lock-line:before {
    content: "";
}
.ri-lock-password-fill:before {
    content: "";
}
.ri-lock-password-line:before {
    content: "";
}
.ri-lock-unlock-fill:before {
    content: "";
}
.ri-lock-unlock-line:before {
    content: "";
}
.ri-login-box-fill:before {
    content: "";
}
.ri-login-box-line:before {
    content: "";
}
.ri-login-circle-fill:before {
    content: "";
}
.ri-login-circle-line:before {
    content: "";
}
.ri-logout-box-fill:before {
    content: "";
}
.ri-logout-box-line:before {
    content: "";
}
.ri-logout-box-r-fill:before {
    content: "";
}
.ri-logout-box-r-line:before {
    content: "";
}
.ri-logout-circle-fill:before {
    content: "";
}
.ri-logout-circle-line:before {
    content: "";
}
.ri-logout-circle-r-fill:before {
    content: "";
}
.ri-logout-circle-r-line:before {
    content: "";
}
.ri-luggage-cart-fill:before {
    content: "";
}
.ri-luggage-cart-line:before {
    content: "";
}
.ri-luggage-deposit-fill:before {
    content: "";
}
.ri-luggage-deposit-line:before {
    content: "";
}
.ri-lungs-fill:before {
    content: "";
}
.ri-lungs-line:before {
    content: "";
}
.ri-mac-fill:before {
    content: "";
}
.ri-mac-line:before {
    content: "";
}
.ri-macbook-fill:before {
    content: "";
}
.ri-macbook-line:before {
    content: "";
}
.ri-magic-fill:before {
    content: "";
}
.ri-magic-line:before {
    content: "";
}
.ri-mail-add-fill:before {
    content: "";
}
.ri-mail-add-line:before {
    content: "";
}
.ri-mail-check-fill:before {
    content: "";
}
.ri-mail-check-line:before {
    content: "";
}
.ri-mail-close-fill:before {
    content: "";
}
.ri-mail-close-line:before {
    content: "";
}
.ri-mail-download-fill:before {
    content: "";
}
.ri-mail-download-line:before {
    content: "";
}
.ri-mail-fill:before {
    content: "";
}
.ri-mail-forbid-fill:before {
    content: "";
}
.ri-mail-forbid-line:before {
    content: "";
}
.ri-mail-line:before {
    content: "";
}
.ri-mail-lock-fill:before {
    content: "";
}
.ri-mail-lock-line:before {
    content: "";
}
.ri-mail-open-fill:before {
    content: "";
}
.ri-mail-open-line:before {
    content: "";
}
.ri-mail-send-fill:before {
    content: "";
}
.ri-mail-send-line:before {
    content: "";
}
.ri-mail-settings-fill:before {
    content: "";
}
.ri-mail-settings-line:before {
    content: "";
}
.ri-mail-star-fill:before {
    content: "";
}
.ri-mail-star-line:before {
    content: "";
}
.ri-mail-unread-fill:before {
    content: "";
}
.ri-mail-unread-line:before {
    content: "";
}
.ri-mail-volume-fill:before {
    content: "";
}
.ri-mail-volume-line:before {
    content: "";
}
.ri-map-2-fill:before {
    content: "";
}
.ri-map-2-line:before {
    content: "";
}
.ri-map-fill:before {
    content: "";
}
.ri-map-line:before {
    content: "";
}
.ri-map-pin-2-fill:before {
    content: "";
}
.ri-map-pin-2-line:before {
    content: "";
}
.ri-map-pin-3-fill:before {
    content: "";
}
.ri-map-pin-3-line:before {
    content: "";
}
.ri-map-pin-4-fill:before {
    content: "";
}
.ri-map-pin-4-line:before {
    content: "";
}
.ri-map-pin-5-fill:before {
    content: "";
}
.ri-map-pin-5-line:before {
    content: "";
}
.ri-map-pin-add-fill:before {
    content: "";
}
.ri-map-pin-add-line:before {
    content: "";
}
.ri-map-pin-fill:before {
    content: "";
}
.ri-map-pin-line:before {
    content: "";
}
.ri-map-pin-range-fill:before {
    content: "";
}
.ri-map-pin-range-line:before {
    content: "";
}
.ri-map-pin-time-fill:before {
    content: "";
}
.ri-map-pin-time-line:before {
    content: "";
}
.ri-map-pin-user-fill:before {
    content: "";
}
.ri-map-pin-user-line:before {
    content: "";
}
.ri-mark-pen-fill:before {
    content: "";
}
.ri-mark-pen-line:before {
    content: "";
}
.ri-markdown-fill:before {
    content: "";
}
.ri-markdown-line:before {
    content: "";
}
.ri-markup-fill:before {
    content: "";
}
.ri-markup-line:before {
    content: "";
}
.ri-mastercard-fill:before {
    content: "";
}
.ri-mastercard-line:before {
    content: "";
}
.ri-mastodon-fill:before {
    content: "";
}
.ri-mastodon-line:before {
    content: "";
}
.ri-medal-2-fill:before {
    content: "";
}
.ri-medal-2-line:before {
    content: "";
}
.ri-medal-fill:before {
    content: "";
}
.ri-medal-line:before {
    content: "";
}
.ri-medicine-bottle-fill:before {
    content: "";
}
.ri-medicine-bottle-line:before {
    content: "";
}
.ri-medium-fill:before {
    content: "";
}
.ri-medium-line:before {
    content: "";
}
.ri-men-fill:before {
    content: "";
}
.ri-men-line:before {
    content: "";
}
.ri-mental-health-fill:before {
    content: "";
}
.ri-mental-health-line:before {
    content: "";
}
.ri-menu-2-fill:before {
    content: "";
}
.ri-menu-2-line:before {
    content: "";
}
.ri-menu-3-fill:before {
    content: "";
}
.ri-menu-3-line:before {
    content: "";
}
.ri-menu-4-fill:before {
    content: "";
}
.ri-menu-4-line:before {
    content: "";
}
.ri-menu-5-fill:before {
    content: "";
}
.ri-menu-5-line:before {
    content: "";
}
.ri-menu-add-fill:before {
    content: "";
}
.ri-menu-add-line:before {
    content: "";
}
.ri-menu-fill:before {
    content: "";
}
.ri-menu-fold-fill:before {
    content: "";
}
.ri-menu-fold-line:before {
    content: "";
}
.ri-menu-line:before {
    content: "";
}
.ri-menu-unfold-fill:before {
    content: "";
}
.ri-menu-unfold-line:before {
    content: "";
}
.ri-merge-cells-horizontal:before {
    content: "";
}
.ri-merge-cells-vertical:before {
    content: "";
}
.ri-message-2-fill:before {
    content: "";
}
.ri-message-2-line:before {
    content: "";
}
.ri-message-3-fill:before {
    content: "";
}
.ri-message-3-line:before {
    content: "";
}
.ri-message-fill:before {
    content: "";
}
.ri-message-line:before {
    content: "";
}
.ri-messenger-fill:before {
    content: "";
}
.ri-messenger-line:before {
    content: "";
}
.ri-meteor-fill:before {
    content: "";
}
.ri-meteor-line:before {
    content: "";
}
.ri-mic-2-fill:before {
    content: "";
}
.ri-mic-2-line:before {
    content: "";
}
.ri-mic-fill:before {
    content: "";
}
.ri-mic-line:before {
    content: "";
}
.ri-mic-off-fill:before {
    content: "";
}
.ri-mic-off-line:before {
    content: "";
}
.ri-mickey-fill:before {
    content: "";
}
.ri-mickey-line:before {
    content: "";
}
.ri-microscope-fill:before {
    content: "";
}
.ri-microscope-line:before {
    content: "";
}
.ri-microsoft-fill:before {
    content: "";
}
.ri-microsoft-line:before {
    content: "";
}
.ri-mind-map:before {
    content: "";
}
.ri-mini-program-fill:before {
    content: "";
}
.ri-mini-program-line:before {
    content: "";
}
.ri-mist-fill:before {
    content: "";
}
.ri-mist-line:before {
    content: "";
}
.ri-money-cny-box-fill:before {
    content: "";
}
.ri-money-cny-box-line:before {
    content: "";
}
.ri-money-cny-circle-fill:before {
    content: "";
}
.ri-money-cny-circle-line:before {
    content: "";
}
.ri-money-dollar-box-fill:before {
    content: "";
}
.ri-money-dollar-box-line:before {
    content: "";
}
.ri-money-dollar-circle-fill:before {
    content: "";
}
.ri-money-dollar-circle-line:before {
    content: "";
}
.ri-money-euro-box-fill:before {
    content: "";
}
.ri-money-euro-box-line:before {
    content: "";
}
.ri-money-euro-circle-fill:before {
    content: "";
}
.ri-money-euro-circle-line:before {
    content: "";
}
.ri-money-pound-box-fill:before {
    content: "";
}
.ri-money-pound-box-line:before {
    content: "";
}
.ri-money-pound-circle-fill:before {
    content: "";
}
.ri-money-pound-circle-line:before {
    content: "";
}
.ri-moon-clear-fill:before {
    content: "";
}
.ri-moon-clear-line:before {
    content: "";
}
.ri-moon-cloudy-fill:before {
    content: "";
}
.ri-moon-cloudy-line:before {
    content: "";
}
.ri-moon-fill:before {
    content: "";
}
.ri-moon-foggy-fill:before {
    content: "";
}
.ri-moon-foggy-line:before {
    content: "";
}
.ri-moon-line:before {
    content: "";
}
.ri-more-2-fill:before {
    content: "";
}
.ri-more-2-line:before {
    content: "";
}
.ri-more-fill:before {
    content: "";
}
.ri-more-line:before {
    content: "";
}
.ri-motorbike-fill:before {
    content: "";
}
.ri-motorbike-line:before {
    content: "";
}
.ri-mouse-fill:before {
    content: "";
}
.ri-mouse-line:before {
    content: "";
}
.ri-movie-2-fill:before {
    content: "";
}
.ri-movie-2-line:before {
    content: "";
}
.ri-movie-fill:before {
    content: "";
}
.ri-movie-line:before {
    content: "";
}
.ri-music-2-fill:before {
    content: "";
}
.ri-music-2-line:before {
    content: "";
}
.ri-music-fill:before {
    content: "";
}
.ri-music-line:before {
    content: "";
}
.ri-mv-fill:before {
    content: "";
}
.ri-mv-line:before {
    content: "";
}
.ri-navigation-fill:before {
    content: "";
}
.ri-navigation-line:before {
    content: "";
}
.ri-netease-cloud-music-fill:before {
    content: "";
}
.ri-netease-cloud-music-line:before {
    content: "";
}
.ri-netflix-fill:before {
    content: "";
}
.ri-netflix-line:before {
    content: "";
}
.ri-newspaper-fill:before {
    content: "";
}
.ri-newspaper-line:before {
    content: "";
}
.ri-node-tree:before {
    content: "";
}
.ri-notification-2-fill:before {
    content: "";
}
.ri-notification-2-line:before {
    content: "";
}
.ri-notification-3-fill:before {
    content: "";
}
.ri-notification-3-line:before {
    content: "";
}
.ri-notification-4-fill:before {
    content: "";
}
.ri-notification-4-line:before {
    content: "";
}
.ri-notification-badge-fill:before {
    content: "";
}
.ri-notification-badge-line:before {
    content: "";
}
.ri-notification-fill:before {
    content: "";
}
.ri-notification-line:before {
    content: "";
}
.ri-notification-off-fill:before {
    content: "";
}
.ri-notification-off-line:before {
    content: "";
}
.ri-npmjs-fill:before {
    content: "";
}
.ri-npmjs-line:before {
    content: "";
}
.ri-number-0:before {
    content: "";
}
.ri-number-1:before {
    content: "";
}
.ri-number-2:before {
    content: "";
}
.ri-number-3:before {
    content: "";
}
.ri-number-4:before {
    content: "";
}
.ri-number-5:before {
    content: "";
}
.ri-number-6:before {
    content: "";
}
.ri-number-7:before {
    content: "";
}
.ri-number-8:before {
    content: "";
}
.ri-number-9:before {
    content: "";
}
.ri-numbers-fill:before {
    content: "";
}
.ri-numbers-line:before {
    content: "";
}
.ri-nurse-fill:before {
    content: "";
}
.ri-nurse-line:before {
    content: "";
}
.ri-oil-fill:before {
    content: "";
}
.ri-oil-line:before {
    content: "";
}
.ri-omega:before {
    content: "";
}
.ri-open-arm-fill:before {
    content: "";
}
.ri-open-arm-line:before {
    content: "";
}
.ri-open-source-fill:before {
    content: "";
}
.ri-open-source-line:before {
    content: "";
}
.ri-opera-fill:before {
    content: "";
}
.ri-opera-line:before {
    content: "";
}
.ri-order-play-fill:before {
    content: "";
}
.ri-order-play-line:before {
    content: "";
}
.ri-organization-chart:before {
    content: "";
}
.ri-outlet-2-fill:before {
    content: "";
}
.ri-outlet-2-line:before {
    content: "";
}
.ri-outlet-fill:before {
    content: "";
}
.ri-outlet-line:before {
    content: "";
}
.ri-page-separator:before {
    content: "";
}
.ri-pages-fill:before {
    content: "";
}
.ri-pages-line:before {
    content: "";
}
.ri-paint-brush-fill:before {
    content: "";
}
.ri-paint-brush-line:before {
    content: "";
}
.ri-paint-fill:before {
    content: "";
}
.ri-paint-line:before {
    content: "";
}
.ri-palette-fill:before {
    content: "";
}
.ri-palette-line:before {
    content: "";
}
.ri-pantone-fill:before {
    content: "";
}
.ri-pantone-line:before {
    content: "";
}
.ri-paragraph:before {
    content: "";
}
.ri-parent-fill:before {
    content: "";
}
.ri-parent-line:before {
    content: "";
}
.ri-parentheses-fill:before {
    content: "";
}
.ri-parentheses-line:before {
    content: "";
}
.ri-parking-box-fill:before {
    content: "";
}
.ri-parking-box-line:before {
    content: "";
}
.ri-parking-fill:before {
    content: "";
}
.ri-parking-line:before {
    content: "";
}
.ri-passport-fill:before {
    content: "";
}
.ri-passport-line:before {
    content: "";
}
.ri-patreon-fill:before {
    content: "";
}
.ri-patreon-line:before {
    content: "";
}
.ri-pause-circle-fill:before {
    content: "";
}
.ri-pause-circle-line:before {
    content: "";
}
.ri-pause-fill:before {
    content: "";
}
.ri-pause-line:before {
    content: "";
}
.ri-pause-mini-fill:before {
    content: "";
}
.ri-pause-mini-line:before {
    content: "";
}
.ri-paypal-fill:before {
    content: "";
}
.ri-paypal-line:before {
    content: "";
}
.ri-pen-nib-fill:before {
    content: "";
}
.ri-pen-nib-line:before {
    content: "";
}
.ri-pencil-fill:before {
    content: "";
}
.ri-pencil-line:before {
    content: "";
}
.ri-pencil-ruler-2-fill:before {
    content: "";
}
.ri-pencil-ruler-2-line:before {
    content: "";
}
.ri-pencil-ruler-fill:before {
    content: "";
}
.ri-pencil-ruler-line:before {
    content: "";
}
.ri-percent-fill:before {
    content: "";
}
.ri-percent-line:before {
    content: "";
}
.ri-phone-camera-fill:before {
    content: "";
}
.ri-phone-camera-line:before {
    content: "";
}
.ri-phone-fill:before {
    content: "";
}
.ri-phone-find-fill:before {
    content: "";
}
.ri-phone-find-line:before {
    content: "";
}
.ri-phone-line:before {
    content: "";
}
.ri-phone-lock-fill:before {
    content: "";
}
.ri-phone-lock-line:before {
    content: "";
}
.ri-picture-in-picture-2-fill:before {
    content: "";
}
.ri-picture-in-picture-2-line:before {
    content: "";
}
.ri-picture-in-picture-exit-fill:before {
    content: "";
}
.ri-picture-in-picture-exit-line:before {
    content: "";
}
.ri-picture-in-picture-fill:before {
    content: "";
}
.ri-picture-in-picture-line:before {
    content: "";
}
.ri-pie-chart-2-fill:before {
    content: "";
}
.ri-pie-chart-2-line:before {
    content: "";
}
.ri-pie-chart-box-fill:before {
    content: "";
}
.ri-pie-chart-box-line:before {
    content: "";
}
.ri-pie-chart-fill:before {
    content: "";
}
.ri-pie-chart-line:before {
    content: "";
}
.ri-pin-distance-fill:before {
    content: "";
}
.ri-pin-distance-line:before {
    content: "";
}
.ri-ping-pong-fill:before {
    content: "";
}
.ri-ping-pong-line:before {
    content: "";
}
.ri-pinterest-fill:before {
    content: "";
}
.ri-pinterest-line:before {
    content: "";
}
.ri-pinyin-input:before {
    content: "";
}
.ri-pixelfed-fill:before {
    content: "";
}
.ri-pixelfed-line:before {
    content: "";
}
.ri-plane-fill:before {
    content: "";
}
.ri-plane-line:before {
    content: "";
}
.ri-plant-fill:before {
    content: "";
}
.ri-plant-line:before {
    content: "";
}
.ri-play-circle-fill:before {
    content: "";
}
.ri-play-circle-line:before {
    content: "";
}
.ri-play-fill:before {
    content: "";
}
.ri-play-line:before {
    content: "";
}
.ri-play-list-2-fill:before {
    content: "";
}
.ri-play-list-2-line:before {
    content: "";
}
.ri-play-list-add-fill:before {
    content: "";
}
.ri-play-list-add-line:before {
    content: "";
}
.ri-play-list-fill:before {
    content: "";
}
.ri-play-list-line:before {
    content: "";
}
.ri-play-mini-fill:before {
    content: "";
}
.ri-play-mini-line:before {
    content: "";
}
.ri-playstation-fill:before {
    content: "";
}
.ri-playstation-line:before {
    content: "";
}
.ri-plug-2-fill:before {
    content: "";
}
.ri-plug-2-line:before {
    content: "";
}
.ri-plug-fill:before {
    content: "";
}
.ri-plug-line:before {
    content: "";
}
.ri-polaroid-2-fill:before {
    content: "";
}
.ri-polaroid-2-line:before {
    content: "";
}
.ri-polaroid-fill:before {
    content: "";
}
.ri-polaroid-line:before {
    content: "";
}
.ri-police-car-fill:before {
    content: "";
}
.ri-police-car-line:before {
    content: "";
}
.ri-price-tag-2-fill:before {
    content: "";
}
.ri-price-tag-2-line:before {
    content: "";
}
.ri-price-tag-3-fill:before {
    content: "";
}
.ri-price-tag-3-line:before {
    content: "";
}
.ri-price-tag-fill:before {
    content: "";
}
.ri-price-tag-line:before {
    content: "";
}
.ri-printer-cloud-fill:before {
    content: "";
}
.ri-printer-cloud-line:before {
    content: "";
}
.ri-printer-fill:before {
    content: "";
}
.ri-printer-line:before {
    content: "";
}
.ri-product-hunt-fill:before {
    content: "";
}
.ri-product-hunt-line:before {
    content: "";
}
.ri-profile-fill:before {
    content: "";
}
.ri-profile-line:before {
    content: "";
}
.ri-projector-2-fill:before {
    content: "";
}
.ri-projector-2-line:before {
    content: "";
}
.ri-projector-fill:before {
    content: "";
}
.ri-projector-line:before {
    content: "";
}
.ri-psychotherapy-fill:before {
    content: "";
}
.ri-psychotherapy-line:before {
    content: "";
}
.ri-pulse-fill:before {
    content: "";
}
.ri-pulse-line:before {
    content: "";
}
.ri-pushpin-2-fill:before {
    content: "";
}
.ri-pushpin-2-line:before {
    content: "";
}
.ri-pushpin-fill:before {
    content: "";
}
.ri-pushpin-line:before {
    content: "";
}
.ri-qq-fill:before {
    content: "";
}
.ri-qq-line:before {
    content: "";
}
.ri-qr-code-fill:before {
    content: "";
}
.ri-qr-code-line:before {
    content: "";
}
.ri-qr-scan-2-fill:before {
    content: "";
}
.ri-qr-scan-2-line:before {
    content: "";
}
.ri-qr-scan-fill:before {
    content: "";
}
.ri-qr-scan-line:before {
    content: "";
}
.ri-question-answer-fill:before {
    content: "";
}
.ri-question-answer-line:before {
    content: "";
}
.ri-question-fill:before {
    content: "";
}
.ri-question-line:before {
    content: "";
}
.ri-question-mark:before {
    content: "";
}
.ri-questionnaire-fill:before {
    content: "";
}
.ri-questionnaire-line:before {
    content: "";
}
.ri-quill-pen-fill:before {
    content: "";
}
.ri-quill-pen-line:before {
    content: "";
}
.ri-radar-fill:before {
    content: "";
}
.ri-radar-line:before {
    content: "";
}
.ri-radio-2-fill:before {
    content: "";
}
.ri-radio-2-line:before {
    content: "";
}
.ri-radio-button-fill:before {
    content: "";
}
.ri-radio-button-line:before {
    content: "";
}
.ri-radio-fill:before {
    content: "";
}
.ri-radio-line:before {
    content: "";
}
.ri-rainbow-fill:before {
    content: "";
}
.ri-rainbow-line:before {
    content: "";
}
.ri-rainy-fill:before {
    content: "";
}
.ri-rainy-line:before {
    content: "";
}
.ri-reactjs-fill:before {
    content: "";
}
.ri-reactjs-line:before {
    content: "";
}
.ri-record-circle-fill:before {
    content: "";
}
.ri-record-circle-line:before {
    content: "";
}
.ri-record-mail-fill:before {
    content: "";
}
.ri-record-mail-line:before {
    content: "";
}
.ri-recycle-fill:before {
    content: "";
}
.ri-recycle-line:before {
    content: "";
}
.ri-red-packet-fill:before {
    content: "";
}
.ri-red-packet-line:before {
    content: "";
}
.ri-reddit-fill:before {
    content: "";
}
.ri-reddit-line:before {
    content: "";
}
.ri-refresh-fill:before {
    content: "";
}
.ri-refresh-line:before {
    content: "";
}
.ri-refund-2-fill:before {
    content: "";
}
.ri-refund-2-line:before {
    content: "";
}
.ri-refund-fill:before {
    content: "";
}
.ri-refund-line:before {
    content: "";
}
.ri-registered-fill:before {
    content: "";
}
.ri-registered-line:before {
    content: "";
}
.ri-remixicon-fill:before {
    content: "";
}
.ri-remixicon-line:before {
    content: "";
}
.ri-remote-control-2-fill:before {
    content: "";
}
.ri-remote-control-2-line:before {
    content: "";
}
.ri-remote-control-fill:before {
    content: "";
}
.ri-remote-control-line:before {
    content: "";
}
.ri-repeat-2-fill:before {
    content: "";
}
.ri-repeat-2-line:before {
    content: "";
}
.ri-repeat-fill:before {
    content: "";
}
.ri-repeat-line:before {
    content: "";
}
.ri-repeat-one-fill:before {
    content: "";
}
.ri-repeat-one-line:before {
    content: "";
}
.ri-reply-all-fill:before {
    content: "";
}
.ri-reply-all-line:before {
    content: "";
}
.ri-reply-fill:before {
    content: "";
}
.ri-reply-line:before {
    content: "";
}
.ri-reserved-fill:before {
    content: "";
}
.ri-reserved-line:before {
    content: "";
}
.ri-rest-time-fill:before {
    content: "";
}
.ri-rest-time-line:before {
    content: "";
}
.ri-restart-fill:before {
    content: "";
}
.ri-restart-line:before {
    content: "";
}
.ri-restaurant-2-fill:before {
    content: "";
}
.ri-restaurant-2-line:before {
    content: "";
}
.ri-restaurant-fill:before {
    content: "";
}
.ri-restaurant-line:before {
    content: "";
}
.ri-rewind-fill:before {
    content: "";
}
.ri-rewind-line:before {
    content: "";
}
.ri-rewind-mini-fill:before {
    content: "";
}
.ri-rewind-mini-line:before {
    content: "";
}
.ri-rhythm-fill:before {
    content: "";
}
.ri-rhythm-line:before {
    content: "";
}
.ri-riding-fill:before {
    content: "";
}
.ri-riding-line:before {
    content: "";
}
.ri-road-map-fill:before {
    content: "";
}
.ri-road-map-line:before {
    content: "";
}
.ri-roadster-fill:before {
    content: "";
}
.ri-roadster-line:before {
    content: "";
}
.ri-robot-fill:before {
    content: "";
}
.ri-robot-line:before {
    content: "";
}
.ri-rocket-2-fill:before {
    content: "";
}
.ri-rocket-2-line:before {
    content: "";
}
.ri-rocket-fill:before {
    content: "";
}
.ri-rocket-line:before {
    content: "";
}
.ri-rotate-lock-fill:before {
    content: "";
}
.ri-rotate-lock-line:before {
    content: "";
}
.ri-rounded-corner:before {
    content: "";
}
.ri-route-fill:before {
    content: "";
}
.ri-route-line:before {
    content: "";
}
.ri-router-fill:before {
    content: "";
}
.ri-router-line:before {
    content: "";
}
.ri-rss-fill:before {
    content: "";
}
.ri-rss-line:before {
    content: "";
}
.ri-ruler-2-fill:before {
    content: "";
}
.ri-ruler-2-line:before {
    content: "";
}
.ri-ruler-fill:before {
    content: "";
}
.ri-ruler-line:before {
    content: "";
}
.ri-run-fill:before {
    content: "";
}
.ri-run-line:before {
    content: "";
}
.ri-safari-fill:before {
    content: "";
}
.ri-safari-line:before {
    content: "";
}
.ri-safe-2-fill:before {
    content: "";
}
.ri-safe-2-line:before {
    content: "";
}
.ri-safe-fill:before {
    content: "";
}
.ri-safe-line:before {
    content: "";
}
.ri-sailboat-fill:before {
    content: "";
}
.ri-sailboat-line:before {
    content: "";
}
.ri-save-2-fill:before {
    content: "";
}
.ri-save-2-line:before {
    content: "";
}
.ri-save-3-fill:before {
    content: "";
}
.ri-save-3-line:before {
    content: "";
}
.ri-save-fill:before {
    content: "";
}
.ri-save-line:before {
    content: "";
}
.ri-scales-2-fill:before {
    content: "";
}
.ri-scales-2-line:before {
    content: "";
}
.ri-scales-3-fill:before {
    content: "";
}
.ri-scales-3-line:before {
    content: "";
}
.ri-scales-fill:before {
    content: "";
}
.ri-scales-line:before {
    content: "";
}
.ri-scan-2-fill:before {
    content: "";
}
.ri-scan-2-line:before {
    content: "";
}
.ri-scan-fill:before {
    content: "";
}
.ri-scan-line:before {
    content: "";
}
.ri-scissors-2-fill:before {
    content: "";
}
.ri-scissors-2-line:before {
    content: "";
}
.ri-scissors-cut-fill:before {
    content: "";
}
.ri-scissors-cut-line:before {
    content: "";
}
.ri-scissors-fill:before {
    content: "";
}
.ri-scissors-line:before {
    content: "";
}
.ri-screenshot-2-fill:before {
    content: "";
}
.ri-screenshot-2-line:before {
    content: "";
}
.ri-screenshot-fill:before {
    content: "";
}
.ri-screenshot-line:before {
    content: "";
}
.ri-sd-card-fill:before {
    content: "";
}
.ri-sd-card-line:before {
    content: "";
}
.ri-sd-card-mini-fill:before {
    content: "";
}
.ri-sd-card-mini-line:before {
    content: "";
}
.ri-search-2-fill:before {
    content: "";
}
.ri-search-2-line:before {
    content: "";
}
.ri-search-eye-fill:before {
    content: "";
}
.ri-search-eye-line:before {
    content: "";
}
.ri-search-fill:before {
    content: "";
}
.ri-search-line:before {
    content: "";
}
.ri-secure-payment-fill:before {
    content: "";
}
.ri-secure-payment-line:before {
    content: "";
}
.ri-seedling-fill:before {
    content: "";
}
.ri-seedling-line:before {
    content: "";
}
.ri-send-backward:before {
    content: "";
}
.ri-send-plane-2-fill:before {
    content: "";
}
.ri-send-plane-2-line:before {
    content: "";
}
.ri-send-plane-fill:before {
    content: "";
}
.ri-send-plane-line:before {
    content: "";
}
.ri-send-to-back:before {
    content: "";
}
.ri-sensor-fill:before {
    content: "";
}
.ri-sensor-line:before {
    content: "";
}
.ri-separator:before {
    content: "";
}
.ri-server-fill:before {
    content: "";
}
.ri-server-line:before {
    content: "";
}
.ri-service-fill:before {
    content: "";
}
.ri-service-line:before {
    content: "";
}
.ri-settings-2-fill:before {
    content: "";
}
.ri-settings-2-line:before {
    content: "";
}
.ri-settings-3-fill:before {
    content: "";
}
.ri-settings-3-line:before {
    content: "";
}
.ri-settings-4-fill:before {
    content: "";
}
.ri-settings-4-line:before {
    content: "";
}
.ri-settings-5-fill:before {
    content: "";
}
.ri-settings-5-line:before {
    content: "";
}
.ri-settings-6-fill:before {
    content: "";
}
.ri-settings-6-line:before {
    content: "";
}
.ri-settings-fill:before {
    content: "";
}
.ri-settings-line:before {
    content: "";
}
.ri-shape-2-fill:before {
    content: "";
}
.ri-shape-2-line:before {
    content: "";
}
.ri-shape-fill:before {
    content: "";
}
.ri-shape-line:before {
    content: "";
}
.ri-share-box-fill:before {
    content: "";
}
.ri-share-box-line:before {
    content: "";
}
.ri-share-circle-fill:before {
    content: "";
}
.ri-share-circle-line:before {
    content: "";
}
.ri-share-fill:before {
    content: "";
}
.ri-share-forward-2-fill:before {
    content: "";
}
.ri-share-forward-2-line:before {
    content: "";
}
.ri-share-forward-box-fill:before {
    content: "";
}
.ri-share-forward-box-line:before {
    content: "";
}
.ri-share-forward-fill:before {
    content: "";
}
.ri-share-forward-line:before {
    content: "";
}
.ri-share-line:before {
    content: "";
}
.ri-shield-check-fill:before {
    content: "";
}
.ri-shield-check-line:before {
    content: "";
}
.ri-shield-cross-fill:before {
    content: "";
}
.ri-shield-cross-line:before {
    content: "";
}
.ri-shield-fill:before {
    content: "";
}
.ri-shield-flash-fill:before {
    content: "";
}
.ri-shield-flash-line:before {
    content: "";
}
.ri-shield-keyhole-fill:before {
    content: "";
}
.ri-shield-keyhole-line:before {
    content: "";
}
.ri-shield-line:before {
    content: "";
}
.ri-shield-star-fill:before {
    content: "";
}
.ri-shield-star-line:before {
    content: "";
}
.ri-shield-user-fill:before {
    content: "";
}
.ri-shield-user-line:before {
    content: "";
}
.ri-ship-2-fill:before {
    content: "";
}
.ri-ship-2-line:before {
    content: "";
}
.ri-ship-fill:before {
    content: "";
}
.ri-ship-line:before {
    content: "";
}
.ri-shirt-fill:before {
    content: "";
}
.ri-shirt-line:before {
    content: "";
}
.ri-shopping-bag-2-fill:before {
    content: "";
}
.ri-shopping-bag-2-line:before {
    content: "";
}
.ri-shopping-bag-3-fill:before {
    content: "";
}
.ri-shopping-bag-3-line:before {
    content: "";
}
.ri-shopping-bag-fill:before {
    content: "";
}
.ri-shopping-bag-line:before {
    content: "";
}
.ri-shopping-basket-2-fill:before {
    content: "";
}
.ri-shopping-basket-2-line:before {
    content: "";
}
.ri-shopping-basket-fill:before {
    content: "";
}
.ri-shopping-basket-line:before {
    content: "";
}
.ri-shopping-cart-2-fill:before {
    content: "";
}
.ri-shopping-cart-2-line:before {
    content: "";
}
.ri-shopping-cart-fill:before {
    content: "";
}
.ri-shopping-cart-line:before {
    content: "";
}
.ri-showers-fill:before {
    content: "";
}
.ri-showers-line:before {
    content: "";
}
.ri-shuffle-fill:before {
    content: "";
}
.ri-shuffle-line:before {
    content: "";
}
.ri-shut-down-fill:before {
    content: "";
}
.ri-shut-down-line:before {
    content: "";
}
.ri-side-bar-fill:before {
    content: "";
}
.ri-side-bar-line:before {
    content: "";
}
.ri-signal-tower-fill:before {
    content: "";
}
.ri-signal-tower-line:before {
    content: "";
}
.ri-signal-wifi-1-fill:before {
    content: "";
}
.ri-signal-wifi-1-line:before {
    content: "";
}
.ri-signal-wifi-2-fill:before {
    content: "";
}
.ri-signal-wifi-2-line:before {
    content: "";
}
.ri-signal-wifi-3-fill:before {
    content: "";
}
.ri-signal-wifi-3-line:before {
    content: "";
}
.ri-signal-wifi-error-fill:before {
    content: "";
}
.ri-signal-wifi-error-line:before {
    content: "";
}
.ri-signal-wifi-fill:before {
    content: "";
}
.ri-signal-wifi-line:before {
    content: "";
}
.ri-signal-wifi-off-fill:before {
    content: "";
}
.ri-signal-wifi-off-line:before {
    content: "";
}
.ri-sim-card-2-fill:before {
    content: "";
}
.ri-sim-card-2-line:before {
    content: "";
}
.ri-sim-card-fill:before {
    content: "";
}
.ri-sim-card-line:before {
    content: "";
}
.ri-single-quotes-l:before {
    content: "";
}
.ri-single-quotes-r:before {
    content: "";
}
.ri-sip-fill:before {
    content: "";
}
.ri-sip-line:before {
    content: "";
}
.ri-skip-back-fill:before {
    content: "";
}
.ri-skip-back-line:before {
    content: "";
}
.ri-skip-back-mini-fill:before {
    content: "";
}
.ri-skip-back-mini-line:before {
    content: "";
}
.ri-skip-forward-fill:before {
    content: "";
}
.ri-skip-forward-line:before {
    content: "";
}
.ri-skip-forward-mini-fill:before {
    content: "";
}
.ri-skip-forward-mini-line:before {
    content: "";
}
.ri-skull-2-fill:before {
    content: "";
}
.ri-skull-2-line:before {
    content: "";
}
.ri-skull-fill:before {
    content: "";
}
.ri-skull-line:before {
    content: "";
}
.ri-skype-fill:before {
    content: "";
}
.ri-skype-line:before {
    content: "";
}
.ri-slack-fill:before {
    content: "";
}
.ri-slack-line:before {
    content: "";
}
.ri-slice-fill:before {
    content: "";
}
.ri-slice-line:before {
    content: "";
}
.ri-slideshow-2-fill:before {
    content: "";
}
.ri-slideshow-2-line:before {
    content: "";
}
.ri-slideshow-3-fill:before {
    content: "";
}
.ri-slideshow-3-line:before {
    content: "";
}
.ri-slideshow-4-fill:before {
    content: "";
}
.ri-slideshow-4-line:before {
    content: "";
}
.ri-slideshow-fill:before {
    content: "";
}
.ri-slideshow-line:before {
    content: "";
}
.ri-smartphone-fill:before {
    content: "";
}
.ri-smartphone-line:before {
    content: "";
}
.ri-snapchat-fill:before {
    content: "";
}
.ri-snapchat-line:before {
    content: "";
}
.ri-snowy-fill:before {
    content: "";
}
.ri-snowy-line:before {
    content: "";
}
.ri-sort-asc:before {
    content: "";
}
.ri-sort-desc:before {
    content: "";
}
.ri-sound-module-fill:before {
    content: "";
}
.ri-sound-module-line:before {
    content: "";
}
.ri-soundcloud-fill:before {
    content: "";
}
.ri-soundcloud-line:before {
    content: "";
}
.ri-space-ship-fill:before {
    content: "";
}
.ri-space-ship-line:before {
    content: "";
}
.ri-space:before {
    content: "";
}
.ri-spam-2-fill:before {
    content: "";
}
.ri-spam-2-line:before {
    content: "";
}
.ri-spam-3-fill:before {
    content: "";
}
.ri-spam-3-line:before {
    content: "";
}
.ri-spam-fill:before {
    content: "";
}
.ri-spam-line:before {
    content: "";
}
.ri-speaker-2-fill:before {
    content: "";
}
.ri-speaker-2-line:before {
    content: "";
}
.ri-speaker-3-fill:before {
    content: "";
}
.ri-speaker-3-line:before {
    content: "";
}
.ri-speaker-fill:before {
    content: "";
}
.ri-speaker-line:before {
    content: "";
}
.ri-spectrum-fill:before {
    content: "";
}
.ri-spectrum-line:before {
    content: "";
}
.ri-speed-fill:before {
    content: "";
}
.ri-speed-line:before {
    content: "";
}
.ri-speed-mini-fill:before {
    content: "";
}
.ri-speed-mini-line:before {
    content: "";
}
.ri-split-cells-horizontal:before {
    content: "";
}
.ri-split-cells-vertical:before {
    content: "";
}
.ri-spotify-fill:before {
    content: "";
}
.ri-spotify-line:before {
    content: "";
}
.ri-spy-fill:before {
    content: "";
}
.ri-spy-line:before {
    content: "";
}
.ri-stack-fill:before {
    content: "";
}
.ri-stack-line:before {
    content: "";
}
.ri-stack-overflow-fill:before {
    content: "";
}
.ri-stack-overflow-line:before {
    content: "";
}
.ri-stackshare-fill:before {
    content: "";
}
.ri-stackshare-line:before {
    content: "";
}
.ri-star-fill:before {
    content: "";
}
.ri-star-half-fill:before {
    content: "";
}
.ri-star-half-line:before {
    content: "";
}
.ri-star-half-s-fill:before {
    content: "";
}
.ri-star-half-s-line:before {
    content: "";
}
.ri-star-line:before {
    content: "";
}
.ri-star-s-fill:before {
    content: "";
}
.ri-star-s-line:before {
    content: "";
}
.ri-star-smile-fill:before {
    content: "";
}
.ri-star-smile-line:before {
    content: "";
}
.ri-steam-fill:before {
    content: "";
}
.ri-steam-line:before {
    content: "";
}
.ri-steering-2-fill:before {
    content: "";
}
.ri-steering-2-line:before {
    content: "";
}
.ri-steering-fill:before {
    content: "";
}
.ri-steering-line:before {
    content: "";
}
.ri-stethoscope-fill:before {
    content: "";
}
.ri-stethoscope-line:before {
    content: "";
}
.ri-sticky-note-2-fill:before {
    content: "";
}
.ri-sticky-note-2-line:before {
    content: "";
}
.ri-sticky-note-fill:before {
    content: "";
}
.ri-sticky-note-line:before {
    content: "";
}
.ri-stock-fill:before {
    content: "";
}
.ri-stock-line:before {
    content: "";
}
.ri-stop-circle-fill:before {
    content: "";
}
.ri-stop-circle-line:before {
    content: "";
}
.ri-stop-fill:before {
    content: "";
}
.ri-stop-line:before {
    content: "";
}
.ri-stop-mini-fill:before {
    content: "";
}
.ri-stop-mini-line:before {
    content: "";
}
.ri-store-2-fill:before {
    content: "";
}
.ri-store-2-line:before {
    content: "";
}
.ri-store-3-fill:before {
    content: "";
}
.ri-store-3-line:before {
    content: "";
}
.ri-store-fill:before {
    content: "";
}
.ri-store-line:before {
    content: "";
}
.ri-strikethrough-2:before {
    content: "";
}
.ri-strikethrough:before {
    content: "";
}
.ri-subscript-2:before {
    content: "";
}
.ri-subscript:before {
    content: "";
}
.ri-subtract-fill:before {
    content: "";
}
.ri-subtract-line:before {
    content: "";
}
.ri-subway-fill:before {
    content: "";
}
.ri-subway-line:before {
    content: "";
}
.ri-subway-wifi-fill:before {
    content: "";
}
.ri-subway-wifi-line:before {
    content: "";
}
.ri-suitcase-2-fill:before {
    content: "";
}
.ri-suitcase-2-line:before {
    content: "";
}
.ri-suitcase-3-fill:before {
    content: "";
}
.ri-suitcase-3-line:before {
    content: "";
}
.ri-suitcase-fill:before {
    content: "";
}
.ri-suitcase-line:before {
    content: "";
}
.ri-sun-cloudy-fill:before {
    content: "";
}
.ri-sun-cloudy-line:before {
    content: "";
}
.ri-sun-fill:before {
    content: "";
}
.ri-sun-foggy-fill:before {
    content: "";
}
.ri-sun-foggy-line:before {
    content: "";
}
.ri-sun-line:before {
    content: "";
}
.ri-superscript-2:before {
    content: "";
}
.ri-superscript:before {
    content: "";
}
.ri-surgical-mask-fill:before {
    content: "";
}
.ri-surgical-mask-line:before {
    content: "";
}
.ri-surround-sound-fill:before {
    content: "";
}
.ri-surround-sound-line:before {
    content: "";
}
.ri-survey-fill:before {
    content: "";
}
.ri-survey-line:before {
    content: "";
}
.ri-swap-box-fill:before {
    content: "";
}
.ri-swap-box-line:before {
    content: "";
}
.ri-swap-fill:before {
    content: "";
}
.ri-swap-line:before {
    content: "";
}
.ri-switch-fill:before {
    content: "";
}
.ri-switch-line:before {
    content: "";
}
.ri-sword-fill:before {
    content: "";
}
.ri-sword-line:before {
    content: "";
}
.ri-syringe-fill:before {
    content: "";
}
.ri-syringe-line:before {
    content: "";
}
.ri-t-box-fill:before {
    content: "";
}
.ri-t-box-line:before {
    content: "";
}
.ri-t-shirt-2-fill:before {
    content: "";
}
.ri-t-shirt-2-line:before {
    content: "";
}
.ri-t-shirt-air-fill:before {
    content: "";
}
.ri-t-shirt-air-line:before {
    content: "";
}
.ri-t-shirt-fill:before {
    content: "";
}
.ri-t-shirt-line:before {
    content: "";
}
.ri-table-2:before {
    content: "";
}
.ri-table-alt-fill:before {
    content: "";
}
.ri-table-alt-line:before {
    content: "";
}
.ri-table-fill:before {
    content: "";
}
.ri-table-line:before {
    content: "";
}
.ri-tablet-fill:before {
    content: "";
}
.ri-tablet-line:before {
    content: "";
}
.ri-takeaway-fill:before {
    content: "";
}
.ri-takeaway-line:before {
    content: "";
}
.ri-taobao-fill:before {
    content: "";
}
.ri-taobao-line:before {
    content: "";
}
.ri-tape-fill:before {
    content: "";
}
.ri-tape-line:before {
    content: "";
}
.ri-task-fill:before {
    content: "";
}
.ri-task-line:before {
    content: "";
}
.ri-taxi-fill:before {
    content: "";
}
.ri-taxi-line:before {
    content: "";
}
.ri-taxi-wifi-fill:before {
    content: "";
}
.ri-taxi-wifi-line:before {
    content: "";
}
.ri-team-fill:before {
    content: "";
}
.ri-team-line:before {
    content: "";
}
.ri-telegram-fill:before {
    content: "";
}
.ri-telegram-line:before {
    content: "";
}
.ri-temp-cold-fill:before {
    content: "";
}
.ri-temp-cold-line:before {
    content: "";
}
.ri-temp-hot-fill:before {
    content: "";
}
.ri-temp-hot-line:before {
    content: "";
}
.ri-terminal-box-fill:before {
    content: "";
}
.ri-terminal-box-line:before {
    content: "";
}
.ri-terminal-fill:before {
    content: "";
}
.ri-terminal-line:before {
    content: "";
}
.ri-terminal-window-fill:before {
    content: "";
}
.ri-terminal-window-line:before {
    content: "";
}
.ri-test-tube-fill:before {
    content: "";
}
.ri-test-tube-line:before {
    content: "";
}
.ri-text-direction-l:before {
    content: "";
}
.ri-text-direction-r:before {
    content: "";
}
.ri-text-spacing:before {
    content: "";
}
.ri-text-wrap:before {
    content: "";
}
.ri-text:before {
    content: "";
}
.ri-thermometer-fill:before {
    content: "";
}
.ri-thermometer-line:before {
    content: "";
}
.ri-thumb-down-fill:before {
    content: "";
}
.ri-thumb-down-line:before {
    content: "";
}
.ri-thumb-up-fill:before {
    content: "";
}
.ri-thumb-up-line:before {
    content: "";
}
.ri-thunderstorms-fill:before {
    content: "";
}
.ri-thunderstorms-line:before {
    content: "";
}
.ri-ticket-2-fill:before {
    content: "";
}
.ri-ticket-2-line:before {
    content: "";
}
.ri-ticket-fill:before {
    content: "";
}
.ri-ticket-line:before {
    content: "";
}
.ri-time-fill:before {
    content: "";
}
.ri-time-line:before {
    content: "";
}
.ri-timer-2-fill:before {
    content: "";
}
.ri-timer-2-line:before {
    content: "";
}
.ri-timer-fill:before {
    content: "";
}
.ri-timer-flash-fill:before {
    content: "";
}
.ri-timer-flash-line:before {
    content: "";
}
.ri-timer-line:before {
    content: "";
}
.ri-todo-fill:before {
    content: "";
}
.ri-todo-line:before {
    content: "";
}
.ri-toggle-fill:before {
    content: "";
}
.ri-toggle-line:before {
    content: "";
}
.ri-tools-fill:before {
    content: "";
}
.ri-tools-line:before {
    content: "";
}
.ri-tornado-fill:before {
    content: "";
}
.ri-tornado-line:before {
    content: "";
}
.ri-trademark-fill:before {
    content: "";
}
.ri-trademark-line:before {
    content: "";
}
.ri-traffic-light-fill:before {
    content: "";
}
.ri-traffic-light-line:before {
    content: "";
}
.ri-train-fill:before {
    content: "";
}
.ri-train-line:before {
    content: "";
}
.ri-train-wifi-fill:before {
    content: "";
}
.ri-train-wifi-line:before {
    content: "";
}
.ri-translate-2:before {
    content: "";
}
.ri-translate:before {
    content: "";
}
.ri-travesti-fill:before {
    content: "";
}
.ri-travesti-line:before {
    content: "";
}
.ri-treasure-map-fill:before {
    content: "";
}
.ri-treasure-map-line:before {
    content: "";
}
.ri-trello-fill:before {
    content: "";
}
.ri-trello-line:before {
    content: "";
}
.ri-trophy-fill:before {
    content: "";
}
.ri-trophy-line:before {
    content: "";
}
.ri-truck-fill:before {
    content: "";
}
.ri-truck-line:before {
    content: "";
}
.ri-tumblr-fill:before {
    content: "";
}
.ri-tumblr-line:before {
    content: "";
}
.ri-tv-2-fill:before {
    content: "";
}
.ri-tv-2-line:before {
    content: "";
}
.ri-tv-fill:before {
    content: "";
}
.ri-tv-line:before {
    content: "";
}
.ri-twitch-fill:before {
    content: "";
}
.ri-twitch-line:before {
    content: "";
}
.ri-twitter-fill:before {
    content: "";
}
.ri-twitter-line:before {
    content: "";
}
.ri-typhoon-fill:before {
    content: "";
}
.ri-typhoon-line:before {
    content: "";
}
.ri-u-disk-fill:before {
    content: "";
}
.ri-u-disk-line:before {
    content: "";
}
.ri-ubuntu-fill:before {
    content: "";
}
.ri-ubuntu-line:before {
    content: "";
}
.ri-umbrella-fill:before {
    content: "";
}
.ri-umbrella-line:before {
    content: "";
}
.ri-underline:before {
    content: "";
}
.ri-uninstall-fill:before {
    content: "";
}
.ri-uninstall-line:before {
    content: "";
}
.ri-unsplash-fill:before {
    content: "";
}
.ri-unsplash-line:before {
    content: "";
}
.ri-upload-2-fill:before {
    content: "";
}
.ri-upload-2-line:before {
    content: "";
}
.ri-upload-cloud-2-fill:before {
    content: "";
}
.ri-upload-cloud-2-line:before {
    content: "";
}
.ri-upload-cloud-fill:before {
    content: "";
}
.ri-upload-cloud-line:before {
    content: "";
}
.ri-upload-fill:before {
    content: "";
}
.ri-upload-line:before {
    content: "";
}
.ri-usb-fill:before {
    content: "";
}
.ri-usb-line:before {
    content: "";
}
.ri-user-2-fill:before {
    content: "";
}
.ri-user-2-line:before {
    content: "";
}
.ri-user-3-fill:before {
    content: "";
}
.ri-user-3-line:before {
    content: "";
}
.ri-user-4-fill:before {
    content: "";
}
.ri-user-4-line:before {
    content: "";
}
.ri-user-5-fill:before {
    content: "";
}
.ri-user-5-line:before {
    content: "";
}
.ri-user-6-fill:before {
    content: "";
}
.ri-user-6-line:before {
    content: "";
}
.ri-user-add-fill:before {
    content: "";
}
.ri-user-add-line:before {
    content: "";
}
.ri-user-fill:before {
    content: "";
}
.ri-user-follow-fill:before {
    content: "";
}
.ri-user-follow-line:before {
    content: "";
}
.ri-user-heart-fill:before {
    content: "";
}
.ri-user-heart-line:before {
    content: "";
}
.ri-user-line:before {
    content: "";
}
.ri-user-location-fill:before {
    content: "";
}
.ri-user-location-line:before {
    content: "";
}
.ri-user-received-2-fill:before {
    content: "";
}
.ri-user-received-2-line:before {
    content: "";
}
.ri-user-received-fill:before {
    content: "";
}
.ri-user-received-line:before {
    content: "";
}
.ri-user-search-fill:before {
    content: "";
}
.ri-user-search-line:before {
    content: "";
}
.ri-user-settings-fill:before {
    content: "";
}
.ri-user-settings-line:before {
    content: "";
}
.ri-user-shared-2-fill:before {
    content: "";
}
.ri-user-shared-2-line:before {
    content: "";
}
.ri-user-shared-fill:before {
    content: "";
}
.ri-user-shared-line:before {
    content: "";
}
.ri-user-smile-fill:before {
    content: "";
}
.ri-user-smile-line:before {
    content: "";
}
.ri-user-star-fill:before {
    content: "";
}
.ri-user-star-line:before {
    content: "";
}
.ri-user-unfollow-fill:before {
    content: "";
}
.ri-user-unfollow-line:before {
    content: "";
}
.ri-user-voice-fill:before {
    content: "";
}
.ri-user-voice-line:before {
    content: "";
}
.ri-video-add-fill:before {
    content: "";
}
.ri-video-add-line:before {
    content: "";
}
.ri-video-chat-fill:before {
    content: "";
}
.ri-video-chat-line:before {
    content: "";
}
.ri-video-download-fill:before {
    content: "";
}
.ri-video-download-line:before {
    content: "";
}
.ri-video-fill:before {
    content: "";
}
.ri-video-line:before {
    content: "";
}
.ri-video-upload-fill:before {
    content: "";
}
.ri-video-upload-line:before {
    content: "";
}
.ri-vidicon-2-fill:before {
    content: "";
}
.ri-vidicon-2-line:before {
    content: "";
}
.ri-vidicon-fill:before {
    content: "";
}
.ri-vidicon-line:before {
    content: "";
}
.ri-vimeo-fill:before {
    content: "";
}
.ri-vimeo-line:before {
    content: "";
}
.ri-vip-crown-2-fill:before {
    content: "";
}
.ri-vip-crown-2-line:before {
    content: "";
}
.ri-vip-crown-fill:before {
    content: "";
}
.ri-vip-crown-line:before {
    content: "";
}
.ri-vip-diamond-fill:before {
    content: "";
}
.ri-vip-diamond-line:before {
    content: "";
}
.ri-vip-fill:before {
    content: "";
}
.ri-vip-line:before {
    content: "";
}
.ri-virus-fill:before {
    content: "";
}
.ri-virus-line:before {
    content: "";
}
.ri-visa-fill:before {
    content: "";
}
.ri-visa-line:before {
    content: "";
}
.ri-voice-recognition-fill:before {
    content: "";
}
.ri-voice-recognition-line:before {
    content: "";
}
.ri-voiceprint-fill:before {
    content: "";
}
.ri-voiceprint-line:before {
    content: "";
}
.ri-volume-down-fill:before {
    content: "";
}
.ri-volume-down-line:before {
    content: "";
}
.ri-volume-mute-fill:before {
    content: "";
}
.ri-volume-mute-line:before {
    content: "";
}
.ri-volume-off-vibrate-fill:before {
    content: "";
}
.ri-volume-off-vibrate-line:before {
    content: "";
}
.ri-volume-up-fill:before {
    content: "";
}
.ri-volume-up-line:before {
    content: "";
}
.ri-volume-vibrate-fill:before {
    content: "";
}
.ri-volume-vibrate-line:before {
    content: "";
}
.ri-vuejs-fill:before {
    content: "";
}
.ri-vuejs-line:before {
    content: "";
}
.ri-walk-fill:before {
    content: "";
}
.ri-walk-line:before {
    content: "";
}
.ri-wallet-2-fill:before {
    content: "";
}
.ri-wallet-2-line:before {
    content: "";
}
.ri-wallet-3-fill:before {
    content: "";
}
.ri-wallet-3-line:before {
    content: "";
}
.ri-wallet-fill:before {
    content: "";
}
.ri-wallet-line:before {
    content: "";
}
.ri-water-flash-fill:before {
    content: "";
}
.ri-water-flash-line:before {
    content: "";
}
.ri-webcam-fill:before {
    content: "";
}
.ri-webcam-line:before {
    content: "";
}
.ri-wechat-2-fill:before {
    content: "";
}
.ri-wechat-2-line:before {
    content: "";
}
.ri-wechat-fill:before {
    content: "";
}
.ri-wechat-line:before {
    content: "";
}
.ri-wechat-pay-fill:before {
    content: "";
}
.ri-wechat-pay-line:before {
    content: "";
}
.ri-weibo-fill:before {
    content: "";
}
.ri-weibo-line:before {
    content: "";
}
.ri-whatsapp-fill:before {
    content: "";
}
.ri-whatsapp-line:before {
    content: "";
}
.ri-wheelchair-fill:before {
    content: "";
}
.ri-wheelchair-line:before {
    content: "";
}
.ri-wifi-fill:before {
    content: "";
}
.ri-wifi-line:before {
    content: "";
}
.ri-wifi-off-fill:before {
    content: "";
}
.ri-wifi-off-line:before {
    content: "";
}
.ri-window-2-fill:before {
    content: "";
}
.ri-window-2-line:before {
    content: "";
}
.ri-window-fill:before {
    content: "";
}
.ri-window-line:before {
    content: "";
}
.ri-windows-fill:before {
    content: "";
}
.ri-windows-line:before {
    content: "";
}
.ri-windy-fill:before {
    content: "";
}
.ri-windy-line:before {
    content: "";
}
.ri-wireless-charging-fill:before {
    content: "";
}
.ri-wireless-charging-line:before {
    content: "";
}
.ri-women-fill:before {
    content: "";
}
.ri-women-line:before {
    content: "";
}
.ri-wubi-input:before {
    content: "";
}
.ri-xbox-fill:before {
    content: "";
}
.ri-xbox-line:before {
    content: "";
}
.ri-xing-fill:before {
    content: "";
}
.ri-xing-line:before {
    content: "";
}
.ri-youtube-fill:before {
    content: "";
}
.ri-youtube-line:before {
    content: "";
}
.ri-zcool-fill:before {
    content: "";
}
.ri-zcool-line:before {
    content: "";
}
.ri-zhihu-fill:before {
    content: "";
}
.ri-zhihu-line:before {
    content: "";
}
.ri-zoom-in-fill:before {
    content: "";
}
.ri-zoom-in-line:before {
    content: "";
}
.ri-zoom-out-fill:before {
    content: "";
}
.ri-zoom-out-line:before {
    content: "";
}
.ri-zzz-fill:before {
    content: "";
}
.ri-zzz-line:before {
    content: "";
}
.ri-arrow-down-double-fill:before {
    content: "";
}
.ri-arrow-down-double-line:before {
    content: "";
}
.ri-arrow-left-double-fill:before {
    content: "";
}
.ri-arrow-left-double-line:before {
    content: "";
}
.ri-arrow-right-double-fill:before {
    content: "";
}
.ri-arrow-right-double-line:before {
    content: "";
}
.ri-arrow-turn-back-fill:before {
    content: "";
}
.ri-arrow-turn-back-line:before {
    content: "";
}
.ri-arrow-turn-forward-fill:before {
    content: "";
}
.ri-arrow-turn-forward-line:before {
    content: "";
}
.ri-arrow-up-double-fill:before {
    content: "";
}
.ri-arrow-up-double-line:before {
    content: "";
}
.ri-bard-fill:before {
    content: "";
}
.ri-bard-line:before {
    content: "";
}
.ri-bootstrap-fill:before {
    content: "";
}
.ri-bootstrap-line:before {
    content: "";
}
.ri-box-1-fill:before {
    content: "";
}
.ri-box-1-line:before {
    content: "";
}
.ri-box-2-fill:before {
    content: "";
}
.ri-box-2-line:before {
    content: "";
}
.ri-box-3-fill:before {
    content: "";
}
.ri-box-3-line:before {
    content: "";
}
.ri-brain-fill:before {
    content: "";
}
.ri-brain-line:before {
    content: "";
}
.ri-candle-fill:before {
    content: "";
}
.ri-candle-line:before {
    content: "";
}
.ri-cash-fill:before {
    content: "";
}
.ri-cash-line:before {
    content: "";
}
.ri-contract-left-fill:before {
    content: "";
}
.ri-contract-left-line:before {
    content: "";
}
.ri-contract-left-right-fill:before {
    content: "";
}
.ri-contract-left-right-line:before {
    content: "";
}
.ri-contract-right-fill:before {
    content: "";
}
.ri-contract-right-line:before {
    content: "";
}
.ri-contract-up-down-fill:before {
    content: "";
}
.ri-contract-up-down-line:before {
    content: "";
}
.ri-copilot-fill:before {
    content: "";
}
.ri-copilot-line:before {
    content: "";
}
.ri-corner-down-left-fill:before {
    content: "";
}
.ri-corner-down-left-line:before {
    content: "";
}
.ri-corner-down-right-fill:before {
    content: "";
}
.ri-corner-down-right-line:before {
    content: "";
}
.ri-corner-left-down-fill:before {
    content: "";
}
.ri-corner-left-down-line:before {
    content: "";
}
.ri-corner-left-up-fill:before {
    content: "";
}
.ri-corner-left-up-line:before {
    content: "";
}
.ri-corner-right-down-fill:before {
    content: "";
}
.ri-corner-right-down-line:before {
    content: "";
}
.ri-corner-right-up-fill:before {
    content: "";
}
.ri-corner-right-up-line:before {
    content: "";
}
.ri-corner-up-left-double-fill:before {
    content: "";
}
.ri-corner-up-left-double-line:before {
    content: "";
}
.ri-corner-up-left-fill:before {
    content: "";
}
.ri-corner-up-left-line:before {
    content: "";
}
.ri-corner-up-right-double-fill:before {
    content: "";
}
.ri-corner-up-right-double-line:before {
    content: "";
}
.ri-corner-up-right-fill:before {
    content: "";
}
.ri-corner-up-right-line:before {
    content: "";
}
.ri-cross-fill:before {
    content: "";
}
.ri-cross-line:before {
    content: "";
}
.ri-edge-new-fill:before {
    content: "";
}
.ri-edge-new-line:before {
    content: "";
}
.ri-equal-fill:before {
    content: "";
}
.ri-equal-line:before {
    content: "";
}
.ri-expand-left-fill:before {
    content: "";
}
.ri-expand-left-line:before {
    content: "";
}
.ri-expand-left-right-fill:before {
    content: "";
}
.ri-expand-left-right-line:before {
    content: "";
}
.ri-expand-right-fill:before {
    content: "";
}
.ri-expand-right-line:before {
    content: "";
}
.ri-expand-up-down-fill:before {
    content: "";
}
.ri-expand-up-down-line:before {
    content: "";
}
.ri-flickr-fill:before {
    content: "";
}
.ri-flickr-line:before {
    content: "";
}
.ri-forward-10-fill:before {
    content: "";
}
.ri-forward-10-line:before {
    content: "";
}
.ri-forward-15-fill:before {
    content: "";
}
.ri-forward-15-line:before {
    content: "";
}
.ri-forward-30-fill:before {
    content: "";
}
.ri-forward-30-line:before {
    content: "";
}
.ri-forward-5-fill:before {
    content: "";
}
.ri-forward-5-line:before {
    content: "";
}
.ri-graduation-cap-fill:before {
    content: "";
}
.ri-graduation-cap-line:before {
    content: "";
}
.ri-home-office-fill:before {
    content: "";
}
.ri-home-office-line:before {
    content: "";
}
.ri-hourglass-2-fill:before {
    content: "";
}
.ri-hourglass-2-line:before {
    content: "";
}
.ri-hourglass-fill:before {
    content: "";
}
.ri-hourglass-line:before {
    content: "";
}
.ri-javascript-fill:before {
    content: "";
}
.ri-javascript-line:before {
    content: "";
}
.ri-loop-left-fill:before {
    content: "";
}
.ri-loop-left-line:before {
    content: "";
}
.ri-loop-right-fill:before {
    content: "";
}
.ri-loop-right-line:before {
    content: "";
}
.ri-memories-fill:before {
    content: "";
}
.ri-memories-line:before {
    content: "";
}
.ri-meta-fill:before {
    content: "";
}
.ri-meta-line:before {
    content: "";
}
.ri-microsoft-loop-fill:before {
    content: "";
}
.ri-microsoft-loop-line:before {
    content: "";
}
.ri-nft-fill:before {
    content: "";
}
.ri-nft-line:before {
    content: "";
}
.ri-notion-fill:before {
    content: "";
}
.ri-notion-line:before {
    content: "";
}
.ri-openai-fill:before {
    content: "";
}
.ri-openai-line:before {
    content: "";
}
.ri-overline:before {
    content: "";
}
.ri-p2p-fill:before {
    content: "";
}
.ri-p2p-line:before {
    content: "";
}
.ri-presentation-fill:before {
    content: "";
}
.ri-presentation-line:before {
    content: "";
}
.ri-replay-10-fill:before {
    content: "";
}
.ri-replay-10-line:before {
    content: "";
}
.ri-replay-15-fill:before {
    content: "";
}
.ri-replay-15-line:before {
    content: "";
}
.ri-replay-30-fill:before {
    content: "";
}
.ri-replay-30-line:before {
    content: "";
}
.ri-replay-5-fill:before {
    content: "";
}
.ri-replay-5-line:before {
    content: "";
}
.ri-school-fill:before {
    content: "";
}
.ri-school-line:before {
    content: "";
}
.ri-shining-2-fill:before {
    content: "";
}
.ri-shining-2-line:before {
    content: "";
}
.ri-shining-fill:before {
    content: "";
}
.ri-shining-line:before {
    content: "";
}
.ri-sketching:before {
    content: "";
}
.ri-skip-down-fill:before {
    content: "";
}
.ri-skip-down-line:before {
    content: "";
}
.ri-skip-left-fill:before {
    content: "";
}
.ri-skip-left-line:before {
    content: "";
}
.ri-skip-right-fill:before {
    content: "";
}
.ri-skip-right-line:before {
    content: "";
}
.ri-skip-up-fill:before {
    content: "";
}
.ri-skip-up-line:before {
    content: "";
}
.ri-slow-down-fill:before {
    content: "";
}
.ri-slow-down-line:before {
    content: "";
}
.ri-sparkling-2-fill:before {
    content: "";
}
.ri-sparkling-2-line:before {
    content: "";
}
.ri-sparkling-fill:before {
    content: "";
}
.ri-sparkling-line:before {
    content: "";
}
.ri-speak-fill:before {
    content: "";
}
.ri-speak-line:before {
    content: "";
}
.ri-speed-up-fill:before {
    content: "";
}
.ri-speed-up-line:before {
    content: "";
}
.ri-tiktok-fill:before {
    content: "";
}
.ri-tiktok-line:before {
    content: "";
}
.ri-token-swap-fill:before {
    content: "";
}
.ri-token-swap-line:before {
    content: "";
}
.ri-unpin-fill:before {
    content: "";
}
.ri-unpin-line:before {
    content: "";
}
.ri-wechat-channels-fill:before {
    content: "";
}
.ri-wechat-channels-line:before {
    content: "";
}
.ri-wordpress-fill:before {
    content: "";
}
.ri-wordpress-line:before {
    content: "";
}
.ri-blender-fill:before {
    content: "";
}
.ri-blender-line:before {
    content: "";
}
.ri-emoji-sticker-fill:before {
    content: "";
}
.ri-emoji-sticker-line:before {
    content: "";
}
.ri-git-close-pull-request-fill:before {
    content: "";
}
.ri-git-close-pull-request-line:before {
    content: "";
}
.ri-instance-fill:before {
    content: "";
}
.ri-instance-line:before {
    content: "";
}
.ri-megaphone-fill:before {
    content: "";
}
.ri-megaphone-line:before {
    content: "";
}
.ri-pass-expired-fill:before {
    content: "";
}
.ri-pass-expired-line:before {
    content: "";
}
.ri-pass-pending-fill:before {
    content: "";
}
.ri-pass-pending-line:before {
    content: "";
}
.ri-pass-valid-fill:before {
    content: "";
}
.ri-pass-valid-line:before {
    content: "";
}
.ri-ai-generate:before {
    content: "";
}
.ri-calendar-close-fill:before {
    content: "";
}
.ri-calendar-close-line:before {
    content: "";
}
.ri-draggable:before {
    content: "";
}
.ri-font-family:before {
    content: "";
}
.ri-font-mono:before {
    content: "";
}
.ri-font-sans-serif:before {
    content: "";
}
.ri-hard-drive-3-fill:before {
    content: "";
}
.ri-hard-drive-3-line:before {
    content: "";
}
.ri-kick-fill:before {
    content: "";
}
.ri-kick-line:before {
    content: "";
}
.ri-list-check-3:before {
    content: "";
}
.ri-list-indefinite:before {
    content: "";
}
.ri-list-ordered-2:before {
    content: "";
}
.ri-list-radio:before {
    content: "";
}
.ri-openbase-fill:before {
    content: "";
}
.ri-openbase-line:before {
    content: "";
}
.ri-planet-fill:before {
    content: "";
}
.ri-planet-line:before {
    content: "";
}
.ri-prohibited-fill:before {
    content: "";
}
.ri-prohibited-line:before {
    content: "";
}
.ri-quote-text:before {
    content: "";
}
.ri-seo-fill:before {
    content: "";
}
.ri-seo-line:before {
    content: "";
}
.ri-slash-commands:before {
    content: "";
}
.ri-archive-2-fill:before {
    content: "";
}
.ri-archive-2-line:before {
    content: "";
}
.ri-inbox-2-fill:before {
    content: "";
}
.ri-inbox-2-line:before {
    content: "";
}
.ri-shake-hands-fill:before {
    content: "";
}
.ri-shake-hands-line:before {
    content: "";
}
.ri-supabase-fill:before {
    content: "";
}
.ri-supabase-line:before {
    content: "";
}
.ri-water-percent-fill:before {
    content: "";
}
.ri-water-percent-line:before {
    content: "";
}
.ri-yuque-fill:before {
    content: "";
}
.ri-yuque-line:before {
    content: "";
}
.ri-crosshair-2-fill:before {
    content: "";
}
.ri-crosshair-2-line:before {
    content: "";
}
.ri-crosshair-fill:before {
    content: "";
}
.ri-crosshair-line:before {
    content: "";
}
.ri-file-close-fill:before {
    content: "";
}
.ri-file-close-line:before {
    content: "";
}
.ri-infinity-fill:before {
    content: "";
}
.ri-infinity-line:before {
    content: "";
}
.ri-rfid-fill:before {
    content: "";
}
.ri-rfid-line:before {
    content: "";
}
.ri-slash-commands-2:before {
    content: "";
}
.ri-user-forbid-fill:before {
    content: "";
}
.ri-user-forbid-line:before {
    content: "";
}
.ri-beer-fill:before {
    content: "";
}
.ri-beer-line:before {
    content: "";
}
.ri-circle-fill:before {
    content: "";
}
.ri-circle-line:before {
    content: "";
}
.ri-dropdown-list:before {
    content: "";
}
.ri-file-image-fill:before {
    content: "";
}
.ri-file-image-line:before {
    content: "";
}
.ri-file-pdf-2-fill:before {
    content: "";
}
.ri-file-pdf-2-line:before {
    content: "";
}
.ri-file-video-fill:before {
    content: "";
}
.ri-file-video-line:before {
    content: "";
}
.ri-folder-image-fill:before {
    content: "";
}
.ri-folder-image-line:before {
    content: "";
}
.ri-folder-video-fill:before {
    content: "";
}
.ri-folder-video-line:before {
    content: "";
}
.ri-hexagon-fill:before {
    content: "";
}
.ri-hexagon-line:before {
    content: "";
}
.ri-menu-search-fill:before {
    content: "";
}
.ri-menu-search-line:before {
    content: "";
}
.ri-octagon-fill:before {
    content: "";
}
.ri-octagon-line:before {
    content: "";
}
.ri-pentagon-fill:before {
    content: "";
}
.ri-pentagon-line:before {
    content: "";
}
.ri-rectangle-fill:before {
    content: "";
}
.ri-rectangle-line:before {
    content: "";
}
.ri-robot-2-fill:before {
    content: "";
}
.ri-robot-2-line:before {
    content: "";
}
.ri-shapes-fill:before {
    content: "";
}
.ri-shapes-line:before {
    content: "";
}
.ri-square-fill:before {
    content: "";
}
.ri-square-line:before {
    content: "";
}
.ri-tent-fill:before {
    content: "";
}
.ri-tent-line:before {
    content: "";
}
.ri-threads-fill:before {
    content: "";
}
.ri-threads-line:before {
    content: "";
}
.ri-tree-fill:before {
    content: "";
}
.ri-tree-line:before {
    content: "";
}
.ri-triangle-fill:before {
    content: "";
}
.ri-triangle-line:before {
    content: "";
}
.ri-twitter-x-fill:before {
    content: "";
}
.ri-twitter-x-line:before {
    content: "";
}
.ri-verified-badge-fill:before {
    content: "";
}
.ri-verified-badge-line:before {
    content: "";
}
.ri-armchair-fill:before {
    content: "";
}
.ri-armchair-line:before {
    content: "";
}
.ri-bnb-fill:before {
    content: "";
}
.ri-bnb-line:before {
    content: "";
}
.ri-bread-fill:before {
    content: "";
}
.ri-bread-line:before {
    content: "";
}
.ri-btc-fill:before {
    content: "";
}
.ri-btc-line:before {
    content: "";
}
.ri-calendar-schedule-fill:before {
    content: "";
}
.ri-calendar-schedule-line:before {
    content: "";
}
.ri-dice-1-fill:before {
    content: "";
}
.ri-dice-1-line:before {
    content: "";
}
.ri-dice-2-fill:before {
    content: "";
}
.ri-dice-2-line:before {
    content: "";
}
.ri-dice-3-fill:before {
    content: "";
}
.ri-dice-3-line:before {
    content: "";
}
.ri-dice-4-fill:before {
    content: "";
}
.ri-dice-4-line:before {
    content: "";
}
.ri-dice-5-fill:before {
    content: "";
}
.ri-dice-5-line:before {
    content: "";
}
.ri-dice-6-fill:before {
    content: "";
}
.ri-dice-6-line:before {
    content: "";
}
.ri-dice-fill:before {
    content: "";
}
.ri-dice-line:before {
    content: "";
}
.ri-drinks-fill:before {
    content: "";
}
.ri-drinks-line:before {
    content: "";
}
.ri-equalizer-2-fill:before {
    content: "";
}
.ri-equalizer-2-line:before {
    content: "";
}
.ri-equalizer-3-fill:before {
    content: "";
}
.ri-equalizer-3-line:before {
    content: "";
}
.ri-eth-fill:before {
    content: "";
}
.ri-eth-line:before {
    content: "";
}
.ri-flower-fill:before {
    content: "";
}
.ri-flower-line:before {
    content: "";
}
.ri-glasses-2-fill:before {
    content: "";
}
.ri-glasses-2-line:before {
    content: "";
}
.ri-glasses-fill:before {
    content: "";
}
.ri-glasses-line:before {
    content: "";
}
.ri-goggles-fill:before {
    content: "";
}
.ri-goggles-line:before {
    content: "";
}
.ri-image-circle-fill:before {
    content: "";
}
.ri-image-circle-line:before {
    content: "";
}
.ri-info-i:before {
    content: "";
}
.ri-money-rupee-circle-fill:before {
    content: "";
}
.ri-money-rupee-circle-line:before {
    content: "";
}
.ri-news-fill:before {
    content: "";
}
.ri-news-line:before {
    content: "";
}
.ri-robot-3-fill:before {
    content: "";
}
.ri-robot-3-line:before {
    content: "";
}
.ri-share-2-fill:before {
    content: "";
}
.ri-share-2-line:before {
    content: "";
}
.ri-sofa-fill:before {
    content: "";
}
.ri-sofa-line:before {
    content: "";
}
.ri-svelte-fill:before {
    content: "";
}
.ri-svelte-line:before {
    content: "";
}
.ri-vk-fill:before {
    content: "";
}
.ri-vk-line:before {
    content: "";
}
.ri-xrp-fill:before {
    content: "";
}
.ri-xrp-line:before {
    content: "";
}
.ri-xtz-fill:before {
    content: "";
}
.ri-xtz-line:before {
    content: "";
}
.ri-archive-stack-fill:before {
    content: "";
}
.ri-archive-stack-line:before {
    content: "";
}
.ri-bowl-fill:before {
    content: "";
}
.ri-bowl-line:before {
    content: "";
}
.ri-calendar-view:before {
    content: "";
}
.ri-carousel-view:before {
    content: "";
}
.ri-code-block:before {
    content: "";
}
.ri-color-filter-fill:before {
    content: "";
}
.ri-color-filter-line:before {
    content: "";
}
.ri-contacts-book-3-fill:before {
    content: "";
}
.ri-contacts-book-3-line:before {
    content: "";
}
.ri-contract-fill:before {
    content: "";
}
.ri-contract-line:before {
    content: "";
}
.ri-drinks-2-fill:before {
    content: "";
}
.ri-drinks-2-line:before {
    content: "";
}
.ri-export-fill:before {
    content: "";
}
.ri-export-line:before {
    content: "";
}
.ri-file-check-fill:before {
    content: "";
}
.ri-file-check-line:before {
    content: "";
}
.ri-focus-mode:before {
    content: "";
}
.ri-folder-6-fill:before {
    content: "";
}
.ri-folder-6-line:before {
    content: "";
}
.ri-folder-check-fill:before {
    content: "";
}
.ri-folder-check-line:before {
    content: "";
}
.ri-folder-close-fill:before {
    content: "";
}
.ri-folder-close-line:before {
    content: "";
}
.ri-folder-cloud-fill:before {
    content: "";
}
.ri-folder-cloud-line:before {
    content: "";
}
.ri-gallery-view-2:before {
    content: "";
}
.ri-gallery-view:before {
    content: "";
}
.ri-hand:before {
    content: "";
}
.ri-import-fill:before {
    content: "";
}
.ri-import-line:before {
    content: "";
}
.ri-information-2-fill:before {
    content: "";
}
.ri-information-2-line:before {
    content: "";
}
.ri-kanban-view-2:before {
    content: "";
}
.ri-kanban-view:before {
    content: "";
}
.ri-list-view:before {
    content: "";
}
.ri-lock-star-fill:before {
    content: "";
}
.ri-lock-star-line:before {
    content: "";
}
.ri-puzzle-2-fill:before {
    content: "";
}
.ri-puzzle-2-line:before {
    content: "";
}
.ri-puzzle-fill:before {
    content: "";
}
.ri-puzzle-line:before {
    content: "";
}
.ri-ram-2-fill:before {
    content: "";
}
.ri-ram-2-line:before {
    content: "";
}
.ri-ram-fill:before {
    content: "";
}
.ri-ram-line:before {
    content: "";
}
.ri-receipt-fill:before {
    content: "";
}
.ri-receipt-line:before {
    content: "";
}
.ri-shadow-fill:before {
    content: "";
}
.ri-shadow-line:before {
    content: "";
}
.ri-sidebar-fold-fill:before {
    content: "";
}
.ri-sidebar-fold-line:before {
    content: "";
}
.ri-sidebar-unfold-fill:before {
    content: "";
}
.ri-sidebar-unfold-line:before {
    content: "";
}
.ri-slideshow-view:before {
    content: "";
}
.ri-sort-alphabet-asc:before {
    content: "";
}
.ri-sort-alphabet-desc:before {
    content: "";
}
.ri-sort-number-asc:before {
    content: "";
}
.ri-sort-number-desc:before {
    content: "";
}
.ri-stacked-view:before {
    content: "";
}
.ri-sticky-note-add-fill:before {
    content: "";
}
.ri-sticky-note-add-line:before {
    content: "";
}
.ri-swap-2-fill:before {
    content: "";
}
.ri-swap-2-line:before {
    content: "";
}
.ri-swap-3-fill:before {
    content: "";
}
.ri-swap-3-line:before {
    content: "";
}
.ri-table-3:before {
    content: "";
}
.ri-table-view:before {
    content: "";
}
.ri-text-block:before {
    content: "";
}
.ri-text-snippet:before {
    content: "";
}
.ri-timeline-view:before {
    content: "";
}
.ri-blogger-fill:before {
    content: "";
}
.ri-blogger-line:before {
    content: "";
}
.ri-chat-thread-fill:before {
    content: "";
}
.ri-chat-thread-line:before {
    content: "";
}
.ri-discount-percent-fill:before {
    content: "";
}
.ri-discount-percent-line:before {
    content: "";
}
.ri-exchange-2-fill:before {
    content: "";
}
.ri-exchange-2-line:before {
    content: "";
}
.ri-git-fork-fill:before {
    content: "";
}
.ri-git-fork-line:before {
    content: "";
}
.ri-input-field:before {
    content: "";
}
.ri-progress-1-fill:before {
    content: "";
}
.ri-progress-1-line:before {
    content: "";
}
.ri-progress-2-fill:before {
    content: "";
}
.ri-progress-2-line:before {
    content: "";
}
.ri-progress-3-fill:before {
    content: "";
}
.ri-progress-3-line:before {
    content: "";
}
.ri-progress-4-fill:before {
    content: "";
}
.ri-progress-4-line:before {
    content: "";
}
.ri-progress-5-fill:before {
    content: "";
}
.ri-progress-5-line:before {
    content: "";
}
.ri-progress-6-fill:before {
    content: "";
}
.ri-progress-6-line:before {
    content: "";
}
.ri-progress-7-fill:before {
    content: "";
}
.ri-progress-7-line:before {
    content: "";
}
.ri-progress-8-fill:before {
    content: "";
}
.ri-progress-8-line:before {
    content: "";
}
.ri-remix-run-fill:before {
    content: "";
}
.ri-remix-run-line:before {
    content: "";
}
.ri-signpost-fill:before {
    content: "";
}
.ri-signpost-line:before {
    content: "";
}
.ri-time-zone-fill:before {
    content: "";
}
.ri-time-zone-line:before {
    content: "";
}
.ri-arrow-down-wide-fill:before {
    content: "";
}
.ri-arrow-down-wide-line:before {
    content: "";
}
.ri-arrow-left-wide-fill:before {
    content: "";
}
.ri-arrow-left-wide-line:before {
    content: "";
}
.ri-arrow-right-wide-fill:before {
    content: "";
}
.ri-arrow-right-wide-line:before {
    content: "";
}
.ri-arrow-up-wide-fill:before {
    content: "";
}
.ri-arrow-up-wide-line:before {
    content: "";
}
.ri-bluesky-fill:before {
    content: "";
}
.ri-bluesky-line:before {
    content: "";
}
.ri-expand-height-fill:before {
    content: "";
}
.ri-expand-height-line:before {
    content: "";
}
.ri-expand-width-fill:before {
    content: "";
}
.ri-expand-width-line:before {
    content: "";
}
.ri-forward-end-fill:before {
    content: "";
}
.ri-forward-end-line:before {
    content: "";
}
.ri-forward-end-mini-fill:before {
    content: "";
}
.ri-forward-end-mini-line:before {
    content: "";
}
.ri-friendica-fill:before {
    content: "";
}
.ri-friendica-line:before {
    content: "";
}
.ri-git-pr-draft-fill:before {
    content: "";
}
.ri-git-pr-draft-line:before {
    content: "";
}
.ri-play-reverse-fill:before {
    content: "";
}
.ri-play-reverse-line:before {
    content: "";
}
.ri-play-reverse-mini-fill:before {
    content: "";
}
.ri-play-reverse-mini-line:before {
    content: "";
}
.ri-rewind-start-fill:before {
    content: "";
}
.ri-rewind-start-line:before {
    content: "";
}
.ri-rewind-start-mini-fill:before {
    content: "";
}
.ri-rewind-start-mini-line:before {
    content: "";
}
.ri-scroll-to-bottom-fill:before {
    content: "";
}
.ri-scroll-to-bottom-line:before {
    content: "";
}
.ri-add-large-fill:before {
    content: "";
}
.ri-add-large-line:before {
    content: "";
}
.ri-aed-electrodes-fill:before {
    content: "";
}
.ri-aed-electrodes-line:before {
    content: "";
}
.ri-aed-fill:before {
    content: "";
}
.ri-aed-line:before {
    content: "";
}
.ri-alibaba-cloud-fill:before {
    content: "";
}
.ri-alibaba-cloud-line:before {
    content: "";
}
.ri-align-item-bottom-fill:before {
    content: "";
}
.ri-align-item-bottom-line:before {
    content: "";
}
.ri-align-item-horizontal-center-fill:before {
    content: "";
}
.ri-align-item-horizontal-center-line:before {
    content: "";
}
.ri-align-item-left-fill:before {
    content: "";
}
.ri-align-item-left-line:before {
    content: "";
}
.ri-align-item-right-fill:before {
    content: "";
}
.ri-align-item-right-line:before {
    content: "";
}
.ri-align-item-top-fill:before {
    content: "";
}
.ri-align-item-top-line:before {
    content: "";
}
.ri-align-item-vertical-center-fill:before {
    content: "";
}
.ri-align-item-vertical-center-line:before {
    content: "";
}
.ri-apps-2-add-fill:before {
    content: "";
}
.ri-apps-2-add-line:before {
    content: "";
}
.ri-close-large-fill:before {
    content: "";
}
.ri-close-large-line:before {
    content: "";
}
.ri-collapse-diagonal-2-fill:before {
    content: "";
}
.ri-collapse-diagonal-2-line:before {
    content: "";
}
.ri-collapse-diagonal-fill:before {
    content: "";
}
.ri-collapse-diagonal-line:before {
    content: "";
}
.ri-dashboard-horizontal-fill:before {
    content: "";
}
.ri-dashboard-horizontal-line:before {
    content: "";
}
.ri-expand-diagonal-2-fill:before {
    content: "";
}
.ri-expand-diagonal-2-line:before {
    content: "";
}
.ri-expand-diagonal-fill:before {
    content: "";
}
.ri-expand-diagonal-line:before {
    content: "";
}
.ri-firebase-fill:before {
    content: "";
}
.ri-firebase-line:before {
    content: "";
}
.ri-flip-horizontal-2-fill:before {
    content: "";
}
.ri-flip-horizontal-2-line:before {
    content: "";
}
.ri-flip-horizontal-fill:before {
    content: "";
}
.ri-flip-horizontal-line:before {
    content: "";
}
.ri-flip-vertical-2-fill:before {
    content: "";
}
.ri-flip-vertical-2-line:before {
    content: "";
}
.ri-flip-vertical-fill:before {
    content: "";
}
.ri-flip-vertical-line:before {
    content: "";
}
.ri-formula:before {
    content: "";
}
.ri-function-add-fill:before {
    content: "";
}
.ri-function-add-line:before {
    content: "";
}
.ri-goblet-2-fill:before {
    content: "";
}
.ri-goblet-2-line:before {
    content: "";
}
.ri-golf-ball-fill:before {
    content: "";
}
.ri-golf-ball-line:before {
    content: "";
}
.ri-group-3-fill:before {
    content: "";
}
.ri-group-3-line:before {
    content: "";
}
.ri-heart-add-2-fill:before {
    content: "";
}
.ri-heart-add-2-line:before {
    content: "";
}
.ri-id-card-fill:before {
    content: "";
}
.ri-id-card-line:before {
    content: "";
}
.ri-information-off-fill:before {
    content: "";
}
.ri-information-off-line:before {
    content: "";
}
.ri-java-fill:before {
    content: "";
}
.ri-java-line:before {
    content: "";
}
.ri-layout-grid-2-fill:before {
    content: "";
}
.ri-layout-grid-2-line:before {
    content: "";
}
.ri-layout-horizontal-fill:before {
    content: "";
}
.ri-layout-horizontal-line:before {
    content: "";
}
.ri-layout-vertical-fill:before {
    content: "";
}
.ri-layout-vertical-line:before {
    content: "";
}
.ri-menu-fold-2-fill:before {
    content: "";
}
.ri-menu-fold-2-line:before {
    content: "";
}
.ri-menu-fold-3-fill:before {
    content: "";
}
.ri-menu-fold-3-line:before {
    content: "";
}
.ri-menu-fold-4-fill:before {
    content: "";
}
.ri-menu-fold-4-line:before {
    content: "";
}
.ri-menu-unfold-2-fill:before {
    content: "";
}
.ri-menu-unfold-2-line:before {
    content: "";
}
.ri-menu-unfold-3-fill:before {
    content: "";
}
.ri-menu-unfold-3-line:before {
    content: "";
}
.ri-menu-unfold-4-fill:before {
    content: "";
}
.ri-menu-unfold-4-line:before {
    content: "";
}
.ri-mobile-download-fill:before {
    content: "";
}
.ri-mobile-download-line:before {
    content: "";
}
.ri-nextjs-fill:before {
    content: "";
}
.ri-nextjs-line:before {
    content: "";
}
.ri-nodejs-fill:before {
    content: "";
}
.ri-nodejs-line:before {
    content: "";
}
.ri-pause-large-fill:before {
    content: "";
}
.ri-pause-large-line:before {
    content: "";
}
.ri-play-large-fill:before {
    content: "";
}
.ri-play-large-line:before {
    content: "";
}
.ri-play-reverse-large-fill:before {
    content: "";
}
.ri-play-reverse-large-line:before {
    content: "";
}
.ri-police-badge-fill:before {
    content: "";
}
.ri-police-badge-line:before {
    content: "";
}
.ri-prohibited-2-fill:before {
    content: "";
}
.ri-prohibited-2-line:before {
    content: "";
}
.ri-shopping-bag-4-fill:before {
    content: "";
}
.ri-shopping-bag-4-line:before {
    content: "";
}
.ri-snowflake-fill:before {
    content: "";
}
.ri-snowflake-line:before {
    content: "";
}
.ri-square-root:before {
    content: "";
}
.ri-stop-large-fill:before {
    content: "";
}
.ri-stop-large-line:before {
    content: "";
}
.ri-tailwind-css-fill:before {
    content: "";
}
.ri-tailwind-css-line:before {
    content: "";
}
.ri-tooth-fill:before {
    content: "";
}
.ri-tooth-line:before {
    content: "";
}
.ri-video-off-fill:before {
    content: "";
}
.ri-video-off-line:before {
    content: "";
}
.ri-video-on-fill:before {
    content: "";
}
.ri-video-on-line:before {
    content: "";
}
.ri-webhook-fill:before {
    content: "";
}
.ri-webhook-line:before {
    content: "";
}
.ri-weight-fill:before {
    content: "";
}
.ri-weight-line:before {
    content: "";
}
.ri-book-shelf-fill:before {
    content: "";
}
.ri-book-shelf-line:before {
    content: "";
}
.ri-brain-2-fill:before {
    content: "";
}
.ri-brain-2-line:before {
    content: "";
}
.ri-chat-search-fill:before {
    content: "";
}
.ri-chat-search-line:before {
    content: "";
}
.ri-chat-unread-fill:before {
    content: "";
}
.ri-chat-unread-line:before {
    content: "";
}
.ri-collapse-horizontal-fill:before {
    content: "";
}
.ri-collapse-horizontal-line:before {
    content: "";
}
.ri-collapse-vertical-fill:before {
    content: "";
}
.ri-collapse-vertical-line:before {
    content: "";
}
.ri-dna-fill:before {
    content: "";
}
.ri-dna-line:before {
    content: "";
}
.ri-dropper-fill:before {
    content: "";
}
.ri-dropper-line:before {
    content: "";
}
.ri-expand-diagonal-s-2-fill:before {
    content: "";
}
.ri-expand-diagonal-s-2-line:before {
    content: "";
}
.ri-expand-diagonal-s-fill:before {
    content: "";
}
.ri-expand-diagonal-s-line:before {
    content: "";
}
.ri-expand-horizontal-fill:before {
    content: "";
}
.ri-expand-horizontal-line:before {
    content: "";
}
.ri-expand-horizontal-s-fill:before {
    content: "";
}
.ri-expand-horizontal-s-line:before {
    content: "";
}
.ri-expand-vertical-fill:before {
    content: "";
}
.ri-expand-vertical-line:before {
    content: "";
}
.ri-expand-vertical-s-fill:before {
    content: "";
}
.ri-expand-vertical-s-line:before {
    content: "";
}
.ri-gemini-fill:before {
    content: "";
}
.ri-gemini-line:before {
    content: "";
}
.ri-reset-left-fill:before {
    content: "";
}
.ri-reset-left-line:before {
    content: "";
}
.ri-reset-right-fill:before {
    content: "";
}
.ri-reset-right-line:before {
    content: "";
}
.ri-stairs-fill:before {
    content: "";
}
.ri-stairs-line:before {
    content: "";
}
.ri-telegram-2-fill:before {
    content: "";
}
.ri-telegram-2-line:before {
    content: "";
}
.ri-triangular-flag-fill:before {
    content: "";
}
.ri-triangular-flag-line:before {
    content: "";
}
.ri-user-minus-fill:before {
    content: "";
}
.ri-user-minus-line:before {
    content: "";
}
.ri-account-box-2-fill:before {
    content: "";
}
.ri-account-box-2-line:before {
    content: "";
}
.ri-account-circle-2-fill:before {
    content: "";
}
.ri-account-circle-2-line:before {
    content: "";
}
.ri-alarm-snooze-fill:before {
    content: "";
}
.ri-alarm-snooze-line:before {
    content: "";
}
.ri-arrow-down-box-fill:before {
    content: "";
}
.ri-arrow-down-box-line:before {
    content: "";
}
.ri-arrow-left-box-fill:before {
    content: "";
}
.ri-arrow-left-box-line:before {
    content: "";
}
.ri-arrow-left-down-box-fill:before {
    content: "";
}
.ri-arrow-left-down-box-line:before {
    content: "";
}
.ri-arrow-left-up-box-fill:before {
    content: "";
}
.ri-arrow-left-up-box-line:before {
    content: "";
}
.ri-arrow-right-box-fill:before {
    content: "";
}
.ri-arrow-right-box-line:before {
    content: "";
}
.ri-arrow-right-down-box-fill:before {
    content: "";
}
.ri-arrow-right-down-box-line:before {
    content: "";
}
.ri-arrow-right-up-box-fill:before {
    content: "";
}
.ri-arrow-right-up-box-line:before {
    content: "";
}
.ri-arrow-up-box-fill:before {
    content: "";
}
.ri-arrow-up-box-line:before {
    content: "";
}
.ri-bar-chart-box-ai-fill:before {
    content: "";
}
.ri-bar-chart-box-ai-line:before {
    content: "";
}
.ri-brush-ai-fill:before {
    content: "";
}
.ri-brush-ai-line:before {
    content: "";
}
.ri-camera-ai-fill:before {
    content: "";
}
.ri-camera-ai-line:before {
    content: "";
}
.ri-chat-ai-fill:before {
    content: "";
}
.ri-chat-ai-line:before {
    content: "";
}
.ri-chat-smile-ai-fill:before {
    content: "";
}
.ri-chat-smile-ai-line:before {
    content: "";
}
.ri-chat-voice-ai-fill:before {
    content: "";
}
.ri-chat-voice-ai-line:before {
    content: "";
}
.ri-code-ai-fill:before {
    content: "";
}
.ri-code-ai-line:before {
    content: "";
}
.ri-color-filter-ai-fill:before {
    content: "";
}
.ri-color-filter-ai-line:before {
    content: "";
}
.ri-custom-size:before {
    content: "";
}
.ri-fediverse-fill:before {
    content: "";
}
.ri-fediverse-line:before {
    content: "";
}
.ri-flag-off-fill:before {
    content: "";
}
.ri-flag-off-line:before {
    content: "";
}
.ri-home-9-fill:before {
    content: "";
}
.ri-home-9-line:before {
    content: "";
}
.ri-image-ai-fill:before {
    content: "";
}
.ri-image-ai-line:before {
    content: "";
}
.ri-image-circle-ai-fill:before {
    content: "";
}
.ri-image-circle-ai-line:before {
    content: "";
}
.ri-info-card-fill:before {
    content: "";
}
.ri-info-card-line:before {
    content: "";
}
.ri-landscape-ai-fill:before {
    content: "";
}
.ri-landscape-ai-line:before {
    content: "";
}
.ri-letter-spacing-2:before {
    content: "";
}
.ri-line-height-2:before {
    content: "";
}
.ri-mail-ai-fill:before {
    content: "";
}
.ri-mail-ai-line:before {
    content: "";
}
.ri-mic-2-ai-fill:before {
    content: "";
}
.ri-mic-2-ai-line:before {
    content: "";
}
.ri-mic-ai-fill:before {
    content: "";
}
.ri-mic-ai-line:before {
    content: "";
}
.ri-movie-ai-fill:before {
    content: "";
}
.ri-movie-ai-line:before {
    content: "";
}
.ri-music-ai-fill:before {
    content: "";
}
.ri-music-ai-line:before {
    content: "";
}
.ri-notification-snooze-fill:before {
    content: "";
}
.ri-notification-snooze-line:before {
    content: "";
}
.ri-php-fill:before {
    content: "";
}
.ri-php-line:before {
    content: "";
}
.ri-pix-fill:before {
    content: "";
}
.ri-pix-line:before {
    content: "";
}
.ri-pulse-ai-fill:before {
    content: "";
}
.ri-pulse-ai-line:before {
    content: "";
}
.ri-quill-pen-ai-fill:before {
    content: "";
}
.ri-quill-pen-ai-line:before {
    content: "";
}
.ri-speak-ai-fill:before {
    content: "";
}
.ri-speak-ai-line:before {
    content: "";
}
.ri-star-off-fill:before {
    content: "";
}
.ri-star-off-line:before {
    content: "";
}
.ri-translate-ai-2:before {
    content: "";
}
.ri-translate-ai:before {
    content: "";
}
.ri-user-community-fill:before {
    content: "";
}
.ri-user-community-line:before {
    content: "";
}
.ri-vercel-fill:before {
    content: "";
}
.ri-vercel-line:before {
    content: "";
}
.ri-video-ai-fill:before {
    content: "";
}
.ri-video-ai-line:before {
    content: "";
}
.ri-video-on-ai-fill:before {
    content: "";
}
.ri-video-on-ai-line:before {
    content: "";
}
.ri-voice-ai-fill:before {
    content: "";
}
.ri-voice-ai-line:before {
    content: "";
}
.ri-ai-generate-2:before {
    content: "";
}
.ri-ai-generate-text:before {
    content: "";
}
.ri-anthropic-fill:before {
    content: "";
}
.ri-anthropic-line:before {
    content: "";
}
.ri-apps-2-ai-fill:before {
    content: "";
}
.ri-apps-2-ai-line:before {
    content: "";
}
.ri-camera-lens-ai-fill:before {
    content: "";
}
.ri-camera-lens-ai-line:before {
    content: "";
}
.ri-clapperboard-ai-fill:before {
    content: "";
}
.ri-clapperboard-ai-line:before {
    content: "";
}
.ri-claude-fill:before {
    content: "";
}
.ri-claude-line:before {
    content: "";
}
.ri-closed-captioning-ai-fill:before {
    content: "";
}
.ri-closed-captioning-ai-line:before {
    content: "";
}
.ri-dvd-ai-fill:before {
    content: "";
}
.ri-dvd-ai-line:before {
    content: "";
}
.ri-film-ai-fill:before {
    content: "";
}
.ri-film-ai-line:before {
    content: "";
}
.ri-font-size-ai:before {
    content: "";
}
.ri-mixtral-fill:before {
    content: "";
}
.ri-mixtral-line:before {
    content: "";
}
.ri-movie-2-ai-fill:before {
    content: "";
}
.ri-movie-2-ai-line:before {
    content: "";
}
.ri-mv-ai-fill:before {
    content: "";
}
.ri-mv-ai-line:before {
    content: "";
}
.ri-perplexity-fill:before {
    content: "";
}
.ri-perplexity-line:before {
    content: "";
}
.ri-poker-clubs-fill:before {
    content: "";
}
.ri-poker-clubs-line:before {
    content: "";
}
.ri-poker-diamonds-fill:before {
    content: "";
}
.ri-poker-diamonds-line:before {
    content: "";
}
.ri-poker-hearts-fill:before {
    content: "";
}
.ri-poker-hearts-line:before {
    content: "";
}
.ri-poker-spades-fill:before {
    content: "";
}
.ri-poker-spades-line:before {
    content: "";
}
.ri-safe-3-fill:before {
    content: "";
}
.ri-safe-3-line:before {
    content: "";
}
.ri-accessibility-fill:before {
    content: "";
}
.ri-accessibility-line:before {
    content: "";
}
.ri-alarm-add-fill:before {
    content: "";
}
.ri-alarm-add-line:before {
    content: "";
}
.ri-arrow-down-long-fill:before {
    content: "";
}
.ri-arrow-down-long-line:before {
    content: "";
}
.ri-arrow-left-down-long-fill:before {
    content: "";
}
.ri-arrow-left-down-long-line:before {
    content: "";
}
.ri-arrow-left-long-fill:before {
    content: "";
}
.ri-arrow-left-long-line:before {
    content: "";
}
.ri-arrow-left-up-long-fill:before {
    content: "";
}
.ri-arrow-left-up-long-line:before {
    content: "";
}
.ri-arrow-right-down-long-fill:before {
    content: "";
}
.ri-arrow-right-down-long-line:before {
    content: "";
}
.ri-arrow-right-long-fill:before {
    content: "";
}
.ri-arrow-right-long-line:before {
    content: "";
}
.ri-arrow-right-up-long-fill:before {
    content: "";
}
.ri-arrow-right-up-long-line:before {
    content: "";
}
.ri-arrow-up-long-fill:before {
    content: "";
}
.ri-arrow-up-long-line:before {
    content: "";
}
.ri-chess-fill:before {
    content: "";
}
.ri-chess-line:before {
    content: "";
}
.ri-diamond-fill:before {
    content: "";
}
.ri-diamond-line:before {
    content: "";
}
.ri-diamond-ring-fill:before {
    content: "";
}
.ri-diamond-ring-line:before {
    content: "";
}
.ri-figma-fill:before {
    content: "";
}
.ri-figma-line:before {
    content: "";
}
.ri-firefox-browser-fill:before {
    content: "";
}
.ri-firefox-browser-line:before {
    content: "";
}
.ri-jewelry-fill:before {
    content: "";
}
.ri-jewelry-line:before {
    content: "";
}
.ri-multi-image-fill:before {
    content: "";
}
.ri-multi-image-line:before {
    content: "";
}
.ri-no-credit-card-fill:before {
    content: "";
}
.ri-no-credit-card-line:before {
    content: "";
}
.ri-service-bell-fill:before {
    content: "";
}
.ri-service-bell-line:before {
    content: "";
}
.ri-ai-agent-fill:before {
    content: "";
}
.ri-ai-agent-line:before {
    content: "";
}
.ri-ai-generate-2-fill:before {
    content: "";
}
.ri-ai-generate-2-line:before {
    content: "";
}
.ri-ai-generate-3d-fill:before {
    content: "";
}
.ri-ai-generate-3d-line:before {
    content: "";
}
.ri-ai:before {
    content: "";
}
.ri-apps-ai-fill:before {
    content: "";
}
.ri-apps-ai-line:before {
    content: "";
}
.ri-atom-fill:before {
    content: "";
}
.ri-atom-line:before {
    content: "";
}
.ri-book-ai-fill:before {
    content: "";
}
.ri-book-ai-line:before {
    content: "";
}
.ri-brain-3-fill:before {
    content: "";
}
.ri-brain-3-line:before {
    content: "";
}
.ri-brain-ai-3-fill:before {
    content: "";
}
.ri-brain-ai-3-line:before {
    content: "";
}
.ri-brush-ai-3-fill:before {
    content: "";
}
.ri-brush-ai-3-line:before {
    content: "";
}
.ri-camera-4-fill:before {
    content: "";
}
.ri-camera-4-line:before {
    content: "";
}
.ri-camera-ai-2-fill:before {
    content: "";
}
.ri-camera-ai-2-line:before {
    content: "";
}
.ri-chat-ai-2-fill:before {
    content: "";
}
.ri-chat-ai-2-line:before {
    content: "";
}
.ri-chat-ai-3-fill:before {
    content: "";
}
.ri-chat-ai-3-line:before {
    content: "";
}
.ri-chat-ai-4-fill:before {
    content: "";
}
.ri-chat-ai-4-line:before {
    content: "";
}
.ri-chat-smile-ai-3-fill:before {
    content: "";
}
.ri-chat-smile-ai-3-line:before {
    content: "";
}
.ri-deepseek-fill:before {
    content: "";
}
.ri-deepseek-line:before {
    content: "";
}
.ri-file-ai-2-fill:before {
    content: "";
}
.ri-file-ai-2-line:before {
    content: "";
}
.ri-file-ai-fill:before {
    content: "";
}
.ri-file-ai-line:before {
    content: "";
}
.ri-function-ai-fill:before {
    content: "";
}
.ri-function-ai-line:before {
    content: "";
}
.ri-game-2-fill:before {
    content: "";
}
.ri-game-2-line:before {
    content: "";
}
.ri-goblet-broken-fill:before {
    content: "";
}
.ri-goblet-broken-line:before {
    content: "";
}
.ri-lightbulb-ai-fill:before {
    content: "";
}
.ri-lightbulb-ai-line:before {
    content: "";
}
.ri-loop-left-ai-fill:before {
    content: "";
}
.ri-loop-left-ai-line:before {
    content: "";
}
.ri-loop-right-ai-fill:before {
    content: "";
}
.ri-loop-right-ai-line:before {
    content: "";
}
.ri-message-ai-3-fill:before {
    content: "";
}
.ri-message-ai-3-line:before {
    content: "";
}
.ri-painting-ai-fill:before {
    content: "";
}
.ri-painting-ai-line:before {
    content: "";
}
.ri-painting-fill:before {
    content: "";
}
.ri-painting-line:before {
    content: "";
}
.ri-pencil-ai-2-fill:before {
    content: "";
}
.ri-pencil-ai-2-line:before {
    content: "";
}
.ri-pencil-ai-fill:before {
    content: "";
}
.ri-pencil-ai-line:before {
    content: "";
}
.ri-remix-fill:before {
    content: "";
}
.ri-remix-line:before {
    content: "";
}
.ri-search-ai-2-fill:before {
    content: "";
}
.ri-search-ai-2-line:before {
    content: "";
}
.ri-search-ai-3-fill:before {
    content: "";
}
.ri-search-ai-3-line:before {
    content: "";
}
.ri-search-ai-4-fill:before {
    content: "";
}
.ri-search-ai-4-line:before {
    content: "";
}
.ri-search-ai-fill:before {
    content: "";
}
.ri-search-ai-line:before {
    content: "";
}
.ri-speech-to-text-fill:before {
    content: "";
}
.ri-speech-to-text-line:before {
    content: "";
}
.ri-target-fill:before {
    content: "";
}
.ri-target-line:before {
    content: "";
}
.ri-text-to-speech-fill:before {
    content: "";
}
.ri-text-to-speech-line:before {
    content: "";
}
.ri-wrench-fill:before {
    content: "";
}
.ri-wrench-line:before {
    content: "";
}
.ri-area-chart-fill:before {
    content: "";
}
.ri-area-chart-line:before {
    content: "";
}
.ri-baseball-fill:before {
    content: "";
}
.ri-baseball-line:before {
    content: "";
}
.ri-binoculars-fill:before {
    content: "";
}
.ri-binoculars-line:before {
    content: "";
}
.ri-cursor-hand:before {
    content: "";
}
.ri-emotion-add-fill:before {
    content: "";
}
.ri-emotion-add-line:before {
    content: "";
}
.ri-file-scan-fill:before {
    content: "";
}
.ri-file-scan-line:before {
    content: "";
}
.ri-fiverr-fill:before {
    content: "";
}
.ri-fiverr-line:before {
    content: "";
}
.ri-font-serif:before {
    content: "";
}
.ri-ghost-3-fill:before {
    content: "";
}
.ri-ghost-3-line:before {
    content: "";
}
.ri-gitee-fill:before {
    content: "";
}
.ri-gitee-line:before {
    content: "";
}
.ri-global-off-fill:before {
    content: "";
}
.ri-global-off-line:before {
    content: "";
}
.ri-image-download-fill:before {
    content: "";
}
.ri-image-download-line:before {
    content: "";
}
.ri-image-upload-fill:before {
    content: "";
}
.ri-image-upload-line:before {
    content: "";
}
.ri-issues-fill:before {
    content: "";
}
.ri-issues-line:before {
    content: "";
}
.ri-issues-reopen-fill:before {
    content: "";
}
.ri-issues-reopen-line:before {
    content: "";
}
.ri-network-error-fill:before {
    content: "";
}
.ri-network-error-line:before {
    content: "";
}
.ri-network-fill:before {
    content: "";
}
.ri-network-line:before {
    content: "";
}
.ri-network-off-fill:before {
    content: "";
}
.ri-network-off-line:before {
    content: "";
}
.ri-piano-fill:before {
    content: "";
}
.ri-piano-grand-fill:before {
    content: "";
}
.ri-piano-grand-line:before {
    content: "";
}
.ri-piano-line:before {
    content: "";
}
.ri-plug-3-fill:before {
    content: "";
}
.ri-plug-3-line:before {
    content: "";
}
.ri-send-ins-fill:before {
    content: "";
}
.ri-send-ins-line:before {
    content: "";
}
.ri-signal-cellular-1-fill:before {
    content: "";
}
.ri-signal-cellular-1-line:before {
    content: "";
}
.ri-signal-cellular-2-fill:before {
    content: "";
}
.ri-signal-cellular-2-line:before {
    content: "";
}
.ri-signal-cellular-3-fill:before {
    content: "";
}
.ri-signal-cellular-3-line:before {
    content: "";
}
.ri-signal-cellular-off-fill:before {
    content: "";
}
.ri-signal-cellular-off-line:before {
    content: "";
}
.ri-stacked-chart-fill:before {
    content: "";
}
.ri-stacked-chart-line:before {
    content: "";
}
.ri-upwork-fill:before {
    content: "";
}
.ri-upwork-line:before {
    content: "";
}
.ri-brain-4-fill:before {
    content: "";
}
.ri-brain-4-line:before {
    content: "";
}
.ri-certificate-2-fill:before {
    content: "";
}
.ri-certificate-2-line:before {
    content: "";
}
.ri-certificate-fill:before {
    content: "";
}
.ri-certificate-line:before {
    content: "";
}
.ri-cookie-fill:before {
    content: "";
}
.ri-cookie-line:before {
    content: "";
}
.ri-cursor-ai-fill:before {
    content: "";
}
.ri-cursor-ai-line:before {
    content: "";
}
.ri-draw-fill:before {
    content: "";
}
.ri-draw-line:before {
    content: "";
}
.ri-ghost-4-fill:before {
    content: "";
}
.ri-ghost-4-line:before {
    content: "";
}
.ri-gitbook-fill:before {
    content: "";
}
.ri-gitbook-line:before {
    content: "";
}
.ri-grok-ai-fill:before {
    content: "";
}
.ri-grok-ai-line:before {
    content: "";
}
.ri-hand-2:before {
    content: "";
}
.ri-megaphone-2-fill:before {
    content: "";
}
.ri-megaphone-2-line:before {
    content: "";
}
.ri-microsoft-copilot-fill:before {
    content: "";
}
.ri-microsoft-copilot-line:before {
    content: "";
}
.ri-mosaic-fill:before {
    content: "";
}
.ri-mosaic-line:before {
    content: "";
}
.ri-qr-scan-ai-fill:before {
    content: "";
}
.ri-qr-scan-ai-line:before {
    content: "";
}
.ri-qwen-ai-fill:before {
    content: "";
}
.ri-qwen-ai-line:before {
    content: "";
}
.ri-reddit-2-fill:before {
    content: "";
}
.ri-reddit-2-line:before {
    content: "";
}
.ri-sim-card-warning-fill:before {
    content: "";
}
.ri-sim-card-warning-line:before {
    content: "";
}
.ri-space-ship-2-fill:before {
    content: "";
}
.ri-space-ship-2-line:before {
    content: "";
}
.ri-subreddit-fill:before {
    content: "";
}
.ri-subreddit-line:before {
    content: "";
}
.ri-zhipu-ai-fill:before {
    content: "";
}
.ri-zhipu-ai-line:before {
    content: "";
}
.ri-connector-fill:before {
    content: "";
}
.ri-connector-line:before {
    content: "";
}
@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url(boxicons.eot);
    src:
        url(boxicons.eot) format("embedded-opentype"),
        url(boxicons.woff2) format("woff2"),
        url(boxicons.woff) format("woff"),
        url(boxicons.ttf) format("truetype"),
        url(../images/boxiconsd41d.svg?#boxicons) format("svg");
}
.bx {
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    font-family: boxicons !important;
}
.bx-ul {
    margin-left: 2em;
    padding-left: 0;
    list-style: none;
}
.bx-ul > li {
    position: relative;
}
.bx-ul .bx {
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    width: 2em;
    position: absolute;
    left: -2em;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes burst {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    90% {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes flashing {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
@keyframes fade-left {
    0% {
        opacity: 1;
        transform: translate(0);
    }
    75% {
        opacity: 0;
        transform: translate(-20px);
    }
}
@keyframes fade-right {
    0% {
        opacity: 1;
        transform: translate(0);
    }
    75% {
        opacity: 0;
        transform: translate(20px);
    }
}
@keyframes fade-up {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    75% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
@keyframes fade-down {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    75% {
        opacity: 0;
        transform: translateY(20px);
    }
}
@-webkit-keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale3d(0.95, 0.95, 0.95) rotate(-10deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1) rotate(10deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1) rotate(-10deg);
    }
    to {
        transform: scale(1);
    }
}
@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale3d(0.95, 0.95, 0.95) rotate(-10deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1) rotate(10deg);
    }
    40%,
    60%,
    80% {
        transform: rotate(-10deg);
    }
    to {
        transform: scale(1);
    }
}
.bx-spin,
.bx-spin-hover:hover {
    animation: 2s linear infinite spin;
}
.bx-tada,
.bx-tada-hover:hover {
    animation: 1.5s infinite tada;
}
.bx-flashing,
.bx-flashing-hover:hover {
    animation: 1.5s linear infinite flashing;
}
.bx-burst,
.bx-burst-hover:hover {
    animation: 1.5s linear infinite burst;
}
.bx-fade-up,
.bx-fade-up-hover:hover {
    animation: 1.5s linear infinite fade-up;
}
.bx-fade-down,
.bx-fade-down-hover:hover {
    animation: 1.5s linear infinite fade-down;
}
.bx-fade-left,
.bx-fade-left-hover:hover {
    animation: 1.5s linear infinite fade-left;
}
.bx-fade-right,
.bx-fade-right-hover:hover {
    animation: 1.5s linear infinite fade-right;
}
.bx-xs {
    font-size: 1rem !important;
}
.bx-sm {
    font-size: 1.55rem !important;
}
.bx-md {
    font-size: 2.25rem !important;
}
.bx-lg {
    font-size: 3rem !important;
}
.bx-fw {
    vertical-align: middle;
    width: 1.28571em;
    height: 0.8em;
    font-size: 1.28571em;
    line-height: 0.8em;
    margin-top: -0.2em !important;
}
.bx-pull-left {
    float: left;
    margin-right: 0.3em !important;
}
.bx-pull-right {
    float: right;
    margin-left: 0.3em !important;
}
.bx-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
.bx-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}
.bx-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}
.bx-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}
.bx-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1);
}
.bx-border {
    border: 0.07em solid #0000001a;
    border-radius: 0.25em;
    padding: 0.25em;
}
.bx-border-circle {
    border: 0.07em solid #0000001a;
    border-radius: 50%;
    padding: 0.25em;
}
.bxs-balloon:before {
    content: "";
}
.bxs-castle:before {
    content: "";
}
.bxs-coffee-bean:before {
    content: "";
}
.bxs-objects-horizontal-center:before {
    content: "";
}
.bxs-objects-horizontal-left:before {
    content: "";
}
.bxs-objects-horizontal-right:before {
    content: "";
}
.bxs-objects-vertical-bottom:before {
    content: "";
}
.bxs-objects-vertical-center:before {
    content: "";
}
.bxs-objects-vertical-top:before {
    content: "";
}
.bxs-pear:before {
    content: "";
}
.bxs-shield-minus:before {
    content: "";
}
.bxs-shield-plus:before {
    content: "";
}
.bxs-shower:before {
    content: "";
}
.bxs-sushi:before {
    content: "";
}
.bxs-universal-access:before {
    content: "";
}
.bx-child:before {
    content: "";
}
.bx-horizontal-left:before {
    content: "";
}
.bx-horizontal-right:before {
    content: "";
}
.bx-objects-horizontal-center:before {
    content: "";
}
.bx-objects-horizontal-left:before {
    content: "";
}
.bx-objects-horizontal-right:before {
    content: "";
}
.bx-objects-vertical-bottom:before {
    content: "";
}
.bx-objects-vertical-center:before {
    content: "";
}
.bx-objects-vertical-top:before {
    content: "";
}
.bx-rfid:before {
    content: "";
}
.bx-shield-minus:before {
    content: "";
}
.bx-shield-plus:before {
    content: "";
}
.bx-shower:before {
    content: "";
}
.bx-sushi:before {
    content: "";
}
.bx-universal-access:before {
    content: "";
}
.bx-vertical-bottom:before {
    content: "";
}
.bx-vertical-top:before {
    content: "";
}
.bxl-graphql:before {
    content: "";
}
.bxl-typescript:before {
    content: "";
}
.bxs-color:before {
    content: "";
}
.bx-reflect-horizontal:before {
    content: "";
}
.bx-reflect-vertical:before {
    content: "";
}
.bx-color:before {
    content: "";
}
.bxl-mongodb:before {
    content: "";
}
.bxl-postgresql:before {
    content: "";
}
.bxl-deezer:before {
    content: "";
}
.bxs-hard-hat:before {
    content: "";
}
.bxs-home-alt-2:before {
    content: "";
}
.bxs-cheese:before {
    content: "";
}
.bx-home-alt-2:before {
    content: "";
}
.bx-hard-hat:before {
    content: "";
}
.bx-cheese:before {
    content: "";
}
.bx-cart-add:before {
    content: "";
}
.bx-cart-download:before {
    content: "";
}
.bx-no-signal:before {
    content: "";
}
.bx-signal-1:before {
    content: "";
}
.bx-signal-2:before {
    content: "";
}
.bx-signal-3:before {
    content: "";
}
.bx-signal-4:before {
    content: "";
}
.bx-signal-5:before {
    content: "";
}
.bxl-xing:before {
    content: "";
}
.bxl-meta:before {
    content: "";
}
.bx-lemon:before {
    content: "";
}
.bxs-lemon:before {
    content: "";
}
.bx-cricket-ball:before {
    content: "";
}
.bx-baguette:before {
    content: "";
}
.bx-bowl-hot:before {
    content: "";
}
.bx-bowl-rice:before {
    content: "";
}
.bx-cable-car:before {
    content: "";
}
.bx-candles:before {
    content: "";
}
.bx-circle-half:before {
    content: "";
}
.bx-circle-quarter:before {
    content: "";
}
.bx-circle-three-quarter:before {
    content: "";
}
.bx-cross:before {
    content: "";
}
.bx-fork:before {
    content: "";
}
.bx-knife:before {
    content: "";
}
.bx-money-withdraw:before {
    content: "";
}
.bx-popsicle:before {
    content: "";
}
.bx-scatter-chart:before {
    content: "";
}
.bxs-baguette:before {
    content: "";
}
.bxs-bowl-hot:before {
    content: "";
}
.bxs-bowl-rice:before {
    content: "";
}
.bxs-cable-car:before {
    content: "";
}
.bxs-circle-half:before {
    content: "";
}
.bxs-circle-quarter:before {
    content: "";
}
.bxs-circle-three-quarter:before {
    content: "";
}
.bxs-cricket-ball:before {
    content: "";
}
.bxs-invader:before {
    content: "";
}
.bx-male-female:before {
    content: "";
}
.bxs-popsicle:before {
    content: "";
}
.bxs-tree-alt:before {
    content: "";
}
.bxl-venmo:before {
    content: "";
}
.bxl-upwork:before {
    content: "";
}
.bxl-netlify:before {
    content: "";
}
.bxl-java:before {
    content: "";
}
.bxl-heroku:before {
    content: "";
}
.bxl-go-lang:before {
    content: "";
}
.bxl-gmail:before {
    content: "";
}
.bxl-flask:before {
    content: "";
}
.bxl-99designs:before {
    content: "";
}
.bxl-500px:before {
    content: "";
}
.bxl-adobe:before {
    content: "";
}
.bxl-airbnb:before {
    content: "";
}
.bxl-algolia:before {
    content: "";
}
.bxl-amazon:before {
    content: "";
}
.bxl-android:before {
    content: "";
}
.bxl-angular:before {
    content: "";
}
.bxl-apple:before {
    content: "";
}
.bxl-audible:before {
    content: "";
}
.bxl-aws:before {
    content: "";
}
.bxl-baidu:before {
    content: "";
}
.bxl-behance:before {
    content: "";
}
.bxl-bing:before {
    content: "";
}
.bxl-bitcoin:before {
    content: "";
}
.bxl-blender:before {
    content: "";
}
.bxl-blogger:before {
    content: "";
}
.bxl-bootstrap:before {
    content: "";
}
.bxl-chrome:before {
    content: "";
}
.bxl-codepen:before {
    content: "";
}
.bxl-c-plus-plus:before {
    content: "";
}
.bxl-creative-commons:before {
    content: "";
}
.bxl-css3:before {
    content: "";
}
.bxl-dailymotion:before {
    content: "";
}
.bxl-deviantart:before {
    content: "";
}
.bxl-dev-to:before {
    content: "";
}
.bxl-digg:before {
    content: "";
}
.bxl-digitalocean:before {
    content: "";
}
.bxl-discord:before {
    content: "";
}
.bxl-discord-alt:before {
    content: "";
}
.bxl-discourse:before {
    content: "";
}
.bxl-django:before {
    content: "";
}
.bxl-docker:before {
    content: "";
}
.bxl-dribbble:before {
    content: "";
}
.bxl-dropbox:before {
    content: "";
}
.bxl-drupal:before {
    content: "";
}
.bxl-ebay:before {
    content: "";
}
.bxl-edge:before {
    content: "";
}
.bxl-etsy:before {
    content: "";
}
.bxl-facebook:before {
    content: "";
}
.bxl-facebook-circle:before {
    content: "";
}
.bxl-facebook-square:before {
    content: "";
}
.bxl-figma:before {
    content: "";
}
.bxl-firebase:before {
    content: "";
}
.bxl-firefox:before {
    content: "";
}
.bxl-flickr:before {
    content: "";
}
.bxl-flickr-square:before {
    content: "";
}
.bxl-flutter:before {
    content: "";
}
.bxl-foursquare:before {
    content: "";
}
.bxl-git:before {
    content: "";
}
.bxl-github:before {
    content: "";
}
.bxl-gitlab:before {
    content: "";
}
.bxl-google:before {
    content: "";
}
.bxl-google-cloud:before {
    content: "";
}
.bxl-google-plus:before {
    content: "";
}
.bxl-google-plus-circle:before {
    content: "";
}
.bxl-html5:before {
    content: "";
}
.bxl-imdb:before {
    content: "";
}
.bxl-instagram:before {
    content: "";
}
.bxl-instagram-alt:before {
    content: "";
}
.bxl-internet-explorer:before {
    content: "";
}
.bxl-invision:before {
    content: "";
}
.bxl-javascript:before {
    content: "";
}
.bxl-joomla:before {
    content: "";
}
.bxl-jquery:before {
    content: "";
}
.bxl-jsfiddle:before {
    content: "";
}
.bxl-kickstarter:before {
    content: "";
}
.bxl-kubernetes:before {
    content: "";
}
.bxl-less:before {
    content: "";
}
.bxl-linkedin:before {
    content: "";
}
.bxl-linkedin-square:before {
    content: "";
}
.bxl-magento:before {
    content: "";
}
.bxl-mailchimp:before {
    content: "";
}
.bxl-markdown:before {
    content: "";
}
.bxl-mastercard:before {
    content: "";
}
.bxl-mastodon:before {
    content: "";
}
.bxl-medium:before {
    content: "";
}
.bxl-medium-old:before {
    content: "";
}
.bxl-medium-square:before {
    content: "";
}
.bxl-messenger:before {
    content: "";
}
.bxl-microsoft:before {
    content: "";
}
.bxl-microsoft-teams:before {
    content: "";
}
.bxl-nodejs:before {
    content: "";
}
.bxl-ok-ru:before {
    content: "";
}
.bxl-opera:before {
    content: "";
}
.bxl-patreon:before {
    content: "";
}
.bxl-paypal:before {
    content: "";
}
.bxl-periscope:before {
    content: "";
}
.bxl-php:before {
    content: "";
}
.bxl-pinterest:before {
    content: "";
}
.bxl-pinterest-alt:before {
    content: "";
}
.bxl-play-store:before {
    content: "";
}
.bxl-pocket:before {
    content: "";
}
.bxl-product-hunt:before {
    content: "";
}
.bxl-python:before {
    content: "";
}
.bxl-quora:before {
    content: "";
}
.bxl-react:before {
    content: "";
}
.bxl-redbubble:before {
    content: "";
}
.bxl-reddit:before {
    content: "";
}
.bxl-redux:before {
    content: "";
}
.bxl-sass:before {
    content: "";
}
.bxl-shopify:before {
    content: "";
}
.bxl-sketch:before {
    content: "";
}
.bxl-skype:before {
    content: "";
}
.bxl-slack:before {
    content: "";
}
.bxl-slack-old:before {
    content: "";
}
.bxl-snapchat:before {
    content: "";
}
.bxl-soundcloud:before {
    content: "";
}
.bxl-spotify:before {
    content: "";
}
.bxl-spring-boot:before {
    content: "";
}
.bxl-squarespace:before {
    content: "";
}
.bxl-stack-overflow:before {
    content: "";
}
.bxl-steam:before {
    content: "";
}
.bxl-stripe:before {
    content: "";
}
.bxl-tailwind-css:before {
    content: "";
}
.bxl-telegram:before {
    content: "";
}
.bxl-tiktok:before {
    content: "";
}
.bxl-trello:before {
    content: "";
}
.bxl-trip-advisor:before {
    content: "";
}
.bxl-tumblr:before {
    content: "";
}
.bxl-tux:before {
    content: "";
}
.bxl-twitch:before {
    content: "";
}
.bxl-twitter:before {
    content: "";
}
.bxl-unity:before {
    content: "";
}
.bxl-unsplash:before {
    content: "";
}
.bxl-vimeo:before {
    content: "";
}
.bxl-visa:before {
    content: "";
}
.bxl-visual-studio:before {
    content: "";
}
.bxl-vk:before {
    content: "";
}
.bxl-vuejs:before {
    content: "";
}
.bxl-whatsapp:before {
    content: "";
}
.bxl-whatsapp-square:before {
    content: "";
}
.bxl-wikipedia:before {
    content: "";
}
.bxl-windows:before {
    content: "";
}
.bxl-wix:before {
    content: "";
}
.bxl-wordpress:before {
    content: "";
}
.bxl-yahoo:before {
    content: "";
}
.bxl-yelp:before {
    content: "";
}
.bxl-youtube:before {
    content: "";
}
.bxl-zoom:before {
    content: "";
}
.bx-collapse-alt:before {
    content: "";
}
.bx-collapse-horizontal:before {
    content: "";
}
.bx-collapse-vertical:before {
    content: "";
}
.bx-expand-horizontal:before {
    content: "";
}
.bx-expand-vertical:before {
    content: "";
}
.bx-injection:before {
    content: "";
}
.bx-leaf:before {
    content: "";
}
.bx-math:before {
    content: "";
}
.bx-party:before {
    content: "";
}
.bx-abacus:before {
    content: "";
}
.bx-accessibility:before {
    content: "";
}
.bx-add-to-queue:before {
    content: "";
}
.bx-adjust:before {
    content: "";
}
.bx-alarm:before {
    content: "";
}
.bx-alarm-add:before {
    content: "";
}
.bx-alarm-exclamation:before {
    content: "";
}
.bx-alarm-off:before {
    content: "";
}
.bx-alarm-snooze:before {
    content: "";
}
.bx-album:before {
    content: "";
}
.bx-align-justify:before {
    content: "";
}
.bx-align-left:before {
    content: "";
}
.bx-align-middle:before {
    content: "";
}
.bx-align-right:before {
    content: "";
}
.bx-analyse:before {
    content: "";
}
.bx-anchor:before {
    content: "";
}
.bx-angry:before {
    content: "";
}
.bx-aperture:before {
    content: "";
}
.bx-arch:before {
    content: "";
}
.bx-archive:before {
    content: "";
}
.bx-archive-in:before {
    content: "";
}
.bx-archive-out:before {
    content: "";
}
.bx-area:before {
    content: "";
}
.bx-arrow-back:before {
    content: "";
}
.bx-arrow-from-bottom:before {
    content: "";
}
.bx-arrow-from-left:before {
    content: "";
}
.bx-arrow-from-right:before {
    content: "";
}
.bx-arrow-from-top:before {
    content: "";
}
.bx-arrow-to-bottom:before {
    content: "";
}
.bx-arrow-to-left:before {
    content: "";
}
.bx-arrow-to-right:before {
    content: "";
}
.bx-arrow-to-top:before {
    content: "";
}
.bx-at:before {
    content: "";
}
.bx-atom:before {
    content: "";
}
.bx-award:before {
    content: "";
}
.bx-badge:before {
    content: "";
}
.bx-badge-check:before {
    content: "";
}
.bx-ball:before {
    content: "";
}
.bx-band-aid:before {
    content: "";
}
.bx-bar-chart:before {
    content: "";
}
.bx-bar-chart-alt:before {
    content: "";
}
.bx-bar-chart-alt-2:before {
    content: "";
}
.bx-bar-chart-square:before {
    content: "";
}
.bx-barcode:before {
    content: "";
}
.bx-barcode-reader:before {
    content: "";
}
.bx-baseball:before {
    content: "";
}
.bx-basket:before {
    content: "";
}
.bx-basketball:before {
    content: "";
}
.bx-bath:before {
    content: "";
}
.bx-battery:before {
    content: "";
}
.bx-bed:before {
    content: "";
}
.bx-been-here:before {
    content: "";
}
.bx-beer:before {
    content: "";
}
.bx-bell:before {
    content: "";
}
.bx-bell-minus:before {
    content: "";
}
.bx-bell-off:before {
    content: "";
}
.bx-bell-plus:before {
    content: "";
}
.bx-bible:before {
    content: "";
}
.bx-bitcoin:before {
    content: "";
}
.bx-blanket:before {
    content: "";
}
.bx-block:before {
    content: "";
}
.bx-bluetooth:before {
    content: "";
}
.bx-body:before {
    content: "";
}
.bx-bold:before {
    content: "";
}
.bx-bolt-circle:before {
    content: "";
}
.bx-bomb:before {
    content: "";
}
.bx-bone:before {
    content: "";
}
.bx-bong:before {
    content: "";
}
.bx-book:before {
    content: "";
}
.bx-book-add:before {
    content: "";
}
.bx-book-alt:before {
    content: "";
}
.bx-book-bookmark:before {
    content: "";
}
.bx-book-content:before {
    content: "";
}
.bx-book-heart:before {
    content: "";
}
.bx-bookmark:before {
    content: "";
}
.bx-bookmark-alt:before {
    content: "";
}
.bx-bookmark-alt-minus:before {
    content: "";
}
.bx-bookmark-alt-plus:before {
    content: "";
}
.bx-bookmark-heart:before {
    content: "";
}
.bx-bookmark-minus:before {
    content: "";
}
.bx-bookmark-plus:before {
    content: "";
}
.bx-bookmarks:before {
    content: "";
}
.bx-book-open:before {
    content: "";
}
.bx-book-reader:before {
    content: "";
}
.bx-border-all:before {
    content: "";
}
.bx-border-bottom:before {
    content: "";
}
.bx-border-inner:before {
    content: "";
}
.bx-border-left:before {
    content: "";
}
.bx-border-none:before {
    content: "";
}
.bx-border-outer:before {
    content: "";
}
.bx-border-radius:before {
    content: "";
}
.bx-border-right:before {
    content: "";
}
.bx-border-top:before {
    content: "";
}
.bx-bot:before {
    content: "";
}
.bx-bowling-ball:before {
    content: "";
}
.bx-box:before {
    content: "";
}
.bx-bracket:before {
    content: "";
}
.bx-braille:before {
    content: "";
}
.bx-brain:before {
    content: "";
}
.bx-briefcase:before {
    content: "";
}
.bx-briefcase-alt:before {
    content: "";
}
.bx-briefcase-alt-2:before {
    content: "";
}
.bx-brightness:before {
    content: "";
}
.bx-brightness-half:before {
    content: "";
}
.bx-broadcast:before {
    content: "";
}
.bx-brush:before {
    content: "";
}
.bx-brush-alt:before {
    content: "";
}
.bx-bug:before {
    content: "";
}
.bx-bug-alt:before {
    content: "";
}
.bx-building:before {
    content: "";
}
.bx-building-house:before {
    content: "";
}
.bx-buildings:before {
    content: "";
}
.bx-bulb:before {
    content: "";
}
.bx-bullseye:before {
    content: "";
}
.bx-buoy:before {
    content: "";
}
.bx-bus:before {
    content: "";
}
.bx-bus-school:before {
    content: "";
}
.bx-cabinet:before {
    content: "";
}
.bx-cake:before {
    content: "";
}
.bx-calculator:before {
    content: "";
}
.bx-calendar:before {
    content: "";
}
.bx-calendar-alt:before {
    content: "";
}
.bx-calendar-check:before {
    content: "";
}
.bx-calendar-edit:before {
    content: "";
}
.bx-calendar-event:before {
    content: "";
}
.bx-calendar-exclamation:before {
    content: "";
}
.bx-calendar-heart:before {
    content: "";
}
.bx-calendar-minus:before {
    content: "";
}
.bx-calendar-plus:before {
    content: "";
}
.bx-calendar-star:before {
    content: "";
}
.bx-calendar-week:before {
    content: "";
}
.bx-calendar-x:before {
    content: "";
}
.bx-camera:before {
    content: "";
}
.bx-camera-home:before {
    content: "";
}
.bx-camera-movie:before {
    content: "";
}
.bx-camera-off:before {
    content: "";
}
.bx-capsule:before {
    content: "";
}
.bx-captions:before {
    content: "";
}
.bx-car:before {
    content: "";
}
.bx-card:before {
    content: "";
}
.bx-caret-down:before {
    content: "";
}
.bx-caret-down-circle:before {
    content: "";
}
.bx-caret-down-square:before {
    content: "";
}
.bx-caret-left:before {
    content: "";
}
.bx-caret-left-circle:before {
    content: "";
}
.bx-caret-left-square:before {
    content: "";
}
.bx-caret-right:before {
    content: "";
}
.bx-caret-right-circle:before {
    content: "";
}
.bx-caret-right-square:before {
    content: "";
}
.bx-caret-up:before {
    content: "";
}
.bx-caret-up-circle:before {
    content: "";
}
.bx-caret-up-square:before {
    content: "";
}
.bx-carousel:before {
    content: "";
}
.bx-cart:before {
    content: "";
}
.bx-cart-alt:before {
    content: "";
}
.bx-cast:before {
    content: "";
}
.bx-category:before {
    content: "";
}
.bx-category-alt:before {
    content: "";
}
.bx-cctv:before {
    content: "";
}
.bx-certification:before {
    content: "";
}
.bx-chair:before {
    content: "";
}
.bx-chalkboard:before {
    content: "";
}
.bx-chart:before {
    content: "";
}
.bx-chat:before {
    content: "";
}
.bx-check:before {
    content: "";
}
.bx-checkbox:before {
    content: "";
}
.bx-checkbox-checked:before {
    content: "";
}
.bx-checkbox-minus:before {
    content: "";
}
.bx-checkbox-square:before {
    content: "";
}
.bx-check-circle:before {
    content: "";
}
.bx-check-double:before {
    content: "";
}
.bx-check-shield:before {
    content: "";
}
.bx-check-square:before {
    content: "";
}
.bx-chevron-down:before {
    content: "";
}
.bx-chevron-down-circle:before {
    content: "";
}
.bx-chevron-down-square:before {
    content: "";
}
.bx-chevron-left:before {
    content: "";
}
.bx-chevron-left-circle:before {
    content: "";
}
.bx-chevron-left-square:before {
    content: "";
}
.bx-chevron-right:before {
    content: "";
}
.bx-chevron-right-circle:before {
    content: "";
}
.bx-chevron-right-square:before {
    content: "";
}
.bx-chevrons-down:before {
    content: "";
}
.bx-chevrons-left:before {
    content: "";
}
.bx-chevrons-right:before {
    content: "";
}
.bx-chevrons-up:before {
    content: "";
}
.bx-chevron-up:before {
    content: "";
}
.bx-chevron-up-circle:before {
    content: "";
}
.bx-chevron-up-square:before {
    content: "";
}
.bx-chip:before {
    content: "";
}
.bx-church:before {
    content: "";
}
.bx-circle:before {
    content: "";
}
.bx-clinic:before {
    content: "";
}
.bx-clipboard:before {
    content: "";
}
.bx-closet:before {
    content: "";
}
.bx-cloud:before {
    content: "";
}
.bx-cloud-download:before {
    content: "";
}
.bx-cloud-drizzle:before {
    content: "";
}
.bx-cloud-lightning:before {
    content: "";
}
.bx-cloud-light-rain:before {
    content: "";
}
.bx-cloud-rain:before {
    content: "";
}
.bx-cloud-snow:before {
    content: "";
}
.bx-cloud-upload:before {
    content: "";
}
.bx-code:before {
    content: "";
}
.bx-code-alt:before {
    content: "";
}
.bx-code-block:before {
    content: "";
}
.bx-code-curly:before {
    content: "";
}
.bx-coffee:before {
    content: "";
}
.bx-coffee-togo:before {
    content: "";
}
.bx-cog:before {
    content: "";
}
.bx-coin:before {
    content: "";
}
.bx-coin-stack:before {
    content: "";
}
.bx-collapse:before {
    content: "";
}
.bx-collection:before {
    content: "";
}
.bx-color-fill:before {
    content: "";
}
.bx-columns:before {
    content: "";
}
.bx-command:before {
    content: "";
}
.bx-comment:before {
    content: "";
}
.bx-comment-add:before {
    content: "";
}
.bx-comment-check:before {
    content: "";
}
.bx-comment-detail:before {
    content: "";
}
.bx-comment-dots:before {
    content: "";
}
.bx-comment-edit:before {
    content: "";
}
.bx-comment-error:before {
    content: "";
}
.bx-comment-minus:before {
    content: "";
}
.bx-comment-x:before {
    content: "";
}
.bx-compass:before {
    content: "";
}
.bx-confused:before {
    content: "";
}
.bx-conversation:before {
    content: "";
}
.bx-cookie:before {
    content: "";
}
.bx-cool:before {
    content: "";
}
.bx-copy:before {
    content: "";
}
.bx-copy-alt:before {
    content: "";
}
.bx-copyright:before {
    content: "";
}
.bx-credit-card:before {
    content: "";
}
.bx-credit-card-alt:before {
    content: "";
}
.bx-credit-card-front:before {
    content: "";
}
.bx-crop:before {
    content: "";
}
.bx-crosshair:before {
    content: "";
}
.bx-crown:before {
    content: "";
}
.bx-cube:before {
    content: "";
}
.bx-cube-alt:before {
    content: "";
}
.bx-cuboid:before {
    content: "";
}
.bx-current-location:before {
    content: "";
}
.bx-customize:before {
    content: "";
}
.bx-cut:before {
    content: "";
}
.bx-cycling:before {
    content: "";
}
.bx-cylinder:before {
    content: "";
}
.bx-data:before {
    content: "";
}
.bx-desktop:before {
    content: "";
}
.bx-detail:before {
    content: "";
}
.bx-devices:before {
    content: "";
}
.bx-dialpad:before {
    content: "";
}
.bx-dialpad-alt:before {
    content: "";
}
.bx-diamond:before {
    content: "";
}
.bx-dice-1:before {
    content: "";
}
.bx-dice-2:before {
    content: "";
}
.bx-dice-3:before {
    content: "";
}
.bx-dice-4:before {
    content: "";
}
.bx-dice-5:before {
    content: "";
}
.bx-dice-6:before {
    content: "";
}
.bx-directions:before {
    content: "";
}
.bx-disc:before {
    content: "";
}
.bx-dish:before {
    content: "";
}
.bx-dislike:before {
    content: "";
}
.bx-dizzy:before {
    content: "";
}
.bx-dna:before {
    content: "";
}
.bx-dock-bottom:before {
    content: "";
}
.bx-dock-left:before {
    content: "";
}
.bx-dock-right:before {
    content: "";
}
.bx-dock-top:before {
    content: "";
}
.bx-dollar:before {
    content: "";
}
.bx-dollar-circle:before {
    content: "";
}
.bx-donate-blood:before {
    content: "";
}
.bx-donate-heart:before {
    content: "";
}
.bx-door-open:before {
    content: "";
}
.bx-dots-horizontal:before {
    content: "";
}
.bx-dots-horizontal-rounded:before {
    content: "";
}
.bx-dots-vertical:before {
    content: "";
}
.bx-dots-vertical-rounded:before {
    content: "";
}
.bx-doughnut-chart:before {
    content: "";
}
.bx-down-arrow:before {
    content: "";
}
.bx-down-arrow-alt:before {
    content: "";
}
.bx-down-arrow-circle:before {
    content: "";
}
.bx-download:before {
    content: "";
}
.bx-downvote:before {
    content: "";
}
.bx-drink:before {
    content: "";
}
.bx-droplet:before {
    content: "";
}
.bx-dumbbell:before {
    content: "";
}
.bx-duplicate:before {
    content: "";
}
.bx-edit:before {
    content: "";
}
.bx-edit-alt:before {
    content: "";
}
.bx-envelope:before {
    content: "";
}
.bx-envelope-open:before {
    content: "";
}
.bx-equalizer:before {
    content: "";
}
.bx-eraser:before {
    content: "";
}
.bx-error:before {
    content: "";
}
.bx-error-alt:before {
    content: "";
}
.bx-error-circle:before {
    content: "";
}
.bx-euro:before {
    content: "";
}
.bx-exclude:before {
    content: "";
}
.bx-exit:before {
    content: "";
}
.bx-exit-fullscreen:before {
    content: "";
}
.bx-expand:before {
    content: "";
}
.bx-expand-alt:before {
    content: "";
}
.bx-export:before {
    content: "";
}
.bx-extension:before {
    content: "";
}
.bx-face:before {
    content: "";
}
.bx-fast-forward:before {
    content: "";
}
.bx-fast-forward-circle:before {
    content: "";
}
.bx-female:before {
    content: "";
}
.bx-female-sign:before {
    content: "";
}
.bx-file:before {
    content: "";
}
.bx-file-blank:before {
    content: "";
}
.bx-file-find:before {
    content: "";
}
.bx-film:before {
    content: "";
}
.bx-filter:before {
    content: "";
}
.bx-filter-alt:before {
    content: "";
}
.bx-fingerprint:before {
    content: "";
}
.bx-first-aid:before {
    content: "";
}
.bx-first-page:before {
    content: "";
}
.bx-flag:before {
    content: "";
}
.bx-folder:before {
    content: "";
}
.bx-folder-minus:before {
    content: "";
}
.bx-folder-open:before {
    content: "";
}
.bx-folder-plus:before {
    content: "";
}
.bx-font:before {
    content: "";
}
.bx-font-color:before {
    content: "";
}
.bx-font-family:before {
    content: "";
}
.bx-font-size:before {
    content: "";
}
.bx-food-menu:before {
    content: "";
}
.bx-food-tag:before {
    content: "";
}
.bx-football:before {
    content: "";
}
.bx-fridge:before {
    content: "";
}
.bx-fullscreen:before {
    content: "";
}
.bx-game:before {
    content: "";
}
.bx-gas-pump:before {
    content: "";
}
.bx-ghost:before {
    content: "";
}
.bx-gift:before {
    content: "";
}
.bx-git-branch:before {
    content: "";
}
.bx-git-commit:before {
    content: "";
}
.bx-git-compare:before {
    content: "";
}
.bx-git-merge:before {
    content: "";
}
.bx-git-pull-request:before {
    content: "";
}
.bx-git-repo-forked:before {
    content: "";
}
.bx-glasses:before {
    content: "";
}
.bx-glasses-alt:before {
    content: "";
}
.bx-globe:before {
    content: "";
}
.bx-globe-alt:before {
    content: "";
}
.bx-grid:before {
    content: "";
}
.bx-grid-alt:before {
    content: "";
}
.bx-grid-horizontal:before {
    content: "";
}
.bx-grid-small:before {
    content: "";
}
.bx-grid-vertical:before {
    content: "";
}
.bx-group:before {
    content: "";
}
.bx-handicap:before {
    content: "";
}
.bx-happy:before {
    content: "";
}
.bx-happy-alt:before {
    content: "";
}
.bx-happy-beaming:before {
    content: "";
}
.bx-happy-heart-eyes:before {
    content: "";
}
.bx-hash:before {
    content: "";
}
.bx-hdd:before {
    content: "";
}
.bx-heading:before {
    content: "";
}
.bx-headphone:before {
    content: "";
}
.bx-health:before {
    content: "";
}
.bx-heart:before {
    content: "";
}
.bx-heart-circle:before {
    content: "";
}
.bx-heart-square:before {
    content: "";
}
.bx-help-circle:before {
    content: "";
}
.bx-hide:before {
    content: "";
}
.bx-highlight:before {
    content: "";
}
.bx-history:before {
    content: "";
}
.bx-hive:before {
    content: "";
}
.bx-home:before {
    content: "";
}
.bx-home-alt:before {
    content: "";
}
.bx-home-circle:before {
    content: "";
}
.bx-home-heart:before {
    content: "";
}
.bx-home-smile:before {
    content: "";
}
.bx-horizontal-center:before {
    content: "";
}
.bx-hotel:before {
    content: "";
}
.bx-hourglass:before {
    content: "";
}
.bx-id-card:before {
    content: "";
}
.bx-image:before {
    content: "";
}
.bx-image-add:before {
    content: "";
}
.bx-image-alt:before {
    content: "";
}
.bx-images:before {
    content: "";
}
.bx-import:before {
    content: "";
}
.bx-infinite:before {
    content: "";
}
.bx-info-circle:before {
    content: "";
}
.bx-info-square:before {
    content: "";
}
.bx-intersect:before {
    content: "";
}
.bx-italic:before {
    content: "";
}
.bx-joystick:before {
    content: "";
}
.bx-joystick-alt:before {
    content: "";
}
.bx-joystick-button:before {
    content: "";
}
.bx-key:before {
    content: "";
}
.bx-label:before {
    content: "";
}
.bx-landscape:before {
    content: "";
}
.bx-laptop:before {
    content: "";
}
.bx-last-page:before {
    content: "";
}
.bx-laugh:before {
    content: "";
}
.bx-layer:before {
    content: "";
}
.bx-layer-minus:before {
    content: "";
}
.bx-layer-plus:before {
    content: "";
}
.bx-layout:before {
    content: "";
}
.bx-left-arrow:before {
    content: "";
}
.bx-left-arrow-alt:before {
    content: "";
}
.bx-left-arrow-circle:before {
    content: "";
}
.bx-left-down-arrow-circle:before {
    content: "";
}
.bx-left-indent:before {
    content: "";
}
.bx-left-top-arrow-circle:before {
    content: "";
}
.bx-library:before {
    content: "";
}
.bx-like:before {
    content: "";
}
.bx-line-chart:before {
    content: "";
}
.bx-line-chart-down:before {
    content: "";
}
.bx-link:before {
    content: "";
}
.bx-link-alt:before {
    content: "";
}
.bx-link-external:before {
    content: "";
}
.bx-lira:before {
    content: "";
}
.bx-list-check:before {
    content: "";
}
.bx-list-minus:before {
    content: "";
}
.bx-list-ol:before {
    content: "";
}
.bx-list-plus:before {
    content: "";
}
.bx-list-ul:before {
    content: "";
}
.bx-loader:before {
    content: "";
}
.bx-loader-alt:before {
    content: "";
}
.bx-loader-circle:before {
    content: "";
}
.bx-location-plus:before {
    content: "";
}
.bx-lock:before {
    content: "";
}
.bx-lock-alt:before {
    content: "";
}
.bx-lock-open:before {
    content: "";
}
.bx-lock-open-alt:before {
    content: "";
}
.bx-log-in:before {
    content: "";
}
.bx-log-in-circle:before {
    content: "";
}
.bx-log-out:before {
    content: "";
}
.bx-log-out-circle:before {
    content: "";
}
.bx-low-vision:before {
    content: "";
}
.bx-magnet:before {
    content: "";
}
.bx-mail-send:before {
    content: "";
}
.bx-male:before {
    content: "";
}
.bx-male-sign:before {
    content: "";
}
.bx-map:before {
    content: "";
}
.bx-map-alt:before {
    content: "";
}
.bx-map-pin:before {
    content: "";
}
.bx-mask:before {
    content: "";
}
.bx-medal:before {
    content: "";
}
.bx-meh:before {
    content: "";
}
.bx-meh-alt:before {
    content: "";
}
.bx-meh-blank:before {
    content: "";
}
.bx-memory-card:before {
    content: "";
}
.bx-menu:before {
    content: "";
}
.bx-menu-alt-left:before {
    content: "";
}
.bx-menu-alt-right:before {
    content: "";
}
.bx-merge:before {
    content: "";
}
.bx-message:before {
    content: "";
}
.bx-message-add:before {
    content: "";
}
.bx-message-alt:before {
    content: "";
}
.bx-message-alt-add:before {
    content: "";
}
.bx-message-alt-check:before {
    content: "";
}
.bx-message-alt-detail:before {
    content: "";
}
.bx-message-alt-dots:before {
    content: "";
}
.bx-message-alt-edit:before {
    content: "";
}
.bx-message-alt-error:before {
    content: "";
}
.bx-message-alt-minus:before {
    content: "";
}
.bx-message-alt-x:before {
    content: "";
}
.bx-message-check:before {
    content: "";
}
.bx-message-detail:before {
    content: "";
}
.bx-message-dots:before {
    content: "";
}
.bx-message-edit:before {
    content: "";
}
.bx-message-error:before {
    content: "";
}
.bx-message-minus:before {
    content: "";
}
.bx-message-rounded:before {
    content: "";
}
.bx-message-rounded-add:before {
    content: "";
}
.bx-message-rounded-check:before {
    content: "";
}
.bx-message-rounded-detail:before {
    content: "";
}
.bx-message-rounded-dots:before {
    content: "";
}
.bx-message-rounded-edit:before {
    content: "";
}
.bx-message-rounded-error:before {
    content: "";
}
.bx-message-rounded-minus:before {
    content: "";
}
.bx-message-rounded-x:before {
    content: "";
}
.bx-message-square:before {
    content: "";
}
.bx-message-square-add:before {
    content: "";
}
.bx-message-square-check:before {
    content: "";
}
.bx-message-square-detail:before {
    content: "";
}
.bx-message-square-dots:before {
    content: "";
}
.bx-message-square-edit:before {
    content: "";
}
.bx-message-square-error:before {
    content: "";
}
.bx-message-square-minus:before {
    content: "";
}
.bx-message-square-x:before {
    content: "";
}
.bx-message-x:before {
    content: "";
}
.bx-meteor:before {
    content: "";
}
.bx-microchip:before {
    content: "";
}
.bx-microphone:before {
    content: "";
}
.bx-microphone-off:before {
    content: "";
}
.bx-minus:before {
    content: "";
}
.bx-minus-back:before {
    content: "";
}
.bx-minus-circle:before {
    content: "";
}
.bx-minus-front:before {
    content: "";
}
.bx-mobile:before {
    content: "";
}
.bx-mobile-alt:before {
    content: "";
}
.bx-mobile-landscape:before {
    content: "";
}
.bx-mobile-vibration:before {
    content: "";
}
.bx-money:before {
    content: "";
}
.bx-moon:before {
    content: "";
}
.bx-mouse:before {
    content: "";
}
.bx-mouse-alt:before {
    content: "";
}
.bx-move:before {
    content: "";
}
.bx-move-horizontal:before {
    content: "";
}
.bx-move-vertical:before {
    content: "";
}
.bx-movie:before {
    content: "";
}
.bx-movie-play:before {
    content: "";
}
.bx-music:before {
    content: "";
}
.bx-navigation:before {
    content: "";
}
.bx-network-chart:before {
    content: "";
}
.bx-news:before {
    content: "";
}
.bx-no-entry:before {
    content: "";
}
.bx-note:before {
    content: "";
}
.bx-notepad:before {
    content: "";
}
.bx-notification:before {
    content: "";
}
.bx-notification-off:before {
    content: "";
}
.bx-outline:before {
    content: "";
}
.bx-package:before {
    content: "";
}
.bx-paint:before {
    content: "";
}
.bx-paint-roll:before {
    content: "";
}
.bx-palette:before {
    content: "";
}
.bx-paperclip:before {
    content: "";
}
.bx-paper-plane:before {
    content: "";
}
.bx-paragraph:before {
    content: "";
}
.bx-paste:before {
    content: "";
}
.bx-pause:before {
    content: "";
}
.bx-pause-circle:before {
    content: "";
}
.bx-pen:before {
    content: "";
}
.bx-pencil:before {
    content: "";
}
.bx-phone:before {
    content: "";
}
.bx-phone-call:before {
    content: "";
}
.bx-phone-incoming:before {
    content: "";
}
.bx-phone-off:before {
    content: "";
}
.bx-phone-outgoing:before {
    content: "";
}
.bx-photo-album:before {
    content: "";
}
.bx-pie-chart:before {
    content: "";
}
.bx-pie-chart-alt:before {
    content: "";
}
.bx-pie-chart-alt-2:before {
    content: "";
}
.bx-pin:before {
    content: "";
}
.bx-planet:before {
    content: "";
}
.bx-play:before {
    content: "";
}
.bx-play-circle:before {
    content: "";
}
.bx-plug:before {
    content: "";
}
.bx-plus:before {
    content: "";
}
.bx-plus-circle:before {
    content: "";
}
.bx-plus-medical:before {
    content: "";
}
.bx-podcast:before {
    content: "";
}
.bx-pointer:before {
    content: "";
}
.bx-poll:before {
    content: "";
}
.bx-polygon:before {
    content: "";
}
.bx-pound:before {
    content: "";
}
.bx-power-off:before {
    content: "";
}
.bx-printer:before {
    content: "";
}
.bx-pulse:before {
    content: "";
}
.bx-purchase-tag:before {
    content: "";
}
.bx-purchase-tag-alt:before {
    content: "";
}
.bx-pyramid:before {
    content: "";
}
.bx-qr:before {
    content: "";
}
.bx-qr-scan:before {
    content: "";
}
.bx-question-mark:before {
    content: "";
}
.bx-radar:before {
    content: "";
}
.bx-radio:before {
    content: "";
}
.bx-radio-circle:before {
    content: "";
}
.bx-radio-circle-marked:before {
    content: "";
}
.bx-receipt:before {
    content: "";
}
.bx-rectangle:before {
    content: "";
}
.bx-recycle:before {
    content: "";
}
.bx-redo:before {
    content: "";
}
.bx-refresh:before {
    content: "";
}
.bx-registered:before {
    content: "";
}
.bx-rename:before {
    content: "";
}
.bx-repeat:before {
    content: "";
}
.bx-reply:before {
    content: "";
}
.bx-reply-all:before {
    content: "";
}
.bx-repost:before {
    content: "";
}
.bx-reset:before {
    content: "";
}
.bx-restaurant:before {
    content: "";
}
.bx-revision:before {
    content: "";
}
.bx-rewind:before {
    content: "";
}
.bx-rewind-circle:before {
    content: "";
}
.bx-right-arrow:before {
    content: "";
}
.bx-right-arrow-alt:before {
    content: "";
}
.bx-right-arrow-circle:before {
    content: "";
}
.bx-right-down-arrow-circle:before {
    content: "";
}
.bx-right-indent:before {
    content: "";
}
.bx-right-top-arrow-circle:before {
    content: "";
}
.bx-rocket:before {
    content: "";
}
.bx-rotate-left:before {
    content: "";
}
.bx-rotate-right:before {
    content: "";
}
.bx-rss:before {
    content: "";
}
.bx-ruble:before {
    content: "";
}
.bx-ruler:before {
    content: "";
}
.bx-run:before {
    content: "";
}
.bx-rupee:before {
    content: "";
}
.bx-sad:before {
    content: "";
}
.bx-save:before {
    content: "";
}
.bx-scan:before {
    content: "";
}
.bx-screenshot:before {
    content: "";
}
.bx-search:before {
    content: "";
}
.bx-search-alt:before {
    content: "";
}
.bx-search-alt-2:before {
    content: "";
}
.bx-selection:before {
    content: "";
}
.bx-select-multiple:before {
    content: "";
}
.bx-send:before {
    content: "";
}
.bx-server:before {
    content: "";
}
.bx-shape-circle:before {
    content: "";
}
.bx-shape-polygon:before {
    content: "";
}
.bx-shape-square:before {
    content: "";
}
.bx-shape-triangle:before {
    content: "";
}
.bx-share:before {
    content: "";
}
.bx-share-alt:before {
    content: "";
}
.bx-shekel:before {
    content: "";
}
.bx-shield:before {
    content: "";
}
.bx-shield-alt:before {
    content: "";
}
.bx-shield-alt-2:before {
    content: "";
}
.bx-shield-quarter:before {
    content: "";
}
.bx-shield-x:before {
    content: "";
}
.bx-shocked:before {
    content: "";
}
.bx-shopping-bag:before {
    content: "";
}
.bx-show:before {
    content: "";
}
.bx-show-alt:before {
    content: "";
}
.bx-shuffle:before {
    content: "";
}
.bx-sidebar:before {
    content: "";
}
.bx-sitemap:before {
    content: "";
}
.bx-skip-next:before {
    content: "";
}
.bx-skip-next-circle:before {
    content: "";
}
.bx-skip-previous:before {
    content: "";
}
.bx-skip-previous-circle:before {
    content: "";
}
.bx-sleepy:before {
    content: "";
}
.bx-slider:before {
    content: "";
}
.bx-slider-alt:before {
    content: "";
}
.bx-slideshow:before {
    content: "";
}
.bx-smile:before {
    content: "";
}
.bx-sort:before {
    content: "";
}
.bx-sort-alt-2:before {
    content: "";
}
.bx-sort-a-z:before {
    content: "";
}
.bx-sort-down:before {
    content: "";
}
.bx-sort-up:before {
    content: "";
}
.bx-sort-z-a:before {
    content: "";
}
.bx-spa:before {
    content: "";
}
.bx-space-bar:before {
    content: "";
}
.bx-speaker:before {
    content: "";
}
.bx-spray-can:before {
    content: "";
}
.bx-spreadsheet:before {
    content: "";
}
.bx-square:before {
    content: "";
}
.bx-square-rounded:before {
    content: "";
}
.bx-star:before {
    content: "";
}
.bx-station:before {
    content: "";
}
.bx-stats:before {
    content: "";
}
.bx-sticker:before {
    content: "";
}
.bx-stop:before {
    content: "";
}
.bx-stop-circle:before {
    content: "";
}
.bx-stopwatch:before {
    content: "";
}
.bx-store:before {
    content: "";
}
.bx-store-alt:before {
    content: "";
}
.bx-street-view:before {
    content: "";
}
.bx-strikethrough:before {
    content: "";
}
.bx-subdirectory-left:before {
    content: "";
}
.bx-subdirectory-right:before {
    content: "";
}
.bx-sun:before {
    content: "";
}
.bx-support:before {
    content: "";
}
.bx-swim:before {
    content: "";
}
.bx-sync:before {
    content: "";
}
.bx-tab:before {
    content: "";
}
.bx-table:before {
    content: "";
}
.bx-tachometer:before {
    content: "";
}
.bx-tag:before {
    content: "";
}
.bx-tag-alt:before {
    content: "";
}
.bx-target-lock:before {
    content: "";
}
.bx-task:before {
    content: "";
}
.bx-task-x:before {
    content: "";
}
.bx-taxi:before {
    content: "";
}
.bx-tennis-ball:before {
    content: "";
}
.bx-terminal:before {
    content: "";
}
.bx-test-tube:before {
    content: "";
}
.bx-text:before {
    content: "";
}
.bx-time:before {
    content: "";
}
.bx-time-five:before {
    content: "";
}
.bx-timer:before {
    content: "";
}
.bx-tired:before {
    content: "";
}
.bx-toggle-left:before {
    content: "";
}
.bx-toggle-right:before {
    content: "";
}
.bx-tone:before {
    content: "";
}
.bx-traffic-cone:before {
    content: "";
}
.bx-train:before {
    content: "";
}
.bx-transfer:before {
    content: "";
}
.bx-transfer-alt:before {
    content: "";
}
.bx-trash:before {
    content: "";
}
.bx-trash-alt:before {
    content: "";
}
.bx-trending-down:before {
    content: "";
}
.bx-trending-up:before {
    content: "";
}
.bx-trim:before {
    content: "";
}
.bx-trip:before {
    content: "";
}
.bx-trophy:before {
    content: "";
}
.bx-tv:before {
    content: "";
}
.bx-underline:before {
    content: "";
}
.bx-undo:before {
    content: "";
}
.bx-unite:before {
    content: "";
}
.bx-unlink:before {
    content: "";
}
.bx-up-arrow:before {
    content: "";
}
.bx-up-arrow-alt:before {
    content: "";
}
.bx-up-arrow-circle:before {
    content: "";
}
.bx-upload:before {
    content: "";
}
.bx-upside-down:before {
    content: "";
}
.bx-upvote:before {
    content: "";
}
.bx-usb:before {
    content: "";
}
.bx-user:before {
    content: "";
}
.bx-user-check:before {
    content: "";
}
.bx-user-circle:before {
    content: "";
}
.bx-user-minus:before {
    content: "";
}
.bx-user-pin:before {
    content: "";
}
.bx-user-plus:before {
    content: "";
}
.bx-user-voice:before {
    content: "";
}
.bx-user-x:before {
    content: "";
}
.bx-vector:before {
    content: "";
}
.bx-vertical-center:before {
    content: "";
}
.bx-vial:before {
    content: "";
}
.bx-video:before {
    content: "";
}
.bx-video-off:before {
    content: "";
}
.bx-video-plus:before {
    content: "";
}
.bx-video-recording:before {
    content: "";
}
.bx-voicemail:before {
    content: "";
}
.bx-volume:before {
    content: "";
}
.bx-volume-full:before {
    content: "";
}
.bx-volume-low:before {
    content: "";
}
.bx-volume-mute:before {
    content: "";
}
.bx-walk:before {
    content: "";
}
.bx-wallet:before {
    content: "";
}
.bx-wallet-alt:before {
    content: "";
}
.bx-water:before {
    content: "";
}
.bx-webcam:before {
    content: "";
}
.bx-wifi:before {
    content: "";
}
.bx-wifi-0:before {
    content: "";
}
.bx-wifi-1:before {
    content: "";
}
.bx-wifi-2:before {
    content: "";
}
.bx-wifi-off:before {
    content: "";
}
.bx-wind:before {
    content: "";
}
.bx-window:before {
    content: "";
}
.bx-window-alt:before {
    content: "";
}
.bx-window-close:before {
    content: "";
}
.bx-window-open:before {
    content: "";
}
.bx-windows:before {
    content: "";
}
.bx-wine:before {
    content: "";
}
.bx-wink-smile:before {
    content: "";
}
.bx-wink-tongue:before {
    content: "";
}
.bx-won:before {
    content: "";
}
.bx-world:before {
    content: "";
}
.bx-wrench:before {
    content: "";
}
.bx-x:before {
    content: "";
}
.bx-x-circle:before {
    content: "";
}
.bx-yen:before {
    content: "";
}
.bx-zoom-in:before {
    content: "";
}
.bx-zoom-out:before {
    content: "";
}
.bxs-party:before {
    content: "";
}
.bxs-hot:before {
    content: "";
}
.bxs-droplet:before {
    content: "";
}
.bxs-cat:before {
    content: "";
}
.bxs-dog:before {
    content: "";
}
.bxs-injection:before {
    content: "";
}
.bxs-leaf:before {
    content: "";
}
.bxs-add-to-queue:before {
    content: "";
}
.bxs-adjust:before {
    content: "";
}
.bxs-adjust-alt:before {
    content: "";
}
.bxs-alarm:before {
    content: "";
}
.bxs-alarm-add:before {
    content: "";
}
.bxs-alarm-exclamation:before {
    content: "";
}
.bxs-alarm-off:before {
    content: "";
}
.bxs-alarm-snooze:before {
    content: "";
}
.bxs-album:before {
    content: "";
}
.bxs-ambulance:before {
    content: "";
}
.bxs-analyse:before {
    content: "";
}
.bxs-angry:before {
    content: "";
}
.bxs-arch:before {
    content: "";
}
.bxs-archive:before {
    content: "";
}
.bxs-archive-in:before {
    content: "";
}
.bxs-archive-out:before {
    content: "";
}
.bxs-area:before {
    content: "";
}
.bxs-arrow-from-bottom:before {
    content: "";
}
.bxs-arrow-from-left:before {
    content: "";
}
.bxs-arrow-from-right:before {
    content: "";
}
.bxs-arrow-from-top:before {
    content: "";
}
.bxs-arrow-to-bottom:before {
    content: "";
}
.bxs-arrow-to-left:before {
    content: "";
}
.bxs-arrow-to-right:before {
    content: "";
}
.bxs-arrow-to-top:before {
    content: "";
}
.bxs-award:before {
    content: "";
}
.bxs-baby-carriage:before {
    content: "";
}
.bxs-backpack:before {
    content: "";
}
.bxs-badge:before {
    content: "";
}
.bxs-badge-check:before {
    content: "";
}
.bxs-badge-dollar:before {
    content: "";
}
.bxs-ball:before {
    content: "";
}
.bxs-band-aid:before {
    content: "";
}
.bxs-bank:before {
    content: "";
}
.bxs-bar-chart-alt-2:before {
    content: "";
}
.bxs-bar-chart-square:before {
    content: "";
}
.bxs-barcode:before {
    content: "";
}
.bxs-baseball:before {
    content: "";
}
.bxs-basket:before {
    content: "";
}
.bxs-basketball:before {
    content: "";
}
.bxs-bath:before {
    content: "";
}
.bxs-battery:before {
    content: "";
}
.bxs-battery-charging:before {
    content: "";
}
.bxs-battery-full:before {
    content: "";
}
.bxs-battery-low:before {
    content: "";
}
.bxs-bed:before {
    content: "";
}
.bxs-been-here:before {
    content: "";
}
.bxs-beer:before {
    content: "";
}
.bxs-bell:before {
    content: "";
}
.bxs-bell-minus:before {
    content: "";
}
.bxs-bell-off:before {
    content: "";
}
.bxs-bell-plus:before {
    content: "";
}
.bxs-bell-ring:before {
    content: "";
}
.bxs-bible:before {
    content: "";
}
.bxs-binoculars:before {
    content: "";
}
.bxs-blanket:before {
    content: "";
}
.bxs-bolt:before {
    content: "";
}
.bxs-bolt-circle:before {
    content: "";
}
.bxs-bomb:before {
    content: "";
}
.bxs-bone:before {
    content: "";
}
.bxs-bong:before {
    content: "";
}
.bxs-book:before {
    content: "";
}
.bxs-book-add:before {
    content: "";
}
.bxs-book-alt:before {
    content: "";
}
.bxs-book-bookmark:before {
    content: "";
}
.bxs-book-content:before {
    content: "";
}
.bxs-book-heart:before {
    content: "";
}
.bxs-bookmark:before {
    content: "";
}
.bxs-bookmark-alt:before {
    content: "";
}
.bxs-bookmark-alt-minus:before {
    content: "";
}
.bxs-bookmark-alt-plus:before {
    content: "";
}
.bxs-bookmark-heart:before {
    content: "";
}
.bxs-bookmark-minus:before {
    content: "";
}
.bxs-bookmark-plus:before {
    content: "";
}
.bxs-bookmarks:before {
    content: "";
}
.bxs-bookmark-star:before {
    content: "";
}
.bxs-book-open:before {
    content: "";
}
.bxs-book-reader:before {
    content: "";
}
.bxs-bot:before {
    content: "";
}
.bxs-bowling-ball:before {
    content: "";
}
.bxs-box:before {
    content: "";
}
.bxs-brain:before {
    content: "";
}
.bxs-briefcase:before {
    content: "";
}
.bxs-briefcase-alt:before {
    content: "";
}
.bxs-briefcase-alt-2:before {
    content: "";
}
.bxs-brightness:before {
    content: "";
}
.bxs-brightness-half:before {
    content: "";
}
.bxs-brush:before {
    content: "";
}
.bxs-brush-alt:before {
    content: "";
}
.bxs-bug:before {
    content: "";
}
.bxs-bug-alt:before {
    content: "";
}
.bxs-building:before {
    content: "";
}
.bxs-building-house:before {
    content: "";
}
.bxs-buildings:before {
    content: "";
}
.bxs-bulb:before {
    content: "";
}
.bxs-bullseye:before {
    content: "";
}
.bxs-buoy:before {
    content: "";
}
.bxs-bus:before {
    content: "";
}
.bxs-business:before {
    content: "";
}
.bxs-bus-school:before {
    content: "";
}
.bxs-cabinet:before {
    content: "";
}
.bxs-cake:before {
    content: "";
}
.bxs-calculator:before {
    content: "";
}
.bxs-calendar:before {
    content: "";
}
.bxs-calendar-alt:before {
    content: "";
}
.bxs-calendar-check:before {
    content: "";
}
.bxs-calendar-edit:before {
    content: "";
}
.bxs-calendar-event:before {
    content: "";
}
.bxs-calendar-exclamation:before {
    content: "";
}
.bxs-calendar-heart:before {
    content: "";
}
.bxs-calendar-minus:before {
    content: "";
}
.bxs-calendar-plus:before {
    content: "";
}
.bxs-calendar-star:before {
    content: "";
}
.bxs-calendar-week:before {
    content: "";
}
.bxs-calendar-x:before {
    content: "";
}
.bxs-camera:before {
    content: "";
}
.bxs-camera-home:before {
    content: "";
}
.bxs-camera-movie:before {
    content: "";
}
.bxs-camera-off:before {
    content: "";
}
.bxs-camera-plus:before {
    content: "";
}
.bxs-capsule:before {
    content: "";
}
.bxs-captions:before {
    content: "";
}
.bxs-car:before {
    content: "";
}
.bxs-car-battery:before {
    content: "";
}
.bxs-car-crash:before {
    content: "";
}
.bxs-card:before {
    content: "";
}
.bxs-caret-down-circle:before {
    content: "";
}
.bxs-caret-down-square:before {
    content: "";
}
.bxs-caret-left-circle:before {
    content: "";
}
.bxs-caret-left-square:before {
    content: "";
}
.bxs-caret-right-circle:before {
    content: "";
}
.bxs-caret-right-square:before {
    content: "";
}
.bxs-caret-up-circle:before {
    content: "";
}
.bxs-caret-up-square:before {
    content: "";
}
.bxs-car-garage:before {
    content: "";
}
.bxs-car-mechanic:before {
    content: "";
}
.bxs-carousel:before {
    content: "";
}
.bxs-cart:before {
    content: "";
}
.bxs-cart-add:before {
    content: "";
}
.bxs-cart-alt:before {
    content: "";
}
.bxs-cart-download:before {
    content: "";
}
.bxs-car-wash:before {
    content: "";
}
.bxs-category:before {
    content: "";
}
.bxs-category-alt:before {
    content: "";
}
.bxs-cctv:before {
    content: "";
}
.bxs-certification:before {
    content: "";
}
.bxs-chalkboard:before {
    content: "";
}
.bxs-chart:before {
    content: "";
}
.bxs-chat:before {
    content: "";
}
.bxs-checkbox:before {
    content: "";
}
.bxs-checkbox-checked:before {
    content: "";
}
.bxs-checkbox-minus:before {
    content: "";
}
.bxs-check-circle:before {
    content: "";
}
.bxs-check-shield:before {
    content: "";
}
.bxs-check-square:before {
    content: "";
}
.bxs-chess:before {
    content: "";
}
.bxs-chevron-down:before {
    content: "";
}
.bxs-chevron-down-circle:before {
    content: "";
}
.bxs-chevron-down-square:before {
    content: "";
}
.bxs-chevron-left:before {
    content: "";
}
.bxs-chevron-left-circle:before {
    content: "";
}
.bxs-chevron-left-square:before {
    content: "";
}
.bxs-chevron-right:before {
    content: "";
}
.bxs-chevron-right-circle:before {
    content: "";
}
.bxs-chevron-right-square:before {
    content: "";
}
.bxs-chevrons-down:before {
    content: "";
}
.bxs-chevrons-left:before {
    content: "";
}
.bxs-chevrons-right:before {
    content: "";
}
.bxs-chevrons-up:before {
    content: "";
}
.bxs-chevron-up:before {
    content: "";
}
.bxs-chevron-up-circle:before {
    content: "";
}
.bxs-chevron-up-square:before {
    content: "";
}
.bxs-chip:before {
    content: "";
}
.bxs-church:before {
    content: "";
}
.bxs-circle:before {
    content: "";
}
.bxs-city:before {
    content: "";
}
.bxs-clinic:before {
    content: "";
}
.bxs-cloud:before {
    content: "";
}
.bxs-cloud-download:before {
    content: "";
}
.bxs-cloud-lightning:before {
    content: "";
}
.bxs-cloud-rain:before {
    content: "";
}
.bxs-cloud-upload:before {
    content: "";
}
.bxs-coffee:before {
    content: "";
}
.bxs-coffee-alt:before {
    content: "";
}
.bxs-coffee-togo:before {
    content: "";
}
.bxs-cog:before {
    content: "";
}
.bxs-coin:before {
    content: "";
}
.bxs-coin-stack:before {
    content: "";
}
.bxs-collection:before {
    content: "";
}
.bxs-color-fill:before {
    content: "";
}
.bxs-comment:before {
    content: "";
}
.bxs-comment-add:before {
    content: "";
}
.bxs-comment-check:before {
    content: "";
}
.bxs-comment-detail:before {
    content: "";
}
.bxs-comment-dots:before {
    content: "";
}
.bxs-comment-edit:before {
    content: "";
}
.bxs-comment-error:before {
    content: "";
}
.bxs-comment-minus:before {
    content: "";
}
.bxs-comment-x:before {
    content: "";
}
.bxs-compass:before {
    content: "";
}
.bxs-component:before {
    content: "";
}
.bxs-confused:before {
    content: "";
}
.bxs-contact:before {
    content: "";
}
.bxs-conversation:before {
    content: "";
}
.bxs-cookie:before {
    content: "";
}
.bxs-cool:before {
    content: "";
}
.bxs-copy:before {
    content: "";
}
.bxs-copy-alt:before {
    content: "";
}
.bxs-copyright:before {
    content: "";
}
.bxs-coupon:before {
    content: "";
}
.bxs-credit-card:before {
    content: "";
}
.bxs-credit-card-alt:before {
    content: "";
}
.bxs-credit-card-front:before {
    content: "";
}
.bxs-crop:before {
    content: "";
}
.bxs-crown:before {
    content: "";
}
.bxs-cube:before {
    content: "";
}
.bxs-cube-alt:before {
    content: "";
}
.bxs-cuboid:before {
    content: "";
}
.bxs-customize:before {
    content: "";
}
.bxs-cylinder:before {
    content: "";
}
.bxs-dashboard:before {
    content: "";
}
.bxs-data:before {
    content: "";
}
.bxs-detail:before {
    content: "";
}
.bxs-devices:before {
    content: "";
}
.bxs-diamond:before {
    content: "";
}
.bxs-dice-1:before {
    content: "";
}
.bxs-dice-2:before {
    content: "";
}
.bxs-dice-3:before {
    content: "";
}
.bxs-dice-4:before {
    content: "";
}
.bxs-dice-5:before {
    content: "";
}
.bxs-dice-6:before {
    content: "";
}
.bxs-direction-left:before {
    content: "";
}
.bxs-direction-right:before {
    content: "";
}
.bxs-directions:before {
    content: "";
}
.bxs-disc:before {
    content: "";
}
.bxs-discount:before {
    content: "";
}
.bxs-dish:before {
    content: "";
}
.bxs-dislike:before {
    content: "";
}
.bxs-dizzy:before {
    content: "";
}
.bxs-dock-bottom:before {
    content: "";
}
.bxs-dock-left:before {
    content: "";
}
.bxs-dock-right:before {
    content: "";
}
.bxs-dock-top:before {
    content: "";
}
.bxs-dollar-circle:before {
    content: "";
}
.bxs-donate-blood:before {
    content: "";
}
.bxs-donate-heart:before {
    content: "";
}
.bxs-door-open:before {
    content: "";
}
.bxs-doughnut-chart:before {
    content: "";
}
.bxs-down-arrow:before {
    content: "";
}
.bxs-down-arrow-alt:before {
    content: "";
}
.bxs-down-arrow-circle:before {
    content: "";
}
.bxs-down-arrow-square:before {
    content: "";
}
.bxs-download:before {
    content: "";
}
.bxs-downvote:before {
    content: "";
}
.bxs-drink:before {
    content: "";
}
.bxs-droplet-half:before {
    content: "";
}
.bxs-dryer:before {
    content: "";
}
.bxs-duplicate:before {
    content: "";
}
.bxs-edit:before {
    content: "";
}
.bxs-edit-alt:before {
    content: "";
}
.bxs-edit-location:before {
    content: "";
}
.bxs-eject:before {
    content: "";
}
.bxs-envelope:before {
    content: "";
}
.bxs-envelope-open:before {
    content: "";
}
.bxs-eraser:before {
    content: "";
}
.bxs-error:before {
    content: "";
}
.bxs-error-alt:before {
    content: "";
}
.bxs-error-circle:before {
    content: "";
}
.bxs-ev-station:before {
    content: "";
}
.bxs-exit:before {
    content: "";
}
.bxs-extension:before {
    content: "";
}
.bxs-eyedropper:before {
    content: "";
}
.bxs-face:before {
    content: "";
}
.bxs-face-mask:before {
    content: "";
}
.bxs-factory:before {
    content: "";
}
.bxs-fast-forward-circle:before {
    content: "";
}
.bxs-file:before {
    content: "";
}
.bxs-file-archive:before {
    content: "";
}
.bxs-file-blank:before {
    content: "";
}
.bxs-file-css:before {
    content: "";
}
.bxs-file-doc:before {
    content: "";
}
.bxs-file-export:before {
    content: "";
}
.bxs-file-find:before {
    content: "";
}
.bxs-file-gif:before {
    content: "";
}
.bxs-file-html:before {
    content: "";
}
.bxs-file-image:before {
    content: "";
}
.bxs-file-import:before {
    content: "";
}
.bxs-file-jpg:before {
    content: "";
}
.bxs-file-js:before {
    content: "";
}
.bxs-file-json:before {
    content: "";
}
.bxs-file-md:before {
    content: "";
}
.bxs-file-pdf:before {
    content: "";
}
.bxs-file-plus:before {
    content: "";
}
.bxs-file-png:before {
    content: "";
}
.bxs-file-txt:before {
    content: "";
}
.bxs-film:before {
    content: "";
}
.bxs-filter-alt:before {
    content: "";
}
.bxs-first-aid:before {
    content: "";
}
.bxs-flag:before {
    content: "";
}
.bxs-flag-alt:before {
    content: "";
}
.bxs-flag-checkered:before {
    content: "";
}
.bxs-flame:before {
    content: "";
}
.bxs-flask:before {
    content: "";
}
.bxs-florist:before {
    content: "";
}
.bxs-folder:before {
    content: "";
}
.bxs-folder-minus:before {
    content: "";
}
.bxs-folder-open:before {
    content: "";
}
.bxs-folder-plus:before {
    content: "";
}
.bxs-food-menu:before {
    content: "";
}
.bxs-fridge:before {
    content: "";
}
.bxs-game:before {
    content: "";
}
.bxs-gas-pump:before {
    content: "";
}
.bxs-ghost:before {
    content: "";
}
.bxs-gift:before {
    content: "";
}
.bxs-graduation:before {
    content: "";
}
.bxs-grid:before {
    content: "";
}
.bxs-grid-alt:before {
    content: "";
}
.bxs-group:before {
    content: "";
}
.bxs-guitar-amp:before {
    content: "";
}
.bxs-hand:before {
    content: "";
}
.bxs-hand-down:before {
    content: "";
}
.bxs-hand-left:before {
    content: "";
}
.bxs-hand-right:before {
    content: "";
}
.bxs-hand-up:before {
    content: "";
}
.bxs-happy:before {
    content: "";
}
.bxs-happy-alt:before {
    content: "";
}
.bxs-happy-beaming:before {
    content: "";
}
.bxs-happy-heart-eyes:before {
    content: "";
}
.bxs-hdd:before {
    content: "";
}
.bxs-heart:before {
    content: "";
}
.bxs-heart-circle:before {
    content: "";
}
.bxs-heart-square:before {
    content: "";
}
.bxs-help-circle:before {
    content: "";
}
.bxs-hide:before {
    content: "";
}
.bxs-home:before {
    content: "";
}
.bxs-home-circle:before {
    content: "";
}
.bxs-home-heart:before {
    content: "";
}
.bxs-home-smile:before {
    content: "";
}
.bxs-hotel:before {
    content: "";
}
.bxs-hourglass:before {
    content: "";
}
.bxs-hourglass-bottom:before {
    content: "";
}
.bxs-hourglass-top:before {
    content: "";
}
.bxs-id-card:before {
    content: "";
}
.bxs-image:before {
    content: "";
}
.bxs-image-add:before {
    content: "";
}
.bxs-image-alt:before {
    content: "";
}
.bxs-inbox:before {
    content: "";
}
.bxs-info-circle:before {
    content: "";
}
.bxs-info-square:before {
    content: "";
}
.bxs-institution:before {
    content: "";
}
.bxs-joystick:before {
    content: "";
}
.bxs-joystick-alt:before {
    content: "";
}
.bxs-joystick-button:before {
    content: "";
}
.bxs-key:before {
    content: "";
}
.bxs-keyboard:before {
    content: "";
}
.bxs-label:before {
    content: "";
}
.bxs-landmark:before {
    content: "";
}
.bxs-landscape:before {
    content: "";
}
.bxs-laugh:before {
    content: "";
}
.bxs-layer:before {
    content: "";
}
.bxs-layer-minus:before {
    content: "";
}
.bxs-layer-plus:before {
    content: "";
}
.bxs-layout:before {
    content: "";
}
.bxs-left-arrow:before {
    content: "";
}
.bxs-left-arrow-alt:before {
    content: "";
}
.bxs-left-arrow-circle:before {
    content: "";
}
.bxs-left-arrow-square:before {
    content: "";
}
.bxs-left-down-arrow-circle:before {
    content: "";
}
.bxs-left-top-arrow-circle:before {
    content: "";
}
.bxs-like:before {
    content: "";
}
.bxs-location-plus:before {
    content: "";
}
.bxs-lock:before {
    content: "";
}
.bxs-lock-alt:before {
    content: "";
}
.bxs-lock-open:before {
    content: "";
}
.bxs-lock-open-alt:before {
    content: "";
}
.bxs-log-in:before {
    content: "";
}
.bxs-log-in-circle:before {
    content: "";
}
.bxs-log-out:before {
    content: "";
}
.bxs-log-out-circle:before {
    content: "";
}
.bxs-low-vision:before {
    content: "";
}
.bxs-magic-wand:before {
    content: "";
}
.bxs-magnet:before {
    content: "";
}
.bxs-map:before {
    content: "";
}
.bxs-map-alt:before {
    content: "";
}
.bxs-map-pin:before {
    content: "";
}
.bxs-mask:before {
    content: "";
}
.bxs-medal:before {
    content: "";
}
.bxs-megaphone:before {
    content: "";
}
.bxs-meh:before {
    content: "";
}
.bxs-meh-alt:before {
    content: "";
}
.bxs-meh-blank:before {
    content: "";
}
.bxs-memory-card:before {
    content: "";
}
.bxs-message:before {
    content: "";
}
.bxs-message-add:before {
    content: "";
}
.bxs-message-alt:before {
    content: "";
}
.bxs-message-alt-add:before {
    content: "";
}
.bxs-message-alt-check:before {
    content: "";
}
.bxs-message-alt-detail:before {
    content: "";
}
.bxs-message-alt-dots:before {
    content: "";
}
.bxs-message-alt-edit:before {
    content: "";
}
.bxs-message-alt-error:before {
    content: "";
}
.bxs-message-alt-minus:before {
    content: "";
}
.bxs-message-alt-x:before {
    content: "";
}
.bxs-message-check:before {
    content: "";
}
.bxs-message-detail:before {
    content: "";
}
.bxs-message-dots:before {
    content: "";
}
.bxs-message-edit:before {
    content: "";
}
.bxs-message-error:before {
    content: "";
}
.bxs-message-minus:before {
    content: "";
}
.bxs-message-rounded:before {
    content: "";
}
.bxs-message-rounded-add:before {
    content: "";
}
.bxs-message-rounded-check:before {
    content: "";
}
.bxs-message-rounded-detail:before {
    content: "";
}
.bxs-message-rounded-dots:before {
    content: "";
}
.bxs-message-rounded-edit:before {
    content: "";
}
.bxs-message-rounded-error:before {
    content: "";
}
.bxs-message-rounded-minus:before {
    content: "";
}
.bxs-message-rounded-x:before {
    content: "";
}
.bxs-message-square:before {
    content: "";
}
.bxs-message-square-add:before {
    content: "";
}
.bxs-message-square-check:before {
    content: "";
}
.bxs-message-square-detail:before {
    content: "";
}
.bxs-message-square-dots:before {
    content: "";
}
.bxs-message-square-edit:before {
    content: "";
}
.bxs-message-square-error:before {
    content: "";
}
.bxs-message-square-minus:before {
    content: "";
}
.bxs-message-square-x:before {
    content: "";
}
.bxs-message-x:before {
    content: "";
}
.bxs-meteor:before {
    content: "";
}
.bxs-microchip:before {
    content: "";
}
.bxs-microphone:before {
    content: "";
}
.bxs-microphone-alt:before {
    content: "";
}
.bxs-microphone-off:before {
    content: "";
}
.bxs-minus-circle:before {
    content: "";
}
.bxs-minus-square:before {
    content: "";
}
.bxs-mobile:before {
    content: "";
}
.bxs-mobile-vibration:before {
    content: "";
}
.bxs-moon:before {
    content: "";
}
.bxs-mouse:before {
    content: "";
}
.bxs-mouse-alt:before {
    content: "";
}
.bxs-movie:before {
    content: "";
}
.bxs-movie-play:before {
    content: "";
}
.bxs-music:before {
    content: "";
}
.bxs-navigation:before {
    content: "";
}
.bxs-network-chart:before {
    content: "";
}
.bxs-news:before {
    content: "";
}
.bxs-no-entry:before {
    content: "";
}
.bxs-note:before {
    content: "";
}
.bxs-notepad:before {
    content: "";
}
.bxs-notification:before {
    content: "";
}
.bxs-notification-off:before {
    content: "";
}
.bxs-offer:before {
    content: "";
}
.bxs-package:before {
    content: "";
}
.bxs-paint:before {
    content: "";
}
.bxs-paint-roll:before {
    content: "";
}
.bxs-palette:before {
    content: "";
}
.bxs-paper-plane:before {
    content: "";
}
.bxs-parking:before {
    content: "";
}
.bxs-paste:before {
    content: "";
}
.bxs-pen:before {
    content: "";
}
.bxs-pencil:before {
    content: "";
}
.bxs-phone:before {
    content: "";
}
.bxs-phone-call:before {
    content: "";
}
.bxs-phone-incoming:before {
    content: "";
}
.bxs-phone-off:before {
    content: "";
}
.bxs-phone-outgoing:before {
    content: "";
}
.bxs-photo-album:before {
    content: "";
}
.bxs-piano:before {
    content: "";
}
.bxs-pie-chart:before {
    content: "";
}
.bxs-pie-chart-alt:before {
    content: "";
}
.bxs-pie-chart-alt-2:before {
    content: "";
}
.bxs-pin:before {
    content: "";
}
.bxs-pizza:before {
    content: "";
}
.bxs-plane:before {
    content: "";
}
.bxs-plane-alt:before {
    content: "";
}
.bxs-plane-land:before {
    content: "";
}
.bxs-planet:before {
    content: "";
}
.bxs-plane-take-off:before {
    content: "";
}
.bxs-playlist:before {
    content: "";
}
.bxs-plug:before {
    content: "";
}
.bxs-plus-circle:before {
    content: "";
}
.bxs-plus-square:before {
    content: "";
}
.bxs-pointer:before {
    content: "";
}
.bxs-polygon:before {
    content: "";
}
.bxs-printer:before {
    content: "";
}
.bxs-purchase-tag:before {
    content: "";
}
.bxs-purchase-tag-alt:before {
    content: "";
}
.bxs-pyramid:before {
    content: "";
}
.bxs-quote-alt-left:before {
    content: "";
}
.bxs-quote-alt-right:before {
    content: "";
}
.bxs-quote-left:before {
    content: "";
}
.bxs-quote-right:before {
    content: "";
}
.bxs-quote-single-left:before {
    content: "";
}
.bxs-quote-single-right:before {
    content: "";
}
.bxs-radiation:before {
    content: "";
}
.bxs-radio:before {
    content: "";
}
.bxs-receipt:before {
    content: "";
}
.bxs-rectangle:before {
    content: "";
}
.bxs-registered:before {
    content: "";
}
.bxs-rename:before {
    content: "";
}
.bxs-report:before {
    content: "";
}
.bxs-rewind-circle:before {
    content: "";
}
.bxs-right-arrow:before {
    content: "";
}
.bxs-right-arrow-alt:before {
    content: "";
}
.bxs-right-arrow-circle:before {
    content: "";
}
.bxs-right-arrow-square:before {
    content: "";
}
.bxs-right-down-arrow-circle:before {
    content: "";
}
.bxs-right-top-arrow-circle:before {
    content: "";
}
.bxs-rocket:before {
    content: "";
}
.bxs-ruler:before {
    content: "";
}
.bxs-sad:before {
    content: "";
}
.bxs-save:before {
    content: "";
}
.bxs-school:before {
    content: "";
}
.bxs-search:before {
    content: "";
}
.bxs-search-alt-2:before {
    content: "";
}
.bxs-select-multiple:before {
    content: "";
}
.bxs-send:before {
    content: "";
}
.bxs-server:before {
    content: "";
}
.bxs-shapes:before {
    content: "";
}
.bxs-share:before {
    content: "";
}
.bxs-share-alt:before {
    content: "";
}
.bxs-shield:before {
    content: "";
}
.bxs-shield-alt-2:before {
    content: "";
}
.bxs-shield-x:before {
    content: "";
}
.bxs-ship:before {
    content: "";
}
.bxs-shocked:before {
    content: "";
}
.bxs-shopping-bag:before {
    content: "";
}
.bxs-shopping-bag-alt:before {
    content: "";
}
.bxs-shopping-bags:before {
    content: "";
}
.bxs-show:before {
    content: "";
}
.bxs-skip-next-circle:before {
    content: "";
}
.bxs-skip-previous-circle:before {
    content: "";
}
.bxs-skull:before {
    content: "";
}
.bxs-sleepy:before {
    content: "";
}
.bxs-slideshow:before {
    content: "";
}
.bxs-smile:before {
    content: "";
}
.bxs-sort-alt:before {
    content: "";
}
.bxs-spa:before {
    content: "";
}
.bxs-speaker:before {
    content: "";
}
.bxs-spray-can:before {
    content: "";
}
.bxs-spreadsheet:before {
    content: "";
}
.bxs-square:before {
    content: "";
}
.bxs-square-rounded:before {
    content: "";
}
.bxs-star:before {
    content: "";
}
.bxs-star-half:before {
    content: "";
}
.bxs-sticker:before {
    content: "";
}
.bxs-stopwatch:before {
    content: "";
}
.bxs-store:before {
    content: "";
}
.bxs-store-alt:before {
    content: "";
}
.bxs-sun:before {
    content: "";
}
.bxs-tachometer:before {
    content: "";
}
.bxs-tag:before {
    content: "";
}
.bxs-tag-alt:before {
    content: "";
}
.bxs-tag-x:before {
    content: "";
}
.bxs-taxi:before {
    content: "";
}
.bxs-tennis-ball:before {
    content: "";
}
.bxs-terminal:before {
    content: "";
}
.bxs-thermometer:before {
    content: "";
}
.bxs-time:before {
    content: "";
}
.bxs-time-five:before {
    content: "";
}
.bxs-timer:before {
    content: "";
}
.bxs-tired:before {
    content: "";
}
.bxs-toggle-left:before {
    content: "";
}
.bxs-toggle-right:before {
    content: "";
}
.bxs-tone:before {
    content: "";
}
.bxs-torch:before {
    content: "";
}
.bxs-to-top:before {
    content: "";
}
.bxs-traffic:before {
    content: "";
}
.bxs-traffic-barrier:before {
    content: "";
}
.bxs-traffic-cone:before {
    content: "";
}
.bxs-train:before {
    content: "";
}
.bxs-trash:before {
    content: "";
}
.bxs-trash-alt:before {
    content: "";
}
.bxs-tree:before {
    content: "";
}
.bxs-trophy:before {
    content: "";
}
.bxs-truck:before {
    content: "";
}
.bxs-t-shirt:before {
    content: "";
}
.bxs-tv:before {
    content: "";
}
.bxs-up-arrow:before {
    content: "";
}
.bxs-up-arrow-alt:before {
    content: "";
}
.bxs-up-arrow-circle:before {
    content: "";
}
.bxs-up-arrow-square:before {
    content: "";
}
.bxs-upside-down:before {
    content: "";
}
.bxs-upvote:before {
    content: "";
}
.bxs-user:before {
    content: "";
}
.bxs-user-account:before {
    content: "";
}
.bxs-user-badge:before {
    content: "";
}
.bxs-user-check:before {
    content: "";
}
.bxs-user-circle:before {
    content: "";
}
.bxs-user-detail:before {
    content: "";
}
.bxs-user-minus:before {
    content: "";
}
.bxs-user-pin:before {
    content: "";
}
.bxs-user-plus:before {
    content: "";
}
.bxs-user-rectangle:before {
    content: "";
}
.bxs-user-voice:before {
    content: "";
}
.bxs-user-x:before {
    content: "";
}
.bxs-vector:before {
    content: "";
}
.bxs-vial:before {
    content: "";
}
.bxs-video:before {
    content: "";
}
.bxs-video-off:before {
    content: "";
}
.bxs-video-plus:before {
    content: "";
}
.bxs-video-recording:before {
    content: "";
}
.bxs-videos:before {
    content: "";
}
.bxs-virus:before {
    content: "";
}
.bxs-virus-block:before {
    content: "";
}
.bxs-volume:before {
    content: "";
}
.bxs-volume-full:before {
    content: "";
}
.bxs-volume-low:before {
    content: "";
}
.bxs-volume-mute:before {
    content: "";
}
.bxs-wallet:before {
    content: "";
}
.bxs-wallet-alt:before {
    content: "";
}
.bxs-washer:before {
    content: "";
}
.bxs-watch:before {
    content: "";
}
.bxs-watch-alt:before {
    content: "";
}
.bxs-webcam:before {
    content: "";
}
.bxs-widget:before {
    content: "";
}
.bxs-window-alt:before {
    content: "";
}
.bxs-wine:before {
    content: "";
}
.bxs-wink-smile:before {
    content: "";
}
.bxs-wink-tongue:before {
    content: "";
}
.bxs-wrench:before {
    content: "";
}
.bxs-x-circle:before {
    content: "";
}
.bxs-x-square:before {
    content: "";
}
.bxs-yin-yang:before {
    content: "";
}
.bxs-zap:before {
    content: "";
}
.bxs-zoom-in:before {
    content: "";
}
.bxs-zoom-out:before {
    content: "";
}
@font-face {
    font-display: block;
    font-family: bootstrap-icons;
    src:
        url(bootstrap-icons04d5.woff2?e34853135f9e39acf64315236852cd5a)
            format("woff2"),
        url(bootstrap-icons04d5.woff?e34853135f9e39acf64315236852cd5a)
            format("woff");
}
.bi:before,
[class^="bi-"]:before,
[class*="\ bi-"]:before {
    font-variant: normal;
    text-transform: none;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-weight: 400 !important;
}
.bi-123:before {
    content: "";
}
.bi-alarm-fill:before {
    content: "";
}
.bi-alarm:before {
    content: "";
}
.bi-align-bottom:before {
    content: "";
}
.bi-align-center:before {
    content: "";
}
.bi-align-end:before {
    content: "";
}
.bi-align-middle:before {
    content: "";
}
.bi-align-start:before {
    content: "";
}
.bi-align-top:before {
    content: "";
}
.bi-alt:before {
    content: "";
}
.bi-app-indicator:before {
    content: "";
}
.bi-app:before {
    content: "";
}
.bi-archive-fill:before {
    content: "";
}
.bi-archive:before {
    content: "";
}
.bi-arrow-90deg-down:before {
    content: "";
}
.bi-arrow-90deg-left:before {
    content: "";
}
.bi-arrow-90deg-right:before {
    content: "";
}
.bi-arrow-90deg-up:before {
    content: "";
}
.bi-arrow-bar-down:before {
    content: "";
}
.bi-arrow-bar-left:before {
    content: "";
}
.bi-arrow-bar-right:before {
    content: "";
}
.bi-arrow-bar-up:before {
    content: "";
}
.bi-arrow-clockwise:before {
    content: "";
}
.bi-arrow-counterclockwise:before {
    content: "";
}
.bi-arrow-down-circle-fill:before {
    content: "";
}
.bi-arrow-down-circle:before {
    content: "";
}
.bi-arrow-down-left-circle-fill:before {
    content: "";
}
.bi-arrow-down-left-circle:before {
    content: "";
}
.bi-arrow-down-left-square-fill:before {
    content: "";
}
.bi-arrow-down-left-square:before {
    content: "";
}
.bi-arrow-down-left:before {
    content: "";
}
.bi-arrow-down-right-circle-fill:before {
    content: "";
}
.bi-arrow-down-right-circle:before {
    content: "";
}
.bi-arrow-down-right-square-fill:before {
    content: "";
}
.bi-arrow-down-right-square:before {
    content: "";
}
.bi-arrow-down-right:before {
    content: "";
}
.bi-arrow-down-short:before {
    content: "";
}
.bi-arrow-down-square-fill:before {
    content: "";
}
.bi-arrow-down-square:before {
    content: "";
}
.bi-arrow-down-up:before {
    content: "";
}
.bi-arrow-down:before {
    content: "";
}
.bi-arrow-left-circle-fill:before {
    content: "";
}
.bi-arrow-left-circle:before {
    content: "";
}
.bi-arrow-left-right:before {
    content: "";
}
.bi-arrow-left-short:before {
    content: "";
}
.bi-arrow-left-square-fill:before {
    content: "";
}
.bi-arrow-left-square:before {
    content: "";
}
.bi-arrow-left:before {
    content: "";
}
.bi-arrow-repeat:before {
    content: "";
}
.bi-arrow-return-left:before {
    content: "";
}
.bi-arrow-return-right:before {
    content: "";
}
.bi-arrow-right-circle-fill:before {
    content: "";
}
.bi-arrow-right-circle:before {
    content: "";
}
.bi-arrow-right-short:before {
    content: "";
}
.bi-arrow-right-square-fill:before {
    content: "";
}
.bi-arrow-right-square:before {
    content: "";
}
.bi-arrow-right:before {
    content: "";
}
.bi-arrow-up-circle-fill:before {
    content: "";
}
.bi-arrow-up-circle:before {
    content: "";
}
.bi-arrow-up-left-circle-fill:before {
    content: "";
}
.bi-arrow-up-left-circle:before {
    content: "";
}
.bi-arrow-up-left-square-fill:before {
    content: "";
}
.bi-arrow-up-left-square:before {
    content: "";
}
.bi-arrow-up-left:before {
    content: "";
}
.bi-arrow-up-right-circle-fill:before {
    content: "";
}
.bi-arrow-up-right-circle:before {
    content: "";
}
.bi-arrow-up-right-square-fill:before {
    content: "";
}
.bi-arrow-up-right-square:before {
    content: "";
}
.bi-arrow-up-right:before {
    content: "";
}
.bi-arrow-up-short:before {
    content: "";
}
.bi-arrow-up-square-fill:before {
    content: "";
}
.bi-arrow-up-square:before {
    content: "";
}
.bi-arrow-up:before {
    content: "";
}
.bi-arrows-angle-contract:before {
    content: "";
}
.bi-arrows-angle-expand:before {
    content: "";
}
.bi-arrows-collapse:before {
    content: "";
}
.bi-arrows-expand:before {
    content: "";
}
.bi-arrows-fullscreen:before {
    content: "";
}
.bi-arrows-move:before {
    content: "";
}
.bi-aspect-ratio-fill:before {
    content: "";
}
.bi-aspect-ratio:before {
    content: "";
}
.bi-asterisk:before {
    content: "";
}
.bi-at:before {
    content: "";
}
.bi-award-fill:before {
    content: "";
}
.bi-award:before {
    content: "";
}
.bi-back:before {
    content: "";
}
.bi-backspace-fill:before {
    content: "";
}
.bi-backspace-reverse-fill:before {
    content: "";
}
.bi-backspace-reverse:before {
    content: "";
}
.bi-backspace:before {
    content: "";
}
.bi-badge-3d-fill:before {
    content: "";
}
.bi-badge-3d:before {
    content: "";
}
.bi-badge-4k-fill:before {
    content: "";
}
.bi-badge-4k:before {
    content: "";
}
.bi-badge-8k-fill:before {
    content: "";
}
.bi-badge-8k:before {
    content: "";
}
.bi-badge-ad-fill:before {
    content: "";
}
.bi-badge-ad:before {
    content: "";
}
.bi-badge-ar-fill:before {
    content: "";
}
.bi-badge-ar:before {
    content: "";
}
.bi-badge-cc-fill:before {
    content: "";
}
.bi-badge-cc:before {
    content: "";
}
.bi-badge-hd-fill:before {
    content: "";
}
.bi-badge-hd:before {
    content: "";
}
.bi-badge-tm-fill:before {
    content: "";
}
.bi-badge-tm:before {
    content: "";
}
.bi-badge-vo-fill:before {
    content: "";
}
.bi-badge-vo:before {
    content: "";
}
.bi-badge-vr-fill:before {
    content: "";
}
.bi-badge-vr:before {
    content: "";
}
.bi-badge-wc-fill:before {
    content: "";
}
.bi-badge-wc:before {
    content: "";
}
.bi-bag-check-fill:before {
    content: "";
}
.bi-bag-check:before {
    content: "";
}
.bi-bag-dash-fill:before {
    content: "";
}
.bi-bag-dash:before {
    content: "";
}
.bi-bag-fill:before {
    content: "";
}
.bi-bag-plus-fill:before {
    content: "";
}
.bi-bag-plus:before {
    content: "";
}
.bi-bag-x-fill:before {
    content: "";
}
.bi-bag-x:before {
    content: "";
}
.bi-bag:before {
    content: "";
}
.bi-bar-chart-fill:before {
    content: "";
}
.bi-bar-chart-line-fill:before {
    content: "";
}
.bi-bar-chart-line:before {
    content: "";
}
.bi-bar-chart-steps:before {
    content: "";
}
.bi-bar-chart:before {
    content: "";
}
.bi-basket-fill:before {
    content: "";
}
.bi-basket:before {
    content: "";
}
.bi-basket2-fill:before {
    content: "";
}
.bi-basket2:before {
    content: "";
}
.bi-basket3-fill:before {
    content: "";
}
.bi-basket3:before {
    content: "";
}
.bi-battery-charging:before {
    content: "";
}
.bi-battery-full:before {
    content: "";
}
.bi-battery-half:before {
    content: "";
}
.bi-battery:before {
    content: "";
}
.bi-bell-fill:before {
    content: "";
}
.bi-bell:before {
    content: "";
}
.bi-bezier:before {
    content: "";
}
.bi-bezier2:before {
    content: "";
}
.bi-bicycle:before {
    content: "";
}
.bi-binoculars-fill:before {
    content: "";
}
.bi-binoculars:before {
    content: "";
}
.bi-blockquote-left:before {
    content: "";
}
.bi-blockquote-right:before {
    content: "";
}
.bi-book-fill:before {
    content: "";
}
.bi-book-half:before {
    content: "";
}
.bi-book:before {
    content: "";
}
.bi-bookmark-check-fill:before {
    content: "";
}
.bi-bookmark-check:before {
    content: "";
}
.bi-bookmark-dash-fill:before {
    content: "";
}
.bi-bookmark-dash:before {
    content: "";
}
.bi-bookmark-fill:before {
    content: "";
}
.bi-bookmark-heart-fill:before {
    content: "";
}
.bi-bookmark-heart:before {
    content: "";
}
.bi-bookmark-plus-fill:before {
    content: "";
}
.bi-bookmark-plus:before {
    content: "";
}
.bi-bookmark-star-fill:before {
    content: "";
}
.bi-bookmark-star:before {
    content: "";
}
.bi-bookmark-x-fill:before {
    content: "";
}
.bi-bookmark-x:before {
    content: "";
}
.bi-bookmark:before {
    content: "";
}
.bi-bookmarks-fill:before {
    content: "";
}
.bi-bookmarks:before {
    content: "";
}
.bi-bookshelf:before {
    content: "";
}
.bi-bootstrap-fill:before {
    content: "";
}
.bi-bootstrap-reboot:before {
    content: "";
}
.bi-bootstrap:before {
    content: "";
}
.bi-border-all:before {
    content: "";
}
.bi-border-bottom:before {
    content: "";
}
.bi-border-center:before {
    content: "";
}
.bi-border-inner:before {
    content: "";
}
.bi-border-left:before {
    content: "";
}
.bi-border-middle:before {
    content: "";
}
.bi-border-outer:before {
    content: "";
}
.bi-border-right:before {
    content: "";
}
.bi-border-style:before {
    content: "";
}
.bi-border-top:before {
    content: "";
}
.bi-border-width:before {
    content: "";
}
.bi-border:before {
    content: "";
}
.bi-bounding-box-circles:before {
    content: "";
}
.bi-bounding-box:before {
    content: "";
}
.bi-box-arrow-down-left:before {
    content: "";
}
.bi-box-arrow-down-right:before {
    content: "";
}
.bi-box-arrow-down:before {
    content: "";
}
.bi-box-arrow-in-down-left:before {
    content: "";
}
.bi-box-arrow-in-down-right:before {
    content: "";
}
.bi-box-arrow-in-down:before {
    content: "";
}
.bi-box-arrow-in-left:before {
    content: "";
}
.bi-box-arrow-in-right:before {
    content: "";
}
.bi-box-arrow-in-up-left:before {
    content: "";
}
.bi-box-arrow-in-up-right:before {
    content: "";
}
.bi-box-arrow-in-up:before {
    content: "";
}
.bi-box-arrow-left:before {
    content: "";
}
.bi-box-arrow-right:before {
    content: "";
}
.bi-box-arrow-up-left:before {
    content: "";
}
.bi-box-arrow-up-right:before {
    content: "";
}
.bi-box-arrow-up:before {
    content: "";
}
.bi-box-seam:before {
    content: "";
}
.bi-box:before {
    content: "";
}
.bi-braces:before {
    content: "";
}
.bi-bricks:before {
    content: "";
}
.bi-briefcase-fill:before {
    content: "";
}
.bi-briefcase:before {
    content: "";
}
.bi-brightness-alt-high-fill:before {
    content: "";
}
.bi-brightness-alt-high:before {
    content: "";
}
.bi-brightness-alt-low-fill:before {
    content: "";
}
.bi-brightness-alt-low:before {
    content: "";
}
.bi-brightness-high-fill:before {
    content: "";
}
.bi-brightness-high:before {
    content: "";
}
.bi-brightness-low-fill:before {
    content: "";
}
.bi-brightness-low:before {
    content: "";
}
.bi-broadcast-pin:before {
    content: "";
}
.bi-broadcast:before {
    content: "";
}
.bi-brush-fill:before {
    content: "";
}
.bi-brush:before {
    content: "";
}
.bi-bucket-fill:before {
    content: "";
}
.bi-bucket:before {
    content: "";
}
.bi-bug-fill:before {
    content: "";
}
.bi-bug:before {
    content: "";
}
.bi-building:before {
    content: "";
}
.bi-bullseye:before {
    content: "";
}
.bi-calculator-fill:before {
    content: "";
}
.bi-calculator:before {
    content: "";
}
.bi-calendar-check-fill:before {
    content: "";
}
.bi-calendar-check:before {
    content: "";
}
.bi-calendar-date-fill:before {
    content: "";
}
.bi-calendar-date:before {
    content: "";
}
.bi-calendar-day-fill:before {
    content: "";
}
.bi-calendar-day:before {
    content: "";
}
.bi-calendar-event-fill:before {
    content: "";
}
.bi-calendar-event:before {
    content: "";
}
.bi-calendar-fill:before {
    content: "";
}
.bi-calendar-minus-fill:before {
    content: "";
}
.bi-calendar-minus:before {
    content: "";
}
.bi-calendar-month-fill:before {
    content: "";
}
.bi-calendar-month:before {
    content: "";
}
.bi-calendar-plus-fill:before {
    content: "";
}
.bi-calendar-plus:before {
    content: "";
}
.bi-calendar-range-fill:before {
    content: "";
}
.bi-calendar-range:before {
    content: "";
}
.bi-calendar-week-fill:before {
    content: "";
}
.bi-calendar-week:before {
    content: "";
}
.bi-calendar-x-fill:before {
    content: "";
}
.bi-calendar-x:before {
    content: "";
}
.bi-calendar:before {
    content: "";
}
.bi-calendar2-check-fill:before {
    content: "";
}
.bi-calendar2-check:before {
    content: "";
}
.bi-calendar2-date-fill:before {
    content: "";
}
.bi-calendar2-date:before {
    content: "";
}
.bi-calendar2-day-fill:before {
    content: "";
}
.bi-calendar2-day:before {
    content: "";
}
.bi-calendar2-event-fill:before {
    content: "";
}
.bi-calendar2-event:before {
    content: "";
}
.bi-calendar2-fill:before {
    content: "";
}
.bi-calendar2-minus-fill:before {
    content: "";
}
.bi-calendar2-minus:before {
    content: "";
}
.bi-calendar2-month-fill:before {
    content: "";
}
.bi-calendar2-month:before {
    content: "";
}
.bi-calendar2-plus-fill:before {
    content: "";
}
.bi-calendar2-plus:before {
    content: "";
}
.bi-calendar2-range-fill:before {
    content: "";
}
.bi-calendar2-range:before {
    content: "";
}
.bi-calendar2-week-fill:before {
    content: "";
}
.bi-calendar2-week:before {
    content: "";
}
.bi-calendar2-x-fill:before {
    content: "";
}
.bi-calendar2-x:before {
    content: "";
}
.bi-calendar2:before {
    content: "";
}
.bi-calendar3-event-fill:before {
    content: "";
}
.bi-calendar3-event:before {
    content: "";
}
.bi-calendar3-fill:before {
    content: "";
}
.bi-calendar3-range-fill:before {
    content: "";
}
.bi-calendar3-range:before {
    content: "";
}
.bi-calendar3-week-fill:before {
    content: "";
}
.bi-calendar3-week:before {
    content: "";
}
.bi-calendar3:before {
    content: "";
}
.bi-calendar4-event:before {
    content: "";
}
.bi-calendar4-range:before {
    content: "";
}
.bi-calendar4-week:before {
    content: "";
}
.bi-calendar4:before {
    content: "";
}
.bi-camera-fill:before {
    content: "";
}
.bi-camera-reels-fill:before {
    content: "";
}
.bi-camera-reels:before {
    content: "";
}
.bi-camera-video-fill:before {
    content: "";
}
.bi-camera-video-off-fill:before {
    content: "";
}
.bi-camera-video-off:before {
    content: "";
}
.bi-camera-video:before {
    content: "";
}
.bi-camera:before {
    content: "";
}
.bi-camera2:before {
    content: "";
}
.bi-capslock-fill:before {
    content: "";
}
.bi-capslock:before {
    content: "";
}
.bi-card-checklist:before {
    content: "";
}
.bi-card-heading:before {
    content: "";
}
.bi-card-image:before {
    content: "";
}
.bi-card-list:before {
    content: "";
}
.bi-card-text:before {
    content: "";
}
.bi-caret-down-fill:before {
    content: "";
}
.bi-caret-down-square-fill:before {
    content: "";
}
.bi-caret-down-square:before {
    content: "";
}
.bi-caret-down:before {
    content: "";
}
.bi-caret-left-fill:before {
    content: "";
}
.bi-caret-left-square-fill:before {
    content: "";
}
.bi-caret-left-square:before {
    content: "";
}
.bi-caret-left:before {
    content: "";
}
.bi-caret-right-fill:before {
    content: "";
}
.bi-caret-right-square-fill:before {
    content: "";
}
.bi-caret-right-square:before {
    content: "";
}
.bi-caret-right:before {
    content: "";
}
.bi-caret-up-fill:before {
    content: "";
}
.bi-caret-up-square-fill:before {
    content: "";
}
.bi-caret-up-square:before {
    content: "";
}
.bi-caret-up:before {
    content: "";
}
.bi-cart-check-fill:before {
    content: "";
}
.bi-cart-check:before {
    content: "";
}
.bi-cart-dash-fill:before {
    content: "";
}
.bi-cart-dash:before {
    content: "";
}
.bi-cart-fill:before {
    content: "";
}
.bi-cart-plus-fill:before {
    content: "";
}
.bi-cart-plus:before {
    content: "";
}
.bi-cart-x-fill:before {
    content: "";
}
.bi-cart-x:before {
    content: "";
}
.bi-cart:before {
    content: "";
}
.bi-cart2:before {
    content: "";
}
.bi-cart3:before {
    content: "";
}
.bi-cart4:before {
    content: "";
}
.bi-cash-stack:before {
    content: "";
}
.bi-cash:before {
    content: "";
}
.bi-cast:before {
    content: "";
}
.bi-chat-dots-fill:before {
    content: "";
}
.bi-chat-dots:before {
    content: "";
}
.bi-chat-fill:before {
    content: "";
}
.bi-chat-left-dots-fill:before {
    content: "";
}
.bi-chat-left-dots:before {
    content: "";
}
.bi-chat-left-fill:before {
    content: "";
}
.bi-chat-left-quote-fill:before {
    content: "";
}
.bi-chat-left-quote:before {
    content: "";
}
.bi-chat-left-text-fill:before {
    content: "";
}
.bi-chat-left-text:before {
    content: "";
}
.bi-chat-left:before {
    content: "";
}
.bi-chat-quote-fill:before {
    content: "";
}
.bi-chat-quote:before {
    content: "";
}
.bi-chat-right-dots-fill:before {
    content: "";
}
.bi-chat-right-dots:before {
    content: "";
}
.bi-chat-right-fill:before {
    content: "";
}
.bi-chat-right-quote-fill:before {
    content: "";
}
.bi-chat-right-quote:before {
    content: "";
}
.bi-chat-right-text-fill:before {
    content: "";
}
.bi-chat-right-text:before {
    content: "";
}
.bi-chat-right:before {
    content: "";
}
.bi-chat-square-dots-fill:before {
    content: "";
}
.bi-chat-square-dots:before {
    content: "";
}
.bi-chat-square-fill:before {
    content: "";
}
.bi-chat-square-quote-fill:before {
    content: "";
}
.bi-chat-square-quote:before {
    content: "";
}
.bi-chat-square-text-fill:before {
    content: "";
}
.bi-chat-square-text:before {
    content: "";
}
.bi-chat-square:before {
    content: "";
}
.bi-chat-text-fill:before {
    content: "";
}
.bi-chat-text:before {
    content: "";
}
.bi-chat:before {
    content: "";
}
.bi-check-all:before {
    content: "";
}
.bi-check-circle-fill:before {
    content: "";
}
.bi-check-circle:before {
    content: "";
}
.bi-check-square-fill:before {
    content: "";
}
.bi-check-square:before {
    content: "";
}
.bi-check:before {
    content: "";
}
.bi-check2-all:before {
    content: "";
}
.bi-check2-circle:before {
    content: "";
}
.bi-check2-square:before {
    content: "";
}
.bi-check2:before {
    content: "";
}
.bi-chevron-bar-contract:before {
    content: "";
}
.bi-chevron-bar-down:before {
    content: "";
}
.bi-chevron-bar-expand:before {
    content: "";
}
.bi-chevron-bar-left:before {
    content: "";
}
.bi-chevron-bar-right:before {
    content: "";
}
.bi-chevron-bar-up:before {
    content: "";
}
.bi-chevron-compact-down:before {
    content: "";
}
.bi-chevron-compact-left:before {
    content: "";
}
.bi-chevron-compact-right:before {
    content: "";
}
.bi-chevron-compact-up:before {
    content: "";
}
.bi-chevron-contract:before {
    content: "";
}
.bi-chevron-double-down:before {
    content: "";
}
.bi-chevron-double-left:before {
    content: "";
}
.bi-chevron-double-right:before {
    content: "";
}
.bi-chevron-double-up:before {
    content: "";
}
.bi-chevron-down:before {
    content: "";
}
.bi-chevron-expand:before {
    content: "";
}
.bi-chevron-left:before {
    content: "";
}
.bi-chevron-right:before {
    content: "";
}
.bi-chevron-up:before {
    content: "";
}
.bi-circle-fill:before {
    content: "";
}
.bi-circle-half:before {
    content: "";
}
.bi-circle-square:before {
    content: "";
}
.bi-circle:before {
    content: "";
}
.bi-clipboard-check:before {
    content: "";
}
.bi-clipboard-data:before {
    content: "";
}
.bi-clipboard-minus:before {
    content: "";
}
.bi-clipboard-plus:before {
    content: "";
}
.bi-clipboard-x:before {
    content: "";
}
.bi-clipboard:before {
    content: "";
}
.bi-clock-fill:before {
    content: "";
}
.bi-clock-history:before {
    content: "";
}
.bi-clock:before {
    content: "";
}
.bi-cloud-arrow-down-fill:before {
    content: "";
}
.bi-cloud-arrow-down:before {
    content: "";
}
.bi-cloud-arrow-up-fill:before {
    content: "";
}
.bi-cloud-arrow-up:before {
    content: "";
}
.bi-cloud-check-fill:before {
    content: "";
}
.bi-cloud-check:before {
    content: "";
}
.bi-cloud-download-fill:before {
    content: "";
}
.bi-cloud-download:before {
    content: "";
}
.bi-cloud-drizzle-fill:before {
    content: "";
}
.bi-cloud-drizzle:before {
    content: "";
}
.bi-cloud-fill:before {
    content: "";
}
.bi-cloud-fog-fill:before {
    content: "";
}
.bi-cloud-fog:before {
    content: "";
}
.bi-cloud-fog2-fill:before {
    content: "";
}
.bi-cloud-fog2:before {
    content: "";
}
.bi-cloud-hail-fill:before {
    content: "";
}
.bi-cloud-hail:before {
    content: "";
}
.bi-cloud-haze-fill:before {
    content: "";
}
.bi-cloud-haze:before {
    content: "";
}
.bi-cloud-haze2-fill:before {
    content: "";
}
.bi-cloud-lightning-fill:before {
    content: "";
}
.bi-cloud-lightning-rain-fill:before {
    content: "";
}
.bi-cloud-lightning-rain:before {
    content: "";
}
.bi-cloud-lightning:before {
    content: "";
}
.bi-cloud-minus-fill:before {
    content: "";
}
.bi-cloud-minus:before {
    content: "";
}
.bi-cloud-moon-fill:before {
    content: "";
}
.bi-cloud-moon:before {
    content: "";
}
.bi-cloud-plus-fill:before {
    content: "";
}
.bi-cloud-plus:before {
    content: "";
}
.bi-cloud-rain-fill:before {
    content: "";
}
.bi-cloud-rain-heavy-fill:before {
    content: "";
}
.bi-cloud-rain-heavy:before {
    content: "";
}
.bi-cloud-rain:before {
    content: "";
}
.bi-cloud-slash-fill:before {
    content: "";
}
.bi-cloud-slash:before {
    content: "";
}
.bi-cloud-sleet-fill:before {
    content: "";
}
.bi-cloud-sleet:before {
    content: "";
}
.bi-cloud-snow-fill:before {
    content: "";
}
.bi-cloud-snow:before {
    content: "";
}
.bi-cloud-sun-fill:before {
    content: "";
}
.bi-cloud-sun:before {
    content: "";
}
.bi-cloud-upload-fill:before {
    content: "";
}
.bi-cloud-upload:before {
    content: "";
}
.bi-cloud:before {
    content: "";
}
.bi-clouds-fill:before {
    content: "";
}
.bi-clouds:before {
    content: "";
}
.bi-cloudy-fill:before {
    content: "";
}
.bi-cloudy:before {
    content: "";
}
.bi-code-slash:before {
    content: "";
}
.bi-code-square:before {
    content: "";
}
.bi-code:before {
    content: "";
}
.bi-collection-fill:before {
    content: "";
}
.bi-collection-play-fill:before {
    content: "";
}
.bi-collection-play:before {
    content: "";
}
.bi-collection:before {
    content: "";
}
.bi-columns-gap:before {
    content: "";
}
.bi-columns:before {
    content: "";
}
.bi-command:before {
    content: "";
}
.bi-compass-fill:before {
    content: "";
}
.bi-compass:before {
    content: "";
}
.bi-cone-striped:before {
    content: "";
}
.bi-cone:before {
    content: "";
}
.bi-controller:before {
    content: "";
}
.bi-cpu-fill:before {
    content: "";
}
.bi-cpu:before {
    content: "";
}
.bi-credit-card-2-back-fill:before {
    content: "";
}
.bi-credit-card-2-back:before {
    content: "";
}
.bi-credit-card-2-front-fill:before {
    content: "";
}
.bi-credit-card-2-front:before {
    content: "";
}
.bi-credit-card-fill:before {
    content: "";
}
.bi-credit-card:before {
    content: "";
}
.bi-crop:before {
    content: "";
}
.bi-cup-fill:before {
    content: "";
}
.bi-cup-straw:before {
    content: "";
}
.bi-cup:before {
    content: "";
}
.bi-cursor-fill:before {
    content: "";
}
.bi-cursor-text:before {
    content: "";
}
.bi-cursor:before {
    content: "";
}
.bi-dash-circle-dotted:before {
    content: "";
}
.bi-dash-circle-fill:before {
    content: "";
}
.bi-dash-circle:before {
    content: "";
}
.bi-dash-square-dotted:before {
    content: "";
}
.bi-dash-square-fill:before {
    content: "";
}
.bi-dash-square:before {
    content: "";
}
.bi-dash:before {
    content: "";
}
.bi-diagram-2-fill:before {
    content: "";
}
.bi-diagram-2:before {
    content: "";
}
.bi-diagram-3-fill:before {
    content: "";
}
.bi-diagram-3:before {
    content: "";
}
.bi-diamond-fill:before {
    content: "";
}
.bi-diamond-half:before {
    content: "";
}
.bi-diamond:before {
    content: "";
}
.bi-dice-1-fill:before {
    content: "";
}
.bi-dice-1:before {
    content: "";
}
.bi-dice-2-fill:before {
    content: "";
}
.bi-dice-2:before {
    content: "";
}
.bi-dice-3-fill:before {
    content: "";
}
.bi-dice-3:before {
    content: "";
}
.bi-dice-4-fill:before {
    content: "";
}
.bi-dice-4:before {
    content: "";
}
.bi-dice-5-fill:before {
    content: "";
}
.bi-dice-5:before {
    content: "";
}
.bi-dice-6-fill:before {
    content: "";
}
.bi-dice-6:before {
    content: "";
}
.bi-disc-fill:before {
    content: "";
}
.bi-disc:before {
    content: "";
}
.bi-discord:before {
    content: "";
}
.bi-display-fill:before {
    content: "";
}
.bi-display:before {
    content: "";
}
.bi-distribute-horizontal:before {
    content: "";
}
.bi-distribute-vertical:before {
    content: "";
}
.bi-door-closed-fill:before {
    content: "";
}
.bi-door-closed:before {
    content: "";
}
.bi-door-open-fill:before {
    content: "";
}
.bi-door-open:before {
    content: "";
}
.bi-dot:before {
    content: "";
}
.bi-download:before {
    content: "";
}
.bi-droplet-fill:before {
    content: "";
}
.bi-droplet-half:before {
    content: "";
}
.bi-droplet:before {
    content: "";
}
.bi-earbuds:before {
    content: "";
}
.bi-easel-fill:before {
    content: "";
}
.bi-easel:before {
    content: "";
}
.bi-egg-fill:before {
    content: "";
}
.bi-egg-fried:before {
    content: "";
}
.bi-egg:before {
    content: "";
}
.bi-eject-fill:before {
    content: "";
}
.bi-eject:before {
    content: "";
}
.bi-emoji-angry-fill:before {
    content: "";
}
.bi-emoji-angry:before {
    content: "";
}
.bi-emoji-dizzy-fill:before {
    content: "";
}
.bi-emoji-dizzy:before {
    content: "";
}
.bi-emoji-expressionless-fill:before {
    content: "";
}
.bi-emoji-expressionless:before {
    content: "";
}
.bi-emoji-frown-fill:before {
    content: "";
}
.bi-emoji-frown:before {
    content: "";
}
.bi-emoji-heart-eyes-fill:before {
    content: "";
}
.bi-emoji-heart-eyes:before {
    content: "";
}
.bi-emoji-laughing-fill:before {
    content: "";
}
.bi-emoji-laughing:before {
    content: "";
}
.bi-emoji-neutral-fill:before {
    content: "";
}
.bi-emoji-neutral:before {
    content: "";
}
.bi-emoji-smile-fill:before {
    content: "";
}
.bi-emoji-smile-upside-down-fill:before {
    content: "";
}
.bi-emoji-smile-upside-down:before {
    content: "";
}
.bi-emoji-smile:before {
    content: "";
}
.bi-emoji-sunglasses-fill:before {
    content: "";
}
.bi-emoji-sunglasses:before {
    content: "";
}
.bi-emoji-wink-fill:before {
    content: "";
}
.bi-emoji-wink:before {
    content: "";
}
.bi-envelope-fill:before {
    content: "";
}
.bi-envelope-open-fill:before {
    content: "";
}
.bi-envelope-open:before {
    content: "";
}
.bi-envelope:before {
    content: "";
}
.bi-eraser-fill:before {
    content: "";
}
.bi-eraser:before {
    content: "";
}
.bi-exclamation-circle-fill:before {
    content: "";
}
.bi-exclamation-circle:before {
    content: "";
}
.bi-exclamation-diamond-fill:before {
    content: "";
}
.bi-exclamation-diamond:before {
    content: "";
}
.bi-exclamation-octagon-fill:before {
    content: "";
}
.bi-exclamation-octagon:before {
    content: "";
}
.bi-exclamation-square-fill:before {
    content: "";
}
.bi-exclamation-square:before {
    content: "";
}
.bi-exclamation-triangle-fill:before {
    content: "";
}
.bi-exclamation-triangle:before {
    content: "";
}
.bi-exclamation:before {
    content: "";
}
.bi-exclude:before {
    content: "";
}
.bi-eye-fill:before {
    content: "";
}
.bi-eye-slash-fill:before {
    content: "";
}
.bi-eye-slash:before {
    content: "";
}
.bi-eye:before {
    content: "";
}
.bi-eyedropper:before {
    content: "";
}
.bi-eyeglasses:before {
    content: "";
}
.bi-facebook:before {
    content: "";
}
.bi-file-arrow-down-fill:before {
    content: "";
}
.bi-file-arrow-down:before {
    content: "";
}
.bi-file-arrow-up-fill:before {
    content: "";
}
.bi-file-arrow-up:before {
    content: "";
}
.bi-file-bar-graph-fill:before {
    content: "";
}
.bi-file-bar-graph:before {
    content: "";
}
.bi-file-binary-fill:before {
    content: "";
}
.bi-file-binary:before {
    content: "";
}
.bi-file-break-fill:before {
    content: "";
}
.bi-file-break:before {
    content: "";
}
.bi-file-check-fill:before {
    content: "";
}
.bi-file-check:before {
    content: "";
}
.bi-file-code-fill:before {
    content: "";
}
.bi-file-code:before {
    content: "";
}
.bi-file-diff-fill:before {
    content: "";
}
.bi-file-diff:before {
    content: "";
}
.bi-file-earmark-arrow-down-fill:before {
    content: "";
}
.bi-file-earmark-arrow-down:before {
    content: "";
}
.bi-file-earmark-arrow-up-fill:before {
    content: "";
}
.bi-file-earmark-arrow-up:before {
    content: "";
}
.bi-file-earmark-bar-graph-fill:before {
    content: "";
}
.bi-file-earmark-bar-graph:before {
    content: "";
}
.bi-file-earmark-binary-fill:before {
    content: "";
}
.bi-file-earmark-binary:before {
    content: "";
}
.bi-file-earmark-break-fill:before {
    content: "";
}
.bi-file-earmark-break:before {
    content: "";
}
.bi-file-earmark-check-fill:before {
    content: "";
}
.bi-file-earmark-check:before {
    content: "";
}
.bi-file-earmark-code-fill:before {
    content: "";
}
.bi-file-earmark-code:before {
    content: "";
}
.bi-file-earmark-diff-fill:before {
    content: "";
}
.bi-file-earmark-diff:before {
    content: "";
}
.bi-file-earmark-easel-fill:before {
    content: "";
}
.bi-file-earmark-easel:before {
    content: "";
}
.bi-file-earmark-excel-fill:before {
    content: "";
}
.bi-file-earmark-excel:before {
    content: "";
}
.bi-file-earmark-fill:before {
    content: "";
}
.bi-file-earmark-font-fill:before {
    content: "";
}
.bi-file-earmark-font:before {
    content: "";
}
.bi-file-earmark-image-fill:before {
    content: "";
}
.bi-file-earmark-image:before {
    content: "";
}
.bi-file-earmark-lock-fill:before {
    content: "";
}
.bi-file-earmark-lock:before {
    content: "";
}
.bi-file-earmark-lock2-fill:before {
    content: "";
}
.bi-file-earmark-lock2:before {
    content: "";
}
.bi-file-earmark-medical-fill:before {
    content: "";
}
.bi-file-earmark-medical:before {
    content: "";
}
.bi-file-earmark-minus-fill:before {
    content: "";
}
.bi-file-earmark-minus:before {
    content: "";
}
.bi-file-earmark-music-fill:before {
    content: "";
}
.bi-file-earmark-music:before {
    content: "";
}
.bi-file-earmark-person-fill:before {
    content: "";
}
.bi-file-earmark-person:before {
    content: "";
}
.bi-file-earmark-play-fill:before {
    content: "";
}
.bi-file-earmark-play:before {
    content: "";
}
.bi-file-earmark-plus-fill:before {
    content: "";
}
.bi-file-earmark-plus:before {
    content: "";
}
.bi-file-earmark-post-fill:before {
    content: "";
}
.bi-file-earmark-post:before {
    content: "";
}
.bi-file-earmark-ppt-fill:before {
    content: "";
}
.bi-file-earmark-ppt:before {
    content: "";
}
.bi-file-earmark-richtext-fill:before {
    content: "";
}
.bi-file-earmark-richtext:before {
    content: "";
}
.bi-file-earmark-ruled-fill:before {
    content: "";
}
.bi-file-earmark-ruled:before {
    content: "";
}
.bi-file-earmark-slides-fill:before {
    content: "";
}
.bi-file-earmark-slides:before {
    content: "";
}
.bi-file-earmark-spreadsheet-fill:before {
    content: "";
}
.bi-file-earmark-spreadsheet:before {
    content: "";
}
.bi-file-earmark-text-fill:before {
    content: "";
}
.bi-file-earmark-text:before {
    content: "";
}
.bi-file-earmark-word-fill:before {
    content: "";
}
.bi-file-earmark-word:before {
    content: "";
}
.bi-file-earmark-x-fill:before {
    content: "";
}
.bi-file-earmark-x:before {
    content: "";
}
.bi-file-earmark-zip-fill:before {
    content: "";
}
.bi-file-earmark-zip:before {
    content: "";
}
.bi-file-earmark:before {
    content: "";
}
.bi-file-easel-fill:before {
    content: "";
}
.bi-file-easel:before {
    content: "";
}
.bi-file-excel-fill:before {
    content: "";
}
.bi-file-excel:before {
    content: "";
}
.bi-file-fill:before {
    content: "";
}
.bi-file-font-fill:before {
    content: "";
}
.bi-file-font:before {
    content: "";
}
.bi-file-image-fill:before {
    content: "";
}
.bi-file-image:before {
    content: "";
}
.bi-file-lock-fill:before {
    content: "";
}
.bi-file-lock:before {
    content: "";
}
.bi-file-lock2-fill:before {
    content: "";
}
.bi-file-lock2:before {
    content: "";
}
.bi-file-medical-fill:before {
    content: "";
}
.bi-file-medical:before {
    content: "";
}
.bi-file-minus-fill:before {
    content: "";
}
.bi-file-minus:before {
    content: "";
}
.bi-file-music-fill:before {
    content: "";
}
.bi-file-music:before {
    content: "";
}
.bi-file-person-fill:before {
    content: "";
}
.bi-file-person:before {
    content: "";
}
.bi-file-play-fill:before {
    content: "";
}
.bi-file-play:before {
    content: "";
}
.bi-file-plus-fill:before {
    content: "";
}
.bi-file-plus:before {
    content: "";
}
.bi-file-post-fill:before {
    content: "";
}
.bi-file-post:before {
    content: "";
}
.bi-file-ppt-fill:before {
    content: "";
}
.bi-file-ppt:before {
    content: "";
}
.bi-file-richtext-fill:before {
    content: "";
}
.bi-file-richtext:before {
    content: "";
}
.bi-file-ruled-fill:before {
    content: "";
}
.bi-file-ruled:before {
    content: "";
}
.bi-file-slides-fill:before {
    content: "";
}
.bi-file-slides:before {
    content: "";
}
.bi-file-spreadsheet-fill:before {
    content: "";
}
.bi-file-spreadsheet:before {
    content: "";
}
.bi-file-text-fill:before {
    content: "";
}
.bi-file-text:before {
    content: "";
}
.bi-file-word-fill:before {
    content: "";
}
.bi-file-word:before {
    content: "";
}
.bi-file-x-fill:before {
    content: "";
}
.bi-file-x:before {
    content: "";
}
.bi-file-zip-fill:before {
    content: "";
}
.bi-file-zip:before {
    content: "";
}
.bi-file:before {
    content: "";
}
.bi-files-alt:before {
    content: "";
}
.bi-files:before {
    content: "";
}
.bi-film:before {
    content: "";
}
.bi-filter-circle-fill:before {
    content: "";
}
.bi-filter-circle:before {
    content: "";
}
.bi-filter-left:before {
    content: "";
}
.bi-filter-right:before {
    content: "";
}
.bi-filter-square-fill:before {
    content: "";
}
.bi-filter-square:before {
    content: "";
}
.bi-filter:before {
    content: "";
}
.bi-flag-fill:before {
    content: "";
}
.bi-flag:before {
    content: "";
}
.bi-flower1:before {
    content: "";
}
.bi-flower2:before {
    content: "";
}
.bi-flower3:before {
    content: "";
}
.bi-folder-check:before {
    content: "";
}
.bi-folder-fill:before {
    content: "";
}
.bi-folder-minus:before {
    content: "";
}
.bi-folder-plus:before {
    content: "";
}
.bi-folder-symlink-fill:before {
    content: "";
}
.bi-folder-symlink:before {
    content: "";
}
.bi-folder-x:before {
    content: "";
}
.bi-folder:before {
    content: "";
}
.bi-folder2-open:before {
    content: "";
}
.bi-folder2:before {
    content: "";
}
.bi-fonts:before {
    content: "";
}
.bi-forward-fill:before {
    content: "";
}
.bi-forward:before {
    content: "";
}
.bi-front:before {
    content: "";
}
.bi-fullscreen-exit:before {
    content: "";
}
.bi-fullscreen:before {
    content: "";
}
.bi-funnel-fill:before {
    content: "";
}
.bi-funnel:before {
    content: "";
}
.bi-gear-fill:before {
    content: "";
}
.bi-gear-wide-connected:before {
    content: "";
}
.bi-gear-wide:before {
    content: "";
}
.bi-gear:before {
    content: "";
}
.bi-gem:before {
    content: "";
}
.bi-geo-alt-fill:before {
    content: "";
}
.bi-geo-alt:before {
    content: "";
}
.bi-geo-fill:before {
    content: "";
}
.bi-geo:before {
    content: "";
}
.bi-gift-fill:before {
    content: "";
}
.bi-gift:before {
    content: "";
}
.bi-github:before {
    content: "";
}
.bi-globe:before {
    content: "";
}
.bi-globe2:before {
    content: "";
}
.bi-google:before {
    content: "";
}
.bi-graph-down:before {
    content: "";
}
.bi-graph-up:before {
    content: "";
}
.bi-grid-1x2-fill:before {
    content: "";
}
.bi-grid-1x2:before {
    content: "";
}
.bi-grid-3x2-gap-fill:before {
    content: "";
}
.bi-grid-3x2-gap:before {
    content: "";
}
.bi-grid-3x2:before {
    content: "";
}
.bi-grid-3x3-gap-fill:before {
    content: "";
}
.bi-grid-3x3-gap:before {
    content: "";
}
.bi-grid-3x3:before {
    content: "";
}
.bi-grid-fill:before {
    content: "";
}
.bi-grid:before {
    content: "";
}
.bi-grip-horizontal:before {
    content: "";
}
.bi-grip-vertical:before {
    content: "";
}
.bi-hammer:before {
    content: "";
}
.bi-hand-index-fill:before {
    content: "";
}
.bi-hand-index-thumb-fill:before {
    content: "";
}
.bi-hand-index-thumb:before {
    content: "";
}
.bi-hand-index:before {
    content: "";
}
.bi-hand-thumbs-down-fill:before {
    content: "";
}
.bi-hand-thumbs-down:before {
    content: "";
}
.bi-hand-thumbs-up-fill:before {
    content: "";
}
.bi-hand-thumbs-up:before {
    content: "";
}
.bi-handbag-fill:before {
    content: "";
}
.bi-handbag:before {
    content: "";
}
.bi-hash:before {
    content: "";
}
.bi-hdd-fill:before {
    content: "";
}
.bi-hdd-network-fill:before {
    content: "";
}
.bi-hdd-network:before {
    content: "";
}
.bi-hdd-rack-fill:before {
    content: "";
}
.bi-hdd-rack:before {
    content: "";
}
.bi-hdd-stack-fill:before {
    content: "";
}
.bi-hdd-stack:before {
    content: "";
}
.bi-hdd:before {
    content: "";
}
.bi-headphones:before {
    content: "";
}
.bi-headset:before {
    content: "";
}
.bi-heart-fill:before {
    content: "";
}
.bi-heart-half:before {
    content: "";
}
.bi-heart:before {
    content: "";
}
.bi-heptagon-fill:before {
    content: "";
}
.bi-heptagon-half:before {
    content: "";
}
.bi-heptagon:before {
    content: "";
}
.bi-hexagon-fill:before {
    content: "";
}
.bi-hexagon-half:before {
    content: "";
}
.bi-hexagon:before {
    content: "";
}
.bi-hourglass-bottom:before {
    content: "";
}
.bi-hourglass-split:before {
    content: "";
}
.bi-hourglass-top:before {
    content: "";
}
.bi-hourglass:before {
    content: "";
}
.bi-house-door-fill:before {
    content: "";
}
.bi-house-door:before {
    content: "";
}
.bi-house-fill:before {
    content: "";
}
.bi-house:before {
    content: "";
}
.bi-hr:before {
    content: "";
}
.bi-hurricane:before {
    content: "";
}
.bi-image-alt:before {
    content: "";
}
.bi-image-fill:before {
    content: "";
}
.bi-image:before {
    content: "";
}
.bi-images:before {
    content: "";
}
.bi-inbox-fill:before {
    content: "";
}
.bi-inbox:before {
    content: "";
}
.bi-inboxes-fill:before {
    content: "";
}
.bi-inboxes:before {
    content: "";
}
.bi-info-circle-fill:before {
    content: "";
}
.bi-info-circle:before {
    content: "";
}
.bi-info-square-fill:before {
    content: "";
}
.bi-info-square:before {
    content: "";
}
.bi-info:before {
    content: "";
}
.bi-input-cursor-text:before {
    content: "";
}
.bi-input-cursor:before {
    content: "";
}
.bi-instagram:before {
    content: "";
}
.bi-intersect:before {
    content: "";
}
.bi-journal-album:before {
    content: "";
}
.bi-journal-arrow-down:before {
    content: "";
}
.bi-journal-arrow-up:before {
    content: "";
}
.bi-journal-bookmark-fill:before {
    content: "";
}
.bi-journal-bookmark:before {
    content: "";
}
.bi-journal-check:before {
    content: "";
}
.bi-journal-code:before {
    content: "";
}
.bi-journal-medical:before {
    content: "";
}
.bi-journal-minus:before {
    content: "";
}
.bi-journal-plus:before {
    content: "";
}
.bi-journal-richtext:before {
    content: "";
}
.bi-journal-text:before {
    content: "";
}
.bi-journal-x:before {
    content: "";
}
.bi-journal:before {
    content: "";
}
.bi-journals:before {
    content: "";
}
.bi-joystick:before {
    content: "";
}
.bi-justify-left:before {
    content: "";
}
.bi-justify-right:before {
    content: "";
}
.bi-justify:before {
    content: "";
}
.bi-kanban-fill:before {
    content: "";
}
.bi-kanban:before {
    content: "";
}
.bi-key-fill:before {
    content: "";
}
.bi-key:before {
    content: "";
}
.bi-keyboard-fill:before {
    content: "";
}
.bi-keyboard:before {
    content: "";
}
.bi-ladder:before {
    content: "";
}
.bi-lamp-fill:before {
    content: "";
}
.bi-lamp:before {
    content: "";
}
.bi-laptop-fill:before {
    content: "";
}
.bi-laptop:before {
    content: "";
}
.bi-layer-backward:before {
    content: "";
}
.bi-layer-forward:before {
    content: "";
}
.bi-layers-fill:before {
    content: "";
}
.bi-layers-half:before {
    content: "";
}
.bi-layers:before {
    content: "";
}
.bi-layout-sidebar-inset-reverse:before {
    content: "";
}
.bi-layout-sidebar-inset:before {
    content: "";
}
.bi-layout-sidebar-reverse:before {
    content: "";
}
.bi-layout-sidebar:before {
    content: "";
}
.bi-layout-split:before {
    content: "";
}
.bi-layout-text-sidebar-reverse:before {
    content: "";
}
.bi-layout-text-sidebar:before {
    content: "";
}
.bi-layout-text-window-reverse:before {
    content: "";
}
.bi-layout-text-window:before {
    content: "";
}
.bi-layout-three-columns:before {
    content: "";
}
.bi-layout-wtf:before {
    content: "";
}
.bi-life-preserver:before {
    content: "";
}
.bi-lightbulb-fill:before {
    content: "";
}
.bi-lightbulb-off-fill:before {
    content: "";
}
.bi-lightbulb-off:before {
    content: "";
}
.bi-lightbulb:before {
    content: "";
}
.bi-lightning-charge-fill:before {
    content: "";
}
.bi-lightning-charge:before {
    content: "";
}
.bi-lightning-fill:before {
    content: "";
}
.bi-lightning:before {
    content: "";
}
.bi-link-45deg:before {
    content: "";
}
.bi-link:before {
    content: "";
}
.bi-linkedin:before {
    content: "";
}
.bi-list-check:before {
    content: "";
}
.bi-list-nested:before {
    content: "";
}
.bi-list-ol:before {
    content: "";
}
.bi-list-stars:before {
    content: "";
}
.bi-list-task:before {
    content: "";
}
.bi-list-ul:before {
    content: "";
}
.bi-list:before {
    content: "";
}
.bi-lock-fill:before {
    content: "";
}
.bi-lock:before {
    content: "";
}
.bi-mailbox:before {
    content: "";
}
.bi-mailbox2:before {
    content: "";
}
.bi-map-fill:before {
    content: "";
}
.bi-map:before {
    content: "";
}
.bi-markdown-fill:before {
    content: "";
}
.bi-markdown:before {
    content: "";
}
.bi-mask:before {
    content: "";
}
.bi-megaphone-fill:before {
    content: "";
}
.bi-megaphone:before {
    content: "";
}
.bi-menu-app-fill:before {
    content: "";
}
.bi-menu-app:before {
    content: "";
}
.bi-menu-button-fill:before {
    content: "";
}
.bi-menu-button-wide-fill:before {
    content: "";
}
.bi-menu-button-wide:before {
    content: "";
}
.bi-menu-button:before {
    content: "";
}
.bi-menu-down:before {
    content: "";
}
.bi-menu-up:before {
    content: "";
}
.bi-mic-fill:before {
    content: "";
}
.bi-mic-mute-fill:before {
    content: "";
}
.bi-mic-mute:before {
    content: "";
}
.bi-mic:before {
    content: "";
}
.bi-minecart-loaded:before {
    content: "";
}
.bi-minecart:before {
    content: "";
}
.bi-moisture:before {
    content: "";
}
.bi-moon-fill:before {
    content: "";
}
.bi-moon-stars-fill:before {
    content: "";
}
.bi-moon-stars:before {
    content: "";
}
.bi-moon:before {
    content: "";
}
.bi-mouse-fill:before {
    content: "";
}
.bi-mouse:before {
    content: "";
}
.bi-mouse2-fill:before {
    content: "";
}
.bi-mouse2:before {
    content: "";
}
.bi-mouse3-fill:before {
    content: "";
}
.bi-mouse3:before {
    content: "";
}
.bi-music-note-beamed:before {
    content: "";
}
.bi-music-note-list:before {
    content: "";
}
.bi-music-note:before {
    content: "";
}
.bi-music-player-fill:before {
    content: "";
}
.bi-music-player:before {
    content: "";
}
.bi-newspaper:before {
    content: "";
}
.bi-node-minus-fill:before {
    content: "";
}
.bi-node-minus:before {
    content: "";
}
.bi-node-plus-fill:before {
    content: "";
}
.bi-node-plus:before {
    content: "";
}
.bi-nut-fill:before {
    content: "";
}
.bi-nut:before {
    content: "";
}
.bi-octagon-fill:before {
    content: "";
}
.bi-octagon-half:before {
    content: "";
}
.bi-octagon:before {
    content: "";
}
.bi-option:before {
    content: "";
}
.bi-outlet:before {
    content: "";
}
.bi-paint-bucket:before {
    content: "";
}
.bi-palette-fill:before {
    content: "";
}
.bi-palette:before {
    content: "";
}
.bi-palette2:before {
    content: "";
}
.bi-paperclip:before {
    content: "";
}
.bi-paragraph:before {
    content: "";
}
.bi-patch-check-fill:before {
    content: "";
}
.bi-patch-check:before {
    content: "";
}
.bi-patch-exclamation-fill:before {
    content: "";
}
.bi-patch-exclamation:before {
    content: "";
}
.bi-patch-minus-fill:before {
    content: "";
}
.bi-patch-minus:before {
    content: "";
}
.bi-patch-plus-fill:before {
    content: "";
}
.bi-patch-plus:before {
    content: "";
}
.bi-patch-question-fill:before {
    content: "";
}
.bi-patch-question:before {
    content: "";
}
.bi-pause-btn-fill:before {
    content: "";
}
.bi-pause-btn:before {
    content: "";
}
.bi-pause-circle-fill:before {
    content: "";
}
.bi-pause-circle:before {
    content: "";
}
.bi-pause-fill:before {
    content: "";
}
.bi-pause:before {
    content: "";
}
.bi-peace-fill:before {
    content: "";
}
.bi-peace:before {
    content: "";
}
.bi-pen-fill:before {
    content: "";
}
.bi-pen:before {
    content: "";
}
.bi-pencil-fill:before {
    content: "";
}
.bi-pencil-square:before {
    content: "";
}
.bi-pencil:before {
    content: "";
}
.bi-pentagon-fill:before {
    content: "";
}
.bi-pentagon-half:before {
    content: "";
}
.bi-pentagon:before {
    content: "";
}
.bi-people-fill:before {
    content: "";
}
.bi-people:before {
    content: "";
}
.bi-percent:before {
    content: "";
}
.bi-person-badge-fill:before {
    content: "";
}
.bi-person-badge:before {
    content: "";
}
.bi-person-bounding-box:before {
    content: "";
}
.bi-person-check-fill:before {
    content: "";
}
.bi-person-check:before {
    content: "";
}
.bi-person-circle:before {
    content: "";
}
.bi-person-dash-fill:before {
    content: "";
}
.bi-person-dash:before {
    content: "";
}
.bi-person-fill:before {
    content: "";
}
.bi-person-lines-fill:before {
    content: "";
}
.bi-person-plus-fill:before {
    content: "";
}
.bi-person-plus:before {
    content: "";
}
.bi-person-square:before {
    content: "";
}
.bi-person-x-fill:before {
    content: "";
}
.bi-person-x:before {
    content: "";
}
.bi-person:before {
    content: "";
}
.bi-phone-fill:before {
    content: "";
}
.bi-phone-landscape-fill:before {
    content: "";
}
.bi-phone-landscape:before {
    content: "";
}
.bi-phone-vibrate-fill:before {
    content: "";
}
.bi-phone-vibrate:before {
    content: "";
}
.bi-phone:before {
    content: "";
}
.bi-pie-chart-fill:before {
    content: "";
}
.bi-pie-chart:before {
    content: "";
}
.bi-pin-angle-fill:before {
    content: "";
}
.bi-pin-angle:before {
    content: "";
}
.bi-pin-fill:before {
    content: "";
}
.bi-pin:before {
    content: "";
}
.bi-pip-fill:before {
    content: "";
}
.bi-pip:before {
    content: "";
}
.bi-play-btn-fill:before {
    content: "";
}
.bi-play-btn:before {
    content: "";
}
.bi-play-circle-fill:before {
    content: "";
}
.bi-play-circle:before {
    content: "";
}
.bi-play-fill:before {
    content: "";
}
.bi-play:before {
    content: "";
}
.bi-plug-fill:before {
    content: "";
}
.bi-plug:before {
    content: "";
}
.bi-plus-circle-dotted:before {
    content: "";
}
.bi-plus-circle-fill:before {
    content: "";
}
.bi-plus-circle:before {
    content: "";
}
.bi-plus-square-dotted:before {
    content: "";
}
.bi-plus-square-fill:before {
    content: "";
}
.bi-plus-square:before {
    content: "";
}
.bi-plus:before {
    content: "";
}
.bi-power:before {
    content: "";
}
.bi-printer-fill:before {
    content: "";
}
.bi-printer:before {
    content: "";
}
.bi-puzzle-fill:before {
    content: "";
}
.bi-puzzle:before {
    content: "";
}
.bi-question-circle-fill:before {
    content: "";
}
.bi-question-circle:before {
    content: "";
}
.bi-question-diamond-fill:before {
    content: "";
}
.bi-question-diamond:before {
    content: "";
}
.bi-question-octagon-fill:before {
    content: "";
}
.bi-question-octagon:before {
    content: "";
}
.bi-question-square-fill:before {
    content: "";
}
.bi-question-square:before {
    content: "";
}
.bi-question:before {
    content: "";
}
.bi-rainbow:before {
    content: "";
}
.bi-receipt-cutoff:before {
    content: "";
}
.bi-receipt:before {
    content: "";
}
.bi-reception-0:before {
    content: "";
}
.bi-reception-1:before {
    content: "";
}
.bi-reception-2:before {
    content: "";
}
.bi-reception-3:before {
    content: "";
}
.bi-reception-4:before {
    content: "";
}
.bi-record-btn-fill:before {
    content: "";
}
.bi-record-btn:before {
    content: "";
}
.bi-record-circle-fill:before {
    content: "";
}
.bi-record-circle:before {
    content: "";
}
.bi-record-fill:before {
    content: "";
}
.bi-record:before {
    content: "";
}
.bi-record2-fill:before {
    content: "";
}
.bi-record2:before {
    content: "";
}
.bi-reply-all-fill:before {
    content: "";
}
.bi-reply-all:before {
    content: "";
}
.bi-reply-fill:before {
    content: "";
}
.bi-reply:before {
    content: "";
}
.bi-rss-fill:before {
    content: "";
}
.bi-rss:before {
    content: "";
}
.bi-rulers:before {
    content: "";
}
.bi-save-fill:before {
    content: "";
}
.bi-save:before {
    content: "";
}
.bi-save2-fill:before {
    content: "";
}
.bi-save2:before {
    content: "";
}
.bi-scissors:before {
    content: "";
}
.bi-screwdriver:before {
    content: "";
}
.bi-search:before {
    content: "";
}
.bi-segmented-nav:before {
    content: "";
}
.bi-server:before {
    content: "";
}
.bi-share-fill:before {
    content: "";
}
.bi-share:before {
    content: "";
}
.bi-shield-check:before {
    content: "";
}
.bi-shield-exclamation:before {
    content: "";
}
.bi-shield-fill-check:before {
    content: "";
}
.bi-shield-fill-exclamation:before {
    content: "";
}
.bi-shield-fill-minus:before {
    content: "";
}
.bi-shield-fill-plus:before {
    content: "";
}
.bi-shield-fill-x:before {
    content: "";
}
.bi-shield-fill:before {
    content: "";
}
.bi-shield-lock-fill:before {
    content: "";
}
.bi-shield-lock:before {
    content: "";
}
.bi-shield-minus:before {
    content: "";
}
.bi-shield-plus:before {
    content: "";
}
.bi-shield-shaded:before {
    content: "";
}
.bi-shield-slash-fill:before {
    content: "";
}
.bi-shield-slash:before {
    content: "";
}
.bi-shield-x:before {
    content: "";
}
.bi-shield:before {
    content: "";
}
.bi-shift-fill:before {
    content: "";
}
.bi-shift:before {
    content: "";
}
.bi-shop-window:before {
    content: "";
}
.bi-shop:before {
    content: "";
}
.bi-shuffle:before {
    content: "";
}
.bi-signpost-2-fill:before {
    content: "";
}
.bi-signpost-2:before {
    content: "";
}
.bi-signpost-fill:before {
    content: "";
}
.bi-signpost-split-fill:before {
    content: "";
}
.bi-signpost-split:before {
    content: "";
}
.bi-signpost:before {
    content: "";
}
.bi-sim-fill:before {
    content: "";
}
.bi-sim:before {
    content: "";
}
.bi-skip-backward-btn-fill:before {
    content: "";
}
.bi-skip-backward-btn:before {
    content: "";
}
.bi-skip-backward-circle-fill:before {
    content: "";
}
.bi-skip-backward-circle:before {
    content: "";
}
.bi-skip-backward-fill:before {
    content: "";
}
.bi-skip-backward:before {
    content: "";
}
.bi-skip-end-btn-fill:before {
    content: "";
}
.bi-skip-end-btn:before {
    content: "";
}
.bi-skip-end-circle-fill:before {
    content: "";
}
.bi-skip-end-circle:before {
    content: "";
}
.bi-skip-end-fill:before {
    content: "";
}
.bi-skip-end:before {
    content: "";
}
.bi-skip-forward-btn-fill:before {
    content: "";
}
.bi-skip-forward-btn:before {
    content: "";
}
.bi-skip-forward-circle-fill:before {
    content: "";
}
.bi-skip-forward-circle:before {
    content: "";
}
.bi-skip-forward-fill:before {
    content: "";
}
.bi-skip-forward:before {
    content: "";
}
.bi-skip-start-btn-fill:before {
    content: "";
}
.bi-skip-start-btn:before {
    content: "";
}
.bi-skip-start-circle-fill:before {
    content: "";
}
.bi-skip-start-circle:before {
    content: "";
}
.bi-skip-start-fill:before {
    content: "";
}
.bi-skip-start:before {
    content: "";
}
.bi-slack:before {
    content: "";
}
.bi-slash-circle-fill:before {
    content: "";
}
.bi-slash-circle:before {
    content: "";
}
.bi-slash-square-fill:before {
    content: "";
}
.bi-slash-square:before {
    content: "";
}
.bi-slash:before {
    content: "";
}
.bi-sliders:before {
    content: "";
}
.bi-smartwatch:before {
    content: "";
}
.bi-snow:before {
    content: "";
}
.bi-snow2:before {
    content: "";
}
.bi-snow3:before {
    content: "";
}
.bi-sort-alpha-down-alt:before {
    content: "";
}
.bi-sort-alpha-down:before {
    content: "";
}
.bi-sort-alpha-up-alt:before {
    content: "";
}
.bi-sort-alpha-up:before {
    content: "";
}
.bi-sort-down-alt:before {
    content: "";
}
.bi-sort-down:before {
    content: "";
}
.bi-sort-numeric-down-alt:before {
    content: "";
}
.bi-sort-numeric-down:before {
    content: "";
}
.bi-sort-numeric-up-alt:before {
    content: "";
}
.bi-sort-numeric-up:before {
    content: "";
}
.bi-sort-up-alt:before {
    content: "";
}
.bi-sort-up:before {
    content: "";
}
.bi-soundwave:before {
    content: "";
}
.bi-speaker-fill:before {
    content: "";
}
.bi-speaker:before {
    content: "";
}
.bi-speedometer:before {
    content: "";
}
.bi-speedometer2:before {
    content: "";
}
.bi-spellcheck:before {
    content: "";
}
.bi-square-fill:before {
    content: "";
}
.bi-square-half:before {
    content: "";
}
.bi-square:before {
    content: "";
}
.bi-stack:before {
    content: "";
}
.bi-star-fill:before {
    content: "";
}
.bi-star-half:before {
    content: "";
}
.bi-star:before {
    content: "";
}
.bi-stars:before {
    content: "";
}
.bi-stickies-fill:before {
    content: "";
}
.bi-stickies:before {
    content: "";
}
.bi-sticky-fill:before {
    content: "";
}
.bi-sticky:before {
    content: "";
}
.bi-stop-btn-fill:before {
    content: "";
}
.bi-stop-btn:before {
    content: "";
}
.bi-stop-circle-fill:before {
    content: "";
}
.bi-stop-circle:before {
    content: "";
}
.bi-stop-fill:before {
    content: "";
}
.bi-stop:before {
    content: "";
}
.bi-stoplights-fill:before {
    content: "";
}
.bi-stoplights:before {
    content: "";
}
.bi-stopwatch-fill:before {
    content: "";
}
.bi-stopwatch:before {
    content: "";
}
.bi-subtract:before {
    content: "";
}
.bi-suit-club-fill:before {
    content: "";
}
.bi-suit-club:before {
    content: "";
}
.bi-suit-diamond-fill:before {
    content: "";
}
.bi-suit-diamond:before {
    content: "";
}
.bi-suit-heart-fill:before {
    content: "";
}
.bi-suit-heart:before {
    content: "";
}
.bi-suit-spade-fill:before {
    content: "";
}
.bi-suit-spade:before {
    content: "";
}
.bi-sun-fill:before {
    content: "";
}
.bi-sun:before {
    content: "";
}
.bi-sunglasses:before {
    content: "";
}
.bi-sunrise-fill:before {
    content: "";
}
.bi-sunrise:before {
    content: "";
}
.bi-sunset-fill:before {
    content: "";
}
.bi-sunset:before {
    content: "";
}
.bi-symmetry-horizontal:before {
    content: "";
}
.bi-symmetry-vertical:before {
    content: "";
}
.bi-table:before {
    content: "";
}
.bi-tablet-fill:before {
    content: "";
}
.bi-tablet-landscape-fill:before {
    content: "";
}
.bi-tablet-landscape:before {
    content: "";
}
.bi-tablet:before {
    content: "";
}
.bi-tag-fill:before {
    content: "";
}
.bi-tag:before {
    content: "";
}
.bi-tags-fill:before {
    content: "";
}
.bi-tags:before {
    content: "";
}
.bi-telegram:before {
    content: "";
}
.bi-telephone-fill:before {
    content: "";
}
.bi-telephone-forward-fill:before {
    content: "";
}
.bi-telephone-forward:before {
    content: "";
}
.bi-telephone-inbound-fill:before {
    content: "";
}
.bi-telephone-inbound:before {
    content: "";
}
.bi-telephone-minus-fill:before {
    content: "";
}
.bi-telephone-minus:before {
    content: "";
}
.bi-telephone-outbound-fill:before {
    content: "";
}
.bi-telephone-outbound:before {
    content: "";
}
.bi-telephone-plus-fill:before {
    content: "";
}
.bi-telephone-plus:before {
    content: "";
}
.bi-telephone-x-fill:before {
    content: "";
}
.bi-telephone-x:before {
    content: "";
}
.bi-telephone:before {
    content: "";
}
.bi-terminal-fill:before {
    content: "";
}
.bi-terminal:before {
    content: "";
}
.bi-text-center:before {
    content: "";
}
.bi-text-indent-left:before {
    content: "";
}
.bi-text-indent-right:before {
    content: "";
}
.bi-text-left:before {
    content: "";
}
.bi-text-paragraph:before {
    content: "";
}
.bi-text-right:before {
    content: "";
}
.bi-textarea-resize:before {
    content: "";
}
.bi-textarea-t:before {
    content: "";
}
.bi-textarea:before {
    content: "";
}
.bi-thermometer-half:before {
    content: "";
}
.bi-thermometer-high:before {
    content: "";
}
.bi-thermometer-low:before {
    content: "";
}
.bi-thermometer-snow:before {
    content: "";
}
.bi-thermometer-sun:before {
    content: "";
}
.bi-thermometer:before {
    content: "";
}
.bi-three-dots-vertical:before {
    content: "";
}
.bi-three-dots:before {
    content: "";
}
.bi-toggle-off:before {
    content: "";
}
.bi-toggle-on:before {
    content: "";
}
.bi-toggle2-off:before {
    content: "";
}
.bi-toggle2-on:before {
    content: "";
}
.bi-toggles:before {
    content: "";
}
.bi-toggles2:before {
    content: "";
}
.bi-tools:before {
    content: "";
}
.bi-tornado:before {
    content: "";
}
.bi-trash-fill:before {
    content: "";
}
.bi-trash:before {
    content: "";
}
.bi-trash2-fill:before {
    content: "";
}
.bi-trash2:before {
    content: "";
}
.bi-tree-fill:before {
    content: "";
}
.bi-tree:before {
    content: "";
}
.bi-triangle-fill:before {
    content: "";
}
.bi-triangle-half:before {
    content: "";
}
.bi-triangle:before {
    content: "";
}
.bi-trophy-fill:before {
    content: "";
}
.bi-trophy:before {
    content: "";
}
.bi-tropical-storm:before {
    content: "";
}
.bi-truck-flatbed:before {
    content: "";
}
.bi-truck:before {
    content: "";
}
.bi-tsunami:before {
    content: "";
}
.bi-tv-fill:before {
    content: "";
}
.bi-tv:before {
    content: "";
}
.bi-twitch:before {
    content: "";
}
.bi-twitter:before {
    content: "";
}
.bi-type-bold:before {
    content: "";
}
.bi-type-h1:before {
    content: "";
}
.bi-type-h2:before {
    content: "";
}
.bi-type-h3:before {
    content: "";
}
.bi-type-italic:before {
    content: "";
}
.bi-type-strikethrough:before {
    content: "";
}
.bi-type-underline:before {
    content: "";
}
.bi-type:before {
    content: "";
}
.bi-ui-checks-grid:before {
    content: "";
}
.bi-ui-checks:before {
    content: "";
}
.bi-ui-radios-grid:before {
    content: "";
}
.bi-ui-radios:before {
    content: "";
}
.bi-umbrella-fill:before {
    content: "";
}
.bi-umbrella:before {
    content: "";
}
.bi-union:before {
    content: "";
}
.bi-unlock-fill:before {
    content: "";
}
.bi-unlock:before {
    content: "";
}
.bi-upc-scan:before {
    content: "";
}
.bi-upc:before {
    content: "";
}
.bi-upload:before {
    content: "";
}
.bi-vector-pen:before {
    content: "";
}
.bi-view-list:before {
    content: "";
}
.bi-view-stacked:before {
    content: "";
}
.bi-vinyl-fill:before {
    content: "";
}
.bi-vinyl:before {
    content: "";
}
.bi-voicemail:before {
    content: "";
}
.bi-volume-down-fill:before {
    content: "";
}
.bi-volume-down:before {
    content: "";
}
.bi-volume-mute-fill:before {
    content: "";
}
.bi-volume-mute:before {
    content: "";
}
.bi-volume-off-fill:before {
    content: "";
}
.bi-volume-off:before {
    content: "";
}
.bi-volume-up-fill:before {
    content: "";
}
.bi-volume-up:before {
    content: "";
}
.bi-vr:before {
    content: "";
}
.bi-wallet-fill:before {
    content: "";
}
.bi-wallet:before {
    content: "";
}
.bi-wallet2:before {
    content: "";
}
.bi-watch:before {
    content: "";
}
.bi-water:before {
    content: "";
}
.bi-whatsapp:before {
    content: "";
}
.bi-wifi-1:before {
    content: "";
}
.bi-wifi-2:before {
    content: "";
}
.bi-wifi-off:before {
    content: "";
}
.bi-wifi:before {
    content: "";
}
.bi-wind:before {
    content: "";
}
.bi-window-dock:before {
    content: "";
}
.bi-window-sidebar:before {
    content: "";
}
.bi-window:before {
    content: "";
}
.bi-wrench:before {
    content: "";
}
.bi-x-circle-fill:before {
    content: "";
}
.bi-x-circle:before {
    content: "";
}
.bi-x-diamond-fill:before {
    content: "";
}
.bi-x-diamond:before {
    content: "";
}
.bi-x-octagon-fill:before {
    content: "";
}
.bi-x-octagon:before {
    content: "";
}
.bi-x-square-fill:before {
    content: "";
}
.bi-x-square:before {
    content: "";
}
.bi-x:before {
    content: "";
}
.bi-youtube:before {
    content: "";
}
.bi-zoom-in:before {
    content: "";
}
.bi-zoom-out:before {
    content: "";
}
.bi-bank:before {
    content: "";
}
.bi-bank2:before {
    content: "";
}
.bi-bell-slash-fill:before {
    content: "";
}
.bi-bell-slash:before {
    content: "";
}
.bi-cash-coin:before {
    content: "";
}
.bi-check-lg:before {
    content: "";
}
.bi-coin:before {
    content: "";
}
.bi-currency-bitcoin:before {
    content: "";
}
.bi-currency-dollar:before {
    content: "";
}
.bi-currency-euro:before {
    content: "";
}
.bi-currency-exchange:before {
    content: "";
}
.bi-currency-pound:before {
    content: "";
}
.bi-currency-yen:before {
    content: "";
}
.bi-dash-lg:before {
    content: "";
}
.bi-exclamation-lg:before {
    content: "";
}
.bi-file-earmark-pdf-fill:before {
    content: "";
}
.bi-file-earmark-pdf:before {
    content: "";
}
.bi-file-pdf-fill:before {
    content: "";
}
.bi-file-pdf:before {
    content: "";
}
.bi-gender-ambiguous:before {
    content: "";
}
.bi-gender-female:before {
    content: "";
}
.bi-gender-male:before {
    content: "";
}
.bi-gender-trans:before {
    content: "";
}
.bi-headset-vr:before {
    content: "";
}
.bi-info-lg:before {
    content: "";
}
.bi-mastodon:before {
    content: "";
}
.bi-messenger:before {
    content: "";
}
.bi-piggy-bank-fill:before {
    content: "";
}
.bi-piggy-bank:before {
    content: "";
}
.bi-pin-map-fill:before {
    content: "";
}
.bi-pin-map:before {
    content: "";
}
.bi-plus-lg:before {
    content: "";
}
.bi-question-lg:before {
    content: "";
}
.bi-recycle:before {
    content: "";
}
.bi-reddit:before {
    content: "";
}
.bi-safe-fill:before {
    content: "";
}
.bi-safe2-fill:before {
    content: "";
}
.bi-safe2:before {
    content: "";
}
.bi-sd-card-fill:before {
    content: "";
}
.bi-sd-card:before {
    content: "";
}
.bi-skype:before {
    content: "";
}
.bi-slash-lg:before {
    content: "";
}
.bi-translate:before {
    content: "";
}
.bi-x-lg:before {
    content: "";
}
.bi-safe:before {
    content: "";
}
.bi-apple:before {
    content: "";
}
.bi-microsoft:before {
    content: "";
}
.bi-windows:before {
    content: "";
}
.bi-behance:before {
    content: "";
}
.bi-dribbble:before {
    content: "";
}
.bi-line:before {
    content: "";
}
.bi-medium:before {
    content: "";
}
.bi-paypal:before {
    content: "";
}
.bi-pinterest:before {
    content: "";
}
.bi-signal:before {
    content: "";
}
.bi-snapchat:before {
    content: "";
}
.bi-spotify:before {
    content: "";
}
.bi-stack-overflow:before {
    content: "";
}
.bi-strava:before {
    content: "";
}
.bi-wordpress:before {
    content: "";
}
.bi-vimeo:before {
    content: "";
}
.bi-activity:before {
    content: "";
}
.bi-easel2-fill:before {
    content: "";
}
.bi-easel2:before {
    content: "";
}
.bi-easel3-fill:before {
    content: "";
}
.bi-easel3:before {
    content: "";
}
.bi-fan:before {
    content: "";
}
.bi-fingerprint:before {
    content: "";
}
.bi-graph-down-arrow:before {
    content: "";
}
.bi-graph-up-arrow:before {
    content: "";
}
.bi-hypnotize:before {
    content: "";
}
.bi-magic:before {
    content: "";
}
.bi-person-rolodex:before {
    content: "";
}
.bi-person-video:before {
    content: "";
}
.bi-person-video2:before {
    content: "";
}
.bi-person-video3:before {
    content: "";
}
.bi-person-workspace:before {
    content: "";
}
.bi-radioactive:before {
    content: "";
}
.bi-webcam-fill:before {
    content: "";
}
.bi-webcam:before {
    content: "";
}
.bi-yin-yang:before {
    content: "";
}
.bi-bandaid-fill:before {
    content: "";
}
.bi-bandaid:before {
    content: "";
}
.bi-bluetooth:before {
    content: "";
}
.bi-body-text:before {
    content: "";
}
.bi-boombox:before {
    content: "";
}
.bi-boxes:before {
    content: "";
}
.bi-dpad-fill:before {
    content: "";
}
.bi-dpad:before {
    content: "";
}
.bi-ear-fill:before {
    content: "";
}
.bi-ear:before {
    content: "";
}
.bi-envelope-check-fill:before {
    content: "";
}
.bi-envelope-check:before {
    content: "";
}
.bi-envelope-dash-fill:before {
    content: "";
}
.bi-envelope-dash:before {
    content: "";
}
.bi-envelope-exclamation-fill:before {
    content: "";
}
.bi-envelope-exclamation:before {
    content: "";
}
.bi-envelope-plus-fill:before {
    content: "";
}
.bi-envelope-plus:before {
    content: "";
}
.bi-envelope-slash-fill:before {
    content: "";
}
.bi-envelope-slash:before {
    content: "";
}
.bi-envelope-x-fill:before {
    content: "";
}
.bi-envelope-x:before {
    content: "";
}
.bi-explicit-fill:before {
    content: "";
}
.bi-explicit:before {
    content: "";
}
.bi-git:before {
    content: "";
}
.bi-infinity:before {
    content: "";
}
.bi-list-columns-reverse:before {
    content: "";
}
.bi-list-columns:before {
    content: "";
}
.bi-meta:before {
    content: "";
}
.bi-nintendo-switch:before {
    content: "";
}
.bi-pc-display-horizontal:before {
    content: "";
}
.bi-pc-display:before {
    content: "";
}
.bi-pc-horizontal:before {
    content: "";
}
.bi-pc:before {
    content: "";
}
.bi-playstation:before {
    content: "";
}
.bi-plus-slash-minus:before {
    content: "";
}
.bi-projector-fill:before {
    content: "";
}
.bi-projector:before {
    content: "";
}
.bi-qr-code-scan:before {
    content: "";
}
.bi-qr-code:before {
    content: "";
}
.bi-quora:before {
    content: "";
}
.bi-quote:before {
    content: "";
}
.bi-robot:before {
    content: "";
}
.bi-send-check-fill:before {
    content: "";
}
.bi-send-check:before {
    content: "";
}
.bi-send-dash-fill:before {
    content: "";
}
.bi-send-dash:before {
    content: "";
}
.bi-send-exclamation-fill:before {
    content: "";
}
.bi-send-exclamation:before {
    content: "";
}
.bi-send-fill:before {
    content: "";
}
.bi-send-plus-fill:before {
    content: "";
}
.bi-send-plus:before {
    content: "";
}
.bi-send-slash-fill:before {
    content: "";
}
.bi-send-slash:before {
    content: "";
}
.bi-send-x-fill:before {
    content: "";
}
.bi-send-x:before {
    content: "";
}
.bi-send:before {
    content: "";
}
.bi-steam:before {
    content: "";
}
.bi-terminal-dash:before {
    content: "";
}
.bi-terminal-plus:before {
    content: "";
}
.bi-terminal-split:before {
    content: "";
}
.bi-ticket-detailed-fill:before {
    content: "";
}
.bi-ticket-detailed:before {
    content: "";
}
.bi-ticket-fill:before {
    content: "";
}
.bi-ticket-perforated-fill:before {
    content: "";
}
.bi-ticket-perforated:before {
    content: "";
}
.bi-ticket:before {
    content: "";
}
.bi-tiktok:before {
    content: "";
}
.bi-window-dash:before {
    content: "";
}
.bi-window-desktop:before {
    content: "";
}
.bi-window-fullscreen:before {
    content: "";
}
.bi-window-plus:before {
    content: "";
}
.bi-window-split:before {
    content: "";
}
.bi-window-stack:before {
    content: "";
}
.bi-window-x:before {
    content: "";
}
.bi-xbox:before {
    content: "";
}
.bi-ethernet:before {
    content: "";
}
.bi-hdmi-fill:before {
    content: "";
}
.bi-hdmi:before {
    content: "";
}
.bi-usb-c-fill:before {
    content: "";
}
.bi-usb-c:before {
    content: "";
}
.bi-usb-fill:before {
    content: "";
}
.bi-usb-plug-fill:before {
    content: "";
}
.bi-usb-plug:before {
    content: "";
}
.bi-usb-symbol:before {
    content: "";
}
.bi-usb:before {
    content: "";
}
.bi-boombox-fill:before {
    content: "";
}
.bi-displayport:before {
    content: "";
}
.bi-gpu-card:before {
    content: "";
}
.bi-memory:before {
    content: "";
}
.bi-modem-fill:before {
    content: "";
}
.bi-modem:before {
    content: "";
}
.bi-motherboard-fill:before {
    content: "";
}
.bi-motherboard:before {
    content: "";
}
.bi-optical-audio-fill:before {
    content: "";
}
.bi-optical-audio:before {
    content: "";
}
.bi-pci-card:before {
    content: "";
}
.bi-router-fill:before {
    content: "";
}
.bi-router:before {
    content: "";
}
.bi-thunderbolt-fill:before {
    content: "";
}
.bi-thunderbolt:before {
    content: "";
}
.bi-usb-drive-fill:before {
    content: "";
}
.bi-usb-drive:before {
    content: "";
}
.bi-usb-micro-fill:before {
    content: "";
}
.bi-usb-micro:before {
    content: "";
}
.bi-usb-mini-fill:before {
    content: "";
}
.bi-usb-mini:before {
    content: "";
}
.bi-cloud-haze2:before {
    content: "";
}
.bi-device-hdd-fill:before {
    content: "";
}
.bi-device-hdd:before {
    content: "";
}
.bi-device-ssd-fill:before {
    content: "";
}
.bi-device-ssd:before {
    content: "";
}
.bi-displayport-fill:before {
    content: "";
}
.bi-mortarboard-fill:before {
    content: "";
}
.bi-mortarboard:before {
    content: "";
}
.bi-terminal-x:before {
    content: "";
}
.bi-arrow-through-heart-fill:before {
    content: "";
}
.bi-arrow-through-heart:before {
    content: "";
}
.bi-badge-sd-fill:before {
    content: "";
}
.bi-badge-sd:before {
    content: "";
}
.bi-bag-heart-fill:before {
    content: "";
}
.bi-bag-heart:before {
    content: "";
}
.bi-balloon-fill:before {
    content: "";
}
.bi-balloon-heart-fill:before {
    content: "";
}
.bi-balloon-heart:before {
    content: "";
}
.bi-balloon:before {
    content: "";
}
.bi-box2-fill:before {
    content: "";
}
.bi-box2-heart-fill:before {
    content: "";
}
.bi-box2-heart:before {
    content: "";
}
.bi-box2:before {
    content: "";
}
.bi-braces-asterisk:before {
    content: "";
}
.bi-calendar-heart-fill:before {
    content: "";
}
.bi-calendar-heart:before {
    content: "";
}
.bi-calendar2-heart-fill:before {
    content: "";
}
.bi-calendar2-heart:before {
    content: "";
}
.bi-chat-heart-fill:before {
    content: "";
}
.bi-chat-heart:before {
    content: "";
}
.bi-chat-left-heart-fill:before {
    content: "";
}
.bi-chat-left-heart:before {
    content: "";
}
.bi-chat-right-heart-fill:before {
    content: "";
}
.bi-chat-right-heart:before {
    content: "";
}
.bi-chat-square-heart-fill:before {
    content: "";
}
.bi-chat-square-heart:before {
    content: "";
}
.bi-clipboard-check-fill:before {
    content: "";
}
.bi-clipboard-data-fill:before {
    content: "";
}
.bi-clipboard-fill:before {
    content: "";
}
.bi-clipboard-heart-fill:before {
    content: "";
}
.bi-clipboard-heart:before {
    content: "";
}
.bi-clipboard-minus-fill:before {
    content: "";
}
.bi-clipboard-plus-fill:before {
    content: "";
}
.bi-clipboard-pulse:before {
    content: "";
}
.bi-clipboard-x-fill:before {
    content: "";
}
.bi-clipboard2-check-fill:before {
    content: "";
}
.bi-clipboard2-check:before {
    content: "";
}
.bi-clipboard2-data-fill:before {
    content: "";
}
.bi-clipboard2-data:before {
    content: "";
}
.bi-clipboard2-fill:before {
    content: "";
}
.bi-clipboard2-heart-fill:before {
    content: "";
}
.bi-clipboard2-heart:before {
    content: "";
}
.bi-clipboard2-minus-fill:before {
    content: "";
}
.bi-clipboard2-minus:before {
    content: "";
}
.bi-clipboard2-plus-fill:before {
    content: "";
}
.bi-clipboard2-plus:before {
    content: "";
}
.bi-clipboard2-pulse-fill:before {
    content: "";
}
.bi-clipboard2-pulse:before {
    content: "";
}
.bi-clipboard2-x-fill:before {
    content: "";
}
.bi-clipboard2-x:before {
    content: "";
}
.bi-clipboard2:before {
    content: "";
}
.bi-emoji-kiss-fill:before {
    content: "";
}
.bi-emoji-kiss:before {
    content: "";
}
.bi-envelope-heart-fill:before {
    content: "";
}
.bi-envelope-heart:before {
    content: "";
}
.bi-envelope-open-heart-fill:before {
    content: "";
}
.bi-envelope-open-heart:before {
    content: "";
}
.bi-envelope-paper-fill:before {
    content: "";
}
.bi-envelope-paper-heart-fill:before {
    content: "";
}
.bi-envelope-paper-heart:before {
    content: "";
}
.bi-envelope-paper:before {
    content: "";
}
.bi-filetype-aac:before {
    content: "";
}
.bi-filetype-ai:before {
    content: "";
}
.bi-filetype-bmp:before {
    content: "";
}
.bi-filetype-cs:before {
    content: "";
}
.bi-filetype-css:before {
    content: "";
}
.bi-filetype-csv:before {
    content: "";
}
.bi-filetype-doc:before {
    content: "";
}
.bi-filetype-docx:before {
    content: "";
}
.bi-filetype-exe:before {
    content: "";
}
.bi-filetype-gif:before {
    content: "";
}
.bi-filetype-heic:before {
    content: "";
}
.bi-filetype-html:before {
    content: "";
}
.bi-filetype-java:before {
    content: "";
}
.bi-filetype-jpg:before {
    content: "";
}
.bi-filetype-js:before {
    content: "";
}
.bi-filetype-jsx:before {
    content: "";
}
.bi-filetype-key:before {
    content: "";
}
.bi-filetype-m4p:before {
    content: "";
}
.bi-filetype-md:before {
    content: "";
}
.bi-filetype-mdx:before {
    content: "";
}
.bi-filetype-mov:before {
    content: "";
}
.bi-filetype-mp3:before {
    content: "";
}
.bi-filetype-mp4:before {
    content: "";
}
.bi-filetype-otf:before {
    content: "";
}
.bi-filetype-pdf:before {
    content: "";
}
.bi-filetype-php:before {
    content: "";
}
.bi-filetype-png:before {
    content: "";
}
.bi-filetype-ppt:before {
    content: "";
}
.bi-filetype-psd:before {
    content: "";
}
.bi-filetype-py:before {
    content: "";
}
.bi-filetype-raw:before {
    content: "";
}
.bi-filetype-rb:before {
    content: "";
}
.bi-filetype-sass:before {
    content: "";
}
.bi-filetype-scss:before {
    content: "";
}
.bi-filetype-sh:before {
    content: "";
}
.bi-filetype-svg:before {
    content: "";
}
.bi-filetype-tiff:before {
    content: "";
}
.bi-filetype-tsx:before {
    content: "";
}
.bi-filetype-ttf:before {
    content: "";
}
.bi-filetype-txt:before {
    content: "";
}
.bi-filetype-wav:before {
    content: "";
}
.bi-filetype-woff:before {
    content: "";
}
.bi-filetype-xls:before {
    content: "";
}
.bi-filetype-xml:before {
    content: "";
}
.bi-filetype-yml:before {
    content: "";
}
.bi-heart-arrow:before {
    content: "";
}
.bi-heart-pulse-fill:before {
    content: "";
}
.bi-heart-pulse:before {
    content: "";
}
.bi-heartbreak-fill:before {
    content: "";
}
.bi-heartbreak:before {
    content: "";
}
.bi-hearts:before {
    content: "";
}
.bi-hospital-fill:before {
    content: "";
}
.bi-hospital:before {
    content: "";
}
.bi-house-heart-fill:before {
    content: "";
}
.bi-house-heart:before {
    content: "";
}
.bi-incognito:before {
    content: "";
}
.bi-magnet-fill:before {
    content: "";
}
.bi-magnet:before {
    content: "";
}
.bi-person-heart:before {
    content: "";
}
.bi-person-hearts:before {
    content: "";
}
.bi-phone-flip:before {
    content: "";
}
.bi-plugin:before {
    content: "";
}
.bi-postage-fill:before {
    content: "";
}
.bi-postage-heart-fill:before {
    content: "";
}
.bi-postage-heart:before {
    content: "";
}
.bi-postage:before {
    content: "";
}
.bi-postcard-fill:before {
    content: "";
}
.bi-postcard-heart-fill:before {
    content: "";
}
.bi-postcard-heart:before {
    content: "";
}
.bi-postcard:before {
    content: "";
}
.bi-search-heart-fill:before {
    content: "";
}
.bi-search-heart:before {
    content: "";
}
.bi-sliders2-vertical:before {
    content: "";
}
.bi-sliders2:before {
    content: "";
}
.bi-trash3-fill:before {
    content: "";
}
.bi-trash3:before {
    content: "";
}
.bi-valentine:before {
    content: "";
}
.bi-valentine2:before {
    content: "";
}
.bi-wrench-adjustable-circle-fill:before {
    content: "";
}
.bi-wrench-adjustable-circle:before {
    content: "";
}
.bi-wrench-adjustable:before {
    content: "";
}
.bi-filetype-json:before {
    content: "";
}
.bi-filetype-pptx:before {
    content: "";
}
.bi-filetype-xlsx:before {
    content: "";
}
.bi-1-circle-fill:before {
    content: "";
}
.bi-1-circle:before {
    content: "";
}
.bi-1-square-fill:before {
    content: "";
}
.bi-1-square:before {
    content: "";
}
.bi-2-circle-fill:before {
    content: "";
}
.bi-2-circle:before {
    content: "";
}
.bi-2-square-fill:before {
    content: "";
}
.bi-2-square:before {
    content: "";
}
.bi-3-circle-fill:before {
    content: "";
}
.bi-3-circle:before {
    content: "";
}
.bi-3-square-fill:before {
    content: "";
}
.bi-3-square:before {
    content: "";
}
.bi-4-circle-fill:before {
    content: "";
}
.bi-4-circle:before {
    content: "";
}
.bi-4-square-fill:before {
    content: "";
}
.bi-4-square:before {
    content: "";
}
.bi-5-circle-fill:before {
    content: "";
}
.bi-5-circle:before {
    content: "";
}
.bi-5-square-fill:before {
    content: "";
}
.bi-5-square:before {
    content: "";
}
.bi-6-circle-fill:before {
    content: "";
}
.bi-6-circle:before {
    content: "";
}
.bi-6-square-fill:before {
    content: "";
}
.bi-6-square:before {
    content: "";
}
.bi-7-circle-fill:before {
    content: "";
}
.bi-7-circle:before {
    content: "";
}
.bi-7-square-fill:before {
    content: "";
}
.bi-7-square:before {
    content: "";
}
.bi-8-circle-fill:before {
    content: "";
}
.bi-8-circle:before {
    content: "";
}
.bi-8-square-fill:before {
    content: "";
}
.bi-8-square:before {
    content: "";
}
.bi-9-circle-fill:before {
    content: "";
}
.bi-9-circle:before {
    content: "";
}
.bi-9-square-fill:before {
    content: "";
}
.bi-9-square:before {
    content: "";
}
.bi-airplane-engines-fill:before {
    content: "";
}
.bi-airplane-engines:before {
    content: "";
}
.bi-airplane-fill:before {
    content: "";
}
.bi-airplane:before {
    content: "";
}
.bi-alexa:before {
    content: "";
}
.bi-alipay:before {
    content: "";
}
.bi-android:before {
    content: "";
}
.bi-android2:before {
    content: "";
}
.bi-box-fill:before {
    content: "";
}
.bi-box-seam-fill:before {
    content: "";
}
.bi-browser-chrome:before {
    content: "";
}
.bi-browser-edge:before {
    content: "";
}
.bi-browser-firefox:before {
    content: "";
}
.bi-browser-safari:before {
    content: "";
}
.bi-c-circle-fill:before {
    content: "";
}
.bi-c-circle:before {
    content: "";
}
.bi-c-square-fill:before {
    content: "";
}
.bi-c-square:before {
    content: "";
}
.bi-capsule-pill:before {
    content: "";
}
.bi-capsule:before {
    content: "";
}
.bi-car-front-fill:before {
    content: "";
}
.bi-car-front:before {
    content: "";
}
.bi-cassette-fill:before {
    content: "";
}
.bi-cassette:before {
    content: "";
}
.bi-cc-circle-fill:before {
    content: "";
}
.bi-cc-circle:before {
    content: "";
}
.bi-cc-square-fill:before {
    content: "";
}
.bi-cc-square:before {
    content: "";
}
.bi-cup-hot-fill:before {
    content: "";
}
.bi-cup-hot:before {
    content: "";
}
.bi-currency-rupee:before {
    content: "";
}
.bi-dropbox:before {
    content: "";
}
.bi-escape:before {
    content: "";
}
.bi-fast-forward-btn-fill:before {
    content: "";
}
.bi-fast-forward-btn:before {
    content: "";
}
.bi-fast-forward-circle-fill:before {
    content: "";
}
.bi-fast-forward-circle:before {
    content: "";
}
.bi-fast-forward-fill:before {
    content: "";
}
.bi-fast-forward:before {
    content: "";
}
.bi-filetype-sql:before {
    content: "";
}
.bi-fire:before {
    content: "";
}
.bi-google-play:before {
    content: "";
}
.bi-h-circle-fill:before {
    content: "";
}
.bi-h-circle:before {
    content: "";
}
.bi-h-square-fill:before {
    content: "";
}
.bi-h-square:before {
    content: "";
}
.bi-indent:before {
    content: "";
}
.bi-lungs-fill:before {
    content: "";
}
.bi-lungs:before {
    content: "";
}
.bi-microsoft-teams:before {
    content: "";
}
.bi-p-circle-fill:before {
    content: "";
}
.bi-p-circle:before {
    content: "";
}
.bi-p-square-fill:before {
    content: "";
}
.bi-p-square:before {
    content: "";
}
.bi-pass-fill:before {
    content: "";
}
.bi-pass:before {
    content: "";
}
.bi-prescription:before {
    content: "";
}
.bi-prescription2:before {
    content: "";
}
.bi-r-circle-fill:before {
    content: "";
}
.bi-r-circle:before {
    content: "";
}
.bi-r-square-fill:before {
    content: "";
}
.bi-r-square:before {
    content: "";
}
.bi-repeat-1:before {
    content: "";
}
.bi-repeat:before {
    content: "";
}
.bi-rewind-btn-fill:before {
    content: "";
}
.bi-rewind-btn:before {
    content: "";
}
.bi-rewind-circle-fill:before {
    content: "";
}
.bi-rewind-circle:before {
    content: "";
}
.bi-rewind-fill:before {
    content: "";
}
.bi-rewind:before {
    content: "";
}
.bi-train-freight-front-fill:before {
    content: "";
}
.bi-train-freight-front:before {
    content: "";
}
.bi-train-front-fill:before {
    content: "";
}
.bi-train-front:before {
    content: "";
}
.bi-train-lightrail-front-fill:before {
    content: "";
}
.bi-train-lightrail-front:before {
    content: "";
}
.bi-truck-front-fill:before {
    content: "";
}
.bi-truck-front:before {
    content: "";
}
.bi-ubuntu:before {
    content: "";
}
.bi-unindent:before {
    content: "";
}
.bi-unity:before {
    content: "";
}
.bi-universal-access-circle:before {
    content: "";
}
.bi-universal-access:before {
    content: "";
}
.bi-virus:before {
    content: "";
}
.bi-virus2:before {
    content: "";
}
.bi-wechat:before {
    content: "";
}
.bi-yelp:before {
    content: "";
}
.bi-sign-stop-fill:before {
    content: "";
}
.bi-sign-stop-lights-fill:before {
    content: "";
}
.bi-sign-stop-lights:before {
    content: "";
}
.bi-sign-stop:before {
    content: "";
}
.bi-sign-turn-left-fill:before {
    content: "";
}
.bi-sign-turn-left:before {
    content: "";
}
.bi-sign-turn-right-fill:before {
    content: "";
}
.bi-sign-turn-right:before {
    content: "";
}
.bi-sign-turn-slight-left-fill:before {
    content: "";
}
.bi-sign-turn-slight-left:before {
    content: "";
}
.bi-sign-turn-slight-right-fill:before {
    content: "";
}
.bi-sign-turn-slight-right:before {
    content: "";
}
.bi-sign-yield-fill:before {
    content: "";
}
.bi-sign-yield:before {
    content: "";
}
.bi-ev-station-fill:before {
    content: "";
}
.bi-ev-station:before {
    content: "";
}
.bi-fuel-pump-diesel-fill:before {
    content: "";
}
.bi-fuel-pump-diesel:before {
    content: "";
}
.bi-fuel-pump-fill:before {
    content: "";
}
.bi-fuel-pump:before {
    content: "";
}
.bi-0-circle-fill:before {
    content: "";
}
.bi-0-circle:before {
    content: "";
}
.bi-0-square-fill:before {
    content: "";
}
.bi-0-square:before {
    content: "";
}
.bi-rocket-fill:before {
    content: "";
}
.bi-rocket-takeoff-fill:before {
    content: "";
}
.bi-rocket-takeoff:before {
    content: "";
}
.bi-rocket:before {
    content: "";
}
.bi-stripe:before {
    content: "";
}
.bi-subscript:before {
    content: "";
}
.bi-superscript:before {
    content: "";
}
.bi-trello:before {
    content: "";
}
.bi-envelope-at-fill:before {
    content: "";
}
.bi-envelope-at:before {
    content: "";
}
.bi-regex:before {
    content: "";
}
.bi-text-wrap:before {
    content: "";
}
.bi-sign-dead-end-fill:before {
    content: "";
}
.bi-sign-dead-end:before {
    content: "";
}
.bi-sign-do-not-enter-fill:before {
    content: "";
}
.bi-sign-do-not-enter:before {
    content: "";
}
.bi-sign-intersection-fill:before {
    content: "";
}
.bi-sign-intersection-side-fill:before {
    content: "";
}
.bi-sign-intersection-side:before {
    content: "";
}
.bi-sign-intersection-t-fill:before {
    content: "";
}
.bi-sign-intersection-t:before {
    content: "";
}
.bi-sign-intersection-y-fill:before {
    content: "";
}
.bi-sign-intersection-y:before {
    content: "";
}
.bi-sign-intersection:before {
    content: "";
}
.bi-sign-merge-left-fill:before {
    content: "";
}
.bi-sign-merge-left:before {
    content: "";
}
.bi-sign-merge-right-fill:before {
    content: "";
}
.bi-sign-merge-right:before {
    content: "";
}
.bi-sign-no-left-turn-fill:before {
    content: "";
}
.bi-sign-no-left-turn:before {
    content: "";
}
.bi-sign-no-parking-fill:before {
    content: "";
}
.bi-sign-no-parking:before {
    content: "";
}
.bi-sign-no-right-turn-fill:before {
    content: "";
}
.bi-sign-no-right-turn:before {
    content: "";
}
.bi-sign-railroad-fill:before {
    content: "";
}
.bi-sign-railroad:before {
    content: "";
}
.bi-building-add:before {
    content: "";
}
.bi-building-check:before {
    content: "";
}
.bi-building-dash:before {
    content: "";
}
.bi-building-down:before {
    content: "";
}
.bi-building-exclamation:before {
    content: "";
}
.bi-building-fill-add:before {
    content: "";
}
.bi-building-fill-check:before {
    content: "";
}
.bi-building-fill-dash:before {
    content: "";
}
.bi-building-fill-down:before {
    content: "";
}
.bi-building-fill-exclamation:before {
    content: "";
}
.bi-building-fill-gear:before {
    content: "";
}
.bi-building-fill-lock:before {
    content: "";
}
.bi-building-fill-slash:before {
    content: "";
}
.bi-building-fill-up:before {
    content: "";
}
.bi-building-fill-x:before {
    content: "";
}
.bi-building-fill:before {
    content: "";
}
.bi-building-gear:before {
    content: "";
}
.bi-building-lock:before {
    content: "";
}
.bi-building-slash:before {
    content: "";
}
.bi-building-up:before {
    content: "";
}
.bi-building-x:before {
    content: "";
}
.bi-buildings-fill:before {
    content: "";
}
.bi-buildings:before {
    content: "";
}
.bi-bus-front-fill:before {
    content: "";
}
.bi-bus-front:before {
    content: "";
}
.bi-ev-front-fill:before {
    content: "";
}
.bi-ev-front:before {
    content: "";
}
.bi-globe-americas:before {
    content: "";
}
.bi-globe-asia-australia:before {
    content: "";
}
.bi-globe-central-south-asia:before {
    content: "";
}
.bi-globe-europe-africa:before {
    content: "";
}
.bi-house-add-fill:before {
    content: "";
}
.bi-house-add:before {
    content: "";
}
.bi-house-check-fill:before {
    content: "";
}
.bi-house-check:before {
    content: "";
}
.bi-house-dash-fill:before {
    content: "";
}
.bi-house-dash:before {
    content: "";
}
.bi-house-down-fill:before {
    content: "";
}
.bi-house-down:before {
    content: "";
}
.bi-house-exclamation-fill:before {
    content: "";
}
.bi-house-exclamation:before {
    content: "";
}
.bi-house-gear-fill:before {
    content: "";
}
.bi-house-gear:before {
    content: "";
}
.bi-house-lock-fill:before {
    content: "";
}
.bi-house-lock:before {
    content: "";
}
.bi-house-slash-fill:before {
    content: "";
}
.bi-house-slash:before {
    content: "";
}
.bi-house-up-fill:before {
    content: "";
}
.bi-house-up:before {
    content: "";
}
.bi-house-x-fill:before {
    content: "";
}
.bi-house-x:before {
    content: "";
}
.bi-person-add:before {
    content: "";
}
.bi-person-down:before {
    content: "";
}
.bi-person-exclamation:before {
    content: "";
}
.bi-person-fill-add:before {
    content: "";
}
.bi-person-fill-check:before {
    content: "";
}
.bi-person-fill-dash:before {
    content: "";
}
.bi-person-fill-down:before {
    content: "";
}
.bi-person-fill-exclamation:before {
    content: "";
}
.bi-person-fill-gear:before {
    content: "";
}
.bi-person-fill-lock:before {
    content: "";
}
.bi-person-fill-slash:before {
    content: "";
}
.bi-person-fill-up:before {
    content: "";
}
.bi-person-fill-x:before {
    content: "";
}
.bi-person-gear:before {
    content: "";
}
.bi-person-lock:before {
    content: "";
}
.bi-person-slash:before {
    content: "";
}
.bi-person-up:before {
    content: "";
}
.bi-scooter:before {
    content: "";
}
.bi-taxi-front-fill:before {
    content: "";
}
.bi-taxi-front:before {
    content: "";
}
.bi-amd:before {
    content: "";
}
.bi-database-add:before {
    content: "";
}
.bi-database-check:before {
    content: "";
}
.bi-database-dash:before {
    content: "";
}
.bi-database-down:before {
    content: "";
}
.bi-database-exclamation:before {
    content: "";
}
.bi-database-fill-add:before {
    content: "";
}
.bi-database-fill-check:before {
    content: "";
}
.bi-database-fill-dash:before {
    content: "";
}
.bi-database-fill-down:before {
    content: "";
}
.bi-database-fill-exclamation:before {
    content: "";
}
.bi-database-fill-gear:before {
    content: "";
}
.bi-database-fill-lock:before {
    content: "";
}
.bi-database-fill-slash:before {
    content: "";
}
.bi-database-fill-up:before {
    content: "";
}
.bi-database-fill-x:before {
    content: "";
}
.bi-database-fill:before {
    content: "";
}
.bi-database-gear:before {
    content: "";
}
.bi-database-lock:before {
    content: "";
}
.bi-database-slash:before {
    content: "";
}
.bi-database-up:before {
    content: "";
}
.bi-database-x:before {
    content: "";
}
.bi-database:before {
    content: "";
}
.bi-houses-fill:before {
    content: "";
}
.bi-houses:before {
    content: "";
}
.bi-nvidia:before {
    content: "";
}
.bi-person-vcard-fill:before {
    content: "";
}
.bi-person-vcard:before {
    content: "";
}
.bi-sina-weibo:before {
    content: "";
}
.bi-tencent-qq:before {
    content: "";
}
.bi-wikipedia:before {
    content: "";
}
.bi-alphabet-uppercase:before {
    content: "";
}
.bi-alphabet:before {
    content: "";
}
.bi-amazon:before {
    content: "";
}
.bi-arrows-collapse-vertical:before {
    content: "";
}
.bi-arrows-expand-vertical:before {
    content: "";
}
.bi-arrows-vertical:before {
    content: "";
}
.bi-arrows:before {
    content: "";
}
.bi-ban-fill:before {
    content: "";
}
.bi-ban:before {
    content: "";
}
.bi-bing:before {
    content: "";
}
.bi-cake:before {
    content: "";
}
.bi-cake2:before {
    content: "";
}
.bi-cookie:before {
    content: "";
}
.bi-copy:before {
    content: "";
}
.bi-crosshair:before {
    content: "";
}
.bi-crosshair2:before {
    content: "";
}
.bi-emoji-astonished-fill:before {
    content: "";
}
.bi-emoji-astonished:before {
    content: "";
}
.bi-emoji-grimace-fill:before {
    content: "";
}
.bi-emoji-grimace:before {
    content: "";
}
.bi-emoji-grin-fill:before {
    content: "";
}
.bi-emoji-grin:before {
    content: "";
}
.bi-emoji-surprise-fill:before {
    content: "";
}
.bi-emoji-surprise:before {
    content: "";
}
.bi-emoji-tear-fill:before {
    content: "";
}
.bi-emoji-tear:before {
    content: "";
}
.bi-envelope-arrow-down-fill:before {
    content: "";
}
.bi-envelope-arrow-down:before {
    content: "";
}
.bi-envelope-arrow-up-fill:before {
    content: "";
}
.bi-envelope-arrow-up:before {
    content: "";
}
.bi-feather:before {
    content: "";
}
.bi-feather2:before {
    content: "";
}
.bi-floppy-fill:before {
    content: "";
}
.bi-floppy:before {
    content: "";
}
.bi-floppy2-fill:before {
    content: "";
}
.bi-floppy2:before {
    content: "";
}
.bi-gitlab:before {
    content: "";
}
.bi-highlighter:before {
    content: "";
}
.bi-marker-tip:before {
    content: "";
}
.bi-nvme-fill:before {
    content: "";
}
.bi-nvme:before {
    content: "";
}
.bi-opencollective:before {
    content: "";
}
.bi-pci-card-network:before {
    content: "";
}
.bi-pci-card-sound:before {
    content: "";
}
.bi-radar:before {
    content: "";
}
.bi-send-arrow-down-fill:before {
    content: "";
}
.bi-send-arrow-down:before {
    content: "";
}
.bi-send-arrow-up-fill:before {
    content: "";
}
.bi-send-arrow-up:before {
    content: "";
}
.bi-sim-slash-fill:before {
    content: "";
}
.bi-sim-slash:before {
    content: "";
}
.bi-sourceforge:before {
    content: "";
}
.bi-substack:before {
    content: "";
}
.bi-threads-fill:before {
    content: "";
}
.bi-threads:before {
    content: "";
}
.bi-transparency:before {
    content: "";
}
.bi-twitter-x:before {
    content: "";
}
.bi-type-h4:before {
    content: "";
}
.bi-type-h5:before {
    content: "";
}
.bi-type-h6:before {
    content: "";
}
.bi-backpack-fill:before {
    content: "";
}
.bi-backpack:before {
    content: "";
}
.bi-backpack2-fill:before {
    content: "";
}
.bi-backpack2:before {
    content: "";
}
.bi-backpack3-fill:before {
    content: "";
}
.bi-backpack3:before {
    content: "";
}
.bi-backpack4-fill:before {
    content: "";
}
.bi-backpack4:before {
    content: "";
}
.bi-brilliance:before {
    content: "";
}
.bi-cake-fill:before {
    content: "";
}
.bi-cake2-fill:before {
    content: "";
}
.bi-duffle-fill:before {
    content: "";
}
.bi-duffle:before {
    content: "";
}
.bi-exposure:before {
    content: "";
}
.bi-gender-neuter:before {
    content: "";
}
.bi-highlights:before {
    content: "";
}
.bi-luggage-fill:before {
    content: "";
}
.bi-luggage:before {
    content: "";
}
.bi-mailbox-flag:before {
    content: "";
}
.bi-mailbox2-flag:before {
    content: "";
}
.bi-noise-reduction:before {
    content: "";
}
.bi-passport-fill:before {
    content: "";
}
.bi-passport:before {
    content: "";
}
.bi-person-arms-up:before {
    content: "";
}
.bi-person-raised-hand:before {
    content: "";
}
.bi-person-standing-dress:before {
    content: "";
}
.bi-person-standing:before {
    content: "";
}
.bi-person-walking:before {
    content: "";
}
.bi-person-wheelchair:before {
    content: "";
}
.bi-shadows:before {
    content: "";
}
.bi-suitcase-fill:before {
    content: "";
}
.bi-suitcase-lg-fill:before {
    content: "";
}
.bi-suitcase-lg:before {
    content: "";
}
.bi-suitcase:before {
    content: "豈";
}
.bi-suitcase2-fill:before {
    content: "更";
}
.bi-suitcase2:before {
    content: "車";
}
.bi-vignette:before {
    content: "賈";
}
.bi-bluesky:before {
    content: "";
}
.bi-tux:before {
    content: "滑";
}
.bi-beaker-fill:before {
    content: "串";
}
.bi-beaker:before {
    content: "句";
}
.bi-flask-fill:before {
    content: "龜";
}
.bi-flask-florence-fill:before {
    content: "龜";
}
.bi-flask-florence:before {
    content: "契";
}
.bi-flask:before {
    content: "金";
}
.bi-leaf-fill:before {
    content: "喇";
}
.bi-leaf:before {
    content: "奈";
}
.bi-measuring-cup-fill:before {
    content: "懶";
}
.bi-measuring-cup:before {
    content: "癩";
}
.bi-unlock2-fill:before {
    content: "羅";
}
.bi-unlock2:before {
    content: "蘿";
}
.bi-battery-low:before {
    content: "螺";
}
.bi-anthropic:before {
    content: "裸";
}
.bi-apple-music:before {
    content: "邏";
}
.bi-claude:before {
    content: "樂";
}
.bi-openai:before {
    content: "洛";
}
.bi-perplexity:before {
    content: "烙";
}
.bi-css:before {
    content: "珞";
}
.bi-javascript:before {
    content: "落";
}
.bi-typescript:before {
    content: "酪";
}
.bi-fork-knife:before {
    content: "駱";
}
.bi-globe-americas-fill:before {
    content: "亂";
}
.bi-globe-asia-australia-fill:before {
    content: "卵";
}
.bi-globe-central-south-asia-fill:before {
    content: "欄";
}
.bi-globe-europe-africa-fill:before {
    content: "爛";
}
@font-face {
    font-family: MingCute;
    src: url(MingCute6afd.eot?wbj42g);
    src:
        url(MingCute6afd.eot?wbj42g#iefix) format("embedded-opentype"),
        url(MingCute6afd.ttf?wbj42g) format("truetype"),
        url(MingCute6afd.woff?wbj42g) format("woff"),
        url(../images/MingCute6afd.svg?wbj42g#MingCute) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class^="mgc_"],
[class*="\ mgc_"] {
    speak: never;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: MingCute !important;
}
.mgc_ABS_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ABS_line:before {
    content: "";
    color: #09244b;
}
.mgc_ad_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ad_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_ad_circle_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ad_circle_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_ad_rectangle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ad_rectangle_line:before {
    content: "";
    color: #09244b;
}
.mgc_ad_rectangle_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ad_rectangle_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_add_circle_dash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_add_circle_dash_line:before {
    content: "";
    color: #09244b;
}
.mgc_add_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_add_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_add_fill:before {
    content: "";
    color: #09244b;
}
.mgc_add_line:before {
    content: "";
    color: #09244b;
}
.mgc_add_square_fill:before {
    content: "";
    color: #09244b;
}
.mgc_add_square_line:before {
    content: "";
    color: #09244b;
}
.mgc_aerial_lift_fill:before {
    content: "";
    color: #09244b;
}
.mgc_aerial_lift_line:before {
    content: "";
    color: #09244b;
}
.mgc_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_aiming_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_aiming_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_aiming_fill:before {
    content: "";
    color: #09244b;
}
.mgc_aiming_line:before {
    content: "";
    color: #09244b;
}
.mgc_air_balloon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_air_balloon_line:before {
    content: "";
    color: #09244b;
}
.mgc_air_condition_fill:before {
    content: "";
    color: #09244b;
}
.mgc_air_condition_line:before {
    content: "";
    color: #09244b;
}
.mgc_air_condition_open_fill:before {
    content: "";
    color: #09244b;
}
.mgc_air_condition_open_line:before {
    content: "";
    color: #09244b;
}
.mgc_airbnb_fill:before {
    content: "";
    color: #09244b;
}
.mgc_airbnb_line:before {
    content: "";
    color: #09244b;
}
.mgc_airdrop_fill:before {
    content: "";
    color: #09244b;
}
.mgc_airdrop_line:before {
    content: "";
    color: #09244b;
}
.mgc_airplane_fill:before {
    content: "";
    color: #09244b;
}
.mgc_airplane_line:before {
    content: "";
    color: #09244b;
}
.mgc_airplay_fill:before {
    content: "";
    color: #09244b;
}
.mgc_airplay_line:before {
    content: "";
    color: #09244b;
}
.mgc_airpods_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_airpods_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_airpods_fill:before {
    content: "";
    color: #09244b;
}
.mgc_airpods_line:before {
    content: "";
    color: #09244b;
}
.mgc_alarm_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_alarm_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_alarm_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_alarm_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_album_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_album_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_album_fill:before {
    content: "";
    color: #09244b;
}
.mgc_album_line:before {
    content: "";
    color: #09244b;
}
.mgc_alert_diamond_fill:before {
    content: "";
    color: #09244b;
}
.mgc_alert_diamond_line:before {
    content: "";
    color: #09244b;
}
.mgc_alert_fill:before {
    content: "";
    color: #09244b;
}
.mgc_alert_line:before {
    content: "";
    color: #09244b;
}
.mgc_alert_octagon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_alert_octagon_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_arrow_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_arrow_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_arrow_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_arrow_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_arrow_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_arrow_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_arrow_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_arrow_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_bottom_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_bottom_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_center_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_center_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_horizontal_center_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_horizontal_center_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_justify_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_justify_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_left_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_left_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_right_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_right_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_top_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_top_line:before {
    content: "";
    color: #09244b;
}
.mgc_align_vertical_center_fill:before {
    content: "";
    color: #09244b;
}
.mgc_align_vertical_center_line:before {
    content: "";
    color: #09244b;
}
.mgc_alipay_fill:before {
    content: "";
    color: #09244b;
}
.mgc_alipay_line:before {
    content: "";
    color: #09244b;
}
.mgc_american_football_fill:before {
    content: "";
    color: #09244b;
}
.mgc_american_football_line:before {
    content: "";
    color: #09244b;
}
.mgc_anchor_fill:before {
    content: "";
    color: #09244b;
}
.mgc_anchor_line:before {
    content: "";
    color: #09244b;
}
.mgc_and_fill:before {
    content: "";
    color: #09244b;
}
.mgc_and_line:before {
    content: "";
    color: #09244b;
}
.mgc_android_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_android_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_android_fill:before {
    content: "";
    color: #09244b;
}
.mgc_android_line:before {
    content: "";
    color: #09244b;
}
.mgc_angel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_angel_line:before {
    content: "";
    color: #09244b;
}
.mgc_angry_fill:before {
    content: "";
    color: #09244b;
}
.mgc_angry_line:before {
    content: "";
    color: #09244b;
}
.mgc_anniversary_fill:before {
    content: "";
    color: #09244b;
}
.mgc_anniversary_line:before {
    content: "";
    color: #09244b;
}
.mgc_announcement_fill:before {
    content: "";
    color: #09244b;
}
.mgc_announcement_line:before {
    content: "";
    color: #09244b;
}
.mgc_anticlockwise_alt_fill:before {
    content: "";
    color: #09244b;
}
.mgc_anticlockwise_alt_line:before {
    content: "";
    color: #09244b;
}
.mgc_anticlockwise_fill:before {
    content: "";
    color: #09244b;
}
.mgc_anticlockwise_line:before {
    content: "";
    color: #09244b;
}
.mgc_apple_fill:before {
    content: "";
    color: #09244b;
}
.mgc_apple_fruit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_apple_fruit_line:before {
    content: "";
    color: #09244b;
}
.mgc_apple_intelligence_fill:before {
    content: "";
    color: #09244b;
}
.mgc_apple_intelligence_frame_fill:before {
    content: "";
    color: #09244b;
}
.mgc_apple_intelligence_frame_line:before {
    content: "";
    color: #09244b;
}
.mgc_apple_intelligence_line:before {
    content: "";
    color: #09244b;
}
.mgc_apple_line:before {
    content: "";
    color: #09244b;
}
.mgc_appstore_fill:before {
    content: "";
    color: #09244b;
}
.mgc_appstore_line:before {
    content: "";
    color: #09244b;
}
.mgc_Aquarius_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Aquarius_line:before {
    content: "";
    color: #09244b;
}
.mgc_arc_browser_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arc_browser_line:before {
    content: "";
    color: #09244b;
}
.mgc_archive_fill:before {
    content: "";
    color: #09244b;
}
.mgc_archive_line:before {
    content: "";
    color: #09244b;
}
.mgc_Aries_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Aries_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_down_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_down_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_down_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_down_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_up_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_up_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_left_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_down_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_down_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_up_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_up_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_right_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_to_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_to_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_to_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_to_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_to_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_to_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_to_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_to_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_up_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_up_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrow_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrows_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrows_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrows_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrows_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrows_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrows_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_arrows_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_arrows_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_artboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_artboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_aspect_ratio_fill:before {
    content: "";
    color: #09244b;
}
.mgc_aspect_ratio_line:before {
    content: "";
    color: #09244b;
}
.mgc_asterisk_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_asterisk_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_asterisk_fill:before {
    content: "";
    color: #09244b;
}
.mgc_asterisk_line:before {
    content: "";
    color: #09244b;
}
.mgc_at_fill:before {
    content: "";
    color: #09244b;
}
.mgc_at_line:before {
    content: "";
    color: #09244b;
}
.mgc_attachment_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_attachment_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_attachment_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_attachment_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_attachment_fill:before {
    content: "";
    color: #09244b;
}
.mgc_attachment_line:before {
    content: "";
    color: #09244b;
}
.mgc_auction_fill:before {
    content: "";
    color: #09244b;
}
.mgc_auction_line:before {
    content: "";
    color: #09244b;
}
.mgc_audio_tape_fill:before {
    content: "";
    color: #09244b;
}
.mgc_audio_tape_line:before {
    content: "";
    color: #09244b;
}
.mgc_auto_hold_fill:before {
    content: "";
    color: #09244b;
}
.mgc_auto_hold_line:before {
    content: "";
    color: #09244b;
}
.mgc_avalanche_AVAX_fill:before {
    content: "";
    color: #09244b;
}
.mgc_avalanche_AVAX_line:before {
    content: "";
    color: #09244b;
}
.mgc_award_fill:before {
    content: "";
    color: #09244b;
}
.mgc_award_line:before {
    content: "";
    color: #09244b;
}
.mgc_axe_fill:before {
    content: "";
    color: #09244b;
}
.mgc_axe_line:before {
    content: "";
    color: #09244b;
}
.mgc_AZ_sort_ascending_letters_fill:before {
    content: "";
    color: #09244b;
}
.mgc_AZ_sort_ascending_letters_line:before {
    content: "";
    color: #09244b;
}
.mgc_AZ_sort_descending_letters_fill:before {
    content: "";
    color: #09244b;
}
.mgc_AZ_sort_descending_letters_line:before {
    content: "";
    color: #09244b;
}
.mgc_baby_carriage_fill:before {
    content: "";
    color: #09244b;
}
.mgc_baby_carriage_line:before {
    content: "";
    color: #09244b;
}
.mgc_baby_fill:before {
    content: "";
    color: #09244b;
}
.mgc_baby_line:before {
    content: "";
    color: #09244b;
}
.mgc_back_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_back_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_back_fill:before {
    content: "";
    color: #09244b;
}
.mgc_back_line:before {
    content: "";
    color: #09244b;
}
.mgc_backboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_backboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_background_fill:before {
    content: "";
    color: #09244b;
}
.mgc_background_line:before {
    content: "";
    color: #09244b;
}
.mgc_backpack_fill:before {
    content: "";
    color: #09244b;
}
.mgc_backpack_line:before {
    content: "";
    color: #09244b;
}
.mgc_badge_fill:before {
    content: "";
    color: #09244b;
}
.mgc_badge_line:before {
    content: "";
    color: #09244b;
}
.mgc_badminton_fill:before {
    content: "";
    color: #09244b;
}
.mgc_badminton_line:before {
    content: "";
    color: #09244b;
}
.mgc_balance_fill:before {
    content: "";
    color: #09244b;
}
.mgc_balance_line:before {
    content: "";
    color: #09244b;
}
.mgc_balloon_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_balloon_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_bank_card_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bank_card_line:before {
    content: "";
    color: #09244b;
}
.mgc_bank_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bank_line:before {
    content: "";
    color: #09244b;
}
.mgc_bank_of_china_tower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bank_of_china_tower_line:before {
    content: "";
    color: #09244b;
}
.mgc_barbell_fill:before {
    content: "";
    color: #09244b;
}
.mgc_barbell_line:before {
    content: "";
    color: #09244b;
}
.mgc_barcode_fill:before {
    content: "";
    color: #09244b;
}
.mgc_barcode_line:before {
    content: "";
    color: #09244b;
}
.mgc_barcode_scan_fill:before {
    content: "";
    color: #09244b;
}
.mgc_barcode_scan_line:before {
    content: "";
    color: #09244b;
}
.mgc_base_station_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_base_station_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_base_station_fill:before {
    content: "";
    color: #09244b;
}
.mgc_base_station_line:before {
    content: "";
    color: #09244b;
}
.mgc_baseball_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_baseball_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_baseball_fill:before {
    content: "";
    color: #09244b;
}
.mgc_baseball_line:before {
    content: "";
    color: #09244b;
}
.mgc_basket_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_basket_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_basket_fill:before {
    content: "";
    color: #09244b;
}
.mgc_basket_line:before {
    content: "";
    color: #09244b;
}
.mgc_basketball_fill:before {
    content: "";
    color: #09244b;
}
.mgc_basketball_line:before {
    content: "";
    color: #09244b;
}
.mgc_bath_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bath_line:before {
    content: "";
    color: #09244b;
}
.mgc_battery_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_battery_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_battery_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_battery_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_battery_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_battery_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_battery_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_battery_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_battery_automotive_fill:before {
    content: "";
    color: #09244b;
}
.mgc_battery_automotive_line:before {
    content: "";
    color: #09244b;
}
.mgc_battery_charging_fill:before {
    content: "";
    color: #09244b;
}
.mgc_battery_charging_line:before {
    content: "";
    color: #09244b;
}
.mgc_battery_fill:before {
    content: "";
    color: #09244b;
}
.mgc_battery_line:before {
    content: "";
    color: #09244b;
}
.mgc_beachball_fill:before {
    content: "";
    color: #09244b;
}
.mgc_beachball_line:before {
    content: "";
    color: #09244b;
}
.mgc_bear_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bear_line:before {
    content: "";
    color: #09244b;
}
.mgc_beard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_beard_line:before {
    content: "";
    color: #09244b;
}
.mgc_bed_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bed_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_bed_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bed_line:before {
    content: "";
    color: #09244b;
}
.mgc_bedside_table_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bedside_table_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_bedside_table_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bedside_table_line:before {
    content: "";
    color: #09244b;
}
.mgc_behance_fill:before {
    content: "";
    color: #09244b;
}
.mgc_behance_line:before {
    content: "";
    color: #09244b;
}
.mgc_bell_ringing_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bell_ringing_line:before {
    content: "";
    color: #09244b;
}
.mgc_big_ben_fill:before {
    content: "";
    color: #09244b;
}
.mgc_big_ben_line:before {
    content: "";
    color: #09244b;
}
.mgc_bike_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bike_line:before {
    content: "";
    color: #09244b;
}
.mgc_bilibili_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bilibili_line:before {
    content: "";
    color: #09244b;
}
.mgc_bill_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bill_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_bill_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bill_line:before {
    content: "";
    color: #09244b;
}
.mgc_binance_coin_BNB_fill:before {
    content: "";
    color: #09244b;
}
.mgc_binance_coin_BNB_line:before {
    content: "";
    color: #09244b;
}
.mgc_binance_USD_BUSD_fill:before {
    content: "";
    color: #09244b;
}
.mgc_binance_USD_BUSD_line:before {
    content: "";
    color: #09244b;
}
.mgc_bird_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bird_line:before {
    content: "";
    color: #09244b;
}
.mgc_birthday_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_birthday_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_black_board_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_black_board_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_black_board_fill:before {
    content: "";
    color: #09244b;
}
.mgc_black_board_line:before {
    content: "";
    color: #09244b;
}
.mgc_blessing_fill:before {
    content: "";
    color: #09244b;
}
.mgc_blessing_line:before {
    content: "";
    color: #09244b;
}
.mgc_bling_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bling_line:before {
    content: "";
    color: #09244b;
}
.mgc_blockquote_fill:before {
    content: "";
    color: #09244b;
}
.mgc_blockquote_line:before {
    content: "";
    color: #09244b;
}
.mgc_bluesky_social_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bluesky_social_line:before {
    content: "";
    color: #09244b;
}
.mgc_bluetooth_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bluetooth_line:before {
    content: "";
    color: #09244b;
}
.mgc_bluetooth_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bluetooth_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_BNB_fill:before {
    content: "";
    color: #09244b;
}
.mgc_BNB_line:before {
    content: "";
    color: #09244b;
}
.mgc_board_fill:before {
    content: "";
    color: #09244b;
}
.mgc_board_line:before {
    content: "";
    color: #09244b;
}
.mgc_body_fill:before {
    content: "";
    color: #09244b;
}
.mgc_body_line:before {
    content: "";
    color: #09244b;
}
.mgc_bold_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bold_line:before {
    content: "";
    color: #09244b;
}
.mgc_bomb_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bomb_line:before {
    content: "";
    color: #09244b;
}
.mgc_bone_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bone_line:before {
    content: "";
    color: #09244b;
}
.mgc_book_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_book_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_book_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_book_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_book_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_book_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_book_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_book_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_book_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_book_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_book_6_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_book_6_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_book_6_fill:before {
    content: "";
    color: #09244b;
}
.mgc_book_6_line:before {
    content: "";
    color: #09244b;
}
.mgc_book_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_book_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_book_fill:before {
    content: "";
    color: #09244b;
}
.mgc_book_line:before {
    content: "";
    color: #09244b;
}
.mgc_bookmark_add_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bookmark_add_line:before {
    content: "";
    color: #09244b;
}
.mgc_bookmark_edit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bookmark_edit_line:before {
    content: "";
    color: #09244b;
}
.mgc_bookmark_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bookmark_line:before {
    content: "";
    color: #09244b;
}
.mgc_bookmark_remove_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bookmark_remove_line:before {
    content: "";
    color: #09244b;
}
.mgc_bookmarks_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bookmarks_line:before {
    content: "";
    color: #09244b;
}
.mgc_boom_fill:before {
    content: "";
    color: #09244b;
}
.mgc_boom_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_blank_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_blank_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_bottom_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_bottom_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_inner_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_inner_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_outer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_outer_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_radius_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_radius_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_top_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_top_line:before {
    content: "";
    color: #09244b;
}
.mgc_border_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_border_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_bottle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bottle_glass_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bottle_glass_line:before {
    content: "";
    color: #09244b;
}
.mgc_bottle_line:before {
    content: "";
    color: #09244b;
}
.mgc_bow_tie_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bow_tie_line:before {
    content: "";
    color: #09244b;
}
.mgc_bowknot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bowknot_line:before {
    content: "";
    color: #09244b;
}
.mgc_bowl_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bowl_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_bowl_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bowl_line:before {
    content: "";
    color: #09244b;
}
.mgc_box_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_box_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_box_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_box_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_box_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_box_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_box_fill:before {
    content: "";
    color: #09244b;
}
.mgc_box_line:before {
    content: "";
    color: #09244b;
}
.mgc_braces_fill:before {
    content: "";
    color: #09244b;
}
.mgc_braces_line:before {
    content: "";
    color: #09244b;
}
.mgc_brackets_angle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brackets_angle_line:before {
    content: "";
    color: #09244b;
}
.mgc_brackets_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brackets_line:before {
    content: "";
    color: #09244b;
}
.mgc_brain_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brain_line:before {
    content: "";
    color: #09244b;
}
.mgc_brake_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brake_line:before {
    content: "";
    color: #09244b;
}
.mgc_bread_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bread_line:before {
    content: "";
    color: #09244b;
}
.mgc_bridge_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bridge_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_bridge_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bridge_line:before {
    content: "";
    color: #09244b;
}
.mgc_brief_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brief_line:before {
    content: "";
    color: #09244b;
}
.mgc_briefcase_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_briefcase_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_briefcase_fill:before {
    content: "";
    color: #09244b;
}
.mgc_briefcase_line:before {
    content: "";
    color: #09244b;
}
.mgc_brightness_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brightness_line:before {
    content: "";
    color: #09244b;
}
.mgc_broom_fill:before {
    content: "";
    color: #09244b;
}
.mgc_broom_line:before {
    content: "";
    color: #09244b;
}
.mgc_brush_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brush_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_brush_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brush_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_brush_3_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brush_3_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_brush_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brush_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_brush_fill:before {
    content: "";
    color: #09244b;
}
.mgc_brush_line:before {
    content: "";
    color: #09244b;
}
.mgc_bubble_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bubble_line:before {
    content: "";
    color: #09244b;
}
.mgc_bug_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bug_line:before {
    content: "";
    color: #09244b;
}
.mgc_building_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_building_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_building_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_building_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_building_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_building_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_building_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_building_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_building_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_building_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_building_6_fill:before {
    content: "";
    color: #09244b;
}
.mgc_building_6_line:before {
    content: "";
    color: #09244b;
}
.mgc_bulb_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bulb_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_bulb_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bulb_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_bulb_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bulb_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_bulb_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bulb_line:before {
    content: "";
    color: #09244b;
}
.mgc_burj_al_arab_fill:before {
    content: "";
    color: #09244b;
}
.mgc_burj_al_arab_line:before {
    content: "";
    color: #09244b;
}
.mgc_burj_khalifa_tower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_burj_khalifa_tower_line:before {
    content: "";
    color: #09244b;
}
.mgc_bus_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bus_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_bus_fill:before {
    content: "";
    color: #09244b;
}
.mgc_bus_line:before {
    content: "";
    color: #09244b;
}
.mgc_butterfly_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_butterfly_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_butterfly_fill:before {
    content: "";
    color: #09244b;
}
.mgc_butterfly_line:before {
    content: "";
    color: #09244b;
}
.mgc_button_fill:before {
    content: "";
    color: #09244b;
}
.mgc_button_line:before {
    content: "";
    color: #09244b;
}
.mgc_cactus_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cactus_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_cactus_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cactus_line:before {
    content: "";
    color: #09244b;
}
.mgc_cake_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cake_line:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_add_fill:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_add_line:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_day_fill:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_day_line:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_fill:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_line:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_month_fill:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_month_line:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_time_add_fill:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_time_add_line:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_week_fill:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_week_line:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_x_fill:before {
    content: "";
    color: #09244b;
}
.mgc_calendar_x_line:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_line:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camcorder_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_camera_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camera_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_camera_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camera_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_camera_2_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camera_2_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_camera_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camera_line:before {
    content: "";
    color: #09244b;
}
.mgc_camera_rotate_fill:before {
    content: "";
    color: #09244b;
}
.mgc_camera_rotate_line:before {
    content: "";
    color: #09244b;
}
.mgc_campfire_fill:before {
    content: "";
    color: #09244b;
}
.mgc_campfire_line:before {
    content: "";
    color: #09244b;
}
.mgc_campground_fill:before {
    content: "";
    color: #09244b;
}
.mgc_campground_line:before {
    content: "";
    color: #09244b;
}
.mgc_Cancer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Cancer_line:before {
    content: "";
    color: #09244b;
}
.mgc_candle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_candle_line:before {
    content: "";
    color: #09244b;
}
.mgc_candles_fill:before {
    content: "";
    color: #09244b;
}
.mgc_candles_line:before {
    content: "";
    color: #09244b;
}
.mgc_candy_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_candy_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_candy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_candy_line:before {
    content: "";
    color: #09244b;
}
.mgc_canton_tower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_canton_tower_line:before {
    content: "";
    color: #09244b;
}
.mgc_Capricorn_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Capricorn_line:before {
    content: "";
    color: #09244b;
}
.mgc_capsule_fill:before {
    content: "";
    color: #09244b;
}
.mgc_capsule_line:before {
    content: "";
    color: #09244b;
}
.mgc_car_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_car_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_car_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_car_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_car_door_fill:before {
    content: "";
    color: #09244b;
}
.mgc_car_door_line:before {
    content: "";
    color: #09244b;
}
.mgc_car_fill:before {
    content: "";
    color: #09244b;
}
.mgc_car_line:before {
    content: "";
    color: #09244b;
}
.mgc_car_window_fill:before {
    content: "";
    color: #09244b;
}
.mgc_car_window_line:before {
    content: "";
    color: #09244b;
}
.mgc_card_pay_fill:before {
    content: "";
    color: #09244b;
}
.mgc_card_pay_line:before {
    content: "";
    color: #09244b;
}
.mgc_card_refund_fill:before {
    content: "";
    color: #09244b;
}
.mgc_card_refund_line:before {
    content: "";
    color: #09244b;
}
.mgc_cardano_ADA_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cardano_ADA_line:before {
    content: "";
    color: #09244b;
}
.mgc_cardboard_vr_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cardboard_vr_line:before {
    content: "";
    color: #09244b;
}
.mgc_carplay_fill:before {
    content: "";
    color: #09244b;
}
.mgc_carplay_line:before {
    content: "";
    color: #09244b;
}
.mgc_carrot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_carrot_line:before {
    content: "";
    color: #09244b;
}
.mgc_cash_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cash_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_cash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cash_line:before {
    content: "";
    color: #09244b;
}
.mgc_cat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cat_line:before {
    content: "";
    color: #09244b;
}
.mgc_ceiling_lamp_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ceiling_lamp_line:before {
    content: "";
    color: #09244b;
}
.mgc_celebrate_fill:before {
    content: "";
    color: #09244b;
}
.mgc_celebrate_line:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_2_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_2_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_line:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_vibration_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cellphone_vibration_line:before {
    content: "";
    color: #09244b;
}
.mgc_celsius_fill:before {
    content: "";
    color: #09244b;
}
.mgc_celsius_line:before {
    content: "";
    color: #09244b;
}
.mgc_certificate_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_certificate_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_certificate_fill:before {
    content: "";
    color: #09244b;
}
.mgc_certificate_line:before {
    content: "";
    color: #09244b;
}
.mgc_champagne_fill:before {
    content: "";
    color: #09244b;
}
.mgc_champagne_line:before {
    content: "";
    color: #09244b;
}
.mgc_charging_pile_fill:before {
    content: "";
    color: #09244b;
}
.mgc_charging_pile_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_bar_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_bar_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_bar_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_bar_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_decrease_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_decrease_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_horizontal_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_horizontal_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_line_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_line_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_pie_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_pie_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_pie_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_pie_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_pie_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_pie_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_vertical_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_vertical_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_chart_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chart_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_chat_1_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chat_1_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_chat_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chat_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_chat_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chat_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_chat_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chat_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_chat_3_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chat_3_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_chat_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chat_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_chat_4_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chat_4_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_chat_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chat_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_check_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_check_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_check_circle_dash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_check_circle_dash_line:before {
    content: "";
    color: #09244b;
}
.mgc_check_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_check_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_check_fill:before {
    content: "";
    color: #09244b;
}
.mgc_check_line:before {
    content: "";
    color: #09244b;
}
.mgc_checkbox_fill:before {
    content: "";
    color: #09244b;
}
.mgc_checkbox_line:before {
    content: "";
    color: #09244b;
}
.mgc_checks_fill:before {
    content: "";
    color: #09244b;
}
.mgc_checks_line:before {
    content: "";
    color: #09244b;
}
.mgc_chef_hat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chef_hat_line:before {
    content: "";
    color: #09244b;
}
.mgc_chess_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chess_line:before {
    content: "";
    color: #09244b;
}
.mgc_chicken_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chicken_line:before {
    content: "";
    color: #09244b;
}
.mgc_chines_knot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chines_knot_line:before {
    content: "";
    color: #09244b;
}
.mgc_chip_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chip_line:before {
    content: "";
    color: #09244b;
}
.mgc_choice_fill:before {
    content: "";
    color: #09244b;
}
.mgc_choice_line:before {
    content: "";
    color: #09244b;
}
.mgc_chopsticks_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chopsticks_line:before {
    content: "";
    color: #09244b;
}
.mgc_christ_the_redeemer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_christ_the_redeemer_line:before {
    content: "";
    color: #09244b;
}
.mgc_christmas_ball_fill:before {
    content: "";
    color: #09244b;
}
.mgc_christmas_ball_line:before {
    content: "";
    color: #09244b;
}
.mgc_christmas_hat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_christmas_hat_line:before {
    content: "";
    color: #09244b;
}
.mgc_chrome_fill:before {
    content: "";
    color: #09244b;
}
.mgc_chrome_line:before {
    content: "";
    color: #09244b;
}
.mgc_church_fill:before {
    content: "";
    color: #09244b;
}
.mgc_church_line:before {
    content: "";
    color: #09244b;
}
.mgc_circle_dash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_circle_dash_line:before {
    content: "";
    color: #09244b;
}
.mgc_clapperboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_clapperboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_classify_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_classify_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_classify_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_classify_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_classify_3_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_classify_3_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_classify_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_classify_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_classify_add_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_classify_add_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_classify_add_fill:before {
    content: "";
    color: #09244b;
}
.mgc_classify_add_line:before {
    content: "";
    color: #09244b;
}
.mgc_classify_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_classify_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_classify_fill:before {
    content: "";
    color: #09244b;
}
.mgc_classify_line:before {
    content: "";
    color: #09244b;
}
.mgc_claude_fill:before {
    content: "";
    color: #09244b;
}
.mgc_claude_line:before {
    content: "";
    color: #09244b;
}
.mgc_clipboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_clipboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_clock_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_clock_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_clock_fill:before {
    content: "";
    color: #09244b;
}
.mgc_clock_line:before {
    content: "";
    color: #09244b;
}
.mgc_clockwise_alt_fill:before {
    content: "";
    color: #09244b;
}
.mgc_clockwise_alt_line:before {
    content: "";
    color: #09244b;
}
.mgc_clockwise_fill:before {
    content: "";
    color: #09244b;
}
.mgc_clockwise_line:before {
    content: "";
    color: #09244b;
}
.mgc_close_circle_dash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_close_circle_dash_line:before {
    content: "";
    color: #09244b;
}
.mgc_close_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_close_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_close_fill:before {
    content: "";
    color: #09244b;
}
.mgc_close_line:before {
    content: "";
    color: #09244b;
}
.mgc_close_medium_fill:before {
    content: "";
    color: #09244b;
}
.mgc_close_medium_line:before {
    content: "";
    color: #09244b;
}
.mgc_close_small_fill:before {
    content: "";
    color: #09244b;
}
.mgc_close_small_line:before {
    content: "";
    color: #09244b;
}
.mgc_close_square_fill:before {
    content: "";
    color: #09244b;
}
.mgc_close_square_line:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_lightning_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_lightning_line:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_line:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_snow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_snow_line:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_windy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cloud_windy_line:before {
    content: "";
    color: #09244b;
}
.mgc_clouds_fill:before {
    content: "";
    color: #09244b;
}
.mgc_clouds_line:before {
    content: "";
    color: #09244b;
}
.mgc_clubs_fill:before {
    content: "";
    color: #09244b;
}
.mgc_clubs_line:before {
    content: "";
    color: #09244b;
}
.mgc_coat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_coat_line:before {
    content: "";
    color: #09244b;
}
.mgc_coathanger_fill:before {
    content: "";
    color: #09244b;
}
.mgc_coathanger_line:before {
    content: "";
    color: #09244b;
}
.mgc_code_fill:before {
    content: "";
    color: #09244b;
}
.mgc_code_line:before {
    content: "";
    color: #09244b;
}
.mgc_codepen_fill:before {
    content: "";
    color: #09244b;
}
.mgc_codepen_line:before {
    content: "";
    color: #09244b;
}
.mgc_coin_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_coin_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_coin_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_coin_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_coin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_coin_line:before {
    content: "";
    color: #09244b;
}
.mgc_color_filter_fill:before {
    content: "";
    color: #09244b;
}
.mgc_color_filter_line:before {
    content: "";
    color: #09244b;
}
.mgc_color_picker_fill:before {
    content: "";
    color: #09244b;
}
.mgc_color_picker_line:before {
    content: "";
    color: #09244b;
}
.mgc_column_fill:before {
    content: "";
    color: #09244b;
}
.mgc_column_line:before {
    content: "";
    color: #09244b;
}
.mgc_columns_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_columns_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_columns_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_columns_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_combine_fill:before {
    content: "";
    color: #09244b;
}
.mgc_combine_line:before {
    content: "";
    color: #09244b;
}
.mgc_command_fill:before {
    content: "";
    color: #09244b;
}
.mgc_command_line:before {
    content: "";
    color: #09244b;
}
.mgc_comment_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_comment_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_comment_fill:before {
    content: "";
    color: #09244b;
}
.mgc_comment_line:before {
    content: "";
    color: #09244b;
}
.mgc_compass_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_compass_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_compass_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_compass_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_compass_fill:before {
    content: "";
    color: #09244b;
}
.mgc_compass_line:before {
    content: "";
    color: #09244b;
}
.mgc_components_fill:before {
    content: "";
    color: #09244b;
}
.mgc_components_line:before {
    content: "";
    color: #09244b;
}
.mgc_computer_camera_fill:before {
    content: "";
    color: #09244b;
}
.mgc_computer_camera_line:before {
    content: "";
    color: #09244b;
}
.mgc_computer_camera_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_computer_camera_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_computer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_computer_line:before {
    content: "";
    color: #09244b;
}
.mgc_confused_fill:before {
    content: "";
    color: #09244b;
}
.mgc_confused_line:before {
    content: "";
    color: #09244b;
}
.mgc_contacts_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_contacts_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_contacts_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_contacts_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_contacts_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_contacts_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_contacts_fill:before {
    content: "";
    color: #09244b;
}
.mgc_contacts_line:before {
    content: "";
    color: #09244b;
}
.mgc_content_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_content_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_cookie_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cookie_line:before {
    content: "";
    color: #09244b;
}
.mgc_cookie_man_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cookie_man_line:before {
    content: "";
    color: #09244b;
}
.mgc_cooldown_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cooldown_line:before {
    content: "";
    color: #09244b;
}
.mgc_copilot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_copilot_line:before {
    content: "";
    color: #09244b;
}
.mgc_copper_coin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_copper_coin_line:before {
    content: "";
    color: #09244b;
}
.mgc_copy_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_copy_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_copy_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_copy_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_copy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_copy_line:before {
    content: "";
    color: #09244b;
}
.mgc_copyright_fill:before {
    content: "";
    color: #09244b;
}
.mgc_copyright_line:before {
    content: "";
    color: #09244b;
}
.mgc_corner_down_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_corner_down_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_corner_down_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_corner_down_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_corner_up_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_corner_up_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_corner_up_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_corner_up_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_counter_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_counter_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_counter_fill:before {
    content: "";
    color: #09244b;
}
.mgc_counter_line:before {
    content: "";
    color: #09244b;
}
.mgc_coupon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_coupon_line:before {
    content: "";
    color: #09244b;
}
.mgc_cross_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cross_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_cross_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cross_line:before {
    content: "";
    color: #09244b;
}
.mgc_crutch_fill:before {
    content: "";
    color: #09244b;
}
.mgc_crutch_line:before {
    content: "";
    color: #09244b;
}
.mgc_crystal_ball_fill:before {
    content: "";
    color: #09244b;
}
.mgc_crystal_ball_line:before {
    content: "";
    color: #09244b;
}
.mgc_cube_3d_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cube_3d_line:before {
    content: "";
    color: #09244b;
}
.mgc_cube_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cube_line:before {
    content: "";
    color: #09244b;
}
.mgc_cupcake_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cupcake_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_baht_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_baht_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_baht_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_baht_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_bitcoin_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_bitcoin_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_bitcoin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_bitcoin_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_cny_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_cny_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_cny_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_cny_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_dollar_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_dollar_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_dollar_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_dollar_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_euro_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_euro_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_euro_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_euro_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_lira_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_lira_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_lira_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_lira_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_nigeria_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_nigeria_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_nigeria_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_nigeria_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_pound_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_pound_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_pound_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_pound_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_rubel_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_rubel_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_rubel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_rubel_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_rupee_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_rupee_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_rupee_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_rupee_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_shekel_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_shekel_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_shekel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_shekel_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_won_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_won_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_currency_won_fill:before {
    content: "";
    color: #09244b;
}
.mgc_currency_won_line:before {
    content: "";
    color: #09244b;
}
.mgc_cursor_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cursor_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_cursor_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cursor_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_cursor_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cursor_line:before {
    content: "";
    color: #09244b;
}
.mgc_cursor_text_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cursor_text_line:before {
    content: "";
    color: #09244b;
}
.mgc_curtain_fill:before {
    content: "";
}
.mgc_curtain_line:before {
    content: "";
}
.mgc_cylinder_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cylinder_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_cylinder_fill:before {
    content: "";
    color: #09244b;
}
.mgc_cylinder_line:before {
    content: "";
    color: #09244b;
}
.mgc_dandelion_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dandelion_line:before {
    content: "";
    color: #09244b;
}
.mgc_danmaku_fill:before {
    content: "";
    color: #09244b;
}
.mgc_danmaku_line:before {
    content: "";
    color: #09244b;
}
.mgc_danmaku_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_danmaku_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_danmaku_on_fill:before {
    content: "";
    color: #09244b;
}
.mgc_danmaku_on_line:before {
    content: "";
    color: #09244b;
}
.mgc_dashboard_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dashboard_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_dashboard_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dashboard_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_dashboard_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dashboard_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_dashboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dashboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_deepseek_fill:before {
    content: "";
    color: #09244b;
}
.mgc_deepseek_line:before {
    content: "";
    color: #09244b;
}
.mgc_deer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_deer_line:before {
    content: "";
    color: #09244b;
}
.mgc_delete_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_delete_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_delete_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_delete_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_delete_back_fill:before {
    content: "";
    color: #09244b;
}
.mgc_delete_back_line:before {
    content: "";
    color: #09244b;
}
.mgc_delete_fill:before {
    content: "";
    color: #09244b;
}
.mgc_delete_line:before {
    content: "";
    color: #09244b;
}
.mgc_dental_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dental_line:before {
    content: "";
    color: #09244b;
}
.mgc_department_fill:before {
    content: "";
    color: #09244b;
}
.mgc_department_line:before {
    content: "";
    color: #09244b;
}
.mgc_desk_fill:before {
    content: "";
    color: #09244b;
}
.mgc_desk_lamp_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_desk_lamp_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_desk_lamp_fill:before {
    content: "";
    color: #09244b;
}
.mgc_desk_lamp_line:before {
    content: "";
    color: #09244b;
}
.mgc_desk_line:before {
    content: "";
    color: #09244b;
}
.mgc_device_fill:before {
    content: "";
    color: #09244b;
}
.mgc_device_line:before {
    content: "";
    color: #09244b;
}
.mgc_diamond_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_diamond_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_diamond_fill:before {
    content: "";
    color: #09244b;
}
.mgc_diamond_line:before {
    content: "";
    color: #09244b;
}
.mgc_diamond_square_fill:before {
    content: "";
    color: #09244b;
}
.mgc_diamond_square_line:before {
    content: "";
    color: #09244b;
}
.mgc_diary_fill:before {
    content: "";
    color: #09244b;
}
.mgc_diary_line:before {
    content: "";
    color: #09244b;
}
.mgc_dingtalk_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dingtalk_line:before {
    content: "";
    color: #09244b;
}
.mgc_dinner_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dinner_line:before {
    content: "";
    color: #09244b;
}
.mgc_direction_arrow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_direction_arrow_line:before {
    content: "";
    color: #09244b;
}
.mgc_direction_dot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_direction_dot_line:before {
    content: "";
    color: #09244b;
}
.mgc_directions_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_directions_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_directions_fill:before {
    content: "";
    color: #09244b;
}
.mgc_directions_line:before {
    content: "";
    color: #09244b;
}
.mgc_directory_fill:before {
    content: "";
    color: #09244b;
}
.mgc_directory_line:before {
    content: "";
    color: #09244b;
}
.mgc_disabled_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_disabled_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_disabled_fill:before {
    content: "";
    color: #09244b;
}
.mgc_disabled_line:before {
    content: "";
    color: #09244b;
}
.mgc_disc_fill:before {
    content: "";
    color: #09244b;
}
.mgc_disc_line:before {
    content: "";
    color: #09244b;
}
.mgc_discord_fill:before {
    content: "";
    color: #09244b;
}
.mgc_discord_line:before {
    content: "";
    color: #09244b;
}
.mgc_dish_cover_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dish_cover_line:before {
    content: "";
    color: #09244b;
}
.mgc_display_fill:before {
    content: "";
    color: #09244b;
}
.mgc_display_line:before {
    content: "";
    color: #09244b;
}
.mgc_distribute_spacing_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_distribute_spacing_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_distribute_spacing_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_distribute_spacing_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_dividing_line_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dividing_line_line:before {
    content: "";
    color: #09244b;
}
.mgc_doc_fill:before {
    content: "";
    color: #09244b;
}
.mgc_doc_line:before {
    content: "";
    color: #09244b;
}
.mgc_document_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_document_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_document_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_document_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_document_fill:before {
    content: "";
    color: #09244b;
}
.mgc_document_line:before {
    content: "";
    color: #09244b;
}
.mgc_documents_fill:before {
    content: "";
    color: #09244b;
}
.mgc_documents_line:before {
    content: "";
    color: #09244b;
}
.mgc_dog_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dog_line:before {
    content: "";
    color: #09244b;
}
.mgc_dogecoin_DOGE_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dogecoin_DOGE_line:before {
    content: "";
    color: #09244b;
}
.mgc_donut_fill:before {
    content: "";
    color: #09244b;
}
.mgc_donut_line:before {
    content: "";
    color: #09244b;
}
.mgc_door_fill:before {
    content: "";
    color: #09244b;
}
.mgc_door_line:before {
    content: "";
    color: #09244b;
}
.mgc_dot_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dot_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_dot_grid_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dot_grid_line:before {
    content: "";
    color: #09244b;
}
.mgc_dots_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dots_line:before {
    content: "";
    color: #09244b;
}
.mgc_dots_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dots_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_down_small_fill:before {
    content: "";
    color: #09244b;
}
.mgc_down_small_line:before {
    content: "";
    color: #09244b;
}
.mgc_download_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_download_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_download_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_download_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_download_fill:before {
    content: "";
    color: #09244b;
}
.mgc_download_line:before {
    content: "";
    color: #09244b;
}
.mgc_dragonfly_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dragonfly_line:before {
    content: "";
    color: #09244b;
}
.mgc_drawer_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_drawer_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_drawer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_drawer_line:before {
    content: "";
    color: #09244b;
}
.mgc_drawing_board_fill:before {
    content: "";
    color: #09244b;
}
.mgc_drawing_board_line:before {
    content: "";
    color: #09244b;
}
.mgc_dress_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dress_line:before {
    content: "";
    color: #09244b;
}
.mgc_dribbble_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dribbble_line:before {
    content: "";
    color: #09244b;
}
.mgc_drink_fill:before {
    content: "";
    color: #09244b;
}
.mgc_drink_line:before {
    content: "";
    color: #09244b;
}
.mgc_drive_fill:before {
    content: "";
    color: #09244b;
}
.mgc_drive_line:before {
    content: "";
    color: #09244b;
}
.mgc_drizzle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_drizzle_line:before {
    content: "";
    color: #09244b;
}
.mgc_drone_fill:before {
    content: "";
    color: #09244b;
}
.mgc_drone_line:before {
    content: "";
    color: #09244b;
}
.mgc_drop_fill:before {
    content: "";
    color: #09244b;
}
.mgc_drop_line:before {
    content: "";
    color: #09244b;
}
.mgc_dropbox_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dropbox_line:before {
    content: "";
    color: #09244b;
}
.mgc_dropdown_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dropdown_line:before {
    content: "";
    color: #09244b;
}
.mgc_drum_fill:before {
    content: "";
    color: #09244b;
}
.mgc_drum_line:before {
    content: "";
    color: #09244b;
}
.mgc_dry_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dry_line:before {
    content: "";
    color: #09244b;
}
.mgc_dutch_windmill_fill:before {
    content: "";
    color: #09244b;
}
.mgc_dutch_windmill_line:before {
    content: "";
    color: #09244b;
}
.mgc_ear_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ear_line:before {
    content: "";
    color: #09244b;
}
.mgc_earth_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_earth_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_earth_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_earth_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_earth_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_earth_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_earth_fill:before {
    content: "";
    color: #09244b;
}
.mgc_earth_latitude_fill:before {
    content: "";
    color: #09244b;
}
.mgc_earth_latitude_line:before {
    content: "";
    color: #09244b;
}
.mgc_earth_line:before {
    content: "";
    color: #09244b;
}
.mgc_earth_longitude_fill:before {
    content: "";
    color: #09244b;
}
.mgc_earth_longitude_line:before {
    content: "";
    color: #09244b;
}
.mgc_ease_in_control_point_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ease_in_control_point_line:before {
    content: "";
    color: #09244b;
}
.mgc_ease_in_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ease_in_line:before {
    content: "";
    color: #09244b;
}
.mgc_ease_in_out_control_point_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ease_in_out_control_point_line:before {
    content: "";
    color: #09244b;
}
.mgc_ease_out_control_point_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ease_out_control_point_line:before {
    content: "";
    color: #09244b;
}
.mgc_ease_out_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ease_out_line:before {
    content: "";
    color: #09244b;
}
.mgc_easy_in_out_fill:before {
    content: "";
    color: #09244b;
}
.mgc_easy_in_out_line:before {
    content: "";
    color: #09244b;
}
.mgc_ebike_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ebike_line:before {
    content: "";
    color: #09244b;
}
.mgc_edge_fill:before {
    content: "";
    color: #09244b;
}
.mgc_edge_line:before {
    content: "";
    color: #09244b;
}
.mgc_edit_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_edit_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_edit_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_edit_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_edit_3_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_edit_3_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_edit_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_edit_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_edit_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_edit_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_edit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_edit_line:before {
    content: "";
    color: #09244b;
}
.mgc_egg_crack_fill:before {
    content: "";
    color: #09244b;
}
.mgc_egg_crack_line:before {
    content: "";
    color: #09244b;
}
.mgc_egg_fill:before {
    content: "";
    color: #09244b;
}
.mgc_egg_line:before {
    content: "";
    color: #09244b;
}
.mgc_egyptian_pyramids_fill:before {
    content: "";
    color: #09244b;
}
.mgc_egyptian_pyramids_line:before {
    content: "";
    color: #09244b;
}
.mgc_eiffel_tower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_eiffel_tower_line:before {
    content: "";
    color: #09244b;
}
.mgc_electric_cooker_fill:before {
    content: "";
    color: #09244b;
}
.mgc_electric_cooker_line:before {
    content: "";
    color: #09244b;
}
.mgc_emergency_flashers_fill:before {
    content: "";
    color: #09244b;
}
.mgc_emergency_flashers_line:before {
    content: "";
    color: #09244b;
}
.mgc_emoji_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_emoji_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_emoji_fill:before {
    content: "";
    color: #09244b;
}
.mgc_emoji_line:before {
    content: "";
    color: #09244b;
}
.mgc_empty_box_fill:before {
    content: "";
    color: #09244b;
}
.mgc_empty_box_line:before {
    content: "";
    color: #09244b;
}
.mgc_engine_fill:before {
    content: "";
    color: #09244b;
}
.mgc_engine_line:before {
    content: "";
    color: #09244b;
}
.mgc_enter_door_fill:before {
    content: "";
    color: #09244b;
}
.mgc_enter_door_line:before {
    content: "";
    color: #09244b;
}
.mgc_entrance_fill:before {
    content: "";
    color: #09244b;
}
.mgc_entrance_line:before {
    content: "";
    color: #09244b;
}
.mgc_eraser_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_eraser_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_eraser_fill:before {
    content: "";
    color: #09244b;
}
.mgc_eraser_line:before {
    content: "";
    color: #09244b;
}
.mgc_escalator_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_escalator_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_escalator_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_escalator_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_ethereum_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ethereum_line:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_baht_fill:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_baht_line:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_bitcoin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_bitcoin_line:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_cny_fill:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_cny_line:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_dollar_fill:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_dollar_line:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_euro_fill:before {
    content: "";
    color: #09244b;
}
.mgc_exchange_euro_line:before {
    content: "";
    color: #09244b;
}
.mgc_exclude_fill:before {
    content: "";
    color: #09244b;
}
.mgc_exclude_line:before {
    content: "";
    color: #09244b;
}
.mgc_exit_door_fill:before {
    content: "";
    color: #09244b;
}
.mgc_exit_door_line:before {
    content: "";
    color: #09244b;
}
.mgc_exit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_exit_line:before {
    content: "";
    color: #09244b;
}
.mgc_expand_player_fill:before {
    content: "";
    color: #09244b;
}
.mgc_expand_player_line:before {
    content: "";
    color: #09244b;
}
.mgc_exposure_fill:before {
    content: "";
    color: #09244b;
}
.mgc_exposure_line:before {
    content: "";
    color: #09244b;
}
.mgc_external_link_fill:before {
    content: "";
    color: #09244b;
}
.mgc_external_link_line:before {
    content: "";
    color: #09244b;
}
.mgc_eye_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_eye_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_eye_close_fill:before {
    content: "";
    color: #09244b;
}
.mgc_eye_close_line:before {
    content: "";
    color: #09244b;
}
.mgc_eye_fill:before {
    content: "";
    color: #09244b;
}
.mgc_eye_line:before {
    content: "";
    color: #09244b;
}
.mgc_eyebrow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_eyebrow_line:before {
    content: "";
    color: #09244b;
}
.mgc_eyeglass_fill:before {
    content: "";
    color: #09244b;
}
.mgc_eyeglass_line:before {
    content: "";
    color: #09244b;
}
.mgc_face_fill:before {
    content: "";
    color: #09244b;
}
.mgc_face_line:before {
    content: "";
    color: #09244b;
}
.mgc_face_mask_fill:before {
    content: "";
    color: #09244b;
}
.mgc_face_mask_line:before {
    content: "";
    color: #09244b;
}
.mgc_facebook_fill:before {
    content: "";
    color: #09244b;
}
.mgc_facebook_line:before {
    content: "";
    color: #09244b;
}
.mgc_faceid_fill:before {
    content: "";
    color: #09244b;
}
.mgc_faceid_line:before {
    content: "";
    color: #09244b;
}
.mgc_factory_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_factory_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_factory_fill:before {
    content: "";
    color: #09244b;
}
.mgc_factory_line:before {
    content: "";
    color: #09244b;
}
.mgc_fahrenheit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fahrenheit_line:before {
    content: "";
    color: #09244b;
}
.mgc_fan_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fan_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_fan_direction_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fan_direction_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_fan_direction_front_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fan_direction_front_line:before {
    content: "";
    color: #09244b;
}
.mgc_fan_direction_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fan_direction_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_fan_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fan_line:before {
    content: "";
    color: #09244b;
}
.mgc_fast_forward_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fast_forward_line:before {
    content: "";
    color: #09244b;
}
.mgc_fast_rewind_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fast_rewind_line:before {
    content: "";
    color: #09244b;
}
.mgc_father_christmas_fill:before {
    content: "";
    color: #09244b;
}
.mgc_father_christmas_line:before {
    content: "";
    color: #09244b;
}
.mgc_fault_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fault_line:before {
    content: "";
    color: #09244b;
}
.mgc_fax_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fax_line:before {
    content: "";
    color: #09244b;
}
.mgc_feeder_fill:before {
    content: "";
    color: #09244b;
}
.mgc_feeder_line:before {
    content: "";
    color: #09244b;
}
.mgc_female_fill:before {
    content: "";
    color: #09244b;
}
.mgc_female_line:before {
    content: "";
    color: #09244b;
}
.mgc_ferris_wheel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ferris_wheel_line:before {
    content: "";
    color: #09244b;
}
.mgc_figma_fill:before {
    content: "";
    color: #09244b;
}
.mgc_figma_line:before {
    content: "";
    color: #09244b;
}
.mgc_figure_fill:before {
    content: "";
    color: #09244b;
}
.mgc_figure_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_certificate_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_certificate_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_check_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_check_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_code_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_code_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_download_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_download_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_export_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_export_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_forbid_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_forbid_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_import_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_import_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_info_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_info_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_locked_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_locked_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_more_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_more_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_music_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_music_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_new_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_new_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_search_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_search_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_security_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_security_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_star_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_star_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_unknown_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_unknown_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_upload_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_upload_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_warning_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_warning_line:before {
    content: "";
    color: #09244b;
}
.mgc_file_zip_fill:before {
    content: "";
    color: #09244b;
}
.mgc_file_zip_line:before {
    content: "";
    color: #09244b;
}
.mgc_film_fill:before {
    content: "";
    color: #09244b;
}
.mgc_film_line:before {
    content: "";
    color: #09244b;
}
.mgc_filter_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_filter_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_filter_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_filter_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_filter_fill:before {
    content: "";
    color: #09244b;
}
.mgc_filter_line:before {
    content: "";
    color: #09244b;
}
.mgc_finger_love_fill:before {
    content: "";
    color: #09244b;
}
.mgc_finger_love_line:before {
    content: "";
    color: #09244b;
}
.mgc_finger_press_fill:before {
    content: "";
    color: #09244b;
}
.mgc_finger_press_line:before {
    content: "";
    color: #09244b;
}
.mgc_finger_rock_fill:before {
    content: "";
    color: #09244b;
}
.mgc_finger_rock_line:before {
    content: "";
    color: #09244b;
}
.mgc_finger_swipe_fill:before {
    content: "";
    color: #09244b;
}
.mgc_finger_swipe_line:before {
    content: "";
    color: #09244b;
}
.mgc_finger_tap_fill:before {
    content: "";
    color: #09244b;
}
.mgc_finger_tap_line:before {
    content: "";
    color: #09244b;
}
.mgc_finger_victory_fill:before {
    content: "";
    color: #09244b;
}
.mgc_finger_victory_line:before {
    content: "";
    color: #09244b;
}
.mgc_fingerprint_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fingerprint_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_fingerprint_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fingerprint_line:before {
    content: "";
    color: #09244b;
}
.mgc_fire_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fire_line:before {
    content: "";
    color: #09244b;
}
.mgc_firecracker_fill:before {
    content: "";
    color: #09244b;
}
.mgc_firecracker_line:before {
    content: "";
    color: #09244b;
}
.mgc_firefox_fill:before {
    content: "";
    color: #09244b;
}
.mgc_firefox_line:before {
    content: "";
    color: #09244b;
}
.mgc_firework_fill:before {
    content: "";
    color: #09244b;
}
.mgc_firework_line:before {
    content: "";
    color: #09244b;
}
.mgc_first_aid_kit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_first_aid_kit_line:before {
    content: "";
    color: #09244b;
}
.mgc_fish_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fish_line:before {
    content: "";
    color: #09244b;
}
.mgc_fitness_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fitness_line:before {
    content: "";
    color: #09244b;
}
.mgc_flag_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flag_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_flag_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flag_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_flag_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flag_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_flag_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flag_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_flame_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flame_line:before {
    content: "";
    color: #09244b;
}
.mgc_flash_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flash_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_flash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flash_line:before {
    content: "";
    color: #09244b;
}
.mgc_flashlight_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flashlight_line:before {
    content: "";
    color: #09244b;
}
.mgc_flask_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flask_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_flask_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flask_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_flask_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flask_line:before {
    content: "";
    color: #09244b;
}
.mgc_flexibility_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flexibility_line:before {
    content: "";
    color: #09244b;
}
.mgc_flight_inflight_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flight_inflight_line:before {
    content: "";
    color: #09244b;
}
.mgc_flight_land_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flight_land_line:before {
    content: "";
    color: #09244b;
}
.mgc_flight_takeoff_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flight_takeoff_line:before {
    content: "";
    color: #09244b;
}
.mgc_flip_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flip_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_flip_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flip_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_floating_dust_fill:before {
    content: "";
    color: #09244b;
}
.mgc_floating_dust_line:before {
    content: "";
    color: #09244b;
}
.mgc_flower_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flower_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_flower_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flower_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_flower_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flower_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_flower_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flower_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_flower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flower_line:before {
    content: "";
    color: #09244b;
}
.mgc_flowerpot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_flowerpot_line:before {
    content: "";
    color: #09244b;
}
.mgc_fog_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fog_line:before {
    content: "";
    color: #09244b;
}
.mgc_fold_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fold_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_fold_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fold_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_check_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_check_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_delete_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_delete_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_download_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_download_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_forbid_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_forbid_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_info_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_info_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_locked_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_locked_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_locked_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_locked_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_minus_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_minus_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_more_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_more_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_open_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_open_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_open_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_open_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_security_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_security_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_star_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_star_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_upload_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_upload_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_warning_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_warning_line:before {
    content: "";
    color: #09244b;
}
.mgc_folder_zip_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folder_zip_line:before {
    content: "";
    color: #09244b;
}
.mgc_folders_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folders_line:before {
    content: "";
    color: #09244b;
}
.mgc_folding_fan_fill:before {
    content: "";
    color: #09244b;
}
.mgc_folding_fan_line:before {
    content: "";
    color: #09244b;
}
.mgc_follow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_follow_line:before {
    content: "";
    color: #09244b;
}
.mgc_font_fill:before {
    content: "";
    color: #09244b;
}
.mgc_font_line:before {
    content: "";
    color: #09244b;
}
.mgc_font_size_fill:before {
    content: "";
    color: #09244b;
}
.mgc_font_size_line:before {
    content: "";
    color: #09244b;
}
.mgc_foot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_foot_line:before {
    content: "";
    color: #09244b;
}
.mgc_football_fill:before {
    content: "";
    color: #09244b;
}
.mgc_football_line:before {
    content: "";
    color: #09244b;
}
.mgc_forbid_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_forbid_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_fork_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fork_knife_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fork_knife_line:before {
    content: "";
    color: #09244b;
}
.mgc_fork_line:before {
    content: "";
    color: #09244b;
}
.mgc_fork_spoon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fork_spoon_line:before {
    content: "";
    color: #09244b;
}
.mgc_formula_fill:before {
    content: "";
    color: #09244b;
}
.mgc_formula_line:before {
    content: "";
    color: #09244b;
}
.mgc_forward_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_forward_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_forward_fill:before {
    content: "";
    color: #09244b;
}
.mgc_forward_line:before {
    content: "";
    color: #09244b;
}
.mgc_four_wheel_drive_fill:before {
    content: "";
    color: #09244b;
}
.mgc_four_wheel_drive_line:before {
    content: "";
    color: #09244b;
}
.mgc_frame_fill:before {
    content: "";
    color: #09244b;
}
.mgc_frame_line:before {
    content: "";
    color: #09244b;
}
.mgc_fridge_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fridge_line:before {
    content: "";
    color: #09244b;
}
.mgc_fried_egg_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fried_egg_line:before {
    content: "";
    color: #09244b;
}
.mgc_fries_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fries_line:before {
    content: "";
    color: #09244b;
}
.mgc_front_fog_lights_fill:before {
    content: "";
    color: #09244b;
}
.mgc_front_fog_lights_line:before {
    content: "";
    color: #09244b;
}
.mgc_front_windshield_defroster_fill:before {
    content: "";
    color: #09244b;
}
.mgc_front_windshield_defroster_line:before {
    content: "";
    color: #09244b;
}
.mgc_full_moon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_full_moon_line:before {
    content: "";
    color: #09244b;
}
.mgc_fullscreen_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fullscreen_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_fullscreen_exit_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fullscreen_exit_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_fullscreen_exit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fullscreen_exit_line:before {
    content: "";
    color: #09244b;
}
.mgc_fullscreen_fill:before {
    content: "";
    color: #09244b;
}
.mgc_fullscreen_line:before {
    content: "";
    color: #09244b;
}
.mgc_game_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_game_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_game_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_game_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_gas_station_fill:before {
    content: "";
    color: #09244b;
}
.mgc_gas_station_line:before {
    content: "";
    color: #09244b;
}
.mgc_Gemini_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Gemini_line:before {
    content: "";
    color: #09244b;
}
.mgc_gesture_unlock_fill:before {
    content: "";
    color: #09244b;
}
.mgc_gesture_unlock_line:before {
    content: "";
    color: #09244b;
}
.mgc_ghost_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ghost_line:before {
    content: "";
    color: #09244b;
}
.mgc_gift_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_gift_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_gift_card_fill:before {
    content: "";
    color: #09244b;
}
.mgc_gift_card_line:before {
    content: "";
    color: #09244b;
}
.mgc_gift_fill:before {
    content: "";
    color: #09244b;
}
.mgc_gift_line:before {
    content: "";
    color: #09244b;
}
.mgc_git_branch_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_git_branch_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_git_branch_fill:before {
    content: "";
    color: #09244b;
}
.mgc_git_branch_line:before {
    content: "";
    color: #09244b;
}
.mgc_git_commit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_git_commit_line:before {
    content: "";
    color: #09244b;
}
.mgc_git_compare_fill:before {
    content: "";
    color: #09244b;
}
.mgc_git_compare_line:before {
    content: "";
    color: #09244b;
}
.mgc_git_lab_fill:before {
    content: "";
    color: #09244b;
}
.mgc_git_lab_line:before {
    content: "";
    color: #09244b;
}
.mgc_git_merge_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_git_merge_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_git_merge_fill:before {
    content: "";
    color: #09244b;
}
.mgc_git_merge_line:before {
    content: "";
    color: #09244b;
}
.mgc_git_pull_request_close_fill:before {
    content: "";
    color: #09244b;
}
.mgc_git_pull_request_close_line:before {
    content: "";
    color: #09244b;
}
.mgc_git_pull_request_fill:before {
    content: "";
    color: #09244b;
}
.mgc_git_pull_request_line:before {
    content: "";
    color: #09244b;
}
.mgc_github_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_github_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_github_fill:before {
    content: "";
    color: #09244b;
}
.mgc_github_line:before {
    content: "";
    color: #09244b;
}
.mgc_glass_cup_fill:before {
    content: "";
    color: #09244b;
}
.mgc_glass_cup_line:before {
    content: "";
    color: #09244b;
}
.mgc_globe_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_globe_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_globe_fill:before {
    content: "";
    color: #09244b;
}
.mgc_globe_line:before {
    content: "";
    color: #09244b;
}
.mgc_glove_fill:before {
    content: "";
    color: #09244b;
}
.mgc_glove_line:before {
    content: "";
    color: #09244b;
}
.mgc_google_fill:before {
    content: "";
    color: #09244b;
}
.mgc_google_gemini_fill:before {
    content: "";
    color: #09244b;
}
.mgc_google_gemini_line:before {
    content: "";
    color: #09244b;
}
.mgc_google_line:before {
    content: "";
    color: #09244b;
}
.mgc_google_play_fill:before {
    content: "";
    color: #09244b;
}
.mgc_google_play_line:before {
    content: "";
    color: #09244b;
}
.mgc_government_fill:before {
    content: "";
    color: #09244b;
}
.mgc_government_line:before {
    content: "";
    color: #09244b;
}
.mgc_gradienter_fill:before {
    content: "";
    color: #09244b;
}
.mgc_gradienter_line:before {
    content: "";
    color: #09244b;
}
.mgc_grass_fill:before {
    content: "";
    color: #09244b;
}
.mgc_grass_line:before {
    content: "";
    color: #09244b;
}
.mgc_greatwall_fill:before {
    content: "";
    color: #09244b;
}
.mgc_greatwall_line:before {
    content: "";
    color: #09244b;
}
.mgc_grid_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_grid_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_grid_fill:before {
    content: "";
    color: #09244b;
}
.mgc_grid_line:before {
    content: "";
    color: #09244b;
}
.mgc_grok_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_grok_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_grok_fill:before {
    content: "";
    color: #09244b;
}
.mgc_grok_line:before {
    content: "";
    color: #09244b;
}
.mgc_group_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_group_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_group_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_group_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_group_fill:before {
    content: "";
    color: #09244b;
}
.mgc_group_line:before {
    content: "";
    color: #09244b;
}
.mgc_guitar_fill:before {
    content: "";
    color: #09244b;
}
.mgc_guitar_line:before {
    content: "";
    color: #09244b;
}
.mgc_gumroad_fill:before {
    content: "";
    color: #09244b;
}
.mgc_gumroad_line:before {
    content: "";
    color: #09244b;
}
.mgc_hail_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hail_line:before {
    content: "";
    color: #09244b;
}
.mgc_hair_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hair_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_hair_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hair_line:before {
    content: "";
    color: #09244b;
}
.mgc_hamburger_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hamburger_line:before {
    content: "";
    color: #09244b;
}
.mgc_hammer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hammer_line:before {
    content: "";
    color: #09244b;
}
.mgc_hand_card_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hand_card_line:before {
    content: "";
    color: #09244b;
}
.mgc_hand_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hand_finger_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hand_finger_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_hand_finger_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hand_finger_line:before {
    content: "";
    color: #09244b;
}
.mgc_hand_grab_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hand_grab_line:before {
    content: "";
    color: #09244b;
}
.mgc_hand_heart_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hand_heart_line:before {
    content: "";
    color: #09244b;
}
.mgc_hand_line:before {
    content: "";
    color: #09244b;
}
.mgc_hand_two_fingers_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hand_two_fingers_line:before {
    content: "";
    color: #09244b;
}
.mgc_hands_clapping_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hands_clapping_line:before {
    content: "";
    color: #09244b;
}
.mgc_happy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_happy_line:before {
    content: "";
    color: #09244b;
}
.mgc_hashtag_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hashtag_line:before {
    content: "";
    color: #09244b;
}
.mgc_hat_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hat_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_hat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hat_line:before {
    content: "";
    color: #09244b;
}
.mgc_haze_fill:before {
    content: "";
    color: #09244b;
}
.mgc_haze_line:before {
    content: "";
    color: #09244b;
}
.mgc_head_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_head_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_head_fill:before {
    content: "";
    color: #09244b;
}
.mgc_head_line:before {
    content: "";
    color: #09244b;
}
.mgc_Heading_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Heading_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_Heading_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Heading_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_Heading_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Heading_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_headphone_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_headphone_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_headphone_fill:before {
    content: "";
    color: #09244b;
}
.mgc_headphone_line:before {
    content: "";
    color: #09244b;
}
.mgc_heart_crack_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heart_crack_line:before {
    content: "";
    color: #09244b;
}
.mgc_heart_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heart_half_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heart_half_line:before {
    content: "";
    color: #09244b;
}
.mgc_heart_hand_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heart_hand_line:before {
    content: "";
    color: #09244b;
}
.mgc_heart_line:before {
    content: "";
    color: #09244b;
}
.mgc_heartbeat_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heartbeat_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_heartbeat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heartbeat_line:before {
    content: "";
    color: #09244b;
}
.mgc_heavy_rain_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heavy_rain_line:before {
    content: "";
    color: #09244b;
}
.mgc_heavy_rainstorm_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heavy_rainstorm_line:before {
    content: "";
    color: #09244b;
}
.mgc_heavy_snow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heavy_snow_line:before {
    content: "";
    color: #09244b;
}
.mgc_heavy_snowstorm_fill:before {
    content: "";
    color: #09244b;
}
.mgc_heavy_snowstorm_line:before {
    content: "";
    color: #09244b;
}
.mgc_hemisphere_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hemisphere_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_hemisphere_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hemisphere_line:before {
    content: "";
    color: #09244b;
}
.mgc_hexagon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hexagon_line:before {
    content: "";
    color: #09244b;
}
.mgc_hexagons_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hexagons_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_hexagons_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hexagons_line:before {
    content: "";
    color: #09244b;
}
.mgc_high_knees_fill:before {
    content: "";
    color: #09244b;
}
.mgc_high_knees_line:before {
    content: "";
    color: #09244b;
}
.mgc_high_temperature_fill:before {
    content: "";
    color: #09244b;
}
.mgc_high_temperature_line:before {
    content: "";
    color: #09244b;
}
.mgc_high_voltage_power_fill:before {
    content: "";
    color: #09244b;
}
.mgc_high_voltage_power_line:before {
    content: "";
    color: #09244b;
}
.mgc_hight_beam_headlights_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hight_beam_headlights_line:before {
    content: "";
    color: #09244b;
}
.mgc_hiking_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hiking_line:before {
    content: "";
    color: #09244b;
}
.mgc_history_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_history_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_history_anticlockwise_fill:before {
    content: "";
    color: #09244b;
}
.mgc_history_anticlockwise_line:before {
    content: "";
    color: #09244b;
}
.mgc_history_fill:before {
    content: "";
    color: #09244b;
}
.mgc_history_line:before {
    content: "";
    color: #09244b;
}
.mgc_hoe_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hoe_line:before {
    content: "";
    color: #09244b;
}
.mgc_home_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_home_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_home_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_home_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_home_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_home_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_home_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_home_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_home_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_home_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_home_6_fill:before {
    content: "";
    color: #09244b;
}
.mgc_home_6_line:before {
    content: "";
    color: #09244b;
}
.mgc_home_7_fill:before {
    content: "";
    color: #09244b;
}
.mgc_home_7_line:before {
    content: "";
    color: #09244b;
}
.mgc_home_wifi_fill:before {
    content: "";
    color: #09244b;
}
.mgc_home_wifi_line:before {
    content: "";
    color: #09244b;
}
.mgc_homepod_fill:before {
    content: "";
    color: #09244b;
}
.mgc_homepod_line:before {
    content: "";
    color: #09244b;
}
.mgc_homepod_mini_fill:before {
    content: "";
    color: #09244b;
}
.mgc_homepod_mini_line:before {
    content: "";
    color: #09244b;
}
.mgc_hood_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hood_line:before {
    content: "";
    color: #09244b;
}
.mgc_hop_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hop_line:before {
    content: "";
    color: #09244b;
}
.mgc_horn_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_horn_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_horn_fill:before {
    content: "";
    color: #09244b;
}
.mgc_horn_line:before {
    content: "";
    color: #09244b;
}
.mgc_hospital_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hospital_line:before {
    content: "";
    color: #09244b;
}
.mgc_hotel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hotel_line:before {
    content: "";
    color: #09244b;
}
.mgc_hotkey_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hotkey_line:before {
    content: "";
    color: #09244b;
}
.mgc_hours_fill:before {
    content: "";
    color: #09244b;
}
.mgc_hours_line:before {
    content: "";
    color: #09244b;
}
.mgc_house_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_house_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_house_fill:before {
    content: "";
    color: #09244b;
}
.mgc_house_line:before {
    content: "";
    color: #09244b;
}
.mgc_ice_cream_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ice_cream_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_ice_cream_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ice_cream_line:before {
    content: "";
    color: #09244b;
}
.mgc_IDcard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_IDcard_line:before {
    content: "";
    color: #09244b;
}
.mgc_iMac_fill:before {
    content: "";
    color: #09244b;
}
.mgc_iMac_line:before {
    content: "";
    color: #09244b;
}
.mgc_inbox_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_inbox_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_inbox_fill:before {
    content: "";
    color: #09244b;
}
.mgc_inbox_line:before {
    content: "";
    color: #09244b;
}
.mgc_incognito_mode_fill:before {
    content: "";
    color: #09244b;
}
.mgc_incognito_mode_line:before {
    content: "";
    color: #09244b;
}
.mgc_indent_decrease_fill:before {
    content: "";
    color: #09244b;
}
.mgc_indent_decrease_line:before {
    content: "";
    color: #09244b;
}
.mgc_indent_increase_fill:before {
    content: "";
    color: #09244b;
}
.mgc_indent_increase_line:before {
    content: "";
    color: #09244b;
}
.mgc_indoor_rowing_fill:before {
    content: "";
    color: #09244b;
}
.mgc_indoor_rowing_line:before {
    content: "";
    color: #09244b;
}
.mgc_information_fill:before {
    content: "";
    color: #09244b;
}
.mgc_information_line:before {
    content: "";
    color: #09244b;
}
.mgc_injection_fill:before {
    content: "";
    color: #09244b;
}
.mgc_injection_line:before {
    content: "";
    color: #09244b;
}
.mgc_inspect_fill:before {
    content: "";
    color: #09244b;
}
.mgc_inspect_line:before {
    content: "";
    color: #09244b;
}
.mgc_instagram_fill:before {
    content: "";
    color: #09244b;
}
.mgc_instagram_line:before {
    content: "";
    color: #09244b;
}
.mgc_instrument_fill:before {
    content: "";
    color: #09244b;
}
.mgc_instrument_line:before {
    content: "";
    color: #09244b;
}
.mgc_intersect_fill:before {
    content: "";
    color: #09244b;
}
.mgc_intersect_line:before {
    content: "";
    color: #09244b;
}
.mgc_inventory_fill:before {
    content: "";
    color: #09244b;
}
.mgc_inventory_line:before {
    content: "";
    color: #09244b;
}
.mgc_invite_fill:before {
    content: "";
    color: #09244b;
}
.mgc_invite_line:before {
    content: "";
    color: #09244b;
}
.mgc_iOS_fill:before {
    content: "";
    color: #09244b;
}
.mgc_iOS_line:before {
    content: "";
    color: #09244b;
}
.mgc_italic_fill:before {
    content: "";
    color: #09244b;
}
.mgc_italic_line:before {
    content: "";
    color: #09244b;
}
.mgc_jeep_fill:before {
    content: "";
    color: #09244b;
}
.mgc_jeep_line:before {
    content: "";
    color: #09244b;
}
.mgc_jump_fill:before {
    content: "";
    color: #09244b;
}
.mgc_jump_line:before {
    content: "";
    color: #09244b;
}
.mgc_kakao_talk_fill:before {
    content: "";
    color: #09244b;
}
.mgc_kakao_talk_line:before {
    content: "";
    color: #09244b;
}
.mgc_key_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_key_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_key_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_key_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_key_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_key_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_key_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_key_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_keyboard_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_keyboard_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_keyboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_keyboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_keyhole_fill:before {
    content: "";
    color: #09244b;
}
.mgc_keyhole_line:before {
    content: "";
    color: #09244b;
}
.mgc_kingkey_100_tower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_kingkey_100_tower_line:before {
    content: "";
    color: #09244b;
}
.mgc_kite_fill:before {
    content: "";
    color: #09244b;
}
.mgc_kite_line:before {
    content: "";
    color: #09244b;
}
.mgc_knife_fill:before {
    content: "";
    color: #09244b;
}
.mgc_knife_line:before {
    content: "";
    color: #09244b;
}
.mgc_ladder_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ladder_line:before {
    content: "";
    color: #09244b;
}
.mgc_lantern_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lantern_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_lantern_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lantern_line:before {
    content: "";
    color: #09244b;
}
.mgc_laptop_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_laptop_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_laptop_fill:before {
    content: "";
    color: #09244b;
}
.mgc_laptop_line:before {
    content: "";
    color: #09244b;
}
.mgc_large_arrow_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_large_arrow_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_large_arrow_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_large_arrow_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_large_arrow_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_large_arrow_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_large_arrow_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_large_arrow_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_laugh_fill:before {
    content: "";
    color: #09244b;
}
.mgc_laugh_line:before {
    content: "";
    color: #09244b;
}
.mgc_laurel_wreath_fill:before {
    content: "";
    color: #09244b;
}
.mgc_laurel_wreath_line:before {
    content: "";
    color: #09244b;
}
.mgc_layer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layer_line:before {
    content: "";
    color: #09244b;
}
.mgc_layers_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layers_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_6_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_6_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_7_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_7_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_8_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_8_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_9_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_9_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_10_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_10_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_11_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_11_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_bottom_close_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_bottom_close_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_bottom_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_bottom_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_bottom_open_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_bottom_open_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_grid_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_grid_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_leftbar_close_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_leftbar_close_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_leftbar_open_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_leftbar_open_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_rightbar_close_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_rightbar_close_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_rightbar_open_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_rightbar_open_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_top_close_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_top_close_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_top_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_top_line:before {
    content: "";
    color: #09244b;
}
.mgc_layout_top_open_fill:before {
    content: "";
    color: #09244b;
}
.mgc_layout_top_open_line:before {
    content: "";
    color: #09244b;
}
.mgc_leaf_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_leaf_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_leaf_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_leaf_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_leaf_fill:before {
    content: "";
    color: #09244b;
}
.mgc_leaf_line:before {
    content: "";
    color: #09244b;
}
.mgc_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_left_small_fill:before {
    content: "";
    color: #09244b;
}
.mgc_left_small_line:before {
    content: "";
    color: #09244b;
}
.mgc_lemon_squeezy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lemon_squeezy_line:before {
    content: "";
    color: #09244b;
}
.mgc_Leo_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Leo_line:before {
    content: "";
    color: #09244b;
}
.mgc_letter_spacing_fill:before {
    content: "";
    color: #09244b;
}
.mgc_letter_spacing_line:before {
    content: "";
    color: #09244b;
}
.mgc_Libra_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Libra_line:before {
    content: "";
    color: #09244b;
}
.mgc_lie_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lie_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_lifebuoy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lifebuoy_line:before {
    content: "";
    color: #09244b;
}
.mgc_light_fill:before {
    content: "";
    color: #09244b;
}
.mgc_light_line:before {
    content: "";
    color: #09244b;
}
.mgc_light_snow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_light_snow_line:before {
    content: "";
    color: #09244b;
}
.mgc_lighthouse_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lighthouse_line:before {
    content: "";
    color: #09244b;
}
.mgc_lightning_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lightning_line:before {
    content: "";
    color: #09244b;
}
.mgc_line_app_fill:before {
    content: "";
    color: #09244b;
}
.mgc_line_app_line:before {
    content: "";
    color: #09244b;
}
.mgc_line_fill:before {
    content: "";
    color: #09244b;
}
.mgc_line_height_fill:before {
    content: "";
    color: #09244b;
}
.mgc_line_height_line:before {
    content: "";
    color: #09244b;
}
.mgc_line_line:before {
    content: "";
    color: #09244b;
}
.mgc_linear_fill:before {
    content: "";
    color: #09244b;
}
.mgc_linear_line:before {
    content: "";
    color: #09244b;
}
.mgc_link_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_link_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_link_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_link_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_link_fill:before {
    content: "";
    color: #09244b;
}
.mgc_link_line:before {
    content: "";
    color: #09244b;
}
.mgc_linkedin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_linkedin_line:before {
    content: "";
    color: #09244b;
}
.mgc_linux_fill:before {
    content: "";
    color: #09244b;
}
.mgc_linux_line:before {
    content: "";
    color: #09244b;
}
.mgc_lipstick_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lipstick_line:before {
    content: "";
    color: #09244b;
}
.mgc_list_check_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_list_check_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_list_check_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_list_check_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_list_check_fill:before {
    content: "";
    color: #09244b;
}
.mgc_list_check_line:before {
    content: "";
    color: #09244b;
}
.mgc_list_collapse_fill:before {
    content: "";
    color: #09244b;
}
.mgc_list_collapse_line:before {
    content: "";
    color: #09244b;
}
.mgc_list_expansion_fill:before {
    content: "";
    color: #09244b;
}
.mgc_list_expansion_line:before {
    content: "";
    color: #09244b;
}
.mgc_list_ordered_fill:before {
    content: "";
    color: #09244b;
}
.mgc_list_ordered_line:before {
    content: "";
    color: #09244b;
}
.mgc_list_search_fill:before {
    content: "";
    color: #09244b;
}
.mgc_list_search_line:before {
    content: "";
    color: #09244b;
}
.mgc_live_fill:before {
    content: "";
    color: #09244b;
}
.mgc_live_line:before {
    content: "";
    color: #09244b;
}
.mgc_live_location_fill:before {
    content: "";
    color: #09244b;
}
.mgc_live_location_line:before {
    content: "";
    color: #09244b;
}
.mgc_live_photo_fill:before {
    content: "";
    color: #09244b;
}
.mgc_live_photo_line:before {
    content: "";
    color: #09244b;
}
.mgc_loading_2_fill:before {
    content: "";
}
.mgc_loading_2_line:before {
    content: "";
}
.mgc_loading_3_fill .path1:before {
    content: "";
    color: #09244b;
    opacity: 0.1;
}
.mgc_loading_3_fill .path2:before {
    content: "";
    color: #09244b;
    margin-left: -1em;
}
.mgc_loading_3_line .path1:before {
    content: "";
    color: #09244b;
    opacity: 0.1;
}
.mgc_loading_3_line .path2:before {
    content: "";
    color: #09244b;
    margin-left: -1em;
}
.mgc_loading_4_fill:before {
    content: "";
}
.mgc_loading_4_line:before {
    content: "";
}
.mgc_loading_fill:before {
    content: "";
}
.mgc_loading_line:before {
    content: "";
}
.mgc_location_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_location_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_location_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_location_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_location_fill:before {
    content: "";
    color: #09244b;
}
.mgc_location_line:before {
    content: "";
    color: #09244b;
}
.mgc_lock_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lock_line:before {
    content: "";
    color: #09244b;
}
.mgc_lollipop_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lollipop_line:before {
    content: "";
    color: #09244b;
}
.mgc_look_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_look_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_look_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_look_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_look_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_look_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_look_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_look_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_lotus_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lotus_line:before {
    content: "";
    color: #09244b;
}
.mgc_love_fill:before {
    content: "";
    color: #09244b;
}
.mgc_love_line:before {
    content: "";
    color: #09244b;
}
.mgc_low_beam_headlights_fill:before {
    content: "";
    color: #09244b;
}
.mgc_low_beam_headlights_line:before {
    content: "";
    color: #09244b;
}
.mgc_low_temperature_fill:before {
    content: "";
    color: #09244b;
}
.mgc_low_temperature_line:before {
    content: "";
    color: #09244b;
}
.mgc_luggage_fill:before {
    content: "";
    color: #09244b;
}
.mgc_luggage_line:before {
    content: "";
    color: #09244b;
}
.mgc_lungs_fill:before {
    content: "";
    color: #09244b;
}
.mgc_lungs_line:before {
    content: "";
    color: #09244b;
}
.mgc_magic_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_magic_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_magic_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_magic_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_magic_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_magic_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_magic_hat_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_magic_hat_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_magic_hat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_magic_hat_line:before {
    content: "";
    color: #09244b;
}
.mgc_magnet_fill:before {
    content: "";
    color: #09244b;
}
.mgc_magnet_line:before {
    content: "";
    color: #09244b;
}
.mgc_mail_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mail_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_mail_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mail_line:before {
    content: "";
    color: #09244b;
}
.mgc_mail_open_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mail_open_line:before {
    content: "";
    color: #09244b;
}
.mgc_mail_send_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mail_send_line:before {
    content: "";
    color: #09244b;
}
.mgc_mailbox_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mailbox_line:before {
    content: "";
    color: #09244b;
}
.mgc_male_fill:before {
    content: "";
    color: #09244b;
}
.mgc_male_line:before {
    content: "";
    color: #09244b;
}
.mgc_map_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_map_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_map_fill:before {
    content: "";
    color: #09244b;
}
.mgc_map_line:before {
    content: "";
    color: #09244b;
}
.mgc_map_pin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_map_pin_line:before {
    content: "";
    color: #09244b;
}
.mgc_maple_leaf_fill:before {
    content: "";
    color: #09244b;
}
.mgc_maple_leaf_line:before {
    content: "";
    color: #09244b;
}
.mgc_marina_bay_sand_fill:before {
    content: "";
    color: #09244b;
}
.mgc_marina_bay_sand_line:before {
    content: "";
    color: #09244b;
}
.mgc_mark_pen_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mark_pen_line:before {
    content: "";
    color: #09244b;
}
.mgc_markdown_fill:before {
    content: "";
    color: #09244b;
}
.mgc_markdown_line:before {
    content: "";
    color: #09244b;
}
.mgc_markup_fill:before {
    content: "";
    color: #09244b;
}
.mgc_markup_line:before {
    content: "";
    color: #09244b;
}
.mgc_mastercard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mastercard_line:before {
    content: "";
    color: #09244b;
}
.mgc_mastodon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mastodon_line:before {
    content: "";
    color: #09244b;
}
.mgc_maya_pyramids_fill:before {
    content: "";
    color: #09244b;
}
.mgc_maya_pyramids_line:before {
    content: "";
    color: #09244b;
}
.mgc_mcp_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mcp_line:before {
    content: "";
    color: #09244b;
}
.mgc_medal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_medal_line:before {
    content: "";
    color: #09244b;
}
.mgc_medium_fill:before {
    content: "";
    color: #09244b;
}
.mgc_medium_line:before {
    content: "";
    color: #09244b;
}
.mgc_meh_fill:before {
    content: "";
    color: #09244b;
}
.mgc_meh_line:before {
    content: "";
    color: #09244b;
}
.mgc_menu_fill:before {
    content: "";
    color: #09244b;
}
.mgc_menu_line:before {
    content: "";
    color: #09244b;
}
.mgc_message_1_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_message_1_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_message_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_message_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_message_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_message_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_message_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_message_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_message_3_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_message_3_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_message_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_message_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_message_4_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_message_4_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_message_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_message_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_messenger_fill:before {
    content: "";
    color: #09244b;
}
.mgc_messenger_line:before {
    content: "";
    color: #09244b;
}
.mgc_meta_fill:before {
    content: "";
    color: #09244b;
}
.mgc_meta_line:before {
    content: "";
    color: #09244b;
}
.mgc_mic_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mic_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_mic_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mic_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_mic_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mic_line:before {
    content: "";
    color: #09244b;
}
.mgc_mic_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mic_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_mickeymouse_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mickeymouse_line:before {
    content: "";
    color: #09244b;
}
.mgc_microphone_fill:before {
    content: "";
    color: #09244b;
}
.mgc_microphone_line:before {
    content: "";
    color: #09244b;
}
.mgc_microscope_fill:before {
    content: "";
    color: #09244b;
}
.mgc_microscope_line:before {
    content: "";
    color: #09244b;
}
.mgc_middle_finger_fill:before {
    content: "";
    color: #09244b;
}
.mgc_middle_finger_line:before {
    content: "";
    color: #09244b;
}
.mgc_midi_fill:before {
    content: "";
    color: #09244b;
}
.mgc_midi_line:before {
    content: "";
    color: #09244b;
}
.mgc_mind_map_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mind_map_line:before {
    content: "";
    color: #09244b;
}
.mgc_mingcute_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mingcute_line:before {
    content: "";
    color: #09244b;
}
.mgc_minimize_fill:before {
    content: "";
    color: #09244b;
}
.mgc_minimize_line:before {
    content: "";
    color: #09244b;
}
.mgc_miniplayer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_miniplayer_line:before {
    content: "";
    color: #09244b;
}
.mgc_minus_circle_dash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_minus_circle_dash_line:before {
    content: "";
    color: #09244b;
}
.mgc_minus_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_minus_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_minus_square_fill:before {
    content: "";
    color: #09244b;
}
.mgc_minus_square_line:before {
    content: "";
    color: #09244b;
}
.mgc_mirror_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mirror_line:before {
    content: "";
    color: #09244b;
}
.mgc_misskey_fill:before {
    content: "";
    color: #09244b;
}
.mgc_misskey_line:before {
    content: "";
    color: #09244b;
}
.mgc_miyajima_torii_fill:before {
    content: "";
    color: #09244b;
}
.mgc_miyajima_torii_line:before {
    content: "";
    color: #09244b;
}
.mgc_moai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_moai_line:before {
    content: "";
    color: #09244b;
}
.mgc_moderate_snow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_moderate_snow_line:before {
    content: "";
    color: #09244b;
}
.mgc_moment_fill:before {
    content: "";
    color: #09244b;
}
.mgc_moment_line:before {
    content: "";
    color: #09244b;
}
.mgc_monero_fill:before {
    content: "";
    color: #09244b;
}
.mgc_monero_line:before {
    content: "";
    color: #09244b;
}
.mgc_monitor_fill:before {
    content: "";
    color: #09244b;
}
.mgc_monitor_line:before {
    content: "";
    color: #09244b;
}
.mgc_monument_fill:before {
    content: "";
    color: #09244b;
}
.mgc_monument_line:before {
    content: "";
    color: #09244b;
}
.mgc_moon_cloudy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_moon_cloudy_line:before {
    content: "";
    color: #09244b;
}
.mgc_moon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_moon_fog_fill:before {
    content: "";
    color: #09244b;
}
.mgc_moon_fog_line:before {
    content: "";
    color: #09244b;
}
.mgc_moon_line:before {
    content: "";
    color: #09244b;
}
.mgc_moon_stars_fill:before {
    content: "";
    color: #09244b;
}
.mgc_moon_stars_line:before {
    content: "";
    color: #09244b;
}
.mgc_moonlight_fill:before {
    content: "";
    color: #09244b;
}
.mgc_moonlight_line:before {
    content: "";
    color: #09244b;
}
.mgc_more_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_more_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_more_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_more_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_more_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_more_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_more_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_more_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_mortarboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mortarboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_mosaic_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mosaic_line:before {
    content: "";
    color: #09244b;
}
.mgc_mountain_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mountain_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_mountain_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mountain_line:before {
    content: "";
    color: #09244b;
}
.mgc_mouse_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mouse_line:before {
    content: "";
    color: #09244b;
}
.mgc_mouth_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mouth_line:before {
    content: "";
    color: #09244b;
}
.mgc_move_fill:before {
    content: "";
    color: #09244b;
}
.mgc_move_line:before {
    content: "";
    color: #09244b;
}
.mgc_movie_fill:before {
    content: "";
    color: #09244b;
}
.mgc_movie_line:before {
    content: "";
    color: #09244b;
}
.mgc_mqtt_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mqtt_line:before {
    content: "";
    color: #09244b;
}
.mgc_multiselect_fill:before {
    content: "";
    color: #09244b;
}
.mgc_multiselect_line:before {
    content: "";
    color: #09244b;
}
.mgc_mushroom_fill:before {
    content: "";
    color: #09244b;
}
.mgc_mushroom_line:before {
    content: "";
    color: #09244b;
}
.mgc_music_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_music_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_music_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_music_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_music_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_music_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_music_fill:before {
    content: "";
    color: #09244b;
}
.mgc_music_line:before {
    content: "";
    color: #09244b;
}
.mgc_na_fill:before {
    content: "";
    color: #09244b;
}
.mgc_na_line:before {
    content: "";
    color: #09244b;
}
.mgc_navigation_fill:before {
    content: "";
    color: #09244b;
}
.mgc_navigation_line:before {
    content: "";
    color: #09244b;
}
.mgc_necktie_fill:before {
    content: "";
    color: #09244b;
}
.mgc_necktie_line:before {
    content: "";
    color: #09244b;
}
.mgc_netease_music_fill:before {
    content: "";
    color: #09244b;
}
.mgc_netease_music_line:before {
    content: "";
    color: #09244b;
}
.mgc_new_folder_fill:before {
    content: "";
    color: #09244b;
}
.mgc_new_folder_line:before {
    content: "";
    color: #09244b;
}
.mgc_newdot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_newdot_line:before {
    content: "";
    color: #09244b;
}
.mgc_news_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_news_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_news_fill:before {
    content: "";
    color: #09244b;
}
.mgc_news_line:before {
    content: "";
    color: #09244b;
}
.mgc_nfc_fill:before {
    content: "";
    color: #09244b;
}
.mgc_nfc_line:before {
    content: "";
    color: #09244b;
}
.mgc_nintendo_switch_fill:before {
    content: "";
    color: #09244b;
}
.mgc_nintendo_switch_line:before {
    content: "";
    color: #09244b;
}
.mgc_nose_fill:before {
    content: "";
    color: #09244b;
}
.mgc_nose_line:before {
    content: "";
    color: #09244b;
}
.mgc_notebook_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_notebook_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_notebook_fill:before {
    content: "";
    color: #09244b;
}
.mgc_notebook_line:before {
    content: "";
    color: #09244b;
}
.mgc_notification_fill:before {
    content: "";
    color: #09244b;
}
.mgc_notification_line:before {
    content: "";
    color: #09244b;
}
.mgc_notification_newdot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_notification_newdot_line:before {
    content: "";
    color: #09244b;
}
.mgc_notification_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_notification_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_notion_fill:before {
    content: "";
    color: #09244b;
}
.mgc_notion_line:before {
    content: "";
    color: #09244b;
}
.mgc_numbers_09_sort_ascending_fill:before {
    content: "";
    color: #09244b;
}
.mgc_numbers_09_sort_ascending_line:before {
    content: "";
    color: #09244b;
}
.mgc_numbers_09_sort_descending_fill:before {
    content: "";
    color: #09244b;
}
.mgc_numbers_09_sort_descending_line:before {
    content: "";
    color: #09244b;
}
.mgc_numbers_90_sort_ascending_fill:before {
    content: "";
    color: #09244b;
}
.mgc_numbers_90_sort_ascending_line:before {
    content: "";
    color: #09244b;
}
.mgc_numbers_90_sort_descending_fill:before {
    content: "";
    color: #09244b;
}
.mgc_numbers_90_sort_descending_line:before {
    content: "";
    color: #09244b;
}
.mgc_nurse_fill:before {
    content: "";
    color: #09244b;
}
.mgc_nurse_line:before {
    content: "";
    color: #09244b;
}
.mgc_octagon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_octagon_line:before {
    content: "";
    color: #09244b;
}
.mgc_oil_fill:before {
    content: "";
    color: #09244b;
}
.mgc_oil_line:before {
    content: "";
    color: #09244b;
}
.mgc_omega_fill:before {
    content: "";
    color: #09244b;
}
.mgc_omega_line:before {
    content: "";
    color: #09244b;
}
.mgc_omg_fill:before {
    content: "";
    color: #09244b;
}
.mgc_omg_line:before {
    content: "";
    color: #09244b;
}
.mgc_open_door_fill:before {
    content: "";
    color: #09244b;
}
.mgc_open_door_line:before {
    content: "";
    color: #09244b;
}
.mgc_openai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_openai_line:before {
    content: "";
    color: #09244b;
}
.mgc_package_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_package_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_package_fill:before {
    content: "";
    color: #09244b;
}
.mgc_package_line:before {
    content: "";
    color: #09244b;
}
.mgc_pad_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pad_line:before {
    content: "";
    color: #09244b;
}
.mgc_paint_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paint_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_paint_brush_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paint_brush_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_paint_brush_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paint_brush_line:before {
    content: "";
    color: #09244b;
}
.mgc_paint_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paint_line:before {
    content: "";
    color: #09244b;
}
.mgc_palace_fill:before {
    content: "";
    color: #09244b;
}
.mgc_palace_line:before {
    content: "";
    color: #09244b;
}
.mgc_palette_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_palette_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_palette_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_palette_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_palette_fill:before {
    content: "";
    color: #09244b;
}
.mgc_palette_line:before {
    content: "";
    color: #09244b;
}
.mgc_panoramas_fill:before {
    content: "";
    color: #09244b;
}
.mgc_panoramas_line:before {
    content: "";
    color: #09244b;
}
.mgc_paper_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paper_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_paper_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paper_line:before {
    content: "";
    color: #09244b;
}
.mgc_parachute_fill:before {
    content: "";
    color: #09244b;
}
.mgc_parachute_line:before {
    content: "";
    color: #09244b;
}
.mgc_paragraph_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paragraph_line:before {
    content: "";
    color: #09244b;
}
.mgc_parentheses_fill:before {
    content: "";
    color: #09244b;
}
.mgc_parentheses_line:before {
    content: "";
    color: #09244b;
}
.mgc_parfum_fill:before {
    content: "";
    color: #09244b;
}
.mgc_parfum_line:before {
    content: "";
    color: #09244b;
}
.mgc_park_fill:before {
    content: "";
    color: #09244b;
}
.mgc_park_line:before {
    content: "";
    color: #09244b;
}
.mgc_parking_fill:before {
    content: "";
    color: #09244b;
}
.mgc_parking_lights_fill:before {
    content: "";
    color: #09244b;
}
.mgc_parking_lights_line:before {
    content: "";
    color: #09244b;
}
.mgc_parking_line:before {
    content: "";
    color: #09244b;
}
.mgc_partly_cloud_daytime_fill:before {
    content: "";
    color: #09244b;
}
.mgc_partly_cloud_daytime_line:before {
    content: "";
    color: #09244b;
}
.mgc_partly_cloud_night_fill:before {
    content: "";
    color: #09244b;
}
.mgc_partly_cloud_night_line:before {
    content: "";
    color: #09244b;
}
.mgc_passport_fill:before {
    content: "";
    color: #09244b;
}
.mgc_passport_line:before {
    content: "";
    color: #09244b;
}
.mgc_paste_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paste_line:before {
    content: "";
    color: #09244b;
}
.mgc_paster_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paster_line:before {
    content: "";
    color: #09244b;
}
.mgc_pause_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pause_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_pause_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pause_line:before {
    content: "";
    color: #09244b;
}
.mgc_pavilion_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pavilion_line:before {
    content: "";
    color: #09244b;
}
.mgc_paw_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paw_line:before {
    content: "";
    color: #09244b;
}
.mgc_paypal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_paypal_line:before {
    content: "";
    color: #09244b;
}
.mgc_pdf_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pdf_line:before {
    content: "";
    color: #09244b;
}
.mgc_pen_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pen_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_pen_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pen_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_pen_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pen_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_pen_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pen_line:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_3_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_3_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_line:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_ruler_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pencil_ruler_line:before {
    content: "";
    color: #09244b;
}
.mgc_pentagon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pentagon_line:before {
    content: "";
    color: #09244b;
}
.mgc_percentage_fill:before {
    content: "";
    color: #09244b;
}
.mgc_percentage_line:before {
    content: "";
    color: #09244b;
}
.mgc_performance_fill:before {
    content: "";
    color: #09244b;
}
.mgc_performance_line:before {
    content: "";
    color: #09244b;
}
.mgc_perplexity_fill:before {
    content: "";
    color: #09244b;
}
.mgc_perplexity_line:before {
    content: "";
    color: #09244b;
}
.mgc_phone_add_fill:before {
    content: "";
    color: #09244b;
}
.mgc_phone_add_line:before {
    content: "";
    color: #09244b;
}
.mgc_phone_block_fill:before {
    content: "";
    color: #09244b;
}
.mgc_phone_block_line:before {
    content: "";
    color: #09244b;
}
.mgc_phone_call_fill:before {
    content: "";
    color: #09244b;
}
.mgc_phone_call_line:before {
    content: "";
    color: #09244b;
}
.mgc_phone_fill:before {
    content: "";
    color: #09244b;
}
.mgc_phone_incoming_fill:before {
    content: "";
    color: #09244b;
}
.mgc_phone_incoming_line:before {
    content: "";
    color: #09244b;
}
.mgc_phone_line:before {
    content: "";
    color: #09244b;
}
.mgc_phone_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_phone_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_phone_outgoing_fill:before {
    content: "";
    color: #09244b;
}
.mgc_phone_outgoing_line:before {
    content: "";
    color: #09244b;
}
.mgc_phone_success_fill:before {
    content: "";
    color: #09244b;
}
.mgc_phone_success_line:before {
    content: "";
    color: #09244b;
}
.mgc_photo_album_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_photo_album_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_photo_album_fill:before {
    content: "";
    color: #09244b;
}
.mgc_photo_album_line:before {
    content: "";
    color: #09244b;
}
.mgc_pic_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pic_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_pic_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pic_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_pic_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pic_line:before {
    content: "";
    color: #09244b;
}
.mgc_pickax_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pickax_line:before {
    content: "";
    color: #09244b;
}
.mgc_pig_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pig_line:before {
    content: "";
    color: #09244b;
}
.mgc_pig_money_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pig_money_line:before {
    content: "";
    color: #09244b;
}
.mgc_pin_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pin_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_pin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pin_line:before {
    content: "";
    color: #09244b;
}
.mgc_pingpong_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pingpong_line:before {
    content: "";
    color: #09244b;
}
.mgc_pinterest_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pinterest_line:before {
    content: "";
    color: #09244b;
}
.mgc_pinwheel_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pinwheel_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_pinwheel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pinwheel_line:before {
    content: "";
    color: #09244b;
}
.mgc_pisa_tower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pisa_tower_line:before {
    content: "";
    color: #09244b;
}
.mgc_Pisces_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Pisces_line:before {
    content: "";
    color: #09244b;
}
.mgc_pizza_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pizza_line:before {
    content: "";
    color: #09244b;
}
.mgc_planet_fill:before {
    content: "";
    color: #09244b;
}
.mgc_planet_line:before {
    content: "";
    color: #09244b;
}
.mgc_play_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_play_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_play_fill:before {
    content: "";
    color: #09244b;
}
.mgc_play_football_fill:before {
    content: "";
    color: #09244b;
}
.mgc_play_football_line:before {
    content: "";
    color: #09244b;
}
.mgc_play_line:before {
    content: "";
    color: #09244b;
}
.mgc_playground_fill:before {
    content: "";
    color: #09244b;
}
.mgc_playground_line:before {
    content: "";
    color: #09244b;
}
.mgc_playlist_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_playlist_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_playlist_fill:before {
    content: "";
    color: #09244b;
}
.mgc_playlist_line:before {
    content: "";
    color: #09244b;
}
.mgc_plugin_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_plugin_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_plugin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_plugin_line:before {
    content: "";
    color: #09244b;
}
.mgc_plus_fill:before {
    content: "";
    color: #09244b;
}
.mgc_plus_line:before {
    content: "";
    color: #09244b;
}
.mgc_polkadot_DOT_fill:before {
    content: "";
    color: #09244b;
}
.mgc_polkadot_DOT_line:before {
    content: "";
    color: #09244b;
}
.mgc_polygon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_polygon_line:before {
    content: "";
    color: #09244b;
}
.mgc_pot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pot_line:before {
    content: "";
    color: #09244b;
}
.mgc_power_fill:before {
    content: "";
    color: #09244b;
}
.mgc_power_line:before {
    content: "";
    color: #09244b;
}
.mgc_ppt_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ppt_line:before {
    content: "";
    color: #09244b;
}
.mgc_pray_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pray_line:before {
    content: "";
    color: #09244b;
}
.mgc_prescription_fill:before {
    content: "";
    color: #09244b;
}
.mgc_prescription_line:before {
    content: "";
    color: #09244b;
}
.mgc_presentation_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_presentation_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_presentation_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_presentation_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_presentation_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_presentation_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_print_fill:before {
    content: "";
    color: #09244b;
}
.mgc_print_line:before {
    content: "";
    color: #09244b;
}
.mgc_process_fill:before {
    content: "";
    color: #09244b;
}
.mgc_process_line:before {
    content: "";
    color: #09244b;
}
.mgc_profile_fill:before {
    content: "";
    color: #09244b;
}
.mgc_profile_line:before {
    content: "";
    color: #09244b;
}
.mgc_projector_fill:before {
    content: "";
    color: #09244b;
}
.mgc_projector_line:before {
    content: "";
    color: #09244b;
}
.mgc_projector_screen_fill:before {
    content: "";
    color: #09244b;
}
.mgc_projector_screen_line:before {
    content: "";
    color: #09244b;
}
.mgc_pumpkin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pumpkin_lantern_fill:before {
    content: "";
    color: #09244b;
}
.mgc_pumpkin_lantern_line:before {
    content: "";
    color: #09244b;
}
.mgc_pumpkin_line:before {
    content: "";
    color: #09244b;
}
.mgc_puzzled_fill:before {
    content: "";
    color: #09244b;
}
.mgc_puzzled_line:before {
    content: "";
    color: #09244b;
}
.mgc_qq_fill:before {
    content: "";
    color: #09244b;
}
.mgc_qq_line:before {
    content: "";
    color: #09244b;
}
.mgc_qrcode_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_qrcode_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_qrcode_fill:before {
    content: "";
    color: #09244b;
}
.mgc_qrcode_line:before {
    content: "";
    color: #09244b;
}
.mgc_quarter_circle_dash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_quarter_circle_dash_line:before {
    content: "";
    color: #09244b;
}
.mgc_question_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_question_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_question_fill:before {
    content: "";
    color: #09244b;
}
.mgc_question_line:before {
    content: "";
    color: #09244b;
}
.mgc_quill_pen_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_quill_pen_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_quill_pen_fill:before {
    content: "";
    color: #09244b;
}
.mgc_quill_pen_line:before {
    content: "";
    color: #09244b;
}
.mgc_quote_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_quote_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_quote_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_quote_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_rabbit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rabbit_line:before {
    content: "";
    color: #09244b;
}
.mgc_radar_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_radar_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_radar_fill:before {
    content: "";
    color: #09244b;
}
.mgc_radar_line:before {
    content: "";
    color: #09244b;
}
.mgc_radio_fill:before {
    content: "";
    color: #09244b;
}
.mgc_radio_line:before {
    content: "";
    color: #09244b;
}
.mgc_radiobox_fill:before {
    content: "";
    color: #09244b;
}
.mgc_radiobox_line:before {
    content: "";
    color: #09244b;
}
.mgc_rain_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rain_line:before {
    content: "";
    color: #09244b;
}
.mgc_rainbow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rainbow_line:before {
    content: "";
    color: #09244b;
}
.mgc_rainstorm_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rainstorm_line:before {
    content: "";
    color: #09244b;
}
.mgc_rake_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rake_line:before {
    content: "";
    color: #09244b;
}
.mgc_random_fill:before {
    content: "";
    color: #09244b;
}
.mgc_random_line:before {
    content: "";
    color: #09244b;
}
.mgc_rare_fog_lights_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rare_fog_lights_line:before {
    content: "";
    color: #09244b;
}
.mgc_react_fill:before {
    content: "";
    color: #09244b;
}
.mgc_react_line:before {
    content: "";
    color: #09244b;
}
.mgc_rear_windshield_defroster_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rear_windshield_defroster_line:before {
    content: "";
    color: #09244b;
}
.mgc_receive_money_fill:before {
    content: "";
    color: #09244b;
}
.mgc_receive_money_line:before {
    content: "";
    color: #09244b;
}
.mgc_record_mail_fill:before {
    content: "";
    color: #09244b;
}
.mgc_record_mail_line:before {
    content: "";
    color: #09244b;
}
.mgc_rectangle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rectangle_line:before {
    content: "";
    color: #09244b;
}
.mgc_rectangle_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rectangle_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_recycle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_recycle_line:before {
    content: "";
    color: #09244b;
}
.mgc_red_packet_fill:before {
    content: "";
    color: #09244b;
}
.mgc_red_packet_line:before {
    content: "";
    color: #09244b;
}
.mgc_red_packet_open_fill:before {
    content: "";
    color: #09244b;
}
.mgc_red_packet_open_line:before {
    content: "";
    color: #09244b;
}
.mgc_reddit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_reddit_line:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_4_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_4_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_anticlockwise_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_refresh_anticlockwise_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_refund_cny_fill:before {
    content: "";
    color: #09244b;
}
.mgc_refund_cny_line:before {
    content: "";
    color: #09244b;
}
.mgc_refund_dollar_fill:before {
    content: "";
    color: #09244b;
}
.mgc_refund_dollar_line:before {
    content: "";
    color: #09244b;
}
.mgc_registered_fill:before {
    content: "";
    color: #09244b;
}
.mgc_registered_line:before {
    content: "";
    color: #09244b;
}
.mgc_remote_control_fill:before {
    content: "";
    color: #09244b;
}
.mgc_remote_control_line:before {
    content: "";
    color: #09244b;
}
.mgc_remote_fill:before {
    content: "";
    color: #09244b;
}
.mgc_remote_line:before {
    content: "";
    color: #09244b;
}
.mgc_repeat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_repeat_line:before {
    content: "";
    color: #09244b;
}
.mgc_repeat_one_fill:before {
    content: "";
    color: #09244b;
}
.mgc_repeat_one_line:before {
    content: "";
    color: #09244b;
}
.mgc_report_fill:before {
    content: "";
    color: #09244b;
}
.mgc_report_forms_fill:before {
    content: "";
    color: #09244b;
}
.mgc_report_forms_line:before {
    content: "";
    color: #09244b;
}
.mgc_report_line:before {
    content: "";
    color: #09244b;
}
.mgc_rest_area_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rest_area_line:before {
    content: "";
    color: #09244b;
}
.mgc_restore_fill:before {
    content: "";
    color: #09244b;
}
.mgc_restore_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_10_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_10_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_15_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_15_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_30_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_30_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_square_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_square_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_square_10_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_square_10_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_square_15_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_square_15_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_square_30_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_backward_square_30_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_10_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_10_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_15_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_15_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_30_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_30_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_square_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_square_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_square_10_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_square_10_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_square_15_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_square_15_line:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_square_30_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rewind_forward_square_30_line:before {
    content: "";
    color: #09244b;
}
.mgc_riding_fill:before {
    content: "";
    color: #09244b;
}
.mgc_riding_line:before {
    content: "";
    color: #09244b;
}
.mgc_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_right_small_fill:before {
    content: "";
    color: #09244b;
}
.mgc_right_small_line:before {
    content: "";
    color: #09244b;
}
.mgc_road_fill:before {
    content: "";
    color: #09244b;
}
.mgc_road_line:before {
    content: "";
    color: #09244b;
}
.mgc_roblox_fill:before {
    content: "";
    color: #09244b;
}
.mgc_roblox_line:before {
    content: "";
    color: #09244b;
}
.mgc_robot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_robot_line:before {
    content: "";
    color: #09244b;
}
.mgc_rocket_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rocket_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_rocket_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rocket_line:before {
    content: "";
    color: #09244b;
}
.mgc_rose_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rose_line:before {
    content: "";
    color: #09244b;
}
.mgc_rotate_to_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rotate_to_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_rotate_to_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rotate_to_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_rotate_x_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rotate_x_line:before {
    content: "";
    color: #09244b;
}
.mgc_rotate_y_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rotate_y_line:before {
    content: "";
    color: #09244b;
}
.mgc_round_fill:before {
    content: "";
    color: #09244b;
}
.mgc_round_line:before {
    content: "";
    color: #09244b;
}
.mgc_route_fill:before {
    content: "";
    color: #09244b;
}
.mgc_route_line:before {
    content: "";
    color: #09244b;
}
.mgc_router_modem_fill:before {
    content: "";
    color: #09244b;
}
.mgc_router_modem_line:before {
    content: "";
    color: #09244b;
}
.mgc_rows_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rows_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_rows_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rows_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_rows_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rows_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_rss_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rss_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_rss_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rss_line:before {
    content: "";
    color: #09244b;
}
.mgc_rudder_fill:before {
    content: "";
    color: #09244b;
}
.mgc_rudder_line:before {
    content: "";
    color: #09244b;
}
.mgc_ruler_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ruler_line:before {
    content: "";
    color: #09244b;
}
.mgc_run_fill:before {
    content: "";
    color: #09244b;
}
.mgc_run_line:before {
    content: "";
    color: #09244b;
}
.mgc_run_treadmill_fill:before {
    content: "";
    color: #09244b;
}
.mgc_run_treadmill_line:before {
    content: "";
    color: #09244b;
}
.mgc_sad_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sad_line:before {
    content: "";
    color: #09244b;
}
.mgc_safari_fill:before {
    content: "";
    color: #09244b;
}
.mgc_safari_line:before {
    content: "";
    color: #09244b;
}
.mgc_safe_alert_fill:before {
    content: "";
    color: #09244b;
}
.mgc_safe_alert_line:before {
    content: "";
    color: #09244b;
}
.mgc_safe_box_fill:before {
    content: "";
    color: #09244b;
}
.mgc_safe_box_line:before {
    content: "";
    color: #09244b;
}
.mgc_safe_flash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_safe_flash_line:before {
    content: "";
    color: #09244b;
}
.mgc_safe_lock_fill:before {
    content: "";
    color: #09244b;
}
.mgc_safe_lock_line:before {
    content: "";
    color: #09244b;
}
.mgc_safe_shield_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_safe_shield_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_safe_shield_fill:before {
    content: "";
    color: #09244b;
}
.mgc_safe_shield_line:before {
    content: "";
    color: #09244b;
}
.mgc_safety_certificate_fill:before {
    content: "";
    color: #09244b;
}
.mgc_safety_certificate_line:before {
    content: "";
    color: #09244b;
}
.mgc_Sagittarius_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Sagittarius_line:before {
    content: "";
    color: #09244b;
}
.mgc_sailboat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sailboat_line:before {
    content: "";
    color: #09244b;
}
.mgc_sale_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sale_line:before {
    content: "";
    color: #09244b;
}
.mgc_sandglass_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sandglass_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_sandglass_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sandglass_line:before {
    content: "";
    color: #09244b;
}
.mgc_sandstorm_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sandstorm_line:before {
    content: "";
    color: #09244b;
}
.mgc_save_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_save_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_save_fill:before {
    content: "";
    color: #09244b;
}
.mgc_save_line:before {
    content: "";
    color: #09244b;
}
.mgc_scale_fill:before {
    content: "";
    color: #09244b;
}
.mgc_scale_line:before {
    content: "";
    color: #09244b;
}
.mgc_scan_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_scan_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_scan_fill:before {
    content: "";
    color: #09244b;
}
.mgc_scan_line:before {
    content: "";
    color: #09244b;
}
.mgc_scarf_fill:before {
    content: "";
    color: #09244b;
}
.mgc_scarf_line:before {
    content: "";
    color: #09244b;
}
.mgc_schedule_fill:before {
    content: "";
    color: #09244b;
}
.mgc_schedule_line:before {
    content: "";
    color: #09244b;
}
.mgc_school_fill:before {
    content: "";
    color: #09244b;
}
.mgc_school_line:before {
    content: "";
    color: #09244b;
}
.mgc_science_fill:before {
    content: "";
    color: #09244b;
}
.mgc_science_line:before {
    content: "";
    color: #09244b;
}
.mgc_scissors_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_scissors_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_scissors_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_scissors_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_scissors_fill:before {
    content: "";
    color: #09244b;
}
.mgc_scissors_line:before {
    content: "";
    color: #09244b;
}
.mgc_scooter_fill:before {
    content: "";
    color: #09244b;
}
.mgc_scooter_line:before {
    content: "";
    color: #09244b;
}
.mgc_Scorpio_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Scorpio_line:before {
    content: "";
    color: #09244b;
}
.mgc_screenshot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_screenshot_line:before {
    content: "";
    color: #09244b;
}
.mgc_screwdriver_fill:before {
    content: "";
    color: #09244b;
}
.mgc_screwdriver_line:before {
    content: "";
    color: #09244b;
}
.mgc_scrollable_list_fill:before {
    content: "";
    color: #09244b;
}
.mgc_scrollable_list_line:before {
    content: "";
    color: #09244b;
}
.mgc_seal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_seal_line:before {
    content: "";
    color: #09244b;
}
.mgc_search_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_search_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_search_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_search_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_search_2_none_fill:before {
    content: "";
    color: #09244b;
}
.mgc_search_2_none_line:before {
    content: "";
    color: #09244b;
}
.mgc_search_3_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_search_3_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_search_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_search_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_search_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_search_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_search_fill:before {
    content: "";
    color: #09244b;
}
.mgc_search_line:before {
    content: "";
    color: #09244b;
}
.mgc_search_none_fill:before {
    content: "";
    color: #09244b;
}
.mgc_search_none_line:before {
    content: "";
    color: #09244b;
}
.mgc_seat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_seat_heated_fill:before {
    content: "";
    color: #09244b;
}
.mgc_seat_heated_line:before {
    content: "";
    color: #09244b;
}
.mgc_seat_line:before {
    content: "";
    color: #09244b;
}
.mgc_section_fill:before {
    content: "";
    color: #09244b;
}
.mgc_section_line:before {
    content: "";
    color: #09244b;
}
.mgc_sector_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sector_line:before {
    content: "";
    color: #09244b;
}
.mgc_selector_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_selector_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_selector_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_selector_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_semicircle_dash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_semicircle_dash_line:before {
    content: "";
    color: #09244b;
}
.mgc_send_fill:before {
    content: "";
    color: #09244b;
}
.mgc_send_line:before {
    content: "";
    color: #09244b;
}
.mgc_send_plane_fill:before {
    content: "";
    color: #09244b;
}
.mgc_send_plane_line:before {
    content: "";
    color: #09244b;
}
.mgc_server_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_server_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_server_fill:before {
    content: "";
    color: #09244b;
}
.mgc_server_line:before {
    content: "";
    color: #09244b;
}
.mgc_service_fill:before {
    content: "";
    color: #09244b;
}
.mgc_service_line:before {
    content: "";
    color: #09244b;
}
.mgc_settings_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_settings_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_settings_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_settings_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_settings_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_settings_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_settings_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_settings_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_settings_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_settings_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_settings_6_fill:before {
    content: "";
    color: #09244b;
}
.mgc_settings_6_line:before {
    content: "";
    color: #09244b;
}
.mgc_settings_7_fill:before {
    content: "";
    color: #09244b;
}
.mgc_settings_7_line:before {
    content: "";
    color: #09244b;
}
.mgc_shadow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shadow_line:before {
    content: "";
    color: #09244b;
}
.mgc_share_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_share_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_share_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_share_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_share_forward_fill:before {
    content: "";
    color: #09244b;
}
.mgc_share_forward_line:before {
    content: "";
    color: #09244b;
}
.mgc_shield_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shield_line:before {
    content: "";
    color: #09244b;
}
.mgc_shield_shape_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shield_shape_line:before {
    content: "";
    color: #09244b;
}
.mgc_ship_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ship_line:before {
    content: "";
    color: #09244b;
}
.mgc_shirt_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shirt_line:before {
    content: "";
    color: #09244b;
}
.mgc_shoe_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shoe_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_shoe_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shoe_line:before {
    content: "";
    color: #09244b;
}
.mgc_shop_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shop_line:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_bag_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_bag_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_bag_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_bag_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_bag_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_bag_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_cart_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_cart_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_cart_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shopping_cart_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_shorts_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shorts_line:before {
    content: "";
    color: #09244b;
}
.mgc_shovel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shovel_line:before {
    content: "";
    color: #09244b;
}
.mgc_shower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shower_gel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shower_gel_line:before {
    content: "";
    color: #09244b;
}
.mgc_shower_line:before {
    content: "";
    color: #09244b;
}
.mgc_showers_fill:before {
    content: "";
    color: #09244b;
}
.mgc_showers_line:before {
    content: "";
    color: #09244b;
}
.mgc_shuffle_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shuffle_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_shuffle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_shuffle_line:before {
    content: "";
    color: #09244b;
}
.mgc_sick_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sick_line:before {
    content: "";
    color: #09244b;
}
.mgc_signal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_signal_line:before {
    content: "";
    color: #09244b;
}
.mgc_signature_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_signature_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_signature_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_signature_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_signature_fill:before {
    content: "";
    color: #09244b;
}
.mgc_signature_line:before {
    content: "";
    color: #09244b;
}
.mgc_silent_fill:before {
    content: "";
    color: #09244b;
}
.mgc_silent_line:before {
    content: "";
    color: #09244b;
}
.mgc_siri_fill:before {
    content: "";
    color: #09244b;
}
.mgc_siri_frame_fill:before {
    content: "";
    color: #09244b;
}
.mgc_siri_frame_line:before {
    content: "";
    color: #09244b;
}
.mgc_siri_line:before {
    content: "";
    color: #09244b;
}
.mgc_sitemap_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sitemap_line:before {
    content: "";
    color: #09244b;
}
.mgc_skateboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_skateboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_skateboarding_fill:before {
    content: "";
    color: #09244b;
}
.mgc_skateboarding_line:before {
    content: "";
    color: #09244b;
}
.mgc_skip_forward_fill:before {
    content: "";
    color: #09244b;
}
.mgc_skip_forward_line:before {
    content: "";
    color: #09244b;
}
.mgc_skip_previous_fill:before {
    content: "";
    color: #09244b;
}
.mgc_skip_previous_line:before {
    content: "";
    color: #09244b;
}
.mgc_skirt_fill:before {
    content: "";
    color: #09244b;
}
.mgc_skirt_line:before {
    content: "";
    color: #09244b;
}
.mgc_skull_fill:before {
    content: "";
    color: #09244b;
}
.mgc_skull_line:before {
    content: "";
    color: #09244b;
}
.mgc_sleep_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sleep_line:before {
    content: "";
    color: #09244b;
}
.mgc_sleigh_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sleigh_line:before {
    content: "";
    color: #09244b;
}
.mgc_snapchat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_snapchat_line:before {
    content: "";
    color: #09244b;
}
.mgc_snow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_snow_line:before {
    content: "";
    color: #09244b;
}
.mgc_snowboarding_fill:before {
    content: "";
    color: #09244b;
}
.mgc_snowboarding_line:before {
    content: "";
    color: #09244b;
}
.mgc_snowflake_fill:before {
    content: "";
    color: #09244b;
}
.mgc_snowflake_line:before {
    content: "";
    color: #09244b;
}
.mgc_snowman_fill:before {
    content: "";
    color: #09244b;
}
.mgc_snowman_line:before {
    content: "";
    color: #09244b;
}
.mgc_snowstorm_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_snowstorm_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_snowstorm_fill:before {
    content: "";
    color: #09244b;
}
.mgc_snowstorm_line:before {
    content: "";
    color: #09244b;
}
.mgc_sob_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sob_line:before {
    content: "";
    color: #09244b;
}
.mgc_social_x_fill:before {
    content: "";
    color: #09244b;
}
.mgc_social_x_line:before {
    content: "";
    color: #09244b;
}
.mgc_sock_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sock_line:before {
    content: "";
    color: #09244b;
}
.mgc_sofa_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sofa_line:before {
    content: "";
    color: #09244b;
}
.mgc_solana_SOL_fill:before {
    content: "";
    color: #09244b;
}
.mgc_solana_SOL_line:before {
    content: "";
    color: #09244b;
}
.mgc_solar_panel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_solar_panel_line:before {
    content: "";
    color: #09244b;
}
.mgc_sort_ascending_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sort_ascending_line:before {
    content: "";
    color: #09244b;
}
.mgc_sort_descending_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sort_descending_line:before {
    content: "";
    color: #09244b;
}
.mgc_sound_line_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sound_line_line:before {
    content: "";
    color: #09244b;
}
.mgc_soup_pot_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_soup_pot_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_soup_pot_fill:before {
    content: "";
    color: #09244b;
}
.mgc_soup_pot_line:before {
    content: "";
    color: #09244b;
}
.mgc_space_fill:before {
    content: "";
    color: #09244b;
}
.mgc_space_line:before {
    content: "";
    color: #09244b;
}
.mgc_spacing_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_spacing_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_spacing_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_spacing_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_spade_fill:before {
    content: "";
    color: #09244b;
}
.mgc_spade_line:before {
    content: "";
    color: #09244b;
}
.mgc_sparkles_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sparkles_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_sparkles_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sparkles_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_sparkles_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sparkles_line:before {
    content: "";
    color: #09244b;
}
.mgc_spatula_fill:before {
    content: "";
    color: #09244b;
}
.mgc_spatula_line:before {
    content: "";
    color: #09244b;
}
.mgc_speaker_fill:before {
    content: "";
    color: #09244b;
}
.mgc_speaker_line:before {
    content: "";
    color: #09244b;
}
.mgc_speech_fill:before {
    content: "";
    color: #09244b;
}
.mgc_speech_line:before {
    content: "";
    color: #09244b;
}
.mgc_spoon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_spoon_line:before {
    content: "";
    color: #09244b;
}
.mgc_spotify_fill:before {
    content: "";
    color: #09244b;
}
.mgc_spotify_line:before {
    content: "";
    color: #09244b;
}
.mgc_square_arrow_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_square_arrow_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_square_arrow_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_square_arrow_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_square_arrow_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_square_arrow_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_square_arrow_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_square_arrow_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_square_fill:before {
    content: "";
    color: #09244b;
}
.mgc_square_line:before {
    content: "";
    color: #09244b;
}
.mgc_squats_fill:before {
    content: "";
    color: #09244b;
}
.mgc_squats_line:before {
    content: "";
    color: #09244b;
}
.mgc_stair_stepper_fill:before {
    content: "";
    color: #09244b;
}
.mgc_stair_stepper_line:before {
    content: "";
    color: #09244b;
}
.mgc_star_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_star_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_star_fill:before {
    content: "";
    color: #09244b;
}
.mgc_star_half_fill:before {
    content: "";
    color: #09244b;
}
.mgc_star_half_line:before {
    content: "";
    color: #09244b;
}
.mgc_star_line:before {
    content: "";
    color: #09244b;
}
.mgc_star_topper_fill:before {
    content: "";
    color: #09244b;
}
.mgc_star_topper_line:before {
    content: "";
    color: #09244b;
}
.mgc_statue_of_liberty_fill:before {
    content: "";
    color: #09244b;
}
.mgc_statue_of_liberty_line:before {
    content: "";
    color: #09244b;
}
.mgc_steam_fill:before {
    content: "";
    color: #09244b;
}
.mgc_steam_line:before {
    content: "";
    color: #09244b;
}
.mgc_steering_wheel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_steering_wheel_line:before {
    content: "";
    color: #09244b;
}
.mgc_stethoscope_fill:before {
    content: "";
    color: #09244b;
}
.mgc_stethoscope_line:before {
    content: "";
    color: #09244b;
}
.mgc_sticker_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sticker_line:before {
    content: "";
    color: #09244b;
}
.mgc_stock_fill:before {
    content: "";
    color: #09244b;
}
.mgc_stock_line:before {
    content: "";
    color: #09244b;
}
.mgc_stop_circle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_stop_circle_line:before {
    content: "";
    color: #09244b;
}
.mgc_stop_fill:before {
    content: "";
    color: #09244b;
}
.mgc_stop_line:before {
    content: "";
    color: #09244b;
}
.mgc_stopwatch_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_stopwatch_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_stopwatch_2_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_stopwatch_2_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_stopwatch_fill:before {
    content: "";
    color: #09244b;
}
.mgc_stopwatch_line:before {
    content: "";
    color: #09244b;
}
.mgc_storage_fill:before {
    content: "";
    color: #09244b;
}
.mgc_storage_line:before {
    content: "";
    color: #09244b;
}
.mgc_store_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_store_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_store_fill:before {
    content: "";
    color: #09244b;
}
.mgc_store_line:before {
    content: "";
    color: #09244b;
}
.mgc_strikethrough_fill:before {
    content: "";
    color: #09244b;
}
.mgc_strikethrough_line:before {
    content: "";
    color: #09244b;
}
.mgc_stripe_fill:before {
    content: "";
    color: #09244b;
}
.mgc_stripe_line:before {
    content: "";
    color: #09244b;
}
.mgc_substack_fill:before {
    content: "";
    color: #09244b;
}
.mgc_substack_line:before {
    content: "";
    color: #09244b;
}
.mgc_subtitle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_subtitle_line:before {
    content: "";
    color: #09244b;
}
.mgc_subtract_fill:before {
    content: "";
    color: #09244b;
}
.mgc_subtract_line:before {
    content: "";
    color: #09244b;
}
.mgc_sugar_coated_haws_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sugar_coated_haws_line:before {
    content: "";
    color: #09244b;
}
.mgc_suitcase_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_suitcase_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_suitcase_fill:before {
    content: "";
    color: #09244b;
}
.mgc_suitcase_line:before {
    content: "";
    color: #09244b;
}
.mgc_sun_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sun_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_sun_cloudy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sun_cloudy_line:before {
    content: "";
    color: #09244b;
}
.mgc_sun_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sun_fog_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sun_fog_line:before {
    content: "";
    color: #09244b;
}
.mgc_sun_line:before {
    content: "";
    color: #09244b;
}
.mgc_sunflower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sunflower_line:before {
    content: "";
    color: #09244b;
}
.mgc_sunrise_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sunrise_line:before {
    content: "";
    color: #09244b;
}
.mgc_sunset_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sunset_line:before {
    content: "";
    color: #09244b;
}
.mgc_surfboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_surfboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_surprise_fill:before {
    content: "";
    color: #09244b;
}
.mgc_surprise_line:before {
    content: "";
    color: #09244b;
}
.mgc_sweats_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sweats_line:before {
    content: "";
    color: #09244b;
}
.mgc_swimming_fill:before {
    content: "";
    color: #09244b;
}
.mgc_swimming_line:before {
    content: "";
    color: #09244b;
}
.mgc_swimming_pool_fill:before {
    content: "";
    color: #09244b;
}
.mgc_swimming_pool_line:before {
    content: "";
    color: #09244b;
}
.mgc_switch_fill:before {
    content: "";
    color: #09244b;
}
.mgc_switch_line:before {
    content: "";
    color: #09244b;
}
.mgc_sword_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sword_line:before {
    content: "";
    color: #09244b;
}
.mgc_sydney_opera_house_fill:before {
    content: "";
    color: #09244b;
}
.mgc_sydney_opera_house_line:before {
    content: "";
    color: #09244b;
}
.mgc_t_shirt_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_t_shirt_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_t_shirt_fill:before {
    content: "";
    color: #09244b;
}
.mgc_t_shirt_line:before {
    content: "";
    color: #09244b;
}
.mgc_table_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_table_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_table_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_table_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_table_fill:before {
    content: "";
    color: #09244b;
}
.mgc_table_line:before {
    content: "";
    color: #09244b;
}
.mgc_tag_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tag_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_tag_chevron_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tag_chevron_line:before {
    content: "";
    color: #09244b;
}
.mgc_tag_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tag_line:before {
    content: "";
    color: #09244b;
}
.mgc_taipei101_fill:before {
    content: "";
    color: #09244b;
}
.mgc_taipei101_line:before {
    content: "";
    color: #09244b;
}
.mgc_taj_mahal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_taj_mahal_line:before {
    content: "";
    color: #09244b;
}
.mgc_tank_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tank_line:before {
    content: "";
    color: #09244b;
}
.mgc_target_fill:before {
    content: "";
    color: #09244b;
}
.mgc_target_line:before {
    content: "";
    color: #09244b;
}
.mgc_task_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_task_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_task_fill:before {
    content: "";
    color: #09244b;
}
.mgc_task_line:before {
    content: "";
    color: #09244b;
}
.mgc_Taurus_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Taurus_line:before {
    content: "";
    color: #09244b;
}
.mgc_teacup_fill:before {
    content: "";
    color: #09244b;
}
.mgc_teacup_line:before {
    content: "";
    color: #09244b;
}
.mgc_telegram_fill:before {
    content: "";
    color: #09244b;
}
.mgc_telegram_line:before {
    content: "";
    color: #09244b;
}
.mgc_telescope_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_telescope_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_telescope_fill:before {
    content: "";
    color: #09244b;
}
.mgc_telescope_line:before {
    content: "";
    color: #09244b;
}
.mgc_temple_of_heaven_fill:before {
    content: "";
    color: #09244b;
}
.mgc_temple_of_heaven_line:before {
    content: "";
    color: #09244b;
}
.mgc_tent_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tent_line:before {
    content: "";
    color: #09244b;
}
.mgc_terminal_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_terminal_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_terminal_box_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_terminal_box_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_terminal_box_fill:before {
    content: "";
    color: #09244b;
}
.mgc_terminal_box_line:before {
    content: "";
    color: #09244b;
}
.mgc_terminal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_terminal_line:before {
    content: "";
    color: #09244b;
}
.mgc_terror_fill:before {
    content: "";
    color: #09244b;
}
.mgc_terror_line:before {
    content: "";
    color: #09244b;
}
.mgc_test_tube_fill:before {
    content: "";
    color: #09244b;
}
.mgc_test_tube_line:before {
    content: "";
    color: #09244b;
}
.mgc_tether_USDT_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tether_USDT_line:before {
    content: "";
    color: #09244b;
}
.mgc_text_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_text_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_text_area_fill:before {
    content: "";
    color: #09244b;
}
.mgc_text_area_line:before {
    content: "";
    color: #09244b;
}
.mgc_text_color_fill:before {
    content: "";
    color: #09244b;
}
.mgc_text_color_line:before {
    content: "";
    color: #09244b;
}
.mgc_text_direction_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_text_direction_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_text_direction_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_text_direction_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_text_fill:before {
    content: "";
    color: #09244b;
}
.mgc_text_line:before {
    content: "";
    color: #09244b;
}
.mgc_textbox_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_textbox_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_textbox_fill:before {
    content: "";
    color: #09244b;
}
.mgc_textbox_line:before {
    content: "";
    color: #09244b;
}
.mgc_thermometer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_thermometer_line:before {
    content: "";
    color: #09244b;
}
.mgc_thought_fill:before {
    content: "";
    color: #09244b;
}
.mgc_thought_line:before {
    content: "";
    color: #09244b;
}
.mgc_threads_fill:before {
    content: "";
    color: #09244b;
}
.mgc_threads_line:before {
    content: "";
    color: #09244b;
}
.mgc_three_circles_fill:before {
    content: "";
    color: #09244b;
}
.mgc_three_circles_line:before {
    content: "";
    color: #09244b;
}
.mgc_three_quarters_circle_dash_fill:before {
    content: "";
    color: #09244b;
}
.mgc_three_quarters_circle_dash_line:before {
    content: "";
    color: #09244b;
}
.mgc_thumb_down_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_thumb_down_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_thumb_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_thumb_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_thumb_up_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_thumb_up_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_thumb_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_thumb_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_thunderstorm_fill:before {
    content: "";
    color: #09244b;
}
.mgc_thunderstorm_line:before {
    content: "";
    color: #09244b;
}
.mgc_ticket_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ticket_line:before {
    content: "";
    color: #09244b;
}
.mgc_tiktok_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tiktok_line:before {
    content: "";
    color: #09244b;
}
.mgc_time_duration_fill:before {
    content: "";
    color: #09244b;
}
.mgc_time_duration_line:before {
    content: "";
    color: #09244b;
}
.mgc_time_fill:before {
    content: "";
    color: #09244b;
}
.mgc_time_line:before {
    content: "";
    color: #09244b;
}
.mgc_timeline_fill:before {
    content: "";
    color: #09244b;
}
.mgc_timeline_line:before {
    content: "";
    color: #09244b;
}
.mgc_to_do_fill:before {
    content: "";
    color: #09244b;
}
.mgc_to_do_line:before {
    content: "";
    color: #09244b;
}
.mgc_toggle_left_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_toggle_left_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_toggle_left_fill:before {
    content: "";
    color: #09244b;
}
.mgc_toggle_left_line:before {
    content: "";
    color: #09244b;
}
.mgc_toggle_right_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_toggle_right_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_toggle_right_fill:before {
    content: "";
    color: #09244b;
}
.mgc_toggle_right_line:before {
    content: "";
    color: #09244b;
}
.mgc_toilet_paper_fill:before {
    content: "";
    color: #09244b;
}
.mgc_toilet_paper_line:before {
    content: "";
    color: #09244b;
}
.mgc_tongue_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tongue_line:before {
    content: "";
    color: #09244b;
}
.mgc_tool_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tool_line:before {
    content: "";
    color: #09244b;
}
.mgc_tornado_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tornado_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_tornado_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tornado_line:before {
    content: "";
    color: #09244b;
}
.mgc_tower_crane_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tower_crane_line:before {
    content: "";
    color: #09244b;
}
.mgc_tower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tower_line:before {
    content: "";
    color: #09244b;
}
.mgc_toxophily_fill:before {
    content: "";
    color: #09244b;
}
.mgc_toxophily_line:before {
    content: "";
    color: #09244b;
}
.mgc_toy_horse_fill:before {
    content: "";
    color: #09244b;
}
.mgc_toy_horse_line:before {
    content: "";
    color: #09244b;
}
.mgc_traffic_cone_fill:before {
    content: "";
    color: #09244b;
}
.mgc_traffic_cone_line:before {
    content: "";
    color: #09244b;
}
.mgc_traffic_lights_fill:before {
    content: "";
    color: #09244b;
}
.mgc_traffic_lights_line:before {
    content: "";
    color: #09244b;
}
.mgc_train_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_train_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_train_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_train_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_train_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_train_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_train_fill:before {
    content: "";
    color: #09244b;
}
.mgc_train_line:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_fill:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_line:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_transfer_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_transformation_fill:before {
    content: "";
    color: #09244b;
}
.mgc_transformation_line:before {
    content: "";
    color: #09244b;
}
.mgc_translate_2_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_translate_2_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_translate_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_translate_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_translate_fill:before {
    content: "";
    color: #09244b;
}
.mgc_translate_line:before {
    content: "";
    color: #09244b;
}
.mgc_tree_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tree_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_tree_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tree_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_tree_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tree_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_tree_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tree_line:before {
    content: "";
    color: #09244b;
}
.mgc_trello_board_fill:before {
    content: "";
    color: #09244b;
}
.mgc_trello_board_line:before {
    content: "";
    color: #09244b;
}
.mgc_trending_down_fill:before {
    content: "";
    color: #09244b;
}
.mgc_trending_down_line:before {
    content: "";
    color: #09244b;
}
.mgc_trending_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_trending_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_triangle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_triangle_line:before {
    content: "";
    color: #09244b;
}
.mgc_triumphal_arch_fill:before {
    content: "";
    color: #09244b;
}
.mgc_triumphal_arch_line:before {
    content: "";
    color: #09244b;
}
.mgc_trophy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_trophy_line:before {
    content: "";
    color: #09244b;
}
.mgc_trouser_fill:before {
    content: "";
    color: #09244b;
}
.mgc_trouser_line:before {
    content: "";
    color: #09244b;
}
.mgc_truck_fill:before {
    content: "";
    color: #09244b;
}
.mgc_truck_line:before {
    content: "";
    color: #09244b;
}
.mgc_trunk_fill:before {
    content: "";
    color: #09244b;
}
.mgc_trunk_line:before {
    content: "";
    color: #09244b;
}
.mgc_tunnel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tunnel_line:before {
    content: "";
    color: #09244b;
}
.mgc_tv_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tv_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_tv_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tv_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_TV_tower_fill:before {
    content: "";
    color: #09244b;
}
.mgc_TV_tower_line:before {
    content: "";
    color: #09244b;
}
.mgc_twitch_fill:before {
    content: "";
    color: #09244b;
}
.mgc_twitch_line:before {
    content: "";
    color: #09244b;
}
.mgc_twitter_fill:before {
    content: "";
    color: #09244b;
}
.mgc_twitter_line:before {
    content: "";
    color: #09244b;
}
.mgc_typhoon_fill:before {
    content: "";
    color: #09244b;
}
.mgc_typhoon_line:before {
    content: "";
    color: #09244b;
}
.mgc_tyre_fill:before {
    content: "";
    color: #09244b;
}
.mgc_tyre_line:before {
    content: "";
    color: #09244b;
}
.mgc_ubuntu_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ubuntu_line:before {
    content: "";
    color: #09244b;
}
.mgc_UFO_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_UFO_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_UFO_fill:before {
    content: "";
    color: #09244b;
}
.mgc_UFO_line:before {
    content: "";
    color: #09244b;
}
.mgc_umbrella_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_umbrella_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_umbrella_fill:before {
    content: "";
    color: #09244b;
}
.mgc_umbrella_line:before {
    content: "";
    color: #09244b;
}
.mgc_unarchive_fill:before {
    content: "";
    color: #09244b;
}
.mgc_unarchive_line:before {
    content: "";
    color: #09244b;
}
.mgc_underline_fill:before {
    content: "";
    color: #09244b;
}
.mgc_underline_line:before {
    content: "";
    color: #09244b;
}
.mgc_unfold_horizontal_fill:before {
    content: "";
    color: #09244b;
}
.mgc_unfold_horizontal_line:before {
    content: "";
    color: #09244b;
}
.mgc_unfold_vertical_fill:before {
    content: "";
    color: #09244b;
}
.mgc_unfold_vertical_line:before {
    content: "";
    color: #09244b;
}
.mgc_unhappy_dizzy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_unhappy_dizzy_line:before {
    content: "";
    color: #09244b;
}
.mgc_unhappy_fill:before {
    content: "";
    color: #09244b;
}
.mgc_unhappy_line:before {
    content: "";
    color: #09244b;
}
.mgc_union_fill:before {
    content: "";
    color: #09244b;
}
.mgc_union_line:before {
    content: "";
    color: #09244b;
}
.mgc_unlink_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_unlink_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_unlink_fill:before {
    content: "";
    color: #09244b;
}
.mgc_unlink_line:before {
    content: "";
    color: #09244b;
}
.mgc_unlock_fill:before {
    content: "";
    color: #09244b;
}
.mgc_unlock_line:before {
    content: "";
    color: #09244b;
}
.mgc_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_up_small_fill:before {
    content: "";
    color: #09244b;
}
.mgc_up_small_line:before {
    content: "";
    color: #09244b;
}
.mgc_upload_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_upload_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_upload_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_upload_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_upload_fill:before {
    content: "";
    color: #09244b;
}
.mgc_upload_line:before {
    content: "";
    color: #09244b;
}
.mgc_usb_fill:before {
    content: "";
    color: #09244b;
}
.mgc_usb_flash_disk_fill:before {
    content: "";
    color: #09244b;
}
.mgc_usb_flash_disk_line:before {
    content: "";
    color: #09244b;
}
.mgc_usb_line:before {
    content: "";
    color: #09244b;
}
.mgc_usd_coin_USDC_fill:before {
    content: "";
    color: #09244b;
}
.mgc_usd_coin_USDC_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_add_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_add_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_add_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_add_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_edit_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_edit_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_follow_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_follow_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_follow_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_follow_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_forbid_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_forbid_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_heart_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_heart_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_hide_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_hide_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_info_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_info_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_lock_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_lock_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_pin_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_pin_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_question_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_question_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_remove_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_remove_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_remove_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_remove_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_search_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_search_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_security_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_security_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_setting_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_setting_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_star_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_star_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_visible_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_visible_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_warning_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_warning_line:before {
    content: "";
    color: #09244b;
}
.mgc_user_x_fill:before {
    content: "";
    color: #09244b;
}
.mgc_user_x_line:before {
    content: "";
    color: #09244b;
}
.mgc_vector_bezier_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vector_bezier_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_vector_bezier_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vector_bezier_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_vector_bezier_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vector_bezier_line:before {
    content: "";
    color: #09244b;
}
.mgc_vector_group_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vector_group_line:before {
    content: "";
    color: #09244b;
}
.mgc_version_fill:before {
    content: "";
    color: #09244b;
}
.mgc_version_line:before {
    content: "";
    color: #09244b;
}
.mgc_vest_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vest_line:before {
    content: "";
    color: #09244b;
}
.mgc_vibe_coding_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vibe_coding_line:before {
    content: "";
    color: #09244b;
}
.mgc_viber_messenger_fill:before {
    content: "";
    color: #09244b;
}
.mgc_viber_messenger_line:before {
    content: "";
    color: #09244b;
}
.mgc_video_ai_fill:before {
    content: "";
    color: #09244b;
}
.mgc_video_ai_line:before {
    content: "";
    color: #09244b;
}
.mgc_video_camera_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_video_camera_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_video_camera_fill:before {
    content: "";
    color: #09244b;
}
.mgc_video_camera_line:before {
    content: "";
    color: #09244b;
}
.mgc_video_fill:before {
    content: "";
    color: #09244b;
}
.mgc_video_line:before {
    content: "";
    color: #09244b;
}
.mgc_VIP_1_fill:before {
    content: "";
    color: #09244b;
}
.mgc_VIP_1_line:before {
    content: "";
    color: #09244b;
}
.mgc_VIP_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_VIP_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_VIP_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_VIP_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_VIP_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_VIP_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_Virgo_fill:before {
    content: "";
    color: #09244b;
}
.mgc_Virgo_line:before {
    content: "";
    color: #09244b;
}
.mgc_virus_fill:before {
    content: "";
    color: #09244b;
}
.mgc_virus_line:before {
    content: "";
    color: #09244b;
}
.mgc_visa_fill:before {
    content: "";
    color: #09244b;
}
.mgc_visa_line:before {
    content: "";
    color: #09244b;
}
.mgc_vison_pro_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vison_pro_line:before {
    content: "";
    color: #09244b;
}
.mgc_vkontakte_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vkontakte_line:before {
    content: "";
    color: #09244b;
}
.mgc_voice_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_voice_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_voice_fill:before {
    content: "";
    color: #09244b;
}
.mgc_voice_line:before {
    content: "";
    color: #09244b;
}
.mgc_volleyball_fill:before {
    content: "";
    color: #09244b;
}
.mgc_volleyball_line:before {
    content: "";
    color: #09244b;
}
.mgc_volume_fill:before {
    content: "";
    color: #09244b;
}
.mgc_volume_line:before {
    content: "";
    color: #09244b;
}
.mgc_volume_mute_fill:before {
    content: "";
    color: #09244b;
}
.mgc_volume_mute_line:before {
    content: "";
    color: #09244b;
}
.mgc_volume_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_volume_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_vscode_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vscode_line:before {
    content: "";
    color: #09244b;
}
.mgc_vue_fill:before {
    content: "";
    color: #09244b;
}
.mgc_vue_line:before {
    content: "";
    color: #09244b;
}
.mgc_walk_fill:before {
    content: "";
    color: #09244b;
}
.mgc_walk_line:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_4_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_4_line:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_5_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_5_line:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wallet_line:before {
    content: "";
    color: #09244b;
}
.mgc_wardrobe_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wardrobe_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_wardrobe_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wardrobe_line:before {
    content: "";
    color: #09244b;
}
.mgc_warm_up_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_warm_up_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_warm_up_3_fill:before {
    content: "";
    color: #09244b;
}
.mgc_warm_up_3_line:before {
    content: "";
    color: #09244b;
}
.mgc_warm_up_fill:before {
    content: "";
    color: #09244b;
}
.mgc_warm_up_line:before {
    content: "";
    color: #09244b;
}
.mgc_warning_fill:before {
    content: "";
    color: #09244b;
}
.mgc_warning_line:before {
    content: "";
    color: #09244b;
}
.mgc_wash_machine_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wash_machine_line:before {
    content: "";
    color: #09244b;
}
.mgc_wastebasket_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wastebasket_line:before {
    content: "";
    color: #09244b;
}
.mgc_watch_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_watch_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_watch_fill:before {
    content: "";
    color: #09244b;
}
.mgc_watch_line:before {
    content: "";
    color: #09244b;
}
.mgc_watering_can_fill:before {
    content: "";
    color: #09244b;
}
.mgc_watering_can_line:before {
    content: "";
    color: #09244b;
}
.mgc_wave_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wave_hand_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wave_hand_line:before {
    content: "";
    color: #09244b;
}
.mgc_wave_line:before {
    content: "";
    color: #09244b;
}
.mgc_web_fill:before {
    content: "";
    color: #09244b;
}
.mgc_web_line:before {
    content: "";
    color: #09244b;
}
.mgc_webhook_fill:before {
    content: "";
    color: #09244b;
}
.mgc_webhook_line:before {
    content: "";
    color: #09244b;
}
.mgc_wechat_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wechat_line:before {
    content: "";
    color: #09244b;
}
.mgc_wechat_miniprogram_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wechat_miniprogram_line:before {
    content: "";
    color: #09244b;
}
.mgc_wechat_pay_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wechat_pay_line:before {
    content: "";
    color: #09244b;
}
.mgc_weibo_fill:before {
    content: "";
    color: #09244b;
}
.mgc_weibo_line:before {
    content: "";
    color: #09244b;
}
.mgc_weightlifting_fill:before {
    content: "";
    color: #09244b;
}
.mgc_weightlifting_line:before {
    content: "";
    color: #09244b;
}
.mgc_wet_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wet_line:before {
    content: "";
    color: #09244b;
}
.mgc_whatsapp_fill:before {
    content: "";
    color: #09244b;
}
.mgc_whatsapp_line:before {
    content: "";
    color: #09244b;
}
.mgc_wheel_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wheel_line:before {
    content: "";
    color: #09244b;
}
.mgc_wheelchair_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wheelchair_line:before {
    content: "";
    color: #09244b;
}
.mgc_whistle_fill:before {
    content: "";
    color: #09244b;
}
.mgc_whistle_line:before {
    content: "";
    color: #09244b;
}
.mgc_whiteboard_fill:before {
    content: "";
    color: #09244b;
}
.mgc_whiteboard_line:before {
    content: "";
    color: #09244b;
}
.mgc_wifi_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wifi_line:before {
    content: "";
    color: #09244b;
}
.mgc_wifi_off_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wifi_off_line:before {
    content: "";
    color: #09244b;
}
.mgc_wind_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wind_line:before {
    content: "";
    color: #09244b;
}
.mgc_windows_fill:before {
    content: "";
    color: #09244b;
}
.mgc_windows_line:before {
    content: "";
    color: #09244b;
}
.mgc_wine_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wine_line:before {
    content: "";
    color: #09244b;
}
.mgc_wineglass_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wineglass_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_wineglass_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wineglass_line:before {
    content: "";
    color: #09244b;
}
.mgc_wiper_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wiper_line:before {
    content: "";
    color: #09244b;
}
.mgc_world_2_fill:before {
    content: "";
    color: #09244b;
}
.mgc_world_2_line:before {
    content: "";
    color: #09244b;
}
.mgc_world_fill:before {
    content: "";
    color: #09244b;
}
.mgc_world_line:before {
    content: "";
    color: #09244b;
}
.mgc_wreath_fill:before {
    content: "";
    color: #09244b;
}
.mgc_wreath_line:before {
    content: "";
    color: #09244b;
}
.mgc_x_skew_fill:before {
    content: "";
    color: #09244b;
}
.mgc_x_skew_line:before {
    content: "";
    color: #09244b;
}
.mgc_xbox_fill:before {
    content: "";
    color: #09244b;
}
.mgc_xbox_line:before {
    content: "";
    color: #09244b;
}
.mgc_xls_fill:before {
    content: "";
    color: #09244b;
}
.mgc_xls_line:before {
    content: "";
    color: #09244b;
}
.mgc_XRP_fill:before {
    content: "";
    color: #09244b;
}
.mgc_XRP_line:before {
    content: "";
    color: #09244b;
}
.mgc_y_skew_fill:before {
    content: "";
    color: #09244b;
}
.mgc_y_skew_line:before {
    content: "";
    color: #09244b;
}
.mgc_yahoo_fill:before {
    content: "";
    color: #09244b;
}
.mgc_yahoo_line:before {
    content: "";
    color: #09244b;
}
.mgc_yinyang_fill:before {
    content: "";
    color: #09244b;
}
.mgc_yinyang_line:before {
    content: "";
    color: #09244b;
}
.mgc_yoga_fill:before {
    content: "";
    color: #09244b;
}
.mgc_yoga_line:before {
    content: "";
    color: #09244b;
}
.mgc_youtube_fill:before {
    content: "";
    color: #09244b;
}
.mgc_youtube_line:before {
    content: "";
    color: #09244b;
}
.mgc_yuanbao_fill:before {
    content: "";
    color: #09244b;
}
.mgc_yuanbao_line:before {
    content: "";
    color: #09244b;
}
.mgc_ZA_sort_ascending_letters_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ZA_sort_ascending_letters_line:before {
    content: "";
    color: #09244b;
}
.mgc_ZA_sort_descending_letters_fill:before {
    content: "";
    color: #09244b;
}
.mgc_ZA_sort_descending_letters_line:before {
    content: "";
    color: #09244b;
}
.mgc_zazen_fill:before {
    content: "";
    color: #09244b;
}
.mgc_zazen_line:before {
    content: "";
    color: #09244b;
}
.mgc_zoom_in_fill:before {
    content: "";
    color: #09244b;
}
.mgc_zoom_in_line:before {
    content: "";
    color: #09244b;
}
.mgc_zoom_out_fill:before {
    content: "";
    color: #09244b;
}
.mgc_zoom_out_line:before {
    content: "";
    color: #09244b;
}
[class^="mgc_"]:before,
[class*="\ mgc_"]:before {
    color: inherit !important;
}
.bg-orange-subtle {
    background-color: var(--dx-orange-bg-subtle) !important;
}
.border-orange-subtle {
    border-color: var(--dx-orange-border-subtle) !important;
}
.text-orange-emphasis {
    color: var(--dx-orange-text-emphasis) !important;
}
.bg-indigo-subtle {
    background-color: var(--dx-indigo-bg-subtle) !important;
}
.border-indigo-subtle {
    border-color: var(--dx-indigo-border-subtle) !important;
}
.text-indigo-emphasis {
    color: var(--dx-indigo-text-emphasis) !important;
}
.bg-pink-subtle {
    background-color: var(--dx-pink-bg-subtle) !important;
}
.border-pink-subtle {
    border-color: var(--dx-pink-border-subtle) !important;
}
.text-pink-emphasis {
    color: var(--dx-pink-text-emphasis) !important;
}
:root {
    --dx-font-family-base: Funnel Sans, sans-serif;
    --dx-font-family-heading: Funnel Sans, sans-serif;
    --dx-font-weight-medium: 500;
    --dx-font-weight-semibold: 600;
    --dx-custom-bg: #fff;
    --dx-custom-color: #7484a5;
    --dx-indigo-text-emphasis: #5e61e5;
    --dx-pink-text-emphasis: #e04491;
    --dx-orange-text-emphasis: #ed6d15;
    --dx-indigo-bg-subtle: rgba(var(--dx-indigo-rgb), 0.15);
    --dx-pink-bg-subtle: rgba(var(--dx-pink-rgb), 0.15);
    --dx-orange-bg-subtle: rgba(var(--dx-orange-rgb), 0.15);
    --dx-indigo-border-subtle: rgba(var(--dx-indigo-rgb), 0.3);
    --dx-pink-border-subtle: rgba(var(--dx-pink-rgb), 0.3);
    --dx-orange-border-subtle: rgba(var(--dx-orange-rgb), 0.3);
    --dx-link-color: var(--dx-primary);
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-spacer: 1.25rem;
    --dx-sidebar: 15rem;
    --dx-sidebar-md: 10rem;
    --dx-sidebar-sm: 4.6875rem;
    --dx-sidebar-padding-y: 0.625rem;
    --dx-sidebar-padding-x: 1rem;
    --dx-sidebar-font-size: 1rem;
    --dx-sidebar-menu-title-font-size: 0.8438rem;
    --dx-sidebar-bg: var(--dx-secondary-bg);
    --dx-topbar: 4.6875rem;
    --dx-topbar-bg: var(--dx-secondary-bg);
    --dx-boxed-bg: url(../images/boxed-bg.webp);
    --dx-boxed-space: 48px;
    --dx-boxed-width: 1510px;
    --dx-boxed-width-sm: 1250px;
    --dx-neo-line: 1.125rem;
    --dx-semibox-width: 0.75rem;
    --dx-page-wrapper-width: 0.6875rem;
}
:root[data-colors="teal"] {
    --dx-primary: #0f828c;
    --dx-primary-rgb: 15, 130, 140;
}
:root[data-colors="purple"] {
    --dx-primary: #ba57e9;
    --dx-primary-rgb: 186, 87, 233;
}
:root[data-colors="rose"] {
    --dx-primary: #d75959;
    --dx-primary-rgb: 215, 89, 89;
}
:root[data-colors="slate"] {
    --dx-primary: #7198a7;
    --dx-primary-rgb: 113, 152, 167;
}
:root[data-colors="amber"] {
    --dx-primary: #dfa235;
    --dx-primary-rgb: 223, 162, 53;
}
:root[data-colors="orchid"] {
    --dx-primary: #c564c1;
    --dx-primary-rgb: 197, 100, 193;
}
:root[data-colors="olive"] {
    --dx-primary: #9eaf5d;
    --dx-primary-rgb: 158, 175, 93;
}
:root[data-colors="orange"] {
    --dx-primary: #e18c52;
    --dx-primary-rgb: 225, 140, 82;
}
:root[data-colors="indigo"] {
    --dx-primary: #7b71db;
    --dx-primary-rgb: 123, 113, 219;
}
:root[data-sidebar-image="image-1"] {
    --dx-sidebar-image: url(../images/img-1.webp);
}
:root[data-sidebar-image="image-2"] {
    --dx-sidebar-image: url(../images/img-2.webp);
}
:root[data-sidebar-image="image-3"] {
    --dx-sidebar-image: url(../images/img-3.webp);
}
:root[data-sidebar-image="image-4"] {
    --dx-sidebar-image: url(../images/img-4.webp);
}
:root[data-sidebar-image="image-5"] {
    --dx-sidebar-image: url(../images/img-5.webp);
}
:root[data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #25293d;
}
:root[data-sidebar-colors="brand"] {
    --dx-sidebar-bg: #4056af;
}
:root[data-sidebar-colors="wine"] {
    --dx-sidebar-bg: #7e2929;
}
:root[data-sidebar-colors="green"] {
    --dx-sidebar-bg: #28464b;
}
:root[data-sidebar-colors="light"] {
    --dx-sidebar-bg: var(--dx-secondary-bg);
    --dx-sidebar-border: var(--dx-border-color);
    --dx-sidebar-menu-title: var(--dx-secondary-color);
    --dx-sidebar-link-color: var(--dx-secondary-color);
    --dx-sidebar-dropdown-shadow: #959da51a 0px 8px 24px;
    --dx-sidebar-link-hover-color: var(--dx-primary);
    --dx-sidebar-link-bg-hover-color: var(--dx-primary-bg-subtle);
    --dx-sidebar-link-active-color: var(--dx-primary);
    --dx-sidebar-link-bg-active-color: var(--dx-primary-bg-subtle);
    --dx-sidebar-link-sub-color: var(--dx-secondary-color);
    --dx-sidebar-link-sub-hover-color: var(--dx-primary);
    --dx-sidebar-link-sub-active-color: var(--dx-primary);
    --dx-sidebar-effect-color: var(--dx-border-color);
    --dx-sidebar-effect-hover-color: var(--dx-primary);
}
:root:is(
    [data-sidebar-colors="dark"],
    [data-sidebar-colors="brand"],
    [data-sidebar-colors="wine"],
    [data-sidebar-colors="green"]
) {
    --dx-sidebar-border: var(--dx-sidebar-bg);
    --dx-sidebar-menu-title: color-mix(
        in srgb,
        var(--dx-sidebar-bg) 100%,
        white 95%
    );
    --dx-sidebar-link-color: color-mix(
        in srgb,
        var(--dx-sidebar-bg) 100%,
        white 95%
    );
    --dx-sidebar-dropdown-shadow:
        0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --dx-sidebar-link-hover-color: white;
    --dx-sidebar-link-bg-hover-color: color-mix(
        in srgb,
        var(--dx-sidebar-bg) 100%,
        white 5%
    );
    --dx-sidebar-link-active-color: white;
    --dx-sidebar-link-bg-active-color: color-mix(
        in srgb,
        var(--dx-sidebar-bg) 100%,
        white 5%
    );
    --dx-sidebar-link-sub-color: color-mix(
        in srgb,
        var(--dx-sidebar-bg) 100%,
        white 95%
    );
    --dx-sidebar-link-sub-hover-color: white;
    --dx-sidebar-link-sub-active-color: white;
    --dx-sidebar-effect-color: color-mix(
        in srgb,
        var(--dx-sidebar-bg) 100%,
        white 12%
    );
    --dx-sidebar-effect-hover-color: color-mix(
        in srgb,
        var(--dx-sidebar-bg) 100%,
        white 70%
    );
}
:root:is(
        [data-sidebar-colors="dark"],
        [data-sidebar-colors="brand"],
        [data-sidebar-colors="wine"],
        [data-sidebar-colors="green"]
    )
    .main-sidebar
    .simplebar-scrollbar:before {
    background-color: color-mix(
        in srgb,
        var(--dx-sidebar-bg) 100%,
        white 80%
    ) !important;
}
:root {
    --dx-topbar-bg: var(--dx-secondary-bg);
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-color: var(--dx-secondary-color);
    --dx-topbar-icon-bg-color: var(--dx-tertiary-bg);
    --dx-topbar-icon-bg-hover-color: color-mix(
        in srgb,
        var(--dx-tertiary-bg) 100%,
        black 1.3%
    );
}
:root[data-nav-type="pattern"] {
    --dx-topbar-border: rgba(var(--dx-white-rgb), 0.18);
    --dx-topbar-color: rgba(var(--dx-white-rgb), 0.85);
    --dx-topbar-icon-bg-color: rgba(var(--dx-white-rgb), 0.08);
    --dx-topbar-icon-bg-hover-color: rgba(var(--dx-white-rgb), 0.14);
    --dx-topbar-bg: color-mix(in srgb, var(--dx-primary) 75%, black 25%);
}
:root[data-topbar-colors="dark"] {
    --dx-topbar-bg: #292d40;
    --dx-topbar-border: color-mix(in srgb, var(--dx-topbar-bg) 100%, white 10%);
    --dx-topbar-color: color-mix(in srgb, var(--dx-topbar-bg) 40%, white 60%);
    --dx-topbar-icon-bg-color: color-mix(
        in srgb,
        var(--dx-topbar-bg) 100%,
        white 5%
    );
    --dx-topbar-icon-bg-hover-color: color-mix(
        in srgb,
        var(--dx-topbar-bg) 100%,
        white 9%
    );
}
:root[data-topbar-colors="dark"] .main-topbar .profile-dropdown .admin-name {
    color: var(--dx-white);
}
:root[data-topbar-colors="dark"]
    .main-topbar
    .profile-dropdown
    .admin-designation {
    color: rgba(var(--dx-white-rgb), 0.5);
}
:root[data-topbar-colors="dark"][data-nav-type="pattern"] {
    --dx-topbar-border: rgba(var(--dx-white-rgb), 0.18);
    --dx-topbar-color: rgba(var(--dx-white-rgb), 0.85);
    --dx-topbar-icon-bg-color: rgba(var(--dx-white-rgb), 0.08);
    --dx-topbar-icon-bg-hover-color: rgba(var(--dx-white-rgb), 0.14);
    --dx-topbar-bg: color-mix(in srgb, var(--dx-primary) 75%, black 25%);
}
:root[data-topbar-colors="brand"] {
    --dx-topbar-bg: #4258b0;
    --dx-topbar-border: color-mix(in srgb, var(--dx-topbar-bg) 100%, white 10%);
    --dx-topbar-color: color-mix(in srgb, var(--dx-topbar-bg) 40%, white 60%);
    --dx-topbar-icon-bg-color: color-mix(
        in srgb,
        var(--dx-topbar-bg) 100%,
        white 5%
    );
    --dx-topbar-icon-bg-hover-color: color-mix(
        in srgb,
        var(--dx-topbar-bg) 100%,
        white 9%
    );
}
:root[data-topbar-colors="brand"] .main-topbar .profile-dropdown .admin-name {
    color: var(--dx-white);
}
:root[data-topbar-colors="brand"]
    .main-topbar
    .profile-dropdown
    .admin-designation {
    color: rgba(var(--dx-white-rgb), 0.5);
}
:root[data-topbar-colors="brand"][data-nav-type="pattern"] {
    --dx-topbar-border: rgba(var(--dx-white-rgb), 0.18);
    --dx-topbar-color: rgba(var(--dx-white-rgb), 0.85);
    --dx-topbar-icon-bg-color: rgba(var(--dx-white-rgb), 0.08);
    --dx-topbar-icon-bg-hover-color: rgba(var(--dx-white-rgb), 0.14);
    --dx-topbar-bg: color-mix(in srgb, var(--dx-primary) 75%, black 25%);
}
:root[data-topbar-colors="wine"] {
    --dx-topbar-bg: #7f2b2b;
    --dx-topbar-border: color-mix(in srgb, var(--dx-topbar-bg) 100%, white 10%);
    --dx-topbar-color: color-mix(in srgb, var(--dx-topbar-bg) 40%, white 60%);
    --dx-topbar-icon-bg-color: color-mix(
        in srgb,
        var(--dx-topbar-bg) 100%,
        white 5%
    );
    --dx-topbar-icon-bg-hover-color: color-mix(
        in srgb,
        var(--dx-topbar-bg) 100%,
        white 9%
    );
}
:root[data-topbar-colors="wine"] .main-topbar .profile-dropdown .admin-name {
    color: var(--dx-white);
}
:root[data-topbar-colors="wine"]
    .main-topbar
    .profile-dropdown
    .admin-designation {
    color: rgba(var(--dx-white-rgb), 0.5);
}
:root[data-topbar-colors="wine"][data-nav-type="pattern"] {
    --dx-topbar-border: rgba(var(--dx-white-rgb), 0.18);
    --dx-topbar-color: rgba(var(--dx-white-rgb), 0.85);
    --dx-topbar-icon-bg-color: rgba(var(--dx-white-rgb), 0.08);
    --dx-topbar-icon-bg-hover-color: rgba(var(--dx-white-rgb), 0.14);
    --dx-topbar-bg: color-mix(in srgb, var(--dx-primary) 75%, black 25%);
}
:root[data-topbar-colors="sky"] {
    --dx-topbar-bg: #2a484d;
    --dx-topbar-border: color-mix(in srgb, var(--dx-topbar-bg) 100%, white 10%);
    --dx-topbar-color: color-mix(in srgb, var(--dx-topbar-bg) 40%, white 60%);
    --dx-topbar-icon-bg-color: color-mix(
        in srgb,
        var(--dx-topbar-bg) 100%,
        white 5%
    );
    --dx-topbar-icon-bg-hover-color: color-mix(
        in srgb,
        var(--dx-topbar-bg) 100%,
        white 9%
    );
}
:root[data-topbar-colors="sky"] .main-topbar .profile-dropdown .admin-name {
    color: var(--dx-white);
}
:root[data-topbar-colors="sky"]
    .main-topbar
    .profile-dropdown
    .admin-designation {
    color: rgba(var(--dx-white-rgb), 0.5);
}
:root[data-topbar-colors="sky"][data-nav-type="pattern"] {
    --dx-topbar-border: rgba(var(--dx-white-rgb), 0.18);
    --dx-topbar-color: rgba(var(--dx-white-rgb), 0.85);
    --dx-topbar-icon-bg-color: rgba(var(--dx-white-rgb), 0.08);
    --dx-topbar-icon-bg-hover-color: rgba(var(--dx-white-rgb), 0.14);
    --dx-topbar-bg: color-mix(in srgb, var(--dx-primary) 75%, black 25%);
}
:root[data-bs-theme="dark"] {
    --dx-indigo-text-emphasis: #5e61e5;
    --dx-pink-text-emphasis: #e04491;
    --dx-orange-text-emphasis: #ed6d15;
    --dx-indigo-bg-subtle: rgba(var(--dx-indigo-rgb), 0.15);
    --dx-pink-bg-subtle: rgba(var(--dx-pink-rgb), 0.15);
    --dx-orange-bg-subtle: rgba(var(--dx-orange-rgb), 0.15);
    --dx-indigo-border-subtle: rgba(var(--dx-indigo-rgb), 0.3);
    --dx-pink-border-subtle: rgba(var(--dx-pink-rgb), 0.3);
    --dx-orange-border-subtle: rgba(var(--dx-orange-rgb), 0.3);
    --dx-light: #303547;
    --dx-light-rgb: 48, 53, 71;
}
:root[data-bs-theme="dark"]:is(
        [data-theme="default"],
        [data-theme="minimal"],
        [data-theme="elegant"],
        [data-theme="material"],
        [data-theme="sparkle"],
        [data-theme="flat"],
        [data-theme="creative"],
        [data-theme="corporate"],
        [data-theme="retro"],
        [data-theme="modern"],
        [data-theme="edge"],
        [data-theme="vertex"],
        [data-theme="vision"],
        [data-theme="prime"]
    ) {
    --dx-body-bg: #191e33;
    --dx-secondary-bg: #25293d;
    --dx-secondary-bg-rgb: 37, 41, 61;
    --dx-tertiary-bg: #303547;
    --dx-tertiary-bg-rgb: 48, 53, 71;
    --dx-light: #303547;
    --dx-light-rgb: 48, 53, 71;
    --dx-border-color: #35394b;
    --dx-dark: #474c69;
    --dx-dark-bg-subtle: rgba(to-rgb($dark-custom-dark), 0.3);
    --dx-dark-rgb: 71, 76, 105;
    --dx-custom-bg: #303547;
}
:root[data-bs-theme="dark"]:is(
        [data-theme="default"],
        [data-theme="minimal"],
        [data-theme="elegant"],
        [data-theme="material"],
        [data-theme="sparkle"],
        [data-theme="flat"],
        [data-theme="creative"],
        [data-theme="corporate"],
        [data-theme="retro"],
        [data-theme="modern"],
        [data-theme="edge"],
        [data-theme="vertex"],
        [data-theme="vision"],
        [data-theme="prime"]
    )
    .card {
    --dx-card-bg: var(--dx-secondary-bg);
}
:root[data-bs-theme="dark"]:is(
        [data-theme="default"],
        [data-theme="minimal"],
        [data-theme="elegant"],
        [data-theme="material"],
        [data-theme="sparkle"],
        [data-theme="flat"],
        [data-theme="creative"],
        [data-theme="corporate"],
        [data-theme="retro"],
        [data-theme="modern"],
        [data-theme="edge"],
        [data-theme="vertex"],
        [data-theme="vision"],
        [data-theme="prime"]
    )
    .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
:root[data-bs-theme="dark"] .modal {
    --dx-modal-box-shadow: 0 10px 15px -3px #151f35, 0 4px 6px -4px #151f35;
    --dx-modal-border-color: var(--dx-border-color);
}
:root[data-bs-theme="dark"] .offcanvas {
    --dx-offcanvas-box-shadow: 0 10px 15px -3px #151f35, 0 4px 6px -4px #151f35;
    --dx-offcanvas-border-color: var(--dx-border-color);
}
:root[data-bs-theme="dark"] .dropdown-menu {
    --dx-dropdown-box-shadow: 0 0 3px rgba(var(--dx-dark-rgb), 0.65);
}
:root[data-bs-theme="black"] {
    --dx-body-color: #f3f3f3;
    --dx-body-color-rgb: 243, 243, 243;
    --dx-emphasis-color: #fff;
    --dx-emphasis-color-rgb: 255, 255, 255;
    --dx-secondary-color: #adadad;
    --dx-secondary-color-rgb: 173, 173, 173;
    --dx-tertiary-color: #adadad;
    --dx-tertiary-color-rgb: 173, 173, 173;
    --dx-primary-text-emphasis: #5f78dc;
    --dx-secondary-text-emphasis: #3e3183;
    --dx-success-text-emphasis: #06ba54;
    --dx-info-text-emphasis: #00abcd;
    --dx-warning-text-emphasis: #e9c213;
    --dx-danger-text-emphasis: #f2494a;
    --dx-light-text-emphasis: #f9fafb;
    --dx-dark-text-emphasis: #f6f7fb;
    --dx-primary-bg-subtle: rgba(var(--dx-primary-rgb), 0.15);
    --dx-secondary-bg-subtle: rgba(var(--dx-secondary-rgb), 0.15);
    --dx-success-bg-subtle: rgba(var(--dx-success-rgb), 0.15);
    --dx-info-bg-subtle: rgba(var(--dx-info-rgb), 0.15);
    --dx-warning-bg-subtle: rgba(var(--dx-warning-rgb), 0.15);
    --dx-danger-bg-subtle: rgba(var(--dx-danger-rgb), 0.15);
    --dx-light-bg-subtle: #2c2c2c;
    --dx-dark-bg-subtle: #0d1123;
    --dx-primary-border-subtle: rgba(var(--dx-primary-rgb), 0.3);
    --dx-secondary-border-subtle: rgba(var(--dx-secondary-rgb), 0.3);
    --dx-success-border-subtle: rgba(var(--dx-success-rgb), 0.3);
    --dx-info-border-subtle: rgba(var(--dx-info-rgb), 0.3);
    --dx-warning-border-subtle: rgba(var(--dx-warning-rgb), 0.3);
    --dx-danger-border-subtle: rgba(var(--dx-danger-rgb), 0.3);
    --dx-light-border-subtle: #052a40;
    --dx-dark-border-subtle: #181c2f;
    --dx-heading-color: #fff;
    --dx-link-color: #a2b2f1;
    --dx-link-hover-color: #abbaf2;
    --dx-link-color-rgb: 162, 178, 241;
    --dx-link-hover-color-rgb: 171, 186, 242;
    --dx-code-color: #f491c2;
    --dx-highlight-color: #f3f3f3;
    --dx-highlight-bg: #664d03;
    --dx-border-color: #383838;
    --dx-border-color-translucent: #383838;
    --dx-form-valid-color: #75b798;
    --dx-form-valid-border-color: #75b798;
    --dx-form-invalid-color: #ea868f;
    --dx-form-invalid-border-color: #ea868f;
    --dx-box-shadow: none;
}
:root[data-bs-theme="black"]:is(
        [data-theme="default"],
        [data-theme="minimal"],
        [data-theme="elegant"],
        [data-theme="material"],
        [data-theme="sparkle"],
        [data-theme="flat"],
        [data-theme="creative"],
        [data-theme="corporate"],
        [data-theme="retro"],
        [data-theme="modern"],
        [data-theme="edge"],
        [data-theme="vertex"],
        [data-theme="vision"],
        [data-theme="prime"]
    ) {
    --dx-body-bg: #151515;
    --dx-body-bg-rgb: 21, 21, 21;
    --dx-secondary-bg: #212121;
    --dx-secondary-bg-rgb: 33, 33, 33;
    --dx-tertiary-bg: #2c2c2c;
    --dx-tertiary-bg-rgb: 44, 44, 44;
    --dx-light: #2c2c2c;
    --dx-light-rgb: 44, 44, 44;
    --dx-dark: #1e293b;
    --dx-dark-bg-subtle: rgba(to-rgb($black-custom-dark), 0.3);
    --dx-dark-rgb: 30, 41, 59;
    --dx-custom-bg: #2c2c2c;
}
:root[data-bs-theme="black"]:is(
        [data-theme="default"],
        [data-theme="minimal"],
        [data-theme="elegant"],
        [data-theme="material"],
        [data-theme="sparkle"],
        [data-theme="flat"],
        [data-theme="creative"],
        [data-theme="corporate"],
        [data-theme="retro"],
        [data-theme="modern"],
        [data-theme="edge"],
        [data-theme="vertex"],
        [data-theme="vision"],
        [data-theme="prime"]
    )
    .card {
    --dx-card-bg: var(--dx-secondary-bg);
}
:root[data-bs-theme="black"]:is(
        [data-theme="default"],
        [data-theme="minimal"],
        [data-theme="elegant"],
        [data-theme="material"],
        [data-theme="sparkle"],
        [data-theme="flat"],
        [data-theme="creative"],
        [data-theme="corporate"],
        [data-theme="retro"],
        [data-theme="modern"],
        [data-theme="edge"],
        [data-theme="vertex"],
        [data-theme="vision"],
        [data-theme="prime"]
    )
    .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
.font-base {
    font-family: var(--dx-font-sans-serif);
}
.bg-body-custom {
    background-color: var(--dx-custom-bg);
}
.text-body-custom {
    color: var(--dx-custom-text);
}
.cursor-pointer {
    cursor: pointer;
}
.top-24 {
    top: 6rem;
}
h6 {
    line-height: 1.5;
}
.logos .logo-light {
    display: none;
}
.logos .logo-dark,
:is([data-bs-theme="dark"], [data-bs-theme="black"]) .logos .logo-light {
    display: inline-block;
}
:is([data-bs-theme="dark"], [data-bs-theme="black"]) .logos .logo-dark {
    display: none;
}
ol,
ul {
    padding-left: 1.3rem;
}
.custom-container {
    max-width: 1350px;
}
.opacity-10 {
    opacity: 0.1;
}
.profile-active {
    display: inline-block;
    position: relative;
}
.profile-active .dot {
    border: 2px solid var(--dx-secondary-bg);
    border-radius: 50rem;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.modal-backdrop,
.offcanvas-backdrop {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.jvm-tooltip {
    display: none;
}
:is(.text-truncate-2, .text-truncate-3) {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.text-truncate-2 {
    -webkit-line-clamp: 2;
}
.text-truncate-3 {
    -webkit-line-clamp: 3;
}
.letter-spacing-md {
    letter-spacing: 1.3px;
}
.letter-spacing-lg {
    letter-spacing: 3px;
}
.size-7-5 {
    width: 1.875rem !important;
    height: 1.875rem !important;
}
.size-1-5 {
    width: 6px;
    height: 6px;
}
.accordion-primary,
.accordion-primary.accordion-boxed {
    --dx-accordion-active-color: var(--dx-primary);
    --dx-accordion-active-bg: var(--dx-primary-bg-subtle);
}
.accordion-primary.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-primary-border-subtle);
}
.accordion-solid-primary {
    --dx-accordion-active-bg: var(--dx-primary);
    --dx-accordion-active-color: #fff;
}
.accordion-solid-primary [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-primary);
}
.accordion-secondary,
.accordion-secondary.accordion-boxed {
    --dx-accordion-active-color: var(--dx-secondary);
    --dx-accordion-active-bg: var(--dx-secondary-bg-subtle);
}
.accordion-secondary.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-secondary-border-subtle);
}
.accordion-solid-secondary {
    --dx-accordion-active-bg: var(--dx-secondary);
    --dx-accordion-active-color: #fff;
}
.accordion-solid-secondary [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-secondary);
}
.accordion-success,
.accordion-success.accordion-boxed {
    --dx-accordion-active-color: var(--dx-success);
    --dx-accordion-active-bg: var(--dx-success-bg-subtle);
}
.accordion-success.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-success-border-subtle);
}
.accordion-solid-success {
    --dx-accordion-active-bg: var(--dx-success);
    --dx-accordion-active-color: #fff;
}
.accordion-solid-success [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-success);
}
.accordion-info,
.accordion-info.accordion-boxed {
    --dx-accordion-active-color: var(--dx-info);
    --dx-accordion-active-bg: var(--dx-info-bg-subtle);
}
.accordion-info.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-info-border-subtle);
}
.accordion-solid-info {
    --dx-accordion-active-bg: var(--dx-info);
    --dx-accordion-active-color: #fff;
}
.accordion-solid-info [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-info);
}
.accordion-warning,
.accordion-warning.accordion-boxed {
    --dx-accordion-active-color: var(--dx-warning);
    --dx-accordion-active-bg: var(--dx-warning-bg-subtle);
}
.accordion-warning.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-warning-border-subtle);
}
.accordion-solid-warning {
    --dx-accordion-active-bg: var(--dx-warning);
    --dx-accordion-active-color: #020617;
}
.accordion-solid-warning [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-warning);
}
.accordion-danger,
.accordion-danger.accordion-boxed {
    --dx-accordion-active-color: var(--dx-danger);
    --dx-accordion-active-bg: var(--dx-danger-bg-subtle);
}
.accordion-danger.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-danger-border-subtle);
}
.accordion-solid-danger {
    --dx-accordion-active-bg: var(--dx-danger);
    --dx-accordion-active-color: #fff;
}
.accordion-solid-danger [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-danger);
}
.accordion-light,
.accordion-light.accordion-boxed {
    --dx-accordion-active-color: var(--dx-secondary-color);
    --dx-accordion-active-bg: var(--dx-light);
}
.accordion-light.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-border-color);
}
.accordion-solid-light {
    --dx-accordion-active-bg: var(--dx-light);
    --dx-accordion-active-color: #020617;
}
.accordion-solid-light [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-light);
}
.accordion-dark,
.accordion-dark.accordion-boxed {
    --dx-accordion-active-color: var(--dx-dark);
    --dx-accordion-active-bg: var(--dx-dark-bg-subtle);
}
.accordion-dark.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-dark-border-subtle);
}
.accordion-solid-dark {
    --dx-accordion-active-bg: var(--dx-dark);
    --dx-accordion-active-color: #fff;
}
.accordion-solid-dark [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-dark);
}
.accordion-pink,
.accordion-pink.accordion-boxed {
    --dx-accordion-active-color: var(--dx-pink);
    --dx-accordion-active-bg: var(--dx-pink-bg-subtle);
}
.accordion-pink.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-pink-border-subtle);
}
.accordion-solid-pink {
    --dx-accordion-active-bg: var(--dx-pink);
    --dx-accordion-active-color: #fff;
}
.accordion-solid-pink [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-pink);
}
.accordion-orange,
.accordion-orange.accordion-boxed {
    --dx-accordion-active-color: var(--dx-orange);
    --dx-accordion-active-bg: var(--dx-orange-bg-subtle);
}
.accordion-orange.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-orange-border-subtle);
}
.accordion-solid-orange {
    --dx-accordion-active-bg: var(--dx-orange);
    --dx-accordion-active-color: #fff;
}
.accordion-solid-orange [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-orange);
}
.accordion-indigo,
.accordion-indigo.accordion-boxed {
    --dx-accordion-active-color: var(--dx-indigo);
    --dx-accordion-active-bg: var(--dx-indigo-bg-subtle);
}
.accordion-indigo.accordion-boxed [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-indigo-border-subtle);
}
.accordion-solid-indigo {
    --dx-accordion-active-bg: var(--dx-indigo);
    --dx-accordion-active-color: #fff;
}
.accordion-solid-indigo [aria-expanded="true"] {
    --dx-accordion-border-color: var(--dx-indigo);
}
.btn-primary {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-primary);
    --dx-btn-border-color: var(--dx-primary);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-primary-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-primary-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-primary-text-emphasis);
    --dx-btn-active-border-color: var(--dx-primary-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-primary-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-primary-text-emphasis);
}
[data-theme="material"] .btn-primary {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-primary {
    --dx-btn-color: var(--dx-primary);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-primary);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-primary-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-primary-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-primary-text-emphasis);
    --dx-btn-active-border-color: var(--dx-primary-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-primary-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-primary-text-emphasis);
}
.btn-outline-primary .btn-primary {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-primary);
    --dx-btn-border-color: var(--dx-primary);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-primary-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-primary-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-primary-text-emphasis);
    --dx-btn-active-border-color: var(--dx-primary-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-primary-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-primary-border-subtle);
}
[data-theme="material"] .btn-outline-primary {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-primary {
    --dx-btn-color: var(--dx-primary);
    --dx-btn-bg: var(--dx-primary-bg-subtle);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-primary);
    --dx-btn-hover-bg: var(--dx-primary-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-primary);
    --dx-btn-active-bg: var(--dx-primary-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-primary);
    --dx-btn-disabled-bg: var(--dx-primary-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-primary {
    --dx-btn-color: var(--dx-primary);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-primary);
    --dx-btn-hover-color: var(--dx-primary);
    --dx-btn-hover-bg: var(--dx-primary-bg-subtle);
    --dx-btn-hover-border-color: var(--dx-primary);
    --dx-btn-active-color: var(--dx-primary);
    --dx-btn-active-bg: var(--dx-primary-bg-subtle);
    --dx-btn-active-border-color: var(--dx-primary);
    --dx-btn-disabled-color: var(--dx-primary);
    --dx-btn-disabled-bg: var(--dx-primary-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-primary);
}
.btn-active-primary {
    --dx-btn-color: var(--dx-primary);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-primary);
    --dx-btn-hover-bg: var(--dx-primary-bg-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-primary);
    --dx-btn-active-bg: var(--dx-primary-bg-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-primary);
    --dx-btn-disabled-bg: var(--dx-primary-bg-subtle);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-primary {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-primary);
    --dx-btn-border-color: var(--dx-primary);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-primary-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-primary-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-primary-text-emphasis);
    --dx-btn-active-border-color: var(--dx-primary-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-primary-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-primary-text-emphasis);
    --dx-btn-shadow-color: var(--dx-primary-text-emphasis);
}
.navigation-primary a:is(:hover, .active) {
    color: var(--dx-primary);
}
.navigation-primary.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-primary.navigation-border-animation a:before {
    background-color: var(--dx-primary);
}
.btn-secondary {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-secondary);
    --dx-btn-border-color: var(--dx-secondary);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-secondary-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-active-border-color: var(--dx-secondary-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-secondary-text-emphasis);
}
[data-theme="material"] .btn-secondary {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-secondary {
    --dx-btn-color: var(--dx-secondary);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-secondary);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-secondary-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-active-border-color: var(--dx-secondary-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-secondary-text-emphasis);
}
.btn-outline-secondary .btn-secondary {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-secondary);
    --dx-btn-border-color: var(--dx-secondary);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-secondary-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-active-border-color: var(--dx-secondary-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-secondary-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-secondary-border-subtle);
}
[data-theme="material"] .btn-outline-secondary {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-secondary {
    --dx-btn-color: var(--dx-secondary);
    --dx-btn-bg: var(--dx-secondary-bg-subtle);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-secondary);
    --dx-btn-hover-bg: var(--dx-secondary-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-secondary);
    --dx-btn-active-bg: var(--dx-secondary-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-secondary);
    --dx-btn-disabled-bg: var(--dx-secondary-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-secondary {
    --dx-btn-color: var(--dx-secondary);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-secondary);
    --dx-btn-hover-color: var(--dx-secondary);
    --dx-btn-hover-bg: var(--dx-secondary-bg-subtle);
    --dx-btn-hover-border-color: var(--dx-secondary);
    --dx-btn-active-color: var(--dx-secondary);
    --dx-btn-active-bg: var(--dx-secondary-bg-subtle);
    --dx-btn-active-border-color: var(--dx-secondary);
    --dx-btn-disabled-color: var(--dx-secondary);
    --dx-btn-disabled-bg: var(--dx-secondary-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-secondary);
}
.btn-active-secondary {
    --dx-btn-color: var(--dx-secondary);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-secondary);
    --dx-btn-hover-bg: var(--dx-secondary-bg-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-secondary);
    --dx-btn-active-bg: var(--dx-secondary-bg-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-secondary);
    --dx-btn-disabled-bg: var(--dx-secondary-bg-subtle);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-secondary {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-secondary);
    --dx-btn-border-color: var(--dx-secondary);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-secondary-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-active-border-color: var(--dx-secondary-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-secondary-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-secondary-text-emphasis);
    --dx-btn-shadow-color: var(--dx-secondary-text-emphasis);
}
.navigation-secondary a:is(:hover, .active) {
    color: var(--dx-secondary);
}
.navigation-secondary.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-secondary.navigation-border-animation a:before {
    background-color: var(--dx-secondary);
}
.btn-success {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-success);
    --dx-btn-border-color: var(--dx-success);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-success-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-success-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-success-text-emphasis);
    --dx-btn-active-border-color: var(--dx-success-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-success-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-success-text-emphasis);
}
[data-theme="material"] .btn-success {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-success {
    --dx-btn-color: var(--dx-success);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-success);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-success-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-success-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-success-text-emphasis);
    --dx-btn-active-border-color: var(--dx-success-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-success-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-success-text-emphasis);
}
.btn-outline-success .btn-success {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-success);
    --dx-btn-border-color: var(--dx-success);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-success-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-success-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-success-text-emphasis);
    --dx-btn-active-border-color: var(--dx-success-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-success-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-success-border-subtle);
}
[data-theme="material"] .btn-outline-success {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-success {
    --dx-btn-color: var(--dx-success);
    --dx-btn-bg: var(--dx-success-bg-subtle);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-success);
    --dx-btn-hover-bg: var(--dx-success-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-success);
    --dx-btn-active-bg: var(--dx-success-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-success);
    --dx-btn-disabled-bg: var(--dx-success-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-success {
    --dx-btn-color: var(--dx-success);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-success);
    --dx-btn-hover-color: var(--dx-success);
    --dx-btn-hover-bg: var(--dx-success-bg-subtle);
    --dx-btn-hover-border-color: var(--dx-success);
    --dx-btn-active-color: var(--dx-success);
    --dx-btn-active-bg: var(--dx-success-bg-subtle);
    --dx-btn-active-border-color: var(--dx-success);
    --dx-btn-disabled-color: var(--dx-success);
    --dx-btn-disabled-bg: var(--dx-success-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-success);
}
.btn-active-success {
    --dx-btn-color: var(--dx-success);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-success);
    --dx-btn-hover-bg: var(--dx-success-bg-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-success);
    --dx-btn-active-bg: var(--dx-success-bg-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-success);
    --dx-btn-disabled-bg: var(--dx-success-bg-subtle);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-success {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-success);
    --dx-btn-border-color: var(--dx-success);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-success-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-success-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-success-text-emphasis);
    --dx-btn-active-border-color: var(--dx-success-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-success-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-success-text-emphasis);
    --dx-btn-shadow-color: var(--dx-success-text-emphasis);
}
.navigation-success a:is(:hover, .active) {
    color: var(--dx-success);
}
.navigation-success.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-success.navigation-border-animation a:before {
    background-color: var(--dx-success);
}
.btn-info {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-info);
    --dx-btn-border-color: var(--dx-info);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-info-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-info-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-info-text-emphasis);
    --dx-btn-active-border-color: var(--dx-info-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-info-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-info-text-emphasis);
}
[data-theme="material"] .btn-info {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-info {
    --dx-btn-color: var(--dx-info);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-info);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-info-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-info-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-info-text-emphasis);
    --dx-btn-active-border-color: var(--dx-info-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-info-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-info-text-emphasis);
}
.btn-outline-info .btn-info {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-info);
    --dx-btn-border-color: var(--dx-info);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-info-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-info-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-info-text-emphasis);
    --dx-btn-active-border-color: var(--dx-info-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-info-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-info-border-subtle);
}
[data-theme="material"] .btn-outline-info {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-info {
    --dx-btn-color: var(--dx-info);
    --dx-btn-bg: var(--dx-info-bg-subtle);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-info);
    --dx-btn-hover-bg: var(--dx-info-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-info);
    --dx-btn-active-bg: var(--dx-info-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-info);
    --dx-btn-disabled-bg: var(--dx-info-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-info {
    --dx-btn-color: var(--dx-info);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-info);
    --dx-btn-hover-color: var(--dx-info);
    --dx-btn-hover-bg: var(--dx-info-bg-subtle);
    --dx-btn-hover-border-color: var(--dx-info);
    --dx-btn-active-color: var(--dx-info);
    --dx-btn-active-bg: var(--dx-info-bg-subtle);
    --dx-btn-active-border-color: var(--dx-info);
    --dx-btn-disabled-color: var(--dx-info);
    --dx-btn-disabled-bg: var(--dx-info-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-info);
}
.btn-active-info {
    --dx-btn-color: var(--dx-info);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-info);
    --dx-btn-hover-bg: var(--dx-info-bg-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-info);
    --dx-btn-active-bg: var(--dx-info-bg-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-info);
    --dx-btn-disabled-bg: var(--dx-info-bg-subtle);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-info {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-info);
    --dx-btn-border-color: var(--dx-info);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-info-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-info-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-info-text-emphasis);
    --dx-btn-active-border-color: var(--dx-info-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-info-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-info-text-emphasis);
    --dx-btn-shadow-color: var(--dx-info-text-emphasis);
}
.navigation-info a:is(:hover, .active) {
    color: var(--dx-info);
}
.navigation-info.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-info.navigation-border-animation a:before {
    background-color: var(--dx-info);
}
.btn-warning {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-warning);
    --dx-btn-border-color: var(--dx-warning);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-warning-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-warning-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-warning-text-emphasis);
    --dx-btn-active-border-color: var(--dx-warning-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-warning-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-warning-text-emphasis);
}
[data-theme="material"] .btn-warning {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-warning {
    --dx-btn-color: var(--dx-warning);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-warning);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-warning-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-warning-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-warning-text-emphasis);
    --dx-btn-active-border-color: var(--dx-warning-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-warning-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-warning-text-emphasis);
}
.btn-outline-warning .btn-warning {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-warning);
    --dx-btn-border-color: var(--dx-warning);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-warning-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-warning-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-warning-text-emphasis);
    --dx-btn-active-border-color: var(--dx-warning-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-warning-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-warning-border-subtle);
}
[data-theme="material"] .btn-outline-warning {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-warning {
    --dx-btn-color: var(--dx-warning);
    --dx-btn-bg: var(--dx-warning-bg-subtle);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-warning);
    --dx-btn-hover-bg: var(--dx-warning-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-warning);
    --dx-btn-active-bg: var(--dx-warning-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-warning);
    --dx-btn-disabled-bg: var(--dx-warning-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-warning {
    --dx-btn-color: var(--dx-warning);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-warning);
    --dx-btn-hover-color: var(--dx-warning);
    --dx-btn-hover-bg: var(--dx-warning-bg-subtle);
    --dx-btn-hover-border-color: var(--dx-warning);
    --dx-btn-active-color: var(--dx-warning);
    --dx-btn-active-bg: var(--dx-warning-bg-subtle);
    --dx-btn-active-border-color: var(--dx-warning);
    --dx-btn-disabled-color: var(--dx-warning);
    --dx-btn-disabled-bg: var(--dx-warning-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-warning);
}
.btn-active-warning {
    --dx-btn-color: var(--dx-warning);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-warning);
    --dx-btn-hover-bg: var(--dx-warning-bg-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-warning);
    --dx-btn-active-bg: var(--dx-warning-bg-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-warning);
    --dx-btn-disabled-bg: var(--dx-warning-bg-subtle);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-warning {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-warning);
    --dx-btn-border-color: var(--dx-warning);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-warning-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-warning-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-warning-text-emphasis);
    --dx-btn-active-border-color: var(--dx-warning-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-warning-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-warning-text-emphasis);
    --dx-btn-shadow-color: var(--dx-warning-text-emphasis);
}
.navigation-warning a:is(:hover, .active) {
    color: var(--dx-warning);
}
.navigation-warning.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-warning.navigation-border-animation a:before {
    background-color: var(--dx-warning);
}
.btn-danger {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-danger);
    --dx-btn-border-color: var(--dx-danger);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-danger-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-danger-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-danger-text-emphasis);
    --dx-btn-active-border-color: var(--dx-danger-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-danger-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-danger-text-emphasis);
}
[data-theme="material"] .btn-danger {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-danger {
    --dx-btn-color: var(--dx-danger);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-danger);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-danger-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-danger-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-danger-text-emphasis);
    --dx-btn-active-border-color: var(--dx-danger-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-danger-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-danger-text-emphasis);
}
.btn-outline-danger .btn-danger {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-danger);
    --dx-btn-border-color: var(--dx-danger);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-danger-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-danger-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-danger-text-emphasis);
    --dx-btn-active-border-color: var(--dx-danger-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-danger-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-danger-border-subtle);
}
[data-theme="material"] .btn-outline-danger {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-danger {
    --dx-btn-color: var(--dx-danger);
    --dx-btn-bg: var(--dx-danger-bg-subtle);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-danger);
    --dx-btn-hover-bg: var(--dx-danger-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-danger);
    --dx-btn-active-bg: var(--dx-danger-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-danger);
    --dx-btn-disabled-bg: var(--dx-danger-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-danger {
    --dx-btn-color: var(--dx-danger);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-danger);
    --dx-btn-hover-color: var(--dx-danger);
    --dx-btn-hover-bg: var(--dx-danger-bg-subtle);
    --dx-btn-hover-border-color: var(--dx-danger);
    --dx-btn-active-color: var(--dx-danger);
    --dx-btn-active-bg: var(--dx-danger-bg-subtle);
    --dx-btn-active-border-color: var(--dx-danger);
    --dx-btn-disabled-color: var(--dx-danger);
    --dx-btn-disabled-bg: var(--dx-danger-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-danger);
}
.btn-active-danger {
    --dx-btn-color: var(--dx-danger);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-danger);
    --dx-btn-hover-bg: var(--dx-danger-bg-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-danger);
    --dx-btn-active-bg: var(--dx-danger-bg-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-danger);
    --dx-btn-disabled-bg: var(--dx-danger-bg-subtle);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-danger {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-danger);
    --dx-btn-border-color: var(--dx-danger);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-danger-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-danger-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-danger-text-emphasis);
    --dx-btn-active-border-color: var(--dx-danger-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-danger-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-danger-text-emphasis);
    --dx-btn-shadow-color: var(--dx-danger-text-emphasis);
}
.navigation-danger a:is(:hover, .active) {
    color: var(--dx-danger);
}
.navigation-danger.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-danger.navigation-border-animation a:before {
    background-color: var(--dx-danger);
}
.btn-light {
    --dx-btn-color: var(--dx-secondary-color);
    --dx-btn-bg: var(--dx-light);
    --dx-btn-border-color: var(--dx-light);
    --dx-btn-hover-color: var(--dx-body-color);
    --dx-btn-hover-bg: var(--dx-tertiary-bg);
    --dx-btn-hover-border-color: var(--dx-tertiary-bg);
    --dx-btn-active-color: var(--dx-body-color);
    --dx-btn-active-bg: var(--dx-tertiary-bg);
    --dx-btn-active-border-color: var(--dx-tertiary-bg);
    --dx-btn-disabled-color: var(--dx-secondary-color);
    --dx-btn-disabled-bg: var(--dx-light);
    --dx-btn-disabled-border-color: var(--dx-light);
}
[data-theme="material"] .btn-light {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-light {
    --dx-btn-color: var(--dx-secondary-color);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-border-color);
    --dx-btn-hover-color: var(--dx-body-color);
    --dx-btn-hover-bg: var(--dx-tertiary-bg);
    --dx-btn-hover-border-color: var(--dx-tertiary-bg);
    --dx-btn-active-color: var(--dx-body-color);
    --dx-btn-active-bg: var(--dx-tertiary-bg);
    --dx-btn-active-border-color: var(--dx-tertiary-bg);
    --dx-btn-disabled-color: var(--dx-secondary-color);
    --dx-btn-disabled-bg: var(--dx-light);
    --dx-btn-disabled-border-color: var(--dx-light);
}
.btn-outline-light .btn-light {
    --dx-btn-color: var(--dx-secondary-color);
    --dx-btn-bg: var(--dx-light);
    --dx-btn-border-color: var(--dx-light);
    --dx-btn-hover-color: var(--dx-body-color);
    --dx-btn-hover-bg: var(--dx-tertiary-bg);
    --dx-btn-hover-border-color: var(--dx-tertiary-bg);
    --dx-btn-active-color: var(--dx-body-color);
    --dx-btn-active-bg: var(--dx-tertiary-bg);
    --dx-btn-active-border-color: var(--dx-tertiary-bg);
    --dx-btn-disabled-color: var(--dx-secondary-color);
    --dx-btn-disabled-bg: var(--dx-light);
    --dx-btn-disabled-border-color: var(--dx-light);
}
[data-theme="material"] .btn-outline-light {
    box-shadow: var(--dx-box-shadow);
}
.navigation-light a:is(:hover, .active) {
    color: var(--dx-light);
}
.navigation-light.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-light.navigation-border-animation a:before {
    background-color: var(--dx-light);
}
.btn-dark {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-dark);
    --dx-btn-border-color: var(--dx-dark);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-dark-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-dark-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-dark-text-emphasis);
    --dx-btn-active-border-color: var(--dx-dark-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-dark-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-dark-text-emphasis);
}
[data-theme="material"] .btn-dark {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-dark {
    --dx-btn-color: var(--dx-dark);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-dark);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-dark);
    --dx-btn-hover-border-color: var(--dx-dark);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-dark);
    --dx-btn-active-border-color: var(--dx-dark);
    --dx-btn-disabled-color: var(--dx-secondary-color);
    --dx-btn-disabled-bg: var(--dx-dark);
    --dx-btn-disabled-border-color: var(--dx-dark);
}
.btn-outline-dark .btn-dark {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-dark);
    --dx-btn-border-color: var(--dx-dark);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-dark-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-dark-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-dark-text-emphasis);
    --dx-btn-active-border-color: var(--dx-dark-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-dark-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-dark-border-subtle);
}
[data-theme="material"] .btn-outline-dark {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-dark {
    --dx-btn-color: var(--dx-dark);
    --dx-btn-bg: var(--dx-light);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-dark);
    --dx-btn-hover-bg: var(--dx-dark-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-dark);
    --dx-btn-active-bg: var(--dx-dark-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-dark);
    --dx-btn-disabled-bg: var(--dx-dark-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-dark {
    --dx-btn-color: var(--dx-dark);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-border-color);
    --dx-btn-hover-color: var(--dx-dark);
    --dx-btn-hover-bg: var(--dx-tertiary-bg);
    --dx-btn-hover-border-color: var(--dx-border-color);
    --dx-btn-active-color: var(--dx-dark);
    --dx-btn-active-bg: var(--dx-tertiary-bg);
    --dx-btn-active-border-color: var(--dx-border-color);
    --dx-btn-disabled-color: var(--dx-dark);
    --dx-btn-disabled-bg: var(--dx-tertiary-bg);
    --dx-btn-disabled-border-color: var(--dx-border-color);
}
.btn-active-dark {
    --dx-btn-color: var(--dx-dark);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-dark);
    --dx-btn-hover-bg: var(--dx-tertiary-bg);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-dark);
    --dx-btn-active-bg: var(--dx-tertiary-bg);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-dark);
    --dx-btn-disabled-bg: var(--dx-tertiary-bg);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-dark {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-dark);
    --dx-btn-border-color: var(--dx-dark);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-dark);
    --dx-btn-hover-border-color: var(--dx-dark);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-dark);
    --dx-btn-active-border-color: var(--dx-dark);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-dark);
    --dx-btn-disabled-border-color: var(--dx-dark);
}
.navigation-dark a:is(:hover, .active) {
    color: var(--dx-dark);
}
.navigation-dark.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-dark.navigation-border-animation a:before {
    background-color: var(--dx-dark);
}
.btn-pink {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-pink);
    --dx-btn-border-color: var(--dx-pink);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-pink-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-pink-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-pink-text-emphasis);
    --dx-btn-active-border-color: var(--dx-pink-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-pink-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-pink-text-emphasis);
}
[data-theme="material"] .btn-pink {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-pink {
    --dx-btn-color: var(--dx-pink);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-pink);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-pink-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-pink-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-pink-text-emphasis);
    --dx-btn-active-border-color: var(--dx-pink-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-pink-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-pink-text-emphasis);
}
.btn-outline-pink .btn-pink {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-pink);
    --dx-btn-border-color: var(--dx-pink);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-pink-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-pink-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-pink-text-emphasis);
    --dx-btn-active-border-color: var(--dx-pink-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-pink-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-pink-border-subtle);
}
[data-theme="material"] .btn-outline-pink {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-pink {
    --dx-btn-color: var(--dx-pink);
    --dx-btn-bg: var(--dx-pink-bg-subtle);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-pink);
    --dx-btn-hover-bg: var(--dx-pink-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-pink);
    --dx-btn-active-bg: var(--dx-pink-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-pink);
    --dx-btn-disabled-bg: var(--dx-pink-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-pink {
    --dx-btn-color: var(--dx-pink);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-pink);
    --dx-btn-hover-color: var(--dx-pink);
    --dx-btn-hover-bg: var(--dx-pink-bg-subtle);
    --dx-btn-hover-border-color: var(--dx-pink);
    --dx-btn-active-color: var(--dx-pink);
    --dx-btn-active-bg: var(--dx-pink-bg-subtle);
    --dx-btn-active-border-color: var(--dx-pink);
    --dx-btn-disabled-color: var(--dx-pink);
    --dx-btn-disabled-bg: var(--dx-pink-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-pink);
}
.btn-active-pink {
    --dx-btn-color: var(--dx-pink);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-pink);
    --dx-btn-hover-bg: var(--dx-pink-bg-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-pink);
    --dx-btn-active-bg: var(--dx-pink-bg-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-pink);
    --dx-btn-disabled-bg: var(--dx-pink-bg-subtle);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-pink {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-pink);
    --dx-btn-border-color: var(--dx-pink);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-pink-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-pink-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-pink-text-emphasis);
    --dx-btn-active-border-color: var(--dx-pink-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-pink-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-pink-text-emphasis);
    --dx-btn-shadow-color: var(--dx-pink-text-emphasis);
}
.navigation-pink a:is(:hover, .active) {
    color: var(--dx-pink);
}
.navigation-pink.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-pink.navigation-border-animation a:before {
    background-color: var(--dx-pink);
}
.btn-orange {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-orange);
    --dx-btn-border-color: var(--dx-orange);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-orange-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-orange-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-orange-text-emphasis);
    --dx-btn-active-border-color: var(--dx-orange-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-orange-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-orange-text-emphasis);
}
[data-theme="material"] .btn-orange {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-orange {
    --dx-btn-color: var(--dx-orange);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-orange);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-orange-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-orange-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-orange-text-emphasis);
    --dx-btn-active-border-color: var(--dx-orange-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-orange-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-orange-text-emphasis);
}
.btn-outline-orange .btn-orange {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-orange);
    --dx-btn-border-color: var(--dx-orange);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-orange-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-orange-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-orange-text-emphasis);
    --dx-btn-active-border-color: var(--dx-orange-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-orange-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-orange-border-subtle);
}
[data-theme="material"] .btn-outline-orange {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-orange {
    --dx-btn-color: var(--dx-orange);
    --dx-btn-bg: var(--dx-orange-bg-subtle);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-orange);
    --dx-btn-hover-bg: var(--dx-orange-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-orange);
    --dx-btn-active-bg: var(--dx-orange-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-orange);
    --dx-btn-disabled-bg: var(--dx-orange-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-orange {
    --dx-btn-color: var(--dx-orange);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-orange);
    --dx-btn-hover-color: var(--dx-orange);
    --dx-btn-hover-bg: var(--dx-orange-bg-subtle);
    --dx-btn-hover-border-color: var(--dx-orange);
    --dx-btn-active-color: var(--dx-orange);
    --dx-btn-active-bg: var(--dx-orange-bg-subtle);
    --dx-btn-active-border-color: var(--dx-orange);
    --dx-btn-disabled-color: var(--dx-orange);
    --dx-btn-disabled-bg: var(--dx-orange-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-orange);
}
.btn-active-orange {
    --dx-btn-color: var(--dx-orange);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-orange);
    --dx-btn-hover-bg: var(--dx-orange-bg-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-orange);
    --dx-btn-active-bg: var(--dx-orange-bg-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-orange);
    --dx-btn-disabled-bg: var(--dx-orange-bg-subtle);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-orange {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-orange);
    --dx-btn-border-color: var(--dx-orange);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-orange-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-orange-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-orange-text-emphasis);
    --dx-btn-active-border-color: var(--dx-orange-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-orange-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-orange-text-emphasis);
    --dx-btn-shadow-color: var(--dx-orange-text-emphasis);
}
.navigation-orange a:is(:hover, .active) {
    color: var(--dx-orange);
}
.navigation-orange.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-orange.navigation-border-animation a:before {
    background-color: var(--dx-orange);
}
.btn-indigo {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-indigo);
    --dx-btn-border-color: var(--dx-indigo);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-indigo-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-active-border-color: var(--dx-indigo-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-indigo-text-emphasis);
}
[data-theme="material"] .btn-indigo {
    box-shadow: var(--dx-box-shadow);
}
.btn-outline-indigo {
    --dx-btn-color: var(--dx-indigo);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-indigo);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-indigo-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-active-border-color: var(--dx-indigo-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-indigo-text-emphasis);
}
.btn-outline-indigo .btn-indigo {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-indigo);
    --dx-btn-border-color: var(--dx-indigo);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-indigo-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-active-border-color: var(--dx-indigo-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-indigo-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-indigo-border-subtle);
}
[data-theme="material"] .btn-outline-indigo {
    box-shadow: var(--dx-box-shadow);
}
.btn-sub-indigo {
    --dx-btn-color: var(--dx-indigo);
    --dx-btn-bg: var(--dx-indigo-bg-subtle);
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-indigo);
    --dx-btn-hover-bg: var(--dx-indigo-border-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-indigo);
    --dx-btn-active-bg: var(--dx-indigo-border-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-indigo);
    --dx-btn-disabled-bg: var(--dx-indigo-border-subtle);
    --dx-btn-disabled-border-color: transparent;
}
.btn-dashed-indigo {
    --dx-btn-color: var(--dx-indigo);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: var(--dx-indigo);
    --dx-btn-hover-color: var(--dx-indigo);
    --dx-btn-hover-bg: var(--dx-indigo-bg-subtle);
    --dx-btn-hover-border-color: var(--dx-indigo);
    --dx-btn-active-color: var(--dx-indigo);
    --dx-btn-active-bg: var(--dx-indigo-bg-subtle);
    --dx-btn-active-border-color: var(--dx-indigo);
    --dx-btn-disabled-color: var(--dx-indigo);
    --dx-btn-disabled-bg: var(--dx-indigo-bg-subtle);
    --dx-btn-disabled-border-color: var(--dx-indigo);
}
.btn-active-indigo {
    --dx-btn-color: var(--dx-indigo);
    --dx-btn-bg: transparent;
    --dx-btn-border-color: transparent;
    --dx-btn-hover-color: var(--dx-indigo);
    --dx-btn-hover-bg: var(--dx-indigo-bg-subtle);
    --dx-btn-hover-border-color: transparent;
    --dx-btn-active-color: var(--dx-indigo);
    --dx-btn-active-bg: var(--dx-indigo-bg-subtle);
    --dx-btn-active-border-color: transparent;
    --dx-btn-disabled-color: var(--dx-indigo);
    --dx-btn-disabled-bg: var(--dx-indigo-bg-subtle);
    --dx-btn-disabled-border-color: transparent;
    --dx-element-shadow: none;
}
.btn-3d-indigo {
    --dx-btn-color: var(--dx-white);
    --dx-btn-bg: var(--dx-indigo);
    --dx-btn-border-color: var(--dx-indigo);
    --dx-btn-hover-color: var(--dx-white);
    --dx-btn-hover-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-hover-border-color: var(--dx-indigo-text-emphasis);
    --dx-btn-active-color: var(--dx-white);
    --dx-btn-active-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-active-border-color: var(--dx-indigo-text-emphasis);
    --dx-btn-disabled-color: var(--dx-white);
    --dx-btn-disabled-bg: var(--dx-indigo-text-emphasis);
    --dx-btn-disabled-border-color: var(--dx-indigo-text-emphasis);
    --dx-btn-shadow-color: var(--dx-indigo-text-emphasis);
}
.navigation-indigo a:is(:hover, .active) {
    color: var(--dx-indigo);
}
.navigation-indigo.navigation-bottom-animation a:is(:hover, .active):before,
.navigation-indigo.navigation-border-animation a:before {
    background-color: var(--dx-indigo);
}
.alert-outline-primary {
    --dx-alert-color: var(--dx-primary);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-primary);
    --dx-alert-link-color: var(--dx-primary);
}
.alert-sub-primary {
    --dx-alert-color: var(--dx-primary-text-emphasis);
    --dx-alert-bg: var(--dx-primary-bg-subtle);
    --dx-alert-link-color: var(--dx-primary);
}
.alert-solid-primary {
    --dx-alert-color: #fff;
    --dx-alert-bg: var(--dx-primary);
    --dx-alert-border-color: var(--dx-primary);
    --dx-alert-link-color: var(--dx-primary-bg-subtle);
}
.icon-alert-primary {
    border-top: 4px solid var(--dx-primary) !important;
}
.icon-alert-primary .icon {
    border: 1px solid var(--dx-primary-bg-subtle);
}
.alert-outline-secondary {
    --dx-alert-color: var(--dx-secondary);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-secondary);
    --dx-alert-link-color: var(--dx-secondary);
}
.alert-sub-secondary {
    --dx-alert-color: var(--dx-secondary-text-emphasis);
    --dx-alert-bg: var(--dx-secondary-bg-subtle);
    --dx-alert-link-color: var(--dx-secondary);
}
.alert-solid-secondary {
    --dx-alert-color: #fff;
    --dx-alert-bg: var(--dx-secondary);
    --dx-alert-border-color: var(--dx-secondary);
    --dx-alert-link-color: var(--dx-secondary-bg-subtle);
}
.icon-alert-secondary {
    border-top: 4px solid var(--dx-secondary) !important;
}
.icon-alert-secondary .icon {
    border: 1px solid var(--dx-secondary-bg-subtle);
}
.alert-outline-success {
    --dx-alert-color: var(--dx-success);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-success);
    --dx-alert-link-color: var(--dx-success);
}
.alert-sub-success {
    --dx-alert-color: var(--dx-success-text-emphasis);
    --dx-alert-bg: var(--dx-success-bg-subtle);
    --dx-alert-link-color: var(--dx-success);
}
.alert-solid-success {
    --dx-alert-color: #fff;
    --dx-alert-bg: var(--dx-success);
    --dx-alert-border-color: var(--dx-success);
    --dx-alert-link-color: var(--dx-success-bg-subtle);
}
.icon-alert-success {
    border-top: 4px solid var(--dx-success) !important;
}
.icon-alert-success .icon {
    border: 1px solid var(--dx-success-bg-subtle);
}
.alert-outline-info {
    --dx-alert-color: var(--dx-info);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-info);
    --dx-alert-link-color: var(--dx-info);
}
.alert-sub-info {
    --dx-alert-color: var(--dx-info-text-emphasis);
    --dx-alert-bg: var(--dx-info-bg-subtle);
    --dx-alert-link-color: var(--dx-info);
}
.alert-solid-info {
    --dx-alert-color: #fff;
    --dx-alert-bg: var(--dx-info);
    --dx-alert-border-color: var(--dx-info);
    --dx-alert-link-color: var(--dx-info-bg-subtle);
}
.icon-alert-info {
    border-top: 4px solid var(--dx-info) !important;
}
.icon-alert-info .icon {
    border: 1px solid var(--dx-info-bg-subtle);
}
.alert-outline-warning {
    --dx-alert-color: var(--dx-warning);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-warning);
    --dx-alert-link-color: var(--dx-warning);
}
.alert-sub-warning {
    --dx-alert-color: var(--dx-warning-text-emphasis);
    --dx-alert-bg: var(--dx-warning-bg-subtle);
    --dx-alert-link-color: var(--dx-warning);
}
.alert-solid-warning {
    --dx-alert-color: #020617;
    --dx-alert-bg: var(--dx-warning);
    --dx-alert-border-color: var(--dx-warning);
    --dx-alert-link-color: var(--dx-warning-bg-subtle);
}
.icon-alert-warning {
    border-top: 4px solid var(--dx-warning) !important;
}
.icon-alert-warning .icon {
    border: 1px solid var(--dx-warning-bg-subtle);
}
.alert-outline-danger {
    --dx-alert-color: var(--dx-danger);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-danger);
    --dx-alert-link-color: var(--dx-danger);
}
.alert-sub-danger {
    --dx-alert-color: var(--dx-danger-text-emphasis);
    --dx-alert-bg: var(--dx-danger-bg-subtle);
    --dx-alert-link-color: var(--dx-danger);
}
.alert-solid-danger {
    --dx-alert-color: #fff;
    --dx-alert-bg: var(--dx-danger);
    --dx-alert-border-color: var(--dx-danger);
    --dx-alert-link-color: var(--dx-danger-bg-subtle);
}
.icon-alert-danger {
    border-top: 4px solid var(--dx-danger) !important;
}
.icon-alert-danger .icon {
    border: 1px solid var(--dx-danger-bg-subtle);
}
.icon-alert-light {
    border-top: 4px solid var(--dx-light) !important;
}
.icon-alert-light .icon {
    border: 1px solid var(--dx-light-bg-subtle);
}
.alert-outline-dark {
    --dx-alert-color: var(--dx-dark);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-border-color);
    --dx-alert-link-color: var(--dx-dark);
}
.alert-sub-dark {
    --dx-alert-color: var(--dx-secondary-color);
    --dx-alert-bg: var(--dx-tertiary-bg);
    --dx-alert-link-color: var(--dx-dark);
}
.alert-solid-dark {
    --dx-alert-color: #fff;
    --dx-alert-bg: var(--dx-dark);
    --dx-alert-border-color: var(--dx-dark);
    --dx-alert-link-color: var(--dx-dark-bg-subtle);
}
.icon-alert-dark {
    border-top: 4px solid var(--dx-dark) !important;
}
.icon-alert-dark .icon {
    border: 1px solid var(--dx-dark-bg-subtle);
}
.alert-outline-pink {
    --dx-alert-color: var(--dx-pink);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-pink);
    --dx-alert-link-color: var(--dx-pink);
}
.alert-sub-pink {
    --dx-alert-color: var(--dx-pink-text-emphasis);
    --dx-alert-bg: var(--dx-pink-bg-subtle);
    --dx-alert-link-color: var(--dx-pink);
}
.alert-solid-pink {
    --dx-alert-color: #fff;
    --dx-alert-bg: var(--dx-pink);
    --dx-alert-border-color: var(--dx-pink);
    --dx-alert-link-color: var(--dx-pink-bg-subtle);
}
.icon-alert-pink {
    border-top: 4px solid var(--dx-pink) !important;
}
.icon-alert-pink .icon {
    border: 1px solid var(--dx-pink-bg-subtle);
}
.alert-outline-orange {
    --dx-alert-color: var(--dx-orange);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-orange);
    --dx-alert-link-color: var(--dx-orange);
}
.alert-sub-orange {
    --dx-alert-color: var(--dx-orange-text-emphasis);
    --dx-alert-bg: var(--dx-orange-bg-subtle);
    --dx-alert-link-color: var(--dx-orange);
}
.alert-solid-orange {
    --dx-alert-color: #fff;
    --dx-alert-bg: var(--dx-orange);
    --dx-alert-border-color: var(--dx-orange);
    --dx-alert-link-color: var(--dx-orange-bg-subtle);
}
.icon-alert-orange {
    border-top: 4px solid var(--dx-orange) !important;
}
.icon-alert-orange .icon {
    border: 1px solid var(--dx-orange-bg-subtle);
}
.alert-outline-indigo {
    --dx-alert-color: var(--dx-indigo);
    --dx-alert-bg: var(--dx-secondary-bg);
    --dx-alert-border-color: var(--dx-indigo);
    --dx-alert-link-color: var(--dx-indigo);
}
.alert-sub-indigo {
    --dx-alert-color: var(--dx-indigo-text-emphasis);
    --dx-alert-bg: var(--dx-indigo-bg-subtle);
    --dx-alert-link-color: var(--dx-indigo);
}
.alert-solid-indigo {
    --dx-alert-color: #fff;
    --dx-alert-bg: var(--dx-indigo);
    --dx-alert-border-color: var(--dx-indigo);
    --dx-alert-link-color: var(--dx-indigo-bg-subtle);
}
.icon-alert-indigo {
    border-top: 4px solid var(--dx-indigo) !important;
}
.icon-alert-indigo .icon {
    border: 1px solid var(--dx-indigo-bg-subtle);
}
.card-border-primary {
    --dx-card-border-color: var(--dx-primary-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-primary-bg-subtle),
        0 4px 6px -4px var(--dx-primary-bg-subtle);
    --dx-link-color-rgb: var(--dx-primary-rgb);
    --prefixlink-hover-color-rgb: var(--dx-primary-rgb);
}
.card-primary {
    --dx-link-color-rgb: var(--dx-primary-rgb);
}
.card-primary .icon-bg {
    background-color: var(--dx-primary);
    color: #fff;
}
.card-primary:hover {
    --dx-card-border-color: var(--dx-primary-border-subtle);
    color: #fff;
    --dx-link-color-rgb: #fff;
}
.card-primary:hover .icon-bg {
    background-color: #ffffff25;
}
.card-primary:hover .icon-hover-bg {
    background-color: var(--dx-primary);
}
.card-sub-primary {
    --dx-link-color-rgb: var(--dx-primary-rgb);
}
.card-sub-primary .icon-bg {
    background-color: var(--dx-primary-bg-subtle);
    color: var(--dx-primary);
}
.card-sub-primary:hover {
    color: var(--dx-primary);
    --dx-card-border-color: var(--dx-primary-border-subtle);
}
.card-sub-primary:hover .icon-hover-bg {
    background-color: rgba(var(--dx-primary-rgb), 0.08);
}
.card-hover-primary {
    --dx-link-color-rgb: var(--dx-primary-rgb);
}
.card-hover-primary .icon-bg {
    background-color: var(--dx-primary-bg-subtle);
    color: var(--dx-primary);
}
.card-border-secondary {
    --dx-card-border-color: var(--dx-secondary-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-secondary-bg-subtle),
        0 4px 6px -4px var(--dx-secondary-bg-subtle);
    --dx-link-color-rgb: var(--dx-secondary-rgb);
    --prefixlink-hover-color-rgb: var(--dx-secondary-rgb);
}
.card-secondary {
    --dx-link-color-rgb: var(--dx-secondary-rgb);
}
.card-secondary .icon-bg {
    background-color: var(--dx-secondary);
    color: #fff;
}
.card-secondary:hover {
    --dx-card-border-color: var(--dx-secondary-border-subtle);
    color: #fff;
    --dx-link-color-rgb: #fff;
}
.card-secondary:hover .icon-bg {
    background-color: #ffffff25;
}
.card-secondary:hover .icon-hover-bg {
    background-color: var(--dx-secondary);
}
.card-sub-secondary {
    --dx-link-color-rgb: var(--dx-secondary-rgb);
}
.card-sub-secondary .icon-bg {
    background-color: var(--dx-secondary-bg-subtle);
    color: var(--dx-secondary);
}
.card-sub-secondary:hover {
    color: var(--dx-secondary);
    --dx-card-border-color: var(--dx-secondary-border-subtle);
}
.card-sub-secondary:hover .icon-hover-bg {
    background-color: rgba(var(--dx-secondary-rgb), 0.08);
}
.card-hover-secondary {
    --dx-link-color-rgb: var(--dx-secondary-rgb);
}
.card-hover-secondary .icon-bg {
    background-color: var(--dx-secondary-bg-subtle);
    color: var(--dx-secondary);
}
.card-border-success {
    --dx-card-border-color: var(--dx-success-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-success-bg-subtle),
        0 4px 6px -4px var(--dx-success-bg-subtle);
    --dx-link-color-rgb: var(--dx-success-rgb);
    --prefixlink-hover-color-rgb: var(--dx-success-rgb);
}
.card-success {
    --dx-link-color-rgb: var(--dx-success-rgb);
}
.card-success .icon-bg {
    background-color: var(--dx-success);
    color: #fff;
}
.card-success:hover {
    --dx-card-border-color: var(--dx-success-border-subtle);
    color: #fff;
    --dx-link-color-rgb: #fff;
}
.card-success:hover .icon-bg {
    background-color: #ffffff25;
}
.card-success:hover .icon-hover-bg {
    background-color: var(--dx-success);
}
.card-sub-success {
    --dx-link-color-rgb: var(--dx-success-rgb);
}
.card-sub-success .icon-bg {
    background-color: var(--dx-success-bg-subtle);
    color: var(--dx-success);
}
.card-sub-success:hover {
    color: var(--dx-success);
    --dx-card-border-color: var(--dx-success-border-subtle);
}
.card-sub-success:hover .icon-hover-bg {
    background-color: rgba(var(--dx-success-rgb), 0.08);
}
.card-hover-success {
    --dx-link-color-rgb: var(--dx-success-rgb);
}
.card-hover-success .icon-bg {
    background-color: var(--dx-success-bg-subtle);
    color: var(--dx-success);
}
.card-border-info {
    --dx-card-border-color: var(--dx-info-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-info-bg-subtle),
        0 4px 6px -4px var(--dx-info-bg-subtle);
    --dx-link-color-rgb: var(--dx-info-rgb);
    --prefixlink-hover-color-rgb: var(--dx-info-rgb);
}
.card-info {
    --dx-link-color-rgb: var(--dx-info-rgb);
}
.card-info .icon-bg {
    background-color: var(--dx-info);
    color: #fff;
}
.card-info:hover {
    --dx-card-border-color: var(--dx-info-border-subtle);
    color: #fff;
    --dx-link-color-rgb: #fff;
}
.card-info:hover .icon-bg {
    background-color: #ffffff25;
}
.card-info:hover .icon-hover-bg {
    background-color: var(--dx-info);
}
.card-sub-info {
    --dx-link-color-rgb: var(--dx-info-rgb);
}
.card-sub-info .icon-bg {
    background-color: var(--dx-info-bg-subtle);
    color: var(--dx-info);
}
.card-sub-info:hover {
    color: var(--dx-info);
    --dx-card-border-color: var(--dx-info-border-subtle);
}
.card-sub-info:hover .icon-hover-bg {
    background-color: rgba(var(--dx-info-rgb), 0.08);
}
.card-hover-info {
    --dx-link-color-rgb: var(--dx-info-rgb);
}
.card-hover-info .icon-bg {
    background-color: var(--dx-info-bg-subtle);
    color: var(--dx-info);
}
.card-border-warning {
    --dx-card-border-color: var(--dx-warning-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-warning-bg-subtle),
        0 4px 6px -4px var(--dx-warning-bg-subtle);
    --dx-link-color-rgb: var(--dx-warning-rgb);
    --prefixlink-hover-color-rgb: var(--dx-warning-rgb);
}
.card-warning {
    --dx-link-color-rgb: var(--dx-warning-rgb);
}
.card-warning .icon-bg {
    background-color: var(--dx-warning);
    color: #020617;
}
.card-warning:hover {
    --dx-card-border-color: var(--dx-warning-border-subtle);
    color: #020617;
    --dx-link-color-rgb: #020617;
}
.card-warning:hover .icon-bg {
    background-color: #ffffff25;
}
.card-warning:hover .icon-hover-bg {
    background-color: var(--dx-warning);
}
.card-sub-warning {
    --dx-link-color-rgb: var(--dx-warning-rgb);
}
.card-sub-warning .icon-bg {
    background-color: var(--dx-warning-bg-subtle);
    color: var(--dx-warning);
}
.card-sub-warning:hover {
    color: var(--dx-warning);
    --dx-card-border-color: var(--dx-warning-border-subtle);
}
.card-sub-warning:hover .icon-hover-bg {
    background-color: rgba(var(--dx-warning-rgb), 0.08);
}
.card-hover-warning {
    --dx-link-color-rgb: var(--dx-warning-rgb);
}
.card-hover-warning .icon-bg {
    background-color: var(--dx-warning-bg-subtle);
    color: var(--dx-warning);
}
.card-border-danger {
    --dx-card-border-color: var(--dx-danger-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-danger-bg-subtle),
        0 4px 6px -4px var(--dx-danger-bg-subtle);
    --dx-link-color-rgb: var(--dx-danger-rgb);
    --prefixlink-hover-color-rgb: var(--dx-danger-rgb);
}
.card-danger {
    --dx-link-color-rgb: var(--dx-danger-rgb);
}
.card-danger .icon-bg {
    background-color: var(--dx-danger);
    color: #fff;
}
.card-danger:hover {
    --dx-card-border-color: var(--dx-danger-border-subtle);
    color: #fff;
    --dx-link-color-rgb: #fff;
}
.card-danger:hover .icon-bg {
    background-color: #ffffff25;
}
.card-danger:hover .icon-hover-bg {
    background-color: var(--dx-danger);
}
.card-sub-danger {
    --dx-link-color-rgb: var(--dx-danger-rgb);
}
.card-sub-danger .icon-bg {
    background-color: var(--dx-danger-bg-subtle);
    color: var(--dx-danger);
}
.card-sub-danger:hover {
    color: var(--dx-danger);
    --dx-card-border-color: var(--dx-danger-border-subtle);
}
.card-sub-danger:hover .icon-hover-bg {
    background-color: rgba(var(--dx-danger-rgb), 0.08);
}
.card-hover-danger {
    --dx-link-color-rgb: var(--dx-danger-rgb);
}
.card-hover-danger .icon-bg {
    background-color: var(--dx-danger-bg-subtle);
    color: var(--dx-danger);
}
.card-border-light {
    --dx-card-border-color: var(--dx-light-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-light-bg-subtle),
        0 4px 6px -4px var(--dx-light-bg-subtle);
    --dx-link-color-rgb: var(--dx-light-rgb);
    --prefixlink-hover-color-rgb: var(--dx-light-rgb);
}
.card-light {
    --dx-link-color-rgb: var(--dx-light-rgb);
}
.card-light .icon-bg {
    background-color: var(--dx-light);
    color: #020617;
}
.card-light:hover {
    --dx-card-border-color: var(--dx-light-border-subtle);
    color: #020617;
    --dx-link-color-rgb: #020617;
}
.card-light:hover .icon-bg {
    background-color: #ffffff25;
}
.card-light:hover .icon-hover-bg {
    background-color: var(--dx-light);
}
.card-sub-light {
    --dx-link-color-rgb: var(--dx-light-rgb);
}
.card-sub-light .icon-bg {
    background-color: var(--dx-light-bg-subtle);
    color: var(--dx-light);
}
.card-sub-light:hover {
    color: var(--dx-light);
    --dx-card-border-color: var(--dx-light-border-subtle);
}
.card-sub-light:hover .icon-hover-bg {
    background-color: rgba(var(--dx-light-rgb), 0.08);
}
.card-hover-light {
    --dx-link-color-rgb: var(--dx-light-rgb);
}
.card-hover-light .icon-bg {
    background-color: var(--dx-light-bg-subtle);
    color: var(--dx-light);
}
.card-border-dark {
    --dx-card-border-color: var(--dx-dark-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-dark-bg-subtle),
        0 4px 6px -4px var(--dx-dark-bg-subtle);
    --dx-link-color-rgb: var(--dx-dark-rgb);
    --prefixlink-hover-color-rgb: var(--dx-dark-rgb);
}
.card-dark {
    --dx-link-color-rgb: var(--dx-dark-rgb);
}
.card-dark .icon-bg {
    background-color: var(--dx-dark);
    color: #fff;
}
.card-dark:hover {
    --dx-card-border-color: var(--dx-dark-border-subtle);
    color: #fff;
    --dx-link-color-rgb: #fff;
}
.card-dark:hover .icon-bg {
    background-color: #ffffff25;
}
.card-dark:hover .icon-hover-bg {
    background-color: var(--dx-dark);
}
.card-sub-dark {
    --dx-link-color-rgb: var(--dx-dark-rgb);
}
.card-sub-dark .icon-bg {
    background-color: var(--dx-dark-bg-subtle);
    color: var(--dx-dark);
}
.card-sub-dark:hover {
    color: var(--dx-dark);
    --dx-card-border-color: var(--dx-dark-border-subtle);
}
.card-sub-dark:hover .icon-hover-bg {
    background-color: rgba(var(--dx-dark-rgb), 0.08);
}
.card-hover-dark {
    --dx-link-color-rgb: var(--dx-dark-rgb);
}
.card-hover-dark .icon-bg {
    background-color: var(--dx-dark-bg-subtle);
    color: var(--dx-dark);
}
.card-border-pink {
    --dx-card-border-color: var(--dx-pink-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-pink-bg-subtle),
        0 4px 6px -4px var(--dx-pink-bg-subtle);
    --dx-link-color-rgb: var(--dx-pink-rgb);
    --prefixlink-hover-color-rgb: var(--dx-pink-rgb);
}
.card-pink {
    --dx-link-color-rgb: var(--dx-pink-rgb);
}
.card-pink .icon-bg {
    background-color: var(--dx-pink);
    color: #fff;
}
.card-pink:hover {
    --dx-card-border-color: var(--dx-pink-border-subtle);
    color: #fff;
    --dx-link-color-rgb: #fff;
}
.card-pink:hover .icon-bg {
    background-color: #ffffff25;
}
.card-pink:hover .icon-hover-bg {
    background-color: var(--dx-pink);
}
.card-sub-pink {
    --dx-link-color-rgb: var(--dx-pink-rgb);
}
.card-sub-pink .icon-bg {
    background-color: var(--dx-pink-bg-subtle);
    color: var(--dx-pink);
}
.card-sub-pink:hover {
    color: var(--dx-pink);
    --dx-card-border-color: var(--dx-pink-border-subtle);
}
.card-sub-pink:hover .icon-hover-bg {
    background-color: rgba(var(--dx-pink-rgb), 0.08);
}
.card-hover-pink {
    --dx-link-color-rgb: var(--dx-pink-rgb);
}
.card-hover-pink .icon-bg {
    background-color: var(--dx-pink-bg-subtle);
    color: var(--dx-pink);
}
.card-border-orange {
    --dx-card-border-color: var(--dx-orange-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-orange-bg-subtle),
        0 4px 6px -4px var(--dx-orange-bg-subtle);
    --dx-link-color-rgb: var(--dx-orange-rgb);
    --prefixlink-hover-color-rgb: var(--dx-orange-rgb);
}
.card-orange {
    --dx-link-color-rgb: var(--dx-orange-rgb);
}
.card-orange .icon-bg {
    background-color: var(--dx-orange);
    color: #fff;
}
.card-orange:hover {
    --dx-card-border-color: var(--dx-orange-border-subtle);
    color: #fff;
    --dx-link-color-rgb: #fff;
}
.card-orange:hover .icon-bg {
    background-color: #ffffff25;
}
.card-orange:hover .icon-hover-bg {
    background-color: var(--dx-orange);
}
.card-sub-orange {
    --dx-link-color-rgb: var(--dx-orange-rgb);
}
.card-sub-orange .icon-bg {
    background-color: var(--dx-orange-bg-subtle);
    color: var(--dx-orange);
}
.card-sub-orange:hover {
    color: var(--dx-orange);
    --dx-card-border-color: var(--dx-orange-border-subtle);
}
.card-sub-orange:hover .icon-hover-bg {
    background-color: rgba(var(--dx-orange-rgb), 0.08);
}
.card-hover-orange {
    --dx-link-color-rgb: var(--dx-orange-rgb);
}
.card-hover-orange .icon-bg {
    background-color: var(--dx-orange-bg-subtle);
    color: var(--dx-orange);
}
.card-border-indigo {
    --dx-card-border-color: var(--dx-indigo-border-subtle);
    box-shadow:
        0 10px 15px -3px var(--dx-indigo-bg-subtle),
        0 4px 6px -4px var(--dx-indigo-bg-subtle);
    --dx-link-color-rgb: var(--dx-indigo-rgb);
    --prefixlink-hover-color-rgb: var(--dx-indigo-rgb);
}
.card-indigo {
    --dx-link-color-rgb: var(--dx-indigo-rgb);
}
.card-indigo .icon-bg {
    background-color: var(--dx-indigo);
    color: #fff;
}
.card-indigo:hover {
    --dx-card-border-color: var(--dx-indigo-border-subtle);
    color: #fff;
    --dx-link-color-rgb: #fff;
}
.card-indigo:hover .icon-bg {
    background-color: #ffffff25;
}
.card-indigo:hover .icon-hover-bg {
    background-color: var(--dx-indigo);
}
.card-sub-indigo {
    --dx-link-color-rgb: var(--dx-indigo-rgb);
}
.card-sub-indigo .icon-bg {
    background-color: var(--dx-indigo-bg-subtle);
    color: var(--dx-indigo);
}
.card-sub-indigo:hover {
    color: var(--dx-indigo);
    --dx-card-border-color: var(--dx-indigo-border-subtle);
}
.card-sub-indigo:hover .icon-hover-bg {
    background-color: rgba(var(--dx-indigo-rgb), 0.08);
}
.card-hover-indigo {
    --dx-link-color-rgb: var(--dx-indigo-rgb);
}
.card-hover-indigo .icon-bg {
    background-color: var(--dx-indigo-bg-subtle);
    color: var(--dx-indigo);
}
.dropdown-primary .dropdown-item:hover {
    color: var(--dx-primary);
    background-color: rgba(var(--dx-primary-rgb), 0.1);
}
.dropdown-secondary .dropdown-item:hover {
    color: var(--dx-secondary);
    background-color: rgba(var(--dx-secondary-rgb), 0.1);
}
.dropdown-success .dropdown-item:hover {
    color: var(--dx-success);
    background-color: rgba(var(--dx-success-rgb), 0.1);
}
.dropdown-info .dropdown-item:hover {
    color: var(--dx-info);
    background-color: rgba(var(--dx-info-rgb), 0.1);
}
.dropdown-warning .dropdown-item:hover {
    color: var(--dx-warning);
    background-color: rgba(var(--dx-warning-rgb), 0.1);
}
.dropdown-danger .dropdown-item:hover {
    color: var(--dx-danger);
    background-color: rgba(var(--dx-danger-rgb), 0.1);
}
.dropdown-light .dropdown-item:hover {
    color: var(--dx-light);
    background-color: rgba(var(--dx-light-rgb), 0.1);
}
.dropdown-dark .dropdown-item:hover {
    color: var(--dx-dark);
    background-color: rgba(var(--dx-dark-rgb), 0.1);
}
.dropdown-pink .dropdown-item:hover {
    color: var(--dx-pink);
    background-color: rgba(var(--dx-pink-rgb), 0.1);
}
.dropdown-orange .dropdown-item:hover {
    color: var(--dx-orange);
    background-color: rgba(var(--dx-orange-rgb), 0.1);
}
.dropdown-indigo .dropdown-item:hover {
    color: var(--dx-indigo);
    background-color: rgba(var(--dx-indigo-rgb), 0.1);
}
.nav-primary {
    --dx-nav-pills-link-active-bg: var(--dx-primary);
    --dx-nav-link-hover-color: var(--dx-primary);
    --dx-nav-underline-link-active-color: var(--dx-primary);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-primary {
    --dx-nav-pills-link-active-bg: var(--dx-primary-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-primary);
    --dx-nav-underline-link-active-color: var(--dx-primary);
    --dx-nav-link-hover-color: var(--dx-primary);
}
.nav-secondary {
    --dx-nav-pills-link-active-bg: var(--dx-secondary);
    --dx-nav-link-hover-color: var(--dx-secondary);
    --dx-nav-underline-link-active-color: var(--dx-secondary);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-secondary {
    --dx-nav-pills-link-active-bg: var(--dx-secondary-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-secondary);
    --dx-nav-underline-link-active-color: var(--dx-secondary);
    --dx-nav-link-hover-color: var(--dx-secondary);
}
.nav-success {
    --dx-nav-pills-link-active-bg: var(--dx-success);
    --dx-nav-link-hover-color: var(--dx-success);
    --dx-nav-underline-link-active-color: var(--dx-success);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-success {
    --dx-nav-pills-link-active-bg: var(--dx-success-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-success);
    --dx-nav-underline-link-active-color: var(--dx-success);
    --dx-nav-link-hover-color: var(--dx-success);
}
.nav-info {
    --dx-nav-pills-link-active-bg: var(--dx-info);
    --dx-nav-link-hover-color: var(--dx-info);
    --dx-nav-underline-link-active-color: var(--dx-info);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-info {
    --dx-nav-pills-link-active-bg: var(--dx-info-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-info);
    --dx-nav-underline-link-active-color: var(--dx-info);
    --dx-nav-link-hover-color: var(--dx-info);
}
.nav-warning {
    --dx-nav-pills-link-active-bg: var(--dx-warning);
    --dx-nav-link-hover-color: var(--dx-warning);
    --dx-nav-underline-link-active-color: var(--dx-warning);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-warning {
    --dx-nav-pills-link-active-bg: var(--dx-warning-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-warning);
    --dx-nav-underline-link-active-color: var(--dx-warning);
    --dx-nav-link-hover-color: var(--dx-warning);
}
.nav-danger {
    --dx-nav-pills-link-active-bg: var(--dx-danger);
    --dx-nav-link-hover-color: var(--dx-danger);
    --dx-nav-underline-link-active-color: var(--dx-danger);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-danger {
    --dx-nav-pills-link-active-bg: var(--dx-danger-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-danger);
    --dx-nav-underline-link-active-color: var(--dx-danger);
    --dx-nav-link-hover-color: var(--dx-danger);
}
.nav-light {
    --dx-nav-pills-link-active-bg: var(--dx-light);
    --dx-nav-link-hover-color: var(--dx-body-color);
    --dx-nav-underline-link-active-color: var(--dx-light);
    --dx-nav-pills-link-active-color: var(--dx-body-color);
}
.nav-sub-light {
    --dx-nav-pills-link-active-bg: var(--dx-light-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-body-color);
    --dx-nav-underline-link-active-color: var(--dx-light);
    --dx-nav-link-hover-color: var(--dx-body-color);
}
.nav-dark {
    --dx-nav-pills-link-active-bg: var(--dx-dark);
    --dx-nav-link-hover-color: var(--dx-dark);
    --dx-nav-underline-link-active-color: var(--dx-dark);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-dark {
    --dx-nav-pills-link-active-bg: var(--dx-dark-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-dark);
    --dx-nav-underline-link-active-color: var(--dx-dark);
    --dx-nav-link-hover-color: var(--dx-dark);
}
.nav-pink {
    --dx-nav-pills-link-active-bg: var(--dx-pink);
    --dx-nav-link-hover-color: var(--dx-pink);
    --dx-nav-underline-link-active-color: var(--dx-pink);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-pink {
    --dx-nav-pills-link-active-bg: var(--dx-pink-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-pink);
    --dx-nav-underline-link-active-color: var(--dx-pink);
    --dx-nav-link-hover-color: var(--dx-pink);
}
.nav-orange {
    --dx-nav-pills-link-active-bg: var(--dx-orange);
    --dx-nav-link-hover-color: var(--dx-orange);
    --dx-nav-underline-link-active-color: var(--dx-orange);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-orange {
    --dx-nav-pills-link-active-bg: var(--dx-orange-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-orange);
    --dx-nav-underline-link-active-color: var(--dx-orange);
    --dx-nav-link-hover-color: var(--dx-orange);
}
.nav-indigo {
    --dx-nav-pills-link-active-bg: var(--dx-indigo);
    --dx-nav-link-hover-color: var(--dx-indigo);
    --dx-nav-underline-link-active-color: var(--dx-indigo);
    --dx-nav-pills-link-active-color: #fff;
}
.nav-sub-indigo {
    --dx-nav-pills-link-active-bg: var(--dx-indigo-bg-subtle);
    --dx-nav-pills-link-active-color: var(--dx-indigo);
    --dx-nav-underline-link-active-color: var(--dx-indigo);
    --dx-nav-link-hover-color: var(--dx-indigo);
}
.pagination-primary {
    --dx-pagination-hover-color: var(--dx-primary);
    --dx-pagination-active-bg: var(--dx-primary);
    --dx-pagination-active-border-color: var(--dx-primary);
    --dx-pagination-focus-color: var(--dx-primary);
}
.pagination-solid-primary .page-link {
    background-color: var(--dx-primary);
}
.pagination-secondary {
    --dx-pagination-hover-color: var(--dx-secondary);
    --dx-pagination-active-bg: var(--dx-secondary);
    --dx-pagination-active-border-color: var(--dx-secondary);
    --dx-pagination-focus-color: var(--dx-secondary);
}
.pagination-solid-secondary .page-link {
    background-color: var(--dx-secondary);
}
.pagination-success {
    --dx-pagination-hover-color: var(--dx-success);
    --dx-pagination-active-bg: var(--dx-success);
    --dx-pagination-active-border-color: var(--dx-success);
    --dx-pagination-focus-color: var(--dx-success);
}
.pagination-solid-success .page-link {
    background-color: var(--dx-success);
}
.pagination-info {
    --dx-pagination-hover-color: var(--dx-info);
    --dx-pagination-active-bg: var(--dx-info);
    --dx-pagination-active-border-color: var(--dx-info);
    --dx-pagination-focus-color: var(--dx-info);
}
.pagination-solid-info .page-link {
    background-color: var(--dx-info);
}
.pagination-warning {
    --dx-pagination-hover-color: var(--dx-warning);
    --dx-pagination-active-bg: var(--dx-warning);
    --dx-pagination-active-border-color: var(--dx-warning);
    --dx-pagination-focus-color: var(--dx-warning);
}
.pagination-solid-warning .page-link {
    background-color: var(--dx-warning);
}
.pagination-danger {
    --dx-pagination-hover-color: var(--dx-danger);
    --dx-pagination-active-bg: var(--dx-danger);
    --dx-pagination-active-border-color: var(--dx-danger);
    --dx-pagination-focus-color: var(--dx-danger);
}
.pagination-solid-danger .page-link {
    background-color: var(--dx-danger);
}
.pagination-light {
    --dx-pagination-hover-color: var(--dx-light);
    --dx-pagination-active-bg: var(--dx-light);
    --dx-pagination-active-border-color: var(--dx-light);
    --dx-pagination-focus-color: var(--dx-light);
}
.pagination-solid-light .page-link {
    background-color: var(--dx-light);
}
.pagination-dark {
    --dx-pagination-hover-color: var(--dx-dark);
    --dx-pagination-active-bg: var(--dx-dark);
    --dx-pagination-active-border-color: var(--dx-dark);
    --dx-pagination-focus-color: var(--dx-dark);
}
.pagination-solid-dark .page-link {
    background-color: var(--dx-dark);
}
.pagination-pink {
    --dx-pagination-hover-color: var(--dx-pink);
    --dx-pagination-active-bg: var(--dx-pink);
    --dx-pagination-active-border-color: var(--dx-pink);
    --dx-pagination-focus-color: var(--dx-pink);
}
.pagination-solid-pink .page-link {
    background-color: var(--dx-pink);
}
.pagination-orange {
    --dx-pagination-hover-color: var(--dx-orange);
    --dx-pagination-active-bg: var(--dx-orange);
    --dx-pagination-active-border-color: var(--dx-orange);
    --dx-pagination-focus-color: var(--dx-orange);
}
.pagination-solid-orange .page-link {
    background-color: var(--dx-orange);
}
.pagination-indigo {
    --dx-pagination-hover-color: var(--dx-indigo);
    --dx-pagination-active-bg: var(--dx-indigo);
    --dx-pagination-active-border-color: var(--dx-indigo);
    --dx-pagination-focus-color: var(--dx-indigo);
}
.pagination-solid-indigo .page-link {
    background-color: var(--dx-indigo);
}
.tooltip-primary {
    --dx-tooltip-bg: var(--dx-primary);
    --dx-tooltip-color: var(--dx-white);
}
.tooltip-secondary {
    --dx-tooltip-bg: var(--dx-secondary);
    --dx-tooltip-color: var(--dx-white);
}
.tooltip-success {
    --dx-tooltip-bg: var(--dx-success);
    --dx-tooltip-color: var(--dx-white);
}
.tooltip-info {
    --dx-tooltip-bg: var(--dx-info);
    --dx-tooltip-color: var(--dx-white);
}
.tooltip-warning {
    --dx-tooltip-bg: var(--dx-warning);
    --dx-tooltip-color: var(--dx-white);
}
.tooltip-danger {
    --dx-tooltip-bg: var(--dx-danger);
    --dx-tooltip-color: var(--dx-white);
}
.tooltip-light {
    --dx-tooltip-bg: var(--dx-light);
    --dx-tooltip-color: #000;
}
.tooltip-dark {
    --dx-tooltip-bg: var(--dx-dark);
    --dx-tooltip-color: var(--dx-white);
}
.tooltip-pink {
    --dx-tooltip-bg: var(--dx-pink);
    --dx-tooltip-color: var(--dx-white);
}
.tooltip-orange {
    --dx-tooltip-bg: var(--dx-orange);
    --dx-tooltip-color: var(--dx-white);
}
.tooltip-indigo {
    --dx-tooltip-bg: var(--dx-indigo);
    --dx-tooltip-color: var(--dx-white);
}
.link-primary {
    color: var(--dx-primary) !important;
}
.link-primary:hover {
    color: var(--dx-primary-text-emphasis) !important;
}
.link-custom-primary {
    color: var(--dx-secondary-color) !important;
}
.link-custom-primary:hover {
    color: var(--dx-primary) !important;
}
.link-secondary {
    color: var(--dx-secondary) !important;
}
.link-secondary:hover {
    color: var(--dx-secondary-text-emphasis) !important;
}
.link-custom-secondary {
    color: var(--dx-secondary-color) !important;
}
.link-custom-secondary:hover {
    color: var(--dx-secondary) !important;
}
.link-success {
    color: var(--dx-success) !important;
}
.link-success:hover {
    color: var(--dx-success-text-emphasis) !important;
}
.link-custom-success {
    color: var(--dx-secondary-color) !important;
}
.link-custom-success:hover {
    color: var(--dx-success) !important;
}
.link-info {
    color: var(--dx-info) !important;
}
.link-info:hover {
    color: var(--dx-info-text-emphasis) !important;
}
.link-custom-info {
    color: var(--dx-secondary-color) !important;
}
.link-custom-info:hover {
    color: var(--dx-info) !important;
}
.link-warning {
    color: var(--dx-warning) !important;
}
.link-warning:hover {
    color: var(--dx-warning-text-emphasis) !important;
}
.link-custom-warning {
    color: var(--dx-secondary-color) !important;
}
.link-custom-warning:hover {
    color: var(--dx-warning) !important;
}
.link-danger {
    color: var(--dx-danger) !important;
}
.link-danger:hover {
    color: var(--dx-danger-text-emphasis) !important;
}
.link-custom-danger {
    color: var(--dx-secondary-color) !important;
}
.link-custom-danger:hover {
    color: var(--dx-danger) !important;
}
.link-light {
    color: var(--dx-light) !important;
}
.link-light:hover {
    color: var(--dx-light-text-emphasis) !important;
}
.link-custom-light {
    color: var(--dx-secondary-color) !important;
}
.link-custom-light:hover {
    color: var(--dx-light) !important;
}
.link-dark {
    color: var(--dx-dark) !important;
}
.link-dark:hover {
    color: var(--dx-dark-text-emphasis) !important;
}
.link-custom-dark {
    color: var(--dx-secondary-color) !important;
}
.link-custom-dark:hover {
    color: var(--dx-dark) !important;
}
.link-pink {
    color: var(--dx-pink) !important;
}
.link-pink:hover {
    color: var(--dx-pink-text-emphasis) !important;
}
.link-custom-pink {
    color: var(--dx-secondary-color) !important;
}
.link-custom-pink:hover {
    color: var(--dx-pink) !important;
}
.link-orange {
    color: var(--dx-orange) !important;
}
.link-orange:hover {
    color: var(--dx-orange-text-emphasis) !important;
}
.link-custom-orange {
    color: var(--dx-secondary-color) !important;
}
.link-custom-orange:hover {
    color: var(--dx-orange) !important;
}
.link-indigo {
    color: var(--dx-indigo) !important;
}
.link-indigo:hover {
    color: var(--dx-indigo-text-emphasis) !important;
}
.link-custom-indigo {
    color: var(--dx-secondary-color) !important;
}
.link-custom-indigo:hover {
    color: var(--dx-indigo) !important;
}
.switch-outline-primary input:checked + label:after,
.switch-soft-primary input:checked + label:after {
    background-color: var(--dx-primary);
}
.switch-light-primary input:checked + label {
    background: var(--dx-primary-bg-subtle);
    border: 1px solid var(--dx-primary-bg-subtle);
}
.switch-light-primary input:checked + label:after {
    background-color: var(--dx-primary);
}
.switch-solid-primary input:checked + label {
    background: var(--dx-primary);
    border: 1px solid var(--dx-primary);
}
.switch-effect-primary input:checked + label:after {
    background-color: var(--dx-primary);
}
.switch-outline-secondary input:checked + label:after,
.switch-soft-secondary input:checked + label:after {
    background-color: var(--dx-secondary);
}
.switch-light-secondary input:checked + label {
    background: var(--dx-secondary-bg-subtle);
    border: 1px solid var(--dx-secondary-bg-subtle);
}
.switch-light-secondary input:checked + label:after {
    background-color: var(--dx-secondary);
}
.switch-solid-secondary input:checked + label {
    background: var(--dx-secondary);
    border: 1px solid var(--dx-secondary);
}
.switch-effect-secondary input:checked + label:after {
    background-color: var(--dx-secondary);
}
.switch-outline-success input:checked + label:after,
.switch-soft-success input:checked + label:after {
    background-color: var(--dx-success);
}
.switch-light-success input:checked + label {
    background: var(--dx-success-bg-subtle);
    border: 1px solid var(--dx-success-bg-subtle);
}
.switch-light-success input:checked + label:after {
    background-color: var(--dx-success);
}
.switch-solid-success input:checked + label {
    background: var(--dx-success);
    border: 1px solid var(--dx-success);
}
.switch-effect-success input:checked + label:after {
    background-color: var(--dx-success);
}
.switch-outline-info input:checked + label:after,
.switch-soft-info input:checked + label:after {
    background-color: var(--dx-info);
}
.switch-light-info input:checked + label {
    background: var(--dx-info-bg-subtle);
    border: 1px solid var(--dx-info-bg-subtle);
}
.switch-light-info input:checked + label:after {
    background-color: var(--dx-info);
}
.switch-solid-info input:checked + label {
    background: var(--dx-info);
    border: 1px solid var(--dx-info);
}
.switch-effect-info input:checked + label:after {
    background-color: var(--dx-info);
}
.switch-outline-warning input:checked + label:after,
.switch-soft-warning input:checked + label:after {
    background-color: var(--dx-warning);
}
.switch-light-warning input:checked + label {
    background: var(--dx-warning-bg-subtle);
    border: 1px solid var(--dx-warning-bg-subtle);
}
.switch-light-warning input:checked + label:after {
    background-color: var(--dx-warning);
}
.switch-solid-warning input:checked + label {
    background: var(--dx-warning);
    border: 1px solid var(--dx-warning);
}
.switch-effect-warning input:checked + label:after {
    background-color: var(--dx-warning);
}
.switch-outline-danger input:checked + label:after,
.switch-soft-danger input:checked + label:after {
    background-color: var(--dx-danger);
}
.switch-light-danger input:checked + label {
    background: var(--dx-danger-bg-subtle);
    border: 1px solid var(--dx-danger-bg-subtle);
}
.switch-light-danger input:checked + label:after {
    background-color: var(--dx-danger);
}
.switch-solid-danger input:checked + label {
    background: var(--dx-danger);
    border: 1px solid var(--dx-danger);
}
.switch-effect-danger input:checked + label:after {
    background-color: var(--dx-danger);
}
.switch-outline-light input:checked + label:after,
.switch-soft-light input:checked + label:after {
    background-color: var(--dx-light);
}
.switch-light-light input:checked + label {
    background: var(--dx-light-bg-subtle);
    border: 1px solid var(--dx-light-bg-subtle);
}
.switch-light-light input:checked + label:after {
    background-color: var(--dx-light);
}
.switch-solid-light input:checked + label {
    background: var(--dx-light);
    border: 1px solid var(--dx-light);
}
.switch-effect-light input:checked + label:after {
    background-color: var(--dx-light);
}
.switch-outline-dark input:checked + label:after,
.switch-soft-dark input:checked + label:after {
    background-color: var(--dx-dark);
}
.switch-light-dark input:checked + label {
    background: var(--dx-dark-bg-subtle);
    border: 1px solid var(--dx-dark-bg-subtle);
}
.switch-light-dark input:checked + label:after {
    background-color: var(--dx-dark);
}
.switch-solid-dark input:checked + label {
    background: var(--dx-dark);
    border: 1px solid var(--dx-dark);
}
.switch-effect-dark input:checked + label:after {
    background-color: var(--dx-dark);
}
.switch-outline-pink input:checked + label:after,
.switch-soft-pink input:checked + label:after {
    background-color: var(--dx-pink);
}
.switch-light-pink input:checked + label {
    background: var(--dx-pink-bg-subtle);
    border: 1px solid var(--dx-pink-bg-subtle);
}
.switch-light-pink input:checked + label:after {
    background-color: var(--dx-pink);
}
.switch-solid-pink input:checked + label {
    background: var(--dx-pink);
    border: 1px solid var(--dx-pink);
}
.switch-effect-pink input:checked + label:after {
    background-color: var(--dx-pink);
}
.switch-outline-orange input:checked + label:after,
.switch-soft-orange input:checked + label:after {
    background-color: var(--dx-orange);
}
.switch-light-orange input:checked + label {
    background: var(--dx-orange-bg-subtle);
    border: 1px solid var(--dx-orange-bg-subtle);
}
.switch-light-orange input:checked + label:after {
    background-color: var(--dx-orange);
}
.switch-solid-orange input:checked + label {
    background: var(--dx-orange);
    border: 1px solid var(--dx-orange);
}
.switch-effect-orange input:checked + label:after {
    background-color: var(--dx-orange);
}
.switch-outline-indigo input:checked + label:after,
.switch-soft-indigo input:checked + label:after {
    background-color: var(--dx-indigo);
}
.switch-light-indigo input:checked + label {
    background: var(--dx-indigo-bg-subtle);
    border: 1px solid var(--dx-indigo-bg-subtle);
}
.switch-light-indigo input:checked + label:after {
    background-color: var(--dx-indigo);
}
.switch-solid-indigo input:checked + label {
    background: var(--dx-indigo);
    border: 1px solid var(--dx-indigo);
}
.switch-effect-indigo input:checked + label:after {
    background-color: var(--dx-indigo);
}
.check-primary .form-check-input:checked {
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
}
.check-soft-primary .form-check-input {
    --dx-border-color: rgba(var(--dx-primary-rgb), 0.2);
    --dx-form-check-bg: var(--dx-primary-bg-subtle);
}
.check-soft-primary .form-check-input:checked,
.radio-primary .form-check-input:checked {
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
}
.radio-soft-primary .form-check-input {
    --dx-border-color: rgba(var(--dx-primary-rgb), 0.2);
    --dx-form-check-bg: var(--dx-primary-bg-subtle);
}
.radio-soft-primary .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-primary .form-check-input:checked {
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
}
.check-secondary .form-check-input:checked {
    background-color: var(--dx-secondary);
    border-color: var(--dx-secondary);
}
.check-soft-secondary .form-check-input {
    --dx-border-color: rgba(var(--dx-secondary-rgb), 0.2);
    --dx-form-check-bg: var(--dx-secondary-bg-subtle);
}
.check-soft-secondary .form-check-input:checked,
.radio-secondary .form-check-input:checked {
    background-color: var(--dx-secondary);
    border-color: var(--dx-secondary);
}
.radio-soft-secondary .form-check-input {
    --dx-border-color: rgba(var(--dx-secondary-rgb), 0.2);
    --dx-form-check-bg: var(--dx-secondary-bg-subtle);
}
.radio-soft-secondary .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-secondary .form-check-input:checked {
    background-color: var(--dx-secondary);
    border-color: var(--dx-secondary);
}
.check-success .form-check-input:checked {
    background-color: var(--dx-success);
    border-color: var(--dx-success);
}
.check-soft-success .form-check-input {
    --dx-border-color: rgba(var(--dx-success-rgb), 0.2);
    --dx-form-check-bg: var(--dx-success-bg-subtle);
}
.check-soft-success .form-check-input:checked,
.radio-success .form-check-input:checked {
    background-color: var(--dx-success);
    border-color: var(--dx-success);
}
.radio-soft-success .form-check-input {
    --dx-border-color: rgba(var(--dx-success-rgb), 0.2);
    --dx-form-check-bg: var(--dx-success-bg-subtle);
}
.radio-soft-success .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-success .form-check-input:checked {
    background-color: var(--dx-success);
    border-color: var(--dx-success);
}
.check-info .form-check-input:checked {
    background-color: var(--dx-info);
    border-color: var(--dx-info);
}
.check-soft-info .form-check-input {
    --dx-border-color: rgba(var(--dx-info-rgb), 0.2);
    --dx-form-check-bg: var(--dx-info-bg-subtle);
}
.check-soft-info .form-check-input:checked,
.radio-info .form-check-input:checked {
    background-color: var(--dx-info);
    border-color: var(--dx-info);
}
.radio-soft-info .form-check-input {
    --dx-border-color: rgba(var(--dx-info-rgb), 0.2);
    --dx-form-check-bg: var(--dx-info-bg-subtle);
}
.radio-soft-info .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-info .form-check-input:checked {
    background-color: var(--dx-info);
    border-color: var(--dx-info);
}
.check-warning .form-check-input:checked {
    background-color: var(--dx-warning);
    border-color: var(--dx-warning);
}
.check-soft-warning .form-check-input {
    --dx-border-color: rgba(var(--dx-warning-rgb), 0.2);
    --dx-form-check-bg: var(--dx-warning-bg-subtle);
}
.check-soft-warning .form-check-input:checked,
.radio-warning .form-check-input:checked {
    background-color: var(--dx-warning);
    border-color: var(--dx-warning);
}
.radio-soft-warning .form-check-input {
    --dx-border-color: rgba(var(--dx-warning-rgb), 0.2);
    --dx-form-check-bg: var(--dx-warning-bg-subtle);
}
.radio-soft-warning .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-warning .form-check-input:checked {
    background-color: var(--dx-warning);
    border-color: var(--dx-warning);
}
.check-danger .form-check-input:checked {
    background-color: var(--dx-danger);
    border-color: var(--dx-danger);
}
.check-soft-danger .form-check-input {
    --dx-border-color: rgba(var(--dx-danger-rgb), 0.2);
    --dx-form-check-bg: var(--dx-danger-bg-subtle);
}
.check-soft-danger .form-check-input:checked,
.radio-danger .form-check-input:checked {
    background-color: var(--dx-danger);
    border-color: var(--dx-danger);
}
.radio-soft-danger .form-check-input {
    --dx-border-color: rgba(var(--dx-danger-rgb), 0.2);
    --dx-form-check-bg: var(--dx-danger-bg-subtle);
}
.radio-soft-danger .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-danger .form-check-input:checked {
    background-color: var(--dx-danger);
    border-color: var(--dx-danger);
}
.check-light .form-check-input:checked {
    background-color: var(--dx-light);
    border-color: var(--dx-light);
}
.check-soft-light .form-check-input {
    --dx-border-color: rgba(var(--dx-light-rgb), 0.2);
    --dx-form-check-bg: var(--dx-light-bg-subtle);
}
.check-soft-light .form-check-input:checked,
.radio-light .form-check-input:checked {
    background-color: var(--dx-light);
    border-color: var(--dx-light);
}
.radio-soft-light .form-check-input {
    --dx-border-color: rgba(var(--dx-light-rgb), 0.2);
    --dx-form-check-bg: var(--dx-light-bg-subtle);
}
.radio-soft-light .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-light .form-check-input:checked {
    background-color: var(--dx-light);
    border-color: var(--dx-light);
}
.check-dark .form-check-input:checked {
    background-color: var(--dx-dark);
    border-color: var(--dx-dark);
}
.check-soft-dark .form-check-input {
    --dx-border-color: rgba(var(--dx-dark-rgb), 0.2);
    --dx-form-check-bg: var(--dx-dark-bg-subtle);
}
.check-soft-dark .form-check-input:checked,
.radio-dark .form-check-input:checked {
    background-color: var(--dx-dark);
    border-color: var(--dx-dark);
}
.radio-soft-dark .form-check-input {
    --dx-border-color: rgba(var(--dx-dark-rgb), 0.2);
    --dx-form-check-bg: var(--dx-dark-bg-subtle);
}
.radio-soft-dark .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-dark .form-check-input:checked {
    background-color: var(--dx-dark);
    border-color: var(--dx-dark);
}
.check-pink .form-check-input:checked {
    background-color: var(--dx-pink);
    border-color: var(--dx-pink);
}
.check-soft-pink .form-check-input {
    --dx-border-color: rgba(var(--dx-pink-rgb), 0.2);
    --dx-form-check-bg: var(--dx-pink-bg-subtle);
}
.check-soft-pink .form-check-input:checked,
.radio-pink .form-check-input:checked {
    background-color: var(--dx-pink);
    border-color: var(--dx-pink);
}
.radio-soft-pink .form-check-input {
    --dx-border-color: rgba(var(--dx-pink-rgb), 0.2);
    --dx-form-check-bg: var(--dx-pink-bg-subtle);
}
.radio-soft-pink .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-pink .form-check-input:checked {
    background-color: var(--dx-pink);
    border-color: var(--dx-pink);
}
.check-orange .form-check-input:checked {
    background-color: var(--dx-orange);
    border-color: var(--dx-orange);
}
.check-soft-orange .form-check-input {
    --dx-border-color: rgba(var(--dx-orange-rgb), 0.2);
    --dx-form-check-bg: var(--dx-orange-bg-subtle);
}
.check-soft-orange .form-check-input:checked,
.radio-orange .form-check-input:checked {
    background-color: var(--dx-orange);
    border-color: var(--dx-orange);
}
.radio-soft-orange .form-check-input {
    --dx-border-color: rgba(var(--dx-orange-rgb), 0.2);
    --dx-form-check-bg: var(--dx-orange-bg-subtle);
}
.radio-soft-orange .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-orange .form-check-input:checked {
    background-color: var(--dx-orange);
    border-color: var(--dx-orange);
}
.check-indigo .form-check-input:checked {
    background-color: var(--dx-indigo);
    border-color: var(--dx-indigo);
}
.check-soft-indigo .form-check-input {
    --dx-border-color: rgba(var(--dx-indigo-rgb), 0.2);
    --dx-form-check-bg: var(--dx-indigo-bg-subtle);
}
.check-soft-indigo .form-check-input:checked,
.radio-indigo .form-check-input:checked {
    background-color: var(--dx-indigo);
    border-color: var(--dx-indigo);
}
.radio-soft-indigo .form-check-input {
    --dx-border-color: rgba(var(--dx-indigo-rgb), 0.2);
    --dx-form-check-bg: var(--dx-indigo-bg-subtle);
}
.radio-soft-indigo .form-check-input:focus {
    box-shadow: none;
}
.radio-soft-indigo .form-check-input:checked {
    background-color: var(--dx-indigo);
    border-color: var(--dx-indigo);
}
.input-spin-primary button:hover svg {
    color: var(--dx-primary);
}
.input-solid-primary .input-spin-plus,
.input-solid-primary .input-spin-minus {
    color: #fff;
    background-color: var(--dx-primary) !important;
}
.input-spin-secondary button:hover svg {
    color: var(--dx-secondary);
}
.input-solid-secondary .input-spin-plus,
.input-solid-secondary .input-spin-minus {
    color: #fff;
    background-color: var(--dx-secondary) !important;
}
.input-spin-success button:hover svg {
    color: var(--dx-success);
}
.input-solid-success .input-spin-plus,
.input-solid-success .input-spin-minus {
    color: #fff;
    background-color: var(--dx-success) !important;
}
.input-spin-info button:hover svg {
    color: var(--dx-info);
}
.input-solid-info .input-spin-plus,
.input-solid-info .input-spin-minus {
    color: #fff;
    background-color: var(--dx-info) !important;
}
.input-spin-warning button:hover svg {
    color: var(--dx-warning);
}
.input-solid-warning .input-spin-plus,
.input-solid-warning .input-spin-minus {
    color: #fff;
    background-color: var(--dx-warning) !important;
}
.input-spin-danger button:hover svg {
    color: var(--dx-danger);
}
.input-solid-danger .input-spin-plus,
.input-solid-danger .input-spin-minus {
    color: #fff;
    background-color: var(--dx-danger) !important;
}
.input-spin-light button:hover svg {
    color: var(--dx-light);
}
.input-solid-light .input-spin-plus,
.input-solid-light .input-spin-minus {
    color: var(--dx-secondary-color);
    background-color: var(--dx-light) !important;
}
.input-spin-dark button:hover svg {
    color: var(--dx-dark);
}
.input-solid-dark .input-spin-plus,
.input-solid-dark .input-spin-minus {
    color: #fff;
    background-color: var(--dx-dark) !important;
}
.input-spin-pink button:hover svg {
    color: var(--dx-pink);
}
.input-solid-pink .input-spin-plus,
.input-solid-pink .input-spin-minus {
    color: #fff;
    background-color: var(--dx-pink) !important;
}
.input-spin-orange button:hover svg {
    color: var(--dx-orange);
}
.input-solid-orange .input-spin-plus,
.input-solid-orange .input-spin-minus {
    color: #fff;
    background-color: var(--dx-orange) !important;
}
.input-spin-indigo button:hover svg {
    color: var(--dx-indigo);
}
.input-solid-indigo .input-spin-plus,
.input-solid-indigo .input-spin-minus {
    color: #fff;
    background-color: var(--dx-indigo) !important;
}
.toast-primary {
    --dx-toast-bg: var(--dx-primary);
    --dx-toast-color: var(--dx-white);
    --dx-toast-header-bg: var(--dx-primary);
    --dx-toast-border-color: var(--dx-primary);
    --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
    --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}
.toast-primary .btn-close {
    --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}
.toast-secondary {
    --dx-toast-bg: var(--dx-secondary);
    --dx-toast-color: var(--dx-white);
    --dx-toast-header-bg: var(--dx-secondary);
    --dx-toast-border-color: var(--dx-secondary);
    --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
    --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}
.toast-secondary .btn-close {
    --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}
.toast-success {
    --dx-toast-bg: var(--dx-success);
    --dx-toast-color: var(--dx-white);
    --dx-toast-header-bg: var(--dx-success);
    --dx-toast-border-color: var(--dx-success);
    --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
    --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}
.toast-success .btn-close {
    --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}
.toast-info {
    --dx-toast-bg: var(--dx-info);
    --dx-toast-color: var(--dx-white);
    --dx-toast-header-bg: var(--dx-info);
    --dx-toast-border-color: var(--dx-info);
    --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
    --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}
.toast-info .btn-close {
    --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}
.toast-warning {
    --dx-toast-bg: var(--dx-warning);
    --dx-toast-color: var(--dx-white);
    --dx-toast-header-bg: var(--dx-warning);
    --dx-toast-border-color: var(--dx-warning);
    --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
    --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}
.toast-warning .btn-close {
    --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}
.toast-danger {
    --dx-toast-bg: var(--dx-danger);
    --dx-toast-color: var(--dx-white);
    --dx-toast-header-bg: var(--dx-danger);
    --dx-toast-border-color: var(--dx-danger);
    --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
    --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}
.toast-danger .btn-close {
    --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}
.toast-pink {
    --dx-toast-bg: var(--dx-pink);
    --dx-toast-color: var(--dx-white);
    --dx-toast-header-bg: var(--dx-pink);
    --dx-toast-border-color: var(--dx-pink);
    --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
    --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}
.toast-pink .btn-close {
    --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}
.toast-orange {
    --dx-toast-bg: var(--dx-orange);
    --dx-toast-color: var(--dx-white);
    --dx-toast-header-bg: var(--dx-orange);
    --dx-toast-border-color: var(--dx-orange);
    --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
    --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}
.toast-orange .btn-close {
    --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}
.toast-indigo {
    --dx-toast-bg: var(--dx-indigo);
    --dx-toast-color: var(--dx-white);
    --dx-toast-header-bg: var(--dx-indigo);
    --dx-toast-border-color: var(--dx-indigo);
    --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
    --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}
.toast-indigo .btn-close {
    --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}
[data-theme="minimal"] {
    --dx-font-family-base: "Poppins", sans-serif;
    --dx-font-family-heading: "Poppins", sans-serif;
    --dx-body-font-size: 0.875rem;
    --dx-body-bg: #fff;
    --dx-secondary-bg: #fff;
    --dx-tertiary-bg: #f6f6f6;
    --dx-light: #f6f6f6;
    --dx-light-rgb: 246, 246, 246;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-box-shadow: #959da521 0px 8px 24px;
    --dx-sidebar-font-size: 0.9375rem;
    --dx-sidebar-menu-title-font-size: 0.75rem;
    --dx-element-shadow: none;
    --dx-primary: #0061ff;
    --dx-primary-rgb: 0, 97, 255;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-success: #26c14f;
    --dx-success-rgb: 38, 193, 79;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #fe6363;
    --dx-danger-rgb: 254, 99, 99;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-secondary: #33ca8e;
    --dx-secondary-rgb: 51, 202, 142;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-info: #60baef;
    --dx-info-rgb: 96, 186, 239;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-warning: #f4d640;
    --dx-warning-rgb: 244, 214, 64;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-pink: #f17cd8;
    --dx-pink-rgb: 241, 124, 216;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #6d6ce1;
    --dx-indigo-rgb: 109, 108, 225;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #ff9a47;
    --dx-orange-rgb: 255, 154, 71;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
}
[data-theme="minimal"] .card {
    --dx-card-box-shadow: none;
    --dx-card-border-width: 1px;
    --dx-card-border-color: var(--dx-border-color);
}
[data-theme="minimal"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="minimal"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-light);
}
[data-theme="minimal"][data-sidebar-colors="light"] {
    --dx-sidebar-border: var(--dx-light);
    --dx-sidebar-bg: #f7faff;
    --dx-sidebar-link-bg-hover-color: #fff;
    --dx-sidebar-link-bg-active-color: #fff;
}
[data-theme="minimal"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
[data-theme="elegant"] {
    --dx-font-family-base: "Zalando Sans", sans-serif;
    --dx-font-family-heading: "Zalando Sans", sans-serif;
    --dx-body-font-size: 0.9688rem;
    --dx-body-bg: #fff;
    --dx-secondary-bg: #fff;
    --dx-tertiary-bg: #f6f6f6;
    --dx-light: #f6f6f6;
    --dx-light-rgb: 246, 246, 246;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-border-radius: 0.625rem;
    --dx-border-radius-sm: 3px;
    --dx-sidebar-font-size: 0.9375rem;
    --dx-sidebar-menu-title-font-size: 0.75rem;
    --dx-primary: #6e4f61;
    --dx-primary-rgb: 110, 79, 97;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-secondary: #51448c;
    --dx-secondary-rgb: 81, 68, 140;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-success: #2fc59c;
    --dx-success-rgb: 47, 197, 156;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #dc5454;
    --dx-danger-rgb: 220, 84, 84;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-warning: #ebb648;
    --dx-warning-rgb: 235, 182, 72;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-info: #43a7c4;
    --dx-info-rgb: 67, 167, 196;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-pink: #d86ca0;
    --dx-pink-rgb: 216, 108, 160;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #5968c9;
    --dx-indigo-rgb: 89, 104, 201;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #ff8f3f;
    --dx-orange-rgb: 255, 143, 63;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
}
[data-theme="elegant"] .card {
    --dx-card-border-width: 1px;
    --dx-card-border-color: var(--dx-border-color);
    --dx-card-bg: #fff;
    --dx-card-box-shadow: none;
}
[data-theme="elegant"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="elegant"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: rgba(var(--dx-sidebar-bg-rgb), 0.5);
}
[data-theme="elegant"][data-sidebar-colors="light"] {
    --dx-sidebar-bg: #f0f1f5;
}
[data-theme="elegant"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #1f242e;
}
[data-theme="elegant"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #2a364e;
}
[data-theme="elegant"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
@media (width>=1536px) {
    [data-theme="elegant"][data-layout="neo"]
        body:not(.auth-wrapper)
        .page-wrapper {
        padding-inline: 5rem;
    }
}
@media (width>=1200px) {
    [data-theme="elegant"][data-layout="neo"]
        body:not(.auth-wrapper)
        .main-topbar:not(.nav-sticky) {
        margin-inline: 1.625rem;
    }
}
@media (width>=1536px) {
    [data-theme="elegant"][data-layout="neo"]
        body:not(.auth-wrapper)
        .main-topbar:not(.nav-sticky) {
        margin-inline: 4.625rem;
    }
}
[data-theme="material"] {
    --dx-font-family-base: "Rubik", sans-serif;
    --dx-font-family-heading: "Rubik", sans-serif;
    --dx-body-font-size: 0.9063rem;
    --dx-body-bg: #eef2f6;
    --dx-secondary-bg: #fff;
    --dx-secondary-color: #627383;
    --dx-tertiary-bg: #f4f6f8;
    --dx-tertiary-bg-rgb: 244, 246, 248;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-border-radius: 0.75rem;
    --dx-border-radius-sm: 0.5rem;
    --dx-font-weight-semibold: 500;
    --dx-element-shadow: #00000014 1.95px 1.95px 13px;
    --dx-spacer: 1.375rem;
    --dx-sidebar-font-size: 0.9063rem;
    --dx-sidebar-menu-title-font-size: 0.75rem;
    --dx-box-shadow:
        0px 3px 3px -2px #919eab33, 0px 3px 4px 0px #919eab24,
        0px 1px 8px 0px #919eab1f;
    --dx-primary: #047263;
    --dx-primary-rgb: 4, 114, 99;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-secondary: #5e61d9;
    --dx-secondary-rgb: 94, 97, 217;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-success: #08a14a;
    --dx-success-rgb: 8, 161, 74;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #e55556;
    --dx-danger-rgb: 229, 85, 86;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-warning: #ebc724;
    --dx-warning-rgb: 235, 199, 36;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-info: #30aac3;
    --dx-info-rgb: 48, 170, 195;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-pink: #e3569c;
    --dx-pink-rgb: 227, 86, 156;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-orange: #e57a30;
    --dx-orange-rgb: 229, 122, 48;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-indigo: #793cb5;
    --dx-indigo-rgb: 121, 60, 181;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-light: #f4f6f8;
    --dx-light-rgb: 244, 246, 248;
    --dx-light-text-emphasis: color-mix(
        in srgb,
        var(--dx-light) 75%,
        black 25%
    );
    --dx-light-bg-subtle: color-mix(in srgb, var(--dx-light) 80%, white 20%);
    --dx-light-border-subtle: color-mix(
        in srgb,
        var(--dx-light) 30%,
        transparent
    );
}
[data-theme="material"] .card {
    --dx-card-border-color: transparent;
    --dx-card-border-width: 0;
    --dx-card-box-shadow: #00000014 1.95px 1.95px 13px;
}
[data-theme="material"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="material"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-secondary-bg);
}
[data-theme="material"][data-sidebar-colors="light"] {
    --dx-sidebar-border: var(--dx-border-color);
    --dx-sidebar-bg: var(--dx-secondary-bg);
}
[data-theme="material"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #021412;
}
[data-theme="material"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #021412;
}
[data-theme="material"] .dropdown-menu {
    --dx-dropdown-border-width: 1px;
}
[data-theme="material"] .profile-widget {
    margin-inline: -1.25rem;
}
[data-theme="material"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.07);
}
[data-theme="sparkle"] {
    --dx-font-family-base: "Chivo", sans-serif;
    --dx-font-family-heading: "Chivo", sans-serif;
    --dx-body-font-size: 0.9375rem;
    --dx-body-bg: #f2eeed;
    --dx-secondary-bg: #fff;
    --dx-secondary-bg-rgb: 255, 255, 255;
    --dx-tertiary-bg: #f9f9f9;
    --dx-tertiary-bg-rgb: 246, 246, 246;
    --dx-light: #f5f4f4;
    --dx-light-rgb: 245, 244, 244;
    --dx-border-color: #e5e1e0;
    --dx-border-radius: 6px;
    --dx-border-radius-sm: 3px;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-page-wrapper-width: 112px;
    --dx-sidebar-font-size: 0.9375rem;
    --dx-sidebar-menu-title-font-size: 0.75rem;
    --dx-primary: #d92e58;
    --dx-primary-rgb: 217, 46, 88;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-success: #0a994e;
    --dx-success-rgb: 10, 153, 78;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #e5353f;
    --dx-danger-rgb: 229, 53, 63;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-secondary: #2667b5;
    --dx-secondary-rgb: 38, 103, 181;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-info: #1bb0c9;
    --dx-info-rgb: 27, 176, 201;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-warning: #e7bc28;
    --dx-warning-rgb: 231, 188, 40;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-pink: #dd2db0;
    --dx-pink-rgb: 221, 45, 176;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #5034c7;
    --dx-indigo-rgb: 80, 52, 199;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #e77b23;
    --dx-orange-rgb: 231, 123, 35;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-light-text-emphasis: color-mix(
        in srgb,
        var(--dx-light) 75%,
        black 25%
    );
    --dx-light-bg-subtle: color-mix(in srgb, var(--dx-light) 10%, transparent);
    --dx-light-border-subtle: color-mix(
        in srgb,
        var(--dx-light) 30%,
        transparent
    );
    --dx-dark: #3c0f1a;
    --dx-dark-rgb: 60, 15, 26;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="sparkle"] .card {
    --dx-card-border-width: 0;
    --dx-card-border-color: var(--dx-border-color);
    --dx-card-bg: #fff;
    --dx-card-box-shadow: none;
}
[data-theme="sparkle"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="sparkle"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-secondary-bg);
}
[data-theme="sparkle"][data-sidebar-colors="light"] {
    --dx-sidebar-border: var(--dx-border-color);
    --dx-sidebar-bg: var(--dx-secondary-bg);
}
[data-theme="sparkle"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #25252d;
}
[data-theme="sparkle"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #1a1c1b;
}
[data-theme="sparkle"] .dropdown-menu {
    --dx-dropdown-border-width: 1px;
    box-shadow: none;
}
[data-theme="sparkle"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
@media (width>=1536px) {
    [data-theme="sparkle"] .profile-widget {
        margin: -15px calc(var(--dx-page-wrapper-width) * -1.085) 0
            calc(var(--dx-page-wrapper-width) * -1.085);
    }
}
[data-theme="flat"] {
    --dx-font-family-base: "Saira", sans-serif;
    --dx-font-family-heading: "Saira", sans-serif;
    --dx-body-font-size: 1rem;
    --dx-body-bg: #efefef;
    --dx-secondary-bg: #fff;
    --dx-tertiary-bg: #f6f6f6;
    --dx-light: #f6f6f6;
    --dx-light-rgb: 246, 246, 246;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-spacer: 1.5rem;
    --dx-box-shadow: 0 4px 6px -1px #dce9f966;
    --dx-font-weight-medium: 600;
    --dx-sidebar-font-size: 0.9688rem;
    --dx-sidebar-menu-title-font-size: 0.8125rem;
    --dx-primary: #2042c7;
    --dx-primary-rgb: 32, 66, 199;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-success: #5dc235;
    --dx-success-rgb: 93, 194, 53;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #e56666;
    --dx-danger-rgb: 229, 102, 102;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-secondary: #8f76eb;
    --dx-secondary-rgb: 143, 118, 235;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-info: #27b8d3;
    --dx-info-rgb: 39, 184, 211;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-warning: #f1d745;
    --dx-warning-rgb: 241, 215, 69;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-pink: #e374ad;
    --dx-pink-rgb: 227, 116, 173;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #9d71e7;
    --dx-indigo-rgb: 157, 113, 231;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #f7bc4d;
    --dx-orange-rgb: 247, 188, 77;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-dark: #312f2e;
    --dx-dark-rgb: 49, 47, 46;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="flat"] .card {
    --dx-card-border-width: 0;
    --dx-card-bg: #fff;
    --dx-card-box-shadow: var(--dx-box-shadow);
}
[data-theme="flat"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="flat"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-secondary-bg);
}
[data-theme="flat"][data-sidebar-colors="light"] {
    --dx-sidebar-bg: var(--dx-secondary-bg);
}
[data-theme="flat"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #2a2929;
}
[data-theme="flat"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #2a2929;
}
[data-theme="flat"][data-bs-theme="dark"] {
    --dx-box-shadow: 0 4px 6px -1px #10162c;
}
[data-theme="flat"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
@media (width>=1536px) {
    [data-theme="flat"][data-layout="neo"]
        body:not(.auth-wrapper)
        .page-wrapper {
        padding-inline: 4rem;
    }
}
@media (width>=1200px) {
    [data-theme="flat"][data-layout="neo"]
        body:not(.auth-wrapper)
        .main-topbar:not(.nav-sticky) {
        margin-inline: 1.625rem;
    }
}
@media (width>=1536px) {
    [data-theme="flat"][data-layout="neo"]
        body:not(.auth-wrapper)
        .main-topbar:not(.nav-sticky) {
        margin-inline: 4.625rem;
    }
}
[data-theme="creative"] {
    --dx-font-family-base: "Nunito", sans-serif;
    --dx-font-family-heading: "Nunito", sans-serif;
    --dx-body-font-size: 0.9688rem;
    --dx-body-bg: #fff6;
    --dx-secondary-bg: #fff;
    --dx-secondary-bg-rgb: 255, 255, 255;
    --dx-tertiary-bg: #fff6;
    --dx-tertiary-bg-rgb: 255, 255, 255;
    --dx-light: #fff;
    --dx-light-rgb: 255, 255, 255;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-box-shadow: none;
    --dx-font-weight-semibold: 700;
    --dx-primary: #5d87ff;
    --dx-primary-rgb: 93, 135, 255;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-secondary: #8b7cf6;
    --dx-secondary-rgb: 139, 124, 246;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-success: #38d6a3;
    --dx-success-rgb: 56, 214, 163;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #ff6b6b;
    --dx-danger-rgb: 255, 107, 107;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-info: #42c5f5;
    --dx-info-rgb: 66, 197, 245;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-warning: #ffbe55;
    --dx-warning-rgb: 255, 190, 85;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-pink: #ff7eb6;
    --dx-pink-rgb: 255, 126, 182;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #6f73ff;
    --dx-indigo-rgb: 111, 115, 255;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #ff9f43;
    --dx-orange-rgb: 255, 159, 67;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-dark: #393552;
    --dx-dark-rgb: 57, 53, 82;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="creative"] .card {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
[data-theme="creative"] .body-effect-img {
    z-index: 0;
    opacity: 0.5;
    background-image: url(../images/body-bg-light.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: fixed;
    inset: 0;
}
[data-theme="creative"]:is([data-bs-theme="dark"], [data-bs-theme="black"])
    .body-effect-img {
    opacity: 0.5;
    background-image: url(../images/body-bg-dark.webp);
}
[data-theme="creative"] .card {
    --dx-card-box-shadow: var(--dx-box-shadow);
    --dx-card-bg: rgba(var(--dx-secondary-bg-rgb), 0.4);
}
[data-theme="creative"][data-bs-theme="light"] .card {
    --dx-card-border-color: var(--dx-white);
}
[data-theme="creative"]:is([data-bs-theme="dark"], [data-bs-theme="black"])
    .card {
    --dx-card-bg: rgba(var(--dx-secondary-bg-rgb), 0.4) !important;
}
[data-theme="creative"][data-topbar-colors="light"] {
    --dx-topbar-bg: rgba(var(--dx-secondary-bg-rgb), 0.3);
    --dx-topbar-border: var(--dx-border-color);
}
[data-theme="creative"][data-sidebar-colors="light"] {
    --dx-sidebar-bg: rgba(var(--dx-secondary-bg-rgb), 0.3);
    --dx-sidebar-border: var(--dx-border-color);
}
[data-theme="creative"] .main-sidebar {
    border-color: var(--dx-secondary-bg);
}
[data-theme="default"] {
    --dx-element-shadow: none;
    --dx-page-wrapper-width: 5rem;
}
@media (width>=1536px) {
    [data-theme="default"] .profile-widget {
        margin: -15px calc(var(--dx-page-wrapper-width) * -1.12) 0
            calc(var(--dx-page-wrapper-width) * -1.12);
    }
}
[data-theme="corporate"] {
    --dx-font-family-base: "DM Sans", sans-serif;
    --dx-font-family-heading: "DM Sans", sans-serif;
    --dx-body-font-size: 0.9688rem;
    --dx-body-bg: #fefaf2;
    --dx-secondary-bg: #fff;
    --dx-tertiary-bg: #f6f6f6;
    --dx-light: #f3f3f3;
    --dx-light-rgb: 243, 243, 243;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-spacer: 1.5rem;
    --dx-box-shadow: #efefef 0px 8px 24px;
    --dx-border-radius: 1.125rem;
    --dx-sidebar-font-size: 1rem;
    --dx-sidebar-menu-title-font-size: 0.8125rem;
    --dx-primary: #f78a42;
    --dx-primary-rgb: 247, 138, 66;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-success: #25c17c;
    --dx-success-rgb: 37, 193, 124;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #f96060;
    --dx-danger-rgb: 249, 96, 96;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-secondary: #a951a7;
    --dx-secondary-rgb: 169, 81, 167;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-info: #10c5e7;
    --dx-info-rgb: 16, 197, 231;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-warning: #ebc02a;
    --dx-warning-rgb: 235, 192, 42;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-pink: #e76aaa;
    --dx-pink-rgb: 231, 106, 170;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #347ec5;
    --dx-indigo-rgb: 52, 126, 197;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #f1833e;
    --dx-orange-rgb: 241, 131, 62;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-light-text-emphasis: color-mix(
        in srgb,
        var(--dx-light) 75%,
        black 25%
    );
    --dx-light-bg-subtle: color-mix(in srgb, var(--dx-light) 10%, transparent);
    --dx-light-border-subtle: color-mix(
        in srgb,
        var(--dx-light) 30%,
        transparent
    );
    --dx-dark: #4c4b49;
    --dx-dark-rgb: 76, 75, 73;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="corporate"] .card {
    --dx-card-border-width: 0;
    --dx-card-border-color: var(--dx-border-color);
    --dx-card-bg: #fff;
    --dx-card-box-shadow: var(--dx-box-shadow);
}
[data-theme="corporate"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="corporate"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-secondary-bg);
}
[data-theme="corporate"][data-sidebar-colors="light"] {
    --dx-sidebar-border: var(--dx-border-color);
    --dx-sidebar-bg: var(--dx-secondary-bg);
}
[data-theme="corporate"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #2a2929;
}
[data-theme="corporate"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #2a2929;
}
[data-theme="corporate"][data-bs-theme="dark"] {
    --dx-box-shadow: #12121231 0px 8px 24px;
}
[data-theme="corporate"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
[data-theme="retro"] {
    --dx-font-family-base: "Montserrat", sans-serif;
    --dx-font-family-heading: "Montserrat", sans-serif;
    --dx-body-font-size: 1rem;
    --dx-body-bg: #cee9e0;
    --dx-secondary-bg: #fff;
    --dx-tertiary-bg: #f6f6f6;
    --dx-light: #f3f3f3;
    --dx-light-rgb: 243, 243, 243;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-spacer: 1.5rem;
    --dx-box-shadow: #f3f2f0 0px 8px 24px;
    --dx-border-color: var(--dx-dark);
    --dx-border-radius: 0.8125rem;
    --dx-sidebar-font-size: 1rem;
    --dx-sidebar-menu-title-font-size: 0.8125rem;
    --dx-primary: #8ec503;
    --dx-primary-rgb: 142, 197, 3;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-success: #4db380;
    --dx-success-rgb: 77, 179, 128;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #d74863;
    --dx-danger-rgb: 215, 72, 99;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-secondary: #a951a7;
    --dx-secondary-rgb: 169, 81, 167;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-info: #43e3e9;
    --dx-info-rgb: 67, 227, 233;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-warning: #edc93a;
    --dx-warning-rgb: 237, 201, 58;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-pink: #cd62b0;
    --dx-pink-rgb: 205, 98, 176;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #514a87;
    --dx-indigo-rgb: 81, 74, 135;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #eda25d;
    --dx-orange-rgb: 237, 162, 93;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-light-text-emphasis: color-mix(
        in srgb,
        var(--dx-light) 75%,
        black 25%
    );
    --dx-light-bg-subtle: color-mix(in srgb, var(--dx-light) 10%, transparent);
    --dx-light-border-subtle: color-mix(
        in srgb,
        var(--dx-light) 30%,
        transparent
    );
    --dx-dark: #4c4b49;
    --dx-dark-rgb: 76, 75, 73;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="retro"] .card {
    --dx-card-border-width: 3px;
    --dx-card-border-color: var(--dx-dark);
    --dx-card-bg: #fff;
    --dx-card-box-shadow: none;
}
[data-theme="retro"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="retro"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-secondary-bg);
}
[data-theme="retro"][data-sidebar-colors="light"] {
    --dx-sidebar-border: var(--dx-border-color);
    --dx-sidebar-bg: var(--dx-secondary-bg);
}
[data-theme="retro"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #2a2929;
}
[data-theme="retro"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #2a2929;
}
[data-theme="retro"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
[data-theme="modern"] {
    --dx-font-family-base: "Inter", sans-serif;
    --dx-font-family-heading: "Inter", sans-serif;
    --dx-body-font-size: 0.9688rem;
    --dx-body-bg: #f5f5f5;
    --dx-secondary-bg: #fff;
    --dx-tertiary-bg: #f6f6f6;
    --dx-light: #f6f6f6;
    --dx-light-rgb: 246, 246, 246;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-spacer: 1.5rem;
    --dx-box-shadow: #e3e0e0 1.95px 1.95px 2.6px;
    --dx-sidebar-font-size: 1rem;
    --dx-sidebar-menu-title-font-size: 0.8125rem;
    --dx-primary: #8ab5e9;
    --dx-primary-rgb: 138, 181, 233;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-secondary: #6fafa3;
    --dx-secondary-rgb: 111, 175, 163;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-success: #52b788;
    --dx-success-rgb: 82, 183, 136;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #ff758f;
    --dx-danger-rgb: 255, 117, 143;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-warning: #ffc903;
    --dx-warning-rgb: 255, 201, 3;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-info: #4cc9f0;
    --dx-info-rgb: 76, 201, 240;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-pink: #fd7eac;
    --dx-pink-rgb: 253, 126, 172;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #927ee3;
    --dx-indigo-rgb: 146, 126, 227;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #f9ab53;
    --dx-orange-rgb: 249, 171, 83;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-dark: #2b2d42;
    --dx-dark-rgb: 43, 45, 66;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="modern"] .card {
    --dx-card-border-width: 0;
    --dx-card-border-color: var(--dx-border-color);
    --dx-card-bg: #fff;
    --dx-card-box-shadow: var(--dx-box-shadow);
}
[data-theme="modern"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="modern"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-secondary-bg);
}
[data-theme="modern"][data-sidebar-colors="light"] {
    --dx-sidebar-border: var(--dx-border-color);
    --dx-sidebar-bg: var(--dx-secondary-bg);
}
[data-theme="modern"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #2a2929;
}
[data-theme="modern"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #2a2929;
}
[data-theme="modern"][data-bs-theme="dark"] {
    --dx-box-shadow: #11151a70 1.95px 1.95px 2.6px;
}
[data-theme="modern"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
[data-theme="modern"] .profile-widget {
    margin-inline: calc(var(--dx-spacer) * -0.85);
}
[data-theme="edge"] {
    --dx-font-family-base: "IBM Plex Sans", sans-serif;
    --dx-font-family-heading: "IBM Plex Sans", sans-serif;
    --dx-body-font-size: 0.9688rem;
    --dx-body-bg: #e4edf7;
    --dx-secondary-bg: #e4edf7;
    --dx-secondary-bg-rgb: 228, 237, 247;
    --dx-tertiary-bg: #d9e4f1;
    --dx-tertiary-bg-rgb: 217, 228, 241;
    --dx-light: #d9e4f1;
    --dx-light-rgb: 217, 228, 241;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-spacer: 1.5rem;
    --dx-box-shadow: 8px 8px 9px 0px #00000012, -3px -3px 6px 0px #f3f8ffe6;
    --dx-border-color: #d5e0eb;
    --dx-border-radius: 8px;
    --dx-page-wrapper-width: 4rem;
    --dx-sidebar-font-size: 1rem;
    --dx-sidebar-menu-title-font-size: 0.8125rem;
    --dx-primary: #6346eb;
    --dx-primary-rgb: 99, 70, 235;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-secondary: #20c9f9;
    --dx-secondary-rgb: 32, 201, 249;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-success: #0bcb8b;
    --dx-success-rgb: 11, 203, 139;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #f75c5c;
    --dx-danger-rgb: 247, 92, 92;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-warning: #f5c11f;
    --dx-warning-rgb: 245, 193, 31;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-info: #18d0d5;
    --dx-info-rgb: 24, 208, 213;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-pink: #e74da3;
    --dx-pink-rgb: 231, 77, 163;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #9267f5;
    --dx-indigo-rgb: 146, 103, 245;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #ed8e43;
    --dx-orange-rgb: 237, 142, 67;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-light-text-emphasis: color-mix(
        in srgb,
        var(--dx-light) 75%,
        black 25%
    );
    --dx-light-bg-subtle: color-mix(in srgb, var(--dx-light) 10%, transparent);
    --dx-light-border-subtle: color-mix(
        in srgb,
        var(--dx-light) 30%,
        transparent
    );
    --dx-dark: #36277c;
    --dx-dark-rgb: 54, 39, 124;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="edge"] .card {
    --dx-card-border-width: 0;
    --dx-card-border-color: var(--dx-border-color);
    --dx-card-bg: var(--dx-body-bg);
    --dx-card-box-shadow: var(--dx-box-shadow);
}
[data-theme="edge"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="edge"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-body-bg);
}
[data-theme="edge"][data-sidebar-colors="light"] {
    --dx-sidebar-border: var(--dx-border-color);
    --dx-sidebar-bg: var(--dx-body-bg);
}
[data-theme="edge"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #2a2929;
}
[data-theme="edge"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #2a2929;
}
[data-theme="edge"]:is([data-bs-theme="dark"], [data-bs-theme="black"]) {
    --dx-box-shadow: 8px 8px 18px 0px #0000000d, -3px -3px 10px 0px #ffffff05;
}
[data-theme="edge"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
[data-theme="edge"] .navbar-search .form-control {
    background-color: rgba(var(--dx-light-rgb), 0.8);
}
[data-theme="edge"] .main-sidebar {
    box-shadow: var(--dx-box-shadow);
}
@media (width>=1536px) {
    [data-theme="edge"] .profile-widget {
        margin: -15px calc(var(--dx-page-wrapper-width) * -1.15) 0
            calc(var(--dx-page-wrapper-width) * -1.15);
    }
}
[data-theme="edge"] .main-topbar .topbar-link .topbar-icon,
[data-theme="edge"] .main-topbar .navbar-search .form-control {
    background-color: #0000;
    box-shadow: var(--dx-box-shadow) !important;
}
[data-theme="vertex"] {
    --dx-font-family-base: "Outfit", sans-serif;
    --dx-font-family-heading: "Outfit", sans-serif;
    --dx-body-font-size: 1.0313rem;
    --dx-body-bg: #f2f2f2;
    --dx-secondary-bg: #fff;
    --dx-secondary-bg-rgb: 255, 255, 255;
    --dx-tertiary-bg: #f6f6f6;
    --dx-tertiary-bg-rgb: 246, 246, 246;
    --dx-light: #f4f7fe;
    --dx-light-rgb: 244, 247, 254;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-box-shadow: #0000000d 0px 6px 24px 0px;
    --dx-border-radius: 0.5rem;
    --dx-sidebar-font-size: 1rem;
    --dx-sidebar-menu-title-font-size: 0.8125rem;
    --dx-primary: #8b19cd;
    --dx-primary-rgb: 139, 25, 205;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-secondary: #2c8ebf;
    --dx-secondary-rgb: 44, 142, 191;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-success: #45b511;
    --dx-success-rgb: 69, 181, 17;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #db4066;
    --dx-danger-rgb: 219, 64, 102;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-warning: #f8c630;
    --dx-warning-rgb: 248, 198, 48;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-info: #44cfa4;
    --dx-info-rgb: 68, 207, 164;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-pink: #ff6392;
    --dx-pink-rgb: 255, 99, 146;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #748ffc;
    --dx-indigo-rgb: 116, 143, 252;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #eb8258;
    --dx-orange-rgb: 235, 130, 88;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-light-text-emphasis: color-mix(
        in srgb,
        var(--dx-light) 75%,
        black 25%
    );
    --dx-light-bg-subtle: color-mix(in srgb, var(--dx-light) 10%, transparent);
    --dx-light-border-subtle: color-mix(
        in srgb,
        var(--dx-light) 30%,
        transparent
    );
    --dx-dark: #25291c;
    --dx-dark-rgb: 37, 41, 28;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="vertex"] .card {
    --dx-card-border-width: 1px;
    --dx-card-border-color: var(--dx-border-color);
    --dx-card-bg: #fff;
    --dx-card-box-shadow: var(--dx-box-shadow);
}
[data-theme="vertex"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="vertex"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-secondary-bg);
}
[data-theme="vertex"][data-sidebar-colors="light"] {
    --dx-sidebar-border: var(--dx-border-color);
    --dx-sidebar-bg: var(--dx-secondary-bg);
}
[data-theme="vertex"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #2a2929;
}
[data-theme="vertex"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #2a2929;
}
[data-theme="vertex"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
[data-theme="prime"] {
    --dx-font-family-base: "Strichpunkt Sans", sans-serif;
    --dx-font-family-heading: "Strichpunkt Sans", sans-serif;
    --dx-body-font-size: 0.9375rem;
    --dx-body-bg: #faf6f5;
    --dx-secondary-bg: #fff;
    --dx-secondary-bg-rgb: 255, 255, 255;
    --dx-tertiary-bg: #f6f6f6;
    --dx-tertiary-bg-rgb: 246, 246, 246;
    --dx-light: #f4f7fe;
    --dx-light-rgb: 244, 247, 254;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-spacer: 1.5rem;
    --dx-box-shadow: 0 10px 30px #00000014, 0 2px 10px #0000000a;
    --dx-border-radius: 0.5rem;
    --dx-font-weight-semibold: 700;
    --dx-font-weight-medium: 600;
    --dx-page-wrapper-width: 4rem;
    --dx-sidebar-font-size: 0.9688rem;
    --dx-sidebar-menu-title-font-size: 0.7813rem;
    --dx-primary: #874883;
    --dx-primary-rgb: 135, 72, 131;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-secondary: #240018;
    --dx-secondary-rgb: 36, 0, 24;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-success: #42c3a1;
    --dx-success-rgb: 66, 195, 161;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #e96b60;
    --dx-danger-rgb: 233, 107, 96;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-warning: #edd843;
    --dx-warning-rgb: 237, 216, 67;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-info: #5db5e5;
    --dx-info-rgb: 93, 181, 229;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-pink: #ff6392;
    --dx-pink-rgb: 255, 99, 146;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #748ffc;
    --dx-indigo-rgb: 116, 143, 252;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #eb8258;
    --dx-orange-rgb: 235, 130, 88;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-light-text-emphasis: color-mix(
        in srgb,
        var(--dx-light) 75%,
        black 25%
    );
    --dx-light-bg-subtle: color-mix(in srgb, var(--dx-light) 10%, transparent);
    --dx-light-border-subtle: color-mix(
        in srgb,
        var(--dx-light) 30%,
        transparent
    );
    --dx-dark: #25291c;
    --dx-dark-rgb: 37, 41, 28;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="prime"] .card {
    --dx-card-border-width: 0px;
    --dx-card-border-color: var(--dx-border-color);
    --dx-card-bg: #fff;
    --dx-card-box-shadow: var(--dx-box-shadow);
}
[data-theme="prime"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="prime"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-secondary-bg);
}
[data-theme="prime"][data-sidebar-colors="light"] {
    --dx-sidebar-border: var(--dx-border-color);
    --dx-sidebar-bg: var(--dx-secondary-bg);
}
[data-theme="prime"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #21071e;
}
[data-theme="prime"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #21071e;
}
[data-theme="prime"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
@media (width>=1536px) {
    [data-theme="prime"] .profile-widget {
        margin: -15px calc(var(--dx-page-wrapper-width) * -1.15) 0
            calc(var(--dx-page-wrapper-width) * -1.15);
    }
}
[data-theme="vision"] {
    --dx-font-family-base: "Rethink Sans", sans-serif;
    --dx-font-family-heading: "Rethink Sans", sans-serif;
    --dx-body-font-size: 0.9375rem;
    --dx-body-bg: #f2f7fa;
    --dx-secondary-bg: #fff;
    --dx-tertiary-bg: #f6f6f6;
    --dx-light: #f6f6f6;
    --dx-light-rgb: 246, 246, 246;
    --dx-custom-bg: var(--dx-tertiary-bg);
    --dx-custom-color: #7484a5;
    --dx-spacer: 18px;
    --dx-box-shadow: #959da505 0px 6px 8px;
    --dx-border-radius: 0.875rem;
    --dx-border-radius-sm: 0.625rem;
    --dx-sidebar-font-size: 16px;
    --dx-sidebar-menu-title-font-size: 12px;
    --dx-primary: #3b8ae9;
    --dx-primary-rgb: 59, 138, 233;
    --dx-primary-text-emphasis: color-mix(
        in srgb,
        var(--dx-primary) 75%,
        black 25%
    );
    --dx-primary-bg-subtle: color-mix(
        in srgb,
        var(--dx-primary) 10%,
        transparent
    );
    --dx-primary-border-subtle: color-mix(
        in srgb,
        var(--dx-primary) 30%,
        transparent
    );
    --dx-success: #2bab75;
    --dx-success-rgb: 43, 171, 117;
    --dx-success-text-emphasis: color-mix(
        in srgb,
        var(--dx-success) 75%,
        black 25%
    );
    --dx-success-bg-subtle: color-mix(
        in srgb,
        var(--dx-success) 10%,
        transparent
    );
    --dx-success-border-subtle: color-mix(
        in srgb,
        var(--dx-success) 30%,
        transparent
    );
    --dx-danger: #eb6565;
    --dx-danger-rgb: 235, 101, 101;
    --dx-danger-text-emphasis: color-mix(
        in srgb,
        var(--dx-danger) 75%,
        black 25%
    );
    --dx-danger-bg-subtle: color-mix(
        in srgb,
        var(--dx-danger) 10%,
        transparent
    );
    --dx-danger-border-subtle: color-mix(
        in srgb,
        var(--dx-danger) 30%,
        transparent
    );
    --dx-secondary: #d98a54;
    --dx-secondary-rgb: 217, 138, 84;
    --dx-secondary-text-emphasis: color-mix(
        in srgb,
        var(--dx-secondary) 75%,
        black 25%
    );
    --dx-secondary-bg-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 10%,
        transparent
    );
    --dx-secondary-border-subtle: color-mix(
        in srgb,
        var(--dx-secondary) 30%,
        transparent
    );
    --dx-info: #52b6c9;
    --dx-info-rgb: 82, 182, 201;
    --dx-info-text-emphasis: color-mix(in srgb, var(--dx-info) 75%, black 25%);
    --dx-info-bg-subtle: color-mix(in srgb, var(--dx-info) 10%, transparent);
    --dx-info-border-subtle: color-mix(
        in srgb,
        var(--dx-info) 30%,
        transparent
    );
    --dx-warning: #e1ca61;
    --dx-warning-rgb: 225, 202, 97;
    --dx-warning-text-emphasis: color-mix(
        in srgb,
        var(--dx-warning) 75%,
        black 25%
    );
    --dx-warning-bg-subtle: color-mix(
        in srgb,
        var(--dx-warning) 10%,
        transparent
    );
    --dx-warning-border-subtle: color-mix(
        in srgb,
        var(--dx-warning) 30%,
        transparent
    );
    --dx-pink: #d16ebd;
    --dx-pink-rgb: 209, 110, 189;
    --dx-pink-text-emphasis: color-mix(in srgb, var(--dx-pink) 75%, black 25%);
    --dx-pink-bg-subtle: color-mix(in srgb, var(--dx-pink) 10%, transparent);
    --dx-pink-border-subtle: color-mix(
        in srgb,
        var(--dx-pink) 30%,
        transparent
    );
    --dx-indigo: #7974d7;
    --dx-indigo-rgb: 121, 116, 215;
    --dx-indigo-text-emphasis: color-mix(
        in srgb,
        var(--dx-indigo) 75%,
        black 25%
    );
    --dx-indigo-bg-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 10%,
        transparent
    );
    --dx-indigo-border-subtle: color-mix(
        in srgb,
        var(--dx-indigo) 30%,
        transparent
    );
    --dx-orange: #e78b30;
    --dx-orange-rgb: 231, 139, 48;
    --dx-orange-text-emphasis: color-mix(
        in srgb,
        var(--dx-orange) 75%,
        black 25%
    );
    --dx-orange-bg-subtle: color-mix(
        in srgb,
        var(--dx-orange) 10%,
        transparent
    );
    --dx-orange-border-subtle: color-mix(
        in srgb,
        var(--dx-orange) 30%,
        transparent
    );
    --dx-dark: #312f2e;
    --dx-dark-rgb: 49, 47, 46;
    --dx-dark-text-emphasis: color-mix(in srgb, var(--dx-dark) 75%, black 25%);
    --dx-dark-bg-subtle: color-mix(in srgb, var(--dx-dark) 10%, transparent);
    --dx-dark-border-subtle: color-mix(
        in srgb,
        var(--dx-dark) 30%,
        transparent
    );
}
[data-theme="vision"] .card {
    --dx-card-border-width: 1px;
    --dx-card-box-shadow: var(--dx-box-shadow);
    --dx-card-border-color: var(--dx-border-color);
}
[data-theme="vision"] .modal {
    --dx-modal-bg: var(--dx-secondary-bg);
}
[data-theme="vision"][data-topbar-colors="light"] {
    --dx-topbar-border: var(--dx-border-color);
    --dx-topbar-bg: var(--dx-secondary-bg);
}
[data-theme="vision"][data-sidebar-colors="light"] {
    --dx-sidebar-bg: var(--dx-secondary-bg);
}
[data-theme="vision"][data-topbar-colors="dark"] {
    --dx-topbar-bg: #2a2929;
}
[data-theme="vision"][data-sidebar-colors="dark"] {
    --dx-sidebar-bg: #2a2929;
}
[data-theme="vision"] .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.1);
}
[data-theme="vision"] .main-topbar {
    border-bottom: 1px solid var(--dx-border-color);
}
.page-wrapper {
    padding-inline: 0.25rem;
    padding-bottom: 3.5rem;
    padding-block: calc(var(--dx-topbar) * 1.1) 3.5rem;
}
@media (width>=992px) {
    .page-wrapper {
        margin-left: var(--dx-sidebar);
    }
}
@media (width>=1536px) {
    .page-wrapper {
        padding-inline: var(--dx-page-wrapper-width);
    }
}
.main-sidebar {
    z-index: 1005;
    bottom: 0;
    left: 0;
    top: var(--dx-topbar);
    width: var(--dx-sidebar);
    border-right: 1px solid var(--dx-sidebar-border);
    background: var(--dx-sidebar-bg);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transition: all 0.3s ease-in-out;
    position: fixed;
}
@media (prefers-reduced-motion: reduce) {
    .main-sidebar {
        transition: none;
    }
}
.main-sidebar .navbar-brand {
    height: var(--dx-topbar);
    width: var(--dx-sidebar);
    justify-content: center;
    align-items: center;
    display: none;
}
@media (width<=991.98px) {
    .main-sidebar {
        top: 0;
    }
}
.main-sidebar .profile-dropdown {
    background-image: url(../images/profile-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.main-sidebar .profile-dropdown:before {
    content: "";
    background: linear-gradient(
        to top,
        var(--dx-sidebar-bg) 0%,
        transparent 50%,
        var(--dx-sidebar-bg) 100%
    );
    position: absolute;
    inset: 0;
}
.main-sidebar .profile-dropdown .btn {
    color: var(--dx-sidebar-link-active-color) !important;
}
.main-sidebar .profile-dropdown .btn:active {
    border-color: #0000;
}
.main-sidebar .profile-dropdown .btn .profile-version {
    padding-block: 2px;
    left: -1.25rem;
}
.main-sidebar .profile-dropdown .admin-name {
    color: var(--dx-sidebar-link-active-color);
}
.main-sidebar .profile-dropdown .admin-id {
    color: var(--dx-sidebar-link-sub-color);
}
.main-sidebar .profile-dropdown .profile-dropdown-menu .profile-link {
    color: var(--dx-secondary-color);
    padding: 0.5rem;
    transition: all 0.3s ease-in-out;
    display: block;
}
@media (prefers-reduced-motion: reduce) {
    .main-sidebar .profile-dropdown .profile-dropdown-menu .profile-link {
        transition: none;
    }
}
.main-sidebar .profile-dropdown .profile-dropdown-menu .profile-link:hover {
    color: var(--dx-primary);
}
[data-profile-sidebar] .main-sidebar .profile-dropdown {
    display: block;
}
.navbar-menu {
    height: calc(100vh - 5rem);
}
[data-profile-sidebar] .navbar-menu {
    height: calc(100vh - 14.5rem);
}
@media (width<=991.98px) {
    .navbar-menu {
        height: calc(100vh - 6rem);
    }
}
.navbar-menu .simplebar-wrapper {
    margin: 0;
}
.navbar-menu .simplebar-wrapper .simplebar-content {
    padding: 0 !important;
}
.navbar-menu .nav-menu-title {
    font-size: var(--dx-sidebar-menu-title-font-size);
    text-transform: uppercase;
    color: var(--dx-sidebar-menu-title);
    padding: 0.375rem 1rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.navbar-menu .nav-item {
    margin: 2px 14px;
}
.navbar-menu .nav-item > .nav-link {
    border-left: 1.5px solid #0000;
}
.navbar-menu .nav-item .nav-link {
    padding: var(--dx-sidebar-padding-y) var(--dx-sidebar-padding-x);
    font-size: var(--dx-sidebar-font-size);
    color: var(--dx-sidebar-link-color);
    border-radius: var(--dx-border-radius);
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease-in-out;
    display: flex;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-menu .nav-item .nav-link {
        transition: none;
    }
}
.navbar-menu .nav-item .nav-link .icons svg {
    width: 1rem;
    height: 1rem;
}
.navbar-menu .nav-item .nav-link[aria-expanded="true"] .menu-arrow svg {
    transform: rotate(180deg);
}
.navbar-menu .nav-item .nav-link:hover {
    color: var(--dx-sidebar-link-hover-color);
    background-color: var(--dx-sidebar-link-bg-hover-color);
}
.navbar-menu .nav-item .nav-link.active {
    color: var(--dx-sidebar-link-active-color);
    background-color: var(--dx-sidebar-link-bg-active-color);
}
.navbar-menu .nav-item .nav-menu-sub {
    margin-left: 0.45rem;
    padding: 0;
    list-style-type: none;
}
.navbar-menu .nav-item .nav-menu-sub li {
    position: relative;
}
.navbar-menu .nav-item .nav-menu-sub .nav-link {
    font-size: var(--dx-body-font-size);
    color: var(--dx-sidebar-link-sub-color);
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    position: relative;
}
.navbar-menu
    .nav-item
    .nav-menu-sub
    .nav-link[aria-expanded="true"]
    .menu-arrow
    svg {
    transform: rotate(180deg);
}
.navbar-menu .nav-item .nav-menu-sub .nav-link:after {
    content: "";
    background-color: var(--dx-sidebar-effect-color);
    border-radius: 50%;
    width: 0.3125rem;
    height: 0.3125rem;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 0.875rem;
    transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
    .navbar-menu .nav-item .nav-menu-sub .nav-link:after {
        transition: none;
    }
}
.navbar-menu .nav-item .nav-menu-sub .nav-link:is(:hover, .active):after {
    background-color: var(--dx-sidebar-effect-hover-color);
}
.navbar-menu .nav-item .nav-menu-sub .nav-link:hover {
    color: var(--dx-sidebar-link-sub-hover-color);
    background-color: #0000;
}
.navbar-menu .nav-item .nav-menu-sub .nav-link.active {
    color: var(--dx-sidebar-link-sub-active-color);
    background-color: #0000;
}
.sidebar-backdrop {
    opacity: 1;
    z-index: 1004;
    background-color: #10182866;
    display: none;
    position: fixed;
    inset: 0;
}
@media (width>=768px) and (width<=1199.98px) {
    .sidebar-hidden .main-sidebar {
        left: calc(var(--dx-sidebar-sm) * -1.1);
    }
    .sidebar-hidden .main-topbar {
        left: 0 !important;
    }
    .sidebar-hidden .page-wrapper {
        margin-left: 0 !important;
    }
}
@media (width<=991.98px) {
    .sidebar-hidden .main-sidebar {
        left: calc(var(--dx-sidebar) * -1.1);
    }
    .sidebar-hidden .main-sidebar.show {
        left: 0;
    }
}
[data-sidebar="medium"] .main-sidebar,
[data-sidebar="medium"] .main-sidebar .navbar-brand {
    width: var(--dx-sidebar-md);
}
[data-sidebar="medium"] .profile-dropdown .arrow {
    display: none;
}
[data-sidebar="medium"] .navbar-menu .nav-menu-title {
    text-align: center;
}
[data-sidebar="medium"] .navbar-menu .nav-item {
    margin-inline: 0;
}
[data-sidebar="medium"] .navbar-menu .nav-item .menu-arrow {
    display: none;
}
[data-sidebar="medium"] .navbar-menu .nav-item .nav-link {
    text-align: center;
    width: calc(var(--dx-sidebar-md) - 24px);
    flex-direction: column;
    gap: 0.75rem;
    margin: 0.5rem 0.75rem;
    padding-block: 0.75rem;
}
[data-sidebar="medium"] .navbar-menu .nav-item .nav-link .icons svg {
    width: 1.25rem;
    height: 1.25rem;
}
[data-sidebar="medium"] .navbar-menu .nav-item .nav-link.active {
    background-color: var(--dx-sidebar-link-bg-active-color);
}
[data-sidebar="medium"] .navbar-menu .nav-item .nav-menu-sub {
    margin-left: 0;
}
[data-sidebar="medium"] .navbar-menu .nav-item .nav-menu-sub li:before {
    display: none;
}
[data-sidebar="medium"] .navbar-menu .nav-item .nav-menu-sub .nav-link {
    width: 100%;
    margin: 0;
    padding: 0.5rem 1.5rem;
}
[data-sidebar="medium"] .navbar-menu .nav-item .nav-menu-sub .nav-link:after {
    display: none;
}
[data-sidebar="medium"] .navbar-menu .nav-item .nav-menu-sub .nav-link.active {
    background-color: #0000;
}
@media (width>=992px) {
    [data-sidebar="medium"] .page-wrapper {
        margin-left: var(--dx-sidebar-md);
    }
    [data-sidebar="medium"] .main-footer {
        left: var(--dx-sidebar-md);
    }
}
[data-sidebar="small"] .main-sidebar,
[data-sidebar="small"] .main-sidebar .navbar-brand {
    width: var(--dx-sidebar-sm);
}
[data-sidebar="small"] .profile-dropdown :is(.content, .arrow),
[data-sidebar="small"] .navbar-menu .nav-menu-title,
[data-sidebar="small"] .navbar-menu .nav-item :is(.content, .menu-arrow) {
    display: none;
}
[data-sidebar="small"] .navbar-menu .nav-item .nav-link {
    width: calc(var(--dx-sidebar-sm) - 24px);
    margin-inline: auto;
    padding-block: 0.75rem;
}
[data-sidebar="small"] .navbar-menu .nav-item .nav-link .icons {
    font-size: 1.125rem;
}
[data-sidebar="small"] .navbar-menu .nav-item .nav-link.active {
    background-color: var(--dx-sidebar-link-bg-active-color);
}
[data-sidebar="small"] .navbar-menu .nav-item .nav-menu-sub {
    left: var(--dx-sidebar-sm);
    background-color: var(--dx-sidebar-bg);
    box-shadow: var(--dx-sidebar-dropdown-shadow);
    width: 12rem;
    margin-left: 0;
    padding: 0.5rem 0;
    position: fixed;
}
[data-sidebar="small"] .navbar-menu .nav-item .nav-menu-sub .menu-arrow {
    display: inline-block !important;
}
[data-sidebar="small"] .navbar-menu .nav-item .nav-menu-sub li:before {
    display: none !important;
}
[data-sidebar="small"] .navbar-menu .nav-item .nav-menu-sub .nav-link {
    width: 100%;
    margin: 0;
    padding: 0.5rem 1.5rem 0.5rem 2rem;
}
[data-sidebar="small"] .navbar-menu .nav-item .nav-menu-sub .nav-link:after {
    left: 0.875rem;
}
[data-sidebar="small"] .navbar-menu .nav-item .nav-menu-sub .nav-link.active {
    background-color: #0000;
}
@media (width>=992px) {
    [data-sidebar="small"] .page-wrapper {
        margin-left: var(--dx-sidebar-sm);
    }
    [data-sidebar="small"] .main-footer {
        left: var(--dx-sidebar-sm);
    }
}
[data-sidebar="offcanvas"] .main-topbar {
    left: 0;
}
[data-sidebar="offcanvas"] .main-sidebar {
    left: calc(var(--dx-sidebar) * -1.1);
}
[data-sidebar="offcanvas"] .main-sidebar.show {
    left: 0;
}
[data-sidebar="offcanvas"] .page-wrapper {
    margin-left: 0;
}
[data-sidebar="offcanvas"] .main-footer {
    left: 0;
}
.main-topbar {
    height: var(--dx-topbar);
    z-index: 1003;
    background-color: var(--dx-topbar-bg);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #0000;
    padding-inline-end: 1rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
@media (prefers-reduced-motion: reduce) {
    .main-topbar {
        transition: none;
    }
}
.main-topbar.nav-sticky {
    border-color: var(--dx-topbar-border);
}
.main-topbar .navbar-brand {
    height: var(--dx-topbar);
    width: var(--dx-sidebar);
    align-items: center;
    padding-inline-start: 1rem;
    display: flex;
}
.main-topbar .topbar-link {
    height: var(--dx-topbar);
    width: 2.25rem;
    box-shadow: none;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    color: var(--dx-topbar-color) !important;
}
.main-topbar .topbar-link .topbar-icon {
    background-color: var(--dx-topbar-icon-bg-color);
    border-radius: 50rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.25rem;
    display: flex;
}
.main-topbar .topbar-link .topbar-icon:hover {
    background-color: var(--dx-topbar-icon-bg-hover-color);
}
.main-topbar .sidebar-toggle {
    width: 2.25rem;
    height: 2.25rem;
    color: var(--dx-topbar-color);
    border-width: 0;
    border-radius: 0.375rem;
    justify-content: center;
    align-items: center;
    margin-inline-start: 0.5rem;
    display: flex;
}
.main-topbar .profile-dropdown {
    background-image: none;
    display: block;
}
.main-topbar .profile-dropdown:before {
    display: none;
}
.main-topbar .profile-dropdown .admin-name {
    color: var(--dx-body-color);
}
.main-topbar .profile-dropdown .admin-designation {
    color: rgba(var(--dx-body-color-rgb), 0.5);
}
.main-topbar .profile-dropdown .profile-border-color {
    border-color: var(--dx-topbar-bg) !important;
}
.main-topbar .profile-dropdown .profile-version {
    padding-block: 2px;
}
.main-topbar .profile-dropdown .btn {
    color: var(--dx-topbar-color) !important;
}
[data-profile-sidebar] .main-topbar .profile-dropdown {
    display: none;
}
.profile-dropdown-menu {
    /* width: 17rem; */
    width: 11rem;
}
@media (width<=767.98px) {
    .profile-dropdown-menu {
        width: auto;
        min-width: 18rem;
    }
}
.profile-dropdown-menu .dropdown-item:hover {
    background-color: #0000;
}
.topbar-mode .light {
    display: none;
}
:is([data-bs-theme="dark"], [data-bs-theme="black"]) .topbar-mode .light {
    display: inline-block;
}
:is([data-bs-theme="dark"], [data-bs-theme="black"]) .topbar-mode .dark {
    display: none;
}
.navbar-search .icon {
    color: var(--dx-topbar-color);
    position: absolute;
    top: 14px;
    right: 15px;
}
.navbar-search .form-control {
    background-color: var(--dx-topbar-icon-bg-color);
    width: 20rem;
    color: var(--dx-topbar-color);
    padding-inline-end: 39px;
}
.navbar-search .form-control::placeholder {
    color: var(--dx-topbar-color);
    opacity: 0.75;
}
.dropdown-menu-topbar {
    max-height: calc(100vh - var(--dx-topbar) - 26px);
    overflow-y: auto;
}
.notification-animate {
    position: absolute;
    top: 25px;
    right: 7px;
}
.topbar-notification {
    max-height: calc(100vh - 205px);
}
.topbar-notification .notification-item {
    color: currentColor;
    transition: all 0.3s ease-in-out;
    position: relative;
}
@media (prefers-reduced-motion: reduce) {
    .topbar-notification .notification-item {
        transition: none;
    }
}
.topbar-notification .notification-item .unread-dot {
    display: none;
}
.topbar-notification .notification-item:not(:last-child) {
    border-bottom: 1px solid var(--dx-border-color);
}
.topbar-notification .notification-item:is(.unread, :hover) .unread-dot {
    display: block;
}
#toolAppsModal .app-card {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border: 1px solid var(--dx-border-color) !important;
}
@media (prefers-reduced-motion: reduce) {
    #toolAppsModal .app-card {
        transition: none;
    }
}
#toolAppsModal .app-card:hover {
    border-color: var(--dx-primary) !important;
}
#toolAppsModal .app-card.active {
    transform: translateY(-2px);
}
#toolAppsModal .form-check-input {
    opacity: 0;
    margin: 8px;
    position: absolute;
    top: 0;
    right: 0;
}
#toolAppsModal .app-item {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    #toolAppsModal .app-item {
        transition: none;
    }
}
#toolAppsModal .app-item.filtered-out {
    display: none !important;
}
#toolAppsModal .app-item.selected-app .app-card {
    position: relative;
    border-color: var(--dx-primary) !important;
}
#toolAppsModal .app-item.selected-app .app-card .form-check-input {
    opacity: 1;
}
#toolAppsModal .app-item {
    opacity: 0;
    animation: 0.5s forwards fadeInUp;
    transform: translateY(20px);
}
#toolAppsModal .app-item:first-child {
    animation-delay: 0.1s;
}
#toolAppsModal .app-item:nth-child(2) {
    animation-delay: 0.2s;
}
#toolAppsModal .app-item:nth-child(3) {
    animation-delay: 0.3s;
}
#toolAppsModal .app-item:nth-child(4) {
    animation-delay: 0.4s;
}
#toolAppsModal .app-item:nth-child(5) {
    animation-delay: 0.5s;
}
#toolAppsModal .app-item:nth-child(6) {
    animation-delay: 0.6s;
}
#toolAppsModal .app-item:nth-child(7) {
    animation-delay: 0.7s;
}
#toolAppsModal .app-item:nth-child(8) {
    animation-delay: 0.8s;
}
#toolAppsModal .app-item:nth-child(9) {
    animation-delay: 0.9s;
}
#toolAppsModal .app-item:nth-child(10) {
    animation-delay: 1s;
}
#toolAppsModal .app-item:nth-child(11) {
    animation-delay: 1.1s;
}
#toolAppsModal .app-item:nth-child(12) {
    animation-delay: 1.2s;
}
#toolAppsModal .app-item:nth-child(13) {
    animation-delay: 1.3s;
}
#toolAppsModal .app-item:nth-child(14) {
    animation-delay: 1.4s;
}
#toolAppsModal .app-item:nth-child(15) {
    animation-delay: 1.5s;
}
#toolAppsModal .app-item:nth-child(16) {
    animation-delay: 1.6s;
}
#toolAppsModal .app-item:nth-child(17) {
    animation-delay: 1.7s;
}
#toolAppsModal .app-item:nth-child(18) {
    animation-delay: 1.8s;
}
#toolAppsModal .app-item:nth-child(19) {
    animation-delay: 1.9s;
}
#toolAppsModal .app-item:nth-child(20) {
    animation-delay: 2s;
}
#toolAppsModal #noResults {
    animation: 0.5s fadeIn;
}
#toolAppsModal #noResults.d-none {
    display: none !important;
}
#toolAppsModal #noResults:not(.d-none) {
    display: block !important;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.dropdown-menu-lg {
    width: 25rem;
}
@media (width<=767.98px) {
    .dropdown-menu-lg {
        width: auto;
        min-width: 18rem;
    }
}
.dropdown-menu-md {
    width: 13rem;
}
:is(
        [data-topbar-colors="dark"],
        [data-topbar-colors="brand"],
        [data-topbar-colors="wine"],
        [data-topbar-colors="sky"],
        [data-nav-type="pattern"],
        [data-bs-theme="black"]
    )
    .logos
    .logo-light {
    display: block;
}
:is(
        [data-topbar-colors="dark"],
        [data-topbar-colors="brand"],
        [data-topbar-colors="wine"],
        [data-topbar-colors="sky"],
        [data-nav-type="pattern"],
        [data-bs-theme="black"]
    )
    .logos
    .logo-dark {
    display: none;
}
.main-footer {
    border-top: 1px solid var(--dx-border-color);
    align-items: center;
    height: 3.5rem;
    margin-inline: 0.9375rem;
    padding-inline: 1rem;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (width>=992px) {
    .main-footer {
        left: var(--dx-sidebar);
    }
}
@media (width>=1200px) {
    .main-footer {
        padding-inline: 1rem;
    }
}
@media (width>=1536px) {
    .main-footer {
        margin-inline: 1.25rem;
    }
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="floating"]
    .main-topbar {
    position: absolute;
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="boxed"]
    .main-topbar {
    border: 1px solid var(--dx-topbar-border);
    border-radius: 7px;
    margin: 0.75rem 1.25rem;
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="boxed"]
    .main-topbar.nav-sticky {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="boxed"]
    .page-wrapper {
    padding-top: calc(var(--dx-topbar) * 1.3);
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .main-topbar {
    border-color: rgba(var(--dx-white-rgb), 0.2);
    background-color: #0000;
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .main-topbar.nav-sticky {
    background-color: color-mix(in srgb, var(--dx-secondary) 85%, black 15%);
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .main-topbar
    .admin-name {
    color: var(--dx-white);
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .main-topbar
    .admin-designation {
    color: rgba(var(--dx-white-rgb), 0.5);
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .welcome-title {
    background: linear-gradient(
        90deg,
        var(--dx-white) 0%,
        var(--dx-white) 40%,
        var(--dx-danger) 55%,
        var(--dx-white) 70%,
        var(--dx-white) 100%
    );
    -webkit-text-fill-color: transparent;
    background-size: 150%;
    -webkit-background-clip: text;
    animation: 4s linear infinite textShine;
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .nav-pattern {
    background-color: color-mix(in srgb, var(--dx-secondary) 85%, black 15%);
    height: 13rem;
    display: inline-block;
    position: absolute;
    inset: 0;
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .nav-pattern
    svg {
    width: 100%;
    height: auto;
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .page-heading {
    color: #fff;
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .page-heading
    .breadcrumb {
    --dx-breadcrumb-divider-color: #fff;
    --dx-breadcrumb-item-active-color: #fff;
}
:is([data-layout="modern"], [data-layout="boxed"])[data-nav-type="pattern"]:not(
        [data-layout="boxed"]
    )
    .page-heading
    .breadcrumb
    .breadcrumb-item
    a {
    color: rgba(var(--dx-white-rgb), 0.75);
}
.nav-pattern {
    display: none;
}
@media (width>=1200px) {
    [data-layout="boxed"] body:not(.auth-wrapper) {
        background-image: var(--dx-boxed-bg);
        margin: var(--dx-boxed-space) auto;
        max-width: var(--dx-boxed-width-sm);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }
}
@media (width>=1200px) and (width>=1536px) {
    [data-layout="boxed"] body:not(.auth-wrapper) {
        max-width: var(--dx-boxed-width);
    }
}
@media (width>=1200px) {
    [data-layout="boxed"] body:not(.auth-wrapper):before {
        content: "";
        height: calc(100vh - var(--dx-boxed-space) * 1.23);
        width: calc(var(--dx-boxed-width-sm) + 34px);
        box-shadow: var(--dx-box-shadow-lg);
        background-color: rgba(var(--dx-secondary-bg-rgb), 0.1);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        border: 1px solid rgba(var(--dx-secondary-bg-rgb), 0.4);
        z-index: -1;
        border-radius: 0.875rem;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (width>=1200px) and (width>=1536px) {
    [data-layout="boxed"] body:not(.auth-wrapper):before {
        width: calc(var(--dx-boxed-width) + 34px);
    }
}
@media (width>=1200px) {
    [data-layout="boxed"] body:not(.auth-wrapper) .main-topbar {
        margin-top: var(--dx-boxed-space);
        max-width: var(--dx-boxed-width-sm);
        border-radius: 0.75rem 0.75rem 0 0;
        margin-inline: auto;
        left: 0 !important;
    }
}
@media (width>=1200px) and (width>=1536px) {
    [data-layout="boxed"] body:not(.auth-wrapper) .main-topbar {
        max-width: var(--dx-boxed-width);
    }
}
@media (width>=1200px) and (width<=991.98px) {
    [data-layout="boxed"] body:not(.auth-wrapper) .main-sidebar {
        top: 0;
        left: 0;
    }
}
@media (width>=1200px) {
    [data-layout="boxed"] body:not(.auth-wrapper) .main-footer {
        margin-top: auto;
        margin-inline: 0;
        position: relative;
        left: auto;
    }
    [data-layout="boxed"] body:not(.auth-wrapper) .page-wrapper {
        background-color: var(--dx-body-bg);
        margin-top: var(--dx-boxed-space);
        height: calc(100vh - var(--dx-boxed-space) * 2);
        clip-path: inset(0 round 0 0.75rem 0.75rem 0);
        padding-inline: 1rem;
        padding-bottom: 0;
        overflow: auto;
    }
    [data-layout="boxed"]
        body:not(.auth-wrapper)
        .page-wrapper
        > .container-fluid {
        flex-direction: column;
        min-height: 100%;
        display: flex;
    }
    [data-layout="boxed"] body:not(.auth-wrapper) .profile-widget {
        margin-inline: -26px;
    }
}
[data-layout="semibox"] .main-sidebar {
    border: 1px solid var(--dx-sidebar-border);
    inset: var(--dx-semibox-width);
    border-radius: 7px;
    top: var(--dx-semibox-width) !important;
}
[data-layout="semibox"] .main-topbar {
    border: 1px solid var(--dx-border-color);
    top: var(--dx-semibox-width);
    right: var(--dx-semibox-width);
    border-radius: 7px;
    left: calc(
        var(--dx-sidebar) + var(--dx-semibox-width) + var(--dx-semibox-width)
    ) !important;
}
[data-layout="semibox"] .main-topbar.nav-sticky {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 0;
}
@media (width<=1199.98px) {
    [data-layout="semibox"] .main-topbar {
        left: var(--dx-semibox-width) !important;
    }
}
[data-layout="semibox"] .page-wrapper {
    padding-top: calc(
        var(--dx-topbar) + var(--dx-semibox-width) + var(--dx-semibox-width)
    );
    padding-inline: var(--dx-semibox-width);
}
@media (width>=1200px) {
    [data-layout="semibox"] .page-wrapper {
        margin-left: calc(var(--dx-sidebar) + var(--dx-semibox-width));
    }
}
[data-layout="semibox"] .navbar-menu {
    height: calc(100vh - 7rem);
}
[data-layout="semibox"][data-profile-sidebar="true"] .navbar-menu {
    height: calc(100vh - 12rem);
}
@media (width>=992px) {
    [data-layout="semibox"][data-sidebar="medium"] .main-topbar {
        right: calc(var(--dx-semibox-width) + 8px);
        left: calc(
            var(--dx-sidebar-md) + var(--dx-semibox-width) +
                var(--dx-semibox-width) + 8px
        ) !important;
    }
    [data-layout="semibox"][data-sidebar="medium"] .page-wrapper {
        margin-left: calc(var(--dx-sidebar-md) + var(--dx-semibox-width));
    }
    [data-layout="semibox"][data-sidebar="small"] .main-topbar {
        right: calc(var(--dx-semibox-width) + 8px);
        left: calc(
            var(--dx-sidebar-sm) + var(--dx-semibox-width) +
                var(--dx-semibox-width) + 8px
        ) !important;
    }
    [data-layout="semibox"][data-sidebar="small"] .page-wrapper {
        margin-left: calc(var(--dx-sidebar-sm) + var(--dx-semibox-width));
    }
}
[data-layout="semibox"][data-sidebar="offcanvas"] .main-topbar {
    left: var(--dx-semibox-width) !important;
}
[data-layout="semibox"][data-sidebar="offcanvas"] .page-wrapper {
    margin-left: 0;
}
[data-layout="semibox"][data-sidebar="offcanvas"] .main-sidebar {
    left: calc(var(--dx-sidebar) * -1.1);
}
[data-layout="semibox"][data-sidebar="offcanvas"] .main-sidebar.show {
    left: var(--dx-semibox-width);
}
@media (width>=768px) and (width<=1199.98px) {
    [data-layout="semibox"]:not([data-sidebar="offcanvas"])
        .sidebar-hidden
        .main-sidebar {
        left: calc(var(--dx-sidebar-sm) * -1.1);
    }
    [data-layout="semibox"]:not([data-sidebar="offcanvas"])
        .sidebar-hidden
        .main-topbar {
        left: var(--dx-semibox-width) !important;
    }
    [data-layout="semibox"]:not([data-sidebar="offcanvas"])
        .sidebar-hidden
        .page-wrapper {
        margin-left: 0 !important;
    }
}
@media (width<=991.98px) {
    [data-layout="semibox"]:not([data-sidebar="offcanvas"])
        .sidebar-hidden
        .main-sidebar {
        left: calc(var(--dx-sidebar) * -1.1);
    }
    [data-layout="semibox"]:not([data-sidebar="offcanvas"])
        .sidebar-hidden
        .main-sidebar.show {
        display: block;
        left: 0;
    }
}
[data-layout="horizontal"] .main-sidebar {
    border-bottom: 1px solid var(--dx-sidebar-border);
    width: 100%;
    bottom: auto;
    left: 0;
    right: 0;
}
@media (width<=991.98px) {
    [data-layout="horizontal"] .main-sidebar {
        top: -316px;
        left: 0;
    }
    [data-layout="horizontal"] .main-sidebar.show {
        top: var(--dx-topbar);
        display: block;
    }
}
[data-layout="horizontal"] .main-sidebar .profile-dropdown {
    display: none;
}
[data-layout="horizontal"] .navbar-menu {
    height: auto;
}
[data-layout="horizontal"] .navbar-menu .nav-menu-title {
    display: none;
}
[data-layout="horizontal"] .navbar-menu .navbar-nav-menu {
    align-items: center;
    margin-bottom: 0;
    display: flex;
}
[data-layout="horizontal"] .navbar-menu .navbar-nav-menu .nav-menu-sub {
    background-color: var(--dx-sidebar-bg);
    box-shadow: var(--dx-sidebar-dropdown-shadow);
    width: 12rem;
    max-height: calc(100vh - var(--dx-topbar) - var(--dx-topbar));
    margin-left: 0;
    padding: 0.5rem 0;
    position: fixed;
    overflow-y: auto;
}
[data-layout="horizontal"] .navbar-menu .nav-item {
    flex-shrink: 0;
    margin-inline: 0;
}
[data-layout="horizontal"] .navbar-menu .nav-item .nav-link {
    background-color: #0000;
}
[data-layout="horizontal"] .navbar-menu .nav-item .nav-link:before,
[data-layout="horizontal"] :is(.main-topbar .sidebar-toggle) {
    display: none;
}
[data-layout="horizontal"][data-profile-sidebar]
    .main-topbar
    .profile-dropdown {
    display: block;
}
[data-layout="horizontal"] .main-topbar {
    z-index: 1006;
}
@media (width>=992px) {
    [data-layout="horizontal"] .page-wrapper {
        padding-top: calc(var(--dx-topbar) * 1.8);
    }
}
@media (width>=992px) and (width>=992px) {
    [data-layout="horizontal"] .page-wrapper {
        margin-left: 0;
    }
}
[data-layout="horizontal"] .main-footer {
    left: 0;
}
@media (width<=991.98px) {
    [data-layout="horizontal"] .main-topbar .sidebar-toggle {
        display: flex;
    }
    [data-layout="horizontal"] .main-sidebar {
        height: 316px;
    }
    [data-layout="horizontal"] .navbar-menu {
        height: 300px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    [data-layout="horizontal"] .navbar-menu .nav-menu-title {
        display: none;
    }
    [data-layout="horizontal"] .navbar-menu .navbar-nav-menu {
        display: block;
    }
    [data-layout="horizontal"] .navbar-menu .navbar-nav-menu .nav-menu-sub {
        box-shadow: none;
        background-color: #0000;
        width: 100%;
        position: static;
    }
}
[data-layout="horizontal"][data-sidebar="medium"]
    .navbar-menu
    .nav-item
    .nav-link {
    font-size: 14px;
}
[data-layout="horizontal"][data-sidebar="medium"]
    .navbar-menu
    .nav-item
    .nav-link
    .icons
    svg {
    width: 1rem;
    height: 1rem;
}
[data-layout="horizontal"][data-sidebar="medium"]
    .navbar-menu
    .nav-item
    .nav-menu-sub
    .nav-link {
    align-items: start;
}
[data-layout="neo"] body:not(.auth-wrapper) {
    border-right: var(--dx-neo-line) solid var(--dx-sidebar-bg);
    position: relative;
}
[data-layout="neo"]
    body:not(.auth-wrapper)
    :is(.body-top-line, .body-bottom-line) {
    height: var(--dx-neo-line);
    left: var(--dx-sidebar);
    right: var(--dx-neo-line);
    background: var(--dx-sidebar-bg);
    z-index: 1004;
    transition: all 0.3s ease-in-out;
    position: fixed;
}
@media (prefers-reduced-motion: reduce) {
    [data-layout="neo"]
        body:not(.auth-wrapper)
        :is(.body-top-line, .body-bottom-line) {
        transition: none;
    }
}
[data-layout="neo"]
    body:not(.auth-wrapper)
    :is(.body-top-line, .body-bottom-line):before,
[data-layout="neo"]
    body:not(.auth-wrapper)
    :is(.body-top-line, .body-bottom-line):after {
    content: "";
    z-index: -1;
    width: 20px;
    height: 20px;
    position: absolute;
}
[data-layout="neo"] body:not(.auth-wrapper) .body-top-line {
    top: 0;
}
[data-layout="neo"] body:not(.auth-wrapper) .body-top-line:before {
    top: calc(var(--dx-neo-line) - 4px);
    background: radial-gradient(
        circle at right bottom,
        transparent 15px,
        var(--dx-sidebar-bg) 17px
    );
    left: -4px;
}
[data-layout="neo"] body:not(.auth-wrapper) .body-top-line:after {
    top: calc(var(--dx-neo-line) - 4px);
    background: radial-gradient(
        circle at left bottom,
        transparent 15px,
        var(--dx-sidebar-bg) 17px
    );
    right: -4px;
}
[data-layout="neo"] body:not(.auth-wrapper) .body-bottom-line {
    bottom: 0;
}
[data-layout="neo"] body:not(.auth-wrapper) .body-bottom-line:before {
    bottom: calc(var(--dx-neo-line) - 4px);
    background: radial-gradient(
        circle at right top,
        transparent 15px,
        var(--dx-sidebar-bg) 17px
    );
    left: -4px;
}
[data-layout="neo"] body:not(.auth-wrapper) .body-bottom-line:after {
    bottom: calc(var(--dx-neo-line) - 4px);
    background: radial-gradient(
        circle at left top,
        transparent 15px,
        var(--dx-sidebar-bg) 17px
    );
    right: -4px;
}
@media (width<=1199.98px) {
    [data-layout="neo"] body:not(.auth-wrapper) {
        border-left: var(--dx-neo-line) solid var(--dx-sidebar-bg);
    }
    [data-layout="neo"]
        body:not(.auth-wrapper).sidebar-hidden
        :is(.body-top-line, .body-bottom-line, .main-topbar, .main-footer) {
        left: var(--dx-neo-line) !important;
    }
    [data-layout="neo"] body:not(.auth-wrapper).sidebar-hidden .main-footer {
        margin-inline: 0;
    }
}
[data-layout="neo"] body:not(.auth-wrapper) .main-topbar {
    top: calc(var(--dx-neo-line) * 1.9);
    right: var(--dx-neo-line);
}
[data-layout="neo"] body:not(.auth-wrapper) .main-topbar:not(.nav-sticky) {
    --dx-topbar: 4.25rem;
    border-radius: 7px;
    margin-inline: 0.875rem;
}
@media (width>=1200px) {
    [data-layout="neo"] body:not(.auth-wrapper) .main-topbar:not(.nav-sticky) {
        margin-inline: 5.625rem;
    }
}
@media (width>=1536px) {
    [data-layout="neo"] body:not(.auth-wrapper) .main-topbar:not(.nav-sticky) {
        margin-inline: 7.625rem;
    }
}
[data-layout="neo"] body:not(.auth-wrapper) .main-topbar.nav-sticky {
    top: var(--dx-neo-line);
}
[data-layout="neo"] body:not(.auth-wrapper) .main-sidebar {
    border-right: none;
}
[data-layout="neo"] body:not(.auth-wrapper) .main-footer {
    bottom: var(--dx-neo-line);
    right: var(--dx-neo-line);
}
[data-layout="neo"] body:not(.auth-wrapper) .page-wrapper {
    padding-block: calc(var(--dx-topbar) * 1.4 + var(--dx-neo-line))
        calc(var(--dx-neo-line) + 3.5rem);
}
@media (width>=1536px) {
    [data-layout="neo"] body:not(.auth-wrapper) .page-wrapper {
        padding-inline: 7rem;
    }
}
@media (width>=992px) {
    [data-layout="neo"][data-sidebar="medium"]
        body:not(.auth-wrapper)
        :is(.body-top-line, .body-bottom-line) {
        left: var(--dx-sidebar-md);
    }
}
[data-layout="neo"][data-sidebar="small"]
    body:not(.auth-wrapper)
    :is(.body-top-line, .body-bottom-line) {
    left: var(--dx-sidebar-sm);
}
@media (width>=1200px) {
    [data-layout="neo"][data-sidebar="offcanvas"] body:not(.auth-wrapper) {
        border-left: var(--dx-neo-line) solid var(--dx-sidebar-bg);
    }
}
[data-layout="neo"][data-sidebar="offcanvas"] .main-topbar {
    left: 0;
}
[data-layout="neo"][data-sidebar="offcanvas"] .main-topbar.nav-sticky,
[data-layout="neo"][data-sidebar="offcanvas"]
    body:not(.auth-wrapper)
    :is(.body-top-line, .body-bottom-line) {
    left: var(--dx-neo-line);
}
[data-layout="neo"][data-sidebar="offcanvas"] .page-wrapper {
    margin-left: 0 !important;
}
[data-layout="neo"][data-sidebar="offcanvas"] .main-sidebar {
    left: calc(var(--dx-sidebar) * -1.1);
}
[data-layout="neo"][data-sidebar="offcanvas"] .main-sidebar.show {
    left: 0;
}
[data-sidebar-image]:not([data-sidebar-image="none"]) .main-sidebar {
    background: var(--dx-sidebar-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: none;
}
[data-sidebar-image]:not([data-sidebar-image="none"]) .main-sidebar:before {
    content: "";
    background: var(--dx-sidebar-bg);
    opacity: 0.87;
    z-index: -1;
    position: absolute;
    inset: 0;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    )
    .main-sidebar {
    top: 0;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    )
    .main-sidebar
    .navbar-brand {
    display: flex;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    )
    .main-sidebar
    .navbar-brand
    .logo-lg
    .logo-light,
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    )
    .main-sidebar
    .navbar-brand
    .logo-sm {
    display: none;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    ):is([data-bs-theme="dark"], [data-bs-theme="black"]):not(
        [data-theme="minimal"],
        [data-theme="elegant"]
    )
    .main-sidebar
    .navbar-brand
    .logo-lg
    .logo-light {
    display: block;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    ):is([data-bs-theme="dark"], [data-bs-theme="black"]):not(
        [data-theme="minimal"],
        [data-theme="elegant"]
    )
    .main-sidebar
    .navbar-brand
    .logo-lg
    .logo-dark {
    display: none;
}
@media (width>=992px) {
    :is(
            [data-layout="modern"],
            [data-layout="neo"],
            [data-layout="semibox"],
            [data-layout="boxed"]
        ):not([data-sidebar="offcanvas"])
        .main-topbar {
        left: var(--dx-sidebar);
    }
    
    :is(
            [data-layout="modern"],
            [data-layout="neo"],
            [data-layout="semibox"],
            [data-layout="boxed"]
        ):not([data-sidebar="offcanvas"])
        .main-topbar
        .navbar-brand {
        width: auto;
    }
    :is(
            [data-layout="modern"],
            [data-layout="neo"],
            [data-layout="semibox"],
            [data-layout="boxed"]
        ):not([data-sidebar="offcanvas"])
        .main-topbar
        .navbar-brand
        .logos {
        display: none;
    }
    :is(
            [data-layout="modern"],
            [data-layout="neo"],
            [data-layout="semibox"],
            [data-layout="boxed"]
        )[data-sidebar="medium"]
        .main-topbar {
        left: var(--dx-sidebar-md);
    }
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    )[data-sidebar="small"]
    .main-sidebar
    .navbar-brand {
    display: flex;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    )[data-sidebar="small"]
    .main-sidebar
    .navbar-brand
    .logo-lg {
    display: none;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    )[data-sidebar="small"]
    .main-sidebar
    .navbar-brand
    .logo-sm {
    display: block;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    )[data-sidebar="small"]
    .main-sidebar
    .navbar-brand
    .logo-sm
    .logo-light {
    display: none;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    )[data-sidebar="small"]
    .main-topbar {
    left: var(--dx-sidebar-sm);
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    ):is(
        [data-sidebar-colors="dark"],
        [data-sidebar-colors="brand"],
        [data-sidebar-colors="wine"],
        [data-sidebar-colors="green"]
    )
    .navbar-brand
    .logo-lg
    .logo-light {
    display: block;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    ):is(
        [data-sidebar-colors="dark"],
        [data-sidebar-colors="brand"],
        [data-sidebar-colors="wine"],
        [data-sidebar-colors="green"]
    )
    .navbar-brand
    .logo-lg
    .logo-dark,
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    ):is(
        [data-sidebar-colors="dark"],
        [data-sidebar-colors="brand"],
        [data-sidebar-colors="wine"],
        [data-sidebar-colors="green"]
    )
    .navbar-brand
    .logo-sm {
    display: none;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    ):is(
        [data-sidebar-colors="dark"],
        [data-sidebar-colors="brand"],
        [data-sidebar-colors="wine"],
        [data-sidebar-colors="green"]
    )[data-sidebar="small"]
    .navbar-brand
    .logo-sm
    .logo-light {
    display: block;
}
:is(
        [data-layout="modern"],
        [data-layout="neo"],
        [data-layout="semibox"],
        [data-layout="boxed"]
    ):is(
        [data-sidebar-colors="dark"],
        [data-sidebar-colors="brand"],
        [data-sidebar-colors="wine"],
        [data-sidebar-colors="green"]
    )[data-sidebar="small"]
    .navbar-brand
    .logo-sm
    .logo-dark {
    display: none;
}
[data-bs-theme="black-white"] {
    filter: grayscale() !important;
}
.page-heading {
    align-items: center;
    display: flex;
}
@media (width<=767.98px) {
    .page-heading {
        align-items: start;
    }
}
.page-heading .breadcrumb-item + .breadcrumb-item:before {
    content: "";
    font-family: remixicon;
}
.setting-modal .setting-widget .setting-widget-wrapper {
    background-color: var(--dx-tertiary-bg);
    gap: 0.25rem;
    padding: 6px 16px;
    display: flex;
}
.setting-modal .setting-widget .setting-widget-wrapper span {
    border-radius: 50rem;
    width: 6px;
    height: 6px;
    display: inline-block;
}
.setting-modal .setting-widget.setting-vertical-widget {
    cursor: pointer;
    border-color: var(--dx-border-color);
    height: 112px;
    box-shadow: none;
    display: block;
    overflow: hidden;
}
.setting-modal .setting-widget.setting-vertical-widget .setting-widget-content {
    height: calc(100% - 8px);
}
.setting-modal
    .setting-widget.setting-vertical-widget
    .setting-widget-content
    .custom-height-element {
    height: 0.375rem;
}
.setting-modal #navigationType .form-check-label {
    outline: none;
}
.setting-modal .form-check {
    padding-left: 0;
}
.setting-modal .form-check-label.system-mode:before {
    content: "";
    background-color: var(--dx-black);
    width: 50%;
    position: absolute;
    inset: 0 0 0 50%;
}
.setting-modal input[type="radio"]:checked + .form-check-label {
    outline: 1px solid var(--dx-primary);
}
.setting-modal
    input[type="radio"]:checked
    + .form-check-label.outline-offset-2 {
    outline-offset: 2px;
}
.setting-modal .grayscale {
    filter: grayscale();
}
.setting-modal .custom-size-element {
    width: 0.375rem;
    height: 0.375rem;
}
.setting-modal .sidebar-color-2 {
    background-color: #25293d;
}
.setting-modal .sidebar-color-3 {
    background-color: #4056af;
}
.setting-modal .sidebar-color-4 {
    background-color: #7e2929;
}
.setting-modal .sidebar-color-5 {
    background-color: #28464b;
}
.setting-modal .sidebar-image-1 {
    background: url(../images/img-1.webp);
}
.setting-modal .sidebar-image-2 {
    background: url(../images/img-2.webp);
}
.setting-modal .sidebar-image-3 {
    background: url(../images/img-3.webp);
}
.setting-modal .sidebar-image-4 {
    background: url(../images/img-4.webp);
}
.setting-modal .sidebar-image-5 {
    background: url(../images/img-5.webp);
}
.setting-modal .theme-color-1 {
    background-color: #d2202c;
}
.setting-modal .theme-color-2 {
    background-color: #0f828c;
}
.setting-modal .theme-color-3 {
    background-color: #ba57e9;
}
.setting-modal .theme-color-4 {
    background-color: #d75959;
}
.setting-modal .theme-color-5 {
    background-color: #7198a7;
}
.setting-modal .theme-color-6 {
    background-color: #dfa235;
}
.setting-modal .theme-color-7 {
    background-color: #c564c1;
}
.setting-modal .theme-color-8 {
    background-color: #9eaf5d;
}
.setting-modal .theme-color-9 {
    background-color: #e18c52;
}
.setting-modal .theme-color-10 {
    background-color: #7b71db;
}
.border-elegant {
    border: 1px solid var(--dx-border-color);
}
.btn-close:after {
    color: var(--dx-btn-close-color);
    font-size: 20px;
    line-height: 15px;
    content: "" !important;
    font-family: remixicon !important;
}
.alert {
    box-shadow: var(--dx-element-shadow);
}
.alert-live-backdrop {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.alert-dismissible .btn-close:after {
    color: var(--dx-alert-color);
}
.alert-icon {
    align-items: center;
    padding-left: 4rem;
    display: flex;
    position: relative;
}
.alert-icon .icon {
    border-right: 1px solid var(--dx-alert-border-color);
    justify-content: center;
    align-items: center;
    width: 2.75rem;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.icon-alert {
    border-color: var(--dx-border-color);
}
.icon-alert .icon {
    justify-content: center;
    align-items: center;
    display: flex;
}
.primary-gradient {
    background: linear-gradient(
        to right,
        var(--dx-primary),
        var(--dx-primary-text-emphasis)
    );
}
.secondary-gradient {
    background: linear-gradient(90deg, #a855f7, #7e22ce);
}
.success-gradient {
    background: linear-gradient(90deg, #358ffc, #22c55e);
}
.danger-gradient {
    background: linear-gradient(90deg, #152956, #450a0a);
}
#liveAlert {
    z-index: 1030;
    position: fixed;
    top: 1.25rem;
    left: 50%;
    transform: translate(-50%);
}
.basic-alert {
    border: 4px solid var(--dx-secondary-bg);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translate(-50%);
}
.breadcrumb-item {
    font-weight: var(--dx-font-weight-medium);
}
.breadcrumb-item a {
    color: var(--dx-secondary-color);
}
:is(.double-arrow, .single-arrow, .dash-arrow)
    .breadcrumb-item
    + .breadcrumb-item:before {
    float: left;
    color: var(--dx-breadcrumb-divider-color);
    font-family: RemixIcon;
}
.double-arrow .breadcrumb-item + .breadcrumb-item:before {
    content: "";
}
.single-arrow .breadcrumb-item + .breadcrumb-item:before {
    content: "";
}
.dash-arrow .breadcrumb-item + .breadcrumb-item:before {
    content: "";
}
.btn-navigation {
    box-shadow: var(--dx-box-shadow);
    border: 1px solid var(--dx-border-color);
    background-color: var(--dx-secondary-bg);
    border-radius: 7px;
    display: flex;
    position: relative;
}
.btn-navigation a {
    color: var(--dx-secondary-color);
    text-align: center;
    flex-grow: 1;
    padding: 1.5rem 1rem;
    transition: all 0.3s ease-in-out;
    position: relative;
}
@media (prefers-reduced-motion: reduce) {
    .btn-navigation a {
        transition: none;
    }
}
.navigation-bottom-animation a:before {
    content: "";
    border-radius: 50rem;
    width: 6px;
    height: 6px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
@media (prefers-reduced-motion: reduce) {
    .navigation-bottom-animation a:before {
        transition: none;
    }
}
.navigation-bottom-animation a:is(:hover, .active):before {
    bottom: 10px;
}
.navigation-border-animation a:before {
    content: "";
    width: 0;
    height: 0.125rem;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
@media (prefers-reduced-motion: reduce) {
    .navigation-border-animation a:before {
        transition: none;
    }
}
.navigation-border-animation a:is(:hover, .active):before {
    width: 100%;
}
.navigation-border-animation.top-border a:before {
    position: absolute;
    top: 0;
    left: 50%;
}
.notification {
    border-width: 1px;
    border: 2px solid var(--dx-secondary-bg);
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    padding: 0;
    font-size: 0.6875rem;
    display: inline-flex;
}
.notification.top-end {
    position: absolute;
    top: -8px;
    right: -8px;
}
.notification.top-start {
    position: absolute;
    top: -8px;
    left: -8px;
}
.notification.bottom-start {
    position: absolute;
    bottom: -8px;
    left: -8px;
}
.notification.bottom-end {
    position: absolute;
    bottom: -8px;
    right: -8px;
}
.notification.inside {
    position: static;
}
.badge-square {
    border-width: 1px;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    padding: 0;
    font-size: 0.6875rem;
    display: inline-flex;
}
.badge {
    box-shadow: var(--dx-element-shadow);
}
.spin {
    border-radius: 50rem;
    width: 2rem;
    height: 2rem;
}
.modern-spinner {
    border: 2px solid;
    border-left-color: #0000 !important;
    border-right-color: #0000 !important;
}
.gradient-loader .bg-gradient {
    border-color: var(--dx-primary) var(--dx-success) var(--dx-warning)
        var(--dx-danger) !important;
}
.gradient-loader .bg-gradient2 {
    border-color: var(--dx-info) var(--dx-pink) var(--dx-secondary)
        var(--dx-primary) !important;
}
.gradient-loader .bg-sub-gradient {
    border-color: var(--dx-primary-bg-subtle) var(--dx-success-bg-subtle)
        var(--dx-warning-bg-subtle) var(--dx-danger-bg-subtle) !important;
}
.animation-button .circle {
    margin-top: -0.25rem;
    margin-right: -0.25rem;
}
.animation-button .loader-button-animation {
    position: absolute;
    top: -0.2188rem;
    right: -0.2188rem;
}
.animate-bounce {
    border: 2px solid var(--dx-border-color);
}
.accordion.accordion-boxed .accordion-item {
    border: none;
}
.accordion.accordion-boxed .accordion-item:not(:last-child) {
    margin-bottom: calc(var(--dx-spacer) * 0.7);
}
.accordion.accordion-boxed .accordion-button {
    border: 1px solid var(--dx-accordion-border-color);
    border-radius: 7px;
}
.accordion .accordion-button {
    padding-right: 1.6rem;
}
.accordion .accordion-button:after {
    content: "";
    background: 0 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
    font-family: remixicon !important;
}
.accordion .accordion-button[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(-180deg);
}
.edit-icon-btn.accordion-button:not(.collapsed) {
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
    color: var(--dx-white) !important;
}
.edit-icon-btn.accordion-button:after {
    right: 3px !important;
}
.modal {
    --dx-modal-box-shadow: 0 10px 15px -3px #e5e7eb4d, 0 4px 6px -4px #e5e7eb4d;
    --dx-modal-bg: var(--dx-secondary-bg);
}
.modal-title {
    font-size: calc(var(--dx-body-font-size) * 1.03);
}
.modal-footer {
    padding: var(--dx-spacer);
}
.modal-dialog-start {
    margin-left: var(--dx-spacer);
}
.modal-dialog-end {
    margin-right: var(--dx-spacer);
}
.modal-dialog-bottom-end {
    right: var(--dx-spacer);
    position: absolute;
    bottom: 0;
}
.modal-dialog-bottom-start {
    left: var(--dx-spacer);
    position: absolute;
    bottom: 0;
}
.modal-xs {
    width: 20rem;
}
.modal-2xl {
    max-width: 64rem;
}
@media (width<=1024px) {
    .modal-2xl {
        max-width: 61.5rem;
    }
}
@media (width<=768px) {
    .modal-2xl {
        max-width: 45.5rem;
    }
}
@media (width<=575.98px) {
    .modal-xs,
    .modal-sm,
    .modal-lg,
    .modal-xl,
    .modal-2xl {
        max-width: 24.0625rem;
        margin-inline: auto;
    }
}
.progress-bar.progress-gradient {
    background: var(--dx-progress-bar-bg);
}
.progress-bar.progress-gradient-primary {
    --dx-progress-bar-bg: linear-gradient(
        90deg,
        var(--dx-primary),
        var(--dx-pink)
    );
}
.progress-bar.progress-gradient-info {
    --dx-progress-bar-bg: linear-gradient(
        90deg,
        var(--dx-primary),
        var(--dx-info-text-emphasis),
        var(--dx-info)
    );
}
.progress-bar.progress-gradient-indigo {
    --dx-progress-bar-bg: linear-gradient(
        90deg,
        var(--dx-indigo),
        var(--dx-secondary)
    );
}
.progress-1 {
    height: 0.5rem;
}
.progress-2 {
    height: 0.625rem;
}
.progress-3 {
    height: 0.75rem;
}
.progress-4 {
    height: 1rem;
}
.progress-5 {
    height: 1.25rem;
}
.progress-6 {
    height: 1.5rem;
}
.progress-7 {
    height: 2rem;
}
.progress-circle {
    display: inline-block;
    position: relative;
}
.progress-circle svg {
    transform: rotate(-90deg);
}
.progress-circle circle {
    fill: none;
    stroke-linecap: round;
}
.progress-circle .progress-bg {
    stroke: var(--dx-tertiary-bg);
}
.progress-circle .progress-fill {
    transition: stroke-dashoffset 1s ease-in-out;
}
.progress-circle .progress-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.progress-circle .progress-text-inner {
    text-align: center;
    line-height: 1.2;
}
.progress-circle .animate-count {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .progress-circle .animate-count {
        transition: none;
    }
}
.offcanvas .offcanvas-header {
    border-bottom: 1px solid var(--dx-offcanvas-border-color);
}
.offcanvas .offcanvas-footer {
    padding: var(--dx-spacer) var(--dx-spacer);
    border-top: 1px solid var(--dx-offcanvas-border-color);
}
.offcanvas.offcanvas-small {
    width: 7rem;
}
.offcanvas.offcanvas-large {
    width: 24rem;
}
@media (width>=576px) {
    .offcanvas.offcanvas-half {
        width: 50%;
    }
}
.toast-primary {
    --dx-toast-bg: rgba(var(--dx-primary-rgb));
}
.toast-secondary {
    --dx-toast-bg: rgba(var(--dx-secondary-rgb));
}
.toast-success {
    --dx-toast-bg: rgba(var(--dx-success-rgb));
}
.toast-info {
    --dx-toast-bg: rgba(var(--dx-info-rgb));
}
.toast-warning {
    --dx-toast-bg: rgba(var(--dx-warning-rgb));
}
.toast-danger {
    --dx-toast-bg: rgba(var(--dx-danger-rgb));
}
.toast-light {
    --dx-toast-bg: rgba(var(--dx-light-rgb));
}
.toast-dark {
    --dx-toast-bg: rgba(var(--dx-dark-rgb));
}
.toast-pink {
    --dx-toast-bg: rgba(var(--dx-pink-rgb));
}
.toast-orange {
    --dx-toast-bg: rgba(var(--dx-orange-rgb));
}
.toast-indigo {
    --dx-toast-bg: rgba(var(--dx-indigo-rgb));
}
.toast-content {
    --dx-toast-max-width: 24rem;
    --dx-toast-box-shadow: 0 10px 15px -3px #bdbdbd9f, 0 4px 6px -4px #bbbbbb41;
}
.toast {
    box-shadow: var(--dx-element-shadow);
}
.basic-gallery img {
    transition: transform 5s ease-in-out;
}
.basic-gallery:hover > img {
    transform: scale(1.25);
}
@media (width>=992px) {
    .item-4 {
        margin-top: -9rem;
    }
    .item-6 {
        margin-top: -7rem;
    }
    .item-7 {
        margin-top: -17rem;
    }
}
@media (width>=768px) and (width<=992px) {
    .item-3 {
        margin-top: -9rem;
    }
    .item-5,
    .item-7 {
        margin-top: -3rem;
    }
}
.timeline {
    flex-direction: column;
    list-style: none;
    display: flex;
    position: relative;
}
.timeline.timeline-square > :after {
    border-radius: 0.125rem;
}
.timeline-basic {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.timeline-basic .timeline-item {
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    position: relative;
}
.timeline-basic .timeline-item:not(:last-child):before {
    content: "";
    background-color: var(--dx-tertiary-bg);
    width: 2px;
    position: absolute;
    top: 0.5rem;
    bottom: -0.5rem;
    left: 0.125rem;
}
.timeline-basic .timeline-item:after {
    content: "";
    background-color: var(--dx-tertiary-bg);
    border-radius: 999px;
    width: 0.375rem;
    height: 0.375rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
}
.timeline-basic .timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-primary .timeline-item.active:after,
.timeline-primary .timeline-item.active:before {
    background-color: var(--dx-primary);
}
.timeline-secondary .timeline-item.active:after,
.timeline-secondary .timeline-item.active:before {
    background-color: var(--dx-secondary);
}
.timeline-success .timeline-item.active:after,
.timeline-success .timeline-item.active:before {
    background-color: var(--dx-success);
}
.timeline-info .timeline-item.active:after,
.timeline-info .timeline-item.active:before {
    background-color: var(--dx-info);
}
.timeline-warning .timeline-item.active:after,
.timeline-warning .timeline-item.active:before {
    background-color: var(--dx-warning);
}
.timeline-danger .timeline-item.active:after,
.timeline-danger .timeline-item.active:before {
    background-color: var(--dx-danger);
}
.timeline-light .timeline-item.active:after,
.timeline-light .timeline-item.active:before {
    background-color: var(--dx-light);
}
.timeline-dark .timeline-item.active:after,
.timeline-dark .timeline-item.active:before {
    background-color: var(--dx-dark);
}
.timeline-pink .timeline-item.active:after,
.timeline-pink .timeline-item.active:before {
    background-color: var(--dx-pink);
}
.timeline-orange .timeline-item.active:after,
.timeline-orange .timeline-item.active:before {
    background-color: var(--dx-orange);
}
.timeline-indigo .timeline-item.active:after,
.timeline-indigo .timeline-item.active:before {
    background-color: var(--dx-indigo);
}
.changelog-timeline {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    position: relative;
}
.changelog-timeline .timeline-item {
    justify-content: center;
    padding-bottom: 1.5rem;
    display: flex;
    position: relative;
}
.changelog-timeline .timeline-item:before {
    content: "";
    background-color: var(--dx-tertiary-bg);
    width: 0.125rem;
    margin: 1.875rem 0 1rem;
    position: absolute;
    top: 0.5rem;
    bottom: -0.5rem;
    left: 1rem;
}
.changelog-timeline .timeline-item:last-child {
    padding-bottom: 0;
}
.changelog-timeline .timeline-item:last-child:before {
    display: none;
}
.changelog-timeline .timeline-item .dot {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.timeline-modern {
    list-style: none;
}
.timeline-modern .timeline-item {
    position: relative;
}
.timeline-modern .timeline-item:before {
    content: "";
    background-color: var(--dx-tertiary-bg);
    z-index: -1;
    width: 0.0625rem;
    position: absolute;
    top: -1.3rem;
    bottom: -0.5rem;
    left: 16px;
}
.timeline-modern .timeline-item:last-child:before {
    content: none;
}
.order-timeline {
    position: relative;
}
.order-timeline .timeline-item {
    align-items: flex-start;
    padding-left: 2rem;
    display: flex;
    position: relative;
}
.order-timeline .timeline-item:not(:last-child):before {
    content: "";
    background-color: var(--dx-tertiary-bg);
    z-index: 1;
    width: 2px;
    position: absolute;
    top: 0.5rem;
    bottom: -0.5rem;
    left: 0.75rem;
}
.order-timeline .timeline-item:not(:last-child) {
    padding-bottom: 1.5rem;
}
.order-timeline .timeline-item.completed .timeline-marker,
.order-timeline .timeline-item.completed:before {
    background-color: var(--dx-success);
}
.order-timeline .timeline-item.active .timeline-marker,
.order-timeline .timeline-item.active:before {
    background-color: var(--dx-primary);
}
.order-timeline .timeline-item.pending .timeline-marker {
    background-color: var(--dx-tertiary-bg);
    color: var(--dx-tertiary-color);
}
.order-timeline .timeline-marker {
    border: 2px solid var(--dx-secondary-bg);
    z-index: 2;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 0.75rem;
    display: flex;
    position: absolute;
    top: 0.25rem;
    left: 0;
}
.order-timeline .timeline-content {
    flex: 1;
}
.shipment-timeline {
    position: relative;
}
.shipment-timeline .timeline-item {
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    display: flex;
    position: relative;
}
.shipment-timeline .timeline-item:not(:last-child):before {
    content: "";
    background-color: var(--dx-tertiary-bg);
    z-index: 1;
    width: 2px;
    position: absolute;
    top: 0.5rem;
    bottom: -0.5rem;
    left: 0.75rem;
}
.shipment-timeline .timeline-item:last-child {
    margin-bottom: 0;
}
.shipment-timeline .timeline-item.completed .timeline-marker {
    background-color: var(--dx-success);
    border-color: var(--dx-success);
}
.shipment-timeline .timeline-item.completed:before {
    background-color: var(--dx-success);
}
.shipment-timeline .timeline-item.active .timeline-marker {
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
}
.shipment-timeline .timeline-item.active:before {
    background-color: var(--dx-primary);
}
.shipment-timeline .timeline-item.pending .timeline-marker {
    background-color: var(--dx-light);
    border-color: var(--dx-tertiary-bg);
    color: var(--dx-tertiary-color);
}
.shipment-timeline .timeline-marker {
    border: 2px solid var(--dx-secondary-bg);
    z-index: 2;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 0.75rem;
    transition: all 0.3s;
    display: flex;
    position: absolute;
    top: 0.25rem;
    left: 0;
}
.shipment-timeline .timeline-content {
    flex: 1;
    padding-left: 0.5rem;
}
.shipment-timeline .timeline-content .timeline-title {
    color: var(--dx-body-color);
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
}
.shipment-timeline .timeline-content p {
    margin-bottom: 0.25rem;
    font-size: 0.8125rem;
}
.shipment-timeline .timeline-content small {
    font-size: 0.75rem;
}
.horizontal-timeline {
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    display: flex;
    position: relative;
}
@media (width<=991px) {
    .horizontal-timeline {
        padding-bottom: 1.5rem;
        overflow-x: auto;
    }
    .horizontal-timeline::-webkit-scrollbar {
        height: 4px;
    }
    .horizontal-timeline::-webkit-scrollbar-thumb {
        background: var(--dx-tertiary-bg);
        border-radius: 4px;
    }
}
.horizontal-timeline .timeline-item {
    flex: auto;
    align-items: center;
    display: flex;
    position: relative;
}
.horizontal-timeline .timeline-item:last-child {
    flex: none;
}
.horizontal-timeline .timeline-item .timeline-marker {
    background-color: var(--dx-tertiary-bg);
    width: 2.25rem;
    height: 2.25rem;
    color: var(--dx-secondary-color);
    border: 1px solid var(--dx-border-color);
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    display: flex;
}
@media (prefers-reduced-motion: reduce) {
    .horizontal-timeline .timeline-item .timeline-marker {
        transition: none;
    }
}
.horizontal-timeline .timeline-item .timeline-content {
    margin-left: 0.75rem;
}
.horizontal-timeline .timeline-item .timeline-content h6 {
    color: var(--dx-secondary-color);
    white-space: nowrap;
}
.horizontal-timeline .timeline-item:not(:last-child):after {
    content: "";
    border-bottom: 2px dotted var(--dx-border-color);
    flex-grow: 1;
    min-width: 1.5rem;
    height: 2px;
    margin: 0 1rem;
}
.horizontal-timeline .timeline-item.completed .timeline-marker {
    background-color: var(--dx-success);
    border-color: var(--dx-success);
    color: #fff;
}
.horizontal-timeline .timeline-item.completed .timeline-content h6 {
    color: var(--dx-success);
}
.horizontal-timeline .timeline-item.completed:not(:last-child):after {
    border-bottom: 1px solid var(--dx-success);
}
.horizontal-timeline .timeline-item.active .timeline-marker {
    background-color: var(--dx-indigo);
    border-color: var(--dx-indigo);
    color: #fff;
}
.horizontal-timeline .timeline-item.active .timeline-content h6 {
    color: var(--dx-indigo);
}
.pagination {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    display: flex;
}
.pagination .page-item:is(:first-child, :last-child) .page-link {
    width: auto;
    padding: var(--dx-pagination-padding-y) var(--dx-pagination-padding-x);
    align-items: center;
    gap: 0.25rem;
    display: flex;
}
.pagination .page-item .page-link {
    border-radius: var(--dx-border-radius);
    width: 2.25rem;
    height: 2.25rem;
    box-shadow: var(--dx-element-shadow);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
}
[dir="rtl"] .pagination .page-item .page-link svg,
[dir="rtl"] .pagination .page-item .page-link i {
    transform: scaleX(-1);
}
.pagination.pagination-rounded .page-link {
    border-radius: 50rem;
}
.pagination.pagination-modern {
    gap: 0;
}
.pagination.pagination-modern .page-item .page-link {
    width: auto;
    padding: var(--dx-pagination-padding-y) var(--dx-pagination-padding-x);
    border-radius: 0;
    gap: 0.25rem;
}
.pagination.pagination-modern
    .page-item:is(:first-child, :last-child)
    .page-link {
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: flex;
}
.pagination.pagination-modern .page-item:first-child .page-link {
    border-top-left-radius: var(--dx-pagination-border-radius);
    border-bottom-left-radius: var(--dx-pagination-border-radius);
}
.pagination.pagination-modern .page-item:last-child .page-link {
    border-top-right-radius: var(--dx-pagination-border-radius);
    border-bottom-right-radius: var(--dx-pagination-border-radius);
}
.pagination.pagination-modern.pagination-rounded
    .page-item:first-child
    .page-link {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}
.pagination.pagination-modern.pagination-rounded
    .page-item:last-child
    .page-link {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}
.pagination.pagination-flush .page-item .page-link {
    border: 0;
}
.pagination.pagination-xs .page-item .page-link {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}
.pagination.pagination-xs .page-item:is(:first-child, :last-child) .page-link {
    width: auto;
    height: 1.5rem;
    padding: 0.125rem 0.5rem;
}
.pagination.pagination-sm .page-item .page-link {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
}
.pagination.pagination-sm .page-item:is(:first-child, :last-child) .page-link {
    width: auto;
    height: 1.75rem;
}
.pagination.pagination-md .page-item .page-link {
    width: 2rem;
    height: 2rem;
}
.pagination.pagination-md .page-item:is(:first-child, :last-child) .page-link {
    width: auto;
    height: 2rem;
}
.pagination.pagination-lg .page-item .page-link {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.9375rem;
}
.pagination.pagination-lg .page-item:is(:first-child, :last-child) .page-link {
    width: auto;
    height: 2.5rem;
}
.link {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .link {
        transition: none;
    }
}
.link.link-custom {
    color: var(--dx-body-color);
}
.link.link-custom:hover {
    color: var(--dx-primary);
}
.list-borderless {
    --dx-list-group-border-width: none;
    --dx-list-group-item-padding-x: 0px;
    --dx-list-group-item-padding-y: 4px;
}
.list-arrow {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAdgAAAHYBTnsmCAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFGSURBVDiNpZC/S0IBEMc/9yo0IoSmhggJqqFBfDQ0RbRKEUVz4OCjQiKKlhan1oYmh/4BodwimhokIn1CQw3VLASBSBGZ9K7BHz0LNXw3HXff7+e4L5pdn8RDGcjXljcALOnVdr8XwAC+90UvgCKqe5pa7ekSIBnAZGxotzuAOCfVVg80F1trJ9abjWHVhOGeiSqCHbOBMOAAhwR8+zJ+VG4y561pHL0Gzgn4Vup7QwTF0SjwVn2JHUrlO81Zcc1EB38QlQLwAkQofZzqY9wHII0LtrWAagrwuw5XgDxCFqUIjAK1N/WMgH9ZXGI0b4VwNAVMtMvClUC6ORAzecvrZwgRC3joDNCwtFxpwsAuTCHM4jCDEARGgGBN8owh8y0Bf4C5WB+QBiINs5m8Nzr4XASZ+20G6P03QPQSdBNxLsQ8fqqPvwHckW5PGG+ePgAAAABJRU5ErkJggg==);
}
.list-boxed .list-group-item {
    border: var(--dx-list-group-border-width) solid
        var(--dx-list-group-border-color);
    border-radius: 7px;
}
.list-boxed .list-group-item:not(:last-child) {
    margin-bottom: 0.5rem;
}
.list-group-primary li:before {
    color: var(--dx-primary);
}
.list-group-primary li::marker {
    color: var(--dx-primary);
}
.list-group-secondary li:before {
    color: var(--dx-secondary);
}
.list-group-secondary li::marker {
    color: var(--dx-secondary);
}
.list-group-success li:before {
    color: var(--dx-success);
}
.list-group-success li::marker {
    color: var(--dx-success);
}
.list-group-info li:before {
    color: var(--dx-info);
}
.list-group-info li::marker {
    color: var(--dx-info);
}
.list-group-warning li:before {
    color: var(--dx-warning);
}
.list-group-warning li::marker {
    color: var(--dx-warning);
}
.list-group-danger li:before {
    color: var(--dx-danger);
}
.list-group-danger li::marker {
    color: var(--dx-danger);
}
.list-group-light li:before {
    color: var(--dx-light);
}
.list-group-light li::marker {
    color: var(--dx-light);
}
.list-group-dark li:before {
    color: var(--dx-dark);
}
.list-group-dark li::marker {
    color: var(--dx-dark);
}
.list-group-pink li:before {
    color: var(--dx-pink);
}
.list-group-pink li::marker {
    color: var(--dx-pink);
}
.list-group-orange li:before {
    color: var(--dx-orange);
}
.list-group-orange li::marker {
    color: var(--dx-orange);
}
.list-group-indigo li:before {
    color: var(--dx-indigo);
}
.list-group-indigo li::marker {
    color: var(--dx-indigo);
}
.nav-pills .nav-item .nav-link.active {
    box-shadow: var(--dx-element-shadow);
}
.nav-underline .nav-link {
    border: 0;
    padding: 0.5rem 1rem;
    position: relative;
}
.nav-underline .nav-link:after {
    content: "";
    background-color: var(--dx-nav-underline-link-active-color);
    border-radius: 50rem;
    width: 0;
    height: 1px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (prefers-reduced-motion: reduce) {
    .nav-underline .nav-link:after {
        transition: none;
    }
}
.nav-underline .nav-link:is(:hover, .active):after {
    width: 100%;
}
.nav-underline .nav-link.active {
    font-weight: var(--dx-font-weight-medium);
}
.tabs-animation .nav-link {
    text-align: center;
    width: 8rem;
    height: 2.75rem;
    position: relative;
    overflow: hidden;
}
.tabs-animation .nav-link .icon {
    width: 1rem;
    height: 1rem;
    margin-inline: auto;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
    .tabs-animation .nav-link .icon {
        transition: none;
    }
}
.tabs-animation .nav-link .content {
    transition: all 0.3s ease-in-out;
    display: block;
    transform: translateY(-3.5rem);
}
@media (prefers-reduced-motion: reduce) {
    .tabs-animation .nav-link .content {
        transition: none;
    }
}
.tabs-animation .nav-link:hover .content {
    transform: translateY(-1.1rem);
}
.tabs-animation .nav-link:hover .icon {
    transform: translateY(2.5rem);
}
.modern-spinner {
    animation: 1s linear infinite spin;
}
:is(.animate-dot, .animate-bounce) {
    animation: 1s infinite bounce;
}
:is(.animate-dot, .animate-bounce).delay-150 {
    animation-delay: -0.3s;
}
:is(.animate-dot, .animate-bounce).delay-300 {
    animation-delay: -0.15s;
}
@keyframes bounce {
    0%,
    to {
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        transform: translateY(-25%);
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transform: none;
    }
}
.animate-ping {
    animation: 1s cubic-bezier(0, 0, 0.2, 1) infinite ping;
}
@keyframes ping {
    75%,
    to {
        content: var(--tw-content);
        opacity: 0;
        transform: scale(2);
    }
}
.animate-rotate {
    animation: 1s linear infinite rotate;
}
.animate-pulse {
    animation: 2s cubic-bezier(0.4, 0, 0.6, 1) infinite pulse;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    to {
        transform: scale(1);
    }
}
@keyframes shimmer {
    to {
        opacity: 0;
        transform: translate(0);
    }
}
@keyframes timerPulse {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}
@keyframes timeUpdate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    to {
        transform: scale(1);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate(-100%);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translate(30px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}
.avatar {
    justify-content: center;
    align-items: center;
    display: flex;
}
.avatar-group {
    align-items: center;
    display: flex;
}
.avatar-group .avatar-group-item {
    transition: z-index 0.3s;
    position: relative;
}
.avatar-group .avatar-group-item :is(img, div) {
    border: 2px solid var(--dx-secondary-bg);
    border-radius: 50rem;
}
.avatar-group .avatar-group-item div {
    color: #fff;
    background-color: var(--dx-primary);
}
.avatar-group .avatar-group-item:not(:first-child) {
    margin-left: -10px;
}
.avatar-group .avatar-group-item:hover {
    z-index: 10;
}
.btn.show {
    border-color: #0000;
}
[class*="btn-dashed-"] {
    border-style: dashed;
}
[class*="btn-3d-"] {
    box-shadow: inset 0 2px 4px 0 var(--dx-btn-shadow-color);
}
.btn.btn-xs {
    border-radius: 5px;
    padding: 0.125rem 0.5rem;
    font-size: 0.6875rem;
}
.btn.btn-md {
    padding: 0.5rem 1rem;
    font-size: 12px;
}
.btn.btn-lg {
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
}
.btn-icon-overlay {
    padding-left: 4rem;
}
.btn-icon-overlay.right {
    padding-inline: 1.5rem 4rem;
}
.btn-icon-overlay.right .icon {
    left: auto;
    right: 0;
}
.btn-icon-overlay .icon {
    background-color: rgba(var(--dx-white-rgb), 0.1);
    justify-content: center;
    align-items: center;
    width: 2.375rem;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.btn {
    box-shadow: var(--dx-element-shadow);
}
.btn.btn-icon {
    justify-content: center;
    align-items: center;
    width: 2.5625rem;
    height: 2.5625rem;
    padding: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        opacity 0.25s ease-in-out;
    display: flex;
}
@media (prefers-reduced-motion: reduce) {
    .btn.btn-icon {
        transition: none;
    }
}
.btn.btn-icon i {
    line-height: 2;
}
.btn-modern .effect {
    opacity: 0;
    background-image: radial-gradient(
        75% 100% at 50% 0,
        #38bdf899 0%,
        #38bdf800 75%
    );
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        opacity 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn-modern .effect {
        transition: none;
    }
}
.btn-modern .effect:hover {
    opacity: 100;
}
.btn-translate-up {
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .btn-translate-up {
        transition: none;
    }
}
.btn-translate-up:hover {
    transform: translateY(-0.125rem);
}
.btn-translate-down {
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .btn-translate-down {
        transition: none;
    }
}
.btn-translate-down:hover {
    transform: translateY(0.125rem);
}
.btn-scale {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
    .btn-scale {
        transition: none;
    }
}
.btn-scale:hover {
    transform: scale(1.1);
}
.card {
    margin-bottom: var(--dx-spacer);
}
.card .card-header {
    border: none;
    padding-bottom: 0;
}
.card .card-title {
    font-size: calc(var(--dx-body-font-size) * 1.03);
}
.card.card-h-100 {
    height: calc(100% - var(--dx-spacer));
}
.card-hover-animate {
    transition: transform 0.3s ease-in-out;
}
.card-hover-animate:hover {
    transform: translateY(-0.25rem);
}
.basic-card .card-img-top {
    object-fit: cover;
    width: 100%;
    height: 8rem;
}
.basic-card .user {
    width: 120px;
    height: 120px;
    margin-top: -4rem;
}
.card-hover-effect {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .card-hover-effect {
        transition: none;
    }
}
.card-hover-effect .icon-bg {
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: flex;
}
.card-hover-effect .icon-hover-bg {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 30px;
    left: 30px;
}
@media (prefers-reduced-motion: reduce) {
    .card-hover-effect .icon-hover-bg {
        transition: none;
    }
}
.card-hover-effect:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px -12px #00000040;
}
.card-hover-effect:hover .icon-hover-bg {
    border-radius: 100%;
    transform: scale(10);
}
.bg-overlay {
    opacity: 0.2;
    background-color: #052a40;
    position: absolute;
    inset: 0;
}
.dropdown-menu {
    animation-name: slideDownIn;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}
.dropdown-menu .dropdown-item {
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .dropdown-menu .dropdown-item {
        transition: none;
    }
}
@keyframes slideDownIn {
    to {
        margin-top: -1px;
    }
    0% {
        margin-top: 5px;
    }
}
:is(.dropdown .dropdown-toggle, .dropdown-toggle-split.dropdown-toggle):after {
    content: "";
    vertical-align: -3px;
    border: none;
    margin-top: 0;
    margin-left: 0;
    font-size: 20px;
    line-height: 0.8;
    font-family: remixicon !important;
}
:is(
        .dropdown .dropdown-toggle,
        .dropdown-toggle-split.dropdown-toggle
    ).show:after {
    transform: rotate(180deg);
}
.dropend .dropdown-toggle:after {
    content: "";
    margin-top: 3.2px;
    font-size: 20px;
    line-height: 0.8;
    transform: rotate(-90deg);
    border: none !important;
    font-family: remixicon !important;
}
.dropend .dropdown-toggle:hover:after {
    transform: rotate(-90deg);
}
.dropstart .dropdown-toggle:before {
    content: "";
    border: none;
    margin-top: 3.2px;
    font-size: 20px;
    line-height: 0.8;
    transform: rotate(90deg);
    font-family: remixicon !important;
}
.dropup .dropdown-toggle:after {
    content: "";
    border: none;
    margin-top: 3.2px;
    font-size: 20px;
    line-height: 0.8;
    transform: rotate(180deg);
    font-family: remixicon !important;
}
.square {
    background: linear-gradient(
        136deg,
        rgba(var(--dx-primary-rgb), 0.2),
        rgba(var(--dx-secondary-rgb), 0.2),
        rgba(var(--dx-info-rgb), 0.2)
    );
    width: 20rem;
    height: 20rem;
    margin: 0 auto;
}
@media (width<=575.98px) {
    .square {
        width: 15rem;
        height: 15rem;
    }
}
.simplebar-scrollbar:before {
    background: var(--dx-border-color) !important;
}
.simplebar-primary .simplebar-scrollbar:before {
    background-color: var(--dx-primary) !important;
}
.simplebar-secondary .simplebar-scrollbar:before {
    background-color: var(--dx-secondary) !important;
}
.simplebar-success .simplebar-scrollbar:before {
    background-color: var(--dx-success) !important;
}
.simplebar-info .simplebar-scrollbar:before {
    background-color: var(--dx-info) !important;
}
.simplebar-warning .simplebar-scrollbar:before {
    background-color: var(--dx-warning) !important;
}
.simplebar-danger .simplebar-scrollbar:before {
    background-color: var(--dx-danger) !important;
}
.simplebar-light .simplebar-scrollbar:before {
    background-color: var(--dx-light) !important;
}
.simplebar-dark .simplebar-scrollbar:before {
    background-color: var(--dx-dark) !important;
}
.simplebar-pink .simplebar-scrollbar:before {
    background-color: var(--dx-pink) !important;
}
.simplebar-orange .simplebar-scrollbar:before {
    background-color: var(--dx-orange) !important;
}
.simplebar-indigo .simplebar-scrollbar:before {
    background-color: var(--dx-indigo) !important;
}
::-webkit-scrollbar-track {
    background-color: var(--dx-secondary-bg);
}
::-webkit-scrollbar {
    background-color: var(--dx-secondary-bg);
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--dx-border-color);
    border-radius: 10px;
}
.custom-scroll {
    white-space: nowrap;
    scrollbar-color: var(--dx-border-color) transparent;
    overflow: auto hidden;
}
.swiper-primary .swiper-pagination-bullet {
    background: var(--dx-primary);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-primary .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-primary);
}
.swiper-secondary .swiper-pagination-bullet {
    background: var(--dx-secondary);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-secondary .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-secondary);
}
.swiper-success .swiper-pagination-bullet {
    background: var(--dx-success);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-success .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-success);
}
.swiper-info .swiper-pagination-bullet {
    background: var(--dx-info);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-info .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-info);
}
.swiper-warning .swiper-pagination-bullet {
    background: var(--dx-warning);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-warning .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-warning);
}
.swiper-danger .swiper-pagination-bullet {
    background: var(--dx-danger);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-danger .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-danger);
}
.swiper-light .swiper-pagination-bullet {
    background: var(--dx-light);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-light .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-light);
}
.swiper-dark .swiper-pagination-bullet {
    background: var(--dx-dark);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-dark .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-dark);
}
.swiper-pink .swiper-pagination-bullet {
    background: var(--dx-pink);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-pink .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-pink);
}
.swiper-orange .swiper-pagination-bullet {
    background: var(--dx-orange);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-orange .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-orange);
}
.swiper-indigo .swiper-pagination-bullet {
    background: var(--dx-indigo);
    width: 0.75rem;
    height: 0.75rem;
}
.swiper-indigo .swiper-pagination-bullet-active {
    background: var(--dx-white);
    border: 3px solid var(--dx-indigo);
}
.swiper-button-prev:before {
    content: "";
    font-family: RemixIcon;
}
.swiper-button-next:before {
    content: "";
    font-family: RemixIcon;
}
.basic-square {
    background: linear-gradient(
        136deg,
        var(--dx-primary),
        var(--dx-secondary),
        var(--dx-info)
    );
}
.glare-square {
    background: linear-gradient(
        136deg,
        var(--dx-success),
        var(--dx-indigo),
        var(--dx-info)
    );
}
.reverse-square {
    background: linear-gradient(136deg, var(--dx-info), var(--dx-info));
}
.floating-square {
    background: linear-gradient(136deg, var(--dx-primary), var(--dx-primary));
}
.annotation-dropdown {
    top: 40px;
    left: 50px;
}
.annotation-dropdown .comment-content {
    max-height: 200px;
}
.annotation-dropdown #comment-input {
    width: 100%;
    color: var(--dx-emphasis-color);
}
.annotation-dropdown #comment-input:focus {
    outline: none;
}
.deckgo-highlight-code-carbon {
    --deckgo-highlight-code-carbon-background: #161c30;
    --deckgo-highlight-code-carbon-color: #fff;
    --deckgo-highlight-code-token-atrule: #ec4899;
    --deckgo-highlight-code-token-function: #eab308;
    --deckgo-highlight-code-carbon-header-button-red-background: #ef4444;
    --deckgo-highlight-code-token-selector: #4ade80;
    --deckgo-highlight-code-font-size: 0.9063rem;
    --deckgo-highlight-code-carbon-header-button-width: 0.68rem;
    --deckgo-highlight-code-carbon-header-button-height: 0.68rem;
}
.chatbot-one {
    background: linear-gradient(
        to bottom right,
        rgba(var(--dx-primary-rgb), 0.2),
        rgba(var(--dx-success-rgb), 0.2),
        rgba(var(--dx-secondary-rgb), 0.2)
    );
}
.chatbot-two {
    background: linear-gradient(
        to top right,
        var(--dx-success),
        var(--dx-info)
    );
}
.chatbot-three {
    background: linear-gradient(
        to top right,
        var(--dx-primary),
        var(--dx-secondary)
    );
}
.treeview-scrollable {
    max-height: 70vh;
}
.treeview {
    -webkit-user-select: none;
    user-select: none;
}
.treeview ul {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .treeview ul {
        transition: none;
    }
}
.treeview ul.list-unstyled {
    margin-bottom: 0;
}
.treeview ul:not(.d-none) {
    animation: 0.5s ease-in-out slideDown;
}
.treeview li {
    position: relative;
}
.treeview li:before {
    content: "";
    background-color: var(--dx-border-color);
    z-index: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -0.75rem;
}
.treeview li:last-child:before {
    height: 1.5rem;
}
.treeview li:last-child {
    margin-bottom: 0;
}
.treeview li:before,
.treeview li > a:before {
    display: none;
}
.treeview a {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
    .treeview a {
        transition: none;
    }
}
.treeview a:hover {
    color: var(--dx-primary) !important;
}
.treeview i {
    margin-right: 0.5rem;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .treeview i {
        transition: none;
    }
}
.treeview [aria-expanded="true"] {
    background-color: var(--dx-light);
    font-weight: 500;
    color: var(--dx-primary) !important;
}
.treeview [data-node] {
    cursor: pointer;
}
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.icon-box {
    border: 1px solid var(--dx-border-color);
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
}
.stroke-1 {
    stroke-width: 1px;
}
.stroke-2 {
    stroke-width: 2px;
}
.stroke-3 {
    stroke-width: 3px;
}
.stroke-4 {
    stroke-width: 4px;
}
.size-2-5 {
    width: 0.625rem;
    height: 0.625rem;
}
.size-3-5 {
    width: 0.875rem;
    height: 0.875rem;
}
.icon-primary {
    fill: rgba(var(--dx-primary-rgb), 0.1);
    color: var(--dx-primary);
}
.icon-hover-primary {
    color: var(--dx-primary);
}
.icon-hover-primary:hover {
    fill: var(--dx-primary-bg-subtle);
}
.icon-secondary {
    fill: rgba(var(--dx-secondary-rgb), 0.1);
    color: var(--dx-secondary);
}
.icon-hover-secondary {
    color: var(--dx-secondary);
}
.icon-hover-secondary:hover {
    fill: var(--dx-secondary-bg-subtle);
}
.icon-success {
    fill: rgba(var(--dx-success-rgb), 0.1);
    color: var(--dx-success);
}
.icon-hover-success {
    color: var(--dx-success);
}
.icon-hover-success:hover {
    fill: var(--dx-success-bg-subtle);
}
.icon-info {
    fill: rgba(var(--dx-info-rgb), 0.1);
    color: var(--dx-info);
}
.icon-hover-info {
    color: var(--dx-info);
}
.icon-hover-info:hover {
    fill: var(--dx-info-bg-subtle);
}
.icon-warning {
    fill: rgba(var(--dx-warning-rgb), 0.1);
    color: var(--dx-warning);
}
.icon-hover-warning {
    color: var(--dx-warning);
}
.icon-hover-warning:hover {
    fill: var(--dx-warning-bg-subtle);
}
.icon-danger {
    fill: rgba(var(--dx-danger-rgb), 0.1);
    color: var(--dx-danger);
}
.icon-hover-danger {
    color: var(--dx-danger);
}
.icon-hover-danger:hover {
    fill: var(--dx-danger-bg-subtle);
}
.icon-light {
    fill: rgba(var(--dx-light-rgb), 0.1);
    color: var(--dx-light);
}
.icon-hover-light {
    color: var(--dx-light);
}
.icon-hover-light:hover {
    fill: var(--dx-light-bg-subtle);
}
.icon-dark {
    fill: rgba(var(--dx-dark-rgb), 0.1);
    color: var(--dx-dark);
}
.icon-hover-dark {
    color: var(--dx-dark);
}
.icon-hover-dark:hover {
    fill: var(--dx-dark-bg-subtle);
}
.icon-pink {
    fill: rgba(var(--dx-pink-rgb), 0.1);
    color: var(--dx-pink);
}
.icon-hover-pink {
    color: var(--dx-pink);
}
.icon-hover-pink:hover {
    fill: var(--dx-pink-bg-subtle);
}
.icon-orange {
    fill: rgba(var(--dx-orange-rgb), 0.1);
    color: var(--dx-orange);
}
.icon-hover-orange {
    color: var(--dx-orange);
}
.icon-hover-orange:hover {
    fill: var(--dx-orange-bg-subtle);
}
.icon-indigo {
    fill: rgba(var(--dx-indigo-rgb), 0.1);
    color: var(--dx-indigo);
}
.icon-hover-indigo {
    color: var(--dx-indigo);
}
.icon-hover-indigo:hover {
    fill: var(--dx-indigo-bg-subtle);
}
.fill-primary {
    fill: var(--dx-primary);
}
.fill-secondary {
    fill: var(--dx-secondary);
}
.fill-success {
    fill: var(--dx-success);
}
.fill-info {
    fill: var(--dx-info);
}
.fill-warning {
    fill: var(--dx-warning);
}
.fill-danger {
    fill: var(--dx-danger);
}
.fill-light {
    fill: var(--dx-light);
}
.fill-dark {
    fill: var(--dx-dark);
}
.fill-pink {
    fill: var(--dx-pink);
}
.fill-orange {
    fill: var(--dx-orange);
}
.fill-indigo {
    fill: var(--dx-indigo);
}
.form-label {
    font-weight: var(--dx-font-weight-medium);
}
.form-control {
    line-height: 1.4;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--dx-primary);
}
.form-control-md {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}
.resize-none {
    resize: none;
}
.form-control.fil-input:focus {
    border-color: var(--dx-gray-200);
}
#formFile::file-selector-button {
    background-color: var(--dx-light-bg-subtle);
    color: var(--dx-secondary-color);
}
#formFileDark::file-selector-button {
    background-color: var(--dx-gray-800);
    color: var(--dx-white);
}
#formFileSecondary::file-selector-button {
    background-color: var(--dx-secondary-bg-subtle);
    color: var(--dx-secondary);
    font-weight: var(--dx-font-weight-medium);
    border: none;
    border-radius: 6px;
}
.vscomp-ele {
    max-width: 100% !important;
}
.vscomp-ele .vscomp-wrapper {
    color: var(--dx-body-color);
    font-family: var(--dx-font-sans-serif);
    font-size: var(--dx-font-size-base);
}
.vscomp-ele .vscomp-wrapper .vscomp-toggle-button {
    background-color: var(--dx-secondary-bg);
    border: 1px solid var(--dx-border-color);
}
.vscomp-ele .vscomp-wrapper:focus .vscomp-toggle-button,
.vscomp-ele .vscomp-wrapper.focused .vscomp-toggle-button {
    border-color: var(--dx-primary);
    box-shadow: var(--dx-box-shadow) !important;
}
.vscomp-ele .vscomp-wrapper:not(.has-value) .vscomp-value {
    opacity: 1;
    color: var(--dx-secondary-color);
}
.vscomp-ele .vscomp-wrapper .vscomp-arrow:after {
    border-bottom-color: var(--dx-emphasis-color);
    border-right-color: var(--dx-emphasis-color);
    border-left-color: #0000;
    margin-top: -3px;
}
.vscomp-ele .vscomp-wrapper .checkbox-icon {
    margin-left: 0;
    margin-right: 10px;
}
.vscomp-ele .vscomp-wrapper .checkbox-icon:after {
    border: 1px solid var(--dx-tertiary-bg);
}
.vscomp-ele
    .vscomp-wrapper.multiple
    .vscomp-option.selected
    .checkbox-icon:after {
    border: 1px solid var(--dx-primary);
    border-top-color: #0000 !important;
    border-left-color: #0000 !important;
}
.vscomp-ele .vscomp-wrapper .vscomp-options,
.vscomp-ele .vscomp-wrapper .vscomp-no-search-results {
    background-color: var(--dx-secondary-bg);
}
.vscomp-ele .vscomp-wrapper .vscomp-options .vscomp-option,
.vscomp-ele .vscomp-wrapper .vscomp-no-search-results .vscomp-option {
    text-align: left;
}
.vscomp-ele .vscomp-wrapper .vscomp-options .vscomp-option.selected,
.vscomp-ele .vscomp-wrapper .vscomp-options .vscomp-option.focused,
.vscomp-ele .vscomp-wrapper .vscomp-no-search-results .vscomp-option.selected,
.vscomp-ele .vscomp-wrapper .vscomp-no-search-results .vscomp-option.focused {
    background-color: var(--dx-tertiary-bg) !important;
}
.vscomp-ele .vscomp-wrapper .vscomp-search-container {
    background-color: var(--dx-secondary-bg);
    border-bottom: 1px solid var(--dx-tertiary-bg);
}
.vscomp-ele .vscomp-wrapper .pop-comp-wrapper {
    box-shadow:
        0 10px 15px -3px var(--dx-tertiary-bg),
        0 4px 6px -4px var(--dx-tertiary-bg);
    color: var(--dx-emphasis-color);
}
.vscomp-ele .vscomp-wrapper .vscomp-search-wrapper {
    box-shadow: none !important;
}
.vscomp-ele .vscomp-wrapper.has-clear-button .vscomp-toggle-button {
    padding-right: 3.375rem !important;
}
.vscomp-ele .vscomp-wrapper .vscomp-dropbox-container {
    z-index: 9999 !important;
}
.vscomp-ele .vscomp-wrapper.show-value-as-tags .vscomp-arrow {
    height: 100%;
}
.vscomp-ele .vscomp-wrapper.show-value-as-tags .vscomp-value {
    min-height: 100%;
}
.vscomp-ele .vscomp-wrapper.show-value-as-tags .vscomp-value-tag {
    border: 1px solid var(--dx-border-color);
    padding: 2px 3px 2px 8px;
}
.vscomp-ele .vscomp-wrapper.show-value-as-tags.has-value .vscomp-clear-button {
    left: auto;
    right: 2px;
}
.vscomp-ele .vscomp-search-input::placeholder {
    color: var(--dx-secondary-color);
}
.vscomp-ele .vscomp-toggle-button {
    border-radius: 7px !important;
    padding: 0.5625rem 1.875rem 0.5625rem 0.625rem !important;
}
.vscomp-ele .vscomp-clear-button {
    left: auto;
    right: 30px;
}
.vscomp-ele .vscomp-arrow {
    left: auto;
    right: 0;
}
.form-range.range-primary::-webkit-slider-thumb {
    background: var(--dx-primary);
}
.form-range.range-secondary::-webkit-slider-thumb {
    background: var(--dx-secondary);
}
.form-range.range-success::-webkit-slider-thumb {
    background: var(--dx-success);
}
.form-range.range-info::-webkit-slider-thumb {
    background: var(--dx-info);
}
.form-range.range-warning::-webkit-slider-thumb {
    background: var(--dx-warning);
}
.form-range.range-danger::-webkit-slider-thumb {
    background: var(--dx-danger);
}
.form-range.range-light::-webkit-slider-thumb {
    background: var(--dx-light);
}
.form-range.range-dark::-webkit-slider-thumb {
    background: var(--dx-dark);
}
.form-range.range-pink::-webkit-slider-thumb {
    background: var(--dx-pink);
}
.form-range.range-orange::-webkit-slider-thumb {
    background: var(--dx-orange);
}
.form-range.range-indigo::-webkit-slider-thumb {
    background: var(--dx-indigo);
}
.form-switch input[type="checkbox"] {
    visibility: hidden;
    width: 0;
    height: 0;
}
.form-switch input:checked + label:after {
    left: 1.4375rem;
}
.form-switch label {
    cursor: pointer;
    border-radius: 6.25rem;
    width: 3rem;
    height: 1.75rem;
    position: relative;
}
.form-switch label:after {
    content: "";
    border-radius: 5.625rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch label:after {
        transition: none;
    }
}
[class*="switch-outline"] label {
    border: 1px solid var(--dx-border-color);
}
[class*="switch-outline"] label:after {
    background: var(--dx-border-color);
}
[class*="switch-outline"] label .rounded {
    border-radius: 2px;
}
[class*="switch-soft"] label,
[class*="switch-light"] label {
    background-color: var(--dx-border-color);
    border: 1px solid var(--dx-border-color);
}
[class*="switch-soft"] label:after,
[class*="switch-light"] label:after {
    background: var(--dx-secondary-bg);
}
[class*="switch-solid"] input:checked + label:after {
    background-color: var(--dx-secondary-bg);
}
[class*="switch-solid"] label {
    border: 1px solid var(--dx-border-color);
}
[class*="switch-solid"] label:after {
    background: var(--dx-border-color);
}
[class*="switch-effect"] label {
    box-shadow: inset 0 2px 4px 0 var(--dx-border-color);
    border: 1px solid var(--dx-border-color);
}
[class*="switch-effect"] label:after {
    background: var(--dx-secondary-bg);
    box-shadow:
        0 10px 15px -3px rgba(var(--dx-secondary-color-rgb), 0.5),
        0 4px 6px -4px rgba(var(--dx-secondary-color-rgb), 0.5);
}
.switch-square label,
.switch-square label:after {
    border-radius: 7px;
}
.switch-text label:after {
    content: "N";
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    display: flex;
}
.switch-text input:checked + label:after {
    color: #fff;
}
.switch-icon label:after {
    content: "";
    font-family: RemixIcon;
}
.switch-icon input:checked + label:after {
    content: "";
}
.form-check {
    min-height: 1.5rem;
    margin-bottom: 0;
}
.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}
.form-check [type="checkbox"]:checked {
    background-size: 0.65rem 0.65rem;
}
.card-checkbox svg {
    width: 2.375rem;
}
.card-checkbox .form-check-selected {
    cursor: pointer;
    border: 1px solid #0000;
    align-items: center;
    gap: 0.5rem;
    display: flex;
}
.card-checkbox .form-check-selected:hover {
    background-color: var(--dx-tertiary-bg);
}
.card-checkbox .form-check-selected:has(:checked) {
    background-color: var(--dx-primary-bg-subtle);
    border-color: var(--dx-primary-bg-subtle);
    color: var(--dx-primary);
}
#taskList .completed {
    color: var(--dx-secondary-color);
    text-decoration: line-through;
}
.input-spin-group {
    justify-content: center;
    align-items: center;
    width: 8rem;
    display: flex;
}
.input-spin-group .input-spin {
    text-align: center;
    border-radius: 0;
    padding: 0;
}
.input-spin-group .input-spin.form-control {
    border: 1px solid var(--dx-border-color);
    background-color: #0000;
    width: 100%;
    height: 2.5rem;
    display: block;
}
.input-spin-group .input-spin-plus,
.input-spin-group .input-spin-minus {
    border: 1px solid var(--dx-border-color);
    background-color: #0000;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.3s ease-in-out;
    display: flex;
}
@media (prefers-reduced-motion: reduce) {
    .input-spin-group .input-spin-plus,
    .input-spin-group .input-spin-minus {
        transition: none;
    }
}
.input-spin-group .input-spin-plus svg,
.input-spin-group .input-spin-minus svg {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .input-spin-group .input-spin-plus svg,
    .input-spin-group .input-spin-minus svg {
        transition: none;
    }
}
.input-spin-group .input-spin-minus:where([dir="ltr"], [dir="ltr"] *) {
    border-right-width: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.input-spin-group .input-spin-plus:where([dir="ltr"], [dir="ltr"] *) {
    border-left-width: 0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.ql-snow .ql-editor h2 {
    line-height: 2;
}
.ql-container {
    height: 13rem !important;
}
:is(.ql-toolbar, .ql-container) .ql-snow {
    border-color: var(--dx-border-color) !important;
}
.ql-snow .ql-picker {
    color: var(--dx-body-color);
}
.ql-snow .ql-stroke {
    stroke: var(--dx-body-color);
}
.ql-snow .ql-picker-options {
    background-color: var(--dx-secondary-bg);
}
:is(.ql-toolbar, .ql-container).ql-snow {
    border-color: var(--dx-border-color);
}
.ql-toolbar {
    border-radius: var(--dx-border-radius) var(--dx-border-radius) 0 0;
}
.ql-container {
    border-radius: 0 0 var(--dx-border-radius) var(--dx-border-radius);
}
.ql-toolbar.ql-snow
    .ql-picker.ql-expanded
    :is(.ql-picker-label, .ql-picker-options) {
    border-color: var(--dx-border-color);
}
.codex-editor .codex-editor__redactor {
    padding-bottom: 0 !important;
}
.codex-editor :is(.ce-toolbar__plus, .ce-toolbar__settings-btn) {
    color: var(--dx-body-color);
}
@media (hover: hover) {
    .codex-editor :is(.ce-toolbar__settings-btn, .ce-toolbar__plus):hover {
        background-color: var(--dx-tertiary-bg);
    }
}
.codex-editor .ce-block--selected .ce-block__content {
    background-color: var(--dx-primary-bg-subtle);
}
.codex-editor .ce-popover {
    --color-background: var(--dx-secondary-bg);
    --color-border: var(--dx-border-color);
    --color-text-primary: var(--dx-body-color);
    --color-text-secondary: var(--dx-secondary-color);
    --color-background-item-hover: var(--dx-tertiary-bg);
}
.codex-editor .cdx-marker {
    background-color: var(--dx-warning-bg-subtle);
}
.codex-editor .cdx-search-field {
    background-color: var(--dx-tertiary-bg);
    border-color: var(--dx-border-color);
}
.cdx-block .cdx-attaches {
    --color-line: var(--dx-border-color);
    --color-bg: var(--dx-secondary-bg);
    --color-bg-secondary: var(--dx-tertiary-bg);
    --color-bg-secondary--hover: var(--dx-tertiary-bg);
    --color-text-secondary: var(--dx-secondary-color);
}
@media (width<=650px) {
    :is(.ce-toolbar__settings-btn, .ce-toolbar__plus) {
        border-color: var(--dx-border-color);
        background-color: var(--dx-secondary-bg);
    }
}
th {
    font-weight: var(--dx-font-weight-medium);
}
.table.table-hover tbody tr {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .table.table-hover tbody tr {
        transition: none;
    }
}
.table.table-hover tbody tr:hover {
    box-shadow: 0 8px 24px #959da51a;
}
.border-separate {
    border-collapse: separate;
}
.border-separate tr :is(td, th) {
    border: 1px solid var(--dx-border-color);
}
.border-separate.border-spacing-2 {
    border-spacing: 0.25rem;
}
.table-separate {
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
}
.table-separate td {
    border-top: 1px solid var(--dx-border-color);
    border-bottom: 1px solid var(--dx-border-color);
}
.table-separate td:first-child {
    border-left: 1px solid var(--dx-border-color);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.table-separate td:last-child {
    border-right: 1px solid var(--dx-border-color);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.table-striped-even > tbody > tr:nth-child(2n) > td {
    background-color: var(--dx-tertiary-bg);
}
.table-color-primary {
    --dx-table-striped-bg: var(--dx-primary-bg-subtle);
}
.table-primary {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-primary-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-primary-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-primary-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-primary-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-primary-rgb), 0.1);
}
.table-color-secondary {
    --dx-table-striped-bg: var(--dx-secondary-bg-subtle);
}
.table-secondary {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-secondary-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-secondary-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-secondary-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-secondary-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-secondary-rgb), 0.1);
}
.table-color-success {
    --dx-table-striped-bg: var(--dx-success-bg-subtle);
}
.table-success {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-success-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-success-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-success-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-success-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-success-rgb), 0.1);
}
.table-color-info {
    --dx-table-striped-bg: var(--dx-info-bg-subtle);
}
.table-info {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-info-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-info-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-info-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-info-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-info-rgb), 0.1);
}
.table-color-warning {
    --dx-table-striped-bg: var(--dx-warning-bg-subtle);
}
.table-warning {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-warning-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-warning-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-warning-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-warning-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-warning-rgb), 0.1);
}
.table-color-danger {
    --dx-table-striped-bg: var(--dx-danger-bg-subtle);
}
.table-danger {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-danger-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-danger-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-danger-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-danger-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-danger-rgb), 0.1);
}
.table-color-light {
    --dx-table-striped-bg: var(--dx-light-bg-subtle);
}
.table-light {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-light-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-light-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-light-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-light-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-light-rgb), 0.1);
}
.table-color-dark {
    --dx-table-striped-bg: var(--dx-dark-bg-subtle);
}
.table-dark {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-dark-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-dark-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-dark-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-dark-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-dark-rgb), 0.1);
}
.table-color-pink {
    --dx-table-striped-bg: var(--dx-pink-bg-subtle);
}
.table-pink {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-pink-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-pink-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-pink-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-pink-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-pink-rgb), 0.1);
}
.table-color-orange {
    --dx-table-striped-bg: var(--dx-orange-bg-subtle);
}
.table-orange {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-orange-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-orange-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-orange-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-orange-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-orange-rgb), 0.1);
}
.table-color-indigo {
    --dx-table-striped-bg: var(--dx-indigo-bg-subtle);
}
.table-indigo {
    --dx-table-color: var(--dx-body-color);
    --dx-table-bg: rgba(var(--dx-indigo-rgb), 0.15);
    --dx-table-border-color: rgba(var(--dx-indigo-rgb), 0.35);
    --dx-table-striped-bg: rgba(var(--dx-indigo-rgb), 0.1);
    --dx-table-active-bg: rgba(var(--dx-indigo-rgb), 0.1);
    --dx-table-hover-bg: rgba(var(--dx-indigo-rgb), 0.1);
}
.table-card {
    margin-left: calc(var(--dx-spacer) * -1);
    margin-right: calc(var(--dx-spacer) * -1);
}
.table-card :is(th, td):first-child {
    padding-left: var(--dx-spacer) !important;
}
.table-card :is(th, td):last-child {
    padding-right: var(--dx-spacer) !important;
}
.form-wizard .step-indicators {
    gap: 1rem;
    display: flex;
}
.form-wizard .step-dot {
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    display: flex;
}
.form-wizard .step-dot .step-number {
    background: var(--dx-tertiary-bg);
    color: var(--dx-secondary-color);
    font-weight: var(--dx-font-weight-semibold);
    font-size: 0.875rem;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-wizard .step-dot .step-number {
        transition: none;
    }
}
.form-wizard .step-dot.active .step-number {
    background: linear-gradient(
        135deg,
        var(--dx-primary) 0%,
        var(--dx-secondary) 100%
    );
    color: #fff;
}
.form-wizard .step-dot.completed .step-number {
    background: var(--dx-success-bg-subtle);
    color: var(--dx-success);
}
.form-wizard .requirement-item.valid {
    color: var(--dx-success);
}
.form-wizard .requirement-item.invalid {
    color: var(--dx-danger);
}
.form-wizard .success-animation {
    animation: 0.8s ease-out bounceIn;
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.apexcharts-tooltip.apexcharts-theme-light {
    box-shadow: var(--dx-box-shadow);
    border-radius: 0.375rem;
    border: 1px solid var(--dx-border-color) !important;
    background: var(--dx-secondary-bg) !important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    font-weight: 600;
    font-family: var(--dx-font-sans-serif) !important;
    background-color: var(--dx-secondary-bg) !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text {
    font-size: 0.75rem;
}
.apexcharts-datalabel {
    font-family: var(--dx-font-sans-serif) !important;
}
:is(.apexcharts-text, .apexcharts-title-text, .apexcharts-xaxis-label) {
    font-family: var(--dx-font-sans-serif) !important;
    fill: var(--dx-body-color) !important;
}
.apexcharts-legend-text {
    color: var(--dx-body-color) !important;
    font-size: 0.7813rem !important;
    font-family: var(--dx-font-sans-serif) !important;
}
.apexcharts-tooltip-rangebar .category {
    color: var(--dx-secondary-color) !important;
}
:is(.apexcharts-xaxistooltip, .apexcharts-yaxistooltip) {
    font-size: 0.75rem;
    color: var(--dx-emphasis-color) !important;
    background-color: var(--dx-secondary-bg) !important;
    border: 1px solid var(--dx-border-color) !important;
}
.apexcharts-xaxistooltip-bottom:before {
    border-bottom: 1px solid var(--dx-secondary-bg) !important;
}
:is(.apexcharts-gridline, .apexcharts-xcrosshairs, .apexcharts-xaxis-tick) {
    stroke: var(--dx-border-color) !important;
}
.apexcharts-xaxis line,
.apexcharts-grid-borders line {
    stroke: var(--dx-light-bg-subtle);
}
.apexcharts-series-markers :is(circle, path),
.apexcharts-bar-series path {
    stroke: var(--dx-secondary-bg);
}
.apexcharts-boxPlot-series path {
    stroke: var(--dx-light-bg-subtle);
}
:is(.apexcharts-heatmap, .apexcharts-treemap) rect,
.apexcharts-pie-series path {
    stroke: var(--dx-secondary-bg);
}
.apexcharts-pie-label {
    fill: #fff !important;
}
.apexcharts-pie :is(line, circle),
.apexcharts-radar-series :is(polygon, line) {
    stroke: var(--dx-border-color);
}
.apexcharts-radialbar-track path {
    stroke: var(--dx-light);
}
.apexcharts-data-labels rect {
    stroke: var(--dx-light-bg-subtle);
}
.apexcharts-menu {
    background-color: var(--dx-secondary-bg) !important;
    border-color: var(--dx-border-color) !important;
}
.jvm-container path {
    fill: var(--dx-border-color);
}
.jvm-zoom-btn.jvm-zoomin {
    top: 0.625rem;
}
.jvm-zoom-btn:where([dir="ltr"], [dir="ltr"] *) {
    left: 0.625rem;
}
.jvm-zoom-btn.jvm-zoomout {
    top: 1.75rem;
}
.jvm-zoom-btn {
    box-sizing: border-box;
    cursor: pointer;
    background-color: var(--dx-dark);
    color: #fff;
    border-radius: 0.375rem;
    justify-content: center;
    align-items: center;
    width: 0.875rem;
    height: 0.875rem;
    line-height: 10px;
    display: flex;
    position: absolute;
}
.jvm-legend {
    background-color: var(--dx-secondary-bg);
    box-shadow:
        0 10px 15px -3px var(--dx-tertiary-bg),
        0 4px 6px -4px var(--dx-tertiary-bg);
    float: inline-end;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
}
.jvm-legend .jvm-legend-title {
    margin-bottom: 9px;
}
.jvm-legend .jvm-legend-tick {
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    display: flex;
}
.jvm-legend .jvm-legend-tick .jvm-legend-tick-sample {
    border-radius: 999px;
    width: 14px;
    height: 14px;
}
.jvm-legend .jvm-legend-tick .jvm-legend-tick-text {
    font-size: 12px;
}
#jvm-markers-labels-group .jvm-element {
    fill: var(--dx-secondary-color);
}
div.air-datepicker {
    --adp-color: var(--dx-secondary-color);
    --adp-font-family: var(--dx-body-font-family);
    --adp-background-color: var(--dx-secondary-bg);
    --adp-border-color-inline: var(--dx-border-color);
    --adp-border-color-inner: var(--dx-border-color);
    --adp-border-color: var(--dx-border-color);
    --adp-color-current-date: var(--dx-primary);
    --adp-accent-color: var(--dx-primary);
    --adp-btn-color: var(--dx-primary);
    --adp-cell-background-color-selected: var(--dx-primary);
    --adp-cell-background-color-selected-hover: var(--dx-primary);
    --adp-background-color-chover: var(--dx-tertiary-bg);
    --adp-background-color-hover: var(--dx-tertiary-bg);
    --adp-background-color-active: var(--dx-tertiary-bg);
    --adp-color-secondary: var(--dx-secondary-color);
    --adp-color-other-month: var(--dx-tertiary-color);
    --adp-day-name-color: var(--dx-secondary-color);
    --adp-time-track-color: var(--dx-secondary-color);
    --adp-time-track-color-hover: var(--dx-body-color);
    --adp-cell-background-color-in-range: var(--dx-primary-bg-subtle);
    --adp-cell-background-color-in-range-hover: var(--dx-primary-bg-subtle);
    direction: ltr;
}
.air-datepicker {
    box-shadow: var(--dx-box-shadow-sm) !important;
}
.air-datepicker .air-datepicker-body--day-names {
    background-color: var(--dx-tertiary-bg);
    font-weight: var(--dx-font-weight-semibold);
    margin: 0 0 3px;
    padding: 3px 0;
}
.air-datepicker .air-datepicker--pointer:after {
    background: var(--dx-secondary-bg);
}
.air-datepicker-global-container {
    z-index: 1056;
}
html * {
    unicode-bidi: bidi-override;
}
.filepond--panel-root,
.filepond--drip-blob {
    border: 1px solid var(--dx-border-color);
    background: var(--dx-tertiary-bg) !important;
}
.filepond--drop-label {
    cursor: pointer;
    color: var(--dx-secondary-color) !important;
}
.filepond--drop-label.filepond--drop-label label {
    padding: 0.7rem !important;
}
.filepond--file {
    color: var(--dx-body-color) !important;
}
.filepond--file .filepond--image-preview {
    background: var(--dx-secondary-bg);
    border: 1px solid var(--dx-border-color);
    box-shadow: none;
    border-radius: 7px;
}
.filepond--file .filepond--image-preview-overlay {
    display: none;
}
.filepond--file .filepond--file-action-button {
    background-color: var(--dx-tertiary-bg);
    color: var(--dx-secondary-color);
}
.filepond--item-panel {
    background-color: #0000 !important;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
    box-shadow: none !important;
}
.file-upload-invoice .filepond--root,
.file-upload-invoice .filepond--root .filepond--drop-label {
    height: 152px !important;
}
.file-upload-invoice .filepond--image-preview-wrapper {
    height: 120px !important;
}
.gridjs-container {
    color: var(--dx-body-color);
}
.gridjs-container .gridjs-wrapper {
    box-shadow: none;
    border: 1px solid var(--dx-border-color);
    border-radius: 0;
}
.gridjs-container th.gridjs-th {
    border-color: var(--dx-border-color);
    background-color: var(--dx-tertiary-bg);
    color: var(--dx-secondary-color);
    padding: 0.875rem 0.75rem;
}
.gridjs-container td.gridjs-td {
    border-color: var(--dx-border-color);
    padding: 0.875rem 0.75rem;
}
.gridjs-container :is(.gridjs-tbody, td.gridjs-td) {
    background-color: var(--dx-secondary-bg);
}
.gridjs-container .gridjs-footer {
    box-shadow: none;
    background-color: var(--dx-secondary-bg);
    border: 1px solid var(--dx-border-color);
    border-top: none;
    border-radius: 0;
}
.gridjs-container .gridjs-pagination {
    color: var(--dx-secondary-color);
}
.gridjs-container .gridjs-pagination .gridjs-pages {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    display: flex;
}
@media (width<=575.98px) {
    .gridjs-container .gridjs-pagination .gridjs-pages {
        margin-top: 0.75rem;
    }
}
.gridjs-container .gridjs-pagination .gridjs-pages button {
    color: var(--dx-body-color);
    background-color: var(--dx-secondary-bg);
    border: 1px solid var(--dx-border-color);
    border-radius: var(--dx-border-radius);
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: flex;
}
.gridjs-container
    .gridjs-pagination
    .gridjs-pages
    button:is(:last-child, :first-child) {
    border: 1px solid var(--dx-border-color);
    width: auto;
    padding: 0 0.79rem;
}
.gridjs-container .gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    color: #fff;
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
}
.gridjs-container .gridjs-pagination .gridjs-pages button:focus {
    box-shadow: none;
    border-color: var(--dx-border-color);
}
.gridjs-container .gridjs-pagination .gridjs-pages button:disabled,
.gridjs-container .gridjs-pagination .gridjs-pages button:hover:disabled,
.gridjs-container .gridjs-pagination .gridjs-pages button[disabled] {
    color: var(--dx-secondary-color);
    background-color: var(--dx-secondary-bg);
}
.gridjs-container input.gridjs-input {
    background-color: var(--dx-secondary-bg);
    border-color: var(--dx-border-color);
    font-size: var(--dx-body-font-size);
    padding: 0.594rem 1rem;
}
.gridjs-container input.gridjs-input:focus {
    box-shadow: none;
    border-color: var(--dx-primary);
}
.gridjs-container input.gridjs-input::placeholder {
    color: var(--dx-secondary-color);
}
:root {
    --swal2-background: var(--dx-secondary-bg);
    --swal2-color: var(--dx-body-color);
    --swal2-footer-border-color: var(--dx-border-color);
    --swal2-close-button-color: var(--dx-secondary-color);
}
div:where(.swal2-icon).swal2-success {
    border-color: var(--dx-success-border-subtle);
    color: var(--dx-success);
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border-color: var(--dx-success-border-subtle);
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
    background-color: var(--dx-success);
}
div:where(.swal2-icon).swal2-error {
    color: var(--dx-danger);
    border-color: var(--dx-danger-border-subtle);
}
div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"] {
    background-color: var(--dx-danger);
}
div:where(.swal2-icon).swal2-warning {
    color: var(--dx-warning);
    border-color: var(--dx-warning-border-subtle);
}
div:where(.swal2-icon).swal2-info {
    color: var(--dx-info);
    border-color: var(--dx-info-border-subtle);
}
div:where(.swal2-icon).swal2-question {
    color: var(--dx-secondary);
    border-color: var(--dx-secondary-border-subtle);
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
    border-color: var(--dx-border-color);
    box-shadow: none;
    border-radius: var(--dx-border-radius);
    background: var(--dx-secondary-bg);
    font-size: var(--dx-body-font-size);
    color: var(--dx-body-color);
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
    border-color: var(--dx-primary);
    box-shadow: none;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: calc(var(--dx-body-font-size) * 1.75);
    margin-bottom: 0.5rem;
}
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #10182866;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
    background-color: var(--dx-tertiary-bg);
    color: var(--dx-secondary-color);
}
div:where(.swal2-container) div:where(.swal2-validation-message):before {
    background-color: var(--dx-danger);
}
.noUi-connect {
    background-color: var(--dx-primary);
}
.noUi-horizontal {
    height: 12px;
    box-shadow: none;
    border-color: var(--dx-border-color);
    background: 0 0;
}
.noUi-horizontal .noUi-handle {
    width: 0.5rem;
    height: 1.5rem;
    top: -8px;
    right: -0.25rem;
}
.noUi-handle {
    box-shadow: none;
}
.noUi-handle:after,
.noUi-handle:before {
    display: none;
}
.noUi-marker {
    background-color: var(--dx-tertiary-bg);
}
.noUi-value-sub {
    color: var(--dx-text-muted);
}
.noUi-handle {
    border: 1px solid var(--dx-border-color);
    background: var(--dx-secondary-bg);
}
.noUi-pips {
    color: var(--dx-secondary-color);
}
.noUi-tooltip {
    border: 1px solid var(--dx-border-color);
    background: var(--dx-secondary-bg);
    color: var(--dx-emphasis-color);
}
.c-1-color {
    background: var(--dx-danger);
}
.c-2-color {
    background: var(--dx-warning);
}
.c-3-color {
    background: var(--dx-success);
}
.c-4-color {
    background: var(--dx-primary);
}
#slider-toggle {
    height: 50px;
}
#slider-toggle.off .noUi-handle {
    background-color: var(--dx-danger);
    border-radius: 0.3125rem;
}
.noUi-target {
    background: var(--dx-secondary-bg);
    border: 1px solid var(--dx-border-color);
    box-shadow: none;
}
#red,
#green,
#blue {
    height: 200px;
    margin: 1.25rem;
    display: inline-block;
}
#colorpicker {
    border: 1px solid #bfbfbf;
    width: 310px;
    height: 240px;
    margin: 0 auto;
    padding: 10px;
}
#result {
    vertical-align: top;
    color: #7f7f7f;
    background: #7f7f7f;
    border-radius: 0.375rem;
    width: 128px;
    height: 128px;
    margin: 2.5rem;
    display: inline-block;
}
#red .noUi-connect {
    background: var(--dx-danger);
}
#green .noUi-connect {
    background: var(--dx-success);
}
#blue .noUi-connect {
    background: var(--dx-info);
}
.tippy-box {
    background-color: var(--dx-body-color);
    color: var(--dx-secondary-bg);
    font-size: 0.8477rem;
}
.tippy-arrow {
    color: var(--dx-body-color);
}
.vis-timeline,
.vis-panel.vis-bottom,
.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top,
:is(.vis-labelset .vis-label, .vis-foreground .vis-group) {
    border-color: var(--dx-border-color);
}
.vis-item {
    color: var(--dx-body-color);
    background-color: var(--dx-primary-bg-subtle);
    border-color: rgba(var(--dx-primary-rgb), 0.4);
}
:is(.vis-time-axis .vis-text, .vis-labelset .vis-label) {
    color: var(--dx-secondary-color);
}
#visualization2 div.vis-readonly,
#visualization2 div.vis-readonly.vis-selected {
    background-color: var(--dx-danger-bg-subtle);
    border-color: rgba(var(--dx-danger-rgb), 0.4);
}
.vis-item.vis-selected {
    background-color: var(--dx-warning-bg-subtle);
}
.vis-time-axis .vis-grid.vis-minor {
    border-color: var(--dx-border-color);
}
.dt-container .dt-layout-table {
    margin-top: 20px !important;
}
.dt-container .row {
    gap: 10px;
}
.dt-container .pagination {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    display: inline-flex;
}
.dt-container .pagination .page-item:not(:first-child) .page-link {
    border-width: 1px;
    border-radius: 0.375rem;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
}
.dt-container .table-light {
    background-color: var(--dx-tertiary-bg);
}
.dt-container td.dt-type-numeric,
.dt-container table.dataTable td.dt-type-date,
.dt-container table.dataTable th.dt-type-numeric,
.dt-container table.dataTable th.dt-type-date,
.dt-container table.dataTable td.dt-empty {
    text-align: left !important;
}
.dt-container table.dataTable thead:hover > tr > th.dt-orderable-asc:hover,
.dt-container table.dataTable thead > tr > th.dt-orderable-desc:hover {
    outline: none;
}
.dt-container .table-striped-even > tbody > tr:nth-child(2n) > td,
.dt-container .table.hovered tr:hover {
    background-color: var(--dx-tertiary-bg);
}
.payment-gradient {
    background: linear-gradient(
        to bottom,
        rgba(var(--dx-primary-rgb), 0.1),
        rgba(var(--dx-danger-rgb), 0.05),
        rgba(var(--dx-secondary-bg-rgb), 0)
    );
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.payment-gradient img {
    height: 2.5rem;
}
.form-control.pattern-input {
    border: none;
}
.form-control.pattern-input:focus {
    border: 1px solid var(--dx-primary);
    box-shadow: 0 8px 24px #959da51a;
    background-color: var(--dx-secondary-bg) !important;
}
.timeline-horizontal {
    position: relative;
}
.timeline-horizontal .timeline-line {
    top: 15px;
    background-color: var(--dx-border-color);
    border-radius: 7px;
    position: absolute;
    inset-inline: 0;
}
.timeline-horizontal .timeline-box {
    min-width: 120px;
}
.timeline-horizontal .timeline-box .dot {
    position: absolute;
    top: 16px;
    left: 50%;
}
@media (width>=1200px) and (width<=1535.98px) {
    .profile-container .page-wrapper {
        padding-inline: 0;
    }
}
.profile-widget {
    background-image: url(../images/profile.webp);
    background-position: top;
    background-size: cover;
    height: 230px;
    margin: -15px -14px 0;
    position: relative;
}
@media (width>=1200px) {
    .profile-widget {
        margin: -15px -10px 0;
    }
}
@media (width>=1536px) {
    .profile-widget {
        margin: -15px calc(var(--dx-page-wrapper-width) * -1.9) 0
            calc(var(--dx-page-wrapper-width) * -1.9);
    }
}
.profile-widget:after {
    content: "";
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(var(--dx-body-color-rgb), 0.5);
    position: absolute;
    inset: 0;
}
.profile-section {
    margin-top: -47px;
}
@media (width>=1200px) and (width<=1535.98px) {
    .profile-section {
        padding-inline: 1.25rem;
    }
}
.progress-circle .progress-text-inner img.progress-circle-img {
    object-fit: cover;
    border-radius: 50%;
    width: 84%;
    height: 84%;
}
@media (width>=992px) {
    .profile-nav-card {
        background-color: #0000;
    }
    .profile-nav-card .card-body {
        padding-inline: 0;
        padding-top: 0;
    }
}
.profile-nav {
    margin-bottom: -20px;
}
@media (width<=1199.98px) {
    .profile-nav {
        margin-inline: -14px;
    }
}
.profile-nav .nav-item .nav-link {
    border-radius: var(--dx-border-radius-lg) var(--dx-border-radius-lg) 0 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: var(--dx-light);
    padding: 13px 27px;
    font-weight: 400;
    position: relative;
}
.profile-nav
    .nav-item
    .nav-link
    :is(.profile-effect-left, .profile-effect-right) {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0;
}
.profile-nav .nav-item .nav-link .profile-effect-left {
    background: radial-gradient(
        circle at left top,
        transparent 11px,
        var(--dx-light) 12px
    );
    left: -12px;
}
.profile-nav .nav-item .nav-link .profile-effect-right {
    background: radial-gradient(
        circle at right top,
        transparent 11px,
        var(--dx-light) 12px
    );
    right: -12px;
}
@media (width>=992px) {
    .profile-nav .nav-item .nav-link {
        background-color: rgba(var(--dx-white-rgb), 0.14);
        color: #fff;
    }
    .profile-nav .nav-item .nav-link .profile-effect-left {
        background: radial-gradient(
            circle at left top,
            transparent 11px,
            rgba(var(--dx-white-rgb), 0.14) 12px
        );
    }
    .profile-nav .nav-item .nav-link .profile-effect-right {
        background: radial-gradient(
            circle at right top,
            transparent 11px,
            rgba(var(--dx-white-rgb), 0.14) 12px
        );
    }
}
.profile-nav .nav-item .nav-link:hover {
    background-color: rgba(var(--dx-white-rgb), 0.2);
}
.profile-nav .nav-item .nav-link.active {
    background-color: var(--dx-primary);
    color: #fff;
    font-weight: 500;
}
.profile-nav .nav-item .nav-link.active .profile-effect-left {
    background: radial-gradient(
        circle at left top,
        transparent 11px,
        var(--dx-primary) 12px
    );
}
.profile-nav .nav-item .nav-link.active .profile-effect-right {
    background: radial-gradient(
        circle at right top,
        transparent 11px,
        var(--dx-primary) 12px
    );
}
.img-scale-skew {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .img-scale-skew {
        transition: none;
    }
}
.img-scale-skew:hover {
    transform: scale(1.05) skew(3deg);
}
.friends-card .avatar {
    box-shadow: var(--dx-shadow);
    border: 3px solid var(--dx-secondary-bg);
    display: inline-block;
    overflow: hidden;
}
.rounded-modern {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.bg-gradient-b-primary {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-primary-rgb), 0.15),
        rgba(var(--dx-primary-rgb), 0)
    );
}
.bg-gradient-b-secondary {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-secondary-rgb), 0.15),
        rgba(var(--dx-secondary-rgb), 0)
    );
}
.bg-gradient-b-success {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-success-rgb), 0.15),
        rgba(var(--dx-success-rgb), 0)
    );
}
.bg-gradient-b-info {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-info-rgb), 0.15),
        rgba(var(--dx-info-rgb), 0)
    );
}
.bg-gradient-b-warning {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-warning-rgb), 0.15),
        rgba(var(--dx-warning-rgb), 0)
    );
}
.bg-gradient-b-danger {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-danger-rgb), 0.15),
        rgba(var(--dx-danger-rgb), 0)
    );
}
.bg-gradient-b-light {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-light-rgb), 0.15),
        rgba(var(--dx-light-rgb), 0)
    );
}
.bg-gradient-b-dark {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-dark-rgb), 0.15),
        rgba(var(--dx-dark-rgb), 0)
    );
}
.bg-gradient-b-pink {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-pink-rgb), 0.15),
        rgba(var(--dx-pink-rgb), 0)
    );
}
.bg-gradient-b-orange {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-orange-rgb), 0.15),
        rgba(var(--dx-orange-rgb), 0)
    );
}
.bg-gradient-b-indigo {
    background-image: linear-gradient(
        to top,
        rgba(var(--dx-indigo-rgb), 0.15),
        rgba(var(--dx-indigo-rgb), 0)
    );
}
.blur-2xl {
    filter: blur(40px);
}
.pricing-gradient {
    background: conic-gradient(
        from 120deg,
        rgba(var(--dx-secondary-rgb), 0.5),
        rgba(var(--dx-primary-rgb), 0.5),
        rgba(var(--dx-orange-rgb), 0.5),
        rgba(var(--dx-primary-rgb), 0.5),
        rgba(var(--dx-orange-rgb), 0.5),
        rgba(var(--dx-secondary-rgb), 0.5)
    );
}
.pricing-tag {
    z-index: 1;
    padding: 7px 12px;
    font-size: 13.3px;
    position: absolute;
    top: 4px;
    right: 50px;
    transform: rotate(26deg);
}
.font-cambria {
    font-family:
        Cambria,
        Cochin,
        Georgia,
        Times,
        Times New Roman,
        serif;
}
.pricing-col-bg {
    background-color: rgba(var(--dx-primary-rgb), 0.06) !important;
}
@keyframes orbit-spin {
    0% {
        transform: translate(50%, -50%) rotate(0);
    }
    to {
        transform: translate(50%, -50%) rotate(360deg);
    }
}
@keyframes orbit-spin-reverse {
    0% {
        transform: translate(50%, -50%) rotate(0);
    }
    to {
        transform: translate(50%, -50%) rotate(-360deg);
    }
}
@keyframes counter-spin {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@keyframes counter-spin-reverse {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.contact-user-wrapper {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.contact-user-wrapper .orbit {
    border: 1.5px dashed rgba(var(--dx-white-rgb), 0.25);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}
.contact-user-wrapper .orbit .server {
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.contact-user-wrapper .orbit-1 {
    width: 200px;
    height: 200px;
    animation: 60s linear infinite orbit-spin;
}
.contact-user-wrapper .orbit-1 .server {
    animation: 60s linear infinite counter-spin;
}
.contact-user-wrapper .orbit-1 .avatar-1 {
    top: 50%;
    left: 0%;
}
.contact-user-wrapper .orbit-1 .avatar-2 {
    top: 95.36%;
    right: 20.64%;
}
.contact-user-wrapper .orbit-1 .avatar-3 {
    top: 14.64%;
    right: 2.64%;
}
.contact-user-wrapper .orbit-2 {
    width: 400px;
    height: 400px;
    animation: 100s linear infinite orbit-spin-reverse;
}
.contact-user-wrapper .orbit-2 .server {
    animation: 100s linear infinite counter-spin-reverse;
}
.contact-user-wrapper .orbit-2 .avatar-4 {
    top: 84.94%;
    left: 13.7%;
}
.contact-user-wrapper .orbit-2 .avatar-5 {
    top: 7.06%;
    left: 24.7%;
}
.contact-user-wrapper .orbit-2 .avatar-6 {
    top: 76.3%;
    right: 2%;
}
.contact-user-wrapper .orbit-2 .avatar-7 {
    top: 6.7%;
    right: 16%;
}
.contact-user-wrapper .orbit-3 {
    width: 600px;
    height: 600px;
    animation: 120s linear infinite orbit-spin;
}
.contact-user-wrapper .orbit-3 .server {
    animation: 120s linear infinite counter-spin;
}
.contact-user-wrapper .orbit-3 .avatar-8 {
    top: 50%;
    left: 0%;
}
.contact-user-wrapper .orbit-3 .avatar-9 {
    top: 96%;
    left: 31.7%;
}
.contact-user-wrapper .orbit-3 .avatar-10 {
    top: 2%;
    left: 62.7%;
}
.contact-user-wrapper .orbit-3 .avatar-11 {
    top: 96.98%;
    right: 28.9%;
}
.contact-user-wrapper .orbit-3 .avatar-12 {
    top: 42.02%;
    right: -4.1%;
}
.contact-user-wrapper .orbit-4 {
    width: 800px;
    height: 800px;
    animation: 140s linear infinite orbit-spin-reverse;
}
.contact-user-wrapper .orbit-4 .server {
    animation: 140s linear infinite counter-spin-reverse;
}
.contact-user-wrapper .orbit-4 .avatar-13 {
    top: 73.94%;
    right: 2.7%;
}
.contact-user-wrapper .orbit-4 .avatar-14 {
    top: 0%;
    right: 45.3%;
}
.contact-user-wrapper .orbit-4 .avatar-15 {
    top: 85.36%;
    left: 14.64%;
}
.contact-user-wrapper .orbit-4 .avatar-16 {
    top: 31.64%;
    left: 3.64%;
}
.contact-user-wrapper .orbit-4 .avatar-17 {
    top: 98.3%;
    right: 35.06%;
}
.contact-user-wrapper .orbit-4 .avatar-18 {
    top: 20.3%;
    right: 5.06%;
}
.contact-info-card {
    position: relative;
}
.contact-info-card :is(.circle-1, .circle-2) {
    background-color: rgba(var(--dx-white-rgb), 0.05);
    z-index: 0;
    border-radius: 50rem;
    width: 200px;
    height: 200px;
    position: absolute;
}
.contact-info-card .circle-1 {
    bottom: -50px;
    right: -50px;
}
.contact-info-card .circle-2 {
    bottom: -100px;
    right: 30px;
}
.contact-info-card .circle-3 {
    border: 1px solid rgba(var(--dx-white-rgb), 0.15);
    border-radius: 0.4rem;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 30px;
    right: 85px;
    transform: rotate(45deg);
}
.contactUs-three .check-primary .form-check-input:checked + .form-check-label {
    background-color: var(--dx-primary-bg-subtle);
    border-color: rgba(var(--dx-primary-rgb), 0.5);
}
.contactUs-three
    .check-secondary
    .form-check-input:checked
    + .form-check-label {
    background-color: var(--dx-secondary-bg-subtle);
    border-color: rgba(var(--dx-secondary-rgb), 0.5);
}
.contactUs-three .check-success .form-check-input:checked + .form-check-label {
    background-color: var(--dx-success-bg-subtle);
    border-color: rgba(var(--dx-success-rgb), 0.5);
}
.contactUs-three .check-info .form-check-input:checked + .form-check-label {
    background-color: var(--dx-info-bg-subtle);
    border-color: rgba(var(--dx-info-rgb), 0.5);
}
.contactUs-three .check-warning .form-check-input:checked + .form-check-label {
    background-color: var(--dx-warning-bg-subtle);
    border-color: rgba(var(--dx-warning-rgb), 0.5);
}
.contactUs-three .check-danger .form-check-input:checked + .form-check-label {
    background-color: var(--dx-danger-bg-subtle);
    border-color: rgba(var(--dx-danger-rgb), 0.5);
}
.contactUs-three .check-light .form-check-input:checked + .form-check-label {
    background-color: var(--dx-light-bg-subtle);
    border-color: rgba(var(--dx-light-rgb), 0.5);
}
.contactUs-three .check-dark .form-check-input:checked + .form-check-label {
    background-color: var(--dx-dark-bg-subtle);
    border-color: rgba(var(--dx-dark-rgb), 0.5);
}
.contactUs-three .check-pink .form-check-input:checked + .form-check-label {
    background-color: var(--dx-pink-bg-subtle);
    border-color: rgba(var(--dx-pink-rgb), 0.5);
}
.contactUs-three .check-orange .form-check-input:checked + .form-check-label {
    background-color: var(--dx-orange-bg-subtle);
    border-color: rgba(var(--dx-orange-rgb), 0.5);
}
.contactUs-three .check-indigo .form-check-input:checked + .form-check-label {
    background-color: var(--dx-indigo-bg-subtle);
    border-color: rgba(var(--dx-indigo-rgb), 0.5);
}
.contactUs-three .form-check-label {
    background-color: var(--dx-secondary-bg);
    border: 1px solid var(--dx-border-color);
}
.bg-gradient-t-primary {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-primary-rgb), 0.15),
        rgba(var(--dx-primary-rgb), 0)
    );
}
.bg-gradient-t-secondary {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-secondary-rgb), 0.15),
        rgba(var(--dx-secondary-rgb), 0)
    );
}
.bg-gradient-t-success {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-success-rgb), 0.15),
        rgba(var(--dx-success-rgb), 0)
    );
}
.bg-gradient-t-info {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-info-rgb), 0.15),
        rgba(var(--dx-info-rgb), 0)
    );
}
.bg-gradient-t-warning {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-warning-rgb), 0.15),
        rgba(var(--dx-warning-rgb), 0)
    );
}
.bg-gradient-t-danger {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-danger-rgb), 0.15),
        rgba(var(--dx-danger-rgb), 0)
    );
}
.bg-gradient-t-light {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-light-rgb), 0.15),
        rgba(var(--dx-light-rgb), 0)
    );
}
.bg-gradient-t-dark {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-dark-rgb), 0.15),
        rgba(var(--dx-dark-rgb), 0)
    );
}
.bg-gradient-t-pink {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-pink-rgb), 0.15),
        rgba(var(--dx-pink-rgb), 0)
    );
}
.bg-gradient-t-orange {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-orange-rgb), 0.15),
        rgba(var(--dx-orange-rgb), 0)
    );
}
.bg-gradient-t-indigo {
    background-image: linear-gradient(
        to bottom,
        rgba(var(--dx-indigo-rgb), 0.15),
        rgba(var(--dx-indigo-rgb), 0)
    );
}
.coming-soon-wrapper {
    background-image: url(../images/coming-soon.webp);
    background-position: 50%;
    background-size: cover;
    position: relative;
}
.coming-soon-wrapper:before {
    content: "";
    background: rgba(var(--dx-black-rgb), 0.45);
    z-index: 0;
    position: absolute;
    inset: 0;
}
.coming-soon-input {
    max-width: 30rem;
    margin: 0 auto;
    position: relative;
}
.coming-soon-input .form-control {
    height: 48px;
    padding-right: 126px;
}
.coming-soon-input button {
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    transform: translateY(-50%);
}
.backdrop-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(var(--dx-secondary-bg-rgb), 0.08);
}
.mt-n32 {
    margin-top: -8rem;
}
.pages-main-title {
    letter-spacing: 35px;
}
@media (width<=991.98px) {
    .pages-main-title {
        letter-spacing: 10px;
    }
}
.pages-sub-title {
    letter-spacing: 12px;
}
@media (width<=767.98px) {
    .pages-sub-title {
        letter-spacing: 6px;
    }
}
@keyframes bounceFloat {
    0%,
    to {
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        transform: translateY(-10%);
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transform: none;
    }
}
.bounce-animation {
    animation: 3s ease-in-out infinite bounceFloat;
}
@media (width>=768px) {
    .error-vector {
        max-width: 37rem;
    }
}
.help-center-categories {
    height: calc(100vh - 360px);
}
.help-center-categories .nav .nav-item .nav-link {
    border-radius: 0.5rem;
    align-items: center;
    padding: 0.75rem 1rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: flex;
}
@media (prefers-reduced-motion: reduce) {
    .help-center-categories .nav .nav-item .nav-link {
        transition: none;
    }
}
.help-center-categories .nav .nav-item .nav-link i {
    font-size: 1.1rem;
}
.help-center-categories .nav .nav-item .nav-link .badge {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}
.help-center-categories .nav .nav-item .nav-link.active .badge {
    color: var(--dx-white) !important;
    background-color: #fff3 !important;
}
.ticket-comments .comment-item {
    border: 1px solid var(--dx-border-color);
    border-radius: 0.5rem;
    margin-block-end: 1rem;
    border-inline-start: 3px solid var(--dx-primary) !important;
}
.ticket-comments .comment-item.internal {
    background-color: var(--dx-custom-bg);
    border-left-color: var(--dx-warning) !important;
}
.ticket-comments .comment-item .comment-header {
    align-items: center;
    gap: 0.5rem;
    margin-block-end: 0.5rem;
    display: flex;
}
.ticket-comments .comment-item .comment-header .comment-type {
    background-color: var(--dx-primary-bg-subtle);
    color: var(--dx-primary);
}
@media (width<=768px) {
    .help-center-categories {
        height: auto;
        max-height: 20rem;
    }
    .ticket-list-wrapper {
        height: calc(100vh - 15rem);
    }
    .ticket-card .ticket-footer .ticket-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .ticket-card .ticket-footer .ticket-info .ticket-actions {
        align-self: flex-end;
    }
    .stats-card {
        margin-block-end: 1rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .card-slide {
        transition: none;
    }
}
.card-slide:before {
    content: "";
    top: initial;
    width: 100%;
    height: 0.125rem;
    transition: height 0.5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}
.card-slide a {
    color: var(--dx-secondary-color);
    border: 1px solid var(--dx-light-bg-subtle);
    transition:
        color 0.6s ease-in-out,
        border-color 0.6s ease-in-out;
}
.card-slide:hover:before {
    height: 100%;
    top: 0;
    bottom: initial;
}
.card-slide:hover a {
    color: #fff;
    border-color: #ffffff42;
}
[class*="icon-outline"] {
    border: 2px solid var(--dx-light-border-subtle);
    outline: 1px dashed;
}
.card-slide-primary .badge,
.card-slide-primary.card-slide:before {
    background-color: var(--dx-primary);
}
.card-slide-primary.card-slide .badge {
    background-color: var(--dx-primary-text-emphasis);
}
.icon-outline-primary {
    background-color: var(--dx-primary);
    outline-color: var(--dx-primary);
}
.card-slide-secondary .badge,
.card-slide-secondary.card-slide:before {
    background-color: var(--dx-secondary);
}
.card-slide-secondary.card-slide .badge {
    background-color: var(--dx-secondary-text-emphasis);
}
.icon-outline-secondary {
    background-color: var(--dx-secondary);
    outline-color: var(--dx-secondary);
}
.card-slide-success .badge,
.card-slide-success.card-slide:before {
    background-color: var(--dx-success);
}
.card-slide-success.card-slide .badge {
    background-color: var(--dx-success-text-emphasis);
}
.icon-outline-success {
    background-color: var(--dx-success);
    outline-color: var(--dx-success);
}
.card-slide-info .badge,
.card-slide-info.card-slide:before {
    background-color: var(--dx-info);
}
.card-slide-info.card-slide .badge {
    background-color: var(--dx-info-text-emphasis);
}
.icon-outline-info {
    background-color: var(--dx-info);
    outline-color: var(--dx-info);
}
.card-slide-warning .badge,
.card-slide-warning.card-slide:before {
    background-color: var(--dx-warning);
}
.card-slide-warning.card-slide .badge {
    background-color: var(--dx-warning-text-emphasis);
}
.icon-outline-warning {
    background-color: var(--dx-warning);
    outline-color: var(--dx-warning);
}
.card-slide-danger .badge,
.card-slide-danger.card-slide:before {
    background-color: var(--dx-danger);
}
.card-slide-danger.card-slide .badge {
    background-color: var(--dx-danger-text-emphasis);
}
.icon-outline-danger {
    background-color: var(--dx-danger);
    outline-color: var(--dx-danger);
}
.card-slide-light .badge,
.card-slide-light.card-slide:before {
    background-color: var(--dx-light);
}
.card-slide-light.card-slide .badge {
    background-color: var(--dx-light-text-emphasis);
}
.icon-outline-light {
    background-color: var(--dx-light);
    outline-color: var(--dx-light);
}
.card-slide-dark .badge,
.card-slide-dark.card-slide:before {
    background-color: var(--dx-dark);
}
.card-slide-dark.card-slide .badge {
    background-color: var(--dx-dark-text-emphasis);
}
.icon-outline-dark {
    background-color: var(--dx-dark);
    outline-color: var(--dx-dark);
}
.card-slide-pink .badge,
.card-slide-pink.card-slide:before {
    background-color: var(--dx-pink);
}
.card-slide-pink.card-slide .badge {
    background-color: var(--dx-pink-text-emphasis);
}
.icon-outline-pink {
    background-color: var(--dx-pink);
    outline-color: var(--dx-pink);
}
.card-slide-orange .badge,
.card-slide-orange.card-slide:before {
    background-color: var(--dx-orange);
}
.card-slide-orange.card-slide .badge {
    background-color: var(--dx-orange-text-emphasis);
}
.icon-outline-orange {
    background-color: var(--dx-orange);
    outline-color: var(--dx-orange);
}
.card-slide-indigo .badge,
.card-slide-indigo.card-slide:before {
    background-color: var(--dx-indigo);
}
.card-slide-indigo.card-slide .badge {
    background-color: var(--dx-indigo-text-emphasis);
}
.icon-outline-indigo {
    background-color: var(--dx-indigo);
    outline-color: var(--dx-indigo);
}
.schedule-tabs {
    gap: 0.75rem;
    display: flex;
}
.schedule-tabs a {
    color: var(--dx-secondary-color);
    font-size: 0.875rem;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
}
@media (prefers-reduced-motion: reduce) {
    .schedule-tabs a {
        transition: none;
    }
}
.schedule-tabs a:after {
    content: "";
    background-color: var(--dx-primary);
    opacity: 0;
    border-radius: 50rem;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    right: 0;
}
@media (prefers-reduced-motion: reduce) {
    .schedule-tabs a:after {
        transition: none;
    }
}
.schedule-tabs a:hover,
.schedule-tabs a.active {
    color: var(--dx-primary);
}
.schedule-tabs a:hover:after,
.schedule-tabs a.active:after {
    opacity: 1;
    bottom: -0.375rem;
}
.img-opacity {
    opacity: 0.03;
}
[class*="chart-icon-ring"] {
    outline: 1px solid var(--dx-border-color);
    outline-offset: 2px;
    border: 2px solid var(--dx-border-color);
}
.chart-icon-ring-primary {
    outline-color: rgba(var(--dx-primary-rgb), 0.2);
    border-color: var(--dx-primary);
}
.chart-icon-ring-secondary {
    outline-color: rgba(var(--dx-secondary-rgb), 0.2);
    border-color: var(--dx-secondary);
}
.chart-icon-ring-success {
    outline-color: rgba(var(--dx-success-rgb), 0.2);
    border-color: var(--dx-success);
}
.chart-icon-ring-info {
    outline-color: rgba(var(--dx-info-rgb), 0.2);
    border-color: var(--dx-info);
}
.chart-icon-ring-warning {
    outline-color: rgba(var(--dx-warning-rgb), 0.2);
    border-color: var(--dx-warning);
}
.chart-icon-ring-danger {
    outline-color: rgba(var(--dx-danger-rgb), 0.2);
    border-color: var(--dx-danger);
}
.chart-icon-ring-light {
    outline-color: rgba(var(--dx-light-rgb), 0.2);
    border-color: var(--dx-light);
}
.chart-icon-ring-dark {
    outline-color: rgba(var(--dx-dark-rgb), 0.2);
    border-color: var(--dx-dark);
}
.chart-icon-ring-pink {
    outline-color: rgba(var(--dx-pink-rgb), 0.2);
    border-color: var(--dx-pink);
}
.chart-icon-ring-orange {
    outline-color: rgba(var(--dx-orange-rgb), 0.2);
    border-color: var(--dx-orange);
}
.chart-icon-ring-indigo {
    outline-color: rgba(var(--dx-indigo-rgb), 0.2);
    border-color: var(--dx-indigo);
}
.rounded-20px {
    border-radius: 1.25rem;
}
.auth-modern {
    height: 100%;
}
@media (width>=1200px) {
    .auth-modern {
        height: 100vh;
    }
}
@media (width<=1199.98px) {
    .auth-modern-row {
        min-height: 100vh;
    }
}
@media (width>=1200px) {
    .auth-modern-row {
        height: 100%;
    }
}
.swiper-navigation-custom :is(.swiper-button-prev, .swiper-button-next) {
    border: 10px solid var(--dx-secondary-bg);
    background-color: var(--dx-secondary-bg);
    width: 4.75rem;
    height: 4.75rem;
}
.swiper-navigation-custom :is(.swiper-button-prev, .swiper-button-next):after,
.swiper-navigation-custom :is(.swiper-button-prev, .swiper-button-next):before {
    content: "";
    background-color: #0000;
    width: 30px;
    height: 30px;
}
.swiper-navigation-custom .swiper-button-prev {
    border-radius: 0 0 37px !important;
    top: 16px !important;
    left: -6px !important;
}
.swiper-navigation-custom .swiper-button-prev:before,
.swiper-navigation-custom .swiper-button-prev:after {
    box-shadow: -2.8992px -3.08px 0 2.92px var(--dx-secondary-bg);
}
.swiper-navigation-custom .swiper-button-prev:before {
    border-top-left-radius: 18px;
    position: absolute;
    top: 66px;
    left: -4px;
}
.swiper-navigation-custom .swiper-button-prev:after {
    border-top-left-radius: 18px;
    position: absolute;
    top: -4px;
    left: 66px;
}
.swiper-navigation-custom .swiper-button-next {
    bottom: 28px;
    border-radius: 37px 0 0 !important;
    top: auto !important;
    right: -6px !important;
}
.swiper-navigation-custom .swiper-button-next:before,
.swiper-navigation-custom .swiper-button-next:after {
    box-shadow: 2.8992px 3.08px 0 2.92px var(--dx-secondary-bg);
}
.swiper-navigation-custom .swiper-button-next:before {
    border-bottom-right-radius: 18px;
    position: absolute;
    bottom: 66px;
    right: -4px;
}
.swiper-navigation-custom .swiper-button-next:after {
    border-bottom-right-radius: 18px;
    position: absolute;
    bottom: 2px;
    right: 66px;
}
.swiper-navigation-custom .swiper-navigation-icon {
    display: none;
}
.auth-wrapper .logo-sm-light {
    opacity: 0.06;
    transform: rotate(-20deg);
}
.text-gradient {
    background: linear-gradient(
        90deg,
        var(--dx-pink),
        var(--dx-primary),
        var(--dx-success)
    );
    filter: drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a);
    color: #0000;
    -webkit-background-clip: text;
}
@media (width>=576px) {
    .otp-box {
        width: 56px;
        height: 56px;
    }
}
.auth-wrapper {
    background-color: var(--dx-secondary-bg);
}
.gradient-dark-danger {
    background: linear-gradient(
        145deg,
        var(--dx-danger),
        color-mix(in srgb, var(--dx-danger) 75%, black 27%)
    );
}
.gradient-dark-primary {
    background: linear-gradient(
        145deg,
        var(--dx-primary),
        color-mix(in srgb, var(--dx-primary) 75%, black 27%)
    );
}
.gradient-dark-indigo {
    background: linear-gradient(
        145deg,
        var(--dx-indigo),
        color-mix(in srgb, var(--dx-indigo) 75%, black 27%)
    );
}
.gradient-dark-dark {
    background: linear-gradient(
        145deg,
        var(--dx-dark),
        color-mix(in srgb, var(--dx-dark) 75%, black 27%)
    );
}
.gradient-dark-info {
    background: linear-gradient(
        145deg,
        var(--dx-info),
        color-mix(in srgb, var(--dx-info) 75%, black 27%)
    );
}
.gradient-dark-secondary {
    background: linear-gradient(
        145deg,
        var(--dx-secondary),
        color-mix(in srgb, var(--dx-secondary) 75%, black 27%)
    );
}
.auth-basic-vector {
    width: 35rem;
}
@media (width>=1536px) {
    .auth-basic-vector {
        width: 39rem;
    }
}
.pattern-1 {
    top: 10%;
    right: 50%;
    rotate: -20deg;
}
@media (width>=1536px) {
    .pattern-1 {
        left: 55%;
    }
}
.auth-square-shape {
    width: 500px;
    height: 88%;
    right: 7.5%;
    overflow: hidden;
}
.auth-square-shape:after,
.auth-square-shape:before {
    content: "";
    background-color: rgba(var(--dx-white-rgb), 0.1);
    border-radius: 7px;
    width: 220px;
    height: 220px;
    position: absolute;
}
.auth-square-shape:before {
    bottom: 0;
    right: 0;
}
.auth-square-shape:after {
    bottom: -80px;
    right: 100px;
}
.main-faq-search {
    background-color: rgba(var(--dx-primary-rgb), 0.65);
    height: 16.5rem;
}
.main-faq-search .faq-banner-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.privacy-banner {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    background-image:
        linear-gradient(
            to bottom right,
            #ffffff12 25%,
            #0000 25% 50%,
            #ffffff12 50% 75%,
            #0000 75%,
            #0000
        ),
        linear-gradient(
            to top right,
            #ffffff12 25%,
            #0000 25% 50%,
            #ffffff12 50% 75%,
            #0000 75%,
            #0000
        );
    background-size: 80px 80px;
}
.progress-gradient-secondary {
    background: linear-gradient(
        90deg,
        var(--dx-primary),
        var(--dx-secondary),
        var(--dx-pink)
    );
}
.h-6px {
    height: 6px;
}
.border-6 {
    border-width: 6px !important;
}
.star-label {
    z-index: 1;
    position: absolute;
    top: -3px;
    right: -27px;
    transform: rotate(45deg);
}
.timeline-month:before {
    content: "";
    background-color: var(--dx-tertiary-bg);
    border-radius: 0.375rem;
    width: 0.5rem;
    height: calc(100% - 0.3125rem);
    position: absolute;
    top: 0.5rem;
    left: 0.875rem;
}
.timeline-section {
    position: relative;
}
.timeline-section:before {
    content: "";
    background-color: var(--dx-tertiary-bg);
    z-index: 0;
    width: 1.75rem;
    height: 1px;
    position: absolute;
    top: 0.875rem;
    left: 1.25rem;
}
.timeline-section:after {
    content: "";
    background-color: var(--dx-primary);
    border: 2px solid var(--dx-secondary-bg);
    border-radius: 3.125rem;
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 0.5rem;
    left: 0.75rem;
}
.call-center-nav {
    margin-bottom: -20px;
}
@media (width<=1199.98px) {
    .call-center-nav {
        margin-inline: -14px;
    }
}
.call-center-nav .nav-item .nav-link {
    color: var(--dx-secondary-color);
    padding: 8px 28px 10px;
    transition: none;
    position: relative;
}
.call-center-nav
    .nav-item
    .nav-link
    :is(.call-center-effect-left, .call-center-effect-right) {
    position: absolute;
    inset: 0;
}
.call-center-nav
    .nav-item
    .nav-link
    :is(.call-center-effect-left, .call-center-effect-right):after,
.call-center-nav
    .nav-item
    .nav-link
    :is(.call-center-effect-left, .call-center-effect-right):before {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: 0;
}
.call-center-nav
    .nav-item
    .nav-link
    :is(.call-center-effect-left, .call-center-effect-right):before {
    background-color: var(--dx-secondary-bg);
    z-index: 1;
    width: 35px;
    height: 35px;
}
.call-center-nav
    .nav-item
    .nav-link
    :is(.call-center-effect-left, .call-center-effect-right):after {
    background-color: var(--dx-primary);
    border-radius: 0;
    width: 32px;
    height: 16px;
}
.call-center-nav .nav-item .nav-link .call-center-effect-left:before {
    border-radius: 30% 0;
    left: -35px;
}
.call-center-nav .nav-item .nav-link .call-center-effect-left:after {
    left: -21px;
}
.call-center-nav .nav-item .nav-link .call-center-effect-right:before {
    border-radius: 0 30%;
    right: -35px;
}
.call-center-nav .nav-item .nav-link .call-center-effect-right:after {
    right: -21px;
}
.call-center-nav .nav-item .nav-link.active {
    color: var(--dx-white);
    background-color: var(--dx-primary);
}
.call-center-nav .nav-item .nav-link.active .call-center-effect-left:before,
.call-center-nav .nav-item .nav-link.active .call-center-effect-right:before,
.call-center-nav .nav-item .nav-link.active .call-center-effect-left:after,
.call-center-nav .nav-item .nav-link.active .call-center-effect-right:after {
    opacity: 1;
}
.modal-gradient-bg {
    background: linear-gradient(
        to right,
        rgba(var(--dx-primary-rgb), 0.2),
        rgba(var(--dx-indigo-rgb), 0.2),
        rgba(var(--dx-secondary-rgb), 0.2)
    );
}
.deal-simplebar {
    max-height: calc(100vh - 23.5rem);
}
.deal-column {
    flex-shrink: 0;
    width: 297px;
}
.crm-widget {
    clip-path: polygon(
        0 0,
        calc(100% - 18px) 0,
        100% 50%,
        calc(100% - 18px) 100%,
        0 100%,
        18px 50%
    );
}
.crm-widget.last {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 18px 50%);
}
.crm-widget.first {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
.crm-lead-widget {
    min-width: 181px;
}
.product-card {
    position: relative;
}
.product-card .discount-label {
    z-index: 1;
    position: absolute;
    top: 14px;
    left: -30px;
    transform: rotate(-45deg);
}
.products-colors .form-check .form-check-input {
    box-shadow: var(--dx-box-shadow);
    border: 2px solid var(--dx-secondary-bg) !important;
}
.products-colors .form-check .form-check-label {
    color: var(--dx-secondary-color);
}
.products-colors .form-check .form-check-input:checked + .form-check-label {
    color: var(--dx-white);
    background-color: var(--dx-primary) !important;
}
.productMainSlider {
    border-radius: 0.5rem 0 0 0.5rem;
    overflow: hidden;
}
.productMainSlider .swiper-button-next svg,
.productMainSlider .swiper-button-prev svg {
    display: none;
}
.productThumbSlider {
    border-radius: 0 0.5rem 0.5rem 0;
    overflow: hidden;
}
:is(.productMainSlider, .productThumbSlider) .swiper-slide {
    position: relative;
}
:is(.productMainSlider, .productThumbSlider) .swiper-slide img {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    :is(.productMainSlider, .productThumbSlider) .swiper-slide img {
        transition: none;
    }
}
:is(.productMainSlider, .productThumbSlider) .swiper-slide:hover img {
    transform: scale(1.02);
}
:is(.swiper-button-next, .swiper-button-prev).swiper-button-white {
    background-color: rgba(var(--dx-secondary-bg-rgb), 0.9);
    width: 24px;
    height: 24px;
    color: var(--dx-primary);
    border-radius: 50%;
    font-size: 16px;
}
.managar-reviews-sticky {
    top: calc(var(--dx-topbar) + var(--dx-spacer));
    z-index: 1001;
    position: sticky;
}
.filter-accordion .accordion-button {
    box-shadow: none !important;
}
.filter-accordion .accordion-button:after {
    content: "";
}
.filter-accordion .accordion-button:before {
    content: "";
    margin-left: auto;
    font-size: 18px;
    transition: content 0.3s ease-in-out;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 6.4px;
    transform: translateY(-50%);
    font-family: remixicon !important;
}
.filter-accordion .accordion-button.collapsed:before {
    content: "";
}
.filter-accordion .accordion-button:not(.collapsed):before {
    content: "";
}
.filter-accordion .accordion-button:not(.collapsed) {
    background-color: var(--dx-secondary-bg);
    color: var(--dx-body-color);
}
.size-filter-btn {
    transition: all 0.3s ease-in-out;
}
.size-filter-btn:hover,
.size-filter-btn.active,
.size-filter-btn:active {
    background-color: var(--dx-primary) !important;
    border-color: var(--dx-primary) !important;
    color: var(--dx-white) !important;
}
.add-product-header .main-topbar.nav-sticky {
    border-bottom: 1px solid var(--dx-border-color);
    background-color: var(--dx-secondary-bg);
}
#Basic,
#Pricing,
#Images,
#SEO,
#Additional {
    scroll-margin-top: 160px;
}
@media (width<=767.98px) {
    .order-timeline {
        width: 100%;
        overflow: auto hidden;
    }
}
.top-20 {
    top: var(--dx-topbar);
}
.payment-success-modal {
    background-image: url(../images/payment-modal.webp);
    background-position: 50%;
    background-size: cover;
}
.mailbox-wrapper {
    flex-direction: row;
    min-height: calc(100vh - 200px);
    display: flex;
}
.mailbox-wrapper .mailbox-left {
    width: 17rem;
}
.mailbox-wrapper .mailbox-left .card-header {
    background: linear-gradient(
        135deg,
        var(--dx-light) 0%,
        var(--dx-light-dark) 100%
    );
    border-bottom: 1px solid var(--dx-border-color);
}
.mailbox-wrapper .mailbox-left .mailbox-nav .nav-link {
    border-radius: 0.375rem;
    padding-inline: 12px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .mailbox-wrapper .mailbox-left .mailbox-nav .nav-link {
        transition: none;
    }
}
.mailbox-wrapper .mailbox-left .mailbox-nav .nav-link:hover {
    background-color: var(--dx-primary-bg-subtle);
    color: var(--dx-primary);
}
.mailbox-wrapper .mailbox-left .mailbox-nav .nav-link.active {
    background-color: var(--dx-primary);
    color: #fff;
}
.mailbox-wrapper .mailbox-left .mailbox-labels .price-tag {
    transform: scaleX(-1);
}
.mailbox-wrapper .mailbox-left .mailbox-labels a {
    border-radius: 0.5rem;
    padding: 0.5rem;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .mailbox-wrapper .mailbox-left .mailbox-labels a {
        transition: none;
    }
}
.mailbox-wrapper .mailbox-left .mailbox-labels a:hover {
    background-color: var(--dx-light);
}
@media (width<=1535.98px) {
    .mailbox-wrapper .mailbox-left {
        inset-block: 0;
        z-index: 1045;
        background-color: var(--dx-custom-bg);
        border-radius: 0;
        width: 20rem;
        margin-bottom: 0;
        display: none;
        position: fixed;
        right: 0;
        overflow-y: auto;
    }
}
.mailbox-wrapper .mailbox-list {
    overflow: hidden;
}
.mailbox-wrapper .mailbox-list .quick-contacts .quick-contact-item {
    width: 350px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
    .mailbox-wrapper .mailbox-list .quick-contacts .quick-contact-item {
        transition: none;
    }
}
.mailbox-wrapper .mailbox-list .quick-contacts .quick-contact-item:before {
    content: "";
    background: var(--dx-primary);
    width: 4px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
}
@media (prefers-reduced-motion: reduce) {
    .mailbox-wrapper .mailbox-list .quick-contacts .quick-contact-item:before {
        transition: none;
    }
}
.mailbox-wrapper
    .mailbox-list
    .quick-contacts
    .quick-contact-item
    .contact-actions {
    opacity: 0;
    visibility: hidden;
    gap: 0.5rem;
    transition: all 0.3s ease-in-out;
    display: flex;
}
@media (prefers-reduced-motion: reduce) {
    .mailbox-wrapper
        .mailbox-list
        .quick-contacts
        .quick-contact-item
        .contact-actions {
        transition: none;
    }
}
.mailbox-wrapper .mailbox-list .quick-contacts .quick-contact-item:hover {
    border-color: var(--dx-primary);
}
.mailbox-wrapper
    .mailbox-list
    .quick-contacts
    .quick-contact-item:hover:before {
    transform: scaleY(1);
}
.mailbox-wrapper
    .mailbox-list
    .quick-contacts
    .quick-contact-item:hover
    .contact-actions {
    opacity: 1;
    visibility: visible;
}
.mailbox-wrapper
    .mailbox-list
    .quick-contacts
    .quick-contact-item
    .contact-avatar {
    flex-shrink: 0;
    position: relative;
}
.mailbox-wrapper
    .mailbox-list
    .quick-contacts
    .quick-contact-item
    .contact-avatar
    .unread-count {
    background: var(--dx-danger);
    color: #fff;
    border: 2px solid var(--dx-secondary-bg);
    z-index: 3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    position: absolute;
    top: -4px;
    right: -4px;
}
.mailbox-wrapper .mailbox-list .email-list-container {
    height: 673px;
}
.mailbox-wrapper
    .mailbox-list
    .email-list-container
    .email-list
    .mailbox-list-item {
    border-bottom: 1px solid var(--dx-border-color);
    padding: 1rem 1.5rem;
    transition: all 0.2s;
}
.mailbox-wrapper
    .mailbox-list
    .email-list-container
    .email-list
    .mailbox-list-item:hover {
    background-color: var(--dx-light);
    transform: translate(4px);
}
.mailbox-wrapper
    .mailbox-list
    .email-list-container
    .email-list
    .mailbox-list-item:last-child {
    border-bottom: none;
}
.mailbox-wrapper
    .mailbox-list
    .email-list-container
    .email-list
    .mailbox-list-item
    .unread-indicator {
    z-index: 1;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
@media (width<=1535.98px) {
    .mailbox-wrapper .mailbox-list {
        border-radius: 1rem;
    }
}
@media (width>=1200px) {
    .mailbox-wrapper.show .mailbox-list {
        max-width: 0;
    }
}
.mailbox-wrapper .mail-overview {
    overflow: hidden;
}
.mailbox-wrapper .mail-overview .card-header {
    background: linear-gradient(
        135deg,
        var(--dx-light) 0%,
        var(--dx-light-dark) 100%
    );
    border-bottom: 1px solid var(--dx-border-color);
}
.mailbox-wrapper .mail-overview textarea {
    resize: none;
}
.mailbox-wrapper .mail-overview .email-compose .form-control {
    border: 1px solid var(--dx-border-color);
    border-radius: 0.5rem;
}
.mailbox-wrapper .mail-overview .email-compose .form-control:focus {
    border-color: var(--dx-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--dx-primary-rgb), 0.25);
}
@media (width<=1199.98px) {
    .mailbox-wrapper {
        flex-direction: column;
        gap: 1rem;
    }
    .mailbox-wrapper .mailbox-list {
        order: 1;
    }
    .mailbox-wrapper .mail-overview {
        order: 3;
    }
}
@media (width<=767.98px) {
    .mailbox-wrapper .mailbox-list .quick-contacts .quick-contact-item {
        gap: 0.75rem;
        padding: 0.75rem;
    }
    .mailbox-wrapper
        .mailbox-list
        .quick-contacts
        .quick-contact-item
        .contact-avatar
        .unread-count {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }
    .mailbox-wrapper .mailbox-list .email-list-container .mailbox-list-item {
        padding: 0.75rem 1rem;
    }
    .mailbox-wrapper
        .mailbox-list
        .email-list-container
        .mailbox-list-item
        .d-flex {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start !important;
    }
    .mailbox-wrapper .mail-overview .email-content {
        padding: 1rem;
    }
    .mailbox-wrapper .mail-overview .email-reply .p-4,
    .mailbox-wrapper .mail-overview .email-compose .p-4 {
        padding: 1rem !important;
    }
}
@media (width<=575.98px) {
    .mailbox-header {
        margin-bottom: 1rem;
        padding: 1rem;
    }
    .mailbox-header .mailbox-title h4 {
        font-size: 1.25rem;
    }
    .mailbox-header .mailbox-title p {
        font-size: 0.875rem;
    }
    .mailbox-wrapper {
        gap: 0.75rem;
    }
}
.mailbox-transition {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .mailbox-transition {
        transition: none;
    }
}
.fc {
    --dx-link-color-rgb: var(--dx-emphasis-color);
    --fc-small-font-size: 0.85em;
    --fc-page-bg-color: var(--dx-secondary-bg);
    --fc-neutral-bg-color: var(--dx-tertiary-bg);
    --fc-neutral-text-color: var(--dx-secondary-color);
    --fc-border-color: var(--dx-border-color);
    --fc-event-bg-color: var(--dx-primary);
    --fc-event-border-color: var(--dx-primary);
    --fc-event-text-color: var(--dx-emphasis-color);
    --fc-event-selected-overlay-color: #00000040;
    --fc-more-link-bg-color: #d0d0d0;
    --fc-more-link-text-color: var(--dx-emphasis-color);
    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;
    --fc-non-business-color: #d6d6d64d;
    --fc-bg-event-color: #8fdf82;
    --fc-bg-event-opacity: 0.3;
    --fc-highlight-color: rgba(var(--dx-primary-rgb), 0.05);
    --fc-today-bg-color: rgba(var(--dx-primary-rgb), 0.1);
    --fc-now-indicator-color: var(--dx-danger);
    --fc-list-event-hover-bg-color: var(--dx-tertiary-bg);
}
.fc .fc-col-header-cell-cushion {
    padding: 10px;
}
.fc .fc-toolbar-title {
    font-size: 1rem;
}
.fc .fc-toolbar {
    flex-wrap: wrap;
    display: flex;
}
.fc .fc-multimonth-title {
    background-color: var(--fc-page-bg-color);
}
.fc .fc-header-toolbar {
    gap: 0.5rem;
}
.fc .fc-toolbar-chunk .fc-today-button {
    text-transform: capitalize;
    color: var(--dx-white);
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
    border-radius: 7px;
    padding: 0.375rem 0.875rem;
    font-size: 0.87192rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        opacity 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .fc .fc-toolbar-chunk .fc-today-button {
        transition: none;
    }
}
.fc .fc-toolbar-chunk .fc-today-button:hover,
.fc .fc-toolbar-chunk .fc-today-button:focus {
    color: var(--dx-white);
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
}
.fc-button-group {
    background-color: rgba(var(--dx-primary-rgb), 0.2);
    border-color: rgba(var(--dx-primary-rgb), 0.2);
    border-radius: 7px;
    padding: 4px;
}
.fc-button-group .fc-button-primary {
    text-transform: capitalize;
    color: var(--dx-secondary-color);
    background-color: #0000;
    border-color: #0000;
    border-radius: 7px;
    padding: 0.375rem 0.875rem;
    font-size: 0.87192rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        opacity 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .fc-button-group .fc-button-primary {
        transition: none;
    }
}
.fc-button-group .fc-button-primary:hover {
    color: var(--dx-primary);
    background-color: #0000;
    border-color: #0000;
}
.fc-button-group
    .fc-button-primary:is(
        :not(:disabled).fc-button-active,
        :not(:disabled):active
    ) {
    color: var(--dx-white);
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
}
.fc-button-primary:is(
    :not(:disabled).fc-button-active:focus,
    :not(:disabled):active:focus,
    :focus
) {
    box-shadow: none !important;
}
.fc-license-message {
    display: none;
}
.fc-daygrid-event {
    font-size: var(--dx-body-font-size);
}
.see-more-btn {
    background-color: var(--dx-secondary-bg);
    color: var(--dx-secondary-color);
    border-color: var(--dx-secondary-bg);
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        opacity 0.25s ease-in-out;
    position: relative;
    overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
    .see-more-btn {
        transition: none;
    }
}
.see-more-btn .arrow-icon {
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        opacity 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .see-more-btn .arrow-icon {
        transition: none;
    }
}
.see-more-btn:hover,
.see-more-btn:focus {
    border-color: var(--dx-primary) !important;
    background-color: var(--dx-primary) !important;
    color: #fff !important;
}
.see-more-btn:hover .arrow-icon,
.see-more-btn:focus .arrow-icon {
    transform: translate(5px);
}
.see-more-btn:hover:after,
.see-more-btn:focus:after {
    content: "";
    opacity: 0;
    background: radial-gradient(circle, #ffffff4d 0%, #fff0 70%);
    width: 200%;
    height: 200%;
    animation: 1.5s ease-out infinite ripple;
    position: absolute;
    top: -50%;
    left: -50%;
}
@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}
.fc-h-event {
    border: none;
    border-top: 1px solid var(--dx-primary);
}
.fc-h-event .fc-event-main {
    color: currentColor;
}
.chat-profile-card .chat-sidebar-nav a {
    color: var(--dx-body-color);
    align-items: center;
    gap: 0.5rem;
    padding: 7px 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: flex;
}
@media (prefers-reduced-motion: reduce) {
    .chat-profile-card .chat-sidebar-nav a {
        transition: none;
    }
}
.chat-profile-card .chat-sidebar-nav a:hover,
.chat-profile-card .chat-sidebar-nav a.active {
    color: var(--dx-primary);
}
.chat-profile-card .chat-profile-height {
    max-height: calc(100vh - 634px);
    margin-inline: calc(var(--dx-spacer) * -1);
    padding-inline: var(--dx-spacer);
}
.chat-profile-card
    .chat-profile-height
    .chat-sidebar-nav
    .chat-sidebar-nav-sub
    a {
    padding-inline-start: 0.69rem;
    position: relative;
}
.chat-profile-card
    .chat-profile-height
    .chat-sidebar-nav
    .chat-sidebar-nav-sub
    a:before {
    content: "";
    z-index: 10;
    border-left: 1px solid var(--dx-border-color);
    position: absolute;
    top: 0;
    bottom: -14px;
    left: -0.35rem;
}
.chat-profile-card
    .chat-profile-height
    .chat-sidebar-nav
    .chat-sidebar-nav-sub
    a:after {
    content: "";
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: var(--dx-border-color);
    border-radius: 0 0 0 5.25rem;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 14px;
    left: -0.35rem;
}
.chat-profile-card
    .chat-profile-height
    .chat-sidebar-nav
    .chat-sidebar-nav-sub
    li:last-child
    a:before {
    display: none;
}
#threadWidgetChat textarea,
.meassages textarea {
    resize: none;
}
.chat-message-widget .avatar img {
    outline: 1px solid var(--dx-border-color);
    outline-offset: 2px;
}
.chat-message-widget .chat-message-widget-body {
    padding-inline-start: calc(var(--dx-spacer) * 2);
}
.chat-message-widget.right .chat-message-widget-body {
    padding-inline: 0 calc(var(--dx-spacer) * 2);
}
.thread-chat-widget {
    min-height: calc(100vh - 435px);
    max-height: calc(100vh - 434px);
}
.meassages .chat-height {
    min-height: calc(100vh - 435px);
    max-height: calc(100vh - 383px);
}
.meassages .chat-toolbar {
    background-color: rgba(var(--dx-secondary-bg-rgb), 0.65);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    z-index: 50;
}
.invoice-wrapper {
    border-bottom-left-radius: 50rem;
}
.invoice-circle {
    background-color: rgba(var(--dx-secondary-bg-rgb), 0.6);
    z-index: -1;
    border-radius: 50%;
    width: 490px;
    height: 490px;
    position: absolute;
    top: -200px;
    left: -200px;
}
.accordion.to-do-accordion .accordion-button:after {
    top: 53%;
    right: -2px;
}
.cursor-move {
    cursor: move;
}
.to-do-checkbox .form-check-input:checked + .form-check-label {
    color: var(--dx-secondary-color);
    text-decoration: line-through;
}
.todo-item:has(.form-check-input:checked) {
    background-color: var(--dx-light);
    border-color: #0000 !important;
}
.note-gradient {
    background: linear-gradient(
        to bottom,
        transparent 65%,
        var(--dx-secondary-bg) 95%
    );
}
.recent-note-card {
    border-top: 2px solid var(--dx-success) !important;
}
.work-note-card {
    border-top: 2px solid var(--dx-info) !important;
}
.execution-note-card {
    border-top: 2px solid var(--dx-orange) !important;
}
.kanban-column {
    min-width: 347px;
}
.card-gradient-border {
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    border: 2px solid #0000 !important;
}
.card-gradient-border.border-primary {
    background-image:
        linear-gradient(var(--dx-card-bg), var(--dx-card-bg)),
        linear-gradient(to top, var(--dx-border-color), var(--dx-primary)) !important;
}
.card-gradient-border.border-yellow {
    background-image:
        linear-gradient(var(--dx-card-bg), var(--dx-card-bg)),
        linear-gradient(to top, var(--dx-border-color), var(--dx-yellow)) !important;
}
.card-gradient-border.border-pink {
    background-image:
        linear-gradient(var(--dx-card-bg), var(--dx-card-bg)),
        linear-gradient(to top, var(--dx-border-color), var(--dx-pink)) !important;
}
.card-gradient-border.border-danger {
    background-image:
        linear-gradient(var(--dx-card-bg), var(--dx-card-bg)),
        linear-gradient(to top, var(--dx-border-color), var(--dx-danger)) !important;
}
.insights-widget {
    border-bottom: 7px solid;
    border-left: 1px solid;
}
.wallet-overview-card {
    background-image: url(../images/wallet-bg.webp);
    background-position: 50%;
    background-size: cover;
    position: relative;
}
.wallet-overview-card:before {
    content: "";
    background: linear-gradient(
        to top,
        rgba(var(--dx-secondary-bg-rgb), 0.8),
        rgba(var(--dx-secondary-bg-rgb), 0.6)
    );
    z-index: 0;
    position: absolute;
    inset: 0;
}
.crypto-nav.nav-pills .nav-item .nav-link {
    background-color: var(--dx-primary-bg-subtle);
}
.crypto-nav.nav-pills .nav-item:is(.show, .active) .nav-link {
    background-color: var(--dx-primary);
    color: var(--dx-white) !important;
}
.progress-marketcap.progress-wrapper {
    background: rgba(var(--dx-danger-rgb), 0.4);
    cursor: pointer;
    width: 100%;
    min-width: 180px;
    height: 13px;
    position: relative;
}
.progress-marketcap:before {
    content: "";
    z-index: 2;
    pointer-events: none;
    background: repeating-linear-gradient(
        90deg,
        #0000,
        #0000 1px,
        #fff 6px 6px
    );
    position: absolute;
    inset: 0;
}
.progress-marketcap .progress-buy {
    background: rgba(var(--dx-success-rgb), 0.8);
    height: 100%;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .progress-marketcap .progress-buy {
        transition: none;
    }
}
.nav-pills.nav-white {
    padding: 5px;
}
.nav-pills.nav-white .nav-link.active {
    background-color: var(--dx-secondary-bg);
    color: var(--dx-body-color);
    box-shadow: var(--dx-box-shadow-sm);
}
.nav-pills.nav-white .nav-link:hover {
    color: var(--dx-body-color);
}
.coins-select.vscomp-ele
    .vscomp-wrapper.has-clear-button
    .vscomp-toggle-button {
    padding-right: 30px !important;
    padding-block: 7px !important;
}
.coins-select .vscomp-clear-button.toggle-button-child {
    display: none !important;
}
.security-logs .nav-link {
    padding: 0;
    background-color: #0000 !important;
}
.security-logs .nav-link .avatar {
    border: 1px solid var(--dx-border-color);
}
.security-logs .nav-link.active .avatar {
    background-color: var(--dx-primary);
    border-color: var(--dx-primary);
    color: var(--dx-white);
}
.role-icon {
    rotate: 45deg;
}
.role-icon svg {
    rotate: -45deg;
}
.email-logo-bg {
    background-color: #052a40;
    position: relative;
}
.email-logo-bg:before {
    content: "";
    background: radial-gradient(circle at 100% 100%, #0000 18px, #052a40 20px);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -1.1875rem;
    left: 0;
}
.email-logo-bg:after {
    content: "";
    background: radial-gradient(circle at 0 100%, #0000 18px, #052a40 20px);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -1.1875rem;
    right: 0;
}
@media only screen and (width<=600px) {
    .p-responsive {
        padding: 30px !important;
    }
    .b-responsive {
        padding: 25px !important;
    }
}
.folder-sidebar-wrapper {
    border-radius: 0;
    width: 19rem;
    margin-bottom: 0;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}
.folder-sidebar-wrapper.show {
    display: flex;
}
@media (width<=1199.98px) {
    .folder-sidebar-wrapper {
        z-index: 1051;
    }
}
@media (width>=1200px) {
    .folder-sidebar-wrapper {
        border-radius: 7px;
        width: 100%;
        display: flex;
        position: sticky;
        top: 6rem;
    }
}
.background-overlay {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 1050;
    background-color: #10182866;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}
.background-overlay.show {
    display: block;
}
.progress-vertical {
    transform: rotate(-91deg);
}
.rounded-xs {
    border-radius: 0.125rem;
}
.ecommerce-widget .avatar .blur-circle {
    filter: blur(4px);
    opacity: 0.3;
    position: absolute;
    top: -8px;
    left: -10px;
}
@media (width>=768px) {
    .girl-vector {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .upgrade-img {
        position: absolute;
        top: -2rem;
        right: 0.5rem;
    }
}
.progress {
    padding: 0;
}
.progress.custom-progress {
    position: relative;
    overflow: visible;
}
.progress.custom-progress:after {
    content: "";
    background-color: var(--dx-secondary);
    border: 3px solid var(--dx-secondary-bg);
    border-radius: 50rem;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translateY(-50%);
}
.bg-server-gradient {
    background: linear-gradient(
        135deg,
        rgba(var(--dx-primary-rgb), 0.2),
        rgba(var(--dx-orange-rgb), 0.12),
        rgba(var(--dx-pink-rgb), 0.15)
    );
}
.orbit-wrapper {
    width: 270px;
    height: 270px;
    margin: auto;
    position: relative;
}
.orbit-wrapper .orbit {
    border: 1px dashed rgba(var(--dx-secondary-rgb), 0.25);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
}
.orbit-wrapper .orbit-1 {
    animation: 85s linear infinite rotate;
}
.orbit-wrapper .orbit-2 {
    width: 180px;
    height: 180px;
    animation: 85s linear infinite rotate-reverse;
    top: 60px;
    left: 46px;
}
.orbit-wrapper .orbit .server {
    background: var(--dx-secondary-bg);
    border-radius: 50%;
    padding: 3px;
    position: absolute;
}
.orbit-wrapper .orbit.orbit-1 .server:first-child {
    top: -17px;
    left: 50%;
    transform: translate(-50%);
}
.orbit-wrapper .orbit.orbit-1 .server:nth-child(2) {
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
}
.orbit-wrapper .orbit.orbit-1 .server:nth-child(3) {
    bottom: -17px;
    left: 50%;
    transform: translate(-50%);
}
.orbit-wrapper .orbit.orbit-1 .server:nth-child(4) {
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
}
.orbit-wrapper .orbit.orbit-2 .server:first-child {
    top: 5px;
    left: 20%;
    transform: translate(-50%);
}
.orbit-wrapper .orbit.orbit-2 .server:nth-child(2) {
    top: 16%;
    right: 12px;
    transform: translateY(-50%);
}
.orbit-wrapper .orbit.orbit-2 .server:nth-child(3) {
    bottom: 5px;
    right: 0;
    transform: translate(-50%);
}
.orbit-wrapper .orbit.orbit-2 .server:nth-child(4) {
    bottom: 0;
    left: 5px;
    transform: translateY(-50%);
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate-reverse {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(-360deg);
    }
}
.nav.nav-pills.traffic-tab .nav-item {
    border: 1px solid var(--dx-border-color);
}
.nav.nav-pills.traffic-tab .nav-item:has(.nav-link.active) {
    border-color: var(--dx-primary);
}
.nav.nav-pills.traffic-tab .nav-item .nav-link {
    color: var(--dx-body-color);
}
.nav.nav-pills.traffic-tab .nav-item .nav-link.active,
.nav.nav-pills.traffic-tab .nav-item .nav-link:hover {
    background-color: var(--dx-secondary-bg);
    color: var(--dx-body-color);
}
#lowStockChart .apexcharts-legend.apx-legend-position-right {
    gap: 6px;
    top: 7px !important;
}
.welcome-title {
    background: linear-gradient(
        90deg,
        var(--dx-body-color) 0%,
        var(--dx-body-color) 40%,
        var(--dx-danger) 55%,
        var(--dx-body-color) 70%,
        var(--dx-body-color) 100%
    );
    -webkit-text-fill-color: transparent;
    background-size: 150%;
    -webkit-background-clip: text;
    animation: 4s linear infinite textShine;
}
@keyframes textShine {
    0% {
        background-position: 150%;
    }
    to {
        background-position: -150%;
    }
}
.crm-bg-pattern {
    background-image: url(../images/dashboard-patterm.webp);
}
:is([data-bs-theme="dark"], [data-bs-theme="black"]) .crm-bg-pattern {
    background-image: none;
}
.crm-revenue {
    height: 270px;
    position: relative;
}
.crm-revenue .revenue-border {
    border-left: 1px dashed var(--dx-border-color);
    width: 100%;
    position: absolute;
    bottom: 17px;
    left: 4px;
}
.crm-revenue .revenue-border .revenue-dot {
    background-color: var(--dx-primary);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: -3.1px;
}
.crm-revenue .revenue-border .revenue-badge {
    position: absolute;
    top: -28px;
    left: -7px;
}
.bg-gradient-s-primary {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-primary-rgb), 0.15),
        rgba(var(--dx-primary-rgb), 0)
    );
}
.bg-gradient-s-secondary {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-secondary-rgb), 0.15),
        rgba(var(--dx-secondary-rgb), 0)
    );
}
.bg-gradient-s-success {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-success-rgb), 0.15),
        rgba(var(--dx-success-rgb), 0)
    );
}
.bg-gradient-s-info {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-info-rgb), 0.15),
        rgba(var(--dx-info-rgb), 0)
    );
}
.bg-gradient-s-warning {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-warning-rgb), 0.15),
        rgba(var(--dx-warning-rgb), 0)
    );
}
.bg-gradient-s-danger {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-danger-rgb), 0.15),
        rgba(var(--dx-danger-rgb), 0)
    );
}
.bg-gradient-s-light {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-light-rgb), 0.15),
        rgba(var(--dx-light-rgb), 0)
    );
}
.bg-gradient-s-dark {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-dark-rgb), 0.15),
        rgba(var(--dx-dark-rgb), 0)
    );
}
.bg-gradient-s-pink {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-pink-rgb), 0.15),
        rgba(var(--dx-pink-rgb), 0)
    );
}
.bg-gradient-s-orange {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-orange-rgb), 0.15),
        rgba(var(--dx-orange-rgb), 0)
    );
}
.bg-gradient-s-indigo {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-indigo-rgb), 0.15),
        rgba(var(--dx-indigo-rgb), 0)
    );
}
.size-4-5 {
    width: 1.125rem;
    height: 1.125rem;
}
.fs-28 {
    font-size: 1.75rem;
}
@media (width>=768px) {
    .overview-vector {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
.annual-leave {
    border-top-left-radius: var(--dx-border-radius);
}
.sick-leave {
    border-top-right-radius: var(--dx-border-radius);
}
.main-task-list .form-check {
    padding-left: 0;
    padding-right: 1.88em;
}
.main-task-list .form-check .form-check-input {
    float: right;
    margin-right: -1.88em;
}
#schedule-calendar .air-datepicker.-inline- {
    --adp-width: 262px;
    border: 0;
    box-shadow: none !important;
}
#schedule-calendar .air-datepicker-nav {
    border-bottom: 0;
    margin-bottom: 18px;
    padding: 0;
}
#schedule-calendar .air-datepicker-nav .air-datepicker-nav--action {
    background-color: var(--dx-primary-bg-subtle);
    border-radius: 50%;
}
#schedule-calendar .air-datepicker-nav .air-datepicker-nav--action svg path {
    stroke: var(--dx-primary);
    stroke-width: 1.5px;
}
#schedule-calendar .air-datepicker-nav .air-datepicker-nav--title {
    color: var(--dx-body-color);
    font-size: 17px;
    font-weight: 600;
}
#schedule-calendar .air-datepicker-nav .air-datepicker-nav--title i {
    color: var(--dx-body-color);
}
#schedule-calendar .air-datepicker--content {
    padding: 0;
}
#schedule-calendar .air-datepicker--content .air-datepicker-body--day-names {
    background-color: #0000;
    margin-bottom: 12px;
    padding: 0;
}
#schedule-calendar
    .air-datepicker--content
    .air-datepicker-body--day-names
    .air-datepicker-body--day-name {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
#schedule-calendar .air-datepicker--content .air-datepicker-body--cells {
    gap: 12px 6.3px;
}
#schedule-calendar
    .air-datepicker--content
    .air-datepicker-body--cells
    .air-datepicker-cell {
    border-radius: 50%;
    line-height: 1;
}
#schedule-calendar
    .air-datepicker--content
    .air-datepicker-body--cells
    .air-datepicker-cell.-day- {
    color: var(--dx-body-color);
}
#schedule-calendar
    .air-datepicker--content
    .air-datepicker-body--cells
    .air-datepicker-cell.-day-.-other-month- {
    color: var(--dx-tertiary-color);
}
#schedule-calendar
    .air-datepicker--content
    .air-datepicker-body--cells
    .air-datepicker-cell.-current-,
#schedule-calendar
    .air-datepicker--content
    .air-datepicker-body--cells
    .air-datepicker-cell.-selected- {
    color: #fff;
    background-color: var(--dx-primary);
}
.schedule-list:before {
    content: "";
    background: linear-gradient(to bottom, transparent, var(--dx-secondary-bg));
    z-index: 1;
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.schedule-list .schedule-item {
    background-color: rgba(var(--dx-primary-rgb), 0.06);
}
#discussionSwiper {
    width: 100%;
    max-width: 380px;
    height: 190px;
    margin: 0 auto;
}
#discussionSwiper .bg-light-primary {
    background-color: color-mix(in srgb, var(--dx-primary) 30%, white 100%);
}
#discussionSwiper .bg-light-success {
    background-color: color-mix(in srgb, var(--dx-success) 30%, white 100%);
}
#discussionSwiper .bg-light-secondary {
    background-color: color-mix(in srgb, var(--dx-secondary) 30%, white 100%);
}
#discussionSwiper .bg-light-danger {
    background-color: color-mix(in srgb, var(--dx-danger) 30%, white 100%);
}
.project-widget .project-frame {
    opacity: 0.55;
    width: 110px;
    position: absolute;
    bottom: -18px;
    right: -26px;
}
.project-widget.bg-primary-gradient {
    background: linear-gradient(
        160deg,
        var(--dx-secondary-bg) 30%,
        rgba(var(--dx-primary-rgb), 0.3) 100%
    );
}
.project-widget.bg-orange-gradient {
    background: linear-gradient(
        160deg,
        var(--dx-secondary-bg) 30%,
        rgba(var(--dx-orange-rgb), 0.3) 100%
    );
}
.project-widget.bg-secondary-gradient {
    background: linear-gradient(
        160deg,
        var(--dx-secondary-bg) 30%,
        rgba(var(--dx-secondary-rgb), 0.3) 100%
    );
}
.project-widget.bg-success-gradient {
    background: linear-gradient(
        160deg,
        var(--dx-secondary-bg) 30%,
        rgba(var(--dx-success-rgb), 0.3) 100%
    );
}
.project-widget.bg-info-gradient {
    background: linear-gradient(
        160deg,
        var(--dx-secondary-bg) 30%,
        rgba(var(--dx-info-rgb), 0.3) 100%
    );
}
[data-bs-theme="dark"] .project-frame {
    opacity: 0.15;
}
.productivity-vector {
    bottom: -25px;
    right: -38px;
}
.crypto-card {
    background: radial-gradient(
        circle at top,
        color-mix(in srgb, var(--dx-primary) 75%, black 15%) 40%,
        color-mix(in srgb, var(--dx-primary) 90%, black 90%) 80%
    );
}
.crypto-card .gradient-line {
    background: linear-gradient(
        90deg,
        rgba(var(--dx-white-rgb), 0.5),
        transparent
    );
    width: 80px;
    height: 2px;
    bottom: 180px;
    right: 30px;
    transform: rotate(-40deg);
}
.crypto-card .white-gradient-btn {
    background: radial-gradient(
        circle at top,
        rgba(var(--dx-white-rgb), 0.1) 36%,
        rgba(var(--dx-white-rgb), 0.35) 98%
    );
    border-color: rgba(var(--dx-white-rgb), 0.1) !important;
}
.hrm-widget-card .hrm-widget-curve {
    border: 7px solid var(--dx-body-bg);
    background-color: var(--dx-body-bg);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 3.375rem;
    height: 3.375rem;
    display: flex;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
}
.hrm-widget-card .hrm-widget-curve .avatar {
    border-radius: 14px;
}
.hrm-widget-card .hrm-widget-curve:before {
    content: "";
    background-color: var(--dx-secondary-bg);
    width: 0.75rem;
    height: 0.75rem;
    box-shadow: -0.1812rem -0.1925rem 0 0.1825rem var(--dx-body-bg);
    border-top-left-radius: 10px;
    position: absolute;
    top: 3rem;
    left: 0.0625rem;
}
.hrm-widget-card .hrm-widget-curve:after {
    content: "";
    background-color: var(--dx-secondary-bg);
    width: 0.75rem;
    height: 0.75rem;
    box-shadow: -0.1812rem -0.1925rem 0 0.1825rem var(--dx-body-bg);
    border-top-left-radius: 10px;
    position: absolute;
    top: 0.0625rem;
    left: 3rem;
}
.hrm-widget-card .square-1 {
    opacity: 0.15;
    right: 32px;
}
.hrm-widget-card .square-2 {
    top: 32px;
    right: 0;
}
.employee-prf-card {
    height: 270px;
    position: relative;
}
.employee-prf-card .performer-line {
    border-radius: 4px;
}
.employee-prf-card:before {
    content: "";
    border-left: 1px dashed rgba(var(--dx-body-color-rgb), 0.3);
    width: 100%;
    height: 91%;
    position: absolute;
    top: 0;
    left: -1px;
}
.event-date-box .event-box-stand {
    top: -4px;
}
.event-date-box .event-box-stand .event-stand {
    width: 3px;
    height: 10px;
}
.attachment-card {
    background-image: url(../images/ribbon-bg.webp);
    background-position: 0 -150px;
    background-repeat: no-repeat;
    background-size: cover;
}
.attachment-card .ribbon-img {
    width: 210px;
}
.schedule-dates
    .simplebar-track.simplebar-horizontal
    .simplebar-scrollbar:before {
    height: 3px;
}
.schedule-dates a {
    color: var(--dx-body-color);
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .schedule-dates a {
        transition: none;
    }
}
.schedule-dates a:hover {
    background-color: var(--dx-primary-bg-subtle);
    color: var(--dx-primary);
}
.schedule-dates a.active {
    background-color: var(--dx-primary);
    color: var(--dx-white);
}
.border-opacity-50 {
    border-color: rgba(var(--dx-white-rgb), 0.5) !important;
}
.text-opacity-60 {
    color: rgba(var(--dx-white-rgb), 0.6);
}
.w-3px {
    width: 3px;
}
.table.table-md > :not(caption) > * > * {
    padding: 9px 12px;
    font-size: 14px;
}
#customerSatisfaction .apexcharts-radialbar-hollow {
    transform: translateY(-70px);
}
.activity-timeline {
    position: relative;
}
.activity-timeline .activity-item {
    align-items: flex-start;
    margin-block-end: 16px;
    display: flex;
    position: relative;
}
.activity-timeline .activity-item:last-child {
    margin-block-end: 0;
}
.activity-timeline .activity-item .activity-content {
    position: relative;
}
.activity-timeline .activity-item .activity-content:before {
    content: "";
    background: var(--dx-secondary-bg);
    border: 2px solid var(--dx-border-color);
    z-index: 2;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    left: 0;
}
.activity-timeline .activity-item .activity-card {
    background: var(--dx-secondary-bg);
    border: 1px dashed var(--dx-border-color);
    border-radius: var(--dx-border-radius);
    margin-left: 26px;
    padding: 10px 12px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
@media (prefers-reduced-motion: reduce) {
    .activity-timeline .activity-item .activity-card {
        transition: none;
    }
}
.activity-timeline .activity-item .activity-card:hover {
    border-color: var(--dx-primary-border-subtle);
    box-shadow: var(--dx-box-shadow);
}
.activity-timeline .timeline-connector {
    z-index: 1;
    width: 2px;
    position: absolute;
    top: 14px;
    bottom: 63px;
    left: 5px;
}
.activity-timeline .timeline-connector .connector-line {
    background: var(--dx-border-color);
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.activity-timeline .timeline-connector .connector-dot {
    background: var(--dx-border-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.activity-timeline .timeline-connector .connector-dot:first-child {
    top: 0;
}
.activity-timeline .timeline-connector .connector-dot:last-child {
    bottom: 0;
}
.sales-alert {
    background-image: url(../images/alert-bg.webp);
    background-position: 50%;
    background-size: cover;
    position: relative;
}
.size-30px {
    width: 30px;
    height: 30px;
}
.main-flow-chart {
    width: 131px;
    height: 131px;
}
.main-flow-chart .device-chart-circle {
    border: 26px solid color-mix(in srgb, var(--dx-light) 75%, black 3%);
    width: 100%;
    height: 100%;
}
.social-account-bg {
    height: 112px;
}
.profile-avatar .profile-avatar-wrapper {
    background: linear-gradient(
        to top right,
        rgba(var(--dx-primary-rgb), 0.5),
        rgba(var(--dx-pink-rgb), 0.5),
        rgba(var(--dx-warning-rgb), 0.5)
    );
    border-radius: 50rem;
    padding: 0.25rem;
    position: relative;
}
.profile-avatar .profile-avatar-img {
    border: 4px solid var(--dx-secondary-bg);
    border-radius: 50rem;
}
.profile-avatar .profile-avatar-dot {
    border: 2px solid var(--dx-secondary-bg);
    border-radius: 50rem;
    position: absolute;
    bottom: 0.625rem;
    right: 0.625rem;
}
.fs-9 {
    font-size: 9px;
}
#ticketsByChannel .apexcharts-pie circle {
    display: none;
}
.helpdesk-overview {
    background-image: url(../images/33.webp);
    background-position: 0 34%;
    background-size: cover;
    position: relative;
}
.helpdesk-overview .card {
    background-color: rgba(var(--dx-white-rgb), 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 10px;
}
.bg-opacity-40 {
    opacity: 0.4;
}
.min-h-69px {
    min-height: 69px;
}
.saas-pattern {
    top: -91px;
    right: -56px;
    rotate: -170deg;
}
.upgrade-card {
    background: linear-gradient(
        135deg,
        rgba(var(--dx-indigo-rgb), 0.45),
        rgba(var(--dx-info-rgb), 0.2),
        rgba(var(--dx-secondary-rgb), 0.45)
    );
    border-radius: 10px;
}
.upgrade-card .upgrade-vector {
    opacity: 0.2;
    top: 50px;
    right: -30px;
    rotate: 25deg;
}
.navbar {
    z-index: 1001;
    background-color: #0000;
    height: 5rem;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
@media (prefers-reduced-motion: reduce) {
    .navbar {
        transition: none;
    }
}
.navbar .navbar-toggler {
    color: var(--dx-primary);
    background-color: var(--dx-primary-bg-subtle);
    border: 1px solid var(--dx-primary-border-subtle);
    border-radius: 50rem;
    width: 41px;
    height: 41px;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.navbar .navbar-toggler .ri-close-line,
.navbar .navbar-toggler[aria-expanded="true"] .ri-menu-2-line {
    display: none;
}
.navbar .navbar-toggler[aria-expanded="true"] .ri-close-line {
    display: block;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: var(--dx-body-color);
    padding: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.navbar .navbar-nav .nav-item .nav-link:is(:hover, .active) {
    color: var(--dx-primary);
}
@media (width<=991.98px) {
    .navbar .navbar-collapse {
        background-color: var(--dx-secondary-bg);
        box-shadow: var(--dx-box-shadow);
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
    }
}
.navbar.scroll-sticky {
    box-shadow: var(--dx-box-shadow-sm);
    background-color: var(--dx-secondary-bg);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.navbar-ecommerce {
    background-color: var(--dx-secondary-bg);
    max-width: 1536px;
    box-shadow: var(--dx-box-shadow-sm);
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.navbar-ecommerce.scroll-sticky {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
}
.navbar-crypto .navbar-toggler {
    color: var(--dx-white);
    background-color: var(--dx-dark);
    border-color: var(--dx-dark);
    width: 38px;
    height: 38px;
}
.navbar-crypto .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1.25rem;
}
.navbar-crypto .navbar-nav .nav-item .nav-link:is(:hover, .active) {
    color: var(--dx-success);
}
[data-bs-theme="dark"] .navbar-crypto.scroll-sticky {
    background-color: var(--dx-body-bg);
    box-shadow:
        0 10px 15px -3px oklab(94.643% 0.0197842 -0.0260887/.05),
        0 4px 6px -4px oklab(94.643% 0.0197842 -0.0260887/.05);
}
.navbar-business {
    top: 15px;
}
.navbar-business .navbar-toggler {
    color: var(--dx-white);
    background-color: var(--dx-primary);
}
.navbar-business .navbar-nav .nav-item .nav-link:is(:hover, .active) {
    color: var(--dx-primary);
}
.navbar-business .navbar-collapse {
    border-radius: 1rem;
}
.navbar-business .container {
    background-color: rgba(var(--dx-secondary-bg-rgb), 0.5);
}
.navbar-business.scroll-sticky {
    box-shadow: none;
    background-color: #0000;
    top: 5px;
}
.navbar-business.scroll-sticky .container {
    background-color: rgba(var(--dx-primary-rgb), 0.1);
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-business.scroll-sticky .container {
        transition: none;
    }
}
@media (width>=1200px) {
    .navbar-business.scroll-sticky .container {
        max-width: 1240px;
    }
}
@media (width>=1536px) {
    .navbar-business.scroll-sticky .container {
        max-width: 1650px;
    }
}
.navbar-saas .logos .logo-light {
    display: block;
}
.navbar-saas .logos .logo-dark {
    display: none;
}
.navbar-saas .navbar-nav .nav-item .nav-link {
    color: rgba(var(--dx-white-rgb), 0.9);
}
.navbar-saas .navbar-nav .nav-item .nav-link:is(:hover, .active) {
    color: var(--dx-orange);
}
.navbar-saas .navbar-collapse {
    padding-block: 0.8rem;
}
.navbar-saas .navbar-collapse.collapse.show .nav-item .nav-link {
    color: var(--dx-body-color);
}
.navbar-saas
    .navbar-collapse.collapse.show
    .nav-item
    .nav-link:is(:hover, .active) {
    color: var(--dx-orange);
}
.navbar-saas.scroll-sticky {
    background-color: color-mix(in srgb, var(--dx-dark) 70%, black 30%);
}
.navbar-saas .navbar-toggler {
    color: var(--dx-white);
    background-color: var(--dx-orange);
    border-color: var(--dx-orange);
}
.navbar-hrm {
    background-color: color-mix(in srgb, var(--dx-light) 95%, black 2%);
    border-radius: 8px;
    top: 58px;
}
.navbar-hrm .navbar-toggler {
    color: var(--dx-white);
    background-color: var(--dx-dark);
    border-color: var(--dx-dark);
}
.navbar-hrm.scroll-sticky {
    background-color: var(--dx-dark);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0 0 10px 10px;
    top: -3px;
}
.navbar-hrm.scroll-sticky .logo-dark {
    display: none;
}
.navbar-hrm.scroll-sticky .logo-light {
    display: block;
}
.navbar-hrm.scroll-sticky .navbar-nav .nav-item .nav-link {
    font-weight: 400;
}
@media (width>=992px) {
    .navbar-hrm.scroll-sticky .navbar-nav .nav-item .nav-link {
        color: var(--dx-white);
    }
}
.navbar-hrm.scroll-sticky .navbar-nav .nav-item .nav-link.active {
    color: var(--dx-indigo);
}
.font-playfair {
    font-family: Playfair, serif;
}
.text-animation {
    letter-spacing: -3.5px;
}
@media (width>=992px) {
    .text-animation {
        letter-spacing: -5.5px;
    }
}
.text-animation span {
    font-weight: 700;
    animation: 3.5s ease-in-out infinite rotateLetter;
    display: inline-block;
}
@keyframes rotateLetter {
    0%,
    70%,
    to {
        transform: rotateY(0);
    }
    80% {
        transform: rotateY(90deg);
    }
    90% {
        transform: rotateY(0);
    }
}
.bg-light-title {
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
}
.business-btn-link i {
    background-color: var(--dx-primary);
    border-radius: 50rem;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    position: relative;
    display: inline-flex !important;
}
@media (prefers-reduced-motion: reduce) {
    .business-btn-link i {
        transition: none;
    }
}
.business-btn-link i:before {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .business-btn-link i:before {
        transition: none;
    }
}
.business-btn-link i:after {
    content: "";
    border: 1px solid var(--dx-primary);
    z-index: -1;
    border-radius: 50rem;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: -10px;
}
@media (prefers-reduced-motion: reduce) {
    .business-btn-link i:after {
        transition: none;
    }
}
.marquee-ten {
    width: fit-content;
    display: flex;
}
@keyframes scroll-left {
    0% {
        transform: translate(0);
    }
    to {
        transform: translate(-50%);
    }
}
@keyframes scroll-right {
    0% {
        transform: translate(-50%);
    }
    to {
        transform: translate(0);
    }
}
.business-blur-effect {
    filter: blur(240px);
}
.business-hero-section {
    padding: 170px 0 0;
}
.business-hero-section:before {
    content: "";
    background-image:
        linear-gradient(var(--dx-light) 1px, transparent 1px),
        linear-gradient(90deg, var(--dx-light) 1px, transparent 1px);
    pointer-events: none;
    background-size: 40px 40px;
    width: 100%;
    height: 45rem;
    position: absolute;
    top: 0;
    left: 0;
}
.business-hero-section .hero-swiper .swiper-wrapper {
    transition-timing-function: linear;
}
.business-hero-section .hero-swiper:before {
    content: "";
    background: var(--dx-secondary-bg);
    z-index: 1000;
    border-radius: 100%;
    width: 120%;
    height: 100px;
    position: absolute;
    top: -60px;
    left: -10%;
}
.business-hero-section .hero-swiper:after {
    content: "";
    background: var(--dx-secondary-bg);
    z-index: 1000;
    border-radius: 100%;
    width: 120%;
    height: 100px;
    position: absolute;
    bottom: -52px;
    left: -10%;
}
.features-section .features-card .feature-img {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .features-section .features-card .feature-img {
        transition: none;
    }
}
.features-section .features-card:hover .feature-img {
    transform: scaleX(-1);
}
.features-section .features-card:hover .business-btn-link i {
    margin-right: 0.75rem;
}
.features-section .features-card:hover .business-btn-link i:before {
    transform: rotate(45deg);
}
.features-section .features-card:hover .business-btn-link i:after {
    left: -5px;
}
.process-section .process-elements2 {
    transform: translate(-50%) rotate(30deg);
}
.process-section .third-process-img .avatar span:first-child {
    transform: rotate(-5deg);
}
.process-section .third-process-img .avatar span:nth-child(2) {
    transform: rotate(5deg);
}
.process-section .third-process-img .avatar span:nth-child(3) {
    transform: rotate(-4deg);
}
.stats-section .stats-wrapper {
    background-image: linear-gradient(
        180deg,
        rgba(var(--dx-secondary-bg-rgb), 0) 0%,
        rgba(var(--dx-secondary-bg-rgb), 0.75),
        var(--dx-secondary-bg)
    );
}
.stats-section .marquee-ten.marquee-rtl {
    animation: 150s linear infinite scroll-left;
}
.stats-section .marquee-ten span {
    color: #0000;
    background: linear-gradient(
        120deg,
        rgba(var(--dx-secondary-rgb), 0.4) 0%,
        rgba(var(--dx-orange-rgb), 0.4) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 250px;
    line-height: 0.8;
}
@media (width>=992px) {
    .stats-section .marquee-ten span {
        font-size: 300px;
    }
}
.impact-section .impact-Sales-card {
    background-image: url(../images/lead-team.webp);
    background-position: 50%;
    background-size: cover;
}
.impact-section .reviewSwiper-pagination .swiper-pagination-bullet {
    background: var(--dx-danger);
    width: 0.5625rem;
    height: 0.5625rem;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .impact-section .reviewSwiper-pagination .swiper-pagination-bullet {
        transition: none;
    }
}
.impact-section .reviewSwiper-pagination .swiper-pagination-bullet-active {
    border-radius: 50rem;
    width: 40px;
}
.impact-section .marquee-rtl {
    animation: 15s linear infinite scroll-left;
}
.impact-section .marquee-ltr {
    animation: 15s linear infinite scroll-right;
}
.pricing-section .plan-starter-card {
    border-top-left-radius: 1rem;
}
.pricing-section .plan-enterprise-card {
    border-top-right-radius: 1rem;
}
.pricing-section .feature-starter-card {
    border-bottom-left-radius: 1rem;
}
.pricing-section .feature-enterprise-card {
    border-bottom-right-radius: 1rem;
}
.pricing-section .pricing-scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    overflow-x: auto;
}
.pricing-section .pricing-scroll-wrapper .pricing-table {
    min-width: 1430px;
}
.faq-section .accordion .accordion-button:after {
    right: 1.25rem;
}
.cta-section .cta-img {
    position: relative;
}
.cta-section .cta-img:before {
    content: "";
    background-image: linear-gradient(
        180deg,
        rgba(var(--dx-secondary-bg-rgb), 0) 0%,
        var(--dx-secondary-bg) 50%
    );
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -34%;
    left: 0;
}
.cta-section .cta-img img {
    filter: grayscale();
    width: 70rem;
}
.main-title span {
    background-color: color-mix(in srgb, var(--dx-secondary) 84%, black 16%);
    transform: translate(-50%, -50%) rotate(-25deg);
}
.max-w-650px {
    max-width: 650px;
}
.saas-body-bg {
    background-color: rgba(var(--dx-orange-rgb), 0.06);
}
.saas-hero-section {
    background: linear-gradient(
        to bottom,
        color-mix(in srgb, var(--dx-dark) 75%, black 62%) 10%,
        color-mix(in srgb, var(--dx-dark) 75%, black 58%) 20%,
        color-mix(in srgb, rgba(var(--dx-orange-rgb), 0.7) 75%, black 10%) 70%,
        rgba(var(--dx-orange-rgb), 0.1) 90%,
        rgba(var(--dx-orange-rgb), 0)
    );
}
.saas-hero-section .badge-1 {
    position: absolute;
    top: 35%;
    left: 12%;
}
.saas-hero-section .badge-2 {
    position: absolute;
    top: 14%;
    right: 13%;
}
.saas-hero-section .badge-2 svg {
    transform: scale(-1);
}
.saas-outline-light:hover {
    color: var(--dx-orange) !important;
}
.saas-brand-section .marquee-ten.marquee-rtl {
    animation: 30s linear infinite scroll-left;
}
[data-bs-theme="dark"] .saas-brand-section .marquee-ten.marquee-rtl img {
    filter: brightness(0) invert();
}
.saas-brand-section .fire-heart {
    animation: 5s infinite bounce;
}
.saas-work-section h3 {
    background: linear-gradient(
        to bottom,
        var(--dx-orange),
        rgba(var(--dx-orange-rgb), 0)
    );
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-mask-image: linear-gradient(#000 0%, #0000 90%);
    mask-image: linear-gradient(#000 0%, #0000 90%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-source-type: alpha;
    mask-mode: alpha;
}
.saas-features-section .nav .nav-item .nav-link {
    background-color: var(--dx-orange-bg-subtle);
    color: var(--dx-body-color);
}
.saas-features-section .nav .nav-item .nav-link.active {
    color: var(--dx-white);
    background-color: var(--dx-orange);
}
.saas-features-section .coming-soon-badge {
    transform: rotate(30deg);
}
.saas-features-section .automation-card .automation-card-3 {
    position: absolute;
    bottom: -25%;
    right: -25%;
}
.saas-features-section .automation-card .automation-arrow {
    animation: 10s infinite bounce;
    position: absolute;
    top: 38%;
    left: 46%;
}
.saas-features-section .dashboard-img-2 {
    position: absolute;
    top: 10%;
    right: -7%;
}
.saas-use-case-section .main-use-case-content .progress-wrapper {
    aspect-ratio: 1;
    max-width: 340px;
}
.saas-use-case-section
    .main-use-case-content
    .progress-wrapper
    .progress-bg-circle {
    fill: none;
    stroke: rgba(var(--dx-orange-rgb), 0.3);
    stroke-width: 3px;
}
.saas-use-case-section .main-use-case-content .progress-wrapper .progress-bar {
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s;
}
.saas-use-case-section
    .main-use-case-content
    .progress-wrapper
    .progress-complete {
    transform: rotate(-90deg);
}
.saas-testimonial-section .testimonial-card {
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .saas-testimonial-section .testimonial-card {
        transition: none;
    }
}
.saas-testimonial-section .testimonial-card .testimonial-image {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .saas-testimonial-section .testimonial-card .testimonial-image {
        transition: none;
    }
}
.saas-testimonial-section .testimonial-card .testimonial-content {
    background-color: var(--dx-orange-bg-subtle);
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .saas-testimonial-section .testimonial-card .testimonial-content {
        transition: none;
    }
}
.saas-testimonial-section .testimonial-card .quote-size {
    color: rgba(var(--dx-orange-rgb), 0.06);
    font-size: 8.5rem;
}
.saas-testimonial-section .testimonial-card:hover .testimonial-content {
    background-color: var(--dx-orange);
    color: var(--dx-white);
    transform: translateY(75px) rotate(-10deg);
}
.saas-testimonial-section .testimonial-card:hover .testimonial-image {
    opacity: 1;
    transform: translateY(-100px) rotate(0);
}
.saas-testimonial-section .testimonial-card:hover .quote-size {
    color: rgba(var(--dx-white-rgb), 0.1);
}
.saas-footer-section {
    background-color: color-mix(in srgb, var(--dx-dark) 50%, black 50%);
}
.saas-footer-section .saas-v1-footer-logo {
    font-size: 18rem;
    line-height: 0.8;
}
.saas-footer-section .newsletter-section input::placeholder {
    color: rgba(var(--dx-white-rgb), 0.4);
}
.saas-footer-section .border-gradient {
    border-image-source: linear-gradient(#ffffff40, #ffffff40, #fff0);
    border-image-slice: 1;
}
.saas-footer-section .footer-logo-text {
    background: linear-gradient(
        to bottom,
        rgba(var(--dx-orange-rgb), 0.7),
        rgba(var(--dx-orange-rgb), 0.1)
    );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 6.3rem;
    line-height: 0.8;
}
@media (width>=992px) {
    .saas-footer-section .footer-logo-text {
        font-size: 12rem;
    }
}
@media (width>=1200px) {
    .saas-footer-section .footer-logo-text {
        font-size: 240px;
    }
}
@media (width>=1536px) {
    .saas-footer-section .footer-logo-text {
        font-size: 18rem;
    }
}
.animation-rotate {
    animation: 8s linear infinite rotate;
}
.crypto-page {
    --dx-font-family-base: Rubik, sans-serif;
    --dx-font-family-heading: Rubik, sans-serif;
}
.crypto-bg-success {
    background-color: rgba(var(--dx-success-rgb), 0.08);
}
.crypto-hero {
    background-image: url(../images/crypto-bg.webp);
    background-size: cover;
    padding: 170px 0;
    position: relative;
}
@media (width>=992px) {
    .crypto-hero {
        padding: 260px 0 200px;
    }
}
@media (width>=1200px) {
    .crypto-hero {
        padding: 260px 0 200px;
    }
}
@media (width>=1536px) {
    .crypto-hero {
        padding: 310px 0 260px;
    }
}
.crypto-hero .sub-title {
    line-height: 2;
}
.crypto-hero .crypto-icon-1 {
    top: 0;
    left: 10%;
}
.crypto-hero .crypto-icon-2 {
    bottom: -200px;
    left: 20%;
}
.crypto-hero .crypto-icon-3 {
    top: -115px;
    right: -14%;
}
.crypto-hero .crypto-icon-4 {
    bottom: 130px;
    right: 23%;
}
.crypto-hero .crypto-icon-5 {
    bottom: 0;
    right: -30%;
}
.crypto-contribution .progress-wrap .list-wrap li {
    position: relative;
}
.crypto-contribution .progress-wrap .list-wrap li:before {
    content: "";
    background-color: rgba(var(--dx-body-color-rgb), 0.4);
    width: 2px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.crypto-contribution .progress-wrap .crypto-progress-gradient {
    background-image: linear-gradient(
        to right,
        rgba(var(--dx-success-rgb), 0),
        var(--dx-success)
    );
}
@keyframes bounceX {
    0%,
    to {
        transform: translate(0);
    }
    50% {
        transform: translate(40px);
    }
}
.bounce-x {
    animation: 10s infinite bounceX;
}
.flip-horizontal {
    transform: scaleX(-1);
}
.crypto-top-partner .-rotate-4 {
    transform: rotate(-3deg);
}
.crypto-top-partner .marquee-ten.marquee-rtl {
    animation: 30s linear infinite scroll-left;
}
[data-bs-theme="dark"] .crypto-top-partner .marquee-ten.marquee-rtl img {
    filter: invert();
}
.crypto-why-choose .line {
    width: 140px;
}
@media (width>=1536px) {
    .crypto-why-choose .line {
        width: 192px;
    }
}
.crypto-why-choose .line.line-1 {
    position: absolute;
    top: 12%;
    left: -10%;
    transform: scaleX(-1);
}
.crypto-why-choose .line.line-2 {
    position: absolute;
    top: 12%;
    right: -10%;
}
.crypto-why-choose .line.line-3 {
    position: absolute;
    bottom: 12%;
    right: -10%;
    transform: scaleY(-1);
}
.crypto-why-choose .line.line-4 {
    position: absolute;
    bottom: 12%;
    left: -10%;
    transform: scale(-1);
}
.crypto-why-choose .bitcoin-img {
    padding: 80px;
}
@media (width>=992px) {
    .crypto-why-choose .bitcoin-img {
        padding: 58px;
    }
}
@media (width>=1200px) {
    .crypto-why-choose .bitcoin-img {
        padding: 69px;
    }
}
.crypto-buy-sell {
    background-image: url(../images/4PiBm.webp);
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
}
.crypto-buy-sell .buy-sell-card {
    background-color: rgba(var(--dx-success-rgb), 0.08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(var(--dx-success-rgb), 0.1);
    border-radius: 12px;
}
.crypto-buy-sell .buy-sell-card .circle {
    background: linear-gradient(
        to right,
        rgba(var(--dx-success-rgb), 0.8),
        rgba(var(--dx-success-rgb), 0.04)
    );
    border-radius: 0px var(--dx-border-radius) 0px 50px;
    width: 64px;
    height: 64px;
    transition: all 0.6s;
}
.crypto-buy-sell .buy-sell-card:hover .circle {
    border-radius: 0px var(--dx-border-radius) 0px 10px;
    width: 100%;
    height: 100%;
}
.crypto-buy-sell .buy-sell-card:hover a {
    color: #fff !important;
}
@media (width>=992px) {
    .crypto-how-it-work .learn-card img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
.crypto-how-it-work .gradient-badge {
    background-image:
        linear-gradient(var(--dx-light)),
        linear-gradient(
            20deg,
            rgba(var(--dx-success-rgb), 0.03),
            var(--dx-success),
            rgba(var(--dx-success-rgb), 0.03)
        );
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid #0000;
    border-radius: 50px;
}
.crypto-roadmap .roadmap-line {
    transform: translateY(3px);
}
.crypto-roadmap .roadmap-line:before {
    content: "";
    background-color: rgba(var(--dx-success-rgb), 0.4);
    width: 1px;
    height: 101px;
    position: absolute;
    bottom: 31px;
    left: 50%;
    transform: translate(-50%);
}
.crypto-roadmap .roadmap-line:after {
    content: "";
    background: linear-gradient(
        -30deg,
        rgba(var(--dx-success-rgb), 0.7) 35%,
        var(--dx-body-color) 98.23%
    );
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lh-xl {
    line-height: 1.75;
}
@media (width>=992px) {
    .crypto-experience .main-card {
        transform: perspective(200px) rotateX(3deg);
    }
}
@media (width<=991.98px) {
    .crypto-experience .main-card {
        overflow: hidden;
    }
}
.crypto-experience .circle-1 {
    background: linear-gradient(
        136deg,
        rgba(var(--dx-success-rgb), 0.25) 10%,
        transparent 70%
    );
    top: 12%;
    right: 20%;
}
.crypto-experience .circle-2 {
    background: linear-gradient(
        200deg,
        rgba(var(--dx-success-rgb), 0.18) 10%,
        transparent 70%
    );
    bottom: -6%;
    right: 3%;
}
.crypto-experience .circle-3 {
    background: linear-gradient(
        200deg,
        rgba(var(--dx-success-rgb), 0.25) 10%,
        transparent 70%
    );
    bottom: -6%;
    left: -2%;
}
.crypto-top-Veneers .user-img {
    width: 235px;
    height: 235px;
}
.crypto-footer {
    background-image: url(../images/footer-pattern.webp);
    background-position: bottom bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -320px;
    position: relative;
}
.crypto-footer:before {
    content: "";
    background: linear-gradient(
        to bottom,
        rgba(var(--dx-success-rgb), 0.2) 0%,
        rgba(var(--dx-black-rgb), 0.4) 70%
    );
    position: absolute;
    inset: 0;
}
.crypto-footer .footer-padding {
    padding-top: 420px;
}
.crypto-footer input::placeholder {
    color: rgba(var(--dx-white-rgb), 0.3);
}
.font-zalando {
    --dx-font-family-heading: Zalando Sans, sans-serif;
    font-family:
        Zalando Sans,
        sans-serif;
}
.lh-13px {
    line-height: 15px;
}
.hrm-topbar .topbar-wrapper {
    padding-block: 0.875rem;
}
.hrm-bg-light {
    background-color: color-mix(in srgb, var(--dx-light) 95%, black 2%);
}
.hrm-hero-section {
    padding-top: 107px;
}
.hrm-hero-section .hero-content {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.hrm-hero-section .hero-content.hero-img-1 {
    background-image: url(../images/img-22.webp);
}
.hrm-hero-section .hero-content.hero-img-2 {
    background-image: url(../images/img-110.webp);
}
.hrm-hero-section .hero-content:before {
    content: "";
    background: linear-gradient(
        to right,
        rgba(var(--dx-black-rgb), 0.85),
        rgba(var(--dx-black-rgb), 0.75),
        transparent
    );
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}
.hrm-hero-section .hero-content .hero-text {
    padding: 70px 28px 90px;
}
@media (width>=768px) and (width<=991.98px) {
    .hrm-hero-section .hero-content .hero-text {
        padding: 100px 40px;
    }
}
@media (width>=992px) and (width<=1199.98px) {
    .hrm-hero-section .hero-content .hero-text {
        padding: 150px 40px;
    }
}
@media (width>=1200px) and (width<=1535.98px) {
    .hrm-hero-section .hero-content .hero-text {
        padding: 184px 40px 152px;
    }
}
@media (width>=1536px) {
    .hrm-hero-section .hero-content .hero-text {
        padding: 184px 0 152px 80px;
    }
}
.swiper-navigation-blur :is(.swiper-button-prev, .swiper-button-next) {
    background-color: rgba(var(--dx-secondary-bg-rgb), 0.25);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .swiper-navigation-blur :is(.swiper-button-prev, .swiper-button-next) {
        transition: none;
    }
}
.swiper-navigation-blur :is(.swiper-button-prev, .swiper-button-next):hover {
    background-color: var(--dx-primary);
}
.swiper-navigation-blur :is(.swiper-button-prev, .swiper-button-next):after,
.swiper-navigation-blur :is(.swiper-button-prev, .swiper-button-next):before {
    content: "";
    background-color: #0000;
    width: 30px;
    height: 30px;
}
.swiper-navigation-blur .swiper-navigation-icon {
    display: none;
}
.hrm-brand-section .brand-main-title:before {
    content: "";
    border: 1px solid var(--dx-light);
    z-index: -1;
    width: 100%;
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media (width>=768px) {
    .hrm-brand-section .brand-main-title:before {
        display: block;
    }
}
.hrm-brand-section .marquee-ten.marquee-rtl {
    animation: 30s linear infinite scroll-left;
}
[data-bs-theme="dark"] .hrm-brand-section .marquee-ten.marquee-rtl img {
    filter: invert();
}
.hrm-brand-section .brand-marquee {
    position: relative;
}
.hrm-brand-section .brand-marquee:before {
    content: "";
    background: linear-gradient(to right, var(--dx-secondary-bg), transparent);
    z-index: 1;
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hrm-brand-section .brand-marquee:after {
    content: "";
    background: linear-gradient(to left, var(--dx-secondary-bg), transparent);
    z-index: 1;
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.hrm-about-section .hrm-certified {
    background-image: url(../images/shape-12.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(var(--dx-indigo-rgb), 0.08);
}
.hrm-service-section {
    background-image: url(../images/shape-2.webp);
    background-position: 50% -11px;
    background-repeat: no-repeat;
    background-size: cover;
}
.hrm-service-section .serice-img:before {
    content: "";
    border: 1px solid rgba(var(--dx-dark-rgb), 0.08);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.hrm-service-section
    #hrmServiceSlider
    .swiper-pagination
    .swiper-pagination-bullet {
    background-color: var(--dx-indigo);
    width: 10px;
    height: 10px;
    margin-inline: 6px;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .hrm-service-section
        #hrmServiceSlider
        .swiper-pagination
        .swiper-pagination-bullet {
        transition: none;
    }
}
.hrm-service-section
    #hrmServiceSlider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 50rem;
    width: 45px;
}
[data-bs-theme="dark"] .hrm-service-section #hrmServiceSlider .service-img {
    filter: invert();
}
@media (width>=1536px) {
    .work-steps {
        margin-top: -300px;
    }
}
.card-slide {
    transition: all 0.3s ease-in-out;
    position: relative;
}
@media (prefers-reduced-motion: reduce) {
    .card-slide {
        transition: none;
    }
}
.card-slide:before {
    content: "";
    top: 0;
    right: 0;
    left: initial;
    width: 0;
    height: 100%;
    transition: width 0.4s ease-in-out;
    position: absolute;
}
.card-slide .avatar {
    background-color: rgba(var(--dx-indigo-rgb), 0.1);
}
.card-slide:hover {
    color: #fff;
}
.card-slide:hover:before {
    width: 100%;
    left: 0;
    right: initial;
}
.card-slide:hover p {
    color: rgba(var(--dx-white-rgb), 0.6) !important;
}
.card-slide:hover .avatar {
    background-color: rgba(var(--dx-secondary-bg-rgb), 1);
    color: var(--dx-indigo);
}
.feature-slide .bg-layer {
    background-color: color-mix(
        in srgb,
        rgba(var(--dx-indigo-rgb), 0.42) 85%,
        black 15%
    );
}
.feature-slide .feature-arrow {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    scale: 0;
}
.feature-slide:hover .feature-arrow {
    opacity: 1;
    scale: 1.5;
}
.pricing-card {
    background-image: url(../images/shape-3.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.pricing-card .curve-btn {
    margin-bottom: -72px;
    padding: 11px 25px;
    position: relative;
}
.pricing-card .curve-btn:before {
    content: "";
    background: radial-gradient(
        circle at left top,
        transparent 15px,
        var(--dx-indigo) 16px
    );
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -2.5px;
    left: -17px;
}
.pricing-card .curve-btn:after {
    content: "";
    background: radial-gradient(
        circle at right top,
        transparent 15px,
        var(--dx-indigo) 16px
    );
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -2.5px;
    right: -17px;
}
.pricing-card .curve-btn.popular-plan-btn:before {
    background: radial-gradient(
        circle at left top,
        transparent 15px,
        var(--dx-secondary-bg) 16px
    );
}
.pricing-card .curve-btn.popular-plan-btn:after {
    background: radial-gradient(
        circle at right top,
        transparent 15px,
        var(--dx-secondary-bg) 16px
    );
}
.hrm-team-section {
    background-color: color-mix(in srgb, var(--dx-indigo) 90%, black 10%);
}
.hrm-team-section .hrm-team-bg {
    background-image: url(../images/shape-5.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.hrm-team-section .team-1 {
    position: absolute;
    top: 21%;
    left: 6%;
}
.hrm-team-section .team-2 {
    position: absolute;
    top: 32%;
    left: 18%;
}
.hrm-team-section .team-3 {
    position: absolute;
    bottom: 20%;
    left: 12%;
}
.hrm-team-section .team-4 {
    position: absolute;
    top: 20%;
    right: 23%;
}
.hrm-team-section .team-5 {
    position: absolute;
    top: 32%;
    right: 4%;
}
.hrm-team-section .team-6 {
    position: absolute;
    bottom: 23%;
    right: 13%;
}
.blog-card .animate-shine {
    background: linear-gradient(
        to right,
        rgba(var(--dx-black-rgb), 0) 0,
        rgba(var(--dx-white-rgb), 0.8) 50%,
        rgba(var(--dx-black-rgb), 0) 100%
    );
    opacity: 0;
    width: 100%;
    height: 100%;
    animation: 0.75s linear shine;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(30deg);
}
.blog-card:hover .animate-shine {
    display: block;
}
.blog-card .entry-list:before,
.blog-card .entry-list:after {
    content: "";
    background: radial-gradient(
        circle at left top,
        transparent 15px,
        color-mix(in srgb, var(--dx-body-color) 5%, white 95%) 16px
    );
    width: 18px;
    height: 18px;
}
.blog-card .entry-list:before {
    position: absolute;
    bottom: -2.5px;
    left: -15px;
}
.blog-card .entry-list:after {
    position: absolute;
    top: -16px;
    right: -1.5px;
}
@keyframes shine {
    0% {
        opacity: 0;
        left: -50%;
    }
    50% {
        opacity: 0.5;
        left: 25%;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}
.hrm-footer {
    background-color: color-mix(in srgb, var(--dx-indigo) 90%, black 10%);
}
.hrm-footer .email-input::placeholder {
    color: rgba(var(--dx-white-rgb), 0.4);
}
.hrm-footer .border-opacity-25 {
    border-color: rgba(var(--dx-white-rgb), 0.25) !important;
}
.ecommerce-hero-section {
    background-image: url(../images/cloud.webp);
    background-size: cover;
}
@media (width>=768px) {
    .ecommerce-hero-section {
        min-height: 700px;
    }
}
.ecommerce-hero-section .marquee-ten {
    top: 20%;
}
.ecommerce-hero-section .marquee-ten.marquee-rtl {
    animation: 60s linear infinite scroll-left;
}
.ecommerce-hero-section .marquee-ten span {
    color: #0000;
    background: linear-gradient(
        to bottom,
        var(--dx-white) 0%,
        rgba(var(--dx-white-rgb), 0.5) 40%,
        rgba(var(--dx-white-rgb), 0.1) 70%,
        transparent 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Nunito, sans-serif;
    font-size: 7rem;
    font-weight: 900;
}
@media (width>=768px) {
    .ecommerce-hero-section .marquee-ten span {
        font-size: 13.5rem;
    }
}
.product-card .product-img img {
    transition: all 1.5s ease-in-out;
    scale: 1;
}
.product-card .product-img .cart-btn {
    transition: all 0.5s ease-in-out;
    transform: translateY(59px);
}
@media (prefers-reduced-motion: reduce) {
    .product-card .product-img .cart-btn {
        transition: none;
    }
}
.product-card .product-img .like-btn {
    transition: all 0.5s ease-in-out;
    transform: translate(34px);
}
@media (prefers-reduced-motion: reduce) {
    .product-card .product-img .like-btn {
        transition: none;
    }
}
.product-card .color-btn {
    transition: all 0.2s ease-in-out;
    scale: 0.95;
}
@media (prefers-reduced-motion: reduce) {
    .product-card .color-btn {
        transition: none;
    }
}
.product-card .color-btn a {
    transition: all 0.3s ease-in-out;
    scale: 1;
}
@media (prefers-reduced-motion: reduce) {
    .product-card .color-btn a {
        transition: none;
    }
}
.product-card .color-btn:hover {
    border: 1px solid rgba(var(--dx-body-color-rgb), 0.7);
    scale: 1;
}
.product-card .color-btn:hover a {
    border: none;
    scale: 0.6;
}
.product-card:hover .product-img img {
    scale: 1.15;
}
.product-card:hover .product-img .cart-btn {
    transform: translateY(0);
}
.product-card:hover .product-img .like-btn {
    transform: translate(0);
}
.ecommerce-testimonial-section {
    background-image: url(../images/product-testimonial-bg.webp);
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
}
.ecommerce-testimonial-section .testimonial-item {
    max-width: 900px;
    margin: 0 auto;
}
.ecommerce-cta-section .product-cta-img-wrapper .product-cta-img-text {
    color: #0000;
    background-image: url(../images/product-review-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 90px;
    animation: 10s linear infinite textanimation;
}
@media (width>=768px) {
    .ecommerce-cta-section .product-cta-img-wrapper .product-cta-img-text {
        font-size: 110px;
    }
}
@media (width>=992px) {
    .ecommerce-cta-section .product-cta-img-wrapper .product-cta-img-text {
        font-size: 140px;
    }
}
@media (width>=1200px) {
    .ecommerce-cta-section .product-cta-img-wrapper .product-cta-img-text {
        font-size: 170px;
    }
}
@keyframes textanimation {
    0% {
        background-position: 50% 0;
    }
    to {
        background-position: 50% 100%;
    }
}
.ecommerce-cta-section .cta-content {
    max-width: 800px;
}
.ecommerce-summer-arrivals .summer-arrivals-text {
    position: absolute;
    bottom: 25.6%;
    left: -14%;
    rotate: 90deg;
}
.ecommerce-summer-arrivals .outline-text {
    color: #0000;
    -webkit-text-stroke: 2px var(--dx-secondary-color);
    font-family:
        Segoe UI,
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
    font-size: 125px;
    position: absolute;
    top: -88px;
    right: -25px;
}
@media (width>=1536px) {
    .ecommerce-summer-arrivals .outline-text {
        right: -48px;
    }
}
@media (width>=1200px) {
    .ecommerce-summer-arrivals .offer-text {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .ecommerce-summer-arrivals .summer-collection-row {
        height: 100%;
    }
}
.follow-slider .swiper-slide:nth-child(odd) .follow-us-card {
    transform: rotate(-2deg);
}
.follow-slider .swiper-slide:nth-child(2n) .follow-us-card {
    margin-top: 35px;
    transform: rotate(2deg);
}
