/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-backdrop-blur: initial;
            --tw-backdrop-brightness: initial;
            --tw-backdrop-contrast: initial;
            --tw-backdrop-grayscale: initial;
            --tw-backdrop-hue-rotate: initial;
            --tw-backdrop-invert: initial;
            --tw-backdrop-opacity: initial;
            --tw-backdrop-saturate: initial;
            --tw-backdrop-sepia: initial;
            --tw-duration: initial;
            --tw-ease: initial
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-red-500: oklch(63.7% .237 25.331);
        --color-amber-300: oklch(87.9% .169 91.605);
        --color-yellow-400: oklch(85.2% .199 91.936);
        --color-green-50: oklch(98.2% .018 155.826);
        --color-green-200: oklch(92.5% .084 155.995);
        --color-green-400: oklch(79.2% .209 151.711);
        --color-green-500: oklch(72.3% .219 149.579);
        --color-green-600: oklch(62.7% .194 149.214);
        --color-gray-50: oklch(98.5% .002 247.839);
        --color-gray-100: oklch(96.7% .003 264.542);
        --color-gray-200: oklch(92.8% .006 264.531);
        --color-gray-300: oklch(87.2% .01 258.338);
        --color-gray-400: oklch(70.7% .022 261.325);
        --color-gray-500: oklch(55.1% .027 264.364);
        --color-gray-600: oklch(44.6% .03 256.802);
        --color-gray-800: oklch(27.8% .033 256.848);
        --color-gray-900: oklch(21% .034 264.665);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --container-md: 28rem;
        --container-lg: 32rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1 / .75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25 / .875);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: calc(2.25 / 1.875);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5 / 2.25);
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-black: 900;
        --radius-md: .375rem;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --radius-2xl: 1rem;
        --radius-3xl: 1.5rem;
        --ease-in-out: cubic-bezier(.4, 0, .2, 1);
        --animate-spin: spin 1s linear infinite;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --font-yekan-bakh: YekanBakh
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

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

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

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

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

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

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .pointer-events-none {
        pointer-events: none
    }

    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .inset-0 {
        inset: calc(var(--spacing) * 0)
    }

    .-top-2 {
        top: calc(var(--spacing) * -2)
    }

    .-top-32 {
        top: calc(var(--spacing) * -32)
    }

    .top-0 {
        top: calc(var(--spacing) * 0)
    }

    .top-1 {
        top: calc(var(--spacing) * 1)
    }

    .top-1\/10 {
        top: 10%
    }

    .top-6 {
        top: calc(var(--spacing) * 6)
    }

    .top-10 {
        top: calc(var(--spacing) * 10)
    }

    .top-20 {
        top: calc(var(--spacing) * 20)
    }

    .-right-2 {
        right: calc(var(--spacing) * -2)
    }

    .-right-32 {
        right: calc(var(--spacing) * -32)
    }

    .right-0 {
        right: calc(var(--spacing) * 0)
    }

    .right-1 {
        right: calc(var(--spacing) * 1)
    }

    .right-1\/10 {
        right: 10%
    }

    .right-2 {
        right: calc(var(--spacing) * 2)
    }

    .right-4 {
        right: calc(var(--spacing) * 4)
    }

    .-bottom-32 {
        bottom: calc(var(--spacing) * -32)
    }

    .bottom-0 {
        bottom: calc(var(--spacing) * 0)
    }

    .-left-32 {
        left: calc(var(--spacing) * -32)
    }

    .left-0 {
        left: calc(var(--spacing) * 0)
    }

    .left-1 {
        left: calc(var(--spacing) * 1)
    }

    .left-1\/10 {
        left: 10%
    }

    .left-2 {
        left: calc(var(--spacing) * 2)
    }

    .left-4 {
        left: calc(var(--spacing) * 4)
    }

    .z-1 {
        z-index: 1
    }

    .z-5 {
        z-index: 5
    }

    .z-10 {
        z-index: 10
    }

    .z-11 {
        z-index: 11
    }

    .m-2 {
        margin: calc(var(--spacing) * 2)
    }

    .m-4 {
        margin: calc(var(--spacing) * 4)
    }

    .m-auto {
        margin: auto
    }

    .mx-5 {
        margin-inline: calc(var(--spacing) * 5)
    }

    .mx-auto {
        margin-inline: auto
    }

    .mt-3 {
        margin-top: calc(var(--spacing) * 3)
    }

    .mt-4 {
        margin-top: calc(var(--spacing) * 4)
    }

    .mt-5 {
        margin-top: calc(var(--spacing) * 5)
    }

    .mt-6 {
        margin-top: calc(var(--spacing) * 6)
    }

    .mb-1 {
        margin-bottom: calc(var(--spacing) * 1)
    }

    .mb-6 {
        margin-bottom: calc(var(--spacing) * 6)
    }

    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8)
    }

    .line-clamp-1 {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .table {
        display: table
    }

    .size-4 {
        width: calc(var(--spacing) * 4);
        height: calc(var(--spacing) * 4)
    }

    .size-5 {
        width: calc(var(--spacing) * 5);
        height: calc(var(--spacing) * 5)
    }

    .size-5\.75 {
        width: calc(var(--spacing) * 5.75);
        height: calc(var(--spacing) * 5.75)
    }

    .size-8 {
        width: calc(var(--spacing) * 8);
        height: calc(var(--spacing) * 8)
    }

    .size-9 {
        width: calc(var(--spacing) * 9);
        height: calc(var(--spacing) * 9)
    }

    .size-10 {
        width: calc(var(--spacing) * 10);
        height: calc(var(--spacing) * 10)
    }

    .size-12 {
        width: calc(var(--spacing) * 12);
        height: calc(var(--spacing) * 12)
    }

    .size-14 {
        width: calc(var(--spacing) * 14);
        height: calc(var(--spacing) * 14)
    }

    .size-15 {
        width: calc(var(--spacing) * 15);
        height: calc(var(--spacing) * 15)
    }

    .size-64 {
        width: calc(var(--spacing) * 64);
        height: calc(var(--spacing) * 64)
    }

    .h-0 {
        height: calc(var(--spacing) * 0)
    }

    .h-0\.5 {
        height: calc(var(--spacing) * .5)
    }

    .h-1 {
        height: calc(var(--spacing) * 1)
    }

    .h-1\/10 {
        height: 10%
    }

    .h-2 {
        height: calc(var(--spacing) * 2)
    }

    .h-3 {
        height: calc(var(--spacing) * 3)
    }

    .h-3\/4 {
        height: 75%
    }

    .h-5 {
        height: calc(var(--spacing) * 5)
    }

    .h-5\.75 {
        height: calc(var(--spacing) * 5.75)
    }

    .h-9 {
        height: calc(var(--spacing) * 9)
    }

    .h-9\/10 {
        height: 90%
    }

    .h-10 {
        height: calc(var(--spacing) * 10)
    }

    .h-12 {
        height: calc(var(--spacing) * 12)
    }

    .h-20 {
        height: calc(var(--spacing) * 20)
    }

    .h-23 {
        height: calc(var(--spacing) * 23)
    }

    .h-64 {
        height: calc(var(--spacing) * 64)
    }

    .h-75 {
        height: calc(var(--spacing) * 75)
    }

    .h-full {
        height: 100%
    }

    .max-h-50 {
        max-height: calc(var(--spacing) * 50)
    }

    .w-0 {
        width: calc(var(--spacing) * 0)
    }

    .w-2 {
        width: calc(var(--spacing) * 2)
    }

    .w-2\/3 {
        width: 66.6667%
    }

    .w-8 {
        width: calc(var(--spacing) * 8)
    }

    .w-8\/10 {
        width: 80%
    }

    .w-12 {
        width: calc(var(--spacing) * 12)
    }

    .w-17 {
        width: calc(var(--spacing) * 17)
    }

    .w-20 {
        width: calc(var(--spacing) * 20)
    }

    .w-25 {
        width: calc(var(--spacing) * 25)
    }

    .w-80 {
        width: calc(var(--spacing) * 80)
    }

    .w-120 {
        width: calc(var(--spacing) * 120)
    }

    .w-150 {
        width: calc(var(--spacing) * 150)
    }

    .w-\[30\%\] {
        width: 30%
    }

    .w-\[60\%\] {
        width: 60%
    }

    .w-\[85\%\] {
        width: 85%
    }

    .w-fit {
        width: fit-content
    }

    .w-full {
        width: 100%
    }

    .w-px {
        width: 1px
    }

    .w-screen {
        width: 100vw
    }

    .max-w-365 {
        max-width: calc(var(--spacing) * 365)
    }

    .max-w-lg {
        max-width: var(--container-lg)
    }

    .max-w-md {
        max-width: var(--container-md)
    }

    .min-w-75 {
        min-width: calc(var(--spacing) * 75)
    }

    .min-w-100 {
        min-width: calc(var(--spacing) * 100)
    }

    .min-w-220 {
        min-width: calc(var(--spacing) * 220)
    }

    .flex-1 {
        flex: 1
    }

    .border-collapse {
        border-collapse: collapse
    }

    .translate-x-full {
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .scale-105 {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y)
    }

    .rotate-2 {
        rotate: 2deg
    }

    .rotate-3 {
        rotate: 3deg
    }

    .rotate-90 {
        rotate: 90deg
    }

    .rotate-180 {
        rotate: 180deg
    }

    .transform {
        transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, )
    }

    .animate-spin {
        animation: var(--animate-spin)
    }

    .cursor-default {
        cursor: default
    }

    .cursor-pointer {
        cursor: pointer
    }

    .resize {
        resize: both
    }

    .appearance-none {
        appearance: none
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .flex-col {
        flex-direction: column
    }

    .flex-row-reverse {
        flex-direction: row-reverse
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

    .items-start {
        align-items: flex-start
    }

    .items-stretch {
        align-items: stretch
    }

    .justify-between {
        justify-content: space-between
    }

    .justify-center {
        justify-content: center
    }

    .gap-1 {
        gap: calc(var(--spacing) * 1)
    }

    .gap-2 {
        gap: calc(var(--spacing) * 2)
    }

    .gap-3 {
        gap: calc(var(--spacing) * 3)
    }

    .gap-3\.75 {
        gap: calc(var(--spacing) * 3.75)
    }

    .gap-4 {
        gap: calc(var(--spacing) * 4)
    }

    .gap-5 {
        gap: calc(var(--spacing) * 5)
    }

    .gap-6 {
        gap: calc(var(--spacing) * 6)
    }

    .gap-8 {
        gap: calc(var(--spacing) * 8)
    }

    .gap-10 {
        gap: calc(var(--spacing) * 10)
    }

    .gap-25 {
        gap: calc(var(--spacing) * 25)
    }

    .truncate {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .overflow-clip {
        overflow: clip
    }

    .overflow-hidden {
        overflow: hidden
    }

    .overflow-x-auto {
        overflow-x: auto
    }

    .overflow-y-auto {
        overflow-y: auto
    }

    .rounded {
        border-radius: .25rem
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl)
    }

    .rounded-3xl {
        border-radius: var(--radius-3xl)
    }

    .rounded-\[30px\] {
        border-radius: 30px
    }

    .rounded-\[100\%\] {
        border-radius: 100%
    }

    .rounded-full {
        border-radius: 3.40282e38px
    }

    .rounded-lg {
        border-radius: var(--radius-lg)
    }

    .rounded-md {
        border-radius: var(--radius-md)
    }

    .rounded-xl {
        border-radius: var(--radius-xl)
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px
    }

    .border-t {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px
    }

    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px
    }

    .border-b-2 {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 2px
    }

    .border-none {
        --tw-border-style: none;
        border-style: none
    }

    .border-\[\#08D581\] {
        border-color: #08d581
    }

    .border-gray-300 {
        border-color: var(--color-gray-300)
    }

    .border-gray-400 {
        border-color: var(--color-gray-400)
    }

    .border-gray-400\/10 {
        border-color: #99a1af1a
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-gray-400\/10 {
            border-color: color-mix(in oklab, var(--color-gray-400) 10%, transparent)
        }
    }

    .border-gray-400\/20 {
        border-color: #99a1af33
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-gray-400\/20 {
            border-color: color-mix(in oklab, var(--color-gray-400) 20%, transparent)
        }
    }

    .border-gray-400\/30 {
        border-color: #99a1af4d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-gray-400\/30 {
            border-color: color-mix(in oklab, var(--color-gray-400) 30%, transparent)
        }
    }

    .border-gray-500 {
        border-color: var(--color-gray-500)
    }

    .border-gray-900 {
        border-color: var(--color-gray-900)
    }

    .border-green-200 {
        border-color: var(--color-green-200)
    }

    .border-transparent {
        border-color: #0000
    }

    .border-white {
        border-color: var(--color-white)
    }

    .border-white\/30 {
        border-color: #ffffff4d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-white\/30 {
            border-color: color-mix(in oklab, var(--color-white) 30%, transparent)
        }
    }

    .border-b-gray-400 {
        border-bottom-color: var(--color-gray-400)
    }

    .border-b-gray-400\/30 {
        border-bottom-color: #99a1af4d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-b-gray-400\/30 {
            border-bottom-color: color-mix(in oklab, var(--color-gray-400) 30%, transparent)
        }
    }

    .bg-\[\#081D3D\] {
        background-color: #081d3d
    }

    .bg-\[\#E6F5F0\] {
        background-color: #e6f5f0
    }

    .bg-amber-300 {
        background-color: var(--color-amber-300)
    }

    .bg-black {
        background-color: var(--color-black)
    }

    .bg-black\/50 {
        background-color: #00000080
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-black\/50 {
            background-color: color-mix(in oklab, var(--color-black) 50%, transparent)
        }
    }

    .bg-gray-50 {
        background-color: var(--color-gray-50)
    }

    .bg-gray-200 {
        background-color: var(--color-gray-200)
    }

    .bg-gray-400 {
        background-color: var(--color-gray-400)
    }

    .bg-gray-400\/5 {
        background-color: #99a1af0d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-gray-400\/5 {
            background-color: color-mix(in oklab, var(--color-gray-400) 5%, transparent)
        }
    }

    .bg-gray-400\/10 {
        background-color: #99a1af1a
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-gray-400\/10 {
            background-color: color-mix(in oklab, var(--color-gray-400) 10%, transparent)
        }
    }

    .bg-gray-400\/20 {
        background-color: #99a1af33
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-gray-400\/20 {
            background-color: color-mix(in oklab, var(--color-gray-400) 20%, transparent)
        }
    }

    .bg-gray-400\/30 {
        background-color: #99a1af4d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-gray-400\/30 {
            background-color: color-mix(in oklab, var(--color-gray-400) 30%, transparent)
        }
    }

    .bg-green-50 {
        background-color: var(--color-green-50)
    }

    .bg-green-200 {
        background-color: var(--color-green-200)
    }

    .bg-green-500 {
        background-color: var(--color-green-500)
    }

    .bg-green-500\/10 {
        background-color: #00c7581a
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-green-500\/10 {
            background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent)
        }
    }

    .bg-transparent {
        background-color: #0000
    }

    .bg-white {
        background-color: var(--color-white)
    }

    .bg-white\/10 {
        background-color: #ffffff1a
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-white\/10 {
            background-color: color-mix(in oklab, var(--color-white) 10%, transparent)
        }
    }

    .bg-yellow-400 {
        background-color: var(--color-yellow-400)
    }

    .bg-linear-to-bl {
        --tw-gradient-position: to bottom left
    }

    @supports (background-image:linear-gradient(in lab, red, red)) {
        .bg-linear-to-bl {
            --tw-gradient-position: to bottom left in oklab
        }
    }

    .bg-linear-to-bl {
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-linear-to-br {
        --tw-gradient-position: to bottom right
    }

    @supports (background-image:linear-gradient(in lab, red, red)) {
        .bg-linear-to-br {
            --tw-gradient-position: to bottom right in oklab
        }
    }

    .bg-linear-to-br {
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-linear-to-l {
        --tw-gradient-position: to left
    }

    @supports (background-image:linear-gradient(in lab, red, red)) {
        .bg-linear-to-l {
            --tw-gradient-position: to left in oklab
        }
    }

    .bg-linear-to-l {
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .from-\[\#0C2D5B\] {
        --tw-gradient-from: #0c2d5b;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .from-\[\#1a1a2e\] {
        --tw-gradient-from: #1a1a2e;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .from-\[\#F97316\] {
        --tw-gradient-from: #f97316;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .to-\[\#1a4a8a\] {
        --tw-gradient-to: #1a4a8a;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .to-\[\#16213e\] {
        --tw-gradient-to: #16213e;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .to-\[\#EF4444\] {
        --tw-gradient-to: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .object-cover {
        object-fit: cover
    }

    .p-1 {
        padding: calc(var(--spacing) * 1)
    }

    .p-2 {
        padding: calc(var(--spacing) * 2)
    }

    .p-3 {
        padding: calc(var(--spacing) * 3)
    }

    .p-4 {
        padding: calc(var(--spacing) * 4)
    }

    .p-5 {
        padding: calc(var(--spacing) * 5)
    }

    .p-6 {
        padding: calc(var(--spacing) * 6)
    }

    .p-8 {
        padding: calc(var(--spacing) * 8)
    }

    .p-10 {
        padding: calc(var(--spacing) * 10)
    }

    .p-12 {
        padding: calc(var(--spacing) * 12)
    }

    .px-2 {
        padding-inline: calc(var(--spacing) * 2)
    }

    .px-3 {
        padding-inline: calc(var(--spacing) * 3)
    }

    .px-4 {
        padding-inline: calc(var(--spacing) * 4)
    }

    .px-5 {
        padding-inline: calc(var(--spacing) * 5)
    }

    .px-8 {
        padding-inline: calc(var(--spacing) * 8)
    }

    .px-13 {
        padding-inline: calc(var(--spacing) * 13)
    }

    .py-1 {
        padding-block: calc(var(--spacing) * 1)
    }

    .py-1\.5 {
        padding-block: calc(var(--spacing) * 1.5)
    }

    .py-2 {
        padding-block: calc(var(--spacing) * 2)
    }

    .py-3 {
        padding-block: calc(var(--spacing) * 3)
    }

    .py-4 {
        padding-block: calc(var(--spacing) * 4)
    }

    .py-5 {
        padding-block: calc(var(--spacing) * 5)
    }

    .py-10 {
        padding-block: calc(var(--spacing) * 10)
    }

    .pe-5 {
        padding-inline-end: calc(var(--spacing) * 5)
    }

    .pt-2 {
        padding-top: calc(var(--spacing) * 2)
    }

    .pt-4 {
        padding-top: calc(var(--spacing) * 4)
    }

    .pt-6 {
        padding-top: calc(var(--spacing) * 6)
    }

    .pb-8 {
        padding-bottom: calc(var(--spacing) * 8)
    }

    .text-center {
        text-align: center
    }

    .text-justify {
        text-align: justify
    }

    .font-yekan-bakh {
        font-family: var(--font-yekan-bakh)
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }

    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height))
    }

    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }

    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height))
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }

    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height))
    }

    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .text-\[10px\] {
        font-size: 10px
    }

    .text-\[12px\] {
        font-size: 12px
    }

    .text-\[13px\] {
        font-size: 13px
    }

    .text-\[14px\] {
        font-size: 14px
    }

    .leading-6 {
        --tw-leading: calc(var(--spacing) * 6);
        line-height: calc(var(--spacing) * 6)
    }

    .leading-6\.5 {
        --tw-leading: calc(var(--spacing) * 6.5);
        line-height: calc(var(--spacing) * 6.5)
    }

    .leading-6\.25 {
        --tw-leading: calc(var(--spacing) * 6.25);
        line-height: calc(var(--spacing) * 6.25)
    }

    .leading-8 {
        --tw-leading: calc(var(--spacing) * 8);
        line-height: calc(var(--spacing) * 8)
    }

    .font-black {
        --tw-font-weight: var(--font-weight-black);
        font-weight: var(--font-weight-black)
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .text-black {
        color: var(--color-black)
    }

    .text-gray-200 {
        color: var(--color-gray-200)
    }

    .text-gray-400 {
        color: var(--color-gray-400)
    }

    .text-gray-400\/30 {
        color: #99a1af4d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .text-gray-400\/30 {
            color: color-mix(in oklab, var(--color-gray-400) 30%, transparent)
        }
    }

    .text-gray-400\/90 {
        color: #99a1afe6
    }

    @supports (color:color-mix(in lab, red, red)) {
        .text-gray-400\/90 {
            color: color-mix(in oklab, var(--color-gray-400) 90%, transparent)
        }
    }

    .text-gray-500 {
        color: var(--color-gray-500)
    }

    .text-gray-600 {
        color: var(--color-gray-600)
    }

    .text-gray-800 {
        color: var(--color-gray-800)
    }

    .text-white {
        color: var(--color-white)
    }

    .text-white\/30 {
        color: #ffffff4d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .text-white\/30 {
            color: color-mix(in oklab, var(--color-white) 30%, transparent)
        }
    }

    .text-yellow-400 {
        color: var(--color-yellow-400)
    }

    .line-through {
        text-decoration-line: line-through
    }

    .underline {
        text-decoration-line: underline
    }

    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-md {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-gray-400 {
        --tw-shadow-color: oklch(70.7% .022 261.325)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .shadow-gray-400 {
            --tw-shadow-color: color-mix(in oklab, var(--color-gray-400) var(--tw-shadow-alpha), transparent)
        }
    }

    .shadow-gray-400\/50 {
        --tw-shadow-color: #99a1af80
    }

    @supports (color:color-mix(in lab, red, red)) {
        .shadow-gray-400\/50 {
            --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-gray-400) 50%, transparent) var(--tw-shadow-alpha), transparent)
        }
    }

    .shadow-green-400 {
        --tw-shadow-color: oklch(79.2% .209 151.711)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .shadow-green-400 {
            --tw-shadow-color: color-mix(in oklab, var(--color-green-400) var(--tw-shadow-alpha), transparent)
        }
    }

    .shadow-green-400\/30 {
        --tw-shadow-color: #05df724d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .shadow-green-400\/30 {
            --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-green-400) 30%, transparent) var(--tw-shadow-alpha), transparent)
        }
    }

    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px
    }

    .backdrop-blur-\[5px\] {
        --tw-backdrop-blur: blur(5px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, )
    }

    .backdrop-filter {
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, )
    }

    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-all {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-colors {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-transform {
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .duration-300 {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .duration-400 {
        --tw-duration: .4s;
        transition-duration: .4s
    }

    .duration-500 {
        --tw-duration: .5s;
        transition-duration: .5s
    }

    .duration-600 {
        --tw-duration: .6s;
        transition-duration: .6s
    }

    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out)
    }

    .outline-none {
        --tw-outline-style: none;
        outline-style: none
    }

    @media (hover:hover) {
        .hover\:scale-108:hover {
            --tw-scale-x: 108%;
            --tw-scale-y: 108%;
            --tw-scale-z: 108%;
            scale: var(--tw-scale-x) var(--tw-scale-y)
        }
    }

    @media (hover:hover) {
        .hover\:border-\[\#08D581\]:hover {
            border-color: #08d581
        }
    }

    @media (hover:hover) {
        .hover\:bg-gray-100:hover {
            background-color: var(--color-gray-100)
        }
    }

    @media (hover:hover) {
        .hover\:bg-gray-300:hover {
            background-color: var(--color-gray-300)
        }
    }

    @media (hover:hover) {
        .hover\:text-\[\#08D581\]:hover {
            color: #08d581
        }
    }

    @media (hover:hover) {
        .hover\:text-red-500:hover {
            color: var(--color-red-500)
        }
    }

    @media (hover:hover) {
        .hover\:shadow-lg:hover {
            --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
        }
    }

    .disabled\:opacity-50:disabled {
        opacity: .5
    }

    @media (width<40rem) {
        .max-sm\:mt-4 {
            margin-top: calc(var(--spacing) * 4)
        }
    }

    @media (width<40rem) {
        .max-sm\:grid {
            display: grid
        }
    }

    @media (width<40rem) {
        .max-sm\:h-10 {
            height: calc(var(--spacing) * 10)
        }
    }

    @media (width<40rem) {
        .max-sm\:h-70 {
            height: calc(var(--spacing) * 70)
        }
    }

    @media (width<40rem) {
        .max-sm\:w-9\/10 {
            width: 90%
        }
    }

    @media (width<40rem) {
        .max-sm\:w-13 {
            width: calc(var(--spacing) * 13)
        }
    }

    @media (width<40rem) {
        .max-sm\:w-full {
            width: 100%
        }
    }

    @media (width<40rem) {
        .max-sm\:grid-cols-1 {
            grid-template-columns: repeat(1, minmax(0, 1fr))
        }
    }

    @media (width<40rem) {
        .max-sm\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }
    }

    @media (width<40rem) {
        .max-sm\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }
    }

    @media (width<40rem) {
        .max-sm\:flex-col {
            flex-direction: column
        }
    }

    @media (width<40rem) {
        .max-sm\:items-center {
            align-items: center
        }
    }

    @media (width<40rem) {
        .max-sm\:justify-between {
            justify-content: space-between
        }
    }

    @media (width<40rem) {
        .max-sm\:gap-0 {
            gap: calc(var(--spacing) * 0)
        }
    }

    @media (width<40rem) {
        .max-sm\:gap-3 {
            gap: calc(var(--spacing) * 3)
        }
    }

    @media (width<40rem) {
        .max-sm\:gap-4 {
            gap: calc(var(--spacing) * 4)
        }
    }

    @media (width<40rem) {
        .max-sm\:gap-5 {
            gap: calc(var(--spacing) * 5)
        }
    }

    @media (width<40rem) {
        .max-sm\:gap-7 {
            gap: calc(var(--spacing) * 7)
        }
    }

    @media (width<40rem) {
        .max-sm\:p-4 {
            padding: calc(var(--spacing) * 4)
        }
    }

    @media (width<40rem) {
        .max-sm\:px-2 {
            padding-inline: calc(var(--spacing) * 2)
        }
    }

    @media (width<40rem) {
        .max-sm\:text-center {
            text-align: center
        }
    }

    @media (width<40rem) {
        .max-sm\:text-lg {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height))
        }
    }

    @media (width>=40rem) {
        .sm\:mx-10 {
            margin-inline: calc(var(--spacing) * 10)
        }
    }

    @media (width>=40rem) {
        .sm\:h-full {
            height: 100%
        }
    }

    @media (width>=40rem) {
        .sm\:w-1\/2 {
            width: 50%
        }
    }

    @media (width>=40rem) {
        .sm\:flex-row-reverse {
            flex-direction: row-reverse
        }
    }

    @media (width>=40rem) {
        .sm\:items-center {
            align-items: center
        }
    }

    @media (width>=48rem) {
        .md\:h-80 {
            height: calc(var(--spacing) * 80)
        }
    }

    @media (width>=48rem) {
        .md\:flex-row {
            flex-direction: row
        }
    }

    @media (width>=48rem) {
        .md\:p-10 {
            padding: calc(var(--spacing) * 10)
        }
    }

    @media (width>=48rem) {
        .md\:text-5xl {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--line-height))
        }
    }

    @media (width>=48rem) {
        .md\:text-\[16px\] {
            font-size: 16px
        }
    }

    @media (width>=64rem) {
        .lg\:mx-0 {
            margin-inline: calc(var(--spacing) * 0)
        }
    }

    .\[\&\:\:-webkit-slider-thumb\]\:pointer-events-auto::-webkit-slider-thumb {
        pointer-events: auto
    }

    .\[\&\:\:-webkit-slider-thumb\]\:h-5::-webkit-slider-thumb {
        height: calc(var(--spacing) * 5)
    }

    .\[\&\:\:-webkit-slider-thumb\]\:w-5::-webkit-slider-thumb {
        width: calc(var(--spacing) * 5)
    }

    .\[\&\:\:-webkit-slider-thumb\]\:cursor-pointer::-webkit-slider-thumb {
        cursor: pointer
    }

    .\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb {
        appearance: none
    }

    .\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb {
        border-radius: 3.40282e38px
    }

    .\[\&\:\:-webkit-slider-thumb\]\:border-2::-webkit-slider-thumb {
        border-style: var(--tw-border-style);
        border-width: 2px
    }

    .\[\&\:\:-webkit-slider-thumb\]\:border-green-600::-webkit-slider-thumb {
        border-color: var(--color-green-600)
    }

    .\[\&\:\:-webkit-slider-thumb\]\:bg-white::-webkit-slider-thumb {
        background-color: var(--color-white)
    }

    .\[\&\:\:-webkit-slider-thumb\]\:shadow-md::-webkit-slider-thumb {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .\[\&\:\:-webkit-slider-thumb\]\:transition-transform::-webkit-slider-thumb {
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    @media (hover:hover) {
        .hover\:\[\&\:\:-webkit-slider-thumb\]\:scale-110:hover::-webkit-slider-thumb {
            --tw-scale-x: 110%;
            --tw-scale-y: 110%;
            --tw-scale-z: 110%;
            scale: var(--tw-scale-x) var(--tw-scale-y)
        }
    }
}

@font-face {
    font-family: YekanBakh;
    src: url(/assets/YekanBakhFaNum-C4JCeP6F.woff2)
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-gradient-position {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-stops {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%
}

@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%
}

@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-backdrop-blur {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-invert {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-duration {
    syntax: "*";
    inherits: false
}

@property --tw-ease {
    syntax: "*";
    inherits: false
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

* {
    -webkit-user-select: none;
    user-select: none
}

.swiper-slide {
    height: auto !important
}

.swiper-slide>div {
    height: 100%
}

hr {
    border: 1px solid #67788e23;
    width: 100%
}

.bi {
    background: linear-gradient();
    display: flex
}

.bi-circle-fill {
    font-size: 10px
}

@media only screen and (width<=768px) {
    ::-webkit-scrollbar {
        display: none
    }
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #08d581
}

::-webkit-scrollbar-thumb:hover {
    background-color: #07a161
}

.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-synthesis: none;
    font-variant: normal;
    font-style: normal;
    font-weight: var(--fa-style, 900);
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em);
    line-height: 1
}

:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
    content: var(--fa)/""
}

@supports not (content:"" /"") {
    :is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
        content: var(--fa)
    }
}

.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 {
    vertical-align: .225em;
    font-size: .625em;
    line-height: .1em
}

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

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

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

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

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

.fa-width-auto {
    --fa-width: auto
}

.fa-fw,
.fa-width-fixed {
    --fa-width: 1.25em
}

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

.fa-ul>li {
    position: relative
}

.fa-li {
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit;
    position: absolute;
    inset-inline-start: calc(-1 * 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, .0625em);
    box-sizing: var(--fa-border-box-sizing, content-box);
    padding: var(--fa-border-padding, .1875em .25em)
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-bounce,
    .fa-fade,
    .fa-beat-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        transition: none !important;
        animation: none !important
    }
}

@keyframes fa-beat {

    0%,
    90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1)translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        transform: scale(1)translateY(0)
    }

    to {
        transform: scale(1)translateY(0)
    }
}

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

@keyframes fa-beat-fade {

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

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

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

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,
    24% {
        transform: rotate(-18deg)
    }

    12%,
    28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,
    to {
        transform: rotate(0)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

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

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

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

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

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

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

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, 0))
}

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

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

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

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

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

.fa-0 {
    --fa: "0"
}

.fa-1 {
    --fa: "1"
}

.fa-2 {
    --fa: "2"
}

.fa-3 {
    --fa: "3"
}

.fa-4 {
    --fa: "4"
}

.fa-5 {
    --fa: "5"
}

.fa-6 {
    --fa: "6"
}

.fa-7 {
    --fa: "7"
}

.fa-8 {
    --fa: "8"
}

.fa-9 {
    --fa: "9"
}

.fa-exclamation {
    --fa: "!"
}

.fa-hashtag {
    --fa: "#"
}

.fa-dollar-sign,
.fa-dollar,
.fa-usd {
    --fa: "$"
}

.fa-percent,
.fa-percentage {
    --fa: "%"
}

.fa-asterisk {
    --fa: "*"
}

.fa-plus,
.fa-add {
    --fa: "+"
}

.fa-less-than {
    --fa: "<"
}

.fa-equals {
    --fa: "="
}

