.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900)
}

.fa, .fa-brands, .fa-classic, .fa-duotone, .fa-light, .fa-regular, .fa-sharp, .fa-sharp-solid, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fasl, .fasr, .fass, .fast, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
    font-family: Font Awesome\ 6 Pro
}

.fa-brands, .fab {
    font-family: Font Awesome\ 6 Brands
}

.fa-classic.fa-duotone, .fa-duotone, .fad {
    font-family: Font Awesome\ 6 Duotone
}

.fa-sharp, .fasl, .fasr, .fass, .fast {
    font-family: Font Awesome\ 6 Sharp
}

.fa-sharp, .fass {
    font-weight: 900
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .0833333337em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .0714285718em;
    vertical-align: .0535714295em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .0416666682em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em)
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, .1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, .08em);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade, .fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake, .fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse, .fa-spin-pulse {
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion: reduce) {
    .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes fa-beat {
    0%, 90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-beat {
    0%, 90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }
    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }
    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@-webkit-keyframes fa-beat-fade {
    0%, to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat-fade {
    0%, to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    24%, 8% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    12%, 28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    40%, to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    24%, 8% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    12%, 28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    40%, to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0:before {
    content: "\30 "
}

.fa-1:before {
    content: "\31 "
}

.fa-2:before {
    content: "\32 "
}

.fa-3:before {
    content: "\33 "
}

.fa-4:before {
    content: "\34 "
}

.fa-5:before {
    content: "\35 "
}

.fa-6:before {
    content: "\36 "
}

.fa-7:before {
    content: "\37 "
}

.fa-8:before {
    content: "\38 "
}

.fa-9:before {
    content: "\39 "
}

.fa-fill-drip:before {
    content: ""
}

.fa-arrows-to-circle:before {
    content: ""
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
    content: ""
}

.fa-wagon-covered:before {
    content: ""
}

.fa-line-height:before {
    content: ""
}

.fa-bagel:before {
    content: ""
}

.fa-transporter-7:before {
    content: ""
}

.fa-at:before {
    content: "\@"
}

.fa-rectangles-mixed:before {
    content: ""
}

.fa-phone-arrow-up-right:before, .fa-phone-arrow-up:before, .fa-phone-outgoing:before {
    content: ""
}

.fa-trash-alt:before, .fa-trash-can:before {
    content: ""
}

.fa-circle-l:before {
    content: ""
}

.fa-head-side-goggles:before, .fa-head-vr:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-user-times:before, .fa-user-xmark:before {
    content: ""
}

.fa-face-hand-yawn:before {
    content: ""
}

.fa-gauge-simple-min:before, .fa-tachometer-slowest:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-coffin:before {
    content: ""
}

.fa-comment-alt:before, .fa-message:before {
    content: ""
}

.fa-bowl-salad:before, .fa-salad:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-robot-astromech:before {
    content: ""
}

.fa-ring-diamond:before {
    content: ""
}

.fa-fondue-pot:before {
    content: ""
}

.fa-theta:before {
    content: ""
}

.fa-face-hand-peeking:before {
    content: ""
}

.fa-square-user:before {
    content: ""
}

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
    content: ""
}

.fa-explosion:before {
    content: ""
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-building-un:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-tire-pressure-warning:before {
    content: ""
}

.fa-wifi-2:before, .fa-wifi-fair:before {
    content: ""
}

.fa-calendar-alt:before, .fa-calendar-days:before {
    content: ""
}

.fa-mp3-player:before {
    content: ""
}

.fa-anchor-circle-check:before {
    content: ""
}

.fa-tally-4:before {
    content: ""
}

.fa-rectangle-history:before {
    content: ""
}

.fa-building-circle-arrow-right:before {
    content: ""
}

.fa-volleyball-ball:before, .fa-volleyball:before {
    content: ""
}

.fa-sun-haze:before {
    content: ""
}

.fa-text-size:before {
    content: ""
}

.fa-ufo:before {
    content: ""
}

.fa-fork:before, .fa-utensil-fork:before {
    content: ""
}

.fa-arrows-up-to-line:before {
    content: ""
}

.fa-mobile-signal:before {
    content: ""
}

.fa-barcode-scan:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-folder-arrow-down:before, .fa-folder-download:before {
    content: ""
}

.fa-circle-minus:before, .fa-minus-circle:before {
    content: ""
}

.fa-face-icicles:before {
    content: ""
}

.fa-shovel:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-films:before {
    content: ""
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
    content: ""
}

.fa-face-glasses:before {
    content: ""
}

.fa-nfc:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-soap:before {
    content: ""
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
    content: ""
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
    content: ""
}

.fa-closed-captioning-slash:before {
    content: ""
}

.fa-calculator-alt:before, .fa-calculator-simple:before {
    content: ""
}

.fa-bridge-circle-check:before {
    content: ""
}

.fa-sliders-up:before, .fa-sliders-v:before {
    content: ""
}

.fa-location-minus:before, .fa-map-marker-minus:before {
    content: ""
}

.fa-pump-medical:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-ski-boot:before {
    content: ""
}

.fa-rectangle-sd:before, .fa-standard-definition:before {
    content: ""
}

.fa-h1:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
    content: ""
}

.fa-message-bot:before {
    content: ""
}

.fa-forward-step:before, .fa-step-forward:before {
    content: ""
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
    content: ""
}

.fa-light-ceiling:before {
    content: ""
}

.fa-comment-alt-exclamation:before, .fa-message-exclamation:before {
    content: ""
}

.fa-bowl-scoop:before, .fa-bowl-shaved-ice:before {
    content: ""
}

.fa-square-x:before {
    content: ""
}

.fa-building-memo:before {
    content: ""
}

.fa-utility-pole-double:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-chevron-double-up:before, .fa-chevrons-up:before {
    content: ""
}

.fa-football-ball:before, .fa-football:before {
    content: ""
}

.fa-user-vneck:before {
    content: ""
}

.fa-school-circle-exclamation:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-angle-double-down:before, .fa-angles-down:before {
    content: ""
}

.fa-users-rectangle:before {
    content: ""
}

.fa-people-roof:before {
    content: ""
}

.fa-arrow-square-right:before, .fa-square-arrow-right:before {
    content: ""
}

.fa-location-plus:before, .fa-map-marker-plus:before {
    content: ""
}

.fa-lightbulb-exclamation-on:before {
    content: ""
}

.fa-people-line:before {
    content: ""
}

.fa-beer-mug-empty:before, .fa-beer:before {
    content: ""
}

.fa-crate-empty:before {
    content: ""
}

.fa-diagram-predecessor:before {
    content: ""
}

.fa-transporter:before {
    content: ""
}

.fa-calendar-circle-user:before {
    content: ""
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
    content: ""
}

.fa-person-carry-box:before, .fa-person-carry:before {
    content: ""
}

.fa-burn:before, .fa-fire-flame-simple:before {
    content: ""
}

.fa-male:before, .fa-person:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-union:before {
    content: ""
}

.fa-chevron-double-left:before, .fa-chevrons-left:before {
    content: ""
}

.fa-circle-heart:before, .fa-heart-circle:before {
    content: ""
}

.fa-truck-plane:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-bring-forward:before {
    content: ""
}

.fa-square-p:before {
    content: ""
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
    content: ""
}

.fa-sigma:before {
    content: ""
}

.fa-camera-movie:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-clarinet:before {
    content: ""
}

.fa-truck-flatbed:before {
    content: ""
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
    content: ""
}

.fa-arrow-down-up-across-line:before {
    content: ""
}

.fa-arrows-rotate-reverse:before {
    content: ""
}

.fa-leaf-heart:before {
    content: ""
}

.fa-house-building:before {
    content: ""
}

.fa-cheese-swiss:before {
    content: ""
}

.fa-spoon:before, .fa-utensil-spoon:before {
    content: ""
}

.fa-jar-wheat:before {
    content: ""
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
    content: ""
}

.fa-file-circle-exclamation:before {
    content: ""
}

.fa-bow-arrow:before {
    content: ""
}

.fa-cart-xmark:before {
    content: ""
}

.fa-hexagon-xmark:before, .fa-times-hexagon:before, .fa-xmark-hexagon:before {
    content: ""
}

.fa-circle-h:before, .fa-hospital-symbol:before {
    content: ""
}

.fa-merge:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-cart-minus:before {
    content: ""
}

.fa-address-book:before, .fa-contact-book:before {
    content: ""
}

.fa-pan-frying:before {
    content: ""
}

.fa-grid-3:before, .fa-grid:before {
    content: ""
}

.fa-football-helmet:before {
    content: ""
}

.fa-hand-love:before {
    content: ""
}

.fa-trees:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-page:before {
    content: ""
}

.fa-k:before {
    content: "K"
}

.fa-diagram-previous:before {
    content: ""
}

.fa-gauge-min:before, .fa-tachometer-alt-slowest:before {
    content: ""
}

.fa-folder-grid:before {
    content: ""
}

.fa-eggplant:before {
    content: ""
}

.fa-excavator:before {
    content: ""
}

.fa-ram:before {
    content: ""
}

.fa-landmark-flag:before {
    content: ""
}

.fa-lips:before {
    content: ""
}

.fa-pencil-alt:before, .fa-pencil:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-file-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-desktop-arrow-down:before {
    content: ""
}

.fa-code-pull-request:before {
    content: ""
}

.fa-pumpkin:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-pen-field:before {
    content: ""
}

.fa-blueberries:before {
    content: ""
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
    content: ""
}

.fa-note:before {
    content: ""
}

.fa-arrow-down-to-square:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-cloud-xmark:before {
    content: ""
}

.fa-vial-virus:before {
    content: ""
}

.fa-book-alt:before, .fa-book-blank:before {
    content: ""
}

.fa-golf-flag-hole:before {
    content: ""
}

.fa-comment-alt-arrow-down:before, .fa-message-arrow-down:before {
    content: ""
}

.fa-face-unamused:before {
    content: ""
}

.fa-sheet-plastic:before {
    content: ""
}

.fa-circle-9:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-pencil-slash:before {
    content: ""
}

.fa-bowling-pins:before {
    content: ""
}

.fa-person-arrow-up-from-line:before {
    content: ""
}

.fa-down-right:before {
    content: ""
}

.fa-scroll-torah:before, .fa-torah:before {
    content: ""
}

.fa-webhook:before {
    content: ""
}

.fa-blinds-open:before {
    content: ""
}

.fa-fence:before {
    content: ""
}

.fa-arrow-alt-up:before, .fa-up:before {
    content: ""
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
    content: ""
}

.fa-drumstick:before {
    content: ""
}

.fa-square-v:before {
    content: ""
}

.fa-face-awesome:before, .fa-gave-dandy:before {
    content: ""
}

.fa-dial-off:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-face-smile-horns:before {
    content: ""
}

.fa-archive:before, .fa-box-archive:before {
    content: ""
}

.fa-grapes:before {
    content: ""
}

.fa-person-drowning:before {
    content: ""
}

.fa-dial-max:before {
    content: ""
}

.fa-circle-m:before {
    content: ""
}

.fa-calendar-image:before {
    content: ""
}

.fa-caret-circle-down:before, .fa-circle-caret-down:before {
    content: ""
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
    content: ""
}

.fa-shish-kebab:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-alarm-snooze:before {
    content: ""
}

.fa-scarecrow:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-gift-card:before {
    content: ""
}

.fa-w:before {
    content: "W"
}

.fa-code-pull-request-draft:before {
    content: ""
}

.fa-square-b:before {
    content: ""
}

.fa-elephant:before {
    content: ""
}

.fa-earth-africa:before, .fa-globe-africa:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-message-question:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-trowel-bricks:before {
    content: ""
}

.fa-square-3:before {
    content: ""
}

.fa-face-flushed:before, .fa-flushed:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-microwave:before {
    content: ""
}

.fa-chf-sign:before {
    content: ""
}

.fa-tent-arrow-left-right:before {
    content: ""
}

.fa-cart-circle-arrow-up:before {
    content: ""
}

.fa-trash-clock:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-sprinkler-ceiling:before {
    content: ""
}

.fa-browsers:before {
    content: ""
}

.fa-trillium:before {
    content: ""
}

.fa-music-slash:before {
    content: ""
}

.fa-truck-ramp:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-box-tissue:before {
    content: ""
}

.fa-circle-c:before {
    content: ""
}

.fa-star-christmas:before {
    content: ""
}

.fa-chart-bullet:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-tree-christmas:before {
    content: ""
}

.fa-tire-flat:before {
    content: ""
}

.fa-sunglasses:before {
    content: ""
}

.fa-badge:before {
    content: ""
}

.fa-comment-alt-edit:before, .fa-message-edit:before, .fa-message-pen:before {
    content: ""
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
    content: ""
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
    content: ""
}

.fa-file-mp3:before {
    content: ""
}

.fa-arrow-progress:before {
    content: ""
}

.fa-chess-rook-alt:before, .fa-chess-rook-piece:before {
    content: ""
}

.fa-square-root:before {
    content: ""
}

.fa-album-collection-circle-plus:before {
    content: ""
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
    content: ""
}

.fa-sign-post:before {
    content: ""
}

.fa-face-angry-horns:before {
    content: ""
}

.fa-mars-and-venus-burst:before {
    content: ""
}

.fa-tombstone:before {
    content: ""
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-list-music:before {
    content: ""
}

.fa-sun-plant-wilt:before {
    content: ""
}

.fa-toilets-portable:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-mustache:before {
    content: ""
}

.fa-hyphen:before {
    content: "\-"
}

.fa-table:before {
    content: ""
}

.fa-user-chef:before {
    content: ""
}

.fa-comment-alt-image:before, .fa-message-image:before {
    content: ""
}

.fa-users-medical:before {
    content: ""
}

.fa-sensor-alert:before, .fa-sensor-triangle-exclamation:before {
    content: ""
}

.fa-magnifying-glass-arrow-right:before {
    content: ""
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
    content: ""
}

.fa-face-mask:before {
    content: ""
}

.fa-pickleball:before {
    content: ""
}

.fa-star-sharp-half:before {
    content: ""
}

.fa-users-slash:before {
    content: ""
}

.fa-clover:before {
    content: ""
}

.fa-meat:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-empty-set:before {
    content: ""
}

.fa-house-fire:before {
    content: ""
}

.fa-minus-square:before, .fa-square-minus:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-bird:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
    content: ""
}

.fa-heart-half-alt:before, .fa-heart-half-stroke:before {
    content: ""
}

.fa-file-circle-question:before {
    content: ""
}

.fa-truck-utensils:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-joystick:before {
    content: ""
}

.fa-grill-fire:before {
    content: ""
}

.fa-rectangle-vertical-history:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before {
    content: ""
}

.fa-keyboard-left:before {
    content: ""
}

.fa-people-group:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-heart-broken:before, .fa-heart-crack:before {
    content: ""
}

.fa-face-beam-hand-over-mouth:before {
    content: ""
}

.fa-droplet-percent:before, .fa-humidity:before {
    content: ""
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
    content: ""
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
    content: ""
}

.fa-corn:before {
    content: ""
}

.fa-roller-coaster:before {
    content: ""
}

.fa-photo-film-music:before {
    content: ""
}

.fa-radar:before {
    content: ""
}

.fa-sickle:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-coconut:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-shield-cross:before {
    content: ""
}

.fa-cassette-tape:before {
    content: ""
}

.fa-square-terminal:before {
    content: ""
}

.fa-people-robbery:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-comment-middle:before {
    content: ""
}

.fa-trash-can-list:before {
    content: ""
}

.fa-block:before {
    content: ""
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
    content: ""
}

.fa-school-circle-xmark:before {
    content: ""
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
    content: ""
}

.fa-face-frown-slight:before {
    content: ""
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
    content: ""
}

.fa-sidebar-flip:before {
    content: ""
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
    content: ""
}

.fa-temperature-list:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-pipe-section:before {
    content: ""
}

.fa-space-station-moon-alt:before, .fa-space-station-moon-construction:before {
    content: ""
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-face-sleeping:before {
    content: ""
}

.fa-road-spikes:before {
    content: ""
}

.fa-fire-burner:before {
    content: ""
}

.fa-squirrel:before {
    content: ""
}

.fa-arrow-to-top:before, .fa-arrow-up-to-line:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-face-cowboy-hat:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-chart-scatter-3d:before {
    content: ""
}

.fa-display-chart-up:before {
    content: ""
}

.fa-square-code:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-volume-down:before, .fa-volume-low:before {
    content: ""
}

.fa-times-to-slot:before, .fa-vote-nay:before, .fa-xmark-to-slot:before {
    content: ""
}

.fa-box-alt:before, .fa-box-taped:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-swords:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-album:before {
    content: ""
}

.fa-circle-n:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-wheat-alt:before, .fa-wheat-awn:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-hands-holding-child:before {
    content: ""
}

.fa-asterisk:before {
    content: "\*"
}

.fa-key-skeleton-left-right:before {
    content: ""
}

.fa-comment-lines:before {
    content: ""
}

.fa-luchador-mask:before, .fa-luchador:before, .fa-mask-luchador:before {
    content: ""
}

.fa-check-square:before, .fa-square-check:before {
    content: ""
}

.fa-shredder:before {
    content: ""
}

.fa-book-open-alt:before, .fa-book-open-cover:before {
    content: ""
}

.fa-sandwich:before {
    content: ""
}

.fa-peseta-sign:before {
    content: ""
}

.fa-parking-slash:before, .fa-square-parking-slash:before {
    content: ""
}

.fa-train-tunnel:before {
    content: ""
}

.fa-header:before, .fa-heading:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-face-anguished:before {
    content: ""
}

.fa-hockey-sticks:before {
    content: ""
}

.fa-abacus:before {
    content: ""
}

.fa-film-alt:before, .fa-film-simple:before {
    content: ""
}

.fa-list-squares:before, .fa-list:before {
    content: ""
}

.fa-tree-palm:before {
    content: ""
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-border-center-v:before {
    content: ""
}

.fa-circle-dot:before, .fa-dot-circle:before {
    content: ""
}

.fa-clipboard-medical:before {
    content: ""
}

.fa-dizzy:before, .fa-face-dizzy:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-arrow-alt-to-top:before, .fa-up-to-line:before {
    content: ""
}

.fa-house-medical-circle-xmark:before {
    content: ""
}

.fa-watch-fitness:before {
    content: ""
}

.fa-clock-nine-thirty:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-jug:before {
    content: ""
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
    content: ""
}

.fa-snow-blowing:before {
    content: ""
}

.fa-paint-brush:before, .fa-paintbrush:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-arrow-down-from-line:before, .fa-arrow-from-top:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-signal-alt-slash:before, .fa-signal-bars-slash:before {
    content: ""
}

.fa-monkey:before {
    content: ""
}

.fa-pro:before, .fa-rectangle-pro:before {
    content: ""
}

.fa-house-night:before {
    content: ""
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
    content: ""
}

.fa-globe-pointer:before {
    content: ""
}

.fa-blanket:before {
    content: ""
}

.fa-map-location:before, .fa-map-marked:before {
    content: ""
}

.fa-house-flood-water:before {
    content: ""
}

.fa-comments-question-check:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-arrows-cross:before {
    content: ""
}

.fa-backpack:before {
    content: ""
}

.fa-square-small:before {
    content: ""
}

.fa-folder-arrow-up:before, .fa-folder-upload:before {
    content: ""
}

.fa-bridge-lock:before {
    content: ""
}

.fa-crosshairs-simple:before {
    content: ""
}

.fa-sack-dollar:before {
    content: ""
}

.fa-edit:before, .fa-pen-to-square:before {
    content: ""
}

.fa-sliders-h-square:before, .fa-square-sliders:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-comment-middle-top-alt:before, .fa-message-middle-top:before {
    content: ""
}

.fa-lightbulb-on:before {
    content: ""
}

.fa-knife:before, .fa-utensil-knife:before {
    content: ""
}

.fa-share-alt:before, .fa-share-nodes:before {
    content: ""
}

.fa-display-chart-up-circle-dollar:before {
    content: ""
}

.fa-wave-sine:before {
    content: ""
}

.fa-heart-circle-minus:before {
    content: ""
}

.fa-circle-w:before {
    content: ""
}

.fa-calendar-circle:before, .fa-circle-calendar:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-sunset:before {
    content: ""
}

.fa-sink:before {
    content: ""
}

.fa-calendar-exclamation:before {
    content: ""
}

.fa-truck-container-empty:before {
    content: ""
}

.fa-hand-heart:before {
    content: ""
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
    content: ""
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-reply-clock:before, .fa-reply-time:before {
    content: ""
}

.fa-person-rays:before {
    content: ""
}

.fa-arrow-alt-right:before, .fa-right:before {
    content: ""
}

.fa-circle-f:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-face-pleading:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-flask-vial:before {
    content: ""
}

.fa-police-box:before {
    content: ""
}

.fa-cucumber:before {
    content: ""
}

.fa-head-side-brain:before {
    content: ""
}

.fa-hand-paper:before, .fa-hand:before {
    content: ""
}

.fa-biking-mountain:before, .fa-person-biking-mountain:before {
    content: ""
}

.fa-utensils-slash:before {
    content: ""
}

.fa-print-magnifying-glass:before, .fa-print-search:before {
    content: ""
}

.fa-turn-right:before {
    content: ""
}

.fa-folder-bookmark:before {
    content: ""
}

.fa-arrow-turn-left-down:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-pi:before {
    content: ""
}

.fa-flask-potion:before, .fa-flask-round-potion:before {
    content: ""
}

.fa-face-shush:before {
    content: ""
}

.fa-worm:before {
    content: ""
}

.fa-house-circle-xmark:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-calendar-circle-exclamation:before {
    content: ""
}

.fa-square-i:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-face-saluting:before {
    content: ""
}

.fa-gauge-simple-low:before, .fa-tachometer-slow:before {
    content: ""
}

.fa-face-persevering:before {
    content: ""
}

.fa-camera-circle:before, .fa-circle-camera:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-spider-web:before {
    content: ""
}

.fa-circle-microphone:before, .fa-microphone-circle:before {
    content: ""
}

.fa-book-arrow-up:before {
    content: ""
}

.fa-popsicle:before {
    content: ""
}

.fa-command:before {
    content: ""
}

.fa-blinds:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-saxophone:before {
    content: ""
}

.fa-square-2:before {
    content: ""
}

.fa-field-hockey-stick-ball:before, .fa-field-hockey:before {
    content: ""
}

.fa-arrow-up-square-triangle:before, .fa-sort-shapes-up-alt:before {
    content: ""
}

.fa-face-scream:before {
    content: ""
}

.fa-square-m:before {
    content: ""
}

.fa-camera-web:before, .fa-webcam:before {
    content: ""
}

.fa-comment-arrow-down:before {
    content: ""
}

.fa-lightbulb-cfl:before {
    content: ""
}

.fa-window-frame-open:before {
    content: ""
}

.fa-face-kiss:before, .fa-kiss:before {
    content: ""
}

.fa-bridge-circle-xmark:before {
    content: ""
}

.fa-period:before {
    content: "\."
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
    content: ""
}

.fa-up-to-dotted-line:before {
    content: ""
}

.fa-thought-bubble:before {
    content: ""
}

.fa-skeleton-ribs:before {
    content: ""
}

.fa-raygun:before {
    content: ""
}

.fa-flute:before {
    content: ""
}

.fa-acorn:before {
    content: ""
}

.fa-video-arrow-up-right:before {
    content: ""
}

.fa-grate-droplet:before {
    content: ""
}

.fa-seal-exclamation:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-message-sms:before {
    content: ""
}

.fa-coffee-beans:before {
    content: ""
}

.fa-hat-witch:before {
    content: ""
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
    content: ""
}

.fa-clock-three-thirty:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-alarm-clock:before {
    content: ""
}

.fa-eclipse:before {
    content: ""
}

.fa-face-relieved:before {
    content: ""
}

.fa-road-circle-check:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-minus-octagon:before, .fa-octagon-minus:before {
    content: ""
}

.fa-rss-square:before, .fa-square-rss:before {
    content: ""
}

.fa-face-zany:before {
    content: ""
}

.fa-tricycle:before {
    content: ""
}

.fa-land-mine-on:before {
    content: ""
}

.fa-square-arrow-up-left:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-chart-mixed-up-circle-dollar:before {
    content: ""
}

.fa-salt-shaker:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-file-plus:before {
    content: ""
}

.fa-draw-square:before {
    content: ""
}

.fa-toilet-paper-reverse-slash:before, .fa-toilet-paper-under-slash:before {
    content: ""
}

.fa-stairs:before {
    content: ""
}

.fa-drone-alt:before, .fa-drone-front:before {
    content: ""
}

.fa-glass-empty:before {
    content: ""
}

.fa-dial-high:before {
    content: ""
}

.fa-user-construction:before, .fa-user-hard-hat:before, .fa-user-helmet-safety:before {
    content: ""
}

.fa-i:before {
    content: "I"
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
    content: ""
}

.fa-arrow-down-left-and-arrow-up-right-to-center:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-basketball-hoop:before {
    content: ""
}

.fa-objects-align-bottom:before {
    content: ""
}

.fa-v:before {
    content: "V"
}

.fa-sparkles:before {
    content: ""
}

.fa-squid:before {
    content: ""
}

.fa-leafy-green:before {
    content: ""
}

.fa-circle-arrow-up-right:before {
    content: ""
}

.fa-calendars:before {
    content: ""
}

.fa-bangladeshi-taka-sign:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-hammer-war:before {
    content: ""
}

.fa-circle-d:before {
    content: ""
}

.fa-spider-black-widow:before {
    content: ""
}

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
    content: ""
}

.fa-pear:before {
    content: ""
}

.fa-head-side-cough-slash:before {
    content: ""
}

.fa-file-mov:before {
    content: ""
}

.fa-triangle:before {
    content: ""
}

.fa-apartment:before {
    content: ""
}

.fa-ambulance:before, .fa-truck-medical:before {
    content: ""
}

.fa-pepper:before {
    content: ""
}

.fa-piano:before {
    content: ""
}

.fa-gun-squirt:before {
    content: ""
}

.fa-wheat-awn-circle-exclamation:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-user-alien:before {
    content: ""
}

.fa-shield-check:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-road-barrier:before {
    content: ""
}

.fa-chart-candlestick:before {
    content: ""
}

.fa-briefcase-blank:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-igloo:before {
    content: ""
}

.fa-bracket-round:before, .fa-parenthesis:before {
    content: "\("
}

.fa-joint:before {
    content: ""
}

.fa-horse-saddle:before {
    content: ""
}

.fa-mug-marshmallows:before {
    content: ""
}

.fa-filters:before {
    content: ""
}

.fa-bell-on:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-dial-med:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-q:before {
    content: "Q"
}

.fa-monitor-heart-rate:before, .fa-monitor-waveform:before {
    content: ""
}

.fa-link-simple:before {
    content: ""
}

.fa-whistle:before {
    content: ""
}

.fa-g:before {
    content: "G"
}

.fa-fragile:before, .fa-wine-glass-crack:before {
    content: ""
}

.fa-slot-machine:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-car-wash:before {
    content: ""
}

.fa-escalator:before {
    content: ""
}

.fa-comment-image:before {
    content: ""
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-dong-sign:before {
    content: ""
}

.fa-donut:before, .fa-doughnut:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-poo-bolt:before, .fa-poo-storm:before {
    content: ""
}

.fa-tally-1:before {
    content: ""
}

.fa-file-vector:before {
    content: ""
}

.fa-face-frown-open:before, .fa-frown-open:before {
    content: ""
}

.fa-square-dashed:before {
    content: ""
}

.fa-bag-shopping-plus:before {
    content: ""
}

.fa-square-j:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-arrow-up-big-small:before, .fa-sort-size-up:before {
    content: ""
}

.fa-barcode-read:before {
    content: ""
}

.fa-baguette:before {
    content: ""
}

.fa-bowl-soft-serve:before {
    content: ""
}

.fa-face-holding-back-tears:before {
    content: ""
}

.fa-arrow-alt-square-up:before, .fa-square-up:before {
    content: ""
}

.fa-subway-tunnel:before, .fa-train-subway-tunnel:before {
    content: ""
}

.fa-exclamation-square:before, .fa-square-exclamation:before {
    content: ""
}

.fa-semicolon:before {
    content: "\;"
}

.fa-bookmark:before {
    content: ""
}

.fa-fan-table:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-low:before {
    content: ""
}

.fa-credit-card-front:before {
    content: ""
}

.fa-brain-arrow-curved-right:before, .fa-mind-share:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-helmet-un:before {
    content: ""
}

.fa-location-smile:before, .fa-map-marker-smile:before {
    content: ""
}

.fa-arrow-left-to-line:before, .fa-arrow-to-left:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-nigiri:before, .fa-sushi:before {
    content: ""
}

.fa-comment-alt-captions:before, .fa-message-captions:before {
    content: ""
}

.fa-trash-list:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-option:before {
    content: ""
}

.fa-raccoon:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-arrow-up-from-bracket:before {
    content: ""
}

.fa-head-side-gear:before {
    content: ""
}

.fa-trash-plus:before {
    content: ""
}

.fa-objects-align-top:before {
    content: ""
}

.fa-folder-blank:before, .fa-folder:before {
    content: ""
}

.fa-face-anxious-sweat:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
    content: ""
}

.fa-microchip-ai:before {
    content: ""
}

.fa-mug:before {
    content: ""
}

.fa-plane-up-slash:before {
    content: ""
}

.fa-radiation:before {
    content: ""
}

.fa-pen-circle:before {
    content: ""
}

.fa-bag-seedling:before {
    content: ""
}

.fa-chart-simple:before {
    content: ""
}

.fa-crutches:before {
    content: ""
}

.fa-circle-parking:before, .fa-parking-circle:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-leaf-oak:before {
    content: ""
}

.fa-square-bolt:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
    content: ""
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
    content: ""
}

.fa-lambda:before {
    content: ""
}

.fa-e:before {
    content: "E"
}

.fa-pizza:before {
    content: ""
}

.fa-bowl-chopsticks-noodles:before {
    content: ""
}

.fa-h3:before {
    content: ""
}

.fa-pen-alt:before, .fa-pen-clip:before {
    content: ""
}

.fa-bridge-circle-exclamation:before {
    content: ""
}

.fa-badge-percent:before {
    content: ""
}

.fa-rotate-reverse:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-sensor:before {
    content: ""
}

.fa-comma:before {
    content: "\,"
}

.fa-school-circle-check:before {
    content: ""
}

.fa-toilet-paper-reverse:before, .fa-toilet-paper-under:before {
    content: ""
}

.fa-light-emergency:before {
    content: ""
}

.fa-arrow-down-to-arc:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
    content: ""
}

.fa-building-user:before {
    content: ""
}

.fa-light-switch:before {
    content: ""
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-heart-rate:before, .fa-wave-pulse:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-hat-santa:before {
    content: ""
}

.fa-tamale:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-steak:before {
    content: ""
}

.fa-location-crosshairs-slash:before, .fa-location-slash:before {
    content: ""
}

.fa-person-dolly:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-file-chart-column:before, .fa-file-chart-line:before {
    content: ""
}

.fa-person-half-dress:before {
    content: ""
}

.fa-folder-image:before {
    content: ""
}

.fa-calendar-edit:before, .fa-calendar-pen:before {
    content: ""
}

.fa-road-bridge:before {
    content: ""
}

.fa-face-smile-tear:before {
    content: ""
}

.fa-comment-alt-plus:before, .fa-message-plus:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-c:before {
    content: "C"
}

.fa-tablet-button:before {
    content: ""
}

.fa-person-dress-fairy:before {
    content: ""
}

.fa-rectangle-history-circle-user:before {
    content: ""
}

.fa-building-lock:before {
    content: ""
}

.fa-chart-line-up:before {
    content: ""
}

.fa-mailbox:before {
    content: ""
}

.fa-sign-posts:before {
    content: ""
}

.fa-truck-bolt:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-area-chart:before, .fa-chart-area:before {
    content: ""
}

.fa-house-flag:before {
    content: ""
}

.fa-circle-three-quarters-stroke:before {
    content: ""
}

.fa-person-circle-minus:before {
    content: ""
}

.fa-scalpel:before {
    content: ""
}

.fa-ban:before, .fa-cancel:before {
    content: ""
}

.fa-bell-exclamation:before {
    content: ""
}

.fa-bookmark-circle:before, .fa-circle-bookmark:before {
    content: ""
}

.fa-egg-fried:before {
    content: ""
}

.fa-face-weary:before {
    content: ""
}

.fa-uniform-martial-arts:before {
    content: ""
}

.fa-camera-rotate:before {
    content: ""
}

.fa-sun-dust:before {
    content: ""
}

.fa-comment-text:before {
    content: ""
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
    content: ""
}

.fa-signal-alt-4:before, .fa-signal-alt:before, .fa-signal-bars-strong:before, .fa-signal-bars:before {
    content: ""
}

.fa-diamond-exclamation:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-dial-min:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-file-caret-down:before, .fa-page-caret-down:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-clock-seven-thirty:before {
    content: ""
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
    content: ""
}

.fa-clock-four-thirty:before {
    content: ""
}

.fa-signal-alt-3:before, .fa-signal-bars-good:before {
    content: ""
}

.fa-cactus:before {
    content: ""
}

.fa-lightbulb-gear:before {
    content: ""
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-shapes:before, .fa-triangle-circle-square:before {
    content: ""
}

.fa-plane-tail:before {
    content: ""
}

.fa-gauge-simple-max:before, .fa-tachometer-fastest:before {
    content: ""
}

.fa-circle-u:before {
    content: ""
}

.fa-shield-slash:before {
    content: ""
}

.fa-phone-square-down:before, .fa-square-phone-hangup:before {
    content: ""
}

.fa-arrow-up-left:before {
    content: ""
}

.fa-transporter-1:before {
    content: ""
}

.fa-peanuts:before {
    content: ""
}

.fa-random:before, .fa-shuffle:before {
    content: ""
}

.fa-person-running:before, .fa-running:before {
    content: ""
}

.fa-mobile-retro:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-bin-bottles-recycle:before {
    content: ""
}

.fa-arrow-up-from-square:before {
    content: ""
}

.fa-file-dashed-line:before, .fa-page-break:before {
    content: ""
}

.fa-bracket-curly-right:before {
    content: "\}"
}

.fa-spider:before {
    content: ""
}

.fa-clock-three:before {
    content: ""
}

.fa-hands-bound:before {
    content: ""
}

.fa-scalpel-line-dashed:before, .fa-scalpel-path:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-pipe-smoking:before {
    content: ""
}

.fa-face-astonished:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-plane-circle-exclamation:before {
    content: ""
}

.fa-ear:before {
    content: ""
}

.fa-file-lock:before {
    content: ""
}

.fa-diagram-venn:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-goal-net:before {
    content: ""
}

.fa-coffin-cross:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-location-xmark:before, .fa-map-marker-times:before, .fa-map-marker-xmark:before {
    content: ""
}

.fa-circle-quarter-stroke:before {
    content: ""
}

.fa-lasso:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-person-to-portal:before, .fa-portal-enter:before {
    content: ""
}

.fa-calendar-star:before {
    content: ""
}

.fa-computer-mouse:before, .fa-mouse:before {
    content: ""
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
    content: ""
}

.fa-pegasus:before {
    content: ""
}

.fa-files-medical:before {
    content: ""
}

.fa-cannon:before {
    content: ""
}

.fa-nfc-lock:before {
    content: ""
}

.fa-person-ski-lift:before, .fa-ski-lift:before {
    content: ""
}

.fa-square-6:before {
    content: ""
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
    content: ""
}

.fa-wind-turbine:before {
    content: ""
}

.fa-sliders-simple:before {
    content: ""
}

.fa-grid-round:before {
    content: ""
}

.fa-badge-sheriff:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-virus-covid-slash:before {
    content: ""
}

.fa-intersection:before {
    content: ""
}

.fa-shop-lock:before {
    content: ""
}

.fa-family:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-user-hair-buns:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-hourglass-clock:before {
    content: ""
}

.fa-person-seat-reclined:before {
    content: ""
}

.fa-paper-plane-alt:before, .fa-paper-plane-top:before, .fa-send:before {
    content: ""
}

.fa-comment-alt-arrow-up:before, .fa-message-arrow-up:before {
    content: ""
}

.fa-lightbulb-exclamation:before {
    content: ""
}

.fa-layer-group-minus:before, .fa-layer-minus:before {
    content: ""
}

.fa-chart-pie-simple-circle-currency:before {
    content: ""
}

.fa-circle-e:before {
    content: ""
}

.fa-building-wheat:before {
    content: ""
}

.fa-gauge-max:before, .fa-tachometer-alt-fastest:before {
    content: ""
}

.fa-person-breastfeeding:before {
    content: ""
}

.fa-apostrophe:before {
    content: "'"
}

.fa-file-png:before {
    content: ""
}

.fa-fire-hydrant:before {
    content: ""
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
    content: ""
}

.fa-video-plus:before {
    content: ""
}

.fa-arrow-alt-square-right:before, .fa-square-right:before {
    content: ""
}

.fa-comment-smile:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-inbox-arrow-down:before, .fa-inbox-in:before {
    content: ""
}

.fa-heart-pulse:before, .fa-heartbeat:before {
    content: ""
}

.fa-circle-8:before {
    content: ""
}

.fa-clouds-moon:before {
    content: ""
}

.fa-clock-ten-thirty:before {
    content: ""
}

.fa-people-carry-box:before, .fa-people-carry:before {
    content: ""
}

.fa-folder-user:before {
    content: ""
}

.fa-trash-can-xmark:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-left-long-to-line:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-xmarks-lines:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-calendar-range:before {
    content: ""
}

.fa-flower-daffodil:before {
    content: ""
}

.fa-hand-back-point-up:before {
    content: ""
}

.fa-weight-scale:before, .fa-weight:before {
    content: ""
}

.fa-arrow-up-to-arc:before {
    content: ""
}

.fa-star-exclamation:before {
    content: ""
}

.fa-books:before {
    content: ""
}

.fa-user-friends:before, .fa-user-group:before {
    content: ""
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
    content: ""
}

.fa-layer-group-plus:before, .fa-layer-plus:before {
    content: ""
}

.fa-play-pause:before {
    content: ""
}

.fa-block-question:before {
    content: ""
}

.fa-snooze:before, .fa-zzz:before {
    content: ""
}

.fa-scanner-image:before {
    content: ""
}

.fa-tv-retro:before {
    content: ""
}

.fa-square-t:before {
    content: ""
}

.fa-barn-silo:before, .fa-farm:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-bars-sort:before {
    content: ""
}

.fa-palette-boxes:before, .fa-pallet-alt:before, .fa-pallet-boxes:before {
    content: ""
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
    content: ""
}

.fa-code-simple:before {
    content: ""
}

.fa-bolt-slash:before {
    content: ""
}

.fa-panel-fire:before {
    content: ""
}

.fa-binary-circle-check:before {
    content: ""
}

.fa-comment-minus:before {
    content: ""
}

.fa-burrito:before {
    content: ""
}

.fa-violin:before {
    content: ""
}

.fa-objects-column:before {
    content: ""
}

.fa-chevron-square-down:before, .fa-square-chevron-down:before {
    content: ""
}

.fa-comment-plus:before {
    content: ""
}

.fa-triangle-instrument:before, .fa-triangle-music:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-user-pilot-tie:before {
    content: ""
}

.fa-piano-keyboard:before {
    content: ""
}

.fa-bed-empty:before {
    content: ""
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-rectangle-portrait:before, .fa-rectangle-vertical:before {
    content: ""
}

.fa-person-walking:before, .fa-walking:before {
    content: ""
}

.fa-l:before {
    content: "L"
}

.fa-signal-stream:before {
    content: ""
}

.fa-down-to-bracket:before {
    content: ""
}

.fa-circle-z:before {
    content: ""
}

.fa-stars:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-bed-pulse:before, .fa-procedures:before {
    content: ""
}

.fa-house-day:before {
    content: ""
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
    content: ""
}

.fa-shirt-long-sleeve:before {
    content: ""
}

.fa-chart-pie-alt:before, .fa-chart-pie-simple:before {
    content: ""
}

.fa-face-laugh:before, .fa-laugh:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-album-collection-circle-user:before {
    content: ""
}

.fa-candy:before {
    content: ""
}

.fa-bowl-hot:before, .fa-soup:before {
    content: ""
}

.fa-flatbread:before {
    content: ""
}

.fa-heart-circle-plus:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-signal-alt-1:before, .fa-signal-bars-weak:before {
    content: ""
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
    content: ""
}

.fa-clock-twelve:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-citrus-slice:before {
    content: ""
}

.fa-sheep:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-colon-sign:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-badger-honey:before {
    content: ""
}

.fa-h4:before {
    content: ""
}

.fa-store-slash:before {
    content: ""
}

.fa-road-circle-xmark:before {
    content: ""
}

.fa-signal-slash:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
    content: ""
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
    content: ""
}

.fa-taco:before {
    content: ""
}

.fa-hexagon-plus:before, .fa-plus-hexagon:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-house-circle-exclamation:before {
    content: ""
}

.fa-file-arrow-up:before, .fa-file-upload:before {
    content: ""
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
    content: ""
}

.fa-comments-alt:before, .fa-messages:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before {
    content: ""
}

.fa-umbrella-alt:before, .fa-umbrella-simple:before {
    content: ""
}

.fa-rectangle-history-circle-plus:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-prescription-bottle-pill:before {
    content: ""
}

.fa-user-edit:before, .fa-user-pen:before {
    content: ""
}

.fa-binary-slash:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-anchor-lock:before {
    content: ""
}

.fa-building-ngo:before {
    content: ""
}

.fa-transporter-3:before {
    content: ""
}

.fa-engine-exclamation:before, .fa-engine-warning:before {
    content: ""
}

.fa-circle-down-right:before {
    content: ""
}

.fa-square-k:before {
    content: ""
}

.fa-manat-sign:before {
    content: ""
}

.fa-money-check-edit:before, .fa-money-check-pen:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-border-style:before, .fa-border-top-left:before {
    content: ""
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
    content: ""
}

.fa-tilde:before {
    content: "\~"
}

.fa-jedi:before {
    content: ""
}

.fa-poll:before, .fa-square-poll-vertical:before {
    content: ""
}

.fa-arrow-down-square-triangle:before, .fa-sort-shapes-down-alt:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-dog-leashed:before {
    content: ""
}

.fa-battery-car:before, .fa-car-battery:before {
    content: ""
}

.fa-face-downcast-sweat:before {
    content: ""
}

.fa-mailbox-flag-up:before {
    content: ""
}

.fa-memo-circle-info:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-volume-medium:before, .fa-volume:before {
    content: ""
}

.fa-transporter-5:before {
    content: ""
}

.fa-gauge-circle-bolt:before {
    content: ""
}

.fa-coin-front:before {
    content: ""
}

.fa-file-slash:before {
    content: ""
}

.fa-message-arrow-up-right:before {
    content: ""
}

.fa-treasure-chest:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-paint-brush-alt:before, .fa-paint-brush-fine:before, .fa-paintbrush-alt:before, .fa-paintbrush-fine:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-hood-cloak:before {
    content: ""
}

.fa-square-quote:before {
    content: ""
}

.fa-up-left:before {
    content: ""
}

.fa-bring-front:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-burger-cheese:before, .fa-cheeseburger:before {
    content: ""
}

.fa-building-circle-check:before {
    content: ""
}

.fa-repeat-1:before {
    content: ""
}

.fa-arrow-down-to-line:before, .fa-arrow-to-bottom:before {
    content: ""
}

.fa-grid-5:before {
    content: ""
}

.fa-swap-arrows:before {
    content: ""
}

.fa-right-long-to-line:before {
    content: ""
}

.fa-person-chalkboard:before {
    content: ""
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
    content: ""
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
    content: ""
}

.fa-grid-round-5:before {
    content: ""
}

.fa-tally-5:before, .fa-tally:before {
    content: ""
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
    content: ""
}

.fa-cloud-showers-water:before {
    content: ""
}

.fa-bar-chart:before, .fa-chart-bar:before {
    content: ""
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-up-from-dotted-line:before {
    content: ""
}

.fa-eye-low-vision:before, .fa-low-vision:before {
    content: ""
}

.fa-traffic-light-go:before {
    content: ""
}

.fa-face-exhaling:before {
    content: ""
}

.fa-sensor-fire:before {
    content: ""
}

.fa-user-unlock:before {
    content: ""
}

.fa-hexagon-divide:before {
    content: ""
}

.fa-00:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-betamax:before, .fa-cassette-betamax:before {
    content: ""
}

.fa-sailboat:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-nfc-magnifying-glass:before {
    content: ""
}

.fa-file-binary:before {
    content: ""
}

.fa-circle-v:before {
    content: ""
}

.fa-plus-square:before, .fa-square-plus:before {
    content: ""
}

.fa-bowl-scoops:before {
    content: ""
}

.fa-mistletoe:before {
    content: ""
}

.fa-custard:before {
    content: ""
}

.fa-lacrosse-stick:before {
    content: ""
}

.fa-hockey-mask:before {
    content: ""
}

.fa-sunrise:before {
    content: ""
}

.fa-subtitles:before {
    content: ""
}

.fa-panel-ews:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-cloud-exclamation:before {
    content: ""
}

.fa-comment-alt-lines:before, .fa-message-lines:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-bucket:before {
    content: ""
}

.fa-floppy-disk-pen:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-window-frame:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-cow:before {
    content: ""
}

.fa-file-zip:before {
    content: ""
}

.fa-square-ring:before {
    content: ""
}

.fa-arrow-alt-from-top:before, .fa-down-from-line:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-shield-times:before, .fa-shield-xmark:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-circle-sort-down:before, .fa-sort-circle-down:before {
    content: ""
}

.fa-folder-closed:before {
    content: ""
}

.fa-house-tsunami:before {
    content: ""
}

.fa-square-nfi:before {
    content: ""
}

.fa-forklift:before {
    content: ""
}

.fa-arrow-up-from-ground-water:before {
    content: ""
}

.fa-bracket-square-right:before {
    content: "\]"
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
    content: ""
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
    content: ""
}

.fa-columns:before, .fa-table-columns:before {
    content: ""
}

.fa-square-a:before {
    content: ""
}

.fa-tick:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-head-side-mask:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-dolly-box:before, .fa-dolly:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
    content: ""
}

.fa-refrigerator:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-octagon-xmark:before, .fa-times-octagon:before, .fa-xmark-octagon:before {
    content: ""
}

.fa-align-slash:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-angle-double-right:before, .fa-angles-right:before {
    content: ""
}

.fa-truck-couch:before, .fa-truck-ramp-couch:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-circle-play:before, .fa-play-circle:before {
    content: ""
}

.fa-arrow-up-right-and-arrow-down-left-from-center:before {
    content: ""
}

.fa-location-arrow-up:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-360-degrees:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-check-circle:before, .fa-circle-check:before {
    content: ""
}

.fa-square-dashed-circle-plus:before {
    content: ""
}

.fa-hand-holding-circle-dollar:before {
    content: ""
}

.fa-money-simple-from-bracket:before {
    content: ""
}

.fa-bat:before {
    content: ""
}

.fa-circle-stop:before, .fa-stop-circle:before {
    content: ""
}

.fa-head-side-headphones:before {
    content: ""
}

.fa-phone-rotary:before {
    content: ""
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
    content: ""
}

.fa-plate-wheat:before {
    content: ""
}

.fa-calendar-circle-minus:before {
    content: ""
}

.fa-chopsticks:before {
    content: ""
}

.fa-car-mechanic:before, .fa-car-wrench:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-person-shelter:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-kazoo:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-bin-bottles:before {
    content: ""
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
    content: ""
}

.fa-square-arrow-down-left:before {
    content: ""
}

.fa-battery-bolt:before {
    content: ""
}

.fa-tree-large:before {
    content: ""
}

.fa-helicopter-symbol:before {
    content: ""
}

.fa-aperture:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-gear-complex:before {
    content: ""
}

.fa-file-magnifying-glass:before, .fa-file-search:before {
    content: ""
}

.fa-up-right:before {
    content: ""
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
    content: ""
}

.fa-user-police:before {
    content: ""
}

.fa-lari-sign:before {
    content: ""
}

.fa-volcano:before {
    content: ""
}

.fa-teddy-bear:before {
    content: ""
}

.fa-stocking:before {
    content: ""
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: ""
}

.fa-image-slash:before {
    content: ""
}

.fa-mask-snorkel:before {
    content: ""
}

.fa-smoke:before {
    content: ""
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
    content: ""
}

.fa-battery-exclamation:before {
    content: ""
}

.fa-viruses:before {
    content: ""
}

.fa-square-person-confined:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
    content: ""
}

.fa-tent-arrow-down-to-line:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-crystal-ball:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-person-skating:before, .fa-skating:before {
    content: ""
}

.fa-star-shooting:before {
    content: ""
}

.fa-binary-lock:before {
    content: ""
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
    content: ""
}

.fa-comment-edit:before, .fa-comment-pen:before {
    content: ""
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
    content: ""
}

.fa-banjo:before {
    content: ""
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
    content: ""
}

.fa-light-emergency-on:before {
    content: ""
}

.fa-kerning:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-square-f:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-arrow-from-right:before, .fa-arrow-left-from-line:before {
    content: ""
}

.fa-strawberry:before {
    content: ""
}

.fa-location-pin-lock:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-clock-eight-thirty:before {
    content: ""
}

.fa-plane-alt:before, .fa-plane-engines:before {
    content: ""
}

.fa-hill-avalanche:before {
    content: ""
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-gauge-low:before, .fa-tachometer-alt-slow:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-trash-can-plus:before {
    content: ""
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
    content: ""
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
    content: ""
}

.fa-globe-snow:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-diamond-turn-right:before, .fa-directions:before {
    content: ""
}

.fa-integral:before {
    content: ""
}

.fa-burst:before {
    content: ""
}

.fa-house-laptop:before, .fa-laptop-house:before {
    content: ""
}

.fa-face-tired:before, .fa-tired:before {
    content: ""
}

.fa-money-bills:before {
    content: ""
}

.fa-blinds-raised:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-ufo-beam:before {
    content: ""
}

.fa-caret-circle-up:before, .fa-circle-caret-up:before {
    content: ""
}

.fa-user-vneck-hair-long:before {
    content: ""
}

.fa-square-a-lock:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-gas-pump-slash:before {
    content: ""
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-transporter-4:before {
    content: ""
}

.fa-chart-mixed-up-circle-currency:before {
    content: ""
}

.fa-objects-align-right:before {
    content: ""
}

.fa-arrows-turn-right:before {
    content: ""
}

.fa-vest:before {
    content: ""
}

.fa-pig:before {
    content: ""
}

.fa-inbox-full:before {
    content: ""
}

.fa-circle-envelope:before, .fa-envelope-circle:before {
    content: ""
}

.fa-construction:before, .fa-triangle-person-digging:before {
    content: ""
}

.fa-ferry:before {
    content: ""
}

.fa-bullseye-arrow:before {
    content: ""
}

.fa-arrows-down-to-people:before {
    content: ""
}

.fa-seedling:before, .fa-sprout:before {
    content: ""
}

.fa-clock-seven:before {
    content: ""
}

.fa-arrows-alt-h:before, .fa-left-right:before {
    content: ""
}

.fa-boxes-packing:before {
    content: ""
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
    content: ""
}

.fa-flashlight:before {
    content: ""
}

.fa-file-jpg:before {
    content: ""
}

.fa-group-arrows-rotate:before {
    content: ""
}

.fa-bowl-food:before {
    content: ""
}

.fa-square-9:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
    content: ""
}

.fa-dollar-square:before, .fa-square-dollar:before, .fa-usd-square:before {
    content: ""
}

.fa-phone-arrow-right:before {
    content: ""
}

.fa-hand-holding-seedling:before {
    content: ""
}

.fa-comment-alt-check:before, .fa-message-check:before {
    content: ""
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
    content: ""
}

.fa-chart-line-up-down:before {
    content: ""
}

.fa-remove-format:before, .fa-text-slash:before {
    content: ""
}

.fa-watch:before {
    content: ""
}

.fa-circle-down-left:before {
    content: ""
}

.fa-text:before {
    content: ""
}

.fa-projector:before {
    content: ""
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
    content: ""
}

.fa-tombstone-alt:before, .fa-tombstone-blank:before {
    content: ""
}

.fa-chess-king-alt:before, .fa-chess-king-piece:before {
    content: ""
}

.fa-circle-6:before {
    content: ""
}

.fa-waves-sine:before {
    content: ""
}

.fa-arrow-alt-left:before, .fa-left:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-arrow-alt-square-down:before, .fa-square-down:before {
    content: ""
}

.fa-objects-align-center-vertical:before {
    content: ""
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
    content: ""
}

.fa-house-lock:before {
    content: ""
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
    content: ""
}

.fa-wreath:before {
    content: ""
}

.fa-children:before {
    content: ""
}

.fa-meter-droplet:before {
    content: ""
}

.fa-blackboard:before, .fa-chalkboard:before {
    content: ""
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
    content: ""
}

.fa-signal-4:before, .fa-signal-strong:before {
    content: ""
}

.fa-lollipop:before, .fa-lollypop:before {
    content: ""
}

.fa-list-tree:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-draw-circle:before {
    content: ""
}

.fa-cat-space:before {
    content: ""
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
    content: ""
}

.fa-rabbit-fast:before, .fa-rabbit-running:before {
    content: ""
}

.fa-memo-pad:before {
    content: ""
}

.fa-mattress-pillow:before {
    content: ""
}

.fa-alarm-plus:before {
    content: ""
}

.fa-alicorn:before {
    content: ""
}

.fa-comment-question:before {
    content: ""
}

.fa-gingerbread-man:before {
    content: ""
}

.fa-guarani-sign:before {
    content: ""
}

.fa-burger-fries:before {
    content: ""
}

.fa-mug-tea:before {
    content: ""
}

.fa-border-top:before {
    content: ""
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
    content: ""
}

.fa-book-circle:before, .fa-circle-book-open:before {
    content: ""
}

.fa-arrows-to-dotted-line:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-magnifying-glass-arrows-rotate:before {
    content: ""
}

.fa-garage-open:before {
    content: ""
}

.fa-shelves-empty:before {
    content: ""
}

.fa-cruzeiro-sign:before {
    content: ""
}

.fa-watch-apple:before {
    content: ""
}

.fa-watch-calculator:before {
    content: ""
}

.fa-list-dropdown:before {
    content: ""
}

.fa-cabinet-filing:before {
    content: ""
}

.fa-burger-soda:before {
    content: ""
}

.fa-arrow-square-up:before, .fa-square-arrow-up:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-pallet-box:before {
    content: ""
}

.fa-face-confounded:before {
    content: ""
}

.fa-shield-alt:before, .fa-shield-halved:before {
    content: ""
}

.fa-truck-plow:before {
    content: ""
}

.fa-atlas:before, .fa-book-atlas:before {
    content: ""
}

.fa-virus:before {
    content: ""
}

.fa-grid-round-2:before {
    content: ""
}

.fa-comment-middle-top:before {
    content: ""
}

.fa-wave:before {
    content: ""
}

.fa-envelope-circle-check:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-restroom-simple:before {
    content: ""
}

.fa-arrows-to-dot:before {
    content: ""
}

.fa-border-outer:before {
    content: ""
}

.fa-hashtag-lock:before {
    content: ""
}

.fa-clock-two-thirty:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-heart-circle-check:before {
    content: ""
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
    content: ""
}

.fa-file-archive:before, .fa-file-zipper:before {
    content: ""
}

.fa-ticket-perforated:before {
    content: ""
}

.fa-heart-half:before {
    content: ""
}

.fa-comment-check:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-memo:before {
    content: ""
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cedi-sign:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-glass-citrus:before {
    content: ""
}

.fa-calendar-lines-pen:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-person-snowmobiling:before, .fa-snowmobile:before {
    content: ""
}

.fa-face-hushed:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-tickets-simple:before {
    content: ""
}

.fa-pickaxe:before {
    content: ""
}

.fa-link-simple-slash:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-face-confused:before {
    content: ""
}

.fa-pinball:before {
    content: ""
}

.fa-z:before {
    content: "Z"
}

.fa-person-skiing:before, .fa-skiing:before {
    content: ""
}

.fa-deer:before {
    content: ""
}

.fa-input-pipe:before {
    content: ""
}

.fa-road-lock:before {
    content: ""
}

.fa-a:before {
    content: "A"
}

.fa-bookmark-slash:before {
    content: ""
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
    content: ""
}

.fa-mace:before {
    content: ""
}

.fa-feather-alt:before, .fa-feather-pointed:before {
    content: ""
}

.fa-sausage:before {
    content: ""
}

.fa-trash-can-clock:before {
    content: ""
}

.fa-p:before {
    content: "P"
}

.fa-broom-wide:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-stomach:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-ad:before, .fa-rectangle-ad:before {
    content: ""
}

.fa-guitar-electric:before {
    content: ""
}

.fa-arrow-turn-down-right:before {
    content: ""
}

.fa-moon-cloud:before {
    content: ""
}

.fa-bread-slice-butter:before {
    content: ""
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
    content: ""
}

.fa-user-group-crown:before, .fa-users-crown:before {
    content: ""
}

.fa-circle-i:before {
    content: ""
}

.fa-toilet-paper-check:before {
    content: ""
}

.fa-filter-circle-xmark:before {
    content: ""
}

.fa-locust:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
    content: ""
}

.fa-chart-waterfall:before {
    content: ""
}

.fa-sparkle:before {
    content: ""
}

.fa-face-party:before {
    content: ""
}

.fa-kidneys:before {
    content: ""
}

.fa-wifi-exclamation:before {
    content: ""
}

.fa-chart-network:before {
    content: ""
}

.fa-person-dress-burst:before {
    content: ""
}

.fa-dice-d4:before {
    content: ""
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-wheat-awn-slash:before {
    content: ""
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
    content: ""
}

.fa-dagger:before {
    content: ""
}

.fa-podium:before {
    content: ""
}

.fa-memo-circle-check:before {
    content: ""
}

.fa-route-highway:before {
    content: ""
}

.fa-arrow-alt-to-bottom:before, .fa-down-to-line:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-square-g:before {
    content: ""
}

.fa-circle-phone:before, .fa-phone-circle:before {
    content: ""
}

.fa-clipboard-prescription:before {
    content: ""
}

.fa-user-nurse-hair:before {
    content: ""
}

.fa-question:before {
    content: "\?"
}

.fa-file-signature:before {
    content: ""
}

.fa-toggle-large-on:before {
    content: ""
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
    content: ""
}

.fa-dryer-alt:before, .fa-dryer-heat:before {
    content: ""
}

.fa-house-chimney-user:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-arrow-up-small-big:before, .fa-sort-size-up-alt:before {
    content: ""
}

.fa-train-track:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
    content: ""
}

.fa-file-exclamation:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
    content: ""
}

.fa-moon-stars:before {
    content: ""
}

.fa-building-circle-exclamation:before {
    content: ""
}

.fa-clothes-hanger:before {
    content: ""
}

.fa-mobile-iphone:before, .fa-mobile-notch:before {
    content: ""
}

.fa-magnifying-glass-chart:before {
    content: ""
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
    content: ""
}

.fa-cubes-stacked:before {
    content: ""
}

.fa-images-user:before {
    content: ""
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
    content: ""
}

.fa-image-polaroid-user:before {
    content: ""
}

.fa-virus-covid:before {
    content: ""
}

.fa-square-ellipsis:before {
    content: ""
}

.fa-pie:before {
    content: ""
}

.fa-chess-knight-alt:before, .fa-chess-knight-piece:before {
    content: ""
}

.fa-austral-sign:before {
    content: ""
}

.fa-cloud-plus:before {
    content: ""
}

.fa-f:before {
    content: "F"
}

.fa-leaf:before {
    content: ""
}

.fa-bed-bunk:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-person-circle-plus:before {
    content: ""
}

.fa-chart-pie:before, .fa-pie-chart:before {
    content: ""
}

.fa-bolt-lightning:before {
    content: ""
}

.fa-clock-eight:before {
    content: ""
}

.fa-sack-xmark:before {
    content: ""
}

.fa-file-xls:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-fish-fins:before {
    content: ""
}

.fa-circle-q:before {
    content: ""
}

.fa-building-flag:before {
    content: ""
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-face-disguise:before {
    content: ""
}

.fa-circle-arrow-down-right:before {
    content: ""
}

.fa-alien-8bit:before, .fa-alien-monster:before {
    content: ""
}

.fa-hand-point-ribbon:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-object-exclude:before {
    content: ""
}

.fa-telescope:before {
    content: ""
}

.fa-location-pin:before, .fa-map-marker:before {
    content: ""
}

.fa-square-list:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
    content: ""
}

.fa-comment-code:before {
    content: ""
}

.fa-sim-cards:before {
    content: ""
}

.fa-starship:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
    content: ""
}

.fa-plane-circle-check:before {
    content: ""
}

.fa-seal:before {
    content: ""
}

.fa-user-cowboy:before {
    content: ""
}

.fa-hexagon-vertical-nft:before {
    content: ""
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
    content: ""
}

.fa-bread-loaf:before {
    content: ""
}

.fa-rings-wedding:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-french-fries:before {
    content: ""
}

.fa-chart-line:before, .fa-line-chart:before {
    content: ""
}

.fa-calendar-arrow-down:before, .fa-calendar-download:before {
    content: ""
}

.fa-send-back:before {
    content: ""
}

.fa-mask-ventilator:before {
    content: ""
}

.fa-tickets:before {
    content: ""
}

.fa-signature-lock:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-map-signs:before, .fa-signs-post:before {
    content: ""
}

.fa-octagon-plus:before, .fa-plus-octagon:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-person-circle-question:before {
    content: ""
}

.fa-melon-slice:before {
    content: ""
}

.fa-space-station-moon:before {
    content: ""
}

.fa-comment-alt-smile:before, .fa-message-smile:before {
    content: ""
}

.fa-cup-straw:before {
    content: ""
}

.fa-arrow-alt-from-right:before, .fa-left-from-line:before {
    content: ""
}

.fa-h:before {
    content: "H"
}

.fa-basket-shopping-simple:before, .fa-shopping-basket-alt:before {
    content: ""
}

.fa-hands-heart:before, .fa-hands-holding-heart:before {
    content: ""
}

.fa-clock-nine:before {
    content: ""
}

.fa-hammer-brush:before {
    content: ""
}

.fa-tarp:before {
    content: ""
}

.fa-face-sleepy:before {
    content: ""
}

.fa-hand-horns:before {
    content: ""
}

.fa-screwdriver-wrench:before, .fa-tools:before {
    content: ""
}

.fa-arrows-to-eye:before {
    content: ""
}

.fa-circle-three-quarters:before {
    content: ""
}

.fa-trophy-alt:before, .fa-trophy-star:before {
    content: ""
}

.fa-plug-circle-bolt:before {
    content: ""
}

.fa-face-thermometer:before {
    content: ""
}

.fa-grid-round-4:before {
    content: ""
}

.fa-sign-posts-wrench:before {
    content: ""
}

.fa-shirt-running:before {
    content: ""
}

.fa-book-circle-arrow-up:before {
    content: ""
}

.fa-face-nauseated:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-file-chart-pie:before {
    content: ""
}

.fa-mars-and-venus:before {
    content: ""
}

.fa-home-user:before, .fa-house-user:before {
    content: ""
}

.fa-circle-arrow-down-left:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-hexagon-minus:before, .fa-minus-hexagon:before {
    content: ""
}

.fa-arrow-alt-to-left:before, .fa-left-to-line:before {
    content: ""
}

.fa-house-crack:before {
    content: ""
}

.fa-paw-alt:before, .fa-paw-simple:before {
    content: ""
}

.fa-arrow-left-long-to-line:before {
    content: ""
}

.fa-brackets-round:before, .fa-parentheses:before {
    content: ""
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
    content: ""
}

.fa-user-shakespeare:before {
    content: ""
}

.fa-arrow-right-to-arc:before {
    content: ""
}

.fa-face-surprise:before, .fa-surprise:before {
    content: ""
}

.fa-bottle-water:before {
    content: ""
}

.fa-circle-pause:before, .fa-pause-circle:before {
    content: ""
}

.fa-gauge-circle-plus:before {
    content: ""
}

.fa-folders:before {
    content: ""
}

.fa-angel:before {
    content: ""
}

.fa-value-absolute:before {
    content: ""
}

.fa-rabbit:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: ""
}

.fa-circle-euro:before {
    content: ""
}

.fa-apple-alt:before, .fa-apple-whole:before {
    content: ""
}

.fa-kitchen-set:before {
    content: ""
}

.fa-diamond-half:before {
    content: ""
}

.fa-lock-alt:before, .fa-lock-keyhole:before {
    content: ""
}

.fa-r:before {
    content: "R"
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-info-square:before, .fa-square-info:before {
    content: ""
}

.fa-wifi-slash:before {
    content: ""
}

.fa-toilet-paper-xmark:before {
    content: ""
}

.fa-hands-holding-dollar:before, .fa-hands-usd:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-arrow-down-triangle-square:before, .fa-sort-shapes-down:before {
    content: ""
}

.fa-bitcoin-sign:before {
    content: ""
}

.fa-shutters:before {
    content: ""
}

.fa-shield-dog:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-table-tree:before {
    content: ""
}

.fa-house-chimney-heart:before {
    content: ""
}

.fa-tally-3:before {
    content: ""
}

.fa-elevator:before {
    content: ""
}

.fa-money-bill-transfer:before {
    content: ""
}

.fa-money-bill-trend-up:before {
    content: ""
}

.fa-house-flood-water-circle-arrow-right:before {
    content: ""
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-cart-circle-exclamation:before {
    content: ""
}

.fa-sword:before {
    content: ""
}

.fa-backward-fast:before, .fa-fast-backward:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-interrobang:before {
    content: ""
}

.fa-plane-slash:before {
    content: ""
}

.fa-circle-dashed:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-basketball-ball:before, .fa-basketball:before {
    content: ""
}

.fa-fork-knife:before, .fa-utensils-alt:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-badge-check:before {
    content: ""
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
    content: ""
}

.fa-slider:before {
    content: ""
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
    content: ""
}

.fa-clock-one-thirty:before {
    content: ""
}

.fa-inbox-arrow-up:before, .fa-inbox-out:before {
    content: ""
}

.fa-cloud-slash:before {
    content: ""
}

.fa-volume-high:before, .fa-volume-up:before {
    content: ""
}

.fa-users-rays:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-octagon-check:before {
    content: ""
}

.fa-flatbread-stuffed:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-cart-circle-plus:before {
    content: ""
}

.fa-shipping-timed:before, .fa-truck-clock:before {
    content: ""
}

.fa-pool-8-ball:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-turn-down-left:before {
    content: ""
}

.fa-lock-hashtag:before {
    content: ""
}

.fa-chart-radar:before {
    content: ""
}

.fa-staff:before {
    content: ""
}

.fa-burger:before, .fa-hamburger:before {
    content: ""
}

.fa-utility-pole:before {
    content: ""
}

.fa-transporter-6:before {
    content: ""
}

.fa-arrow-turn-left:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-bugs:before {
    content: ""
}

.fa-vector-polygon:before {
    content: ""
}

.fa-diagram-nested:before {
    content: ""
}

.fa-rupee-sign:before, .fa-rupee:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-circle-question:before, .fa-question-circle:before {
    content: ""
}

.fa-tickets-perforated:before {
    content: ""
}

.fa-image-user:before {
    content: ""
}

.fa-buoy:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-handshake-slash:before {
    content: ""
}

.fa-book-bookmark:before {
    content: ""
}

.fa-border-center-h:before {
    content: ""
}

.fa-can-food:before {
    content: ""
}

.fa-typewriter:before {
    content: ""
}

.fa-arrow-right-from-arc:before {
    content: ""
}

.fa-circle-k:before {
    content: ""
}

.fa-face-hand-over-mouth:before {
    content: ""
}

.fa-popcorn:before {
    content: ""
}

.fa-house-flood:before, .fa-house-water:before {
    content: ""
}

.fa-object-subtract:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-warehouse-alt:before, .fa-warehouse-full:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-bridge:before {
    content: ""
}

.fa-phone-alt:before, .fa-phone-flip:before {
    content: ""
}

.fa-arrow-down-from-dotted-line:before {
    content: ""
}

.fa-file-doc:before {
    content: ""
}

.fa-square-quarters:before {
    content: ""
}

.fa-truck-front:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-trash-xmark:before {
    content: ""
}

.fa-caret-circle-left:before, .fa-circle-caret-left:before {
    content: ""
}

.fa-files:before {
    content: ""
}

.fa-anchor-circle-exclamation:before {
    content: ""
}

.fa-face-clouds:before {
    content: ""
}

.fa-user-crown:before {
    content: ""
}

.fa-basket-shopping-plus:before {
    content: ""
}

.fa-truck-field:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-cart-circle-check:before {
    content: ""
}

.fa-clipboard-question:before {
    content: ""
}

.fa-panorama:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-user-tie-hair-long:before {
    content: ""
}

.fa-file-circle-minus:before {
    content: ""
}

.fa-head-side-medical:before {
    content: ""
}

.fa-arrow-turn-right:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-fast-forward:before, .fa-forward-fast:before {
    content: ""
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
    content: ""
}

.fa-user-robot:before {
    content: ""
}

.fa-parking:before, .fa-square-parking:before {
    content: ""
}

.fa-card-diamond:before {
    content: ""
}

.fa-face-zipper:before {
    content: ""
}

.fa-face-raised-eyebrow:before {
    content: ""
}

.fa-house-signal:before {
    content: ""
}

.fa-chevron-square-up:before, .fa-square-chevron-up:before {
    content: ""
}

.fa-bars-progress:before, .fa-tasks-alt:before {
    content: ""
}

.fa-faucet-drip:before {
    content: ""
}

.fa-arrows-to-line:before {
    content: ""
}

.fa-dolphin:before {
    content: ""
}

.fa-arrow-up-right:before {
    content: ""
}

.fa-circle-r:before {
    content: ""
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
    content: ""
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
    content: ""
}

.fa-circle-sort-up:before, .fa-sort-circle-up:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-mobile-button:before {
    content: ""
}

.fa-house-medical-flag:before {
    content: ""
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-chestnut:before {
    content: ""
}

.fa-bus-alt:before, .fa-bus-simple:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
    content: ""
}

.fa-heat:before {
    content: ""
}

.fa-ticket-airline:before, .fa-ticket-perforated-plane:before, .fa-ticket-plane:before {
    content: ""
}

.fa-boot-heeled:before {
    content: ""
}

.fa-arrows-minimize:before, .fa-compress-arrows:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-person-military-to-person:before {
    content: ""
}

.fa-file-shield:before {
    content: ""
}

.fa-hexagon:before {
    content: ""
}

.fa-manhole:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-tower-observation:before {
    content: ""
}

.fa-floppy-disks:before {
    content: ""
}

.fa-toilet-paper-blank-under:before, .fa-toilet-paper-reverse-alt:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
    content: ""
}

.fa-pump:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-heart-circle-xmark:before {
    content: ""
}

.fa-arrow-up-left-from-circle:before {
    content: ""
}

.fa-home-lg:before, .fa-house-chimney:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-dryer:before {
    content: ""
}

.fa-face-frown:before, .fa-frown:before {
    content: ""
}

.fa-chess-bishop-alt:before, .fa-chess-bishop-piece:before {
    content: ""
}

.fa-shirt-tank-top:before {
    content: ""
}

.fa-diploma:before, .fa-scroll-ribbon:before {
    content: ""
}

.fa-screencast:before {
    content: ""
}

.fa-walker:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-shop:before, .fa-store-alt:before {
    content: ""
}

.fa-floppy-disk:before, .fa-save:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-face-kiss-closed-eyes:before {
    content: ""
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
    content: ""
}

.fa-file-user:before {
    content: ""
}

.fa-user-police-tie:before {
    content: ""
}

.fa-face-tongue-money:before {
    content: ""
}

.fa-tennis-ball:before {
    content: ""
}

.fa-square-l:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-calendar-arrow-up:before, .fa-calendar-upload:before {
    content: ""
}

.fa-comment-dots:before, .fa-commenting:before {
    content: ""
}

.fa-plant-wilt:before {
    content: ""
}

.fa-scarf:before {
    content: ""
}

.fa-album-circle-plus:before {
    content: ""
}

.fa-user-nurse-hair-long:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-arrow-alt-square-left:before, .fa-square-left:before {
    content: ""
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
    content: ""
}

.fa-circle-ellipsis-vertical:before {
    content: ""
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
    content: ""
}

.fa-grid-dividers:before {
    content: ""
}

.fa-bacterium:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hands-praying:before, .fa-praying-hands:before {
    content: ""
}

.fa-face-pensive:before {
    content: ""
}

.fa-user-music:before {
    content: ""
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
    content: ""
}

.fa-comments-alt-dollar:before, .fa-messages-dollar:before {
    content: ""
}

.fa-sensor-on:before {
    content: ""
}

.fa-balloon:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-chess-queen-alt:before, .fa-chess-queen-piece:before {
    content: ""
}

.fa-location-crosshairs:before, .fa-location:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-house-leave:before, .fa-house-person-depart:before, .fa-house-person-leave:before {
    content: ""
}

.fa-ruler-triangle:before {
    content: ""
}

.fa-card-club:before {
    content: ""
}

.fa-child-dress:before {
    content: ""
}

.fa-users-between-lines:before {
    content: ""
}

.fa-lungs-virus:before {
    content: ""
}

.fa-spinner-third:before {
    content: ""
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-computer-mouse-scrollwheel:before, .fa-mouse-alt:before {
    content: ""
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
    content: ""
}

.fa-child-reaching:before {
    content: ""
}

.fa-table-layout:before {
    content: ""
}

.fa-narwhal:before {
    content: ""
}

.fa-ramp-loading:before {
    content: ""
}

.fa-calendar-circle-plus:before {
    content: ""
}

.fa-toothbrush:before {
    content: ""
}

.fa-border-inner:before {
    content: ""
}

.fa-paw-claws:before {
    content: ""
}

.fa-kiwi-fruit:before {
    content: ""
}

.fa-traffic-light-slow:before {
    content: ""
}

.fa-rectangle-code:before {
    content: ""
}

.fa-head-side-virus:before {
    content: ""
}

.fa-keyboard-brightness:before {
    content: ""
}

.fa-books-medical:before {
    content: ""
}

.fa-lightbulb-slash:before {
    content: ""
}

.fa-home-blank:before, .fa-house-blank:before {
    content: ""
}

.fa-square-5:before {
    content: ""
}

.fa-heart-square:before, .fa-square-heart:before {
    content: ""
}

.fa-puzzle:before {
    content: ""
}

.fa-user-cog:before, .fa-user-gear:before {
    content: ""
}

.fa-pipe-circle-check:before {
    content: ""
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
    content: ""
}

.fa-octagon-exclamation:before {
    content: ""
}

.fa-dial-low:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-laptop-mobile:before, .fa-phone-laptop:before {
    content: ""
}

.fa-conveyor-belt-alt:before, .fa-conveyor-belt-boxes:before {
    content: ""
}

.fa-shield-virus:before {
    content: ""
}

.fa-starfighter-alt-advanced:before, .fa-starfighter-twin-ion-engine-advanced:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-starfighter-alt:before, .fa-starfighter-twin-ion-engine:before {
    content: ""
}

.fa-rocket-launch:before {
    content: ""
}

.fa-mosquito-net:before {
    content: ""
}

.fa-vent-damper:before {
    content: ""
}

.fa-bridge-water:before {
    content: ""
}

.fa-ban-bug:before, .fa-debug:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-garage-car:before {
    content: ""
}

.fa-square-kanban:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-chart-kanban:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-coffee-pot:before {
    content: ""
}

.fa-mouse-field:before {
    content: ""
}

.fa-digging:before, .fa-person-digging:before {
    content: ""
}

.fa-shower-alt:before, .fa-shower-down:before {
    content: ""
}

.fa-box-circle-check:before {
    content: ""
}

.fa-brightness:before {
    content: ""
}

.fa-car-side-bolt:before {
    content: ""
}

.fa-file-xml:before {
    content: ""
}

.fa-ornament:before {
    content: ""
}

.fa-phone-arrow-down-left:before, .fa-phone-arrow-down:before, .fa-phone-incoming:before {
    content: ""
}

.fa-cloud-word:before {
    content: ""
}

.fa-hand-fingers-crossed:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
    content: ""
}

.fa-arrow-down-small-big:before, .fa-sort-size-down-alt:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-face-melting:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-pen-alt-slash:before, .fa-pen-clip-slash:before {
    content: ""
}

.fa-quote-right-alt:before, .fa-quote-right:before {
    content: ""
}

.fa-scroll-old:before {
    content: ""
}

.fa-guitars:before {
    content: ""
}

.fa-phone-xmark:before {
    content: ""
}

.fa-hose:before {
    content: ""
}

.fa-clock-six:before {
    content: ""
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
    content: ""
}

.fa-billboard:before {
    content: ""
}

.fa-square-r:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-envelope-open-dollar:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-sun-cloud:before {
    content: ""
}

.fa-lamp-floor:before {
    content: ""
}

.fa-square-7:before {
    content: ""
}

.fa-tenge-sign:before, .fa-tenge:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-hands-holding:before {
    content: ""
}

.fa-campfire:before {
    content: ""
}

.fa-circle-ampersand:before {
    content: ""
}

.fa-snowflakes:before {
    content: ""
}

.fa-hands-clapping:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-leaf-maple:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-person-circle-xmark:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-cup-straw-swoosh:before {
    content: ""
}

.fa-temperature-hot:before, .fa-temperature-sun:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-high-definition:before, .fa-rectangle-hd:before {
    content: ""
}

.fa-j:before {
    content: "J"
}

.fa-galaxy:before {
    content: ""
}

.fa-users-viewfinder:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-cherries:before {
    content: ""
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
    content: ""
}

.fa-circle-sort:before, .fa-sort-circle:before {
    content: ""
}

.fa-table-cells:before, .fa-th:before {
    content: ""
}

.fa-bag-shopping-minus:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-siren:before {
    content: ""
}

.fa-arrow-up-to-dotted-line:before {
    content: ""
}

.fa-image-landscape:before, .fa-landscape:before {
    content: ""
}

.fa-tank-water:before {
    content: ""
}

.fa-curling-stone:before, .fa-curling:before {
    content: ""
}

.fa-gamepad-alt:before, .fa-gamepad-modern:before {
    content: ""
}

.fa-messages-question:before {
    content: ""
}

.fa-bible:before, .fa-book-bible:before {
    content: ""
}

.fa-o:before {
    content: "O"
}

.fa-medkit:before, .fa-suitcase-medical:before {
    content: ""
}

.fa-briefcase-arrow-right:before {
    content: ""
}

.fa-expand-wide:before {
    content: ""
}

.fa-clock-eleven-thirty:before {
    content: ""
}

.fa-rv:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-dreidel:before {
    content: ""
}

.fa-female:before, .fa-person-dress:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-briefcase-clock:before, .fa-business-time:before {
    content: ""
}

.fa-flower-tulip:before {
    content: ""
}

.fa-people-pants-simple:before {
    content: ""
}

.fa-cloud-drizzle:before {
    content: ""
}

.fa-table-cells-large:before, .fa-th-large:before {
    content: ""
}

.fa-book-tanakh:before, .fa-tanakh:before {
    content: ""
}

.fa-solar-system:before {
    content: ""
}

.fa-seal-question:before {
    content: ""
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
    content: ""
}

.fa-disc-drive:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-rows:before, .fa-table-rows:before {
    content: ""
}

.fa-location-exclamation:before, .fa-map-marker-exclamation:before {
    content: ""
}

.fa-face-fearful:before {
    content: ""
}

.fa-clipboard-user:before {
    content: ""
}

.fa-bus-school:before {
    content: ""
}

.fa-film-slash:before {
    content: ""
}

.fa-square-arrow-down-right:before {
    content: ""
}

.fa-book-sparkles:before, .fa-book-spells:before {
    content: ""
}

.fa-washer:before, .fa-washing-machine:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-user-visor:before {
    content: ""
}

.fa-file-plus-minus:before {
    content: ""
}

.fa-chess-clock-alt:before, .fa-chess-clock-flip:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-truck-fire:before {
    content: ""
}

.fa-plane-lock:before {
    content: ""
}

.fa-steering-wheel:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-stretcher:before {
    content: ""
}

.fa-book-law:before, .fa-book-section:before {
    content: ""
}

.fa-inboxes:before {
    content: ""
}

.fa-coffee-bean:before {
    content: ""
}

.fa-circle-yen:before {
    content: ""
}

.fa-brackets-curly:before {
    content: ""
}

.fa-ellipsis-stroke-vertical:before, .fa-ellipsis-v-alt:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-square-1:before {
    content: ""
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
    content: ""
}

.fa-head-side:before {
    content: ""
}

.fa-truck-ladder:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-dolly-empty:before {
    content: ""
}

.fa-face-tissue:before {
    content: ""
}

.fa-angle-double-up:before, .fa-angles-up:before {
    content: ""
}

.fa-bin-recycle:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-chart-line-down:before {
    content: ""
}

.fa-arrow-right-to-city:before {
    content: ""
}

.fa-lock-a:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-person-pinball:before {
    content: ""
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-apple-core:before {
    content: ""
}

.fa-circle-y:before {
    content: ""
}

.fa-h6:before {
    content: ""
}

.fa-litecoin-sign:before {
    content: ""
}

.fa-circle-small:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-arrow-turn-down-left:before {
    content: ""
}

.fa-circle-nodes:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-reflect-horizontal:before {
    content: ""
}

.fa-comment-alt-medical:before, .fa-message-medical:before {
    content: ""
}

.fa-rugby-ball:before {
    content: ""
}

.fa-comment-music:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-tree-alt:before, .fa-tree-deciduous:before {
    content: ""
}

.fa-puzzle-piece-alt:before, .fa-puzzle-piece-simple:before {
    content: ""
}

.fa-truck-field-un:before {
    content: ""
}

.fa-nfc-trash:before {
    content: ""
}

.fa-hourglass-empty:before, .fa-hourglass:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-file-times:before, .fa-file-xmark:before {
    content: ""
}

.fa-home-heart:before, .fa-house-heart:before {
    content: ""
}

.fa-house-chimney-blank:before {
    content: ""
}

.fa-meter-bolt:before {
    content: ""
}

.fa-user-doctor:before, .fa-user-md:before {
    content: ""
}

.fa-slash-back:before {
    content: "\\"
}

.fa-circle-info:before, .fa-info-circle:before {
    content: ""
}

.fa-fishing-rod:before {
    content: ""
}

.fa-hammer-crash:before {
    content: ""
}

.fa-message-heart:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-camera-polaroid:before {
    content: ""
}

.fa-camera-alt:before, .fa-camera:before {
    content: ""
}

.fa-square-virus:before {
    content: ""
}

.fa-cart-arrow-up:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-car-on:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
    content: ""
}

.fa-buoy-mooring:before {
    content: ""
}

.fa-square-4:before {
    content: ""
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
    content: ""
}

.fa-file-eps:before {
    content: ""
}

.fa-tricycle-adult:before {
    content: ""
}

.fa-waveform:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-star-sharp-half-alt:before, .fa-star-sharp-half-stroke:before {
    content: ""
}

.fa-nfc-signal:before {
    content: ""
}

.fa-plane-prop:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-clock-desk:before {
    content: ""
}

.fa-calendar-clock:before, .fa-calendar-time:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
    content: ""
}

.fa-plate-utensils:before {
    content: ""
}

.fa-family-pants:before {
    content: ""
}

.fa-hose-reel:before {
    content: ""
}

.fa-house-window:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-music-magnifying-glass:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-cloud-rainbow:before {
    content: ""
}

.fa-person-cane:before {
    content: ""
}

.fa-alien:before {
    content: ""
}

.fa-tent:before {
    content: ""
}

.fa-laptop-binary:before {
    content: ""
}

.fa-vest-patches:before {
    content: ""
}

.fa-people-dress-simple:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
    content: ""
}

.fa-bowling-ball-pin:before {
    content: ""
}

.fa-bell-school-slash:before {
    content: ""
}

.fa-plus-large:before {
    content: ""
}

.fa-money-bill-wheat:before {
    content: ""
}

.fa-camera-viewfinder:before, .fa-screenshot:before {
    content: ""
}

.fa-comment-alt-music:before, .fa-message-music:before {
    content: ""
}

.fa-car-building:before {
    content: ""
}

.fa-border-bottom-right:before, .fa-border-style-alt:before {
    content: ""
}

.fa-octagon:before {
    content: ""
}

.fa-comment-arrow-up-right:before {
    content: ""
}

.fa-octagon-divide:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-tv-music:before {
    content: ""
}

.fa-hard-drive:before, .fa-hdd:before {
    content: ""
}

.fa-reel:before {
    content: ""
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-list-alt:before, .fa-rectangle-list:before {
    content: ""
}

.fa-tarp-droplet:before {
    content: ""
}

.fa-alarm-exclamation:before {
    content: ""
}

.fa-house-medical-circle-check:before {
    content: ""
}

.fa-traffic-cone:before {
    content: ""
}

.fa-grate:before {
    content: ""
}

.fa-arrow-down-right:before {
    content: ""
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-person-from-portal:before, .fa-portal-exit:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-cowbell-circle-plus:before, .fa-cowbell-more:before {
    content: ""
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
    content: ""
}

.fa-distribute-spacing-vertical:before {
    content: ""
}

.fa-signal-alt-2:before, .fa-signal-bars-fair:before {
    content: ""
}

.fa-sportsball:before {
    content: ""
}

.fa-game-console-handheld-crank:before {
    content: ""
}

.fa-subway:before, .fa-train-subway:before {
    content: ""
}

.fa-chart-gantt:before {
    content: ""
}

.fa-face-smile-upside-down:before {
    content: ""
}

.fa-ball-pile:before {
    content: ""
}

.fa-badge-dollar:before {
    content: ""
}

.fa-money-bills-alt:before, .fa-money-bills-simple:before {
    content: ""
}

.fa-list-timeline:before {
    content: ""
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
    content: ""
}

.fa-crop-alt:before, .fa-crop-simple:before {
    content: ""
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
    content: ""
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
    content: ""
}

.fa-keyboard-down:before {
    content: ""
}

.fa-circle-up-right:before {
    content: ""
}

.fa-cloud-bolt-moon:before, .fa-thunderstorm-moon:before {
    content: ""
}

.fa-turn-left-up:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-virus-slash:before {
    content: ""
}

.fa-bracket-round-right:before {
    content: "\)"
}

.fa-circle-sterling:before {
    content: ""
}

.fa-circle-5:before {
    content: ""
}

.fa-minus:before, .fa-subtract:before {
    content: ""
}

.fa-fire-flame:before, .fa-flame:before {
    content: ""
}

.fa-arrow-alt-to-right:before, .fa-right-to-line:before {
    content: ""
}

.fa-gif:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-trash-slash:before {
    content: ""
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
    content: ""
}

.fa-plug-circle-check:before {
    content: ""
}

.fa-font-case:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-arrow-down-left:before {
    content: ""
}

.fa-franc-sign:before {
    content: ""
}

.fa-flask-poison:before, .fa-flask-round-poison:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-book-circle-arrow-right:before {
    content: ""
}

.fa-chart-user:before, .fa-user-chart:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
    content: ""
}

.fa-presentation-screen:before, .fa-presentation:before {
    content: ""
}

.fa-circle-bolt:before {
    content: ""
}

.fa-face-smile-halo:before {
    content: ""
}

.fa-cart-circle-arrow-down:before {
    content: ""
}

.fa-house-person-arrive:before, .fa-house-person-return:before, .fa-house-return:before {
    content: ""
}

.fa-comment-alt-times:before, .fa-message-times:before, .fa-message-xmark:before {
    content: ""
}

.fa-file-award:before, .fa-file-certificate:before {
    content: ""
}

.fa-user-doctor-hair-long:before {
    content: ""
}

.fa-camera-home:before, .fa-camera-security:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-droplet-slash:before, .fa-tint-slash:before {
    content: ""
}

.fa-book-heart:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-duck:before {
    content: ""
}

.fa-mosquito:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-flag-alt:before, .fa-flag-swallowtail:before {
    content: ""
}

.fa-person-military-rifle:before {
    content: ""
}

.fa-car-garage:before {
    content: ""
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
    content: ""
}

.fa-book-font:before {
    content: ""
}

.fa-shield-plus:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-eye-dropper-full:before {
    content: ""
}

.fa-distribute-spacing-horizontal:before {
    content: ""
}

.fa-tablet-rugged:before {
    content: ""
}

.fa-temperature-frigid:before, .fa-temperature-snow:before {
    content: ""
}

.fa-moped:before {
    content: ""
}

.fa-face-smile-plus:before, .fa-smile-plus:before {
    content: ""
}

.fa-radio-alt:before, .fa-radio-tuner:before {
    content: ""
}

.fa-face-swear:before {
    content: ""
}

.fa-water-arrow-down:before, .fa-water-lower:before {
    content: ""
}

.fa-scanner-touchscreen:before {
    content: ""
}

.fa-circle-7:before {
    content: ""
}

.fa-plug-circle-plus:before {
    content: ""
}

.fa-person-ski-jumping:before, .fa-ski-jump:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-water-arrow-up:before, .fa-water-rise:before {
    content: ""
}

.fa-waveform-lines:before, .fa-waveform-path:before {
    content: ""
}

.fa-split:before {
    content: ""
}

.fa-film-canister:before, .fa-film-cannister:before {
    content: ""
}

.fa-folder-times:before, .fa-folder-xmark:before {
    content: ""
}

.fa-toilet-paper-alt:before, .fa-toilet-paper-blank:before {
    content: ""
}

.fa-tablet-android-alt:before, .fa-tablet-screen:before {
    content: ""
}

.fa-hexagon-vertical-nft-slanted:before {
    content: ""
}

.fa-folder-music:before {
    content: ""
}

.fa-desktop-medical:before, .fa-display-medical:before {
    content: ""
}

.fa-share-all:before {
    content: ""
}

.fa-peapod:before {
    content: ""
}

.fa-chess-clock:before {
    content: ""
}

.fa-axe:before {
    content: ""
}

.fa-square-d:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-mobile-signal-out:before {
    content: ""
}

.fa-arrow-turn-up:before, .fa-level-up:before {
    content: ""
}

.fa-u:before {
    content: "U"
}

.fa-arrow-up-from-dotted-line:before {
    content: ""
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
    content: ""
}

.fa-light-switch-on:before {
    content: ""
}

.fa-arrow-down-arrow-up:before, .fa-sort-alt:before {
    content: ""
}

.fa-raindrops:before {
    content: ""
}

.fa-dash:before, .fa-minus-large:before {
    content: ""
}

.fa-clock-four:before, .fa-clock:before {
    content: ""
}

.fa-input-numeric:before {
    content: ""
}

.fa-truck-tow:before {
    content: ""
}

.fa-backward-step:before, .fa-step-backward:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-car-bolt:before {
    content: ""
}

.fa-arrows-maximize:before, .fa-expand-arrows:before {
    content: ""
}

.fa-faucet:before {
    content: ""
}

.fa-cloud-sleet:before {
    content: ""
}

.fa-lamp-street:before {
    content: ""
}

.fa-list-radio:before {
    content: ""
}

.fa-pen-nib-slash:before {
    content: ""
}

.fa-baseball-bat-ball:before {
    content: ""
}

.fa-square-up-left:before {
    content: ""
}

.fa-overline:before {
    content: ""
}

.fa-s:before {
    content: "S"
}

.fa-timeline:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-arrows-from-dotted-line:before {
    content: ""
}

.fa-usb-drive:before {
    content: ""
}

.fa-ballot:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-location-dot-slash:before, .fa-map-marker-alt-slash:before {
    content: ""
}

.fa-cards:before {
    content: ""
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
    content: ""
}

.fa-boxing-glove:before, .fa-glove-boxing:before {
    content: ""
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-bell-school:before {
    content: ""
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
    content: ""
}

.fa-plane-up:before {
    content: ""
}

.fa-folder-heart:before {
    content: ""
}

.fa-circle-location-arrow:before, .fa-location-circle:before {
    content: ""
}

.fa-face-head-bandage:before {
    content: ""
}

.fa-maki-roll:before, .fa-makizushi:before, .fa-sushi-roll:before {
    content: ""
}

.fa-car-bump:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-racquet:before {
    content: ""
}

.fa-car-mirrors:before {
    content: ""
}

.fa-industry-alt:before, .fa-industry-windows:before {
    content: ""
}

.fa-bolt-auto:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-half:before {
    content: ""
}

.fa-flux-capacitor:before {
    content: ""
}

.fa-mountain-city:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-honey-pot:before {
    content: ""
}

.fa-olive:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-filter-list:before {
    content: ""
}

.fa-outlet:before {
    content: ""
}

.fa-sliders-h:before, .fa-sliders:before {
    content: ""
}

.fa-cauldron:before {
    content: ""
}

.fa-people:before {
    content: ""
}

.fa-folder-tree:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-croissant:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-cent-sign:before {
    content: ""
}

.fa-swords-laser:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-person-pregnant:before {
    content: ""
}

.fa-square-u:before {
    content: ""
}

.fa-wand-sparkles:before {
    content: ""
}

.fa-router:before {
    content: ""
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
    content: ""
}

.fa-sword-laser-alt:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-coin:before {
    content: ""
}

.fa-laptop-slash:before {
    content: ""
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
    content: ""
}

.fa-circle-b:before {
    content: ""
}

.fa-person-dress-simple:before {
    content: ""
}

.fa-pipe-collar:before {
    content: ""
}

.fa-lights-holiday:before {
    content: ""
}

.fa-citrus:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-laptop-file:before {
    content: ""
}

.fa-teletype:before, .fa-tty:before {
    content: ""
}

.fa-chart-tree-map:before {
    content: ""
}

.fa-diagram-next:before {
    content: ""
}

.fa-person-rifle:before {
    content: ""
}

.fa-clock-five-thirty:before {
    content: ""
}

.fa-pipe-valve:before {
    content: ""
}

.fa-arrow-up-from-arc:before {
    content: ""
}

.fa-face-spiral-eyes:before {
    content: ""
}

.fa-compress-wide:before {
    content: ""
}

.fa-circle-phone-hangup:before, .fa-phone-circle-down:before {
    content: ""
}

.fa-gear-complex-code:before {
    content: ""
}

.fa-house-medical-circle-exclamation:before {
    content: ""
}

.fa-badminton:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-hiking:before, .fa-person-hiking:before {
    content: ""
}

.fa-arrow-alt-from-left:before, .fa-right-from-line:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-shuttlecock:before {
    content: ""
}

.fa-user-hair:before {
    content: ""
}

.fa-eye-evil:before {
    content: ""
}

.fa-people-pulling:before {
    content: ""
}

.fa-n:before {
    content: "N"
}

.fa-swap:before {
    content: ""
}

.fa-garage:before {
    content: ""
}

.fa-cable-car:before, .fa-tram:before {
    content: ""
}

.fa-shovel-snow:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-face-lying:before {
    content: ""
}

.fa-sprinkler:before {
    content: ""
}

.fa-building-circle-xmark:before {
    content: ""
}

.fa-person-sledding:before, .fa-sledding:before {
    content: ""
}

.fa-game-console-handheld:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-clock-six-thirty:before {
    content: ""
}

.fa-battery-slash:before {
    content: ""
}

.fa-tugrik-sign:before {
    content: ""
}

.fa-arrows-down-to-line:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-angles-up-down:before {
    content: ""
}

.fa-inventory:before, .fa-shelves:before {
    content: ""
}

.fa-cloud-snow:before {
    content: ""
}

.fa-face-grin:before, .fa-grin:before {
    content: ""
}

.fa-backspace:before, .fa-delete-left:before {
    content: ""
}

.fa-oven:before {
    content: ""
}

.fa-cloud-binary:before {
    content: ""
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
    content: ""
}

.fa-comment-captions:before {
    content: ""
}

.fa-comments-question:before {
    content: ""
}

.fa-scribble:before {
    content: ""
}

.fa-rotate-exclamation:before {
    content: ""
}

.fa-file-circle-check:before {
    content: ""
}

.fa-glass:before {
    content: ""
}

.fa-loader:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-user-pilot:before {
    content: ""
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-code-pull-request-closed:before {
    content: ""
}

.fa-face-meh:before, .fa-meh:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-book-dead:before, .fa-book-skull:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-face-dotted:before {
    content: ""
}

.fa-face-worried:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-court-sport:before {
    content: ""
}

.fa-heart-circle-exclamation:before {
    content: ""
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
    content: ""
}

.fa-vector-circle:before {
    content: ""
}

.fa-car-circle-bolt:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-flying-disc:before {
    content: ""
}

.fa-laptop-medical:before {
    content: ""
}

.fa-square-down-right:before {
    content: ""
}

.fa-b:before {
    content: "B"
}

.fa-seat-airline:before {
    content: ""
}

.fa-eclipse-alt:before, .fa-moon-over-sun:before {
    content: ""
}

.fa-pipe:before {
    content: "\|"
}

.fa-file-medical:before {
    content: ""
}

.fa-potato:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-circle-a:before {
    content: ""
}

.fa-helmet-battle:before {
    content: ""
}

.fa-butter:before {
    content: ""
}

.fa-blanket-fire:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-castle:before {
    content: ""
}

.fa-golf-club:before {
    content: ""
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
    content: ""
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
    content: ""
}

.fa-cutlery:before, .fa-utensils:before {
    content: ""
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
    content: ""
}

.fa-chart-pie-simple-circle-dollar:before {
    content: ""
}

.fa-balloons:before {
    content: ""
}

.fa-mill-sign:before {
    content: ""
}

.fa-bowl-rice:before {
    content: ""
}

.fa-timeline-arrow:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-game-board-alt:before, .fa-game-board-simple:before {
    content: ""
}

.fa-circle-video:before, .fa-video-circle:before {
    content: ""
}

.fa-chart-scatter-bubble:before {
    content: ""
}

.fa-house-turret:before {
    content: ""
}

.fa-banana:before {
    content: ""
}

.fa-hand-holding-skull:before {
    content: ""
}

.fa-people-dress:before {
    content: ""
}

.fa-couch-small:before, .fa-loveseat:before {
    content: ""
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-block-quote:before {
    content: ""
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-money-check-dollar-pen:before, .fa-money-check-edit-alt:before {
    content: ""
}

.fa-arrow-alt-from-bottom:before, .fa-up-from-line:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-hurricane:before {
    content: ""
}

.fa-grid-round-2-plus:before {
    content: ""
}

.fa-people-pants:before {
    content: ""
}

.fa-mound:before {
    content: ""
}

.fa-windsock:before {
    content: ""
}

.fa-circle-half:before {
    content: ""
}

.fa-brake-warning:before {
    content: ""
}

.fa-toilet-portable:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-file-arrow-down:before, .fa-file-download:before {
    content: ""
}

.fa-sax-hot:before, .fa-saxophone-fire:before {
    content: ""
}

.fa-camera-web-slash:before, .fa-webcam-slash:before {
    content: ""
}

.fa-folder-medical:before {
    content: ""
}

.fa-folder-cog:before, .fa-folder-gear:before {
    content: ""
}

.fa-hand-wave:before {
    content: ""
}

.fa-arrow-up-arrow-down:before, .fa-sort-up-down:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-shield-cat:before {
    content: ""
}

.fa-comment-alt-slash:before, .fa-message-slash:before {
    content: ""
}

.fa-bolt:before, .fa-zap:before {
    content: ""
}

.fa-trash-can-check:before {
    content: ""
}

.fa-glass-water:before {
    content: ""
}

.fa-oil-well:before {
    content: ""
}

.fa-person-simple:before {
    content: ""
}

.fa-arrow-turn-left-up:before {
    content: ""
}

.fa-vault:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-plane-circle-xmark:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
    content: ""
}

.fa-gear-code:before {
    content: ""
}

.fa-notes:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
    content: ""
}

.fa-trash-arrow-turn-left:before, .fa-trash-undo:before {
    content: ""
}

.fa-champagne-glass:before, .fa-glass-champagne:before {
    content: ""
}

.fa-objects-align-center-horizontal:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-trash-alt-slash:before, .fa-trash-can-slash:before {
    content: ""
}

.fa-screen-users:before, .fa-users-class:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-arrow-square-left:before, .fa-square-arrow-left:before {
    content: ""
}

.fa-square-8:before {
    content: ""
}

.fa-face-smile-hearts:before {
    content: ""
}

.fa-brackets-square:before, .fa-brackets:before {
    content: ""
}

.fa-laptop-arrow-down:before {
    content: ""
}

.fa-hockey-stick-puck:before {
    content: ""
}

.fa-house-tree:before {
    content: ""
}

.fa-signal-2:before, .fa-signal-fair:before {
    content: ""
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
    content: ""
}

.fa-circle-dollar:before, .fa-dollar-circle:before, .fa-usd-circle:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-arrows-repeat:before, .fa-repeat-alt:before {
    content: ""
}

.fa-bore-hole:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-image-polaroid:before {
    content: ""
}

.fa-wave-triangle:before {
    content: ""
}

.fa-turn-left-down:before {
    content: ""
}

.fa-person-running-fast:before {
    content: ""
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
    content: ""
}

.fa-grill:before {
    content: ""
}

.fa-arrows-turn-to-dots:before {
    content: ""
}

.fa-analytics:before, .fa-chart-mixed:before {
    content: ""
}

.fa-florin-sign:before {
    content: ""
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
    content: ""
}

.fa-less-than:before {
    content: "\<"
}

.fa-desktop-code:before, .fa-display-code:before {
    content: ""
}

.fa-face-drooling:before {
    content: ""
}

.fa-oil-temp:before, .fa-oil-temperature:before {
    content: ""
}

.fa-question-square:before, .fa-square-question:before {
    content: ""
}

.fa-air-conditioner:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-mountains:before {
    content: ""
}

.fa-omega:before {
    content: ""
}

.fa-car-tunnel:before {
    content: ""
}

.fa-person-dolly-empty:before {
    content: ""
}

.fa-pan-food:before {
    content: ""
}

.fa-head-side-cough:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
    content: ""
}

.fa-tickets-airline:before, .fa-tickets-perforated-plane:before, .fa-tickets-plane:before {
    content: ""
}

.fa-tent-double-peak:before {
    content: ""
}

.fa-anchor-circle-xmark:before {
    content: ""
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
    content: ""
}

.fa-nfc-slash:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-first-aid:before, .fa-kit-medical:before {
    content: ""
}

.fa-grid-2-plus:before {
    content: ""
}

.fa-bells:before {
    content: ""
}

.fa-person-through-window:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-envelope-badge:before, .fa-envelope-dot:before {
    content: ""
}

.fa-magnifying-glass-waveform:before {
    content: ""
}

.fa-hands-holding-circle:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-bowl-chopsticks:before {
    content: ""
}

.fa-credit-card-alt:before, .fa-credit-card:before {
    content: ""
}

.fa-circle-s:before {
    content: ""
}

.fa-box-ballot:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-hand-holding-hand:before {
    content: ""
}

.fa-user-tie-hair:before {
    content: ""
}

.fa-podium-star:before {
    content: ""
}

.fa-business-front:before, .fa-party-back:before, .fa-trian-balbot:before, .fa-user-hair-mullet:before {
    content: ""
}

.fa-microphone-stand:before {
    content: ""
}

.fa-book-open-reader:before, .fa-book-reader:before {
    content: ""
}

.fa-family-dress:before {
    content: ""
}

.fa-circle-x:before {
    content: ""
}

.fa-cabin:before {
    content: ""
}

.fa-mountain-sun:before {
    content: ""
}

.fa-chart-simple-horizontal:before {
    content: ""
}

.fa-arrows-left-right-to-line:before {
    content: ""
}

.fa-hand-back-point-left:before {
    content: ""
}

.fa-comment-alt-dots:before, .fa-message-dots:before, .fa-messaging:before {
    content: ""
}

.fa-file-heart:before {
    content: ""
}

.fa-beer-foam:before, .fa-beer-mug:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-drone:before {
    content: ""
}

.fa-truck-droplet:before {
    content: ""
}

.fa-file-circle-xmark:before {
    content: ""
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-person-fairy:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-book-copy:before {
    content: ""
}

.fa-h-square:before, .fa-square-h:before {
    content: ""
}

.fa-square-c:before {
    content: ""
}

.fa-clock-two:before {
    content: ""
}

.fa-square-ellipsis-vertical:before {
    content: ""
}

.fa-calendar-users:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-bee:before {
    content: ""
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-candy-bar:before, .fa-chocolate-bar:before {
    content: ""
}

.fa-xmark-large:before {
    content: ""
}

.fa-pinata:before {
    content: ""
}

.fa-file-ppt:before {
    content: ""
}

.fa-arrows-from-line:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-bowl-spoon:before {
    content: ""
}

.fa-hexagon-check:before {
    content: ""
}

.fa-plug-circle-xmark:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-traffic-light-stop:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-accent-grave:before {
    content: "\`"
}

.fa-hands-helping:before, .fa-handshake-angle:before {
    content: ""
}

.fa-circle-0:before {
    content: ""
}

.fa-dial-med-low:before {
    content: ""
}

.fa-location-dot:before, .fa-map-marker-alt:before {
    content: ""
}

.fa-crab:before {
    content: ""
}

.fa-box-full:before, .fa-box-open-full:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-greater-than:before {
    content: "\>"
}

.fa-quotes:before {
    content: ""
}

.fa-pretzel:before {
    content: ""
}

.fa-t-rex:before {
    content: ""
}

.fa-person-swimming:before, .fa-swimmer:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-user-robot-xmarks:before {
    content: ""
}

.fa-comment-alt-quote:before, .fa-message-quote:before {
    content: ""
}

.fa-candy-corn:before {
    content: ""
}

.fa-folder-magnifying-glass:before, .fa-folder-search:before {
    content: ""
}

.fa-notebook:before {
    content: ""
}

.fa-droplet:before, .fa-tint:before {
    content: ""
}

.fa-bullseye-pointer:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-hexagon-image:before {
    content: ""
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
    content: ""
}

.fa-file-svg:before {
    content: ""
}

.fa-crate-apple:before {
    content: ""
}

.fa-apple-crate:before {
    content: ""
}

.fa-person-burst:before {
    content: ""
}

.fa-game-board:before {
    content: ""
}

.fa-hat-chef:before {
    content: ""
}

.fa-hand-back-point-right:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-snowflake-droplets:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-grid-4:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-face-sunglasses:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-square-0:before {
    content: ""
}

.fa-section:before {
    content: ""
}

.fa-box-up:before, .fa-square-this-way-up:before {
    content: ""
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
    content: ""
}

.fa-square-ampersand:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-lamp-desk:before {
    content: ""
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
    content: ""
}

.fa-poll-people:before {
    content: ""
}

.fa-glass-whiskey-rocks:before, .fa-whiskey-glass-ice:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-user-bounty-hunter:before {
    content: ""
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
    content: ""
}

.fa-diagram-sankey:before {
    content: ""
}

.fa-cloud-hail-mixed:before {
    content: ""
}

.fa-circle-up-left:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-objects-align-left:before {
    content: ""
}

.fa-oil-can-drip:before {
    content: ""
}

.fa-face-smiling-hands:before {
    content: ""
}

.fa-broccoli:before {
    content: ""
}

.fa-route-interstate:before {
    content: ""
}

.fa-ear-muffs:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-transporter-empty:before {
    content: ""
}

.fa-blind:before, .fa-person-walking-with-cane:before {
    content: ""
}

.fa-angle-90:before {
    content: ""
}

.fa-rectangle-terminal:before {
    content: ""
}

.fa-kite:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-scrubber:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-heart-circle-bolt:before {
    content: ""
}

.fa-fish-bones:before {
    content: ""
}

.fa-deer-rudolph:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-head-side-heart:before {
    content: ""
}

.fa-square-e:before {
    content: ""
}

.fa-meter-fire:before {
    content: ""
}

.fa-cloud-hail:before {
    content: ""
}

.fa-check-to-slot:before, .fa-vote-yea:before {
    content: ""
}

.fa-money-from-bracket:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-car-bus:before {
    content: ""
}

.fa-speaker:before {
    content: ""
}

.fa-timer:before {
    content: ""
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
    content: ""
}

.fa-landmark-magnifying-glass:before {
    content: ""
}

.fa-grill-hot:before {
    content: ""
}

.fa-ballot-check:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
    content: ""
}

.fa-file-minus:before {
    content: ""
}

.fa-tree-city:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-coffee-togo:before, .fa-cup-togo:before {
    content: ""
}

.fa-square-down-left:before {
    content: ""
}

.fa-burger-lettuce:before {
    content: ""
}

.fa-rupiah-sign:before {
    content: ""
}

.fa-magnifying-glass:before, .fa-search:before {
    content: ""
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
    content: ""
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
    content: ""
}

.fa-chevron-double-down:before, .fa-chevrons-down:before {
    content: ""
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
    content: ""
}

.fa-signal-3:before, .fa-signal-good:before {
    content: ""
}

.fa-location-question:before, .fa-map-marker-question:before {
    content: ""
}

.fa-floppy-disk-circle-xmark:before, .fa-floppy-disk-times:before, .fa-save-circle-xmark:before, .fa-save-times:before {
    content: ""
}

.fa-naira-sign:before {
    content: ""
}

.fa-peach:before {
    content: ""
}

.fa-taxi-bus:before {
    content: ""
}

.fa-bracket-curly-left:before, .fa-bracket-curly:before {
    content: "\{"
}

.fa-lobster:before {
    content: ""
}

.fa-cart-flatbed-empty:before, .fa-dolly-flatbed-empty:before {
    content: ""
}

.fa-colon:before {
    content: "\:"
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-wand:before {
    content: ""
}

.fa-walkie-talkie:before {
    content: ""
}

.fa-file-edit:before, .fa-file-pen:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-table-picnic:before {
    content: ""
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
    content: ""
}

.fa-circle-microphone-lines:before, .fa-microphone-circle-alt:before {
    content: ""
}

.fa-desktop-slash:before, .fa-display-slash:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-person-circle-exclamation:before {
    content: ""
}

.fa-transporter-2:before {
    content: ""
}

.fa-hand-receiving:before, .fa-hands-holding-diamond:before {
    content: ""
}

.fa-money-bill-simple-wave:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-bell-plus:before {
    content: ""
}

.fa-book-arrow-right:before {
    content: ""
}

.fa-hospitals:before {
    content: ""
}

.fa-club:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-dewpoint:before, .fa-droplet-degree:before {
    content: ""
}

.fa-code-compare:before {
    content: ""
}

.fa-list-dots:before, .fa-list-ul:before {
    content: ""
}

.fa-hand-holding-magic:before {
    content: ""
}

.fa-watermelon-slice:before {
    content: ""
}

.fa-circle-ellipsis:before {
    content: ""
}

.fa-school-lock:before {
    content: ""
}

.fa-tower-cell:before {
    content: ""
}

.fa-sd-cards:before {
    content: ""
}

.fa-jug-bottle:before {
    content: ""
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
    content: ""
}

.fa-envelopes:before {
    content: ""
}

.fa-phone-office:before {
    content: ""
}

.fa-ranking-star:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-nfc-pen:before {
    content: ""
}

.fa-person-harassing:before {
    content: ""
}

.fa-magnifying-glass-play:before {
    content: ""
}

.fa-hat-winter:before {
    content: ""
}

.fa-brazilian-real-sign:before {
    content: ""
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
    content: ""
}

.fa-bone-break:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-down-from-dotted-line:before {
    content: ""
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
    content: ""
}

.fa-border-left:before {
    content: ""
}

.fa-circle-divide:before {
    content: ""
}

.fa-shrimp:before {
    content: ""
}

.fa-list-check:before, .fa-tasks:before {
    content: ""
}

.fa-diagram-subtask:before {
    content: ""
}

.fa-jug-detergent:before {
    content: ""
}

.fa-circle-user:before, .fa-user-circle:before {
    content: ""
}

.fa-square-y:before {
    content: ""
}

.fa-user-doctor-hair:before {
    content: ""
}

.fa-planet-ringed:before {
    content: ""
}

.fa-mushroom:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-megaphone:before {
    content: ""
}

.fa-wreath-laurel:before {
    content: ""
}

.fa-circle-exclamation-check:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-box-dollar:before, .fa-box-usd:before {
    content: ""
}

.fa-car-burst:before, .fa-car-crash:before {
    content: ""
}

.fa-y:before {
    content: "Y"
}

.fa-user-headset:before {
    content: ""
}

.fa-arrows-retweet:before, .fa-retweet-alt:before {
    content: ""
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
    content: ""
}

.fa-chevron-square-right:before, .fa-square-chevron-right:before {
    content: ""
}

.fa-lacrosse-stick-ball:before {
    content: ""
}

.fa-shipping-fast:before, .fa-truck-fast:before {
    content: ""
}

.fa-user-magnifying-glass:before {
    content: ""
}

.fa-star-sharp:before {
    content: ""
}

.fa-comment-heart:before {
    content: ""
}

.fa-circle-1:before {
    content: ""
}

.fa-circle-star:before, .fa-star-circle:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-cloud-fog:before, .fa-fog:before {
    content: ""
}

.fa-waffle:before {
    content: ""
}

.fa-music-alt:before, .fa-music-note:before {
    content: ""
}

.fa-hexagon-exclamation:before {
    content: ""
}

.fa-cart-shopping-fast:before {
    content: ""
}

.fa-object-union:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-starfighter:before {
    content: ""
}

.fa-adjust:before, .fa-circle-half-stroke:before {
    content: ""
}

.fa-arrow-right-long-to-line:before {
    content: ""
}

.fa-arrow-square-down:before, .fa-square-arrow-down:before {
    content: ""
}

.fa-diamond-half-stroke:before {
    content: ""
}

.fa-clapperboard:before {
    content: ""
}

.fa-chevron-square-left:before, .fa-square-chevron-left:before {
    content: ""
}

.fa-phone-intercom:before {
    content: ""
}

.fa-chain-horizontal:before, .fa-link-horizontal:before {
    content: ""
}

.fa-mango:before {
    content: ""
}

.fa-music-alt-slash:before, .fa-music-note-slash:before {
    content: ""
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
    content: ""
}

.fa-face-tongue-sweat:before {
    content: ""
}

.fa-globe-stand:before {
    content: ""
}

.fa-baseball-ball:before, .fa-baseball:before {
    content: ""
}

.fa-circle-p:before {
    content: ""
}

.fa-award-simple:before {
    content: ""
}

.fa-jet-fighter-up:before {
    content: ""
}

.fa-diagram-project:before, .fa-project-diagram:before {
    content: ""
}

.fa-pedestal:before {
    content: ""
}

.fa-chart-pyramid:before {
    content: ""
}

.fa-sidebar:before {
    content: ""
}

.fa-frosty-head:before, .fa-snowman-head:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-burger-glass:before {
    content: ""
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: ""
}

.fa-bars-filter:before {
    content: ""
}

.fa-paintbrush-pencil:before {
    content: ""
}

.fa-party-bell:before {
    content: ""
}

.fa-user-vneck-hair:before {
    content: ""
}

.fa-jack-o-lantern:before {
    content: ""
}

.fa-grip-horizontal:before, .fa-grip:before {
    content: ""
}

.fa-share-from-square:before, .fa-share-square:before {
    content: ""
}

.fa-keynote:before {
    content: ""
}

.fa-child-combatant:before, .fa-child-rifle:before {
    content: ""
}

.fa-gun:before {
    content: ""
}

.fa-phone-square:before, .fa-square-phone:before {
    content: ""
}

.fa-hat-beach:before {
    content: ""
}

.fa-add:before, .fa-plus:before {
    content: "\+"
}

.fa-expand:before {
    content: ""
}

.fa-computer:before {
    content: ""
}

.fa-fort:before {
    content: ""
}

.fa-cloud-check:before {
    content: ""
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
    content: ""
}

.fa-face-smirking:before {
    content: ""
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
    content: ""
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
    content: ""
}

.fa-rhombus:before {
    content: ""
}

.fa-claw-marks:before {
    content: ""
}

.fa-peso-sign:before {
    content: ""
}

.fa-face-smile-tongue:before {
    content: ""
}

.fa-cart-circle-xmark:before {
    content: ""
}

.fa-building-shield:before {
    content: ""
}

.fa-circle-phone-flip:before, .fa-phone-circle-alt:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-users-line:before {
    content: ""
}

.fa-quote-left-alt:before, .fa-quote-left:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-key-skeleton:before {
    content: ""
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
    content: ""
}

.fa-arrow-down-up-lock:before {
    content: ""
}

.fa-arrow-down-to-bracket:before {
    content: ""
}

.fa-lines-leaning:before {
    content: ""
}

.fa-square-q:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-icons-alt:before, .fa-symbols:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-flask-gear:before {
    content: ""
}

.fa-highlighter-line:before {
    content: ""
}

.fa-bracket-left:before, .fa-bracket-square:before, .fa-bracket:before {
    content: "\["
}

.fa-island-tree-palm:before, .fa-island-tropical:before {
    content: ""
}

.fa-arrow-from-left:before, .fa-arrow-right-from-line:before {
    content: ""
}

.fa-h2:before {
    content: ""
}

.fa-equals:before {
    content: "\="
}

.fa-cake-slice:before, .fa-shortcake:before {
    content: ""
}

.fa-building-magnifying-glass:before {
    content: ""
}

.fa-peanut:before {
    content: ""
}

.fa-wrench-simple:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-tally-2:before {
    content: ""
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
    content: ""
}

.fa-cars:before {
    content: ""
}

.fa-axe-battle:before {
    content: ""
}

.fa-user-hair-long:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-arrow-left-from-arc:before {
    content: ""
}

.fa-file-circle-info:before {
    content: ""
}

.fa-face-disappointed:before {
    content: ""
}

.fa-lasso-sparkles:before {
    content: ""
}

.fa-clock-eleven:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-siren-on:before {
    content: ""
}

.fa-clock-ten:before {
    content: ""
}

.fa-candle-holder:before {
    content: ""
}

.fa-video-arrow-down-left:before {
    content: ""
}

.fa-photo-film:before, .fa-photo-video:before {
    content: ""
}

.fa-floppy-disk-circle-arrow-right:before, .fa-save-circle-arrow-right:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-planet-moon:before {
    content: ""
}

.fa-face-eyes-xmarks:before {
    content: ""
}

.fa-chart-scatter:before {
    content: ""
}

.fa-display-arrow-down:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-arrow-trend-up:before {
    content: ""
}

.fa-plug-circle-minus:before {
    content: ""
}

.fa-olive-branch:before {
    content: ""
}

.fa-angle:before {
    content: ""
}

.fa-vacuum-robot:before {
    content: ""
}

.fa-sign-hanging:before, .fa-sign:before {
    content: ""
}

.fa-square-divide:before {
    content: ""
}

.fa-folder-check:before {
    content: ""
}

.fa-signal-stream-slash:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-eye-dropper-half:before {
    content: ""
}

.fa-store-lock:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-cloud-bolt-sun:before, .fa-thunderstorm-sun:before {
    content: ""
}

.fa-camera-slash:before {
    content: ""
}

.fa-comment-quote:before {
    content: ""
}

.fa-tablet-android:before, .fa-tablet:before {
    content: ""
}

.fa-school-flag:before {
    content: ""
}

.fa-message-code:before {
    content: ""
}

.fa-glass-half-empty:before, .fa-glass-half-full:before, .fa-glass-half:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-comment-alt-minus:before, .fa-message-minus:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-dinosaur:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-chain-horizontal-slash:before, .fa-link-horizontal-slash:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-nose:before {
    content: ""
}

.fa-arrow-left-to-arc:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-bacteria:before {
    content: ""
}

.fa-clouds:before {
    content: ""
}

.fa-money-bill-simple:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-table-pivot:before {
    content: ""
}

.fa-filter-slash:before {
    content: ""
}

.fa-trash-can-arrow-turn-left:before, .fa-trash-can-undo:before, .fa-trash-undo-alt:before {
    content: ""
}

.fa-notdef:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-person-to-door:before {
    content: ""
}

.fa-turntable:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-signal-1:before, .fa-signal-weak:before {
    content: ""
}

.fa-clock-five:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-car-alt:before, .fa-car-rear:before {
    content: ""
}

.fa-pump-soap:before {
    content: ""
}

.fa-computer-classic:before {
    content: ""
}

.fa-frame:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-quarter:before {
    content: ""
}

.fa-ellipsis-h-alt:before, .fa-ellipsis-stroke:before {
    content: ""
}

.fa-radio:before {
    content: ""
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
    content: ""
}

.fa-face-expressionless:before {
    content: ""
}

.fa-down-to-dotted-line:before {
    content: ""
}

.fa-cloud-music:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-cloud-minus:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-shield-minus:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-car-tilt:before {
    content: ""
}

.fa-gauge-circle-minus:before {
    content: ""
}

.fa-brightness-low:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-percent:before, .fa-percentage:before {
    content: "\%"
}

.fa-truck-moving:before {
    content: ""
}

.fa-glass-water-droplet:before {
    content: ""
}

.fa-conveyor-belt:before {
    content: ""
}

.fa-location-check:before, .fa-map-marker-check:before {
    content: ""
}

.fa-coin-vertical:before {
    content: ""
}

.fa-display:before {
    content: ""
}

.fa-person-sign:before {
    content: ""
}

.fa-face-smile:before, .fa-smile:before {
    content: ""
}

.fa-phone-hangup:before {
    content: ""
}

.fa-signature-slash:before {
    content: ""
}

.fa-thumb-tack:before, .fa-thumbtack:before {
    content: ""
}

.fa-wheat-slash:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-clouds-sun:before {
    content: ""
}

.fa-person-praying:before, .fa-pray:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-face-vomit:before {
    content: ""
}

.fa-speakers:before {
    content: ""
}

.fa-teletype-answer:before, .fa-tty-answer:before {
    content: ""
}

.fa-mug-tea-saucer:before {
    content: ""
}

.fa-diagram-lean-canvas:before {
    content: ""
}

.fa-alt:before {
    content: ""
}

.fa-dial-med-high:before, .fa-dial:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-circle-trash:before, .fa-trash-circle:before {
    content: ""
}

.fa-rotate:before, .fa-sync-alt:before {
    content: ""
}

.fa-circle-quarters:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-tower-control:before {
    content: ""
}

.fa-arrow-up-triangle-square:before, .fa-sort-shapes-up:before {
    content: ""
}

.fa-whale:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-party-horn:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-sun-alt:before, .fa-sun-bright:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-conveyor-belt-arm:before {
    content: ""
}

.fa-lock-keyhole-open:before, .fa-lock-open-alt:before {
    content: ""
}

.fa-box-fragile:before, .fa-square-fragile:before, .fa-square-wine-glass-crack:before {
    content: ""
}

.fa-arrow-up-right-dots:before {
    content: ""
}

.fa-square-n:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
    content: ""
}

.fa-meter:before {
    content: ""
}

.fa-mandolin:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-transgender-alt:before, .fa-transgender:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-up-from-bracket:before {
    content: ""
}

.fa-knife-kitchen:before {
    content: ""
}

.fa-border-right:before {
    content: ""
}

.fa-arrow-turn-down:before, .fa-level-down:before {
    content: ""
}

.fa-spade:before {
    content: ""
}

.fa-card-spade:before {
    content: ""
}

.fa-line-columns:before {
    content: ""
}

.fa-arrow-right-to-line:before, .fa-arrow-to-right:before {
    content: ""
}

.fa-person-falling-burst:before {
    content: ""
}

.fa-flag-pennant:before, .fa-pennant:before {
    content: ""
}

.fa-conveyor-belt-empty:before {
    content: ""
}

.fa-user-group-simple:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-angle-double-left:before, .fa-angles-left:before {
    content: ""
}

.fa-camcorder:before, .fa-video-handheld:before {
    content: ""
}

.fa-pancakes:before {
    content: ""
}

.fa-album-circle-user:before {
    content: ""
}

.fa-subtitles-slash:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-dice-d10:before {
    content: ""
}

.fa-fireplace:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-pen-paintbrush:before, .fa-pencil-paintbrush:before {
    content: ""
}

.fa-fish-cooked:before {
    content: ""
}

.fa-chair-office:before {
    content: ""
}

.fa-magnifying-glass-music:before {
    content: ""
}

.fa-nesting-dolls:before {
    content: ""
}

.fa-clock-rotate-left:before, .fa-history:before {
    content: ""
}

.fa-trumpet:before {
    content: ""
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
    content: ""
}

.fa-fire-smoke:before {
    content: ""
}

.fa-phone-missed:before {
    content: ""
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
    content: ""
}

.fa-shield-blank:before, .fa-shield:before {
    content: ""
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
    content: ""
}

.fa-arrows-repeat-1:before, .fa-repeat-1-alt:before {
    content: ""
}

.fa-gun-slash:before {
    content: ""
}

.fa-avocado:before {
    content: ""
}

.fa-binary:before {
    content: ""
}

.fa-glasses-alt:before, .fa-glasses-round:before {
    content: ""
}

.fa-phone-plus:before {
    content: ""
}

.fa-ditto:before {
    content: '"'
}

.fa-person-seat:before {
    content: ""
}

.fa-house-medical:before {
    content: ""
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
    content: ""
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
    content: ""
}

.fa-house-chimney-window:before {
    content: ""
}

.fa-scythe:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-ban-parking:before, .fa-parking-circle-slash:before {
    content: ""
}

.fa-tent-arrow-turn-left:before {
    content: ""
}

.fa-face-diagonal-mouth:before {
    content: ""
}

.fa-diagram-cells:before {
    content: ""
}

.fa-cricket-bat-ball:before, .fa-cricket:before {
    content: ""
}

.fa-tents:before {
    content: ""
}

.fa-magic:before, .fa-wand-magic:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-pen-line:before {
    content: ""
}

.fa-atom-alt:before, .fa-atom-simple:before {
    content: ""
}

.fa-ampersand:before {
    content: "\&"
}

.fa-carrot:before {
    content: ""
}

.fa-arrow-from-bottom:before, .fa-arrow-up-from-line:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-pen-slash:before {
    content: ""
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
    content: ""
}

.fa-square-star:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-send-backward:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-compass-slash:before {
    content: ""
}

.fa-clock-one:before {
    content: ""
}

.fa-file-music:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-biking:before, .fa-person-biking:before {
    content: ""
}

.fa-display-chart-up-circle-currency:before {
    content: ""
}

.fa-skeleton:before {
    content: ""
}

.fa-circle-g:before {
    content: ""
}

.fa-circle-arrow-up-left:before {
    content: ""
}

.fa-coin-blank:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-vacuum:before {
    content: ""
}

.fa-shield-heart:before {
    content: ""
}

.fa-card-heart:before {
    content: ""
}

.fa-lightbulb-cfl-on:before {
    content: ""
}

.fa-melon:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
    content: ""
}

.fa-container-storage:before {
    content: ""
}

.fa-face-pouting:before {
    content: ""
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
    content: ""
}

.fa-exploding-head:before, .fa-face-explode:before {
    content: ""
}

.fa-hashtag:before {
    content: "\#"
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-t:before {
    content: "T"
}

.fa-transformer-bolt:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-chart-column:before {
    content: ""
}

.fa-cassette-vhs:before, .fa-vhs:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-vial-circle-check:before {
    content: ""
}

.fa-chimney:before {
    content: ""
}

.fa-object-intersect:before {
    content: ""
}

.fa-person-arrow-down-to-line:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-block-brick:before, .fa-wall-brick:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-bags-shopping:before {
    content: ""
}

.fa-paragraph-left:before, .fa-paragraph-rtl:before {
    content: ""
}

.fa-person-walking-luggage:before {
    content: ""
}

.fa-caravan-alt:before, .fa-caravan-simple:before {
    content: ""
}

.fa-turtle:before {
    content: ""
}

.fa-pencil-mechanical:before {
    content: ""
}

.fa-arrows-alt-v:before, .fa-up-down:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-booth-curtain:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-box-heart:before {
    content: ""
}

.fa-trailer:before {
    content: ""
}

.fa-user-doctor-message:before, .fa-user-md-chat:before {
    content: ""
}

.fa-bahai:before, .fa-haykal:before {
    content: ""
}

.fa-lighthouse:before {
    content: ""
}

.fa-amp-guitar:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-volume-slash:before {
    content: ""
}

.fa-border-bottom:before {
    content: ""
}

.fa-wifi-1:before, .fa-wifi-weak:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-circle-plus:before, .fa-plus-circle:before {
    content: ""
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-plug-circle-exclamation:before {
    content: ""
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-person-walking-arrow-loop-left:before {
    content: ""
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
    content: ""
}

.fa-tornado:before {
    content: ""
}

.fa-file-circle-plus:before {
    content: ""
}

.fa-delete-right:before {
    content: ""
}

.fa-book-quran:before, .fa-quran:before {
    content: ""
}

.fa-circle-quarter:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-function:before {
    content: ""
}

.fa-angry:before, .fa-face-angry:before {
    content: ""
}

.fa-people-simple:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-arrow-trend-down:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-face-monocle:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-balance-scale:before, .fa-scale-balanced:before {
    content: ""
}

.fa-calendar-lines:before, .fa-calendar-note:before {
    content: ""
}

.fa-arrow-down-big-small:before, .fa-sort-size-down:before {
    content: ""
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
    content: ""
}

.fa-do-not-enter:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-dice-d8:before {
    content: ""
}

.fa-desktop-alt:before, .fa-desktop:before {
    content: ""
}

.fa-m:before {
    content: "M"
}

.fa-spinner-scale:before {
    content: ""
}

.fa-grip-dots-vertical:before {
    content: ""
}

.fa-face-viewfinder:before {
    content: ""
}

.fa-creemee:before, .fa-soft-serve:before {
    content: ""
}

.fa-h5:before {
    content: ""
}

.fa-hand-back-point-down:before {
    content: ""
}

.fa-table-list:before, .fa-th-list:before {
    content: ""
}

.fa-basket-shopping-minus:before {
    content: ""
}

.fa-comment-sms:before, .fa-sms:before {
    content: ""
}

.fa-rectangle-landscape:before, .fa-rectangle:before {
    content: ""
}

.fa-clipboard-list-check:before {
    content: ""
}

.fa-turkey:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-ice-skate:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-tomato:before {
    content: ""
}

.fa-sword-laser:before {
    content: ""
}

.fa-house-circle-check:before {
    content: ""
}

.fa-buildings:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-cart-flatbed-boxes:before, .fa-dolly-flatbed-alt:before {
    content: ""
}

.fa-diagram-successor:before {
    content: ""
}

.fa-truck-arrow-right:before {
    content: ""
}

.fa-square-w:before {
    content: ""
}

.fa-arrows-split-up-and-left:before {
    content: ""
}

.fa-lamp:before {
    content: ""
}

.fa-airplay:before {
    content: ""
}

.fa-fist-raised:before, .fa-hand-fist:before {
    content: ""
}

.fa-shield-quartered:before {
    content: ""
}

.fa-slash-forward:before {
    content: "\/"
}

.fa-location-pen:before, .fa-map-marker-edit:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-pot-food:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-person-falling:before {
    content: ""
}

.fa-image-portrait:before, .fa-portrait:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-rug:before {
    content: ""
}

.fa-print-slash:before {
    content: ""
}

.fa-earth-europe:before, .fa-globe-europe:before {
    content: ""
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
    content: ""
}

.fa-hand-back-point-ribbon:before {
    content: ""
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-tire-rugged:before {
    content: ""
}

.fa-lightbulb-dollar:before {
    content: ""
}

.fa-cowbell:before {
    content: ""
}

.fa-baht-sign:before {
    content: ""
}

.fa-corner:before {
    content: ""
}

.fa-chevron-double-right:before, .fa-chevrons-right:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
    content: ""
}

.fa-inhaler:before {
    content: ""
}

.fa-handcuffs:before {
    content: ""
}

.fa-snake:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
    content: ""
}

.fa-note-medical:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-down-left:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-face-thinking:before {
    content: ""
}

.fa-turn-down-right:before {
    content: ""
}

.fa-bottle-droplet:before {
    content: ""
}

.fa-mask-face:before {
    content: ""
}

.fa-hill-rockslide:before {
    content: ""
}

.fa-scanner-keyboard:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-grid-horizontal:before {
    content: ""
}

.fa-comment-alt-dollar:before, .fa-message-dollar:before {
    content: ""
}

.fa-exchange-alt:before, .fa-right-left:before {
    content: ""
}

.fa-columns-3:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-road-circle-exclamation:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-hand-holding-box:before {
    content: ""
}

.fa-input-text:before {
    content: ""
}

.fa-window-alt:before, .fa-window-flip:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-scanner-gun:before, .fa-scanner:before {
    content: ""
}

.fa-tire:before {
    content: ""
}

.fa-engine:before {
    content: ""
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-caret-circle-right:before, .fa-circle-caret-right:before {
    content: ""
}

.fa-turn-left:before {
    content: ""
}

.fa-wheat:before {
    content: ""
}

.fa-file-spreadsheet:before {
    content: ""
}

.fa-audio-description-slash:before {
    content: ""
}

.fa-bell-ring:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
    content: ""
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
    content: ""
}

.fa-chess-pawn-alt:before, .fa-chess-pawn-piece:before {
    content: ""
}

.fa-face-grimace:before, .fa-grimace:before {
    content: ""
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
    content: ""
}

.fa-level-down-alt:before, .fa-turn-down:before {
    content: ""
}

.fa-square-s:before {
    content: ""
}

.fa-barcode-alt:before, .fa-rectangle-barcode:before {
    content: ""
}

.fa-person-walking-arrow-right:before {
    content: ""
}

.fa-envelope-square:before, .fa-square-envelope:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-unicorn:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-pompebled:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-watch-smart:before {
    content: ""
}

.fa-book-user:before {
    content: ""
}

.fa-sensor-cloud:before, .fa-sensor-smoke:before {
    content: ""
}

.fa-clapperboard-play:before {
    content: ""
}

.fa-band-aid:before, .fa-bandage:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
    content: ""
}

.fa-circle-4:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-album-collection:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-earth-asia:before, .fa-globe-asia:before {
    content: ""
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
    content: ""
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-cloud-showers:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-onion:before {
    content: ""
}

.fa-clock-twelve-thirty:before {
    content: ""
}

.fa-arrow-down-to-dotted-line:before {
    content: ""
}

.fa-allergies:before, .fa-hand-dots:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-rectangle-wide:before {
    content: ""
}

.fa-comment-arrow-up:before {
    content: ""
}

.fa-garlic:before {
    content: ""
}

.fa-coffee:before, .fa-mug-saucer:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-tree-decorated:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-calendar-heart:before {
    content: ""
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
    content: ""
}

.fa-flower:before {
    content: ""
}

.fa-arrow-down-from-arc:before {
    content: ""
}

.fa-right-left-large:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-circles-overlap:before {
    content: ""
}

.fa-user-alt:before, .fa-user-large:before {
    content: ""
}

.fa-starship-freighter:before {
    content: ""
}

.fa-train-tram:before {
    content: ""
}

.fa-bridge-suspension:before {
    content: ""
}

.fa-trash-check:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-boombox:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-shield-exclamation:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-grip-dots:before {
    content: ""
}

.fa-comment-exclamation:before {
    content: ""
}

.fa-pen-swirl:before {
    content: ""
}

.fa-falafel:before {
    content: ""
}

.fa-circle-2:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-jar:before {
    content: ""
}

.fa-gramophone:before {
    content: ""
}

.fa-dice-d12:before {
    content: ""
}

.fa-note-sticky:before, .fa-sticky-note:before {
    content: ""
}

.fa-arrow-alt-down:before, .fa-down:before {
    content: ""
}

.fa-100:before, .fa-hundred-points:before {
    content: ""
}

.fa-paperclip-vertical:before {
    content: ""
}

.fa-wind-circle-exclamation:before, .fa-wind-warning:before {
    content: ""
}

.fa-location-pin-slash:before, .fa-map-marker-slash:before {
    content: ""
}

.fa-face-sad-sweat:before {
    content: ""
}

.fa-bug-slash:before {
    content: ""
}

.fa-cupcake:before {
    content: ""
}

.fa-light-switch-off:before {
    content: ""
}

.fa-toggle-large-off:before {
    content: ""
}

.fa-pen-fancy-slash:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-boot:before {
    content: ""
}

.fa-arrow-up-from-water-pump:before {
    content: ""
}

.fa-file-check:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-cards-blank:before {
    content: ""
}

.fa-circle-3:before {
    content: ""
}

.fa-bench-tree:before {
    content: ""
}

.fa-keyboard-brightness-low:before {
    content: ""
}

.fa-ski-boot-ski:before {
    content: ""
}

.fa-brain-circuit:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-block-brick-fire:before, .fa-firewall:before {
    content: ""
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-tent-arrows-down:before {
    content: ""
}

.fa-exclamation:before {
    content: "\!"
}

.fa-arrows-spin:before {
    content: ""
}

.fa-face-smile-relaxed:before {
    content: ""
}

.fa-comment-times:before, .fa-comment-xmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
    content: ""
}

.fa-face-nose-steam:before {
    content: ""
}

.fa-circle-waveform-lines:before, .fa-waveform-circle:before {
    content: ""
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
    content: "\$"
}

.fa-ferris-wheel:before {
    content: ""
}

.fa-computer-speaker:before {
    content: ""
}

.fa-skull-cow:before {
    content: ""
}

.fa-x:before {
    content: "X"
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
    content: ""
}

.fa-users-cog:before, .fa-users-gear:before {
    content: ""
}

.fa-person-military-pointing:before {
    content: ""
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
    content: ""
}

.fa-circle-t:before {
    content: ""
}

.fa-sack:before {
    content: ""
}

.fa-grid-2:before {
    content: ""
}

.fa-camera-cctv:before, .fa-cctv:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-trowel:before {
    content: ""
}

.fa-horizontal-rule:before {
    content: ""
}

.fa-bed-alt:before, .fa-bed-front:before {
    content: ""
}

.fa-d:before {
    content: "D"
}

.fa-stapler:before {
    content: ""
}

.fa-masks-theater:before, .fa-theater-masks:before {
    content: ""
}

.fa-file-gif:before {
    content: ""
}

.fa-kip-sign:before {
    content: ""
}

.fa-face-woozy:before {
    content: ""
}

.fa-cloud-question:before {
    content: ""
}

.fa-pineapple:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-gallery-thumbnails:before {
    content: ""
}

.fa-circle-j:before {
    content: ""
}

.fa-eyes:before {
    content: ""
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
    content: ""
}

.fa-file-caret-up:before, .fa-page-caret-up:before {
    content: ""
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
    content: ""
}

.fa-comet:before {
    content: ""
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
    content: ""
}

.fa-reflect-vertical:before {
    content: ""
}

.fa-shield-keyhole:before {
    content: ""
}

.fa-file-mp4:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-bulldozer:before {
    content: ""
}

.fa-plus-minus:before {
    content: ""
}

.fa-sliders-v-square:before, .fa-square-sliders-vertical:before {
    content: ""
}

.fa-video-camera:before, .fa-video:before {
    content: ""
}

.fa-comment-middle-alt:before, .fa-message-middle:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: ""
}

.fa-person-circle-check:before {
    content: ""
}

.fa-square-z:before {
    content: ""
}

.fa-comment-alt-text:before, .fa-message-text:before {
    content: ""
}

.fa-level-up-alt:before, .fa-turn-up:before {
    content: ""
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap
}

:host, :root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/244128d7a5557df268b2.woff2) format("woff2")
}

.fa-regular, .far {
    font-weight: 400
}

:host, :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/5e7b19421dd30c3feeea.woff2) format("woff2")
}

.fa-brands, .fab {
    font-weight: 400
}

.fa-monero:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-cloudflare:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-pixiv:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-guilded:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-js-square:before, .fa-square-js:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-unity:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-reddit-square:before, .fa-square-reddit:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-square-font-awesome:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-brave:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-instagram-square:before, .fa-square-instagram:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-threads:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-watchman-monitoring:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-opensuse:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-dribbble-square:before, .fa-square-dribbble:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-debian:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-instalod:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-square-twitter:before, .fa-twitter-square:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-golang:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-uncharted:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-square-youtube:before, .fa-youtube-square:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-rendact:before, .fa-wpressr:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-nfc-directional:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-meta:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-square-letterboxd:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-shoelace:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-unsplash:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-square-steam:before, .fa-steam-square:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-square-vimeo:before, .fa-vimeo-square:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-hive:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-padlet:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-github-square:before, .fa-square-github:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-shopify:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-square-threads:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-google-scholar:before {
    content: ""
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-hashnode:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-pinterest-square:before, .fa-square-pinterest:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-signal-messenger:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-dailymotion:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-nfc-symbol:before {
    content: ""
}

.fa-mintbit:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-brave-reverse:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-google-plus-square:before, .fa-square-google-plus:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-square-xing:before, .fa-xing-square:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-usps:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-letterboxd:before {
    content: ""
}

.fa-symfony:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-bilibili:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-x-twitter:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-42-group:before, .fa-innosoft:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-tiktok:before {
    content: ""
}

.fa-facebook-square:before, .fa-square-facebook:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-mixer:before {
    content: ""
}

.fa-lastfm-square:before, .fa-square-lastfm:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-cmplid:before {
    content: ""
}

.fa-upwork:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-deezer:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-screenpal:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-microblog:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-octopus-deploy:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-rust:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-behance-square:before, .fa-square-behance:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-webflow:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-space-awesome:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-git-square:before, .fa-square-git:before {
    content: ""
}

.fa-square-tumblr:before, .fa-tumblr-square:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-perbyte:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-bots:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-ideal:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-firefox-browser:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-stubber:before {
    content: ""
}

.fa-telegram-plane:before, .fa-telegram:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-odysee:before {
    content: ""
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-edge-legacy:before {
    content: ""
}

.fa-slack-hash:before, .fa-slack:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-square-x-twitter:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-medium-m:before, .fa-medium:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-sitrox:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-wodu:before {
    content: ""
}

.fa-google-pay:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-pix:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

:host, :root {
    --fa-style-family-classic: "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/9f1626ec58494c3a070a.woff2) format("woff2")
}

.fa-solid, .fas {
    font-weight: 900
}

:root, [data-bs-theme=light] {
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --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: #063;
    --bs-secondary: #464648;
    --bs-success: #063;
    --bs-info: #17a2b8;
    --bs-warning: #fb8b24;
    --bs-danger: #9a031e;
    --bs-light: #fff;
    --bs-dark: #464648;
    --bs-blue: #007bff;
    --bs-dark-blue: #001d32;
    --bs-indigo: #6610f2;
    --bs-pink: #ff00b8;
    --bs-red: #9a031e;
    --bs-orange: #e36414;
    --bs-dark-orange: #9f3d13;
    --bs-yellow: #fb8b24;
    --bs-green: #063;
    --bs-teal: #0f4c5c;
    --bs-cyan: #17a2b8;
    --bs-light-green: #e2f6d9;
    --bs-lighter-green: #ecfff3;
    --bs-performance: #e0ede7;
    --bs-gray: #464648;
    --bs-light-gray: #efefef;
    --bs-mid-gray: #ececec;
    --bs-lighter-gray: #f7f7f7;
    --bs-violet: #5f0f40;
    --bs-contact-green: #dae6d8;
    --bs-apply-green: #c4d8ce;
    --bs-purple: #470940;
    --bs-gray-200: #9a9a9a;
    --bs-primary-rgb: 0, 102, 51;
    --bs-secondary-rgb: 70, 70, 72;
    --bs-success-rgb: 0, 102, 51;
    --bs-info-rgb: 23, 162, 184;
    --bs-warning-rgb: 251, 139, 36;
    --bs-danger-rgb: 154, 3, 30;
    --bs-light-rgb: 255, 255, 255;
    --bs-dark-rgb: 70, 70, 72;
    --bs-blue-rgb: 0, 123, 255;
    --bs-dark-blue-rgb: 0, 29, 50;
    --bs-indigo-rgb: 102, 16, 242;
    --bs-pink-rgb: 255, 0, 184;
    --bs-red-rgb: 154, 3, 30;
    --bs-orange-rgb: 227, 100, 20;
    --bs-dark-orange-rgb: 159, 61, 19;
    --bs-yellow-rgb: 251, 139, 36;
    --bs-green-rgb: 0, 102, 51;
    --bs-teal-rgb: 15, 76, 92;
    --bs-cyan-rgb: 23, 162, 184;
    --bs-light-green-rgb: 226, 246, 217;
    --bs-lighter-green-rgb: 236, 255, 243;
    --bs-performance-rgb: 224, 237, 231;
    --bs-gray-rgb: 70, 70, 72;
    --bs-light-gray-rgb: 239, 239, 239;
    --bs-mid-gray-rgb: 236, 236, 236;
    --bs-lighter-gray-rgb: 247, 247, 247;
    --bs-violet-rgb: 95, 15, 64;
    --bs-contact-green-rgb: 218, 230, 216;
    --bs-apply-green-rgb: 196, 216, 206;
    --bs-purple-rgb: 71, 9, 64;
    --bs-gray-200-rgb: 154, 154, 154;
    --bs-primary-text-emphasis: #002914;
    --bs-secondary-text-emphasis: #1c1c1d;
    --bs-success-text-emphasis: #002914;
    --bs-info-text-emphasis: #09414a;
    --bs-warning-text-emphasis: #64380e;
    --bs-danger-text-emphasis: #3e010c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cce0d6;
    --bs-secondary-bg-subtle: #dadada;
    --bs-success-bg-subtle: #cce0d6;
    --bs-info-bg-subtle: #d1ecf1;
    --bs-warning-bg-subtle: #fee8d3;
    --bs-danger-bg-subtle: #ebcdd2;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #99c2ad;
    --bs-secondary-border-subtle: #b5b5b6;
    --bs-success-border-subtle: #99c2ad;
    --bs-info-border-subtle: #a2dae3;
    --bs-warning-border-subtle: #fdd1a7;
    --bs-danger-border-subtle: #d79aa5;
    --bs-light-border-subtle: #9a9a9a;
    --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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: "Trenda", sans-serif;
    --bs-body-font-size: 1.125rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.4;
    --bs-body-color: #464648;
    --bs-body-color-rgb: 70, 70, 72;
    --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(70, 70, 72, .75);
    --bs-secondary-color-rgb: 70, 70, 72;
    --bs-secondary-bg: #9a9a9a;
    --bs-secondary-bg-rgb: 154, 154, 154;
    --bs-tertiary-color: rgba(70, 70, 72, .5);
    --bs-tertiary-color-rgb: 70, 70, 72;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #063;
    --bs-link-color-rgb: 0, 102, 51;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #005229;
    --bs-link-hover-color-rgb: 0, 82, 41;
    --bs-code-color: #ff00b8;
    --bs-highlight-color: #464648;
    --bs-highlight-bg: #fee8d3;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 0.125rem 0.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: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(0, 102, 51, .25);
    --bs-form-valid-color: #063;
    --bs-form-valid-border-color: #063;
    --bs-form-invalid-color: #9a031e;
    --bs-form-invalid-border-color: #9a031e
}

[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: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #66a385;
    --bs-secondary-text-emphasis: #909091;
    --bs-success-text-emphasis: #66a385;
    --bs-info-text-emphasis: #74c7d4;
    --bs-warning-text-emphasis: #fdb97c;
    --bs-danger-text-emphasis: #c26878;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #00140a;
    --bs-secondary-bg-subtle: #0e0e0e;
    --bs-success-bg-subtle: #00140a;
    --bs-info-bg-subtle: #052025;
    --bs-warning-bg-subtle: #321c07;
    --bs-danger-bg-subtle: #1f0106;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #003d1f;
    --bs-secondary-border-subtle: #2a2a2b;
    --bs-success-border-subtle: #003d1f;
    --bs-info-border-subtle: #0e616e;
    --bs-warning-border-subtle: #975316;
    --bs-danger-border-subtle: #5c0212;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #66a385;
    --bs-link-hover-color: #85b59d;
    --bs-link-color-rgb: 102, 163, 133;
    --bs-link-hover-color-rgb: 133, 181, 157;
    --bs-code-color: #ff66d4;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #64380e;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
    --bs-form-valid-color: #66a385;
    --bs-form-valid-border-color: #66a385;
    --bs-form-invalid-color: #c26878;
    --bs-form-invalid-border-color: #c26878
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    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);
    margin: 0;
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1, h1 {
    font-size: calc(1.40625rem + 1.875vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.8125rem
    }
}

.h2, h2 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2.25rem
    }
}

.h3, h3 {
    font-size: calc(1.32188rem + .8625vw)
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.96875rem
    }
}

.h4, h4 {
    font-size: calc(1.29375rem + .525vw)
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.6875rem
    }
}

.h5, h5 {
    font-size: calc(1.26563rem + .1875vw)
}

@media (min-width: 1200px) {
    .h5, h5 {
        font-size: 1.40625rem
    }
}

.h6, h6 {
    font-size: 1.125rem
}

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

abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

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

sub, sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    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
}

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

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    color: var(--bs-code-color);
    font-size: .875em;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

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

caption {
    color: var(--bs-secondary-color);
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

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

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

textarea {
    resize: vertical
}

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

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

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

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

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

[type=search]::-webkit-search-cancel-button {
    cursor: pointer;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: calc(1.26563rem + .1875vw);
    font-weight: 300
}

@media (min-width: 1200px) {
    .lead {
        font-size: 1.40625rem
    }
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: calc(1.26563rem + .1875vw);
    margin-bottom: 1rem
}

@media (min-width: 1200px) {
    .blockquote {
        font-size: 1.40625rem
    }
}

.blockquote > :last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #6c757d;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid, .img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: var(--bs-secondary-color);
    font-size: .875em
}

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

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 1380px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1380px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-top: calc(var(--bs-gutter-y) * -1)
}

.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 100%
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.row-cols-auto > * {
    width: auto
}

.row-cols-1 > *, .row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1 > * {
    width: 100%
}

.row-cols-2 > * {
    width: 50%
}

.row-cols-2 > *, .row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3 > * {
    width: 33.33333333%
}

.row-cols-4 > * {
    width: 25%
}

.row-cols-4 > *, .row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5 > * {
    width: 20%
}

.row-cols-6 > * {
    width: 16.66666667%
}

.col-auto, .row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1 {
    width: 8.33333333%
}

.col-1, .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.66666667%
}

.col-3 {
    width: 25%
}

.col-3, .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-5, .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333333%
}

.col-7, .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    width: 75%
}

.col-10, .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.33333333%
}

.col-11 {
    width: 91.66666667%
}

.col-11, .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-1_25, .gx-1_25 {
    --bs-gutter-x: 0.3rem
}

.g-1_25, .gy-1_25 {
    --bs-gutter-y: 0.3rem
}

.g-1_5, .gx-1_5 {
    --bs-gutter-x: 0.35rem
}

.g-1_5, .gy-1_5 {
    --bs-gutter-y: 0.35rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-2_5, .gx-2_5 {
    --bs-gutter-x: 0.75rem
}

.g-2_5, .gy-2_5 {
    --bs-gutter-y: 0.75rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-3_25, .gx-3_25 {
    --bs-gutter-x: 1.25rem
}

.g-3_25, .gy-3_25 {
    --bs-gutter-y: 1.25rem
}

.g-3_5, .gx-3_5 {
    --bs-gutter-x: 1.5rem
}

.g-3_5, .gy-3_5 {
    --bs-gutter-y: 1.5rem
}

.g-3_75, .gx-3_75 {
    --bs-gutter-x: 1.75rem
}

.g-3_75, .gy-3_75 {
    --bs-gutter-y: 1.75rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 2rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 2rem
}

.g-4_5, .gx-4_5 {
    --bs-gutter-x: 2.5rem
}

.g-4_5, .gy-4_5 {
    --bs-gutter-y: 2.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

.g-6, .gx-6 {
    --bs-gutter-x: 4rem
}

.g-6, .gy-6 {
    --bs-gutter-y: 4rem
}

.g-6_5, .gx-6_5 {
    --bs-gutter-x: 4.5rem
}

.g-6_5, .gy-6_5 {
    --bs-gutter-y: 4.5rem
}

.g-7, .gx-7 {
    --bs-gutter-x: 5rem
}

.g-7, .gy-7 {
    --bs-gutter-y: 5rem
}

.g-8, .gx-8 {
    --bs-gutter-x: 6rem
}

.g-8, .gy-8 {
    --bs-gutter-y: 6rem
}

.g-9, .gx-9 {
    --bs-gutter-x: 7rem
}

.g-9, .gy-9 {
    --bs-gutter-y: 7rem
}

.g-10, .gx-10 {
    --bs-gutter-x: 8rem
}

.g-10, .gy-10 {
    --bs-gutter-y: 8rem
}

.g-11, .gx-11 {
    --bs-gutter-x: 11rem
}

.g-11, .gy-11 {
    --bs-gutter-y: 11rem
}

.g-12, .gx-12 {
    --bs-gutter-x: 12rem
}

.g-12, .gy-12 {
    --bs-gutter-y: 12rem
}

.g-13, .gx-13 {
    --bs-gutter-x: 13rem
}

.g-13, .gy-13 {
    --bs-gutter-y: 13rem
}

.g-14, .gx-14 {
    --bs-gutter-x: 14rem
}

.g-14, .gy-14 {
    --bs-gutter-y: 14rem
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .row-cols-sm-auto > * {
        width: auto
    }

    .row-cols-sm-1 > *, .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1 > * {
        width: 100%
    }

    .row-cols-sm-2 > * {
        width: 50%
    }

    .row-cols-sm-2 > *, .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-3 > * {
        width: 33.33333333%
    }

    .row-cols-sm-4 > * {
        width: 25%
    }

    .row-cols-sm-4 > *, .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-5 > * {
        width: 20%
    }

    .row-cols-sm-6 > * {
        width: 16.66666667%
    }

    .col-sm-auto, .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10, .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-12 {
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-1_25, .gx-sm-1_25 {
        --bs-gutter-x: 0.3rem
    }

    .g-sm-1_25, .gy-sm-1_25 {
        --bs-gutter-y: 0.3rem
    }

    .g-sm-1_5, .gx-sm-1_5 {
        --bs-gutter-x: 0.35rem
    }

    .g-sm-1_5, .gy-sm-1_5 {
        --bs-gutter-y: 0.35rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-2_5, .gx-sm-2_5 {
        --bs-gutter-x: 0.75rem
    }

    .g-sm-2_5, .gy-sm-2_5 {
        --bs-gutter-y: 0.75rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-3_25, .gx-sm-3_25 {
        --bs-gutter-x: 1.25rem
    }

    .g-sm-3_25, .gy-sm-3_25 {
        --bs-gutter-y: 1.25rem
    }

    .g-sm-3_5, .gx-sm-3_5 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-3_5, .gy-sm-3_5 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-3_75, .gx-sm-3_75 {
        --bs-gutter-x: 1.75rem
    }

    .g-sm-3_75, .gy-sm-3_75 {
        --bs-gutter-y: 1.75rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 2rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 2rem
    }

    .g-sm-4_5, .gx-sm-4_5 {
        --bs-gutter-x: 2.5rem
    }

    .g-sm-4_5, .gy-sm-4_5 {
        --bs-gutter-y: 2.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .g-sm-6, .gx-sm-6 {
        --bs-gutter-x: 4rem
    }

    .g-sm-6, .gy-sm-6 {
        --bs-gutter-y: 4rem
    }

    .g-sm-6_5, .gx-sm-6_5 {
        --bs-gutter-x: 4.5rem
    }

    .g-sm-6_5, .gy-sm-6_5 {
        --bs-gutter-y: 4.5rem
    }

    .g-sm-7, .gx-sm-7 {
        --bs-gutter-x: 5rem
    }

    .g-sm-7, .gy-sm-7 {
        --bs-gutter-y: 5rem
    }

    .g-sm-8, .gx-sm-8 {
        --bs-gutter-x: 6rem
    }

    .g-sm-8, .gy-sm-8 {
        --bs-gutter-y: 6rem
    }

    .g-sm-9, .gx-sm-9 {
        --bs-gutter-x: 7rem
    }

    .g-sm-9, .gy-sm-9 {
        --bs-gutter-y: 7rem
    }

    .g-sm-10, .gx-sm-10 {
        --bs-gutter-x: 8rem
    }

    .g-sm-10, .gy-sm-10 {
        --bs-gutter-y: 8rem
    }

    .g-sm-11, .gx-sm-11 {
        --bs-gutter-x: 11rem
    }

    .g-sm-11, .gy-sm-11 {
        --bs-gutter-y: 11rem
    }

    .g-sm-12, .gx-sm-12 {
        --bs-gutter-x: 12rem
    }

    .g-sm-12, .gy-sm-12 {
        --bs-gutter-y: 12rem
    }

    .g-sm-13, .gx-sm-13 {
        --bs-gutter-x: 13rem
    }

    .g-sm-13, .gy-sm-13 {
        --bs-gutter-y: 13rem
    }

    .g-sm-14, .gx-sm-14 {
        --bs-gutter-x: 14rem
    }

    .g-sm-14, .gy-sm-14 {
        --bs-gutter-y: 14rem
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .row-cols-md-auto > * {
        width: auto
    }

    .row-cols-md-1 > *, .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1 > * {
        width: 100%
    }

    .row-cols-md-2 > * {
        width: 50%
    }

    .row-cols-md-2 > *, .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3 > * {
        width: 33.33333333%
    }

    .row-cols-md-4 > * {
        width: 25%
    }

    .row-cols-md-4 > *, .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5 > * {
        width: 20%
    }

    .row-cols-md-6 > * {
        width: 16.66666667%
    }

    .col-md-auto, .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10, .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-1_25, .gx-md-1_25 {
        --bs-gutter-x: 0.3rem
    }

    .g-md-1_25, .gy-md-1_25 {
        --bs-gutter-y: 0.3rem
    }

    .g-md-1_5, .gx-md-1_5 {
        --bs-gutter-x: 0.35rem
    }

    .g-md-1_5, .gy-md-1_5 {
        --bs-gutter-y: 0.35rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-2_5, .gx-md-2_5 {
        --bs-gutter-x: 0.75rem
    }

    .g-md-2_5, .gy-md-2_5 {
        --bs-gutter-y: 0.75rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-3_25, .gx-md-3_25 {
        --bs-gutter-x: 1.25rem
    }

    .g-md-3_25, .gy-md-3_25 {
        --bs-gutter-y: 1.25rem
    }

    .g-md-3_5, .gx-md-3_5 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-3_5, .gy-md-3_5 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-3_75, .gx-md-3_75 {
        --bs-gutter-x: 1.75rem
    }

    .g-md-3_75, .gy-md-3_75 {
        --bs-gutter-y: 1.75rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 2rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 2rem
    }

    .g-md-4_5, .gx-md-4_5 {
        --bs-gutter-x: 2.5rem
    }

    .g-md-4_5, .gy-md-4_5 {
        --bs-gutter-y: 2.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .g-md-6, .gx-md-6 {
        --bs-gutter-x: 4rem
    }

    .g-md-6, .gy-md-6 {
        --bs-gutter-y: 4rem
    }

    .g-md-6_5, .gx-md-6_5 {
        --bs-gutter-x: 4.5rem
    }

    .g-md-6_5, .gy-md-6_5 {
        --bs-gutter-y: 4.5rem
    }

    .g-md-7, .gx-md-7 {
        --bs-gutter-x: 5rem
    }

    .g-md-7, .gy-md-7 {
        --bs-gutter-y: 5rem
    }

    .g-md-8, .gx-md-8 {
        --bs-gutter-x: 6rem
    }

    .g-md-8, .gy-md-8 {
        --bs-gutter-y: 6rem
    }

    .g-md-9, .gx-md-9 {
        --bs-gutter-x: 7rem
    }

    .g-md-9, .gy-md-9 {
        --bs-gutter-y: 7rem
    }

    .g-md-10, .gx-md-10 {
        --bs-gutter-x: 8rem
    }

    .g-md-10, .gy-md-10 {
        --bs-gutter-y: 8rem
    }

    .g-md-11, .gx-md-11 {
        --bs-gutter-x: 11rem
    }

    .g-md-11, .gy-md-11 {
        --bs-gutter-y: 11rem
    }

    .g-md-12, .gx-md-12 {
        --bs-gutter-x: 12rem
    }

    .g-md-12, .gy-md-12 {
        --bs-gutter-y: 12rem
    }

    .g-md-13, .gx-md-13 {
        --bs-gutter-x: 13rem
    }

    .g-md-13, .gy-md-13 {
        --bs-gutter-y: 13rem
    }

    .g-md-14, .gx-md-14 {
        --bs-gutter-x: 14rem
    }

    .g-md-14, .gy-md-14 {
        --bs-gutter-y: 14rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .row-cols-lg-auto > * {
        width: auto
    }

    .row-cols-lg-1 > *, .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1 > * {
        width: 100%
    }

    .row-cols-lg-2 > * {
        width: 50%
    }

    .row-cols-lg-2 > *, .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3 > * {
        width: 33.33333333%
    }

    .row-cols-lg-4 > * {
        width: 25%
    }

    .row-cols-lg-4 > *, .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5 > * {
        width: 20%
    }

    .row-cols-lg-6 > * {
        width: 16.66666667%
    }

    .col-lg-auto, .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10, .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-12 {
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-1_25, .gx-lg-1_25 {
        --bs-gutter-x: 0.3rem
    }

    .g-lg-1_25, .gy-lg-1_25 {
        --bs-gutter-y: 0.3rem
    }

    .g-lg-1_5, .gx-lg-1_5 {
        --bs-gutter-x: 0.35rem
    }

    .g-lg-1_5, .gy-lg-1_5 {
        --bs-gutter-y: 0.35rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-2_5, .gx-lg-2_5 {
        --bs-gutter-x: 0.75rem
    }

    .g-lg-2_5, .gy-lg-2_5 {
        --bs-gutter-y: 0.75rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-3_25, .gx-lg-3_25 {
        --bs-gutter-x: 1.25rem
    }

    .g-lg-3_25, .gy-lg-3_25 {
        --bs-gutter-y: 1.25rem
    }

    .g-lg-3_5, .gx-lg-3_5 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-3_5, .gy-lg-3_5 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-3_75, .gx-lg-3_75 {
        --bs-gutter-x: 1.75rem
    }

    .g-lg-3_75, .gy-lg-3_75 {
        --bs-gutter-y: 1.75rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 2rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 2rem
    }

    .g-lg-4_5, .gx-lg-4_5 {
        --bs-gutter-x: 2.5rem
    }

    .g-lg-4_5, .gy-lg-4_5 {
        --bs-gutter-y: 2.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 4rem
    }

    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 4rem
    }

    .g-lg-6_5, .gx-lg-6_5 {
        --bs-gutter-x: 4.5rem
    }

    .g-lg-6_5, .gy-lg-6_5 {
        --bs-gutter-y: 4.5rem
    }

    .g-lg-7, .gx-lg-7 {
        --bs-gutter-x: 5rem
    }

    .g-lg-7, .gy-lg-7 {
        --bs-gutter-y: 5rem
    }

    .g-lg-8, .gx-lg-8 {
        --bs-gutter-x: 6rem
    }

    .g-lg-8, .gy-lg-8 {
        --bs-gutter-y: 6rem
    }

    .g-lg-9, .gx-lg-9 {
        --bs-gutter-x: 7rem
    }

    .g-lg-9, .gy-lg-9 {
        --bs-gutter-y: 7rem
    }

    .g-lg-10, .gx-lg-10 {
        --bs-gutter-x: 8rem
    }

    .g-lg-10, .gy-lg-10 {
        --bs-gutter-y: 8rem
    }

    .g-lg-11, .gx-lg-11 {
        --bs-gutter-x: 11rem
    }

    .g-lg-11, .gy-lg-11 {
        --bs-gutter-y: 11rem
    }

    .g-lg-12, .gx-lg-12 {
        --bs-gutter-x: 12rem
    }

    .g-lg-12, .gy-lg-12 {
        --bs-gutter-y: 12rem
    }

    .g-lg-13, .gx-lg-13 {
        --bs-gutter-x: 13rem
    }

    .g-lg-13, .gy-lg-13 {
        --bs-gutter-y: 13rem
    }

    .g-lg-14, .gx-lg-14 {
        --bs-gutter-x: 14rem
    }

    .g-lg-14, .gy-lg-14 {
        --bs-gutter-y: 14rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .row-cols-xl-auto > * {
        width: auto
    }

    .row-cols-xl-1 > *, .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-1 > * {
        width: 100%
    }

    .row-cols-xl-2 > * {
        width: 50%
    }

    .row-cols-xl-2 > *, .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-3 > * {
        width: 33.33333333%
    }

    .row-cols-xl-4 > * {
        width: 25%
    }

    .row-cols-xl-4 > *, .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-5 > * {
        width: 20%
    }

    .row-cols-xl-6 > * {
        width: 16.66666667%
    }

    .col-xl-auto, .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-1, .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-5, .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-7, .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10, .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-11, .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-12 {
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-1_25, .gx-xl-1_25 {
        --bs-gutter-x: 0.3rem
    }

    .g-xl-1_25, .gy-xl-1_25 {
        --bs-gutter-y: 0.3rem
    }

    .g-xl-1_5, .gx-xl-1_5 {
        --bs-gutter-x: 0.35rem
    }

    .g-xl-1_5, .gy-xl-1_5 {
        --bs-gutter-y: 0.35rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-2_5, .gx-xl-2_5 {
        --bs-gutter-x: 0.75rem
    }

    .g-xl-2_5, .gy-xl-2_5 {
        --bs-gutter-y: 0.75rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-3_25, .gx-xl-3_25 {
        --bs-gutter-x: 1.25rem
    }

    .g-xl-3_25, .gy-xl-3_25 {
        --bs-gutter-y: 1.25rem
    }

    .g-xl-3_5, .gx-xl-3_5 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-3_5, .gy-xl-3_5 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-3_75, .gx-xl-3_75 {
        --bs-gutter-x: 1.75rem
    }

    .g-xl-3_75, .gy-xl-3_75 {
        --bs-gutter-y: 1.75rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 2rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 2rem
    }

    .g-xl-4_5, .gx-xl-4_5 {
        --bs-gutter-x: 2.5rem
    }

    .g-xl-4_5, .gy-xl-4_5 {
        --bs-gutter-y: 2.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 4rem
    }

    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 4rem
    }

    .g-xl-6_5, .gx-xl-6_5 {
        --bs-gutter-x: 4.5rem
    }

    .g-xl-6_5, .gy-xl-6_5 {
        --bs-gutter-y: 4.5rem
    }

    .g-xl-7, .gx-xl-7 {
        --bs-gutter-x: 5rem
    }

    .g-xl-7, .gy-xl-7 {
        --bs-gutter-y: 5rem
    }

    .g-xl-8, .gx-xl-8 {
        --bs-gutter-x: 6rem
    }

    .g-xl-8, .gy-xl-8 {
        --bs-gutter-y: 6rem
    }

    .g-xl-9, .gx-xl-9 {
        --bs-gutter-x: 7rem
    }

    .g-xl-9, .gy-xl-9 {
        --bs-gutter-y: 7rem
    }

    .g-xl-10, .gx-xl-10 {
        --bs-gutter-x: 8rem
    }

    .g-xl-10, .gy-xl-10 {
        --bs-gutter-y: 8rem
    }

    .g-xl-11, .gx-xl-11 {
        --bs-gutter-x: 11rem
    }

    .g-xl-11, .gy-xl-11 {
        --bs-gutter-y: 11rem
    }

    .g-xl-12, .gx-xl-12 {
        --bs-gutter-x: 12rem
    }

    .g-xl-12, .gy-xl-12 {
        --bs-gutter-y: 12rem
    }

    .g-xl-13, .gx-xl-13 {
        --bs-gutter-x: 13rem
    }

    .g-xl-13, .gy-xl-13 {
        --bs-gutter-y: 13rem
    }

    .g-xl-14, .gx-xl-14 {
        --bs-gutter-x: 14rem
    }

    .g-xl-14, .gy-xl-14 {
        --bs-gutter-y: 14rem
    }
}

@media (min-width: 1380px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .row-cols-xxl-auto > * {
        width: auto
    }

    .row-cols-xxl-1 > *, .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-1 > * {
        width: 100%
    }

    .row-cols-xxl-2 > * {
        width: 50%
    }

    .row-cols-xxl-2 > *, .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-3 > * {
        width: 33.33333333%
    }

    .row-cols-xxl-4 > * {
        width: 25%
    }

    .row-cols-xxl-4 > *, .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-5 > * {
        width: 20%
    }

    .row-cols-xxl-6 > * {
        width: 16.66666667%
    }

    .col-xxl-auto, .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1 {
        width: 8.33333333%
    }

    .col-xxl-1, .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-3, .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-4 {
        width: 33.33333333%
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-5, .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-7, .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10, .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-10 {
        width: 83.33333333%
    }

    .col-xxl-11 {
        width: 91.66666667%
    }

    .col-xxl-11, .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-12 {
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-1_25, .gx-xxl-1_25 {
        --bs-gutter-x: 0.3rem
    }

    .g-xxl-1_25, .gy-xxl-1_25 {
        --bs-gutter-y: 0.3rem
    }

    .g-xxl-1_5, .gx-xxl-1_5 {
        --bs-gutter-x: 0.35rem
    }

    .g-xxl-1_5, .gy-xxl-1_5 {
        --bs-gutter-y: 0.35rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-2_5, .gx-xxl-2_5 {
        --bs-gutter-x: 0.75rem
    }

    .g-xxl-2_5, .gy-xxl-2_5 {
        --bs-gutter-y: 0.75rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-3_25, .gx-xxl-3_25 {
        --bs-gutter-x: 1.25rem
    }

    .g-xxl-3_25, .gy-xxl-3_25 {
        --bs-gutter-y: 1.25rem
    }

    .g-xxl-3_5, .gx-xxl-3_5 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-3_5, .gy-xxl-3_5 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-3_75, .gx-xxl-3_75 {
        --bs-gutter-x: 1.75rem
    }

    .g-xxl-3_75, .gy-xxl-3_75 {
        --bs-gutter-y: 1.75rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 2rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 2rem
    }

    .g-xxl-4_5, .gx-xxl-4_5 {
        --bs-gutter-x: 2.5rem
    }

    .g-xxl-4_5, .gy-xxl-4_5 {
        --bs-gutter-y: 2.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-6, .gx-xxl-6 {
        --bs-gutter-x: 4rem
    }

    .g-xxl-6, .gy-xxl-6 {
        --bs-gutter-y: 4rem
    }

    .g-xxl-6_5, .gx-xxl-6_5 {
        --bs-gutter-x: 4.5rem
    }

    .g-xxl-6_5, .gy-xxl-6_5 {
        --bs-gutter-y: 4.5rem
    }

    .g-xxl-7, .gx-xxl-7 {
        --bs-gutter-x: 5rem
    }

    .g-xxl-7, .gy-xxl-7 {
        --bs-gutter-y: 5rem
    }

    .g-xxl-8, .gx-xxl-8 {
        --bs-gutter-x: 6rem
    }

    .g-xxl-8, .gy-xxl-8 {
        --bs-gutter-y: 6rem
    }

    .g-xxl-9, .gx-xxl-9 {
        --bs-gutter-x: 7rem
    }

    .g-xxl-9, .gy-xxl-9 {
        --bs-gutter-y: 7rem
    }

    .g-xxl-10, .gx-xxl-10 {
        --bs-gutter-x: 8rem
    }

    .g-xxl-10, .gy-xxl-10 {
        --bs-gutter-y: 8rem
    }

    .g-xxl-11, .gx-xxl-11 {
        --bs-gutter-x: 11rem
    }

    .g-xxl-11, .gy-xxl-11 {
        --bs-gutter-y: 11rem
    }

    .g-xxl-12, .gx-xxl-12 {
        --bs-gutter-x: 12rem
    }

    .g-xxl-12, .gy-xxl-12 {
        --bs-gutter-y: 12rem
    }

    .g-xxl-13, .gx-xxl-13 {
        --bs-gutter-x: 13rem
    }

    .g-xxl-13, .gy-xxl-13 {
        --bs-gutter-y: 13rem
    }

    .g-xxl-14, .gx-xxl-14 {
        --bs-gutter-x: 14rem
    }

    .g-xxl-14, .gy-xxl-14 {
        --bs-gutter-y: 14rem
    }
}

.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), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    border-color: var(--bs-table-border-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    padding: .5rem
}

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid
}

.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-columns > :not(caption) > tr > :nth-child(2n), .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-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: #cce0d6;
    --bs-table-border-color: #a3b3ab;
    --bs-table-striped-bg: #c2d5cb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8cac1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bdcfc6;
    --bs-table-hover-color: #000
}

.table-primary, .table-secondary {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #dadada;
    --bs-table-border-color: #aeaeae;
    --bs-table-striped-bg: #cfcfcf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c4c4c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cacaca;
    --bs-table-hover-color: #000
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #cce0d6;
    --bs-table-border-color: #a3b3ab;
    --bs-table-striped-bg: #c2d5cb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8cac1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bdcfc6;
    --bs-table-hover-color: #000
}

.table-info, .table-success {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #d1ecf1;
    --bs-table-border-color: #a7bdc1;
    --bs-table-striped-bg: #c7e0e5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd4d9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1dadf;
    --bs-table-hover-color: #000
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fee8d3;
    --bs-table-border-color: #cbbaa9;
    --bs-table-striped-bg: #f1dcc8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5d1be;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebd7c3;
    --bs-table-hover-color: #000
}

.table-danger, .table-warning {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #ebcdd2;
    --bs-table-border-color: #bca4a8;
    --bs-table-striped-bg: #dfc3c8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d4b9bd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d9bec2;
    --bs-table-hover-color: #000
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #fff;
    --bs-table-border-color: #ccc;
    --bs-table-striped-bg: #f2f2f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6e6e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ececec;
    --bs-table-hover-color: #000
}

.table-dark, .table-light {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #464648;
    --bs-table-border-color: #6b6b6d;
    --bs-table-striped-bg: #4f4f51;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #59595a;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #545456;
    --bs-table-hover-color: #fff
}

.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: 1379.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    font-size: inherit;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px
}

.col-form-label-lg {
    font-size: calc(1.26563rem + .1875vw);
    padding-bottom: .5rem;
    padding-top: .5rem
}

@media (min-width: 1200px) {
    .col-form-label-lg {
        font-size: 1.40625rem
    }
}

.col-form-label-sm {
    font-size: .984375rem;
    padding-bottom: .25rem;
    padding-top: .25rem
}

.form-text {
    color: var(--bs-secondary-color);
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-body-bg);
    border: 0 solid var(--bs-border-color);
    border-radius: 10px;
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 14px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: #80b399;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--bs-body-color);
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.2em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-webkit-input-placeholder {
    color: #9a9a9a;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #9a9a9a;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #9a9a9a;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #9a9a9a;
    opacity: 1
}

.form-control::placeholder {
    color: #9a9a9a;
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    margin: -10px -14px;
    padding: 10px 14px;
    -webkit-margin-end: 14px;
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 0;
    border-radius: 0;
    color: var(--bs-body-color);
    margin-inline-end: 14px;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    margin: -10px -14px;
    padding: 10px 14px;
    -webkit-margin-end: 14px;
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 0;
    border-radius: 0;
    color: var(--bs-body-color);
    margin-inline-end: 14px;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    background-color: transparent;
    border: 0 solid transparent;
    color: var(--bs-body-color);
    display: block;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: var(--bs-border-radius-sm);
    font-size: .984375rem;
    min-height: calc(1.2em + .5rem);
    padding: .25rem .5rem
}

.form-control-sm::-webkit-file-upload-button {
    margin: -.25rem -.5rem;
    padding: .25rem .5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    margin: -.25rem -.5rem;
    padding: .25rem .5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    border-radius: var(--bs-border-radius-lg);
    font-size: calc(1.26563rem + .1875vw);
    min-height: calc(1.2em + 1rem);
    padding: .5rem 1rem
}

@media (min-width: 1200px) {
    .form-control-lg {
        font-size: 1.40625rem
    }
}

.form-control-lg::-webkit-file-upload-button {
    margin: -.5rem -1rem;
    padding: .5rem 1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
    margin: -.5rem -1rem;
    padding: .5rem 1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.2em + 20px)
}

textarea.form-control-sm {
    min-height: calc(1.2em + .5rem)
}

textarea.form-control-lg {
    min-height: calc(1.2em + 1rem)
}

.form-control-color {
    height: calc(1.2em + 20px);
    padding: 10px;
    width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 10px
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: 10px
}

.form-control-color.form-control-sm {
    height: calc(1.2em + .5rem)
}

.form-control-color.form-control-lg {
    height: calc(1.2em + 1rem)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' fill='none' viewBox='0 0 15 10'%3E%3Cpath fill='%239a9a9a' d='M8.081 5.467 12.84.77a.796.796 0 0 1 1.096 0l.817.805a.773.773 0 0 1 0 1.081l-6.688 6.6a.8.8 0 0 1-1.097 0L.236 2.62a.773.773 0 0 1 0-1.081l.817-.806a.784.784 0 0 1 1.096 0l4.803 4.735a.8.8 0 0 0 .564.232.8.8 0 0 0 .565-.232'/%3E%3C/svg%3E");
    -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-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 0 solid var(--bs-border-color);
    border-radius: 10px;
    color: #9a9a9a;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 42px 10px 14px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #80b399;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 51, .25);
    box-shadow: 0 0 0 0 rgba(0, 102, 51, .25);
    outline: 0
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 14px
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #9a9a9a
}

.form-select-sm {
    border-radius: var(--bs-border-radius-sm);
    font-size: .984375rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: var(--bs-border-radius-lg);
    font-size: calc(1.26563rem + .1875vw);
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

@media (min-width: 1200px) {
    .form-select-lg {
        font-size: 1.40625rem
    }
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%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;
    margin-bottom: .125rem;
    min-height: 1.575rem;
    padding-left: 1.5em
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    -ms-flex-negative: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    flex-shrink: 0;
    height: 1em;
    margin-top: .2em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #80b399;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 102, 51, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 102, 51, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #063;
    border-color: #063
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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: #063;
    border-color: #063;
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%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 {
    -webkit-filter: none;
    filter: none;
    opacity: .5;
    pointer-events: none
}

.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
    width: 2em
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2380b399'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%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-left: 0;
    padding-right: 2.5em
}

.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -2.5em
}

.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 {
    -webkit-filter: none;
    filter: none;
    opacity: .65;
    pointer-events: none
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")
}

.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1rem;
    padding: 0;
    width: 100%
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, none;
    box-shadow: 0 0 0 1px #fff, none
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #063;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b3d1c2
}

.form-range::-webkit-slider-runnable-track {
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #063;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b3d1c2
}

.form-range::-moz-range-track {
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.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: 3.5rem;
    line-height: 1.25;
    min-height: 3.5rem
}

.form-floating > label {
    border: 0 solid transparent;
    color: rgba(var(--bs-body-color-rgb), .65);
    height: 100%;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 1rem 14px;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    white-space: nowrap;
    z-index: 2
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem 14px
}

.form-floating > .form-control-plaintext::-webkit-input-placeholder, .form-floating > .form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
    color: transparent
}

.form-floating > .form-control-plaintext:-ms-input-placeholder, .form-floating > .form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating > .form-control-plaintext::-ms-input-placeholder, .form-floating > .form-control::-ms-input-placeholder {
    color: transparent
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder), .form-floating > .form-control:not(:-moz-placeholder) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating > .form-control-plaintext:not(:-ms-input-placeholder), .form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating > .form-select {
    padding-bottom: .625rem;
    padding-left: 14px;
    padding-top: 1.625rem
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > textarea:not(:-moz-placeholder) ~ label:after {
    background-color: var(--bs-body-bg);
    border-radius: 10px;
    content: "";
    height: 1.5em;
    inset: 1rem 7px;
    position: absolute;
    z-index: -1
}

.form-floating > textarea:not(:-ms-input-placeholder) ~ label:after {
    background-color: var(--bs-body-bg);
    border-radius: 10px;
    content: "";
    height: 1.5em;
    inset: 1rem 7px;
    position: absolute;
    z-index: -1
}

.form-floating > textarea:focus ~ label:after, .form-floating > textarea:not(:placeholder-shown) ~ label:after {
    background-color: var(--bs-body-bg);
    border-radius: 10px;
    content: "";
    height: 1.5em;
    inset: 1rem 7px;
    position: absolute;
    z-index: -1
}

.form-floating > textarea:disabled ~ label:after {
    background-color: var(--bs-secondary-bg)
}

.form-floating > .form-control-plaintext ~ label {
    border-width: 0
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
    color: #6c757d
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    width: 1%
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bs-tertiary-bg);
    border: 0 solid var(--bs-border-color);
    border-radius: 10px;
    color: var(--bs-body-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 14px;
    text-align: center;
    white-space: nowrap
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    border-radius: var(--bs-border-radius-lg);
    font-size: calc(1.26563rem + .1875vw);
    padding: .5rem 1rem
}

@media (min-width: 1200px) {
    .input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
        font-size: 1.40625rem
    }
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    border-radius: var(--bs-border-radius-sm);
    font-size: .984375rem;
    padding: .25rem .5rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 56px
}

.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, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.valid-feedback {
    color: var(--bs-form-valid-color);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
    color: #fff;
    display: none;
    font-size: .984375rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23063' 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-position: right calc(.3em + 5px) center;
    background-repeat: no-repeat;
    background-size: calc(.6em + 10px) calc(.6em + 10px);
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.2em + 20px)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    background-position: top calc(.3em + 5px) right calc(.3em + 5px);
    padding-right: calc(1.2em + 20px)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23063' 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-position: right 14px center, center right 42px;
    background-size: 16px 12px, calc(.6em + 10px) calc(.6em + 10px);
    padding-right: 77px
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
    width: calc(3rem + 1.2em + 20px)
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    color: var(--bs-form-invalid-color);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
    color: #fff;
    display: none;
    font-size: .984375rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%239a031e' viewBox='0 0 12 12'%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='%239a031e' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.3em + 5px) center;
    background-repeat: no-repeat;
    background-size: calc(.6em + 10px) calc(.6em + 10px);
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.2em + 20px)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    background-position: top calc(.3em + 5px) right calc(.3em + 5px);
    padding-right: calc(1.2em + 20px)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%239a031e' viewBox='0 0 12 12'%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='%239a031e' stroke='none'/%3E%3C/svg%3E");
    background-position: right 14px center, center right 42px;
    background-size: 16px 12px, calc(.6em + 10px) calc(.6em + 10px);
    padding-right: 77px
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
    width: calc(3rem + 1.2em + 20px)
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1.125rem;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 20px;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    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);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn-check + .btn:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked:focus-visible + .btn {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #063;
    --bs-btn-border-color: #063;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00572b;
    --bs-btn-hover-border-color: #005229;
    --bs-btn-focus-shadow-rgb: 38, 125, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #005229;
    --bs-btn-active-border-color: #004d26;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #063;
    --bs-btn-disabled-border-color: #063
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #464648;
    --bs-btn-border-color: #464648;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c3c3d;
    --bs-btn-hover-border-color: #38383a;
    --bs-btn-focus-shadow-rgb: 98, 98, 99;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #38383a;
    --bs-btn-active-border-color: #353536;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #464648;
    --bs-btn-disabled-border-color: #464648
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #063;
    --bs-btn-border-color: #063;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00572b;
    --bs-btn-hover-border-color: #005229;
    --bs-btn-focus-shadow-rgb: 38, 125, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #005229;
    --bs-btn-active-border-color: #004d26;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #063;
    --bs-btn-disabled-border-color: #063
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #3ab0c3;
    --bs-btn-hover-border-color: #2eabbf;
    --bs-btn-focus-shadow-rgb: 20, 138, 156;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #45b5c6;
    --bs-btn-active-border-color: #2eabbf;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #17a2b8;
    --bs-btn-disabled-border-color: #17a2b8
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #fb8b24;
    --bs-btn-border-color: #fb8b24;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fc9c45;
    --bs-btn-hover-border-color: #fb973a;
    --bs-btn-focus-shadow-rgb: 213, 118, 31;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fca250;
    --bs-btn-active-border-color: #fb973a;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fb8b24;
    --bs-btn-disabled-border-color: #fb8b24
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9a031e;
    --bs-btn-border-color: #9a031e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #83031a;
    --bs-btn-hover-border-color: #7b0218;
    --bs-btn-focus-shadow-rgb: 169, 41, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7b0218;
    --bs-btn-active-border-color: #740217;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #9a031e;
    --bs-btn-disabled-border-color: #9a031e
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d9d9d9;
    --bs-btn-hover-border-color: #ccc;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ccc;
    --bs-btn-active-border-color: #bfbfbf;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #464648;
    --bs-btn-border-color: #464648;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #626263;
    --bs-btn-hover-border-color: #59595a;
    --bs-btn-focus-shadow-rgb: 98, 98, 99;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b6b6d;
    --bs-btn-active-border-color: #59595a;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #464648;
    --bs-btn-disabled-border-color: #464648
}

.btn-blue {
    --bs-btn-color: #000;
    --bs-btn-bg: #007bff;
    --bs-btn-border-color: #007bff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #268fff;
    --bs-btn-hover-border-color: #1a88ff;
    --bs-btn-focus-shadow-rgb: 0, 105, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3395ff;
    --bs-btn-active-border-color: #1a88ff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #007bff;
    --bs-btn-disabled-border-color: #007bff
}

.btn-dark-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #001d32;
    --bs-btn-border-color: #001d32;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00192b;
    --bs-btn-hover-border-color: #001728;
    --bs-btn-focus-shadow-rgb: 38, 63, 81;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001728;
    --bs-btn-active-border-color: #001626;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #001d32;
    --bs-btn-disabled-border-color: #001d32
}

.btn-indigo {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6610f2;
    --bs-btn-border-color: #6610f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #570ece;
    --bs-btn-hover-border-color: #520dc2;
    --bs-btn-focus-shadow-rgb: 125, 52, 244;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #520dc2;
    --bs-btn-active-border-color: #4d0cb6;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6610f2;
    --bs-btn-disabled-border-color: #6610f2
}

.btn-pink {
    --bs-btn-color: #000;
    --bs-btn-bg: #ff00b8;
    --bs-btn-border-color: #ff00b8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff26c3;
    --bs-btn-hover-border-color: #ff1abf;
    --bs-btn-focus-shadow-rgb: 217, 0, 156;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff33c6;
    --bs-btn-active-border-color: #ff1abf;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ff00b8;
    --bs-btn-disabled-border-color: #ff00b8
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9a031e;
    --bs-btn-border-color: #9a031e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #83031a;
    --bs-btn-hover-border-color: #7b0218;
    --bs-btn-focus-shadow-rgb: 169, 41, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7b0218;
    --bs-btn-active-border-color: #740217;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #9a031e;
    --bs-btn-disabled-border-color: #9a031e
}

.btn-orange {
    --bs-btn-color: #000;
    --bs-btn-bg: #e36414;
    --bs-btn-border-color: #e36414;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e77b37;
    --bs-btn-hover-border-color: #e6742c;
    --bs-btn-focus-shadow-rgb: 193, 85, 17;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e98343;
    --bs-btn-active-border-color: #e6742c;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e36414;
    --bs-btn-disabled-border-color: #e36414
}

.btn-dark-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9f3d13;
    --bs-btn-border-color: #9f3d13;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #873410;
    --bs-btn-hover-border-color: #7f310f;
    --bs-btn-focus-shadow-rgb: 173, 90, 54;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7f310f;
    --bs-btn-active-border-color: #772e0e;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #9f3d13;
    --bs-btn-disabled-border-color: #9f3d13
}

.btn-yellow {
    --bs-btn-color: #000;
    --bs-btn-bg: #fb8b24;
    --bs-btn-border-color: #fb8b24;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fc9c45;
    --bs-btn-hover-border-color: #fb973a;
    --bs-btn-focus-shadow-rgb: 213, 118, 31;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fca250;
    --bs-btn-active-border-color: #fb973a;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fb8b24;
    --bs-btn-disabled-border-color: #fb8b24
}

.btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #063;
    --bs-btn-border-color: #063;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00572b;
    --bs-btn-hover-border-color: #005229;
    --bs-btn-focus-shadow-rgb: 38, 125, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #005229;
    --bs-btn-active-border-color: #004d26;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #063;
    --bs-btn-disabled-border-color: #063
}

.btn-teal {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0f4c5c;
    --bs-btn-border-color: #0f4c5c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d414e;
    --bs-btn-hover-border-color: #0c3d4a;
    --bs-btn-focus-shadow-rgb: 51, 103, 116;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0c3d4a;
    --bs-btn-active-border-color: #0b3945;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0f4c5c;
    --bs-btn-disabled-border-color: #0f4c5c
}

.btn-cyan {
    --bs-btn-color: #000;
    --bs-btn-bg: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #3ab0c3;
    --bs-btn-hover-border-color: #2eabbf;
    --bs-btn-focus-shadow-rgb: 20, 138, 156;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #45b5c6;
    --bs-btn-active-border-color: #2eabbf;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #17a2b8;
    --bs-btn-disabled-border-color: #17a2b8
}

.btn-light-green {
    --bs-btn-color: #000;
    --bs-btn-bg: #e2f6d9;
    --bs-btn-border-color: #e2f6d9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e6f7df;
    --bs-btn-hover-border-color: #e5f7dd;
    --bs-btn-focus-shadow-rgb: 192, 209, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e8f8e1;
    --bs-btn-active-border-color: #e5f7dd;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e2f6d9;
    --bs-btn-disabled-border-color: #e2f6d9
}

.btn-lighter-green {
    --bs-btn-color: #000;
    --bs-btn-bg: #ecfff3;
    --bs-btn-border-color: #ecfff3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #effff5;
    --bs-btn-hover-border-color: #eefff4;
    --bs-btn-focus-shadow-rgb: 201, 217, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f0fff5;
    --bs-btn-active-border-color: #eefff4;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ecfff3;
    --bs-btn-disabled-border-color: #ecfff3
}

.btn-performance {
    --bs-btn-color: #000;
    --bs-btn-bg: #e0ede7;
    --bs-btn-border-color: #e0ede7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e5f0eb;
    --bs-btn-hover-border-color: #e3efe9;
    --bs-btn-focus-shadow-rgb: 190, 201, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e6f1ec;
    --bs-btn-active-border-color: #e3efe9;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e0ede7;
    --bs-btn-disabled-border-color: #e0ede7
}

.btn-gray {
    --bs-btn-color: #fff;
    --bs-btn-bg: #464648;
    --bs-btn-border-color: #464648;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c3c3d;
    --bs-btn-hover-border-color: #38383a;
    --bs-btn-focus-shadow-rgb: 98, 98, 99;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #38383a;
    --bs-btn-active-border-color: #353536;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #464648;
    --bs-btn-disabled-border-color: #464648
}

.btn-light-gray {
    --bs-btn-color: #000;
    --bs-btn-bg: #efefef;
    --bs-btn-border-color: #efefef;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1f1f1;
    --bs-btn-hover-border-color: #f1f1f1;
    --bs-btn-focus-shadow-rgb: 203, 203, 203;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f2f2f2;
    --bs-btn-active-border-color: #f1f1f1;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #efefef;
    --bs-btn-disabled-border-color: #efefef
}

.btn-mid-gray {
    --bs-btn-color: #000;
    --bs-btn-bg: #ececec;
    --bs-btn-border-color: #ececec;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #efefef;
    --bs-btn-hover-border-color: #eee;
    --bs-btn-focus-shadow-rgb: 201, 201, 201;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f0f0f0;
    --bs-btn-active-border-color: #eee;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ececec;
    --bs-btn-disabled-border-color: #ececec
}

.btn-lighter-gray {
    --bs-btn-color: #000;
    --bs-btn-bg: #f7f7f7;
    --bs-btn-border-color: #f7f7f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f8f8;
    --bs-btn-hover-border-color: #f8f8f8;
    --bs-btn-focus-shadow-rgb: 210, 210, 210;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9f9f9;
    --bs-btn-active-border-color: #f8f8f8;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f7f7f7;
    --bs-btn-disabled-border-color: #f7f7f7
}

.btn-violet {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5f0f40;
    --bs-btn-border-color: #5f0f40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #510d36;
    --bs-btn-hover-border-color: #4c0c33;
    --bs-btn-focus-shadow-rgb: 119, 51, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4c0c33;
    --bs-btn-active-border-color: #470b30;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5f0f40;
    --bs-btn-disabled-border-color: #5f0f40
}

.btn-contact-green {
    --bs-btn-color: #000;
    --bs-btn-bg: #dae6d8;
    --bs-btn-border-color: #dae6d8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e0eade;
    --bs-btn-hover-border-color: #dee9dc;
    --bs-btn-focus-shadow-rgb: 185, 196, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e1ebe0;
    --bs-btn-active-border-color: #dee9dc;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dae6d8;
    --bs-btn-disabled-border-color: #dae6d8
}

.btn-apply-green {
    --bs-btn-color: #000;
    --bs-btn-bg: #c4d8ce;
    --bs-btn-border-color: #c4d8ce;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cdded5;
    --bs-btn-hover-border-color: #cadcd3;
    --bs-btn-focus-shadow-rgb: 167, 184, 175;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d0e0d8;
    --bs-btn-active-border-color: #cadcd3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #c4d8ce;
    --bs-btn-disabled-border-color: #c4d8ce
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #470940;
    --bs-btn-border-color: #470940;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c0836;
    --bs-btn-hover-border-color: #390733;
    --bs-btn-focus-shadow-rgb: 99, 46, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #390733;
    --bs-btn-active-border-color: #350730;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #470940;
    --bs-btn-disabled-border-color: #470940
}

.btn-gray-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #9a9a9a;
    --bs-btn-border-color: #9a9a9a;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #a9a9a9;
    --bs-btn-hover-border-color: #a4a4a4;
    --bs-btn-focus-shadow-rgb: 131, 131, 131;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #aeaeae;
    --bs-btn-active-border-color: #a4a4a4;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #9a9a9a;
    --bs-btn-disabled-border-color: #9a9a9a
}

.btn-outline-primary {
    --bs-btn-color: #063;
    --bs-btn-border-color: #063;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #063;
    --bs-btn-hover-border-color: #063;
    --bs-btn-focus-shadow-rgb: 0, 102, 51;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #063;
    --bs-btn-active-border-color: #063;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #063;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #063;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #464648;
    --bs-btn-border-color: #464648;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #464648;
    --bs-btn-hover-border-color: #464648;
    --bs-btn-focus-shadow-rgb: 70, 70, 72;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #464648;
    --bs-btn-active-border-color: #464648;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #464648;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #464648;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #063;
    --bs-btn-border-color: #063;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #063;
    --bs-btn-hover-border-color: #063;
    --bs-btn-focus-shadow-rgb: 0, 102, 51;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #063;
    --bs-btn-active-border-color: #063;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #063;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #063;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #17a2b8;
    --bs-btn-hover-border-color: #17a2b8;
    --bs-btn-focus-shadow-rgb: 23, 162, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #17a2b8;
    --bs-btn-active-border-color: #17a2b8;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #17a2b8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #17a2b8;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #fb8b24;
    --bs-btn-border-color: #fb8b24;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fb8b24;
    --bs-btn-hover-border-color: #fb8b24;
    --bs-btn-focus-shadow-rgb: 251, 139, 36;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fb8b24;
    --bs-btn-active-border-color: #fb8b24;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fb8b24;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fb8b24;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #9a031e;
    --bs-btn-border-color: #9a031e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9a031e;
    --bs-btn-hover-border-color: #9a031e;
    --bs-btn-focus-shadow-rgb: 154, 3, 30;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9a031e;
    --bs-btn-active-border-color: #9a031e;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #9a031e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9a031e;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #464648;
    --bs-btn-border-color: #464648;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #464648;
    --bs-btn-hover-border-color: #464648;
    --bs-btn-focus-shadow-rgb: 70, 70, 72;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #464648;
    --bs-btn-active-border-color: #464648;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #464648;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #464648;
    --bs-gradient: none
}

.btn-outline-blue {
    --bs-btn-color: #007bff;
    --bs-btn-border-color: #007bff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #007bff;
    --bs-btn-hover-border-color: #007bff;
    --bs-btn-focus-shadow-rgb: 0, 123, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #007bff;
    --bs-btn-active-border-color: #007bff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #007bff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #007bff;
    --bs-gradient: none
}

.btn-outline-dark-blue {
    --bs-btn-color: #001d32;
    --bs-btn-border-color: #001d32;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #001d32;
    --bs-btn-hover-border-color: #001d32;
    --bs-btn-focus-shadow-rgb: 0, 29, 50;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001d32;
    --bs-btn-active-border-color: #001d32;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #001d32;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #001d32;
    --bs-gradient: none
}

.btn-outline-indigo {
    --bs-btn-color: #6610f2;
    --bs-btn-border-color: #6610f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6610f2;
    --bs-btn-hover-border-color: #6610f2;
    --bs-btn-focus-shadow-rgb: 102, 16, 242;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6610f2;
    --bs-btn-active-border-color: #6610f2;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #6610f2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6610f2;
    --bs-gradient: none
}

.btn-outline-pink {
    --bs-btn-color: #ff00b8;
    --bs-btn-border-color: #ff00b8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff00b8;
    --bs-btn-hover-border-color: #ff00b8;
    --bs-btn-focus-shadow-rgb: 255, 0, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff00b8;
    --bs-btn-active-border-color: #ff00b8;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ff00b8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff00b8;
    --bs-gradient: none
}

.btn-outline-red {
    --bs-btn-color: #9a031e;
    --bs-btn-border-color: #9a031e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9a031e;
    --bs-btn-hover-border-color: #9a031e;
    --bs-btn-focus-shadow-rgb: 154, 3, 30;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9a031e;
    --bs-btn-active-border-color: #9a031e;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #9a031e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9a031e;
    --bs-gradient: none
}

.btn-outline-orange {
    --bs-btn-color: #e36414;
    --bs-btn-border-color: #e36414;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e36414;
    --bs-btn-hover-border-color: #e36414;
    --bs-btn-focus-shadow-rgb: 227, 100, 20;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e36414;
    --bs-btn-active-border-color: #e36414;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #e36414;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e36414;
    --bs-gradient: none
}

.btn-outline-dark-orange {
    --bs-btn-color: #9f3d13;
    --bs-btn-border-color: #9f3d13;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9f3d13;
    --bs-btn-hover-border-color: #9f3d13;
    --bs-btn-focus-shadow-rgb: 159, 61, 19;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9f3d13;
    --bs-btn-active-border-color: #9f3d13;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #9f3d13;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9f3d13;
    --bs-gradient: none
}

.btn-outline-yellow {
    --bs-btn-color: #fb8b24;
    --bs-btn-border-color: #fb8b24;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fb8b24;
    --bs-btn-hover-border-color: #fb8b24;
    --bs-btn-focus-shadow-rgb: 251, 139, 36;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fb8b24;
    --bs-btn-active-border-color: #fb8b24;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fb8b24;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fb8b24;
    --bs-gradient: none
}

.btn-outline-green {
    --bs-btn-color: #063;
    --bs-btn-border-color: #063;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #063;
    --bs-btn-hover-border-color: #063;
    --bs-btn-focus-shadow-rgb: 0, 102, 51;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #063;
    --bs-btn-active-border-color: #063;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #063;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #063;
    --bs-gradient: none
}

.btn-outline-teal {
    --bs-btn-color: #0f4c5c;
    --bs-btn-border-color: #0f4c5c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0f4c5c;
    --bs-btn-hover-border-color: #0f4c5c;
    --bs-btn-focus-shadow-rgb: 15, 76, 92;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0f4c5c;
    --bs-btn-active-border-color: #0f4c5c;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #0f4c5c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0f4c5c;
    --bs-gradient: none
}

.btn-outline-cyan {
    --bs-btn-color: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #17a2b8;
    --bs-btn-hover-border-color: #17a2b8;
    --bs-btn-focus-shadow-rgb: 23, 162, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #17a2b8;
    --bs-btn-active-border-color: #17a2b8;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #17a2b8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #17a2b8;
    --bs-gradient: none
}

.btn-outline-light-green {
    --bs-btn-color: #e2f6d9;
    --bs-btn-border-color: #e2f6d9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e2f6d9;
    --bs-btn-hover-border-color: #e2f6d9;
    --bs-btn-focus-shadow-rgb: 226, 246, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e2f6d9;
    --bs-btn-active-border-color: #e2f6d9;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #e2f6d9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e2f6d9;
    --bs-gradient: none
}

.btn-outline-lighter-green {
    --bs-btn-color: #ecfff3;
    --bs-btn-border-color: #ecfff3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ecfff3;
    --bs-btn-hover-border-color: #ecfff3;
    --bs-btn-focus-shadow-rgb: 236, 255, 243;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ecfff3;
    --bs-btn-active-border-color: #ecfff3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ecfff3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ecfff3;
    --bs-gradient: none
}

.btn-outline-performance {
    --bs-btn-color: #e0ede7;
    --bs-btn-border-color: #e0ede7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e0ede7;
    --bs-btn-hover-border-color: #e0ede7;
    --bs-btn-focus-shadow-rgb: 224, 237, 231;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e0ede7;
    --bs-btn-active-border-color: #e0ede7;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #e0ede7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e0ede7;
    --bs-gradient: none
}

.btn-outline-gray {
    --bs-btn-color: #464648;
    --bs-btn-border-color: #464648;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #464648;
    --bs-btn-hover-border-color: #464648;
    --bs-btn-focus-shadow-rgb: 70, 70, 72;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #464648;
    --bs-btn-active-border-color: #464648;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #464648;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #464648;
    --bs-gradient: none
}

.btn-outline-light-gray {
    --bs-btn-color: #efefef;
    --bs-btn-border-color: #efefef;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #efefef;
    --bs-btn-hover-border-color: #efefef;
    --bs-btn-focus-shadow-rgb: 239, 239, 239;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #efefef;
    --bs-btn-active-border-color: #efefef;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #efefef;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #efefef;
    --bs-gradient: none
}

.btn-outline-mid-gray {
    --bs-btn-color: #ececec;
    --bs-btn-border-color: #ececec;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ececec;
    --bs-btn-hover-border-color: #ececec;
    --bs-btn-focus-shadow-rgb: 236, 236, 236;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ececec;
    --bs-btn-active-border-color: #ececec;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ececec;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ececec;
    --bs-gradient: none
}

.btn-outline-lighter-gray {
    --bs-btn-color: #f7f7f7;
    --bs-btn-border-color: #f7f7f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7f7f7;
    --bs-btn-hover-border-color: #f7f7f7;
    --bs-btn-focus-shadow-rgb: 247, 247, 247;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7f7f7;
    --bs-btn-active-border-color: #f7f7f7;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #f7f7f7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f7f7f7;
    --bs-gradient: none
}

.btn-outline-violet {
    --bs-btn-color: #5f0f40;
    --bs-btn-border-color: #5f0f40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5f0f40;
    --bs-btn-hover-border-color: #5f0f40;
    --bs-btn-focus-shadow-rgb: 95, 15, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5f0f40;
    --bs-btn-active-border-color: #5f0f40;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #5f0f40;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5f0f40;
    --bs-gradient: none
}

.btn-outline-contact-green {
    --bs-btn-color: #dae6d8;
    --bs-btn-border-color: #dae6d8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dae6d8;
    --bs-btn-hover-border-color: #dae6d8;
    --bs-btn-focus-shadow-rgb: 218, 230, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dae6d8;
    --bs-btn-active-border-color: #dae6d8;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #dae6d8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dae6d8;
    --bs-gradient: none
}

.btn-outline-apply-green {
    --bs-btn-color: #c4d8ce;
    --bs-btn-border-color: #c4d8ce;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c4d8ce;
    --bs-btn-hover-border-color: #c4d8ce;
    --bs-btn-focus-shadow-rgb: 196, 216, 206;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c4d8ce;
    --bs-btn-active-border-color: #c4d8ce;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #c4d8ce;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c4d8ce;
    --bs-gradient: none
}

.btn-outline-purple {
    --bs-btn-color: #470940;
    --bs-btn-border-color: #470940;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #470940;
    --bs-btn-hover-border-color: #470940;
    --bs-btn-focus-shadow-rgb: 71, 9, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #470940;
    --bs-btn-active-border-color: #470940;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #470940;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #470940;
    --bs-gradient: none
}

.btn-outline-gray-200 {
    --bs-btn-color: #9a9a9a;
    --bs-btn-border-color: #9a9a9a;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #9a9a9a;
    --bs-btn-hover-border-color: #9a9a9a;
    --bs-btn-focus-shadow-rgb: 154, 154, 154;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #9a9a9a;
    --bs-btn-active-border-color: #9a9a9a;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #9a9a9a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9a9a9a;
    --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: 38, 125, 82;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: calc(1.26563rem + 0.1875vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .btn-lg {
        --bs-btn-font-size: 1.40625rem
    }
}

.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.984375rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.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: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1.125rem;
    --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: 0.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: #063;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width: 1380px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: var(--bs-dropdown-spacer);
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: auto;
    top: 0
}

.dropend .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    opacity: 1;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none
}

.dropdown-item.disabled, .dropdown-item:disabled {
    background-color: transparent;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: var(--bs-dropdown-header-color);
    display: block;
    font-size: .984375rem;
    margin-bottom: 0;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    white-space: nowrap
}

.dropdown-item-text {
    color: var(--bs-dropdown-link-color);
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
}

.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: hsla(0, 0%, 100%, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #063;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    background: none;
    border: 0;
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    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 {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 102, 51, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 102, 51, .25);
    outline: 0
}

.nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.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 {
    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);
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1)
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    isolation: isolate
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: var(--bs-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: calc(var(--bs-nav-tabs-border-width) * -1)
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #063
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
    padding-left: 0;
    padding-right: 0
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
    border-bottom-color: currentcolor;
    color: var(--bs-nav-underline-link-active-color);
    font-weight: 700
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    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: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.303125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.40625rem;
    --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: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.40625rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(70, 70, 72, 0.75)' 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), 0.15);
    --bs-navbar-toggler-border-radius: 0;
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-transition: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

.navbar, .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit
}

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    color: var(--bs-navbar-color);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    -webkit-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width: 1380px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
    visibility: visible !important;
    width: auto !important
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-dark, .navbar[data-bs-theme=dark] {
    --bs-navbar-color: hsla(0, 0%, 100%, .55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark, .navbar[data-bs-theme=dark], [data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23464648' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%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 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23002914' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: transparent
}

.accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    font-size: 1.125rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    text-align: left;
    -webkit-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition);
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    -ms-flex-negative: 0;
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-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-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type > .accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-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-left: 0;
    border-radius: 0;
    border-right: 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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2366a385' viewBox='0 0 16 16'%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2366a385' viewBox='0 0 16 16'%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: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item + .breadcrumb-item:before {
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1.125rem;
    --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 0.25rem rgba(0, 102, 51, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #063;
    --bs-pagination-active-border-color: #063;
    --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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color: var(--bs-pagination-color);
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
    color: var(--bs-pagination-hover-color);
    z-index: 2
}

.page-link:focus {
    background-color: var(--bs-pagination-focus-bg);
    -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
    box-shadow: var(--bs-pagination-focus-box-shadow);
    color: var(--bs-pagination-focus-color);
    outline: 0;
    z-index: 3
}

.active > .page-link, .page-link.active {
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    color: var(--bs-pagination-active-color);
    z-index: 3
}

.disabled > .page-link, .page-link.disabled {
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    color: var(--bs-pagination-disabled-color);
    pointer-events: none
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: calc(1.26563rem + 0.1875vw);
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .pagination-lg {
        --bs-pagination-font-size: 1.40625rem
    }
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.984375rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.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;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    color: var(--bs-alert-link-color);
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.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-blue {
    --bs-alert-color: var(--bs-blue-text-emphasis);
    --bs-alert-bg: var(--bs-blue-bg-subtle);
    --bs-alert-border-color: var(--bs-blue-border-subtle);
    --bs-alert-link-color: var(--bs-blue-text-emphasis)
}

.alert-dark-blue {
    --bs-alert-color: var(--bs-dark-blue-text-emphasis);
    --bs-alert-bg: var(--bs-dark-blue-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-blue-border-subtle);
    --bs-alert-link-color: var(--bs-dark-blue-text-emphasis)
}

.alert-indigo {
    --bs-alert-color: var(--bs-indigo-text-emphasis);
    --bs-alert-bg: var(--bs-indigo-bg-subtle);
    --bs-alert-border-color: var(--bs-indigo-border-subtle);
    --bs-alert-link-color: var(--bs-indigo-text-emphasis)
}

.alert-pink {
    --bs-alert-color: var(--bs-pink-text-emphasis);
    --bs-alert-bg: var(--bs-pink-bg-subtle);
    --bs-alert-border-color: var(--bs-pink-border-subtle);
    --bs-alert-link-color: var(--bs-pink-text-emphasis)
}

.alert-red {
    --bs-alert-color: var(--bs-red-text-emphasis);
    --bs-alert-bg: var(--bs-red-bg-subtle);
    --bs-alert-border-color: var(--bs-red-border-subtle);
    --bs-alert-link-color: var(--bs-red-text-emphasis)
}

.alert-orange {
    --bs-alert-color: var(--bs-orange-text-emphasis);
    --bs-alert-bg: var(--bs-orange-bg-subtle);
    --bs-alert-border-color: var(--bs-orange-border-subtle);
    --bs-alert-link-color: var(--bs-orange-text-emphasis)
}

.alert-dark-orange {
    --bs-alert-color: var(--bs-dark-orange-text-emphasis);
    --bs-alert-bg: var(--bs-dark-orange-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-orange-border-subtle);
    --bs-alert-link-color: var(--bs-dark-orange-text-emphasis)
}

.alert-yellow {
    --bs-alert-color: var(--bs-yellow-text-emphasis);
    --bs-alert-bg: var(--bs-yellow-bg-subtle);
    --bs-alert-border-color: var(--bs-yellow-border-subtle);
    --bs-alert-link-color: var(--bs-yellow-text-emphasis)
}

.alert-green {
    --bs-alert-color: var(--bs-green-text-emphasis);
    --bs-alert-bg: var(--bs-green-bg-subtle);
    --bs-alert-border-color: var(--bs-green-border-subtle);
    --bs-alert-link-color: var(--bs-green-text-emphasis)
}

.alert-teal {
    --bs-alert-color: var(--bs-teal-text-emphasis);
    --bs-alert-bg: var(--bs-teal-bg-subtle);
    --bs-alert-border-color: var(--bs-teal-border-subtle);
    --bs-alert-link-color: var(--bs-teal-text-emphasis)
}

.alert-cyan {
    --bs-alert-color: var(--bs-cyan-text-emphasis);
    --bs-alert-bg: var(--bs-cyan-bg-subtle);
    --bs-alert-border-color: var(--bs-cyan-border-subtle);
    --bs-alert-link-color: var(--bs-cyan-text-emphasis)
}

.alert-light-green {
    --bs-alert-color: var(--bs-light-green-text-emphasis);
    --bs-alert-bg: var(--bs-light-green-bg-subtle);
    --bs-alert-border-color: var(--bs-light-green-border-subtle);
    --bs-alert-link-color: var(--bs-light-green-text-emphasis)
}

.alert-lighter-green {
    --bs-alert-color: var(--bs-lighter-green-text-emphasis);
    --bs-alert-bg: var(--bs-lighter-green-bg-subtle);
    --bs-alert-border-color: var(--bs-lighter-green-border-subtle);
    --bs-alert-link-color: var(--bs-lighter-green-text-emphasis)
}

.alert-performance {
    --bs-alert-color: var(--bs-performance-text-emphasis);
    --bs-alert-bg: var(--bs-performance-bg-subtle);
    --bs-alert-border-color: var(--bs-performance-border-subtle);
    --bs-alert-link-color: var(--bs-performance-text-emphasis)
}

.alert-gray {
    --bs-alert-color: var(--bs-gray-text-emphasis);
    --bs-alert-bg: var(--bs-gray-bg-subtle);
    --bs-alert-border-color: var(--bs-gray-border-subtle);
    --bs-alert-link-color: var(--bs-gray-text-emphasis)
}

.alert-light-gray {
    --bs-alert-color: var(--bs-light-gray-text-emphasis);
    --bs-alert-bg: var(--bs-light-gray-bg-subtle);
    --bs-alert-border-color: var(--bs-light-gray-border-subtle);
    --bs-alert-link-color: var(--bs-light-gray-text-emphasis)
}

.alert-mid-gray {
    --bs-alert-color: var(--bs-mid-gray-text-emphasis);
    --bs-alert-bg: var(--bs-mid-gray-bg-subtle);
    --bs-alert-border-color: var(--bs-mid-gray-border-subtle);
    --bs-alert-link-color: var(--bs-mid-gray-text-emphasis)
}

.alert-lighter-gray {
    --bs-alert-color: var(--bs-lighter-gray-text-emphasis);
    --bs-alert-bg: var(--bs-lighter-gray-bg-subtle);
    --bs-alert-border-color: var(--bs-lighter-gray-border-subtle);
    --bs-alert-link-color: var(--bs-lighter-gray-text-emphasis)
}

.alert-violet {
    --bs-alert-color: var(--bs-violet-text-emphasis);
    --bs-alert-bg: var(--bs-violet-bg-subtle);
    --bs-alert-border-color: var(--bs-violet-border-subtle);
    --bs-alert-link-color: var(--bs-violet-text-emphasis)
}

.alert-contact-green {
    --bs-alert-color: var(--bs-contact-green-text-emphasis);
    --bs-alert-bg: var(--bs-contact-green-bg-subtle);
    --bs-alert-border-color: var(--bs-contact-green-border-subtle);
    --bs-alert-link-color: var(--bs-contact-green-text-emphasis)
}

.alert-apply-green {
    --bs-alert-color: var(--bs-apply-green-text-emphasis);
    --bs-alert-bg: var(--bs-apply-green-bg-subtle);
    --bs-alert-border-color: var(--bs-apply-green-border-subtle);
    --bs-alert-link-color: var(--bs-apply-green-text-emphasis)
}

.alert-purple {
    --bs-alert-color: var(--bs-purple-text-emphasis);
    --bs-alert-bg: var(--bs-purple-bg-subtle);
    --bs-alert-border-color: var(--bs-purple-border-subtle);
    --bs-alert-link-color: var(--bs-purple-text-emphasis)
}

.alert-gray-200 {
    --bs-alert-color: var(--bs-gray-200-text-emphasis);
    --bs-alert-bg: var(--bs-gray-200-bg-subtle);
    --bs-alert-border-color: var(--bs-gray-200-border-subtle);
    --bs-alert-link-color: var(--bs-gray-200-text-emphasis)
}

.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: 0.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: #063;
    --bs-list-group-active-border-color: #063;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: var(--bs-list-group-border-radius);
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

.list-group-numbered > .list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item {
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    color: var(--bs-list-group-color);
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    position: relative;
    text-decoration: none
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    background-color: var(--bs-list-group-disabled-bg);
    color: var(--bs-list-group-disabled-color);
    pointer-events: none
}

.list-group-item.active {
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
    color: var(--bs-list-group-active-color);
    z-index: 2
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    border-top-width: var(--bs-list-group-border-width);
    margin-top: calc(var(--bs-list-group-border-width) * -1)
}

.list-group-item-action {
    color: var(--bs-list-group-action-color);
    text-align: inherit;
    width: 100%
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
    background-color: var(--bs-list-group-action-hover-bg);
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:not(.active):active {
    background-color: var(--bs-list-group-action-active-bg);
    color: var(--bs-list-group-action-active-color)
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius)
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1)
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1)
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1)
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1)
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1)
    }
}

@media (min-width: 1380px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1)
    }
}

.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-blue {
    --bs-list-group-color: var(--bs-blue-text-emphasis);
    --bs-list-group-bg: var(--bs-blue-bg-subtle);
    --bs-list-group-border-color: var(--bs-blue-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-blue-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-blue-border-subtle);
    --bs-list-group-active-color: var(--bs-blue-bg-subtle);
    --bs-list-group-active-bg: var(--bs-blue-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-blue-text-emphasis)
}

.list-group-item-dark-blue {
    --bs-list-group-color: var(--bs-dark-blue-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-blue-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-blue-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-blue-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-blue-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-blue-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-blue-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-blue-text-emphasis)
}

.list-group-item-indigo {
    --bs-list-group-color: var(--bs-indigo-text-emphasis);
    --bs-list-group-bg: var(--bs-indigo-bg-subtle);
    --bs-list-group-border-color: var(--bs-indigo-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-indigo-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-indigo-border-subtle);
    --bs-list-group-active-color: var(--bs-indigo-bg-subtle);
    --bs-list-group-active-bg: var(--bs-indigo-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-indigo-text-emphasis)
}

.list-group-item-pink {
    --bs-list-group-color: var(--bs-pink-text-emphasis);
    --bs-list-group-bg: var(--bs-pink-bg-subtle);
    --bs-list-group-border-color: var(--bs-pink-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-pink-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-pink-border-subtle);
    --bs-list-group-active-color: var(--bs-pink-bg-subtle);
    --bs-list-group-active-bg: var(--bs-pink-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-pink-text-emphasis)
}

.list-group-item-red {
    --bs-list-group-color: var(--bs-red-text-emphasis);
    --bs-list-group-bg: var(--bs-red-bg-subtle);
    --bs-list-group-border-color: var(--bs-red-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-red-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-red-border-subtle);
    --bs-list-group-active-color: var(--bs-red-bg-subtle);
    --bs-list-group-active-bg: var(--bs-red-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-red-text-emphasis)
}

.list-group-item-orange {
    --bs-list-group-color: var(--bs-orange-text-emphasis);
    --bs-list-group-bg: var(--bs-orange-bg-subtle);
    --bs-list-group-border-color: var(--bs-orange-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-orange-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-orange-border-subtle);
    --bs-list-group-active-color: var(--bs-orange-bg-subtle);
    --bs-list-group-active-bg: var(--bs-orange-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-orange-text-emphasis)
}

.list-group-item-dark-orange {
    --bs-list-group-color: var(--bs-dark-orange-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-orange-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-orange-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-orange-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-orange-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-orange-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-orange-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-orange-text-emphasis)
}

.list-group-item-yellow {
    --bs-list-group-color: var(--bs-yellow-text-emphasis);
    --bs-list-group-bg: var(--bs-yellow-bg-subtle);
    --bs-list-group-border-color: var(--bs-yellow-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-yellow-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-yellow-border-subtle);
    --bs-list-group-active-color: var(--bs-yellow-bg-subtle);
    --bs-list-group-active-bg: var(--bs-yellow-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-yellow-text-emphasis)
}

.list-group-item-green {
    --bs-list-group-color: var(--bs-green-text-emphasis);
    --bs-list-group-bg: var(--bs-green-bg-subtle);
    --bs-list-group-border-color: var(--bs-green-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-green-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-green-border-subtle);
    --bs-list-group-active-color: var(--bs-green-bg-subtle);
    --bs-list-group-active-bg: var(--bs-green-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-green-text-emphasis)
}

.list-group-item-teal {
    --bs-list-group-color: var(--bs-teal-text-emphasis);
    --bs-list-group-bg: var(--bs-teal-bg-subtle);
    --bs-list-group-border-color: var(--bs-teal-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-teal-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-teal-border-subtle);
    --bs-list-group-active-color: var(--bs-teal-bg-subtle);
    --bs-list-group-active-bg: var(--bs-teal-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-teal-text-emphasis)
}

.list-group-item-cyan {
    --bs-list-group-color: var(--bs-cyan-text-emphasis);
    --bs-list-group-bg: var(--bs-cyan-bg-subtle);
    --bs-list-group-border-color: var(--bs-cyan-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-cyan-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-cyan-border-subtle);
    --bs-list-group-active-color: var(--bs-cyan-bg-subtle);
    --bs-list-group-active-bg: var(--bs-cyan-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-cyan-text-emphasis)
}

.list-group-item-light-green {
    --bs-list-group-color: var(--bs-light-green-text-emphasis);
    --bs-list-group-bg: var(--bs-light-green-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-green-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-green-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-green-border-subtle);
    --bs-list-group-active-color: var(--bs-light-green-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-green-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-green-text-emphasis)
}

.list-group-item-lighter-green {
    --bs-list-group-color: var(--bs-lighter-green-text-emphasis);
    --bs-list-group-bg: var(--bs-lighter-green-bg-subtle);
    --bs-list-group-border-color: var(--bs-lighter-green-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-lighter-green-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-lighter-green-border-subtle);
    --bs-list-group-active-color: var(--bs-lighter-green-bg-subtle);
    --bs-list-group-active-bg: var(--bs-lighter-green-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-lighter-green-text-emphasis)
}

.list-group-item-performance {
    --bs-list-group-color: var(--bs-performance-text-emphasis);
    --bs-list-group-bg: var(--bs-performance-bg-subtle);
    --bs-list-group-border-color: var(--bs-performance-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-performance-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-performance-border-subtle);
    --bs-list-group-active-color: var(--bs-performance-bg-subtle);
    --bs-list-group-active-bg: var(--bs-performance-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-performance-text-emphasis)
}

.list-group-item-gray {
    --bs-list-group-color: var(--bs-gray-text-emphasis);
    --bs-list-group-bg: var(--bs-gray-bg-subtle);
    --bs-list-group-border-color: var(--bs-gray-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-gray-border-subtle);
    --bs-list-group-active-color: var(--bs-gray-bg-subtle);
    --bs-list-group-active-bg: var(--bs-gray-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-gray-text-emphasis)
}

.list-group-item-light-gray {
    --bs-list-group-color: var(--bs-light-gray-text-emphasis);
    --bs-list-group-bg: var(--bs-light-gray-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-gray-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-gray-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-gray-border-subtle);
    --bs-list-group-active-color: var(--bs-light-gray-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-gray-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-gray-text-emphasis)
}

.list-group-item-mid-gray {
    --bs-list-group-color: var(--bs-mid-gray-text-emphasis);
    --bs-list-group-bg: var(--bs-mid-gray-bg-subtle);
    --bs-list-group-border-color: var(--bs-mid-gray-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-mid-gray-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-mid-gray-border-subtle);
    --bs-list-group-active-color: var(--bs-mid-gray-bg-subtle);
    --bs-list-group-active-bg: var(--bs-mid-gray-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-mid-gray-text-emphasis)
}

.list-group-item-lighter-gray {
    --bs-list-group-color: var(--bs-lighter-gray-text-emphasis);
    --bs-list-group-bg: var(--bs-lighter-gray-bg-subtle);
    --bs-list-group-border-color: var(--bs-lighter-gray-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-lighter-gray-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-lighter-gray-border-subtle);
    --bs-list-group-active-color: var(--bs-lighter-gray-bg-subtle);
    --bs-list-group-active-bg: var(--bs-lighter-gray-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-lighter-gray-text-emphasis)
}

.list-group-item-violet {
    --bs-list-group-color: var(--bs-violet-text-emphasis);
    --bs-list-group-bg: var(--bs-violet-bg-subtle);
    --bs-list-group-border-color: var(--bs-violet-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-violet-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-violet-border-subtle);
    --bs-list-group-active-color: var(--bs-violet-bg-subtle);
    --bs-list-group-active-bg: var(--bs-violet-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-violet-text-emphasis)
}

.list-group-item-contact-green {
    --bs-list-group-color: var(--bs-contact-green-text-emphasis);
    --bs-list-group-bg: var(--bs-contact-green-bg-subtle);
    --bs-list-group-border-color: var(--bs-contact-green-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-contact-green-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-contact-green-border-subtle);
    --bs-list-group-active-color: var(--bs-contact-green-bg-subtle);
    --bs-list-group-active-bg: var(--bs-contact-green-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-contact-green-text-emphasis)
}

.list-group-item-apply-green {
    --bs-list-group-color: var(--bs-apply-green-text-emphasis);
    --bs-list-group-bg: var(--bs-apply-green-bg-subtle);
    --bs-list-group-border-color: var(--bs-apply-green-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-apply-green-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-apply-green-border-subtle);
    --bs-list-group-active-color: var(--bs-apply-green-bg-subtle);
    --bs-list-group-active-bg: var(--bs-apply-green-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-apply-green-text-emphasis)
}

.list-group-item-purple {
    --bs-list-group-color: var(--bs-purple-text-emphasis);
    --bs-list-group-bg: var(--bs-purple-bg-subtle);
    --bs-list-group-border-color: var(--bs-purple-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-purple-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-purple-border-subtle);
    --bs-list-group-active-color: var(--bs-purple-bg-subtle);
    --bs-list-group-active-bg: var(--bs-purple-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-purple-text-emphasis)
}

.list-group-item-gray-200 {
    --bs-list-group-color: var(--bs-gray-200-text-emphasis);
    --bs-list-group-bg: var(--bs-gray-200-bg-subtle);
    --bs-list-group-border-color: var(--bs-gray-200-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-gray-200-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-gray-200-border-subtle);
    --bs-list-group-active-color: var(--bs-gray-200-bg-subtle);
    --bs-list-group-active-bg: var(--bs-gray-200-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-gray-200-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 102, 51, .25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-filter: var(--bs-btn-close-filter);
    filter: var(--bs-btn-close-filter);
    height: 1em;
    opacity: var(--bs-btn-close-opacity);
    padding: .25em;
    width: 1em
}

.btn-close, .btn-close:hover {
    color: var(--bs-btn-close-color)
}

.btn-close:hover {
    opacity: var(--bs-btn-close-hover-opacity);
    text-decoration: none
}

.btn-close:focus {
    -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
    outline: 0
}

.btn-close.disabled, .btn-close:disabled {
    opacity: var(--bs-btn-close-disabled-opacity);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.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), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    background-clip: padding-box;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    border-radius: var(--bs-toast-border-radius);
    -webkit-box-shadow: var(--bs-toast-box-shadow);
    box-shadow: var(--bs-toast-box-shadow);
    color: var(--bs-toast-color);
    font-size: var(--bs-toast-font-size);
    max-width: 100%;
    pointer-events: auto;
    width: var(--bs-toast-max-width)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: var(--bs-toast-zindex)
}

.toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box;
    background-color: var(--bs-toast-header-bg);
    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));
    color: var(--bs-toast-header-color);
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x)
}

.toast-header .btn-close {
    margin-left: var(--bs-toast-padding-x);
    margin-right: calc(var(--bs-toast-padding-x) * -.5)
}

.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: 0.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.4;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content, .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    width: 100%
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #fff;
    --bs-backdrop-opacity: 0.9;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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);
    padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
    margin-bottom: calc(var(--bs-modal-header-padding-y) * -.5);
    margin-left: auto;
    margin-right: calc(var(--bs-modal-header-padding-x) * -.5);
    margin-top: calc(var(--bs-modal-header-padding-y) * -.5);
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5)
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5)
}

.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 {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }

    .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 {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1379.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
        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: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.984375rem;
    --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: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    display: block;
    font-family: Trenda, sans-serif;
    font-size: var(--bs-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    margin: var(--bs-tooltip-margin);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-tooltip-zindex);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    height: var(--bs-tooltip-arrow-height);
    width: var(--bs-tooltip-arrow-width)
}

.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
    bottom: calc(var(--bs-tooltip-arrow-height) * -1)
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--bs-tooltip-bg);
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    left: calc(var(--bs-tooltip-arrow-height) * -1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
    border-right-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
    top: calc(var(--bs-tooltip-arrow-height) * -1)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--bs-tooltip-bg);
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    right: calc(var(--bs-tooltip-arrow-height) * -1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
    border-left-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    left: -1px
}

.tooltip-inner {
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
    color: var(--bs-tooltip-color);
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align: center
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --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 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.4
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        z-index: var(--bs-offcanvas-zindex);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        color: var(--bs-offcanvas-color);
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition);
        visibility: hidden
    }
}

@media (max-width: 575.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-sm.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-sm.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom, .offcanvas-sm.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        background-color: transparent !important;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        z-index: var(--bs-offcanvas-zindex);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        color: var(--bs-offcanvas-color);
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition);
        visibility: hidden
    }
}

@media (max-width: 767.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-md.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-md.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom, .offcanvas-md.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        background-color: transparent !important;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        z-index: var(--bs-offcanvas-zindex);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        color: var(--bs-offcanvas-color);
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition);
        visibility: hidden
    }
}

@media (max-width: 991.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-lg.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-lg.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom, .offcanvas-lg.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        background-color: transparent !important;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        z-index: var(--bs-offcanvas-zindex);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        color: var(--bs-offcanvas-color);
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition);
        visibility: hidden
    }
}

@media (max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom, .offcanvas-xl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        background-color: transparent !important;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width: 1379.98px) {
    .offcanvas-xxl {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        z-index: var(--bs-offcanvas-zindex);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        color: var(--bs-offcanvas-color);
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition);
        visibility: hidden
    }
}

@media (max-width: 1379.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 1379.98px) {
    .offcanvas-xxl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xxl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xxl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom, .offcanvas-xxl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (min-width: 1380px) {
    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        background-color: transparent !important;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.offcanvas {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: var(--bs-offcanvas-zindex);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    color: var(--bs-offcanvas-color);
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
    visibility: hidden
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

.offcanvas.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom, .offcanvas.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    -webkit-transform: none;
    transform: none
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    background-color: #fff;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .9
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5);
    margin-left: auto;
    margin-right: calc(var(--bs-offcanvas-padding-x) * -.5);
    margin-top: calc(var(--bs-offcanvas-padding-y) * -.5);
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5)
}

.offcanvas-title {
    line-height: var(--bs-offcanvas-title-line-height);
    margin-bottom: 0
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

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

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

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

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

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

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

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

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

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

.text-bg-blue {
    background-color: RGBA(var(--bs-blue-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

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

.text-bg-indigo {
    background-color: RGBA(var(--bs-indigo-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-pink {
    background-color: RGBA(var(--bs-pink-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-red {
    background-color: RGBA(var(--bs-red-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-orange {
    background-color: RGBA(var(--bs-orange-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

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

.text-bg-yellow {
    background-color: RGBA(var(--bs-yellow-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-green {
    background-color: RGBA(var(--bs-green-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-teal {
    background-color: RGBA(var(--bs-teal-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-cyan {
    background-color: RGBA(var(--bs-cyan-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

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

.text-bg-lighter-green {
    background-color: RGBA(var(--bs-lighter-green-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-performance {
    background-color: RGBA(var(--bs-performance-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-gray {
    background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

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

.text-bg-mid-gray {
    background-color: RGBA(var(--bs-mid-gray-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-lighter-gray {
    background-color: RGBA(var(--bs-lighter-gray-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-violet {
    background-color: RGBA(var(--bs-violet-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-contact-green {
    background-color: RGBA(var(--bs-contact-green-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-apply-green {
    background-color: RGBA(var(--bs-apply-green-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-purple {
    background-color: RGBA(var(--bs-purple-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-gray-200 {
    background-color: RGBA(var(--bs-gray-200-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus, .link-primary:hover {
    color: RGBA(0, 82, 41, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(0, 82, 41, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(0, 82, 41, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus, .link-secondary:hover {
    color: RGBA(56, 56, 58, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(56, 56, 58, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(56, 56, 58, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus, .link-success:hover {
    color: RGBA(0, 82, 41, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(0, 82, 41, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(0, 82, 41, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus, .link-info:hover {
    color: RGBA(69, 181, 198, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:focus, .link-warning:hover {
    color: RGBA(252, 162, 80, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(252, 162, 80, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(252, 162, 80, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus, .link-danger:hover {
    color: RGBA(123, 2, 24, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(123, 2, 24, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(123, 2, 24, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus, .link-light:hover {
    color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus, .link-dark:hover {
    color: RGBA(56, 56, 58, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(56, 56, 58, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(56, 56, 58, var(--bs-link-underline-opacity, 1)) !important
}

.link-blue {
    color: RGBA(var(--bs-blue-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-blue-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-blue-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-blue:focus, .link-blue:hover {
    color: RGBA(51, 149, 255, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(51, 149, 255, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(51, 149, 255, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark-blue {
    color: RGBA(var(--bs-dark-blue-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-blue-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-blue-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark-blue:focus, .link-dark-blue:hover {
    color: RGBA(0, 23, 40, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(0, 23, 40, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(0, 23, 40, var(--bs-link-underline-opacity, 1)) !important
}

.link-indigo {
    color: RGBA(var(--bs-indigo-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-indigo-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-indigo-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-indigo:focus, .link-indigo:hover {
    color: RGBA(82, 13, 194, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(82, 13, 194, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(82, 13, 194, var(--bs-link-underline-opacity, 1)) !important
}

.link-pink {
    color: RGBA(var(--bs-pink-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-pink-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-pink-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-pink:focus, .link-pink:hover {
    color: RGBA(255, 51, 198, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 51, 198, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 51, 198, var(--bs-link-underline-opacity, 1)) !important
}

.link-red {
    color: RGBA(var(--bs-red-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-red-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-red-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-red:focus, .link-red:hover {
    color: RGBA(123, 2, 24, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(123, 2, 24, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(123, 2, 24, var(--bs-link-underline-opacity, 1)) !important
}

.link-orange {
    color: RGBA(var(--bs-orange-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-orange-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-orange-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-orange:focus, .link-orange:hover {
    color: RGBA(233, 131, 67, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(233, 131, 67, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(233, 131, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark-orange {
    color: RGBA(var(--bs-dark-orange-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-orange-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-orange-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark-orange:focus, .link-dark-orange:hover {
    color: RGBA(127, 49, 15, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(127, 49, 15, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(127, 49, 15, var(--bs-link-underline-opacity, 1)) !important
}

.link-yellow {
    color: RGBA(var(--bs-yellow-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-yellow-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-yellow-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-yellow:focus, .link-yellow:hover {
    color: RGBA(252, 162, 80, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(252, 162, 80, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(252, 162, 80, var(--bs-link-underline-opacity, 1)) !important
}

.link-green {
    color: RGBA(var(--bs-green-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-green-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-green:focus, .link-green:hover {
    color: RGBA(0, 82, 41, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(0, 82, 41, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(0, 82, 41, var(--bs-link-underline-opacity, 1)) !important
}

.link-teal {
    color: RGBA(var(--bs-teal-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-teal-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-teal-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-teal:focus, .link-teal:hover {
    color: RGBA(12, 61, 74, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(12, 61, 74, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(12, 61, 74, var(--bs-link-underline-opacity, 1)) !important
}

.link-cyan {
    color: RGBA(var(--bs-cyan-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-cyan-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-cyan-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-cyan:focus, .link-cyan:hover {
    color: RGBA(69, 181, 198, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important
}

.link-light-green {
    color: RGBA(var(--bs-light-green-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-green-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light-green:focus, .link-light-green:hover {
    color: RGBA(232, 248, 225, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(232, 248, 225, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(232, 248, 225, var(--bs-link-underline-opacity, 1)) !important
}

.link-lighter-green {
    color: RGBA(var(--bs-lighter-green-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-lighter-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-lighter-green-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-lighter-green:focus, .link-lighter-green:hover {
    color: RGBA(240, 255, 245, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(240, 255, 245, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(240, 255, 245, var(--bs-link-underline-opacity, 1)) !important
}

.link-performance {
    color: RGBA(var(--bs-performance-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-performance-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-performance-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-performance:focus, .link-performance:hover {
    color: RGBA(230, 241, 236, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(230, 241, 236, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(230, 241, 236, var(--bs-link-underline-opacity, 1)) !important
}

.link-gray {
    color: RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-gray:focus, .link-gray:hover {
    color: RGBA(56, 56, 58, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(56, 56, 58, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(56, 56, 58, var(--bs-link-underline-opacity, 1)) !important
}

.link-light-gray {
    color: RGBA(var(--bs-light-gray-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-gray-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light-gray:focus, .link-light-gray:hover {
    color: RGBA(242, 242, 242, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(242, 242, 242, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(242, 242, 242, var(--bs-link-underline-opacity, 1)) !important
}

.link-mid-gray {
    color: RGBA(var(--bs-mid-gray-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-mid-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-mid-gray-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-mid-gray:focus, .link-mid-gray:hover {
    color: RGBA(240, 240, 240, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(240, 240, 240, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(240, 240, 240, var(--bs-link-underline-opacity, 1)) !important
}

.link-lighter-gray {
    color: RGBA(var(--bs-lighter-gray-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-lighter-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-lighter-gray-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-lighter-gray:focus, .link-lighter-gray:hover {
    color: RGBA(249, 249, 249, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(249, 249, 249, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 249, 249, var(--bs-link-underline-opacity, 1)) !important
}

.link-violet {
    color: RGBA(var(--bs-violet-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-violet-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-violet-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-violet:focus, .link-violet:hover {
    color: RGBA(76, 12, 51, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(76, 12, 51, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(76, 12, 51, var(--bs-link-underline-opacity, 1)) !important
}

.link-contact-green {
    color: RGBA(var(--bs-contact-green-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-contact-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-contact-green-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-contact-green:focus, .link-contact-green:hover {
    color: RGBA(225, 235, 224, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(225, 235, 224, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(225, 235, 224, var(--bs-link-underline-opacity, 1)) !important
}

.link-apply-green {
    color: RGBA(var(--bs-apply-green-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-apply-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-apply-green-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-apply-green:focus, .link-apply-green:hover {
    color: RGBA(208, 224, 216, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(208, 224, 216, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(208, 224, 216, var(--bs-link-underline-opacity, 1)) !important
}

.link-purple {
    color: RGBA(var(--bs-purple-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-purple-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-purple-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-purple:focus, .link-purple:hover {
    color: RGBA(57, 7, 51, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(57, 7, 51, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(57, 7, 51, var(--bs-link-underline-opacity, 1)) !important
}

.link-gray-200 {
    color: RGBA(var(--bs-gray-200-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-gray-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-gray-200-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-gray-200:focus, .link-gray-200:hover {
    color: RGBA(174, 174, 174, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(174, 174, 174, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(174, 174, 174, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
    -webkit-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);
    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);
    outline: 0
}

.icon-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em
}

.icon-link > .bi {
    -ms-flex-negative: 0;
    fill: currentcolor;
    flex-shrink: 0;
    height: 1em;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    width: 1em
}

@media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        -webkit-transition: none;
        transition: none
    }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
    -webkit-transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 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 {
    top: 0
}

.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom, .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

@media (min-width: 576px) {
    .sticky-sm-top {
        top: 0
    }

    .sticky-sm-bottom, .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        top: 0
    }

    .sticky-md-bottom, .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        top: 0
    }

    .sticky-lg-bottom, .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-lg-bottom {
        bottom: 0
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        top: 0
    }

    .sticky-xl-bottom, .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-xl-bottom {
        bottom: 0
    }
}

@media (min-width: 1380px) {
    .sticky-xxl-top {
        top: 0
    }

    .sticky-xxl-bottom, .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        bottom: 0
    }
}

.hstack {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch
}

.hstack, .vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    align-self: stretch
}

.vstack {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
    position: absolute !important
}

.visually-hidden *, .visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: currentcolor;
    min-height: 1em;
    opacity: .25;
    width: var(--bs-border-width)
}

.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 {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
    box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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-blue {
    --bs-focus-ring-color: rgba(var(--bs-blue-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark-blue {
    --bs-focus-ring-color: rgba(var(--bs-dark-blue-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-indigo {
    --bs-focus-ring-color: rgba(var(--bs-indigo-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-pink {
    --bs-focus-ring-color: rgba(var(--bs-pink-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-red {
    --bs-focus-ring-color: rgba(var(--bs-red-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-orange {
    --bs-focus-ring-color: rgba(var(--bs-orange-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark-orange {
    --bs-focus-ring-color: rgba(var(--bs-dark-orange-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-yellow {
    --bs-focus-ring-color: rgba(var(--bs-yellow-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-green {
    --bs-focus-ring-color: rgba(var(--bs-green-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-teal {
    --bs-focus-ring-color: rgba(var(--bs-teal-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-cyan {
    --bs-focus-ring-color: rgba(var(--bs-cyan-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light-green {
    --bs-focus-ring-color: rgba(var(--bs-light-green-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-lighter-green {
    --bs-focus-ring-color: rgba(var(--bs-lighter-green-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-performance {
    --bs-focus-ring-color: rgba(var(--bs-performance-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-gray {
    --bs-focus-ring-color: rgba(var(--bs-gray-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light-gray {
    --bs-focus-ring-color: rgba(var(--bs-light-gray-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-mid-gray {
    --bs-focus-ring-color: rgba(var(--bs-mid-gray-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-lighter-gray {
    --bs-focus-ring-color: rgba(var(--bs-lighter-gray-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-violet {
    --bs-focus-ring-color: rgba(var(--bs-violet-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-contact-green {
    --bs-focus-ring-color: rgba(var(--bs-contact-green-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-apply-green {
    --bs-focus-ring-color: rgba(var(--bs-apply-green-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-purple {
    --bs-focus-ring-color: rgba(var(--bs-purple-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-gray-200 {
    --bs-focus-ring-color: rgba(var(--bs-gray-200-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: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    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-blue {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray-200 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-200-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: 0.1
}

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

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

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

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

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-1_25 {
    margin: .3rem !important
}

.m-1_5 {
    margin: .35rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-2_5 {
    margin: .75rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-3_25 {
    margin: 1.25rem !important
}

.m-3_5 {
    margin: 1.5rem !important
}

.m-3_75 {
    margin: 1.75rem !important
}

.m-4 {
    margin: 2rem !important
}

.m-4_5 {
    margin: 2.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-6 {
    margin: 4rem !important
}

.m-6_5 {
    margin: 4.5rem !important
}

.m-7 {
    margin: 5rem !important
}

.m-8 {
    margin: 6rem !important
}

.m-9 {
    margin: 7rem !important
}

.m-10 {
    margin: 8rem !important
}

.m-11 {
    margin: 11rem !important
}

.m-12 {
    margin: 12rem !important
}

.m-13 {
    margin: 13rem !important
}

.m-14 {
    margin: 14rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-1_25 {
    margin-left: .3rem !important;
    margin-right: .3rem !important
}

.mx-1_5 {
    margin-left: .35rem !important;
    margin-right: .35rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-2_5 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-3_25 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
}

.mx-3_5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-3_75 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important
}

.mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.mx-4_5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.mx-6_5 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
}

.mx-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
}

.mx-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
}

.mx-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
}

.mx-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
}

.mx-11 {
    margin-left: 11rem !important;
    margin-right: 11rem !important
}

.mx-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
}

.mx-13 {
    margin-left: 13rem !important;
    margin-right: 13rem !important
}

.mx-14 {
    margin-left: 14rem !important;
    margin-right: 14rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-1_25 {
    margin-bottom: .3rem !important;
    margin-top: .3rem !important
}

.my-1_5 {
    margin-bottom: .35rem !important;
    margin-top: .35rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-2_5 {
    margin-bottom: .75rem !important;
    margin-top: .75rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-3_25 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important
}

.my-3_5 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-3_75 {
    margin-bottom: 1.75rem !important;
    margin-top: 1.75rem !important
}

.my-4 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
}

.my-4_5 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
}

.my-6_5 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
}

.my-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
}

.my-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
}

.my-9 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
}

.my-10 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important
}

.my-11 {
    margin-bottom: 11rem !important;
    margin-top: 11rem !important
}

.my-12 {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important
}

.my-13 {
    margin-bottom: 13rem !important;
    margin-top: 13rem !important
}

.my-14 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-1_25 {
    margin-top: .3rem !important
}

.mt-1_5 {
    margin-top: .35rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-2_5 {
    margin-top: .75rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-3_25 {
    margin-top: 1.25rem !important
}

.mt-3_5 {
    margin-top: 1.5rem !important
}

.mt-3_75 {
    margin-top: 1.75rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.mt-4_5 {
    margin-top: 2.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-6 {
    margin-top: 4rem !important
}

.mt-6_5 {
    margin-top: 4.5rem !important
}

.mt-7 {
    margin-top: 5rem !important
}

.mt-8 {
    margin-top: 6rem !important
}

.mt-9 {
    margin-top: 7rem !important
}

.mt-10 {
    margin-top: 8rem !important
}

.mt-11 {
    margin-top: 11rem !important
}

.mt-12 {
    margin-top: 12rem !important
}

.mt-13 {
    margin-top: 13rem !important
}

.mt-14 {
    margin-top: 14rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-1_25 {
    margin-right: .3rem !important
}

.me-1_5 {
    margin-right: .35rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-2_5 {
    margin-right: .75rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-3_25 {
    margin-right: 1.25rem !important
}

.me-3_5 {
    margin-right: 1.5rem !important
}

.me-3_75 {
    margin-right: 1.75rem !important
}

.me-4 {
    margin-right: 2rem !important
}

.me-4_5 {
    margin-right: 2.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-6 {
    margin-right: 4rem !important
}

.me-6_5 {
    margin-right: 4.5rem !important
}

.me-7 {
    margin-right: 5rem !important
}

.me-8 {
    margin-right: 6rem !important
}

.me-9 {
    margin-right: 7rem !important
}

.me-10 {
    margin-right: 8rem !important
}

.me-11 {
    margin-right: 11rem !important
}

.me-12 {
    margin-right: 12rem !important
}

.me-13 {
    margin-right: 13rem !important
}

.me-14 {
    margin-right: 14rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-1_25 {
    margin-bottom: .3rem !important
}

.mb-1_5 {
    margin-bottom: .35rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-2_5 {
    margin-bottom: .75rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-3_25 {
    margin-bottom: 1.25rem !important
}

.mb-3_5 {
    margin-bottom: 1.5rem !important
}

.mb-3_75 {
    margin-bottom: 1.75rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.mb-4_5 {
    margin-bottom: 2.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-6 {
    margin-bottom: 4rem !important
}

.mb-6_5 {
    margin-bottom: 4.5rem !important
}

.mb-7 {
    margin-bottom: 5rem !important
}

.mb-8 {
    margin-bottom: 6rem !important
}

.mb-9 {
    margin-bottom: 7rem !important
}

.mb-10 {
    margin-bottom: 8rem !important
}

.mb-11 {
    margin-bottom: 11rem !important
}

.mb-12 {
    margin-bottom: 12rem !important
}

.mb-13 {
    margin-bottom: 13rem !important
}

.mb-14 {
    margin-bottom: 14rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-1_25 {
    margin-left: .3rem !important
}

.ms-1_5 {
    margin-left: .35rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-2_5 {
    margin-left: .75rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-3_25 {
    margin-left: 1.25rem !important
}

.ms-3_5 {
    margin-left: 1.5rem !important
}

.ms-3_75 {
    margin-left: 1.75rem !important
}

.ms-4 {
    margin-left: 2rem !important
}

.ms-4_5 {
    margin-left: 2.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-6 {
    margin-left: 4rem !important
}

.ms-6_5 {
    margin-left: 4.5rem !important
}

.ms-7 {
    margin-left: 5rem !important
}

.ms-8 {
    margin-left: 6rem !important
}

.ms-9 {
    margin-left: 7rem !important
}

.ms-10 {
    margin-left: 8rem !important
}

.ms-11 {
    margin-left: 11rem !important
}

.ms-12 {
    margin-left: 12rem !important
}

.ms-13 {
    margin-left: 13rem !important
}

.ms-14 {
    margin-left: 14rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -.25rem !important
}

.m-n1_25 {
    margin: -.3rem !important
}

.m-n1_5 {
    margin: -.35rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.m-n2_5 {
    margin: -.75rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n3_25 {
    margin: -1.25rem !important
}

.m-n3_5 {
    margin: -1.5rem !important
}

.m-n3_75 {
    margin: -1.75rem !important
}

.m-n4 {
    margin: -2rem !important
}

.m-n4_5 {
    margin: -2.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.m-n6 {
    margin: -4rem !important
}

.m-n6_5 {
    margin: -4.5rem !important
}

.m-n7 {
    margin: -5rem !important
}

.m-n8 {
    margin: -6rem !important
}

.m-n9 {
    margin: -7rem !important
}

.m-n10 {
    margin: -8rem !important
}

.m-n11 {
    margin: -11rem !important
}

.m-n12 {
    margin: -12rem !important
}

.m-n13 {
    margin: -13rem !important
}

.m-n14 {
    margin: -14rem !important
}

.mx-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
}

.mx-n1_25 {
    margin-left: -.3rem !important;
    margin-right: -.3rem !important
}

.mx-n1_5 {
    margin-left: -.35rem !important;
    margin-right: -.35rem !important
}

.mx-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
}

.mx-n2_5 {
    margin-left: -.75rem !important;
    margin-right: -.75rem !important
}

.mx-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
}

.mx-n3_25 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
}

.mx-n3_5 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
}

.mx-n3_75 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important
}

.mx-n4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
}

.mx-n4_5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
}

.mx-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
}

.mx-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
}

.mx-n6_5 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
}

.mx-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
}

.mx-n8 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
}

.mx-n9 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
}

.mx-n10 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
}

.mx-n11 {
    margin-left: -11rem !important;
    margin-right: -11rem !important
}

.mx-n12 {
    margin-left: -12rem !important;
    margin-right: -12rem !important
}

.mx-n13 {
    margin-left: -13rem !important;
    margin-right: -13rem !important
}

.mx-n14 {
    margin-left: -14rem !important;
    margin-right: -14rem !important
}

.my-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
}

.my-n1_25 {
    margin-bottom: -.3rem !important;
    margin-top: -.3rem !important
}

.my-n1_5 {
    margin-bottom: -.35rem !important;
    margin-top: -.35rem !important
}

.my-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
}

.my-n2_5 {
    margin-bottom: -.75rem !important;
    margin-top: -.75rem !important
}

.my-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
}

.my-n3_25 {
    margin-bottom: -1.25rem !important;
    margin-top: -1.25rem !important
}

.my-n3_5 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
}

.my-n3_75 {
    margin-bottom: -1.75rem !important;
    margin-top: -1.75rem !important
}

.my-n4 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
}

.my-n4_5 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important
}

.my-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
}

.my-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
}

.my-n6_5 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
}

.my-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
}

.my-n8 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
}

.my-n9 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
}

.my-n10 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important
}

.my-n11 {
    margin-bottom: -11rem !important;
    margin-top: -11rem !important
}

.my-n12 {
    margin-bottom: -12rem !important;
    margin-top: -12rem !important
}

.my-n13 {
    margin-bottom: -13rem !important;
    margin-top: -13rem !important
}

.my-n14 {
    margin-bottom: -14rem !important;
    margin-top: -14rem !important
}

.mt-n1 {
    margin-top: -.25rem !important
}

.mt-n1_25 {
    margin-top: -.3rem !important
}

.mt-n1_5 {
    margin-top: -.35rem !important
}

.mt-n2 {
    margin-top: -.5rem !important
}

.mt-n2_5 {
    margin-top: -.75rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.mt-n3_25 {
    margin-top: -1.25rem !important
}

.mt-n3_5 {
    margin-top: -1.5rem !important
}

.mt-n3_75 {
    margin-top: -1.75rem !important
}

.mt-n4 {
    margin-top: -2rem !important
}

.mt-n4_5 {
    margin-top: -2.5rem !important
}

.mt-n5 {
    margin-top: -3rem !important
}

.mt-n6 {
    margin-top: -4rem !important
}

.mt-n6_5 {
    margin-top: -4.5rem !important
}

.mt-n7 {
    margin-top: -5rem !important
}

.mt-n8 {
    margin-top: -6rem !important
}

.mt-n9 {
    margin-top: -7rem !important
}

.mt-n10 {
    margin-top: -8rem !important
}

.mt-n11 {
    margin-top: -11rem !important
}

.mt-n12 {
    margin-top: -12rem !important
}

.mt-n13 {
    margin-top: -13rem !important
}

.mt-n14 {
    margin-top: -14rem !important
}

.me-n1 {
    margin-right: -.25rem !important
}

.me-n1_25 {
    margin-right: -.3rem !important
}

.me-n1_5 {
    margin-right: -.35rem !important
}

.me-n2 {
    margin-right: -.5rem !important
}

.me-n2_5 {
    margin-right: -.75rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n3_25 {
    margin-right: -1.25rem !important
}

.me-n3_5 {
    margin-right: -1.5rem !important
}

.me-n3_75 {
    margin-right: -1.75rem !important
}

.me-n4 {
    margin-right: -2rem !important
}

.me-n4_5 {
    margin-right: -2.5rem !important
}

.me-n5 {
    margin-right: -3rem !important
}

.me-n6 {
    margin-right: -4rem !important
}

.me-n6_5 {
    margin-right: -4.5rem !important
}

.me-n7 {
    margin-right: -5rem !important
}

.me-n8 {
    margin-right: -6rem !important
}

.me-n9 {
    margin-right: -7rem !important
}

.me-n10 {
    margin-right: -8rem !important
}

.me-n11 {
    margin-right: -11rem !important
}

.me-n12 {
    margin-right: -12rem !important
}

.me-n13 {
    margin-right: -13rem !important
}

.me-n14 {
    margin-right: -14rem !important
}

.mb-n1 {
    margin-bottom: -.25rem !important
}

.mb-n1_25 {
    margin-bottom: -.3rem !important
}

.mb-n1_5 {
    margin-bottom: -.35rem !important
}

.mb-n2 {
    margin-bottom: -.5rem !important
}

.mb-n2_5 {
    margin-bottom: -.75rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mb-n3_25 {
    margin-bottom: -1.25rem !important
}

.mb-n3_5 {
    margin-bottom: -1.5rem !important
}

.mb-n3_75 {
    margin-bottom: -1.75rem !important
}

.mb-n4 {
    margin-bottom: -2rem !important
}

.mb-n4_5 {
    margin-bottom: -2.5rem !important
}

.mb-n5 {
    margin-bottom: -3rem !important
}

.mb-n6 {
    margin-bottom: -4rem !important
}

.mb-n6_5 {
    margin-bottom: -4.5rem !important
}

.mb-n7 {
    margin-bottom: -5rem !important
}

.mb-n8 {
    margin-bottom: -6rem !important
}

.mb-n9 {
    margin-bottom: -7rem !important
}

.mb-n10 {
    margin-bottom: -8rem !important
}

.mb-n11 {
    margin-bottom: -11rem !important
}

.mb-n12 {
    margin-bottom: -12rem !important
}

.mb-n13 {
    margin-bottom: -13rem !important
}

.mb-n14 {
    margin-bottom: -14rem !important
}

.ms-n1 {
    margin-left: -.25rem !important
}

.ms-n1_25 {
    margin-left: -.3rem !important
}

.ms-n1_5 {
    margin-left: -.35rem !important
}

.ms-n2 {
    margin-left: -.5rem !important
}

.ms-n2_5 {
    margin-left: -.75rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n3_25 {
    margin-left: -1.25rem !important
}

.ms-n3_5 {
    margin-left: -1.5rem !important
}

.ms-n3_75 {
    margin-left: -1.75rem !important
}

.ms-n4 {
    margin-left: -2rem !important
}

.ms-n4_5 {
    margin-left: -2.5rem !important
}

.ms-n5 {
    margin-left: -3rem !important
}

.ms-n6 {
    margin-left: -4rem !important
}

.ms-n6_5 {
    margin-left: -4.5rem !important
}

.ms-n7 {
    margin-left: -5rem !important
}

.ms-n8 {
    margin-left: -6rem !important
}

.ms-n9 {
    margin-left: -7rem !important
}

.ms-n10 {
    margin-left: -8rem !important
}

.ms-n11 {
    margin-left: -11rem !important
}

.ms-n12 {
    margin-left: -12rem !important
}

.ms-n13 {
    margin-left: -13rem !important
}

.ms-n14 {
    margin-left: -14rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-1_25 {
    padding: .3rem !important
}

.p-1_5 {
    padding: .35rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-2_5 {
    padding: .75rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-3_25 {
    padding: 1.25rem !important
}

.p-3_5 {
    padding: 1.5rem !important
}

.p-3_75 {
    padding: 1.75rem !important
}

.p-4 {
    padding: 2rem !important
}

.p-4_5 {
    padding: 2.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.p-6 {
    padding: 4rem !important
}

.p-6_5 {
    padding: 4.5rem !important
}

.p-7 {
    padding: 5rem !important
}

.p-8 {
    padding: 6rem !important
}

.p-9 {
    padding: 7rem !important
}

.p-10 {
    padding: 8rem !important
}

.p-11 {
    padding: 11rem !important
}

.p-12 {
    padding: 12rem !important
}

.p-13 {
    padding: 13rem !important
}

.p-14 {
    padding: 14rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-1_25 {
    padding-left: .3rem !important;
    padding-right: .3rem !important
}

.px-1_5 {
    padding-left: .35rem !important;
    padding-right: .35rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-2_5 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-3_25 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

.px-3_5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-3_75 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important
}

.px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.px-4_5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.px-6_5 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
}

.px-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.px-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
}

.px-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
}

.px-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
}

.px-11 {
    padding-left: 11rem !important;
    padding-right: 11rem !important
}

.px-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
}

.px-13 {
    padding-left: 13rem !important;
    padding-right: 13rem !important
}

.px-14 {
    padding-left: 14rem !important;
    padding-right: 14rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-1_25 {
    padding-bottom: .3rem !important;
    padding-top: .3rem !important
}

.py-1_5 {
    padding-bottom: .35rem !important;
    padding-top: .35rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-2_5 {
    padding-bottom: .75rem !important;
    padding-top: .75rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-3_25 {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important
}

.py-3_5 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-3_75 {
    padding-bottom: 1.75rem !important;
    padding-top: 1.75rem !important
}

.py-4 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
}

.py-4_5 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.py-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
}

.py-6_5 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

.py-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
}

.py-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
}

.py-9 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
}

.py-10 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important
}

.py-11 {
    padding-bottom: 11rem !important;
    padding-top: 11rem !important
}

.py-12 {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important
}

.py-13 {
    padding-bottom: 13rem !important;
    padding-top: 13rem !important
}

.py-14 {
    padding-bottom: 14rem !important;
    padding-top: 14rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-1_25 {
    padding-top: .3rem !important
}

.pt-1_5 {
    padding-top: .35rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-2_5 {
    padding-top: .75rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-3_25 {
    padding-top: 1.25rem !important
}

.pt-3_5 {
    padding-top: 1.5rem !important
}

.pt-3_75 {
    padding-top: 1.75rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pt-4_5 {
    padding-top: 2.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pt-6 {
    padding-top: 4rem !important
}

.pt-6_5 {
    padding-top: 4.5rem !important
}

.pt-7 {
    padding-top: 5rem !important
}

.pt-8 {
    padding-top: 6rem !important
}

.pt-9 {
    padding-top: 7rem !important
}

.pt-10 {
    padding-top: 8rem !important
}

.pt-11 {
    padding-top: 11rem !important
}

.pt-12 {
    padding-top: 12rem !important
}

.pt-13 {
    padding-top: 13rem !important
}

.pt-14 {
    padding-top: 14rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-1_25 {
    padding-right: .3rem !important
}

.pe-1_5 {
    padding-right: .35rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-2_5 {
    padding-right: .75rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-3_25 {
    padding-right: 1.25rem !important
}

.pe-3_5 {
    padding-right: 1.5rem !important
}

.pe-3_75 {
    padding-right: 1.75rem !important
}

.pe-4 {
    padding-right: 2rem !important
}

.pe-4_5 {
    padding-right: 2.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pe-6 {
    padding-right: 4rem !important
}

.pe-6_5 {
    padding-right: 4.5rem !important
}

.pe-7 {
    padding-right: 5rem !important
}

.pe-8 {
    padding-right: 6rem !important
}

.pe-9 {
    padding-right: 7rem !important
}

.pe-10 {
    padding-right: 8rem !important
}

.pe-11 {
    padding-right: 11rem !important
}

.pe-12 {
    padding-right: 12rem !important
}

.pe-13 {
    padding-right: 13rem !important
}

.pe-14 {
    padding-right: 14rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-1_25 {
    padding-bottom: .3rem !important
}

.pb-1_5 {
    padding-bottom: .35rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-2_5 {
    padding-bottom: .75rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-3_25 {
    padding-bottom: 1.25rem !important
}

.pb-3_5 {
    padding-bottom: 1.5rem !important
}

.pb-3_75 {
    padding-bottom: 1.75rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.pb-4_5 {
    padding-bottom: 2.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pb-6 {
    padding-bottom: 4rem !important
}

.pb-6_5 {
    padding-bottom: 4.5rem !important
}

.pb-7 {
    padding-bottom: 5rem !important
}

.pb-8 {
    padding-bottom: 6rem !important
}

.pb-9 {
    padding-bottom: 7rem !important
}

.pb-10 {
    padding-bottom: 8rem !important
}

.pb-11 {
    padding-bottom: 11rem !important
}

.pb-12 {
    padding-bottom: 12rem !important
}

.pb-13 {
    padding-bottom: 13rem !important
}

.pb-14 {
    padding-bottom: 14rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-1_25 {
    padding-left: .3rem !important
}

.ps-1_5 {
    padding-left: .35rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-2_5 {
    padding-left: .75rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-3_25 {
    padding-left: 1.25rem !important
}

.ps-3_5 {
    padding-left: 1.5rem !important
}

.ps-3_75 {
    padding-left: 1.75rem !important
}

.ps-4 {
    padding-left: 2rem !important
}

.ps-4_5 {
    padding-left: 2.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.ps-6 {
    padding-left: 4rem !important
}

.ps-6_5 {
    padding-left: 4.5rem !important
}

.ps-7 {
    padding-left: 5rem !important
}

.ps-8 {
    padding-left: 6rem !important
}

.ps-9 {
    padding-left: 7rem !important
}

.ps-10 {
    padding-left: 8rem !important
}

.ps-11 {
    padding-left: 11rem !important
}

.ps-12 {
    padding-left: 12rem !important
}

.ps-13 {
    padding-left: 13rem !important
}

.ps-14 {
    padding-left: 14rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-1_25 {
    gap: .3rem !important
}

.gap-1_5 {
    gap: .35rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-2_5 {
    gap: .75rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-3_25 {
    gap: 1.25rem !important
}

.gap-3_5 {
    gap: 1.5rem !important
}

.gap-3_75 {
    gap: 1.75rem !important
}

.gap-4 {
    gap: 2rem !important
}

.gap-4_5 {
    gap: 2.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.gap-6 {
    gap: 4rem !important
}

.gap-6_5 {
    gap: 4.5rem !important
}

.gap-7 {
    gap: 5rem !important
}

.gap-8 {
    gap: 6rem !important
}

.gap-9 {
    gap: 7rem !important
}

.gap-10 {
    gap: 8rem !important
}

.gap-11 {
    gap: 11rem !important
}

.gap-12 {
    gap: 12rem !important
}

.gap-13 {
    gap: 13rem !important
}

.gap-14 {
    gap: 14rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-1_25 {
    row-gap: .3rem !important
}

.row-gap-1_5 {
    row-gap: .35rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-2_5 {
    row-gap: .75rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-3_25 {
    row-gap: 1.25rem !important
}

.row-gap-3_5 {
    row-gap: 1.5rem !important
}

.row-gap-3_75 {
    row-gap: 1.75rem !important
}

.row-gap-4 {
    row-gap: 2rem !important
}

.row-gap-4_5 {
    row-gap: 2.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.row-gap-6 {
    row-gap: 4rem !important
}

.row-gap-6_5 {
    row-gap: 4.5rem !important
}

.row-gap-7 {
    row-gap: 5rem !important
}

.row-gap-8 {
    row-gap: 6rem !important
}

.row-gap-9 {
    row-gap: 7rem !important
}

.row-gap-10 {
    row-gap: 8rem !important
}

.row-gap-11 {
    row-gap: 11rem !important
}

.row-gap-12 {
    row-gap: 12rem !important
}

.row-gap-13 {
    row-gap: 13rem !important
}

.row-gap-14 {
    row-gap: 14rem !important
}

.column-gap-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-1_25 {
    -webkit-column-gap: .3rem !important;
    -moz-column-gap: .3rem !important;
    column-gap: .3rem !important
}

.column-gap-1_5 {
    -webkit-column-gap: .35rem !important;
    -moz-column-gap: .35rem !important;
    column-gap: .35rem !important
}

.column-gap-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-2_5 {
    -webkit-column-gap: .75rem !important;
    -moz-column-gap: .75rem !important;
    column-gap: .75rem !important
}

.column-gap-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-3_25 {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important
}

.column-gap-3_5 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-3_75 {
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important
}

.column-gap-4 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important
}

.column-gap-4_5 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important
}

.column-gap-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.column-gap-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
}

.column-gap-6_5 {
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important
}

.column-gap-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important
}

.column-gap-8 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important
}

.column-gap-9 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important
}

.column-gap-10 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important
}

.column-gap-11 {
    -webkit-column-gap: 11rem !important;
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important
}

.column-gap-12 {
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important
}

.column-gap-13 {
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important
}

.column-gap-14 {
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.41875rem + 2.025vw) !important
}

.fs-2 {
    font-size: calc(1.39375rem + 1.725vw) !important
}

.fs-3 {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-3_3 {
    font-size: calc(1.33125rem + .975vw) !important
}

.fs-4 {
    font-size: calc(1.3125rem + .75vw) !important
}

.fs-5 {
    font-size: calc(1.28125rem + .375vw) !important
}

.fs-6 {
    font-size: 1.125rem !important
}

.fs-7 {
    font-size: 1rem !important
}

.fs-8 {
    font-size: .875rem !important
}

.fs-9 {
    font-size: .75rem !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-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.4 !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-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important
}

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

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

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

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

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

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

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

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

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

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

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

.text-lighter-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-lighter-green-rgb), var(--bs-text-opacity)) !important
}

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

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

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

.text-mid-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-mid-gray-rgb), var(--bs-text-opacity)) !important
}

.text-lighter-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-lighter-gray-rgb), var(--bs-text-opacity)) !important
}

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

.text-contact-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-contact-green-rgb), var(--bs-text-opacity)) !important
}

.text-apply-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-apply-green-rgb), var(--bs-text-opacity)) !important
}

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

.text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-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: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !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: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.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: 0.1
}

.link-opacity-25, .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50, .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75, .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.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;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-blue {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-blue-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-blue-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark-blue {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-blue-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-dark-blue-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-indigo {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-indigo-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-indigo-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-pink {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-pink-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-pink-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-red {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-red-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-red-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-orange {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-orange-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-orange-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark-orange {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-orange-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-dark-orange-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-yellow {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-yellow-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-yellow-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-green {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-green-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-green-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-teal {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-teal-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-teal-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-cyan {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-cyan-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-cyan-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light-green {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-green-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-light-green-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-lighter-green {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-lighter-green-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-lighter-green-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-performance {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-performance-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-performance-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-gray {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light-gray {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-gray-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-light-gray-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-mid-gray {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-mid-gray-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-mid-gray-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-lighter-gray {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-lighter-gray-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-lighter-gray-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-violet {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-violet-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-violet-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-contact-green {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-contact-green-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-contact-green-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-apply-green {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-apply-green-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-apply-green-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-purple {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-purple-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-purple-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-gray-200 {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-gray-200-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-gray-200-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    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: 0.1
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.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-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important
}

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

.bg-indigo {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important
}

.bg-pink {
    background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important
}

.bg-pink, .bg-red {
    --bs-bg-opacity: 1
}

.bg-red {
    background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important
}

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

.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important
}

.bg-teal {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important
}

.bg-cyan {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-cyan-rgb), var(--bs-bg-opacity)) !important
}

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

.bg-lighter-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lighter-green-rgb), var(--bs-bg-opacity)) !important
}

.bg-performance {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-performance-rgb), var(--bs-bg-opacity)) !important
}

.bg-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important
}

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

.bg-mid-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-mid-gray-rgb), var(--bs-bg-opacity)) !important
}

.bg-lighter-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lighter-gray-rgb), var(--bs-bg-opacity)) !important
}

.bg-violet {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-violet-rgb), var(--bs-bg-opacity)) !important
}

.bg-contact-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-contact-green-rgb), var(--bs-bg-opacity)) !important
}

.bg-apply-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-apply-green-rgb), var(--bs-bg-opacity)) !important
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important
}

.bg-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-200-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: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-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;
    -moz-user-select: all !important;
    user-select: all !important
}

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

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-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-bottom-right-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

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

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

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

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

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

.rounded-end-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
}

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

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

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

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

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

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

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

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

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

.rounded-bottom-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-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
}

@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 {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-1_25 {
        margin: .3rem !important
    }

    .m-sm-1_5 {
        margin: .35rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-2_5 {
        margin: .75rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-3_25 {
        margin: 1.25rem !important
    }

    .m-sm-3_5 {
        margin: 1.5rem !important
    }

    .m-sm-3_75 {
        margin: 1.75rem !important
    }

    .m-sm-4 {
        margin: 2rem !important
    }

    .m-sm-4_5 {
        margin: 2.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-6 {
        margin: 4rem !important
    }

    .m-sm-6_5 {
        margin: 4.5rem !important
    }

    .m-sm-7 {
        margin: 5rem !important
    }

    .m-sm-8 {
        margin: 6rem !important
    }

    .m-sm-9 {
        margin: 7rem !important
    }

    .m-sm-10 {
        margin: 8rem !important
    }

    .m-sm-11 {
        margin: 11rem !important
    }

    .m-sm-12 {
        margin: 12rem !important
    }

    .m-sm-13 {
        margin: 13rem !important
    }

    .m-sm-14 {
        margin: 14rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-1_25 {
        margin-left: .3rem !important;
        margin-right: .3rem !important
    }

    .mx-sm-1_5 {
        margin-left: .35rem !important;
        margin-right: .35rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-2_5 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-3_25 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-sm-3_5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-3_75 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-sm-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-sm-4_5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-sm-6_5 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-sm-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-sm-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-sm-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-sm-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-sm-11 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .mx-sm-12 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .mx-sm-13 {
        margin-left: 13rem !important;
        margin-right: 13rem !important
    }

    .mx-sm-14 {
        margin-left: 14rem !important;
        margin-right: 14rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-1_25 {
        margin-bottom: .3rem !important;
        margin-top: .3rem !important
    }

    .my-sm-1_5 {
        margin-bottom: .35rem !important;
        margin-top: .35rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-2_5 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-3_25 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-sm-3_5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-3_75 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-sm-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-sm-4_5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-sm-6_5 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-sm-7 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-sm-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-sm-9 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-sm-10 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-sm-11 {
        margin-bottom: 11rem !important;
        margin-top: 11rem !important
    }

    .my-sm-12 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .my-sm-13 {
        margin-bottom: 13rem !important;
        margin-top: 13rem !important
    }

    .my-sm-14 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-1_25 {
        margin-top: .3rem !important
    }

    .mt-sm-1_5 {
        margin-top: .35rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-2_5 {
        margin-top: .75rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-3_25 {
        margin-top: 1.25rem !important
    }

    .mt-sm-3_5 {
        margin-top: 1.5rem !important
    }

    .mt-sm-3_75 {
        margin-top: 1.75rem !important
    }

    .mt-sm-4 {
        margin-top: 2rem !important
    }

    .mt-sm-4_5 {
        margin-top: 2.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-6 {
        margin-top: 4rem !important
    }

    .mt-sm-6_5 {
        margin-top: 4.5rem !important
    }

    .mt-sm-7 {
        margin-top: 5rem !important
    }

    .mt-sm-8 {
        margin-top: 6rem !important
    }

    .mt-sm-9 {
        margin-top: 7rem !important
    }

    .mt-sm-10 {
        margin-top: 8rem !important
    }

    .mt-sm-11 {
        margin-top: 11rem !important
    }

    .mt-sm-12 {
        margin-top: 12rem !important
    }

    .mt-sm-13 {
        margin-top: 13rem !important
    }

    .mt-sm-14 {
        margin-top: 14rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-1_25 {
        margin-right: .3rem !important
    }

    .me-sm-1_5 {
        margin-right: .35rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-2_5 {
        margin-right: .75rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-3_25 {
        margin-right: 1.25rem !important
    }

    .me-sm-3_5 {
        margin-right: 1.5rem !important
    }

    .me-sm-3_75 {
        margin-right: 1.75rem !important
    }

    .me-sm-4 {
        margin-right: 2rem !important
    }

    .me-sm-4_5 {
        margin-right: 2.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-6 {
        margin-right: 4rem !important
    }

    .me-sm-6_5 {
        margin-right: 4.5rem !important
    }

    .me-sm-7 {
        margin-right: 5rem !important
    }

    .me-sm-8 {
        margin-right: 6rem !important
    }

    .me-sm-9 {
        margin-right: 7rem !important
    }

    .me-sm-10 {
        margin-right: 8rem !important
    }

    .me-sm-11 {
        margin-right: 11rem !important
    }

    .me-sm-12 {
        margin-right: 12rem !important
    }

    .me-sm-13 {
        margin-right: 13rem !important
    }

    .me-sm-14 {
        margin-right: 14rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-1_25 {
        margin-bottom: .3rem !important
    }

    .mb-sm-1_5 {
        margin-bottom: .35rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-2_5 {
        margin-bottom: .75rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-3_25 {
        margin-bottom: 1.25rem !important
    }

    .mb-sm-3_5 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-3_75 {
        margin-bottom: 1.75rem !important
    }

    .mb-sm-4 {
        margin-bottom: 2rem !important
    }

    .mb-sm-4_5 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-6 {
        margin-bottom: 4rem !important
    }

    .mb-sm-6_5 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-7 {
        margin-bottom: 5rem !important
    }

    .mb-sm-8 {
        margin-bottom: 6rem !important
    }

    .mb-sm-9 {
        margin-bottom: 7rem !important
    }

    .mb-sm-10 {
        margin-bottom: 8rem !important
    }

    .mb-sm-11 {
        margin-bottom: 11rem !important
    }

    .mb-sm-12 {
        margin-bottom: 12rem !important
    }

    .mb-sm-13 {
        margin-bottom: 13rem !important
    }

    .mb-sm-14 {
        margin-bottom: 14rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-1_25 {
        margin-left: .3rem !important
    }

    .ms-sm-1_5 {
        margin-left: .35rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-2_5 {
        margin-left: .75rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-3_25 {
        margin-left: 1.25rem !important
    }

    .ms-sm-3_5 {
        margin-left: 1.5rem !important
    }

    .ms-sm-3_75 {
        margin-left: 1.75rem !important
    }

    .ms-sm-4 {
        margin-left: 2rem !important
    }

    .ms-sm-4_5 {
        margin-left: 2.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-6 {
        margin-left: 4rem !important
    }

    .ms-sm-6_5 {
        margin-left: 4.5rem !important
    }

    .ms-sm-7 {
        margin-left: 5rem !important
    }

    .ms-sm-8 {
        margin-left: 6rem !important
    }

    .ms-sm-9 {
        margin-left: 7rem !important
    }

    .ms-sm-10 {
        margin-left: 8rem !important
    }

    .ms-sm-11 {
        margin-left: 11rem !important
    }

    .ms-sm-12 {
        margin-left: 12rem !important
    }

    .ms-sm-13 {
        margin-left: 13rem !important
    }

    .ms-sm-14 {
        margin-left: 14rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .m-sm-n1_25 {
        margin: -.3rem !important
    }

    .m-sm-n1_5 {
        margin: -.35rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .m-sm-n2_5 {
        margin: -.75rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .m-sm-n3_25 {
        margin: -1.25rem !important
    }

    .m-sm-n3_5 {
        margin: -1.5rem !important
    }

    .m-sm-n3_75 {
        margin: -1.75rem !important
    }

    .m-sm-n4 {
        margin: -2rem !important
    }

    .m-sm-n4_5 {
        margin: -2.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .m-sm-n6 {
        margin: -4rem !important
    }

    .m-sm-n6_5 {
        margin: -4.5rem !important
    }

    .m-sm-n7 {
        margin: -5rem !important
    }

    .m-sm-n8 {
        margin: -6rem !important
    }

    .m-sm-n9 {
        margin: -7rem !important
    }

    .m-sm-n10 {
        margin: -8rem !important
    }

    .m-sm-n11 {
        margin: -11rem !important
    }

    .m-sm-n12 {
        margin: -12rem !important
    }

    .m-sm-n13 {
        margin: -13rem !important
    }

    .m-sm-n14 {
        margin: -14rem !important
    }

    .mx-sm-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-sm-n1_25 {
        margin-left: -.3rem !important;
        margin-right: -.3rem !important
    }

    .mx-sm-n1_5 {
        margin-left: -.35rem !important;
        margin-right: -.35rem !important
    }

    .mx-sm-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-sm-n2_5 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-sm-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-sm-n3_25 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-sm-n3_5 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-sm-n3_75 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-sm-n4 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-sm-n4_5 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-sm-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-sm-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-sm-n6_5 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-sm-n7 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-sm-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-sm-n9 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-sm-n10 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-sm-n11 {
        margin-left: -11rem !important;
        margin-right: -11rem !important
    }

    .mx-sm-n12 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .mx-sm-n13 {
        margin-left: -13rem !important;
        margin-right: -13rem !important
    }

    .mx-sm-n14 {
        margin-left: -14rem !important;
        margin-right: -14rem !important
    }

    .my-sm-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-sm-n1_25 {
        margin-bottom: -.3rem !important;
        margin-top: -.3rem !important
    }

    .my-sm-n1_5 {
        margin-bottom: -.35rem !important;
        margin-top: -.35rem !important
    }

    .my-sm-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-sm-n2_5 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-sm-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-sm-n3_25 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-sm-n3_5 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-sm-n3_75 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-sm-n4 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-sm-n4_5 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-sm-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-sm-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-sm-n6_5 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-sm-n7 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-sm-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-sm-n9 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-sm-n10 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-sm-n11 {
        margin-bottom: -11rem !important;
        margin-top: -11rem !important
    }

    .my-sm-n12 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .my-sm-n13 {
        margin-bottom: -13rem !important;
        margin-top: -13rem !important
    }

    .my-sm-n14 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important
    }

    .mt-sm-n1 {
        margin-top: -.25rem !important
    }

    .mt-sm-n1_25 {
        margin-top: -.3rem !important
    }

    .mt-sm-n1_5 {
        margin-top: -.35rem !important
    }

    .mt-sm-n2 {
        margin-top: -.5rem !important
    }

    .mt-sm-n2_5 {
        margin-top: -.75rem !important
    }

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n3_25 {
        margin-top: -1.25rem !important
    }

    .mt-sm-n3_5 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n3_75 {
        margin-top: -1.75rem !important
    }

    .mt-sm-n4 {
        margin-top: -2rem !important
    }

    .mt-sm-n4_5 {
        margin-top: -2.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -3rem !important
    }

    .mt-sm-n6 {
        margin-top: -4rem !important
    }

    .mt-sm-n6_5 {
        margin-top: -4.5rem !important
    }

    .mt-sm-n7 {
        margin-top: -5rem !important
    }

    .mt-sm-n8 {
        margin-top: -6rem !important
    }

    .mt-sm-n9 {
        margin-top: -7rem !important
    }

    .mt-sm-n10 {
        margin-top: -8rem !important
    }

    .mt-sm-n11 {
        margin-top: -11rem !important
    }

    .mt-sm-n12 {
        margin-top: -12rem !important
    }

    .mt-sm-n13 {
        margin-top: -13rem !important
    }

    .mt-sm-n14 {
        margin-top: -14rem !important
    }

    .me-sm-n1 {
        margin-right: -.25rem !important
    }

    .me-sm-n1_25 {
        margin-right: -.3rem !important
    }

    .me-sm-n1_5 {
        margin-right: -.35rem !important
    }

    .me-sm-n2 {
        margin-right: -.5rem !important
    }

    .me-sm-n2_5 {
        margin-right: -.75rem !important
    }

    .me-sm-n3 {
        margin-right: -1rem !important
    }

    .me-sm-n3_25 {
        margin-right: -1.25rem !important
    }

    .me-sm-n3_5 {
        margin-right: -1.5rem !important
    }

    .me-sm-n3_75 {
        margin-right: -1.75rem !important
    }

    .me-sm-n4 {
        margin-right: -2rem !important
    }

    .me-sm-n4_5 {
        margin-right: -2.5rem !important
    }

    .me-sm-n5 {
        margin-right: -3rem !important
    }

    .me-sm-n6 {
        margin-right: -4rem !important
    }

    .me-sm-n6_5 {
        margin-right: -4.5rem !important
    }

    .me-sm-n7 {
        margin-right: -5rem !important
    }

    .me-sm-n8 {
        margin-right: -6rem !important
    }

    .me-sm-n9 {
        margin-right: -7rem !important
    }

    .me-sm-n10 {
        margin-right: -8rem !important
    }

    .me-sm-n11 {
        margin-right: -11rem !important
    }

    .me-sm-n12 {
        margin-right: -12rem !important
    }

    .me-sm-n13 {
        margin-right: -13rem !important
    }

    .me-sm-n14 {
        margin-right: -14rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-sm-n1_25 {
        margin-bottom: -.3rem !important
    }

    .mb-sm-n1_5 {
        margin-bottom: -.35rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-sm-n2_5 {
        margin-bottom: -.75rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n3_25 {
        margin-bottom: -1.25rem !important
    }

    .mb-sm-n3_5 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n3_75 {
        margin-bottom: -1.75rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -2rem !important
    }

    .mb-sm-n4_5 {
        margin-bottom: -2.5rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -4rem !important
    }

    .mb-sm-n6_5 {
        margin-bottom: -4.5rem !important
    }

    .mb-sm-n7 {
        margin-bottom: -5rem !important
    }

    .mb-sm-n8 {
        margin-bottom: -6rem !important
    }

    .mb-sm-n9 {
        margin-bottom: -7rem !important
    }

    .mb-sm-n10 {
        margin-bottom: -8rem !important
    }

    .mb-sm-n11 {
        margin-bottom: -11rem !important
    }

    .mb-sm-n12 {
        margin-bottom: -12rem !important
    }

    .mb-sm-n13 {
        margin-bottom: -13rem !important
    }

    .mb-sm-n14 {
        margin-bottom: -14rem !important
    }

    .ms-sm-n1 {
        margin-left: -.25rem !important
    }

    .ms-sm-n1_25 {
        margin-left: -.3rem !important
    }

    .ms-sm-n1_5 {
        margin-left: -.35rem !important
    }

    .ms-sm-n2 {
        margin-left: -.5rem !important
    }

    .ms-sm-n2_5 {
        margin-left: -.75rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n3_25 {
        margin-left: -1.25rem !important
    }

    .ms-sm-n3_5 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n3_75 {
        margin-left: -1.75rem !important
    }

    .ms-sm-n4 {
        margin-left: -2rem !important
    }

    .ms-sm-n4_5 {
        margin-left: -2.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -3rem !important
    }

    .ms-sm-n6 {
        margin-left: -4rem !important
    }

    .ms-sm-n6_5 {
        margin-left: -4.5rem !important
    }

    .ms-sm-n7 {
        margin-left: -5rem !important
    }

    .ms-sm-n8 {
        margin-left: -6rem !important
    }

    .ms-sm-n9 {
        margin-left: -7rem !important
    }

    .ms-sm-n10 {
        margin-left: -8rem !important
    }

    .ms-sm-n11 {
        margin-left: -11rem !important
    }

    .ms-sm-n12 {
        margin-left: -12rem !important
    }

    .ms-sm-n13 {
        margin-left: -13rem !important
    }

    .ms-sm-n14 {
        margin-left: -14rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-1_25 {
        padding: .3rem !important
    }

    .p-sm-1_5 {
        padding: .35rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-2_5 {
        padding: .75rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-3_25 {
        padding: 1.25rem !important
    }

    .p-sm-3_5 {
        padding: 1.5rem !important
    }

    .p-sm-3_75 {
        padding: 1.75rem !important
    }

    .p-sm-4 {
        padding: 2rem !important
    }

    .p-sm-4_5 {
        padding: 2.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .p-sm-6 {
        padding: 4rem !important
    }

    .p-sm-6_5 {
        padding: 4.5rem !important
    }

    .p-sm-7 {
        padding: 5rem !important
    }

    .p-sm-8 {
        padding: 6rem !important
    }

    .p-sm-9 {
        padding: 7rem !important
    }

    .p-sm-10 {
        padding: 8rem !important
    }

    .p-sm-11 {
        padding: 11rem !important
    }

    .p-sm-12 {
        padding: 12rem !important
    }

    .p-sm-13 {
        padding: 13rem !important
    }

    .p-sm-14 {
        padding: 14rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-1_25 {
        padding-left: .3rem !important;
        padding-right: .3rem !important
    }

    .px-sm-1_5 {
        padding-left: .35rem !important;
        padding-right: .35rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-2_5 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-3_25 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-sm-3_5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-3_75 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-sm-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-sm-4_5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-sm-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-sm-6_5 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-sm-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-sm-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-sm-9 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-sm-10 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-sm-11 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-sm-12 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .px-sm-13 {
        padding-left: 13rem !important;
        padding-right: 13rem !important
    }

    .px-sm-14 {
        padding-left: 14rem !important;
        padding-right: 14rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-1_25 {
        padding-bottom: .3rem !important;
        padding-top: .3rem !important
    }

    .py-sm-1_5 {
        padding-bottom: .35rem !important;
        padding-top: .35rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-2_5 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-3_25 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-sm-3_5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-3_75 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-sm-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-sm-4_5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-sm-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-sm-6_5 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-sm-7 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-sm-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-sm-9 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-sm-10 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-sm-11 {
        padding-bottom: 11rem !important;
        padding-top: 11rem !important
    }

    .py-sm-12 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .py-sm-13 {
        padding-bottom: 13rem !important;
        padding-top: 13rem !important
    }

    .py-sm-14 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-1_25 {
        padding-top: .3rem !important
    }

    .pt-sm-1_5 {
        padding-top: .35rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-2_5 {
        padding-top: .75rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-3_25 {
        padding-top: 1.25rem !important
    }

    .pt-sm-3_5 {
        padding-top: 1.5rem !important
    }

    .pt-sm-3_75 {
        padding-top: 1.75rem !important
    }

    .pt-sm-4 {
        padding-top: 2rem !important
    }

    .pt-sm-4_5 {
        padding-top: 2.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pt-sm-6 {
        padding-top: 4rem !important
    }

    .pt-sm-6_5 {
        padding-top: 4.5rem !important
    }

    .pt-sm-7 {
        padding-top: 5rem !important
    }

    .pt-sm-8 {
        padding-top: 6rem !important
    }

    .pt-sm-9 {
        padding-top: 7rem !important
    }

    .pt-sm-10 {
        padding-top: 8rem !important
    }

    .pt-sm-11 {
        padding-top: 11rem !important
    }

    .pt-sm-12 {
        padding-top: 12rem !important
    }

    .pt-sm-13 {
        padding-top: 13rem !important
    }

    .pt-sm-14 {
        padding-top: 14rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-1_25 {
        padding-right: .3rem !important
    }

    .pe-sm-1_5 {
        padding-right: .35rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-2_5 {
        padding-right: .75rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-3_25 {
        padding-right: 1.25rem !important
    }

    .pe-sm-3_5 {
        padding-right: 1.5rem !important
    }

    .pe-sm-3_75 {
        padding-right: 1.75rem !important
    }

    .pe-sm-4 {
        padding-right: 2rem !important
    }

    .pe-sm-4_5 {
        padding-right: 2.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pe-sm-6 {
        padding-right: 4rem !important
    }

    .pe-sm-6_5 {
        padding-right: 4.5rem !important
    }

    .pe-sm-7 {
        padding-right: 5rem !important
    }

    .pe-sm-8 {
        padding-right: 6rem !important
    }

    .pe-sm-9 {
        padding-right: 7rem !important
    }

    .pe-sm-10 {
        padding-right: 8rem !important
    }

    .pe-sm-11 {
        padding-right: 11rem !important
    }

    .pe-sm-12 {
        padding-right: 12rem !important
    }

    .pe-sm-13 {
        padding-right: 13rem !important
    }

    .pe-sm-14 {
        padding-right: 14rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-1_25 {
        padding-bottom: .3rem !important
    }

    .pb-sm-1_5 {
        padding-bottom: .35rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-2_5 {
        padding-bottom: .75rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-3_25 {
        padding-bottom: 1.25rem !important
    }

    .pb-sm-3_5 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-3_75 {
        padding-bottom: 1.75rem !important
    }

    .pb-sm-4 {
        padding-bottom: 2rem !important
    }

    .pb-sm-4_5 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pb-sm-6 {
        padding-bottom: 4rem !important
    }

    .pb-sm-6_5 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-7 {
        padding-bottom: 5rem !important
    }

    .pb-sm-8 {
        padding-bottom: 6rem !important
    }

    .pb-sm-9 {
        padding-bottom: 7rem !important
    }

    .pb-sm-10 {
        padding-bottom: 8rem !important
    }

    .pb-sm-11 {
        padding-bottom: 11rem !important
    }

    .pb-sm-12 {
        padding-bottom: 12rem !important
    }

    .pb-sm-13 {
        padding-bottom: 13rem !important
    }

    .pb-sm-14 {
        padding-bottom: 14rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-1_25 {
        padding-left: .3rem !important
    }

    .ps-sm-1_5 {
        padding-left: .35rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-2_5 {
        padding-left: .75rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-3_25 {
        padding-left: 1.25rem !important
    }

    .ps-sm-3_5 {
        padding-left: 1.5rem !important
    }

    .ps-sm-3_75 {
        padding-left: 1.75rem !important
    }

    .ps-sm-4 {
        padding-left: 2rem !important
    }

    .ps-sm-4_5 {
        padding-left: 2.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .ps-sm-6 {
        padding-left: 4rem !important
    }

    .ps-sm-6_5 {
        padding-left: 4.5rem !important
    }

    .ps-sm-7 {
        padding-left: 5rem !important
    }

    .ps-sm-8 {
        padding-left: 6rem !important
    }

    .ps-sm-9 {
        padding-left: 7rem !important
    }

    .ps-sm-10 {
        padding-left: 8rem !important
    }

    .ps-sm-11 {
        padding-left: 11rem !important
    }

    .ps-sm-12 {
        padding-left: 12rem !important
    }

    .ps-sm-13 {
        padding-left: 13rem !important
    }

    .ps-sm-14 {
        padding-left: 14rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-1_25 {
        gap: .3rem !important
    }

    .gap-sm-1_5 {
        gap: .35rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-2_5 {
        gap: .75rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-3_25 {
        gap: 1.25rem !important
    }

    .gap-sm-3_5 {
        gap: 1.5rem !important
    }

    .gap-sm-3_75 {
        gap: 1.75rem !important
    }

    .gap-sm-4 {
        gap: 2rem !important
    }

    .gap-sm-4_5 {
        gap: 2.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .gap-sm-6 {
        gap: 4rem !important
    }

    .gap-sm-6_5 {
        gap: 4.5rem !important
    }

    .gap-sm-7 {
        gap: 5rem !important
    }

    .gap-sm-8 {
        gap: 6rem !important
    }

    .gap-sm-9 {
        gap: 7rem !important
    }

    .gap-sm-10 {
        gap: 8rem !important
    }

    .gap-sm-11 {
        gap: 11rem !important
    }

    .gap-sm-12 {
        gap: 12rem !important
    }

    .gap-sm-13 {
        gap: 13rem !important
    }

    .gap-sm-14 {
        gap: 14rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-1_25 {
        row-gap: .3rem !important
    }

    .row-gap-sm-1_5 {
        row-gap: .35rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-2_5 {
        row-gap: .75rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-3_25 {
        row-gap: 1.25rem !important
    }

    .row-gap-sm-3_5 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-3_75 {
        row-gap: 1.75rem !important
    }

    .row-gap-sm-4 {
        row-gap: 2rem !important
    }

    .row-gap-sm-4_5 {
        row-gap: 2.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .row-gap-sm-6 {
        row-gap: 4rem !important
    }

    .row-gap-sm-6_5 {
        row-gap: 4.5rem !important
    }

    .row-gap-sm-7 {
        row-gap: 5rem !important
    }

    .row-gap-sm-8 {
        row-gap: 6rem !important
    }

    .row-gap-sm-9 {
        row-gap: 7rem !important
    }

    .row-gap-sm-10 {
        row-gap: 8rem !important
    }

    .row-gap-sm-11 {
        row-gap: 11rem !important
    }

    .row-gap-sm-12 {
        row-gap: 12rem !important
    }

    .row-gap-sm-13 {
        row-gap: 13rem !important
    }

    .row-gap-sm-14 {
        row-gap: 14rem !important
    }

    .column-gap-sm-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-sm-1_25 {
        -webkit-column-gap: .3rem !important;
        -moz-column-gap: .3rem !important;
        column-gap: .3rem !important
    }

    .column-gap-sm-1_5 {
        -webkit-column-gap: .35rem !important;
        -moz-column-gap: .35rem !important;
        column-gap: .35rem !important
    }

    .column-gap-sm-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-sm-2_5 {
        -webkit-column-gap: .75rem !important;
        -moz-column-gap: .75rem !important;
        column-gap: .75rem !important
    }

    .column-gap-sm-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-sm-3_25 {
        -webkit-column-gap: 1.25rem !important;
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important
    }

    .column-gap-sm-3_5 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-sm-3_75 {
        -webkit-column-gap: 1.75rem !important;
        -moz-column-gap: 1.75rem !important;
        column-gap: 1.75rem !important
    }

    .column-gap-sm-4 {
        -webkit-column-gap: 2rem !important;
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-sm-4_5 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-sm-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-sm-6 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-sm-6_5 {
        -webkit-column-gap: 4.5rem !important;
        -moz-column-gap: 4.5rem !important;
        column-gap: 4.5rem !important
    }

    .column-gap-sm-7 {
        -webkit-column-gap: 5rem !important;
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }

    .column-gap-sm-8 {
        -webkit-column-gap: 6rem !important;
        -moz-column-gap: 6rem !important;
        column-gap: 6rem !important
    }

    .column-gap-sm-9 {
        -webkit-column-gap: 7rem !important;
        -moz-column-gap: 7rem !important;
        column-gap: 7rem !important
    }

    .column-gap-sm-10 {
        -webkit-column-gap: 8rem !important;
        -moz-column-gap: 8rem !important;
        column-gap: 8rem !important
    }

    .column-gap-sm-11 {
        -webkit-column-gap: 11rem !important;
        -moz-column-gap: 11rem !important;
        column-gap: 11rem !important
    }

    .column-gap-sm-12 {
        -webkit-column-gap: 12rem !important;
        -moz-column-gap: 12rem !important;
        column-gap: 12rem !important
    }

    .column-gap-sm-13 {
        -webkit-column-gap: 13rem !important;
        -moz-column-gap: 13rem !important;
        column-gap: 13rem !important
    }

    .column-gap-sm-14 {
        -webkit-column-gap: 14rem !important;
        -moz-column-gap: 14rem !important;
        column-gap: 14rem !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 {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-1_25 {
        margin: .3rem !important
    }

    .m-md-1_5 {
        margin: .35rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-2_5 {
        margin: .75rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-3_25 {
        margin: 1.25rem !important
    }

    .m-md-3_5 {
        margin: 1.5rem !important
    }

    .m-md-3_75 {
        margin: 1.75rem !important
    }

    .m-md-4 {
        margin: 2rem !important
    }

    .m-md-4_5 {
        margin: 2.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-6 {
        margin: 4rem !important
    }

    .m-md-6_5 {
        margin: 4.5rem !important
    }

    .m-md-7 {
        margin: 5rem !important
    }

    .m-md-8 {
        margin: 6rem !important
    }

    .m-md-9 {
        margin: 7rem !important
    }

    .m-md-10 {
        margin: 8rem !important
    }

    .m-md-11 {
        margin: 11rem !important
    }

    .m-md-12 {
        margin: 12rem !important
    }

    .m-md-13 {
        margin: 13rem !important
    }

    .m-md-14 {
        margin: 14rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-1_25 {
        margin-left: .3rem !important;
        margin-right: .3rem !important
    }

    .mx-md-1_5 {
        margin-left: .35rem !important;
        margin-right: .35rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-2_5 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-3_25 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-md-3_5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-3_75 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-md-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-md-4_5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-md-6_5 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-md-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-md-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-md-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-md-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-md-11 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .mx-md-12 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .mx-md-13 {
        margin-left: 13rem !important;
        margin-right: 13rem !important
    }

    .mx-md-14 {
        margin-left: 14rem !important;
        margin-right: 14rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-1_25 {
        margin-bottom: .3rem !important;
        margin-top: .3rem !important
    }

    .my-md-1_5 {
        margin-bottom: .35rem !important;
        margin-top: .35rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-2_5 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-3_25 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-md-3_5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-3_75 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-md-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-md-4_5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-md-6_5 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-md-7 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-md-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-md-9 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-md-10 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-md-11 {
        margin-bottom: 11rem !important;
        margin-top: 11rem !important
    }

    .my-md-12 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .my-md-13 {
        margin-bottom: 13rem !important;
        margin-top: 13rem !important
    }

    .my-md-14 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-1_25 {
        margin-top: .3rem !important
    }

    .mt-md-1_5 {
        margin-top: .35rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-2_5 {
        margin-top: .75rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-3_25 {
        margin-top: 1.25rem !important
    }

    .mt-md-3_5 {
        margin-top: 1.5rem !important
    }

    .mt-md-3_75 {
        margin-top: 1.75rem !important
    }

    .mt-md-4 {
        margin-top: 2rem !important
    }

    .mt-md-4_5 {
        margin-top: 2.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-6 {
        margin-top: 4rem !important
    }

    .mt-md-6_5 {
        margin-top: 4.5rem !important
    }

    .mt-md-7 {
        margin-top: 5rem !important
    }

    .mt-md-8 {
        margin-top: 6rem !important
    }

    .mt-md-9 {
        margin-top: 7rem !important
    }

    .mt-md-10 {
        margin-top: 8rem !important
    }

    .mt-md-11 {
        margin-top: 11rem !important
    }

    .mt-md-12 {
        margin-top: 12rem !important
    }

    .mt-md-13 {
        margin-top: 13rem !important
    }

    .mt-md-14 {
        margin-top: 14rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-1_25 {
        margin-right: .3rem !important
    }

    .me-md-1_5 {
        margin-right: .35rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-2_5 {
        margin-right: .75rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-3_25 {
        margin-right: 1.25rem !important
    }

    .me-md-3_5 {
        margin-right: 1.5rem !important
    }

    .me-md-3_75 {
        margin-right: 1.75rem !important
    }

    .me-md-4 {
        margin-right: 2rem !important
    }

    .me-md-4_5 {
        margin-right: 2.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-6 {
        margin-right: 4rem !important
    }

    .me-md-6_5 {
        margin-right: 4.5rem !important
    }

    .me-md-7 {
        margin-right: 5rem !important
    }

    .me-md-8 {
        margin-right: 6rem !important
    }

    .me-md-9 {
        margin-right: 7rem !important
    }

    .me-md-10 {
        margin-right: 8rem !important
    }

    .me-md-11 {
        margin-right: 11rem !important
    }

    .me-md-12 {
        margin-right: 12rem !important
    }

    .me-md-13 {
        margin-right: 13rem !important
    }

    .me-md-14 {
        margin-right: 14rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-1_25 {
        margin-bottom: .3rem !important
    }

    .mb-md-1_5 {
        margin-bottom: .35rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-2_5 {
        margin-bottom: .75rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-3_25 {
        margin-bottom: 1.25rem !important
    }

    .mb-md-3_5 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-3_75 {
        margin-bottom: 1.75rem !important
    }

    .mb-md-4 {
        margin-bottom: 2rem !important
    }

    .mb-md-4_5 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-6 {
        margin-bottom: 4rem !important
    }

    .mb-md-6_5 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-7 {
        margin-bottom: 5rem !important
    }

    .mb-md-8 {
        margin-bottom: 6rem !important
    }

    .mb-md-9 {
        margin-bottom: 7rem !important
    }

    .mb-md-10 {
        margin-bottom: 8rem !important
    }

    .mb-md-11 {
        margin-bottom: 11rem !important
    }

    .mb-md-12 {
        margin-bottom: 12rem !important
    }

    .mb-md-13 {
        margin-bottom: 13rem !important
    }

    .mb-md-14 {
        margin-bottom: 14rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-1_25 {
        margin-left: .3rem !important
    }

    .ms-md-1_5 {
        margin-left: .35rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-2_5 {
        margin-left: .75rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-3_25 {
        margin-left: 1.25rem !important
    }

    .ms-md-3_5 {
        margin-left: 1.5rem !important
    }

    .ms-md-3_75 {
        margin-left: 1.75rem !important
    }

    .ms-md-4 {
        margin-left: 2rem !important
    }

    .ms-md-4_5 {
        margin-left: 2.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-6 {
        margin-left: 4rem !important
    }

    .ms-md-6_5 {
        margin-left: 4.5rem !important
    }

    .ms-md-7 {
        margin-left: 5rem !important
    }

    .ms-md-8 {
        margin-left: 6rem !important
    }

    .ms-md-9 {
        margin-left: 7rem !important
    }

    .ms-md-10 {
        margin-left: 8rem !important
    }

    .ms-md-11 {
        margin-left: 11rem !important
    }

    .ms-md-12 {
        margin-left: 12rem !important
    }

    .ms-md-13 {
        margin-left: 13rem !important
    }

    .ms-md-14 {
        margin-left: 14rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .m-md-n1_25 {
        margin: -.3rem !important
    }

    .m-md-n1_5 {
        margin: -.35rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .m-md-n2_5 {
        margin: -.75rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n3_25 {
        margin: -1.25rem !important
    }

    .m-md-n3_5 {
        margin: -1.5rem !important
    }

    .m-md-n3_75 {
        margin: -1.75rem !important
    }

    .m-md-n4 {
        margin: -2rem !important
    }

    .m-md-n4_5 {
        margin: -2.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .m-md-n6 {
        margin: -4rem !important
    }

    .m-md-n6_5 {
        margin: -4.5rem !important
    }

    .m-md-n7 {
        margin: -5rem !important
    }

    .m-md-n8 {
        margin: -6rem !important
    }

    .m-md-n9 {
        margin: -7rem !important
    }

    .m-md-n10 {
        margin: -8rem !important
    }

    .m-md-n11 {
        margin: -11rem !important
    }

    .m-md-n12 {
        margin: -12rem !important
    }

    .m-md-n13 {
        margin: -13rem !important
    }

    .m-md-n14 {
        margin: -14rem !important
    }

    .mx-md-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-md-n1_25 {
        margin-left: -.3rem !important;
        margin-right: -.3rem !important
    }

    .mx-md-n1_5 {
        margin-left: -.35rem !important;
        margin-right: -.35rem !important
    }

    .mx-md-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-md-n2_5 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-md-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-md-n3_25 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-md-n3_5 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-md-n3_75 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-md-n4 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-md-n4_5 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-md-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-md-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-md-n6_5 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-md-n7 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-md-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-md-n9 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-md-n10 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-md-n11 {
        margin-left: -11rem !important;
        margin-right: -11rem !important
    }

    .mx-md-n12 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .mx-md-n13 {
        margin-left: -13rem !important;
        margin-right: -13rem !important
    }

    .mx-md-n14 {
        margin-left: -14rem !important;
        margin-right: -14rem !important
    }

    .my-md-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-md-n1_25 {
        margin-bottom: -.3rem !important;
        margin-top: -.3rem !important
    }

    .my-md-n1_5 {
        margin-bottom: -.35rem !important;
        margin-top: -.35rem !important
    }

    .my-md-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-md-n2_5 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-md-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-md-n3_25 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-md-n3_5 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-md-n3_75 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-md-n4 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-md-n4_5 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-md-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-md-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-md-n6_5 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-md-n7 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-md-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-md-n9 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-md-n10 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-md-n11 {
        margin-bottom: -11rem !important;
        margin-top: -11rem !important
    }

    .my-md-n12 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .my-md-n13 {
        margin-bottom: -13rem !important;
        margin-top: -13rem !important
    }

    .my-md-n14 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important
    }

    .mt-md-n1 {
        margin-top: -.25rem !important
    }

    .mt-md-n1_25 {
        margin-top: -.3rem !important
    }

    .mt-md-n1_5 {
        margin-top: -.35rem !important
    }

    .mt-md-n2 {
        margin-top: -.5rem !important
    }

    .mt-md-n2_5 {
        margin-top: -.75rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n3_25 {
        margin-top: -1.25rem !important
    }

    .mt-md-n3_5 {
        margin-top: -1.5rem !important
    }

    .mt-md-n3_75 {
        margin-top: -1.75rem !important
    }

    .mt-md-n4 {
        margin-top: -2rem !important
    }

    .mt-md-n4_5 {
        margin-top: -2.5rem !important
    }

    .mt-md-n5 {
        margin-top: -3rem !important
    }

    .mt-md-n6 {
        margin-top: -4rem !important
    }

    .mt-md-n6_5 {
        margin-top: -4.5rem !important
    }

    .mt-md-n7 {
        margin-top: -5rem !important
    }

    .mt-md-n8 {
        margin-top: -6rem !important
    }

    .mt-md-n9 {
        margin-top: -7rem !important
    }

    .mt-md-n10 {
        margin-top: -8rem !important
    }

    .mt-md-n11 {
        margin-top: -11rem !important
    }

    .mt-md-n12 {
        margin-top: -12rem !important
    }

    .mt-md-n13 {
        margin-top: -13rem !important
    }

    .mt-md-n14 {
        margin-top: -14rem !important
    }

    .me-md-n1 {
        margin-right: -.25rem !important
    }

    .me-md-n1_25 {
        margin-right: -.3rem !important
    }

    .me-md-n1_5 {
        margin-right: -.35rem !important
    }

    .me-md-n2 {
        margin-right: -.5rem !important
    }

    .me-md-n2_5 {
        margin-right: -.75rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n3_25 {
        margin-right: -1.25rem !important
    }

    .me-md-n3_5 {
        margin-right: -1.5rem !important
    }

    .me-md-n3_75 {
        margin-right: -1.75rem !important
    }

    .me-md-n4 {
        margin-right: -2rem !important
    }

    .me-md-n4_5 {
        margin-right: -2.5rem !important
    }

    .me-md-n5 {
        margin-right: -3rem !important
    }

    .me-md-n6 {
        margin-right: -4rem !important
    }

    .me-md-n6_5 {
        margin-right: -4.5rem !important
    }

    .me-md-n7 {
        margin-right: -5rem !important
    }

    .me-md-n8 {
        margin-right: -6rem !important
    }

    .me-md-n9 {
        margin-right: -7rem !important
    }

    .me-md-n10 {
        margin-right: -8rem !important
    }

    .me-md-n11 {
        margin-right: -11rem !important
    }

    .me-md-n12 {
        margin-right: -12rem !important
    }

    .me-md-n13 {
        margin-right: -13rem !important
    }

    .me-md-n14 {
        margin-right: -14rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n1_25 {
        margin-bottom: -.3rem !important
    }

    .mb-md-n1_5 {
        margin-bottom: -.35rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n2_5 {
        margin-bottom: -.75rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n3_25 {
        margin-bottom: -1.25rem !important
    }

    .mb-md-n3_5 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n3_75 {
        margin-bottom: -1.75rem !important
    }

    .mb-md-n4 {
        margin-bottom: -2rem !important
    }

    .mb-md-n4_5 {
        margin-bottom: -2.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .mb-md-n6 {
        margin-bottom: -4rem !important
    }

    .mb-md-n6_5 {
        margin-bottom: -4.5rem !important
    }

    .mb-md-n7 {
        margin-bottom: -5rem !important
    }

    .mb-md-n8 {
        margin-bottom: -6rem !important
    }

    .mb-md-n9 {
        margin-bottom: -7rem !important
    }

    .mb-md-n10 {
        margin-bottom: -8rem !important
    }

    .mb-md-n11 {
        margin-bottom: -11rem !important
    }

    .mb-md-n12 {
        margin-bottom: -12rem !important
    }

    .mb-md-n13 {
        margin-bottom: -13rem !important
    }

    .mb-md-n14 {
        margin-bottom: -14rem !important
    }

    .ms-md-n1 {
        margin-left: -.25rem !important
    }

    .ms-md-n1_25 {
        margin-left: -.3rem !important
    }

    .ms-md-n1_5 {
        margin-left: -.35rem !important
    }

    .ms-md-n2 {
        margin-left: -.5rem !important
    }

    .ms-md-n2_5 {
        margin-left: -.75rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n3_25 {
        margin-left: -1.25rem !important
    }

    .ms-md-n3_5 {
        margin-left: -1.5rem !important
    }

    .ms-md-n3_75 {
        margin-left: -1.75rem !important
    }

    .ms-md-n4 {
        margin-left: -2rem !important
    }

    .ms-md-n4_5 {
        margin-left: -2.5rem !important
    }

    .ms-md-n5 {
        margin-left: -3rem !important
    }

    .ms-md-n6 {
        margin-left: -4rem !important
    }

    .ms-md-n6_5 {
        margin-left: -4.5rem !important
    }

    .ms-md-n7 {
        margin-left: -5rem !important
    }

    .ms-md-n8 {
        margin-left: -6rem !important
    }

    .ms-md-n9 {
        margin-left: -7rem !important
    }

    .ms-md-n10 {
        margin-left: -8rem !important
    }

    .ms-md-n11 {
        margin-left: -11rem !important
    }

    .ms-md-n12 {
        margin-left: -12rem !important
    }

    .ms-md-n13 {
        margin-left: -13rem !important
    }

    .ms-md-n14 {
        margin-left: -14rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-1_25 {
        padding: .3rem !important
    }

    .p-md-1_5 {
        padding: .35rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-2_5 {
        padding: .75rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-3_25 {
        padding: 1.25rem !important
    }

    .p-md-3_5 {
        padding: 1.5rem !important
    }

    .p-md-3_75 {
        padding: 1.75rem !important
    }

    .p-md-4 {
        padding: 2rem !important
    }

    .p-md-4_5 {
        padding: 2.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .p-md-6 {
        padding: 4rem !important
    }

    .p-md-6_5 {
        padding: 4.5rem !important
    }

    .p-md-7 {
        padding: 5rem !important
    }

    .p-md-8 {
        padding: 6rem !important
    }

    .p-md-9 {
        padding: 7rem !important
    }

    .p-md-10 {
        padding: 8rem !important
    }

    .p-md-11 {
        padding: 11rem !important
    }

    .p-md-12 {
        padding: 12rem !important
    }

    .p-md-13 {
        padding: 13rem !important
    }

    .p-md-14 {
        padding: 14rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-1_25 {
        padding-left: .3rem !important;
        padding-right: .3rem !important
    }

    .px-md-1_5 {
        padding-left: .35rem !important;
        padding-right: .35rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-2_5 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-3_25 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-md-3_5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-3_75 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-md-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-md-4_5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-md-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-md-6_5 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-md-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-md-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-md-9 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-md-10 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-md-11 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-md-12 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .px-md-13 {
        padding-left: 13rem !important;
        padding-right: 13rem !important
    }

    .px-md-14 {
        padding-left: 14rem !important;
        padding-right: 14rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-1_25 {
        padding-bottom: .3rem !important;
        padding-top: .3rem !important
    }

    .py-md-1_5 {
        padding-bottom: .35rem !important;
        padding-top: .35rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-2_5 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-3_25 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-md-3_5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-3_75 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-md-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-md-4_5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-md-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-md-6_5 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-md-7 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-md-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-md-9 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-md-10 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-md-11 {
        padding-bottom: 11rem !important;
        padding-top: 11rem !important
    }

    .py-md-12 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .py-md-13 {
        padding-bottom: 13rem !important;
        padding-top: 13rem !important
    }

    .py-md-14 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-1_25 {
        padding-top: .3rem !important
    }

    .pt-md-1_5 {
        padding-top: .35rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-2_5 {
        padding-top: .75rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-3_25 {
        padding-top: 1.25rem !important
    }

    .pt-md-3_5 {
        padding-top: 1.5rem !important
    }

    .pt-md-3_75 {
        padding-top: 1.75rem !important
    }

    .pt-md-4 {
        padding-top: 2rem !important
    }

    .pt-md-4_5 {
        padding-top: 2.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pt-md-6 {
        padding-top: 4rem !important
    }

    .pt-md-6_5 {
        padding-top: 4.5rem !important
    }

    .pt-md-7 {
        padding-top: 5rem !important
    }

    .pt-md-8 {
        padding-top: 6rem !important
    }

    .pt-md-9 {
        padding-top: 7rem !important
    }

    .pt-md-10 {
        padding-top: 8rem !important
    }

    .pt-md-11 {
        padding-top: 11rem !important
    }

    .pt-md-12 {
        padding-top: 12rem !important
    }

    .pt-md-13 {
        padding-top: 13rem !important
    }

    .pt-md-14 {
        padding-top: 14rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-1_25 {
        padding-right: .3rem !important
    }

    .pe-md-1_5 {
        padding-right: .35rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-2_5 {
        padding-right: .75rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-3_25 {
        padding-right: 1.25rem !important
    }

    .pe-md-3_5 {
        padding-right: 1.5rem !important
    }

    .pe-md-3_75 {
        padding-right: 1.75rem !important
    }

    .pe-md-4 {
        padding-right: 2rem !important
    }

    .pe-md-4_5 {
        padding-right: 2.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pe-md-6 {
        padding-right: 4rem !important
    }

    .pe-md-6_5 {
        padding-right: 4.5rem !important
    }

    .pe-md-7 {
        padding-right: 5rem !important
    }

    .pe-md-8 {
        padding-right: 6rem !important
    }

    .pe-md-9 {
        padding-right: 7rem !important
    }

    .pe-md-10 {
        padding-right: 8rem !important
    }

    .pe-md-11 {
        padding-right: 11rem !important
    }

    .pe-md-12 {
        padding-right: 12rem !important
    }

    .pe-md-13 {
        padding-right: 13rem !important
    }

    .pe-md-14 {
        padding-right: 14rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-1_25 {
        padding-bottom: .3rem !important
    }

    .pb-md-1_5 {
        padding-bottom: .35rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-2_5 {
        padding-bottom: .75rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-3_25 {
        padding-bottom: 1.25rem !important
    }

    .pb-md-3_5 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-3_75 {
        padding-bottom: 1.75rem !important
    }

    .pb-md-4 {
        padding-bottom: 2rem !important
    }

    .pb-md-4_5 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pb-md-6 {
        padding-bottom: 4rem !important
    }

    .pb-md-6_5 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-7 {
        padding-bottom: 5rem !important
    }

    .pb-md-8 {
        padding-bottom: 6rem !important
    }

    .pb-md-9 {
        padding-bottom: 7rem !important
    }

    .pb-md-10 {
        padding-bottom: 8rem !important
    }

    .pb-md-11 {
        padding-bottom: 11rem !important
    }

    .pb-md-12 {
        padding-bottom: 12rem !important
    }

    .pb-md-13 {
        padding-bottom: 13rem !important
    }

    .pb-md-14 {
        padding-bottom: 14rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-1_25 {
        padding-left: .3rem !important
    }

    .ps-md-1_5 {
        padding-left: .35rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-2_5 {
        padding-left: .75rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-3_25 {
        padding-left: 1.25rem !important
    }

    .ps-md-3_5 {
        padding-left: 1.5rem !important
    }

    .ps-md-3_75 {
        padding-left: 1.75rem !important
    }

    .ps-md-4 {
        padding-left: 2rem !important
    }

    .ps-md-4_5 {
        padding-left: 2.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .ps-md-6 {
        padding-left: 4rem !important
    }

    .ps-md-6_5 {
        padding-left: 4.5rem !important
    }

    .ps-md-7 {
        padding-left: 5rem !important
    }

    .ps-md-8 {
        padding-left: 6rem !important
    }

    .ps-md-9 {
        padding-left: 7rem !important
    }

    .ps-md-10 {
        padding-left: 8rem !important
    }

    .ps-md-11 {
        padding-left: 11rem !important
    }

    .ps-md-12 {
        padding-left: 12rem !important
    }

    .ps-md-13 {
        padding-left: 13rem !important
    }

    .ps-md-14 {
        padding-left: 14rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-1_25 {
        gap: .3rem !important
    }

    .gap-md-1_5 {
        gap: .35rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-2_5 {
        gap: .75rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-3_25 {
        gap: 1.25rem !important
    }

    .gap-md-3_5 {
        gap: 1.5rem !important
    }

    .gap-md-3_75 {
        gap: 1.75rem !important
    }

    .gap-md-4 {
        gap: 2rem !important
    }

    .gap-md-4_5 {
        gap: 2.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .gap-md-6 {
        gap: 4rem !important
    }

    .gap-md-6_5 {
        gap: 4.5rem !important
    }

    .gap-md-7 {
        gap: 5rem !important
    }

    .gap-md-8 {
        gap: 6rem !important
    }

    .gap-md-9 {
        gap: 7rem !important
    }

    .gap-md-10 {
        gap: 8rem !important
    }

    .gap-md-11 {
        gap: 11rem !important
    }

    .gap-md-12 {
        gap: 12rem !important
    }

    .gap-md-13 {
        gap: 13rem !important
    }

    .gap-md-14 {
        gap: 14rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-1_25 {
        row-gap: .3rem !important
    }

    .row-gap-md-1_5 {
        row-gap: .35rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-2_5 {
        row-gap: .75rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-3_25 {
        row-gap: 1.25rem !important
    }

    .row-gap-md-3_5 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-3_75 {
        row-gap: 1.75rem !important
    }

    .row-gap-md-4 {
        row-gap: 2rem !important
    }

    .row-gap-md-4_5 {
        row-gap: 2.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .row-gap-md-6 {
        row-gap: 4rem !important
    }

    .row-gap-md-6_5 {
        row-gap: 4.5rem !important
    }

    .row-gap-md-7 {
        row-gap: 5rem !important
    }

    .row-gap-md-8 {
        row-gap: 6rem !important
    }

    .row-gap-md-9 {
        row-gap: 7rem !important
    }

    .row-gap-md-10 {
        row-gap: 8rem !important
    }

    .row-gap-md-11 {
        row-gap: 11rem !important
    }

    .row-gap-md-12 {
        row-gap: 12rem !important
    }

    .row-gap-md-13 {
        row-gap: 13rem !important
    }

    .row-gap-md-14 {
        row-gap: 14rem !important
    }

    .column-gap-md-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-1_25 {
        -webkit-column-gap: .3rem !important;
        -moz-column-gap: .3rem !important;
        column-gap: .3rem !important
    }

    .column-gap-md-1_5 {
        -webkit-column-gap: .35rem !important;
        -moz-column-gap: .35rem !important;
        column-gap: .35rem !important
    }

    .column-gap-md-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-2_5 {
        -webkit-column-gap: .75rem !important;
        -moz-column-gap: .75rem !important;
        column-gap: .75rem !important
    }

    .column-gap-md-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-3_25 {
        -webkit-column-gap: 1.25rem !important;
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important
    }

    .column-gap-md-3_5 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-3_75 {
        -webkit-column-gap: 1.75rem !important;
        -moz-column-gap: 1.75rem !important;
        column-gap: 1.75rem !important
    }

    .column-gap-md-4 {
        -webkit-column-gap: 2rem !important;
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-md-4_5 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-md-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-md-6 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-md-6_5 {
        -webkit-column-gap: 4.5rem !important;
        -moz-column-gap: 4.5rem !important;
        column-gap: 4.5rem !important
    }

    .column-gap-md-7 {
        -webkit-column-gap: 5rem !important;
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }

    .column-gap-md-8 {
        -webkit-column-gap: 6rem !important;
        -moz-column-gap: 6rem !important;
        column-gap: 6rem !important
    }

    .column-gap-md-9 {
        -webkit-column-gap: 7rem !important;
        -moz-column-gap: 7rem !important;
        column-gap: 7rem !important
    }

    .column-gap-md-10 {
        -webkit-column-gap: 8rem !important;
        -moz-column-gap: 8rem !important;
        column-gap: 8rem !important
    }

    .column-gap-md-11 {
        -webkit-column-gap: 11rem !important;
        -moz-column-gap: 11rem !important;
        column-gap: 11rem !important
    }

    .column-gap-md-12 {
        -webkit-column-gap: 12rem !important;
        -moz-column-gap: 12rem !important;
        column-gap: 12rem !important
    }

    .column-gap-md-13 {
        -webkit-column-gap: 13rem !important;
        -moz-column-gap: 13rem !important;
        column-gap: 13rem !important
    }

    .column-gap-md-14 {
        -webkit-column-gap: 14rem !important;
        -moz-column-gap: 14rem !important;
        column-gap: 14rem !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 {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-1_25 {
        margin: .3rem !important
    }

    .m-lg-1_5 {
        margin: .35rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-2_5 {
        margin: .75rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-3_25 {
        margin: 1.25rem !important
    }

    .m-lg-3_5 {
        margin: 1.5rem !important
    }

    .m-lg-3_75 {
        margin: 1.75rem !important
    }

    .m-lg-4 {
        margin: 2rem !important
    }

    .m-lg-4_5 {
        margin: 2.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-6 {
        margin: 4rem !important
    }

    .m-lg-6_5 {
        margin: 4.5rem !important
    }

    .m-lg-7 {
        margin: 5rem !important
    }

    .m-lg-8 {
        margin: 6rem !important
    }

    .m-lg-9 {
        margin: 7rem !important
    }

    .m-lg-10 {
        margin: 8rem !important
    }

    .m-lg-11 {
        margin: 11rem !important
    }

    .m-lg-12 {
        margin: 12rem !important
    }

    .m-lg-13 {
        margin: 13rem !important
    }

    .m-lg-14 {
        margin: 14rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-1_25 {
        margin-left: .3rem !important;
        margin-right: .3rem !important
    }

    .mx-lg-1_5 {
        margin-left: .35rem !important;
        margin-right: .35rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-2_5 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-3_25 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-lg-3_5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-3_75 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-lg-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-lg-4_5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-lg-6_5 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-lg-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-lg-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-lg-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-lg-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-lg-11 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .mx-lg-12 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .mx-lg-13 {
        margin-left: 13rem !important;
        margin-right: 13rem !important
    }

    .mx-lg-14 {
        margin-left: 14rem !important;
        margin-right: 14rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-1_25 {
        margin-bottom: .3rem !important;
        margin-top: .3rem !important
    }

    .my-lg-1_5 {
        margin-bottom: .35rem !important;
        margin-top: .35rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-2_5 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-3_25 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-lg-3_5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-3_75 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-lg-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-lg-4_5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-lg-6_5 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-lg-7 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-lg-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-lg-9 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-lg-10 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-lg-11 {
        margin-bottom: 11rem !important;
        margin-top: 11rem !important
    }

    .my-lg-12 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .my-lg-13 {
        margin-bottom: 13rem !important;
        margin-top: 13rem !important
    }

    .my-lg-14 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-1_25 {
        margin-top: .3rem !important
    }

    .mt-lg-1_5 {
        margin-top: .35rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-2_5 {
        margin-top: .75rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-3_25 {
        margin-top: 1.25rem !important
    }

    .mt-lg-3_5 {
        margin-top: 1.5rem !important
    }

    .mt-lg-3_75 {
        margin-top: 1.75rem !important
    }

    .mt-lg-4 {
        margin-top: 2rem !important
    }

    .mt-lg-4_5 {
        margin-top: 2.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-6 {
        margin-top: 4rem !important
    }

    .mt-lg-6_5 {
        margin-top: 4.5rem !important
    }

    .mt-lg-7 {
        margin-top: 5rem !important
    }

    .mt-lg-8 {
        margin-top: 6rem !important
    }

    .mt-lg-9 {
        margin-top: 7rem !important
    }

    .mt-lg-10 {
        margin-top: 8rem !important
    }

    .mt-lg-11 {
        margin-top: 11rem !important
    }

    .mt-lg-12 {
        margin-top: 12rem !important
    }

    .mt-lg-13 {
        margin-top: 13rem !important
    }

    .mt-lg-14 {
        margin-top: 14rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-1_25 {
        margin-right: .3rem !important
    }

    .me-lg-1_5 {
        margin-right: .35rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-2_5 {
        margin-right: .75rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-3_25 {
        margin-right: 1.25rem !important
    }

    .me-lg-3_5 {
        margin-right: 1.5rem !important
    }

    .me-lg-3_75 {
        margin-right: 1.75rem !important
    }

    .me-lg-4 {
        margin-right: 2rem !important
    }

    .me-lg-4_5 {
        margin-right: 2.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-6 {
        margin-right: 4rem !important
    }

    .me-lg-6_5 {
        margin-right: 4.5rem !important
    }

    .me-lg-7 {
        margin-right: 5rem !important
    }

    .me-lg-8 {
        margin-right: 6rem !important
    }

    .me-lg-9 {
        margin-right: 7rem !important
    }

    .me-lg-10 {
        margin-right: 8rem !important
    }

    .me-lg-11 {
        margin-right: 11rem !important
    }

    .me-lg-12 {
        margin-right: 12rem !important
    }

    .me-lg-13 {
        margin-right: 13rem !important
    }

    .me-lg-14 {
        margin-right: 14rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-1_25 {
        margin-bottom: .3rem !important
    }

    .mb-lg-1_5 {
        margin-bottom: .35rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-2_5 {
        margin-bottom: .75rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-3_25 {
        margin-bottom: 1.25rem !important
    }

    .mb-lg-3_5 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-3_75 {
        margin-bottom: 1.75rem !important
    }

    .mb-lg-4 {
        margin-bottom: 2rem !important
    }

    .mb-lg-4_5 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-6 {
        margin-bottom: 4rem !important
    }

    .mb-lg-6_5 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-7 {
        margin-bottom: 5rem !important
    }

    .mb-lg-8 {
        margin-bottom: 6rem !important
    }

    .mb-lg-9 {
        margin-bottom: 7rem !important
    }

    .mb-lg-10 {
        margin-bottom: 8rem !important
    }

    .mb-lg-11 {
        margin-bottom: 11rem !important
    }

    .mb-lg-12 {
        margin-bottom: 12rem !important
    }

    .mb-lg-13 {
        margin-bottom: 13rem !important
    }

    .mb-lg-14 {
        margin-bottom: 14rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-1_25 {
        margin-left: .3rem !important
    }

    .ms-lg-1_5 {
        margin-left: .35rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-2_5 {
        margin-left: .75rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-3_25 {
        margin-left: 1.25rem !important
    }

    .ms-lg-3_5 {
        margin-left: 1.5rem !important
    }

    .ms-lg-3_75 {
        margin-left: 1.75rem !important
    }

    .ms-lg-4 {
        margin-left: 2rem !important
    }

    .ms-lg-4_5 {
        margin-left: 2.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-6 {
        margin-left: 4rem !important
    }

    .ms-lg-6_5 {
        margin-left: 4.5rem !important
    }

    .ms-lg-7 {
        margin-left: 5rem !important
    }

    .ms-lg-8 {
        margin-left: 6rem !important
    }

    .ms-lg-9 {
        margin-left: 7rem !important
    }

    .ms-lg-10 {
        margin-left: 8rem !important
    }

    .ms-lg-11 {
        margin-left: 11rem !important
    }

    .ms-lg-12 {
        margin-left: 12rem !important
    }

    .ms-lg-13 {
        margin-left: 13rem !important
    }

    .ms-lg-14 {
        margin-left: 14rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .m-lg-n1_25 {
        margin: -.3rem !important
    }

    .m-lg-n1_5 {
        margin: -.35rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .m-lg-n2_5 {
        margin: -.75rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n3_25 {
        margin: -1.25rem !important
    }

    .m-lg-n3_5 {
        margin: -1.5rem !important
    }

    .m-lg-n3_75 {
        margin: -1.75rem !important
    }

    .m-lg-n4 {
        margin: -2rem !important
    }

    .m-lg-n4_5 {
        margin: -2.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .m-lg-n6 {
        margin: -4rem !important
    }

    .m-lg-n6_5 {
        margin: -4.5rem !important
    }

    .m-lg-n7 {
        margin: -5rem !important
    }

    .m-lg-n8 {
        margin: -6rem !important
    }

    .m-lg-n9 {
        margin: -7rem !important
    }

    .m-lg-n10 {
        margin: -8rem !important
    }

    .m-lg-n11 {
        margin: -11rem !important
    }

    .m-lg-n12 {
        margin: -12rem !important
    }

    .m-lg-n13 {
        margin: -13rem !important
    }

    .m-lg-n14 {
        margin: -14rem !important
    }

    .mx-lg-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-lg-n1_25 {
        margin-left: -.3rem !important;
        margin-right: -.3rem !important
    }

    .mx-lg-n1_5 {
        margin-left: -.35rem !important;
        margin-right: -.35rem !important
    }

    .mx-lg-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-lg-n2_5 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-lg-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-lg-n3_25 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-lg-n3_5 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-lg-n3_75 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-lg-n4 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-lg-n4_5 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-lg-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-lg-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-lg-n6_5 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-lg-n7 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-lg-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-lg-n9 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-lg-n10 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-lg-n11 {
        margin-left: -11rem !important;
        margin-right: -11rem !important
    }

    .mx-lg-n12 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .mx-lg-n13 {
        margin-left: -13rem !important;
        margin-right: -13rem !important
    }

    .mx-lg-n14 {
        margin-left: -14rem !important;
        margin-right: -14rem !important
    }

    .my-lg-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-lg-n1_25 {
        margin-bottom: -.3rem !important;
        margin-top: -.3rem !important
    }

    .my-lg-n1_5 {
        margin-bottom: -.35rem !important;
        margin-top: -.35rem !important
    }

    .my-lg-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-lg-n2_5 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-lg-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-lg-n3_25 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-lg-n3_5 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-lg-n3_75 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-lg-n4 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-lg-n4_5 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-lg-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-lg-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-lg-n6_5 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-lg-n7 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-lg-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-lg-n9 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-lg-n10 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-lg-n11 {
        margin-bottom: -11rem !important;
        margin-top: -11rem !important
    }

    .my-lg-n12 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .my-lg-n13 {
        margin-bottom: -13rem !important;
        margin-top: -13rem !important
    }

    .my-lg-n14 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important
    }

    .mt-lg-n1 {
        margin-top: -.25rem !important
    }

    .mt-lg-n1_25 {
        margin-top: -.3rem !important
    }

    .mt-lg-n1_5 {
        margin-top: -.35rem !important
    }

    .mt-lg-n2 {
        margin-top: -.5rem !important
    }

    .mt-lg-n2_5 {
        margin-top: -.75rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n3_25 {
        margin-top: -1.25rem !important
    }

    .mt-lg-n3_5 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n3_75 {
        margin-top: -1.75rem !important
    }

    .mt-lg-n4 {
        margin-top: -2rem !important
    }

    .mt-lg-n4_5 {
        margin-top: -2.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .mt-lg-n6 {
        margin-top: -4rem !important
    }

    .mt-lg-n6_5 {
        margin-top: -4.5rem !important
    }

    .mt-lg-n7 {
        margin-top: -5rem !important
    }

    .mt-lg-n8 {
        margin-top: -6rem !important
    }

    .mt-lg-n9 {
        margin-top: -7rem !important
    }

    .mt-lg-n10 {
        margin-top: -8rem !important
    }

    .mt-lg-n11 {
        margin-top: -11rem !important
    }

    .mt-lg-n12 {
        margin-top: -12rem !important
    }

    .mt-lg-n13 {
        margin-top: -13rem !important
    }

    .mt-lg-n14 {
        margin-top: -14rem !important
    }

    .me-lg-n1 {
        margin-right: -.25rem !important
    }

    .me-lg-n1_25 {
        margin-right: -.3rem !important
    }

    .me-lg-n1_5 {
        margin-right: -.35rem !important
    }

    .me-lg-n2 {
        margin-right: -.5rem !important
    }

    .me-lg-n2_5 {
        margin-right: -.75rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n3_25 {
        margin-right: -1.25rem !important
    }

    .me-lg-n3_5 {
        margin-right: -1.5rem !important
    }

    .me-lg-n3_75 {
        margin-right: -1.75rem !important
    }

    .me-lg-n4 {
        margin-right: -2rem !important
    }

    .me-lg-n4_5 {
        margin-right: -2.5rem !important
    }

    .me-lg-n5 {
        margin-right: -3rem !important
    }

    .me-lg-n6 {
        margin-right: -4rem !important
    }

    .me-lg-n6_5 {
        margin-right: -4.5rem !important
    }

    .me-lg-n7 {
        margin-right: -5rem !important
    }

    .me-lg-n8 {
        margin-right: -6rem !important
    }

    .me-lg-n9 {
        margin-right: -7rem !important
    }

    .me-lg-n10 {
        margin-right: -8rem !important
    }

    .me-lg-n11 {
        margin-right: -11rem !important
    }

    .me-lg-n12 {
        margin-right: -12rem !important
    }

    .me-lg-n13 {
        margin-right: -13rem !important
    }

    .me-lg-n14 {
        margin-right: -14rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-lg-n1_25 {
        margin-bottom: -.3rem !important
    }

    .mb-lg-n1_5 {
        margin-bottom: -.35rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-lg-n2_5 {
        margin-bottom: -.75rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n3_25 {
        margin-bottom: -1.25rem !important
    }

    .mb-lg-n3_5 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n3_75 {
        margin-bottom: -1.75rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -2rem !important
    }

    .mb-lg-n4_5 {
        margin-bottom: -2.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .mb-lg-n6 {
        margin-bottom: -4rem !important
    }

    .mb-lg-n6_5 {
        margin-bottom: -4.5rem !important
    }

    .mb-lg-n7 {
        margin-bottom: -5rem !important
    }

    .mb-lg-n8 {
        margin-bottom: -6rem !important
    }

    .mb-lg-n9 {
        margin-bottom: -7rem !important
    }

    .mb-lg-n10 {
        margin-bottom: -8rem !important
    }

    .mb-lg-n11 {
        margin-bottom: -11rem !important
    }

    .mb-lg-n12 {
        margin-bottom: -12rem !important
    }

    .mb-lg-n13 {
        margin-bottom: -13rem !important
    }

    .mb-lg-n14 {
        margin-bottom: -14rem !important
    }

    .ms-lg-n1 {
        margin-left: -.25rem !important
    }

    .ms-lg-n1_25 {
        margin-left: -.3rem !important
    }

    .ms-lg-n1_5 {
        margin-left: -.35rem !important
    }

    .ms-lg-n2 {
        margin-left: -.5rem !important
    }

    .ms-lg-n2_5 {
        margin-left: -.75rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n3_25 {
        margin-left: -1.25rem !important
    }

    .ms-lg-n3_5 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n3_75 {
        margin-left: -1.75rem !important
    }

    .ms-lg-n4 {
        margin-left: -2rem !important
    }

    .ms-lg-n4_5 {
        margin-left: -2.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -3rem !important
    }

    .ms-lg-n6 {
        margin-left: -4rem !important
    }

    .ms-lg-n6_5 {
        margin-left: -4.5rem !important
    }

    .ms-lg-n7 {
        margin-left: -5rem !important
    }

    .ms-lg-n8 {
        margin-left: -6rem !important
    }

    .ms-lg-n9 {
        margin-left: -7rem !important
    }

    .ms-lg-n10 {
        margin-left: -8rem !important
    }

    .ms-lg-n11 {
        margin-left: -11rem !important
    }

    .ms-lg-n12 {
        margin-left: -12rem !important
    }

    .ms-lg-n13 {
        margin-left: -13rem !important
    }

    .ms-lg-n14 {
        margin-left: -14rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-1_25 {
        padding: .3rem !important
    }

    .p-lg-1_5 {
        padding: .35rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-2_5 {
        padding: .75rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-3_25 {
        padding: 1.25rem !important
    }

    .p-lg-3_5 {
        padding: 1.5rem !important
    }

    .p-lg-3_75 {
        padding: 1.75rem !important
    }

    .p-lg-4 {
        padding: 2rem !important
    }

    .p-lg-4_5 {
        padding: 2.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .p-lg-6 {
        padding: 4rem !important
    }

    .p-lg-6_5 {
        padding: 4.5rem !important
    }

    .p-lg-7 {
        padding: 5rem !important
    }

    .p-lg-8 {
        padding: 6rem !important
    }

    .p-lg-9 {
        padding: 7rem !important
    }

    .p-lg-10 {
        padding: 8rem !important
    }

    .p-lg-11 {
        padding: 11rem !important
    }

    .p-lg-12 {
        padding: 12rem !important
    }

    .p-lg-13 {
        padding: 13rem !important
    }

    .p-lg-14 {
        padding: 14rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-1_25 {
        padding-left: .3rem !important;
        padding-right: .3rem !important
    }

    .px-lg-1_5 {
        padding-left: .35rem !important;
        padding-right: .35rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-2_5 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-3_25 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-lg-3_5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-3_75 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-lg-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-lg-4_5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-lg-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-lg-6_5 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-lg-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-lg-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-lg-9 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-lg-10 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-lg-11 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-lg-12 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .px-lg-13 {
        padding-left: 13rem !important;
        padding-right: 13rem !important
    }

    .px-lg-14 {
        padding-left: 14rem !important;
        padding-right: 14rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-1_25 {
        padding-bottom: .3rem !important;
        padding-top: .3rem !important
    }

    .py-lg-1_5 {
        padding-bottom: .35rem !important;
        padding-top: .35rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-2_5 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-3_25 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-lg-3_5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-3_75 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-lg-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-lg-4_5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-lg-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-lg-6_5 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-lg-7 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-lg-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-lg-9 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-lg-10 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-lg-11 {
        padding-bottom: 11rem !important;
        padding-top: 11rem !important
    }

    .py-lg-12 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .py-lg-13 {
        padding-bottom: 13rem !important;
        padding-top: 13rem !important
    }

    .py-lg-14 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-1_25 {
        padding-top: .3rem !important
    }

    .pt-lg-1_5 {
        padding-top: .35rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-2_5 {
        padding-top: .75rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-3_25 {
        padding-top: 1.25rem !important
    }

    .pt-lg-3_5 {
        padding-top: 1.5rem !important
    }

    .pt-lg-3_75 {
        padding-top: 1.75rem !important
    }

    .pt-lg-4 {
        padding-top: 2rem !important
    }

    .pt-lg-4_5 {
        padding-top: 2.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pt-lg-6 {
        padding-top: 4rem !important
    }

    .pt-lg-6_5 {
        padding-top: 4.5rem !important
    }

    .pt-lg-7 {
        padding-top: 5rem !important
    }

    .pt-lg-8 {
        padding-top: 6rem !important
    }

    .pt-lg-9 {
        padding-top: 7rem !important
    }

    .pt-lg-10 {
        padding-top: 8rem !important
    }

    .pt-lg-11 {
        padding-top: 11rem !important
    }

    .pt-lg-12 {
        padding-top: 12rem !important
    }

    .pt-lg-13 {
        padding-top: 13rem !important
    }

    .pt-lg-14 {
        padding-top: 14rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-1_25 {
        padding-right: .3rem !important
    }

    .pe-lg-1_5 {
        padding-right: .35rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-2_5 {
        padding-right: .75rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-3_25 {
        padding-right: 1.25rem !important
    }

    .pe-lg-3_5 {
        padding-right: 1.5rem !important
    }

    .pe-lg-3_75 {
        padding-right: 1.75rem !important
    }

    .pe-lg-4 {
        padding-right: 2rem !important
    }

    .pe-lg-4_5 {
        padding-right: 2.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pe-lg-6 {
        padding-right: 4rem !important
    }

    .pe-lg-6_5 {
        padding-right: 4.5rem !important
    }

    .pe-lg-7 {
        padding-right: 5rem !important
    }

    .pe-lg-8 {
        padding-right: 6rem !important
    }

    .pe-lg-9 {
        padding-right: 7rem !important
    }

    .pe-lg-10 {
        padding-right: 8rem !important
    }

    .pe-lg-11 {
        padding-right: 11rem !important
    }

    .pe-lg-12 {
        padding-right: 12rem !important
    }

    .pe-lg-13 {
        padding-right: 13rem !important
    }

    .pe-lg-14 {
        padding-right: 14rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-1_25 {
        padding-bottom: .3rem !important
    }

    .pb-lg-1_5 {
        padding-bottom: .35rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-2_5 {
        padding-bottom: .75rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-3_25 {
        padding-bottom: 1.25rem !important
    }

    .pb-lg-3_5 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-3_75 {
        padding-bottom: 1.75rem !important
    }

    .pb-lg-4 {
        padding-bottom: 2rem !important
    }

    .pb-lg-4_5 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pb-lg-6 {
        padding-bottom: 4rem !important
    }

    .pb-lg-6_5 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-7 {
        padding-bottom: 5rem !important
    }

    .pb-lg-8 {
        padding-bottom: 6rem !important
    }

    .pb-lg-9 {
        padding-bottom: 7rem !important
    }

    .pb-lg-10 {
        padding-bottom: 8rem !important
    }

    .pb-lg-11 {
        padding-bottom: 11rem !important
    }

    .pb-lg-12 {
        padding-bottom: 12rem !important
    }

    .pb-lg-13 {
        padding-bottom: 13rem !important
    }

    .pb-lg-14 {
        padding-bottom: 14rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-1_25 {
        padding-left: .3rem !important
    }

    .ps-lg-1_5 {
        padding-left: .35rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-2_5 {
        padding-left: .75rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-3_25 {
        padding-left: 1.25rem !important
    }

    .ps-lg-3_5 {
        padding-left: 1.5rem !important
    }

    .ps-lg-3_75 {
        padding-left: 1.75rem !important
    }

    .ps-lg-4 {
        padding-left: 2rem !important
    }

    .ps-lg-4_5 {
        padding-left: 2.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .ps-lg-6 {
        padding-left: 4rem !important
    }

    .ps-lg-6_5 {
        padding-left: 4.5rem !important
    }

    .ps-lg-7 {
        padding-left: 5rem !important
    }

    .ps-lg-8 {
        padding-left: 6rem !important
    }

    .ps-lg-9 {
        padding-left: 7rem !important
    }

    .ps-lg-10 {
        padding-left: 8rem !important
    }

    .ps-lg-11 {
        padding-left: 11rem !important
    }

    .ps-lg-12 {
        padding-left: 12rem !important
    }

    .ps-lg-13 {
        padding-left: 13rem !important
    }

    .ps-lg-14 {
        padding-left: 14rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-1_25 {
        gap: .3rem !important
    }

    .gap-lg-1_5 {
        gap: .35rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-2_5 {
        gap: .75rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-3_25 {
        gap: 1.25rem !important
    }

    .gap-lg-3_5 {
        gap: 1.5rem !important
    }

    .gap-lg-3_75 {
        gap: 1.75rem !important
    }

    .gap-lg-4 {
        gap: 2rem !important
    }

    .gap-lg-4_5 {
        gap: 2.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .gap-lg-6 {
        gap: 4rem !important
    }

    .gap-lg-6_5 {
        gap: 4.5rem !important
    }

    .gap-lg-7 {
        gap: 5rem !important
    }

    .gap-lg-8 {
        gap: 6rem !important
    }

    .gap-lg-9 {
        gap: 7rem !important
    }

    .gap-lg-10 {
        gap: 8rem !important
    }

    .gap-lg-11 {
        gap: 11rem !important
    }

    .gap-lg-12 {
        gap: 12rem !important
    }

    .gap-lg-13 {
        gap: 13rem !important
    }

    .gap-lg-14 {
        gap: 14rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-1_25 {
        row-gap: .3rem !important
    }

    .row-gap-lg-1_5 {
        row-gap: .35rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-2_5 {
        row-gap: .75rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-3_25 {
        row-gap: 1.25rem !important
    }

    .row-gap-lg-3_5 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-3_75 {
        row-gap: 1.75rem !important
    }

    .row-gap-lg-4 {
        row-gap: 2rem !important
    }

    .row-gap-lg-4_5 {
        row-gap: 2.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .row-gap-lg-6 {
        row-gap: 4rem !important
    }

    .row-gap-lg-6_5 {
        row-gap: 4.5rem !important
    }

    .row-gap-lg-7 {
        row-gap: 5rem !important
    }

    .row-gap-lg-8 {
        row-gap: 6rem !important
    }

    .row-gap-lg-9 {
        row-gap: 7rem !important
    }

    .row-gap-lg-10 {
        row-gap: 8rem !important
    }

    .row-gap-lg-11 {
        row-gap: 11rem !important
    }

    .row-gap-lg-12 {
        row-gap: 12rem !important
    }

    .row-gap-lg-13 {
        row-gap: 13rem !important
    }

    .row-gap-lg-14 {
        row-gap: 14rem !important
    }

    .column-gap-lg-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-1_25 {
        -webkit-column-gap: .3rem !important;
        -moz-column-gap: .3rem !important;
        column-gap: .3rem !important
    }

    .column-gap-lg-1_5 {
        -webkit-column-gap: .35rem !important;
        -moz-column-gap: .35rem !important;
        column-gap: .35rem !important
    }

    .column-gap-lg-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-2_5 {
        -webkit-column-gap: .75rem !important;
        -moz-column-gap: .75rem !important;
        column-gap: .75rem !important
    }

    .column-gap-lg-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-3_25 {
        -webkit-column-gap: 1.25rem !important;
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important
    }

    .column-gap-lg-3_5 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-3_75 {
        -webkit-column-gap: 1.75rem !important;
        -moz-column-gap: 1.75rem !important;
        column-gap: 1.75rem !important
    }

    .column-gap-lg-4 {
        -webkit-column-gap: 2rem !important;
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-lg-4_5 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-lg-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-lg-6 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-lg-6_5 {
        -webkit-column-gap: 4.5rem !important;
        -moz-column-gap: 4.5rem !important;
        column-gap: 4.5rem !important
    }

    .column-gap-lg-7 {
        -webkit-column-gap: 5rem !important;
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }

    .column-gap-lg-8 {
        -webkit-column-gap: 6rem !important;
        -moz-column-gap: 6rem !important;
        column-gap: 6rem !important
    }

    .column-gap-lg-9 {
        -webkit-column-gap: 7rem !important;
        -moz-column-gap: 7rem !important;
        column-gap: 7rem !important
    }

    .column-gap-lg-10 {
        -webkit-column-gap: 8rem !important;
        -moz-column-gap: 8rem !important;
        column-gap: 8rem !important
    }

    .column-gap-lg-11 {
        -webkit-column-gap: 11rem !important;
        -moz-column-gap: 11rem !important;
        column-gap: 11rem !important
    }

    .column-gap-lg-12 {
        -webkit-column-gap: 12rem !important;
        -moz-column-gap: 12rem !important;
        column-gap: 12rem !important
    }

    .column-gap-lg-13 {
        -webkit-column-gap: 13rem !important;
        -moz-column-gap: 13rem !important;
        column-gap: 13rem !important
    }

    .column-gap-lg-14 {
        -webkit-column-gap: 14rem !important;
        -moz-column-gap: 14rem !important;
        column-gap: 14rem !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 {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-1_25 {
        margin: .3rem !important
    }

    .m-xl-1_5 {
        margin: .35rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-2_5 {
        margin: .75rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-3_25 {
        margin: 1.25rem !important
    }

    .m-xl-3_5 {
        margin: 1.5rem !important
    }

    .m-xl-3_75 {
        margin: 1.75rem !important
    }

    .m-xl-4 {
        margin: 2rem !important
    }

    .m-xl-4_5 {
        margin: 2.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-6 {
        margin: 4rem !important
    }

    .m-xl-6_5 {
        margin: 4.5rem !important
    }

    .m-xl-7 {
        margin: 5rem !important
    }

    .m-xl-8 {
        margin: 6rem !important
    }

    .m-xl-9 {
        margin: 7rem !important
    }

    .m-xl-10 {
        margin: 8rem !important
    }

    .m-xl-11 {
        margin: 11rem !important
    }

    .m-xl-12 {
        margin: 12rem !important
    }

    .m-xl-13 {
        margin: 13rem !important
    }

    .m-xl-14 {
        margin: 14rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-1_25 {
        margin-left: .3rem !important;
        margin-right: .3rem !important
    }

    .mx-xl-1_5 {
        margin-left: .35rem !important;
        margin-right: .35rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-2_5 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-3_25 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-xl-3_5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-3_75 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-xl-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xl-4_5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-xl-6_5 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-xl-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-xl-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xl-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-xl-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-xl-11 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .mx-xl-12 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .mx-xl-13 {
        margin-left: 13rem !important;
        margin-right: 13rem !important
    }

    .mx-xl-14 {
        margin-left: 14rem !important;
        margin-right: 14rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-1_25 {
        margin-bottom: .3rem !important;
        margin-top: .3rem !important
    }

    .my-xl-1_5 {
        margin-bottom: .35rem !important;
        margin-top: .35rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-2_5 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-3_25 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-xl-3_5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-3_75 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-xl-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xl-4_5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-xl-6_5 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-xl-7 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-xl-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xl-9 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-xl-10 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-xl-11 {
        margin-bottom: 11rem !important;
        margin-top: 11rem !important
    }

    .my-xl-12 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .my-xl-13 {
        margin-bottom: 13rem !important;
        margin-top: 13rem !important
    }

    .my-xl-14 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-1_25 {
        margin-top: .3rem !important
    }

    .mt-xl-1_5 {
        margin-top: .35rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-2_5 {
        margin-top: .75rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-3_25 {
        margin-top: 1.25rem !important
    }

    .mt-xl-3_5 {
        margin-top: 1.5rem !important
    }

    .mt-xl-3_75 {
        margin-top: 1.75rem !important
    }

    .mt-xl-4 {
        margin-top: 2rem !important
    }

    .mt-xl-4_5 {
        margin-top: 2.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-6 {
        margin-top: 4rem !important
    }

    .mt-xl-6_5 {
        margin-top: 4.5rem !important
    }

    .mt-xl-7 {
        margin-top: 5rem !important
    }

    .mt-xl-8 {
        margin-top: 6rem !important
    }

    .mt-xl-9 {
        margin-top: 7rem !important
    }

    .mt-xl-10 {
        margin-top: 8rem !important
    }

    .mt-xl-11 {
        margin-top: 11rem !important
    }

    .mt-xl-12 {
        margin-top: 12rem !important
    }

    .mt-xl-13 {
        margin-top: 13rem !important
    }

    .mt-xl-14 {
        margin-top: 14rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-1_25 {
        margin-right: .3rem !important
    }

    .me-xl-1_5 {
        margin-right: .35rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-2_5 {
        margin-right: .75rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-3_25 {
        margin-right: 1.25rem !important
    }

    .me-xl-3_5 {
        margin-right: 1.5rem !important
    }

    .me-xl-3_75 {
        margin-right: 1.75rem !important
    }

    .me-xl-4 {
        margin-right: 2rem !important
    }

    .me-xl-4_5 {
        margin-right: 2.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-6 {
        margin-right: 4rem !important
    }

    .me-xl-6_5 {
        margin-right: 4.5rem !important
    }

    .me-xl-7 {
        margin-right: 5rem !important
    }

    .me-xl-8 {
        margin-right: 6rem !important
    }

    .me-xl-9 {
        margin-right: 7rem !important
    }

    .me-xl-10 {
        margin-right: 8rem !important
    }

    .me-xl-11 {
        margin-right: 11rem !important
    }

    .me-xl-12 {
        margin-right: 12rem !important
    }

    .me-xl-13 {
        margin-right: 13rem !important
    }

    .me-xl-14 {
        margin-right: 14rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-1_25 {
        margin-bottom: .3rem !important
    }

    .mb-xl-1_5 {
        margin-bottom: .35rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-2_5 {
        margin-bottom: .75rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-3_25 {
        margin-bottom: 1.25rem !important
    }

    .mb-xl-3_5 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-3_75 {
        margin-bottom: 1.75rem !important
    }

    .mb-xl-4 {
        margin-bottom: 2rem !important
    }

    .mb-xl-4_5 {
        margin-bottom: 2.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-6 {
        margin-bottom: 4rem !important
    }

    .mb-xl-6_5 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-7 {
        margin-bottom: 5rem !important
    }

    .mb-xl-8 {
        margin-bottom: 6rem !important
    }

    .mb-xl-9 {
        margin-bottom: 7rem !important
    }

    .mb-xl-10 {
        margin-bottom: 8rem !important
    }

    .mb-xl-11 {
        margin-bottom: 11rem !important
    }

    .mb-xl-12 {
        margin-bottom: 12rem !important
    }

    .mb-xl-13 {
        margin-bottom: 13rem !important
    }

    .mb-xl-14 {
        margin-bottom: 14rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-1_25 {
        margin-left: .3rem !important
    }

    .ms-xl-1_5 {
        margin-left: .35rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-2_5 {
        margin-left: .75rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-3_25 {
        margin-left: 1.25rem !important
    }

    .ms-xl-3_5 {
        margin-left: 1.5rem !important
    }

    .ms-xl-3_75 {
        margin-left: 1.75rem !important
    }

    .ms-xl-4 {
        margin-left: 2rem !important
    }

    .ms-xl-4_5 {
        margin-left: 2.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-6 {
        margin-left: 4rem !important
    }

    .ms-xl-6_5 {
        margin-left: 4.5rem !important
    }

    .ms-xl-7 {
        margin-left: 5rem !important
    }

    .ms-xl-8 {
        margin-left: 6rem !important
    }

    .ms-xl-9 {
        margin-left: 7rem !important
    }

    .ms-xl-10 {
        margin-left: 8rem !important
    }

    .ms-xl-11 {
        margin-left: 11rem !important
    }

    .ms-xl-12 {
        margin-left: 12rem !important
    }

    .ms-xl-13 {
        margin-left: 13rem !important
    }

    .ms-xl-14 {
        margin-left: 14rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .m-xl-n1_25 {
        margin: -.3rem !important
    }

    .m-xl-n1_5 {
        margin: -.35rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .m-xl-n2_5 {
        margin: -.75rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n3_25 {
        margin: -1.25rem !important
    }

    .m-xl-n3_5 {
        margin: -1.5rem !important
    }

    .m-xl-n3_75 {
        margin: -1.75rem !important
    }

    .m-xl-n4 {
        margin: -2rem !important
    }

    .m-xl-n4_5 {
        margin: -2.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .m-xl-n6 {
        margin: -4rem !important
    }

    .m-xl-n6_5 {
        margin: -4.5rem !important
    }

    .m-xl-n7 {
        margin: -5rem !important
    }

    .m-xl-n8 {
        margin: -6rem !important
    }

    .m-xl-n9 {
        margin: -7rem !important
    }

    .m-xl-n10 {
        margin: -8rem !important
    }

    .m-xl-n11 {
        margin: -11rem !important
    }

    .m-xl-n12 {
        margin: -12rem !important
    }

    .m-xl-n13 {
        margin: -13rem !important
    }

    .m-xl-n14 {
        margin: -14rem !important
    }

    .mx-xl-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-xl-n1_25 {
        margin-left: -.3rem !important;
        margin-right: -.3rem !important
    }

    .mx-xl-n1_5 {
        margin-left: -.35rem !important;
        margin-right: -.35rem !important
    }

    .mx-xl-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-xl-n2_5 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-xl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-xl-n3_25 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-xl-n3_5 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-xl-n3_75 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-xl-n4 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-xl-n4_5 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-xl-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-xl-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-xl-n6_5 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-xl-n7 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-xl-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-xl-n9 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-xl-n10 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-xl-n11 {
        margin-left: -11rem !important;
        margin-right: -11rem !important
    }

    .mx-xl-n12 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .mx-xl-n13 {
        margin-left: -13rem !important;
        margin-right: -13rem !important
    }

    .mx-xl-n14 {
        margin-left: -14rem !important;
        margin-right: -14rem !important
    }

    .my-xl-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-xl-n1_25 {
        margin-bottom: -.3rem !important;
        margin-top: -.3rem !important
    }

    .my-xl-n1_5 {
        margin-bottom: -.35rem !important;
        margin-top: -.35rem !important
    }

    .my-xl-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-xl-n2_5 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-xl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-xl-n3_25 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-xl-n3_5 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-xl-n3_75 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-xl-n4 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-xl-n4_5 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-xl-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-xl-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-xl-n6_5 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-xl-n7 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-xl-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-xl-n9 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-xl-n10 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-xl-n11 {
        margin-bottom: -11rem !important;
        margin-top: -11rem !important
    }

    .my-xl-n12 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .my-xl-n13 {
        margin-bottom: -13rem !important;
        margin-top: -13rem !important
    }

    .my-xl-n14 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important
    }

    .mt-xl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xl-n1_25 {
        margin-top: -.3rem !important
    }

    .mt-xl-n1_5 {
        margin-top: -.35rem !important
    }

    .mt-xl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xl-n2_5 {
        margin-top: -.75rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n3_25 {
        margin-top: -1.25rem !important
    }

    .mt-xl-n3_5 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n3_75 {
        margin-top: -1.75rem !important
    }

    .mt-xl-n4 {
        margin-top: -2rem !important
    }

    .mt-xl-n4_5 {
        margin-top: -2.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .mt-xl-n6 {
        margin-top: -4rem !important
    }

    .mt-xl-n6_5 {
        margin-top: -4.5rem !important
    }

    .mt-xl-n7 {
        margin-top: -5rem !important
    }

    .mt-xl-n8 {
        margin-top: -6rem !important
    }

    .mt-xl-n9 {
        margin-top: -7rem !important
    }

    .mt-xl-n10 {
        margin-top: -8rem !important
    }

    .mt-xl-n11 {
        margin-top: -11rem !important
    }

    .mt-xl-n12 {
        margin-top: -12rem !important
    }

    .mt-xl-n13 {
        margin-top: -13rem !important
    }

    .mt-xl-n14 {
        margin-top: -14rem !important
    }

    .me-xl-n1 {
        margin-right: -.25rem !important
    }

    .me-xl-n1_25 {
        margin-right: -.3rem !important
    }

    .me-xl-n1_5 {
        margin-right: -.35rem !important
    }

    .me-xl-n2 {
        margin-right: -.5rem !important
    }

    .me-xl-n2_5 {
        margin-right: -.75rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n3_25 {
        margin-right: -1.25rem !important
    }

    .me-xl-n3_5 {
        margin-right: -1.5rem !important
    }

    .me-xl-n3_75 {
        margin-right: -1.75rem !important
    }

    .me-xl-n4 {
        margin-right: -2rem !important
    }

    .me-xl-n4_5 {
        margin-right: -2.5rem !important
    }

    .me-xl-n5 {
        margin-right: -3rem !important
    }

    .me-xl-n6 {
        margin-right: -4rem !important
    }

    .me-xl-n6_5 {
        margin-right: -4.5rem !important
    }

    .me-xl-n7 {
        margin-right: -5rem !important
    }

    .me-xl-n8 {
        margin-right: -6rem !important
    }

    .me-xl-n9 {
        margin-right: -7rem !important
    }

    .me-xl-n10 {
        margin-right: -8rem !important
    }

    .me-xl-n11 {
        margin-right: -11rem !important
    }

    .me-xl-n12 {
        margin-right: -12rem !important
    }

    .me-xl-n13 {
        margin-right: -13rem !important
    }

    .me-xl-n14 {
        margin-right: -14rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xl-n1_25 {
        margin-bottom: -.3rem !important
    }

    .mb-xl-n1_5 {
        margin-bottom: -.35rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xl-n2_5 {
        margin-bottom: -.75rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n3_25 {
        margin-bottom: -1.25rem !important
    }

    .mb-xl-n3_5 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n3_75 {
        margin-bottom: -1.75rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -2rem !important
    }

    .mb-xl-n4_5 {
        margin-bottom: -2.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .mb-xl-n6 {
        margin-bottom: -4rem !important
    }

    .mb-xl-n6_5 {
        margin-bottom: -4.5rem !important
    }

    .mb-xl-n7 {
        margin-bottom: -5rem !important
    }

    .mb-xl-n8 {
        margin-bottom: -6rem !important
    }

    .mb-xl-n9 {
        margin-bottom: -7rem !important
    }

    .mb-xl-n10 {
        margin-bottom: -8rem !important
    }

    .mb-xl-n11 {
        margin-bottom: -11rem !important
    }

    .mb-xl-n12 {
        margin-bottom: -12rem !important
    }

    .mb-xl-n13 {
        margin-bottom: -13rem !important
    }

    .mb-xl-n14 {
        margin-bottom: -14rem !important
    }

    .ms-xl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xl-n1_25 {
        margin-left: -.3rem !important
    }

    .ms-xl-n1_5 {
        margin-left: -.35rem !important
    }

    .ms-xl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xl-n2_5 {
        margin-left: -.75rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n3_25 {
        margin-left: -1.25rem !important
    }

    .ms-xl-n3_5 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n3_75 {
        margin-left: -1.75rem !important
    }

    .ms-xl-n4 {
        margin-left: -2rem !important
    }

    .ms-xl-n4_5 {
        margin-left: -2.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -3rem !important
    }

    .ms-xl-n6 {
        margin-left: -4rem !important
    }

    .ms-xl-n6_5 {
        margin-left: -4.5rem !important
    }

    .ms-xl-n7 {
        margin-left: -5rem !important
    }

    .ms-xl-n8 {
        margin-left: -6rem !important
    }

    .ms-xl-n9 {
        margin-left: -7rem !important
    }

    .ms-xl-n10 {
        margin-left: -8rem !important
    }

    .ms-xl-n11 {
        margin-left: -11rem !important
    }

    .ms-xl-n12 {
        margin-left: -12rem !important
    }

    .ms-xl-n13 {
        margin-left: -13rem !important
    }

    .ms-xl-n14 {
        margin-left: -14rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-1_25 {
        padding: .3rem !important
    }

    .p-xl-1_5 {
        padding: .35rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-2_5 {
        padding: .75rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-3_25 {
        padding: 1.25rem !important
    }

    .p-xl-3_5 {
        padding: 1.5rem !important
    }

    .p-xl-3_75 {
        padding: 1.75rem !important
    }

    .p-xl-4 {
        padding: 2rem !important
    }

    .p-xl-4_5 {
        padding: 2.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .p-xl-6 {
        padding: 4rem !important
    }

    .p-xl-6_5 {
        padding: 4.5rem !important
    }

    .p-xl-7 {
        padding: 5rem !important
    }

    .p-xl-8 {
        padding: 6rem !important
    }

    .p-xl-9 {
        padding: 7rem !important
    }

    .p-xl-10 {
        padding: 8rem !important
    }

    .p-xl-11 {
        padding: 11rem !important
    }

    .p-xl-12 {
        padding: 12rem !important
    }

    .p-xl-13 {
        padding: 13rem !important
    }

    .p-xl-14 {
        padding: 14rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-1_25 {
        padding-left: .3rem !important;
        padding-right: .3rem !important
    }

    .px-xl-1_5 {
        padding-left: .35rem !important;
        padding-right: .35rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-2_5 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-3_25 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-xl-3_5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-3_75 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-xl-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xl-4_5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xl-6_5 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xl-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xl-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xl-9 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-xl-10 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-xl-11 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-xl-12 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .px-xl-13 {
        padding-left: 13rem !important;
        padding-right: 13rem !important
    }

    .px-xl-14 {
        padding-left: 14rem !important;
        padding-right: 14rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-1_25 {
        padding-bottom: .3rem !important;
        padding-top: .3rem !important
    }

    .py-xl-1_5 {
        padding-bottom: .35rem !important;
        padding-top: .35rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-2_5 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-3_25 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-xl-3_5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-3_75 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-xl-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xl-4_5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xl-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xl-6_5 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-xl-7 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-xl-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xl-9 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-xl-10 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-xl-11 {
        padding-bottom: 11rem !important;
        padding-top: 11rem !important
    }

    .py-xl-12 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .py-xl-13 {
        padding-bottom: 13rem !important;
        padding-top: 13rem !important
    }

    .py-xl-14 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-1_25 {
        padding-top: .3rem !important
    }

    .pt-xl-1_5 {
        padding-top: .35rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-2_5 {
        padding-top: .75rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-3_25 {
        padding-top: 1.25rem !important
    }

    .pt-xl-3_5 {
        padding-top: 1.5rem !important
    }

    .pt-xl-3_75 {
        padding-top: 1.75rem !important
    }

    .pt-xl-4 {
        padding-top: 2rem !important
    }

    .pt-xl-4_5 {
        padding-top: 2.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pt-xl-6 {
        padding-top: 4rem !important
    }

    .pt-xl-6_5 {
        padding-top: 4.5rem !important
    }

    .pt-xl-7 {
        padding-top: 5rem !important
    }

    .pt-xl-8 {
        padding-top: 6rem !important
    }

    .pt-xl-9 {
        padding-top: 7rem !important
    }

    .pt-xl-10 {
        padding-top: 8rem !important
    }

    .pt-xl-11 {
        padding-top: 11rem !important
    }

    .pt-xl-12 {
        padding-top: 12rem !important
    }

    .pt-xl-13 {
        padding-top: 13rem !important
    }

    .pt-xl-14 {
        padding-top: 14rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-1_25 {
        padding-right: .3rem !important
    }

    .pe-xl-1_5 {
        padding-right: .35rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-2_5 {
        padding-right: .75rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-3_25 {
        padding-right: 1.25rem !important
    }

    .pe-xl-3_5 {
        padding-right: 1.5rem !important
    }

    .pe-xl-3_75 {
        padding-right: 1.75rem !important
    }

    .pe-xl-4 {
        padding-right: 2rem !important
    }

    .pe-xl-4_5 {
        padding-right: 2.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pe-xl-6 {
        padding-right: 4rem !important
    }

    .pe-xl-6_5 {
        padding-right: 4.5rem !important
    }

    .pe-xl-7 {
        padding-right: 5rem !important
    }

    .pe-xl-8 {
        padding-right: 6rem !important
    }

    .pe-xl-9 {
        padding-right: 7rem !important
    }

    .pe-xl-10 {
        padding-right: 8rem !important
    }

    .pe-xl-11 {
        padding-right: 11rem !important
    }

    .pe-xl-12 {
        padding-right: 12rem !important
    }

    .pe-xl-13 {
        padding-right: 13rem !important
    }

    .pe-xl-14 {
        padding-right: 14rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-1_25 {
        padding-bottom: .3rem !important
    }

    .pb-xl-1_5 {
        padding-bottom: .35rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-2_5 {
        padding-bottom: .75rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-3_25 {
        padding-bottom: 1.25rem !important
    }

    .pb-xl-3_5 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-3_75 {
        padding-bottom: 1.75rem !important
    }

    .pb-xl-4 {
        padding-bottom: 2rem !important
    }

    .pb-xl-4_5 {
        padding-bottom: 2.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xl-6 {
        padding-bottom: 4rem !important
    }

    .pb-xl-6_5 {
        padding-bottom: 4.5rem !important
    }

    .pb-xl-7 {
        padding-bottom: 5rem !important
    }

    .pb-xl-8 {
        padding-bottom: 6rem !important
    }

    .pb-xl-9 {
        padding-bottom: 7rem !important
    }

    .pb-xl-10 {
        padding-bottom: 8rem !important
    }

    .pb-xl-11 {
        padding-bottom: 11rem !important
    }

    .pb-xl-12 {
        padding-bottom: 12rem !important
    }

    .pb-xl-13 {
        padding-bottom: 13rem !important
    }

    .pb-xl-14 {
        padding-bottom: 14rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-1_25 {
        padding-left: .3rem !important
    }

    .ps-xl-1_5 {
        padding-left: .35rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-2_5 {
        padding-left: .75rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-3_25 {
        padding-left: 1.25rem !important
    }

    .ps-xl-3_5 {
        padding-left: 1.5rem !important
    }

    .ps-xl-3_75 {
        padding-left: 1.75rem !important
    }

    .ps-xl-4 {
        padding-left: 2rem !important
    }

    .ps-xl-4_5 {
        padding-left: 2.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .ps-xl-6 {
        padding-left: 4rem !important
    }

    .ps-xl-6_5 {
        padding-left: 4.5rem !important
    }

    .ps-xl-7 {
        padding-left: 5rem !important
    }

    .ps-xl-8 {
        padding-left: 6rem !important
    }

    .ps-xl-9 {
        padding-left: 7rem !important
    }

    .ps-xl-10 {
        padding-left: 8rem !important
    }

    .ps-xl-11 {
        padding-left: 11rem !important
    }

    .ps-xl-12 {
        padding-left: 12rem !important
    }

    .ps-xl-13 {
        padding-left: 13rem !important
    }

    .ps-xl-14 {
        padding-left: 14rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-1_25 {
        gap: .3rem !important
    }

    .gap-xl-1_5 {
        gap: .35rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-2_5 {
        gap: .75rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-3_25 {
        gap: 1.25rem !important
    }

    .gap-xl-3_5 {
        gap: 1.5rem !important
    }

    .gap-xl-3_75 {
        gap: 1.75rem !important
    }

    .gap-xl-4 {
        gap: 2rem !important
    }

    .gap-xl-4_5 {
        gap: 2.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .gap-xl-6 {
        gap: 4rem !important
    }

    .gap-xl-6_5 {
        gap: 4.5rem !important
    }

    .gap-xl-7 {
        gap: 5rem !important
    }

    .gap-xl-8 {
        gap: 6rem !important
    }

    .gap-xl-9 {
        gap: 7rem !important
    }

    .gap-xl-10 {
        gap: 8rem !important
    }

    .gap-xl-11 {
        gap: 11rem !important
    }

    .gap-xl-12 {
        gap: 12rem !important
    }

    .gap-xl-13 {
        gap: 13rem !important
    }

    .gap-xl-14 {
        gap: 14rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-1_25 {
        row-gap: .3rem !important
    }

    .row-gap-xl-1_5 {
        row-gap: .35rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-2_5 {
        row-gap: .75rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-3_25 {
        row-gap: 1.25rem !important
    }

    .row-gap-xl-3_5 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-3_75 {
        row-gap: 1.75rem !important
    }

    .row-gap-xl-4 {
        row-gap: 2rem !important
    }

    .row-gap-xl-4_5 {
        row-gap: 2.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .row-gap-xl-6 {
        row-gap: 4rem !important
    }

    .row-gap-xl-6_5 {
        row-gap: 4.5rem !important
    }

    .row-gap-xl-7 {
        row-gap: 5rem !important
    }

    .row-gap-xl-8 {
        row-gap: 6rem !important
    }

    .row-gap-xl-9 {
        row-gap: 7rem !important
    }

    .row-gap-xl-10 {
        row-gap: 8rem !important
    }

    .row-gap-xl-11 {
        row-gap: 11rem !important
    }

    .row-gap-xl-12 {
        row-gap: 12rem !important
    }

    .row-gap-xl-13 {
        row-gap: 13rem !important
    }

    .row-gap-xl-14 {
        row-gap: 14rem !important
    }

    .column-gap-xl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-1_25 {
        -webkit-column-gap: .3rem !important;
        -moz-column-gap: .3rem !important;
        column-gap: .3rem !important
    }

    .column-gap-xl-1_5 {
        -webkit-column-gap: .35rem !important;
        -moz-column-gap: .35rem !important;
        column-gap: .35rem !important
    }

    .column-gap-xl-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xl-2_5 {
        -webkit-column-gap: .75rem !important;
        -moz-column-gap: .75rem !important;
        column-gap: .75rem !important
    }

    .column-gap-xl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xl-3_25 {
        -webkit-column-gap: 1.25rem !important;
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important
    }

    .column-gap-xl-3_5 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xl-3_75 {
        -webkit-column-gap: 1.75rem !important;
        -moz-column-gap: 1.75rem !important;
        column-gap: 1.75rem !important
    }

    .column-gap-xl-4 {
        -webkit-column-gap: 2rem !important;
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-xl-4_5 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-xl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xl-6 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-xl-6_5 {
        -webkit-column-gap: 4.5rem !important;
        -moz-column-gap: 4.5rem !important;
        column-gap: 4.5rem !important
    }

    .column-gap-xl-7 {
        -webkit-column-gap: 5rem !important;
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }

    .column-gap-xl-8 {
        -webkit-column-gap: 6rem !important;
        -moz-column-gap: 6rem !important;
        column-gap: 6rem !important
    }

    .column-gap-xl-9 {
        -webkit-column-gap: 7rem !important;
        -moz-column-gap: 7rem !important;
        column-gap: 7rem !important
    }

    .column-gap-xl-10 {
        -webkit-column-gap: 8rem !important;
        -moz-column-gap: 8rem !important;
        column-gap: 8rem !important
    }

    .column-gap-xl-11 {
        -webkit-column-gap: 11rem !important;
        -moz-column-gap: 11rem !important;
        column-gap: 11rem !important
    }

    .column-gap-xl-12 {
        -webkit-column-gap: 12rem !important;
        -moz-column-gap: 12rem !important;
        column-gap: 12rem !important
    }

    .column-gap-xl-13 {
        -webkit-column-gap: 13rem !important;
        -moz-column-gap: 13rem !important;
        column-gap: 13rem !important
    }

    .column-gap-xl-14 {
        -webkit-column-gap: 14rem !important;
        -moz-column-gap: 14rem !important;
        column-gap: 14rem !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: 1380px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column, .flex-xxl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-1_25 {
        margin: .3rem !important
    }

    .m-xxl-1_5 {
        margin: .35rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-2_5 {
        margin: .75rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-3_25 {
        margin: 1.25rem !important
    }

    .m-xxl-3_5 {
        margin: 1.5rem !important
    }

    .m-xxl-3_75 {
        margin: 1.75rem !important
    }

    .m-xxl-4 {
        margin: 2rem !important
    }

    .m-xxl-4_5 {
        margin: 2.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-6 {
        margin: 4rem !important
    }

    .m-xxl-6_5 {
        margin: 4.5rem !important
    }

    .m-xxl-7 {
        margin: 5rem !important
    }

    .m-xxl-8 {
        margin: 6rem !important
    }

    .m-xxl-9 {
        margin: 7rem !important
    }

    .m-xxl-10 {
        margin: 8rem !important
    }

    .m-xxl-11 {
        margin: 11rem !important
    }

    .m-xxl-12 {
        margin: 12rem !important
    }

    .m-xxl-13 {
        margin: 13rem !important
    }

    .m-xxl-14 {
        margin: 14rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-1_25 {
        margin-left: .3rem !important;
        margin-right: .3rem !important
    }

    .mx-xxl-1_5 {
        margin-left: .35rem !important;
        margin-right: .35rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-2_5 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-3_25 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-xxl-3_5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-3_75 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-xxl-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xxl-4_5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-xxl-6_5 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-xxl-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-xxl-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xxl-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-xxl-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-xxl-11 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .mx-xxl-12 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .mx-xxl-13 {
        margin-left: 13rem !important;
        margin-right: 13rem !important
    }

    .mx-xxl-14 {
        margin-left: 14rem !important;
        margin-right: 14rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-1_25 {
        margin-bottom: .3rem !important;
        margin-top: .3rem !important
    }

    .my-xxl-1_5 {
        margin-bottom: .35rem !important;
        margin-top: .35rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-2_5 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-3_25 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-xxl-3_5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-3_75 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-xxl-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xxl-4_5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-xxl-6_5 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-xxl-7 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-xxl-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xxl-9 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-xxl-10 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-xxl-11 {
        margin-bottom: 11rem !important;
        margin-top: 11rem !important
    }

    .my-xxl-12 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .my-xxl-13 {
        margin-bottom: 13rem !important;
        margin-top: 13rem !important
    }

    .my-xxl-14 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-1_25 {
        margin-top: .3rem !important
    }

    .mt-xxl-1_5 {
        margin-top: .35rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-2_5 {
        margin-top: .75rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-3_25 {
        margin-top: 1.25rem !important
    }

    .mt-xxl-3_5 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-3_75 {
        margin-top: 1.75rem !important
    }

    .mt-xxl-4 {
        margin-top: 2rem !important
    }

    .mt-xxl-4_5 {
        margin-top: 2.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-6 {
        margin-top: 4rem !important
    }

    .mt-xxl-6_5 {
        margin-top: 4.5rem !important
    }

    .mt-xxl-7 {
        margin-top: 5rem !important
    }

    .mt-xxl-8 {
        margin-top: 6rem !important
    }

    .mt-xxl-9 {
        margin-top: 7rem !important
    }

    .mt-xxl-10 {
        margin-top: 8rem !important
    }

    .mt-xxl-11 {
        margin-top: 11rem !important
    }

    .mt-xxl-12 {
        margin-top: 12rem !important
    }

    .mt-xxl-13 {
        margin-top: 13rem !important
    }

    .mt-xxl-14 {
        margin-top: 14rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-1_25 {
        margin-right: .3rem !important
    }

    .me-xxl-1_5 {
        margin-right: .35rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-2_5 {
        margin-right: .75rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-3_25 {
        margin-right: 1.25rem !important
    }

    .me-xxl-3_5 {
        margin-right: 1.5rem !important
    }

    .me-xxl-3_75 {
        margin-right: 1.75rem !important
    }

    .me-xxl-4 {
        margin-right: 2rem !important
    }

    .me-xxl-4_5 {
        margin-right: 2.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-6 {
        margin-right: 4rem !important
    }

    .me-xxl-6_5 {
        margin-right: 4.5rem !important
    }

    .me-xxl-7 {
        margin-right: 5rem !important
    }

    .me-xxl-8 {
        margin-right: 6rem !important
    }

    .me-xxl-9 {
        margin-right: 7rem !important
    }

    .me-xxl-10 {
        margin-right: 8rem !important
    }

    .me-xxl-11 {
        margin-right: 11rem !important
    }

    .me-xxl-12 {
        margin-right: 12rem !important
    }

    .me-xxl-13 {
        margin-right: 13rem !important
    }

    .me-xxl-14 {
        margin-right: 14rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-1_25 {
        margin-bottom: .3rem !important
    }

    .mb-xxl-1_5 {
        margin-bottom: .35rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-2_5 {
        margin-bottom: .75rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-3_25 {
        margin-bottom: 1.25rem !important
    }

    .mb-xxl-3_5 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-3_75 {
        margin-bottom: 1.75rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-4_5 {
        margin-bottom: 2.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-6_5 {
        margin-bottom: 4.5rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 6rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 7rem !important
    }

    .mb-xxl-10 {
        margin-bottom: 8rem !important
    }

    .mb-xxl-11 {
        margin-bottom: 11rem !important
    }

    .mb-xxl-12 {
        margin-bottom: 12rem !important
    }

    .mb-xxl-13 {
        margin-bottom: 13rem !important
    }

    .mb-xxl-14 {
        margin-bottom: 14rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-1_25 {
        margin-left: .3rem !important
    }

    .ms-xxl-1_5 {
        margin-left: .35rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-2_5 {
        margin-left: .75rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-3_25 {
        margin-left: 1.25rem !important
    }

    .ms-xxl-3_5 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-3_75 {
        margin-left: 1.75rem !important
    }

    .ms-xxl-4 {
        margin-left: 2rem !important
    }

    .ms-xxl-4_5 {
        margin-left: 2.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-6 {
        margin-left: 4rem !important
    }

    .ms-xxl-6_5 {
        margin-left: 4.5rem !important
    }

    .ms-xxl-7 {
        margin-left: 5rem !important
    }

    .ms-xxl-8 {
        margin-left: 6rem !important
    }

    .ms-xxl-9 {
        margin-left: 7rem !important
    }

    .ms-xxl-10 {
        margin-left: 8rem !important
    }

    .ms-xxl-11 {
        margin-left: 11rem !important
    }

    .ms-xxl-12 {
        margin-left: 12rem !important
    }

    .ms-xxl-13 {
        margin-left: 13rem !important
    }

    .ms-xxl-14 {
        margin-left: 14rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .m-xxl-n1_25 {
        margin: -.3rem !important
    }

    .m-xxl-n1_5 {
        margin: -.35rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .m-xxl-n2_5 {
        margin: -.75rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n3_25 {
        margin: -1.25rem !important
    }

    .m-xxl-n3_5 {
        margin: -1.5rem !important
    }

    .m-xxl-n3_75 {
        margin: -1.75rem !important
    }

    .m-xxl-n4 {
        margin: -2rem !important
    }

    .m-xxl-n4_5 {
        margin: -2.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .m-xxl-n6 {
        margin: -4rem !important
    }

    .m-xxl-n6_5 {
        margin: -4.5rem !important
    }

    .m-xxl-n7 {
        margin: -5rem !important
    }

    .m-xxl-n8 {
        margin: -6rem !important
    }

    .m-xxl-n9 {
        margin: -7rem !important
    }

    .m-xxl-n10 {
        margin: -8rem !important
    }

    .m-xxl-n11 {
        margin: -11rem !important
    }

    .m-xxl-n12 {
        margin: -12rem !important
    }

    .m-xxl-n13 {
        margin: -13rem !important
    }

    .m-xxl-n14 {
        margin: -14rem !important
    }

    .mx-xxl-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-xxl-n1_25 {
        margin-left: -.3rem !important;
        margin-right: -.3rem !important
    }

    .mx-xxl-n1_5 {
        margin-left: -.35rem !important;
        margin-right: -.35rem !important
    }

    .mx-xxl-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-xxl-n2_5 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-xxl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-xxl-n3_25 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-xxl-n3_5 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-xxl-n3_75 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-xxl-n4 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-xxl-n4_5 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-xxl-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-xxl-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-xxl-n6_5 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-xxl-n7 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-xxl-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-xxl-n9 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-xxl-n10 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-xxl-n11 {
        margin-left: -11rem !important;
        margin-right: -11rem !important
    }

    .mx-xxl-n12 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .mx-xxl-n13 {
        margin-left: -13rem !important;
        margin-right: -13rem !important
    }

    .mx-xxl-n14 {
        margin-left: -14rem !important;
        margin-right: -14rem !important
    }

    .my-xxl-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-xxl-n1_25 {
        margin-bottom: -.3rem !important;
        margin-top: -.3rem !important
    }

    .my-xxl-n1_5 {
        margin-bottom: -.35rem !important;
        margin-top: -.35rem !important
    }

    .my-xxl-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-xxl-n2_5 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-xxl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-xxl-n3_25 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-xxl-n3_5 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-xxl-n3_75 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-xxl-n4 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-xxl-n4_5 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-xxl-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-xxl-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-xxl-n6_5 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-xxl-n7 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-xxl-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-xxl-n9 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-xxl-n10 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-xxl-n11 {
        margin-bottom: -11rem !important;
        margin-top: -11rem !important
    }

    .my-xxl-n12 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .my-xxl-n13 {
        margin-bottom: -13rem !important;
        margin-top: -13rem !important
    }

    .my-xxl-n14 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xxl-n1_25 {
        margin-top: -.3rem !important
    }

    .mt-xxl-n1_5 {
        margin-top: -.35rem !important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xxl-n2_5 {
        margin-top: -.75rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n3_25 {
        margin-top: -1.25rem !important
    }

    .mt-xxl-n3_5 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n3_75 {
        margin-top: -1.75rem !important
    }

    .mt-xxl-n4 {
        margin-top: -2rem !important
    }

    .mt-xxl-n4_5 {
        margin-top: -2.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important
    }

    .mt-xxl-n6 {
        margin-top: -4rem !important
    }

    .mt-xxl-n6_5 {
        margin-top: -4.5rem !important
    }

    .mt-xxl-n7 {
        margin-top: -5rem !important
    }

    .mt-xxl-n8 {
        margin-top: -6rem !important
    }

    .mt-xxl-n9 {
        margin-top: -7rem !important
    }

    .mt-xxl-n10 {
        margin-top: -8rem !important
    }

    .mt-xxl-n11 {
        margin-top: -11rem !important
    }

    .mt-xxl-n12 {
        margin-top: -12rem !important
    }

    .mt-xxl-n13 {
        margin-top: -13rem !important
    }

    .mt-xxl-n14 {
        margin-top: -14rem !important
    }

    .me-xxl-n1 {
        margin-right: -.25rem !important
    }

    .me-xxl-n1_25 {
        margin-right: -.3rem !important
    }

    .me-xxl-n1_5 {
        margin-right: -.35rem !important
    }

    .me-xxl-n2 {
        margin-right: -.5rem !important
    }

    .me-xxl-n2_5 {
        margin-right: -.75rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n3_25 {
        margin-right: -1.25rem !important
    }

    .me-xxl-n3_5 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n3_75 {
        margin-right: -1.75rem !important
    }

    .me-xxl-n4 {
        margin-right: -2rem !important
    }

    .me-xxl-n4_5 {
        margin-right: -2.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -3rem !important
    }

    .me-xxl-n6 {
        margin-right: -4rem !important
    }

    .me-xxl-n6_5 {
        margin-right: -4.5rem !important
    }

    .me-xxl-n7 {
        margin-right: -5rem !important
    }

    .me-xxl-n8 {
        margin-right: -6rem !important
    }

    .me-xxl-n9 {
        margin-right: -7rem !important
    }

    .me-xxl-n10 {
        margin-right: -8rem !important
    }

    .me-xxl-n11 {
        margin-right: -11rem !important
    }

    .me-xxl-n12 {
        margin-right: -12rem !important
    }

    .me-xxl-n13 {
        margin-right: -13rem !important
    }

    .me-xxl-n14 {
        margin-right: -14rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xxl-n1_25 {
        margin-bottom: -.3rem !important
    }

    .mb-xxl-n1_5 {
        margin-bottom: -.35rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xxl-n2_5 {
        margin-bottom: -.75rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n3_25 {
        margin-bottom: -1.25rem !important
    }

    .mb-xxl-n3_5 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n3_75 {
        margin-bottom: -1.75rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -2rem !important
    }

    .mb-xxl-n4_5 {
        margin-bottom: -2.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .mb-xxl-n6 {
        margin-bottom: -4rem !important
    }

    .mb-xxl-n6_5 {
        margin-bottom: -4.5rem !important
    }

    .mb-xxl-n7 {
        margin-bottom: -5rem !important
    }

    .mb-xxl-n8 {
        margin-bottom: -6rem !important
    }

    .mb-xxl-n9 {
        margin-bottom: -7rem !important
    }

    .mb-xxl-n10 {
        margin-bottom: -8rem !important
    }

    .mb-xxl-n11 {
        margin-bottom: -11rem !important
    }

    .mb-xxl-n12 {
        margin-bottom: -12rem !important
    }

    .mb-xxl-n13 {
        margin-bottom: -13rem !important
    }

    .mb-xxl-n14 {
        margin-bottom: -14rem !important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xxl-n1_25 {
        margin-left: -.3rem !important
    }

    .ms-xxl-n1_5 {
        margin-left: -.35rem !important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xxl-n2_5 {
        margin-left: -.75rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n3_25 {
        margin-left: -1.25rem !important
    }

    .ms-xxl-n3_5 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n3_75 {
        margin-left: -1.75rem !important
    }

    .ms-xxl-n4 {
        margin-left: -2rem !important
    }

    .ms-xxl-n4_5 {
        margin-left: -2.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important
    }

    .ms-xxl-n6 {
        margin-left: -4rem !important
    }

    .ms-xxl-n6_5 {
        margin-left: -4.5rem !important
    }

    .ms-xxl-n7 {
        margin-left: -5rem !important
    }

    .ms-xxl-n8 {
        margin-left: -6rem !important
    }

    .ms-xxl-n9 {
        margin-left: -7rem !important
    }

    .ms-xxl-n10 {
        margin-left: -8rem !important
    }

    .ms-xxl-n11 {
        margin-left: -11rem !important
    }

    .ms-xxl-n12 {
        margin-left: -12rem !important
    }

    .ms-xxl-n13 {
        margin-left: -13rem !important
    }

    .ms-xxl-n14 {
        margin-left: -14rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-1_25 {
        padding: .3rem !important
    }

    .p-xxl-1_5 {
        padding: .35rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-2_5 {
        padding: .75rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-3_25 {
        padding: 1.25rem !important
    }

    .p-xxl-3_5 {
        padding: 1.5rem !important
    }

    .p-xxl-3_75 {
        padding: 1.75rem !important
    }

    .p-xxl-4 {
        padding: 2rem !important
    }

    .p-xxl-4_5 {
        padding: 2.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .p-xxl-6 {
        padding: 4rem !important
    }

    .p-xxl-6_5 {
        padding: 4.5rem !important
    }

    .p-xxl-7 {
        padding: 5rem !important
    }

    .p-xxl-8 {
        padding: 6rem !important
    }

    .p-xxl-9 {
        padding: 7rem !important
    }

    .p-xxl-10 {
        padding: 8rem !important
    }

    .p-xxl-11 {
        padding: 11rem !important
    }

    .p-xxl-12 {
        padding: 12rem !important
    }

    .p-xxl-13 {
        padding: 13rem !important
    }

    .p-xxl-14 {
        padding: 14rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-1_25 {
        padding-left: .3rem !important;
        padding-right: .3rem !important
    }

    .px-xxl-1_5 {
        padding-left: .35rem !important;
        padding-right: .35rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-2_5 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-3_25 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-xxl-3_5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-3_75 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-xxl-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xxl-4_5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xxl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xxl-6_5 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xxl-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xxl-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xxl-9 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-xxl-10 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-xxl-11 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-xxl-12 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .px-xxl-13 {
        padding-left: 13rem !important;
        padding-right: 13rem !important
    }

    .px-xxl-14 {
        padding-left: 14rem !important;
        padding-right: 14rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-1_25 {
        padding-bottom: .3rem !important;
        padding-top: .3rem !important
    }

    .py-xxl-1_5 {
        padding-bottom: .35rem !important;
        padding-top: .35rem !important
    }

    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-2_5 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-3_25 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-xxl-3_5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-3_75 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-xxl-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xxl-4_5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xxl-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xxl-6_5 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-xxl-7 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-xxl-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xxl-9 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-xxl-10 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-xxl-11 {
        padding-bottom: 11rem !important;
        padding-top: 11rem !important
    }

    .py-xxl-12 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .py-xxl-13 {
        padding-bottom: 13rem !important;
        padding-top: 13rem !important
    }

    .py-xxl-14 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-1_25 {
        padding-top: .3rem !important
    }

    .pt-xxl-1_5 {
        padding-top: .35rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-2_5 {
        padding-top: .75rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-3_25 {
        padding-top: 1.25rem !important
    }

    .pt-xxl-3_5 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-3_75 {
        padding-top: 1.75rem !important
    }

    .pt-xxl-4 {
        padding-top: 2rem !important
    }

    .pt-xxl-4_5 {
        padding-top: 2.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pt-xxl-6 {
        padding-top: 4rem !important
    }

    .pt-xxl-6_5 {
        padding-top: 4.5rem !important
    }

    .pt-xxl-7 {
        padding-top: 5rem !important
    }

    .pt-xxl-8 {
        padding-top: 6rem !important
    }

    .pt-xxl-9 {
        padding-top: 7rem !important
    }

    .pt-xxl-10 {
        padding-top: 8rem !important
    }

    .pt-xxl-11 {
        padding-top: 11rem !important
    }

    .pt-xxl-12 {
        padding-top: 12rem !important
    }

    .pt-xxl-13 {
        padding-top: 13rem !important
    }

    .pt-xxl-14 {
        padding-top: 14rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-1_25 {
        padding-right: .3rem !important
    }

    .pe-xxl-1_5 {
        padding-right: .35rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-2_5 {
        padding-right: .75rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-3_25 {
        padding-right: 1.25rem !important
    }

    .pe-xxl-3_5 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-3_75 {
        padding-right: 1.75rem !important
    }

    .pe-xxl-4 {
        padding-right: 2rem !important
    }

    .pe-xxl-4_5 {
        padding-right: 2.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pe-xxl-6 {
        padding-right: 4rem !important
    }

    .pe-xxl-6_5 {
        padding-right: 4.5rem !important
    }

    .pe-xxl-7 {
        padding-right: 5rem !important
    }

    .pe-xxl-8 {
        padding-right: 6rem !important
    }

    .pe-xxl-9 {
        padding-right: 7rem !important
    }

    .pe-xxl-10 {
        padding-right: 8rem !important
    }

    .pe-xxl-11 {
        padding-right: 11rem !important
    }

    .pe-xxl-12 {
        padding-right: 12rem !important
    }

    .pe-xxl-13 {
        padding-right: 13rem !important
    }

    .pe-xxl-14 {
        padding-right: 14rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-1_25 {
        padding-bottom: .3rem !important
    }

    .pb-xxl-1_5 {
        padding-bottom: .35rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-2_5 {
        padding-bottom: .75rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-3_25 {
        padding-bottom: 1.25rem !important
    }

    .pb-xxl-3_5 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-3_75 {
        padding-bottom: 1.75rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 2rem !important
    }

    .pb-xxl-4_5 {
        padding-bottom: 2.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 4rem !important
    }

    .pb-xxl-6_5 {
        padding-bottom: 4.5rem !important
    }

    .pb-xxl-7 {
        padding-bottom: 5rem !important
    }

    .pb-xxl-8 {
        padding-bottom: 6rem !important
    }

    .pb-xxl-9 {
        padding-bottom: 7rem !important
    }

    .pb-xxl-10 {
        padding-bottom: 8rem !important
    }

    .pb-xxl-11 {
        padding-bottom: 11rem !important
    }

    .pb-xxl-12 {
        padding-bottom: 12rem !important
    }

    .pb-xxl-13 {
        padding-bottom: 13rem !important
    }

    .pb-xxl-14 {
        padding-bottom: 14rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-1_25 {
        padding-left: .3rem !important
    }

    .ps-xxl-1_5 {
        padding-left: .35rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-2_5 {
        padding-left: .75rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-3_25 {
        padding-left: 1.25rem !important
    }

    .ps-xxl-3_5 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-3_75 {
        padding-left: 1.75rem !important
    }

    .ps-xxl-4 {
        padding-left: 2rem !important
    }

    .ps-xxl-4_5 {
        padding-left: 2.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .ps-xxl-6 {
        padding-left: 4rem !important
    }

    .ps-xxl-6_5 {
        padding-left: 4.5rem !important
    }

    .ps-xxl-7 {
        padding-left: 5rem !important
    }

    .ps-xxl-8 {
        padding-left: 6rem !important
    }

    .ps-xxl-9 {
        padding-left: 7rem !important
    }

    .ps-xxl-10 {
        padding-left: 8rem !important
    }

    .ps-xxl-11 {
        padding-left: 11rem !important
    }

    .ps-xxl-12 {
        padding-left: 12rem !important
    }

    .ps-xxl-13 {
        padding-left: 13rem !important
    }

    .ps-xxl-14 {
        padding-left: 14rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-1_25 {
        gap: .3rem !important
    }

    .gap-xxl-1_5 {
        gap: .35rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-2_5 {
        gap: .75rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-3_25 {
        gap: 1.25rem !important
    }

    .gap-xxl-3_5 {
        gap: 1.5rem !important
    }

    .gap-xxl-3_75 {
        gap: 1.75rem !important
    }

    .gap-xxl-4 {
        gap: 2rem !important
    }

    .gap-xxl-4_5 {
        gap: 2.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .gap-xxl-6 {
        gap: 4rem !important
    }

    .gap-xxl-6_5 {
        gap: 4.5rem !important
    }

    .gap-xxl-7 {
        gap: 5rem !important
    }

    .gap-xxl-8 {
        gap: 6rem !important
    }

    .gap-xxl-9 {
        gap: 7rem !important
    }

    .gap-xxl-10 {
        gap: 8rem !important
    }

    .gap-xxl-11 {
        gap: 11rem !important
    }

    .gap-xxl-12 {
        gap: 12rem !important
    }

    .gap-xxl-13 {
        gap: 13rem !important
    }

    .gap-xxl-14 {
        gap: 14rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-1_25 {
        row-gap: .3rem !important
    }

    .row-gap-xxl-1_5 {
        row-gap: .35rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-2_5 {
        row-gap: .75rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-3_25 {
        row-gap: 1.25rem !important
    }

    .row-gap-xxl-3_5 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-3_75 {
        row-gap: 1.75rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 2rem !important
    }

    .row-gap-xxl-4_5 {
        row-gap: 2.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .row-gap-xxl-6 {
        row-gap: 4rem !important
    }

    .row-gap-xxl-6_5 {
        row-gap: 4.5rem !important
    }

    .row-gap-xxl-7 {
        row-gap: 5rem !important
    }

    .row-gap-xxl-8 {
        row-gap: 6rem !important
    }

    .row-gap-xxl-9 {
        row-gap: 7rem !important
    }

    .row-gap-xxl-10 {
        row-gap: 8rem !important
    }

    .row-gap-xxl-11 {
        row-gap: 11rem !important
    }

    .row-gap-xxl-12 {
        row-gap: 12rem !important
    }

    .row-gap-xxl-13 {
        row-gap: 13rem !important
    }

    .row-gap-xxl-14 {
        row-gap: 14rem !important
    }

    .column-gap-xxl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xxl-1_25 {
        -webkit-column-gap: .3rem !important;
        -moz-column-gap: .3rem !important;
        column-gap: .3rem !important
    }

    .column-gap-xxl-1_5 {
        -webkit-column-gap: .35rem !important;
        -moz-column-gap: .35rem !important;
        column-gap: .35rem !important
    }

    .column-gap-xxl-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xxl-2_5 {
        -webkit-column-gap: .75rem !important;
        -moz-column-gap: .75rem !important;
        column-gap: .75rem !important
    }

    .column-gap-xxl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xxl-3_25 {
        -webkit-column-gap: 1.25rem !important;
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important
    }

    .column-gap-xxl-3_5 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-3_75 {
        -webkit-column-gap: 1.75rem !important;
        -moz-column-gap: 1.75rem !important;
        column-gap: 1.75rem !important
    }

    .column-gap-xxl-4 {
        -webkit-column-gap: 2rem !important;
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-xxl-4_5 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-xxl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xxl-6 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-xxl-6_5 {
        -webkit-column-gap: 4.5rem !important;
        -moz-column-gap: 4.5rem !important;
        column-gap: 4.5rem !important
    }

    .column-gap-xxl-7 {
        -webkit-column-gap: 5rem !important;
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }

    .column-gap-xxl-8 {
        -webkit-column-gap: 6rem !important;
        -moz-column-gap: 6rem !important;
        column-gap: 6rem !important
    }

    .column-gap-xxl-9 {
        -webkit-column-gap: 7rem !important;
        -moz-column-gap: 7rem !important;
        column-gap: 7rem !important
    }

    .column-gap-xxl-10 {
        -webkit-column-gap: 8rem !important;
        -moz-column-gap: 8rem !important;
        column-gap: 8rem !important
    }

    .column-gap-xxl-11 {
        -webkit-column-gap: 11rem !important;
        -moz-column-gap: 11rem !important;
        column-gap: 11rem !important
    }

    .column-gap-xxl-12 {
        -webkit-column-gap: 12rem !important;
        -moz-column-gap: 12rem !important;
        column-gap: 12rem !important
    }

    .column-gap-xxl-13 {
        -webkit-column-gap: 13rem !important;
        -moz-column-gap: 13rem !important;
        column-gap: 13rem !important
    }

    .column-gap-xxl-14 {
        -webkit-column-gap: 14rem !important;
        -moz-column-gap: 14rem !important;
        column-gap: 14rem !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.9375rem !important
    }

    .fs-2 {
        font-size: 2.6875rem !important
    }

    .fs-3 {
        font-size: 2.25rem !important
    }

    .fs-3_3 {
        font-size: 2.0625rem !important
    }

    .fs-4 {
        font-size: 1.875rem !important
    }

    .fs-5 {
        font-size: 1.5625rem !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: .45s;
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: .55s;
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: .65s;
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: .75s;
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: .85s;
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
    -webkit-transition-delay: .85s;
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: .95s;
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
    -webkit-transition-delay: .95s;
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    -webkit-transition-duration: 1.55s;
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    -webkit-transition-duration: 1.65s;
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    -webkit-transition-duration: 1.7s;
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    -webkit-transition-duration: 1.75s;
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    -webkit-transition-duration: 1.85s;
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.85s;
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    -webkit-transition-duration: 1.95s;
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    -webkit-transition-duration: 2.05s;
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.05s;
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    -webkit-transition-duration: 2.1s;
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    -webkit-transition-duration: 2.15s;
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.15s;
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    -webkit-transition-duration: 2.2s;
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    -webkit-transition-duration: 2.25s;
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.25s;
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    -webkit-transition-duration: 2.3s;
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    -webkit-transition-duration: 2.35s;
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.35s;
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    -webkit-transition-duration: 2.4s;
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    -webkit-transition-duration: 2.45s;
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.45s;
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    -webkit-transition-duration: 2.55s;
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.55s;
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    -webkit-transition-duration: 2.6s;
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    -webkit-transition-duration: 2.65s;
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.65s;
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    -webkit-transition-duration: 2.7s;
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    -webkit-transition-duration: 2.75s;
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.75s;
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    -webkit-transition-duration: 2.8s;
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    -webkit-transition-duration: 2.85s;
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.85s;
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    -webkit-transition-duration: 2.9s;
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    -webkit-transition-duration: 2.95s;
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.95s;
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(.6);
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(.6);
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(.6);
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

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

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    text-align: center
}

body {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

a {
    text-decoration: none
}

a.search-link {
    color: #464648;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: color .2s, -webkit-transform .25s;
    transition: color .2s, -webkit-transform .25s;
    transition: color .2s, transform .25s;
    transition: color .2s, transform .25s, -webkit-transform .25s
}

a.search-link svg {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: margin-right .3s, background-color .2s;
    transition: margin-right .3s, background-color .2s
}

a.search-link svg path {
    -webkit-transition: fill .2s;
    transition: fill .2s
}

a.search-link:hover {
    color: #063;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

a.search-link:hover svg {
    margin-right: 12px;
    -webkit-transform: scale(1.075);
    transform: scale(1.075)
}

a.search-link:hover svg path {
    fill: #063
}

.link, a.link {
    color: #464648;
    cursor: pointer;
    font-weight: 600;
    opacity: 100%;
    text-decoration: none;
    -webkit-transition: color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .82, 1.5);
    transition: color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .82, 1.5);
    transition: color .2s, transform .25s cubic-bezier(.68, .6, .82, 1.5);
    transition: color .2s, transform .25s cubic-bezier(.68, .6, .82, 1.5), -webkit-transform .25s cubic-bezier(.68, .6, .82, 1.5)
}

.link, .link:after, a.link, a.link:after {
    display: inline-block;
    -webkit-transform-origin: left;
    transform-origin: left
}

.link:after, a.link:after {
    background-color: #464648;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 11px;
    margin-left: 8px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' fill='none' viewBox='0 0 8 11'%3E%3Cpath fill='%23464648' d='m0 10.038.686.657a.9.9 0 0 0 .633.252.93.93 0 0 0 .633-.252l4.793-4.592a.824.824 0 0 0 0-1.213L1.959.304a.92.92 0 0 0-.633-.251.92.92 0 0 0-.632.25L.008.96A6.83 6.83 0 0 1 1.746 5.5 6.83 6.83 0 0 1 0 10.038'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' fill='none' viewBox='0 0 8 11'%3E%3Cpath fill='%23464648' d='m0 10.038.686.657a.9.9 0 0 0 .633.252.93.93 0 0 0 .633-.252l4.793-4.592a.824.824 0 0 0 0-1.213L1.959.304a.92.92 0 0 0-.633-.251.92.92 0 0 0-.632.25L.008.96A6.83 6.83 0 0 1 1.746 5.5 6.83 6.83 0 0 1 0 10.038'/%3E%3C/svg%3E");
    -webkit-transition: margin-left .3s cubic-bezier(.68, .6, .82, 2), background-color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .7, 2);
    transition: margin-left .3s cubic-bezier(.68, .6, .82, 2), background-color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .7, 2);
    transition: transform .25s cubic-bezier(.68, .6, .7, 2), margin-left .3s cubic-bezier(.68, .6, .82, 2), background-color .2s;
    transition: transform .25s cubic-bezier(.68, .6, .7, 2), margin-left .3s cubic-bezier(.68, .6, .82, 2), background-color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .7, 2);
    width: 8px
}

.link:hover, a.link:hover {
    color: #063;
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.link:hover:after, a.link:hover:after {
    background-color: #063;
    margin-left: 8px;
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
}

.link.white-link, a.link.white-link {
    color: #fff
}

.link.white-link:after, a.link.white-link:after {
    background-color: #fff
}

.link.white-link:hover, a.link.white-link:hover {
    color: #fff
}

.link.white-link:hover:after, a.link.white-link:hover:after {
    background-color: #fff
}

.link.link-red:hover, a.link.link-red:hover {
    color: #9a031e
}

.link.link-red:hover:after, a.link.link-red:hover:after {
    background-color: #9a031e
}

.link.link-orange:hover, a.link.link-orange:hover {
    color: #e36414
}

.link.link-orange:hover:after, a.link.link-orange:hover:after {
    background-color: #e36414
}

.link.link-violet:hover, a.link.link-violet:hover {
    color: #5f0f40
}

.link.link-violet:hover:after, a.link.link-violet:hover:after {
    background-color: #5f0f40
}

.link.link-yellow:hover, a.link.link-yellow:hover {
    color: #fb8b24
}

.link.link-yellow:hover:after, a.link.link-yellow:hover:after {
    background-color: #fb8b24
}

.link.link-teal:hover, a.link.link-teal:hover {
    color: #0f4c5c
}

.link.link-teal:hover:after, a.link.link-teal:hover:after {
    background-color: #0f4c5c
}

.link.link-dark-orange:hover, a.link.link-dark-orange:hover {
    color: #9f3d13
}

.link.link-dark-orange:hover:after, a.link.link-dark-orange:hover:after {
    background-color: #9f3d13
}

.link.link-dark-blue:hover, a.link.link-dark-blue:hover {
    color: #001d32
}

.link.link-dark-blue:hover:after, a.link.link-dark-blue:hover:after {
    background-color: #001d32
}

.link.link-purple:hover, a.link.link-purple:hover {
    color: #470940
}

.link.link-purple:hover:after, a.link.link-purple:hover:after {
    background-color: #470940
}

#noscript-wrapper {
    background: gray;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

#noscript-wrapper .content {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 25px 100px rgba(31, 41, 51, .5);
    box-shadow: 0 25px 100px rgba(31, 41, 51, .5);
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.grecaptcha-badge {
    display: none !important
}

.cc-window {
    background-color: hsla(0, 0%, 100%, .7) !important;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    color: #464648 !important;
    font-family: Trenda, sans-serif !important
}

.cc-window a {
    color: #464648 !important;
    font-family: Novela, serif !important;
    font-weight: 600;
    opacity: 100%;
    text-decoration: none;
    -webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, -webkit-transform .2s;
    transition: color .2s, transform .2s;
    transition: color .2s, transform .2s, -webkit-transform .2s
}

.cc-window a, .cc-window a:after {
    display: inline-block;
    -webkit-transform-origin: left;
    transform-origin: left
}

.cc-window a:after {
    background-color: #464648;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 11px;
    margin-left: 5px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' fill='none' viewBox='0 0 8 11'%3E%3Cpath fill='%23464648' d='m0 10.038.686.657a.9.9 0 0 0 .633.252.93.93 0 0 0 .633-.252l4.793-4.592a.824.824 0 0 0 0-1.213L1.959.304a.92.92 0 0 0-.633-.251.92.92 0 0 0-.632.25L.008.96A6.83 6.83 0 0 1 1.746 5.5 6.83 6.83 0 0 1 0 10.038'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' fill='none' viewBox='0 0 8 11'%3E%3Cpath fill='%23464648' d='m0 10.038.686.657a.9.9 0 0 0 .633.252.93.93 0 0 0 .633-.252l4.793-4.592a.824.824 0 0 0 0-1.213L1.959.304a.92.92 0 0 0-.633-.251.92.92 0 0 0-.632.25L.008.96A6.83 6.83 0 0 1 1.746 5.5 6.83 6.83 0 0 1 0 10.038'/%3E%3C/svg%3E");
    -webkit-transition: margin-left .2s, background-color .2s, -webkit-transform .2s;
    transition: margin-left .2s, background-color .2s, -webkit-transform .2s;
    transition: transform .2s, margin-left .2s, background-color .2s;
    transition: transform .2s, margin-left .2s, background-color .2s, -webkit-transform .2s;
    width: 8px
}

.cc-window a:hover {
    color: #063 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cc-window a:hover:after {
    background-color: #063;
    margin-left: 8px;
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
}

.cc-window .cc-compliance .cc-btn {
    background-color: #ecfff3 !important;
    border: 2px solid #063 !important;
    border-radius: 25px;
    color: #063 !important;
    font-family: Trenda, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    padding: .5rem 1rem !important;
    text-decoration: none !important
}

.cc-window .cc-compliance .cc-btn:after {
    content: none
}

.cc-window .cc-compliance .cc-btn:hover {
    background-color: #063 !important;
    color: #fff !important;
    -webkit-transform: none;
    transform: none
}

.w-0 {
    width: 0 !important
}

.h-0 {
    height: 0 !important
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 30px;
    justify-content: center;
    text-align: center
}

.btn.btn-sm {
    border-radius: 20px
}

.btn.banner-btn {
    height: 35px
}

.btn.btn-primary {
    background-color: #464648;
    border: none !important;
    position: relative
}

.btn.btn-primary:hover {
    background-color: #063
}

.btn.btn-primary.submit-btn {
    background-color: #063;
    font-size: 22px;
    height: 38px;
    padding: 10px 20px
}

.btn.btn-primary.submit-btn:hover {
    background-color: #e36414
}

.btn.btn-outline-light svg path {
    -webkit-transition: fill .2s;
    transition: fill .2s
}

.btn.btn-outline-light:hover svg path {
    fill: #464648
}

.btn.header-contact-btn {
    background-color: #fff;
    color: #063;
    font-size: 17px;
    font-weight: 700;
    height: 26px;
    padding: 12px
}

.btn.header-contact-btn:hover {
    background-color: #e36414;
    color: #fff
}

.btn.mobile-btn {
    border: none;
    border-radius: 9px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 30px
}

.btn.mobile-btn:hover {
    background-color: #464648
}

.btn.btn-outline-green {
    background-color: #fff !important;
    color: #063 !important
}

.btn.btn-outline-green svg path {
    fill: #063
}

.btn.btn-outline-green:hover {
    background-color: #063 !important;
    color: #fff !important
}

.btn.btn-outline-green:hover svg path {
    fill: #fff
}

.btn.btn-outline-red {
    background-color: #fff !important;
    color: #9a031e !important
}

.btn.btn-outline-red svg path {
    fill: #9a031e
}

.btn.btn-outline-red:hover {
    background-color: #9a031e !important;
    color: #fff !important
}

.btn.btn-outline-red:hover svg path {
    fill: #fff
}

.btn.btn-outline-orange {
    background-color: #fff !important;
    color: #e36414 !important
}

.btn.btn-outline-orange svg path {
    fill: #e36414
}

.btn.btn-outline-orange:hover {
    background-color: #e36414 !important;
    color: #fff !important
}

.btn.btn-outline-orange:hover svg path {
    fill: #fff
}

.btn.btn-outline-violet {
    background-color: #fff !important;
    color: #5f0f40 !important
}

.btn.btn-outline-violet svg path {
    fill: #5f0f40
}

.btn.btn-outline-violet:hover {
    background-color: #5f0f40 !important;
    color: #fff !important
}

.btn.btn-outline-violet:hover svg path {
    fill: #fff
}

.btn.btn-outline-yellow {
    background-color: #fff !important;
    color: #fb8b24 !important
}

.btn.btn-outline-yellow svg path {
    fill: #fb8b24
}

.btn.btn-outline-yellow:hover {
    background-color: #fb8b24 !important;
    color: #fff !important
}

.btn.btn-outline-yellow:hover svg path {
    fill: #fff
}

.btn.btn-outline-teal {
    background-color: #fff !important;
    color: #0f4c5c !important
}

.btn.btn-outline-teal svg path {
    fill: #0f4c5c
}

.btn.btn-outline-teal:hover {
    background-color: #0f4c5c !important;
    color: #fff !important
}

.btn.btn-outline-teal:hover svg path {
    fill: #fff
}

.btn.btn-outline-dark-blue {
    background-color: #fff !important;
    color: #001d32 !important
}

.btn.btn-outline-dark-blue svg path {
    fill: #001d32
}

.btn.btn-outline-dark-blue:hover {
    background-color: #001d32 !important;
    color: #fff !important
}

.btn.btn-outline-dark-blue:hover svg path {
    fill: #fff
}

.btn.btn-outline-dark-orange {
    background-color: #fff !important;
    color: #9f3d13 !important
}

.btn.btn-outline-dark-orange svg path {
    fill: #9f3d13
}

.btn.btn-outline-dark-orange:hover {
    background-color: #9f3d13 !important;
    color: #fff !important
}

.btn.btn-outline-dark-orange:hover svg path {
    fill: #fff
}

.btn.btn-outline-purple {
    background-color: #fff !important;
    color: #470940 !important
}

.btn.btn-outline-purple svg path {
    fill: #470940
}

.btn.btn-outline-purple:hover {
    background-color: #470940 !important;
    color: #fff !important
}

.btn.btn-outline-purple:hover svg path {
    fill: #fff
}

.btn.btn-outline-white {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important
}

.btn.btn-outline-white svg path {
    fill: #fff
}

.btn.btn-outline-white:hover {
    background-color: #fff !important;
    color: #464648 !important
}

.btn.btn-outline-white:hover svg path {
    fill: #464648
}

.btn.call-btn {
    border-radius: 8px;
    font-size: 19px !important;
    font-weight: 600 !important;
    height: 37px;
    line-height: 1;
    padding: 0 8px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn.call-btn svg path {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.btn.call-btn:hover {
    font-weight: 600 !important
}

.btn.call-btn:hover svg path {
    fill: #fff
}

.btn.btn-orange {
    background-color: #e36414;
    border: none !important;
    color: #fff !important;
    position: relative
}

.btn.btn-orange:active, .btn.btn-orange:focus, .btn.btn-orange:hover {
    background-color: #063;
    color: #fff !important
}

.btn.landing-btn {
    border: none !important;
    border-radius: 100px;
    font-size: 24px;
    height: auto;
    padding: 7px 20px
}

.btn.landing-btn.btn-green, .btn.landing-btn.btn-primary {
    background-color: #063;
    color: #fff !important
}

.btn.landing-btn.btn-green:hover, .btn.landing-btn.btn-primary:hover {
    background-color: #e36414;
    color: #fff !important
}

.btn.landing-btn-mobile {
    border: none !important;
    border-radius: 100px;
    font-size: 12px;
    height: auto;
    padding: 5px 10px
}

.btn.landing-btn-mobile.btn-green, .btn.landing-btn-mobile.btn-primary {
    background-color: #063;
    color: #fff !important
}

.btn.landing-btn-mobile.btn-green:hover, .btn.landing-btn-mobile.btn-primary:hover {
    background-color: #e36414;
    color: #fff !important
}

.btn.pension-btn {
    border-radius: 50px;
    height: 70px
}

.bg-pattern {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: repeat
}

.bg-pattern, .bg-pattern.bg-pattern-green {
    background-image: url(../images/accdc18cbadb22aedcf9.png)
}

.bg-pattern.bg-pattern-red {
    background-image: url(../images/ce1eb03430cda54930f7.png)
}

.bg-pattern.bg-pattern-orange {
    background-image: url(../images/d18938a58d2d290124bd.png)
}

.bg-pattern.bg-pattern-yellow {
    background-image: url(../images/cef1db02650bd0086f6d.png)
}

.bg-pattern.bg-pattern-violet {
    background-image: url(../images/686d2abfe9c20b5738b5.png)
}

.bg-pattern.bg-pattern-teal {
    background-image: url(../images/bbfaf0d82e8a2bf9b4ec.png)
}

.bg-pattern.bg-pattern-light-green {
    background-image: url(../images/8996b6959ccf8f0d99ff.png)
}

.bg-pattern.bg-pattern-light-red {
    background-image: url(../images/ac14ae5f794e0d0855ad.png)
}

.bg-pattern.bg-pattern-light-orange {
    background-image: url(../images/e90272cea971c4c7e3bb.png)
}

.bg-pattern.bg-pattern-light-yellow {
    background-image: url(../images/a2fb93a2855bf35a4361.png)
}

.bg-pattern.bg-pattern-light-violet {
    background-image: url(../images/5281d755b917b9a24b81.png)
}

.bg-pattern.bg-pattern-light-teal {
    background-image: url(../images/95b8cb808f43094d20e0.png)
}

.bg-pattern.bg-pattern-dark-orange {
    background-image: url(../images/9704d8fb831e014d0d7a.png)
}

.bg-pattern.bg-pattern-dark-blue {
    background-image: url(../images/02badeeb7de30de4fdf7.png)
}

.bg-pattern.bg-pattern-light-dark-orange {
    background-image: url(../images/50dc5ce363e7742f5759.png)
}

.bg-pattern.bg-pattern-light-dark-blue {
    background-image: url(../images/2b2f148341c1bbf94241.png)
}

.bg-pattern.bg-pattern-purple {
    background-image: url(../images/b0a468fe6ad58ebb6c6f.png)
}

.bg-pattern.bg-pattern-light-purple {
    background-image: url(../images/4725c0f6b21453b2e237.png)
}

.grey-pattern {
    background-attachment: fixed;
    background-image: url(../images/15d86be40331aaf46e72.png);
    background-position: 50%;
    background-repeat: repeat
}

.container {
    padding-left: 2rem;
    padding-right: 2rem
}

.container-full-right {
    margin-left: auto;
    max-width: calc(50% + 690px);
    padding-left: 2rem;
    padding-right: 0;
    width: 100%
}

.container-small {
    max-width: 560px
}

.container-mini {
    max-width: 710px
}

.container-narrow {
    max-width: 950px
}

.container-medium {
    max-width: 1180px
}

.container-large {
    max-width: 1440px
}

.banner-overlay-container {
    max-width: 950px
}

.tax-resident .banner-overlay-container {
    max-width: 1005px
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

.z-4 {
    z-index: 4 !important
}

.z-5 {
    z-index: 5 !important
}

.z-9 {
    z-index: 9 !important
}

.z-99 {
    z-index: 99 !important
}

.z-999 {
    z-index: 999 !important
}

.z-9999 {
    z-index: 9999 !important
}

.z-n1 {
    z-index: -1 !important
}

.z-n9 {
    z-index: -9 !important
}

.z-n10 {
    z-index: -10 !important
}

.z-n99 {
    z-index: -99 !important
}

.z-n100 {
    z-index: -100 !important
}

.z-n999 {
    z-index: -999 !important
}

.bg-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
    width: 100%
}

.contact-info h5 span {
    font-size: 16px;
    font-weight: 300
}

.contact-info a {
    color: #464648 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600 !important;
    -webkit-transition: font-weight .2s;
    transition: font-weight .2s
}

.contact-info a, .contact-info a span {
    font-family: Trenda, sans-serif;
    font-size: 16px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-info a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 21px;
    width: 21px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #063;
    border-radius: 25px;
    color: #fff !important;
    justify-content: center;
    padding-top: 1px;
    text-align: center;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s
}

.contact-info a span, .contact-info a:hover {
    font-weight: 700 !important
}

.contact-info a:hover span {
    background-color: #b0d0c0;
    color: #063 !important
}

.contact-info a.btn.email-btn {
    font-weight: 500 !important
}

.contact-info.info-red a span {
    background-color: #9a031e
}

.contact-info.info-red a:hover span {
    background-color: rgba(154, 3, 30, .15);
    color: #9a031e !important
}

.contact-info.info-orange a span {
    background-color: #e36414
}

.contact-info.info-orange a:hover span {
    background-color: rgba(227, 100, 20, .15);
    color: #e36414 !important
}

svg.fill-red path {
    fill: #9a031e
}

svg.fill-orange path {
    fill: #e36414
}

.article-social-icons a {
    -webkit-transition: color .3s;
    transition: color .3s
}

.article-social-icons a:hover {
    color: #464648
}

.online-presence .presence-data {
    font-size: 57px;
    font-weight: 700;
    line-height: 1.1
}

.online-presence .presence-heading {
    color: #d7f7df;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1
}

.team-box.team-green .team-image {
    background-color: rgba(0, 102, 51, .6)
}

.team-box.team-green .team-info {
    background-color: rgba(0, 102, 51, .15)
}

.team-box.team-red .team-image {
    background-color: rgba(207, 20, 43, .6)
}

.team-box.team-red .team-info {
    background-color: rgba(207, 20, 43, .15)
}

.team-box.team-orange .team-image {
    background-color: rgba(227, 100, 20, .6)
}

.team-box.team-orange .team-info {
    background-color: rgba(227, 100, 20, .15)
}

.e-guide-download {
    height: 360px
}

.e-guide-download .eguide-card {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .4);
    height: 100%;
    max-width: 280px;
    width: 100%;
    z-index: 1
}

.e-guide-download .eguide-card .card-heading {
    min-height: 112px;
    padding: 20px 22px
}

.e-guide-download .eguide-card .card-heading h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0
}

.e-guide-download .eguide-card .card-image {
    bottom: 30px;
    opacity: 1;
    position: absolute;
    right: -40px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.e-guide-download .eguide-card .card-image img {
    display: block;
    height: 170px;
    width: 170px
}

.e-guide-download .eguide-card .card-image:after {
    background-image: url(../images/cb9bfa05bd3466c0c242.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 331px;
    left: -80px;
    opacity: .3;
    position: absolute;
    top: -80px;
    width: 331px
}

.bg-trans-green {
    background-color: rgba(0, 102, 51, .15) !important
}

.col-5_5 {
    width: 45% !important
}

.col-5_5, .col-6_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6_5 {
    width: 55% !important
}

.form-select.performance-select {
    background-color: #f7f7f7;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' fill='none' viewBox='0 0 15 10'%3E%3Cpath fill='%23063' d='M8.081 5.467 12.84.77a.796.796 0 0 1 1.096 0l.817.805a.773.773 0 0 1 0 1.081l-6.688 6.6a.8.8 0 0 1-1.097 0L.236 2.62a.773.773 0 0 1 0-1.081l.817-.806a.784.784 0 0 1 1.096 0l4.803 4.735a.8.8 0 0 0 .564.232.8.8 0 0 0 .565-.232'/%3E%3C/svg%3E");
    border: 1px solid #063;
    color: #464648
}

table {
    border-collapse: separate
}

.review-quote-icon {
    font-size: 101px;
    line-height: 0
}

.modal-backdrop {
    background-color: #000
}

.modal-backdrop.show {
    opacity: .31 !important
}

.modal-dialog.modal-popup {
    max-width: 380px
}

.btn.btn-whatsapp {
    background-color: #0a9615;
    border-radius: 10px;
    color: #fff;
    height: 50px
}

.btn.btn-whatsapp:hover {
    background-color: #063;
    color: #fff !important
}

.btn.btn-whatsapp-green {
    background-color: #0a9615;
    color: #fff
}

@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #dee2e6 !important
    }

    .border-lg-2 {
        border-width: 2px !important
    }

    .bg-lg-white {
        background-color: #fff !important
    }

    .start-lg-50 {
        left: 50% !important
    }

    .btn.call-btn {
        font-size: 16px !important;
        font-weight: 600 !important;
        height: 35px
    }

    .cc-window .cc-compliance {
        margin-right: 80px !important
    }

    #enqmodal h2 {
        font-size: 30px !important
    }

    .col-lg-2_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
}

@media (min-width: 1200px) {
    .col-xl-2_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
}

@media (min-width: 1380px) {
    .col-xxl-2_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
}

@media (max-width: 1199.98px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (max-width: 991.98px) {
    .btn {
        font-size: 18px;
        font-weight: 600;
        height: 30px
    }

    .btn.btn-primary.submit-btn {
        font-size: 18px;
        height: 35px
    }

    .btn.banner-btn {
        height: 30px
    }

    .btn.banner-btn svg {
        height: 16px;
        width: 16px
    }

    .btn.pension-btn {
        height: 50px
    }

    .online-presence .presence-icon img {
        height: auto;
        width: 55px
    }

    .online-presence .presence-data {
        font-size: 35px
    }

    .online-presence .presence-heading {
        font-size: 15px
    }

    .bg-pattern, .grey-pattern {
        background-size: 30px
    }

    .review-quote-icon {
        font-size: 70px
    }

    .btn.btn-whatsapp {
        font-size: 18px !important;
        height: 50px !important
    }

    .btn.landing-btn {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    .container-full-right {
        margin-right: auto;
        padding-right: 2rem
    }

    #bgImage.form-bg {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 300px
    }

    .contact-info h5 {
        font-size: 23px
    }

    .contact-info h5 span {
        display: block;
        margin-top: 5px
    }

    .team-member-details-mobile h5 {
        font-size: 25px
    }

    .btn.landing-btn {
        font-size: 18px;
        padding: 7px 20px
    }
}

.sitemaps ul ul {
    margin-left: 1em
}

@font-face {
    font-display: swap;
    font-family: Novela;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/5a9f3dc0bfe2f698ce3c.woff2), url(../fonts/d8b67cbb38c0433127dd.woff)
}

@font-face {
    font-display: swap;
    font-family: Novela;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/451fe0b0f9e3891bf7d4.woff2), url(../fonts/78fafc2cbd97a2f4cb48.woff)
}

@font-face {
    font-display: swap;
    font-family: Novela;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/3fd8c379c2bcddc58355.woff2), url(../fonts/172e2dea95355c2d4c8e.woff)
}

@font-face {
    font-display: swap;
    font-family: Trenda;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/06a13eff21c0ec16be31.woff2), url(../fonts/aa2bde2aa7b64087e6cf.woff)
}

@font-face {
    font-display: swap;
    font-family: Trenda;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/552cad78bb9a64743495.woff2), url(../fonts/f275c17ba44ab8ab4ff0.woff)
}

@font-face {
    font-display: swap;
    font-family: Trenda;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/6cf1ba5c93934d006e96.woff2), url(../fonts/052aec510f1e65fc533e.woff)
}

@font-face {
    font-display: swap;
    font-family: Trenda;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/1b5fe034c20c81ec7e04.woff2), url(../fonts/0608561c73cfa65abe5f.woff)
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ff-novela {
    font-family: Novela, serif !important
}

.ff-trenda {
    font-family: Trenda, sans-serif !important
}

.ff-opensans {
    font-family: Open Sans, sans-serif !important
}

.fw-semibold {
    font-weight: 600 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-1_4 {
    line-height: 1.4 !important
}

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

.h1, .h1-title, h1 {
    font-size: 47px;
    font-weight: 700
}

.h2, h2 {
    font-family: Novela, serif;
    font-size: 33px;
    font-weight: 600
}

.h2.pension-heading, h2.pension-heading {
    font-size: 43px
}

.h3, h3 {
    font-size: 25px;
    font-weight: 600
}

.h4, h4 {
    font-size: 22px
}

.h4.review-title, h4.review-title {
    font-size: 25px
}

.h4.review-author, h4.review-author {
    font-size: 26px
}

.h5, h5 {
    font-size: 20px
}

.banner-description {
    font-size: 35px
}

.pensionq-heading {
    font-size: 25px !important
}

.standard-content .h1-title, .standard-content h1, .standard-content h2, .standard-content h3, .standard-content h4, .standard-content h5, .standard-content h6 {
    font-family: Novela, serif;
    font-weight: 600;
    line-height: 1.4
}

.standard-content .h1-title:first-child, .standard-content h1:first-child, .standard-content h2:first-child, .standard-content h3:first-child, .standard-content h4:first-child, .standard-content h5:first-child, .standard-content h6:first-child {
    margin-top: 0 !important
}

.standard-content .h1-title:last-child, .standard-content h1:last-child, .standard-content h2:last-child, .standard-content h3:last-child, .standard-content h4:last-child, .standard-content h5:last-child, .standard-content h6:last-child {
    margin-bottom: 0 !important
}

.standard-content .h1-title, .standard-content h1, .standard-content h2, .standard-content h3 {
    color: #063
}

.standard-content .h1, .standard-content .h1-title, .standard-content h1 {
    font-size: 43px
}

.standard-content h2 {
    font-size: 33px;
    margin-bottom: 20px;
    margin-top: 30px
}

.standard-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 25px
}

.standard-content h4 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 20px
}

.standard-content h5 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px
}

.standard-content a {
    color: #063;
    text-decoration: none
}

.standard-content a:hover {
    text-decoration: underline
}

.standard-content p {
    font-size: 18px;
    line-height: 1.4
}

.standard-content p:last-child {
    margin-bottom: 0
}

.standard-content p.text-lg {
    font-size: 25px
}

.standard-content p.text-md {
    font-size: 22px
}

.standard-content strong {
    font-weight: 700
}

.standard-content ul {
    list-style-type: none;
    margin-bottom: 1rem;
    padding-left: 2rem
}

.standard-content ul li {
    margin-bottom: 5px;
    position: relative
}

.standard-content ul li::marker {
    content: none
}

.standard-content ul li:before {
    background-color: #464648;
    border-radius: 3px;
    content: "";
    display: block;
    height: 5px;
    left: -15px;
    position: absolute;
    top: 10px;
    width: 5px
}

.standard-content.landing-content p {
    font-size: 21px
}

.standard-content.standard-landing h3, .standard-content.standard-landing h4, .standard-content.standard-landing h5, .standard-content.standard-landing h6 {
    color: #464648
}

.eguide-intro p {
    font-size: 22px
}

.landing-page-heading {
    font-size: 49px;
    line-height: 1.4
}

.landing-form-heading {
    font-size: 32px;
    line-height: 1.11
}

.bg-heading {
    font-size: 31px
}

@media (max-width: 1199.98px) {
    .h1-title, h1 {
        font-size: 36px
    }

    h2.pension-heading {
        font-size: 33px
    }

    .banner-description {
        font-size: 30px
    }

    .landing-page-heading {
        font-size: 36px
    }

    .bg-heading, .landing-form-heading {
        font-size: 30px
    }
}

@media (max-width: 991.98px) {
    body {
        font-size: 16px
    }

    .h1, .h1-title, .landing-page-heading, h1 {
        font-size: 30px
    }

    .bg-heading, .landing-form-heading, h2, h2.pension-heading {
        font-size: 27px
    }

    h3 {
        font-size: 20px
    }

    .pensionq-heading {
        font-size: 20px !important
    }

    h4 {
        font-size: 19px
    }

    h4.review-author, h4.review-title {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 16px
    }

    .fs-1 {
        font-size: 30px !important
    }

    .fs-2, .fs-2.article-heading {
        font-size: 27px !important
    }

    .fs-3, .fs-3_3 {
        font-size: 20px !important
    }

    .fs-4 {
        font-size: 19px !important
    }

    .fs-5 {
        font-size: 18px !important
    }

    .fs-6 {
        font-size: 16px !important
    }

    .fs-7 {
        font-size: 15px !important
    }

    .fs-8 {
        font-size: 12px !important
    }

    p {
        line-height: 1.2
    }

    .banner-description {
        font-size: 21px
    }

    .standard-content .h1, .standard-content .h1-title, .standard-content h1 {
        font-size: 30px
    }

    .standard-content h2 {
        font-size: 27px
    }

    .standard-content h3 {
        font-size: 20px
    }

    .standard-content h4 {
        font-size: 19px
    }

    .standard-content h5 {
        font-size: 18px
    }

    .standard-content h6 {
        font-size: 16px
    }

    .standard-content p {
        font-size: 16px;
        margin-bottom: .75rem
    }

    .standard-content p.text-lg, .standard-content p.text-md {
        font-size: 18px
    }

    .standard-content p:last-child {
        margin-bottom: 0
    }

    .standard-content.landing-content p {
        font-size: 18px
    }

    .eguide-intro p {
        font-size: 19px
    }

    .performance-table.fs-7 {
        font-size: 12px !important
    }
}

#header .header-banner .banner-slider .banner-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

#header .banner-height {
    padding-bottom: calc(33.33333% - 1px)
}

#header .nav-toggle, #header .search-toggle {
    cursor: pointer
}

#header .header-top {
    height: 115px
}

#header .header-bg {
    opacity: 0
}

#header .header-bg, #header .logo {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

#header .logo {
    opacity: 1
}

#header .dark-logo {
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

#header.scrolled .header-bg {
    opacity: 1
}

#header.scrolled.light-header .header-bg {
    opacity: 0
}

#header #searchbox {
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

#header #searchbox > div {
    margin-top: 115px
}

#header .search-icon svg path {
    fill: #fff;
    -webkit-transition: fill .2s;
    transition: fill .2s
}

#header button.navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    padding: 0;
    width: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

#header button.navbar-toggler span {
    background-color: #fff;
    border-radius: 2px;
    display: block;
    height: 3px;
    -webkit-transition: width .2s, color .2s, -webkit-transform .2s;
    transition: width .2s, color .2s, -webkit-transform .2s;
    transition: width .2s, transform .2s, color .2s;
    transition: width .2s, transform .2s, color .2s, -webkit-transform .2s;
    width: 24px
}

#header button.navbar-toggler:not(.collapsed) span:nth-child(2) {
    width: 0
}

#header button.navbar-toggler:not(.collapsed) span:first-child {
    background-color: #464648;
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    width: 33px
}

#header button.navbar-toggler:not(.collapsed) span:nth-child(3) {
    background-color: #464648;
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
    width: 33px
}

#header #mainNav #nav-container {
    border-bottom: 17px solid #063;
    -webkit-transition: border-bottom-color .2s;
    transition: border-bottom-color .2s
}

#header #mainNav .header-nav {
    min-height: 0;
    -webkit-transition: min-height .2s;
    transition: min-height .2s
}

#header #mainNav .nav-item {
    padding: 7px 0
}

#header #mainNav .nav-item .nav-link {
    color: #464648;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .7, 2);
    transition: color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .7, 2);
    transition: color .2s, transform .25s cubic-bezier(.68, .6, .7, 2);
    transition: color .2s, transform .25s cubic-bezier(.68, .6, .7, 2), -webkit-transform .25s cubic-bezier(.68, .6, .7, 2)
}

#header #mainNav .nav-item .nav-link:after {
    background-color: #464648;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 11px;
    margin-left: 5px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' fill='none' viewBox='0 0 8 11'%3E%3Cpath fill='%23464648' d='m0 10.038.686.657a.9.9 0 0 0 .633.252.93.93 0 0 0 .633-.252l4.793-4.592a.824.824 0 0 0 0-1.213L1.959.304a.92.92 0 0 0-.633-.251.92.92 0 0 0-.632.25L.008.96A6.83 6.83 0 0 1 1.746 5.5 6.83 6.83 0 0 1 0 10.038'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' fill='none' viewBox='0 0 8 11'%3E%3Cpath fill='%23464648' d='m0 10.038.686.657a.9.9 0 0 0 .633.252.93.93 0 0 0 .633-.252l4.793-4.592a.824.824 0 0 0 0-1.213L1.959.304a.92.92 0 0 0-.633-.251.92.92 0 0 0-.632.25L.008.96A6.83 6.83 0 0 1 1.746 5.5 6.83 6.83 0 0 1 0 10.038'/%3E%3C/svg%3E");
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: margin-left .3s cubic-bezier(.68, .6, .82, 2), background-color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .7, 2);
    transition: margin-left .3s cubic-bezier(.68, .6, .82, 2), background-color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .7, 2);
    transition: transform .25s cubic-bezier(.68, .6, .7, 2), margin-left .3s cubic-bezier(.68, .6, .82, 2), background-color .2s;
    transition: transform .25s cubic-bezier(.68, .6, .7, 2), margin-left .3s cubic-bezier(.68, .6, .82, 2), background-color .2s, -webkit-transform .25s cubic-bezier(.68, .6, .7, 2);
    width: 8px
}

#header #mainNav .nav-item .nav-link:hover {
    color: #464648;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#header #mainNav .nav-item .nav-link:hover:after {
    background-color: #464648;
    margin-left: 8px;
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
}

#header #mainNav .nav-item .nav-link:hover.nav-link-green {
    color: #063
}

#header #mainNav .nav-item .nav-link:hover.nav-link-green:after {
    background-color: #063
}

#header #mainNav .nav-item .nav-link:hover.nav-link-red {
    color: #9a031e
}

#header #mainNav .nav-item .nav-link:hover.nav-link-red:after {
    background-color: #9a031e
}

#header #mainNav .nav-item .nav-link:hover.nav-link-orange {
    color: #e36414
}

#header #mainNav .nav-item .nav-link:hover.nav-link-orange:after {
    background-color: #e36414
}

#header #mainNav .nav-item .nav-link:hover.nav-link-violet {
    color: #5f0f40
}

#header #mainNav .nav-item .nav-link:hover.nav-link-violet:after {
    background-color: #5f0f40
}

#header #mainNav .nav-item .nav-link:hover.nav-link-yellow {
    color: #fb8b24
}

#header #mainNav .nav-item .nav-link:hover.nav-link-yellow:after {
    background-color: #fb8b24
}

#header #mainNav .nav-item .nav-link:hover.nav-link-teal {
    color: #0f4c5c
}

#header #mainNav .nav-item .nav-link:hover.nav-link-teal:after {
    background-color: #0f4c5c
}

#header #mainNav .nav-item .nav-link.active {
    color: #464648;
    font-weight: 700
}

#header #mainNav .nav-item .nav-link.active:after {
    background-color: #464648
}

#header #mainNav .nav-item .nav-link.active:hover {
    color: #464648;
    -webkit-transform: none;
    transform: none
}

#header #mainNav .nav-item .nav-link.active:hover:after {
    background-color: #464648;
    margin-left: 5px;
    -webkit-transform: none;
    transform: none
}

#header #mainNav .submenu {
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

#header #mainNav .submenu.show {
    opacity: 1;
    z-index: 9
}

#header input.search-btn {
    background: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cpath fill='%23464648' d='M19.853 17.47h-1.255l-.445-.428a10.28 10.28 0 0 0 2.494-6.719C20.647 4.622 16.025 0 10.323 0 4.622 0 0 4.622 0 10.323s4.622 10.324 10.323 10.324c2.557 0 4.908-.937 6.719-2.494l.428.445v1.255l7.942 7.925 2.366-2.366zm-9.53 0a7.137 7.137 0 0 1-7.147-7.147 7.137 7.137 0 0 1 7.147-7.147 7.137 7.137 0 0 1 7.147 7.147 7.137 7.137 0 0 1-7.147 7.147'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 27px;
    outline: none;
    width: 27px
}

#header input.search-btn.white-search-btn {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><path fill="%23fff" d="M19.853 17.47h-1.255l-.445-.428a10.28 10.28 0 0 0 2.494-6.719C20.647 4.622 16.025 0 10.323 0 4.622 0 0 4.622 0 10.323s4.622 10.324 10.323 10.324c2.557 0 4.908-.937 6.719-2.494l.428.445v1.255l7.942 7.925 2.366-2.366zm-9.53 0a7.137 7.137 0 0 1-7.147-7.147 7.137 7.137 0 0 1 7.147-7.147 7.137 7.137 0 0 1 7.147 7.147 7.137 7.137 0 0 1-7.147 7.147"/></svg>')
}

#header input.search-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(70, 70, 72, .3);
    color: #464648;
    font-size: 25px;
    outline: none;
    padding: 15px 0;
    width: 100%
}

#header input.search-input::-webkit-input-placeholder {
    color: rgba(70, 70, 72, .45)
}

#header input.search-input::-moz-placeholder {
    color: rgba(70, 70, 72, .45)
}

#header input.search-input:-ms-input-placeholder {
    color: rgba(70, 70, 72, .45)
}

#header input.search-input::-ms-input-placeholder {
    color: rgba(70, 70, 72, .45)
}

#header input.search-input::placeholder {
    color: rgba(70, 70, 72, .45)
}

#header input.article-search-input {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    outline: none;
    padding: 15px 0;
    width: 100%
}

#header input.article-search-input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .45)
}

#header input.article-search-input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .45)
}

#header input.article-search-input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .45)
}

#header input.article-search-input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .45)
}

#header input.article-search-input::placeholder {
    color: hsla(0, 0%, 100%, .45)
}

#header .article-search label {
    cursor: pointer
}

#header .article-search input.form-check-input {
    background-color: transparent;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative
}

#header .article-search input.form-check-input:checked[type=checkbox] {
    background-image: none
}

#header .article-search input.form-check-input:checked[type=checkbox]:after {
    background-color: #fff;
    border-radius: 1px;
    content: "";
    display: block;
    height: calc(100% - 4px);
    left: 2px;
    position: absolute;
    top: 2px;
    width: calc(100% - 4px)
}

#header .country-select {
    border: 1px solid #fff;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

#header .country-select .country-btn, #header .country-select a {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 2px 8px;
    text-decoration: none;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}

#header .country-select .country-btn:hover, #header .country-select a:hover {
    background-color: rgba(0, 0, 0, .5)
}

#header .country-select .country-options {
    max-width: 0;
    overflow: hidden;
    -webkit-transition: max-width .3s;
    transition: max-width .3s
}

#header .country-select .country-options.show {
    max-width: 400px
}

#header.light-header .logo {
    opacity: 0
}

#header.light-header .dark-logo {
    opacity: 1
}

#header.light-header .search-icon svg path {
    fill: #464648
}

#header.light-header button.navbar-toggler span {
    background-color: #464648
}

#header.light-header .country-select {
    background-color: #fff;
    border-color: #464648
}

#header.light-header .country-select .country-btn, #header.light-header .country-select a {
    color: #464648
}

#header.light-header .country-select .country-btn:hover, #header.light-header .country-select a:hover {
    color: #fff
}

#header.light-header .btn.header-contact-btn {
    background-color: #063;
    color: #fff
}

#header.light-header .btn.header-contact-btn:hover {
    background-color: #e36414
}

.banner-reveal {
    height: 0;
    -webkit-transition: height .5s ease-in;
    transition: height .5s ease-in
}

.banner-reveal.show {
    height: 100%
}

main .page-heading {
    position: absolute;
    width: 100%;
    z-index: 100
}

main .page-heading.scrolled {
    position: fixed
}

.article-search {
    -webkit-transition: top .5s;
    transition: top .5s
}

@media (max-width: 1199.98px) {
    #header .header-top {
        height: 80px
    }

    #header .dark-logo img, #header .logo img {
        height: auto;
        width: 150px
    }
}

@media (max-width: 991.98px) {
    #header input.search-btn {
        height: 20px;
        width: 20px
    }

    #header input.article-search-input, #header input.search-input {
        font-size: 18px;
        padding: 10px 0
    }

    #header .search-toggle svg {
        height: auto;
        width: 25px
    }

    #header .search-toggle.search-close svg {
        height: auto;
        width: 18px
    }

    #header .mobile-nav-container {
        margin-bottom: 25px !important;
        margin-top: 100px !important
    }

    #header .mobile-loc {
        height: 58px;
        margin-top: 0 !important
    }

    #header .country-select .country-btn {
        font-size: 14px;
        padding: 3px 6px
    }

    #header .country-select .country-btn img {
        height: 15px;
        width: 15px
    }

    #header.light-header .country-select {
        background-color: transparent;
        border-color: #fff
    }

    #header.light-header .country-select .country-btn, #header.light-header .country-select .country-btn:hover, #header.light-header .country-select a, #header.light-header .country-select a:hover {
        color: #fff
    }

    #header #mainNav #nav-container {
        border-bottom: none;
        overflow: scroll
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu {
        font-family: Trenda, sans-serif;
        font-size: 26px;
        font-weight: 700
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu:after {
        content: none
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu:hover {
        -webkit-transform: none;
        transform: none
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu.nav-link-green {
        color: #063
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu.nav-link-red {
        color: #9a031e
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu.nav-link-orange {
        color: #e36414
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu.nav-link-violet {
        color: #5f0f40
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu.nav-link-yellow {
        color: #fb8b24
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu.nav-link-teal {
        color: #0f4c5c
    }

    #header #mainNav #nav-container .nav-item .nav-link.with-submenu.collapsed {
        color: rgba(70, 70, 72, .6)
    }

    #header .header-banner {
        height: 120.4819277108vw
    }

    #header .banner-height {
        padding-bottom: 120.4819277108vw
    }
}

@media (max-width: 767.98px) {
    #header .mobile-nav-container .search-container {
        border-bottom: 1px solid rgba(70, 70, 72, .3)
    }

    #header .mobile-nav-container .search-container input.search-btn {
        opacity: .3
    }

    #header .mobile-nav-container .search-container input.search-input {
        border-bottom: none
    }

    #header .page-heading .search-container {
        border-bottom: 2px solid #fff
    }

    #header .page-heading .search-container input.search-btn {
        opacity: .3
    }

    #header .page-heading .search-container input.article-search-input {
        border-bottom: none
    }

    #header .page-heading .cat-title {
        font-size: 15px;
        line-height: 1
    }

    #header .mobile-buttons {
        bottom: -80px;
        -webkit-transition: bottom .5s;
        transition: bottom .5s
    }
}

.page-heading-bg {
    height: 75px;
    top: 0
}

@media (min-width: 992px) {
    #header #mainNav .desktop-nav {
        padding-left: 240px
    }

    #header #mainNav .desktop-nav .nav-item {
        padding: 0 25px
    }

    #header #mainNav .desktop-nav .nav-item .nav-link.top-nav-link {
        color: rgba(70, 70, 72, .6);
        font-family: Trenda, sans-serif;
        font-size: 24px;
        font-weight: 600;
        -webkit-transition: none;
        transition: none
    }

    #header #mainNav .desktop-nav .nav-item .nav-link.top-nav-link:after {
        content: attr(title);
        display: block;
        font-weight: 700;
        height: 0;
        margin: unset;
        overflow: hidden;
        pointer-events: none;
        -webkit-transition: none;
        transition: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        visibility: hidden;
        width: unset
    }
}

@media speech and (min-width: 992px) {
    #header #mainNav .desktop-nav .nav-item .nav-link.top-nav-link:after {
        display: none
    }
}

@media (min-width: 992px) {
    #header #mainNav .desktop-nav .nav-item .nav-link.top-nav-link.active, #header #mainNav .desktop-nav .nav-item .nav-link.top-nav-link.menu-active, #header #mainNav .desktop-nav .nav-item .nav-link.top-nav-link:hover {
        color: #464648;
        font-family: Trenda, sans-serif;
        font-size: 24px;
        font-weight: 700;
        -webkit-transform: none;
        transform: none
    }

    #header #mainNav .desktop-nav .nav-item .submenu {
        right: auto;
        top: auto
    }

    #header #mainNav .desktop-nav .nav-item .submenu .nav-item {
        padding: 0
    }

    #header #mainNav .desktop-nav .nav-item .submenu .nav-item .nav-link {
        white-space: nowrap
    }
}

#footer {
    position: relative;
    z-index: 3
}

#footer .footer-top {
    background: rgba(0, 50, 25, .69)
}

#footer .footer-cta {
    background: rgba(0, 102, 51, .79)
}

#footer .footer-video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

#footer .nav-link, #footer a {
    color: #fff;
    font-weight: 600;
    padding: 5px 0
}

#footer .nav-link.btn, #footer a.btn {
    padding: 0 15px
}

#footer .nav-link.btn:hover, #footer a.btn:hover {
    color: #464648
}

#footer .nav-link.btn.btn-primary:hover, #footer a.btn.btn-primary:hover {
    color: #fff
}

#footer .footer-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 32px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-align: center;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
    width: 32px
}

#footer .footer-social a:hover {
    background-color: #fff;
    color: #464648
}

#footer .footer-brief p {
    font-size: 15px
}

#footer .footer-brief p:last-child {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    #footer .nav-link, #footer a {
        padding: 3px 0
    }

    #footer .nav-link.btn, #footer a.btn {
        font-size: 22px;
        height: 36px;
        padding: 0 15px
    }

    #footer .nav-link.btn:hover, #footer a.btn:hover {
        color: #464648
    }
}
