@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";
@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Armenian:wght@400;700&display=swap";

.bg-strong-900 {
    background-color: #0a0d14
}

.bg-surface-700 {
    background-color: #20232d
}

.bg-soft-200 {
    background-color: #e2e4e9
}

.bg-weak-100 {
    background-color: #f6f8fa
}

.bg-white-0 {
    background-color: #fff
}

.text-main-900 {
    color: #0a0d14
}

.text-sub-500, .text-soft-400 {
    color: #525866
}

.text-disabled-300 {
    color: #cdd0d5
}

.text-white-0 {
    color: #fff
}

.stroke-strong-900 {
    stroke: #0a0d14
}

.stroke-sub-300 {
    stroke: #cdd0d5
}

.stroke-soft-200 {
    stroke: #e2e4e9
}

.stroke-disabled-100 {
    stroke: #f6f8fa
}

.stroke-white-0 {
    stroke: #fff
}

.icon-strong-900 {
    color: #0a0d14
}

.icon-sub-500 {
    color: #525866
}

.icon-soft-400 {
    color: #868c98
}

.icon-disabled-300 {
    color: #cdd0d5
}

.icon-white-0 {
    color: #fff
}

.state-success {
    color: #33b449
}

.state-warning {
    color: #f17b2c
}

.state-error {
    color: #df1c41
}

.state-information {
    color: #378ffb
}

.state-away {
    color: #f2ae40
}

.state-feature {
    color: #6e3ff3
}

.state-neutral {
    color: #868c98
}

.state-verified {
    color: #35b9e9
}

.text-xl, .text-lg, .text-md, .text-sm, .text-xs {
    font-weight: 400
}

.text-xl {
    font-size: 24px;
    line-height: 1.333
}

.text-lg {
    font-size: 18px;
    line-height: 1.333
}

.text-md {
    font-size: 16px;
    line-height: 1.5
}

.text-sm {
    font-size: 14px;
    line-height: 1.428
}

.text-xs {
    font-size: 12px;
    line-height: 1.333
}

.label-xl {
    font-size: 24px;
    line-height: 1.333;
    font-weight: 700
}

.label-lg {
    font-size: 18px;
    line-height: 1.333;
    font-weight: 600
}

.label-md {
    font-size: 16px;
    line-height: 1.333;
    font-weight: 600
}

.label-sm {
    font-size: 14px;
    line-height: 1.333;
    font-weight: 600
}

.label-xs {
    font-size: 12px;
    line-height: 1.333;
    font-weight: 600
}
/*!
 * Bootstrap  v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #FF8202;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-light: #FFE1C2;
    --bs-primary-dark: #B47818;
    --bs-primary-lighter: #FEF7EC;
    --bs-primary-darker: #402A13;
    --bs-primary-rgb: 255, 130, 2;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-light-rgb: 255, 225, 194;
    --bs-primary-dark-rgb: 180, 120, 24;
    --bs-primary-lighter-rgb: 254, 247, 236;
    --bs-primary-darker-rgb: 64, 42, 19;
    --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Nunito", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(10.4, 88, 202.4);
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(109.8, 168, 253.8);
    --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4)
}

*, *:before, *:after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem
    }
}

h2, .h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem
    }
}

h3, .h3 {
    font-size: clamp(28px,4vw + 1rem,51px)
}

h4, .h4 {
    font-size: clamp(28px,3vw + 1rem,38px)
}

h5, .h5 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h5, .h5 {
        font-size: 1.75rem
    }
}

h6, .h6 {
    font-size: calc(1.25625rem + .075vw)
}

@media (min-width: 1200px) {
    h6, .h6 {
        font-size: 1.3125rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: 900
}

small, .small {
    font-size: .875em
}

mark, .mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));
    text-decoration: underline
}

    a:hover {
        --bs-link-color-rgb: var(--bs-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(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

    kbd kbd {
        padding: 0;
        font-size: 1em
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    line-height: inherit;
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.625rem + 4.5vw)
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.575rem + 3.9vw)
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.525rem + 3.3vw)
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-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: .5rem
    }

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

    .blockquote-footer:before {
        content: "— "
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 9.5px;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 4.75px
}

.g-1, .gy-1 {
    --bs-gutter-y: 4.75px
}

.g-2, .gx-2 {
    --bs-gutter-x: 9.5px
}

.g-2, .gy-2 {
    --bs-gutter-y: 9.5px
}

.g-3, .gx-3 {
    --bs-gutter-x: 19px
}

.g-3, .gy-3 {
    --bs-gutter-y: 19px
}

.g-4, .gx-4 {
    --bs-gutter-x: 30.4px
}

.g-4, .gy-4 {
    --bs-gutter-y: 30.4px
}

.g-5, .gx-5 {
    --bs-gutter-x: 57px
}

.g-5, .gy-5 {
    --bs-gutter-y: 57px
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 4.75px
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 4.75px
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 9.5px
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 9.5px
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 19px
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 19px
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 30.4px
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 30.4px
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 57px
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 57px
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 4.75px
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 4.75px
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 9.5px
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 9.5px
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 19px
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 19px
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 30.4px
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 30.4px
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 57px
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 57px
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 4.75px
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 4.75px
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 9.5px
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 9.5px
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 19px
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 19px
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 30.4px
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 30.4px
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 57px
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 57px
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 4.75px
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 4.75px
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 9.5px
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 9.5px
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 19px
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 19px
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 30.4px
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 30.4px
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 57px
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 57px
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 4.75px
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 4.75px
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 9.5px
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 9.5px
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 19px
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 19px
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 30.4px
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 30.4px
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 57px
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 57px
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
    width: 100%;
    margin-bottom: 19px;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

    .table > :not(caption) > * > * {
        padding: .5rem;
        color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
        background-color: var(--bs-table-bg);
        border-bottom-width: var(--bs-border-width);
        box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem
}

.table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 var(--bs-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) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 226, 254.6);
    --bs-table-border-color: rgb(165.28, 180.8, 203.68);
    --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(225.6, 227.4, 229);
    --bs-table-border-color: rgb(180.48, 181.92, 183.2);
    --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: rgb(209, 231, 220.8);
    --bs-table-border-color: rgb(167.2, 184.8, 176.64);
    --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 244.4, 252);
    --bs-table-border-color: rgb(165.28, 195.52, 201.6);
    --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: rgb(255, 242.6, 205.4);
    --bs-table-border-color: rgb(204, 194.08, 164.32);
    --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: rgb(248, 214.6, 217.8);
    --bs-table-border-color: rgb(198.4, 171.68, 174.24);
    --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: rgb(198.4, 199.2, 200);
    --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 224.1, 225);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: rgb(77.4, 80.6, 83.8);
    --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s 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(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

    .form-control-plaintext:focus {
        outline: 0
    }

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius)
    }

    .form-control-color::-webkit-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius)
    }

    .form-control-color.form-control-sm {
        height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
    }

    .form-control-color.form-control-lg {
        height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
    }

.form-select {
    --bs-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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
    --bs-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='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

    .form-check-reverse .form-check-input {
        float: right;
        margin-right: -1.5em;
        margin-left: 0
    }

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #ff8202;
        outline: 0;
        box-shadow: 0 0 0 .25rem #0d6efd40
    }

    .form-check-input:checked {
        background-color: #ff8202;
        border-color: #ff8202
    }

        .form-check-input:checked[type=checkbox] {
            --bs-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 10 3 3 6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type=radio] {
            --bs-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: #0d6efd;
        border-color: #0d6efd;
        --bs-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: .5
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            cursor: default;
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em
}

    .form-switch .form-check-input {
        --bs-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%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        width: 2em;
        margin-left: -2.5em;
        background-image: var(--bs-form-switch-bg);
        background-position: left center;
        border-radius: 2em;
        transition: background-position .15s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-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='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-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")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

    .form-switch.form-check-reverse .form-check-input {
        margin-right: -2.5em;
        margin-left: 0
    }

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

    .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
        pointer-events: none;
        filter: none;
        opacity: .65
    }

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-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 {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem #0d6efd40
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem #0d6efd40
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: var(--bs-secondary-color)
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: var(--bs-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(--bs-border-width) * 2));
        min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
        line-height: 1.25
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        max-width: 100%;
        height: 100%;
        padding: 1rem .75rem;
        overflow: hidden;
        color: rgba(var(--bs-body-color-rgb),.65);
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: var(--bs-border-width) solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem .75rem
}

    .form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
        color: transparent
    }

    .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) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    padding-left: .75rem
}

    .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(.85) translateY(-.5rem) translate(.15rem)
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating > textarea:focus ~ label:after, .form-floating > textarea:not(:placeholder-shown) ~ label:after {
    position: absolute;
    top: 1rem;
    right: .375rem;
    bottom: 1rem;
    left: .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating > textarea:disabled ~ label:after {
    background-color: var(--bs-secondary-bg)
}

.form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0
}

.form-floating > :disabled ~ label, .form-floating > .form-control:disabled ~ label {
    color: #6c757d
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
            z-index: 5
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 5
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.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 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):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(--bs-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 {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.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(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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.1'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: var(--bs-form-valid-border-color);
        box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: var(--bs-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"] {
        --bs-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='%23198754' 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.1'/%3e%3c/svg%3e");
        padding-right: 4.125rem;
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: var(--bs-form-valid-border-color);
        box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
    }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
    width: calc(3.75rem + 1.5em)
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: var(--bs-form-valid-color)
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: var(--bs-form-valid-color)
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .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 {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.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(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: var(--bs-form-invalid-border-color);
        box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: var(--bs-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"] {
        --bs-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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        padding-right: 4.125rem;
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: var(--bs-form-invalid-border-color);
        box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
    }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
    width: calc(3.75rem + 1.5em)
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: var(--bs-form-invalid-color)
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: var(--bs-form-invalid-color)
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .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 {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

    .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 {
        box-shadow: var(--bs-btn-focus-box-shadow)
    }

.btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #FF8202;
    --bs-btn-border-color: #FF8202;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 148.75, 39.95);
    --bs-btn-hover-border-color: rgb(255, 142.5, 27.3);
    --bs-btn-focus-shadow-rgb: 217, 111, 2;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 155, 52.6);
    --bs-btn-active-border-color: rgb(255, 142.5, 27.3);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FF8202;
    --bs-btn-disabled-border-color: #FF8202
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
    --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(86.4, 93.6, 100);
    --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
    --bs-btn-hover-border-color: rgb(20, 108, 67.2);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(20, 108, 67.2);
    --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
    --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(61.4, 212.6, 243);
    --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
    --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 205.4, 56.6);
    --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
    --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(176, 42.4, 55.2);
    --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
    --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(198.4, 199.2, 200);
    --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
    --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
    --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-primary-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #FFE1C2;
    --bs-btn-border-color: #FFE1C2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 229.5, 203.15);
    --bs-btn-hover-border-color: rgb(255, 228, 200.1);
    --bs-btn-focus-shadow-rgb: 217, 191, 165;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 231, 206.2);
    --bs-btn-active-border-color: rgb(255, 228, 200.1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FFE1C2;
    --bs-btn-disabled-border-color: #FFE1C2
}

.btn-primary-dark {
    --bs-btn-color: #000;
    --bs-btn-bg: #B47818;
    --bs-btn-border-color: #B47818;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(191.25, 140.25, 58.65);
    --bs-btn-hover-border-color: rgb(187.5, 133.5, 47.1);
    --bs-btn-focus-shadow-rgb: 153, 102, 20;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(195, 147, 70.2);
    --bs-btn-active-border-color: rgb(187.5, 133.5, 47.1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #B47818;
    --bs-btn-disabled-border-color: #B47818
}

.btn-primary-lighter {
    --bs-btn-color: #000;
    --bs-btn-bg: #FEF7EC;
    --bs-btn-border-color: #FEF7EC;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(254.15, 248.2, 238.85);
    --bs-btn-hover-border-color: rgb(254.1, 247.8, 237.9);
    --bs-btn-focus-shadow-rgb: 216, 210, 201;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(254.2, 248.6, 239.8);
    --bs-btn-active-border-color: rgb(254.1, 247.8, 237.9);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FEF7EC;
    --bs-btn-disabled-border-color: #FEF7EC
}

.btn-primary-darker {
    --bs-btn-color: #fff;
    --bs-btn-bg: #402A13;
    --bs-btn-border-color: #402A13;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(54.4, 35.7, 16.15);
    --bs-btn-hover-border-color: rgb(51.2, 33.6, 15.2);
    --bs-btn-focus-shadow-rgb: 93, 74, 54;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(51.2, 33.6, 15.2);
    --bs-btn-active-border-color: rgb(48, 31.5, 14.25);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #402A13;
    --bs-btn-disabled-border-color: #402A13
}

.btn-outline-primary {
    --bs-btn-color: #FF8202;
    --bs-btn-border-color: #FF8202;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FF8202;
    --bs-btn-hover-border-color: #FF8202;
    --bs-btn-focus-shadow-rgb: 255, 130, 2;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FF8202;
    --bs-btn-active-border-color: #FF8202;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #FF8202;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FF8202;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-outline-primary-light {
    --bs-btn-color: #FFE1C2;
    --bs-btn-border-color: #FFE1C2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FFE1C2;
    --bs-btn-hover-border-color: #FFE1C2;
    --bs-btn-focus-shadow-rgb: 255, 225, 194;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FFE1C2;
    --bs-btn-active-border-color: #FFE1C2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #FFE1C2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FFE1C2;
    --bs-gradient: none
}

.btn-outline-primary-dark {
    --bs-btn-color: #B47818;
    --bs-btn-border-color: #B47818;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #B47818;
    --bs-btn-hover-border-color: #B47818;
    --bs-btn-focus-shadow-rgb: 180, 120, 24;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #B47818;
    --bs-btn-active-border-color: #B47818;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #B47818;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #B47818;
    --bs-gradient: none
}

.btn-outline-primary-lighter {
    --bs-btn-color: #FEF7EC;
    --bs-btn-border-color: #FEF7EC;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FEF7EC;
    --bs-btn-hover-border-color: #FEF7EC;
    --bs-btn-focus-shadow-rgb: 254, 247, 236;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FEF7EC;
    --bs-btn-active-border-color: #FEF7EC;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #FEF7EC;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FEF7EC;
    --bs-gradient: none
}

.btn-outline-primary-darker {
    --bs-btn-color: #402A13;
    --bs-btn-border-color: #402A13;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #402A13;
    --bs-btn-hover-border-color: #402A13;
    --bs-btn-focus-shadow-rgb: 64, 42, 19;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #402A13;
    --bs-btn-active-border-color: #402A13;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #402A13;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #402A13;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

    .btn-link:focus-visible {
        color: var(--bs-btn-color)
    }

    .btn-link:hover {
        color: var(--bs-btn-hover-color)
    }

.btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@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 {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty:after {
        margin-left: 0
    }

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: var(--bs-dropdown-spacer)
    }

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle:after {
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: var(--bs-dropdown-link-hover-color);
        background-color: var(--bs-dropdown-link-hover-bg)
    }

    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: var(--bs-dropdown-link-active-bg)
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: var(--bs-dropdown-link-disabled-color);
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow:;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group {
    border-radius: var(--bs-border-radius)
}

    .btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
        margin-left: calc(-1 * var(--bs-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-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after {
        margin-left: 0
    }

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: calc(-1 * var(--bs-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 {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40
}

.nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

    .nav-tabs .nav-link {
        margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
        border: var(--bs-nav-tabs-border-width) solid transparent;
        border-top-left-radius: var(--bs-nav-tabs-border-radius);
        border-top-right-radius: var(--bs-nav-tabs-border-radius)
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            isolation: isolate;
            border-color: var(--bs-nav-tabs-link-hover-border-color)
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: var(--bs-nav-tabs-link-active-color);
            background-color: var(--bs-nav-tabs-link-active-bg);
            border-color: var(--bs-nav-tabs-link-active-border-color)
        }

    .nav-tabs .dropdown-menu {
        margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

    .nav-pills .nav-link {
        border-radius: var(--bs-nav-pills-border-radius)
    }

        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            color: var(--bs-nav-pills-link-active-color);
            background-color: var(--bs-nav-pills-link-active-bg)
        }

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: .125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

    .nav-underline .nav-link {
        padding-right: 0;
        padding-left: 0;
        border-bottom: var(--bs-nav-underline-border-width) solid transparent
    }

        .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
            border-bottom-color: currentcolor
        }

        .nav-underline .nav-link.active, .nav-underline .show > .nav-link {
            font-weight: 500;
            color: var(--bs-nav-underline-link-active-color);
            border-bottom-color: currentcolor
        }

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: .3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-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%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: .25rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

    .navbar-brand:hover, .navbar-brand:focus {
        color: var(--bs-navbar-brand-hover-color)
    }

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: var(--bs-navbar-active-color)
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

    .navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
        color: var(--bs-navbar-active-color)
    }

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

        .navbar-expand-sm .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-sm .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-sm .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

        .navbar-expand-md .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-md .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-md .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-lg .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-lg .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

        .navbar-expand-xl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-xl .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-xl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }

        .navbar-expand-xxl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-xxl .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-xxl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: var(--bs-navbar-nav-link-padding-x);
            padding-left: var(--bs-navbar-nav-link-padding-x)
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-expand .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

        .navbar-expand .offcanvas .offcanvas-header {
            display: none
        }

        .navbar-expand .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }

.navbar-dark, .navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, .55);
    --bs-navbar-hover-color: rgba(255, 255, 255, .75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);
    --bs-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 {
    --bs-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 {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-title-color:;
    --bs-card-subtitle-color:;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: var(--bs-card-inner-border-radius)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
    }

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
    }

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

    .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg)
    }

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) > .card-img-top, .card-group > .card:not(:last-child) > .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) > .card-img-bottom, .card-group > .card:not(:last-child) > .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) > .card-img-top, .card-group > .card:not(:first-child) > .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) > .card-img-bottom, .card-group > .card:not(:first-child) > .card-footer {
                    border-bottom-left-radius: 0
                }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-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='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

    .accordion-button:not(.collapsed):after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform)
    }

.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:first-of-type > .accordion-header .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
        }

        .accordion-item:last-of-type > .accordion-collapse {
            border-bottom-right-radius: var(--bs-accordion-border-radius);
            border-bottom-left-radius: var(--bs-accordion-border-radius)
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush > .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush > .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush > .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush > .accordion-item > .accordion-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 {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%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-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%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-.708'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg:;
    --bs-breadcrumb-border-radius:;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: .5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

    .breadcrumb-item + .breadcrumb-item:before {
        float: left;
        padding-right: var(--bs-breadcrumb-item-padding-x);
        color: var(--bs-breadcrumb-divider-color);
        content: var(--bs-breadcrumb-divider, "/")
    }

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: .75rem;
    --bs-pagination-padding-y: .375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(-1 * var(--bs-border-width))
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: .75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: .5rem;
    --bs-pagination-padding-y: .25rem;
    --bs-pagination-font-size: .875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: 8px;
    --bs-badge-padding-y: 2px;
    --bs-badge-font-size: .6875rem;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #6E330C;
    --bs-badge-border-radius: 100vmax;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

.alert-primary-light {
    --bs-alert-color: var(--bs-primary-light-text-emphasis);
    --bs-alert-bg: var(--bs-primary-light-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-light-border-subtle);
    --bs-alert-link-color: var(--bs-primary-light-text-emphasis)
}

.alert-primary-dark {
    --bs-alert-color: var(--bs-primary-dark-text-emphasis);
    --bs-alert-bg: var(--bs-primary-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-dark-border-subtle);
    --bs-alert-link-color: var(--bs-primary-dark-text-emphasis)
}

.alert-primary-lighter {
    --bs-alert-color: var(--bs-primary-lighter-text-emphasis);
    --bs-alert-bg: var(--bs-primary-lighter-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-lighter-border-subtle);
    --bs-alert-link-color: var(--bs-primary-lighter-text-emphasis)
}

.alert-primary-darker {
    --bs-alert-color: var(--bs-primary-darker-text-emphasis);
    --bs-alert-bg: var(--bs-primary-darker-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-darker-border-subtle);
    --bs-alert-link-color: var(--bs-primary-darker-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: var(--bs-progress-height)
    }
}

.progress, .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: .75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width .6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: var(--bs-progress-height) var(--bs-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 {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: .5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

    .list-group-numbered > .list-group-item:before {
        content: counters(section,".") ". ";
        counter-increment: section
    }

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

    .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(--bs-list-group-disabled-color);
        pointer-events: none;
        background-color: var(--bs-list-group-disabled-bg)
    }

    .list-group-item.active {
        z-index: 2;
        color: var(--bs-list-group-active-color);
        background-color: var(--bs-list-group-active-bg);
        border-color: var(--bs-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(--bs-list-group-border-width));
            border-top-width: var(--bs-list-group-border-width)
        }

.list-group-item-action {
    width: 100%;
    color: var(--bs-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(--bs-list-group-action-hover-color);
        text-decoration: none;
        background-color: var(--bs-list-group-action-hover-bg)
    }

    .list-group-item-action:not(.active):active {
        color: var(--bs-list-group-action-active-color);
        background-color: var(--bs-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(--bs-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(--bs-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(--bs-list-group-border-width);
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: calc(-1 * var(--bs-list-group-border-width));
            border-left-width: var(--bs-list-group-border-width)
        }

@media (min-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(--bs-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(--bs-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(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

@media (min-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(--bs-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(--bs-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(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

@media (min-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(--bs-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(--bs-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(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

@media (min-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(--bs-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(--bs-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(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

        .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-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(--bs-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(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 var(--bs-list-group-border-width)
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.list-group-item-primary-light {
    --bs-list-group-color: var(--bs-primary-light-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-light-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-light-text-emphasis)
}

.list-group-item-primary-dark {
    --bs-list-group-color: var(--bs-primary-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-dark-text-emphasis)
}

.list-group-item-primary-lighter {
    --bs-list-group-color: var(--bs-primary-lighter-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-lighter-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-lighter-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-lighter-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-lighter-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-lighter-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-lighter-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-lighter-text-emphasis)
}

.list-group-item-primary-darker {
    --bs-list-group-color: var(--bs-primary-darker-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-darker-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-darker-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-darker-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-darker-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-darker-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-darker-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-darker-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: .5;
    --bs-btn-close-hover-opacity: .75;
    --bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: .25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

    .btn-close:hover {
        color: var(--bs-btn-close-color);
        text-decoration: none;
        opacity: var(--bs-btn-close-hover-opacity)
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: var(--bs-btn-close-focus-shadow);
        opacity: var(--bs-btn-close-focus-opacity)
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        user-select: none;
        opacity: var(--bs-btn-close-disabled-opacity)
    }

.btn-close-white {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

:root, [data-bs-theme=light] {
    --bs-btn-close-filter:
}

[data-bs-theme=dark] {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: .75rem;
    --bs-toast-padding-y: .5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: .875rem;
    --bs-toast-color:;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

    .toast.showing {
        opacity: 0
    }

    .toast:not(.show) {
        display: none
    }

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

    .toast-container > :not(:last-child) {
        margin-bottom: var(--bs-toast-spacing)
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

    .toast-header .btn-close {
        margin-right: calc(-.5 * var(--bs-toast-padding-x));
        margin-left: var(--bs-toast-padding-x)
    }

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg:;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@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(--bs-modal-margin) * 2)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: var(--bs-backdrop-opacity)
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

    .modal-header .btn-close {
        padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
        margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
        margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
        margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
        margin-left: auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

    .modal-footer > * {
        margin: calc(var(--bs-modal-footer-gap) * .5)
    }

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: .5rem;
    --bs-tooltip-padding-y: .25rem;
    --bs-tooltip-margin:;
    --bs-tooltip-font-size: .875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: .9;
    --bs-tooltip-arrow-width: .8rem;
    --bs-tooltip-arrow-height: .4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: var(--bs-tooltip-opacity)
    }

    .tooltip .tooltip-arrow {
        display: block;
        width: var(--bs-tooltip-arrow-width);
        height: var(--bs-tooltip-arrow-height)
    }

        .tooltip .tooltip-arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

    .bs-tooltip-top .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
        top: -1px;
        border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
        border-top-color: var(--bs-tooltip-bg)
    }

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

    .bs-tooltip-end .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
        right: -1px;
        border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
        border-right-color: var(--bs-tooltip-bg)
    }

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

    .bs-tooltip-bottom .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
        bottom: -1px;
        border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
        border-bottom-color: var(--bs-tooltip-bg)
    }

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

    .bs-tooltip-start .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
        left: -1px;
        border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
        border-left-color: var(--bs-tooltip-bg)
    }

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: .875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: .5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: .5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

    .popover .popover-arrow {
        display: block;
        width: var(--bs-popover-arrow-width);
        height: var(--bs-popover-arrow-height)
    }

        .popover .popover-arrow:before, .popover .popover-arrow:after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
            border-width: 0
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-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(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
    }

    .bs-popover-top > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before {
        bottom: 0;
        border-top-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-top > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow:after {
        bottom: var(--bs-popover-border-width);
        border-top-color: var(--bs-popover-bg)
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-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(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
    }

    .bs-popover-end > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before {
        left: 0;
        border-right-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-end > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow:after {
        left: var(--bs-popover-border-width);
        border-right-color: var(--bs-popover-bg)
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-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(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
    }

    .bs-popover-bottom > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before {
        top: 0;
        border-bottom-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-bottom > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:after {
        top: var(--bs-popover-border-width);
        border-bottom-color: var(--bs-popover-bg)
    }

.bs-popover-bottom .popover-header:before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-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(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
    }

    .bs-popover-start > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before {
        right: 0;
        border-left-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-start > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow:after {
        right: var(--bs-popover-border-width);
        border-left-color: var(--bs-popover-bg)
    }

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner:after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@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 .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    filter: var(--bs-carousel-control-icon-filter);
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.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 0'/%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-.708'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: var(--bs-carousel-indicator-active-bg);
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: center
}

.carousel-dark {
    --bs-carousel-indicator-active-bg: #000;
    --bs-carousel-caption-color: #000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

:root, [data-bs-theme=light] {
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
    --bs-carousel-control-icon-filter:
}

[data-bs-theme=dark] {
    --bs-carousel-indicator-active-bg: #000;
    --bs-carousel-caption-color: #000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

.spinner-grow, .spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-border-width: .25em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform .3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        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 (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-sm .offcanvas-header {
            display: none
        }

        .offcanvas-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        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 (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-md .offcanvas-header {
            display: none
        }

        .offcanvas-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        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 (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-lg .offcanvas-header {
            display: none
        }

        .offcanvas-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        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 (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-xl .offcanvas-header {
            display: none
        }

        .offcanvas-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        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 (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-xxl .offcanvas-header {
            display: none
        }

        .offcanvas-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .offcanvas-backdrop.fade {
        opacity: 0
    }

    .offcanvas-backdrop.show {
        opacity: .5
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

    .offcanvas-header .btn-close {
        padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
        margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
        margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
        margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
        margin-left: auto
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

    .placeholder.btn:before {
        display: inline-block;
        content: ""
    }

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg,#000 55%,#000c,#000 95%);
    mask-image: linear-gradient(130deg,#000 55%,#000c,#000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #000 !important;
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-primary-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-primary-light-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-primary-dark {
    color: #000 !important;
    background-color: RGBA(var(--bs-primary-dark-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-primary-lighter {
    color: #000 !important;
    background-color: RGBA(var(--bs-primary-lighter-rgb),var(--bs-bg-opacity, 1)) !important
}

.text-bg-primary-darker {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-darker-rgb),var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-primary:hover, .link-primary:focus {
        color: RGBA(255,155,53,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(255,155,53,var(--bs-link-underline-opacity, 1)) !important
    }

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-secondary:hover, .link-secondary:focus {
        color: RGBA(86,94,100,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity, 1)) !important
    }

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-success:hover, .link-success:focus {
        color: RGBA(20,108,67,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity, 1)) !important
    }

.link-info {
    color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-info:hover, .link-info:focus {
        color: RGBA(61,213,243,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity, 1)) !important
    }

.link-warning {
    color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-warning:hover, .link-warning:focus {
        color: RGBA(255,205,57,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity, 1)) !important
    }

.link-danger {
    color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-danger:hover, .link-danger:focus {
        color: RGBA(176,42,55,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity, 1)) !important
    }

.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-light:hover, .link-light:focus {
        color: RGBA(249,250,251,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity, 1)) !important
    }

.link-dark {
    color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-dark:hover, .link-dark:focus {
        color: RGBA(26,30,33,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity, 1)) !important
    }

.link-primary-light {
    color: RGBA(var(--bs-primary-light-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-light-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-primary-light:hover, .link-primary-light:focus {
        color: RGBA(255,231,206,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(255,231,206,var(--bs-link-underline-opacity, 1)) !important
    }

.link-primary-dark {
    color: RGBA(var(--bs-primary-dark-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-dark-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-primary-dark:hover, .link-primary-dark:focus {
        color: RGBA(195,147,70,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(195,147,70,var(--bs-link-underline-opacity, 1)) !important
    }

.link-primary-lighter {
    color: RGBA(var(--bs-primary-lighter-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-lighter-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-primary-lighter:hover, .link-primary-lighter:focus {
        color: RGBA(254,249,240,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(254,249,240,var(--bs-link-underline-opacity, 1)) !important
    }

.link-primary-darker {
    color: RGBA(var(--bs-primary-darker-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-darker-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-primary-darker:hover, .link-primary-darker:focus {
        color: RGBA(51,34,15,var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(51,34,15,var(--bs-link-underline-opacity, 1)) !important
    }

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1)) !important
}

    .link-body-emphasis:hover, .link-body-emphasis:focus {
        color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75)) !important;
        text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75)) !important
    }

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    backface-visibility: hidden
}

    .icon-link > .bi {
        flex-shrink: 0;
        width: 1em;
        height: 1em;
        fill: currentcolor;
        transition: .2s ease-in-out transform
    }

@media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        transition: none
    }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

    .ratio:before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

    .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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    object-fit: contain !important
}

.object-fit-cover {
    object-fit: cover !important
}

.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: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .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(--bs-box-shadow) !important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-primary-light {
    --bs-focus-ring-color: rgba(var(--bs-primary-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-primary-dark {
    --bs-focus-ring-color: rgba(var(--bs-primary-dark-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-primary-lighter {
    --bs-focus-ring-color: rgba(var(--bs-primary-lighter-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-primary-darker {
    --bs-focus-ring-color: rgba(var(--bs-primary-darker-rgb), var(--bs-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(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important
}

.border-primary-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-light-rgb),var(--bs-border-opacity)) !important
}

.border-primary-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-dark-rgb),var(--bs-border-opacity)) !important
}

.border-primary-lighter {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-lighter-rgb),var(--bs-border-opacity)) !important
}

.border-primary-darker {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-darker-rgb),var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-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 {
    --bs-border-opacity: .1
}

.border-opacity-25 {
    --bs-border-opacity: .25
}

.border-opacity-50 {
    --bs-border-opacity: .5
}

.border-opacity-75 {
    --bs-border-opacity: .75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 4.75px !important
}

.m-2 {
    margin: 9.5px !important
}

.m-3 {
    margin: 19px !important
}

.m-4 {
    margin: 30.4px !important
}

.m-5 {
    margin: 57px !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 4.75px !important;
    margin-left: 4.75px !important
}

.mx-2 {
    margin-right: 9.5px !important;
    margin-left: 9.5px !important
}

.mx-3 {
    margin-right: 19px !important;
    margin-left: 19px !important
}

.mx-4 {
    margin-right: 30.4px !important;
    margin-left: 30.4px !important
}

.mx-5 {
    margin-right: 57px !important;
    margin-left: 57px !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 4.75px !important;
    margin-bottom: 4.75px !important
}

.my-2 {
    margin-top: 9.5px !important;
    margin-bottom: 9.5px !important
}

.my-3 {
    margin-top: 19px !important;
    margin-bottom: 19px !important
}

.my-4 {
    margin-top: 30.4px !important;
    margin-bottom: 30.4px !important
}

.my-5 {
    margin-top: 57px !important;
    margin-bottom: 57px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 4.75px !important
}

.mt-2 {
    margin-top: 9.5px !important
}

.mt-3 {
    margin-top: 19px !important
}

.mt-4 {
    margin-top: 30.4px !important
}

.mt-5 {
    margin-top: 57px !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 4.75px !important
}

.me-2 {
    margin-right: 9.5px !important
}

.me-3 {
    margin-right: 19px !important
}

.me-4 {
    margin-right: 30.4px !important
}

.me-5 {
    margin-right: 57px !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 4.75px !important
}

.mb-2 {
    margin-bottom: 9.5px !important
}

.mb-3 {
    margin-bottom: 19px !important
}

.mb-4 {
    margin-bottom: 30.4px !important
}

.mb-5 {
    margin-bottom: 57px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 4.75px !important
}

.ms-2 {
    margin-left: 9.5px !important
}

.ms-3 {
    margin-left: 19px !important
}

.ms-4 {
    margin-left: 30.4px !important
}

.ms-5 {
    margin-left: 57px !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 4.75px !important
}

.p-2 {
    padding: 9.5px !important
}

.p-3 {
    padding: 19px !important
}

.p-4 {
    padding: 30.4px !important
}

.p-5 {
    padding: 57px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: 4.75px !important;
    padding-left: 4.75px !important
}

.px-2 {
    padding-right: 9.5px !important;
    padding-left: 9.5px !important
}

.px-3 {
    padding-right: 19px !important;
    padding-left: 19px !important
}

.px-4 {
    padding-right: 30.4px !important;
    padding-left: 30.4px !important
}

.px-5 {
    padding-right: 57px !important;
    padding-left: 57px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 4.75px !important;
    padding-bottom: 4.75px !important
}

.py-2 {
    padding-top: 9.5px !important;
    padding-bottom: 9.5px !important
}

.py-3 {
    padding-top: 19px !important;
    padding-bottom: 19px !important
}

.py-4 {
    padding-top: 30.4px !important;
    padding-bottom: 30.4px !important
}

.py-5 {
    padding-top: 57px !important;
    padding-bottom: 57px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 4.75px !important
}

.pt-2 {
    padding-top: 9.5px !important
}

.pt-3 {
    padding-top: 19px !important
}

.pt-4 {
    padding-top: 30.4px !important
}

.pt-5 {
    padding-top: 57px !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 4.75px !important
}

.pe-2 {
    padding-right: 9.5px !important
}

.pe-3 {
    padding-right: 19px !important
}

.pe-4 {
    padding-right: 30.4px !important
}

.pe-5 {
    padding-right: 57px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 4.75px !important
}

.pb-2 {
    padding-bottom: 9.5px !important
}

.pb-3 {
    padding-bottom: 19px !important
}

.pb-4 {
    padding-bottom: 30.4px !important
}

.pb-5 {
    padding-bottom: 57px !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 4.75px !important
}

.ps-2 {
    padding-left: 9.5px !important
}

.ps-3 {
    padding-left: 19px !important
}

.ps-4 {
    padding-left: 30.4px !important
}

.ps-5 {
    padding-left: 57px !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: 4.75px !important
}

.gap-2 {
    gap: 9.5px !important
}

.gap-3 {
    gap: 19px !important
}

.gap-4 {
    gap: 30.4px !important
}

.gap-5 {
    gap: 57px !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: 4.75px !important
}

.row-gap-2 {
    row-gap: 9.5px !important
}

.row-gap-3 {
    row-gap: 19px !important
}

.row-gap-4 {
    row-gap: 30.4px !important
}

.row-gap-5 {
    row-gap: 57px !important
}

.column-gap-0 {
    column-gap: 0 !important
}

.column-gap-1 {
    column-gap: 4.75px !important
}

.column-gap-2 {
    column-gap: 9.5px !important
}

.column-gap-3 {
    column-gap: 19px !important
}

.column-gap-4 {
    column-gap: 30.4px !important
}

.column-gap-5 {
    column-gap: 57px !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 500 !important
}

.fw-bolder {
    font-weight: 900 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important
}

.text-primary-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-light-rgb),var(--bs-text-opacity)) !important
}

.text-primary-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-dark-rgb),var(--bs-text-opacity)) !important
}

.text-primary-lighter {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-lighter-rgb),var(--bs-text-opacity)) !important
}

.text-primary-darker {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-darker-rgb),var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: #00000080 !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: #ffffff80 !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10, .link-opacity-10-hover:hover {
    --bs-link-opacity: .1
}

.link-opacity-25, .link-opacity-25-hover:hover {
    --bs-link-opacity: .25
}

.link-opacity-50, .link-opacity-50-hover:hover {
    --bs-link-opacity: .5
}

.link-opacity-75, .link-opacity-75-hover:hover {
    --bs-link-opacity: .75
}

.link-opacity-100, .link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1, .link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2, .link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3, .link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-primary-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-light-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-primary-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-dark-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-primary-lighter {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-lighter-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline-primary-darker {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-darker-rgb),var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0, .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10, .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: .1
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: .25
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: .5
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: .75
}

.link-underline-opacity-100, .link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-primary-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-primary-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-primary-lighter {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-lighter-rgb),var(--bs-bg-opacity)) !important
}

.bg-primary-darker {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-darker-rgb),var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-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(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-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(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-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(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-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(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-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(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-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
}

@media (min-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
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 4.75px !important
    }

    .m-sm-2 {
        margin: 9.5px !important
    }

    .m-sm-3 {
        margin: 19px !important
    }

    .m-sm-4 {
        margin: 30.4px !important
    }

    .m-sm-5 {
        margin: 57px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 4.75px !important;
        margin-left: 4.75px !important
    }

    .mx-sm-2 {
        margin-right: 9.5px !important;
        margin-left: 9.5px !important
    }

    .mx-sm-3 {
        margin-right: 19px !important;
        margin-left: 19px !important
    }

    .mx-sm-4 {
        margin-right: 30.4px !important;
        margin-left: 30.4px !important
    }

    .mx-sm-5 {
        margin-right: 57px !important;
        margin-left: 57px !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: 4.75px !important;
        margin-bottom: 4.75px !important
    }

    .my-sm-2 {
        margin-top: 9.5px !important;
        margin-bottom: 9.5px !important
    }

    .my-sm-3 {
        margin-top: 19px !important;
        margin-bottom: 19px !important
    }

    .my-sm-4 {
        margin-top: 30.4px !important;
        margin-bottom: 30.4px !important
    }

    .my-sm-5 {
        margin-top: 57px !important;
        margin-bottom: 57px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 4.75px !important
    }

    .mt-sm-2 {
        margin-top: 9.5px !important
    }

    .mt-sm-3 {
        margin-top: 19px !important
    }

    .mt-sm-4 {
        margin-top: 30.4px !important
    }

    .mt-sm-5 {
        margin-top: 57px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 4.75px !important
    }

    .me-sm-2 {
        margin-right: 9.5px !important
    }

    .me-sm-3 {
        margin-right: 19px !important
    }

    .me-sm-4 {
        margin-right: 30.4px !important
    }

    .me-sm-5 {
        margin-right: 57px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 4.75px !important
    }

    .mb-sm-2 {
        margin-bottom: 9.5px !important
    }

    .mb-sm-3 {
        margin-bottom: 19px !important
    }

    .mb-sm-4 {
        margin-bottom: 30.4px !important
    }

    .mb-sm-5 {
        margin-bottom: 57px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 4.75px !important
    }

    .ms-sm-2 {
        margin-left: 9.5px !important
    }

    .ms-sm-3 {
        margin-left: 19px !important
    }

    .ms-sm-4 {
        margin-left: 30.4px !important
    }

    .ms-sm-5 {
        margin-left: 57px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 4.75px !important
    }

    .p-sm-2 {
        padding: 9.5px !important
    }

    .p-sm-3 {
        padding: 19px !important
    }

    .p-sm-4 {
        padding: 30.4px !important
    }

    .p-sm-5 {
        padding: 57px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 4.75px !important;
        padding-left: 4.75px !important
    }

    .px-sm-2 {
        padding-right: 9.5px !important;
        padding-left: 9.5px !important
    }

    .px-sm-3 {
        padding-right: 19px !important;
        padding-left: 19px !important
    }

    .px-sm-4 {
        padding-right: 30.4px !important;
        padding-left: 30.4px !important
    }

    .px-sm-5 {
        padding-right: 57px !important;
        padding-left: 57px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 4.75px !important;
        padding-bottom: 4.75px !important
    }

    .py-sm-2 {
        padding-top: 9.5px !important;
        padding-bottom: 9.5px !important
    }

    .py-sm-3 {
        padding-top: 19px !important;
        padding-bottom: 19px !important
    }

    .py-sm-4 {
        padding-top: 30.4px !important;
        padding-bottom: 30.4px !important
    }

    .py-sm-5 {
        padding-top: 57px !important;
        padding-bottom: 57px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 4.75px !important
    }

    .pt-sm-2 {
        padding-top: 9.5px !important
    }

    .pt-sm-3 {
        padding-top: 19px !important
    }

    .pt-sm-4 {
        padding-top: 30.4px !important
    }

    .pt-sm-5 {
        padding-top: 57px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 4.75px !important
    }

    .pe-sm-2 {
        padding-right: 9.5px !important
    }

    .pe-sm-3 {
        padding-right: 19px !important
    }

    .pe-sm-4 {
        padding-right: 30.4px !important
    }

    .pe-sm-5 {
        padding-right: 57px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 4.75px !important
    }

    .pb-sm-2 {
        padding-bottom: 9.5px !important
    }

    .pb-sm-3 {
        padding-bottom: 19px !important
    }

    .pb-sm-4 {
        padding-bottom: 30.4px !important
    }

    .pb-sm-5 {
        padding-bottom: 57px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 4.75px !important
    }

    .ps-sm-2 {
        padding-left: 9.5px !important
    }

    .ps-sm-3 {
        padding-left: 19px !important
    }

    .ps-sm-4 {
        padding-left: 30.4px !important
    }

    .ps-sm-5 {
        padding-left: 57px !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: 4.75px !important
    }

    .gap-sm-2 {
        gap: 9.5px !important
    }

    .gap-sm-3 {
        gap: 19px !important
    }

    .gap-sm-4 {
        gap: 30.4px !important
    }

    .gap-sm-5 {
        gap: 57px !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: 4.75px !important
    }

    .row-gap-sm-2 {
        row-gap: 9.5px !important
    }

    .row-gap-sm-3 {
        row-gap: 19px !important
    }

    .row-gap-sm-4 {
        row-gap: 30.4px !important
    }

    .row-gap-sm-5 {
        row-gap: 57px !important
    }

    .column-gap-sm-0 {
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        column-gap: 4.75px !important
    }

    .column-gap-sm-2 {
        column-gap: 9.5px !important
    }

    .column-gap-sm-3 {
        column-gap: 19px !important
    }

    .column-gap-sm-4 {
        column-gap: 30.4px !important
    }

    .column-gap-sm-5 {
        column-gap: 57px !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .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
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 4.75px !important
    }

    .m-md-2 {
        margin: 9.5px !important
    }

    .m-md-3 {
        margin: 19px !important
    }

    .m-md-4 {
        margin: 30.4px !important
    }

    .m-md-5 {
        margin: 57px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 4.75px !important;
        margin-left: 4.75px !important
    }

    .mx-md-2 {
        margin-right: 9.5px !important;
        margin-left: 9.5px !important
    }

    .mx-md-3 {
        margin-right: 19px !important;
        margin-left: 19px !important
    }

    .mx-md-4 {
        margin-right: 30.4px !important;
        margin-left: 30.4px !important
    }

    .mx-md-5 {
        margin-right: 57px !important;
        margin-left: 57px !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: 4.75px !important;
        margin-bottom: 4.75px !important
    }

    .my-md-2 {
        margin-top: 9.5px !important;
        margin-bottom: 9.5px !important
    }

    .my-md-3 {
        margin-top: 19px !important;
        margin-bottom: 19px !important
    }

    .my-md-4 {
        margin-top: 30.4px !important;
        margin-bottom: 30.4px !important
    }

    .my-md-5 {
        margin-top: 57px !important;
        margin-bottom: 57px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 4.75px !important
    }

    .mt-md-2 {
        margin-top: 9.5px !important
    }

    .mt-md-3 {
        margin-top: 19px !important
    }

    .mt-md-4 {
        margin-top: 30.4px !important
    }

    .mt-md-5 {
        margin-top: 57px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 4.75px !important
    }

    .me-md-2 {
        margin-right: 9.5px !important
    }

    .me-md-3 {
        margin-right: 19px !important
    }

    .me-md-4 {
        margin-right: 30.4px !important
    }

    .me-md-5 {
        margin-right: 57px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 4.75px !important
    }

    .mb-md-2 {
        margin-bottom: 9.5px !important
    }

    .mb-md-3 {
        margin-bottom: 19px !important
    }

    .mb-md-4 {
        margin-bottom: 30.4px !important
    }

    .mb-md-5 {
        margin-bottom: 57px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 4.75px !important
    }

    .ms-md-2 {
        margin-left: 9.5px !important
    }

    .ms-md-3 {
        margin-left: 19px !important
    }

    .ms-md-4 {
        margin-left: 30.4px !important
    }

    .ms-md-5 {
        margin-left: 57px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 4.75px !important
    }

    .p-md-2 {
        padding: 9.5px !important
    }

    .p-md-3 {
        padding: 19px !important
    }

    .p-md-4 {
        padding: 30.4px !important
    }

    .p-md-5 {
        padding: 57px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 4.75px !important;
        padding-left: 4.75px !important
    }

    .px-md-2 {
        padding-right: 9.5px !important;
        padding-left: 9.5px !important
    }

    .px-md-3 {
        padding-right: 19px !important;
        padding-left: 19px !important
    }

    .px-md-4 {
        padding-right: 30.4px !important;
        padding-left: 30.4px !important
    }

    .px-md-5 {
        padding-right: 57px !important;
        padding-left: 57px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 4.75px !important;
        padding-bottom: 4.75px !important
    }

    .py-md-2 {
        padding-top: 9.5px !important;
        padding-bottom: 9.5px !important
    }

    .py-md-3 {
        padding-top: 19px !important;
        padding-bottom: 19px !important
    }

    .py-md-4 {
        padding-top: 30.4px !important;
        padding-bottom: 30.4px !important
    }

    .py-md-5 {
        padding-top: 57px !important;
        padding-bottom: 57px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 4.75px !important
    }

    .pt-md-2 {
        padding-top: 9.5px !important
    }

    .pt-md-3 {
        padding-top: 19px !important
    }

    .pt-md-4 {
        padding-top: 30.4px !important
    }

    .pt-md-5 {
        padding-top: 57px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 4.75px !important
    }

    .pe-md-2 {
        padding-right: 9.5px !important
    }

    .pe-md-3 {
        padding-right: 19px !important
    }

    .pe-md-4 {
        padding-right: 30.4px !important
    }

    .pe-md-5 {
        padding-right: 57px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 4.75px !important
    }

    .pb-md-2 {
        padding-bottom: 9.5px !important
    }

    .pb-md-3 {
        padding-bottom: 19px !important
    }

    .pb-md-4 {
        padding-bottom: 30.4px !important
    }

    .pb-md-5 {
        padding-bottom: 57px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 4.75px !important
    }

    .ps-md-2 {
        padding-left: 9.5px !important
    }

    .ps-md-3 {
        padding-left: 19px !important
    }

    .ps-md-4 {
        padding-left: 30.4px !important
    }

    .ps-md-5 {
        padding-left: 57px !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: 4.75px !important
    }

    .gap-md-2 {
        gap: 9.5px !important
    }

    .gap-md-3 {
        gap: 19px !important
    }

    .gap-md-4 {
        gap: 30.4px !important
    }

    .gap-md-5 {
        gap: 57px !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: 4.75px !important
    }

    .row-gap-md-2 {
        row-gap: 9.5px !important
    }

    .row-gap-md-3 {
        row-gap: 19px !important
    }

    .row-gap-md-4 {
        row-gap: 30.4px !important
    }

    .row-gap-md-5 {
        row-gap: 57px !important
    }

    .column-gap-md-0 {
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        column-gap: 4.75px !important
    }

    .column-gap-md-2 {
        column-gap: 9.5px !important
    }

    .column-gap-md-3 {
        column-gap: 19px !important
    }

    .column-gap-md-4 {
        column-gap: 30.4px !important
    }

    .column-gap-md-5 {
        column-gap: 57px !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .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
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 4.75px !important
    }

    .m-lg-2 {
        margin: 9.5px !important
    }

    .m-lg-3 {
        margin: 19px !important
    }

    .m-lg-4 {
        margin: 30.4px !important
    }

    .m-lg-5 {
        margin: 57px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 4.75px !important;
        margin-left: 4.75px !important
    }

    .mx-lg-2 {
        margin-right: 9.5px !important;
        margin-left: 9.5px !important
    }

    .mx-lg-3 {
        margin-right: 19px !important;
        margin-left: 19px !important
    }

    .mx-lg-4 {
        margin-right: 30.4px !important;
        margin-left: 30.4px !important
    }

    .mx-lg-5 {
        margin-right: 57px !important;
        margin-left: 57px !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: 4.75px !important;
        margin-bottom: 4.75px !important
    }

    .my-lg-2 {
        margin-top: 9.5px !important;
        margin-bottom: 9.5px !important
    }

    .my-lg-3 {
        margin-top: 19px !important;
        margin-bottom: 19px !important
    }

    .my-lg-4 {
        margin-top: 30.4px !important;
        margin-bottom: 30.4px !important
    }

    .my-lg-5 {
        margin-top: 57px !important;
        margin-bottom: 57px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 4.75px !important
    }

    .mt-lg-2 {
        margin-top: 9.5px !important
    }

    .mt-lg-3 {
        margin-top: 19px !important
    }

    .mt-lg-4 {
        margin-top: 30.4px !important
    }

    .mt-lg-5 {
        margin-top: 57px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 4.75px !important
    }

    .me-lg-2 {
        margin-right: 9.5px !important
    }

    .me-lg-3 {
        margin-right: 19px !important
    }

    .me-lg-4 {
        margin-right: 30.4px !important
    }

    .me-lg-5 {
        margin-right: 57px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 4.75px !important
    }

    .mb-lg-2 {
        margin-bottom: 9.5px !important
    }

    .mb-lg-3 {
        margin-bottom: 19px !important
    }

    .mb-lg-4 {
        margin-bottom: 30.4px !important
    }

    .mb-lg-5 {
        margin-bottom: 57px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 4.75px !important
    }

    .ms-lg-2 {
        margin-left: 9.5px !important
    }

    .ms-lg-3 {
        margin-left: 19px !important
    }

    .ms-lg-4 {
        margin-left: 30.4px !important
    }

    .ms-lg-5 {
        margin-left: 57px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 4.75px !important
    }

    .p-lg-2 {
        padding: 9.5px !important
    }

    .p-lg-3 {
        padding: 19px !important
    }

    .p-lg-4 {
        padding: 30.4px !important
    }

    .p-lg-5 {
        padding: 57px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 4.75px !important;
        padding-left: 4.75px !important
    }

    .px-lg-2 {
        padding-right: 9.5px !important;
        padding-left: 9.5px !important
    }

    .px-lg-3 {
        padding-right: 19px !important;
        padding-left: 19px !important
    }

    .px-lg-4 {
        padding-right: 30.4px !important;
        padding-left: 30.4px !important
    }

    .px-lg-5 {
        padding-right: 57px !important;
        padding-left: 57px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 4.75px !important;
        padding-bottom: 4.75px !important
    }

    .py-lg-2 {
        padding-top: 9.5px !important;
        padding-bottom: 9.5px !important
    }

    .py-lg-3 {
        padding-top: 19px !important;
        padding-bottom: 19px !important
    }

    .py-lg-4 {
        padding-top: 30.4px !important;
        padding-bottom: 30.4px !important
    }

    .py-lg-5 {
        padding-top: 57px !important;
        padding-bottom: 57px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 4.75px !important
    }

    .pt-lg-2 {
        padding-top: 9.5px !important
    }

    .pt-lg-3 {
        padding-top: 19px !important
    }

    .pt-lg-4 {
        padding-top: 30.4px !important
    }

    .pt-lg-5 {
        padding-top: 57px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 4.75px !important
    }

    .pe-lg-2 {
        padding-right: 9.5px !important
    }

    .pe-lg-3 {
        padding-right: 19px !important
    }

    .pe-lg-4 {
        padding-right: 30.4px !important
    }

    .pe-lg-5 {
        padding-right: 57px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 4.75px !important
    }

    .pb-lg-2 {
        padding-bottom: 9.5px !important
    }

    .pb-lg-3 {
        padding-bottom: 19px !important
    }

    .pb-lg-4 {
        padding-bottom: 30.4px !important
    }

    .pb-lg-5 {
        padding-bottom: 57px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 4.75px !important
    }

    .ps-lg-2 {
        padding-left: 9.5px !important
    }

    .ps-lg-3 {
        padding-left: 19px !important
    }

    .ps-lg-4 {
        padding-left: 30.4px !important
    }

    .ps-lg-5 {
        padding-left: 57px !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: 4.75px !important
    }

    .gap-lg-2 {
        gap: 9.5px !important
    }

    .gap-lg-3 {
        gap: 19px !important
    }

    .gap-lg-4 {
        gap: 30.4px !important
    }

    .gap-lg-5 {
        gap: 57px !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: 4.75px !important
    }

    .row-gap-lg-2 {
        row-gap: 9.5px !important
    }

    .row-gap-lg-3 {
        row-gap: 19px !important
    }

    .row-gap-lg-4 {
        row-gap: 30.4px !important
    }

    .row-gap-lg-5 {
        row-gap: 57px !important
    }

    .column-gap-lg-0 {
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        column-gap: 4.75px !important
    }

    .column-gap-lg-2 {
        column-gap: 9.5px !important
    }

    .column-gap-lg-3 {
        column-gap: 19px !important
    }

    .column-gap-lg-4 {
        column-gap: 30.4px !important
    }

    .column-gap-lg-5 {
        column-gap: 57px !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .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
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 4.75px !important
    }

    .m-xl-2 {
        margin: 9.5px !important
    }

    .m-xl-3 {
        margin: 19px !important
    }

    .m-xl-4 {
        margin: 30.4px !important
    }

    .m-xl-5 {
        margin: 57px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 4.75px !important;
        margin-left: 4.75px !important
    }

    .mx-xl-2 {
        margin-right: 9.5px !important;
        margin-left: 9.5px !important
    }

    .mx-xl-3 {
        margin-right: 19px !important;
        margin-left: 19px !important
    }

    .mx-xl-4 {
        margin-right: 30.4px !important;
        margin-left: 30.4px !important
    }

    .mx-xl-5 {
        margin-right: 57px !important;
        margin-left: 57px !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: 4.75px !important;
        margin-bottom: 4.75px !important
    }

    .my-xl-2 {
        margin-top: 9.5px !important;
        margin-bottom: 9.5px !important
    }

    .my-xl-3 {
        margin-top: 19px !important;
        margin-bottom: 19px !important
    }

    .my-xl-4 {
        margin-top: 30.4px !important;
        margin-bottom: 30.4px !important
    }

    .my-xl-5 {
        margin-top: 57px !important;
        margin-bottom: 57px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 4.75px !important
    }

    .mt-xl-2 {
        margin-top: 9.5px !important
    }

    .mt-xl-3 {
        margin-top: 19px !important
    }

    .mt-xl-4 {
        margin-top: 30.4px !important
    }

    .mt-xl-5 {
        margin-top: 57px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 4.75px !important
    }

    .me-xl-2 {
        margin-right: 9.5px !important
    }

    .me-xl-3 {
        margin-right: 19px !important
    }

    .me-xl-4 {
        margin-right: 30.4px !important
    }

    .me-xl-5 {
        margin-right: 57px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 4.75px !important
    }

    .mb-xl-2 {
        margin-bottom: 9.5px !important
    }

    .mb-xl-3 {
        margin-bottom: 19px !important
    }

    .mb-xl-4 {
        margin-bottom: 30.4px !important
    }

    .mb-xl-5 {
        margin-bottom: 57px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 4.75px !important
    }

    .ms-xl-2 {
        margin-left: 9.5px !important
    }

    .ms-xl-3 {
        margin-left: 19px !important
    }

    .ms-xl-4 {
        margin-left: 30.4px !important
    }

    .ms-xl-5 {
        margin-left: 57px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 4.75px !important
    }

    .p-xl-2 {
        padding: 9.5px !important
    }

    .p-xl-3 {
        padding: 19px !important
    }

    .p-xl-4 {
        padding: 30.4px !important
    }

    .p-xl-5 {
        padding: 57px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 4.75px !important;
        padding-left: 4.75px !important
    }

    .px-xl-2 {
        padding-right: 9.5px !important;
        padding-left: 9.5px !important
    }

    .px-xl-3 {
        padding-right: 19px !important;
        padding-left: 19px !important
    }

    .px-xl-4 {
        padding-right: 30.4px !important;
        padding-left: 30.4px !important
    }

    .px-xl-5 {
        padding-right: 57px !important;
        padding-left: 57px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 4.75px !important;
        padding-bottom: 4.75px !important
    }

    .py-xl-2 {
        padding-top: 9.5px !important;
        padding-bottom: 9.5px !important
    }

    .py-xl-3 {
        padding-top: 19px !important;
        padding-bottom: 19px !important
    }

    .py-xl-4 {
        padding-top: 30.4px !important;
        padding-bottom: 30.4px !important
    }

    .py-xl-5 {
        padding-top: 57px !important;
        padding-bottom: 57px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 4.75px !important
    }

    .pt-xl-2 {
        padding-top: 9.5px !important
    }

    .pt-xl-3 {
        padding-top: 19px !important
    }

    .pt-xl-4 {
        padding-top: 30.4px !important
    }

    .pt-xl-5 {
        padding-top: 57px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 4.75px !important
    }

    .pe-xl-2 {
        padding-right: 9.5px !important
    }

    .pe-xl-3 {
        padding-right: 19px !important
    }

    .pe-xl-4 {
        padding-right: 30.4px !important
    }

    .pe-xl-5 {
        padding-right: 57px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 4.75px !important
    }

    .pb-xl-2 {
        padding-bottom: 9.5px !important
    }

    .pb-xl-3 {
        padding-bottom: 19px !important
    }

    .pb-xl-4 {
        padding-bottom: 30.4px !important
    }

    .pb-xl-5 {
        padding-bottom: 57px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 4.75px !important
    }

    .ps-xl-2 {
        padding-left: 9.5px !important
    }

    .ps-xl-3 {
        padding-left: 19px !important
    }

    .ps-xl-4 {
        padding-left: 30.4px !important
    }

    .ps-xl-5 {
        padding-left: 57px !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: 4.75px !important
    }

    .gap-xl-2 {
        gap: 9.5px !important
    }

    .gap-xl-3 {
        gap: 19px !important
    }

    .gap-xl-4 {
        gap: 30.4px !important
    }

    .gap-xl-5 {
        gap: 57px !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: 4.75px !important
    }

    .row-gap-xl-2 {
        row-gap: 9.5px !important
    }

    .row-gap-xl-3 {
        row-gap: 19px !important
    }

    .row-gap-xl-4 {
        row-gap: 30.4px !important
    }

    .row-gap-xl-5 {
        row-gap: 57px !important
    }

    .column-gap-xl-0 {
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        column-gap: 4.75px !important
    }

    .column-gap-xl-2 {
        column-gap: 9.5px !important
    }

    .column-gap-xl-3 {
        column-gap: 19px !important
    }

    .column-gap-xl-4 {
        column-gap: 30.4px !important
    }

    .column-gap-xl-5 {
        column-gap: 57px !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .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
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 4.75px !important
    }

    .m-xxl-2 {
        margin: 9.5px !important
    }

    .m-xxl-3 {
        margin: 19px !important
    }

    .m-xxl-4 {
        margin: 30.4px !important
    }

    .m-xxl-5 {
        margin: 57px !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 4.75px !important;
        margin-left: 4.75px !important
    }

    .mx-xxl-2 {
        margin-right: 9.5px !important;
        margin-left: 9.5px !important
    }

    .mx-xxl-3 {
        margin-right: 19px !important;
        margin-left: 19px !important
    }

    .mx-xxl-4 {
        margin-right: 30.4px !important;
        margin-left: 30.4px !important
    }

    .mx-xxl-5 {
        margin-right: 57px !important;
        margin-left: 57px !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: 4.75px !important;
        margin-bottom: 4.75px !important
    }

    .my-xxl-2 {
        margin-top: 9.5px !important;
        margin-bottom: 9.5px !important
    }

    .my-xxl-3 {
        margin-top: 19px !important;
        margin-bottom: 19px !important
    }

    .my-xxl-4 {
        margin-top: 30.4px !important;
        margin-bottom: 30.4px !important
    }

    .my-xxl-5 {
        margin-top: 57px !important;
        margin-bottom: 57px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 4.75px !important
    }

    .mt-xxl-2 {
        margin-top: 9.5px !important
    }

    .mt-xxl-3 {
        margin-top: 19px !important
    }

    .mt-xxl-4 {
        margin-top: 30.4px !important
    }

    .mt-xxl-5 {
        margin-top: 57px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 4.75px !important
    }

    .me-xxl-2 {
        margin-right: 9.5px !important
    }

    .me-xxl-3 {
        margin-right: 19px !important
    }

    .me-xxl-4 {
        margin-right: 30.4px !important
    }

    .me-xxl-5 {
        margin-right: 57px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 4.75px !important
    }

    .mb-xxl-2 {
        margin-bottom: 9.5px !important
    }

    .mb-xxl-3 {
        margin-bottom: 19px !important
    }

    .mb-xxl-4 {
        margin-bottom: 30.4px !important
    }

    .mb-xxl-5 {
        margin-bottom: 57px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 4.75px !important
    }

    .ms-xxl-2 {
        margin-left: 9.5px !important
    }

    .ms-xxl-3 {
        margin-left: 19px !important
    }

    .ms-xxl-4 {
        margin-left: 30.4px !important
    }

    .ms-xxl-5 {
        margin-left: 57px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 4.75px !important
    }

    .p-xxl-2 {
        padding: 9.5px !important
    }

    .p-xxl-3 {
        padding: 19px !important
    }

    .p-xxl-4 {
        padding: 30.4px !important
    }

    .p-xxl-5 {
        padding: 57px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 4.75px !important;
        padding-left: 4.75px !important
    }

    .px-xxl-2 {
        padding-right: 9.5px !important;
        padding-left: 9.5px !important
    }

    .px-xxl-3 {
        padding-right: 19px !important;
        padding-left: 19px !important
    }

    .px-xxl-4 {
        padding-right: 30.4px !important;
        padding-left: 30.4px !important
    }

    .px-xxl-5 {
        padding-right: 57px !important;
        padding-left: 57px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 4.75px !important;
        padding-bottom: 4.75px !important
    }

    .py-xxl-2 {
        padding-top: 9.5px !important;
        padding-bottom: 9.5px !important
    }

    .py-xxl-3 {
        padding-top: 19px !important;
        padding-bottom: 19px !important
    }

    .py-xxl-4 {
        padding-top: 30.4px !important;
        padding-bottom: 30.4px !important
    }

    .py-xxl-5 {
        padding-top: 57px !important;
        padding-bottom: 57px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 4.75px !important
    }

    .pt-xxl-2 {
        padding-top: 9.5px !important
    }

    .pt-xxl-3 {
        padding-top: 19px !important
    }

    .pt-xxl-4 {
        padding-top: 30.4px !important
    }

    .pt-xxl-5 {
        padding-top: 57px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 4.75px !important
    }

    .pe-xxl-2 {
        padding-right: 9.5px !important
    }

    .pe-xxl-3 {
        padding-right: 19px !important
    }

    .pe-xxl-4 {
        padding-right: 30.4px !important
    }

    .pe-xxl-5 {
        padding-right: 57px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 4.75px !important
    }

    .pb-xxl-2 {
        padding-bottom: 9.5px !important
    }

    .pb-xxl-3 {
        padding-bottom: 19px !important
    }

    .pb-xxl-4 {
        padding-bottom: 30.4px !important
    }

    .pb-xxl-5 {
        padding-bottom: 57px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 4.75px !important
    }

    .ps-xxl-2 {
        padding-left: 9.5px !important
    }

    .ps-xxl-3 {
        padding-left: 19px !important
    }

    .ps-xxl-4 {
        padding-left: 30.4px !important
    }

    .ps-xxl-5 {
        padding-left: 57px !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: 4.75px !important
    }

    .gap-xxl-2 {
        gap: 9.5px !important
    }

    .gap-xxl-3 {
        gap: 19px !important
    }

    .gap-xxl-4 {
        gap: 30.4px !important
    }

    .gap-xxl-5 {
        gap: 57px !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: 4.75px !important
    }

    .row-gap-xxl-2 {
        row-gap: 9.5px !important
    }

    .row-gap-xxl-3 {
        row-gap: 19px !important
    }

    .row-gap-xxl-4 {
        row-gap: 30.4px !important
    }

    .row-gap-xxl-5 {
        row-gap: 57px !important
    }

    .column-gap-xxl-0 {
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        column-gap: 4.75px !important
    }

    .column-gap-xxl-2 {
        column-gap: 9.5px !important
    }

    .column-gap-xxl-3 {
        column-gap: 19px !important
    }

    .column-gap-xxl-4 {
        column-gap: 30.4px !important
    }

    .column-gap-xxl-5 {
        column-gap: 57px !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-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
    }
}

.card-service {
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .card-service a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        border-radius: 28px;
        border: 3px solid #E2E4E9;
        position: relative;
        z-index: 1
    }

        .card-service a:hover:before {
            height: 130%
        }

        .card-service a:hover:after {
            opacity: 1
        }

        .card-service a:hover figure {
            filter: blur(14px);
            transform: scale(1.2) translateY(-5px);
            transition: .3s cubic-bezier(.34,1.56,.64,1)
        }

        .card-service a:hover .btn {
            width: 52px;
            height: 52px;
            transform: rotate(0)
        }

        .card-service a:hover .front .info {
            transform: translateY(-67px);
            opacity: 0
        }

        .card-service a:hover .front .noto-font {
            font-family: "Noto Serif",serif
        }

        .card-service a:hover .detail .info {
            transform: translateY(0);
            opacity: 1;
            text-decoration: 1px underline
        }

        .card-service a:before, .card-service a:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            transition: .5s cubic-bezier(.34,1.56,.64,1)
        }

        .card-service a:after {
            z-index: 2;
            opacity: 0
        }

        .card-service a figure {
            width: 100%;
            height: 100%;
            transition: .3s ease;
            margin-bottom: 0 !important
        }

            .card-service a figure img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover
            }

        .card-service a .btn {
            width: 35px;
            height: 35px;
            position: absolute;
            bottom: 15px;
            right: 15px;
            z-index: 10;
            transform: rotate(-45deg);
            transition: transform .3s cubic-bezier(.34,1.56,.64,1),width .3s cubic-bezier(.34,1.56,.64,1),height .3s cubic-bezier(.34,1.56,.64,1);
            padding: 0
        }

            .card-service a .btn img {
                width: 100%;
                height: 100%;
                display: block
            }

        .card-service a .front, .card-service a .detail {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            padding: 20px 24px
        }

            .card-service a .front *, .card-service a .detail * {
                line-height: 1.2
            }

            .card-service a .front .info, .card-service a .detail .info {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                transition: .5s cubic-bezier(.34,1.56,.64,1)
            }

        .card-service a .front {
            z-index: 2
        }

            .card-service a .front .info {
                justify-content: flex-end;
                gap: 6px;
                transform: translateY(0);
                opacity: 1
            }

                .card-service a .front .info span {
                    font-family: Noto Sans Armenian,sans-serif;
                    font-weight: 900
                }

        .card-service a .detail {
            z-index: 3
        }

            .card-service a .detail .info {
                width: 100%;
                max-width: 294px;
                justify-content: center;
                gap: 18px;
                transform: translateY(220px);
                opacity: 0
            }

    .card-service.red a:before {
        background-image: linear-gradient(to bottom,#f7535200,#c91515)
    }

    .card-service.red a:after {
        background-image: linear-gradient(to bottom,#f75352,#c91515)
    }

    .card-service.orange a:before {
        background-image: linear-gradient(to bottom,#fb772700,#cb5710)
    }

    .card-service.orange a:after {
        background-image: linear-gradient(to bottom,#fb7727,#cb5710)
    }

    .card-service.blue a:before {
        background-image: linear-gradient(to bottom,#32c9de00,#1697a9)
    }

    .card-service.blue a:after {
        background-image: linear-gradient(to bottom,#32c9de,#1697a9)
    }

    .card-service.green a:before {
        background-image: linear-gradient(to bottom,#51d46600,#1f9532)
    }

    .card-service.green a:after {
        background-image: linear-gradient(to bottom,#51d466,#1f9532)
    }

    .card-service.purple a:before {
        background-image: linear-gradient(to bottom,#b827fb00,#b827fb)
    }

    .card-service.purple a:after {
        background-image: linear-gradient(to bottom,#b827fb,#b827fb)
    }

.card-salary a {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    border-radius: 23px;
    padding: 29px 18px;
    border: 1px solid #E2E4E9;
    display: flex;
    align-items: center;
    gap: 19px
}

    .card-salary a figure {
        width: 50px;
        margin-bottom: 0
    }

        .card-salary a figure img {
            width: 100%;
            display: block
        }

.card-job {
    display: flex;
    border-radius: 28px;
    overflow: hidden;
    text-decoration: none;
    color: #000
}

    .card-job .job-image {
        flex-shrink: 0
    }

    .card-job img {
        border-radius: 28px 0 0 28px;
        max-width: 245px;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .card-job .job-details {
        border: 1px solid #CDD0D5;
        border-start-end-radius: 28px;
        border-end-end-radius: 28px;
        border-left: none;
        padding: 16px 24px 4px
    }

        .card-job .job-details .job-type {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center
        }

        .card-job .job-details .job-title {
            font-size: 21px;
            font-weight: 900;
            margin-bottom: 10px
        }

        .card-job .job-details .job-btn-list {
            margin-bottom: 45px
        }

        .card-job .job-details .date-list {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap
        }

            .card-job .job-details .date-list .amount {
                font-size: 28px;
                font-weight: 900
            }

        .card-job .job-details p {
            margin-bottom: 10px
        }

    .card-job:hover {
        background-color: #fef7ec
    }

        .card-job:hover .job-title {
            text-decoration: underline;
            text-decoration-color: #ff8202;
            text-decoration-thickness: 2px;
            text-underline-offset: 2px;
            color: #ff8202;
            transition: text-decoration .3s ease-in-out
        }

.card-bnr {
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(to bottom,#ff81029a,#ff81029a),url(/assets/assets/card-bg-DKX5XFr8.png);
    background-size: cover;
    color: #fff;
    border-radius: 28px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .card-bnr .btn {
        margin-top: auto
    }

.card-note {
    width: 100%;
    max-width: 740px;
    background-color: #fef7ec;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid #FFE1C2
}

    .card-note .title {
        margin-bottom: 10px
    }

    .card-note .content p {
        font-weight: 700
    }

.card-orange {
    padding: 24px;
    margin-bottom: 24px;
    background-color: #fef7ec;
    border-radius: 28px
}

    .card-orange .h6 {
        margin-bottom: 12px;
        font-weight: 900
    }

.card-blog {
    display: block;
    text-decoration: none;
    color: #000
}

    .card-blog figure {
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 20px
    }

        .card-blog figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center
        }

    .card-blog .blog-content h3, .card-blog .blog-content .h3 {
        font-size: 24px;
        margin-bottom: 20px
    }

@media (max-width: 575.98px) {
    .card-service a {
        aspect-ratio: 350/145
    }

        .card-service a:after {
            display: none
        }

        .card-service a:hover:before {
            height: 100%
        }

        .card-service a:hover .front .info {
            transform: translateY(0);
            opacity: 1
        }

        .card-service a:hover .detail .info {
            display: none
        }

        .card-service a:hover .detail .btn {
            width: 35px;
            height: 35px;
            transform: rotate(-45deg)
        }

        .card-service a:hover figure {
            filter: none;
            transform: scale(1) translateY(0)
        }
}

@media (max-width: 991.98px) {
    .card-job {
        flex-direction: column;
        border: 2px solid #FF8202
    }

        .card-job .job-details .job-btn-list {
            margin-bottom: 20px
        }

        .card-job img {
            border-radius: 28px 28px 0 0;
            width: 100%;
            max-width: 100%;
            object-fit: cover;
            object-position: center;
            aspect-ratio: 2/1;
            min-height: 193px;
            height: auto
        }

        .card-job .job-details {
            border-radius: 0 0 28px 28px;
            border-left: none;
            border-top: none;
            padding: 24px;
            width: 100%;
            border: none
        }

            .card-job .job-details .job-btn-list, .card-job .job-details .job-title {
                margin-bottom: 10px
            }

            .card-job .job-details .date-list .job-date {
                margin-bottom: 0
            }

            .card-job .job-details .date-list .amount {
                font-size: 28px;
                font-weight: 900;
                margin-bottom: 0
            }

            .card-job .job-details p {
                font-size: 14px
            }
}

.pagination-wrapper {
    margin-top: 58px
}

    .pagination-wrapper .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px
    }

        .pagination-wrapper .pagination li {
            border-radius: 6px;
            border: 1px solid #E2E4E9;
            color: #525866;
            text-decoration: none;
            background-color: #fff
        }

            .pagination-wrapper .pagination li a {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                width: 32px;
                height: 32px;
                letter-spacing: normal
            }

            .pagination-wrapper .pagination li:hover, .pagination-wrapper .pagination li.active {
                background-color: #f6f8fa
            }

                .pagination-wrapper .pagination li:hover a, .pagination-wrapper .pagination li.active a {
                    color: #0a0d14
                }

@media (max-width: 767.98px) {
    .pagination-wrapper {
        margin-top: 86px
    }

        .pagination-wrapper .pagination {
            gap: 4px
        }
}

#profile-job-type {
    margin-bottom: 109px;
    margin-top: 36px
}

    #profile-job-type #profile-job-type-section {
        width: 100%
    }

    #profile-job-type .user-basic-info-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 24px
    }

    #profile-job-type .user-basic-info {
        display: flex;
        align-items: center
    }

    #profile-job-type input[type=text], #profile-job-type input[type=password], #profile-job-type select {
        border-radius: 10px
    }

    #profile-job-type .form-check {
        justify-content: flex-start
    }

        #profile-job-type .form-check.col:not(:last-child) {
            margin-bottom: 6px
        }

        #profile-job-type .form-check .form-check-label {
            margin-left: 12px;
            margin-right: 12px;
            font-weight: 700;
            line-height: normal
        }

    #profile-job-type .form-check-group {
        display: flex;
        flex-wrap: wrap
    }

        #profile-job-type .form-check-group .form-check:not(:last-child) {
            margin-right: 12px;
            margin-bottom: 0
        }

        #profile-job-type .form-check-group .form-check .form-check-label {
            margin-left: 6px
        }

    #profile-job-type .address-input {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px
    }

        #profile-job-type .address-input .form-group {
            margin-bottom: 0
        }

    #profile-job-type .address-code {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px
    }

        #profile-job-type .address-code a {
            font-size: 14px
        }

            #profile-job-type .address-code a.btn {
                border-radius: 6px
            }

    #profile-job-type .profile-register p {
        font-size: 28px;
        font-weight: 900;
        color: #000
    }

    #profile-job-type .btn-wrapper-group {
        display: flex;
        justify-content: space-between;
        margin-top: 26px
    }

        #profile-job-type .btn-wrapper-group .btn {
            font-size: 18px;
            padding: 14px 48px
        }

    #profile-job-type .profile-title {
        margin-bottom: 12px;
        font-weight: 900;
        color: #ff8202
    }

        #profile-job-type .profile-title h2, #profile-job-type .profile-title .h2 {
            font-weight: 900;
            font-size: 28px;
            color: #0a0d14
        }

        #profile-job-type .profile-title a {
            text-decoration: underline;
            font-weight: 700;
            text-decoration-thickness: .5px;
            color: #ff8202
        }

    #profile-job-type .profile-wrapper {
        width: 100%;
        max-width: 799px
    }

        #profile-job-type .profile-wrapper .profile-tab {
            margin-bottom: 17px;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

            #profile-job-type .profile-wrapper .profile-tab > a {
                font-weight: 900;
                color: #ff8202;
                font-size: 21px;
                margin-left: auto;
                display: block
            }

            #profile-job-type .profile-wrapper .profile-tab .profile-type {
                padding: 4px;
                background-color: #f6f8fa;
                max-width: 412px;
                width: 100%;
                display: flex;
                justify-content: space-between;
                gap: 4px
            }

                #profile-job-type .profile-wrapper .profile-tab .profile-type a {
                    text-decoration: none;
                    font-size: 14px;
                    max-width: 200px;
                    width: 100%
                }

                #profile-job-type .profile-wrapper .profile-tab .profile-type .btn {
                    border-radius: 6px;
                    color: #525866;
                    width: 100%
                }

                    #profile-job-type .profile-wrapper .profile-tab .profile-type .btn.active {
                        background-color: #ff8202;
                        color: #fff
                    }

        #profile-job-type .profile-wrapper .profile-content-wrapper {
            background-color: #f6f8fa;
            border-radius: 15px;
            padding: 20px 29px
        }

        #profile-job-type .profile-wrapper .profile-block-wrapper:not(:last-child) {
            margin-bottom: 32px
        }

        #profile-job-type .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info {
            padding: 24px;
            border: 1px solid #FFE1C2;
            background-color: #fff;
            border-radius: 28px;
            margin-bottom: 24px
        }

            #profile-job-type .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-job-type .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5 {
                font-size: 18px;
                font-weight: 700;
                color: #0a0d14;
                margin-bottom: 6px
            }

            #profile-job-type .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p {
                font-weight: 700;
                font-size: 18px;
                margin-bottom: 0
            }

            #profile-job-type .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input {
                border-color: #e2e4e9
            }

            #profile-job-type .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm {
                font-size: 12px;
                font-weight: 700
            }

            #profile-job-type .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label {
                cursor: pointer;
                padding: 24px 25px;
                border: 1px dashed #CDD0D5;
                border-radius: 16px
            }

                #profile-job-type .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text {
                    font-size: 16px;
                    font-weight: 400;
                    color: #616161;
                    font-family: Urbanist,sans-serif
                }

        #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul {
            counter-reset: question-counter
        }

            #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span {
                    display: block
                }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before {
                        content: "1." counter(question-counter) " "
                    }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul {
            counter-reset: question-counter
        }

            #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span {
                    display: block
                }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before {
                        content: "2." counter(question-counter) " "
                    }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul {
            counter-reset: question-counter
        }

            #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span {
                    display: block
                }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before {
                        content: "3." counter(question-counter) " "
                    }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul {
            counter-reset: question-counter
        }

            #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span {
                    display: block
                }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before {
                        content: "4." counter(question-counter) " "
                    }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul {
            counter-reset: question-counter
        }

            #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span {
                    display: block
                }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before {
                        content: "5." counter(question-counter) " "
                    }

                    #profile-job-type .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-job-type .profile-wrapper .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child {
            margin-bottom: 0
        }

@media (max-width: 991.98px) {
    #profile-job-type {
        margin-bottom: 91px;
        margin-top: 44px
    }
}

@media (max-width: 767.98px) {
    #profile-job-type {
        margin-bottom: 60px;
        margin-top: 24px
    }

        #profile-job-type .user-basic-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start
        }
}

@media (max-width: 575.98px) {
    #profile-job-type {
        margin-bottom: 60px;
        margin-top: 24px
    }

        #profile-job-type .profile-wrapper .profile-content-wrapper {
            padding: 20px
        }

        #profile-job-type .profile-wrapper .profile-tab {
            margin-bottom: 17px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center
        }

            #profile-job-type .profile-wrapper .profile-tab > a {
                font-weight: 900;
                color: #ff8202;
                font-size: 21px;
                margin-left: auto;
                margin-top: 31px;
                display: block
            }

            #profile-job-type .profile-wrapper .profile-tab .profile-type {
                max-width: 100%
            }

                #profile-job-type .profile-wrapper .profile-tab .profile-type a {
                    max-width: 50%
                }

        #profile-job-type .address-code {
            display: flex;
            flex-direction: column;
            align-items: flex-start
        }

            #profile-job-type .address-code a:not(:last-child) {
                margin-bottom: 12px
            }

        #profile-job-type .btn-wrapper-group {
            margin-top: 14px
        }
}

#fill-registration-data {
    margin-bottom: 121px;
    margin-top: 36px
}

    #fill-registration-data #fill-registration-data-section {
        max-width: 868px;
        width: 100%
    }

    #fill-registration-data .user-basic-info-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 24px
    }

    #fill-registration-data .user-basic-info {
        display: flex;
        align-items: center
    }

    #fill-registration-data input[type=text], #fill-registration-data input[type=password], #fill-registration-data select {
        border-radius: 10px
    }

    #fill-registration-data .form-check {
        justify-content: flex-start
    }

        #fill-registration-data .form-check.col:not(:last-child) {
            margin-bottom: 6px
        }

        #fill-registration-data .form-check .form-check-label {
            margin-left: 12px;
            margin-right: 12px;
            font-weight: 700
        }

    #fill-registration-data .form-check-group {
        display: flex;
        flex-wrap: wrap
    }

        #fill-registration-data .form-check-group .form-check:not(:last-child) {
            margin-right: 12px;
            margin-bottom: 0
        }

        #fill-registration-data .form-check-group .form-check .form-check-label {
            margin-left: 4px
        }

    #fill-registration-data .address-input {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px
    }

        #fill-registration-data .address-input .form-group {
            margin-bottom: 0
        }

    #fill-registration-data .address-code {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px
    }

        #fill-registration-data .address-code a {
            font-size: 14px
        }

            #fill-registration-data .address-code a.btn {
                border-radius: 6px
            }

    #fill-registration-data .profile-register p {
        font-size: 28px;
        font-weight: 900;
        color: #000
    }

    #fill-registration-data .btn-confirm-wrapper-group {
        margin-top: 35px
    }

        #fill-registration-data .btn-confirm-wrapper-group .btn {
            font-size: 18px;
            padding: 14px 30px;
            line-height: normal
        }

    #fill-registration-data .profile-title {
        margin-bottom: 12px;
        font-weight: 900;
        color: #ff8202
    }

        #fill-registration-data .profile-title h2, #fill-registration-data .profile-title .h2 {
            font-weight: 900;
            font-size: 28px;
            color: #0a0d14
        }

        #fill-registration-data .profile-title a {
            text-decoration: underline;
            font-weight: 700;
            text-decoration-thickness: .5px;
            color: #ff8202
        }

    #fill-registration-data .profile-wrapper {
        width: 100%;
        max-width: 868px
    }

        #fill-registration-data .profile-wrapper .profile-content-wrapper {
            background-color: #f6f8fa;
            border-radius: 15px;
            padding: 20px 29px
        }

        #fill-registration-data .profile-wrapper .profile-block-wrapper:not(:last-child) {
            margin-bottom: 32px
        }

        #fill-registration-data .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info {
            padding: 24px;
            border: 1px solid #FFE1C2;
            background-color: #fff;
            border-radius: 28px;
            margin-bottom: 24px
        }

            #fill-registration-data .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #fill-registration-data .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5 {
                font-size: 21px;
                font-weight: 900;
                color: #0a0d14;
                margin-bottom: 0
            }

            #fill-registration-data .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p {
                font-weight: 700;
                font-size: 18px;
                margin-bottom: 0
            }

            #fill-registration-data .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input {
                border-color: #e2e4e9
            }

            #fill-registration-data .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm {
                font-size: 12px;
                font-weight: 700
            }

            #fill-registration-data .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label {
                cursor: pointer;
                padding: 24px 25px;
                border: 1px dashed #CDD0D5;
                border-radius: 16px
            }

                #fill-registration-data .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text {
                    font-size: 16px;
                    font-weight: 400;
                    color: #616161;
                    font-family: Urbanist,sans-serif
                }

        #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul {
            counter-reset: question-counter
        }

            #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span {
                    display: block
                }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before {
                        content: "1." counter(question-counter) " "
                    }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul {
            counter-reset: question-counter
        }

            #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span {
                    display: block
                }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before {
                        content: "2." counter(question-counter) " "
                    }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul {
            counter-reset: question-counter
        }

            #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span {
                    display: block
                }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before {
                        content: "3." counter(question-counter) " "
                    }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul {
            counter-reset: question-counter
        }

            #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span {
                    display: block
                }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before {
                        content: "4." counter(question-counter) " "
                    }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul {
            counter-reset: question-counter
        }

            #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span {
                    display: block
                }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before {
                        content: "5." counter(question-counter) " "
                    }

                    #fill-registration-data .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #fill-registration-data .profile-wrapper .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child {
            margin-bottom: 0
        }

@media (max-width: 991.98px) {
    #fill-registration-data {
        margin-bottom: 91px;
        margin-top: 44px
    }
}

@media (max-width: 767.98px) {
    #fill-registration-data {
        margin-bottom: 60px;
        margin-top: 24px
    }

        #fill-registration-data .user-basic-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start
        }
}

@media (max-width: 575.98px) {
    #fill-registration-data {
        margin-bottom: 60px;
        margin-top: 24px
    }

        #fill-registration-data .profile-wrapper .profile-content-wrapper {
            padding: 20px
        }

        #fill-registration-data .address-code {
            display: flex;
            flex-direction: column;
            align-items: flex-start
        }

            #fill-registration-data .address-code a:not(:last-child) {
                margin-bottom: 12px
            }

        #fill-registration-data .btn-confirm-wrapper-group {
            margin-top: 14px
        }
}

#lgc-secdetail {
    margin-bottom: 74px;
    margin-top: 22px
}

    #lgc-secdetail .state-error {
        font-weight: 700
    }

    #lgc-secdetail .lgc-secdetail-title {
        margin-bottom: 12px;
        display: flex;
        justify-content: space-between;
        font-weight: 900;
        color: #ff8202;
        max-width: 810px;
        width: 100%
    }

        #lgc-secdetail .lgc-secdetail-title h2, #lgc-secdetail .lgc-secdetail-title .h2 {
            font-weight: 900;
            font-size: 28px;
            color: #0a0d14
        }

        #lgc-secdetail .lgc-secdetail-title a {
            text-decoration: underline;
            font-weight: 700;
            text-decoration-thickness: .5px;
            color: #ff8202
        }

    #lgc-secdetail .lgc-secdetail-wrapper {
        width: 100%
    }

        #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-content-wrapper {
            border-radius: 15px;
            padding: 0 0 20px
        }

        #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper:not(:last-child) {
            margin-bottom: 32px
        }

        #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block.border-frame {
            border: 1px solid #FFE1C2;
            border-radius: 28px;
            padding: 24px
        }

        #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-block-title h3, #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-block-title .h3 {
            font-size: 28px;
            color: #0a0d14;
            font-weight: 900;
            margin-bottom: 12px
        }

        #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-block-title h4, #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-block-title .h4 {
            font-size: 21px;
            font-weight: 900;
            color: #0a0d14;
            margin-bottom: 12px
        }

        #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-inner-wrapper .lgc-secdetail-detail-info {
            padding: 24px;
            border: 1px solid #E2E4E9;
            border-radius: 28px;
            margin-bottom: 24px
        }

            #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-inner-wrapper .lgc-secdetail-detail-info.border-primary {
                border: 1px solid #FFE1C2
            }

            #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-inner-wrapper .lgc-secdetail-detail-info.pdf-icon {
                position: relative
            }

                #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-inner-wrapper .lgc-secdetail-detail-info.pdf-icon:before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    background-image: url(/assets/assets/pdf-icon-C4dZBmzi.svg);
                    background-size: cover
                }

                #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-inner-wrapper .lgc-secdetail-detail-info.pdf-icon .lgc-secdetail-detail-content {
                    padding-left: 66px
                }

            #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-inner-wrapper .lgc-secdetail-detail-info .lgc-secdetail-detail-content h5, #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-inner-wrapper .lgc-secdetail-detail-info .lgc-secdetail-detail-content .h5 {
                font-size: 21px;
                font-weight: 900;
                color: #0a0d14;
                margin-bottom: 12px
            }

            #lgc-secdetail .lgc-secdetail-wrapper .lgc-secdetail-block-wrapper .lgc-secdetail-block .lgc-secdetail-inner-wrapper .lgc-secdetail-detail-info .lgc-secdetail-detail-content p {
                font-weight: 700;
                font-size: 18px;
                margin-bottom: 0
            }

@media (max-width: 991.98px) {
    #lgc-secdetail {
        margin-top: 20px
    }
}

#what-is-medipo {
    margin-bottom: 81px;
    margin-top: 22px
}

    #what-is-medipo .img1 {
        max-width: 383px;
        width: 100%
    }

    #what-is-medipo .img2 {
        max-width: 218px;
        width: 100%
    }

    #what-is-medipo .row:first-child {
        margin-bottom: 167px
    }

    #what-is-medipo p {
        margin-bottom: 10px
    }

    #what-is-medipo a {
        color: #000
    }

@media (max-width: 991.98px) {
    #what-is-medipo .wimedipo-block {
        margin-bottom: 72px
    }

    #what-is-medipo .row:first-child {
        margin-bottom: 104px
    }
}

#points-exchange {
    margin-bottom: 81px;
    margin-top: 22px
}

    #points-exchange .btn {
        position: relative
    }

        #points-exchange .btn.arrow:after {
            content: "";
            display: inline-block;
            margin-left: 8px;
            width: 12px;
            height: 12px;
            vertical-align: middle;
            background: url("data:image/svg+xml,%3csvg%20width='7'%20height='10'%20viewBox='0%200%207%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.29844%204.99924L0.585938%201.28674L1.64644%200.226238L6.41944%204.99924L1.64644%209.77224L0.585938%208.71174L4.29844%204.99924Z'%20fill='%23FF8202'/%3e%3c/svg%3e") no-repeat center center;
            background-size: contain
        }

        #points-exchange .btn.p-letter:after {
            content: "";
            display: inline-block;
            margin-left: 8px;
            width: 12px;
            height: 12px;
            vertical-align: middle;
            background: url("data:image/svg+xml,%3csvg%20width='15'%20height='20'%20viewBox='0%200%2015%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.703125%200.549999H8.05313C9.72399%200.549999%2011.3264%201.21375%2012.5079%202.39523C13.6894%203.57671%2014.3531%205.17914%2014.3531%206.85C14.3531%208.52086%2013.6894%2010.1233%2012.5079%2011.3048C11.3264%2012.4863%209.72399%2013.15%208.05313%2013.15H4.90313V19.45H0.703125V0.549999ZM4.90313%204.75V8.95H8.05313C8.61008%208.95%209.14422%208.72875%209.53805%208.33492C9.93188%207.9411%2010.1531%207.40695%2010.1531%206.85C10.1531%206.29305%209.93188%205.7589%209.53805%205.36508C9.14422%204.97125%208.61008%204.75%208.05313%204.75H4.90313Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center center;
            background-size: contain
        }

        #points-exchange .btn.double-arrow:after {
            content: "";
            display: inline-block;
            margin-left: 8px;
            width: 12px;
            height: 12px;
            vertical-align: middle;
            background: url("data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0375%208.0375L13.75%2011.75L10.0375%2015.4625L8.977%2014.402L10.879%2012.4992L1%2012.5V11H10.879L8.977%209.098L10.0375%208.0375ZM3.9625%200.537498L5.023%201.598L3.121%203.5H13V5H3.121L5.023%206.902L3.9625%207.9625L0.25%204.25L3.9625%200.537498Z'%20fill='%23FF8202'/%3e%3c/svg%3e") no-repeat center center;
            background-size: contain
        }

    #points-exchange .point-title {
        margin-bottom: 12px;
        display: flex;
        justify-content: space-between;
        font-weight: 900;
        color: #ff8202
    }

        #points-exchange .point-title h2, #points-exchange .point-title .h2 {
            font-weight: 900;
            font-size: 28px;
            color: #0a0d14
        }

        #points-exchange .point-title a {
            text-decoration: underline;
            font-weight: 700;
            text-decoration-thickness: .5px;
            color: #ff8202
        }

    #points-exchange .point-aside {
        max-width: 288px;
        width: 100%;
        margin-top: 96px
    }

        #points-exchange .point-aside img {
            max-width: 117px;
            width: 100%;
            height: auto
        }

        #points-exchange .point-aside #profileName {
            font-size: 28px;
            font-weight: 900;
            color: #0a0d14
        }

        #points-exchange .point-aside #profileCode {
            font-size: 18px;
            font-weight: 700;
            color: #0a0d14;
            margin-bottom: 23px
        }

        #points-exchange .point-aside .point {
            font-size: 24px;
            font-weight: 700;
            color: #0a0d14
        }

    #points-exchange .point-wrapper {
        width: 100%
    }

        #points-exchange .point-wrapper .point-tab {
            max-width: 412px;
            background-color: #f6f8fa;
            padding: 4px;
            margin-bottom: 17px
        }

            #points-exchange .point-wrapper .point-tab .point-type {
                display: flex;
                justify-content: space-between;
                gap: 4px
            }

                #points-exchange .point-wrapper .point-tab .point-type a {
                    text-decoration: none;
                    font-size: 14px;
                    max-width: 200px;
                    width: 100%
                }

                #points-exchange .point-wrapper .point-tab .point-type .btn {
                    border-radius: 6px;
                    color: #525866;
                    width: 100%
                }

        #points-exchange .point-wrapper .point-content-wrapper {
            border-radius: 15px;
            padding: 20px 0
        }

        #points-exchange .point-wrapper .point-block-wrapper:not(:last-child) {
            margin-bottom: 32px
        }

        #points-exchange .point-wrapper .point-block-wrapper .point-block .point-detail-info-wrapper .point-detail-info {
            padding: 24px;
            border: 1px solid #FFE1C2;
            background-color: #fef7ec;
            border-radius: 28px;
            margin-bottom: 24px
        }

            #points-exchange .point-wrapper .point-block-wrapper .point-block .point-detail-info-wrapper .point-detail-info .point-detail-content h5, #points-exchange .point-wrapper .point-block-wrapper .point-block .point-detail-info-wrapper .point-detail-info .point-detail-content .h5 {
                font-size: 21px;
                font-weight: 900;
                color: #0a0d14;
                margin-bottom: 12px
            }

            #points-exchange .point-wrapper .point-block-wrapper .point-block .point-detail-info-wrapper .point-detail-info .point-detail-content p {
                font-weight: 700;
                font-size: 18px;
                margin-bottom: 0
            }

@media (max-width: 991.98px) {
    #points-exchange {
        margin-bottom: 30px;
        margin-top: 44px
    }

        #points-exchange .point-aside {
            margin-top: 0
        }
}

#profile-basic, #profile-information, #profile-basic-edit, #profile-information-edit {
    margin-bottom: 121px;
    margin-top: 36px
}

    #profile-basic input[type=text], #profile-basic input[type=password], #profile-basic select, #profile-information input[type=text], #profile-information input[type=password], #profile-information select, #profile-basic-edit input[type=text], #profile-basic-edit input[type=password], #profile-basic-edit select, #profile-information-edit input[type=text], #profile-information-edit input[type=password], #profile-information-edit select {
        border-radius: 10px
    }

    #profile-basic .form-check, #profile-information .form-check, #profile-basic-edit .form-check, #profile-information-edit .form-check {
        justify-content: flex-start
    }

        #profile-basic .form-check.col:not(:last-child), #profile-information .form-check.col:not(:last-child), #profile-basic-edit .form-check.col:not(:last-child), #profile-information-edit .form-check.col:not(:last-child) {
            margin-bottom: 6px
        }

        #profile-basic .form-check .form-check-label, #profile-information .form-check .form-check-label, #profile-basic-edit .form-check .form-check-label, #profile-information-edit .form-check .form-check-label {
            margin-left: 12px;
            margin-right: 12px;
            font-weight: 700
        }

    #profile-basic .form-check-group, #profile-information .form-check-group, #profile-basic-edit .form-check-group, #profile-information-edit .form-check-group {
        display: flex;
        flex-wrap: wrap
    }

        #profile-basic .form-check-group .form-check:not(:last-child), #profile-information .form-check-group .form-check:not(:last-child), #profile-basic-edit .form-check-group .form-check:not(:last-child), #profile-information-edit .form-check-group .form-check:not(:last-child) {
            margin-right: 12px;
            margin-bottom: 0
        }

        #profile-basic .form-check-group .form-check .form-check-label, #profile-information .form-check-group .form-check .form-check-label, #profile-basic-edit .form-check-group .form-check .form-check-label, #profile-information-edit .form-check-group .form-check .form-check-label {
            margin-left: 4px
        }

    #profile-basic .address-input, #profile-information .address-input, #profile-basic-edit .address-input, #profile-information-edit .address-input {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px
    }

        #profile-basic .address-input .form-group, #profile-information .address-input .form-group, #profile-basic-edit .address-input .form-group, #profile-information-edit .address-input .form-group {
            margin-bottom: 0
        }

    #profile-basic .address-code, #profile-information .address-code, #profile-basic-edit .address-code, #profile-information-edit .address-code {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px
    }

        #profile-basic .address-code a, #profile-information .address-code a, #profile-basic-edit .address-code a, #profile-information-edit .address-code a {
            font-size: 14px
        }

            #profile-basic .address-code a.btn, #profile-information .address-code a.btn, #profile-basic-edit .address-code a.btn, #profile-information-edit .address-code a.btn {
                border-radius: 6px
            }

    #profile-basic .btn-wrapper-group, #profile-information .btn-wrapper-group, #profile-basic-edit .btn-wrapper-group, #profile-information-edit .btn-wrapper-group {
        display: flex;
        justify-content: space-between;
        margin-top: 26px
    }

        #profile-basic .btn-wrapper-group .btn, #profile-information .btn-wrapper-group .btn, #profile-basic-edit .btn-wrapper-group .btn, #profile-information-edit .btn-wrapper-group .btn {
            font-size: 18px;
            padding: 14px 48px
        }

    #profile-basic textarea, #profile-information textarea, #profile-basic-edit textarea, #profile-information-edit textarea {
        max-width: 100%;
        height: 158px;
        width: 100%;
        min-height: 100px;
        resize: none;
        padding: 16px;
        font-size: 18px;
        border-radius: 10px;
        box-sizing: border-box;
        margin-bottom: 24px
    }

        #profile-basic textarea:focus, #profile-information textarea:focus, #profile-basic-edit textarea:focus, #profile-information-edit textarea:focus {
            outline: none;
            border-color: #ff8202;
            box-shadow: 0 0 5px #ff820280
        }

    #profile-basic .profile-title, #profile-information .profile-title, #profile-basic-edit .profile-title, #profile-information-edit .profile-title {
        margin-bottom: 12px;
        font-weight: 900;
        color: #ff8202
    }

        #profile-basic .profile-title h2, #profile-basic .profile-title .h2, #profile-information .profile-title h2, #profile-information .profile-title .h2, #profile-basic-edit .profile-title h2, #profile-basic-edit .profile-title .h2, #profile-information-edit .profile-title h2, #profile-information-edit .profile-title .h2 {
            font-weight: 900;
            font-size: 28px;
            color: #0a0d14
        }

        #profile-basic .profile-title a, #profile-information .profile-title a, #profile-basic-edit .profile-title a, #profile-information-edit .profile-title a {
            text-decoration: underline;
            font-weight: 700;
            text-decoration-thickness: .5px;
            color: #ff8202
        }

    #profile-basic .profile-aside, #profile-information .profile-aside, #profile-basic-edit .profile-aside, #profile-information-edit .profile-aside {
        max-width: 288px;
        width: 100%;
        margin-top: 96px
    }

        #profile-basic .profile-aside img, #profile-information .profile-aside img, #profile-basic-edit .profile-aside img, #profile-information-edit .profile-aside img {
            max-width: 117px;
            width: 100%;
            height: auto
        }

        #profile-basic .profile-aside #profileName, #profile-information .profile-aside #profileName, #profile-basic-edit .profile-aside #profileName, #profile-information-edit .profile-aside #profileName {
            font-size: 28px;
            font-weight: 900;
            color: #0a0d14
        }

        #profile-basic .profile-aside #profileCode, #profile-information .profile-aside #profileCode, #profile-basic-edit .profile-aside #profileCode, #profile-information-edit .profile-aside #profileCode {
            font-size: 18px;
            font-weight: 700;
            color: #0a0d14;
            margin-bottom: 23px
        }

        #profile-basic .profile-aside .point, #profile-information .profile-aside .point, #profile-basic-edit .profile-aside .point, #profile-information-edit .profile-aside .point {
            font-size: 24px;
            font-weight: 700;
            color: #0a0d14
        }

    #profile-basic .profile-wrapper-width, #profile-information .profile-wrapper-width, #profile-basic-edit .profile-wrapper-width, #profile-information-edit .profile-wrapper-width {
        max-width: 868px
    }

    #profile-basic .profile-wrapper, #profile-information .profile-wrapper, #profile-basic-edit .profile-wrapper, #profile-information-edit .profile-wrapper {
        max-width: 928px
    }

    #profile-basic .profile-wrapper, #profile-basic .profile-wrapper-width, #profile-information .profile-wrapper, #profile-information .profile-wrapper-width, #profile-basic-edit .profile-wrapper, #profile-basic-edit .profile-wrapper-width, #profile-information-edit .profile-wrapper, #profile-information-edit .profile-wrapper-width {
        width: 100%
    }

        #profile-basic .profile-wrapper .profile-tab, #profile-basic .profile-wrapper-width .profile-tab, #profile-information .profile-wrapper .profile-tab, #profile-information .profile-wrapper-width .profile-tab, #profile-basic-edit .profile-wrapper .profile-tab, #profile-basic-edit .profile-wrapper-width .profile-tab, #profile-information-edit .profile-wrapper .profile-tab, #profile-information-edit .profile-wrapper-width .profile-tab {
            margin-bottom: 17px;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

            #profile-basic .profile-wrapper .profile-tab > a, #profile-basic .profile-wrapper-width .profile-tab > a, #profile-information .profile-wrapper .profile-tab > a, #profile-information .profile-wrapper-width .profile-tab > a, #profile-basic-edit .profile-wrapper .profile-tab > a, #profile-basic-edit .profile-wrapper-width .profile-tab > a, #profile-information-edit .profile-wrapper .profile-tab > a, #profile-information-edit .profile-wrapper-width .profile-tab > a {
                font-weight: 900;
                color: #ff8202;
                font-size: 21px;
                margin-left: auto;
                display: block
            }

            #profile-basic .profile-wrapper .profile-tab .profile-type, #profile-basic .profile-wrapper-width .profile-tab .profile-type, #profile-information .profile-wrapper .profile-tab .profile-type, #profile-information .profile-wrapper-width .profile-tab .profile-type, #profile-basic-edit .profile-wrapper .profile-tab .profile-type, #profile-basic-edit .profile-wrapper-width .profile-tab .profile-type, #profile-information-edit .profile-wrapper .profile-tab .profile-type, #profile-information-edit .profile-wrapper-width .profile-tab .profile-type {
                padding: 4px;
                background-color: #f6f8fa;
                max-width: 412px;
                width: 100%;
                display: flex;
                justify-content: space-between;
                gap: 4px
            }

                #profile-basic .profile-wrapper .profile-tab .profile-type a, #profile-basic .profile-wrapper-width .profile-tab .profile-type a, #profile-information .profile-wrapper .profile-tab .profile-type a, #profile-information .profile-wrapper-width .profile-tab .profile-type a, #profile-basic-edit .profile-wrapper .profile-tab .profile-type a, #profile-basic-edit .profile-wrapper-width .profile-tab .profile-type a, #profile-information-edit .profile-wrapper .profile-tab .profile-type a, #profile-information-edit .profile-wrapper-width .profile-tab .profile-type a {
                    text-decoration: none;
                    font-size: 14px;
                    max-width: 200px;
                    width: 100%
                }

                #profile-basic .profile-wrapper .profile-tab .profile-type .btn, #profile-basic .profile-wrapper-width .profile-tab .profile-type .btn, #profile-information .profile-wrapper .profile-tab .profile-type .btn, #profile-information .profile-wrapper-width .profile-tab .profile-type .btn, #profile-basic-edit .profile-wrapper .profile-tab .profile-type .btn, #profile-basic-edit .profile-wrapper-width .profile-tab .profile-type .btn, #profile-information-edit .profile-wrapper .profile-tab .profile-type .btn, #profile-information-edit .profile-wrapper-width .profile-tab .profile-type .btn {
                    border-radius: 6px;
                    color: #525866;
                    width: 100%
                }

                    #profile-basic .profile-wrapper .profile-tab .profile-type .btn.active, #profile-basic .profile-wrapper-width .profile-tab .profile-type .btn.active, #profile-information .profile-wrapper .profile-tab .profile-type .btn.active, #profile-information .profile-wrapper-width .profile-tab .profile-type .btn.active, #profile-basic-edit .profile-wrapper .profile-tab .profile-type .btn.active, #profile-basic-edit .profile-wrapper-width .profile-tab .profile-type .btn.active, #profile-information-edit .profile-wrapper .profile-tab .profile-type .btn.active, #profile-information-edit .profile-wrapper-width .profile-tab .profile-type .btn.active {
                        background-color: #ff8202;
                        color: #fff
                    }

        #profile-basic .profile-wrapper .profile-content-wrapper, #profile-basic .profile-wrapper-width .profile-content-wrapper, #profile-information .profile-wrapper .profile-content-wrapper, #profile-information .profile-wrapper-width .profile-content-wrapper, #profile-basic-edit .profile-wrapper .profile-content-wrapper, #profile-basic-edit .profile-wrapper-width .profile-content-wrapper, #profile-information-edit .profile-wrapper .profile-content-wrapper, #profile-information-edit .profile-wrapper-width .profile-content-wrapper {
            background-color: #f6f8fa;
            border-radius: 15px;
            padding: 20px 29px
        }

        #profile-basic .profile-wrapper .profile-block-wrapper:not(:last-child), #profile-basic .profile-wrapper-width .profile-block-wrapper:not(:last-child), #profile-information .profile-wrapper .profile-block-wrapper:not(:last-child), #profile-information .profile-wrapper-width .profile-block-wrapper:not(:last-child), #profile-basic-edit .profile-wrapper .profile-block-wrapper:not(:last-child), #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:not(:last-child), #profile-information-edit .profile-wrapper .profile-block-wrapper:not(:last-child), #profile-information-edit .profile-wrapper-width .profile-block-wrapper:not(:last-child) {
            margin-bottom: 32px
        }

        #profile-basic .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info, #profile-basic .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info, #profile-information .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info, #profile-information .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info, #profile-basic-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info, #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info, #profile-information-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info {
            padding: 24px;
            border: 1px solid #FFE1C2;
            background-color: #fff;
            border-radius: 28px;
            margin-bottom: 24px
        }

            #profile-basic .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-basic .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5, #profile-basic .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-basic .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5, #profile-information .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-information .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5, #profile-information .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-information .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5, #profile-basic-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-basic-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5, #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5, #profile-information-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-information-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5 {
                font-size: 21px;
                font-weight: 900;
                color: #0a0d14;
                margin-bottom: 12px
            }

            #profile-basic .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p, #profile-basic .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p, #profile-information .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p, #profile-information .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p, #profile-basic-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p, #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p, #profile-information-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content p {
                font-weight: 700;
                font-size: 18px;
                margin-bottom: 0
            }

            #profile-basic .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input, #profile-basic .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input, #profile-information .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input, #profile-information .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input, #profile-basic-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input, #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input, #profile-information-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .form-group input {
                border-color: #e2e4e9
            }

            #profile-basic .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm, #profile-basic .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm, #profile-information .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm, #profile-information .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm, #profile-basic-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm, #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm, #profile-information-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .label-sm {
                font-size: 12px;
                font-weight: 700
            }

            #profile-basic .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label, #profile-basic .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label, #profile-information .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label, #profile-information .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label, #profile-basic-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label, #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label, #profile-information-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label {
                cursor: pointer;
                padding: 24px 25px;
                border: 1px dashed #CDD0D5;
                border-radius: 16px
            }

                #profile-basic .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text, #profile-basic .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text, #profile-information .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text, #profile-information .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text, #profile-basic-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text, #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text, #profile-information-edit .profile-wrapper-width .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content form label .up-text {
                    font-size: 16px;
                    font-weight: 400;
                    color: #616161;
                    font-family: Urbanist,sans-serif
                }

        #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul {
            counter-reset: question-counter
        }

            #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span {
                    display: block
                }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span:first-child:before {
                        content: "1." counter(question-counter) " "
                    }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child), #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(1) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul {
            counter-reset: question-counter
        }

            #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span {
                    display: block
                }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span:first-child:before {
                        content: "2." counter(question-counter) " "
                    }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child), #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(2) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul {
            counter-reset: question-counter
        }

            #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span {
                    display: block
                }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span:first-child:before {
                        content: "3." counter(question-counter) " "
                    }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child), #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(3) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul {
            counter-reset: question-counter
        }

            #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span {
                    display: block
                }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span:first-child:before {
                        content: "4." counter(question-counter) " "
                    }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child), #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(4) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul {
            counter-reset: question-counter
        }

            #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li {
                margin-bottom: 20px;
                counter-increment: question-counter
            }

                #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span {
                    display: block
                }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before, #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before, #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before, #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span:first-child:before {
                        content: "5." counter(question-counter) " "
                    }

                    #profile-basic .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child), #profile-basic .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child), #profile-information .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child), #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child), #profile-information-edit .profile-wrapper-width .profile-block-wrapper:nth-of-type(5) ul:first-child li span:not(:first-child) {
                        padding-left: 20px
                    }

        #profile-basic .profile-wrapper .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child, #profile-basic .profile-wrapper-width .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child, #profile-information .profile-wrapper .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child, #profile-information .profile-wrapper-width .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child, #profile-basic-edit .profile-wrapper .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child, #profile-basic-edit .profile-wrapper-width .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child, #profile-information-edit .profile-wrapper .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child, #profile-information-edit .profile-wrapper-width .profile-block-wrapper:last-child:last-child .row:last-child .profile-detail-info-wrapper .profile-detail-info:last-child {
            margin-bottom: 0
        }

        #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content h5, #profile-information-edit .profile-wrapper .profile-block-wrapper .profile-block .profile-detail-info-wrapper .profile-detail-info .profile-detail-content .h5 {
            font-weight: 700;
            font-size: 18px;
            color: #0a0d14
        }

@media (max-width: 991.98px) {
    #profile-basic, #profile-information, #profile-basic-edit, #profile-information-edit {
        margin-bottom: 91px;
        margin-top: 44px
    }

        #profile-basic .profile-aside, #profile-information .profile-aside, #profile-basic-edit .profile-aside, #profile-information-edit .profile-aside {
            margin-top: 0
        }
}

@media (max-width: 575.98px) {
    #profile-basic, #profile-information, #profile-basic-edit, #profile-information-edit {
        margin-bottom: 60px;
        margin-top: 24px
    }

        #profile-basic .address-code, #profile-information .address-code, #profile-basic-edit .address-code, #profile-information-edit .address-code {
            display: flex;
            flex-direction: column;
            align-items: flex-start
        }

            #profile-basic .address-code a:not(:last-child), #profile-information .address-code a:not(:last-child), #profile-basic-edit .address-code a:not(:last-child), #profile-information-edit .address-code a:not(:last-child) {
                margin-bottom: 12px
            }

        #profile-basic .profile-wrapper .profile-tab, #profile-basic .profile-wrapper-width .profile-tab, #profile-information .profile-wrapper .profile-tab, #profile-information .profile-wrapper-width .profile-tab, #profile-basic-edit .profile-wrapper .profile-tab, #profile-basic-edit .profile-wrapper-width .profile-tab, #profile-information-edit .profile-wrapper .profile-tab, #profile-information-edit .profile-wrapper-width .profile-tab {
            margin-bottom: 17px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center
        }

            #profile-basic .profile-wrapper .profile-tab > a, #profile-basic .profile-wrapper-width .profile-tab > a, #profile-information .profile-wrapper .profile-tab > a, #profile-information .profile-wrapper-width .profile-tab > a, #profile-basic-edit .profile-wrapper .profile-tab > a, #profile-basic-edit .profile-wrapper-width .profile-tab > a, #profile-information-edit .profile-wrapper .profile-tab > a, #profile-information-edit .profile-wrapper-width .profile-tab > a {
                font-weight: 900;
                color: #ff8202;
                font-size: 21px;
                margin-left: auto;
                margin-top: 31px;
                display: block
            }

            #profile-basic .profile-wrapper .profile-tab .profile-type, #profile-basic .profile-wrapper-width .profile-tab .profile-type, #profile-information .profile-wrapper .profile-tab .profile-type, #profile-information .profile-wrapper-width .profile-tab .profile-type, #profile-basic-edit .profile-wrapper .profile-tab .profile-type, #profile-basic-edit .profile-wrapper-width .profile-tab .profile-type, #profile-information-edit .profile-wrapper .profile-tab .profile-type, #profile-information-edit .profile-wrapper-width .profile-tab .profile-type {
                max-width: 100%
            }

                #profile-basic .profile-wrapper .profile-tab .profile-type a, #profile-basic .profile-wrapper-width .profile-tab .profile-type a, #profile-information .profile-wrapper .profile-tab .profile-type a, #profile-information .profile-wrapper-width .profile-tab .profile-type a, #profile-basic-edit .profile-wrapper .profile-tab .profile-type a, #profile-basic-edit .profile-wrapper-width .profile-tab .profile-type a, #profile-information-edit .profile-wrapper .profile-tab .profile-type a, #profile-information-edit .profile-wrapper-width .profile-tab .profile-type a {
                    max-width: 50%
                }

        #profile-basic .profile-wrapper .profile-content-wrapper, #profile-basic .profile-wrapper-width .profile-content-wrapper, #profile-information .profile-wrapper .profile-content-wrapper, #profile-information .profile-wrapper-width .profile-content-wrapper, #profile-basic-edit .profile-wrapper .profile-content-wrapper, #profile-basic-edit .profile-wrapper-width .profile-content-wrapper, #profile-information-edit .profile-wrapper .profile-content-wrapper, #profile-information-edit .profile-wrapper-width .profile-content-wrapper {
            padding: 20px
        }

        #profile-basic .btn-wrapper-group, #profile-information .btn-wrapper-group, #profile-basic-edit .btn-wrapper-group, #profile-information-edit .btn-wrapper-group {
            margin-top: 14px
        }
}

#about-manual {
    margin-bottom: 83px
}

    #about-manual .h5 {
        font-size: 16px;
        font-weight: 700
    }

    #about-manual .about-manual-wrapper {
        width: 100%
    }

    #about-manual .form-group, #about-manual .form-textarea {
        padding: 12px;
        background: #fef7ec;
        border-radius: 16px;
        margin-bottom: 16px
    }

        #about-manual .form-group textarea, #about-manual .form-textarea textarea {
            max-width: 100%
        }

        #about-manual .form-group label, #about-manual .form-textarea label {
            font-weight: 400
        }

            #about-manual .form-group label.form-label, #about-manual .form-textarea label.form-label {
                border: 1px dashed #CDD0D5;
                padding: 32px 35px;
                background-color: #fff;
                border-radius: 12px;
                cursor: pointer
            }

            #about-manual .form-group label span, #about-manual .form-textarea label span {
                display: block
            }

        #about-manual .form-group .h5, #about-manual .form-textarea .h5 {
            font-size: 16px;
            margin-bottom: 12px
        }

        #about-manual .form-group .up-text span:first-child, #about-manual .form-textarea .up-text span:first-child {
            font-size: 14px;
            font-weight: 700;
            display: block
        }

        #about-manual .form-group .up-text span.text-muted:last-child, #about-manual .form-textarea .up-text span.text-muted:last-child {
            font-weight: 400;
            display: block;
            font-size: 12px
        }

        #about-manual .form-group .btn, #about-manual .form-textarea .btn {
            font-size: 14px;
            font-weight: 700;
            padding: 6px 20px
        }

        #about-manual .form-group label {
            font-weight: 400;
            font-size: 14px
        }

        #about-manual .form-textarea label {
            font-weight: 700;
            font-size: 16px
        }

    #about-manual .form-select-group {
        margin-bottom: 12px
    }

@media (max-width: 991.98px) {
    #about-manual {
        margin-bottom: 54px
    }

        #about-manual .form-group img {
            margin-bottom: 23px
        }

        #about-manual .form-group button {
            margin-top: 20px
        }
}

@media (max-width: 767.98px) {
    #about-manual .about-manual-wrapper {
        max-width: 100%;
        width: 100%
    }
}

#inquiry-history .table {
    margin-top: 32px
}

    #inquiry-history .table tr td {
        font-size: 14px
    }

        #inquiry-history .table tr td a {
            font-size: 16px
        }

#inquiry-history .header-group {
    align-items: center
}

    #inquiry-history .header-group a {
        font-weight: 700
    }

        #inquiry-history .header-group a:first-child {
            margin-right: 14px
        }

    #inquiry-history .header-group th {
        background-color: transparent
    }

#inquiry-history .label-data .cell[data-label=Status] {
    display: block;
    max-width: 136px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 991.98px) {
    #inquiry-history .table thead {
        display: block
    }

        #inquiry-history .table thead .header-group {
            display: flex;
            align-items: center;
            flex-wrap: wrap-reverse;
            justify-content: space-between
        }

        #inquiry-history .table thead tr:nth-child(2) {
            display: none
        }

    #inquiry-history .table tbody tr, #inquiry-history .table tfoot tr {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 24px;
        border: 2px solid #FF8202;
        border-radius: 28px
    }

        #inquiry-history .table tbody tr:not(:last-child), #inquiry-history .table tfoot tr:not(:last-child) {
            margin-bottom: 18px
        }

        #inquiry-history .table tbody tr td, #inquiry-history .table tfoot tr td {
            border: none;
            padding: 0
        }

            #inquiry-history .table tbody tr td:first-child, #inquiry-history .table tfoot tr td:first-child {
                font-weight: 700;
                color: #ff8202
            }

            #inquiry-history .table tbody tr td .cell, #inquiry-history .table tfoot tr td .cell {
                display: flex;
                flex-direction: column;
                gap: 6px;
                align-items: flex-start
            }

                #inquiry-history .table tbody tr td .cell .badge, #inquiry-history .table tfoot tr td .cell .badge {
                    margin-left: 0
                }

            #inquiry-history .table tbody tr td.label-data span, #inquiry-history .table tfoot tr td.label-data span {
                display: flex;
                flex-direction: row;
                position: relative;
                gap: 10px
            }

                #inquiry-history .table tbody tr td.label-data span:before, #inquiry-history .table tfoot tr td.label-data span:before {
                    content: attr(data-label) ":";
                    white-space: nowrap
                }

            #inquiry-history .table tbody tr td:nth-child(1), #inquiry-history .table tfoot tr td:nth-child(1) {
                order: 2;
                color: #0a0d14;
                font-weight: 400
            }

                #inquiry-history .table tbody tr td:nth-child(1) span, #inquiry-history .table tfoot tr td:nth-child(1) span {
                    display: flex;
                    flex-direction: row;
                    position: relative;
                    gap: 10px
                }

                    #inquiry-history .table tbody tr td:nth-child(1) span:before, #inquiry-history .table tfoot tr td:nth-child(1) span:before {
                        content: attr(data-label) ":";
                        white-space: nowrap
                    }

            #inquiry-history .table tbody tr td:nth-child(2), #inquiry-history .table tfoot tr td:nth-child(2) {
                order: 1
            }

                #inquiry-history .table tbody tr td:nth-child(2).label-data span, #inquiry-history .table tfoot tr td:nth-child(2).label-data span {
                    gap: 0
                }

                    #inquiry-history .table tbody tr td:nth-child(2).label-data span:before, #inquiry-history .table tfoot tr td:nth-child(2).label-data span:before {
                        content: ""
                    }

            #inquiry-history .table tbody tr td:nth-child(3), #inquiry-history .table tfoot tr td:nth-child(3) {
                order: 3
            }

                #inquiry-history .table tbody tr td:nth-child(3) .cell[data-label=Status], #inquiry-history .table tfoot tr td:nth-child(3) .cell[data-label=Status] {
                    max-width: 100%;
                    display: flex;
                    text-wrap: wrap
                }

                #inquiry-history .table tbody tr td:nth-child(3) span:before, #inquiry-history .table tfoot tr td:nth-child(3) span:before {
                    content: attr(data-label) ":";
                    white-space: nowrap
                }

            #inquiry-history .table tbody tr td:nth-child(4), #inquiry-history .table tfoot tr td:nth-child(4) {
                order: 4
            }
}

@media (max-width: 767.98px) {
    #inquiry-history .table thead .header-group {
        align-items: start;
        flex-wrap: wrap-reverse
    }

        #inquiry-history .table thead .header-group th.text-end div {
            justify-content: flex-start !important
        }

    #inquiry-history .table thead tr:first-child th:first-child {
        order: 2
    }

    #inquiry-history .table thead tr:first-child th:last-child {
        order: 1
    }
}

@media (max-width: 575.98px) {
    #inquiry-history .table thead .header-group {
        flex-direction: column
    }

        #inquiry-history .table thead .header-group th.text-end div {
            justify-content: flex-start !important
        }
}

#job-details {
    margin-bottom: 42px
}

    #job-details .breadcrumbWrapper, #job-details .back-btn-group {
        margin-top: 20px
    }

    #job-details .card-job {
        border: none;
        padding: 0;
        border-radius: 0
    }

        #job-details .card-job .job-details {
            padding: 0
        }

        #job-details .card-job:hover {
            background-color: transparent
        }

        #job-details .card-job .job-details {
            border: none
        }

            #job-details .card-job .job-details .job-title {
                text-decoration: none
            }

            #job-details .card-job .job-details .job-type {
                margin-bottom: 12px
            }

    #job-details .job-detail-shadow {
        padding: 0;
        box-shadow: 0 0 10px #0000001a;
        border-radius: 41px;
        border: 1px solid #E2E4E9;
        position: fixed;
        bottom: 50px;
        z-index: 10;
        width: calc(100% - 40px);
        max-width: 1240px
    }

        #job-details .job-detail-shadow .btn:first-child {
            margin-left: 430px
        }

        #job-details .job-detail-shadow .job-detail-wrapper {
            border-radius: 41px !important
        }

    #job-details .job-details-wrapper {
        margin-top: 0
    }

        #job-details .job-details-wrapper .job-details-block {
            margin-bottom: 10px
        }

            #job-details .job-details-wrapper .job-details-block:last-child {
                margin-bottom: 0
            }

            #job-details .job-details-wrapper .job-details-block .btn {
                border-radius: 100vmax;
                margin-bottom: 0;
                font-size: 14px;
                justify-content: start;
                font-weight: 700
            }

            #job-details .job-details-wrapper .job-details-block p {
                margin-bottom: 0
            }

                #job-details .job-details-wrapper .job-details-block p.warning-text {
                    margin-bottom: 17px
                }

            #job-details .job-details-wrapper .job-details-block .job-details-title {
                margin-bottom: 21px
            }

            #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper {
                margin-bottom: 18px
            }

                #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper .job-detail-info {
                    background-color: #fef7ec;
                    border-radius: 28px;
                    min-height: 61px;
                    height: 100%;
                    padding: 24px;
                    display: flex;
                    align-content: space-between
                }

                #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper .job-detail-content {
                    width: 100%;
                    height: 100%
                }

                #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper h5, #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper .h5 {
                    font-size: 21px;
                    color: #0a0d14;
                    font-weight: 900;
                    margin-bottom: 12px;
                    display: flex;
                    justify-content: space-between
                }

                    #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper h5 span, #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper .h5 span {
                        position: relative;
                        padding-right: 30px
                    }

                        #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper h5 span:after, #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper .h5 span:after {
                            position: absolute;
                            content: "";
                            right: 10px;
                            top: 50%;
                            transform: translateY(-50%);
                            width: 9px;
                            height: 9px;
                            background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.05831%203.02011L1.495%209.58341L0.416748%208.50516L6.97929%201.94186H1.19532V0.416748H9.58341V8.80485H8.05831V3.02011Z'%20fill='white'/%3e%3c/svg%3e");
                            background-size: 100% 100%;
                            display: inline-block;
                            transition: .3s ease-in-out
                        }

                #job-details .job-details-wrapper .job-details-block .job-detail-info-wrapper p {
                    font-size: 18px;
                    font-weight: 700
                }

            #job-details .job-details-wrapper .job-details-block .job-detail-img-block .job-detail-info {
                height: auto
            }

            #job-details .job-details-wrapper .job-details-block .fix-content {
                display: flex;
                flex-direction: column;
                justify-content: space-between
            }

            #job-details .job-details-wrapper .job-details-block .collapse-box .btn-collapse-wrapper {
                margin-top: 24px
            }

                #job-details .job-details-wrapper .job-details-block .collapse-box .btn-collapse-wrapper .btn {
                    width: 100%;
                    justify-content: center
                }

            #job-details .job-details-wrapper .job-details-block .hr-line {
                color: #d9d9d9;
                margin-top: 22px
            }

            #job-details .job-details-wrapper .job-details-block .job-detail-wrapper {
                display: flex;
                background-color: #fff;
                padding: 12px;
                border-radius: 100vmax;
                margin-left: auto;
                width: 100%;
                justify-content: flex-end;
                align-items: center
            }

                #job-details .job-details-wrapper .job-details-block .job-detail-wrapper .btn {
                    padding: 14px
                }

                    #job-details .job-details-wrapper .job-details-block .job-detail-wrapper .btn:first-child {
                        margin-right: 14px
                    }

            #job-details .job-details-wrapper .job-details-block .job-img-wrapper {
                display: flex;
                gap: 12px;
                overflow-x: scroll;
                -ms-overflow-style: none;
                scrollbar-width: none
            }

                #job-details .job-details-wrapper .job-details-block .job-img-wrapper::-webkit-scrollbar {
                    display: none
                }

                #job-details .job-details-wrapper .job-details-block .job-img-wrapper img {
                    width: 133px;
                    max-width: 100%
                }

            #job-details .job-details-wrapper .job-details-block .collapse-box {
                padding: 0
            }

    #job-details .aside-job-details .collapse-box .collapse-box__header h2, #job-details .aside-job-details .collapse-box .collapse-box__header .h2 {
        font-size: 21px;
        font-weight: 900;
        color: #0a0d14
    }

    #job-details .aside-job-details .collapse-box .collapse-block h5, #job-details .aside-job-details .collapse-box .collapse-block .h5, #job-details .aside-job-details .collapse-box .collapse-block p {
        font-size: 18px;
        font-weight: 700
    }

    #job-details .aside-job-details .collapse-box .collapse-block .btn {
        padding: 24px;
        border-radius: 28px
    }

    #job-details .aside-job-details .job-detail-info {
        height: fit-content !important;
        min-height: 150px !important
    }

@media (max-width: 991.98px) {
    #job-details .job-detail-shadow {
        width: 100%;
        max-width: 680px
    }

        #job-details .job-detail-shadow .btn:first-child {
            margin-left: 0
        }

    #job-details .aside-job-details .job-detail-info {
        height: fit-content !important;
        min-height: 100% !important
    }
}

@media (max-width: 767.98px) {
    #job-details {
        margin-bottom: 17px
    }

        #job-details .job-details-wrapper {
            margin-top: 48px
        }

            #job-details .job-details-wrapper .job-details-head .h4 {
                font-size: 21px
            }

            #job-details .job-details-wrapper .job-details-block {
                margin-bottom: 20px
            }

                #job-details .job-details-wrapper .job-details-block .btn-lg, #job-details .job-details-wrapper .job-details-block .btn-group-lg > .btn {
                    min-width: 140px
                }

                #job-details .job-details-wrapper .job-details-block .fix-content {
                    justify-content: flex-start
                }

                    #job-details .job-details-wrapper .job-details-block .fix-content p {
                        padding: 0 24px
                    }

        #job-details .job-detail-shadow {
            max-width: 500px
        }

            #job-details .job-detail-shadow .job-detail-wrapper {
                flex-direction: column !important;
                justify-content: center !important
            }

            #job-details .job-detail-shadow .btn {
                width: 100%;
                max-width: 100%
            }

                #job-details .job-detail-shadow .btn:first-child {
                    margin-left: 25px;
                    margin-bottom: 8px
                }
}

@media (max-width: 575.98px) {
    #job-details .job-detail-shadow {
        max-width: calc(100% - 40px)
    }

        #job-details .job-detail-shadow .btn {
            justify-content: center !important
        }

            #job-details .job-detail-shadow .btn:first-child {
                margin-left: 25px
            }
}

#past-work {
    margin-bottom: 42px
}

    #past-work .past-work-wrapper {
        margin-top: 61px
    }

        #past-work .past-work-wrapper .past-work-block {
            margin-bottom: 72px
        }

            #past-work .past-work-wrapper .past-work-block .past-work-btn-wrapper {
                width: 100%;
                max-width: 539px
            }

            #past-work .past-work-wrapper .past-work-block:last-child {
                margin-bottom: 0
            }

            #past-work .past-work-wrapper .past-work-block .btn {
                border-radius: 6px;
                margin-bottom: 22px;
                font-size: 14px;
                justify-content: start;
                font-weight: 700
            }

                #past-work .past-work-wrapper .past-work-block .btn.active {
                    justify-content: center;
                    text-align: center;
                    background-color: #ff8202;
                    color: #fff
                }

            #past-work .past-work-wrapper .past-work-block p, #past-work .past-work-wrapper .past-work-block .listBorder li {
                margin-bottom: 18px
            }

                #past-work .past-work-wrapper .past-work-block .listBorder li .navi-link {
                    padding: 24px;
                    display: block;
                    position: relative
                }

                    #past-work .past-work-wrapper .past-work-block .listBorder li .navi-link p {
                        margin-bottom: 0;
                        padding-right: 22px
                    }

                    #past-work .past-work-wrapper .past-work-block .listBorder li .navi-link span {
                        display: block;
                        font-size: 18px;
                        font-weight: 400;
                        padding-right: 52px
                    }

                    #past-work .past-work-wrapper .past-work-block .listBorder li .navi-link:after {
                        position: absolute;
                        right: 38px;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 16px;
                        height: 16px
                    }

@media (max-width: 767.98px) {
    #past-work {
        margin-bottom: 17px
    }

        #past-work .past-work-wrapper {
            margin-top: 48px
        }

            #past-work .past-work-wrapper .past-work-head .h4 {
                font-size: 21px
            }

            #past-work .past-work-wrapper .past-work-block .btn-lg, #past-work .past-work-wrapper .past-work-block .btn-group-lg > .btn {
                min-width: 140px
            }

            #past-work .past-work-wrapper .past-work-block .listBorder li .navi-link:after {
                right: 20px
            }

            #past-work .past-work-wrapper .past-work-block .listBorder li .navi-link span {
                padding-right: 35px
            }
}

#wiisystem {
    margin-bottom: 7px;
    margin-top: 22px
}

    #wiisystem .wiisystem-block {
        margin-bottom: 46px
    }

        #wiisystem .wiisystem-block .h5 {
            font-size: 21px
        }

        #wiisystem .wiisystem-block a {
            white-space: pre-wrap;
            word-break: break-all
        }

    #wiisystem .wiisystem-card {
        border-radius: 28px;
        background-color: #fef7ec;
        padding: 24px 24px 0;
        border: 1px solid #FFE1C2;
        margin-bottom: 18px
    }

        #wiisystem .wiisystem-card h4, #wiisystem .wiisystem-card .h4 {
            font-size: 21px;
            margin-bottom: 12px
        }

@media (max-width: 991.98px) {
    #wiisystem {
        margin-bottom: 17px
    }

        #wiisystem .wiisystem-block {
            margin-bottom: 25px
        }
}

#annouce-detail {
    margin-bottom: 180px
}

    #annouce-detail .annouce-detail-block span {
        font-weight: 700
    }

    #annouce-detail .annouce-detail-head {
        max-width: 808px;
        margin-bottom: 24px
    }

    #annouce-detail .annouce-detail-wrapper {
        width: 100%;
        margin: 0 auto
    }

    #annouce-detail .annouce-detail-content {
        margin-top: 39px;
        width: 100%
    }

    #annouce-detail .btn {
        padding: 28px
    }

@media (max-width: 991.98px) {
    #annouce-detail {
        margin-bottom: 16px
    }

        #annouce-detail #annouce-detail-section {
            max-width: 100%
        }

        #annouce-detail .annouce-detail-head {
            margin-bottom: 20px
        }

        #annouce-detail .annouce-detail-content {
            margin-top: 19px
        }

        #annouce-detail .btn {
            border-radius: 28px
        }
}

#annouce-list {
    margin-bottom: 134px
}

    #annouce-list .table-container .table tbody tr td {
        padding: 41px 0;
        font-size: 14px
    }

        #annouce-list .table-container .table tbody tr td a {
            color: #525866;
            font-weight: 400;
            text-decoration: none
        }

            #annouce-list .table-container .table tbody tr td a:before {
                content: url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2018C4.0293%2018%200%2013.9707%200%209C0%204.0293%204.0293%200%209%200C13.9707%200%2018%204.0293%2018%209C18%2013.9707%2013.9707%2018%209%2018ZM8.1%2011.7V13.5H9.9V11.7H8.1ZM8.1%204.5V9.9H9.9V4.5H8.1Z'%20fill='%23DF1C41'/%3e%3c/svg%3e");
                display: inline-block;
                width: 18px;
                height: 18px;
                margin-right: 8px;
                vertical-align: middle;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                transition: opacity .3s ease
            }

@media (max-width: 991.98px) {
    #annouce-list {
        margin-bottom: 43px
    }

        #annouce-list .table-container .table thead tr th:first-child {
            position: static
        }

        #annouce-list .table-container .table tbody tr {
            padding: 18px
        }

            #annouce-list .table-container .table tbody tr td {
                padding: 6px 0;
                font-size: 14px
            }

                #annouce-list .table-container .table tbody tr td.label-data span:before {
                    content: attr(data-label) "";
                    color: #0a0d14
                }

                #annouce-list .table-container .table tbody tr td:first-child {
                    font-size: 16px;
                    position: static;
                    color: #0a0d14;
                    font-weight: 400
                }
}

#flag-csystem {
    margin-bottom: 85px
}

    #flag-csystem .underline-link {
        font-size: 16px
    }

    #flag-csystem .h2 {
        margin-bottom: 19px;
        font-size: 38px
    }

    #flag-csystem .flag-csystem-block {
        margin-bottom: 42px
    }

    #flag-csystem ul li a {
        word-break: break-all
    }

@media (max-width: 991.98px) {
    #flag-csystem {
        margin-bottom: 21px
    }

        #flag-csystem .h2 {
            font-size: 28px;
            margin-bottom: 11px
        }

        #flag-csystem .listBorder li .navi-link {
            font-size: 18px
        }
}

#flag-cmember {
    margin-bottom: 41px
}

    #flag-cmember .underline-link {
        font-size: 16px
    }

    #flag-cmember .flag-cmember-wrapper {
        margin-top: 42px
    }

    #flag-cmember .h2 {
        font-size: 38px;
        margin-bottom: 19px
    }

    #flag-cmember .flag-cmember-block {
        margin-bottom: 42px
    }

@media (max-width: 991.98px) {
    #flag-cmember {
        margin-bottom: 21px
    }

        #flag-cmember .h2 {
            font-size: 28px
        }
}

#contact-support {
    margin-bottom: 83px
}

    #contact-support .contact-support-wrapper {
        width: 100%
    }

    #contact-support .contact-support-wrapper-bg {
        border-radius: 16px;
        background: #fef7ec
    }

        #contact-support .contact-support-wrapper-bg .form-group label, #contact-support .contact-support-wrapper-bg .form-textarea label {
            font-size: 16px
        }

        #contact-support .contact-support-wrapper-bg .form-group textarea, #contact-support .contact-support-wrapper-bg .form-textarea textarea {
            height: 290px
        }

    #contact-support .form-group, #contact-support .form-textarea {
        padding: 12px;
        background: #fef7ec;
        border-radius: 16px;
        margin-bottom: 16px
    }

        #contact-support .form-group textarea, #contact-support .form-textarea textarea {
            width: 100%;
            max-width: 100%
        }

        #contact-support .form-group .label-group, #contact-support .form-textarea .label-group {
            display: flex;
            gap: 12px
        }

            #contact-support .form-group .label-group label, #contact-support .form-textarea .label-group label {
                width: 33.333%
            }

        #contact-support .form-group label, #contact-support .form-textarea label {
            font-size: 14px;
            font-weight: 700
        }

            #contact-support .form-group label.form-label, #contact-support .form-textarea label.form-label {
                border: 1px dashed #CDD0D5;
                padding: 32px 35px;
                background-color: #fff;
                border-radius: 12px;
                cursor: pointer
            }

            #contact-support .form-group label span, #contact-support .form-textarea label span {
                display: block
            }

        #contact-support .form-group .h5, #contact-support .form-textarea .h5 {
            font-size: 16px;
            margin-bottom: 12px
        }

        #contact-support .form-group .up-text span:first-child, #contact-support .form-textarea .up-text span:first-child {
            font-size: 14px;
            font-weight: 700;
            display: block
        }

        #contact-support .form-group .up-text span.text-muted:last-child, #contact-support .form-textarea .up-text span.text-muted:last-child {
            font-weight: 400;
            display: block;
            font-size: 12px
        }

        #contact-support .form-group .btn, #contact-support .form-textarea .btn {
            font-size: 14px;
            font-weight: 700;
            padding: 6px 20px
        }

    #contact-support .modal-dialog {
        max-width: 622px !important;
        width: 100%
    }

    #contact-support .modal-content {
        background-color: #fef7ec;
        border-radius: 28px
    }

        #contact-support .modal-content span {
            font-weight: 700
        }

@media (max-width: 991.98px) {
    #contact-support {
        margin-bottom: 54px
    }

        #contact-support .form-group img {
            margin-bottom: 23px
        }

        #contact-support .form-group button {
            margin-top: 20px
        }
}

@media (max-width: 767.98px) {
    #contact-support .form-group .label-group {
        flex-direction: column;
        gap: 12px
    }

        #contact-support .form-group .label-group label {
            width: 100%
        }

    #contact-support .contact-support-wrapper {
        max-width: 100%;
        width: 100%
    }
}

#inquiry {
    margin-bottom: 151px
}

    #inquiry .inquiry-wrapper {
        margin-top: 61px
    }

        #inquiry .inquiry-wrapper .inquiry-block {
            margin-bottom: 72px
        }

            #inquiry .inquiry-wrapper .inquiry-block:last-child {
                margin-bottom: 0
            }

            #inquiry .inquiry-wrapper .inquiry-block .btn {
                border-radius: 28px;
                margin-bottom: 24px;
                justify-content: flex-start;
                font-size: 21px;
                font-weight: 900
            }

            #inquiry .inquiry-wrapper .inquiry-block p {
                margin-bottom: 42px;
                font-size: 18px
            }

@media (max-width: 767.98px) {
    #inquiry {
        margin-bottom: 87px
    }

        #inquiry .inquiry-wrapper {
            margin-top: 48px
        }

            #inquiry .inquiry-wrapper .inquiry-head .h4 {
                font-size: 21px
            }

            #inquiry .inquiry-wrapper .inquiry-block {
                margin-bottom: 62px
            }

                #inquiry .inquiry-wrapper .inquiry-block:last-child {
                    margin-bottom: 0
                }

                #inquiry .inquiry-wrapper .inquiry-block .btn {
                    font-size: 16px;
                    font-weight: 700
                }
}

#logicalCD {
    margin-bottom: 69px
}

    #logicalCD .logicalCD-head {
        margin-top: 8px
    }

    #logicalCD .h5 {
        font-size: 21px
    }

    #logicalCD .table tr th:first-child {
        width: 630px
    }

    #logicalCD .table tr th:nth-child(2) {
        width: 284px
    }

    #logicalCD .table tr th:nth-child(3) {
        width: 130px
    }

    #logicalCD .table tr th:nth-child(4) {
        width: 180px
    }

    #logicalCD .table tr td .underline-link {
        font-size: 16px
    }

    #logicalCD .table tr td:first-child {
        position: static
    }

    #logicalCD .table tr td:nth-child(2) {
        color: #000
    }

@media (max-width: 991.98px) {
    #logicalCD-detail .breadcrumbWrapper {
        margin-top: 24px
    }

    #logicalCD-detail hr {
        border: 4px solid #EDEDED
    }

    #logicalCD-detail .table tbody tr th:first-child {
        width: 100%
    }

    #logicalCD-detail .table tbody tr th:nth-child(2) {
        width: 100%
    }

    #logicalCD-detail .table tbody tr th:nth-child(3) {
        width: 100%
    }

    #logicalCD-detail .table tbody tr th:nth-child(4) {
        width: 100%
    }

    #logicalCD-detail .table tbody tr td.label-data span {
        font-size: 16px;
        font-weight: 400
    }
}

#logicalCD-detail {
    margin-bottom: 127px
}

    #logicalCD-detail .confirm-report-btn .btn {
        padding: 14px 16px;
        font-size: 18px;
        margin-top: 18px
    }

    #logicalCD-detail p {
        margin-bottom: 0
    }

    #logicalCD-detail .back-btn-group {
        margin-top: 34px
    }

    #logicalCD-detail .breadcrumbWrapper {
        margin-top: 24px
    }

    #logicalCD-detail .logicalCD-head {
        max-width: 808px
    }

    #logicalCD-detail .logicalCD-wrapper {
        margin-top: 35px
    }

        #logicalCD-detail .logicalCD-wrapper .logicalCD-block .h5 {
            margin-bottom: 14px;
            font-weight: 900
        }

        #logicalCD-detail .logicalCD-wrapper .logicalCD-btn-wrapper-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px
        }

        #logicalCD-detail .logicalCD-wrapper .logicalCD-btn-wrapper {
            margin-bottom: 24px
        }

            #logicalCD-detail .logicalCD-wrapper .logicalCD-btn-wrapper:last-child {
                margin-bottom: 0
            }

        #logicalCD-detail .logicalCD-wrapper .logicalCD-form-wrapper {
            width: 100%;
            border: 1px solid #FFE1C2;
            background-color: #fef7ec;
            padding: 24px;
            transition: border-color .3s ease-in-out;
            border-radius: 28px
        }

        #logicalCD-detail .logicalCD-wrapper .logicalCD-group {
            margin-bottom: 24px
        }

            #logicalCD-detail .logicalCD-wrapper .logicalCD-group .logicalCD-list {
                display: flex;
                gap: 24px
            }

            #logicalCD-detail .logicalCD-wrapper .logicalCD-group .logicalCD-item {
                width: 100%;
                border: 1px solid #FFE1C2;
                padding: 24px 24px 46px;
                border-radius: 28px;
                transition: border-color .3s ease-in-out;
                background-color: #fef7ec
            }

                #logicalCD-detail .logicalCD-wrapper .logicalCD-group .logicalCD-item:hover {
                    border-color: #ff8202
                }

            #logicalCD-detail .logicalCD-wrapper .logicalCD-group .btn {
                padding: 14px 16px;
                font-size: 18px;
                font-weight: 700
            }

            #logicalCD-detail .logicalCD-wrapper .logicalCD-group .logicalCD-link {
                text-decoration: none;
                color: #000
            }

                #logicalCD-detail .logicalCD-wrapper .logicalCD-group .logicalCD-link p {
                    font-size: 21px;
                    font-weight: 900;
                    color: #0a0d14;
                    margin-bottom: auto
                }

                #logicalCD-detail .logicalCD-wrapper .logicalCD-group .logicalCD-link span {
                    font-size: 18px;
                    font-weight: 700;
                    color: #000
                }

        #logicalCD-detail .logicalCD-wrapper .logicalCD-card {
            width: 100%;
            border: 1px solid #FFE1C2;
            padding: 24px 24px 46px;
            border-radius: 28px;
            transition: border-color .3s ease-in-out;
            background-color: #fef7ec
        }

            #logicalCD-detail .logicalCD-wrapper .logicalCD-card p {
                font-size: 21px;
                font-weight: 900;
                color: #0a0d14;
                margin-bottom: auto
            }

            #logicalCD-detail .logicalCD-wrapper .logicalCD-card span {
                font-size: 18px;
                font-weight: 700;
                color: #000
            }

            #logicalCD-detail .logicalCD-wrapper .logicalCD-card .logicalCD-btn-group {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 16px
            }

                #logicalCD-detail .logicalCD-wrapper .logicalCD-card .logicalCD-btn-group .download-btn {
                    background-color: #fff;
                    width: 100%;
                    border-radius: 12px;
                    text-decoration: none;
                    transition: background-color .3s ease-in-out
                }

                    #logicalCD-detail .logicalCD-wrapper .logicalCD-card .logicalCD-btn-group .download-btn .logicalCD-sub-text {
                        font-size: 12px;
                        font-weight: 400;
                        color: #0a0d14
                    }

                    #logicalCD-detail .logicalCD-wrapper .logicalCD-card .logicalCD-btn-group .download-btn:hover {
                        background-color: #f8f9fa
                    }

                    #logicalCD-detail .logicalCD-wrapper .logicalCD-card .logicalCD-btn-group .download-btn .file-text {
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        padding: 14px 16px;
                        cursor: pointer
                    }

                        #logicalCD-detail .logicalCD-wrapper .logicalCD-card .logicalCD-btn-group .download-btn .file-text:before {
                            content: "";
                            display: inline-block;
                            width: 40px;
                            height: 40px;
                            padding: 14px 16px;
                            background-image: url(/assets/assets/pdf-icon-C4dZBmzi.svg);
                            background-size: contain;
                            background-repeat: no-repeat
                        }

                        #logicalCD-detail .logicalCD-wrapper .logicalCD-card .logicalCD-btn-group .download-btn .file-text:after {
                            content: "";
                            display: inline-block;
                            width: 24px;
                            height: 24px;
                            padding: 14px 16px;
                            background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.8998%2012.9V17.9265L14.545%2016.2813L15.8185%2017.5548L11.9998%2021.3726L8.18111%2017.5548L9.45461%2016.2813L11.0998%2017.9265V12.9H12.8998ZM11.9998%203C13.5451%203.00007%2015.0365%203.568%2016.1904%204.59581C17.3443%205.62361%2018.0803%207.03962%2018.2584%208.5746C19.3782%208.87998%2020.3552%209.56919%2021.0184%2010.5218C21.6816%2011.4744%2021.989%2012.6297%2021.8869%2013.786C21.7847%2014.9422%2021.2794%2016.0257%2020.4594%2016.8472C19.6394%2017.6687%2018.5567%2018.1759%2017.4007%2018.2802L17.3998%2016.5C17.4012%2015.0844%2016.8467%2013.7249%2015.8557%2012.7141C14.8647%2011.7033%2013.5164%2011.1221%2012.1011%2011.0955C10.6858%2011.069%209.3166%2011.5992%208.28837%2012.5722C7.26014%2013.5451%206.65507%2014.8829%206.60341%2016.2975L6.59981%2016.5V18.2802C5.44371%2018.1761%204.36097%2017.669%203.54083%2016.8476C2.72068%2016.0261%202.2153%2014.9426%202.11301%2013.7863C2.01073%2012.6301%202.31804%2011.4747%202.98124%2010.522C3.64444%209.56934%204.62134%208.88005%205.74121%208.5746C5.91914%207.03954%206.65507%205.62342%207.80903%204.59558C8.96298%203.56774%2010.4545%202.99988%2011.9998%203Z'%20fill='%230A0D14'/%3e%3c/svg%3e");
                            background-size: contain;
                            background-repeat: no-repeat;
                            margin-left: auto
                        }

            #logicalCD-detail .logicalCD-wrapper .logicalCD-card .text-para {
                display: block;
                padding-left: 64px;
                font-size: 16px;
                color: #525866;
                margin-top: 12px
            }

    #logicalCD-detail .filter-bar .filter-group {
        background-color: #f6f8fa;
        border-radius: 41px;
        padding: 4px
    }

        #logicalCD-detail .filter-bar .filter-group .form-select {
            border-radius: 100vmax
        }

            #logicalCD-detail .filter-bar .filter-group .form-select:focus {
                border-color: #ff8202;
                box-shadow: none
            }

        #logicalCD-detail .filter-bar .filter-group .btn {
            flex-shrink: 0
        }

    #logicalCD-detail .table tr td {
        font-size: 14px
    }

        #logicalCD-detail .table tr td:nth-child(2), #logicalCD-detail .table tr td:nth-child(4) {
            font-weight: 700
        }

    #logicalCD-detail .form-group {
        margin-bottom: 20px
    }

        #logicalCD-detail .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 14px;
            color: #0a0d14
        }

        #logicalCD-detail .form-group select {
            width: 100%;
            padding: 12px 40px 12px 12px;
            border: 1px solid #FF8202;
            border-radius: 8px;
            font-size: 16px;
            background-color: #fff;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 16px
        }

            #logicalCD-detail .form-group select:focus {
                outline: none;
                border-color: #ff8202;
                box-shadow: 0 0 0 2px #4a90e21a
            }

            #logicalCD-detail .form-group select:hover {
                border-color: #bbb
            }

        #logicalCD-detail .form-group input[type=text] {
            width: 100%;
            padding: 12px;
            border: 1px solid #FF8202;
            border-radius: 8px;
            font-size: 16px
        }

            #logicalCD-detail .form-group input[type=text]:focus {
                outline: none;
                border-color: #ff8202;
                box-shadow: 0 0 0 2px #4a90e21a
            }

            #logicalCD-detail .form-group input[type=text]:hover {
                border-color: #bbb
            }

@media (max-width: 991.98px) {
    #logicalCD-detail {
        margin-bottom: 186px
    }

        #logicalCD-detail hr {
            border: 4px solid #EDEDED
        }

        #logicalCD-detail .btn {
            max-width: 100%;
            width: 100%
        }

        #logicalCD-detail .form-group select {
            margin-right: 2px;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 18px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px
        }

            #logicalCD-detail .form-group select:focus {
                outline: none;
                border-color: #ff8202;
                box-shadow: 0 0 0 2px #4a90e21a
            }

        #logicalCD-detail .logicalCD-wrapper .logicalCD-list {
            flex-direction: column;
            gap: 13px
        }

        #logicalCD-detail .logicalCD-wrapper .logicalCD-btn-group {
            flex-direction: column
        }

        #logicalCD-detail .logicalCD-wrapper .logicalCD-card {
            padding: 24px
        }

        #logicalCD-detail .filter-bar {
            flex-direction: column-reverse
        }

            #logicalCD-detail .filter-bar .filter-group {
                width: 100%;
                flex-wrap: wrap;
                padding: 12px;
                border-radius: 24px
            }

                #logicalCD-detail .filter-bar .filter-group .form-select {
                    font-weight: 600;
                    text-align: center;
                    width: 100%
                }

                #logicalCD-detail .filter-bar .filter-group .btn {
                    flex: 1 1 auto;
                    font-size: 14px
                }

            #logicalCD-detail .filter-bar .searchBox {
                width: 100%;
                max-width: 100%;
                margin-bottom: 24px
            }
}

@media (max-width: 767.98px) {
    #logicalCD .btn {
        font-size: 12px
    }
}

#uregisitation {
    margin-bottom: 82px
}

    #uregisitation p {
        font-weight: 700;
        font-size: 18px
    }

    #uregisitation .h2 {
        font-weight: 900;
        font-size: 21px
    }

    #uregisitation .uregisitation-head {
        margin-bottom: 44px
    }

    #uregisitation .underline-link.gray {
        font-size: 18px
    }

.uregisitation-wrapper .uregisitation-block {
    background-color: #fef7ec;
    border-radius: 28px;
    padding: 24px
}

    .uregisitation-wrapper .uregisitation-block .uregisition-group {
        margin-top: 24px
    }

        .uregisitation-wrapper .uregisitation-block .uregisition-group .uregisitation-text-wrapper {
            max-width: 610px;
            width: 100%
        }

    .uregisitation-wrapper .uregisitation-block h3, .uregisitation-wrapper .uregisitation-block .h3 {
        font-size: 18px;
        font-weight: 700
    }

    .uregisitation-wrapper .uregisitation-block .text-block p {
        font-weight: 700;
        font-size: 18px
    }

.uregisitation-wrapper .arrow-down-img {
    text-align: center;
    margin: 15px 0
}

    .uregisitation-wrapper .arrow-down-img img {
        max-width: 223px;
        height: auto;
        width: 100%
    }

.uregisitation-image img {
    max-width: 366px;
    width: 100%;
    height: auto
}

@media (max-width: 767.98px) {
    #uregisitation {
        margin-bottom: 98px
    }
}

#withdrawal {
    margin-bottom: 46px
}

    #withdrawal .withdrawal-head {
        margin: 24px 0 48px
    }

    #withdrawal .withdrawal-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

        #withdrawal .withdrawal-content label {
            font-size: 14px
        }

        #withdrawal .withdrawal-content textarea {
            max-width: 699px;
            height: 405px;
            width: 100%;
            min-height: 100px;
            resize: none;
            padding: 16px;
            font-size: 18px;
            border-radius: 10px;
            border: 1px solid #E2E4E9;
            box-sizing: border-box;
            margin-bottom: 24px
        }

            #withdrawal .withdrawal-content textarea:focus {
                outline: none;
                border-color: #ff8202;
                box-shadow: 0 0 5px #ff820280
            }

@media (max-width: 767.98px) {
    #withdrawal .withdrawal-content textarea {
        width: 100%;
        min-width: 0;
        height: 200px
    }
}

#work-qa {
    margin-bottom: 26px
}

    #work-qa .btn-gray {
        border-radius: 8px;
        padding: 15px;
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 48px;
        text-transform: none
    }

        #work-qa .btn-gray:after {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background-image: url(./img/common/arrow-down-s-line.svg);
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: auto;
            margin-top: 8px;
            align-self: flex-end
        }

    #work-qa .accordion-faq .accordion-item {
        border-radius: 16px !important
    }

        #work-qa .accordion-faq .accordion-item .accordion-body p {
            font-weight: 400
        }

    #work-qa .breadcrumbWrapper {
        margin-top: 30px
    }

    #work-qa .wqa-menu-wrapper {
        top: 160px;
        position: sticky;
        margin-bottom: 24px
    }

        #work-qa .wqa-menu-wrapper ul li {
            font-size: 21px;
            margin-bottom: 30px
        }

            #work-qa .wqa-menu-wrapper ul li a.active {
                color: #ff8202
            }

            #work-qa .wqa-menu-wrapper ul li:last-child {
                margin-bottom: 0
            }

    #work-qa .work-qa-head {
        margin-bottom: 75px
    }

    #work-qa .wqa-block {
        margin-bottom: 26px;
        font-weight: 900
    }

        #work-qa .wqa-block:not(:last-child) {
            margin-bottom: 60px
        }

        #work-qa .wqa-block .h4 {
            margin-bottom: 10px;
            font-weight: 900
        }

        #work-qa .wqa-block .accordion-faq .accordion-item {
            border-radius: 16px !important
        }

            #work-qa .wqa-block .accordion-faq .accordion-item h2 button span, #work-qa .wqa-block .accordion-faq .accordion-item .h2 button span {
                font-size: 21px
            }

@media (max-width: 767.98px) {
    .btn-gray {
        padding: 10px
    }

    .accordion-faq .accordion-item .accordion-button {
        padding: 12px
    }

    #work-qa {
        margin-bottom: 136px
    }

        #work-qa .work-qa-head {
            margin-bottom: 40px
        }

            #work-qa .work-qa-head h4, #work-qa .work-qa-head .h4 {
                font-size: 21px
            }

        #work-qa .wqa-block {
            margin-bottom: 136px
        }

            #work-qa .wqa-block:not(:last-child) {
                margin-bottom: 48px
            }

            #work-qa .wqa-block .h4 {
                font-size: 24px;
                margin-bottom: 8px;
                font-weight: 800
            }

            #work-qa .wqa-block .accordion-faq .accordion-item {
                border-radius: 16px !important
            }

                #work-qa .wqa-block .accordion-faq .accordion-item h2 button span, #work-qa .wqa-block .accordion-faq .accordion-item .h2 button span {
                    font-size: 18px
                }

                    #work-qa .wqa-block .accordion-faq .accordion-item h2 button span.fw-bolder, #work-qa .wqa-block .accordion-faq .accordion-item .h2 button span.fw-bolder {
                        font-weight: 700 !important
                    }
}

.table.vertical-top tr td {
    vertical-align: top
}

.table.orange tr th {
    background-color: #ff8202;
    color: #fff
}

.table.orange tr td {
    background-color: transparent;
    border-bottom: none;
    padding: 10px 12px
}

.table .badge {
    margin-left: 12px
}

.table thead tr th {
    vertical-align: middle
}

    .table thead tr th:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
    }

    .table thead tr th:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
    }

.table tr th {
    font-size: 14px;
    font-weight: 400;
    border: none;
    background-color: #f6f8fa
}

.table tr td {
    padding: 20px 10px;
    vertical-align: middle
}

    .table tr td .cell {
        width: 100%;
        height: 100%;
        display: inline-block
    }

        .table tr td .cell .underline-link {
            font-size: 16px
        }

@media (max-width: 991.98px) {
    .table, tbody {
        width: 100%;
        display: block
    }

        .table.checkbox tbody tr {
            padding: 24px 51px;
            position: relative
        }

            .table.checkbox tbody tr td:first-child {
                position: absolute;
                left: 24px;
                top: 24px
            }

            .table.checkbox tbody tr td:nth-child(2) {
                font-size: 24px;
                font-weight: 700;
                color: #ff8202
            }

        .table.orange tbody tr td {
            padding: 0
        }

            .table.orange tbody tr td:first-child {
                font-weight: unset;
                color: unset
            }

        .table thead {
            display: none
        }

        .table tbody tr, .table tfoot tr {
            background-color: #fff;
            display: flex;
            flex-direction: column;
            gap: 6px;
            padding: 24px;
            border: 2px solid #FF8202;
            border-radius: 28px
        }

            .table tbody tr:not(:last-child), .table tfoot tr:not(:last-child) {
                margin-bottom: 18px
            }

            .table tbody tr td, .table tfoot tr td {
                border: none;
                padding: 0
            }

                .table tbody tr td:first-child, .table tfoot tr td:first-child {
                    font-weight: 700;
                    color: #ff8202
                }

                .table tbody tr td .cell, .table tfoot tr td .cell {
                    display: flex;
                    flex-direction: column;
                    gap: 6px;
                    align-items: flex-start
                }

                    .table tbody tr td .cell .badge, .table tfoot tr td .cell .badge {
                        margin-left: 0
                    }

                .table tbody tr td.label-data span, .table tfoot tr td.label-data span {
                    display: flex;
                    flex-direction: row;
                    position: relative;
                    gap: 10px
                }

                    .table tbody tr td.label-data span:before, .table tfoot tr td.label-data span:before {
                        content: attr(data-label) ":";
                        font-weight: 700;
                        display: inline-block;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis
                    }

                .table tbody tr td .underline-link, .table tfoot tr td .underline-link {
                    display: block;
                    text-decoration: none
                }
}

#job-lists-recommend, #job-lists-mystery, #job-lists-round {
    margin-bottom: 130px
}

    #job-lists-recommend .back-btn, #job-lists-mystery .back-btn, #job-lists-round .back-btn {
        margin-top: 32px
    }

    #job-lists-recommend .breadcrumbWrapper, #job-lists-mystery .breadcrumbWrapper, #job-lists-round .breadcrumbWrapper {
        margin-top: 24px
    }

    #job-lists-recommend .card-job, #job-lists-mystery .card-job, #job-lists-round .card-job {
        margin-bottom: 18px
    }

        #job-lists-recommend .card-job:last-child, #job-lists-mystery .card-job:last-child, #job-lists-round .card-job:last-child {
            margin-bottom: 0
        }

    #job-lists-recommend h1, #job-lists-recommend .h1, #job-lists-mystery h1, #job-lists-mystery .h1, #job-lists-round h1, #job-lists-round .h1 {
        margin-bottom: 12px
    }

        #job-lists-recommend h1 + p, #job-lists-recommend .h1 + p, #job-lists-mystery h1 + p, #job-lists-mystery .h1 + p, #job-lists-round h1 + p, #job-lists-round .h1 + p {
            margin-bottom: 38px
        }

    #job-lists-recommend hr, #job-lists-mystery hr, #job-lists-round hr {
        margin: 0
    }

    #job-lists-recommend .info-wrapper, #job-lists-mystery .info-wrapper, #job-lists-round .info-wrapper {
        padding: 24px 0
    }

        #job-lists-recommend .info-wrapper .info-item, #job-lists-mystery .info-wrapper .info-item, #job-lists-round .info-wrapper .info-item {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 14px
        }

            #job-lists-recommend .info-wrapper .info-item:not(:last-child), #job-lists-mystery .info-wrapper .info-item:not(:last-child), #job-lists-round .info-wrapper .info-item:not(:last-child) {
                margin-bottom: 24px
            }

            #job-lists-recommend .info-wrapper .info-item .title, #job-lists-mystery .info-wrapper .info-item .title, #job-lists-round .info-wrapper .info-item .title {
                font-weight: 700;
                width: 100%;
                max-width: 240px
            }

            #job-lists-recommend .info-wrapper .info-item .date, #job-lists-mystery .info-wrapper .info-item .date, #job-lists-round .info-wrapper .info-item .date {
                background-color: #fef7ec;
                border: 1px solid #FFE1C2;
                border-radius: 8px;
                padding: 6px
            }

    #job-lists-recommend .job-lists-wrapper, #job-lists-mystery .job-lists-wrapper, #job-lists-round .job-lists-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 32px
    }

    #job-lists-recommend .job-head, #job-lists-mystery .job-head, #job-lists-round .job-head {
        margin-bottom: 12px
    }

    #job-lists-recommend .filter-group, #job-lists-mystery .filter-group, #job-lists-round .filter-group {
        margin-top: 12px;
        margin-bottom: 24px
    }

    #job-lists-recommend .fixed-width, #job-lists-mystery .fixed-width, #job-lists-round .fixed-width {
        width: 100%;
        max-width: 240px
    }

    #job-lists-recommend .table-container .table tr .cell:not(.fixed-width), #job-lists-mystery .table-container .table tr .cell:not(.fixed-width), #job-lists-round .table-container .table tr .cell:not(.fixed-width) {
        font-weight: 700
    }

#job-lists {
    margin-bottom: 130px
}

    #job-lists .back-btn {
        margin-top: 32px
    }

    #job-lists .breadcrumbWrapper {
        margin-top: 24px
    }

    #job-lists h1, #job-lists .h1 {
        margin-bottom: 12px
    }

        #job-lists h1 + p, #job-lists .h1 + p {
            margin-bottom: 38px
        }

    #job-lists hr {
        margin: 0
    }

    #job-lists .info-wrapper {
        padding: 24px 0
    }

        #job-lists .info-wrapper .info-item {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 14px
        }

            #job-lists .info-wrapper .info-item:not(:last-child) {
                margin-bottom: 24px
            }

            #job-lists .info-wrapper .info-item .title {
                font-weight: 700;
                width: 100%;
                max-width: 240px
            }

            #job-lists .info-wrapper .info-item .date {
                background-color: #fef7ec;
                border: 1px solid #FFE1C2;
                border-radius: 8px;
                padding: 6px
            }

    #job-lists .job-lists-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 32px
    }

    #job-lists .job-head {
        margin-bottom: 12px
    }

    #job-lists .filter-group {
        margin-top: 12px;
        margin-bottom: 24px
    }

    #job-lists .fixed-width {
        width: 100%;
        max-width: 240px
    }

    #job-lists .table-container .table tr .cell:not(.fixed-width) {
        font-weight: 700
    }

@media (max-width: 991.98px) {
    #job-lists {
        position: relative
    }

        #job-lists .job-head {
            margin-bottom: 33px
        }
}

@media (max-width: 767.98px) {
    #job-lists {
        margin-bottom: 54px
    }

        #job-lists .breadcrumbWrapper {
            margin-bottom: 36px
        }

        #job-lists .job-head {
            margin-bottom: 9px
        }

            #job-lists .job-head .h4 {
                font-size: 21px
            }

        #job-lists .info-wrapper .info-item {
            align-items: flex-start;
            flex-direction: column
        }

        #job-lists .table-container .table tbody tr {
            padding: 24px
        }

            #job-lists .table-container .table tbody tr td:first-child {
                display: none
            }

            #job-lists .table-container .table tbody tr td:nth-of-type(2) {
                order: 3;
                color: #0a0d14
            }

                #job-lists .table-container .table tbody tr td:nth-of-type(2) .cell {
                    font-size: 16px
                }

            #job-lists .table-container .table tbody tr td:nth-of-type(3) {
                order: 2;
                color: #ff8202
            }

            #job-lists .table-container .table tbody tr td:nth-of-type(4) {
                order: 4
            }

            #job-lists .table-container .table tbody tr td:nth-of-type(5) {
                order: 5
            }

            #job-lists .table-container .table tbody tr td:nth-of-type(6) {
                order: 6
            }

            #job-lists .table-container .table tbody tr td:nth-of-type(7) {
                order: 7
            }

            #job-lists .table-container .table tbody tr td .btns {
                flex-direction: row
            }
}

#system-faq {
    margin-top: 35px;
    margin-bottom: 81px
}

    #system-faq .system-faq-section {
        margin-top: 50px
    }

    #system-faq .system-faq-head {
        margin-bottom: 75px
    }

    #system-faq .accordion-faq .accordion-item {
        border-radius: 16px !important
    }

        #system-faq .accordion-faq .accordion-item .heading {
            font-size: 21px
        }

        #system-faq .accordion-faq .accordion-item:not(:last-child) {
            margin-bottom: 18px
        }

        #system-faq .accordion-faq .accordion-item .accordion-body {
            padding: 0 30px 30px
        }

@media (max-width: 767.98px) {
    #system-faq {
        margin-top: 30px
    }

        #system-faq .breadcrumbWrapper {
            margin-top: 35px
        }

        #system-faq .system-faq-section {
            margin-top: 30px
        }

        #system-faq .system-faq-head {
            margin-bottom: 35px
        }

        #system-faq .accordion-faq .accordion-item .heading {
            font-size: 18px
        }

        #system-faq .accordion-faq .accordion-item .accordion-button {
            align-items: center
        }

        #system-faq .accordion-faq .accordion-item:not(:last-child) {
            margin-bottom: 12px
        }

        #system-faq .accordion-faq .accordion-item .accordion-body {
            padding: 0 12px 12px
        }
}

@media (max-width: 575.98px) {
    #system-faq .accordion-faq .accordion-button {
        padding: 12px
    }
}

#applied-jobs, #completed-jobs {
    margin-bottom: 126px
}

    #applied-jobs .title-bar, #completed-jobs .title-bar {
        margin-bottom: 37px
    }

    #applied-jobs .table tbody tr td, #completed-jobs .table tbody tr td {
        font-weight: 700
    }

        #applied-jobs .table tbody tr td:first-child, #completed-jobs .table tbody tr td:first-child {
            font-size: 16px
        }

        #applied-jobs .table tbody tr td:not(:first-child), #completed-jobs .table tbody tr td:not(:first-child) {
            font-size: 14px
        }

@media (max-width: 991.98px) {
    #applied-jobs, #completed-jobs {
        margin-bottom: 34px
    }

        #applied-jobs .h4, #completed-jobs .h4 {
            font-size: 21px
        }

        #applied-jobs .table tbody tr td, #completed-jobs .table tbody tr td {
            font-weight: 700
        }

            #applied-jobs .table tbody tr td span:before, #completed-jobs .table tbody tr td span:before {
                content: attr(data-label) ":";
                white-space: pre-line
            }

            #applied-jobs .table tbody tr td:first-child, #completed-jobs .table tbody tr td:first-child {
                font-size: 16px
            }

                #applied-jobs .table tbody tr td:first-child.label-data span, #completed-jobs .table tbody tr td:first-child.label-data span {
                    gap: 0
                }

                    #applied-jobs .table tbody tr td:first-child.label-data span:before, #completed-jobs .table tbody tr td:first-child.label-data span:before {
                        content: attr(data-label) ""
                    }

            #applied-jobs .table tbody tr td:not(:first-child), #completed-jobs .table tbody tr td:not(:first-child) {
                font-size: 14px
            }

                #applied-jobs .table tbody tr td:not(:first-child).label-data span:before, #completed-jobs .table tbody tr td:not(:first-child).label-data span:before {
                    max-width: 120px;
                    display: inline-block
                }
}

#media-crew {
    margin-top: 35px
}

    #media-crew .h4 {
        font-size: 38px
    }

#mcrew-section1 {
    margin-bottom: 88px
}

#mcrew-section2 {
    margin-bottom: 73px
}

.mcrew-card {
    padding: 24px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    max-height: 391px;
    height: 100%;
    border-radius: 28px
}

    .mcrew-card .mcrew-card-body {
        padding-top: 24px
    }

        .mcrew-card .mcrew-card-body .h5 {
            margin-bottom: 24px
        }

@media (max-width: 991.98px) {
    #mcrew-section1 {
        margin-bottom: 142px
    }

    #mcrew-section2 {
        margin-bottom: 50px
    }

    #research-section1 .row {
        margin-bottom: 53px
    }

        #research-section1 .row:not(:first-child) {
            margin-bottom: 36px
        }
}

@media (max-width: 767.98px) {
    #media-crew {
        margin-top: 38px
    }

        #media-crew .h4 {
            font-size: 28px
        }
}

#research {
    margin-top: 35px
}

#research-section .row {
    margin-bottom: 53px
}

    #research-section .row:not(:first-child) {
        margin-bottom: 70px
    }

.embed-link {
    border-radius: 36px;
    max-width: 596px;
    width: 100%;
    height: 312px;
    overflow: hidden;
    position: relative;
    display: block
}

    .embed-link iframe.embed-responsive-item {
        display: block;
        width: 100%;
        height: 100%;
        border: none
    }

    .embed-link .youtube-icon-link {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 10;
        display: inline-block
    }

        .embed-link .youtube-icon-link .youtube-icon-img {
            width: 143px;
            height: 101px;
            display: block
        }

@media (max-width: 991.98px) {
    #research {
        margin-top: 30px;
        margin-bottom: 126px
    }

        #research #research-section .row {
            margin-bottom: 36px
        }
}

#real-shop {
    margin-top: 35px;
    margin-bottom: 106px
}

@media (max-width: 991.98px) {
    #real-shop {
        margin-top: 30px;
        margin-bottom: 126px
    }
}

#rounder {
    margin-top: 35px;
    margin-bottom: 259px
}

    #rounder .find-job {
        margin: 61px 0
    }

#rounder-section2 .rounder-card {
    padding: 24px;
    margin-bottom: 54px;
    background-color: #fef7ec;
    border-radius: 28px
}

    #rounder-section2 .rounder-card .h6 {
        margin-bottom: 12px;
        font-weight: 900
    }

@media (max-width: 991.98px) {
    #rounder {
        margin-top: 30px;
        margin-bottom: 116px
    }
}

#whatIsMedif {
    padding-top: 35px;
    padding-bottom: 281px
}

    #whatIsMedif .row:not(:last-child) {
        margin-bottom: 104px
    }

    #whatIsMedif .row figure {
        width: 100%;
        max-width: 570px;
        height: 470px
    }

        #whatIsMedif .row figure img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover
        }

    #whatIsMedif .row h1, #whatIsMedif .row .h1 {
        margin-bottom: 19px
    }

    #whatIsMedif .row h2, #whatIsMedif .row .h2 {
        margin-bottom: 21px
    }

    #whatIsMedif .row h3, #whatIsMedif .row .h3 {
        margin-bottom: 17px
    }

    #whatIsMedif .row ul {
        margin-bottom: 22px
    }

        #whatIsMedif .row ul li {
            font-size: 18px
        }

@media (max-width: 991.98px) {
    #whatIsMedif {
        padding-top: 29px;
        padding-bottom: 150px
    }

        #whatIsMedif .row:not(:last-child) {
            margin-bottom: 85px
        }

        #whatIsMedif .row figure {
            height: 288px;
            margin-bottom: 35px
        }

        #whatIsMedif .row h1, #whatIsMedif .row .h1 {
            margin-bottom: 16px
        }
}

.underline-link {
    text-decoration: underline;
    color: #ff8202;
    font-size: 24px
}

    .underline-link.gray {
        text-decoration-color: #000;
        color: #000
    }

*, body, div, section, p, span, strong, table, tr, td, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, i {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: -.176px
}

body {
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

p {
    margin-bottom: 23px
}

a {
    letter-spacing: .27px
}

ul li a {
    text-decoration: none;
    color: #000
}

.back-btn {
    display: inline-block;
    width: 60px;
    height: 56px;
    padding: 19px 21px;
    border-radius: 100vmax;
    background-color: #fef7ec;
    display: flex;
    align-items: center;
    transition: background-color .2s ease-out
}

    .back-btn:hover {
        background-color: #fff;
        border: 1px solid #FF8202
    }

.listBorder li {
    margin-bottom: 24px
}

    .listBorder li .navi-link {
        padding: 28px 24px;
        border-radius: 28px;
        font-size: 28px;
        border: 1px solid #CDD0D5;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 900
    }

        .listBorder li .navi-link:after {
            content: "";
            display: inline-block;
            width: 12px;
            height: 20px;
            background-image: url("data:image/svg+xml,%3csvg%20width='14'%20height='22'%20viewBox='0%200%2014%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.67125%2010.9984L0.875%203.20215L3.10205%200.975098L13.1253%2010.9984L3.10205%2021.0217L0.875%2018.7946L8.67125%2010.9984Z'%20fill='%230A0D14'/%3e%3c/svg%3e");
            background-size: contain;
            background-repeat: no-repeat;
            margin-right: 14px
        }

.breadcrumbWrapper {
    margin-top: 59px;
    margin-bottom: 16px
}

    .breadcrumbWrapper .custom-breadcrumb .breadcrumb-item a {
        color: #525866;
        font-weight: 400
    }

        .breadcrumbWrapper .custom-breadcrumb .breadcrumb-item a.active {
            font-weight: 700;
            color: #0a0d14
        }

    .breadcrumbWrapper .custom-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        content: "";
        background-image: url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.2965%2010.7105L7.58398%206.998L8.64448%205.9375L13.4175%2010.7105L8.64448%2015.4835L7.58398%2014.423L11.2965%2010.7105Z'%20fill='%23CDD0D5'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px 0 0
    }

.searchBox {
    position: relative;
    width: 100%;
    max-width: 288px;
    height: auto
}

    .searchBox input {
        line-height: normal;
        padding: 10px
    }

        .searchBox input.form-control {
            padding-left: 40px;
            border-radius: 25px !important;
            border: 1px solid #E2E4E9;
            transition: all .3s ease;
            font-size: 16px
        }

            .searchBox input.form-control:focus {
                outline: none;
                border: 1px solid #FF8202;
                box-shadow: none
            }

            .searchBox input.form-control::placeholder {
                color: #999;
                font-size: 16px
            }

    .searchBox:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        pointer-events: none;
        background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.25%203.21143C12.976%203.21143%2016%206.23543%2016%209.96143C16%2013.6874%2012.976%2016.7114%209.25%2016.7114C5.524%2016.7114%202.5%2013.6874%202.5%209.96143C2.5%206.23543%205.524%203.21143%209.25%203.21143ZM9.25%2015.2114C12.1502%2015.2114%2014.5%2012.8617%2014.5%209.96143C14.5%207.06043%2012.1502%204.71143%209.25%204.71143C6.349%204.71143%204%207.06043%204%209.96143C4%2012.8617%206.349%2015.2114%209.25%2015.2114ZM15.6137%2015.2647L17.7355%2017.3857L16.6742%2018.4469L14.5532%2016.3252L15.6137%2015.2647Z'%20fill='%23868C98'/%3e%3c/svg%3e");
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        z-index: 1
    }

.collapse-box {
    background-color: #fef7ec;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    transition: all .3s ease
}

.collapse-box__header {
    display: flex;
    align-items: center;
    cursor: pointer
}

    .collapse-box__header .label-sm {
        line-height: normal
    }

    .collapse-box__header.suitcase:before, .collapse-box__header.location:before, .collapse-box__header.map:before, .collapse-box__header.money:before, .collapse-box__header.calendar:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 6px
    }

    .collapse-box__header.suitcase:before {
        background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.7%203.90002C15.1968%203.90002%2015.6%204.30322%2015.6%204.80002V6.60002H20.1C20.5968%206.60002%2021%207.00322%2021%207.50002V19.2C21%2019.6968%2020.5968%2020.1%2020.1%2020.1H3.9C3.4032%2020.1%203%2019.6968%203%2019.2V7.50002C3%207.00322%203.4032%206.60002%203.9%206.60002H8.4V4.80002C8.4%204.30322%208.8032%203.90002%209.3%203.90002H14.7ZM15.6%208.40002H8.4V18.3H15.6V8.40002ZM4.8%208.40002V18.3H6.6V8.40002H4.8ZM13.8%205.70002H10.2V6.60002H13.8V5.70002ZM17.4%208.40002V18.3H19.2V8.40002H17.4Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
    }

    .collapse-box__header.location:before {
        background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2016.6749L13.7125%2012.9624C14.4467%2012.2282%2014.9466%2011.2927%2015.1492%2010.2743C15.3517%209.25596%2015.2477%208.20039%2014.8503%207.24111C14.4529%206.28183%2013.78%205.46192%2012.9167%204.88507C12.0533%204.30821%2011.0383%204.00032%2010%204.00032C8.96167%204.00032%207.94666%204.30821%207.08331%204.88507C6.21997%205.46192%205.54706%206.28183%205.14969%207.24111C4.75231%208.20039%204.64831%209.25596%204.85084%2010.2743C5.05337%2011.2927%205.55333%2012.2282%206.2875%2012.9624L10%2016.6749ZM10%2018.7959L5.227%2014.0229C4.28301%2013.0789%203.64014%2011.8762%203.3797%2010.5668C3.11925%209.25746%203.25293%207.90026%203.76382%206.66687C4.27472%205.43347%205.13988%204.37927%206.24991%203.63757C7.35994%202.89588%208.66498%202.5%2010%202.5C11.335%202.5%2012.6401%202.89588%2013.7501%203.63757C14.8601%204.37927%2015.7253%205.43347%2016.2362%206.66687C16.7471%207.90026%2016.8808%209.25746%2016.6203%2010.5668C16.3599%2011.8762%2015.717%2013.0789%2014.773%2014.0229L10%2018.7959V18.7959ZM10%2010.7499C10.3978%2010.7499%2010.7794%2010.5919%2011.0607%2010.3106C11.342%2010.0293%2011.5%209.64777%2011.5%209.24994C11.5%208.85212%2011.342%208.47059%2011.0607%208.18928C10.7794%207.90798%2010.3978%207.74994%2010%207.74994C9.60218%207.74994%209.22065%207.90798%208.93934%208.18928C8.65804%208.47059%208.5%208.85212%208.5%209.24994C8.5%209.64777%208.65804%2010.0293%208.93934%2010.3106C9.22065%2010.5919%209.60218%2010.7499%2010%2010.7499ZM10%2012.2499C9.20435%2012.2499%208.44129%2011.9339%207.87868%2011.3713C7.31607%2010.8087%207%2010.0456%207%209.24994C7%208.45429%207.31607%207.69123%207.87868%207.12862C8.44129%206.56601%209.20435%206.24994%2010%206.24994C10.7957%206.24994%2011.5587%206.56601%2012.1213%207.12862C12.6839%207.69123%2013%208.45429%2013%209.24994C13%2010.0456%2012.6839%2010.8087%2012.1213%2011.3713C11.5587%2011.9339%2010.7957%2012.2499%2010%2012.2499Z'%20fill='%23868C98'/%3e%3c/svg%3e")
    }

    .collapse-box__header.map:before {
        background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.5%202.46143L5.75%200.211426L10.25%202.46143L14.9772%200.435676C15.0343%200.411213%2015.0966%200.401303%2015.1584%200.406833C15.2202%200.412363%2015.2797%200.43316%2015.3316%200.467359C15.3834%200.501559%2015.4259%200.548089%2015.4553%200.602774C15.4847%200.65746%2015.5001%200.718589%2015.5%200.780676V12.9614L10.25%2015.2114L5.75%2012.9614L1.02275%2014.9872C0.965685%2015.0116%200.90344%2015.0215%200.841599%2015.016C0.779759%2015.0105%200.720259%2014.9897%200.66844%2014.9555C0.616621%2014.9213%200.574104%2014.8748%200.544705%2014.8201C0.515306%2014.7654%200.499945%2014.7043%200.5%2014.6422V2.46143ZM11%2013.2577L14%2011.9722V2.48618L11%203.77168V13.2577ZM9.5%2013.1594V3.76343L6.5%202.26343V11.6594L9.5%2013.1594ZM5%2011.6512V2.16518L2%203.45068V12.9367L5%2011.6512Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
    }

    .collapse-box__header.money:before {
        background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%2015.2114C3.85775%2015.2114%200.5%2011.8537%200.5%207.71143C0.5%203.56918%203.85775%200.211426%208%200.211426C12.1423%200.211426%2015.5%203.56918%2015.5%207.71143C15.5%2011.8537%2012.1423%2015.2114%208%2015.2114ZM8%2013.7114C9.5913%2013.7114%2011.1174%2013.0793%2012.2426%2011.9541C13.3679%2010.8288%2014%209.30272%2014%207.71143C14%206.12013%2013.3679%204.594%2012.2426%203.46879C11.1174%202.34357%209.5913%201.71143%208%201.71143C6.4087%201.71143%204.88258%202.34357%203.75736%203.46879C2.63214%204.594%202%206.12013%202%207.71143C2%209.30272%202.63214%2010.8288%203.75736%2011.9541C4.88258%2013.0793%206.4087%2013.7114%208%2013.7114ZM8.75%208.46143H11V9.96143H8.75V11.4614H7.25V9.96143H5V8.46143H7.25V7.71143H5V6.21143H6.9395L5.348%204.62068L6.41%203.55943L8%205.15093L9.59075%203.55943L10.652%204.62068L9.0605%206.21143H11V7.71143H8.75V8.46143Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
    }

    .collapse-box__header.calendar:before {
        background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%203.89998H20.1C20.3387%203.89998%2020.5676%203.9948%2020.7364%204.16358C20.9052%204.33236%2021%204.56128%2021%204.79998V19.2C21%2019.4387%2020.9052%2019.6676%2020.7364%2019.8364C20.5676%2020.0052%2020.3387%2020.1%2020.1%2020.1H3.9C3.66131%2020.1%203.43239%2020.0052%203.2636%2019.8364C3.09482%2019.6676%203%2019.4387%203%2019.2V4.79998C3%204.56128%203.09482%204.33236%203.2636%204.16358C3.43239%203.9948%203.66131%203.89998%203.9%203.89998H7.5V2.09998H9.3V3.89998H14.7V2.09998H16.5V3.89998ZM14.7%205.69998H9.3V7.49998H7.5V5.69998H4.8V9.29998H19.2V5.69998H16.5V7.49998H14.7V5.69998ZM19.2%2011.1H4.8V18.3H19.2V11.1Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
    }

    .collapse-box__header:after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_16066_1740)'%3e%3cpath%20d='M12.5%2013.172L17.45%208.222L18.864%209.636L12.5%2016L6.13599%209.636L7.54999%208.222L12.5%2013.172Z'%20fill='%230A0D14'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_16066_1740'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: contain;
        transition: transform .3s ease;
        margin-left: auto;
        vertical-align: middle;
        transform: rotate(0)
    }

    .collapse-box__header.collapsed:after {
        transform: rotate(-180deg)
    }

.collapse-box__body {
    overflow: hidden;
    transition: height .3s ease;
    margin-top: 12px
}

    .collapse-box__body.collapsed {
        height: 0 !important;
        margin-top: 0
    }

    .collapse-box__body .approximately {
        margin: 0 8px
    }

    .collapse-box__body select, .collapse-box__body input {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #FF8202;
        border-radius: 8px;
        background-color: #fff;
        font-size: 14px;
        color: #525866;
        cursor: pointer;
        transition: border-color .3s ease
    }

        .collapse-box__body select:focus, .collapse-box__body input:focus {
            outline: none;
            border-color: #ff8202;
            box-shadow: none
        }

    .collapse-box__body option:first-child {
        color: #525866;
        font-style: italic
    }

    .collapse-box__body option:not(:first-child) {
        color: #333;
        font-style: normal
    }

.login-icon {
    gap: 4px;
    padding: 14px 9px;
    font-size: 18px;
    font-weight: 700
}

    .login-icon:after {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2012.25H5.5V16H14.5V4H5.5V7.75H4V3.25C4%203.05109%204.07902%202.86032%204.21967%202.71967C4.36032%202.57902%204.55109%202.5%204.75%202.5H15.25C15.4489%202.5%2015.6397%202.57902%2015.7803%202.71967C15.921%202.86032%2016%203.05109%2016%203.25V16.75C16%2016.9489%2015.921%2017.1397%2015.7803%2017.2803C15.6397%2017.421%2015.4489%2017.5%2015.25%2017.5H4.75C4.55109%2017.5%204.36032%2017.421%204.21967%2017.2803C4.07902%2017.1397%204%2016.9489%204%2016.75V12.25ZM8.5%209.25V7L12.25%2010L8.5%2013V10.75H2.5V9.25H8.5Z'%20fill='%23FF8202'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0
    }

.form-group {
    width: 100%;
    margin-bottom: 24px
}

    .form-group label {
        font-size: 21px;
        font-weight: 900
    }

    .form-group input, .form-group select {
        display: block;
        border: 1px solid #FF8202;
        outline: none;
        width: 100%;
        border-radius: 10px;
        padding: 10px 12px
    }

    .form-group:last-child {
        margin-bottom: 0
    }

.info-icon {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    margin-right: 20px;
    font-weight: 500;
    display: inline-block
}

    .info-icon:before {
        content: "";
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%2015.5C3.85775%2015.5%200.5%2012.1423%200.5%208C0.5%203.85775%203.85775%200.5%208%200.5C12.1423%200.5%2015.5%203.85775%2015.5%208C15.5%2012.1423%2012.1423%2015.5%208%2015.5ZM8%2014C9.5913%2014%2011.1174%2013.3679%2012.2426%2012.2426C13.3679%2011.1174%2014%209.5913%2014%208C14%206.4087%2013.3679%204.88258%2012.2426%203.75736C11.1174%202.63214%209.5913%202%208%202C6.4087%202%204.88258%202.63214%203.75736%203.75736C2.63214%204.88258%202%206.4087%202%208C2%209.5913%202.63214%2011.1174%203.75736%2012.2426C4.88258%2013.3679%206.4087%2014%208%2014ZM7.25%204.25H8.75V5.75H7.25V4.25ZM7.25%207.25H8.75V11.75H7.25V7.25Z'%20fill='%23FF8202'/%3e%3c/svg%3e");
        width: 15px;
        height: 15px;
        background-position: center;
        background-repeat: no-repeat
    }

    .info-icon:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #ff8202;
        transition: transform .3s ease-in-out
    }

.custom-dropdown {
    position: relative
}

    .custom-dropdown:hover .custom-dropdown-menu {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }

    .custom-dropdown > a {
        display: flex;
        align-items: center;
        padding: 10px
    }

        .custom-dropdown > a:after {
            content: "";
            width: 24px;
            height: 24px;
            background-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_16066_1740)'%3e%3cpath%20d='M12.5%2013.172L17.45%208.222L18.864%209.636L12.5%2016L6.13599%209.636L7.54999%208.222L12.5%2013.172Z'%20fill='%230A0D14'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_16066_1740'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
            transition: .3s ease-in-out;
            background-size: 100% 100%;
            display: inline-block
        }

        .custom-dropdown > a:hover:after {
            background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_14006_54618)'%3e%3cpath%20d='M11.9997%2013.172L16.9497%208.22205L18.3637%209.63605L11.9997%2016L5.63574%209.63605L7.04974%208.22205L11.9997%2013.172Z'%20fill='%23FF8202'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14006_54618'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")
        }

    .custom-dropdown .custom-dropdown-menu {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        left: 0;
        z-index: 1;
        padding: 16px;
        border: 2px solid #FF8202;
        border-radius: 28px;
        transform: translateY(10px);
        opacity: 0;
        transition: ease-out .3s;
        pointer-events: none
    }

        .custom-dropdown .custom-dropdown-menu .custom-dropdown-item {
            width: 100%;
            min-width: 220px;
            padding: 10px 20px;
            border-radius: 100vmax;
            text-decoration: none;
            color: #000;
            display: inline-block;
            letter-spacing: -.176px;
            white-space: nowrap
        }

            .custom-dropdown .custom-dropdown-menu .custom-dropdown-item:hover, .custom-dropdown .custom-dropdown-menu .custom-dropdown-item.active {
                background-color: #fef7ec;
                color: #ff8202
            }

.noti-box {
    width: 521px;
    max-width: 521px;
    background-color: #fff;
    display: block;
    padding: 24px;
    border-radius: 28px;
    top: 100%;
    right: 0;
    z-index: 99999 !important;
    border: 2px solid #CDD0D5;
    opacity: 0;
    transform: translateY(10px);
    transition: ease-out .3s;
    pointer-events: none
}

    .noti-box header {
        margin-bottom: 12px
    }

.noti-list {
    max-height: 332px;
    overflow-y: auto
}

.noti-item {
    position: relative;
    margin-bottom: 8px
}

    .noti-item a {
        display: block;
        padding: 10px 20px;
        border: 1px solid #CDD0D5;
        border-radius: 16px
    }

        .noti-item a:hover {
            background-color: #fef7ec
        }

    .noti-item p {
        margin-bottom: 0
    }

    .noti-item .btn-close {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 18px;
        height: 18px;
        border-radius: 100vmax;
        border: 1px solid #CDD0D5;
        font-size: 12px
    }

        .noti-item .btn-close:focus {
            box-shadow: none
        }

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fbdfb1;
    background-size: 24px;
    flex-shrink: 0
}

    .avatar.avatar1 {
        background-image: url(/assets/assets/trophy1-DUbQQslJ.png)
    }

    .avatar.avatar2 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAxCAYAAACcXioiAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAuYSURBVHgB1VlrjFTlGX6+c5mZ3dk7sIIrCwsoBdGkiKSmkbJtrcYClaTaVmtbG9M2qWm1F2sNsTZt0h/2RmyrtTUhplZLCrb1giCWikIRXERAIWBZ7iyLy95ndmbO+b4+7/fNivpnZ3fWtL7J2XPOnnNmnud9n/fynQE+4KZQhl19/bOz9u079gP5kCcevQpTWxpQe+f3EG7bAnjeFrVzz6otrxydedeKrXcd7xjApr8vR12tD3/vblR9+zYgDIGauo1qw/N/wRgtQBmWGdC9qVR4TRRHFzzxdDtu/0YVcldeiXDrS3L5k+b22/+2+sTAlzu7MrfW1YRoqA8RaY1UWxu/meALsRB9AmWYhzLsxXXXngH0PxVDsL2tCx4Pch9rBfJ52abj5Zfn7t/ftVzuXXjZZBhjoHxG4CUhyIfC4Aymz3wFZVhZBOwHaLNFa4P/tHfj8NEBmKoq6KnNAg79Cf8zr+zuvjiKDD7VOhWa3veOHoF/pJ1PGiCKt+LBB8+gDCubQPNFF6zzff9sIQK2bO+Er2MMLVkKQ7CHJk2+48CbPaqmOoH5l04UyAh2tkFFvDnWPEmuV5bJ/5DAhsevPhbl470+P+nV196CSCM//zIM9Pbj+LzFoSbYS+ZOQH19wson2LWLwJl6nspiwoQXUaaVTUCstrriH8pT2L6zE/2DBRRmzERm9ixsGphGnAYLFzQ6/Q8OItyz2z0URa/jqadeR5k2LgSmNDetiVhRunuHcOBgL4YoisPX34zNe7JQnofLPzzJ3ufvfwOqowM2gZMVa5RSZclHbFwIPPt46+EgCE6FgY8du06jr6cbz/edh+4zA5jZUovZM2sYASCxYT2BJ6n/2GBi45hr/zttXAhYy2cfFoc++ewR9Pd1Y/OWs/CZGNdfN8NmKb2N8EVKnnnA7Wn15JPtGAcbNwIt0xpXZwf7o8OHTmLvvlM4dGSI+o9w1eImW5H8th1Q2Qzbhu7lnx9jnGzcCGx85oY9H1/c8hjiQfzp0ZegVYBpzTWoTgcwrDoVa/5KDSWAgf7fqu2vltW83mnjJyHaT+/+6J13fOuKzuOn6HFoLLtmOmKW0YCVx9+5A9rDz/DIn+/FOFpZs9B7raWlsaOp+Z4bG8/zNxYChU8sOp+R8FC5drVRML9XV316hVqwQOP/3e79/jfXffGWx0zP2Q7T07bN5D67cEfPkafq8T7YuEpIzHTcl77lulzT+Q2HNh3a13bi9No1hzJfmteRrh6ci/fByloPvNf2/QYTqtLpy6OaaY+h/9iBhFeIwgQHuMrmC8NQr67wu1Yd6GnaPe+GN/IYJyubgEwIB+7HpWxN32Wpv9oP0OhT/4rl3uPe8xUCjhlJFqAgpYxf4x1Dpf/oEKJHJi7I70eZVhaB1+5DC0H/mnm6VHFWCwhW+pRnNw8y4AkJX0jwJBHyOEFyNbzQ6OUYm4fjDqyou7K3G2O0MREwmxDs3oavGB8rCbwyIEg7YHrFTTxPr3NHVgKeWyhR8KCEQIo1iWOHqQ6g04lDKhN9rerirucxBhtTEr/6b/yI4B8CwftF8OJtJeCVfKhhH3DekXFNvsSHcuQkOrzJF8L5GH6mMMOkq9b0HWxZijHYqCOw6yf4uUlR7wlZdIl3i15XjoB8YMz1SiEndxubA1ycoSLloaYhRFDNCCQlErw58BDzYc2ndG1DPuiNl6QuaX9uNHhGReDNlWjluL9RhcRlwRvrTU+5TzJcWuaynBi4eK9saqZ8JiFI1FM+aaQa5iDT9gtUTzSWgJcUApQSQxLzWWl4urq+zzuZvbjyIyeOl4qp5E785gNozPbjjyp1DrzPDFbWBQYRC+NQXqFhViXSU65AMj0bfljBfEjDCyvh185Fb4GAI/o7NCRb1C815jn2QLavJp5StYo5do1qRVQKrpJzoJDHPV4KM4KEk4RPtyvPgR/oJ47qEFPmz0BN83Ikq+ZQ4ylGgJsfSlbL+heakEzk8gJaFvUEz/rLFwPwuUZWmTy8KNOamTrlq6XiKonAqQcwnVK+yWMlCYuVRhWzdGgIqJtRh4aLLkeyYTElU8sQJRx4j4nihW5P3RnNCBCwzhN8QcMU5JjAeczJm2S478l6Jih83TwzK1kKtpII8Ps+Z0LUSeVQgQMv0mEOgi8hUDWxCYn0HFYj6ouetgR8AT4M3j0kKtGRAGckcsYSgCXjCHmMiMrG3Arz+2eeXlgKtpIIaB83CgZRgue7RZVUH1t1pPokpxT1noKEJcp3wks3OAJKCqgLl3hfQBuCFYWbvLbHWs4L7lgJoZ6I+/jzpWAbkcDxtZhAoJe45uS0bztssfoIAS/ZwHM2pTiL/pN78Vb7STq8itfCcywR23WxJcEoxOzDJu8iYHis5TznyJg+EhnQS1CCjUhAdWMOta+knkv18WUcIAM5tw3Jzjwp1v5edO3+F3q2bUBC/qmSReDyFcoOTQIesskoV5SPI8Eoc4tlK8jymv/r1817V6NqJHwjllFKebZRbhzw/XPNSsG5X14yDHUew+DB7ajAIJJ1Qog5gFDaGIbBE6mrPswZ7Un1keUxCUgj4wXmNy8p+z955+szSrMqqE3kDpZFgMvYSVLxRC92wiToIiwrqYCDmT6xGRPYYX0mSo66jr0iU3sfQSpKQlysXf2XSEQWvDQySsazvHiZBEhWXlPKiwC+1ascCd+IBETqflHs78oBd43p6aGYu/Sem4Pi4J3KFMTKakTezgkJHSnEPuy5OEfKqxai0hq0e23EIGHQG3lSGJEAm1aXeEcI+MXJ0lYiebjYia2zbXOCqzqqeGIsLHcxGrJSGm6vcZGXkDDK3RULeUuAn0MSYQq5sgnESbwR0tXiNRmJbReWfBDg9o8DIgioBvjUQ94fZkMCJnbkokH5j5WKmAXu7uJe2dwW/WsrMekXRidrcKJ8AgXsCeqUCTNK2bk/4WTkWf3Y2RmS5KZYZVQkURHgBQZA/B0Vy2eGQ5uxg5vNi+HY2MLkpCRNUbxv56QIRyZci76R8I1YRuuXowe1ak9QIXN/sYTKPCGLE47IdrLkfOTx3E9QPqEglCwcIjjq3tbHHGt/HyuNdh4XySjnfed5B1z28tOB7dQGz6AEK6kTmwrzS9TBZq1hgpoiASNLLt9mtpOTXdSIfyNX2CUCsZAgmUKfTVQXMQdeu5x2+VAEL49Q/zkOrqtKwVYSgdxg7QbUmqOantaB25x8hpdgrkq93XRB+bArG3pex0MExa3QY8upUecI2BzQbh0x7H3lyui62behrRRsJRGYtOCtUwS8UtfDrp6kQWnlgBuvWOmKieyanBAYsvLR0lp1gbl0hgTNu8DH0gus/pWTjk1eZHjLryStSsFW8oLmTHv2dxNbUktMwWvVtrMpG39VBG6PjQsG8t3oOfYcR4LT/B0vS/wFLuhj6epvN2ZpWDa5CV6WoLb2a9uw75/7Q2wuFdeolpQD29LnqcloU31hk1dsbLYry8sh6UB5N2kODkR2y/M84swjAIVgMukGwOFab2IHPJ+zFZdaxfb6OWhtWoZMqZhGvajP7k+16Aq1VZ1NTJZGKb+BieeFgF2YCKC86FhzrNYoyLgsixi7Ait2WmNVRWK8j9mqeI2B2hrEWDbnbnSNBs+oX6tUfGionYPWorg6vzNmuYz4g5iMxrLKYvNBnpt4VTY7JgwruTiIxrpYnGJ37DMJCH4tJ++lowU/JgJiqZm5g1U7swt1MvcHk8pnNMfHWIY4kogpGflhW9vNlUdpUMNNangvbLwcOtm0b1Ut+MK87+AsxmBlvxvtfCF5YWVKr1BZc5PO+b4UnYKsdSUK2hGJZbIsjgiyIqPeu3m80q/BQ9NvximUYeP2djqzHlOJcREraGucV4tYyycxMCHfQmjW+Sy93knvv8DcX58/HxsuvHbkQa0UG9fX68O2ejX81n5UcixKpVN8BZom2GUYKLW2j8b+C/eLiX6CI88tAAAAAElFTkSuQmCC)
    }

    .avatar.avatar3 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAxCAYAAACcXioiAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAmgSURBVHgB1VlrbBTXFT6zM7Pr99q42IATxza4CIhtybFrJEqSbUNJW1JaVYYm+ZES9SGFNnVj13UFaiBQcN02gCyqNBKVmyoKTbFIA4VgXgqvVmBsajsJlNb4id+svd73zs70nDHXXK9AO/ZspOaTrubO+u74+879zrn3zgJ8xiGACawtP7vk+o1bPwewwHtvfxlyclIhseZnIF+6ACBJF4Ur1xqam3sWV267UtPX74Yz76+HNLsFxPY2SKj4MYAsASSlnRKamv4Cc4QEJuB1+ybi4qxPK4ry0OGjXfDKS49C8IurQb6IAsLqU1pFxXuHbvtfGB7xfS/VLsO8NAnCmga21hYSCBAKo3bLYTABC5jA+eNfG9FU9YwgaHD56ihOpwDKkw6AQAAgGMqBlpbl12+MfguQdOljmUBXwSKAeOH81AOs1hGctmYwAVMC9Aeo6kVVBfhv1zh09bpBTUoCNfsRtIcIHkFb39w2viKkaLDW8RCoONDS3Q2WrltTX1aUS/DGGyNgAqYFZH9+4XGLaLkTCqlw4Z/DYAmrEFy3DjS8dmUs/OmNmxOCPVmG4qJ0PeNEtI+gKGQxnAHpBH6kgQmYFtB0cG2vElQ6RLRGa9tUMIPFJeCdcEFvgUNWkeyjK+bBvFQr+R3Ea9dQBfrfIvggJf08mIRpAQR7UtL75G3KA7dHASVvMXiX5sNp9yMgWjQoeywD7Y+B9nhBxgqk1z4l/BEcPfoRmERMBCzMzmhU0ELOCR9cvzkBAYx098YX4Fx7QE/a0uLPAbGWPvkYhMEB7KKChIRGgbLfJGIi4IODji5Rtg7ImLhXWofA5XTCGdcCcI5MwuIcOyxdbAcVrS6fPAFgi0P/hzWwz5tz7ecREwE6gr4D5IyjH3TDpMsJZy+MgShaoPybeUhd00usdP4c1n8Rc8D6d+HIkVsQA8RMQG5e6rt+r0fp7ByAjk+GoLM7hHkahjWORVT+QbzaDILPR9VnAmvvdogRYibg1N82tH/pidx3IOyBP/35Q1xxRch+OAWSE2V91bUd+iuWTRsu3579wsXLphYvHrGzEOJ3O0urKytWDff2ayBifq7/ag7aXQWx7V84A1fJPrvhj29tgxjC1F4oEhkZGYNZ2b96LjNTOhWQBHjqiSxQsSLFNx7SMD/+AI41W4WSEhX+3/HS5tePP/viYc3lcmmTrS3ayPqvX+lua0uDTwExtRABF6zEr6zJy8rN7Dnb95+WfueRxs62b28cBLt9OXwKMHUeiMSuXb9IF4SE0oz5C95xjt/5tyBIimyTwZ6YlG+Ns72L8WoQRbFtw4YNQYgRTAvAiAs1NTWFsixVWizSWkmSMrCPa4CoN7zXr1arFRffBC0pKakXr2/LsvyWw+G4DiZhSkBV1Y9yZTl5ryhKz0iSKBBRC23YuCvrkwBqNpsNkpOTYX7m/IBVsh7wer1bV69e7YQ5Yk4Ctm17UvJ4Sr+LUdyHEU5gJKnh/gb4eyYCx84QgbMAKSkpmBr2TpzFHxQVFZ2GOWBOSezxlL0qy9Y3iTwjzRojT30G2onqu1GA6XF0uHG73TA+Pp6H4xs7OjqegTlg1gIqK6t/ix7fik3gLfIg4qFQSCcb2Zggv98PTqfTjt871N7evgZmiVlZqLr6FYcsJ5xCv1sYWWYVdk/kyCKpqam616mPh35Ar8PExATEx8fr9qEr2YolelxcHKSlpblCIdeKoqKVfUY5GRZQVVWVIUnWf+CWOY/3OG8h6ufn50NWVpZOiBdJEfd4PNDZ2akLIhGUD0SezSBWKEhMTDw9PDz8NFYoxQgvwxbCf/DLaORXrVoFubm5etQjrUT3mLBQUlKizw6zEbuSKFy5yXKO9PT0F43yMiSgoqImB6f7eZ4434hEWVkZRW/6O/SZD7fP1KjPhITDYVi2bJk+G9Tn84JEjI2NWXDcD48dO2Yzws3QZg7dsBGJpvLVhjUCRRz9qxMiQYRufH3S09Oj3+fl5UF2dvaMZ5KFgsGg/gw2QySCkn5ycrIYS+wXcFjUQ7+hGUDbPBdpG76/aNEinQS7JyFdXV3TxDCqusdZOSWidE8RZ43EUKOqRMmO/e8Y4RZ1BjZv3pyOxAoYaVbrqbHoUZ+iTWDlUX84JiiNIWvRd4kogQRSVWKWosb3aRyKXEf/Phq/qAKwmixDggKfrPws0LW/v18fy4+hEsnyY8mSJTopJo4WMMoNVmLZrLCcIBvhc7L379+fhAF0mxKA5JfS9UEW4hsTwa5EbuXKlfoMETFmL8oPJo7GRM7AFATME3Ehdm6aFTCfjyxPni1C/ErMQFEsLCzUFywiyQj39fXB6OioPkOsfLLIs+uUGHyPagklROMXVQAtuXxN5/c8RJ5v7G9kDyJPdZ/5njA0NKQLoO8S7np9BnkmQBBUfGY46kIbVQD+kzG2MLHosz0+Xdkuk80AVZLi4mJ9Jb7rZZ0Qrq56orPnMLs8eJ+kYkUKBUwLQFIfE1FCpPf56JMAIrR8+XL9PoC/ETDbkGUo8ow8b5tI4uxzfBemen3eftMCfL6Bdlz68XcMdUYl4k9crEQSeQIf+du3b8Pg4OB0wvLkmUB+W3HPUmr39u3bXaYF7N3bMP6burp2TRAK+TWA30qTiIKCAn0RInIsZygX7h5app/Hokwz1Nraqn83UsTUGOUYGIChrYQgSa/bBEuDqobvfcYlNuUAkWUlkNV7+pzNRCRIAI3nV2hOQABzqQEMwNBWIuDzNdls1h6+xjPwU89/FkFoxv39Is73QyHl+M6dO68a4WZIwJYtWwZCocA+qiw8WZ4YRZQsRI36/D1rbHdK2whWXiPF4ax48U97jP52YPjVYkpK6u/xH69DzztY3WYLF20NcAc5TYjf01BC369ksj1U5Kz4fOH62trXzhnlZfhAs2nTJj+SeRaTrp8nyJNkFYZvkRaKbCwY1Px+5XJc3OBrMAvM+rVKfX19riTLl8KKsoCdafljY+TKyq+2vM/5K20bMGkvYZH4xu7du8dmw2dO74Xq6ury8UByELvFrLQy3E9EZJ2PSGjN7w8c9vt939+zZ88dmCVEmANOnjx5B/f4B/CUtRCJLMMoyzMXoXBU8vR3rDbDqhr6Cb5jerW2ttY9Fy6m343u2LEjH6vTVpyF55GgyI6G9yuj986+YSfaZh+m/5u7du0dABOI2dtprNsPo4jHkZwDjfQ48sRtOMgane/DYR+urMM47EMUciIz09X08sv1UTdqRhDT1+sM5eXlIr5eoXemcTZbUIuPFwPV1b92x+J34Uj8DwQ4U9O+LMo6AAAAAElFTkSuQmCC)
    }

    .avatar.avatar4 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAxCAYAAACcXioiAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAxISURBVHgB1VlpbFzVFf7ufcvs4y2OEzuLs4cQAgQClcLisAVQAq0q2oqIRW1KK/GHgtgipNIKCbWqKPygqKhRUwQKRUCAlkRAaUJKQuIsbuLsmxPHscce2+Px2LO87fbc+8Yu5Uc98ThSe6zn9+bNe/POd9bvngf8nwtDGTJn6TNzTXPJ01bBxrtv3ILGxkpE1j0FY9dXyGjGjviuPRve3rR5zoaN4pkzbf347INVqIpp0FpbEX7iMcAw0Knpf2vYtv3PGKfoKEOGB1naqLbu1HQ27cPNZ/HYTxfDWn4jjJ07YWi47Y+NjR+4zqSHujpPra2KG6iuMOAKgcCB/fRkerTG4XnYhDKEowxJnHox6cH+O+cMe1r6yJ0Mzs1NgGUhyNC4orZyUVeCf8fzBJZdMxkg5Rldq+34Uvk+J5A8MjCwF2VIWQDUDzDsYIzj9Jk0zp4fgheNwps+HbBtDDF+794Dqcttx8NtTdPI2h54ezv4uXYoBIztXHnwYBJlSNkABnuPboHw+h3Xw87mJDjtrbtX0SkP3qz5Pzt8rJ9VxExcfUW10llraQFzbHWc5fwT+gmBMqRsAJ2nXzrPOD8kw6ilaEzr6qXIDqTRubjJcB0Hly+qRlWlSU/jlMAHVPy7FEE9+eF/oEwpG4AUz0p/xBjlwf5eDA07cGbPQXbBXGwbbiSdBa5bWqviH8NZGIda1T15sMOLdu49jDJlQgAM9J18T9eDSKXzOH5qEAWy9Ln7HsL2QwWVtNdePQkyZvTjR8G6EnTIkQbeQ5nhI2VCACTOvnzW0FiXQbVzzz+7MZhKYWumDqlkBnMaKzB/dhwe6Wp89hkQCECYpsjk7XHX/q/LhACQkurtXa9RYm7+tB2ZzAC27+iHRnX+u/c0kupClVhdlk9Noyanf7ywubkNEyATBiAezr9j2wWn7XQXDh/txulzFpVYF7ffXK/CX9u/DyyXhRsMpNMDg7/ABMmEAWjd93jr9ctqNjJKzzfe3E4ho2PG9BiiEUNVncAmCvlIDDnbfXVGc3NZzevrMmEApHz7dvepdU/f0nO+U9APC6y+sxEu9QWt9SC0gweRdN0Xm7Z+8Tz+l6Wm7qlbv3XzL8WSG94SJ0/3iFQmI6x1z3gDTTe99vwEG+ySyY9W3rFlzdoPxeDgoMi0tIi+u67a87v7Z1ThEsiEW+SOJXWRtU2DDdWh41uPHth1oeP9jWc6r9ESC29csAiXQMpaD3xTHmxADTf0ZbddV7fx2LHOE9wVjqQYs2dWzusbct9p78pt+ESzDx45AgsTJBMBgP2wAUuqIngibLKVpPBk2X25RqWTOi6VfXIzg6kzhA1DmCHjvM70t9pT3hvrvuo7hjKlLAAPzMSsKUG8HDDYaiJ0TKNOJjkRMQlJswkAcX86J/e6rkF2asPUEQkFUF8TLbgeX7/7eOK5Z79MpzBOGReAJqrsS2bh4ViIvcJ1Fuacqx8aVV4BIKXlZwKgU0c2dA7dNHwQtJQ06bi6MoKqSfEznb2ZR1b//sjnGIeMK4mXzcPPoyH2uqbzsAwTX3nf6hLEyJ88wRUICiXygE5hZKi9TnyOY3C4gGQyM3vm7CnvNb9ww2qMQy4awJPz8RvTZM+RJZlUTikOP3RYEYAUyX9cz1N0U57RKBl0TScghgKjEQh5zrJddJy4UBGPhd99/9GrbsdFinYxFz84EysqA+w1XeejyquNQ1lcrn1l541qHuIhhqoIQyxILJQ56hrBTCKjOkyjCEJmuPyC7sv0D2nzFk69d36YvbnlaP9gqTqVnAMP1GHytCp8ZZjabBXrrHhzcZ+1BKaGgQVzK9EwdwoiFWFwindZkVxaE6f7Uujr7kN6UIMZiKl8kBxV0M0SuJDA40E0zKz5/JEntt65DXBK0atkD9wyFb8KBbSVGi8qrwLf3+dsgSX1Gm5YMR9TZtXBCBgYQSikp+g4FItiUn0dKms4MqkslVVT0W1ifWq1Jsct2aE8eYs33rV8cufrO7v3laJXSQAebkRjdZC9qhs8OKL8SNKS4VATJIB3LIQZCvrcn77IDmVpQTMAz3ERDId8IPQXCEXpcx7JTodA0FyIzslckaHnOgJDmSyLBc2Gjr6eP53ql0vn/y4lJXEFx/epglSOVBupyEjFsWwPV86NUkiYZEhlTmS6Ezi67xSOHkigdXcbzh08qeJc3i88F7F4FExYyFsUJbTolyDl5tJ32XwB2Ux26U+unX5dKbqVBCAaYPfLsqdK4mij8kFEdYH6adWkkCcHbTRWcdB7oQ/ZQgBhmhFpwSh6unMQBdrkyoaAcEE9gRfg0uyoUCjAsy117DgWbPJEF4VYPm//oBTdxhwt3hpDjamxK6S2fsn0C4dfOgWCNII7dqKbYjih3CPPOQUgHNSp3nMUbJmcJngwAOkd+b1FjdehsZzLbL/UEnjHpfsoYFy6fohAhgy2im54tGwAc6pwGddH+5JSfKQCUTGFRUq3JWzFdWRMywHXlEqJMEeWtlAT5WiYU083aDJ+1L39HUk4nglH2OQQT+WRTfHvyI2AyKpFlXhGUy2i25IYKgtASMMCmYAa/08AvOgRRRMMrjqsRrHl5PJYcv002EwmLqfEDqkb5aSOMQ8dR9qQ6HBhc5qqurJ8kkdcT1nfKfYRl/YFAtEYC0xFsnCyLACkV61WpAQShMZGAPjKjwKgTdIKx+YKnEmkTZDrVFUiC7suddzWNppoDyGVo/t0V5VPhxSViquNwHiypNL1HiV3THfCY+o31gVc6SOVl6yyqDj3WaZOH3TFMKk8SmrAZVXSSC+ycEHOP8nq8rwcpdO9DVfOgktJG2vvQEvrMAKGjM1i/CvF/W4uQTDpDTF2ox0TABWMPo19zQOa5isvrS8tL60tj+Xck76L0ODq0O4EKcWUVbOWi2nT42i8fCaFFFUgcmnD7OlobzuCnoyjjCE8v5EpKgIJgAwl6cUQCmUDIHceoYoARynIlJKSGtNLDRVOpkkDFGapniAfTO2AgMbJI9SkJE/I2uhsz2BqfRqByrhP+ii0aioY2pPUzMiDetHOnjdiNRoQO8I7UcCFsfQbE0CLhdZFpi6y9GhFiQmA5Pgy5mVcxCMu6qbVjvKiaCyIjuMXkKM+4PMcl2almiJvMmEVT9UEWZ4eTaEmw8Vvf0XdhQ+ELj23ux9jkroxG9m2sxigLtsalAxS0WECQce6WpSYGB5yEAoaiFB3jUYj9H0AtcT6soUs+lMUA1SVFs6rgh6NKQAjW1+f/47A721++MgPakf/8rbYjBKkpHdkLucvxYP6hmEibZp0uSG9oKm4z1OhGEimUVU/RSWkR/xeJ74zZ4EG27JVA4nEInDylsojinhY2TwSfY6qWsojvmN85SUI1yvQW6oNpehWEpU4lMx9WhU0240ih+fkfs59EAGq8+fPDyOfzflESfilIxwNIV5dgXhVXK3IVIwIT11yfP8F5IXPCBU/Ej4plQA82cg8seXXZ1ASGy0JwMv7sl06816pChvw17+j60e1WGeRChzeex79iZSiCjKIPV8bRd6YAuWpMty66xyOX8j690sRPrZiBEnrZ/Ou+C1KfHdQ8nqAD2Vals+vXJ532CxlY624IqOnalJByolERxrJduI5xDIDARlqTFnIytnoOpdG8/Z2JAZz1Bv8ZjdS5EeUl3S6YHkvvXAM60vV66KmEmsXo+57V83YN2CzBr/D+QCkpT3qtA4xSouUz9PCpJAhouYyRQukVxixVlYcuwj277AZrToUOrbtNe9JiRV/7UK2VJ0ualH/h0PoHkgXbowzO0HmgqCEdYnEOHJzbcVjpDUZLRf1igBt5IU4ASVCR92OmiInBur3C0f4iyFHbj6B25lPi7svRnkp45oLvbWqdh6lw9sWtKVqySRcxWlcRco8BUgySnmsqIHnB7qsML7lxajlBbVrsvymjiH8eH0H+nGRMu7J3H2UBWvuqX4t74k1BQ9haU3J7eXKSr7Y9peJPq/xRuq7qkRiNN4JZM9wQTz7sYk3xzsvLXs2+uRlgXnzavXnDN1bk6dC4wORoeFJxyi+r0qkOk954KpETRVc8QqteV9/vxddKEMmbDr9+GJMrze1m6gErtC4uEl4rJZ+3PBUXxK5nIMeCqUvLA+f/AX49NSpsYlaKTKh4/URkeFVmIQwzbCCOSo6nJa+H/WqlVXZ74W/Kf8CEmupmf5uoV0AAAAASUVORK5CYII=)
    }

#header {
    display: contents
}

    #header nav {
        display: contents
    }

        #header nav .sticky-top {
            z-index: 5 !important
        }

    #header .top-nav {
        height: 32px;
        display: flex;
        gap: 36px;
        position: relative;
        z-index: 9
    }

        #header .top-nav li.noti-icon:hover .noti-box {
            opacity: 1;
            transform: translateY(0);
            pointer-events: all
        }

        #header .top-nav li a {
            gap: 8px
        }

    #header .bottom-nav {
        gap: 10px;
        padding-top: 6px;
        padding-bottom: 6px
    }

        #header .bottom-nav .logo {
            width: 100%;
            max-width: 133px
        }

            #header .bottom-nav .logo img {
                width: 100%;
                display: block
            }

        #header .bottom-nav .profile > a .avatar {
            width: 32px;
            height: 32px
        }

        #header .bottom-nav .profile .dropdown-item.active {
            background-color: #fef7ec;
            color: #ff8202;
            box-shadow: none
        }

        #header .bottom-nav .profile .dropdown-toggle {
            background-color: #fff;
            text-decoration: none;
            padding: 4px 13px 4px 4px;
            display: flex;
            align-items: center;
            gap: 6px;
            border: 1px solid #E2E4E9;
            border-radius: 100vmax
        }

            #header .bottom-nav .profile .dropdown-toggle:after {
                color: #525866
            }

            #header .bottom-nav .profile .dropdown-toggle:hover {
                background-color: #f6f8fa;
                border-color: transparent
            }

            #header .bottom-nav .profile .dropdown-toggle img {
                width: 32px;
                height: 32px;
                border-radius: 50%
            }

        #header .bottom-nav ul {
            margin-bottom: 0;
            gap: 10px
        }

            #header .bottom-nav ul li {
                list-style-type: none
            }

                #header .bottom-nav ul li > a:not(.custom-dropdown-item) {
                    padding: 10px
                }

                    #header .bottom-nav ul li > a:not(.custom-dropdown-item).active {
                        box-shadow: 0 5px #ff8202
                    }

                    #header .bottom-nav ul li > a:not(.custom-dropdown-item):hover {
                        color: #ff8202
                    }

                #header .bottom-nav ul li a {
                    transition: color .3s ease-in-out
                }

    #header .dropdown-menu {
        width: 334px;
        padding: 16px;
        border: 2px solid #FF8202;
        border-radius: 28px
    }

        #header .dropdown-menu .dropdown-item {
            font-size: 16px;
            width: 100%;
            justify-content: flex-start;
            color: #000;
            padding: 10px 20px !important
        }

    #header .mobile-profile {
        width: 100%;
        height: fit-content;
        max-height: calc(100svh - 105px);
        display: flex;
        flex-direction: column;
        gap: 12px
    }

        #header .mobile-profile ul {
            overflow-y: auto
        }

            #header .mobile-profile ul::-webkit-scrollbar {
                width: 0 !important;
                background: transparent !important
            }

        #header .mobile-profile ul {
            scrollbar-width: none;
            -ms-overflow-style: none
        }

        #header .mobile-profile .profile-img {
            width: 48px;
            margin-right: 6px
        }

        #header .mobile-profile .rank {
            width: 100px
        }

        #header .mobile-profile .point {
            width: 191px
        }

        #header .mobile-profile .icon {
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 12px;
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle
        }

        #header .mobile-profile .user-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2018C4.0293%2018%200%2013.9707%200%209C0%204.0293%204.0293%200%209%200C13.9707%200%2018%204.0293%2018%209C18%2013.9707%2013.9707%2018%209%2018ZM9%2016.2C10.9096%2016.2%2012.7409%2015.4414%2014.0912%2014.0912C15.4414%2012.7409%2016.2%2010.9096%2016.2%209C16.2%207.09044%2015.4414%205.25909%2014.0912%203.90883C12.7409%202.55857%2010.9096%201.8%209%201.8C7.09044%201.8%205.25909%202.55857%203.90883%203.90883C2.55857%205.25909%201.8%207.09044%201.8%209C1.8%2010.9096%202.55857%2012.7409%203.90883%2014.0912C5.25909%2015.4414%207.09044%2016.2%209%2016.2ZM4.5%209H6.3C6.3%209.71608%206.58446%2010.4028%207.09081%2010.9092C7.59716%2011.4155%208.28392%2011.7%209%2011.7C9.71608%2011.7%2010.4028%2011.4155%2010.9092%2010.9092C11.4155%2010.4028%2011.7%209.71608%2011.7%209H13.5C13.5%2010.1935%2013.0259%2011.3381%2012.182%2012.182C11.3381%2013.0259%2010.1935%2013.5%209%2013.5C7.80653%2013.5%206.66193%2013.0259%205.81802%2012.182C4.97411%2011.3381%204.5%2010.1935%204.5%209Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
        }

        #header .mobile-profile .calender-check-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.3%202.10001V3.90001H14.7V2.10001H16.5V3.90001H20.1C20.3387%203.90001%2020.5676%203.99483%2020.7364%204.16361C20.9052%204.33239%2021%204.56131%2021%204.80001V19.2C21%2019.4387%2020.9052%2019.6676%2020.7364%2019.8364C20.5676%2020.0052%2020.3387%2020.1%2020.1%2020.1H3.9C3.66131%2020.1%203.43239%2020.0052%203.2636%2019.8364C3.09482%2019.6676%203%2019.4387%203%2019.2V4.80001C3%204.56131%203.09482%204.33239%203.2636%204.16361C3.43239%203.99483%203.66131%203.90001%203.9%203.90001H7.5V2.10001H9.3ZM19.2%208.40001H4.8V18.3H19.2V8.40001ZM14.7324%2010.3224L16.005%2011.595L11.55%2016.05L8.3676%2012.8676L9.642%2011.595L11.5509%2013.5048L14.7333%2010.3224H14.7324Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
        }

        #header .mobile-profile .job-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.7%203.90002C15.1968%203.90002%2015.6%204.30322%2015.6%204.80002V6.60002H20.1C20.5968%206.60002%2021%207.00322%2021%207.50002V19.2C21%2019.6968%2020.5968%2020.1%2020.1%2020.1H3.9C3.4032%2020.1%203%2019.6968%203%2019.2V7.50002C3%207.00322%203.4032%206.60002%203.9%206.60002H8.4V4.80002C8.4%204.30322%208.8032%203.90002%209.3%203.90002H14.7ZM15.6%208.40002H8.4V18.3H15.6V8.40002ZM4.8%208.40002V18.3H6.6V8.40002H4.8ZM13.8%205.70002H10.2V6.60002H13.8V5.70002ZM17.4%208.40002V18.3H19.2V8.40002H17.4Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
        }

        #header .mobile-profile .calendar-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%203.89998H20.1C20.3387%203.89998%2020.5676%203.9948%2020.7364%204.16358C20.9052%204.33236%2021%204.56128%2021%204.79998V19.2C21%2019.4387%2020.9052%2019.6676%2020.7364%2019.8364C20.5676%2020.0052%2020.3387%2020.1%2020.1%2020.1H3.9C3.66131%2020.1%203.43239%2020.0052%203.2636%2019.8364C3.09482%2019.6676%203%2019.4387%203%2019.2V4.79998C3%204.56128%203.09482%204.33236%203.2636%204.16358C3.43239%203.9948%203.66131%203.89998%203.9%203.89998H7.5V2.09998H9.3V3.89998H14.7V2.09998H16.5V3.89998ZM14.7%205.69998H9.3V7.49998H7.5V5.69998H4.8V9.29998H19.2V5.69998H16.5V7.49998H14.7V5.69998ZM19.2%2011.1H4.8V18.3H19.2V11.1Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
        }

        #header .mobile-profile .history-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%203C16.9707%203%2021%207.0293%2021%2012C21%2016.9707%2016.9707%2021%2012%2021C7.0293%2021%203%2016.9707%203%2012H4.8C4.8%2015.9762%208.0238%2019.2%2012%2019.2C15.9762%2019.2%2019.2%2015.9762%2019.2%2012C19.2%208.0238%2015.9762%204.8%2012%204.8C9.525%204.8%207.3416%206.0483%206.0465%207.95H8.4V9.75H3V4.35H4.8V6.6C6.4416%204.413%209.0561%203%2012%203ZM12.9%207.5V11.6265L15.8187%2014.5452L14.5452%2015.8187L11.1%2012.3717V7.5H12.9Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
        }

        #header .mobile-profile .wallet-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5%204.50039H19.4V13.5004H18.5V16.2004C18.5%2016.4391%2018.4052%2016.668%2018.2364%2016.8368C18.0676%2017.0056%2017.8387%2017.1004%2017.6%2017.1004H1.4C1.16131%2017.1004%200.932387%2017.0056%200.763604%2016.8368C0.594821%2016.668%200.5%2016.4391%200.5%2016.2004V1.80039C0.5%201.5617%200.594821%201.33278%200.763604%201.16399C0.932387%200.995212%201.16131%200.900391%201.4%200.900391H17.6C17.8387%200.900391%2018.0676%200.995212%2018.2364%201.16399C18.4052%201.33278%2018.5%201.5617%2018.5%201.80039V4.50039ZM16.7%2013.5004H11.3C10.1065%2013.5004%208.96193%2013.0263%208.11802%2012.1824C7.27411%2011.3385%206.8%2010.1939%206.8%209.00039C6.8%207.80692%207.27411%206.66232%208.11802%205.81841C8.96193%204.9745%2010.1065%204.50039%2011.3%204.50039H16.7V2.70039H2.3V15.3004H16.7V13.5004ZM17.6%2011.7004V6.30039H11.3C10.5839%206.30039%209.89716%206.58485%209.39081%207.0912C8.88446%207.59755%208.6%208.28431%208.6%209.00039C8.6%209.71648%208.88446%2010.4032%209.39081%2010.9096C9.89716%2011.4159%2010.5839%2011.7004%2011.3%2011.7004H17.6ZM11.3%208.10039H14V9.90039H11.3V8.10039Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
        }

        #header .mobile-profile .deli-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.26811%2012.4C7.16112%2013.1509%206.7868%2013.8379%206.21392%2014.335C5.64104%2014.832%204.90806%2015.1056%204.14961%2015.1056C3.39116%2015.1056%202.65818%2014.832%202.0853%2014.335C1.51242%2013.8379%201.1381%2013.1509%201.03111%2012.4H0.0996094V1.60001C0.0996094%201.36132%200.19443%201.1324%200.363213%200.963616C0.531996%200.794834%200.760915%200.700012%200.999609%200.700012H13.5996C13.8383%200.700012%2014.0672%200.794834%2014.236%200.963616C14.4048%201.1324%2014.4996%201.36132%2014.4996%201.60001V3.40001H17.1996L19.8996%207.05041V12.4H18.0681C17.9611%2013.1509%2017.5868%2013.8379%2017.0139%2014.335C16.441%2014.832%2015.7081%2015.1056%2014.9496%2015.1056C14.1912%2015.1056%2013.4582%2014.832%2012.8853%2014.335C12.3124%2013.8379%2011.9381%2013.1509%2011.8311%2012.4H7.26811ZM12.6996%202.50001H1.89961V9.74501C2.25472%209.38249%202.69215%209.11112%203.17469%208.95402C3.65722%208.79691%204.17057%208.75871%204.67105%208.84267C5.17152%208.92662%205.64431%209.13025%206.04916%209.43623C6.45401%209.7422%206.77894%2010.1415%206.99631%2010.6H12.1029C12.2541%2010.2823%2012.4566%209.99341%2012.6996%209.74501V2.50001ZM14.4996%207.90001H18.0996V7.64351L16.2924%205.20001H14.4996V7.90001ZM14.9496%2013.3C15.3078%2013.3%2015.6513%2013.1577%2015.9045%2012.9045C16.1578%2012.6512%2016.3001%2012.3077%2016.3001%2011.9496C16.3001%2011.5914%2016.1578%2011.2479%2015.9045%2010.9946C15.6513%2010.7414%2015.3078%2010.5991%2014.9496%2010.5991C14.5914%2010.5991%2014.248%2010.7414%2013.9947%2010.9946C13.7414%2011.2479%2013.5992%2011.5914%2013.5992%2011.9496C13.5992%2012.3077%2013.7414%2012.6512%2013.9947%2012.9045C14.248%2013.1577%2014.5914%2013.3%2014.9496%2013.3ZM5.49961%2011.95C5.49961%2011.7727%205.46469%2011.5972%205.39685%2011.4334C5.329%2011.2696%205.22956%2011.1208%205.1042%2010.9954C4.97884%2010.8701%204.83002%2010.7706%204.66623%2010.7028C4.50244%2010.6349%204.32689%2010.6%204.14961%2010.6C3.97232%2010.6%203.79678%2010.6349%203.63299%2010.7028C3.4692%2010.7706%203.32037%2010.8701%203.19501%2010.9954C3.06966%2011.1208%202.97022%2011.2696%202.90237%2011.4334C2.83453%2011.5972%202.79961%2011.7727%202.79961%2011.95C2.79961%2012.3081%202.94184%2012.6514%203.19501%2012.9046C3.44819%2013.1578%203.79157%2013.3%204.14961%2013.3C4.50765%2013.3%204.85103%2013.1578%205.1042%2012.9046C5.35738%2012.6514%205.49961%2012.3081%205.49961%2011.95Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
        }

        #header .mobile-profile .invoice-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='19'%20height='18'%20viewBox='0%200%2019%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.7%200C16.1968%200%2016.6%200.4032%2016.6%200.9V4.2813L14.8%206.0813V1.8H2.20002V16.2H14.8V13.7178L16.6%2011.9178V17.1C16.6%2017.5968%2016.1968%2018%2015.7%2018H1.30002C0.803224%2018%200.400024%2017.5968%200.400024%2017.1V0.9C0.400024%200.4032%200.803224%200%201.30002%200H15.7ZM17.3002%206.1272L18.5728%207.3998L11.5726%2014.4L10.2982%2014.3982L10.3%2013.1274L17.3002%206.1272ZM9.40002%209V10.8H4.90002V9H9.40002ZM12.1%205.4V7.2H4.90002V5.4H12.1Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
        }

        #header .mobile-profile .logout-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.79961%2014.4H4.59961V16.2H15.3996V1.8H4.59961V3.6H2.79961V0.9C2.79961%200.661305%202.89443%200.432387%203.06321%200.263604C3.232%200.0948211%203.46091%200%203.69961%200H16.2996C16.5383%200%2016.7672%200.0948211%2016.936%200.263604C17.1048%200.432387%2017.1996%200.661305%2017.1996%200.9V17.1C17.1996%2017.3387%2017.1048%2017.5676%2016.936%2017.7364C16.7672%2017.9052%2016.5383%2018%2016.2996%2018H3.69961C3.46091%2018%203.232%2017.9052%203.06321%2017.7364C2.89443%2017.5676%202.79961%2017.3387%202.79961%2017.1V14.4ZM4.59961%208.1H10.8996V9.9H4.59961V12.6L0.0996094%209L4.59961%205.4V8.1Z'%20fill='%23DF1C41'/%3e%3c/svg%3e")
        }

        #header .mobile-profile .bank-card-line-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='19'%20height='18'%20viewBox='0%200%2019%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.4%200.900391H17.6C17.8387%200.900391%2018.0676%200.995212%2018.2364%201.16399C18.4052%201.33278%2018.5%201.5617%2018.5%201.80039V16.2004C18.5%2016.4391%2018.4052%2016.668%2018.2364%2016.8368C18.0676%2017.0056%2017.8387%2017.1004%2017.6%2017.1004H1.4C1.16131%2017.1004%200.932387%2017.0056%200.763604%2016.8368C0.594821%2016.668%200.5%2016.4391%200.5%2016.2004V1.80039C0.5%201.5617%200.594821%201.33278%200.763604%201.16399C0.932387%200.995212%201.16131%200.900391%201.4%200.900391ZM16.7%208.10039H2.3V15.3004H16.7V8.10039ZM16.7%206.30039V2.70039H2.3V6.30039H16.7ZM11.3%2011.7004H14.9V13.5004H11.3V11.7004Z'%20fill='%230A0D14'/%3e%3c/svg%3e")
        }

    #header #mobileNavOffcanvas {
        width: 100%;
        max-width: 300px;
        padding: 0 20px
    }

        #header #mobileNavOffcanvas .btn-close {
            width: 32px;
            height: 32px;
            background-color: #d0d0d0;
            border-radius: 100vmax;
            position: absolute;
            top: 26px;
            right: 38px;
            z-index: 100000 !important
        }

        #header #mobileNavOffcanvas .navbar-nav {
            gap: 10px
        }

        #header #mobileNavOffcanvas .nav-link {
            padding: 10px
        }

            #header #mobileNavOffcanvas .nav-link:hover, #header #mobileNavOffcanvas .nav-link.active {
                color: #ff8202
            }

    #header .offcanvas-header {
        padding: 5px
    }

#footer {
    background-color: #ff8202;
    padding: 60px 0 21px
}

    #footer a {
        color: #fff
    }

    #footer ul li {
        list-style: none;
        color: #fff;
        font-size: 14px
    }

        #footer ul li:not(:last-child) {
            margin-bottom: 16px
        }

    #footer .footer-logo {
        max-width: 185px;
        width: 100%;
        object-fit: cover
    }

    #footer .footer-down {
        margin-bottom: 30px
    }

        #footer .footer-down a {
            font-size: 16px
        }

    #footer .footer-up {
        border-top: 1px solid #D9D9D9
    }

.dual-range-container {
    position: relative;
    height: 40px;
    margin: 10px 0
}

    .dual-range-container .form-range {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 6px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        outline: none;
        transform: translateY(-50%);
        pointer-events: none
    }

        .dual-range-container .form-range::-webkit-slider-track {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: transparent;
            height: 6px;
            border: none
        }

        .dual-range-container .form-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
            border: 5px solid #FF8202;
            pointer-events: all;
            position: relative;
            z-index: 3;
            margin-top: -8px
        }

        .dual-range-container .form-range::-moz-range-track {
            background: transparent;
            height: 6px;
            border: none
        }

        .dual-range-container .form-range::-moz-range-thumb {
            height: 22px;
            width: 22px;
            border-radius: 50%;
            background: #ff8202;
            cursor: pointer;
            border: 3px solid #fff;
            box-shadow: 0 2px 6px #ffeded33;
            pointer-events: all;
            position: relative;
            z-index: 3;
            margin-top: 0;
            transform: translateY(0)
        }

        .dual-range-container .form-range.range-min, .dual-range-container .form-range.range-max {
            top: 50%;
            transform: translateY(-50%)
        }

            .dual-range-container .form-range.range-min::-webkit-slider-thumb, .dual-range-container .form-range.range-max::-webkit-slider-thumb {
                margin-top: -20px !important;
                position: relative;
                z-index: 3
            }

            .dual-range-container .form-range.range-min::-moz-range-thumb, .dual-range-container .form-range.range-max::-moz-range-thumb {
                margin-top: -12px !important;
                transform: translateY(-8px) !important;
                position: relative;
                z-index: 3
            }

        .dual-range-container .form-range.range-min {
            z-index: 2
        }

            .dual-range-container .form-range.range-min::-webkit-slider-thumb {
                margin-top: -40px !important
            }

            .dual-range-container .form-range.range-min::-moz-range-thumb {
                margin-top: -12px !important;
                transform: translateY(-8px) !important
            }

        .dual-range-container .form-range.range-max {
            z-index: 3
        }

            .dual-range-container .form-range.range-max::-webkit-slider-thumb {
                margin-top: -10px !important
            }

            .dual-range-container .form-range.range-max::-moz-range-thumb {
                margin-top: -12px !important;
                transform: translateY(-8px) !important
            }

    .dual-range-container:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 6px;
        background: transparent;
        transform: translateY(-50%);
        border-radius: 3px;
        z-index: 0
    }

    .dual-range-container .range-track {
        position: absolute;
        top: 50%;
        height: 6px;
        background: #ff8202;
        transform: translateY(-50%);
        border-radius: 3px;
        z-index: 1;
        transition: all .1s ease
    }

#minReward:focus, #maxReward:focus {
    border-color: #ff8202
}

.slider-container {
    margin: 15px 0;
    padding: 0 15px
}

#salary-range-slider {
    position: relative;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    margin: 20px 0;
    cursor: pointer
}

    #salary-range-slider .slider-track {
        position: absolute;
        height: 6px;
        background: #ff8202;
        border-radius: 3px;
        top: 0;
        transition: all .1s ease
    }

    #salary-range-slider .slider-handle {
        position: absolute;
        width: 21px;
        height: 21px;
        background: #fff;
        border: 6px solid #FF8202;
        border-radius: 50%;
        cursor: grab;
        top: -8px;
        box-shadow: 0 2px 6px #0003;
        transition: transform .1s ease,box-shadow .1s ease;
        z-index: 2;
        transform: translate(-50%);
        left: 0
    }

        #salary-range-slider .slider-handle:hover {
            transform: translate(-50%) scale(1.1);
            box-shadow: 0 3px 8px #0000004d
        }

        #salary-range-slider .slider-handle:active, #salary-range-slider .slider-handle.dragging {
            cursor: grabbing;
            transform: translate(-50%) scale(1.15);
            box-shadow: 0 4px 12px #0006
        }

        #salary-range-slider .slider-handle.min-handle {
            z-index: 1
        }

        #salary-range-slider .slider-handle.max-handle {
            z-index: 2
        }

select {
    padding-right: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.filter-select {
    border: 1px solid #FEF7EC;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

    .filter-select:focus {
        border: 1px solid #FEF7EC
    }

    .filter-select option {
        max-width: 120px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        word-wrap: break-word;
        white-space: normal
    }

.badge {
    font-family: Montserrat,sans-serif;
    letter-spacing: .22px;
    text-align: center;
    padding: 4px 6px;
    cursor: pointer;
    line-height: normal !important
}

    .badge.badge-orange {
        background-color: #ffdac2;
        color: #6e330c
    }

    .badge.badge-city {
        background-color: #f6f8fa;
        color: #525866;
        position: relative;
        font-size: 12px;
        border: 1px solid #CDD0D5;
        margin-bottom: 5px
    }

        .badge.badge-city:not(:last-child) {
            margin-right: 8px
        }

        .badge.badge-city.map {
            padding: 4px 8px 4px 24px
        }

            .badge.badge-city.map:after {
                content: "";
                position: absolute;
                left: 6px;
                top: 50%;
                transform: translateY(-50%);
                width: 11px;
                height: 13px;
                background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='14'%20viewBox='0%200%2012%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.0001%2012.0514L8.9701%209.08138C9.55744%208.49398%209.95741%207.74561%2010.1194%206.9309C10.2815%206.1162%2010.1983%205.27174%209.88035%204.50431C9.56245%203.73689%209.02413%203.08096%208.33345%202.61948C7.64277%202.158%206.83076%201.91168%206.0001%201.91168C5.16944%201.91168%204.35743%202.158%203.66675%202.61948C2.97607%203.08096%202.43775%203.73689%202.11985%204.50431C1.80195%205.27174%201.71875%206.1162%201.88077%206.9309C2.04279%207.74561%202.44276%208.49398%203.0301%209.08138L6.0001%2012.0514ZM6.0001%2013.7482L2.1817%209.92978C1.4265%209.17457%200.91221%208.21238%200.703855%207.16489C0.4955%206.11739%200.602442%205.03164%201.01116%204.04492C1.41987%203.0582%202.112%202.21484%203.00003%201.62149C3.88805%201.02813%204.93208%200.711426%206.0001%200.711426C7.06812%200.711426%208.11215%201.02813%209.00017%201.62149C9.8882%202.21484%2010.5803%203.0582%2010.989%204.04492C11.3978%205.03164%2011.5047%206.11739%2011.2963%207.16489C11.088%208.21238%2010.5737%209.17457%209.8185%209.92978L6.0001%2013.7482ZM6.0001%207.31138C6.31836%207.31138%206.62358%207.18495%206.84863%206.95991C7.07367%206.73486%207.2001%206.42964%207.2001%206.11138C7.2001%205.79312%207.07367%205.4879%206.84863%205.26285C6.62358%205.03781%206.31836%204.91138%206.0001%204.91138C5.68184%204.91138%205.37662%205.03781%205.15157%205.26285C4.92653%205.4879%204.8001%205.79312%204.8001%206.11138C4.8001%206.42964%204.92653%206.73486%205.15157%206.95991C5.37662%207.18495%205.68184%207.31138%206.0001%207.31138ZM6.0001%208.51138C5.36358%208.51138%204.75313%208.25852%204.30304%207.80844C3.85296%207.35835%203.6001%206.7479%203.6001%206.11138C3.6001%205.47486%203.85296%204.86441%204.30304%204.41432C4.75313%203.96424%205.36358%203.71138%206.0001%203.71138C6.63662%203.71138%207.24707%203.96424%207.69716%204.41432C8.14724%204.86441%208.4001%205.47486%208.4001%206.11138C8.4001%206.7479%208.14724%207.35835%207.69716%207.80844C7.24707%208.25852%206.63662%208.51138%206.0001%208.51138Z'%20fill='%23868C98'/%3e%3c/svg%3e");
                background-size: contain;
                background-repeat: no-repeat
            }

        .badge.badge-city.more {
            padding: 4px
        }

    .badge.badge-job {
        position: relative;
        padding: 4px 16px 4px 24px;
        border: 1px solid #CDD0D5;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600
    }

        .badge.badge-job:after {
            content: "";
            position: absolute;
            left: 6px;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            box-sizing: border-box;
            background-color: #0a0d14
        }

        .badge.badge-job.success {
            background-color: #effaf1;
            color: #33b449
        }

            .badge.badge-job.success:after {
                background-color: #33b449
            }

        .badge.badge-job.warning {
            background-color: #fef3eb;
            color: #f17b2c
        }

            .badge.badge-job.warning:after {
                background-color: #f17b2c
            }

        .badge.badge-job.danger {
            background-color: #fdedf0;
            color: #df1c41
        }

            .badge.badge-job.danger:after {
                background-color: #df1c41
            }

        .badge.badge-job.info {
            background-color: #ebf1ff;
            color: #378ffb
        }

            .badge.badge-job.info:after {
                background-color: #378ffb
            }

        .badge.badge-job.away {
            background-color: #fef7ec;
            color: #f2ae40
        }

            .badge.badge-job.away:after {
                background-color: #f2ae40
            }

        .badge.badge-job.feature {
            background-color: #eeebff;
            color: #6e3ff3
        }

            .badge.badge-job.feature:after {
                background-color: #6e3ff3
            }

        .badge.badge-job.verified {
            background-color: #ebfaff;
            color: #35b9e9
        }

            .badge.badge-job.verified:after {
                background-color: #35b9e9
            }

    .badge.badge-job-type {
        background-color: #f6f8fa;
        color: #525866;
        position: relative;
        padding: 4px 8px;
        font-size: 14px;
        border-end-end-radius: 6px;
        border-end-start-radius: 0;
        border-start-end-radius: 0;
        border-start-start-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 6px;
        border: 1px solid #CDD0D5;
        border: none
    }

        .badge.badge-job-type:after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 100%;
            box-sizing: border-box
        }

        .badge.badge-job-type.full-time {
            background-color: #effaf1;
            color: #33b449
        }

            .badge.badge-job-type.full-time:after {
                background-color: #33b449
            }

        .badge.badge-job-type.part-time {
            background-color: #fef3eb;
            color: #f17b2c
        }

            .badge.badge-job-type.part-time:after {
                background-color: #f17b2c
            }

        .badge.badge-job-type.contract {
            background-color: #fef7ec;
            color: #ff8202;
            font-weight: 700;
            font-family: Nunito,sans-serif
        }

            .badge.badge-job-type.contract:after {
                background-color: #ff8202
            }

    .badge.badge-filter {
        background-color: #f1f1f1;
        color: #000;
        padding: 4px 28px 4px 16px;
        position: relative;
        font-size: 16px
    }

        .badge.badge-filter:after {
            content: "";
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 9px;
            height: 9px;
            background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='11'%20viewBox='0%200%2010%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.26678%2010.6794L0.0319824%209.44463L3.76532%205.7113L0.0319824%201.97796L1.26678%200.743164L5.00012%204.4765L8.73345%200.743164L9.96825%201.97796L6.23492%205.7113L9.96825%209.44463L8.73345%2010.6794L5.00012%206.9461L1.26678%2010.6794Z'%20fill='black'/%3e%3c/svg%3e");
            background-size: contain;
            background-repeat: no-repeat
        }

    .badge.badge-no-filter {
        background-color: #f1f1f1;
        color: #000;
        padding: 4px 16px;
        font-size: 16px
    }

    .badge.badge-clear {
        background-color: #fdedf0;
        color: #df1c41;
        position: relative;
        padding: 4px 16px 4px 28px;
        font-size: 16px;
        border: 1px solid #DF1C41
    }

        .badge.badge-clear:after {
            content: "";
            position: absolute;
            left: 11px;
            top: 50%;
            transform: translateY(-50%);
            width: 13px;
            height: 13px;
            background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='11'%20viewBox='0%200%2010%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.26666%2010.6794L0.0318604%209.44463L3.76519%205.7113L0.0318604%201.97796L1.26666%200.743164L4.99999%204.4765L8.73333%200.743164L9.96813%201.97796L6.23479%205.7113L9.96813%209.44463L8.73333%2010.6794L4.99999%206.9461L1.26666%2010.6794Z'%20fill='%23DF1C41'/%3e%3c/svg%3e");
            background-size: contain;
            background-repeat: no-repeat
        }

.ribbon-new {
    position: absolute;
    top: 13px;
    left: -41px;
    z-index: 2;
    width: 137px;
    padding: 4px 0;
    background: #fd0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    transform: rotate(-45deg);
    letter-spacing: 1px;
    pointer-events: none
}

.filterbox {
    margin-left: 16px
}

    .filterbox a {
        font-size: 18px;
        padding: 16px 20px
    }

        .filterbox a:after {
            content: "";
            background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='14'%20viewBox='0%200%2020%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.90005%2013.3002H12.1V11.2002H7.90005V13.3002ZM0.550049%200.700195V2.8002H19.4501V0.700195H0.550049ZM3.70005%208.05019H16.3V5.9502H3.70005V8.05019Z'%20fill='white'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 16px;
            height: 16px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 4px
        }

.filter-group .filter-block {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 140px
}

    .filter-group .filter-block .badge {
        margin-bottom: 14px
    }

        .filter-group .filter-block .badge.badge-clear {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            cursor: pointer
        }

    .filter-group .filter-block .filter-label {
        margin-right: 11px;
        margin-bottom: 11px
    }

    .filter-group .filter-block .badge-filter {
        margin-right: 10px
    }

.job-lists-wrapper {
    max-width: 1224px;
    width: 100%
}

    .job-lists-wrapper .collapse-box__body input {
        cursor: default
    }

    .job-lists-wrapper .collapse-box__body#collapse_from_date label {
        font-size: 14px;
        font-weight: 600
    }

    .job-lists-wrapper .collapse-box__body#collapse_from_date input {
        max-width: 126px;
        width: 100%;
        padding: 10px
    }

.form-textarea {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

    .form-textarea textarea {
        max-width: 633px;
        height: 258px;
        width: 100%;
        min-height: 100px;
        resize: none;
        padding: 16px;
        font-size: 18px;
        border-radius: 10px;
        border: 1px solid #FF8202;
        box-sizing: border-box;
        margin-bottom: 24px
    }

        .form-textarea textarea:focus {
            outline: none;
            border-color: #ff8202;
            box-shadow: 0 0 5px #ff820280
        }

input:focus, select:focus, textarea:focus, .form-select:focus, .form-control:focus {
    border-color: #ff8202 !important;
    outline: none;
    box-shadow: none
}

@media (max-width: 991.98px) {
    .breadcrumbWrapper {
        margin-top: 30px
    }

    .spfilter {
        overflow-y: scroll;
        background-color: #fff;
        width: 100%;
        height: 100%;
        min-height: calc(100vh - 60px);
        padding: 30px 20px 20px;
        position: fixed;
        right: 0;
        top: 0;
        transform: translate(100%);
        z-index: 10;
        transition: .2s
    }

        .spfilter .back-arrow {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #000;
            font-size: 18px;
            font-weight: 600
        }

            .spfilter .back-arrow:before {
                content: "";
                display: inline-block;
                width: 24px;
                height: 24px;
                background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2024L0%2012L12%200L14.1375%202.1L5.7375%2010.5H24V13.5H5.7375L14.1375%2021.9L12%2024Z'%20fill='black'/%3e%3c/svg%3e");
                background-size: contain;
                background-repeat: no-repeat;
                margin-right: 8px
            }

            .spfilter .back-arrow span {
                text-transform: capitalize
            }

        .spfilter.spfilter--active {
            transform: translate(0)
        }

    .filter-group .filter-block {
        margin-bottom: 24px;
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
        padding: 24px 0
    }

        .filter-group .filter-block .badge.badge-clear {
            position: relative
        }

    .listBorder li {
        margin-bottom: 16px
    }

        .listBorder li .navi-link {
            padding: 24px;
            font-size: 18px
        }
}

.text-truncate-2 {
    display: block;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width: 767.98px) {
    #mobileNavOffcanvas {
        width: 100%;
        max-width: 300px;
        padding: 60px 20px
    }

        #mobileNavOffcanvas .btn-close {
            width: 32px;
            height: 32px;
            background-color: #d0d0d0;
            border-radius: 100vmax;
            position: absolute;
            top: 30px;
            right: 58px;
            z-index: 100000 !important
        }

        #mobileNavOffcanvas .navbar-nav {
            gap: 10px
        }

        #mobileNavOffcanvas .nav-link {
            padding: 10px
        }

            #mobileNavOffcanvas .nav-link:hover {
                color: #ff8202
            }

    .filter-group .filter-block .badge.badge-clear {
        position: relative
    }

    .filter-group .filter-block .badge-filter {
        margin-right: 4px
    }

    .btn-wrapper {
        margin-top: 9px
    }

    .searchBox input {
        padding: 11px 11px 11px 40px
    }

    .filterbox a {
        padding: 13px 20px
    }

    .btn-outline-lg.btn, .btn-group-lg.btn {
        padding: 12px 16px
    }

    #header .bottom-nav .logo {
        max-width: 131px
    }

    #footer .footer-logo-wrapper {
        margin-bottom: 46px
    }

    #footer .footer-info:not(:last-child) {
        margin-bottom: 28px
    }

    .badge.badge-city:not(:last-child) {
        margin-right: 6px
    }

    .listBorder li {
        margin-bottom: 18px;
        transition: background-color .3s ease
    }

        .listBorder li:hover {
            background-color: #f6f8fa
        }

        .listBorder li .navi-link {
            font-size: 21px
        }

    #alwaysShowModal .modal-dialog {
        margin: auto;
        width: 94% !important
    }
}

.date-input-wrapper {
    position: relative
}

    .date-input-wrapper .custom-datepicker {
        cursor: pointer;
        background-color: #fff;
        position: relative;
        z-index: 2;
        font-size: 16px
    }

        .date-input-wrapper .custom-datepicker::placeholder {
            color: #6c757d;
            opacity: 1
        }

        .date-input-wrapper .custom-datepicker:focus {
            box-shadow: 0 0 0 .2rem #007bff40;
            border-color: #80bdff
        }

        .date-input-wrapper .custom-datepicker:hover {
            border-color: #80bdff
        }

    .date-input-wrapper input[type=date] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        .date-input-wrapper input[type=date]::-webkit-calendar-picker-indicator {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: auto;
            height: auto;
            color: transparent;
            background: transparent
        }

.form-check {
    display: flex;
    justify-content: center;
    align-items: center
}

    .form-check .form-check-input {
        width: 16px;
        height: 16px;
        cursor: pointer;
        accent-color: #FF8202;
        box-shadow: 0 2px 2px #1b1c1d1f
    }

        .form-check .form-check-input:focus {
            outline: none;
            box-shadow: none
        }

.custom-select {
    border: none;
    cursor: pointer
}

    .custom-select, .custom-select::picker(select) {
        -webkit-appearance: base-select;
        -moz-appearance: base-select;
        appearance: base-select
    }

        .custom-select:hover {
            background-color: transparent
        }

        .custom-select::picker-icon {
            display: none
        }

        .custom-select::picker(select) {
            border: none;
            background-color: #fff;
            border: 1px solid #FFE1C2;
            border-radius: 10px;
            top: 5px;
            padding: 0
        }

        .custom-select option {
            padding: 10px 15px 10px 5px
        }

            .custom-select option::checkmark {
                display: none
            }

            .custom-select option:hover {
                background-color: #fef7ec;
                color: #ff8202
            }

.search-box {
    position: relative
}

    .search-box:before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.25%203.21143C12.976%203.21143%2016%206.23543%2016%209.96143C16%2013.6874%2012.976%2016.7114%209.25%2016.7114C5.524%2016.7114%202.5%2013.6874%202.5%209.96143C2.5%206.23543%205.524%203.21143%209.25%203.21143ZM9.25%2015.2114C12.1502%2015.2114%2014.5%2012.8617%2014.5%209.96143C14.5%207.06043%2012.1502%204.71143%209.25%204.71143C6.349%204.71143%204%207.06043%204%209.96143C4%2012.8617%206.349%2015.2114%209.25%2015.2114ZM15.6137%2015.2647L17.7355%2017.3857L16.6742%2018.4469L14.5532%2016.3252L15.6137%2015.2647Z'%20fill='%23868C98'/%3e%3c/svg%3e");
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        z-index: 3
    }

    .search-box .form-control {
        max-width: 200px;
        border-radius: 100vmax;
        background-color: #fef7ec;
        border: none
    }

        .search-box .form-control:focus {
            box-shadow: none;
            outline: 1px solid #FF8202
        }

.text-truncate-select {
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#alwaysShowModal .modal-header {
    border-bottom: none;
    padding-left: 24px
}

#alwaysShowModal .modal-footer {
    border-top: none
}

#alwaysShowModal .modal-title {
    font-size: 38px
}

#alwaysShowModal .modal-content {
    height: 551px;
    border-radius: 28px
}

    #alwaysShowModal .modal-content .modal-body {
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0 24px 24px
    }

        #alwaysShowModal .modal-content .modal-body .card-job {
            margin-bottom: 10px
        }

        #alwaysShowModal .modal-content .modal-body::-webkit-scrollbar {
            display: none
        }

#alwaysShowModal.show {
    overflow-y: auto
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important
}

.modal-alert .modal-dialog.modal-dialog-centered {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    align-items: flex-start
}

.modal-alert .modal-dialog .modal-content {
    background-color: #ffdac2;
    border-radius: 10px;
    color: #6e330c;
    max-width: 390px;
    width: 100%
}

    .modal-alert .modal-dialog .modal-content .modal-header {
        border-bottom: 1px solid #FFDAC2;
        padding: 16px
    }

    .modal-alert .modal-dialog .modal-content .modal-title {
        font-weight: 700;
        font-size: 14px
    }

    .modal-alert .modal-dialog .modal-content .modal-body {
        font-size: 14px;
        padding: 0 46px 0 16px
    }

        .modal-alert .modal-dialog .modal-content .modal-body p {
            margin-bottom: 16px
        }

@media (max-width: 991.98px) {
    .custom-select {
        margin-left: 10px
    }

        .custom-select option {
            padding: 5px
        }
}

@supports (-moz-appearance: none) {
    select {
        -moz-appearance: none !important;
        background: transparent url(data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==) right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
        border: 1px solid #E2E4E9 !important
    }
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=search], input[type=url], input[type=password], input[type=date], textarea, select {
    font-size: 16px !important
}

@media (max-width: 768px) {
    input[type=text], input[type=email], input[type=tel], input[type=number], input[type=search], input[type=url], input[type=password], input[type=date], textarea, select {
        font-size: 16px !important
    }
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=url]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder, textarea::placeholder, select::placeholder {
    font-size: 16px !important
}

.form-control {
    font-size: 16px !important
}

@media (max-width: 768px) {
    .form-control {
        font-size: 16px !important
    }
}

.form-control::placeholder {
    font-size: 16px !important
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

input, textarea, select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

@supports (-webkit-overflow-scrolling: touch) {
    input[type=text], input[type=email], input[type=tel], input[type=number], input[type=search], input[type=url], input[type=password], input[type=date], textarea, select {
        font-size: 16px !important
    }

        input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, input[type=url]:focus, input[type=password]:focus, input[type=date]:focus, textarea:focus, select:focus {
            font-size: 16px !important
        }
}

@media (max-width: 575.98px) {
    .noti-box {
        width: calc(100% - 20px);
        position: fixed !important;
        top: 20px;
        right: 10px;
        z-index: 10;
        padding: 16px
    }

    #header .top-nav {
        gap: 8px
    }

        #header .top-nav > li > a {
            font-size: 14px;
            white-space: nowrap;
            gap: 4px !important
        }

            #header .top-nav > li > a img {
                width: 20px
            }

        #header .top-nav li.noti-icon:hover .noti-box {
            opacity: 1;
            transform: translateY(0);
            pointer-events: all
        }

        #header .top-nav li a {
            gap: 8px
        }

    #alwaysShowModal .modal-header {
        border-bottom: none;
        padding-left: 14px
    }

    #alwaysShowModal .modal-footer {
        border-top: none
    }

    #alwaysShowModal .modal-title {
        font-size: 20px
    }

    #alwaysShowModal .modal-content {
        height: 551px
    }

        #alwaysShowModal .modal-content .modal-body {
            overflow-y: auto;
            padding: 0 10px 20px
        }

            #alwaysShowModal .modal-content .modal-body .card-job {
                margin-bottom: 10px
            }

    #alwaysShowModal.show {
        overflow-y: auto
    }
}

.btn-outline-lg, .btn-lg, .btn-group-lg > .btn {
    padding: 14px 16px;
    font-size: 18px;
    font-weight: 600
}

.btn {
    width: fit-content;
    border-radius: 100vmax;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

    .btn:focus {
        outline: none;
        box-shadow: none
    }

.btn-primary {
    color: #fff
}

    .btn-primary:hover {
        background-color: #ffe1c2;
        color: #ff8202
    }

    .btn-primary:active {
        background-color: #ff8202 !important;
        color: #fff !important
    }

.btn-outline-primary {
    background-color: #fff
}

    .btn-outline-primary:hover {
        background-color: #fef7ec;
        color: #ff8202
    }

    .btn-outline-primary:active {
        background-color: #fff !important;
        color: #ff8202 !important
    }

.btn-lg, .btn-group-lg > .btn {
    min-width: 172px
}

.btn-outline-lg {
    min-width: 122px
}

.btn-lighter-primary {
    background-color: #fef7ec;
    color: #ff8202
}

    .btn-lighter-primary:hover {
        background-color: #fff;
        color: #ff8202
    }

.btn-ghost-primary {
    background-color: transparent;
    color: #ff8202
}

    .btn-ghost-primary:hover {
        background-color: #fef7ec;
        color: #ff8202
    }

.btn-gray {
    background-color: #f1f1f1;
    color: #000
}

    .btn-gray:active {
        background-color: #d9d9d9 !important;
        color: #d9d9d9 !important
    }

.container {
    padding: 0 20px !important
}

    .container #research-section1 .row {
        margin-bottom: 53px
    }

        .container #research-section1 .row:not(:first-child) {
            margin-bottom: 36px
        }

@media (min-width: 992px) {
    .container, .container-xl, .container-xxl {
        width: 100%;
        max-width: 1280px
    }
}

.accordion-faq .accordion-item {
    background-color: #fef7ec;
    border-radius: 28px !important;
    border: none
}

    .accordion-faq .accordion-item:not(:last-child) {
        margin-bottom: 10px
    }

    .accordion-faq .accordion-item .accordion-button {
        background-color: #fef7ec;
        color: #000;
        border-radius: 28px !important;
        display: flex;
        align-items: flex-start;
        gap: 30px;
        box-shadow: none;
        padding: 30px
    }

        .accordion-faq .accordion-item .accordion-button:after {
            display: none
        }

        .accordion-faq .accordion-item .accordion-button.collapsed .icon-circle {
            background-color: transparent
        }

        .accordion-faq .accordion-item .accordion-button.collapsed .icon-toggle:after {
            width: 20px
        }

        .accordion-faq .accordion-item .accordion-button .h5 {
            line-height: 1.4
        }

        .accordion-faq .accordion-item .accordion-button .icon-circle, .accordion-faq .accordion-item .accordion-button .icon-toggle {
            flex-shrink: 0;
            margin-top: 5px
        }

        .accordion-faq .accordion-item .accordion-button .icon-circle {
            width: 24px;
            height: 24px;
            background-color: #ff8202;
            display: inline-block;
            border: 4px solid #FF8202;
            border-radius: 100vmax;
            transition: background-color .3s ease-in-out
        }

        .accordion-faq .accordion-item .accordion-button .icon-toggle {
            width: 20px;
            height: 20px;
            position: relative;
            margin-left: auto
        }

            .accordion-faq .accordion-item .accordion-button .icon-toggle:before, .accordion-faq .accordion-item .accordion-button .icon-toggle:after {
                content: "";
                width: 100%;
                height: 4px;
                background-color: #000;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%)
            }

            .accordion-faq .accordion-item .accordion-button .icon-toggle:after {
                width: 0;
                transform: translate(-50%,-50%) rotate(90deg);
                transition: width .3s ease-in-out
            }

    .accordion-faq .accordion-item .accordion-body {
        padding: 0 80px 30px 84px
    }

        .accordion-faq .accordion-item .accordion-body p {
            margin-bottom: 0
        }

@media (max-width: 575.98px) {
    .accordion-faq .accordion-item .accordion-button {
        gap: 12px
    }

        .accordion-faq .accordion-item .accordion-button .h5 {
            font-size: 18px
        }

    .accordion-faq .accordion-item .accordion-body {
        padding-left: 66px;
        padding-right: 62px
    }
}

#top-page .btn-lg, #top-page .btn-group-lg > .btn {
    width: 100%;
    padding: 19px;
    font-weight: 700
}

    #top-page .btn-lg:not(.w-100), #top-page .btn-group-lg > .btn:not(.w-100) {
        max-width: 229px
    }

#top-page .service-section {
    padding-top: 41px;
    padding-bottom: 100px
}

    #top-page .service-section .title {
        margin-bottom: 28px;
        color: orange;
        -webkit-text-stroke: 10px #fff;
        paint-order: stroke fill
    }

    #top-page .service-section .salary-container {
        background-color: #f6f8fa;
        padding: 28px 12px 12px;
        border-radius: 28px;
        border: 1px solid #FF8202;
        margin-bottom: 19px
    }

        #top-page .service-section .salary-container .subtitle {
            display: block;
            margin-bottom: 12px !important
        }

        #top-page .service-section .salary-container .salary-list {
            display: flex;
            flex-direction: column;
            gap: 12px
        }

#top-page .map-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    padding-top: 20px
}

    #top-page .map-section .map-container {
        width: 100%;
        max-width: 550px;
        margin: 30px auto 0;
        position: relative
    }

        #top-page .map-section .map-container .btn-map {
            min-width: 136px;
            background-image: linear-gradient(to bottom,#f4f4f4,#f3f3f3);
            position: absolute;
            padding: 15px 8px;
            border-radius: 38px;
            opacity: 0;
            border: 2px solid transparent
        }

            #top-page .map-section .map-container .btn-map:hover, #top-page .map-section .map-container .btn-map.active {
                border-color: #ff8202
            }

            #top-page .map-section .map-container .btn-map .number {
                width: 52px;
                height: 52px;
                border-radius: 100vmax;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 9px
            }

            #top-page .map-section .map-container .btn-map.one {
                top: 5px;
                right: calc(50% - 50px);
                opacity: 1
            }

            #top-page .map-section .map-container .btn-map.two {
                top: 15%;
                right: -100px;
                opacity: 1
            }

            #top-page .map-section .map-container .btn-map.three {
                bottom: 30%;
                right: 6px;
                opacity: 1
            }

            #top-page .map-section .map-container .btn-map.four {
                bottom: 10%;
                right: 16%;
                opacity: 1
            }

            #top-page .map-section .map-container .btn-map.five {
                top: 40%;
                left: 18%;
                opacity: 1
            }

            #top-page .map-section .map-container .btn-map.six {
                bottom: -15px;
                left: 35%;
                opacity: 1
            }

            #top-page .map-section .map-container .btn-map.seven {
                bottom: 25%;
                left: -5%;
                opacity: 1
            }

            #top-page .map-section .map-container .btn-map.eight {
                bottom: 10px;
                left: -20%;
                opacity: 1
            }

#top-page .card-job {
    background-color: #fef7ec;
    flex-direction: column;
    border: 2px solid #FF8202;
    transition: .3s ease-in-out
}

    #top-page .card-job:hover {
        background-color: #fff;
        border-color: #e2e4e9;
        box-shadow: 0 24px 56px #585c5f29
    }

    #top-page .card-job img {
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 2/1;
        min-height: 193px;
        height: auto
    }

    #top-page .card-job .job-details {
        border: none;
        border-left: none;
        border-top: none;
        padding: 24px;
        width: 100%
    }

        #top-page .card-job .job-details .job-btn-list {
            margin-bottom: 10px
        }

        #top-page .card-job .job-details .job-title {
            margin-bottom: 10px;
            transition: .3s ease-in-out
        }

        #top-page .card-job .job-details .date-list .job-date {
            margin-bottom: 0
        }

        #top-page .card-job .job-details .date-list .amount {
            font-size: 28px;
            font-weight: 900;
            margin-bottom: 0
        }

        #top-page .card-job .job-details p {
            font-size: 14px
        }

#top-page .job-section {
    margin-top: 60px
}

    #top-page .job-section .h4 {
        margin-bottom: 27px
    }

    #top-page .job-section .job-head {
        padding-bottom: 12px;
        margin-bottom: 23px
    }

#top-page .blur-section {
    position: relative
}

    #top-page .blur-section:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    #top-page .blur-section .blur-wrapper {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom,#ffffff80,#fff);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 22px;
        padding: 0 25px
    }

        #top-page .blur-section .blur-wrapper h3, #top-page .blur-section .blur-wrapper .h3 {
            margin-top: 70px
        }

        #top-page .blur-section .blur-wrapper .btn:hover .login-icon {
            background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2012.25H5.5V16H14.5V4H5.5V7.75H4V3.25C4%203.05109%204.07902%202.86032%204.21967%202.71967C4.36032%202.57902%204.55109%202.5%204.75%202.5H15.25C15.4489%202.5%2015.6397%202.57902%2015.7803%202.71967C15.921%202.86032%2016%203.05109%2016%203.25V16.75C16%2016.9489%2015.921%2017.1397%2015.7803%2017.2803C15.6397%2017.421%2015.4489%2017.5%2015.25%2017.5H4.75C4.55109%2017.5%204.36032%2017.421%204.21967%2017.2803C4.07902%2017.1397%204%2016.9489%204%2016.75V12.25ZM8.5%209.25V7L12.25%2010L8.5%2013V10.75H2.5V9.25H8.5Z'%20fill='%23FF8202'/%3e%3c/svg%3e")
        }

        #top-page .blur-section .blur-wrapper .btn .login-icon {
            width: 28px;
            height: 28px;
            display: inline-block;
            background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2012.25H5.5V16H14.5V4H5.5V7.75H4V3.25C4%203.05109%204.07902%202.86032%204.21967%202.71967C4.36032%202.57902%204.55109%202.5%204.75%202.5H15.25C15.4489%202.5%2015.6397%202.57902%2015.7803%202.71967C15.921%202.86032%2016%203.05109%2016%203.25V16.75C16%2016.9489%2015.921%2017.1397%2015.7803%2017.2803C15.6397%2017.421%2015.4489%2017.5%2015.25%2017.5H4.75C4.55109%2017.5%204.36032%2017.421%204.21967%2017.2803C4.07902%2017.1397%204%2016.9489%204%2016.75V12.25ZM8.5%209.25V7L12.25%2010L8.5%2013V10.75H2.5V9.25H8.5Z'%20fill='%23fff'/%3e%3c/svg%3e");
            background-size: 100%;
            transition: .3s
        }

            #top-page .blur-section .blur-wrapper .btn .login-icon:after {
                display: none
            }

#top-page .blog-section {
    padding: 100px 0
}

    #top-page .blog-section h2, #top-page .blog-section .h2 {
        margin-bottom: 66px
    }

#top-page .faq-section {
    background-image: linear-gradient(to bottom,#fff,#ff8202);
    padding: 60px 0
}

    #top-page .faq-section .label-md {
        color: #323548cc
    }

    #top-page .faq-section .accordion-faq {
        margin-top: 60px
    }

#top-page.not-logined .hero-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

    #top-page.not-logined .hero-section .container {
        max-width: 100%
    }

        #top-page.not-logined .hero-section .container .text-wrapper {
            width: 100%;
            max-width: 1350px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start
        }

            #top-page.not-logined .hero-section .container .text-wrapper .text-group {
                display: flex;
                align-items: center
            }

                #top-page.not-logined .hero-section .container .text-wrapper .text-group.text-group1 {
                    align-items: flex-start;
                    gap: 24px
                }

                    #top-page.not-logined .hero-section .container .text-wrapper .text-group.text-group1 h1, #top-page.not-logined .hero-section .container .text-wrapper .text-group.text-group1 .h1 {
                        margin-top: 26px
                    }

                #top-page.not-logined .hero-section .container .text-wrapper .text-group.text-group2 {
                    align-self: flex-end;
                    margin-top: -95px;
                    gap: 34px
                }

                #top-page.not-logined .hero-section .container .text-wrapper .text-group figure {
                    width: 100%;
                    max-width: 177px
                }

                    #top-page.not-logined .hero-section .container .text-wrapper .text-group figure img {
                        width: 100%;
                        display: block
                    }

        #top-page.not-logined .hero-section .container .img-wrapper {
            display: flex
        }

            #top-page.not-logined .hero-section .container .img-wrapper .btn-wrapper {
                flex-grow: 1;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-shrink: 0
            }

                #top-page.not-logined .hero-section .container .img-wrapper .btn-wrapper a {
                    font-size: 48px;
                    font-weight: 700;
                    max-width: 487px
                }

            #top-page.not-logined .hero-section .container .img-wrapper figure {
                width: 100%;
                max-width: 740px;
                flex-shrink: 1
            }

                #top-page.not-logined .hero-section .container .img-wrapper figure img {
                    width: 100%;
                    display: block
                }

#top-page.not-logined .service-section {
    background-color: #f6f8fa;
    padding: 60px 0
}

    #top-page.not-logined .service-section .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px
    }

        #top-page.not-logined .service-section .container h1, #top-page.not-logined .service-section .container .h1 {
            width: 100%;
            max-width: 100%;
            text-align: center;
            margin-bottom: 0
        }

        #top-page.not-logined .service-section .container .card-container {
            width: 100%;
            max-width: 905px;
            height: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 24px
        }

            #top-page.not-logined .service-section .container .card-container .card-service {
                flex: 1 1 440px;
                display: block;
                position: relative
            }

#top-page.logined .service-section {
    padding-bottom: 50px
}

    #top-page.logined .service-section .card {
        background-color: #f6f8fa;
        border-radius: 28px;
        padding: 20px;
        border: none
    }

        #top-page.logined .service-section .card .card-header {
            background-color: transparent;
            border-bottom: none;
            padding: 0;
            margin-bottom: 24px
        }

        #top-page.logined .service-section .card .btn-primary {
            min-width: fit-content;
            padding: 14px 20px !important
        }

    #top-page.logined .service-section .card-service {
        height: 113px
    }

        #top-page.logined .service-section .card-service:not(:last-child) {
            margin-bottom: 19px
        }

        #top-page.logined .service-section .card-service a .front {
            padding-right: 15px
        }

        #top-page.logined .service-section .card-service a:after {
            display: none
        }

        #top-page.logined .service-section .card-service a:hover:before {
            height: 100%
        }

        #top-page.logined .service-section .card-service a:hover .front .info {
            transform: translateY(0);
            opacity: 1
        }

        #top-page.logined .service-section .card-service a:hover .detail .info {
            display: none
        }

        #top-page.logined .service-section .card-service a:hover .detail .btn {
            width: 35px;
            height: 35px;
            transform: rotate(-45deg)
        }

        #top-page.logined .service-section .card-service a:hover figure {
            filter: none;
            transform: scale(1) translateY(0)
        }

#top-page.logined .calendar-banner {
    height: 222px;
    border-radius: 28px;
    overflow: hidden;
    margin: 0 12px 74px
}

    #top-page.logined .calendar-banner .row, #top-page.logined .calendar-banner .col-lg-6 {
        height: 100%
    }

        #top-page.logined .calendar-banner .col-lg-6:first-child div {
            height: 100%;
            padding: 0 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start
        }

            #top-page.logined .calendar-banner .col-lg-6:first-child div h4, #top-page.logined .calendar-banner .col-lg-6:first-child div .h4 {
                font-size: 32px;
                margin-bottom: 30px
            }

        #top-page.logined .calendar-banner .col-lg-6 figure {
            width: 100%;
            height: 100%
        }

            #top-page.logined .calendar-banner .col-lg-6 figure img {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

#top-page.logined .job-section {
    margin-bottom: 108px
}

@media (max-width: 991.98px) {
    #top-page .service-section .salary-container .salary-list {
        width: 100%;
        max-width: 700px;
        overflow-x: auto;
        align-items: stretch
    }

        #top-page .service-section .salary-container .salary-list .card-salary {
            width: 100%;
            max-width: 190px;
            flex-shrink: 0
        }

            #top-page .service-section .salary-container .salary-list .card-salary a {
                height: 100%;
                padding: 18px
            }

                #top-page .service-section .salary-container .salary-list .card-salary a .label-lg {
                    font-size: 14px
                }

                #top-page .service-section .salary-container .salary-list .card-salary a .h6 {
                    font-size: 18px
                }

    #top-page .map-section {
        height: fit-content;
        padding-bottom: 0
    }

        #top-page .map-section .map-container {
            max-width: 350px;
            margin-top: 88px;
            margin-bottom: 92px
        }

            #top-page .map-section .map-container .btn-map {
                min-width: 95px;
                padding: 10px;
                border-radius: 22px
            }

                #top-page .map-section .map-container .btn-map .number {
                    font-size: 16px;
                    width: 36px;
                    height: 36px
                }

                #top-page .map-section .map-container .btn-map .area {
                    font-size: 12px
                }

                #top-page .map-section .map-container .btn-map.one {
                    top: unset;
                    bottom: 100%;
                    right: 28px
                }

                #top-page .map-section .map-container .btn-map.two {
                    top: -20px;
                    right: 133px
                }

                #top-page .map-section .map-container .btn-map.three {
                    top: 162px;
                    bottom: unset;
                    right: 0
                }

                #top-page .map-section .map-container .btn-map.four {
                    bottom: 90px;
                    right: 14px
                }

                #top-page .map-section .map-container .btn-map.five {
                    top: 101px;
                    left: 94px
                }

                #top-page .map-section .map-container .btn-map.six {
                    bottom: 40px;
                    left: 140px
                }

                #top-page .map-section .map-container .btn-map.seven {
                    bottom: 180px;
                    left: 0
                }

                #top-page .map-section .map-container .btn-map.eight {
                    bottom: 0;
                    left: 21px
                }

    #top-page .blog-section {
        padding: 50px 0
    }

        #top-page .blog-section h2, #top-page .blog-section .h2 {
            margin-bottom: 33px
        }

    #top-page.not-logined .hero-section {
        max-width: 720px
    }

        #top-page.not-logined .hero-section .container .text-wrapper {
            margin: 54px 0
        }

            #top-page.not-logined .hero-section .container .text-wrapper .text-group {
                align-items: center;
                text-align: center
            }

                #top-page.not-logined .hero-section .container .text-wrapper .text-group.text-group1 {
                    align-self: center;
                    gap: 24px
                }

                    #top-page.not-logined .hero-section .container .text-wrapper .text-group.text-group1 h1, #top-page.not-logined .hero-section .container .text-wrapper .text-group.text-group1 .h1 {
                        margin-top: 26px
                    }

                #top-page.not-logined .hero-section .container .text-wrapper .text-group.text-group2 {
                    align-self: center;
                    margin-top: 0
                }

                #top-page.not-logined .hero-section .container .text-wrapper .text-group h1, #top-page.not-logined .hero-section .container .text-wrapper .text-group .h1 {
                    font-size: clamp(21px,5vw,38px)
                }

                #top-page.not-logined .hero-section .container .text-wrapper .text-group figure {
                    width: 100%;
                    max-width: 177px
                }

                    #top-page.not-logined .hero-section .container .text-wrapper .text-group figure img {
                        width: 100%;
                        display: block
                    }

            #top-page.not-logined .hero-section .container .text-wrapper .img-group {
                width: 100%;
                max-width: 390px;
                justify-content: flex-start;
                margin: 30px auto 15px
            }

                #top-page.not-logined .hero-section .container .text-wrapper .img-group figure {
                    width: 100%;
                    max-width: 110px
                }

                    #top-page.not-logined .hero-section .container .text-wrapper .img-group figure.img2 {
                        max-width: 130px;
                        margin-bottom: 0
                    }

                    #top-page.not-logined .hero-section .container .text-wrapper .img-group figure img {
                        width: 100%;
                        display: block
                    }

        #top-page.not-logined .hero-section .container .img-wrapper {
            display: flex;
            flex-direction: column;
            gap: 45px
        }

            #top-page.not-logined .hero-section .container .img-wrapper .btn-wrapper {
                flex-grow: 1;
                display: flex;
                justify-content: center;
                align-items: center
            }

                #top-page.not-logined .hero-section .container .img-wrapper .btn-wrapper a {
                    font-size: clamp(31px,5vw,48px);
                    font-weight: 700;
                    max-width: fit-content;
                    padding: 20px 25px
                }

            #top-page.not-logined .hero-section .container .img-wrapper figure {
                width: 100%;
                max-width: 740px
            }

                #top-page.not-logined .hero-section .container .img-wrapper figure img {
                    width: 100%;
                    display: block;
                    object-fit: cover;
                    object-position: 20px
                }

    #top-page.not-logined .service-section {
        height: fit-content;
        padding: 36px 0
    }

        #top-page.not-logined .service-section .container {
            flex-direction: column;
            align-items: center;
            gap: 20px
        }

            #top-page.not-logined .service-section .container .title {
                margin-bottom: 0;
                text-align: center
            }

            #top-page.not-logined .service-section .container .card-container {
                gap: 18px
            }

    #top-page.logined .service-section {
        padding-top: 32px
    }

        #top-page.logined .service-section .title {
            margin-bottom: 0
        }

        #top-page.logined .service-section .card {
            margin-top: 50px
        }

        #top-page.logined .service-section .card-service {
            height: auto
        }

            #top-page.logined .service-section .card-service:not(:last-child) {
                margin-bottom: 19px
            }

            #top-page.logined .service-section .card-service a {
                aspect-ratio: 350/145
            }

    #top-page.logined .calendar-banner {
        height: fit-content;
        margin-left: 0;
        margin-right: 0
    }

        #top-page.logined .calendar-banner .col-lg-6:first-child div {
            padding: 24px
        }

            #top-page.logined .calendar-banner .col-lg-6:first-child div h4, #top-page.logined .calendar-banner .col-lg-6:first-child div .h4 {
                margin-bottom: 20px
            }

        #top-page.logined .calendar-banner .col-lg-6 figure {
            aspect-ratio: 350/282
        }
}

@media (max-width: 767.98px) {
    #top-page.not-logined .service-section .container .card-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }
}

@media (max-width: 575.98px) {
    #top-page .card-bnr p {
        padding-bottom: 125px
    }
}

#instructorTraining .titlebar, #deliveryStatusList .title-bar {
    margin-bottom: 70px
}

#deliveryStatusList .table-container {
    margin-bottom: 42px
}

#deliveryStatusList .card-note {
    margin-bottom: 150px
}

@media (max-width: 991.98px) {
    #deliveryStatusList .title-bar {
        margin-bottom: 40px
    }

    #deliveryStatusList .table-container {
        margin-bottom: 36px
    }

    #deliveryStatusList .card-note {
        margin-bottom: 28px
    }
}

#calendar .title-bar {
    margin-bottom: 28px
}

#calendar .filter-bar .filter-group {
    background-color: #f6f8fa;
    border-radius: 41px;
    padding: 4px
}

    #calendar .filter-bar .filter-group .form-select {
        border-radius: 100vmax
    }

        #calendar .filter-bar .filter-group .form-select:focus {
            border-color: #ff8202;
            box-shadow: none
        }

    #calendar .filter-bar .filter-group .btn {
        flex-shrink: 0
    }

#calendar hr {
    margin-bottom: 24px
}

#calendar .table-container {
    margin-bottom: 94px
}

    #calendar .table-container .table .badge {
        margin-left: 0
    }

@media (max-width: 991.98px) {
    #calendar .title-bar {
        margin-bottom: 24px
    }

    #calendar .filter-bar {
        flex-direction: column-reverse
    }

        #calendar .filter-bar .filter-group {
            width: 100%;
            flex-wrap: wrap;
            padding: 12px;
            border-radius: 24px
        }

            #calendar .filter-bar .filter-group .form-select {
                font-weight: 600;
                text-align: center;
                width: 100%
            }

            #calendar .filter-bar .filter-group .btn {
                flex: 1 1 auto;
                font-size: 14px
            }

        #calendar .filter-bar .searchBox {
            width: 100%;
            max-width: 100%;
            margin-bottom: 24px
        }

    #calendar hr {
        margin-bottom: 24px
    }

    #calendar .table-contaienr {
        margin-bottom: 120px
    }
}

#medipo .card {
    padding-bottom: 41px;
    border: none
}

    #medipo .card h2, #medipo .card .h2 {
        margin-bottom: 24px
    }

    #medipo .card .table-container {
        background-color: #fef7ec;
        padding: 12px;
        border-radius: 8px
    }

        #medipo .card .table-container .table {
            margin-bottom: 0
        }

@media (max-width: 991.98px) {
    #medipo .card {
        padding: 40px 0
    }

        #medipo .card:not(:last-child) {
            border-bottom: 2px solid #EDEDED
        }

        #medipo .card h2, #medipo .card .h2 {
            margin-bottom: 12px
        }

        #medipo .card .table-container {
            background-color: transparent;
            padding: 0
        }

    #medipo .card-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        overflow-x: auto
    }

        #medipo .card-wrapper .card-orange {
            width: 280px;
            flex-shrink: 0;
            flex-grow: 1
        }
}

#workManual h1, #workManual .h1 {
    margin-bottom: 40px
}

#workManual .tab-container {
    width: 100%;
    max-width: 1015px;
    margin: 0 auto
}

    #workManual .tab-container .tab-bar {
        width: 100%;
        max-width: 785px;
        margin: 0 auto 5px;
        display: flex
    }

        #workManual .tab-container .tab-bar button {
            background-color: transparent;
            border: none;
            flex-shrink: 0
        }

            #workManual .tab-container .tab-bar button:first-child label {
                border-top-left-radius: 8px;
                border-bottom-left-radius: 8px
            }

            #workManual .tab-container .tab-bar button:last-child label {
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px
            }

            #workManual .tab-container .tab-bar button label {
                font-weight: 700;
                color: #525866;
                font-size: 14px;
                display: block;
                padding: 8px 16px;
                cursor: pointer;
                border: 1px solid #E2E4E9
            }

            #workManual .tab-container .tab-bar button input[type=radio] {
                display: none
            }

                #workManual .tab-container .tab-bar button input[type=radio]:checked + label {
                    background-color: #ff8202;
                    color: #fff
                }

    #workManual .tab-container .tab-content {
        width: 100%;
        background-color: #fef7ec;
        border: 1px solid #FFE1C2;
        border-radius: 28px;
        padding: 24px;
        margin-bottom: 52px
    }

        #workManual .tab-container .tab-content .tab-pane {
            display: none
        }

            #workManual .tab-container .tab-content .tab-pane.active {
                display: flex;
                flex-direction: column;
                gap: 24px
            }

            #workManual .tab-container .tab-content .tab-pane.login .img1 {
                max-width: 366px
            }

            #workManual .tab-container .tab-content .tab-pane.login .img2 {
                max-width: 250px
            }

            #workManual .tab-container .tab-content .tab-pane.application .img1, #workManual .tab-container .tab-content .tab-pane.application .img2 {
                max-width: 418px
            }

            #workManual .tab-container .tab-content .tab-pane.application .img3 {
                max-width: 394px
            }

            #workManual .tab-container .tab-content .tab-pane.regular .img1 {
                max-width: 357px
            }

            #workManual .tab-container .tab-content .tab-pane.regular .img2 {
                max-width: 290px;
                margin: 0 auto
            }

            #workManual .tab-container .tab-content .tab-pane.apply-now .img1 {
                max-width: 297px
            }

            #workManual .tab-container .tab-content .tab-pane.apply-now .img2 {
                max-width: 475px
            }

            #workManual .tab-container .tab-content .tab-pane.approval .img1 {
                max-width: 251px
            }

            #workManual .tab-container .tab-content .tab-pane.approval .img2 {
                max-width: 509px
            }

            #workManual .tab-container .tab-content .tab-pane.approval .img3 {
                max-width: 576px
            }

            #workManual .tab-container .tab-content .tab-pane.approval .img4 {
                max-width: 578px
            }

            #workManual .tab-container .tab-content .tab-pane.training .img1 {
                max-width: 235px
            }

            #workManual .tab-container .tab-content .tab-pane.training .img2 {
                max-width: 463px
            }

            #workManual .tab-container .tab-content .tab-pane.training .img3 {
                max-width: 373px
            }

            #workManual .tab-container .tab-content .tab-pane.training .img4, #workManual .tab-container .tab-content .tab-pane.training .img5 {
                max-width: 260px
            }

            #workManual .tab-container .tab-content .tab-pane.training .img6, #workManual .tab-container .tab-content .tab-pane.training .img7, #workManual .tab-container .tab-content .tab-pane.training .img8, #workManual .tab-container .tab-content .tab-pane.training .img9 {
                max-width: 630px
            }

            #workManual .tab-container .tab-content .tab-pane.training .section3 .text-group {
                width: 100%;
                max-width: 480px
            }

            #workManual .tab-container .tab-content .tab-pane.check-reward .img1 {
                max-width: 280px
            }

            #workManual .tab-container .tab-content .tab-pane.check-reward .img2 {
                max-width: 324px
            }

            #workManual .tab-container .tab-content .tab-pane .section {
                align-items: center;
                gap: 24px
            }

                #workManual .tab-container .tab-content .tab-pane .section .text-group {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    gap: 24px
                }

                    #workManual .tab-container .tab-content .tab-pane .section .text-group > * {
                        font-weight: 700;
                        margin-bottom: 0
                    }

            #workManual .tab-container .tab-content .tab-pane .underline-link {
                font-size: 18px
            }

            #workManual .tab-container .tab-content .tab-pane figure {
                width: 100%
            }

                #workManual .tab-container .tab-content .tab-pane figure.arrow {
                    max-width: 223px;
                    margin: 0 auto
                }

                #workManual .tab-container .tab-content .tab-pane figure img {
                    width: 100%;
                    display: block;
                    position: relative
                }

                #workManual .tab-container .tab-content .tab-pane figure figcaption {
                    font-weight: 700;
                    margin-top: 24px
                }

        #workManual .tab-container .tab-content .control-btns {
            margin-top: 24px
        }

            #workManual .tab-container .tab-content .control-btns .btn:hover svg path {
                transition: .5s ease;
                fill: #ff8202
            }

            #workManual .tab-container .tab-content .control-btns .btn.next {
                margin-left: auto
            }

            #workManual .tab-container .tab-content .control-btns .btn.hide {
                display: none
            }

@media (max-width: 991.98px) {
    #workManual .tab-container .tab-bar {
        overflow-x: auto
    }

        #workManual .tab-container .tab-bar button {
            flex-shrink: 0
        }

    #workManual .tab-container .tab-content .tab-pane .section {
        flex-direction: column
    }

    #workManual .tab-container .tab-content .control-btns .btn {
        min-width: fit-content;
        padding: 16px 24px
    }
}

.modal-calendar .modal-dialog {
    width: 100%;
    max-width: 1224px
}

    .modal-calendar .modal-dialog .modal-content {
        background-color: #fef7ec;
        border-radius: 28px;
        padding: 12px;
        border: 1px solid #FFE1C2
    }

        .modal-calendar .modal-dialog .modal-content .modal-header {
            padding: 26px 10px;
            border: none
        }

        .modal-calendar .modal-dialog .modal-content .modal-body {
            background-color: #fff;
            border-radius: 14px
        }

            .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-header {
                display: flex;
                justify-content: space-between;
                padding: 10px;
                margin-bottom: 17px
            }

                .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-header .control-btns {
                    display: flex;
                    align-items: center;
                    gap: 8px
                }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-header .control-btns .prev, .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-header .control-btns .next {
                        background-color: transparent;
                        border: none;
                        cursor: pointer;
                        padding: 0
                    }

                        .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-header .control-btns .prev svg, .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-header .control-btns .next svg {
                            width: 24px;
                            height: 24px
                        }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-header .control-btns span {
                        font-size: 18px;
                        font-weight: 700;
                        display: inline-block;
                        padding: 6px;
                        border-radius: 6px;
                        border: 1px solid #CDD0D5;
                        line-height: 1;
                        flex-shrink: 0
                    }

            .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body {
                display: flex
            }

                .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content {
                    flex-grow: 1;
                    flex-shrink: 1;
                    border: 1px solid #FFE1C2;
                    display: flex;
                    flex-direction: column
                }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .title {
                        background-color: #ff8202;
                        color: #fff;
                        padding: 10px;
                        text-align: center
                    }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .content {
                        padding: 12px
                    }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .select-box {
                        display: flex;
                        align-items: center;
                        gap: 4px;
                        padding: 10px 8px;
                        margin-bottom: 12px
                    }

                        .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .select-box span {
                            font-size: 12px;
                            font-weight: 700;
                            background-color: #0a0d14;
                            color: #fff;
                            flex-shrink: 0;
                            padding: 6px;
                            border-radius: 6px;
                            display: inline-block;
                            line-height: 1
                        }

                        .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .select-box .form-select {
                            height: 34px;
                            background-color: #f5f5f5;
                            font-size: 14px;
                            border: 1px solid #CDD0D5;
                            border-radius: 6px;
                            padding: 6px
                        }

                            .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .select-box .form-select:focus {
                                box-shadow: none
                            }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .btns {
                        display: flex;
                        flex-direction: column;
                        gap: 12px;
                        padding-top: 12px;
                        border-top: 2px dashed #868C98
                    }

                        .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .btns .btn {
                            min-width: 100%;
                            padding: 5px;
                            gap: 0
                        }

@media (max-width: 991.98px) {
    .modal-calendar {
        padding: 20px;
        display: grid;
        place-items: center
    }

        .modal-calendar .modal-dialog {
            width: 100%;
            max-width: 500px;
            margin: 0
        }

            .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-header {
                flex-wrap: wrap
            }

            .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body {
                flex-direction: column
            }

                .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content {
                    flex-direction: row
                }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .title {
                        width: 95px;
                        background-color: #ff8202;
                        color: #fff;
                        padding: 10px;
                        text-align: center;
                        display: flex;
                        align-items: center;
                        justify-content: center
                    }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .content {
                        flex-grow: 1;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column
                    }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .select-box .form-select {
                        min-width: 90px
                    }

                    .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .btns {
                        display: flex;
                        flex-direction: column;
                        gap: 12px;
                        padding-top: 12px;
                        border-top: 2px dashed #868C98
                    }

                        .modal-calendar .modal-dialog .modal-content .modal-body .calendar-container .calendar .calendar-body .calendar-content .btns .btn {
                            min-width: 100%;
                            gap: 0
                        }
}

#company-profile {
    padding-top: 34px;
    margin-bottom: 47px
}

    #company-profile .breadcrumbWrapper {
        margin-top: 24px;
        margin-bottom: 24px
    }

    #company-profile .card-company-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 24px
    }

        #company-profile .card-company-wrapper > .card-company {
            max-width: calc(50% - 12px)
        }

            #company-profile .card-company-wrapper > .card-company.width-100 {
                max-width: 100%
            }

    #company-profile .card-company {
        background-color: #fef7ec;
        border: 1px solid #FFE1C2;
        border-radius: 28px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%
    }

        #company-profile .card-company p {
            font-weight: 700
        }

        #company-profile .card-company.horizontal {
            flex-direction: row;
            gap: 12px
        }

            #company-profile .card-company.horizontal span {
                display: inline-block;
                width: 100%;
                max-width: 200px
            }

    #company-profile section {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px
    }

@media (max-width: 991.98px) {
    #company-profile .card-company-wrapper > .card-company {
        max-width: 100%
    }

        #company-profile .card-company-wrapper > .card-company.width-100 {
            max-width: 100%
        }
}

@media (max-width: 767.98px) {
    #company-profile .card-company.horizontal {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

#work-schedule-detail {
    padding-bottom: 100px
}

    #work-schedule-detail .card-schedule {
        background-color: #fef7ec;
        border: 1px solid #FFE1C2;
        border-radius: 28px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 24px
    }

        #work-schedule-detail .card-schedule.horizontal {
            flex-direction: row
        }

    #work-schedule-detail .card-schedule-border {
        border-left: 1px solid #FF8202;
        padding-left: 24px
    }

    #work-schedule-detail .logicalCD-btn-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px
    }

        #work-schedule-detail .logicalCD-btn-group .download-btn {
            background-color: #fff;
            width: 100%;
            border-radius: 12px;
            text-decoration: none;
            transition: background-color .3s ease-in-out
        }

            #work-schedule-detail .logicalCD-btn-group .download-btn .logicalCD-sub-text {
                font-size: 12px;
                font-weight: 400;
                color: #0a0d14;
                padding: 4px 8px;
                display: block
            }

            #work-schedule-detail .logicalCD-btn-group .download-btn .btn-label {
                font-size: 12px;
                color: #fff;
                font-weight: 700;
                border-radius: 6px;
                display: inline-block
            }

                #work-schedule-detail .logicalCD-btn-group .download-btn .btn-label.green {
                    background-color: #33b449
                }

                #work-schedule-detail .logicalCD-btn-group .download-btn .btn-label.orange {
                    background-color: #f17b2c
                }

            #work-schedule-detail .logicalCD-btn-group .download-btn:hover {
                background-color: #f8f9fa
            }

            #work-schedule-detail .logicalCD-btn-group .download-btn .file-text {
                display: flex;
                align-items: center;
                gap: 6px;
                padding: 14px 16px;
                cursor: pointer;
                position: relative
            }

                #work-schedule-detail .logicalCD-btn-group .download-btn .file-text .img-schedule {
                    position: absolute;
                    right: 16px;
                    bottom: 16px
                }

                #work-schedule-detail .logicalCD-btn-group .download-btn .file-text:before {
                    content: "";
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    padding: 14px 16px;
                    background-image: url(/assets/assets/pdf-icon-C4dZBmzi.svg);
                    background-size: contain;
                    background-repeat: no-repeat
                }

    #work-schedule-detail .text-para {
        margin-top: 12px;
        display: block
    }

    #work-schedule-detail .badge-wrapper p {
        margin-bottom: 0
    }

    #work-schedule-detail .back-btn {
        margin-top: 40px
    }

    #work-schedule-detail .breadcrumbWrapper {
        margin-top: 24px
    }

    #work-schedule-detail .detail {
        margin-bottom: 25px
    }

    #work-schedule-detail .period {
        background-color: #ff8202;
        padding: 24px;
        border-radius: 28px;
        margin-bottom: 20px
    }

    #work-schedule-detail h1, #work-schedule-detail .h1 {
        margin-top: 12px;
        margin-bottom: 24px
    }

        #work-schedule-detail h1 + p, #work-schedule-detail .h1 + p {
            margin-bottom: 38px
        }

    #work-schedule-detail .pdf-icon, #work-schedule-detail .arrow-icon {
        width: 32px;
        height: 32px;
        object-fit: cover;
        display: block;
        margin: 0 auto
    }

    #work-schedule-detail .arrow-btn {
        padding: 8px;
        margin: 0 auto
    }

    #work-schedule-detail .table-container .table thead th.center {
        text-align: center
    }

    #work-schedule-detail .table-container .header-group th {
        background-color: transparent
    }

        #work-schedule-detail .table-container .header-group th:nth-child(2) {
            background-color: #ffe1c2;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 0
        }

    #work-schedule-detail .table-container .total {
        font-size: 14px;
        display: block;
        margin-top: 10px
    }

    #work-schedule-detail .message {
        margin-top: 42px
    }

        #work-schedule-detail .message .label-md {
            font-weight: 700
        }

    #work-schedule-detail .custom-table {
        width: 100%;
        border-radius: .375rem;
        overflow: hidden
    }

    #work-schedule-detail .table-header-row {
        background-color: #f6f8fa;
        border-radius: 8px 0 8px 8px
    }

    #work-schedule-detail .header-group {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 300px;
        font-size: 14px
    }

    #work-schedule-detail .col-span-2 {
        grid-column: span 3
    }

    #work-schedule-detail .col-span-3 {
        grid-column: span 2;
        align-self: flex-end;
        background-color: #ffe1c2;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 8px
    }

    #work-schedule-detail .table-header-row {
        display: grid;
        grid-template-columns: 40px 1fr 244px 132px 132px;
        padding: 0 12px;
        font-size: 14px
    }

    #work-schedule-detail .header-cell {
        padding: 8px 0
    }

        #work-schedule-detail .header-cell.center {
            text-align: center
        }

    #work-schedule-detail .table-body {
        background-color: #fff
    }

    #work-schedule-detail .table-row-container {
        border-bottom: 1px solid #dee2e6
    }

        #work-schedule-detail .table-row-container:last-child {
            border-bottom: none
        }

    #work-schedule-detail .table-row {
        display: grid;
        grid-template-columns: 1fr 244px 132px 132px;
        align-items: center;
        transition: background-color .2s ease;
        padding: 0 12px;
        cursor: pointer
    }

        #work-schedule-detail .table-row:hover {
            background-color: #f8f9fa
        }

    #work-schedule-detail .table-cell {
        display: flex;
        align-items: center;
        padding: 16px 0
    }

        #work-schedule-detail .table-cell .form-check {
            margin-bottom: .5rem
        }

        #work-schedule-detail .table-cell:first-child {
            padding-left: 8px
        }

        #work-schedule-detail .table-cell .cell {
            text-align: center;
            font-size: 16px;
            font-weight: 700
        }

            #work-schedule-detail .table-cell .cell a {
                font-size: 16px;
                color: #ff8202;
                font-weight: 700
            }

    #work-schedule-detail .details-section {
        border-top: 1px solid #dee2e6;
        animation: slideDown .3s ease-out
    }

    #work-schedule-detail .details-content {
        padding: 12px 12px 12px 20px;
        font-weight: 700
    }

    #work-schedule-detail .details-info {
        display: grid;
        grid-template-columns: 2fr 244px 264px;
        align-items: center;
        font-weight: 700;
        gap: 24px;
        color: #000
    }

    #work-schedule-detail .store-info {
        display: flex;
        justify-content: space-around
    }

    #work-schedule-detail .store-name {
        font-size: 16px;
        position: relative;
        padding-left: 40px;
        padding-right: 20px
    }

        #work-schedule-detail .store-name:before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 24px;
            height: 24px;
            background-image: url("data:image/svg+xml,%3csvg%20width='11'%20height='10'%20viewBox='0%200%2011%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.562588%206.24994L0.5625%200.625019L1.8125%200.625L1.81257%204.99994L8.16994%205L5.70138%202.53142L6.58525%201.64754L10.5627%205.625L6.58525%209.6025L5.70138%208.71863L8.17%206.25L0.562588%206.24994Z'%20fill='%230A0D14'/%3e%3c/svg%3e");
            background-size: contain;
            background-repeat: no-repeat
        }

    #work-schedule-detail .store-address {
        font-size: 16px
    }

    #work-schedule-detail .store-actions {
        display: flex
    }

        #work-schedule-detail .store-actions .map {
            margin-right: 44px;
            line-height: normal
        }

            #work-schedule-detail .store-actions .map:before {
                content: "";
                display: inline-block;
                width: 24px;
                height: 24px;
                background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.4375%202.75L5.6875%200.5L10.1875%202.75L14.9147%200.72425C14.9718%200.699788%2015.0341%200.689877%2015.0959%200.695407C15.1577%200.700937%2015.2172%200.721735%2015.2691%200.755934C15.3209%200.790133%2015.3634%200.836663%2015.3928%200.891348C15.4222%200.946034%2015.4376%201.00716%2015.4375%201.06925V13.25L10.1875%2015.5L5.6875%2013.25L0.96025%2015.2758C0.903185%2015.3002%200.84094%2015.3101%200.779099%2015.3046C0.717259%2015.2991%200.657759%2015.2783%200.60594%2015.2441C0.554121%2015.2099%200.511604%2015.1633%200.482205%2015.1087C0.452806%2015.054%200.437445%2014.9928%200.4375%2014.9307V2.75ZM10.9375%2013.5463L13.9375%2012.2607V2.77475L10.9375%204.06025V13.5463ZM9.4375%2013.448V4.052L6.4375%202.552V11.948L9.4375%2013.448ZM4.9375%2011.9398V2.45375L1.9375%203.73925V13.2252L4.9375%2011.9398Z'%20fill='%23FF8202'/%3e%3c/svg%3e");
                background-size: contain;
                background-repeat: no-repeat
            }

    #work-schedule-detail .store-schedule {
        text-align: center;
        justify-self: flex-start
    }

@keyframes slideDown {
    0% {
        opacity: 0;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    to {
        opacity: 1;
        max-height: 200px;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

#work-schedule-detail .arrow-icon {
    transition: transform .3s ease
}

@media (max-width: 991.98px) {
    #work-schedule-detail .arrow-btn {
        padding: 0
    }

        #work-schedule-detail .arrow-btn img {
            width: 20px
        }

    #work-schedule-detail .table-row-container {
        border: 2px solid #FF8202;
        border-radius: 28px;
        margin-bottom: 24px
    }

        #work-schedule-detail .table-row-container:last-child {
            border: 2px solid #FF8202
        }

    #work-schedule-detail .table-row {
        display: block;
        grid-template-columns: 1fr;
        position: relative
    }

        #work-schedule-detail .table-row:hover {
            background-color: transparent
        }

    #work-schedule-detail .table-cell {
        display: flex;
        align-items: center;
        padding: 16px 0
    }

        #work-schedule-detail .table-cell:nth-of-type(1) {
            padding-top: 16px
        }

        #work-schedule-detail .table-cell:nth-of-type(2) {
            padding-right: 40px
        }

        #work-schedule-detail .table-cell .form-check {
            margin-bottom: .2rem
        }

        #work-schedule-detail .table-cell.check-table {
            display: inline-block
        }

        #work-schedule-detail .table-cell.arrow {
            position: absolute;
            right: 20px;
            top: 0
        }

        #work-schedule-detail .table-cell:first-child {
            padding-left: 8px
        }

        #work-schedule-detail .table-cell .cell {
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            margin-left: 10px
        }

            #work-schedule-detail .table-cell .cell a {
                font-size: 16px;
                color: #ff8202;
                font-weight: 700;
                text-decoration: none;
                display: inline-block;
                text-align: start;
                width: 100%
            }

    #work-schedule-detail .details-section {
        border-top: 1px solid #FEF7EC;
        margin: 0 24px 24px
    }

    #work-schedule-detail .details-content {
        padding: 0 0 0 20px;
        font-weight: 700;
        border-radius: 12px
    }

    #work-schedule-detail .details-info {
        display: block;
        grid-template-columns: 1fr;
        gap: 0
    }

    #work-schedule-detail .store-info {
        display: block
    }

    #work-schedule-detail .store-name {
        padding-left: 0;
        padding-right: 0;
        display: block;
        margin-bottom: 20px
    }

        #work-schedule-detail .store-name:before {
            width: 0;
            height: 0;
            background-image: none
        }

    #work-schedule-detail .store-address {
        margin-bottom: 12px
    }

    #work-schedule-detail .store-actions {
        display: flex;
        margin: 12px 0
    }

        #work-schedule-detail .store-actions .map {
            margin-right: 27px
        }

    #work-schedule-detail .store-schedule {
        text-align: center;
        justify-self: flex-start
    }

    #work-schedule-detail .badge.badge-job {
        display: block;
        padding-left: 10px;
        max-width: 78px;
        width: 100%;
        padding-right: 0;
        margin-top: 6px
    }
}

@media (max-width: 767.98px) {
    #work-schedule-detail {
        padding-bottom: 42px
    }

        #work-schedule-detail .card-schedule {
            flex-direction: column;
            gap: 0
        }

            #work-schedule-detail .card-schedule.horizontal {
                flex-direction: column
            }

        #work-schedule-detail .card-schedule-border {
            border-left: none;
            padding-left: 0
        }
}

#invoice-system {
    padding-top: 32px
}

    #invoice-system .alert-box {
        font-size: 12px;
        padding: 10px;
        border-radius: 10px
    }

        #invoice-system .alert-box.red {
            background-color: #fdedf0;
            color: #df1c41
        }

    #invoice-system .title-bar {
        margin-bottom: 34px
    }

    #invoice-system .tab-bar {
        width: 100%;
        max-width: 444px;
        background-color: #f6f8fa;
        padding: 4px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }

        #invoice-system .tab-bar .tab-item {
            font-size: 14px;
            font-weight: 700;
            width: 50%;
            background-color: transparent;
            color: #525866;
            border-radius: 6px
        }

            #invoice-system .tab-bar .tab-item.active {
                border: none;
                background-color: #ff8202;
                color: #fff
            }

    #invoice-system .text-red {
        color: #df1c41
    }

    #invoice-system .badge-job {
        margin-bottom: 9px;
        white-space: wrap;
        cursor: auto;
        text-align: start
    }

    #invoice-system .btns {
        margin-bottom: 16px;
        gap: 15px
    }

    #invoice-system .select-box-group .label {
        font-weight: 700
    }

    #invoice-system .select-box-group .form-select {
        font-size: 14px;
        width: 100%;
        max-width: 264px;
        border: 1px solid #FF8202;
        border-radius: 10px;
        padding: 10px 12px;
        margin-bottom: 40px
    }

        #invoice-system .select-box-group .form-select:focus {
            box-shadow: none
        }

    #invoice-system .card-container {
        width: 100%;
        display: flex;
        gap: 24px;
        flex-wrap: wrap
    }

        #invoice-system .card-container:not(:last-child) {
            margin-bottom: 24px
        }

        #invoice-system .card-container .card-invoice {
            width: calc(33.33% - 16px);
            min-height: 131px;
            padding: 24px;
            background-color: #fef7ec;
            border-radius: 28px;
            border: 1px solid #FFE1C2
        }

            #invoice-system .card-container .card-invoice span {
                width: 100%;
                display: inline-block;
                word-break: break-all
            }

            #invoice-system .card-container .card-invoice.large {
                width: calc(50% - 12px)
            }

            #invoice-system .card-container .card-invoice.two-col {
                display: flex;
                gap: 24px
            }

                #invoice-system .card-container .card-invoice.two-col .target {
                    width: calc(50% - 12px)
                }

            #invoice-system .card-container .card-invoice .title {
                margin-bottom: 12px
            }

    #invoice-system .job-list-section {
        margin-top: 55px;
        margin-bottom: 72px
    }

        #invoice-system .job-list-section h2, #invoice-system .job-list-section .h2 {
            margin-bottom: 20px
        }

        #invoice-system .job-list-section .table-section:not(:last-child) {
            margin-bottom: 76px
        }

        #invoice-system .job-list-section .table-section .table-container {
            margin-top: 20px
        }

            #invoice-system .job-list-section .table-section .table-container .table tr td {
                font-weight: 700
            }

                #invoice-system .job-list-section .table-section .table-container .table tr td.bg {
                    background-color: #ffe1c2
                }

    #invoice-system .account-info-section {
        margin-bottom: 228px
    }

        #invoice-system .account-info-section h2, #invoice-system .account-info-section .h2 {
            margin-bottom: 40px
        }

        #invoice-system .account-info-section .card-account {
            width: 100%;
            max-width: 390px;
            background-color: #fef7ec;
            padding: 24px;
            border-radius: 28px;
            border: 1px solid #FFE1C2
        }

            #invoice-system .account-info-section .card-account .card-account-item {
                margin-bottom: 12px;
                display: flex
            }

                #invoice-system .account-info-section .card-account .card-account-item:last-child {
                    margin-bottom: 0
                }

                #invoice-system .account-info-section .card-account .card-account-item .title, #invoice-system .account-info-section .card-account .card-account-item .value {
                    font-weight: 700
                }

                #invoice-system .account-info-section .card-account .card-account-item .title {
                    width: 100%;
                    max-width: 150px;
                    margin-bottom: 4px
                }

@media (max-width: 991.98px) {
    #invoice-system {
        padding-top: 43px
    }

        #invoice-system .title-bar {
            margin-bottom: 18px
        }

        #invoice-system .tab-bar {
            margin-bottom: 13px
        }

        #invoice-system .text-red {
            margin-bottom: 33px
        }

        #invoice-system .btns {
            gap: 5px;
            align-items: stretch
        }

            #invoice-system .btns .btn {
                font-size: 13px;
                width: 50%;
                padding: 6px 12px;
                gap: 6px;
                text-align: start
            }

                #invoice-system .btns .btn svg {
                    width: 15px;
                    height: 15px
                }

        #invoice-system .select-box-group {
            margin-bottom: 42px
        }

            #invoice-system .select-box-group .form-select {
                max-width: 100%
            }

        #invoice-system .card-container .card-invoice, #invoice-system .card-container .card-invoice.large {
            width: 100%
        }

        #invoice-system .job-list-section .table-section .table-container .table {
            border: 2px solid #FF8202;
            padding: 24px;
            border-radius: 28px
        }

            #invoice-system .job-list-section .table-section .table-container .table tr {
                margin-bottom: 0;
                border: none;
                padding: 0 0 22px;
                border-radius: 0;
                border-bottom: 4px solid #FF8202
            }

                #invoice-system .job-list-section .table-section .table-container .table tr:not(:first-child) {
                    padding-top: 22px
                }

                #invoice-system .job-list-section .table-section .table-container .table tr td:first-child {
                    color: #0a0d14
                }

                #invoice-system .job-list-section .table-section .table-container .table tr td span {
                    display: grid;
                    grid-template-columns: 1fr 1fr
                }

                    #invoice-system .job-list-section .table-section .table-container .table tr td span:before {
                        max-width: 100%
                    }

            #invoice-system .job-list-section .table-section .table-container .table tfoot {
                width: 100%;
                display: block;
                margin-top: 22px;
                background-color: #fef7ec;
                padding: 12px;
                border-radius: 12px
            }

                #invoice-system .job-list-section .table-section .table-container .table tfoot tr {
                    background-color: transparent;
                    border-bottom: 0;
                    display: flex;
                    flex-direction: column;
                    padding-bottom: 0
                }

                    #invoice-system .job-list-section .table-section .table-container .table tfoot tr td {
                        width: 100%;
                        border-bottom: 0;
                        background-color: transparent;
                        padding: 0
                    }

                        #invoice-system .job-list-section .table-section .table-container .table tfoot tr td.bg {
                            background-color: transparent;
                            color: #ff8202
                        }

                        #invoice-system .job-list-section .table-section .table-container .table tfoot tr td:first-child {
                            font-size: 24px
                        }

                        #invoice-system .job-list-section .table-section .table-container .table tfoot tr td:not(:last-child) {
                            margin-bottom: 6px
                        }
}

.auth-container {
    min-height: 100vh;
    background-color: #f6f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 20px
}

    .auth-container .underline-link {
        font-size: 14px;
        font-weight: 500
    }

        .auth-container .underline-link:hover {
            color: #81470d
        }

    .auth-container hr {
        margin: 0;
        border-color: #e2e4e9;
        opacity: 1
    }

    .auth-container p {
        margin-bottom: 0
    }

    .auth-container button {
        width: 100%;
        min-width: 100%
    }

    .auth-container input[type=checkbox]:focus {
        outline: none;
        box-shadow: none
    }

    .auth-container .btn-fb {
        background-color: #378ffb;
        color: #fff
    }

    .auth-container .btn-eye {
        background-color: #fff;
        border-radius: 100vmax;
        padding: 0;
        cursor: pointer;
        position: absolute;
        right: 10px
    }

        .auth-container .btn-eye:active, .auth-container .btn-eye:focus {
            border: none
        }

        .auth-container .btn-eye.show .icon-eye-close {
            display: block
        }

        .auth-container .btn-eye.show .icon-eye-open, .auth-container .btn-eye .icon-eye-close {
            display: none
        }

        .auth-container .btn-eye .icon-eye-open {
            display: block
        }

    .auth-container .birth-date-input {
        pointer-events: none
    }

    .auth-container .birth-date-input-hidden {
        opacity: 0;
        position: absolute;
        left: 0
    }

    .auth-container .two-col {
        display: flex;
        align-items: flex-start;
        gap: 12px
    }

        .auth-container .two-col .group {
            width: calc(50% - 6px)
        }

    .auth-container .switch-group label {
        font-weight: 700
    }

    .auth-container .switch-group .switch-wrapper input:checked + .switch {
        background-color: #ff8202;
        border-top-color: #b47818
    }

        .auth-container .switch-group .switch-wrapper input:checked + .switch span {
            transform: translate(12px) translateY(-50%)
        }

            .auth-container .switch-group .switch-wrapper input:checked + .switch span:before {
                background-color: #ff8202
            }

    .auth-container .switch-group .switch-wrapper .switch {
        width: 28px;
        height: 16px;
        display: block;
        background-color: #e2e4e9;
        border-radius: 100vmax;
        box-shadow: 0 4px 4px #0f0f100f;
        position: relative;
        border-top: 1px solid rgb(205,208,213);
        border-bottom: 1px solid transparent;
        cursor: pointer;
        transition: .2s ease-in-out
    }

        .auth-container .switch-group .switch-wrapper .switch span {
            width: 12px;
            height: 12px;
            background-color: #fff;
            border-radius: 100vmax;
            display: block;
            transition: .2s ease-in-out;
            position: absolute;
            top: 50%;
            left: 2px;
            transform: translateY(-50%);
            border: 1px solid #FFFFFF;
            box-shadow: inset 0 -3px 3px #e4e5e77a
        }

            .auth-container .switch-group .switch-wrapper .switch span:before {
                content: "";
                width: 4px;
                height: 4px;
                background-color: #e2e4e9;
                border-radius: 100vmax;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                transition: .2s ease-in-out
            }

    .auth-container .group:not(:last-child) {
        margin-bottom: 12px
    }

    .auth-container .group label {
        font-size: 14px;
        font-weight: 700;
        color: #0a0d14;
        margin-bottom: 4px;
        display: block
    }

    .auth-container .group .input-wrapper {
        width: 100%;
        border-radius: 10px;
        padding: 10px 12px;
        border: 1px solid #E2E4E9;
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px
    }

        .auth-container .group .input-wrapper:has(input:not(:placeholder-shown)) svg path {
            fill: #525866
        }

        .auth-container .group .input-wrapper:focus-within {
            background-color: #f6f8fa;
            border-color: #f6f8fa
        }

            .auth-container .group .input-wrapper:focus-within svg path {
                fill: #525866
            }

            .auth-container .group .input-wrapper:focus-within input {
                color: #0a0d14
            }

        .auth-container .group .input-wrapper svg {
            flex-shrink: 0
        }

        .auth-container .group .input-wrapper input {
            font-size: 14px !important;
            flex-grow: 1;
            background-color: transparent;
            border: none;
            outline: none
        }

            .auth-container .group .input-wrapper input::placeholder {
                font-size: 14px !important;
                color: #525866
            }

    .auth-container .auth-header, .auth-container .auth-footer {
        font-size: 14px;
        width: 100%;
        max-width: 1352px;
        display: flex;
        align-items: center;
        gap: 6px;
        line-height: 1;
        position: absolute;
        padding-left: 20px;
        padding-right: 20px
    }

    .auth-container .auth-header {
        top: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: flex-end
    }

    .auth-container .auth-content {
        width: 100%;
        max-width: 1140px;
        background-image: url(/assets/assets/bg_pattern-CYx8YbjY.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: center
    }

        .auth-container .auth-content .form-container {
            width: 100%;
            max-width: 480px;
            background-color: #fff;
            padding: 32px;
            border-radius: 24px;
            box-shadow: 0 16px 32px -12px #585c5f1a
        }

            .auth-container .auth-content .form-container form {
                display: flex;
                flex-direction: column;
                gap: 24px
            }

                .auth-container .auth-content .form-container form .form-header {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    text-align: center
                }

                    .auth-container .auth-content .form-container form .form-header figure {
                        width: 100%;
                        max-width: 163px;
                        margin-bottom: 6px
                    }

                        .auth-container .auth-content .form-container form .form-header figure img {
                            width: 100%;
                            height: auto;
                            object-fit: cover
                        }

                    .auth-container .auth-content .form-container form .form-header h1, .auth-container .auth-content .form-container form .form-header .h1 {
                        margin-bottom: 4px
                    }

                    .auth-container .auth-content .form-container form .form-header p {
                        color: #525866
                    }

        .auth-container .auth-content .link {
            font-weight: 500
        }

        .auth-container .auth-content#login .form-container {
            max-width: 480px
        }

        .auth-container .auth-content#register .form-container {
            max-width: 600px
        }

            .auth-container .auth-content#register .form-container .form-select {
                background-color: transparent;
                padding: 0;
                border: none
            }

                .auth-container .auth-content#register .form-container .form-select:focus {
                    outline: none;
                    box-shadow: none
                }

        .auth-container .auth-content#reset-password .form-container {
            max-width: 590px
        }

        .auth-container .auth-content#email-verification .form-container {
            max-width: 440px
        }

            .auth-container .auth-content#email-verification .form-container .form-header .mail {
                font-weight: 700
            }

        .auth-container .auth-content#email-verification .code-container {
            display: flex;
            gap: 10px
        }

            .auth-container .auth-content#email-verification .code-container .group {
                width: calc(25% - 7.5px);
                height: 64px
            }

                .auth-container .auth-content#email-verification .code-container .group .input-wrapper, .auth-container .auth-content#email-verification .code-container .group .input-wrapper input {
                    height: 100%
                }

                    .auth-container .auth-content#email-verification .code-container .group .input-wrapper input {
                        font-size: 24px;
                        font-weight: 700;
                        width: 100%;
                        text-align: center;
                        -moz-appearance: textfield
                    }

                        .auth-container .auth-content#email-verification .code-container .group .input-wrapper input::-webkit-inner-spin-button, .auth-container .auth-content#email-verification .code-container .group .input-wrapper input::-webkit-outer-spin-button {
                            -webkit-appearance: none;
                            margin: 0
                        }

    .auth-container .auth-footer {
        bottom: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        justify-content: space-between
    }

@media (max-width: 767.98px) {
    .auth-container {
        padding-bottom: 36px
    }

        .auth-container .auth-content .link {
            font-size: 14px
        }

        .auth-container .auth-content .two-col {
            flex-wrap: wrap;
            margin-bottom: 12px
        }

            .auth-container .auth-content .two-col .group {
                width: 100%;
                margin-bottom: 0
            }

        .auth-container .auth-footer {
            position: static;
            margin-top: 36px;
            padding: 0
        }
}

#business-outsourcing-contract {
    padding-bottom: 60px
}

    #business-outsourcing-contract .list-disc {
        list-style-type: disc
    }

#point-term-of-use {
    padding-bottom: 60px
}

    #point-term-of-use .list-disc {
        list-style-type: disc
    }

#hp-information {
    margin-bottom: 25px
}

    #hp-information .hp-information-wrapper {
        width: 100%
    }

    #hp-information .hp-information-block #auto-numbered-list {
        counter-reset: list-counter
    }

        #hp-information .hp-information-block #auto-numbered-list li {
            counter-increment: list-counter;
            position: relative;
            padding-left: 25px
        }

            #hp-information .hp-information-block #auto-numbered-list li:before {
                content: counter(list-counter) ".";
                position: absolute;
                left: 0;
                top: 0;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center
            }

            #hp-information .hp-information-block #auto-numbered-list li span {
                display: block;
                font-size: 16px;
                color: #000
            }

                #hp-information .hp-information-block #auto-numbered-list li span:first-child {
                    margin-bottom: 5px;
                    padding-right: 10px
                }

    #hp-information .checkbox-group {
        padding: 12px;
        border-radius: 16px;
        margin-bottom: 16px
    }

        #hp-information .checkbox-group .form-label {
            margin-bottom: 0
        }

        #hp-information .checkbox-group input[type=radio]:checked, #hp-information .checkbox-group input[type=radio]:not(:checked) {
            position: absolute;
            left: -9999px
        }

            #hp-information .checkbox-group input[type=radio]:checked + label, #hp-information .checkbox-group input[type=radio]:not(:checked) + label {
                position: relative;
                padding-left: 20px;
                cursor: pointer;
                line-height: 16px;
                display: inline-block;
                color: #666
            }

                #hp-information .checkbox-group input[type=radio]:checked + label:before, #hp-information .checkbox-group input[type=radio]:not(:checked) + label:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 16px;
                    height: 16px;
                    border: 2px solid #E2E4E9;
                    border-radius: 100%;
                    background: #fff
                }

                #hp-information .checkbox-group input[type=radio]:checked + label:after, #hp-information .checkbox-group input[type=radio]:not(:checked) + label:after {
                    content: "";
                    width: 9px;
                    height: 9px;
                    background: #ff8202;
                    position: absolute;
                    top: 4px;
                    left: 3px;
                    border-radius: 100%;
                    transition: all .2s ease
                }

                #hp-information .checkbox-group input[type=radio]:not(:checked) + label:after {
                    opacity: 0;
                    transform: scale(0)
                }

                #hp-information .checkbox-group input[type=radio]:checked + label:after {
                    opacity: 1;
                    transform: scale(1)
                }

                #hp-information .checkbox-group input[type=radio]:not(:checked) + label:before {
                    border: 2px solid #E2E4E9
                }

                #hp-information .checkbox-group input[type=radio]:checked + label:before {
                    border: 2px solid #FF8202
                }

        #hp-information .checkbox-group .form-check {
            display: flex;
            align-items: flex-start;
            justify-content: center
        }

        #hp-information .checkbox-group label {
            font-size: 14px;
            font-weight: 700
        }

    #hp-information .hp-personal-info {
        position: relative;
        height: 120px
    }

        #hp-information .hp-personal-info .btn-group, #hp-information .hp-personal-info .checkbox-group {
            position: absolute;
            right: 30%
        }

        #hp-information .hp-personal-info .checkbox-group {
            bottom: 54px;
            max-width: 237px;
            width: 100%;
            display: flex;
            justify-content: space-between
        }

            #hp-information .hp-personal-info .checkbox-group .form-check:first-child {
                padding-left: 0
            }

            #hp-information .hp-personal-info .checkbox-group .form-check:nth-of-type(2) {
                padding-left: 0
            }

        #hp-information .hp-personal-info .btn-group {
            bottom: 0
        }

            #hp-information .hp-personal-info .btn-group .btn {
                width: 184px;
                padding: 14px
            }

@media (max-width: 991.98px) {
    #hp-information {
        margin-bottom: 54px
    }

        #hp-information .hp-personal-info .btn-group, #hp-information .hp-personal-info .checkbox-group {
            right: 30%
        }

        #hp-information .hp-personal-info .checkbox-group {
            bottom: 30px
        }

            #hp-information .hp-personal-info .checkbox-group .form-check:first-child {
                margin-right: 2px
            }
}

#about-handling-of-personal-information {
    padding-bottom: 100px
}

    #about-handling-of-personal-information h1, #about-handling-of-personal-information .h1 {
        width: 100%;
        max-width: 600px
    }

    #about-handling-of-personal-information .list-letter {
        list-style-type: lower-alpha
    }


/* MAIN BADGES (much lighter pastel colors) */
.badge.badge-job.hurry-badge {
    background-color: #fff9c4; /* very light yellow */
    color: #000000;
}

.badge.badge-job.preconf-badge {
    background-color: #ccffe6; /* very light mint green */
    color: #000000;
}

.badge.badge-job.outoassgin-badge {
    background-color: #cce6ff; /* very light sky blue */
    color: #000000;
}

.badge.badge-job.gps-badge {
    background-color: #ccffcc; /* very light lime green */
    color: #000000;
}

.badge.badge-job.limitview-badge {
    background-color: #ffccf2; /* very light pink */
    color: #000000;
}

/* AFTER ELEMENTS (darker matching tones for contrast) */
.badge.badge-job.hurry-badge:after {
    background-color: #ccae00; /* darker yellow */
}

.badge.badge-job.preconf-badge:after {
    background-color: #33cc66; /* darker green */
}

.badge.badge-job.outoassgin-badge:after {
    background-color: #3399ff; /* darker blue */
}

.badge.badge-job.gps-badge:after {
    background-color: #33cc33; /* darker green */
}

.badge.badge-job.limitview-badge:after {
    background-color: #cc3385; /* darker pink */
}

.red {
    color: red;
}