.fa-greater-than {
    --fa: ">"
}

.fa-question {
    --fa: "?"
}

.fa-at {
    --fa: "@"
}

.fa-a {
    --fa: "A"
}

.fa-b {
    --fa: "B"
}

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

.fa-d {
    --fa: "D"
}

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

.fa-f {
    --fa: "F"
}

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

.fa-h {
    --fa: "H"
}

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

.fa-j {
    --fa: "J"
}

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

.fa-l {
    --fa: "L"
}

.fa-m {
    --fa: "M"
}

.fa-n {
    --fa: "N"
}

.fa-o {
    --fa: "O"
}

.fa-p {
    --fa: "P"
}

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

.fa-r {
    --fa: "R"
}

.fa-s {
    --fa: "S"
}

.fa-t {
    --fa: "T"
}

.fa-u {
    --fa: "U"
}

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

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

.fa-x {
    --fa: "X"
}

.fa-y {
    --fa: "Y"
}

.fa-z {
    --fa: "Z"
}

.fa-faucet {
    --fa: ""
}

.fa-faucet-drip {
    --fa: ""
}

.fa-house-chimney-window {
    --fa: ""
}

.fa-house-signal {
    --fa: ""
}

.fa-temperature-arrow-down,
.fa-temperature-down {
    --fa: ""
}

.fa-temperature-arrow-up,
.fa-temperature-up {
    --fa: ""
}

.fa-trailer {
    --fa: ""
}

.fa-bacteria {
    --fa: ""
}

.fa-bacterium {
    --fa: ""
}

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

.fa-hand-holding-medical {
    --fa: ""
}

.fa-hand-sparkles {
    --fa: ""
}

.fa-hands-bubbles,
.fa-hands-wash {
    --fa: ""
}

.fa-handshake-slash,
.fa-handshake-alt-slash,
.fa-handshake-simple-slash {
    --fa: ""
}

.fa-head-side-cough {
    --fa: ""
}

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

.fa-head-side-mask {
    --fa: ""
}

.fa-head-side-virus {
    --fa: ""
}

.fa-house-chimney-user {
    --fa: ""
}

.fa-house-laptop,
.fa-laptop-house {
    --fa: ""
}

.fa-lungs-virus {
    --fa: ""
}

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

.fa-plane-slash {
    --fa: ""
}

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

.fa-pump-soap {
    --fa: ""
}

.fa-shield-virus {
    --fa: ""
}

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

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

.fa-stopwatch-20 {
    --fa: ""
}

.fa-shop-slash,
.fa-store-alt-slash {
    --fa: ""
}

.fa-store-slash {
    --fa: ""
}

.fa-toilet-paper-slash {
    --fa: ""
}

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

.fa-virus {
    --fa: ""
}

.fa-virus-slash {
    --fa: ""
}

.fa-viruses {
    --fa: ""
}

.fa-vest {
    --fa: ""
}

.fa-vest-patches {
    --fa: ""
}

.fa-arrow-trend-down {
    --fa: ""
}

.fa-arrow-trend-up {
    --fa: ""
}

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

.fa-austral-sign {
    --fa: ""
}

.fa-baht-sign {
    --fa: ""
}

.fa-bitcoin-sign {
    --fa: ""
}

.fa-bolt-lightning {
    --fa: ""
}

.fa-book-bookmark {
    --fa: ""
}

.fa-camera-rotate {
    --fa: ""
}

.fa-cedi-sign {
    --fa: ""
}

.fa-chart-column {
    --fa: ""
}

.fa-chart-gantt {
    --fa: ""
}

.fa-clapperboard {
    --fa: ""
}

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

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

.fa-code-compare {
    --fa: ""
}

.fa-code-fork {
    --fa: ""
}

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

.fa-colon-sign {
    --fa: ""
}

.fa-cruzeiro-sign {
    --fa: ""
}

.fa-display {
    --fa: ""
}

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

.fa-elevator {
    --fa: ""
}

.fa-filter-circle-xmark {
    --fa: ""
}

.fa-florin-sign {
    --fa: ""
}

.fa-folder-closed {
    --fa: ""
}

.fa-franc-sign {
    --fa: ""
}

.fa-guarani-sign {
    --fa: ""
}

.fa-gun {
    --fa: ""
}

.fa-hands-clapping {
    --fa: ""
}

.fa-house-user,
.fa-home-user {
    --fa: ""
}

.fa-indian-rupee-sign,
.fa-indian-rupee,
.fa-inr {
    --fa: ""
}

.fa-kip-sign {
    --fa: ""
}

.fa-lari-sign {
    --fa: ""
}

.fa-litecoin-sign {
    --fa: ""
}

.fa-manat-sign {
    --fa: ""
}

.fa-mask-face {
    --fa: ""
}

.fa-mill-sign {
    --fa: ""
}

.fa-money-bills {
    --fa: ""
}

.fa-naira-sign {
    --fa: ""
}

.fa-notdef {
    --fa: ""
}

.fa-panorama {
    --fa: ""
}

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

.fa-peso-sign {
    --fa: ""
}

.fa-plane-up {
    --fa: ""
}

.fa-rupiah-sign {
    --fa: ""
}

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

.fa-timeline {
    --fa: ""
}

.fa-truck-front {
    --fa: ""
}

.fa-turkish-lira-sign,
.fa-try,
.fa-turkish-lira {
    --fa: ""
}

.fa-vault {
    --fa: ""
}

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

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

.fa-wheelchair-move,
.fa-wheelchair-alt {
    --fa: ""
}

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

.fa-bowl-rice {
    --fa: ""
}

.fa-person-pregnant {
    --fa: ""
}

.fa-house-chimney,
.fa-home-lg {
    --fa: ""
}

.fa-house-crack {
    --fa: ""
}

.fa-house-medical {
    --fa: ""
}

.fa-cent-sign {
    --fa: ""
}

.fa-plus-minus {
    --fa: ""
}

.fa-sailboat {
    --fa: ""
}

.fa-section {
    --fa: ""
}

.fa-shrimp {
    --fa: ""
}

.fa-brazilian-real-sign {
    --fa: ""
}

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

.fa-diagram-next {
    --fa: ""
}

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

.fa-diagram-successor {
    --fa: ""
}

.fa-earth-oceania,
.fa-globe-oceania {
    --fa: ""
}

.fa-bug-slash {
    --fa: ""
}

.fa-file-circle-plus {
    --fa: ""
}

.fa-shop-lock {
    --fa: ""
}

.fa-virus-covid {
    --fa: ""
}

.fa-virus-covid-slash {
    --fa: ""
}

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

.fa-anchor-circle-exclamation {
    --fa: ""
}

.fa-anchor-circle-xmark {
    --fa: ""
}

.fa-anchor-lock {
    --fa: ""
}

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

.fa-arrow-down-up-lock {
    --fa: ""
}

.fa-arrow-right-to-city {
    --fa: ""
}

.fa-arrow-up-from-ground-water {
    --fa: ""
}

.fa-arrow-up-from-water-pump {
    --fa: ""
}

.fa-arrow-up-right-dots {
    --fa: ""
}

.fa-arrows-down-to-line {
    --fa: ""
}

.fa-arrows-down-to-people {
    --fa: ""
}

.fa-arrows-left-right-to-line {
    --fa: ""
}

.fa-arrows-spin {
    --fa: ""
}

.fa-arrows-split-up-and-left {
    --fa: ""
}

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

.fa-arrows-to-dot {
    --fa: ""
}

.fa-arrows-to-eye {
    --fa: ""
}

.fa-arrows-turn-right {
    --fa: ""
}

.fa-arrows-turn-to-dots {
    --fa: ""
}

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

.fa-bore-hole {
    --fa: ""
}

.fa-bottle-droplet {
    --fa: ""
}

.fa-bottle-water {
    --fa: ""
}

.fa-bowl-food {
    --fa: ""
}

.fa-boxes-packing {
    --fa: ""
}

.fa-bridge {
    --fa: ""
}

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

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

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

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

.fa-bridge-water {
    --fa: ""
}

.fa-bucket {
    --fa: ""
}

.fa-bugs {
    --fa: ""
}

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

.fa-building-circle-check {
    --fa: ""
}

.fa-building-circle-exclamation {
    --fa: ""
}

.fa-building-circle-xmark {
    --fa: ""
}

.fa-building-flag {
    --fa: ""
}

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

.fa-building-ngo {
    --fa: ""
}

.fa-building-shield {
    --fa: ""
}

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

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

.fa-building-wheat {
    --fa: ""
}

.fa-burst {
    --fa: ""
}

.fa-car-on {
    --fa: ""
}

.fa-car-tunnel {
    --fa: ""
}

.fa-child-combatant,
.fa-child-rifle {
    --fa: ""
}

.fa-children {
    --fa: ""
}

.fa-circle-nodes {
    --fa: ""
}

.fa-clipboard-question {
    --fa: ""
}

.fa-cloud-showers-water {
    --fa: ""
}

.fa-computer {
    --fa: ""
}

.fa-cubes-stacked {
    --fa: ""
}

.fa-envelope-circle-check {
    --fa: ""
}

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

.fa-ferry {
    --fa: ""
}

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

.fa-file-circle-minus {
    --fa: ""
}

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

.fa-file-shield {
    --fa: ""
}

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

.fa-fish-fins {
    --fa: ""
}

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

.fa-glass-water {
    --fa: ""
}

.fa-glass-water-droplet {
    --fa: ""
}

.fa-group-arrows-rotate {
    --fa: ""
}

.fa-hand-holding-hand {
    --fa: ""
}

.fa-handcuffs {
    --fa: ""
}

.fa-hands-bound {
    --fa: ""
}

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

.fa-hands-holding-circle {
    --fa: ""
}

.fa-heart-circle-bolt {
    --fa: ""
}

.fa-heart-circle-check {
    --fa: ""
}

.fa-heart-circle-exclamation {
    --fa: ""
}

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

.fa-heart-circle-plus {
    --fa: ""
}

.fa-heart-circle-xmark {
    --fa: ""
}

.fa-helicopter-symbol {
    --fa: ""
}

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

.fa-hill-avalanche {
    --fa: ""
}

.fa-hill-rockslide {
    --fa: ""
}

.fa-house-circle-check {
    --fa: ""
}

.fa-house-circle-exclamation {
    --fa: ""
}

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

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

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

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

.fa-house-flood-water-circle-arrow-right {
    --fa: ""
}

.fa-house-lock {
    --fa: ""
}

.fa-house-medical-circle-check {
    --fa: ""
}

.fa-house-medical-circle-exclamation {
    --fa: ""
}

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

.fa-house-medical-flag {
    --fa: ""
}

.fa-house-tsunami {
    --fa: ""
}

.fa-jar {
    --fa: ""
}

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

.fa-jet-fighter-up {
    --fa: ""
}

.fa-jug-detergent {
    --fa: ""
}

.fa-kitchen-set {
    --fa: ""
}

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

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

.fa-laptop-file {
    --fa: ""
}

.fa-lines-leaning {
    --fa: ""
}

.fa-location-pin-lock {
    --fa: ""
}

.fa-locust {
    --fa: ""
}

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

.fa-magnifying-glass-chart {
    --fa: ""
}

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

.fa-mask-ventilator {
    --fa: ""
}

.fa-mattress-pillow {
    --fa: ""
}

.fa-mobile-retro {
    --fa: ""
}

.fa-money-bill-transfer {
    --fa: ""
}

.fa-money-bill-trend-up {
    --fa: ""
}

.fa-money-bill-wheat {
    --fa: ""
}

.fa-mosquito {
    --fa: ""
}

.fa-mosquito-net {
    --fa: ""
}

.fa-mound {
    --fa: ""
}

.fa-mountain-city {
    --fa: ""
}

.fa-mountain-sun {
    --fa: ""
}

.fa-oil-well {
    --fa: ""
}

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

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

.fa-people-pulling {
    --fa: ""
}

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

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

.fa-person-arrow-down-to-line {
    --fa: ""
}

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

.fa-person-breastfeeding {
    --fa: ""
}

.fa-person-burst {
    --fa: ""
}

.fa-person-cane {
    --fa: ""
}

.fa-person-chalkboard {
    --fa: ""
}

.fa-person-circle-check {
    --fa: ""
}

.fa-person-circle-exclamation {
    --fa: ""
}

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

.fa-person-circle-plus {
    --fa: ""
}

.fa-person-circle-question {
    --fa: ""
}

.fa-person-circle-xmark {
    --fa: ""
}

.fa-person-dress-burst {
    --fa: ""
}

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

.fa-person-falling {
    --fa: ""
}

.fa-person-falling-burst {
    --fa: ""
}

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

.fa-person-harassing {
    --fa: ""
}

.fa-person-military-pointing {
    --fa: ""
}

.fa-person-military-rifle {
    --fa: ""
}

.fa-person-military-to-person {
    --fa: ""
}

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

.fa-person-rifle {
    --fa: ""
}

.fa-person-shelter {
    --fa: ""
}

.fa-person-walking-arrow-loop-left {
    --fa: ""
}

.fa-person-walking-arrow-right {
    --fa: ""
}

.fa-person-walking-dashed-line-arrow-right {
    --fa: ""
}

.fa-person-walking-luggage {
    --fa: ""
}

.fa-plane-circle-check {
    --fa: ""
}

.fa-plane-circle-exclamation {
    --fa: ""
}

.fa-plane-circle-xmark {
    --fa: ""
}

.fa-plane-lock {
    --fa: ""
}

.fa-plate-wheat {
    --fa: ""
}

.fa-plug-circle-bolt {
    --fa: ""
}

.fa-plug-circle-check {
    --fa: ""
}

.fa-plug-circle-exclamation {
    --fa: ""
}

.fa-plug-circle-minus {
    --fa: ""
}

.fa-plug-circle-plus {
    --fa: ""
}

.fa-plug-circle-xmark {
    --fa: ""
}

.fa-ranking-star {
    --fa: ""
}

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

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

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

.fa-road-circle-exclamation {
    --fa: ""
}

.fa-road-circle-xmark {
    --fa: ""
}

.fa-road-lock {
    --fa: ""
}

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

.fa-rug {
    --fa: ""
}

.fa-sack-xmark {
    --fa: ""
}

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

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

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

.fa-school-flag {
    --fa: ""
}

.fa-school-lock {
    --fa: ""
}

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

.fa-shield-cat {
    --fa: ""
}

.fa-shield-dog {
    --fa: ""
}

.fa-shield-heart {
    --fa: ""
}

.fa-square-nfi {
    --fa: ""
}

.fa-square-person-confined {
    --fa: ""
}

.fa-square-virus {
    --fa: ""
}

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

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

.fa-tarp {
    --fa: ""
}

.fa-tarp-droplet {
    --fa: ""
}

.fa-tent {
    --fa: ""
}

.fa-tent-arrow-down-to-line {
    --fa: ""
}

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

.fa-tent-arrow-turn-left {
    --fa: ""
}

.fa-tent-arrows-down {
    --fa: ""
}

.fa-tents {
    --fa: ""
}

.fa-toilet-portable {
    --fa: ""
}

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

.fa-tower-cell {
    --fa: ""
}

.fa-tower-observation {
    --fa: ""
}

.fa-tree-city {
    --fa: ""
}

.fa-trowel {
    --fa: ""
}

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

.fa-truck-arrow-right {
    --fa: ""
}

.fa-truck-droplet {
    --fa: ""
}

.fa-truck-field {
    --fa: ""
}

.fa-truck-field-un {
    --fa: ""
}

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

.fa-users-between-lines {
    --fa: ""
}

.fa-users-line {
    --fa: ""
}

.fa-users-rays {
    --fa: ""
}

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

.fa-users-viewfinder {
    --fa: ""
}

.fa-vial-circle-check {
    --fa: ""
}

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

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

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

.fa-xmarks-lines {
    --fa: ""
}

.fa-child-dress {
    --fa: ""
}

.fa-child-reaching {
    --fa: ""
}

.fa-file-circle-check {
    --fa: ""
}

.fa-file-circle-xmark {
    --fa: ""
}

.fa-person-through-window {
    --fa: ""
}

.fa-plant-wilt {
    --fa: ""
}

.fa-stapler {
    --fa: ""
}

.fa-train-tram {
    --fa: ""
}

.fa-table-cells-column-lock {
    --fa: ""
}

.fa-table-cells-row-lock {
    --fa: ""
}

.fa-thumbtack-slash,
.fa-thumb-tack-slash {
    --fa: ""
}

.fa-table-cells-row-unlock {
    --fa: ""
}

.fa-chart-diagram {
    --fa: ""
}

.fa-comment-nodes {
    --fa: ""
}

.fa-file-fragment {
    --fa: ""
}

.fa-file-half-dashed {
    --fa: ""
}

.fa-hexagon-nodes {
    --fa: ""
}

.fa-hexagon-nodes-bolt {
    --fa: ""
}

.fa-square-binary {
    --fa: ""
}

.fa-pentagon {
    --fa: ""
}

.fa-non-binary {
    --fa: ""
}

.fa-spiral {
    --fa: ""
}

.fa-picture-in-picture {
    --fa: ""
}

.fa-mobile-vibrate {
    --fa: ""
}

.fa-single-quote-left {
    --fa: ""
}

.fa-single-quote-right {
    --fa: ""
}

.fa-bus-side {
    --fa: ""
}

.fa-septagon,
.fa-heptagon {
    --fa: ""
}

.fa-aquarius {
    --fa: ""
}

.fa-aries {
    --fa: ""
}

.fa-cancer {
    --fa: ""
}

.fa-capricorn {
    --fa: ""
}

.fa-gemini {
    --fa: ""
}

.fa-leo {
    --fa: ""
}

.fa-libra {
    --fa: ""
}

.fa-pisces {
    --fa: ""
}

.fa-sagittarius {
    --fa: ""
}

.fa-scorpio {
    --fa: ""
}

.fa-taurus {
    --fa: ""
}

.fa-virgo {
    --fa: ""
}

.fa-martini-glass-empty,
.fa-glass-martini {
    --fa: ""
}

.fa-music {
    --fa: ""
}

.fa-magnifying-glass,
.fa-search {
    --fa: ""
}

.fa-heart {
    --fa: ""
}

.fa-star {
    --fa: ""
}

.fa-user,
.fa-user-alt,
.fa-user-large {
    --fa: ""
}

.fa-film,
.fa-film-alt,
.fa-film-simple {
    --fa: ""
}

.fa-table-cells-large,
.fa-th-large {
    --fa: ""
}

.fa-table-cells,
.fa-th {
    --fa: ""
}

.fa-table-list,
.fa-th-list {
    --fa: ""
}

.fa-check {
    --fa: ""
}

.fa-xmark,
.fa-close,
.fa-multiply,
.fa-remove,
.fa-times {
    --fa: ""
}

.fa-magnifying-glass-plus,
.fa-search-plus {
    --fa: ""
}

.fa-magnifying-glass-minus,
.fa-search-minus {
    --fa: ""
}

.fa-power-off {
    --fa: ""
}

.fa-signal,
.fa-signal-5,
.fa-signal-perfect {
    --fa: ""
}

.fa-gear,
.fa-cog {
    --fa: ""
}

.fa-house,
.fa-home,
.fa-home-alt,
.fa-home-lg-alt {
    --fa: ""
}

.fa-clock,
.fa-clock-four {
    --fa: ""
}

.fa-road {
    --fa: ""
}

.fa-download {
    --fa: ""
}

.fa-inbox {
    --fa: ""
}

.fa-arrow-rotate-right,
.fa-arrow-right-rotate,
.fa-arrow-rotate-forward,
.fa-redo {
    --fa: ""
}

.fa-arrows-rotate,
.fa-refresh,
.fa-sync {
    --fa: ""
}

.fa-rectangle-list,
.fa-list-alt {
    --fa: ""
}

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

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

.fa-headphones,
.fa-headphones-alt,
.fa-headphones-simple {
    --fa: ""
}

.fa-volume-off {
    --fa: ""
}

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

.fa-volume-high,
.fa-volume-up {
    --fa: ""
}

.fa-qrcode {
    --fa: ""
}

.fa-barcode {
    --fa: ""
}

.fa-tag {
    --fa: ""
}

.fa-tags {
    --fa: ""
}

.fa-book {
    --fa: ""
}

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

.fa-print {
    --fa: ""
}

.fa-camera,
.fa-camera-alt {
    --fa: ""
}

.fa-font {
    --fa: ""
}

.fa-bold {
    --fa: ""
}

.fa-italic {
    --fa: ""
}

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

.fa-text-width {
    --fa: ""
}

.fa-align-left {
    --fa: ""
}

.fa-align-center {
    --fa: ""
}

.fa-align-right {
    --fa: ""
}

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

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

.fa-outdent,
.fa-dedent {
    --fa: ""
}

.fa-indent {
    --fa: ""
}

.fa-video,
.fa-video-camera {
    --fa: ""
}

.fa-image {
    --fa: ""
}

.fa-location-pin,
.fa-map-marker {
    --fa: ""
}

.fa-circle-half-stroke,
.fa-adjust {
    --fa: ""
}

.fa-droplet,
.fa-tint {
    --fa: ""
}

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

.fa-arrows-up-down-left-right,
.fa-arrows {
    --fa: ""
}

.fa-backward-step,
.fa-step-backward {
    --fa: ""
}

.fa-backward-fast,
.fa-fast-backward {
    --fa: ""
}

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

.fa-play {
    --fa: ""
}

.fa-pause {
    --fa: ""
}

.fa-stop {
    --fa: ""
}

.fa-forward {
    --fa: ""
}

.fa-forward-fast,
.fa-fast-forward {
    --fa: ""
}

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

.fa-eject {
    --fa: ""
}

.fa-chevron-left {
    --fa: ""
}

.fa-chevron-right {
    --fa: ""
}

.fa-circle-plus,
.fa-plus-circle {
    --fa: ""
}

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

.fa-circle-xmark,
.fa-times-circle,
.fa-xmark-circle {
    --fa: ""
}

.fa-circle-check,
.fa-check-circle {
    --fa: ""
}

.fa-circle-question,
.fa-question-circle {
    --fa: ""
}

.fa-circle-info,
.fa-info-circle {
    --fa: ""
}

.fa-crosshairs {
    --fa: ""
}

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

.fa-arrow-left {
    --fa: ""
}

.fa-arrow-right {
    --fa: ""
}

.fa-arrow-up {
    --fa: ""
}

.fa-arrow-down {
    --fa: ""
}

.fa-share,
.fa-mail-forward {
    --fa: ""
}

.fa-expand {
    --fa: ""
}

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

.fa-minus,
.fa-subtract {
    --fa: ""
}

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

.fa-gift {
    --fa: ""
}

.fa-leaf {
    --fa: ""
}

.fa-fire {
    --fa: ""
}

.fa-eye {
    --fa: ""
}

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

.fa-triangle-exclamation,
.fa-exclamation-triangle,
.fa-warning {
    --fa: ""
}

.fa-plane {
    --fa: ""
}

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

.fa-shuffle,
.fa-random {
    --fa: ""
}

.fa-comment {
    --fa: ""
}

.fa-magnet {
    --fa: ""
}

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

.fa-chevron-down {
    --fa: ""
}

.fa-retweet {
    --fa: ""
}

.fa-cart-shopping,
.fa-shopping-cart {
    --fa: ""
}

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

.fa-folder-open {
    --fa: ""
}

.fa-arrows-up-down,
.fa-arrows-v {
    --fa: ""
}

.fa-arrows-left-right,
.fa-arrows-h {
    --fa: ""
}

.fa-chart-bar,
.fa-bar-chart {
    --fa: ""
}

.fa-camera-retro {
    --fa: ""
}

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

.fa-gears,
.fa-cogs {
    --fa: ""
}

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

.fa-star-half {
    --fa: ""
}

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

.fa-thumbtack,
.fa-thumb-tack {
    --fa: ""
}

.fa-arrow-up-right-from-square,
.fa-external-link {
    --fa: ""
}

.fa-arrow-right-to-bracket,
.fa-sign-in {
    --fa: ""
}

.fa-trophy {
    --fa: ""
}

.fa-upload {
    --fa: ""
}

.fa-lemon {
    --fa: ""
}

.fa-phone {
    --fa: ""
}

.fa-square-phone,
.fa-phone-square {
    --fa: ""
}

.fa-unlock {
    --fa: ""
}

.fa-credit-card,
.fa-credit-card-alt {
    --fa: ""
}

.fa-rss,
.fa-feed {
    --fa: ""
}

.fa-hard-drive,
.fa-hdd {
    --fa: ""
}

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

.fa-certificate {
    --fa: ""
}

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

.fa-hand-point-left {
    --fa: ""
}

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

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

.fa-circle-arrow-left,
.fa-arrow-circle-left {
    --fa: ""
}

.fa-circle-arrow-right,
.fa-arrow-circle-right {
    --fa: ""
}

.fa-circle-arrow-up,
.fa-arrow-circle-up {
    --fa: ""
}

.fa-circle-arrow-down,
.fa-arrow-circle-down {
    --fa: ""
}

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

.fa-wrench {
    --fa: ""
}

.fa-list-check,
.fa-tasks {
    --fa: ""
}

.fa-filter {
    --fa: ""
}

.fa-briefcase {
    --fa: ""
}

.fa-up-down-left-right,
.fa-arrows-alt {
    --fa: ""
}

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

.fa-link,
.fa-chain {
    --fa: ""
}

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

.fa-flask {
    --fa: ""
}

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

.fa-copy {
    --fa: ""
}

.fa-paperclip {
    --fa: ""
}

.fa-floppy-disk,
.fa-save {
    --fa: ""
}

.fa-square {
    --fa: ""
}

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

.fa-list-ul,
.fa-list-dots {
    --fa: ""
}

.fa-list-ol,
.fa-list-1-2,
.fa-list-numeric {
    --fa: ""
}

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

.fa-underline {
    --fa: ""
}

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

.fa-wand-magic,
.fa-magic {
    --fa: ""
}

.fa-truck {
    --fa: ""
}

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

.fa-caret-down {
    --fa: ""
}

.fa-caret-up {
    --fa: ""
}

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

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

.fa-table-columns,
.fa-columns {
    --fa: ""
}

.fa-sort,
.fa-unsorted {
    --fa: ""
}

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

.fa-sort-up,
.fa-sort-asc {
    --fa: ""
}

.fa-envelope {
    --fa: ""
}

.fa-arrow-rotate-left,
.fa-arrow-left-rotate,
.fa-arrow-rotate-back,
.fa-arrow-rotate-backward,
.fa-undo {
    --fa: ""
}

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

.fa-bolt,
.fa-zap {
    --fa: ""
}

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

.fa-umbrella {
    --fa: ""
}

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

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

.fa-arrow-right-arrow-left,
.fa-exchange {
    --fa: ""
}

.fa-cloud-arrow-down,
.fa-cloud-download,
.fa-cloud-download-alt {
    --fa: ""
}

.fa-cloud-arrow-up,
.fa-cloud-upload,
.fa-cloud-upload-alt {
    --fa: ""
}

.fa-user-doctor,
.fa-user-md {
    --fa: ""
}

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

.fa-suitcase {
    --fa: ""
}

.fa-bell {
    --fa: ""
}

.fa-mug-saucer,
.fa-coffee {
    --fa: ""
}

.fa-hospital,
.fa-hospital-alt,
.fa-hospital-wide {
    --fa: ""
}

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

.fa-suitcase-medical,
.fa-medkit {
    --fa: ""
}

.fa-jet-fighter,
.fa-fighter-jet {
    --fa: ""
}

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

.fa-square-h,
.fa-h-square {
    --fa: ""
}

.fa-square-plus,
.fa-plus-square {
    --fa: ""
}

.fa-angles-left,
.fa-angle-double-left {
    --fa: ""
}

.fa-angles-right,
.fa-angle-double-right {
    --fa: ""
}

.fa-angles-up,
.fa-angle-double-up {
    --fa: ""
}

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

.fa-angle-left {
    --fa: ""
}

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

.fa-angle-up {
    --fa: ""
}

.fa-angle-down {
    --fa: ""
}

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

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

.fa-mobile-button {
    --fa: ""
}

.fa-quote-left,
.fa-quote-left-alt {
    --fa: ""
}

.fa-quote-right,
.fa-quote-right-alt {
    --fa: ""
}

.fa-spinner {
    --fa: ""
}

.fa-circle {
    --fa: ""
}

.fa-face-smile,
.fa-smile {
    --fa: ""
}

.fa-face-frown,
.fa-frown {
    --fa: ""
}

.fa-face-meh,
.fa-meh {
    --fa: ""
}

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

.fa-keyboard {
    --fa: ""
}

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

.fa-terminal {
    --fa: ""
}

.fa-code {
    --fa: ""
}

.fa-reply-all,
.fa-mail-reply-all {
    --fa: ""
}

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

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

.fa-code-branch {
    --fa: ""
}

.fa-link-slash,
.fa-chain-broken,
.fa-chain-slash,
.fa-unlink {
    --fa: ""
}

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

.fa-superscript {
    --fa: ""
}

.fa-subscript {
    --fa: ""
}

.fa-eraser {
    --fa: ""
}

.fa-puzzle-piece {
    --fa: ""
}

.fa-microphone {
    --fa: ""
}

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

.fa-shield,
.fa-shield-blank {
    --fa: ""
}

.fa-calendar {
    --fa: ""
}

.fa-fire-extinguisher {
    --fa: ""
}

.fa-rocket {
    --fa: ""
}

.fa-circle-chevron-left,
.fa-chevron-circle-left {
    --fa: ""
}

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

.fa-circle-chevron-up,
.fa-chevron-circle-up {
    --fa: ""
}

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

.fa-anchor {
    --fa: ""
}

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

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

.fa-ellipsis,
.fa-ellipsis-h {
    --fa: ""
}

.fa-ellipsis-vertical,
.fa-ellipsis-v {
    --fa: ""
}

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

.fa-circle-play,
.fa-play-circle {
    --fa: ""
}

.fa-ticket {
    --fa: ""
}

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

.fa-arrow-turn-up,
.fa-level-up {
    --fa: ""
}

.fa-arrow-turn-down,
.fa-level-down {
    --fa: ""
}

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

.fa-square-pen,
.fa-pen-square,
.fa-pencil-square {
    --fa: ""
}

.fa-square-arrow-up-right,
.fa-external-link-square {
    --fa: ""
}

.fa-share-from-square,
.fa-share-square {
    --fa: ""
}

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

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

.fa-square-caret-up,
.fa-caret-square-up {
    --fa: ""
}

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

.fa-euro-sign,
.fa-eur,
.fa-euro {
    --fa: ""
}

.fa-sterling-sign,
.fa-gbp,
.fa-pound-sign {
    --fa: ""
}

.fa-rupee-sign,
.fa-rupee {
    --fa: ""
}

.fa-yen-sign,
.fa-cny,
.fa-jpy,
.fa-rmb,
.fa-yen {
    --fa: ""
}

.fa-ruble-sign,
.fa-rouble,
.fa-rub,
.fa-ruble {
    --fa: ""
}

.fa-won-sign,
.fa-krw,
.fa-won {
    --fa: ""
}

.fa-file {
    --fa: ""
}

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

.fa-arrow-down-a-z,
.fa-sort-alpha-asc,
.fa-sort-alpha-down {
    --fa: ""
}

.fa-arrow-up-a-z,
.fa-sort-alpha-up {
    --fa: ""
}

.fa-arrow-down-wide-short,
.fa-sort-amount-asc,
.fa-sort-amount-down {
    --fa: ""
}

.fa-arrow-up-wide-short,
.fa-sort-amount-up {
    --fa: ""
}

.fa-arrow-down-1-9,
.fa-sort-numeric-asc,
.fa-sort-numeric-down {
    --fa: ""
}

.fa-arrow-up-1-9,
.fa-sort-numeric-up {
    --fa: ""
}

.fa-thumbs-up {
    --fa: ""
}

.fa-thumbs-down {
    --fa: ""
}

.fa-arrow-down-long,
.fa-long-arrow-down {
    --fa: ""
}

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

.fa-arrow-left-long,
.fa-long-arrow-left {
    --fa: ""
}

.fa-arrow-right-long,
.fa-long-arrow-right {
    --fa: ""
}

.fa-person-dress,
.fa-female {
    --fa: ""
}

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

.fa-sun {
    --fa: ""
}

.fa-moon {
    --fa: ""
}

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

.fa-bug {
    --fa: ""
}

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

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

.fa-wheelchair {
    --fa: ""
}

.fa-lira-sign {
    --fa: ""
}

.fa-shuttle-space,
.fa-space-shuttle {
    --fa: ""
}

.fa-square-envelope,
.fa-envelope-square {
    --fa: ""
}

.fa-building-columns,
.fa-bank,
.fa-institution,
.fa-museum,
.fa-university {
    --fa: ""
}

.fa-graduation-cap,
.fa-mortar-board {
    --fa: ""
}

.fa-language {
    --fa: ""
}

.fa-fax {
    --fa: ""
}

.fa-building {
    --fa: ""
}

.fa-child {
    --fa: ""
}

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

.fa-cube {
    --fa: ""
}

.fa-cubes {
    --fa: ""
}

.fa-recycle {
    --fa: ""
}

.fa-car,
.fa-automobile {
    --fa: ""
}

.fa-taxi,
.fa-cab {
    --fa: ""
}

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

.fa-database {
    --fa: ""
}

.fa-file-pdf {
    --fa: ""
}

.fa-file-word {
    --fa: ""
}

.fa-file-excel {
    --fa: ""
}

.fa-file-powerpoint {
    --fa: ""
}

.fa-file-image {
    --fa: ""
}

.fa-file-zipper,
.fa-file-archive {
    --fa: ""
}

.fa-file-audio {
    --fa: ""
}

.fa-file-video {
    --fa: ""
}

.fa-file-code {
    --fa: ""
}

.fa-life-ring {
    --fa: ""
}

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

.fa-paper-plane {
    --fa: ""
}

.fa-clock-rotate-left,
.fa-history {
    --fa: ""
}

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

.fa-paragraph {
    --fa: ""
}

.fa-sliders,
.fa-sliders-h {
    --fa: ""
}

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

.fa-square-share-nodes,
.fa-share-alt-square {
    --fa: ""
}

.fa-bomb {
    --fa: ""
}

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

.fa-tty,
.fa-teletype {
    --fa: ""
}

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

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

.fa-newspaper {
    --fa: ""
}

.fa-wifi,
.fa-wifi-3,
.fa-wifi-strong {
    --fa: ""
}

.fa-calculator {
    --fa: ""
}

.fa-bell-slash {
    --fa: ""
}

.fa-trash {
    --fa: ""
}

.fa-copyright {
    --fa: ""
}

.fa-eye-dropper,
.fa-eye-dropper-empty,
.fa-eyedropper {
    --fa: ""
}

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

.fa-cake-candles,
.fa-birthday-cake,
.fa-cake {
    --fa: ""
}

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

.fa-chart-pie,
.fa-pie-chart {
    --fa: ""
}

.fa-chart-line,
.fa-line-chart {
    --fa: ""
}

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

.fa-toggle-on {
    --fa: ""
}

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

.fa-bus {
    --fa: ""
}

.fa-closed-captioning {
    --fa: ""
}

.fa-shekel-sign,
.fa-ils,
.fa-shekel,
.fa-sheqel,
.fa-sheqel-sign {
    --fa: ""
}

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

.fa-cart-arrow-down {
    --fa: ""
}

.fa-diamond {
    --fa: ""
}

.fa-ship {
    --fa: ""
}

.fa-user-secret {
    --fa: ""
}

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

.fa-street-view {
    --fa: ""
}

.fa-heart-pulse,
.fa-heartbeat {
    --fa: ""
}

.fa-venus {
    --fa: ""
}

.fa-mars {
    --fa: ""
}

.fa-mercury {
    --fa: ""
}

.fa-mars-and-venus {
    --fa: ""
}

.fa-transgender,
.fa-transgender-alt {
    --fa: ""
}

.fa-venus-double {
    --fa: ""
}

.fa-mars-double {
    --fa: ""
}

.fa-venus-mars {
    --fa: ""
}

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

.fa-mars-stroke-up,
.fa-mars-stroke-v {
    --fa: ""
}

.fa-mars-stroke-right,
.fa-mars-stroke-h {
    --fa: ""
}

.fa-neuter {
    --fa: ""
}

.fa-genderless {
    --fa: ""
}

.fa-server {
    --fa: ""
}

.fa-user-plus {
    --fa: ""
}

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

.fa-bed {
    --fa: ""
}

.fa-train {
    --fa: ""
}

.fa-train-subway,
.fa-subway {
    --fa: ""
}

.fa-battery-full,
.fa-battery,
.fa-battery-5 {
    --fa: ""
}

.fa-battery-three-quarters,
.fa-battery-4 {
    --fa: ""
}

.fa-battery-half,
.fa-battery-3 {
    --fa: ""
}

.fa-battery-quarter,
.fa-battery-2 {
    --fa: ""
}

.fa-battery-empty,
.fa-battery-0 {
    --fa: ""
}

.fa-arrow-pointer,
.fa-mouse-pointer {
    --fa: ""
}

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

.fa-object-group {
    --fa: ""
}

.fa-object-ungroup {
    --fa: ""
}

.fa-note-sticky,
.fa-sticky-note {
    --fa: ""
}

.fa-clone {
    --fa: ""
}

.fa-scale-balanced,
.fa-balance-scale {
    --fa: ""
}

.fa-hourglass-start,
.fa-hourglass-1 {
    --fa: ""
}

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

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

.fa-hourglass,
.fa-hourglass-empty {
    --fa: ""
}

.fa-hand-back-fist,
.fa-hand-rock {
    --fa: ""
}

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

.fa-hand-scissors {
    --fa: ""
}

.fa-hand-lizard {
    --fa: ""
}

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

.fa-hand-pointer {
    --fa: ""
}

.fa-hand-peace {
    --fa: ""
}

.fa-trademark {
    --fa: ""
}

.fa-registered {
    --fa: ""
}

.fa-tv,
.fa-television,
.fa-tv-alt {
    --fa: ""
}

.fa-calendar-plus {
    --fa: ""
}

.fa-calendar-minus {
    --fa: ""
}

.fa-calendar-xmark,
.fa-calendar-times {
    --fa: ""
}

.fa-calendar-check {
    --fa: ""
}

.fa-industry {
    --fa: ""
}

.fa-map-pin {
    --fa: ""
}

.fa-signs-post,
.fa-map-signs {
    --fa: ""
}

.fa-map {
    --fa: ""
}

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

.fa-circle-pause,
.fa-pause-circle {
    --fa: ""
}

.fa-circle-stop,
.fa-stop-circle {
    --fa: ""
}

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

.fa-basket-shopping,
.fa-shopping-basket {
    --fa: ""
}

.fa-universal-access {
    --fa: ""
}

.fa-person-walking-with-cane,
.fa-blind {
    --fa: ""
}

.fa-audio-description {
    --fa: ""
}

.fa-phone-volume,
.fa-volume-control-phone {
    --fa: ""
}

.fa-braille {
    --fa: ""
}

.fa-ear-listen,
.fa-assistive-listening-systems {
    --fa: ""
}

.fa-hands-asl-interpreting,
.fa-american-sign-language-interpreting,
.fa-asl-interpreting,
.fa-hands-american-sign-language-interpreting {
    --fa: ""
}

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

.fa-hands,
.fa-sign-language,
.fa-signing {
    --fa: ""
}

.fa-eye-low-vision,
.fa-low-vision {
    --fa: ""
}

.fa-font-awesome,
.fa-font-awesome-flag,
.fa-font-awesome-logo-full {
    --fa: ""
}

.fa-handshake,
.fa-handshake-alt,
.fa-handshake-simple {
    --fa: ""
}

.fa-envelope-open {
    --fa: ""
}

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

.fa-address-card,
.fa-contact-card,
.fa-vcard {
    --fa: ""
}

.fa-circle-user,
.fa-user-circle {
    --fa: ""
}

.fa-id-badge {
    --fa: ""
}

.fa-id-card,
.fa-drivers-license {
    --fa: ""
}

.fa-temperature-full,
.fa-temperature-4,
.fa-thermometer-4,
.fa-thermometer-full {
    --fa: ""
}

.fa-temperature-three-quarters,
.fa-temperature-3,
.fa-thermometer-3,
.fa-thermometer-three-quarters {
    --fa: ""
}

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

.fa-temperature-quarter,
.fa-temperature-1,
.fa-thermometer-1,
.fa-thermometer-quarter {
    --fa: ""
}

.fa-temperature-empty,
.fa-temperature-0,
.fa-thermometer-0,
.fa-thermometer-empty {
    --fa: ""
}

.fa-shower {
    --fa: ""
}

.fa-bath,
.fa-bathtub {
    --fa: ""
}

.fa-podcast {
    --fa: ""
}

.fa-window-maximize {
    --fa: ""
}

.fa-window-minimize {
    --fa: ""
}

.fa-window-restore {
    --fa: ""
}

.fa-square-xmark,
.fa-times-square,
.fa-xmark-square {
    --fa: ""
}

.fa-microchip {
    --fa: ""
}

.fa-snowflake {
    --fa: ""
}

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

.fa-utensils,
.fa-cutlery {
    --fa: ""
}

.fa-rotate-left,
.fa-rotate-back,
.fa-rotate-backward,
.fa-undo-alt {
    --fa: ""
}

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

.fa-rotate,
.fa-sync-alt {
    --fa: ""
}

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

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

.fa-right-to-bracket,
.fa-sign-in-alt {
    --fa: ""
}

.fa-rotate-right,
.fa-redo-alt,
.fa-rotate-forward {
    --fa: ""
}

.fa-poo {
    --fa: ""
}

.fa-images {
    --fa: ""
}

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

.fa-pen {
    --fa: ""
}

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

.fa-octagon {
    --fa: ""
}

.fa-down-long,
.fa-long-arrow-alt-down {
    --fa: ""
}

.fa-left-long,
.fa-long-arrow-alt-left {
    --fa: ""
}

.fa-right-long,
.fa-long-arrow-alt-right {
    --fa: ""
}

.fa-up-long,
.fa-long-arrow-alt-up {
    --fa: ""
}

.fa-hexagon {
    --fa: ""
}

.fa-file-pen,
.fa-file-edit {
    --fa: ""
}

.fa-maximize,
.fa-expand-arrows-alt {
    --fa: ""
}

.fa-clipboard {
    --fa: ""
}

.fa-left-right,
.fa-arrows-alt-h {
    --fa: ""
}

.fa-up-down,
.fa-arrows-alt-v {
    --fa: ""
}

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

.fa-circle-down,
.fa-arrow-alt-circle-down {
    --fa: ""
}

.fa-circle-left,
.fa-arrow-alt-circle-left {
    --fa: ""
}

.fa-circle-right,
.fa-arrow-alt-circle-right {
    --fa: ""
}

.fa-circle-up,
.fa-arrow-alt-circle-up {
    --fa: ""
}

.fa-up-right-from-square,
.fa-external-link-alt {
    --fa: ""
}

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

.fa-right-left,
.fa-exchange-alt {
    --fa: ""
}

.fa-repeat {
    --fa: ""
}

.fa-code-commit {
    --fa: ""
}

.fa-code-merge {
    --fa: ""
}

.fa-desktop,
.fa-desktop-alt {
    --fa: ""
}

.fa-gem {
    --fa: ""
}

.fa-turn-down,
.fa-level-down-alt {
    --fa: ""
}

.fa-turn-up,
.fa-level-up-alt {
    --fa: ""
}

.fa-lock-open {
    --fa: ""
}

.fa-location-dot,
.fa-map-marker-alt {
    --fa: ""
}

.fa-microphone-lines,
.fa-microphone-alt {
    --fa: ""
}

.fa-mobile-screen-button,
.fa-mobile-alt {
    --fa: ""
}

.fa-mobile,
.fa-mobile-android,
.fa-mobile-phone {
    --fa: ""
}

.fa-mobile-screen,
.fa-mobile-android-alt {
    --fa: ""
}

.fa-money-bill-1,
.fa-money-bill-alt {
    --fa: ""
}

.fa-phone-slash {
    --fa: ""
}

.fa-image-portrait,
.fa-portrait {
    --fa: ""
}

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

.fa-shield-halved,
.fa-shield-alt {
    --fa: ""
}

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

.fa-tablet,
.fa-tablet-android {
    --fa: ""
}

.fa-ticket-simple,
.fa-ticket-alt {
    --fa: ""
}

.fa-rectangle-xmark,
.fa-rectangle-times,
.fa-times-rectangle,
.fa-window-close {
    --fa: ""
}

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

.fa-up-right-and-down-left-from-center,
.fa-expand-alt {
    --fa: ""
}

.fa-baseball-bat-ball {
    --fa: ""
}

.fa-baseball,
.fa-baseball-ball {
    --fa: ""
}

.fa-basketball,
.fa-basketball-ball {
    --fa: ""
}

.fa-bowling-ball {
    --fa: ""
}

.fa-chess {
    --fa: ""
}

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

.fa-chess-board {
    --fa: ""
}

.fa-chess-king {
    --fa: ""
}

.fa-chess-knight {
    --fa: ""
}

.fa-chess-pawn {
    --fa: ""
}

.fa-chess-queen {
    --fa: ""
}

.fa-chess-rook {
    --fa: ""
}

.fa-dumbbell {
    --fa: ""
}

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

.fa-golf-ball-tee,
.fa-golf-ball {
    --fa: ""
}

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

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

.fa-square-full {
    --fa: ""
}

.fa-table-tennis-paddle-ball,
.fa-ping-pong-paddle-ball,
.fa-table-tennis {
    --fa: ""
}

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

.fa-hand-dots,
.fa-allergies {
    --fa: ""
}

.fa-bandage,
.fa-band-aid {
    --fa: ""
}

.fa-box {
    --fa: ""
}

.fa-boxes-stacked,
.fa-boxes,
.fa-boxes-alt {
    --fa: ""
}

.fa-briefcase-medical {
    --fa: ""
}

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

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

.fa-clipboard-check {
    --fa: ""
}

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

.fa-person-dots-from-line,
.fa-diagnoses {
    --fa: ""
}

.fa-dna {
    --fa: ""
}

.fa-dolly,
.fa-dolly-box {
    --fa: ""
}

.fa-cart-flatbed,
.fa-dolly-flatbed {
    --fa: ""
}

.fa-file-medical {
    --fa: ""
}

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

.fa-kit-medical,
.fa-first-aid {
    --fa: ""
}

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

.fa-id-card-clip,
.fa-id-card-alt {
    --fa: ""
}

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

.fa-pallet {
    --fa: ""
}

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

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

.fa-prescription-bottle-medical,
.fa-prescription-bottle-alt {
    --fa: ""
}

.fa-bed-pulse,
.fa-procedures {
    --fa: ""
}

.fa-truck-fast,
.fa-shipping-fast {
    --fa: ""
}

.fa-smoking {
    --fa: ""
}

.fa-syringe {
    --fa: ""
}

.fa-tablets {
    --fa: ""
}

.fa-thermometer {
    --fa: ""
}

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

.fa-vials {
    --fa: ""
}

.fa-warehouse {
    --fa: ""
}

.fa-weight-scale,
.fa-weight {
    --fa: ""
}

.fa-x-ray {
    --fa: ""
}

.fa-box-open {
    --fa: ""
}

.fa-comment-dots,
.fa-commenting {
    --fa: ""
}

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

.fa-couch {
    --fa: ""
}

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

.fa-dove {
    --fa: ""
}

.fa-hand-holding {
    --fa: ""
}

.fa-hand-holding-heart {
    --fa: ""
}

.fa-hand-holding-dollar,
.fa-hand-holding-usd {
    --fa: ""
}

.fa-hand-holding-droplet,
.fa-hand-holding-water {
    --fa: ""
}

.fa-hands-holding {
    --fa: ""
}

.fa-handshake-angle,
.fa-hands-helping {
    --fa: ""
}

.fa-parachute-box {
    --fa: ""
}

.fa-people-carry-box,
.fa-people-carry {
    --fa: ""
}

.fa-piggy-bank {
    --fa: ""
}

.fa-ribbon {
    --fa: ""
}

.fa-route {
    --fa: ""
}

.fa-seedling,
.fa-sprout {
    --fa: ""
}

.fa-sign-hanging,
.fa-sign {
    --fa: ""
}

.fa-face-smile-wink,
.fa-smile-wink {
    --fa: ""
}

.fa-tape {
    --fa: ""
}

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

.fa-truck-moving {
    --fa: ""
}

.fa-video-slash {
    --fa: ""
}

.fa-wine-glass {
    --fa: ""
}

.fa-user-astronaut {
    --fa: ""
}

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

.fa-user-clock {
    --fa: ""
}

.fa-user-gear,
.fa-user-cog {
    --fa: ""
}

.fa-user-pen,
.fa-user-edit {
    --fa: ""
}

.fa-user-group,
.fa-user-friends {
    --fa: ""
}

.fa-user-graduate {
    --fa: ""
}

.fa-user-lock {
    --fa: ""
}

.fa-user-minus {
    --fa: ""
}

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

.fa-user-shield {
    --fa: ""
}

.fa-user-slash,
.fa-user-alt-slash,
.fa-user-large-slash {
    --fa: ""
}

.fa-user-tag {
    --fa: ""
}

.fa-user-tie {
    --fa: ""
}

.fa-users-gear,
.fa-users-cog {
    --fa: ""
}

.fa-scale-unbalanced,
.fa-balance-scale-left {
    --fa: ""
}

.fa-scale-unbalanced-flip,
.fa-balance-scale-right {
    --fa: ""
}

.fa-blender {
    --fa: ""
}

.fa-book-open {
    --fa: ""
}

.fa-tower-broadcast,
.fa-broadcast-tower {
    --fa: ""
}

.fa-broom {
    --fa: ""
}

.fa-chalkboard,
.fa-blackboard {
    --fa: ""
}

.fa-chalkboard-user,
.fa-chalkboard-teacher {
    --fa: ""
}

.fa-church {
    --fa: ""
}

.fa-coins {
    --fa: ""
}

.fa-compact-disc {
    --fa: ""
}

.fa-crow {
    --fa: ""
}

.fa-crown {
    --fa: ""
}

.fa-dice {
    --fa: ""
}

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

.fa-dice-four {
    --fa: ""
}

.fa-dice-one {
    --fa: ""
}

.fa-dice-six {
    --fa: ""
}

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

.fa-dice-two {
    --fa: ""
}

.fa-divide {
    --fa: ""
}

.fa-door-closed {
    --fa: ""
}

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

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

.fa-frog {
    --fa: ""
}

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

.fa-glasses {
    --fa: ""
}

.fa-greater-than-equal {
    --fa: ""
}

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

.fa-infinity {
    --fa: ""
}

.fa-kiwi-bird {
    --fa: ""
}

.fa-less-than-equal {
    --fa: ""
}

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

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

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

.fa-money-bill-1-wave,
.fa-money-bill-wave-alt {
    --fa: ""
}

.fa-money-check {
    --fa: ""
}

.fa-money-check-dollar,
.fa-money-check-alt {
    --fa: ""
}

.fa-not-equal {
    --fa: ""
}

.fa-palette {
    --fa: ""
}

.fa-square-parking,
.fa-parking {
    --fa: ""
}

.fa-diagram-project,
.fa-project-diagram {
    --fa: ""
}

.fa-receipt {
    --fa: ""
}

.fa-robot {
    --fa: ""
}

.fa-ruler {
    --fa: ""
}

.fa-ruler-combined {
    --fa: ""
}

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

.fa-ruler-vertical {
    --fa: ""
}

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

.fa-screwdriver {
    --fa: ""
}

.fa-shoe-prints {
    --fa: ""
}

.fa-skull {
    --fa: ""
}

.fa-ban-smoking,
.fa-smoking-ban {
    --fa: ""
}

.fa-store {
    --fa: ""
}

.fa-shop,
.fa-store-alt {
    --fa: ""
}

.fa-bars-staggered,
.fa-reorder,
.fa-stream {
    --fa: ""
}

.fa-stroopwafel {
    --fa: ""
}

.fa-toolbox {
    --fa: ""
}

.fa-shirt,
.fa-t-shirt,
.fa-tshirt {
    --fa: ""
}

.fa-person-walking,
.fa-walking {
    --fa: ""
}

.fa-wallet {
    --fa: ""
}

.fa-face-angry,
.fa-angry {
    --fa: ""
}

.fa-archway {
    --fa: ""
}

.fa-book-atlas,
.fa-atlas {
    --fa: ""
}

.fa-award {
    --fa: ""
}

.fa-delete-left,
.fa-backspace {
    --fa: ""
}

.fa-bezier-curve {
    --fa: ""
}

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

.fa-brush {
    --fa: ""
}

.fa-bus-simple,
.fa-bus-alt {
    --fa: ""
}

.fa-cannabis {
    --fa: ""
}

.fa-check-double {
    --fa: ""
}

.fa-martini-glass-citrus,
.fa-cocktail {
    --fa: ""
}

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

.fa-cookie {
    --fa: ""
}

.fa-cookie-bite {
    --fa: ""
}

.fa-crop-simple,
.fa-crop-alt {
    --fa: ""
}

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

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

.fa-compass-drafting,
.fa-drafting-compass {
    --fa: ""
}

.fa-drum {
    --fa: ""
}

.fa-drum-steelpan {
    --fa: ""
}

.fa-feather-pointed,
.fa-feather-alt {
    --fa: ""
}

.fa-file-contract {
    --fa: ""
}

.fa-file-arrow-down,
.fa-file-download {
    --fa: ""
}

.fa-file-export,
.fa-arrow-right-from-file {
    --fa: ""
}

.fa-file-import,
.fa-arrow-right-to-file {
    --fa: ""
}

.fa-file-invoice {
    --fa: ""
}

.fa-file-invoice-dollar {
    --fa: ""
}

.fa-file-prescription {
    --fa: ""
}

.fa-file-signature {
    --fa: ""
}

.fa-file-arrow-up,
.fa-file-upload {
    --fa: ""
}

.fa-fill {
    --fa: ""
}

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

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

.fa-fish {
    --fa: ""
}

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

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

.fa-martini-glass,
.fa-glass-martini-alt {
    --fa: ""
}

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

.fa-earth-americas,
.fa-earth,
.fa-earth-america,
.fa-globe-americas {
    --fa: ""
}

.fa-earth-asia,
.fa-globe-asia {
    --fa: ""
}

.fa-face-grimace,
.fa-grimace {
    --fa: ""
}

.fa-face-grin,
.fa-grin {
    --fa: ""
}

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

.fa-face-grin-beam,
.fa-grin-beam {
    --fa: ""
}

.fa-face-grin-beam-sweat,
.fa-grin-beam-sweat {
    --fa: ""
}

.fa-face-grin-hearts,
.fa-grin-hearts {
    --fa: ""
}

.fa-face-grin-squint,
.fa-grin-squint {
    --fa: ""
}

.fa-face-grin-squint-tears,
.fa-grin-squint-tears {
    --fa: ""
}

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

.fa-face-grin-tears,
.fa-grin-tears {
    --fa: ""
}

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

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

.fa-face-grin-tongue-wink,
.fa-grin-tongue-wink {
    --fa: ""
}

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

.fa-grip,
.fa-grid-horizontal,
.fa-grip-horizontal {
    --fa: ""
}

.fa-grip-vertical,
.fa-grid-vertical {
    --fa: ""
}

.fa-headset {
    --fa: ""
}

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

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

.fa-hotel {
    --fa: ""
}

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

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

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

.fa-face-kiss-wink-heart,
.fa-kiss-wink-heart {
    --fa: ""
}

.fa-face-laugh,
.fa-laugh {
    --fa: ""
}

.fa-face-laugh-beam,
.fa-laugh-beam {
    --fa: ""
}

.fa-face-laugh-squint,
.fa-laugh-squint {
    --fa: ""
}

.fa-face-laugh-wink,
.fa-laugh-wink {
    --fa: ""
}

.fa-cart-flatbed-suitcase,
.fa-luggage-cart {
    --fa: ""
}

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

.fa-map-location-dot,
.fa-map-marked-alt {
    --fa: ""
}

.fa-marker {
    --fa: ""
}

.fa-medal {
    --fa: ""
}

.fa-face-meh-blank,
.fa-meh-blank {
    --fa: ""
}

.fa-face-rolling-eyes,
.fa-meh-rolling-eyes {
    --fa: ""
}

.fa-monument {
    --fa: ""
}

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

.fa-paint-roller {
    --fa: ""
}

.fa-passport {
    --fa: ""
}

.fa-pen-fancy {
    --fa: ""
}

.fa-pen-nib {
    --fa: ""
}

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

.fa-plane-arrival {
    --fa: ""
}

.fa-plane-departure {
    --fa: ""
}

.fa-prescription {
    --fa: ""
}

.fa-face-sad-cry,
.fa-sad-cry {
    --fa: ""
}

.fa-face-sad-tear,
.fa-sad-tear {
    --fa: ""
}

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

.fa-signature {
    --fa: ""
}

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

.fa-solar-panel {
    --fa: ""
}

.fa-spa {
    --fa: ""
}

.fa-splotch {
    --fa: ""
}

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

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

.fa-star-half-stroke,
.fa-star-half-alt {
    --fa: ""
}

.fa-suitcase-rolling {
    --fa: ""
}

.fa-face-surprise,
.fa-surprise {
    --fa: ""
}

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

.fa-person-swimming,
.fa-swimmer {
    --fa: ""
}

.fa-water-ladder,
.fa-ladder-water,
.fa-swimming-pool {
    --fa: ""
}

.fa-droplet-slash,
.fa-tint-slash {
    --fa: ""
}

.fa-face-tired,
.fa-tired {
    --fa: ""
}

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

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

.fa-weight-hanging {
    --fa: ""
}

.fa-wine-glass-empty,
.fa-wine-glass-alt {
    --fa: ""
}

.fa-spray-can-sparkles,
.fa-air-freshener {
    --fa: ""
}

.fa-apple-whole,
.fa-apple-alt {
    --fa: ""
}

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

.fa-bone {
    --fa: ""
}

.fa-book-open-reader,
.fa-book-reader {
    --fa: ""
}

.fa-brain {
    --fa: ""
}

.fa-car-rear,
.fa-car-alt {
    --fa: ""
}

.fa-car-battery,
.fa-battery-car {
    --fa: ""
}

.fa-car-burst,
.fa-car-crash {
    --fa: ""
}

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

.fa-charging-station {
    --fa: ""
}

.fa-diamond-turn-right,
.fa-directions {
    --fa: ""
}

.fa-draw-polygon,
.fa-vector-polygon {
    --fa: ""
}

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

.fa-layer-group {
    --fa: ""
}

.fa-location-crosshairs,
.fa-location {
    --fa: ""
}

.fa-lungs {
    --fa: ""
}

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

.fa-oil-can {
    --fa: ""
}

.fa-poop {
    --fa: ""
}

.fa-shapes,
.fa-triangle-circle-square {
    --fa: ""
}

.fa-star-of-life {
    --fa: ""
}

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

.fa-gauge-high,
.fa-tachometer-alt,
.fa-tachometer-alt-fast {
    --fa: ""
}

.fa-gauge-simple,
.fa-gauge-simple-med,
.fa-tachometer-average {
    --fa: ""
}

.fa-gauge-simple-high,
.fa-tachometer,
.fa-tachometer-fast {
    --fa: ""
}

.fa-teeth {
    --fa: ""
}

.fa-teeth-open {
    --fa: ""
}

.fa-masks-theater,
.fa-theater-masks {
    --fa: ""
}

.fa-traffic-light {
    --fa: ""
}

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

.fa-truck-pickup {
    --fa: ""
}

.fa-rectangle-ad,
.fa-ad {
    --fa: ""
}

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

.fa-book-bible,
.fa-bible {
    --fa: ""
}

.fa-business-time,
.fa-briefcase-clock {
    --fa: ""
}

.fa-city {
    --fa: ""
}

.fa-comment-dollar {
    --fa: ""
}

.fa-comments-dollar {
    --fa: ""
}

.fa-cross {
    --fa: ""
}

.fa-dharmachakra {
    --fa: ""
}

.fa-envelope-open-text {
    --fa: ""
}

.fa-folder-minus {
    --fa: ""
}

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

.fa-filter-circle-dollar,
.fa-funnel-dollar {
    --fa: ""
}

.fa-gopuram {
    --fa: ""
}

.fa-hamsa {
    --fa: ""
}

.fa-bahai,
.fa-haykal {
    --fa: ""
}

.fa-jedi {
    --fa: ""
}

.fa-book-journal-whills,
.fa-journal-whills {
    --fa: ""
}

.fa-kaaba {
    --fa: ""
}

.fa-khanda {
    --fa: ""
}

.fa-landmark {
    --fa: ""
}

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

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

.fa-mosque {
    --fa: ""
}

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

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

.fa-peace {
    --fa: ""
}

.fa-place-of-worship {
    --fa: ""
}

.fa-square-poll-vertical,
.fa-poll {
    --fa: ""
}

.fa-square-poll-horizontal,
.fa-poll-h {
    --fa: ""
}

.fa-person-praying,
.fa-pray {
    --fa: ""
}

.fa-hands-praying,
.fa-praying-hands {
    --fa: ""
}

.fa-book-quran,
.fa-quran {
    --fa: ""
}

.fa-magnifying-glass-dollar,
.fa-search-dollar {
    --fa: ""
}

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

.fa-socks {
    --fa: ""
}

.fa-square-root-variable,
.fa-square-root-alt {
    --fa: ""
}

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

.fa-star-of-david {
    --fa: ""
}

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

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

.fa-torii-gate {
    --fa: ""
}

.fa-vihara {
    --fa: ""
}

.fa-volume,
.fa-volume-medium {
    --fa: ""
}

.fa-volume-xmark,
.fa-volume-mute,
.fa-volume-times {
    --fa: ""
}

.fa-yin-yang {
    --fa: ""
}

.fa-blender-phone {
    --fa: ""
}

.fa-book-skull,
.fa-book-dead {
    --fa: ""
}

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

.fa-cat {
    --fa: ""
}

.fa-chair {
    --fa: ""
}

.fa-cloud-moon {
    --fa: ""
}

.fa-cloud-sun {
    --fa: ""
}

.fa-cow {
    --fa: ""
}

.fa-dice-d20 {
    --fa: ""
}

.fa-dice-d6 {
    --fa: ""
}

.fa-dog {
    --fa: ""
}

.fa-dragon {
    --fa: ""
}

.fa-drumstick-bite {
    --fa: ""
}

.fa-dungeon {
    --fa: ""
}

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

.fa-hand-fist,
.fa-fist-raised {
    --fa: ""
}

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

.fa-hammer {
    --fa: ""
}

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

.fa-hat-wizard {
    --fa: ""
}

.fa-person-hiking,
.fa-hiking {
    --fa: ""
}

.fa-hippo {
    --fa: ""
}

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

.fa-house-chimney-crack,
.fa-house-damage {
    --fa: ""
}

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

.fa-mask {
    --fa: ""
}

.fa-mountain {
    --fa: ""
}

.fa-network-wired {
    --fa: ""
}

.fa-otter {
    --fa: ""
}

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

.fa-person-running,
.fa-running {
    --fa: ""
}

.fa-scroll {
    --fa: ""
}

.fa-skull-crossbones {
    --fa: ""
}

.fa-slash {
    --fa: ""
}

.fa-spider {
    --fa: ""
}

.fa-toilet-paper,
.fa-toilet-paper-alt,
.fa-toilet-paper-blank {
    --fa: ""
}

.fa-tractor {
    --fa: ""
}

.fa-user-injured {
    --fa: ""
}

.fa-vr-cardboard {
    --fa: ""
}

.fa-wand-sparkles {
    --fa: ""
}

.fa-wind {
    --fa: ""
}

.fa-wine-bottle {
    --fa: ""
}

.fa-cloud-meatball {
    --fa: ""
}

.fa-cloud-moon-rain {
    --fa: ""
}

.fa-cloud-rain {
    --fa: ""
}

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

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

.fa-democrat {
    --fa: ""
}

.fa-flag-usa {
    --fa: ""
}

.fa-hurricane {
    --fa: ""
}

.fa-landmark-dome,
.fa-landmark-alt {
    --fa: ""
}

.fa-meteor {
    --fa: ""
}

.fa-person-booth {
    --fa: ""
}

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

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

.fa-republican {
    --fa: ""
}

.fa-smog {
    --fa: ""
}

.fa-temperature-high {
    --fa: ""
}

.fa-temperature-low {
    --fa: ""
}

.fa-cloud-bolt,
.fa-thunderstorm {
    --fa: ""
}

.fa-tornado {
    --fa: ""
}

.fa-volcano {
    --fa: ""
}

.fa-check-to-slot,
.fa-vote-yea {
    --fa: ""
}

.fa-water {
    --fa: ""
}

.fa-baby {
    --fa: ""
}

.fa-baby-carriage,
.fa-carriage-baby {
    --fa: ""
}

.fa-biohazard {
    --fa: ""
}

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

.fa-calendar-day {
    --fa: ""
}

.fa-calendar-week {
    --fa: ""
}

.fa-candy-cane {
    --fa: ""
}

.fa-carrot {
    --fa: ""
}

.fa-cash-register {
    --fa: ""
}

.fa-minimize,
.fa-compress-arrows-alt {
    --fa: ""
}

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

.fa-dumpster-fire {
    --fa: ""
}

.fa-ethernet {
    --fa: ""
}

.fa-gifts {
    --fa: ""
}

.fa-champagne-glasses,
.fa-glass-cheers {
    --fa: ""
}

.fa-whiskey-glass,
.fa-glass-whiskey {
    --fa: ""
}

.fa-earth-europe,
.fa-globe-europe {
    --fa: ""
}

.fa-grip-lines {
    --fa: ""
}

.fa-grip-lines-vertical {
    --fa: ""
}

.fa-guitar {
    --fa: ""
}

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

.fa-holly-berry {
    --fa: ""
}

.fa-horse-head {
    --fa: ""
}

.fa-icicles {
    --fa: ""
}

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

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

.fa-mug-hot {
    --fa: ""
}

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

.fa-circle-radiation,
.fa-radiation-alt {
    --fa: ""
}

.fa-restroom {
    --fa: ""
}

.fa-satellite {
    --fa: ""
}

.fa-satellite-dish {
    --fa: ""
}

.fa-sd-card {
    --fa: ""
}

.fa-sim-card {
    --fa: ""
}

.fa-person-skating,
.fa-skating {
    --fa: ""
}

.fa-person-skiing,
.fa-skiing {
    --fa: ""
}

.fa-person-skiing-nordic,
.fa-skiing-nordic {
    --fa: ""
}

.fa-sleigh {
    --fa: ""
}

.fa-comment-sms,
.fa-sms {
    --fa: ""
}

.fa-person-snowboarding,
.fa-snowboarding {
    --fa: ""
}

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

.fa-snowplow {
    --fa: ""
}

.fa-tenge-sign,
.fa-tenge {
    --fa: ""
}

.fa-toilet {
    --fa: ""
}

.fa-screwdriver-wrench,
.fa-tools {
    --fa: ""
}

.fa-cable-car,
.fa-tram {
    --fa: ""
}

.fa-fire-flame-curved,
.fa-fire-alt {
    --fa: ""
}

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

.fa-book-medical {
    --fa: ""
}

.fa-bread-slice {
    --fa: ""
}

.fa-cheese {
    --fa: ""
}

.fa-house-chimney-medical,
.fa-clinic-medical {
    --fa: ""
}

.fa-clipboard-user {
    --fa: ""
}

.fa-comment-medical {
    --fa: ""
}

.fa-crutch {
    --fa: ""
}

.fa-disease {
    --fa: ""
}

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

.fa-folder-tree {
    --fa: ""
}

.fa-burger,
.fa-hamburger {
    --fa: ""
}

.fa-hand-middle-finger {
    --fa: ""
}

.fa-helmet-safety,
.fa-hard-hat,
.fa-hat-hard {
    --fa: ""
}

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

.fa-hotdog {
    --fa: ""
}

.fa-ice-cream {
    --fa: ""
}

.fa-laptop-medical {
    --fa: ""
}

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

.fa-pepper-hot {
    --fa: ""
}

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

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

.fa-book-tanakh,
.fa-tanakh {
    --fa: ""
}

.fa-bars-progress,
.fa-tasks-alt {
    --fa: ""
}

.fa-trash-arrow-up,
.fa-trash-restore {
    --fa: ""
}

.fa-trash-can-arrow-up,
.fa-trash-restore-alt {
    --fa: ""
}

.fa-user-nurse {
    --fa: ""
}

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

.fa-person-biking,
.fa-biking {
    --fa: ""
}

.fa-border-all {
    --fa: ""
}

.fa-border-none {
    --fa: ""
}

.fa-border-top-left,
.fa-border-style {
    --fa: ""
}

.fa-person-digging,
.fa-digging {
    --fa: ""
}

.fa-fan {
    --fa: ""
}

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

.fa-phone-flip,
.fa-phone-alt {
    --fa: ""
}

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

.fa-photo-film,
.fa-photo-video {
    --fa: ""
}

.fa-text-slash,
.fa-remove-format {
    --fa: ""
}

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

.fa-arrow-up-z-a,
.fa-sort-alpha-up-alt {
    --fa: ""
}

.fa-arrow-down-short-wide,
.fa-sort-amount-desc,
.fa-sort-amount-down-alt {
    --fa: ""
}

.fa-arrow-up-short-wide,
.fa-sort-amount-up-alt {
    --fa: ""
}

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

.fa-arrow-up-9-1,
.fa-sort-numeric-up-alt {
    --fa: ""
}

.fa-spell-check {
    --fa: ""
}

.fa-voicemail {
    --fa: ""
}

.fa-hat-cowboy {
    --fa: ""
}

.fa-hat-cowboy-side {
    --fa: ""
}

.fa-computer-mouse,
.fa-mouse {
    --fa: ""
}

.fa-radio {
    --fa: ""
}

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

.fa-walkie-talkie {
    --fa: ""
}

.fa-caravan {
    --fa: ""
}

:root,
:host {
    --fa-family-brands: "Font Awesome 7 Brands";
    --fa-font-brands: normal 400 1em/1 var(--fa-family-brands)
}

@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/assets/fa-brands-400-BP5tdqmh.woff2)
}

.fab,
.fa-brands,
.fa-classic.fa-brands {
    --fa-family: var(--fa-family-brands);
    --fa-style: 400
}

.fa-firefox-browser {
    --fa: ""
}

.fa-ideal {
    --fa: ""
}

.fa-microblog {
    --fa: ""
}

.fa-square-pied-piper,
.fa-pied-piper-square {
    --fa: ""
}

.fa-unity {
    --fa: ""
}

.fa-dailymotion {
    --fa: ""
}

.fa-square-instagram,
.fa-instagram-square {
    --fa: ""
}

.fa-mixer {
    --fa: ""
}

.fa-shopify {
    --fa: ""
}

.fa-deezer {
    --fa: ""
}

.fa-edge-legacy {
    --fa: ""
}

.fa-google-pay {
    --fa: ""
}

.fa-rust {
    --fa: ""
}

.fa-tiktok {
    --fa: ""
}

.fa-unsplash {
    --fa: ""
}

.fa-cloudflare {
    --fa: ""
}

.fa-guilded {
    --fa: ""
}

.fa-hive {
    --fa: ""
}

.fa-42-group,
.fa-innosoft {
    --fa: ""
}

.fa-instalod {
    --fa: ""
}

.fa-octopus-deploy {
    --fa: ""
}

.fa-perbyte {
    --fa: ""
}

.fa-uncharted {
    --fa: ""
}

.fa-watchman-monitoring {
    --fa: ""
}

.fa-wodu {
    --fa: ""
}

.fa-wirsindhandwerk,
.fa-wsh {
    --fa: ""
}

.fa-bots {
    --fa: ""
}

.fa-cmplid {
    --fa: ""
}

.fa-bilibili {
    --fa: ""
}

.fa-golang {
    --fa: ""
}

.fa-pix {
    --fa: ""
}

.fa-sitrox {
    --fa: ""
}

.fa-hashnode {
    --fa: ""
}

.fa-meta {
    --fa: ""
}

.fa-padlet {
    --fa: ""
}

.fa-nfc-directional {
    --fa: ""
}

.fa-nfc-symbol {
    --fa: ""
}

.fa-screenpal {
    --fa: ""
}

.fa-space-awesome {
    --fa: ""
}

.fa-square-font-awesome {
    --fa: ""
}

.fa-square-gitlab,
.fa-gitlab-square {
    --fa: ""
}

.fa-odysee {
    --fa: ""
}

.fa-stubber {
    --fa: ""
}

.fa-debian {
    --fa: ""
}

.fa-shoelace {
    --fa: ""
}

.fa-threads {
    --fa: ""
}

.fa-square-threads {
    --fa: ""
}

.fa-square-x-twitter {
    --fa: ""
}

.fa-x-twitter {
    --fa: ""
}

.fa-opensuse {
    --fa: ""
}

.fa-letterboxd {
    --fa: ""
}

.fa-square-letterboxd {
    --fa: ""
}

.fa-mintbit {
    --fa: ""
}

.fa-google-scholar {
    --fa: ""
}

.fa-brave {
    --fa: ""
}

.fa-brave-reverse {
    --fa: ""
}

.fa-pixiv {
    --fa: ""
}

.fa-upwork {
    --fa: ""
}

.fa-webflow {
    --fa: ""
}

.fa-signal-messenger {
    --fa: ""
}

.fa-bluesky {
    --fa: ""
}

.fa-jxl {
    --fa: ""
}

.fa-square-upwork {
    --fa: ""
}

.fa-web-awesome {
    --fa: ""
}

.fa-square-web-awesome {
    --fa: ""
}

.fa-square-web-awesome-stroke {
    --fa: ""
}

.fa-dart-lang {
    --fa: ""
}

.fa-flutter {
    --fa: ""
}

.fa-files-pinwheel {
    --fa: ""
}

.fa-css {
    --fa: ""
}

.fa-square-bluesky {
    --fa: ""
}

.fa-openai {
    --fa: ""
}

.fa-square-linkedin {
    --fa: ""
}

.fa-cash-app {
    --fa: ""
}

.fa-disqus {
    --fa: ""
}

.fa-eleventy,
.fa-11ty {
    --fa: ""
}

.fa-kakao-talk {
    --fa: ""
}

.fa-linktree {
    --fa: ""
}

.fa-notion {
    --fa: ""
}

.fa-pandora {
    --fa: ""
}

.fa-pixelfed {
    --fa: ""
}

.fa-tidal {
    --fa: ""
}

.fa-vsco {
    --fa: ""
}

.fa-w3c {
    --fa: ""
}

.fa-lumon {
    --fa: ""
}

.fa-lumon-drop {
    --fa: ""
}

.fa-square-figma {
    --fa: ""
}

.fa-tex {
    --fa: ""
}

.fa-duolingo {
    --fa: ""
}

.fa-supportnow {
    --fa: ""
}

.fa-tor-browser {
    --fa: ""
}

.fa-typescript {
    --fa: ""
}

.fa-square-deskpro {
    --fa: ""
}

.fa-circle-zulip {
    --fa: ""
}

.fa-julia {
    --fa: ""
}

.fa-zulip {
    --fa: ""
}

.fa-unison {
    --fa: ""
}

.fa-board-game-geek,
.fa-bgg {
    --fa: ""
}

.fa-ko-fi {
    --fa: ""
}

.fa-kubernetes {
    --fa: ""
}

.fa-postgresql {
    --fa: ""
}

.fa-scaleway {
    --fa: ""
}

.fa-venmo {
    --fa: ""
}

.fa-venmo-v {
    --fa: ""
}

.fa-unreal-engine {
    --fa: ""
}

.fa-globaleaks {
    --fa: ""
}

.fa-solana {
    --fa: ""
}

.fa-threema {
    --fa: ""
}

.fa-forgejo {
    --fa: ""
}

.fa-claude {
    --fa: ""
}

.fa-gitee {
    --fa: ""
}

.fa-xmpp {
    --fa: ""
}

.fa-fediverse {
    --fa: ""
}

.fa-tailwind-css {
    --fa: ""
}

.fa-arch-linux {
    --fa: ""
}

.fa-svelte {
    --fa: ""
}

.fa-hugging-face {
    --fa: ""
}

.fa-leetcode {
    --fa: ""
}

.fa-openstreetmap {
    --fa: ""
}

.fa-ultralytics {
    --fa: ""
}

.fa-ultralytics-hub {
    --fa: ""
}

.fa-ultralytics-yolo {
    --fa: ""
}

.fa-obsidian {
    --fa: ""
}

.fa-zoom {
    --fa: ""
}

.fa-vim {
    --fa: ""
}

.fa-symfonycasts {
    --fa: ""
}

.fa-square-twitter,
.fa-twitter-square {
    --fa: ""
}

.fa-square-facebook,
.fa-facebook-square {
    --fa: ""
}

.fa-linkedin {
    --fa: ""
}

.fa-square-github,
.fa-github-square {
    --fa: ""
}

.fa-twitter {
    --fa: ""
}

.fa-facebook {
    --fa: ""
}

.fa-github {
    --fa: ""
}

.fa-pinterest {
    --fa: ""
}

.fa-square-pinterest,
.fa-pinterest-square {
    --fa: ""
}

.fa-square-google-plus,
.fa-google-plus-square {
    --fa: ""
}

.fa-google-plus-g {
    --fa: ""
}

.fa-linkedin-in {
    --fa: ""
}

.fa-github-alt {
    --fa: ""
}

.fa-maxcdn {
    --fa: ""
}

.fa-html5 {
    --fa: ""
}

.fa-css3 {
    --fa: ""
}

.fa-btc {
    --fa: ""
}

.fa-youtube {
    --fa: ""
}

.fa-xing {
    --fa: ""
}

.fa-square-xing,
.fa-xing-square {
    --fa: ""
}

.fa-dropbox {
    --fa: ""
}

.fa-stack-overflow {
    --fa: ""
}

.fa-instagram {
    --fa: ""
}

.fa-flickr {
    --fa: ""
}

.fa-adn {
    --fa: ""
}

.fa-bitbucket {
    --fa: ""
}

.fa-tumblr {
    --fa: ""
}

.fa-square-tumblr,
.fa-tumblr-square {
    --fa: ""
}

.fa-apple {
    --fa: ""
}

.fa-windows {
    --fa: ""
}

.fa-android {
    --fa: ""
}

.fa-linux {
    --fa: ""
}

.fa-dribbble {
    --fa: ""
}

.fa-skype {
    --fa: ""
}

.fa-foursquare {
    --fa: ""
}

.fa-trello {
    --fa: ""
}

.fa-gratipay {
    --fa: ""
}

.fa-vk {
    --fa: ""
}

.fa-weibo {
    --fa: ""
}

.fa-renren {
    --fa: ""
}

.fa-pagelines {
    --fa: ""
}

.fa-stack-exchange {
    --fa: ""
}

.fa-square-vimeo,
.fa-vimeo-square {
    --fa: ""
}

.fa-slack,
.fa-slack-hash {
    --fa: ""
}

.fa-wordpress {
    --fa: ""
}

.fa-openid {
    --fa: ""
}

.fa-yahoo {
    --fa: ""
}

.fa-google {
    --fa: ""
}

.fa-reddit {
    --fa: ""
}

.fa-square-reddit,
.fa-reddit-square {
    --fa: ""
}

.fa-stumbleupon-circle {
    --fa: ""
}

.fa-stumbleupon {
    --fa: ""
}

.fa-delicious {
    --fa: ""
}

.fa-digg {
    --fa: ""
}

.fa-pied-piper-pp {
    --fa: ""
}

.fa-pied-piper-alt {
    --fa: ""
}

.fa-drupal {
    --fa: ""
}

.fa-joomla {
    --fa: ""
}

.fa-behance {
    --fa: ""
}

.fa-square-behance,
.fa-behance-square {
    --fa: ""
}

.fa-steam {
    --fa: ""
}

.fa-square-steam,
.fa-steam-square {
    --fa: ""
}

.fa-spotify {
    --fa: ""
}

.fa-deviantart {
    --fa: ""
}

.fa-soundcloud {
    --fa: ""
}

.fa-vine {
    --fa: ""
}

.fa-codepen {
    --fa: ""
}

.fa-jsfiddle {
    --fa: ""
}

.fa-rebel {
    --fa: ""
}

.fa-empire {
    --fa: ""
}

.fa-square-git,
.fa-git-square {
    --fa: ""
}

.fa-git {
    --fa: ""
}

.fa-hacker-news {
    --fa: ""
}

.fa-tencent-weibo {
    --fa: ""
}

.fa-qq {
    --fa: ""
}

.fa-weixin {
    --fa: ""
}

.fa-slideshare {
    --fa: ""
}

.fa-twitch {
    --fa: ""
}

.fa-yelp {
    --fa: ""
}

.fa-paypal {
    --fa: ""
}

.fa-google-wallet {
    --fa: ""
}

.fa-cc-visa {
    --fa: ""
}

.fa-cc-mastercard {
    --fa: ""
}

.fa-cc-discover {
    --fa: ""
}

.fa-cc-amex {
    --fa: ""
}

.fa-cc-paypal {
    --fa: ""
}

.fa-cc-stripe {
    --fa: ""
}

.fa-lastfm {
    --fa: ""
}

.fa-square-lastfm,
.fa-lastfm-square {
    --fa: ""
}

.fa-ioxhost {
    --fa: ""
}

.fa-angellist {
    --fa: ""
}

.fa-buysellads {
    --fa: ""
}

.fa-connectdevelop {
    --fa: ""
}

.fa-dashcube {
    --fa: ""
}

.fa-forumbee {
    --fa: ""
}

.fa-leanpub {
    --fa: ""
}

.fa-sellsy {
    --fa: ""
}

.fa-shirtsinbulk {
    --fa: ""
}

.fa-simplybuilt {
    --fa: ""
}

.fa-skyatlas {
    --fa: ""
}

.fa-pinterest-p {
    --fa: ""
}

.fa-whatsapp {
    --fa: ""
}

.fa-viacoin {
    --fa: ""
}

.fa-medium,
.fa-medium-m {
    --fa: ""
}

.fa-y-combinator {
    --fa: ""
}

.fa-optin-monster {
    --fa: ""
}

.fa-opencart {
    --fa: ""
}

.fa-expeditedssl {
    --fa: ""
}

.fa-cc-jcb {
    --fa: ""
}

.fa-cc-diners-club {
    --fa: ""
}

.fa-creative-commons {
    --fa: ""
}

.fa-gg {
    --fa: ""
}

.fa-gg-circle {
    --fa: ""
}

.fa-odnoklassniki {
    --fa: ""
}

.fa-square-odnoklassniki,
.fa-odnoklassniki-square {
    --fa: ""
}

.fa-get-pocket {
    --fa: ""
}

.fa-wikipedia-w {
    --fa: ""
}

.fa-safari {
    --fa: ""
}

.fa-chrome {
    --fa: ""
}

.fa-firefox {
    --fa: ""
}

.fa-opera {
    --fa: ""
}

.fa-internet-explorer {
    --fa: ""
}

.fa-contao {
    --fa: ""
}

.fa-500px {
    --fa: ""
}

.fa-amazon {
    --fa: ""
}

.fa-houzz {
    --fa: ""
}

.fa-vimeo-v {
    --fa: ""
}

.fa-black-tie {
    --fa: ""
}

.fa-fonticons {
    --fa: ""
}

.fa-reddit-alien {
    --fa: ""
}

.fa-edge {
    --fa: ""
}

.fa-codiepie {
    --fa: ""
}

.fa-modx {
    --fa: ""
}

.fa-fort-awesome {
    --fa: ""
}

.fa-usb {
    --fa: ""
}

.fa-product-hunt {
    --fa: ""
}

.fa-mixcloud {
    --fa: ""
}

.fa-scribd {
    --fa: ""
}

.fa-bluetooth {
    --fa: ""
}

.fa-bluetooth-b {
    --fa: ""
}

.fa-gitlab {
    --fa: ""
}

.fa-wpbeginner {
    --fa: ""
}

.fa-wpforms {
    --fa: ""
}

.fa-envira {
    --fa: ""
}

.fa-glide {
    --fa: ""
}

.fa-glide-g {
    --fa: ""
}

.fa-viadeo {
    --fa: ""
}

.fa-square-viadeo,
.fa-viadeo-square {
    --fa: ""
}

.fa-snapchat,
.fa-snapchat-ghost {
    --fa: ""
}

.fa-square-snapchat,
.fa-snapchat-square {
    --fa: ""
}

.fa-pied-piper {
    --fa: ""
}

.fa-first-order {
    --fa: ""
}

.fa-yoast {
    --fa: ""
}

.fa-themeisle {
    --fa: ""
}

.fa-google-plus {
    --fa: ""
}

.fa-font-awesome,
.fa-font-awesome-flag,
.fa-font-awesome-logo-full {
    --fa: ""
}

.fa-linode {
    --fa: ""
}

.fa-quora {
    --fa: ""
}

.fa-free-code-camp {
    --fa: ""
}

.fa-telegram,
.fa-telegram-plane {
    --fa: ""
}

.fa-bandcamp {
    --fa: ""
}

.fa-grav {
    --fa: ""
}

.fa-etsy {
    --fa: ""
}

.fa-imdb {
    --fa: ""
}

.fa-ravelry {
    --fa: ""
}

.fa-sellcast {
    --fa: ""
}

.fa-superpowers {
    --fa: ""
}

.fa-wpexplorer {
    --fa: ""
}

.fa-meetup {
    --fa: ""
}

.fa-square-font-awesome-stroke,
.fa-font-awesome-alt {
    --fa: ""
}

.fa-accessible-icon {
    --fa: ""
}

.fa-accusoft {
    --fa: ""
}

.fa-adversal {
    --fa: ""
}

.fa-affiliatetheme {
    --fa: ""
}

.fa-algolia {
    --fa: ""
}

.fa-amilia {
    --fa: ""
}

.fa-angrycreative {
    --fa: ""
}

.fa-app-store {
    --fa: ""
}

.fa-app-store-ios {
    --fa: ""
}

.fa-apper {
    --fa: ""
}

.fa-asymmetrik {
    --fa: ""
}

.fa-audible {
    --fa: ""
}

.fa-avianex {
    --fa: ""
}

.fa-aws {
    --fa: ""
}

.fa-bimobject {
    --fa: ""
}

.fa-bitcoin {
    --fa: ""
}

.fa-bity {
    --fa: ""
}

.fa-blackberry {
    --fa: ""
}

.fa-blogger {
    --fa: ""
}

.fa-blogger-b {
    --fa: ""
}

.fa-buromobelexperte {
    --fa: ""
}

.fa-centercode {
    --fa: ""
}

.fa-cloudscale {
    --fa: ""
}

.fa-cloudsmith {
    --fa: ""
}

.fa-cloudversify {
    --fa: ""
}

.fa-cpanel {
    --fa: ""
}

.fa-css3-alt {
    --fa: ""
}

.fa-cuttlefish {
    --fa: ""
}

.fa-d-and-d {
    --fa: ""
}

.fa-deploydog {
    --fa: ""
}

.fa-deskpro {
    --fa: ""
}

.fa-digital-ocean {
    --fa: ""
}

.fa-discord {
    --fa: ""
}

.fa-discourse {
    --fa: ""
}

.fa-dochub {
    --fa: ""
}

.fa-docker {
    --fa: ""
}

.fa-draft2digital {
    --fa: ""
}

.fa-square-dribbble,
.fa-dribbble-square {
    --fa: ""
}

.fa-dyalog {
    --fa: ""
}

.fa-earlybirds {
    --fa: ""
}

.fa-erlang {
    --fa: ""
}

.fa-facebook-f {
    --fa: ""
}

.fa-facebook-messenger {
    --fa: ""
}

.fa-firstdraft {
    --fa: ""
}

.fa-fonticons-fi {
    --fa: ""
}

.fa-fort-awesome-alt {
    --fa: ""
}

.fa-freebsd {
    --fa: ""
}

.fa-gitkraken {
    --fa: ""
}

.fa-gofore {
    --fa: ""
}

.fa-goodreads {
    --fa: ""
}

.fa-goodreads-g {
    --fa: ""
}

.fa-google-drive {
    --fa: ""
}

.fa-google-play {
    --fa: ""
}

.fa-gripfire {
    --fa: ""
}

.fa-grunt {
    --fa: ""
}

.fa-gulp {
    --fa: ""
}

.fa-square-hacker-news,
.fa-hacker-news-square {
    --fa: ""
}

.fa-hire-a-helper {
    --fa: ""
}

.fa-hotjar {
    --fa: ""
}

.fa-hubspot {
    --fa: ""
}

.fa-itunes {
    --fa: ""
}

.fa-itunes-note {
    --fa: ""
}

.fa-jenkins {
    --fa: ""
}

.fa-joget {
    --fa: ""
}

.fa-js {
    --fa: ""
}

.fa-square-js,
.fa-js-square {
    --fa: ""
}

.fa-keycdn {
    --fa: ""
}

.fa-kickstarter,
.fa-square-kickstarter {
    --fa: ""
}

.fa-kickstarter-k {
    --fa: ""
}

.fa-laravel {
    --fa: ""
}

.fa-line {
    --fa: ""
}

.fa-lyft {
    --fa: ""
}

.fa-magento {
    --fa: ""
}

.fa-medapps {
    --fa: ""
}

.fa-medrt {
    --fa: ""
}

.fa-microsoft {
    --fa: ""
}

.fa-mix {
    --fa: ""
}

.fa-mizuni {
    --fa: ""
}

.fa-monero {
    --fa: ""
}

.fa-napster {
    --fa: ""
}

.fa-node-js {
    --fa: ""
}

.fa-npm {
    --fa: ""
}

.fa-ns8 {
    --fa: ""
}

.fa-nutritionix {
    --fa: ""
}

.fa-page4 {
    --fa: ""
}

.fa-palfed {
    --fa: ""
}

.fa-patreon {
    --fa: ""
}

.fa-periscope {
    --fa: ""
}

.fa-phabricator {
    --fa: ""
}

.fa-phoenix-framework {
    --fa: ""
}

.fa-playstation {
    --fa: ""
}

.fa-pushed {
    --fa: ""
}

.fa-python {
    --fa: ""
}

.fa-red-river {
    --fa: ""
}

.fa-wpressr,
.fa-rendact {
    --fa: ""
}

.fa-replyd {
    --fa: ""
}

.fa-resolving {
    --fa: ""
}

.fa-rocketchat {
    --fa: ""
}

.fa-rockrms {
    --fa: ""
}

.fa-schlix {
    --fa: ""
}

.fa-searchengin {
    --fa: ""
}

.fa-servicestack {
    --fa: ""
}

.fa-sistrix {
    --fa: ""
}

.fa-speakap {
    --fa: ""
}

.fa-staylinked {
    --fa: ""
}

.fa-steam-symbol {
    --fa: ""
}

.fa-sticker-mule {
    --fa: ""
}

.fa-studiovinari {
    --fa: ""
}

.fa-supple {
    --fa: ""
}

.fa-uber {
    --fa: ""
}

.fa-uikit {
    --fa: ""
}

.fa-uniregistry {
    --fa: ""
}

.fa-untappd {
    --fa: ""
}

.fa-ussunnah {
    --fa: ""
}

.fa-vaadin {
    --fa: ""
}

.fa-viber {
    --fa: ""
}

.fa-vimeo {
    --fa: ""
}

.fa-vnv {
    --fa: ""
}

.fa-square-whatsapp,
.fa-whatsapp-square {
    --fa: ""
}

.fa-whmcs {
    --fa: ""
}

.fa-wordpress-simple {
    --fa: ""
}

.fa-xbox {
    --fa: ""
}

.fa-yandex {
    --fa: ""
}

.fa-yandex-international {
    --fa: ""
}

.fa-apple-pay {
    --fa: ""
}

.fa-cc-apple-pay {
    --fa: ""
}

.fa-fly {
    --fa: ""
}

.fa-node {
    --fa: ""
}

.fa-osi {
    --fa: ""
}

.fa-react {
    --fa: ""
}

.fa-autoprefixer {
    --fa: ""
}

.fa-less {
    --fa: ""
}

.fa-sass {
    --fa: ""
}

.fa-vuejs {
    --fa: ""
}

.fa-angular {
    --fa: ""
}

.fa-aviato {
    --fa: ""
}

.fa-ember {
    --fa: ""
}

.fa-gitter {
    --fa: ""
}

.fa-hooli {
    --fa: ""
}

.fa-strava {
    --fa: ""
}

.fa-stripe {
    --fa: ""
}

.fa-stripe-s {
    --fa: ""
}

.fa-typo3 {
    --fa: ""
}

.fa-amazon-pay {
    --fa: ""
}

.fa-cc-amazon-pay {
    --fa: ""
}

.fa-ethereum {
    --fa: ""
}

.fa-korvue {
    --fa: ""
}

.fa-elementor {
    --fa: ""
}

.fa-square-youtube,
.fa-youtube-square {
    --fa: ""
}

.fa-flipboard {
    --fa: ""
}

.fa-hips {
    --fa: ""
}

.fa-php {
    --fa: ""
}

.fa-quinscape {
    --fa: ""
}

.fa-readme {
    --fa: ""
}

.fa-java {
    --fa: ""
}

.fa-pied-piper-hat {
    --fa: ""
}

.fa-creative-commons-by {
    --fa: ""
}

.fa-creative-commons-nc {
    --fa: ""
}

.fa-creative-commons-nc-eu {
    --fa: ""
}

.fa-creative-commons-nc-jp {
    --fa: ""
}

.fa-creative-commons-nd {
    --fa: ""
}

.fa-creative-commons-pd {
    --fa: ""
}

.fa-creative-commons-pd-alt {
    --fa: ""
}

.fa-creative-commons-remix {
    --fa: ""
}

.fa-creative-commons-sa {
    --fa: ""
}

.fa-creative-commons-sampling {
    --fa: ""
}

.fa-creative-commons-sampling-plus {
    --fa: ""
}

.fa-creative-commons-share {
    --fa: ""
}

.fa-creative-commons-zero {
    --fa: ""
}

.fa-ebay {
    --fa: ""
}

.fa-keybase {
    --fa: ""
}

.fa-mastodon {
    --fa: ""
}

.fa-r-project {
    --fa: ""
}

.fa-researchgate {
    --fa: ""
}

.fa-teamspeak {
    --fa: ""
}

.fa-first-order-alt {
    --fa: ""
}

.fa-fulcrum {
    --fa: ""
}

.fa-galactic-republic {
    --fa: ""
}

.fa-galactic-senate {
    --fa: ""
}

.fa-jedi-order {
    --fa: ""
}

.fa-mandalorian {
    --fa: ""
}

.fa-old-republic {
    --fa: ""
}

.fa-phoenix-squadron {
    --fa: ""
}

.fa-sith {
    --fa: ""
}

.fa-trade-federation {
    --fa: ""
}

.fa-wolf-pack-battalion {
    --fa: ""
}

.fa-hornbill {
    --fa: ""
}

.fa-mailchimp {
    --fa: ""
}

.fa-megaport {
    --fa: ""
}

.fa-nimblr {
    --fa: ""
}

.fa-rev {
    --fa: ""
}

.fa-shopware {
    --fa: ""
}

.fa-squarespace {
    --fa: ""
}

.fa-themeco {
    --fa: ""
}

.fa-weebly {
    --fa: ""
}

.fa-wix {
    --fa: ""
}

.fa-ello {
    --fa: ""
}

.fa-hackerrank {
    --fa: ""
}

.fa-kaggle {
    --fa: ""
}

.fa-markdown {
    --fa: ""
}

.fa-neos {
    --fa: ""
}

.fa-zhihu {
    --fa: ""
}

.fa-alipay {
    --fa: ""
}

.fa-the-red-yeti {
    --fa: ""
}

.fa-critical-role {
    --fa: ""
}

.fa-d-and-d-beyond {
    --fa: ""
}

.fa-dev {
    --fa: ""
}

.fa-fantasy-flight-games {
    --fa: ""
}

.fa-wizards-of-the-coast {
    --fa: ""
}

.fa-think-peaks {
    --fa: ""
}

.fa-reacteurope {
    --fa: ""
}

.fa-artstation {
    --fa: ""
}

.fa-atlassian {
    --fa: ""
}

.fa-canadian-maple-leaf {
    --fa: ""
}

.fa-centos {
    --fa: ""
}

.fa-confluence {
    --fa: ""
}

.fa-dhl {
    --fa: ""
}

.fa-diaspora {
    --fa: ""
}

.fa-fedex {
    --fa: ""
}

.fa-fedora {
    --fa: ""
}

.fa-figma {
    --fa: ""
}

.fa-intercom {
    --fa: ""
}

.fa-invision {
    --fa: ""
}

.fa-jira {
    --fa: ""
}

.fa-mendeley {
    --fa: ""
}

.fa-raspberry-pi {
    --fa: ""
}

.fa-redhat {
    --fa: ""
}

.fa-sketch {
    --fa: ""
}

.fa-sourcetree {
    --fa: ""
}

.fa-suse {
    --fa: ""
}

.fa-ubuntu {
    --fa: ""
}

.fa-ups {
    --fa: ""
}

.fa-usps {
    --fa: ""
}

.fa-yarn {
    --fa: ""
}

.fa-airbnb {
    --fa: ""
}

.fa-battle-net {
    --fa: ""
}

.fa-bootstrap {
    --fa: ""
}

.fa-buffer {
    --fa: ""
}

.fa-chromecast {
    --fa: ""
}

.fa-evernote {
    --fa: ""
}

.fa-itch-io {
    --fa: ""
}

.fa-salesforce {
    --fa: ""
}

.fa-speaker-deck {
    --fa: ""
}

.fa-symfony {
    --fa: ""
}

.fa-waze {
    --fa: ""
}

.fa-yammer {
    --fa: ""
}

.fa-git-alt {
    --fa: ""
}

.fa-stackpath {
    --fa: ""
}

.fa-cotton-bureau {
    --fa: ""
}

.fa-buy-n-large {
    --fa: ""
}

.fa-mdb {
    --fa: ""
}

.fa-orcid {
    --fa: ""
}

.fa-swift {
    --fa: ""
}

.fa-umbraco {
    --fa: ""
}

:root,
:host {
    --fa-family-classic: "Font Awesome 7 Free";
    --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
    --fa-style-family-classic: var(--fa-family-classic)
}

@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/assets/fa-regular-400-nyy7hhHF.woff2)
}

.far {
    --fa-family: var(--fa-family-classic);
    --fa-style: 400
}

.fa-regular {
    --fa-style: 400
}

:root,
:host {
    --fa-family-classic: "Font Awesome 7 Free";
    --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
    --fa-style-family-classic: var(--fa-family-classic)
}

@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/assets/fa-solid-900-DRAAbZTg.woff2)
}

.fas {
    --fa-family: var(--fa-family-classic);
    --fa-style: 900
}

.fa-classic {
    --fa-family: var(--fa-family-classic)
}

.fa-solid {
    --fa-style: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(/assets/fa-brands-400-BP5tdqmh.woff2)format("woff2")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(/assets/fa-solid-900-DRAAbZTg.woff2)format("woff2")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(/assets/fa-regular-400-nyy7hhHF.woff2)format("woff2")
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(/assets/fa-solid-900-DRAAbZTg.woff2)format("woff2")
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(/assets/fa-brands-400-BP5tdqmh.woff2)format("woff2")
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(/assets/fa-regular-400-nyy7hhHF.woff2)format("woff2");
    unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(data:font/woff2;base64,d09GMk9UVE8AAA/AAAkAAAAAIi4AAA96A4IBAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmADgRwFiH0AghwHIA22GYUWERHVtH4B/lDAjaHYgPoVT5hsjC2GsZOptOo4yG1beUwR0nj95m5PABbwbw2JNax38ckISWbne6e7NGkzk5t5OtHQ3cQ8E/PgGvBDzYt/8QhfU4ejmw2Ss9r09ODR8l+jtYRSiPjXDe99ioYEJUDICo/AKRIyLZY6g5gb/PN/87fWu+WdLMNMQ049kLkaPl7+P/y/v9+nWsmNny3MZBwpLqIEUgAky2qXQQErAgUkO66A7tm25ybn+/+f01wNrP4u+ymgSuyUUAViDYIh+sbxjfg7VhAd9qRMKrF3BXKBn855NnSt1CQjTJVaYd8BQ++4R20XeJIX0rz/77Q39M65gAwmQQlbFrQfpVQXybLleWPJapb8e0cJ2kLz93Ol/TnMFXfLEn8JhNvbIjqxeXc/2UyOckA5ppQ4m+s0TQFBETgCdMAOCDy5CnvyZI2s0R1fW2MoL1G22ZTgudtjtLzMDwQDEbaWAQIgP8dqAADFS+AKknqe8PfkvO+55v/v91aE9ccAKkA2RADE+AeSboL/4wqvKi8xDkDqIzmV79ZGM7PdnQuhj8FJqIll79DSibQ0sXKXNYRdbRM+GMI2h5rF8zfdMYePtw55PPcmlAgg+mPASPzPwbDv2T3wmL2ThoUXekNwkpY0BDfbwiXSMFqxE24q9TkmWPiKJWh1mORCjilyAEspDGAZW6uwGlensDojrVodGva61vh0aarhKE8bTPCvj1hCK2OYlJVmTImPHEtVTOpYJrK8sJqcmo3VuRet1WnsdOEDcaFhM0UROOQM9KUY5Gdm9T7gPCofd4U7+x9sjlHuZL2RXfHXxYIE8CDvQm6Fk3RDXoiGY+XZ/TOFY9Kk3RCH0nr09srjn4kEqTL9zhy1p4myH+zr56tZWU8/1lvhZTacuYP5Yetw7YwTiDabHECYm7DHjCNR+QyItYjOF8TBoDvl5YcXSOcmKyfPyC0bNnnFhztFF1iXFjO+NknRNJIdlcuQLapKjOCOgXyxwzxWzyqXfZNWqpU/Y/EqBwhFdgdzldTRYQcscirRDqZxtltBIFQcvARqqfPTm9ROQCWXmvAvz+f4mSs4WoOqjmV+MH6r8TTUUn358W2SWZ78vFRvCl7xm11KSkyjY9Zp5ekkhxApAugJxGikosIHs68GiuU/TIwqCywCNlePWfOWfegrUWfqfXZ9wX1xJZZVUaWVN6utxf0m/XN+A0frVZpvr+YYS5WYTP/dyOA2+1jFSuYzlzm0UkIxBYTgjxv2qGr1a33Xe73VE93VHd3WKa2XqzQ0z5i4ND6pAgLVADGAdvICQA+g9DADoyUxaiEZtSRHrSjL/tD/6rdLdWfrbvLaZWUZ628lFTILA4iDzuUuRCDT4zLb9EbNNYDla7prkJb1sf9ps4yByalXLAjno1iDBtIQnk3bt02oZFNS9mGZTLrcFFwuLYcChHY/sdf2tT871c4E9dWb7St8ZWAVxoYfosuJThqeTcueyV1byeNebq+zTldTt9Nbrz8d5hvEG+w16DOMMNxmFGjcVr7HJHKCff1U74jp+nDiWA34AMvXbSjGL/mcxCInGJy+yzwieJF/QXkmwevg9kD53IWNr56dXTHoimkCpx95BLQQ2PxpPpwUV7AFs1Ndo/hfIZh1bJf//v7+Tyj/CT8H3F7A6qmRdgvmMJN2ioW3vZwaYedQL8RNM/O+veVnYH7v9oP5KOyePoBHb+2zIOh0TVD6jONQU9chTV3NEW4mF4VRA0FDA6gRQpnrmRk36EyA73QmLZcDIp2KLDrPqLohc8EhNFtkZE0jyrrGFmN8zNssYeZEJb9VGKGUWXsLkusQmHw/NN1aDVSQDjHXiFlNjOAbroZ8UhfqEVL9nGJP6bpouAIM0lpUyxoihzlDYnQRqe1CUGflRMzbwnKeTGaAqYTQkMV26jweXMYppyDld84jjBqk4oMY8c033Bcj54/JRjgquMTgyBZWMiaNdOECEAMqLkQL5aTRd1h+kIp3SqkDjgI1g5Tk7yLHKacge+vnpnYQKEqpWoaIE2uS1Ml9cKriqrXTBqEEkG0uhcxhNlmmr0Xm3rAWayZV1JQ/KNNVsjN28Y5E7DJbzQZVMSWFKP0dJSXo/7kumXvgf2oJsBI9mQs0tQTGdQlzNUzTUAQoNoE9qz8S+rGufAQyulFq0lpzdbFwf9PZiSkrzYVCwWpdR7DS7IF3L+9f1yMGRZlkLMKQmdJ/1f46jGqaXR3YWhJYu87qJBc0m1RUMczWRag5ADqhkPqxhrDNPT/9UmSkSJfSMvJebDBZ9FdCLUYCv6csAum7yIgZJHSL6fwevL/oN0AP8WsklRyKAJ3g2fB4R6ALyHyUE8EEEuoJmqCGgdCsZtKkGvO8Of70iHhdREid5AMRwUww5Px2EgNkUUlugQRMCSY3ccUbajibX9FEMflNwXQiaqhimrwH4UjnrohSQhM+6lwHbsbDXzobbWNw86+H/znDNiTnVUcM9fYFXauhcs/kUBiETGrooeTa2vWvw27pTjrjFDLT/1sl93DjuteQlbHMGWVs8lqy8qOXl9+MRjp2nQASXcfCwyS5acIVKHjPUa8RjXeMBLjn/fu9yJgF/iaMoK74TfDZTpnSPUd1G4GX8PAX/x9xCS8tengWmzYgucYT8wU0t4ngls/hJGctpOJVoFq+Af2/cjDAPOHFk5P/XXpRtmELfEfS+bCOuQ4L3+ofEPfS5QCO5j0gXqW1urWOvHzQgTEMChC0U5jeEF+pkSyBhwhZI1vB7pTubtmwbzYhsME5PPU0eZ4JHIB5iXSSzwQS0iiHfb0oOtqxA8KUCmMeVEVKnAFvdIPFrkHWdsaZZ8CdZmvR14f0tPqjH2aUMLBmHIMRM7cma2PXWcI9+fDjlrmy0n2PVAr5vPaq06NZRkE2prXUDp0urwStChuHTdAtxMblrCnopM02RUxamAxiQ9KBKEocT1fET438EjShE8NXvGEtoh6YDHprnclg171EKLGCR+PPfF83UQfieAqsqKjjyhMl42Wt1+nrdtq3oT5Q51+AD00vabZETGwF0ZUtwWPqSqkHjF/zNXpgTbmxtQKODCq1o4VYSjmDCqKkdNqxYybf3g1fU1+zn0tjtFC2i5zauLBZqnIy1oRUhWzw1PpO1Y3ttKP6SfenNESUlHAtQyzQ7tqsnhW0mCS7PGnWQGnUeouHk0g+jHIpIjJyBzRtDZKLeLgHpc7RsAHsyZgdFnuoR8VOGyIDBzzuNNh1ioYW0PM7yStZxQrID0pp3LYTOyGW8hAZWL3VDjufx21DyNsDt27Es84ZPD9EQ8+T7UFkoPvBKNAQ92jLGfgvepGe6LSXIUis3EtBzjbcAB1DIyVOPpnD/pL++RY/WOzCaKGWnWJP7OUvObwn95DNskVG3cZsF3DvCrLBsPAC1PQQPEQUQ+mY4YzRMxNiaPTQcMLoohtqQUPcyLb3fvGOd7GVfHe5K5a8/Ed/ykZevPjjwtxSg2cExzbOeBbkwA48oLjxw9S6IoYgMJ8gsBq3mCqdf7AWzJLBuAOon+WzFGuEuTYcmZ63tygjDccd5M4nYCb7CocF7eT21Pn5rcEDbnaBK8Jauy0EN4DpZRzRRBRBr8d2RLEQie1CjLGULGLDYIXjA15A+2aeAHHigrGhIeliSoEZabBS6f92e9V+u+AjssKtDmvtmPF8XzW4mK3Yjy2PFsH4J+gIgcgEM2W5Kuj402ANx98gYiHuqnNLs20OtnU2zKsTx6NC+d7t7TNl4Fe3eOmmBcGje/bDrfQobMQu+hhCuEWFNZVgpUTQj694JRR0xXzTXiBWa94133YEOZ8g2v3oST/dRLVc0wGk3P/Dq1qtwgk5C4aE7AeJ85mB0WZkuVNaoCSNcAokS5qtjChLI0IPv5C2wYKYYYiZQFBMOz8jcE3cRmwlBMmCxvemqCNKqnNiB0ZXuYAY7mJSyAsccSuDpEenPwY148TvIb0r+J1+Nh5z7/EsX5DjAnOXk53zfdiCdHdy4okUClpOHQZYjyNeQDAbMAYj7DzVcPVh/oW95zAe/qHfXg71Icy35j3ZZl6EozfaAnSSPk58/YSdeJo5P0R0diuoJig8c8KlBsGEKNNUBk1AXZg+NKMpT544MVFItVHHGTCeyCISgu3UrSkxgWBAWgGzZRrBy6oWFkKR3078RIoYB2oKmz4yvJhOZQfHx7Ai8VVBVpooRyclzD4Xbkio0vMA5h+lyy6DlPw95hjdRkoecIx4/32yXClc2HHBGQpQeYS8xOZgzR6b9Nmmm7RingP6d+XxPMTK2+i+X8a86u3VTkGSd9Btms/tBmbqc7tJZD4QHUG/ziucMMeV0QALuDtPj2Bfo1weLkthULQns/b3xTszkWYdCpr7SiNHGgLhiQYzSf4FHNtCoOd6vJWj4WPjBEYkT+Rr9CuUdtAvS8N2xbUXOc6/AC9IHV3IF4mffcqtvrshSTer1EhEsK9bfC+YzDpfHCDXTSeDXIqy+76U68B9QXXsD9AghNe1+MyoYulcg42ntu1cijpoVx1igYRhdXYGtWFas3EO3NewAytz/ZQ6dDs4uoaUnisYqoGspTbUQP2wGfXmebN8jgnqUA4WftVwjw0EIVVq1Vq1Vt/V6xzCtlsj00hU9RI9Xpnc6wV2rmUc9ct7vge2d7Pa8T4dZvJz7ROTlfokrXjjF2VvYgwQ5Z4o6y9bgeMVHJhbbgGNXj5gWN9FeJHy+2lvfhnrQ+R74/HhjGd7qeKkMSoIbgmLXjmJxBITn06HgmG5GD5pOFwsykRAO0K1XsR7ieaQxuiGi0RxTi8o9oNIsKjtGtHUcjb6JZ4ejDU9fh31Si+e/6iafqQRveddM+n0RRWJKwxcCLHJ8gXuIdK8typ0irQ1nLQMdUM2WwbuehNVZTPS1+1k7M0nH0cI61v3uczwg1fzOmnipATlkET+cFAkW3NIF4NvCophKNliuYvw9Fv+b4MU7N54i5ossf6MSeZV3cjCVlBbKJOBvWA7H25HjdPBbKkKDfhJiWeKM5/wrS5zFnFKTo4AcYXYH/OPAHoSBQVVDX3Tw7c/wREG1W8yF45ZRQbm+i95nnWVo4CiM8dBEcP/nhUAusB6Ay5eHL3U8LzEFApKd4wclOln8LzAZAMuPoKocMXxvA0MWmYK4AerUihX68tt1RUQhNduTIqo/0KYKE3GBQOcsgRK44Kbji8fn3D78asKctf4Dn52GZMFqb1cVUs9l6/MqUM5ohSxJcOGHxomvGnomRokmAUpuK1ekAED)format("woff2");
    unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A
}

@font-face {
    font-display: block;
    font-family: bootstrap-icons;
    src: url(/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a)format("woff2"), url(/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a)format("woff")
}

.bi:before,
[class^=bi-]:before,
[class*=\ bi-]:before {
    font-variant: normal;
    text-transform: none;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-weight: 400 !important
}

.bi-123:before {
    content: ""
}

.bi-alarm-fill:before {
    content: ""
}

.bi-alarm:before {
    content: ""
}

.bi-align-bottom:before {
    content: ""
}

.bi-align-center:before {
    content: ""
}

.bi-align-end:before {
    content: ""
}

.bi-align-middle:before {
    content: ""
}

.bi-align-start:before {
    content: ""
}

.bi-align-top:before {
    content: ""
}

.bi-alt:before {
    content: ""
}

.bi-app-indicator:before {
    content: ""
}

.bi-app:before {
    content: ""
}

.bi-archive-fill:before {
    content: ""
}

.bi-archive:before {
    content: ""
}

.bi-arrow-90deg-down:before {
    content: ""
}

.bi-arrow-90deg-left:before {
    content: ""
}

.bi-arrow-90deg-right:before {
    content: ""
}

.bi-arrow-90deg-up:before {
    content: ""
}

.bi-arrow-bar-down:before {
    content: ""
}

.bi-arrow-bar-left:before {
    content: ""
}

.bi-arrow-bar-right:before {
    content: ""
}

.bi-arrow-bar-up:before {
    content: ""
}

.bi-arrow-clockwise:before {
    content: ""
}

.bi-arrow-counterclockwise:before {
    content: ""
}

.bi-arrow-down-circle-fill:before {
    content: ""
}

.bi-arrow-down-circle:before {
    content: ""
}

.bi-arrow-down-left-circle-fill:before {
    content: ""
}

.bi-arrow-down-left-circle:before {
    content: ""
}

.bi-arrow-down-left-square-fill:before {
    content: ""
}

.bi-arrow-down-left-square:before {
    content: ""
}

.bi-arrow-down-left:before {
    content: ""
}

.bi-arrow-down-right-circle-fill:before {
    content: ""
}

.bi-arrow-down-right-circle:before {
    content: ""
}

.bi-arrow-down-right-square-fill:before {
    content: ""
}

.bi-arrow-down-right-square:before {
    content: ""
}

.bi-arrow-down-right:before {
    content: ""
}

.bi-arrow-down-short:before {
    content: ""
}

.bi-arrow-down-square-fill:before {
    content: ""
}

.bi-arrow-down-square:before {
    content: ""
}

.bi-arrow-down-up:before {
    content: ""
}

.bi-arrow-down:before {
    content: ""
}

.bi-arrow-left-circle-fill:before {
    content: ""
}

.bi-arrow-left-circle:before {
    content: ""
}

.bi-arrow-left-right:before {
    content: ""
}

.bi-arrow-left-short:before {
    content: ""
}

.bi-arrow-left-square-fill:before {
    content: ""
}

.bi-arrow-left-square:before {
    content: ""
}

.bi-arrow-left:before {
    content: ""
}

.bi-arrow-repeat:before {
    content: ""
}

.bi-arrow-return-left:before {
    content: ""
}

.bi-arrow-return-right:before {
    content: ""
}

.bi-arrow-right-circle-fill:before {
    content: ""
}

.bi-arrow-right-circle:before {
    content: ""
}

.bi-arrow-right-short:before {
    content: ""
}

.bi-arrow-right-square-fill:before {
    content: ""
}

.bi-arrow-right-square:before {
    content: ""
}

.bi-arrow-right:before {
    content: ""
}

.bi-arrow-up-circle-fill:before {
    content: ""
}

.bi-arrow-up-circle:before {
    content: ""
}

.bi-arrow-up-left-circle-fill:before {
    content: ""
}

.bi-arrow-up-left-circle:before {
    content: ""
}

.bi-arrow-up-left-square-fill:before {
    content: ""
}

.bi-arrow-up-left-square:before {
    content: ""
}

.bi-arrow-up-left:before {
    content: ""
}

.bi-arrow-up-right-circle-fill:before {
    content: ""
}

.bi-arrow-up-right-circle:before {
    content: ""
}

.bi-arrow-up-right-square-fill:before {
    content: ""
}

.bi-arrow-up-right-square:before {
    content: ""
}

.bi-arrow-up-right:before {
    content: ""
}

.bi-arrow-up-short:before {
    content: ""
}

.bi-arrow-up-square-fill:before {
    content: ""
}

.bi-arrow-up-square:before {
    content: ""
}

.bi-arrow-up:before {
    content: ""
}

.bi-arrows-angle-contract:before {
    content: ""
}

.bi-arrows-angle-expand:before {
    content: ""
}

.bi-arrows-collapse:before {
    content: ""
}

.bi-arrows-expand:before {
    content: ""
}

.bi-arrows-fullscreen:before {
    content: ""
}

.bi-arrows-move:before {
    content: ""
}

.bi-aspect-ratio-fill:before {
    content: ""
}

.bi-aspect-ratio:before {
    content: ""
}

.bi-asterisk:before {
    content: ""
}

.bi-at:before {
    content: ""
}

.bi-award-fill:before {
    content: ""
}

.bi-award:before {
    content: ""
}

.bi-back:before {
    content: ""
}

.bi-backspace-fill:before {
    content: ""
}

.bi-backspace-reverse-fill:before {
    content: ""
}

.bi-backspace-reverse:before {
    content: ""
}

.bi-backspace:before {
    content: ""
}

.bi-badge-3d-fill:before {
    content: ""
}

.bi-badge-3d:before {
    content: ""
}

.bi-badge-4k-fill:before {
    content: ""
}

.bi-badge-4k:before {
    content: ""
}

.bi-badge-8k-fill:before {
    content: ""
}

.bi-badge-8k:before {
    content: ""
}

.bi-badge-ad-fill:before {
    content: ""
}

.bi-badge-ad:before {
    content: ""
}

.bi-badge-ar-fill:before {
    content: ""
}

.bi-badge-ar:before {
    content: ""
}

.bi-badge-cc-fill:before {
    content: ""
}

.bi-badge-cc:before {
    content: ""
}

.bi-badge-hd-fill:before {
    content: ""
}

.bi-badge-hd:before {
    content: ""
}

.bi-badge-tm-fill:before {
    content: ""
}

.bi-badge-tm:before {
    content: ""
}

.bi-badge-vo-fill:before {
    content: ""
}

.bi-badge-vo:before {
    content: ""
}

.bi-badge-vr-fill:before {
    content: ""
}

.bi-badge-vr:before {
    content: ""
}

.bi-badge-wc-fill:before {
    content: ""
}

.bi-badge-wc:before {
    content: ""
}

.bi-bag-check-fill:before {
    content: ""
}

.bi-bag-check:before {
    content: ""
}

.bi-bag-dash-fill:before {
    content: ""
}

.bi-bag-dash:before {
    content: ""
}

.bi-bag-fill:before {
    content: ""
}

.bi-bag-plus-fill:before {
    content: ""
}

.bi-bag-plus:before {
    content: ""
}

.bi-bag-x-fill:before {
    content: ""
}

.bi-bag-x:before {
    content: ""
}

.bi-bag:before {
    content: ""
}

.bi-bar-chart-fill:before {
    content: ""
}

.bi-bar-chart-line-fill:before {
    content: ""
}

.bi-bar-chart-line:before {
    content: ""
}

.bi-bar-chart-steps:before {
    content: ""
}

.bi-bar-chart:before {
    content: ""
}

.bi-basket-fill:before {
    content: ""
}

.bi-basket:before {
    content: ""
}

.bi-basket2-fill:before {
    content: ""
}

.bi-basket2:before {
    content: ""
}

.bi-basket3-fill:before {
    content: ""
}

.bi-basket3:before {
    content: ""
}

.bi-battery-charging:before {
    content: ""
}

.bi-battery-full:before {
    content: ""
}

.bi-battery-half:before {
    content: ""
}

.bi-battery:before {
    content: ""
}

.bi-bell-fill:before {
    content: ""
}

.bi-bell:before {
    content: ""
}

.bi-bezier:before {
    content: ""
}

.bi-bezier2:before {
    content: ""
}

.bi-bicycle:before {
    content: ""
}

.bi-binoculars-fill:before {
    content: ""
}

.bi-binoculars:before {
    content: ""
}

.bi-blockquote-left:before {
    content: ""
}

.bi-blockquote-right:before {
    content: ""
}

.bi-book-fill:before {
    content: ""
}

.bi-book-half:before {
    content: ""
}

.bi-book:before {
    content: ""
}

.bi-bookmark-check-fill:before {
    content: ""
}

.bi-bookmark-check:before {
    content: ""
}

.bi-bookmark-dash-fill:before {
    content: ""
}

.bi-bookmark-dash:before {
    content: ""
}

.bi-bookmark-fill:before {
    content: ""
}

.bi-bookmark-heart-fill:before {
    content: ""
}

.bi-bookmark-heart:before {
    content: ""
}

.bi-bookmark-plus-fill:before {
    content: ""
}

.bi-bookmark-plus:before {
    content: ""
}

.bi-bookmark-star-fill:before {
    content: ""
}

.bi-bookmark-star:before {
    content: ""
}

.bi-bookmark-x-fill:before {
    content: ""
}

.bi-bookmark-x:before {
    content: ""
}

.bi-bookmark:before {
    content: ""
}

.bi-bookmarks-fill:before {
    content: ""
}

.bi-bookmarks:before {
    content: ""
}

.bi-bookshelf:before {
    content: ""
}

.bi-bootstrap-fill:before {
    content: ""
}

.bi-bootstrap-reboot:before {
    content: ""
}

.bi-bootstrap:before {
    content: ""
}

.bi-border-all:before {
    content: ""
}

.bi-border-bottom:before {
    content: ""
}

.bi-border-center:before {
    content: ""
}

.bi-border-inner:before {
    content: ""
}

.bi-border-left:before {
    content: ""
}

.bi-border-middle:before {
    content: ""
}

.bi-border-outer:before {
    content: ""
}

.bi-border-right:before {
    content: ""
}

.bi-border-style:before {
    content: ""
}

.bi-border-top:before {
    content: ""
}

.bi-border-width:before {
    content: ""
}

.bi-border:before {
    content: ""
}

.bi-bounding-box-circles:before {
    content: ""
}

.bi-bounding-box:before {
    content: ""
}

.bi-box-arrow-down-left:before {
    content: ""
}

.bi-box-arrow-down-right:before {
    content: ""
}

.bi-box-arrow-down:before {
    content: ""
}

.bi-box-arrow-in-down-left:before {
    content: ""
}

.bi-box-arrow-in-down-right:before {
    content: ""
}

.bi-box-arrow-in-down:before {
    content: ""
}

.bi-box-arrow-in-left:before {
    content: ""
}

.bi-box-arrow-in-right:before {
    content: ""
}

.bi-box-arrow-in-up-left:before {
    content: ""
}

.bi-box-arrow-in-up-right:before {
    content: ""
}

.bi-box-arrow-in-up:before {
    content: ""
}

.bi-box-arrow-left:before {
    content: ""
}

.bi-box-arrow-right:before {
    content: ""
}

.bi-box-arrow-up-left:before {
    content: ""
}

.bi-box-arrow-up-right:before {
    content: ""
}

.bi-box-arrow-up:before {
    content: ""
}

.bi-box-seam:before {
    content: ""
}

.bi-box:before {
    content: ""
}

.bi-braces:before {
    content: ""
}

.bi-bricks:before {
    content: ""
}

.bi-briefcase-fill:before {
    content: ""
}

.bi-briefcase:before {
    content: ""
}

.bi-brightness-alt-high-fill:before {
    content: ""
}

.bi-brightness-alt-high:before {
    content: ""
}

.bi-brightness-alt-low-fill:before {
    content: ""
}

.bi-brightness-alt-low:before {
    content: ""
}

.bi-brightness-high-fill:before {
    content: ""
}

.bi-brightness-high:before {
    content: ""
}

.bi-brightness-low-fill:before {
    content: ""
}

.bi-brightness-low:before {
    content: ""
}

.bi-broadcast-pin:before {
    content: ""
}

.bi-broadcast:before {
    content: ""
}

.bi-brush-fill:before {
    content: ""
}

.bi-brush:before {
    content: ""
}

.bi-bucket-fill:before {
    content: ""
}

.bi-bucket:before {
    content: ""
}

.bi-bug-fill:before {
    content: ""
}

.bi-bug:before {
    content: ""
}

.bi-building:before {
    content: ""
}

.bi-bullseye:before {
    content: ""
}

.bi-calculator-fill:before {
    content: ""
}

.bi-calculator:before {
    content: ""
}

.bi-calendar-check-fill:before {
    content: ""
}

.bi-calendar-check:before {
    content: ""
}

.bi-calendar-date-fill:before {
    content: ""
}

.bi-calendar-date:before {
    content: ""
}

.bi-calendar-day-fill:before {
    content: ""
}

.bi-calendar-day:before {
    content: ""
}

.bi-calendar-event-fill:before {
    content: ""
}

.bi-calendar-event:before {
    content: ""
}

.bi-calendar-fill:before {
    content: ""
}

.bi-calendar-minus-fill:before {
    content: ""
}

.bi-calendar-minus:before {
    content: ""
}

.bi-calendar-month-fill:before {
    content: ""
}

.bi-calendar-month:before {
    content: ""
}

.bi-calendar-plus-fill:before {
    content: ""
}

.bi-calendar-plus:before {
    content: ""
}

.bi-calendar-range-fill:before {
    content: ""
}

.bi-calendar-range:before {
    content: ""
}

.bi-calendar-week-fill:before {
    content: ""
}

.bi-calendar-week:before {
    content: ""
}

.bi-calendar-x-fill:before {
    content: ""
}

.bi-calendar-x:before {
    content: ""
}

.bi-calendar:before {
    content: ""
}

.bi-calendar2-check-fill:before {
    content: ""
}

.bi-calendar2-check:before {
    content: ""
}

.bi-calendar2-date-fill:before {
    content: ""
}

.bi-calendar2-date:before {
    content: ""
}

.bi-calendar2-day-fill:before {
    content: ""
}

.bi-calendar2-day:before {
    content: ""
}

.bi-calendar2-event-fill:before {
    content: ""
}

.bi-calendar2-event:before {
    content: ""
}

.bi-calendar2-fill:before {
    content: ""
}

.bi-calendar2-minus-fill:before {
    content: ""
}

.bi-calendar2-minus:before {
    content: ""
}

.bi-calendar2-month-fill:before {
    content: ""
}

.bi-calendar2-month:before {
    content: ""
}

.bi-calendar2-plus-fill:before {
    content: ""
}

.bi-calendar2-plus:before {
    content: ""
}

.bi-calendar2-range-fill:before {
    content: ""
}

.bi-calendar2-range:before {
    content: ""
}

.bi-calendar2-week-fill:before {
    content: ""
}

.bi-calendar2-week:before {
    content: ""
}

.bi-calendar2-x-fill:before {
    content: ""
}

.bi-calendar2-x:before {
    content: ""
}

.bi-calendar2:before {
    content: ""
}

.bi-calendar3-event-fill:before {
    content: ""
}

.bi-calendar3-event:before {
    content: ""
}

.bi-calendar3-fill:before {
    content: ""
}

.bi-calendar3-range-fill:before {
    content: ""
}

.bi-calendar3-range:before {
    content: ""
}

.bi-calendar3-week-fill:before {
    content: ""
}

.bi-calendar3-week:before {
    content: ""
}

.bi-calendar3:before {
    content: ""
}

.bi-calendar4-event:before {
    content: ""
}

.bi-calendar4-range:before {
    content: ""
}

.bi-calendar4-week:before {
    content: ""
}

.bi-calendar4:before {
    content: ""
}

.bi-camera-fill:before {
    content: ""
}

.bi-camera-reels-fill:before {
    content: ""
}

.bi-camera-reels:before {
    content: ""
}

.bi-camera-video-fill:before {
    content: ""
}

.bi-camera-video-off-fill:before {
    content: ""
}

.bi-camera-video-off:before {
    content: ""
}

.bi-camera-video:before {
    content: ""
}

.bi-camera:before {
    content: ""
}

.bi-camera2:before {
    content: ""
}

.bi-capslock-fill:before {
    content: ""
}

.bi-capslock:before {
    content: ""
}

.bi-card-checklist:before {
    content: ""
}

.bi-card-heading:before {
    content: ""
}

.bi-card-image:before {
    content: ""
}

.bi-card-list:before {
    content: ""
}

.bi-card-text:before {
    content: ""
}

.bi-caret-down-fill:before {
    content: ""
}

.bi-caret-down-square-fill:before {
    content: ""
}

.bi-caret-down-square:before {
    content: ""
}

.bi-caret-down:before {
    content: ""
}

.bi-caret-left-fill:before {
    content: ""
}

.bi-caret-left-square-fill:before {
    content: ""
}

.bi-caret-left-square:before {
    content: ""
}

.bi-caret-left:before {
    content: ""
}

.bi-caret-right-fill:before {
    content: ""
}

.bi-caret-right-square-fill:before {
    content: ""
}

.bi-caret-right-square:before {
    content: ""
}

.bi-caret-right:before {
    content: ""
}

.bi-caret-up-fill:before {
    content: ""
}

.bi-caret-up-square-fill:before {
    content: ""
}

.bi-caret-up-square:before {
    content: ""
}

.bi-caret-up:before {
    content: ""
}

.bi-cart-check-fill:before {
    content: ""
}

.bi-cart-check:before {
    content: ""
}

.bi-cart-dash-fill:before {
    content: ""
}

.bi-cart-dash:before {
    content: ""
}

.bi-cart-fill:before {
    content: ""
}

.bi-cart-plus-fill:before {
    content: ""
}

.bi-cart-plus:before {
    content: ""
}

.bi-cart-x-fill:before {
    content: ""
}

.bi-cart-x:before {
    content: ""
}

.bi-cart:before {
    content: ""
}

.bi-cart2:before {
    content: ""
}

.bi-cart3:before {
    content: ""
}

.bi-cart4:before {
    content: ""
}

.bi-cash-stack:before {
    content: ""
}

.bi-cash:before {
    content: ""
}

.bi-cast:before {
    content: ""
}

.bi-chat-dots-fill:before {
    content: ""
}

.bi-chat-dots:before {
    content: ""
}

.bi-chat-fill:before {
    content: ""
}

.bi-chat-left-dots-fill:before {
    content: ""
}

.bi-chat-left-dots:before {
    content: ""
}

.bi-chat-left-fill:before {
    content: ""
}

.bi-chat-left-quote-fill:before {
    content: ""
}

.bi-chat-left-quote:before {
    content: ""
}

.bi-chat-left-text-fill:before {
    content: ""
}

.bi-chat-left-text:before {
    content: ""
}

.bi-chat-left:before {
    content: ""
}

.bi-chat-quote-fill:before {
    content: ""
}

.bi-chat-quote:before {
    content: ""
}

.bi-chat-right-dots-fill:before {
    content: ""
}

.bi-chat-right-dots:before {
    content: ""
}

.bi-chat-right-fill:before {
    content: ""
}

.bi-chat-right-quote-fill:before {
    content: ""
}

.bi-chat-right-quote:before {
    content: ""
}

.bi-chat-right-text-fill:before {
    content: ""
}

.bi-chat-right-text:before {
    content: ""
}

.bi-chat-right:before {
    content: ""
}

.bi-chat-square-dots-fill:before {
    content: ""
}

.bi-chat-square-dots:before {
    content: ""
}

.bi-chat-square-fill:before {
    content: ""
}

.bi-chat-square-quote-fill:before {
    content: ""
}

.bi-chat-square-quote:before {
    content: ""
}

.bi-chat-square-text-fill:before {
    content: ""
}

.bi-chat-square-text:before {
    content: ""
}

.bi-chat-square:before {
    content: ""
}

.bi-chat-text-fill:before {
    content: ""
}

.bi-chat-text:before {
    content: ""
}

.bi-chat:before {
    content: ""
}

.bi-check-all:before {
    content: ""
}

.bi-check-circle-fill:before {
    content: ""
}

.bi-check-circle:before {
    content: ""
}

.bi-check-square-fill:before {
    content: ""
}

.bi-check-square:before {
    content: ""
}

.bi-check:before {
    content: ""
}

.bi-check2-all:before {
    content: ""
}

.bi-check2-circle:before {
    content: ""
}

.bi-check2-square:before {
    content: ""
}

.bi-check2:before {
    content: ""
}

.bi-chevron-bar-contract:before {
    content: ""
}

.bi-chevron-bar-down:before {
    content: ""
}

.bi-chevron-bar-expand:before {
    content: ""
}

.bi-chevron-bar-left:before {
    content: ""
}

.bi-chevron-bar-right:before {
    content: ""
}

.bi-chevron-bar-up:before {
    content: ""
}

.bi-chevron-compact-down:before {
    content: ""
}

.bi-chevron-compact-left:before {
    content: ""
}

.bi-chevron-compact-right:before {
    content: ""
}

.bi-chevron-compact-up:before {
    content: ""
}

.bi-chevron-contract:before {
    content: ""
}

.bi-chevron-double-down:before {
    content: ""
}

.bi-chevron-double-left:before {
    content: ""
}

.bi-chevron-double-right:before {
    content: ""
}

.bi-chevron-double-up:before {
    content: ""
}

.bi-chevron-down:before {
    content: ""
}

.bi-chevron-expand:before {
    content: ""
}

.bi-chevron-left:before {
    content: ""
}

.bi-chevron-right:before {
    content: ""
}

.bi-chevron-up:before {
    content: ""
}

.bi-circle-fill:before {
    content: ""
}

.bi-circle-half:before {
    content: ""
}

.bi-circle-square:before {
    content: ""
}

.bi-circle:before {
    content: ""
}

.bi-clipboard-check:before {
    content: ""
}

.bi-clipboard-data:before {
    content: ""
}

.bi-clipboard-minus:before {
    content: ""
}

.bi-clipboard-plus:before {
    content: ""
}

.bi-clipboard-x:before {
    content: ""
}

.bi-clipboard:before {
    content: ""
}

.bi-clock-fill:before {
    content: ""
}

.bi-clock-history:before {
    content: ""
}

.bi-clock:before {
    content: ""
}

.bi-cloud-arrow-down-fill:before {
    content: ""
}

.bi-cloud-arrow-down:before {
    content: ""
}

.bi-cloud-arrow-up-fill:before {
    content: ""
}

.bi-cloud-arrow-up:before {
    content: ""
}

.bi-cloud-check-fill:before {
    content: ""
}

.bi-cloud-check:before {
    content: ""
}

.bi-cloud-download-fill:before {
    content: ""
}

.bi-cloud-download:before {
    content: ""
}

.bi-cloud-drizzle-fill:before {
    content: ""
}

.bi-cloud-drizzle:before {
    content: ""
}

.bi-cloud-fill:before {
    content: ""
}

.bi-cloud-fog-fill:before {
    content: ""
}

.bi-cloud-fog:before {
    content: ""
}

.bi-cloud-fog2-fill:before {
    content: ""
}

.bi-cloud-fog2:before {
    content: ""
}

.bi-cloud-hail-fill:before {
    content: ""
}

.bi-cloud-hail:before {
    content: ""
}

.bi-cloud-haze-fill:before {
    content: ""
}

.bi-cloud-haze:before {
    content: ""
}

.bi-cloud-haze2-fill:before {
    content: ""
}

.bi-cloud-lightning-fill:before {
    content: ""
}

.bi-cloud-lightning-rain-fill:before {
    content: ""
}

.bi-cloud-lightning-rain:before {
    content: ""
}

.bi-cloud-lightning:before {
    content: ""
}

.bi-cloud-minus-fill:before {
    content: ""
}

.bi-cloud-minus:before {
    content: ""
}

.bi-cloud-moon-fill:before {
    content: ""
}

.bi-cloud-moon:before {
    content: ""
}

.bi-cloud-plus-fill:before {
    content: ""
}

.bi-cloud-plus:before {
    content: ""
}

.bi-cloud-rain-fill:before {
    content: ""
}

.bi-cloud-rain-heavy-fill:before {
    content: ""
}

.bi-cloud-rain-heavy:before {
    content: ""
}

.bi-cloud-rain:before {
    content: ""
}

.bi-cloud-slash-fill:before {
    content: ""
}

.bi-cloud-slash:before {
    content: ""
}

.bi-cloud-sleet-fill:before {
    content: ""
}

.bi-cloud-sleet:before {
    content: ""
}

.bi-cloud-snow-fill:before {
    content: ""
}

.bi-cloud-snow:before {
    content: ""
}

.bi-cloud-sun-fill:before {
    content: ""
}

.bi-cloud-sun:before {
    content: ""
}

.bi-cloud-upload-fill:before {
    content: ""
}

.bi-cloud-upload:before {
    content: ""
}

.bi-cloud:before {
    content: ""
}

.bi-clouds-fill:before {
    content: ""
}

.bi-clouds:before {
    content: ""
}

.bi-cloudy-fill:before {
    content: ""
}

.bi-cloudy:before {
    content: ""
}

.bi-code-slash:before {
    content: ""
}

.bi-code-square:before {
    content: ""
}

.bi-code:before {
    content: ""
}

.bi-collection-fill:before {
    content: ""
}

.bi-collection-play-fill:before {
    content: ""
}

.bi-collection-play:before {
    content: ""
}

.bi-collection:before {
    content: ""
}

.bi-columns-gap:before {
    content: ""
}

.bi-columns:before {
    content: ""
}

.bi-command:before {
    content: ""
}

.bi-compass-fill:before {
    content: ""
}

.bi-compass:before {
    content: ""
}

.bi-cone-striped:before {
    content: ""
}

.bi-cone:before {
    content: ""
}

.bi-controller:before {
    content: ""
}

.bi-cpu-fill:before {
    content: ""
}

.bi-cpu:before {
    content: ""
}

.bi-credit-card-2-back-fill:before {
    content: ""
}

.bi-credit-card-2-back:before {
    content: ""
}

.bi-credit-card-2-front-fill:before {
    content: ""
}

.bi-credit-card-2-front:before {
    content: ""
}

.bi-credit-card-fill:before {
    content: ""
}

.bi-credit-card:before {
    content: ""
}

.bi-crop:before {
    content: ""
}

.bi-cup-fill:before {
    content: ""
}

.bi-cup-straw:before {
    content: ""
}

.bi-cup:before {
    content: ""
}

.bi-cursor-fill:before {
    content: ""
}

.bi-cursor-text:before {
    content: ""
}

.bi-cursor:before {
    content: ""
}

.bi-dash-circle-dotted:before {
    content: ""
}

.bi-dash-circle-fill:before {
    content: ""
}

.bi-dash-circle:before {
    content: ""
}

.bi-dash-square-dotted:before {
    content: ""
}

.bi-dash-square-fill:before {
    content: ""
}

.bi-dash-square:before {
    content: ""
}

.bi-dash:before {
    content: ""
}

.bi-diagram-2-fill:before {
    content: ""
}

.bi-diagram-2:before {
    content: ""
}

.bi-diagram-3-fill:before {
    content: ""
}

.bi-diagram-3:before {
    content: ""
}

.bi-diamond-fill:before {
    content: ""
}

.bi-diamond-half:before {
    content: ""
}

.bi-diamond:before {
    content: ""
}

.bi-dice-1-fill:before {
    content: ""
}

.bi-dice-1:before {
    content: ""
}

.bi-dice-2-fill:before {
    content: ""
}

.bi-dice-2:before {
    content: ""
}

.bi-dice-3-fill:before {
    content: ""
}

.bi-dice-3:before {
    content: ""
}

.bi-dice-4-fill:before {
    content: ""
}

.bi-dice-4:before {
    content: ""
}

.bi-dice-5-fill:before {
    content: ""
}

.bi-dice-5:before {
    content: ""
}

.bi-dice-6-fill:before {
    content: ""
}

.bi-dice-6:before {
    content: ""
}

.bi-disc-fill:before {
    content: ""
}

.bi-disc:before {
    content: ""
}

.bi-discord:before {
    content: ""
}

.bi-display-fill:before {
    content: ""
}

.bi-display:before {
    content: ""
}

.bi-distribute-horizontal:before {
    content: ""
}

.bi-distribute-vertical:before {
    content: ""
}

.bi-door-closed-fill:before {
    content: ""
}

.bi-door-closed:before {
    content: ""
}

.bi-door-open-fill:before {
    content: ""
}

.bi-door-open:before {
    content: ""
}

.bi-dot:before {
    content: ""
}

.bi-download:before {
    content: ""
}

.bi-droplet-fill:before {
    content: ""
}

.bi-droplet-half:before {
    content: ""
}

.bi-droplet:before {
    content: ""
}

.bi-earbuds:before {
    content: ""
}

.bi-easel-fill:before {
    content: ""
}

.bi-easel:before {
    content: ""
}

.bi-egg-fill:before {
    content: ""
}

.bi-egg-fried:before {
    content: ""
}

.bi-egg:before {
    content: ""
}

.bi-eject-fill:before {
    content: ""
}

.bi-eject:before {
    content: ""
}

.bi-emoji-angry-fill:before {
    content: ""
}

.bi-emoji-angry:before {
    content: ""
}

.bi-emoji-dizzy-fill:before {
    content: ""
}

.bi-emoji-dizzy:before {
    content: ""
}

.bi-emoji-expressionless-fill:before {
    content: ""
}

.bi-emoji-expressionless:before {
    content: ""
}

.bi-emoji-frown-fill:before {
    content: ""
}

.bi-emoji-frown:before {
    content: ""
}

.bi-emoji-heart-eyes-fill:before {
    content: ""
}

.bi-emoji-heart-eyes:before {
    content: ""
}

.bi-emoji-laughing-fill:before {
    content: ""
}

.bi-emoji-laughing:before {
    content: ""
}

.bi-emoji-neutral-fill:before {
    content: ""
}

.bi-emoji-neutral:before {
    content: ""
}

.bi-emoji-smile-fill:before {
    content: ""
}

.bi-emoji-smile-upside-down-fill:before {
    content: ""
}

.bi-emoji-smile-upside-down:before {
    content: ""
}

.bi-emoji-smile:before {
    content: ""
}

.bi-emoji-sunglasses-fill:before {
    content: ""
}

.bi-emoji-sunglasses:before {
    content: ""
}

.bi-emoji-wink-fill:before {
    content: ""
}

.bi-emoji-wink:before {
    content: ""
}

.bi-envelope-fill:before {
    content: ""
}

.bi-envelope-open-fill:before {
    content: ""
}

.bi-envelope-open:before {
    content: ""
}

.bi-envelope:before {
    content: ""
}

.bi-eraser-fill:before {
    content: ""
}

.bi-eraser:before {
    content: ""
}

.bi-exclamation-circle-fill:before {
    content: ""
}

.bi-exclamation-circle:before {
    content: ""
}

.bi-exclamation-diamond-fill:before {
    content: ""
}

.bi-exclamation-diamond:before {
    content: ""
}

.bi-exclamation-octagon-fill:before {
    content: ""
}

.bi-exclamation-octagon:before {
    content: ""
}

.bi-exclamation-square-fill:before {
    content: ""
}

.bi-exclamation-square:before {
    content: ""
}

.bi-exclamation-triangle-fill:before {
    content: ""
}

.bi-exclamation-triangle:before {
    content: ""
}

.bi-exclamation:before {
    content: ""
}

.bi-exclude:before {
    content: ""
}

.bi-eye-fill:before {
    content: ""
}

.bi-eye-slash-fill:before {
    content: ""
}

.bi-eye-slash:before {
    content: ""
}

.bi-eye:before {
    content: ""
}

.bi-eyedropper:before {
    content: ""
}

.bi-eyeglasses:before {
    content: ""
}

.bi-facebook:before {
    content: ""
}

.bi-file-arrow-down-fill:before {
    content: ""
}

.bi-file-arrow-down:before {
    content: ""
}

.bi-file-arrow-up-fill:before {
    content: ""
}

.bi-file-arrow-up:before {
    content: ""
}

.bi-file-bar-graph-fill:before {
    content: ""
}

.bi-file-bar-graph:before {
    content: ""
}

.bi-file-binary-fill:before {
    content: ""
}

.bi-file-binary:before {
    content: ""
}

.bi-file-break-fill:before {
    content: ""
}

.bi-file-break:before {
    content: ""
}

.bi-file-check-fill:before {
    content: ""
}

.bi-file-check:before {
    content: ""
}

.bi-file-code-fill:before {
    content: ""
}

.bi-file-code:before {
    content: ""
}

.bi-file-diff-fill:before {
    content: ""
}

.bi-file-diff:before {
    content: ""
}

.bi-file-earmark-arrow-down-fill:before {
    content: ""
}

.bi-file-earmark-arrow-down:before {
    content: ""
}

.bi-file-earmark-arrow-up-fill:before {
    content: ""
}

.bi-file-earmark-arrow-up:before {
    content: ""
}

.bi-file-earmark-bar-graph-fill:before {
    content: ""
}

.bi-file-earmark-bar-graph:before {
    content: ""
}

.bi-file-earmark-binary-fill:before {
    content: ""
}

.bi-file-earmark-binary:before {
    content: ""
}

.bi-file-earmark-break-fill:before {
    content: ""
}

.bi-file-earmark-break:before {
    content: ""
}

.bi-file-earmark-check-fill:before {
    content: ""
}

.bi-file-earmark-check:before {
    content: ""
}

.bi-file-earmark-code-fill:before {
    content: ""
}

.bi-file-earmark-code:before {
    content: ""
}

.bi-file-earmark-diff-fill:before {
    content: ""
}

.bi-file-earmark-diff:before {
    content: ""
}

.bi-file-earmark-easel-fill:before {
    content: ""
}

.bi-file-earmark-easel:before {
    content: ""
}

.bi-file-earmark-excel-fill:before {
    content: ""
}

.bi-file-earmark-excel:before {
    content: ""
}

.bi-file-earmark-fill:before {
    content: ""
}

.bi-file-earmark-font-fill:before {
    content: ""
}

.bi-file-earmark-font:before {
    content: ""
}

.bi-file-earmark-image-fill:before {
    content: ""
}

.bi-file-earmark-image:before {
    content: ""
}

.bi-file-earmark-lock-fill:before {
    content: ""
}

.bi-file-earmark-lock:before {
    content: ""
}

.bi-file-earmark-lock2-fill:before {
    content: ""
}

.bi-file-earmark-lock2:before {
    content: ""
}

.bi-file-earmark-medical-fill:before {
    content: ""
}

.bi-file-earmark-medical:before {
    content: ""
}

.bi-file-earmark-minus-fill:before {
    content: ""
}

.bi-file-earmark-minus:before {
    content: ""
}

.bi-file-earmark-music-fill:before {
    content: ""
}

.bi-file-earmark-music:before {
    content: ""
}

.bi-file-earmark-person-fill:before {
    content: ""
}

.bi-file-earmark-person:before {
    content: ""
}

.bi-file-earmark-play-fill:before {
    content: ""
}

.bi-file-earmark-play:before {
    content: ""
}

.bi-file-earmark-plus-fill:before {
    content: ""
}

.bi-file-earmark-plus:before {
    content: ""
}

.bi-file-earmark-post-fill:before {
    content: ""
}

.bi-file-earmark-post:before {
    content: ""
}

.bi-file-earmark-ppt-fill:before {
    content: ""
}

.bi-file-earmark-ppt:before {
    content: ""
}

.bi-file-earmark-richtext-fill:before {
    content: ""
}

.bi-file-earmark-richtext:before {
    content: ""
}

.bi-file-earmark-ruled-fill:before {
    content: ""
}

.bi-file-earmark-ruled:before {
    content: ""
}

.bi-file-earmark-slides-fill:before {
    content: ""
}

.bi-file-earmark-slides:before {
    content: ""
}

.bi-file-earmark-spreadsheet-fill:before {
    content: ""
}

.bi-file-earmark-spreadsheet:before {
    content: ""
}

.bi-file-earmark-text-fill:before {
    content: ""
}

.bi-file-earmark-text:before {
    content: ""
}

.bi-file-earmark-word-fill:before {
    content: ""
}

.bi-file-earmark-word:before {
    content: ""
}

.bi-file-earmark-x-fill:before {
    content: ""
}

.bi-file-earmark-x:before {
    content: ""
}

.bi-file-earmark-zip-fill:before {
    content: ""
}

.bi-file-earmark-zip:before {
    content: ""
}

.bi-file-earmark:before {
    content: ""
}

.bi-file-easel-fill:before {
    content: ""
}

.bi-file-easel:before {
    content: ""
}

.bi-file-excel-fill:before {
    content: ""
}

.bi-file-excel:before {
    content: ""
}

.bi-file-fill:before {
    content: ""
}

.bi-file-font-fill:before {
    content: ""
}

.bi-file-font:before {
    content: ""
}

.bi-file-image-fill:before {
    content: ""
}

.bi-file-image:before {
    content: ""
}

.bi-file-lock-fill:before {
    content: ""
}

.bi-file-lock:before {
    content: ""
}

.bi-file-lock2-fill:before {
    content: ""
}

.bi-file-lock2:before {
    content: ""
}

.bi-file-medical-fill:before {
    content: ""
}

.bi-file-medical:before {
    content: ""
}

.bi-file-minus-fill:before {
    content: ""
}

.bi-file-minus:before {
    content: ""
}

.bi-file-music-fill:before {
    content: ""
}

.bi-file-music:before {
    content: ""
}

.bi-file-person-fill:before {
    content: ""
}

.bi-file-person:before {
    content: ""
}

.bi-file-play-fill:before {
    content: ""
}

.bi-file-play:before {
    content: ""
}

.bi-file-plus-fill:before {
    content: ""
}

.bi-file-plus:before {
    content: ""
}

.bi-file-post-fill:before {
    content: ""
}

.bi-file-post:before {
    content: ""
}

.bi-file-ppt-fill:before {
    content: ""
}

.bi-file-ppt:before {
    content: ""
}

.bi-file-richtext-fill:before {
    content: ""
}

.bi-file-richtext:before {
    content: ""
}

.bi-file-ruled-fill:before {
    content: ""
}

.bi-file-ruled:before {
    content: ""
}

.bi-file-slides-fill:before {
    content: ""
}

.bi-file-slides:before {
    content: ""
}

.bi-file-spreadsheet-fill:before {
    content: ""
}

.bi-file-spreadsheet:before {
    content: ""
}

.bi-file-text-fill:before {
    content: ""
}

.bi-file-text:before {
    content: ""
}

.bi-file-word-fill:before {
    content: ""
}

.bi-file-word:before {
    content: ""
}

.bi-file-x-fill:before {
    content: ""
}

.bi-file-x:before {
    content: ""
}

.bi-file-zip-fill:before {
    content: ""
}

.bi-file-zip:before {
    content: ""
}

.bi-file:before {
    content: ""
}

.bi-files-alt:before {
    content: ""
}

.bi-files:before {
    content: ""
}

.bi-film:before {
    content: ""
}

.bi-filter-circle-fill:before {
    content: ""
}

.bi-filter-circle:before {
    content: ""
}

.bi-filter-left:before {
    content: ""
}

.bi-filter-right:before {
    content: ""
}

.bi-filter-square-fill:before {
    content: ""
}

.bi-filter-square:before {
    content: ""
}

.bi-filter:before {
    content: ""
}

.bi-flag-fill:before {
    content: ""
}

.bi-flag:before {
    content: ""
}

.bi-flower1:before {
    content: ""
}

.bi-flower2:before {
    content: ""
}

.bi-flower3:before {
    content: ""
}

.bi-folder-check:before {
    content: ""
}

.bi-folder-fill:before {
    content: ""
}

.bi-folder-minus:before {
    content: ""
}

.bi-folder-plus:before {
    content: ""
}

.bi-folder-symlink-fill:before {
    content: ""
}

.bi-folder-symlink:before {
    content: ""
}

.bi-folder-x:before {
    content: ""
}

.bi-folder:before {
    content: ""
}

.bi-folder2-open:before {
    content: ""
}

.bi-folder2:before {
    content: ""
}

.bi-fonts:before {
    content: ""
}

.bi-forward-fill:before {
    content: ""
}

.bi-forward:before {
    content: ""
}

.bi-front:before {
    content: ""
}

.bi-fullscreen-exit:before {
    content: ""
}

.bi-fullscreen:before {
    content: ""
}

.bi-funnel-fill:before {
    content: ""
}

.bi-funnel:before {
    content: ""
}

.bi-gear-fill:before {
    content: ""
}

.bi-gear-wide-connected:before {
    content: ""
}

.bi-gear-wide:before {
    content: ""
}

.bi-gear:before {
    content: ""
}

.bi-gem:before {
    content: ""
}

.bi-geo-alt-fill:before {
    content: ""
}

.bi-geo-alt:before {
    content: ""
}

.bi-geo-fill:before {
    content: ""
}

.bi-geo:before {
    content: ""
}

.bi-gift-fill:before {
    content: ""
}

.bi-gift:before {
    content: ""
}

.bi-github:before {
    content: ""
}

.bi-globe:before {
    content: ""
}

.bi-globe2:before {
    content: ""
}

.bi-google:before {
    content: ""
}

.bi-graph-down:before {
    content: ""
}

.bi-graph-up:before {
    content: ""
}

.bi-grid-1x2-fill:before {
    content: ""
}

.bi-grid-1x2:before {
    content: ""
}

.bi-grid-3x2-gap-fill:before {
    content: ""
}

.bi-grid-3x2-gap:before {
    content: ""
}

.bi-grid-3x2:before {
    content: ""
}

.bi-grid-3x3-gap-fill:before {
    content: ""
}

.bi-grid-3x3-gap:before {
    content: ""
}

.bi-grid-3x3:before {
    content: ""
}

.bi-grid-fill:before {
    content: ""
}

.bi-grid:before {
    content: ""
}

.bi-grip-horizontal:before {
    content: ""
}

.bi-grip-vertical:before {
    content: ""
}

.bi-hammer:before {
    content: ""
}

.bi-hand-index-fill:before {
    content: ""
}

.bi-hand-index-thumb-fill:before {
    content: ""
}

.bi-hand-index-thumb:before {
    content: ""
}

.bi-hand-index:before {
    content: ""
}

.bi-hand-thumbs-down-fill:before {
    content: ""
}

.bi-hand-thumbs-down:before {
    content: ""
}

.bi-hand-thumbs-up-fill:before {
    content: ""
}

.bi-hand-thumbs-up:before {
    content: ""
}

.bi-handbag-fill:before {
    content: ""
}

.bi-handbag:before {
    content: ""
}

.bi-hash:before {
    content: ""
}

.bi-hdd-fill:before {
    content: ""
}

.bi-hdd-network-fill:before {
    content: ""
}

.bi-hdd-network:before {
    content: ""
}

.bi-hdd-rack-fill:before {
    content: ""
}

.bi-hdd-rack:before {
    content: ""
}

.bi-hdd-stack-fill:before {
    content: ""
}

.bi-hdd-stack:before {
    content: ""
}

.bi-hdd:before {
    content: ""
}

.bi-headphones:before {
    content: ""
}

.bi-headset:before {
    content: ""
}

.bi-heart-fill:before {
    content: ""
}

.bi-heart-half:before {
    content: ""
}

.bi-heart:before {
    content: ""
}

.bi-heptagon-fill:before {
    content: ""
}

.bi-heptagon-half:before {
    content: ""
}

.bi-heptagon:before {
    content: ""
}

.bi-hexagon-fill:before {
    content: ""
}

.bi-hexagon-half:before {
    content: ""
}

.bi-hexagon:before {
    content: ""
}

.bi-hourglass-bottom:before {
    content: ""
}

.bi-hourglass-split:before {
    content: ""
}

.bi-hourglass-top:before {
    content: ""
}

.bi-hourglass:before {
    content: ""
}

.bi-house-door-fill:before {
    content: ""
}

.bi-house-door:before {
    content: ""
}

.bi-house-fill:before {
    content: ""
}

.bi-house:before {
    content: ""
}

.bi-hr:before {
    content: ""
}

.bi-hurricane:before {
    content: ""
}

.bi-image-alt:before {
    content: ""
}

.bi-image-fill:before {
    content: ""
}

.bi-image:before {
    content: ""
}

.bi-images:before {
    content: ""
}

.bi-inbox-fill:before {
    content: ""
}

.bi-inbox:before {
    content: ""
}

.bi-inboxes-fill:before {
    content: ""
}

.bi-inboxes:before {
    content: ""
}

.bi-info-circle-fill:before {
    content: ""
}

.bi-info-circle:before {
    content: ""
}

.bi-info-square-fill:before {
    content: ""
}

.bi-info-square:before {
    content: ""
}

.bi-info:before {
    content: ""
}

.bi-input-cursor-text:before {
    content: ""
}

.bi-input-cursor:before {
    content: ""
}

.bi-instagram:before {
    content: ""
}

.bi-intersect:before {
    content: ""
}

.bi-journal-album:before {
    content: ""
}

.bi-journal-arrow-down:before {
    content: ""
}

.bi-journal-arrow-up:before {
    content: ""
}

.bi-journal-bookmark-fill:before {
    content: ""
}

.bi-journal-bookmark:before {
    content: ""
}

.bi-journal-check:before {
    content: ""
}

.bi-journal-code:before {
    content: ""
}

.bi-journal-medical:before {
    content: ""
}

.bi-journal-minus:before {
    content: ""
}

.bi-journal-plus:before {
    content: ""
}

.bi-journal-richtext:before {
    content: ""
}

.bi-journal-text:before {
    content: ""
}

.bi-journal-x:before {
    content: ""
}

.bi-journal:before {
    content: ""
}

.bi-journals:before {
    content: ""
}

.bi-joystick:before {
    content: ""
}

.bi-justify-left:before {
    content: ""
}

.bi-justify-right:before {
    content: ""
}

.bi-justify:before {
    content: ""
}

.bi-kanban-fill:before {
    content: ""
}

.bi-kanban:before {
    content: ""
}

.bi-key-fill:before {
    content: ""
}

.bi-key:before {
    content: ""
}

.bi-keyboard-fill:before {
    content: ""
}

.bi-keyboard:before {
    content: ""
}

.bi-ladder:before {
    content: ""
}

.bi-lamp-fill:before {
    content: ""
}

.bi-lamp:before {
    content: ""
}

.bi-laptop-fill:before {
    content: ""
}

.bi-laptop:before {
    content: ""
}

.bi-layer-backward:before {
    content: ""
}

.bi-layer-forward:before {
    content: ""
}

.bi-layers-fill:before {
    content: ""
}

.bi-layers-half:before {
    content: ""
}

.bi-layers:before {
    content: ""
}

.bi-layout-sidebar-inset-reverse:before {
    content: ""
}

.bi-layout-sidebar-inset:before {
    content: ""
}

.bi-layout-sidebar-reverse:before {
    content: ""
}

.bi-layout-sidebar:before {
    content: ""
}

.bi-layout-split:before {
    content: ""
}

.bi-layout-text-sidebar-reverse:before {
    content: ""
}

.bi-layout-text-sidebar:before {
    content: ""
}

.bi-layout-text-window-reverse:before {
    content: ""
}

.bi-layout-text-window:before {
    content: ""
}

.bi-layout-three-columns:before {
    content: ""
}

.bi-layout-wtf:before {
    content: ""
}

.bi-life-preserver:before {
    content: ""
}

.bi-lightbulb-fill:before {
    content: ""
}

.bi-lightbulb-off-fill:before {
    content: ""
}

.bi-lightbulb-off:before {
    content: ""
}

.bi-lightbulb:before {
    content: ""
}

.bi-lightning-charge-fill:before {
    content: ""
}

.bi-lightning-charge:before {
    content: ""
}

.bi-lightning-fill:before {
    content: ""
}

.bi-lightning:before {
    content: ""
}

.bi-link-45deg:before {
    content: ""
}

.bi-link:before {
    content: ""
}

.bi-linkedin:before {
    content: ""
}

.bi-list-check:before {
    content: ""
}

.bi-list-nested:before {
    content: ""
}

.bi-list-ol:before {
    content: ""
}

.bi-list-stars:before {
    content: ""
}

.bi-list-task:before {
    content: ""
}

.bi-list-ul:before {
    content: ""
}

.bi-list:before {
    content: ""
}

.bi-lock-fill:before {
    content: ""
}

.bi-lock:before {
    content: ""
}

.bi-mailbox:before {
    content: ""
}

.bi-mailbox2:before {
    content: ""
}

.bi-map-fill:before {
    content: ""
}

.bi-map:before {
    content: ""
}

.bi-markdown-fill:before {
    content: ""
}

.bi-markdown:before {
    content: ""
}

.bi-mask:before {
    content: ""
}

.bi-megaphone-fill:before {
    content: ""
}

.bi-megaphone:before {
    content: ""
}

.bi-menu-app-fill:before {
    content: ""
}

.bi-menu-app:before {
    content: ""
}

.bi-menu-button-fill:before {
    content: ""
}

.bi-menu-button-wide-fill:before {
    content: ""
}

.bi-menu-button-wide:before {
    content: ""
}

.bi-menu-button:before {
    content: ""
}

.bi-menu-down:before {
    content: ""
}

.bi-menu-up:before {
    content: ""
}

.bi-mic-fill:before {
    content: ""
}

.bi-mic-mute-fill:before {
    content: ""
}

.bi-mic-mute:before {
    content: ""
}

.bi-mic:before {
    content: ""
}

.bi-minecart-loaded:before {
    content: ""
}

.bi-minecart:before {
    content: ""
}

.bi-moisture:before {
    content: ""
}

.bi-moon-fill:before {
    content: ""
}

.bi-moon-stars-fill:before {
    content: ""
}

.bi-moon-stars:before {
    content: ""
}

.bi-moon:before {
    content: ""
}

.bi-mouse-fill:before {
    content: ""
}

.bi-mouse:before {
    content: ""
}

.bi-mouse2-fill:before {
    content: ""
}

.bi-mouse2:before {
    content: ""
}

.bi-mouse3-fill:before {
    content: ""
}

.bi-mouse3:before {
    content: ""
}

.bi-music-note-beamed:before {
    content: ""
}

.bi-music-note-list:before {
    content: ""
}

.bi-music-note:before {
    content: ""
}

.bi-music-player-fill:before {
    content: ""
}

.bi-music-player:before {
    content: ""
}

.bi-newspaper:before {
    content: ""
}

.bi-node-minus-fill:before {
    content: ""
}

.bi-node-minus:before {
    content: ""
}

.bi-node-plus-fill:before {
    content: ""
}

.bi-node-plus:before {
    content: ""
}

.bi-nut-fill:before {
    content: ""
}

.bi-nut:before {
    content: ""
}

.bi-octagon-fill:before {
    content: ""
}

.bi-octagon-half:before {
    content: ""
}

.bi-octagon:before {
    content: ""
}

.bi-option:before {
    content: ""
}

.bi-outlet:before {
    content: ""
}

.bi-paint-bucket:before {
    content: ""
}

.bi-palette-fill:before {
    content: ""
}

.bi-palette:before {
    content: ""
}

.bi-palette2:before {
    content: ""
}

.bi-paperclip:before {
    content: ""
}

.bi-paragraph:before {
    content: ""
}

.bi-patch-check-fill:before {
    content: ""
}

.bi-patch-check:before {
    content: ""
}

.bi-patch-exclamation-fill:before {
    content: ""
}

.bi-patch-exclamation:before {
    content: ""
}

.bi-patch-minus-fill:before {
    content: ""
}

.bi-patch-minus:before {
    content: ""
}

.bi-patch-plus-fill:before {
    content: ""
}

.bi-patch-plus:before {
    content: ""
}

.bi-patch-question-fill:before {
    content: ""
}

.bi-patch-question:before {
    content: ""
}

.bi-pause-btn-fill:before {
    content: ""
}

.bi-pause-btn:before {
    content: ""
}

.bi-pause-circle-fill:before {
    content: ""
}

.bi-pause-circle:before {
    content: ""
}

.bi-pause-fill:before {
    content: ""
}

.bi-pause:before {
    content: ""
}

.bi-peace-fill:before {
    content: ""
}

.bi-peace:before {
    content: ""
}

.bi-pen-fill:before {
    content: ""
}

.bi-pen:before {
    content: ""
}

.bi-pencil-fill:before {
    content: ""
}

.bi-pencil-square:before {
    content: ""
}

.bi-pencil:before {
    content: ""
}

.bi-pentagon-fill:before {
    content: ""
}

.bi-pentagon-half:before {
    content: ""
}

.bi-pentagon:before {
    content: ""
}

.bi-people-fill:before {
    content: ""
}

.bi-people:before {
    content: ""
}

.bi-percent:before {
    content: ""
}

.bi-person-badge-fill:before {
    content: ""
}

.bi-person-badge:before {
    content: ""
}

.bi-person-bounding-box:before {
    content: ""
}

.bi-person-check-fill:before {
    content: ""
}

.bi-person-check:before {
    content: ""
}

.bi-person-circle:before {
    content: ""
}

.bi-person-dash-fill:before {
    content: ""
}

.bi-person-dash:before {
    content: ""
}

.bi-person-fill:before {
    content: ""
}

.bi-person-lines-fill:before {
    content: ""
}

.bi-person-plus-fill:before {
    content: ""
}

.bi-person-plus:before {
    content: ""
}

.bi-person-square:before {
    content: ""
}

.bi-person-x-fill:before {
    content: ""
}

.bi-person-x:before {
    content: ""
}

.bi-person:before {
    content: ""
}

.bi-phone-fill:before {
    content: ""
}

.bi-phone-landscape-fill:before {
    content: ""
}

.bi-phone-landscape:before {
    content: ""
}

.bi-phone-vibrate-fill:before {
    content: ""
}

.bi-phone-vibrate:before {
    content: ""
}

.bi-phone:before {
    content: ""
}

.bi-pie-chart-fill:before {
    content: ""
}

.bi-pie-chart:before {
    content: ""
}

.bi-pin-angle-fill:before {
    content: ""
}

.bi-pin-angle:before {
    content: ""
}

.bi-pin-fill:before {
    content: ""
}

.bi-pin:before {
    content: ""
}

.bi-pip-fill:before {
    content: ""
}

.bi-pip:before {
    content: ""
}

.bi-play-btn-fill:before {
    content: ""
}

.bi-play-btn:before {
    content: ""
}

.bi-play-circle-fill:before {
    content: ""
}

.bi-play-circle:before {
    content: ""
}

.bi-play-fill:before {
    content: ""
}

.bi-play:before {
    content: ""
}

.bi-plug-fill:before {
    content: ""
}

.bi-plug:before {
    content: ""
}

.bi-plus-circle-dotted:before {
    content: ""
}

.bi-plus-circle-fill:before {
    content: ""
}

.bi-plus-circle:before {
    content: ""
}

.bi-plus-square-dotted:before {
    content: ""
}

.bi-plus-square-fill:before {
    content: ""
}

.bi-plus-square:before {
    content: ""
}

.bi-plus:before {
    content: ""
}

.bi-power:before {
    content: ""
}

.bi-printer-fill:before {
    content: ""
}

.bi-printer:before {
    content: ""
}

.bi-puzzle-fill:before {
    content: ""
}

.bi-puzzle:before {
    content: ""
}

.bi-question-circle-fill:before {
    content: ""
}

.bi-question-circle:before {
    content: ""
}

.bi-question-diamond-fill:before {
    content: ""
}

.bi-question-diamond:before {
    content: ""
}

.bi-question-octagon-fill:before {
    content: ""
}

.bi-question-octagon:before {
    content: ""
}

.bi-question-square-fill:before {
    content: ""
}

.bi-question-square:before {
    content: ""
}

.bi-question:before {
    content: ""
}

.bi-rainbow:before {
    content: ""
}

.bi-receipt-cutoff:before {
    content: ""
}

.bi-receipt:before {
    content: ""
}

.bi-reception-0:before {
    content: ""
}

.bi-reception-1:before {
    content: ""
}

.bi-reception-2:before {
    content: ""
}

.bi-reception-3:before {
    content: ""
}

.bi-reception-4:before {
    content: ""
}

.bi-record-btn-fill:before {
    content: ""
}

.bi-record-btn:before {
    content: ""
}

.bi-record-circle-fill:before {
    content: ""
}

.bi-record-circle:before {
    content: ""
}

.bi-record-fill:before {
    content: ""
}

.bi-record:before {
    content: ""
}

.bi-record2-fill:before {
    content: ""
}

.bi-record2:before {
    content: ""
}

.bi-reply-all-fill:before {
    content: ""
}

.bi-reply-all:before {
    content: ""
}

.bi-reply-fill:before {
    content: ""
}

.bi-reply:before {
    content: ""
}

.bi-rss-fill:before {
    content: ""
}

.bi-rss:before {
    content: ""
}

.bi-rulers:before {
    content: ""
}

.bi-save-fill:before {
    content: ""
}

.bi-save:before {
    content: ""
}

.bi-save2-fill:before {
    content: ""
}

.bi-save2:before {
    content: ""
}

.bi-scissors:before {
    content: ""
}

.bi-screwdriver:before {
    content: ""
}

.bi-search:before {
    content: ""
}

.bi-segmented-nav:before {
    content: ""
}

.bi-server:before {
    content: ""
}

.bi-share-fill:before {
    content: ""
}

.bi-share:before {
    content: ""
}

.bi-shield-check:before {
    content: ""
}

.bi-shield-exclamation:before {
    content: ""
}

.bi-shield-fill-check:before {
    content: ""
}

.bi-shield-fill-exclamation:before {
    content: ""
}

.bi-shield-fill-minus:before {
    content: ""
}

.bi-shield-fill-plus:before {
    content: ""
}

.bi-shield-fill-x:before {
    content: ""
}

.bi-shield-fill:before {
    content: ""
}

.bi-shield-lock-fill:before {
    content: ""
}

.bi-shield-lock:before {
    content: ""
}

.bi-shield-minus:before {
    content: ""
}

.bi-shield-plus:before {
    content: ""
}

.bi-shield-shaded:before {
    content: ""
}

.bi-shield-slash-fill:before {
    content: ""
}

.bi-shield-slash:before {
    content: ""
}

.bi-shield-x:before {
    content: ""
}

.bi-shield:before {
    content: ""
}

.bi-shift-fill:before {
    content: ""
}

.bi-shift:before {
    content: ""
}

.bi-shop-window:before {
    content: ""
}

.bi-shop:before {
    content: ""
}

.bi-shuffle:before {
    content: ""
}

.bi-signpost-2-fill:before {
    content: ""
}

.bi-signpost-2:before {
    content: ""
}

.bi-signpost-fill:before {
    content: ""
}

.bi-signpost-split-fill:before {
    content: ""
}

.bi-signpost-split:before {
    content: ""
}

.bi-signpost:before {
    content: ""
}

.bi-sim-fill:before {
    content: ""
}

.bi-sim:before {
    content: ""
}

.bi-skip-backward-btn-fill:before {
    content: ""
}

.bi-skip-backward-btn:before {
    content: ""
}

.bi-skip-backward-circle-fill:before {
    content: ""
}

.bi-skip-backward-circle:before {
    content: ""
}

.bi-skip-backward-fill:before {
    content: ""
}

.bi-skip-backward:before {
    content: ""
}

.bi-skip-end-btn-fill:before {
    content: ""
}

.bi-skip-end-btn:before {
    content: ""
}

.bi-skip-end-circle-fill:before {
    content: ""
}

.bi-skip-end-circle:before {
    content: ""
}

.bi-skip-end-fill:before {
    content: ""
}

.bi-skip-end:before {
    content: ""
}

.bi-skip-forward-btn-fill:before {
    content: ""
}

.bi-skip-forward-btn:before {
    content: ""
}

.bi-skip-forward-circle-fill:before {
    content: ""
}

.bi-skip-forward-circle:before {
    content: ""
}

.bi-skip-forward-fill:before {
    content: ""
}

.bi-skip-forward:before {
    content: ""
}

.bi-skip-start-btn-fill:before {
    content: ""
}

.bi-skip-start-btn:before {
    content: ""
}

.bi-skip-start-circle-fill:before {
    content: ""
}

.bi-skip-start-circle:before {
    content: ""
}

.bi-skip-start-fill:before {
    content: ""
}

.bi-skip-start:before {
    content: ""
}

.bi-slack:before {
    content: ""
}

.bi-slash-circle-fill:before {
    content: ""
}

.bi-slash-circle:before {
    content: ""
}

.bi-slash-square-fill:before {
    content: ""
}

.bi-slash-square:before {
    content: ""
}

.bi-slash:before {
    content: ""
}

.bi-sliders:before {
    content: ""
}

.bi-smartwatch:before {
    content: ""
}

.bi-snow:before {
    content: ""
}

.bi-snow2:before {
    content: ""
}

.bi-snow3:before {
    content: ""
}

.bi-sort-alpha-down-alt:before {
    content: ""
}

.bi-sort-alpha-down:before {
    content: ""
}

.bi-sort-alpha-up-alt:before {
    content: ""
}

.bi-sort-alpha-up:before {
    content: ""
}

.bi-sort-down-alt:before {
    content: ""
}

.bi-sort-down:before {
    content: ""
}

.bi-sort-numeric-down-alt:before {
    content: ""
}

.bi-sort-numeric-down:before {
    content: ""
}

.bi-sort-numeric-up-alt:before {
    content: ""
}

.bi-sort-numeric-up:before {
    content: ""
}

.bi-sort-up-alt:before {
    content: ""
}

.bi-sort-up:before {
    content: ""
}

.bi-soundwave:before {
    content: ""
}

.bi-speaker-fill:before {
    content: ""
}

.bi-speaker:before {
    content: ""
}

.bi-speedometer:before {
    content: ""
}

.bi-speedometer2:before {
    content: ""
}

.bi-spellcheck:before {
    content: ""
}

.bi-square-fill:before {
    content: ""
}

.bi-square-half:before {
    content: ""
}

.bi-square:before {
    content: ""
}

.bi-stack:before {
    content: ""
}

.bi-star-fill:before {
    content: ""
}

.bi-star-half:before {
    content: ""
}

.bi-star:before {
    content: ""
}

.bi-stars:before {
    content: ""
}

.bi-stickies-fill:before {
    content: ""
}

.bi-stickies:before {
    content: ""
}

.bi-sticky-fill:before {
    content: ""
}

.bi-sticky:before {
    content: ""
}

.bi-stop-btn-fill:before {
    content: ""
}

.bi-stop-btn:before {
    content: ""
}

.bi-stop-circle-fill:before {
    content: ""
}

.bi-stop-circle:before {
    content: ""
}

.bi-stop-fill:before {
    content: ""
}

.bi-stop:before {
    content: ""
}

.bi-stoplights-fill:before {
    content: ""
}

.bi-stoplights:before {
    content: ""
}

.bi-stopwatch-fill:before {
    content: ""
}

.bi-stopwatch:before {
    content: ""
}

.bi-subtract:before {
    content: ""
}

.bi-suit-club-fill:before {
    content: ""
}

.bi-suit-club:before {
    content: ""
}

.bi-suit-diamond-fill:before {
    content: ""
}

.bi-suit-diamond:before {
    content: ""
}

.bi-suit-heart-fill:before {
    content: ""
}

.bi-suit-heart:before {
    content: ""
}

.bi-suit-spade-fill:before {
    content: ""
}

.bi-suit-spade:before {
    content: ""
}

.bi-sun-fill:before {
    content: ""
}

.bi-sun:before {
    content: ""
}

.bi-sunglasses:before {
    content: ""
}

.bi-sunrise-fill:before {
    content: ""
}

.bi-sunrise:before {
    content: ""
}

.bi-sunset-fill:before {
    content: ""
}

.bi-sunset:before {
    content: ""
}

.bi-symmetry-horizontal:before {
    content: ""
}

.bi-symmetry-vertical:before {
    content: ""
}

.bi-table:before {
    content: ""
}

.bi-tablet-fill:before {
    content: ""
}

.bi-tablet-landscape-fill:before {
    content: ""
}

.bi-tablet-landscape:before {
    content: ""
}

.bi-tablet:before {
    content: ""
}

.bi-tag-fill:before {
    content: ""
}

.bi-tag:before {
    content: ""
}

.bi-tags-fill:before {
    content: ""
}

.bi-tags:before {
    content: ""
}

.bi-telegram:before {
    content: ""
}

.bi-telephone-fill:before {
    content: ""
}

.bi-telephone-forward-fill:before {
    content: ""
}

.bi-telephone-forward:before {
    content: ""
}

.bi-telephone-inbound-fill:before {
    content: ""
}

.bi-telephone-inbound:before {
    content: ""
}

.bi-telephone-minus-fill:before {
    content: ""
}

.bi-telephone-minus:before {
    content: ""
}

.bi-telephone-outbound-fill:before {
    content: ""
}

.bi-telephone-outbound:before {
    content: ""
}

.bi-telephone-plus-fill:before {
    content: ""
}

.bi-telephone-plus:before {
    content: ""
}

.bi-telephone-x-fill:before {
    content: ""
}

.bi-telephone-x:before {
    content: ""
}

.bi-telephone:before {
    content: ""
}

.bi-terminal-fill:before {
    content: ""
}

.bi-terminal:before {
    content: ""
}

.bi-text-center:before {
    content: ""
}

.bi-text-indent-left:before {
    content: ""
}

.bi-text-indent-right:before {
    content: ""
}

.bi-text-left:before {
    content: ""
}

.bi-text-paragraph:before {
    content: ""
}

.bi-text-right:before {
    content: ""
}

.bi-textarea-resize:before {
    content: ""
}

.bi-textarea-t:before {
    content: ""
}

.bi-textarea:before {
    content: ""
}

.bi-thermometer-half:before {
    content: ""
}

.bi-thermometer-high:before {
    content: ""
}

.bi-thermometer-low:before {
    content: ""
}

.bi-thermometer-snow:before {
    content: ""
}

.bi-thermometer-sun:before {
    content: ""
}

.bi-thermometer:before {
    content: ""
}

.bi-three-dots-vertical:before {
    content: ""
}

.bi-three-dots:before {
    content: ""
}

.bi-toggle-off:before {
    content: ""
}

.bi-toggle-on:before {
    content: ""
}

.bi-toggle2-off:before {
    content: ""
}

.bi-toggle2-on:before {
    content: ""
}

.bi-toggles:before {
    content: ""
}

.bi-toggles2:before {
    content: ""
}

.bi-tools:before {
    content: ""
}

.bi-tornado:before {
    content: ""
}

.bi-trash-fill:before {
    content: ""
}

.bi-trash:before {
    content: ""
}

.bi-trash2-fill:before {
    content: ""
}

.bi-trash2:before {
    content: ""
}

.bi-tree-fill:before {
    content: ""
}

.bi-tree:before {
    content: ""
}

.bi-triangle-fill:before {
    content: ""
}

.bi-triangle-half:before {
    content: ""
}

.bi-triangle:before {
    content: ""
}

.bi-trophy-fill:before {
    content: ""
}

.bi-trophy:before {
    content: ""
}

.bi-tropical-storm:before {
    content: ""
}

.bi-truck-flatbed:before {
    content: ""
}

.bi-truck:before {
    content: ""
}

.bi-tsunami:before {
    content: ""
}

.bi-tv-fill:before {
    content: ""
}

.bi-tv:before {
    content: ""
}

.bi-twitch:before {
    content: ""
}

.bi-twitter:before {
    content: ""
}

.bi-type-bold:before {
    content: ""
}

.bi-type-h1:before {
    content: ""
}

.bi-type-h2:before {
    content: ""
}

.bi-type-h3:before {
    content: ""
}

.bi-type-italic:before {
    content: ""
}

.bi-type-strikethrough:before {
    content: ""
}

.bi-type-underline:before {
    content: ""
}

.bi-type:before {
    content: ""
}

.bi-ui-checks-grid:before {
    content: ""
}

.bi-ui-checks:before {
    content: ""
}

.bi-ui-radios-grid:before {
    content: ""
}

.bi-ui-radios:before {
    content: ""
}

.bi-umbrella-fill:before {
    content: ""
}

.bi-umbrella:before {
    content: ""
}

.bi-union:before {
    content: ""
}

.bi-unlock-fill:before {
    content: ""
}

.bi-unlock:before {
    content: ""
}

.bi-upc-scan:before {
    content: ""
}

.bi-upc:before {
    content: ""
}

.bi-upload:before {
    content: ""
}

.bi-vector-pen:before {
    content: ""
}

.bi-view-list:before {
    content: ""
}

.bi-view-stacked:before {
    content: ""
}

.bi-vinyl-fill:before {
    content: ""
}

.bi-vinyl:before {
    content: ""
}

.bi-voicemail:before {
    content: ""
}

.bi-volume-down-fill:before {
    content: ""
}

.bi-volume-down:before {
    content: ""
}

.bi-volume-mute-fill:before {
    content: ""
}

.bi-volume-mute:before {
    content: ""
}

.bi-volume-off-fill:before {
    content: ""
}

.bi-volume-off:before {
    content: ""
}

.bi-volume-up-fill:before {
    content: ""
}

.bi-volume-up:before {
    content: ""
}

.bi-vr:before {
    content: ""
}

.bi-wallet-fill:before {
    content: ""
}

.bi-wallet:before {
    content: ""
}

.bi-wallet2:before {
    content: ""
}

.bi-watch:before {
    content: ""
}

.bi-water:before {
    content: ""
}

.bi-whatsapp:before {
    content: ""
}

.bi-wifi-1:before {
    content: ""
}

.bi-wifi-2:before {
    content: ""
}

.bi-wifi-off:before {
    content: ""
}

.bi-wifi:before {
    content: ""
}

.bi-wind:before {
    content: ""
}

.bi-window-dock:before {
    content: ""
}

.bi-window-sidebar:before {
    content: ""
}

.bi-window:before {
    content: ""
}

.bi-wrench:before {
    content: ""
}

.bi-x-circle-fill:before {
    content: ""
}

.bi-x-circle:before {
    content: ""
}

.bi-x-diamond-fill:before {
    content: ""
}

.bi-x-diamond:before {
    content: ""
}

.bi-x-octagon-fill:before {
    content: ""
}

.bi-x-octagon:before {
    content: ""
}

.bi-x-square-fill:before {
    content: ""
}

.bi-x-square:before {
    content: ""
}

.bi-x:before {
    content: ""
}

.bi-youtube:before {
    content: ""
}

.bi-zoom-in:before {
    content: ""
}

.bi-zoom-out:before {
    content: ""
}

.bi-bank:before {
    content: ""
}

.bi-bank2:before {
    content: ""
}

.bi-bell-slash-fill:before {
    content: ""
}

.bi-bell-slash:before {
    content: ""
}

.bi-cash-coin:before {
    content: ""
}

.bi-check-lg:before {
    content: ""
}

.bi-coin:before {
    content: ""
}

.bi-currency-bitcoin:before {
    content: ""
}

.bi-currency-dollar:before {
    content: ""
}

.bi-currency-euro:before {
    content: ""
}

.bi-currency-exchange:before {
    content: ""
}

.bi-currency-pound:before {
    content: ""
}

.bi-currency-yen:before {
    content: ""
}

.bi-dash-lg:before {
    content: ""
}

.bi-exclamation-lg:before {
    content: ""
}

.bi-file-earmark-pdf-fill:before {
    content: ""
}

.bi-file-earmark-pdf:before {
    content: ""
}

.bi-file-pdf-fill:before {
    content: ""
}

.bi-file-pdf:before {
    content: ""
}

.bi-gender-ambiguous:before {
    content: ""
}

.bi-gender-female:before {
    content: ""
}

.bi-gender-male:before {
    content: ""
}

.bi-gender-trans:before {
    content: ""
}

.bi-headset-vr:before {
    content: ""
}

.bi-info-lg:before {
    content: ""
}

.bi-mastodon:before {
    content: ""
}

.bi-messenger:before {
    content: ""
}

.bi-piggy-bank-fill:before {
    content: ""
}

.bi-piggy-bank:before {
    content: ""
}

.bi-pin-map-fill:before {
    content: ""
}

.bi-pin-map:before {
    content: ""
}

.bi-plus-lg:before {
    content: ""
}

.bi-question-lg:before {
    content: ""
}

.bi-recycle:before {
    content: ""
}

.bi-reddit:before {
    content: ""
}

.bi-safe-fill:before {
    content: ""
}

.bi-safe2-fill:before {
    content: ""
}

.bi-safe2:before {
    content: ""
}

.bi-sd-card-fill:before {
    content: ""
}

.bi-sd-card:before {
    content: ""
}

.bi-skype:before {
    content: ""
}

.bi-slash-lg:before {
    content: ""
}

.bi-translate:before {
    content: ""
}

.bi-x-lg:before {
    content: ""
}

.bi-safe:before {
    content: ""
}

.bi-apple:before {
    content: ""
}

.bi-microsoft:before {
    content: ""
}

.bi-windows:before {
    content: ""
}

.bi-behance:before {
    content: ""
}

.bi-dribbble:before {
    content: ""
}

.bi-line:before {
    content: ""
}

.bi-medium:before {
    content: ""
}

.bi-paypal:before {
    content: ""
}

.bi-pinterest:before {
    content: ""
}

.bi-signal:before {
    content: ""
}

.bi-snapchat:before {
    content: ""
}

.bi-spotify:before {
    content: ""
}

.bi-stack-overflow:before {
    content: ""
}

.bi-strava:before {
    content: ""
}

.bi-wordpress:before {
    content: ""
}

.bi-vimeo:before {
    content: ""
}

.bi-activity:before {
    content: ""
}

.bi-easel2-fill:before {
    content: ""
}

.bi-easel2:before {
    content: ""
}

.bi-easel3-fill:before {
    content: ""
}

.bi-easel3:before {
    content: ""
}

.bi-fan:before {
    content: ""
}

.bi-fingerprint:before {
    content: ""
}

.bi-graph-down-arrow:before {
    content: ""
}

.bi-graph-up-arrow:before {
    content: ""
}

.bi-hypnotize:before {
    content: ""
}

.bi-magic:before {
    content: ""
}

.bi-person-rolodex:before {
    content: ""
}

.bi-person-video:before {
    content: ""
}

.bi-person-video2:before {
    content: ""
}

.bi-person-video3:before {
    content: ""
}

.bi-person-workspace:before {
    content: ""
}

.bi-radioactive:before {
    content: ""
}

.bi-webcam-fill:before {
    content: ""
}

.bi-webcam:before {
    content: ""
}

.bi-yin-yang:before {
    content: ""
}

.bi-bandaid-fill:before {
    content: ""
}

.bi-bandaid:before {
    content: ""
}

.bi-bluetooth:before {
    content: ""
}

.bi-body-text:before {
    content: ""
}

.bi-boombox:before {
    content: ""
}

.bi-boxes:before {
    content: ""
}

.bi-dpad-fill:before {
    content: ""
}

.bi-dpad:before {
    content: ""
}

.bi-ear-fill:before {
    content: ""
}

.bi-ear:before {
    content: ""
}

.bi-envelope-check-fill:before {
    content: ""
}

.bi-envelope-check:before {
    content: ""
}

.bi-envelope-dash-fill:before {
    content: ""
}

.bi-envelope-dash:before {
    content: ""
}

.bi-envelope-exclamation-fill:before {
    content: ""
}

.bi-envelope-exclamation:before {
    content: ""
}

.bi-envelope-plus-fill:before {
    content: ""
}

.bi-envelope-plus:before {
    content: ""
}

.bi-envelope-slash-fill:before {
    content: ""
}

.bi-envelope-slash:before {
    content: ""
}

.bi-envelope-x-fill:before {
    content: ""
}

.bi-envelope-x:before {
    content: ""
}

.bi-explicit-fill:before {
    content: ""
}

.bi-explicit:before {
    content: ""
}

.bi-git:before {
    content: ""
}

.bi-infinity:before {
    content: ""
}

.bi-list-columns-reverse:before {
    content: ""
}

.bi-list-columns:before {
    content: ""
}

.bi-meta:before {
    content: ""
}

.bi-nintendo-switch:before {
    content: ""
}

.bi-pc-display-horizontal:before {
    content: ""
}

.bi-pc-display:before {
    content: ""
}

.bi-pc-horizontal:before {
    content: ""
}

.bi-pc:before {
    content: ""
}

.bi-playstation:before {
    content: ""
}

.bi-plus-slash-minus:before {
    content: ""
}

.bi-projector-fill:before {
    content: ""
}

.bi-projector:before {
    content: ""
}

.bi-qr-code-scan:before {
    content: ""
}

.bi-qr-code:before {
    content: ""
}

.bi-quora:before {
    content: ""
}

.bi-quote:before {
    content: ""
}

.bi-robot:before {
    content: ""
}

.bi-send-check-fill:before {
    content: ""
}

.bi-send-check:before {
    content: ""
}

.bi-send-dash-fill:before {
    content: ""
}

.bi-send-dash:before {
    content: ""
}

.bi-send-exclamation-fill:before {
    content: ""
}

.bi-send-exclamation:before {
    content: ""
}

.bi-send-fill:before {
    content: ""
}

.bi-send-plus-fill:before {
    content: ""
}

.bi-send-plus:before {
    content: ""
}

.bi-send-slash-fill:before {
    content: ""
}

.bi-send-slash:before {
    content: ""
}

.bi-send-x-fill:before {
    content: ""
}

.bi-send-x:before {
    content: ""
}

.bi-send:before {
    content: ""
}

.bi-steam:before {
    content: ""
}

.bi-terminal-dash:before {
    content: ""
}

.bi-terminal-plus:before {
    content: ""
}

.bi-terminal-split:before {
    content: ""
}

.bi-ticket-detailed-fill:before {
    content: ""
}

.bi-ticket-detailed:before {
    content: ""
}

.bi-ticket-fill:before {
    content: ""
}

.bi-ticket-perforated-fill:before {
    content: ""
}

.bi-ticket-perforated:before {
    content: ""
}

.bi-ticket:before {
    content: ""
}

.bi-tiktok:before {
    content: ""
}

.bi-window-dash:before {
    content: ""
}

.bi-window-desktop:before {
    content: ""
}

.bi-window-fullscreen:before {
    content: ""
}

.bi-window-plus:before {
    content: ""
}

.bi-window-split:before {
    content: ""
}

.bi-window-stack:before {
    content: ""
}

.bi-window-x:before {
    content: ""
}

.bi-xbox:before {
    content: ""
}

.bi-ethernet:before {
    content: ""
}

.bi-hdmi-fill:before {
    content: ""
}

.bi-hdmi:before {
    content: ""
}

.bi-usb-c-fill:before {
    content: ""
}

.bi-usb-c:before {
    content: ""
}

.bi-usb-fill:before {
    content: ""
}

.bi-usb-plug-fill:before {
    content: ""
}

.bi-usb-plug:before {
    content: ""
}

.bi-usb-symbol:before {
    content: ""
}

.bi-usb:before {
    content: ""
}

.bi-boombox-fill:before {
    content: ""
}

.bi-displayport:before {
    content: ""
}

.bi-gpu-card:before {
    content: ""
}

.bi-memory:before {
    content: ""
}

.bi-modem-fill:before {
    content: ""
}

.bi-modem:before {
    content: ""
}

.bi-motherboard-fill:before {
    content: ""
}

.bi-motherboard:before {
    content: ""
}

.bi-optical-audio-fill:before {
    content: ""
}

.bi-optical-audio:before {
    content: ""
}

.bi-pci-card:before {
    content: ""
}

.bi-router-fill:before {
    content: ""
}

.bi-router:before {
    content: ""
}

.bi-thunderbolt-fill:before {
    content: ""
}

.bi-thunderbolt:before {
    content: ""
}

.bi-usb-drive-fill:before {
    content: ""
}

.bi-usb-drive:before {
    content: ""
}

.bi-usb-micro-fill:before {
    content: ""
}

.bi-usb-micro:before {
    content: ""
}

.bi-usb-mini-fill:before {
    content: ""
}

.bi-usb-mini:before {
    content: ""
}

.bi-cloud-haze2:before {
    content: ""
}

.bi-device-hdd-fill:before {
    content: ""
}

.bi-device-hdd:before {
    content: ""
}

.bi-device-ssd-fill:before {
    content: ""
}

.bi-device-ssd:before {
    content: ""
}

.bi-displayport-fill:before {
    content: ""
}

.bi-mortarboard-fill:before {
    content: ""
}

.bi-mortarboard:before {
    content: ""
}

.bi-terminal-x:before {
    content: ""
}

.bi-arrow-through-heart-fill:before {
    content: ""
}

.bi-arrow-through-heart:before {
    content: ""
}

.bi-badge-sd-fill:before {
    content: ""
}

.bi-badge-sd:before {
    content: ""
}

.bi-bag-heart-fill:before {
    content: ""
}

.bi-bag-heart:before {
    content: ""
}

.bi-balloon-fill:before {
    content: ""
}

.bi-balloon-heart-fill:before {
    content: ""
}

.bi-balloon-heart:before {
    content: ""
}

.bi-balloon:before {
    content: ""
}

.bi-box2-fill:before {
    content: ""
}

.bi-box2-heart-fill:before {
    content: ""
}

.bi-box2-heart:before {
    content: ""
}

.bi-box2:before {
    content: ""
}

.bi-braces-asterisk:before {
    content: ""
}

.bi-calendar-heart-fill:before {
    content: ""
}

.bi-calendar-heart:before {
    content: ""
}

.bi-calendar2-heart-fill:before {
    content: ""
}

.bi-calendar2-heart:before {
    content: ""
}

.bi-chat-heart-fill:before {
    content: ""
}

.bi-chat-heart:before {
    content: ""
}

.bi-chat-left-heart-fill:before {
    content: ""
}

.bi-chat-left-heart:before {
    content: ""
}

.bi-chat-right-heart-fill:before {
    content: ""
}

.bi-chat-right-heart:before {
    content: ""
}

.bi-chat-square-heart-fill:before {
    content: ""
}

.bi-chat-square-heart:before {
    content: ""
}

.bi-clipboard-check-fill:before {
    content: ""
}

.bi-clipboard-data-fill:before {
    content: ""
}

.bi-clipboard-fill:before {
    content: ""
}

.bi-clipboard-heart-fill:before {
    content: ""
}

.bi-clipboard-heart:before {
    content: ""
}

.bi-clipboard-minus-fill:before {
    content: ""
}

.bi-clipboard-plus-fill:before {
    content: ""
}

.bi-clipboard-pulse:before {
    content: ""
}

.bi-clipboard-x-fill:before {
    content: ""
}

.bi-clipboard2-check-fill:before {
    content: ""
}

.bi-clipboard2-check:before {
    content: ""
}

.bi-clipboard2-data-fill:before {
    content: ""
}

.bi-clipboard2-data:before {
    content: ""
}

.bi-clipboard2-fill:before {
    content: ""
}

.bi-clipboard2-heart-fill:before {
    content: ""
}

.bi-clipboard2-heart:before {
    content: ""
}

.bi-clipboard2-minus-fill:before {
    content: ""
}

.bi-clipboard2-minus:before {
    content: ""
}

.bi-clipboard2-plus-fill:before {
    content: ""
}

.bi-clipboard2-plus:before {
    content: ""
}

.bi-clipboard2-pulse-fill:before {
    content: ""
}

.bi-clipboard2-pulse:before {
    content: ""
}

.bi-clipboard2-x-fill:before {
    content: ""
}

.bi-clipboard2-x:before {
    content: ""
}

.bi-clipboard2:before {
    content: ""
}

.bi-emoji-kiss-fill:before {
    content: ""
}

.bi-emoji-kiss:before {
    content: ""
}

.bi-envelope-heart-fill:before {
    content: ""
}

.bi-envelope-heart:before {
    content: ""
}

.bi-envelope-open-heart-fill:before {
    content: ""
}

.bi-envelope-open-heart:before {
    content: ""
}

.bi-envelope-paper-fill:before {
    content: ""
}

.bi-envelope-paper-heart-fill:before {
    content: ""
}

.bi-envelope-paper-heart:before {
    content: ""
}

.bi-envelope-paper:before {
    content: ""
}

.bi-filetype-aac:before {
    content: ""
}

.bi-filetype-ai:before {
    content: ""
}

.bi-filetype-bmp:before {
    content: ""
}

.bi-filetype-cs:before {
    content: ""
}

.bi-filetype-css:before {
    content: ""
}

.bi-filetype-csv:before {
    content: ""
}

.bi-filetype-doc:before {
    content: ""
}

.bi-filetype-docx:before {
    content: ""
}

.bi-filetype-exe:before {
    content: ""
}

.bi-filetype-gif:before {
    content: ""
}

.bi-filetype-heic:before {
    content: ""
}

.bi-filetype-html:before {
    content: ""
}

.bi-filetype-java:before {
    content: ""
}

.bi-filetype-jpg:before {
    content: ""
}

.bi-filetype-js:before {
    content: ""
}

.bi-filetype-jsx:before {
    content: ""
}

.bi-filetype-key:before {
    content: ""
}

.bi-filetype-m4p:before {
    content: ""
}

.bi-filetype-md:before {
    content: ""
}

.bi-filetype-mdx:before {
    content: ""
}

.bi-filetype-mov:before {
    content: ""
}

.bi-filetype-mp3:before {
    content: ""
}

.bi-filetype-mp4:before {
    content: ""
}

.bi-filetype-otf:before {
    content: ""
}

.bi-filetype-pdf:before {
    content: ""
}

.bi-filetype-php:before {
    content: ""
}

.bi-filetype-png:before {
    content: ""
}

.bi-filetype-ppt:before {
    content: ""
}

.bi-filetype-psd:before {
    content: ""
}

.bi-filetype-py:before {
    content: ""
}

.bi-filetype-raw:before {
    content: ""
}

.bi-filetype-rb:before {
    content: ""
}

.bi-filetype-sass:before {
    content: ""
}

.bi-filetype-scss:before {
    content: ""
}

.bi-filetype-sh:before {
    content: ""
}

.bi-filetype-svg:before {
    content: ""
}

.bi-filetype-tiff:before {
    content: ""
}

.bi-filetype-tsx:before {
    content: ""
}

.bi-filetype-ttf:before {
    content: ""
}

.bi-filetype-txt:before {
    content: ""
}

.bi-filetype-wav:before {
    content: ""
}

.bi-filetype-woff:before {
    content: ""
}

.bi-filetype-xls:before {
    content: ""
}

.bi-filetype-xml:before {
    content: ""
}

.bi-filetype-yml:before {
    content: ""
}

.bi-heart-arrow:before {
    content: ""
}

.bi-heart-pulse-fill:before {
    content: ""
}

.bi-heart-pulse:before {
    content: ""
}

.bi-heartbreak-fill:before {
    content: ""
}

.bi-heartbreak:before {
    content: ""
}

.bi-hearts:before {
    content: ""
}

.bi-hospital-fill:before {
    content: ""
}

.bi-hospital:before {
    content: ""
}

.bi-house-heart-fill:before {
    content: ""
}

.bi-house-heart:before {
    content: ""
}

.bi-incognito:before {
    content: ""
}

.bi-magnet-fill:before {
    content: ""
}

.bi-magnet:before {
    content: ""
}

.bi-person-heart:before {
    content: ""
}

.bi-person-hearts:before {
    content: ""
}

.bi-phone-flip:before {
    content: ""
}

.bi-plugin:before {
    content: ""
}

.bi-postage-fill:before {
    content: ""
}

.bi-postage-heart-fill:before {
    content: ""
}

.bi-postage-heart:before {
    content: ""
}

.bi-postage:before {
    content: ""
}

.bi-postcard-fill:before {
    content: ""
}

.bi-postcard-heart-fill:before {
    content: ""
}

.bi-postcard-heart:before {
    content: ""
}

.bi-postcard:before {
    content: ""
}

.bi-search-heart-fill:before {
    content: ""
}

.bi-search-heart:before {
    content: ""
}

.bi-sliders2-vertical:before {
    content: ""
}

.bi-sliders2:before {
    content: ""
}

.bi-trash3-fill:before {
    content: ""
}

.bi-trash3:before {
    content: ""
}

.bi-valentine:before {
    content: ""
}

.bi-valentine2:before {
    content: ""
}

.bi-wrench-adjustable-circle-fill:before {
    content: ""
}

.bi-wrench-adjustable-circle:before {
    content: ""
}

.bi-wrench-adjustable:before {
    content: ""
}

.bi-filetype-json:before {
    content: ""
}

.bi-filetype-pptx:before {
    content: ""
}

.bi-filetype-xlsx:before {
    content: ""
}

.bi-1-circle-fill:before {
    content: ""
}

.bi-1-circle:before {
    content: ""
}

.bi-1-square-fill:before {
    content: ""
}

.bi-1-square:before {
    content: ""
}

.bi-2-circle-fill:before {
    content: ""
}

.bi-2-circle:before {
    content: ""
}

.bi-2-square-fill:before {
    content: ""
}

.bi-2-square:before {
    content: ""
}

.bi-3-circle-fill:before {
    content: ""
}

.bi-3-circle:before {
    content: ""
}

.bi-3-square-fill:before {
    content: ""
}

.bi-3-square:before {
    content: ""
}

.bi-4-circle-fill:before {
    content: ""
}

.bi-4-circle:before {
    content: ""
}

.bi-4-square-fill:before {
    content: ""
}

.bi-4-square:before {
    content: ""
}

.bi-5-circle-fill:before {
    content: ""
}

.bi-5-circle:before {
    content: ""
}

.bi-5-square-fill:before {
    content: ""
}

.bi-5-square:before {
    content: ""
}

.bi-6-circle-fill:before {
    content: ""
}

.bi-6-circle:before {
    content: ""
}

.bi-6-square-fill:before {
    content: ""
}

.bi-6-square:before {
    content: ""
}

.bi-7-circle-fill:before {
    content: ""
}

.bi-7-circle:before {
    content: ""
}

.bi-7-square-fill:before {
    content: ""
}

.bi-7-square:before {
    content: ""
}

.bi-8-circle-fill:before {
    content: ""
}

.bi-8-circle:before {
    content: ""
}

.bi-8-square-fill:before {
    content: ""
}

.bi-8-square:before {
    content: ""
}

.bi-9-circle-fill:before {
    content: ""
}

.bi-9-circle:before {
    content: ""
}

.bi-9-square-fill:before {
    content: ""
}

.bi-9-square:before {
    content: ""
}

.bi-airplane-engines-fill:before {
    content: ""
}

.bi-airplane-engines:before {
    content: ""
}

.bi-airplane-fill:before {
    content: ""
}

.bi-airplane:before {
    content: ""
}

.bi-alexa:before {
    content: ""
}

.bi-alipay:before {
    content: ""
}

.bi-android:before {
    content: ""
}

.bi-android2:before {
    content: ""
}

.bi-box-fill:before {
    content: ""
}

.bi-box-seam-fill:before {
    content: ""
}

.bi-browser-chrome:before {
    content: ""
}

.bi-browser-edge:before {
    content: ""
}

.bi-browser-firefox:before {
    content: ""
}

.bi-browser-safari:before {
    content: ""
}

.bi-c-circle-fill:before {
    content: ""
}

.bi-c-circle:before {
    content: ""
}

.bi-c-square-fill:before {
    content: ""
}

.bi-c-square:before {
    content: ""
}

.bi-capsule-pill:before {
    content: ""
}

.bi-capsule:before {
    content: ""
}

.bi-car-front-fill:before {
    content: ""
}

.bi-car-front:before {
    content: ""
}

.bi-cassette-fill:before {
    content: ""
}

.bi-cassette:before {
    content: ""
}

.bi-cc-circle-fill:before {
    content: ""
}

.bi-cc-circle:before {
    content: ""
}

.bi-cc-square-fill:before {
    content: ""
}

.bi-cc-square:before {
    content: ""
}

.bi-cup-hot-fill:before {
    content: ""
}

.bi-cup-hot:before {
    content: ""
}

.bi-currency-rupee:before {
    content: ""
}

.bi-dropbox:before {
    content: ""
}

.bi-escape:before {
    content: ""
}

.bi-fast-forward-btn-fill:before {
    content: ""
}

.bi-fast-forward-btn:before {
    content: ""
}

.bi-fast-forward-circle-fill:before {
    content: ""
}

.bi-fast-forward-circle:before {
    content: ""
}

.bi-fast-forward-fill:before {
    content: ""
}

.bi-fast-forward:before {
    content: ""
}

.bi-filetype-sql:before {
    content: ""
}

.bi-fire:before {
    content: ""
}

.bi-google-play:before {
    content: ""
}

.bi-h-circle-fill:before {
    content: ""
}

.bi-h-circle:before {
    content: ""
}

.bi-h-square-fill:before {
    content: ""
}

.bi-h-square:before {
    content: ""
}

.bi-indent:before {
    content: ""
}

.bi-lungs-fill:before {
    content: ""
}

.bi-lungs:before {
    content: ""
}

.bi-microsoft-teams:before {
    content: ""
}

.bi-p-circle-fill:before {
    content: ""
}

.bi-p-circle:before {
    content: ""
}

.bi-p-square-fill:before {
    content: ""
}

.bi-p-square:before {
    content: ""
}

.bi-pass-fill:before {
    content: ""
}

.bi-pass:before {
    content: ""
}

.bi-prescription:before {
    content: ""
}

.bi-prescription2:before {
    content: ""
}

.bi-r-circle-fill:before {
    content: ""
}

.bi-r-circle:before {
    content: ""
}

.bi-r-square-fill:before {
    content: ""
}

.bi-r-square:before {
    content: ""
}

.bi-repeat-1:before {
    content: ""
}

.bi-repeat:before {
    content: ""
}

.bi-rewind-btn-fill:before {
    content: ""
}

.bi-rewind-btn:before {
    content: ""
}

.bi-rewind-circle-fill:before {
    content: ""
}

.bi-rewind-circle:before {
    content: ""
}

.bi-rewind-fill:before {
    content: ""
}

.bi-rewind:before {
    content: ""
}

.bi-train-freight-front-fill:before {
    content: ""
}

.bi-train-freight-front:before {
    content: ""
}

.bi-train-front-fill:before {
    content: ""
}

.bi-train-front:before {
    content: ""
}

.bi-train-lightrail-front-fill:before {
    content: ""
}

.bi-train-lightrail-front:before {
    content: ""
}

.bi-truck-front-fill:before {
    content: ""
}

.bi-truck-front:before {
    content: ""
}

.bi-ubuntu:before {
    content: ""
}

.bi-unindent:before {
    content: ""
}

.bi-unity:before {
    content: ""
}

.bi-universal-access-circle:before {
    content: ""
}

.bi-universal-access:before {
    content: ""
}

.bi-virus:before {
    content: ""
}

.bi-virus2:before {
    content: ""
}

.bi-wechat:before {
    content: ""
}

.bi-yelp:before {
    content: ""
}

.bi-sign-stop-fill:before {
    content: ""
}

.bi-sign-stop-lights-fill:before {
    content: ""
}

.bi-sign-stop-lights:before {
    content: ""
}

.bi-sign-stop:before {
    content: ""
}

.bi-sign-turn-left-fill:before {
    content: ""
}

.bi-sign-turn-left:before {
    content: ""
}

.bi-sign-turn-right-fill:before {
    content: ""
}

.bi-sign-turn-right:before {
    content: ""
}

.bi-sign-turn-slight-left-fill:before {
    content: ""
}

.bi-sign-turn-slight-left:before {
    content: ""
}

.bi-sign-turn-slight-right-fill:before {
    content: ""
}

.bi-sign-turn-slight-right:before {
    content: ""
}

.bi-sign-yield-fill:before {
    content: ""
}

.bi-sign-yield:before {
    content: ""
}

.bi-ev-station-fill:before {
    content: ""
}

.bi-ev-station:before {
    content: ""
}

.bi-fuel-pump-diesel-fill:before {
    content: ""
}

.bi-fuel-pump-diesel:before {
    content: ""
}

.bi-fuel-pump-fill:before {
    content: ""
}

.bi-fuel-pump:before {
    content: ""
}

.bi-0-circle-fill:before {
    content: ""
}

.bi-0-circle:before {
    content: ""
}

.bi-0-square-fill:before {
    content: ""
}

.bi-0-square:before {
    content: ""
}

.bi-rocket-fill:before {
    content: ""
}

.bi-rocket-takeoff-fill:before {
    content: ""
}

.bi-rocket-takeoff:before {
    content: ""
}

.bi-rocket:before {
    content: ""
}

.bi-stripe:before {
    content: ""
}

.bi-subscript:before {
    content: ""
}

.bi-superscript:before {
    content: ""
}

.bi-trello:before {
    content: ""
}

.bi-envelope-at-fill:before {
    content: ""
}

.bi-envelope-at:before {
    content: ""
}

.bi-regex:before {
    content: ""
}

.bi-text-wrap:before {
    content: ""
}

.bi-sign-dead-end-fill:before {
    content: ""
}

.bi-sign-dead-end:before {
    content: ""
}

.bi-sign-do-not-enter-fill:before {
    content: ""
}

.bi-sign-do-not-enter:before {
    content: ""
}

.bi-sign-intersection-fill:before {
    content: ""
}

.bi-sign-intersection-side-fill:before {
    content: ""
}

.bi-sign-intersection-side:before {
    content: ""
}

.bi-sign-intersection-t-fill:before {
    content: ""
}

.bi-sign-intersection-t:before {
    content: ""
}

.bi-sign-intersection-y-fill:before {
    content: ""
}

.bi-sign-intersection-y:before {
    content: ""
}

.bi-sign-intersection:before {
    content: ""
}

.bi-sign-merge-left-fill:before {
    content: ""
}

.bi-sign-merge-left:before {
    content: ""
}

.bi-sign-merge-right-fill:before {
    content: ""
}

.bi-sign-merge-right:before {
    content: ""
}

.bi-sign-no-left-turn-fill:before {
    content: ""
}

.bi-sign-no-left-turn:before {
    content: ""
}

.bi-sign-no-parking-fill:before {
    content: ""
}

.bi-sign-no-parking:before {
    content: ""
}

.bi-sign-no-right-turn-fill:before {
    content: ""
}

.bi-sign-no-right-turn:before {
    content: ""
}

.bi-sign-railroad-fill:before {
    content: ""
}

.bi-sign-railroad:before {
    content: ""
}

.bi-building-add:before {
    content: ""
}

.bi-building-check:before {
    content: ""
}

.bi-building-dash:before {
    content: ""
}

.bi-building-down:before {
    content: ""
}

.bi-building-exclamation:before {
    content: ""
}

.bi-building-fill-add:before {
    content: ""
}

.bi-building-fill-check:before {
    content: ""
}

.bi-building-fill-dash:before {
    content: ""
}

.bi-building-fill-down:before {
    content: ""
}

.bi-building-fill-exclamation:before {
    content: ""
}

.bi-building-fill-gear:before {
    content: ""
}

.bi-building-fill-lock:before {
    content: ""
}

.bi-building-fill-slash:before {
    content: ""
}

.bi-building-fill-up:before {
    content: ""
}

.bi-building-fill-x:before {
    content: ""
}

.bi-building-fill:before {
    content: ""
}

.bi-building-gear:before {
    content: ""
}

.bi-building-lock:before {
    content: ""
}

.bi-building-slash:before {
    content: ""
}

.bi-building-up:before {
    content: ""
}

.bi-building-x:before {
    content: ""
}

.bi-buildings-fill:before {
    content: ""
}

.bi-buildings:before {
    content: ""
}

.bi-bus-front-fill:before {
    content: ""
}

.bi-bus-front:before {
    content: ""
}

.bi-ev-front-fill:before {
    content: ""
}

.bi-ev-front:before {
    content: ""
}

.bi-globe-americas:before {
    content: ""
}

.bi-globe-asia-australia:before {
    content: ""
}

.bi-globe-central-south-asia:before {
    content: ""
}

.bi-globe-europe-africa:before {
    content: ""
}

.bi-house-add-fill:before {
    content: ""
}

.bi-house-add:before {
    content: ""
}

.bi-house-check-fill:before {
    content: ""
}

.bi-house-check:before {
    content: ""
}

.bi-house-dash-fill:before {
    content: ""
}

.bi-house-dash:before {
    content: ""
}

.bi-house-down-fill:before {
    content: ""
}

.bi-house-down:before {
    content: ""
}

.bi-house-exclamation-fill:before {
    content: ""
}

.bi-house-exclamation:before {
    content: ""
}

.bi-house-gear-fill:before {
    content: ""
}

.bi-house-gear:before {
    content: ""
}

.bi-house-lock-fill:before {
    content: ""
}

.bi-house-lock:before {
    content: ""
}

.bi-house-slash-fill:before {
    content: ""
}

.bi-house-slash:before {
    content: ""
}

.bi-house-up-fill:before {
    content: ""
}

.bi-house-up:before {
    content: ""
}

.bi-house-x-fill:before {
    content: ""
}

.bi-house-x:before {
    content: ""
}

.bi-person-add:before {
    content: ""
}

.bi-person-down:before {
    content: ""
}

.bi-person-exclamation:before {
    content: ""
}

.bi-person-fill-add:before {
    content: ""
}

.bi-person-fill-check:before {
    content: ""
}

.bi-person-fill-dash:before {
    content: ""
}

.bi-person-fill-down:before {
    content: ""
}

.bi-person-fill-exclamation:before {
    content: ""
}

.bi-person-fill-gear:before {
    content: ""
}

.bi-person-fill-lock:before {
    content: ""
}

.bi-person-fill-slash:before {
    content: ""
}

.bi-person-fill-up:before {
    content: ""
}

.bi-person-fill-x:before {
    content: ""
}

.bi-person-gear:before {
    content: ""
}

.bi-person-lock:before {
    content: ""
}

.bi-person-slash:before {
    content: ""
}

.bi-person-up:before {
    content: ""
}

.bi-scooter:before {
    content: ""
}

.bi-taxi-front-fill:before {
    content: ""
}

.bi-taxi-front:before {
    content: ""
}

.bi-amd:before {
    content: ""
}

.bi-database-add:before {
    content: ""
}

.bi-database-check:before {
    content: ""
}

.bi-database-dash:before {
    content: ""
}

.bi-database-down:before {
    content: ""
}

.bi-database-exclamation:before {
    content: ""
}

.bi-database-fill-add:before {
    content: ""
}

.bi-database-fill-check:before {
    content: ""
}

.bi-database-fill-dash:before {
    content: ""
}

.bi-database-fill-down:before {
    content: ""
}

.bi-database-fill-exclamation:before {
    content: ""
}

.bi-database-fill-gear:before {
    content: ""
}

.bi-database-fill-lock:before {
    content: ""
}

.bi-database-fill-slash:before {
    content: ""
}

.bi-database-fill-up:before {
    content: ""
}

.bi-database-fill-x:before {
    content: ""
}

.bi-database-fill:before {
    content: ""
}

.bi-database-gear:before {
    content: ""
}

.bi-database-lock:before {
    content: ""
}

.bi-database-slash:before {
    content: ""
}

.bi-database-up:before {
    content: ""
}

.bi-database-x:before {
    content: ""
}

.bi-database:before {
    content: ""
}

.bi-houses-fill:before {
    content: ""
}

.bi-houses:before {
    content: ""
}

.bi-nvidia:before {
    content: ""
}

.bi-person-vcard-fill:before {
    content: ""
}

.bi-person-vcard:before {
    content: ""
}

.bi-sina-weibo:before {
    content: ""
}

.bi-tencent-qq:before {
    content: ""
}

.bi-wikipedia:before {
    content: ""
}

.bi-alphabet-uppercase:before {
    content: ""
}

.bi-alphabet:before {
    content: ""
}

.bi-amazon:before {
    content: ""
}

.bi-arrows-collapse-vertical:before {
    content: ""
}

.bi-arrows-expand-vertical:before {
    content: ""
}

.bi-arrows-vertical:before {
    content: ""
}

.bi-arrows:before {
    content: ""
}

.bi-ban-fill:before {
    content: ""
}

.bi-ban:before {
    content: ""
}

.bi-bing:before {
    content: ""
}

.bi-cake:before {
    content: ""
}

.bi-cake2:before {
    content: ""
}

.bi-cookie:before {
    content: ""
}

.bi-copy:before {
    content: ""
}

.bi-crosshair:before {
    content: ""
}

.bi-crosshair2:before {
    content: ""
}

.bi-emoji-astonished-fill:before {
    content: ""
}

.bi-emoji-astonished:before {
    content: ""
}

.bi-emoji-grimace-fill:before {
    content: ""
}

.bi-emoji-grimace:before {
    content: ""
}

.bi-emoji-grin-fill:before {
    content: ""
}

.bi-emoji-grin:before {
    content: ""
}

.bi-emoji-surprise-fill:before {
    content: ""
}

.bi-emoji-surprise:before {
    content: ""
}

.bi-emoji-tear-fill:before {
    content: ""
}

.bi-emoji-tear:before {
    content: ""
}

.bi-envelope-arrow-down-fill:before {
    content: ""
}

.bi-envelope-arrow-down:before {
    content: ""
}

.bi-envelope-arrow-up-fill:before {
    content: ""
}

.bi-envelope-arrow-up:before {
    content: ""
}

.bi-feather:before {
    content: ""
}

.bi-feather2:before {
    content: ""
}

.bi-floppy-fill:before {
    content: ""
}

.bi-floppy:before {
    content: ""
}

.bi-floppy2-fill:before {
    content: ""
}

.bi-floppy2:before {
    content: ""
}

.bi-gitlab:before {
    content: ""
}

.bi-highlighter:before {
    content: ""
}

.bi-marker-tip:before {
    content: ""
}

.bi-nvme-fill:before {
    content: ""
}

.bi-nvme:before {
    content: ""
}

.bi-opencollective:before {
    content: ""
}

.bi-pci-card-network:before {
    content: ""
}

.bi-pci-card-sound:before {
    content: ""
}

.bi-radar:before {
    content: ""
}

.bi-send-arrow-down-fill:before {
    content: ""
}

.bi-send-arrow-down:before {
    content: ""
}

.bi-send-arrow-up-fill:before {
    content: ""
}

.bi-send-arrow-up:before {
    content: ""
}

.bi-sim-slash-fill:before {
    content: ""
}

.bi-sim-slash:before {
    content: ""
}

.bi-sourceforge:before {
    content: ""
}

.bi-substack:before {
    content: ""
}

.bi-threads-fill:before {
    content: ""
}

.bi-threads:before {
    content: ""
}

.bi-transparency:before {
    content: ""
}

.bi-twitter-x:before {
    content: ""
}

.bi-type-h4:before {
    content: ""
}

.bi-type-h5:before {
    content: ""
}

.bi-type-h6:before {
    content: ""
}

.bi-backpack-fill:before {
    content: ""
}

.bi-backpack:before {
    content: ""
}

.bi-backpack2-fill:before {
    content: ""
}

.bi-backpack2:before {
    content: ""
}

.bi-backpack3-fill:before {
    content: ""
}

.bi-backpack3:before {
    content: ""
}

.bi-backpack4-fill:before {
    content: ""
}

.bi-backpack4:before {
    content: ""
}

.bi-brilliance:before {
    content: ""
}

.bi-cake-fill:before {
    content: ""
}

.bi-cake2-fill:before {
    content: ""
}

.bi-duffle-fill:before {
    content: ""
}

.bi-duffle:before {
    content: ""
}

.bi-exposure:before {
    content: ""
}

.bi-gender-neuter:before {
    content: ""
}

.bi-highlights:before {
    content: ""
}

.bi-luggage-fill:before {
    content: ""
}

.bi-luggage:before {
    content: ""
}

.bi-mailbox-flag:before {
    content: ""
}

.bi-mailbox2-flag:before {
    content: ""
}

.bi-noise-reduction:before {
    content: ""
}

.bi-passport-fill:before {
    content: ""
}

.bi-passport:before {
    content: ""
}

.bi-person-arms-up:before {
    content: ""
}

.bi-person-raised-hand:before {
    content: ""
}

.bi-person-standing-dress:before {
    content: ""
}

.bi-person-standing:before {
    content: ""
}

.bi-person-walking:before {
    content: ""
}

.bi-person-wheelchair:before {
    content: ""
}

.bi-shadows:before {
    content: ""
}

.bi-suitcase-fill:before {
    content: ""
}

.bi-suitcase-lg-fill:before {
    content: ""
}

.bi-suitcase-lg:before {
    content: ""
}

.bi-suitcase:before {
    content: "豈"
}

.bi-suitcase2-fill:before {
    content: "更"
}

.bi-suitcase2:before {
    content: "車"
}

.bi-vignette:before {
    content: "賈"
}

.bi-bluesky:before {
    content: ""
}

.bi-tux:before {
    content: "滑"
}

.bi-beaker-fill:before {
    content: "串"
}

.bi-beaker:before {
    content: "句"
}

.bi-flask-fill:before {
    content: "龜"
}

.bi-flask-florence-fill:before {
    content: "龜"
}

.bi-flask-florence:before {
    content: "契"
}

.bi-flask:before {
    content: "金"
}

.bi-leaf-fill:before {
    content: "喇"
}

.bi-leaf:before {
    content: "奈"
}

.bi-measuring-cup-fill:before {
    content: "懶"
}

.bi-measuring-cup:before {
    content: "癩"
}

.bi-unlock2-fill:before {
    content: "羅"
}

.bi-unlock2:before {
    content: "蘿"
}

.bi-battery-low:before {
    content: "螺"
}

.bi-anthropic:before {
    content: "裸"
}

.bi-apple-music:before {
    content: "邏"
}

.bi-claude:before {
    content: "樂"
}

.bi-openai:before {
    content: "洛"
}

.bi-perplexity:before {
    content: "烙"
}

.bi-css:before {
    content: "珞"
}

.bi-javascript:before {
    content: "落"
}

.bi-typescript:before {
    content: "酪"
}

.bi-fork-knife:before {
    content: "駱"
}

.bi-globe-americas-fill:before {
    content: "亂"
}

.bi-globe-asia-australia-fill:before {
    content: "卵"
}

.bi-globe-central-south-asia-fill:before {
    content: "欄"
}

.bi-globe-europe-africa-fill:before {
    content: "爛"
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative
}

.swiper {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    overflow: hidden
}

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

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

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate(0, 0)
}

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

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

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

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

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

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-slides-offset-before);
    scroll-margin-inline-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child {
    margin-inline-end: var(--swiper-slides-offset-after)
}

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

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-slides-offset-before);
    scroll-margin-block-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child {
    margin-block-end: var(--swiper-slides-offset-after)
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    pointer-events: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(#0000, #00000080)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(#00000080, #0000)
}

.swiper-lazy-preloader {
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: #0000;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    position: absolute;
    top: 50%;
    left: 50%
}

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

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

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

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-pagination {
    text-align: center;
    z-index: 10;
    transition: opacity .3s;
    position: absolute;
    transform: translate(0, 0)
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    width: 100%;
    left: 0
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    display: inline-block
}

button.swiper-pagination-bullet {
    box-shadow: none;
    appearance: none;
    border: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

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

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translateY(-50%)
}

:is(.swiper-vertical>.swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

:is(.swiper-vertical>.swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    width: 8px;
    top: 50%;
    transform: translateY(-50%)
}

:is(.swiper-vertical>.swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, top .2s;
    display: inline-block
}

:is(.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

:is(.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%)
}

:is(.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, #00000040);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0)
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: 100% 0
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    top: 0;
    left: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    top: 0;
    left: 0
}

.swiper-pagination-lock {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
    display: none !important
}

:is(.swiper-button-prev, .swiper-button-next) ::slotted(svg),
:is(.swiper-button-prev, .swiper-button-next) svg {
    object-fit: contain;
    transform-origin: 50%;
    fill: currentColor;
    pointer-events: none;
    width: 100%;
    height: 100%
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev,
.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2))
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto
}

.swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg)
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal~.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl~.swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl~.swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto
}

:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal~.swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),
:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal~.swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(180deg)
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),
:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(0)
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-prev,
.swiper-vertical~.swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
    right: auto
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),
:is(.swiper-vertical .swiper-button-prev, .swiper-vertical~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),
:is(.swiper-vertical .swiper-button-next, .swiper-vertical~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(90deg)
}