/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa6 {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa6, .fa6-classic, .fa6-sharp, .fa6s, .fa6r, .fa6b {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa6s, .fa6-classic, .fa6r {
    font-family: 'Font Awesome 6 Free'
}

.fa6b {
    font-family: 'Font Awesome 6 Brands'
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa6-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

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

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

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

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

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

.fa6-ul > li {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

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

.fa6-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa6-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa6-fill-drip::before {
    content: "\f576"
}

.fa6-arrows-to-circle::before {
    content: "\e4bd"
}

.fa6-circle-chevron-right::before {
    content: "\f138"
}

.fa6-chevron-circle-right::before {
    content: "\f138"
}

.fa6-at::before {
    content: "\40"
}

.fa6-trash-can::before {
    content: "\f2ed"
}

.fa6-trash-alt::before {
    content: "\f2ed"
}

.fa6-text-height::before {
    content: "\f034"
}

.fa6-user-xmark::before {
    content: "\f235"
}

.fa6-user-times::before {
    content: "\f235"
}

.fa6-stethoscope::before {
    content: "\f0f1"
}

.fa6-message::before {
    content: "\f27a"
}

.fa6-comment-alt::before {
    content: "\f27a"
}

.fa6-info::before {
    content: "\f129"
}

.fa6-down-left-and-up-right-to-center::before {
    content: "\f422"
}

.fa6-compress-alt::before {
    content: "\f422"
}

.fa6-explosion::before {
    content: "\e4e9"
}

.fa6-file-lines::before {
    content: "\f15c"
}

.fa6-file-alt::before {
    content: "\f15c"
}

.fa6-file-text::before {
    content: "\f15c"
}

.fa6-wave-square::before {
    content: "\f83e"
}

.fa6-ring::before {
    content: "\f70b"
}

.fa6-building-un::before {
    content: "\e4d9"
}

.fa6-dice-three::before {
    content: "\f527"
}

.fa6-calendar-days::before {
    content: "\f073"
}

.fa6-calendar-alt::before {
    content: "\f073"
}

.fa6-anchor-circle-check::before {
    content: "\e4aa"
}

.fa6-building-circle-arrow-right::before {
    content: "\e4d1"
}

.fa6-volleyball::before {
    content: "\f45f"
}

.fa6-volleyball-ball::before {
    content: "\f45f"
}

.fa6-arrows-up-to-line::before {
    content: "\e4c2"
}

.fa6-sort-down::before {
    content: "\f0dd"
}

.fa6-sort-desc::before {
    content: "\f0dd"
}

.fa6-circle-minus::before {
    content: "\f056"
}

.fa6-minus-circle::before {
    content: "\f056"
}

.fa6-door-open::before {
    content: "\f52b"
}

.fa6-right-from-bracket::before {
    content: "\f2f5"
}

.fa6-sign-out-alt::before {
    content: "\f2f5"
}

.fa6-atom::before {
    content: "\f5d2"
}

.fa6-soap::before {
    content: "\e06e"
}

.fa6-icons::before {
    content: "\f86d"
}

.fa6-heart-music-camera-bolt::before {
    content: "\f86d"
}

.fa6-microphone-lines-slash::before {
    content: "\f539"
}

.fa6-microphone-alt-slash::before {
    content: "\f539"
}

.fa6-bridge-circle-check::before {
    content: "\e4c9"
}

.fa6-pump-medical::before {
    content: "\e06a"
}

.fa6-fingerprint::before {
    content: "\f577"
}

.fa6-hand-point-right::before {
    content: "\f0a4"
}

.fa6-magnifying-glass-location::before {
    content: "\f689"
}

.fa6-search-location::before {
    content: "\f689"
}

.fa6-forward-step::before {
    content: "\f051"
}

.fa6-step-forward::before {
    content: "\f051"
}

.fa6-face-smile-beam::before {
    content: "\f5b8"
}

.fa6-smile-beam::before {
    content: "\f5b8"
}

.fa6-flag-checkered::before {
    content: "\f11e"
}

.fa6-football::before {
    content: "\f44e"
}

.fa6-football-ball::before {
    content: "\f44e"
}

.fa6-school-circle-exclamation::before {
    content: "\e56c"
}

.fa6-crop::before {
    content: "\f125"
}

.fa6-angles-down::before {
    content: "\f103"
}

.fa6-angle-double-down::before {
    content: "\f103"
}

.fa6-users-rectangle::before {
    content: "\e594"
}

.fa6-people-roof::before {
    content: "\e537"
}

.fa6-people-line::before {
    content: "\e534"
}

.fa6-beer-mug-empty::before {
    content: "\f0fc"
}

.fa6-beer::before {
    content: "\f0fc"
}

.fa6-diagram-predecessor::before {
    content: "\e477"
}

.fa6-arrow-up-long::before {
    content: "\f176"
}

.fa6-long-arrow-up::before {
    content: "\f176"
}

.fa6-fire-flame-simple::before {
    content: "\f46a"
}

.fa6-burn::before {
    content: "\f46a"
}

.fa6-person::before {
    content: "\f183"
}

.fa6-male::before {
    content: "\f183"
}

.fa6-laptop::before {
    content: "\f109"
}

.fa6-file-csv::before {
    content: "\f6dd"
}

.fa6-menorah::before {
    content: "\f676"
}

.fa6-truck-plane::before {
    content: "\e58f"
}

.fa6-record-vinyl::before {
    content: "\f8d9"
}

.fa6-face-grin-stars::before {
    content: "\f587"
}

.fa6-grin-stars::before {
    content: "\f587"
}

.fa6-bong::before {
    content: "\f55c"
}

.fa6-spaghetti-monster-flying::before {
    content: "\f67b"
}

.fa6-pastafarianism::before {
    content: "\f67b"
}

.fa6-arrow-down-up-across-line::before {
    content: "\e4af"
}

.fa6-spoon::before {
    content: "\f2e5"
}

.fa6-utensil-spoon::before {
    content: "\f2e5"
}

.fa6-jar-wheat::before {
    content: "\e517"
}

.fa6-envelopes-bulk::before {
    content: "\f674"
}

.fa6-mail-bulk::before {
    content: "\f674"
}

.fa6-file-circle-exclamation::before {
    content: "\e4eb"
}

.fa6-circle-h::before {
    content: "\f47e"
}

.fa6-hospital-symbol::before {
    content: "\f47e"
}

.fa6-pager::before {
    content: "\f815"
}

.fa6-address-book::before {
    content: "\f2b9"
}

.fa6-contact-book::before {
    content: "\f2b9"
}

.fa6-strikethrough::before {
    content: "\f0cc"
}

.fa6-k::before {
    content: "\4b"
}

.fa6-landmark-flag::before {
    content: "\e51c"
}

.fa6-pencil::before {
    content: "\f303"
}

.fa6-pencil-alt::before {
    content: "\f303"
}

.fa6-backward::before {
    content: "\f04a"
}

.fa6-caret-right::before {
    content: "\f0da"
}

.fa6-comments::before {
    content: "\f086"
}

.fa6-paste::before {
    content: "\f0ea"
}

.fa6-file-clipboard::before {
    content: "\f0ea"
}

.fa6-code-pull-request::before {
    content: "\e13c"
}

.fa6-clipboard-list::before {
    content: "\f46d"
}

.fa6-truck-ramp-box::before {
    content: "\f4de"
}

.fa6-truck-loading::before {
    content: "\f4de"
}

.fa6-user-check::before {
    content: "\f4fc"
}

.fa6-vial-virus::before {
    content: "\e597"
}

.fa6-sheet-plastic::before {
    content: "\e571"
}

.fa6-blog::before {
    content: "\f781"
}

.fa6-user-ninja::before {
    content: "\f504"
}

.fa6-person-arrow-up-from-line::before {
    content: "\e539"
}

.fa6-scroll-torah::before {
    content: "\f6a0"
}

.fa6-torah::before {
    content: "\f6a0"
}

.fa6-broom-ball::before {
    content: "\f458"
}

.fa6-quidditch::before {
    content: "\f458"
}

.fa6-quidditch-broom-ball::before {
    content: "\f458"
}

.fa6-toggle-off::before {
    content: "\f204"
}

.fa6-box-archive::before {
    content: "\f187"
}

.fa6-archive::before {
    content: "\f187"
}

.fa6-person-drowning::before {
    content: "\e545"
}

.fa6-arrow-down-9-1::before {
    content: "\f886"
}

.fa6-sort-numeric-desc::before {
    content: "\f886"
}

.fa6-sort-numeric-down-alt::before {
    content: "\f886"
}

.fa6-face-grin-tongue-squint::before {
    content: "\f58a"
}

.fa6-grin-tongue-squint::before {
    content: "\f58a"
}

.fa6-spray-can::before {
    content: "\f5bd"
}

.fa6-truck-monster::before {
    content: "\f63b"
}

.fa6-w::before {
    content: "\57"
}

.fa6-earth-africa::before {
    content: "\f57c"
}

.fa6-globe-africa::before {
    content: "\f57c"
}

.fa6-rainbow::before {
    content: "\f75b"
}

.fa6-circle-notch::before {
    content: "\f1ce"
}

.fa6-tablet-screen-button::before {
    content: "\f3fa"
}

.fa6-tablet-alt::before {
    content: "\f3fa"
}

.fa6-paw::before {
    content: "\f1b0"
}

.fa6-cloud::before {
    content: "\f0c2"
}

.fa6-trowel-bricks::before {
    content: "\e58a"
}

.fa6-face-flushed::before {
    content: "\f579"
}

.fa6-flushed::before {
    content: "\f579"
}

.fa6-hospital-user::before {
    content: "\f80d"
}

.fa6-tent-arrow-left-right::before {
    content: "\e57f"
}

.fa6-gavel::before {
    content: "\f0e3"
}

.fa6-legal::before {
    content: "\f0e3"
}

.fa6-binoculars::before {
    content: "\f1e5"
}

.fa6-microphone-slash::before {
    content: "\f131"
}

.fa6-box-tissue::before {
    content: "\e05b"
}

.fa6-motorcycle::before {
    content: "\f21c"
}

.fa6-bell-concierge::before {
    content: "\f562"
}

.fa6-concierge-bell::before {
    content: "\f562"
}

.fa6-pen-ruler::before {
    content: "\f5ae"
}

.fa6-pencil-ruler::before {
    content: "\f5ae"
}

.fa6-people-arrows::before {
    content: "\e068"
}

.fa6-people-arrows-left-right::before {
    content: "\e068"
}

.fa6-mars-and-venus-burst::before {
    content: "\e523"
}

.fa6-square-caret-right::before {
    content: "\f152"
}

.fa6-caret-square-right::before {
    content: "\f152"
}

.fa6-scissors::before {
    content: "\f0c4"
}

.fa6-cut::before {
    content: "\f0c4"
}

.fa6-sun-plant-wilt::before {
    content: "\e57a"
}

.fa6-toilets-portable::before {
    content: "\e584"
}

.fa6-hockey-puck::before {
    content: "\f453"
}

.fa6-table::before {
    content: "\f0ce"
}

.fa6-magnifying-glass-arrow-right::before {
    content: "\e521"
}

.fa6-tachograph-digital::before {
    content: "\f566"
}

.fa6-digital-tachograph::before {
    content: "\f566"
}

.fa6-users-slash::before {
    content: "\e073"
}

.fa6-clover::before {
    content: "\e139"
}

.fa6-reply::before {
    content: "\f3e5"
}

.fa6-mail-reply::before {
    content: "\f3e5"
}

.fa6-star-and-crescent::before {
    content: "\f699"
}

.fa6-house-fire::before {
    content: "\e50c"
}

.fa6-square-minus::before {
    content: "\f146"
}

.fa6-minus-square::before {
    content: "\f146"
}

.fa6-helicopter::before {
    content: "\f533"
}

.fa6-compass::before {
    content: "\f14e"
}

.fa6-square-caret-down::before {
    content: "\f150"
}

.fa6-caret-square-down::before {
    content: "\f150"
}

.fa6-file-circle-question::before {
    content: "\e4ef"
}

.fa6-laptop-code::before {
    content: "\f5fc"
}

.fa6-swatchbook::before {
    content: "\f5c3"
}

.fa6-prescription-bottle::before {
    content: "\f485"
}

.fa6-bars::before {
    content: "\f0c9"
}

.fa6-navicon::before {
    content: "\f0c9"
}

.fa6-people-group::before {
    content: "\e533"
}

.fa6-hourglass-end::before {
    content: "\f253"
}

.fa6-hourglass-3::before {
    content: "\f253"
}

.fa6-heart-crack::before {
    content: "\f7a9"
}

.fa6-heart-broken::before {
    content: "\f7a9"
}

.fa6-square-up-right::before {
    content: "\f360"
}

.fa6-external-link-square-alt::before {
    content: "\f360"
}

.fa6-face-kiss-beam::before {
    content: "\f597"
}

.fa6-kiss-beam::before {
    content: "\f597"
}

.fa6-film::before {
    content: "\f008"
}

.fa6-ruler-horizontal::before {
    content: "\f547"
}

.fa6-people-robbery::before {
    content: "\e536"
}

.fa6-lightbulb::before {
    content: "\f0eb"
}

.fa6-caret-left::before {
    content: "\f0d9"
}

.fa6-circle-exclamation::before {
    content: "\f06a"
}

.fa6-exclamation-circle::before {
    content: "\f06a"
}

.fa6-school-circle-xmark::before {
    content: "\e56d"
}

.fa6-arrow-right-from-bracket::before {
    content: "\f08b"
}

.fa6-sign-out::before {
    content: "\f08b"
}

.fa6-circle-chevron-down::before {
    content: "\f13a"
}

.fa6-chevron-circle-down::before {
    content: "\f13a"
}

.fa6-unlock-keyhole::before {
    content: "\f13e"
}

.fa6-unlock-alt::before {
    content: "\f13e"
}

.fa6-cloud-showers-heavy::before {
    content: "\f740"
}

.fa6-headphones-simple::before {
    content: "\f58f"
}

.fa6-headphones-alt::before {
    content: "\f58f"
}

.fa6-sitemap::before {
    content: "\f0e8"
}

.fa6-circle-dollar-to-slot::before {
    content: "\f4b9"
}

.fa6-donate::before {
    content: "\f4b9"
}

.fa6-memory::before {
    content: "\f538"
}

.fa6-road-spikes::before {
    content: "\e568"
}

.fa6-fire-burner::before {
    content: "\e4f1"
}

.fa6-flag::before {
    content: "\f024"
}

.fa6-hanukiah::before {
    content: "\f6e6"
}

.fa6-feather::before {
    content: "\f52d"
}

.fa6-volume-low::before {
    content: "\f027"
}

.fa6-volume-down::before {
    content: "\f027"
}

.fa6-comment-slash::before {
    content: "\f4b3"
}

.fa6-cloud-sun-rain::before {
    content: "\f743"
}

.fa6-compress::before {
    content: "\f066"
}

.fa6-wheat-awn::before {
    content: "\e2cd"
}

.fa6-wheat-alt::before {
    content: "\e2cd"
}

.fa6-ankh::before {
    content: "\f644"
}

.fa6-hands-holding-child::before {
    content: "\e4fa"
}

.fa6-asterisk::before {
    content: "\2a"
}

.fa6-square-check::before {
    content: "\f14a"
}

.fa6-check-square::before {
    content: "\f14a"
}

.fa6-peseta-sign::before {
    content: "\e221"
}

.fa6-heading::before {
    content: "\f1dc"
}

.fa6-header::before {
    content: "\f1dc"
}

.fa6-ghost::before {
    content: "\f6e2"
}

.fa6-list::before {
    content: "\f03a"
}

.fa6-list-squares::before {
    content: "\f03a"
}

.fa6-square-phone-flip::before {
    content: "\f87b"
}

.fa6-phone-square-alt::before {
    content: "\f87b"
}

.fa6-cart-plus::before {
    content: "\f217"
}

.fa6-gamepad::before {
    content: "\f11b"
}

.fa6-circle-dot::before {
    content: "\f192"
}

.fa6-dot-circle::before {
    content: "\f192"
}

.fa6-face-dizzy::before {
    content: "\f567"
}

.fa6-dizzy::before {
    content: "\f567"
}

.fa6-egg::before {
    content: "\f7fb"
}

.fa6-house-medical-circle-xmark::before {
    content: "\e513"
}

.fa6-campground::before {
    content: "\f6bb"
}

.fa6-folder-plus::before {
    content: "\f65e"
}

.fa6-futbol::before {
    content: "\f1e3"
}

.fa6-futbol-ball::before {
    content: "\f1e3"
}

.fa6-soccer-ball::before {
    content: "\f1e3"
}

.fa6-paintbrush::before {
    content: "\f1fc"
}

.fa6-paint-brush::before {
    content: "\f1fc"
}

.fa6-lock::before {
    content: "\f023"
}

.fa6-gas-pump::before {
    content: "\f52f"
}

.fa6-hot-tub-person::before {
    content: "\f593"
}

.fa6-hot-tub::before {
    content: "\f593"
}

.fa6-map-location::before {
    content: "\f59f"
}

.fa6-map-marked::before {
    content: "\f59f"
}

.fa6-house-flood-water::before {
    content: "\e50e"
}

.fa6-tree::before {
    content: "\f1bb"
}

.fa6-bridge-lock::before {
    content: "\e4cc"
}

.fa6-sack-dollar::before {
    content: "\f81d"
}

.fa6-pen-to-square::before {
    content: "\f044"
}

.fa6-edit::before {
    content: "\f044"
}

.fa6-car-side::before {
    content: "\f5e4"
}

.fa6-share-nodes::before {
    content: "\f1e0"
}

.fa6-share-alt::before {
    content: "\f1e0"
}

.fa6-heart-circle-minus::before {
    content: "\e4ff"
}

.fa6-hourglass-half::before {
    content: "\f252"
}

.fa6-hourglass-2::before {
    content: "\f252"
}

.fa6-microscope::before {
    content: "\f610"
}

.fa6-sink::before {
    content: "\e06d"
}

.fa6-bag-shopping::before {
    content: "\f290"
}

.fa6-shopping-bag::before {
    content: "\f290"
}

.fa6-arrow-down-z-a::before {
    content: "\f881"
}

.fa6-sort-alpha-desc::before {
    content: "\f881"
}

.fa6-sort-alpha-down-alt::before {
    content: "\f881"
}

.fa6-mitten::before {
    content: "\f7b5"
}

.fa6-person-rays::before {
    content: "\e54d"
}

.fa6-users::before {
    content: "\f0c0"
}

.fa6-eye-slash::before {
    content: "\f070"
}

.fa6-flask-vial::before {
    content: "\e4f3"
}

.fa6-hand::before {
    content: "\f256"
}

.fa6-hand-paper::before {
    content: "\f256"
}

.fa6-om::before {
    content: "\f679"
}

.fa6-worm::before {
    content: "\e599"
}

.fa6-house-circle-xmark::before {
    content: "\e50b"
}

.fa6-plug::before {
    content: "\f1e6"
}

.fa6-chevron-up::before {
    content: "\f077"
}

.fa6-hand-spock::before {
    content: "\f259"
}

.fa6-stopwatch::before {
    content: "\f2f2"
}

.fa6-face-kiss::before {
    content: "\f596"
}

.fa6-kiss::before {
    content: "\f596"
}

.fa6-bridge-circle-xmark::before {
    content: "\e4cb"
}

.fa6-face-grin-tongue::before {
    content: "\f589"
}

.fa6-grin-tongue::before {
    content: "\f589"
}

.fa6-chess-bishop::before {
    content: "\f43a"
}

.fa6-face-grin-wink::before {
    content: "\f58c"
}

.fa6-grin-wink::before {
    content: "\f58c"
}

.fa6-ear-deaf::before {
    content: "\f2a4"
}

.fa6-deaf::before {
    content: "\f2a4"
}

.fa6-deafness::before {
    content: "\f2a4"
}

.fa6-hard-of-hearing::before {
    content: "\f2a4"
}

.fa6-road-circle-check::before {
    content: "\e564"
}

.fa6-dice-five::before {
    content: "\f523"
}

.fa6-square-rss::before {
    content: "\f143"
}

.fa6-rss-square::before {
    content: "\f143"
}

.fa6-land-mine-on::before {
    content: "\e51b"
}

.fa6-i-cursor::before {
    content: "\f246"
}

.fa6-stamp::before {
    content: "\f5bf"
}

.fa6-stairs::before {
    content: "\e289"
}

.fa6-i::before {
    content: "\49"
}

.fa6-hryvnia-sign::before {
    content: "\f6f2"
}

.fa6-hryvnia::before {
    content: "\f6f2"
}

.fa6-pills::before {
    content: "\f484"
}

.fa6-face-grin-wide::before {
    content: "\f581"
}

.fa6-grin-alt::before {
    content: "\f581"
}

.fa6-tooth::before {
    content: "\f5c9"
}

.fa6-v::before {
    content: "\56"
}

.fa6-bangladeshi-taka-sign::before {
    content: "\e2e6"
}

.fa6-bicycle::before {
    content: "\f206"
}

.fa6-staff-snake::before {
    content: "\e579"
}

.fa6-rod-asclepius::before {
    content: "\e579"
}

.fa6-rod-snake::before {
    content: "\e579"
}

.fa6-staff-aesculapius::before {
    content: "\e579"
}

.fa6-head-side-cough-slash::before {
    content: "\e062"
}

.fa6-truck-medical::before {
    content: "\f0f9"
}

.fa6-ambulance::before {
    content: "\f0f9"
}

.fa6-wheat-awn-circle-exclamation::before {
    content: "\e598"
}

.fa6-snowman::before {
    content: "\f7d0"
}

.fa6-mortar-pestle::before {
    content: "\f5a7"
}

.fa6-road-barrier::before {
    content: "\e562"
}

.fa6-school::before {
    content: "\f549"
}

.fa6-igloo::before {
    content: "\f7ae"
}

.fa6-joint::before {
    content: "\f595"
}

.fa6-angle-right::before {
    content: "\f105"
}

.fa6-horse::before {
    content: "\f6f0"
}

.fa6-q::before {
    content: "\51"
}

.fa6-g::before {
    content: "\47"
}

.fa6-notes-medical::before {
    content: "\f481"
}

.fa6-temperature-half::before {
    content: "\f2c9"
}

.fa6-temperature-2::before {
    content: "\f2c9"
}

.fa6-thermometer-2::before {
    content: "\f2c9"
}

.fa6-thermometer-half::before {
    content: "\f2c9"
}

.fa6-dong-sign::before {
    content: "\e169"
}

.fa6-capsules::before {
    content: "\f46b"
}

.fa6-poo-storm::before {
    content: "\f75a"
}

.fa6-poo-bolt::before {
    content: "\f75a"
}

.fa6-face-frown-open::before {
    content: "\f57a"
}

.fa6-frown-open::before {
    content: "\f57a"
}

.fa6-hand-point-up::before {
    content: "\f0a6"
}

.fa6-money-bill::before {
    content: "\f0d6"
}

.fa6-bookmark::before {
    content: "\f02e"
}

.fa6-align-justify::before {
    content: "\f039"
}

.fa6-umbrella-beach::before {
    content: "\f5ca"
}

.fa6-helmet-un::before {
    content: "\e503"
}

.fa6-bullseye::before {
    content: "\f140"
}

.fa6-bacon::before {
    content: "\f7e5"
}

.fa6-hand-point-down::before {
    content: "\f0a7"
}

.fa6-arrow-up-from-bracket::before {
    content: "\e09a"
}

.fa6-folder::before {
    content: "\f07b"
}

.fa6-folder-blank::before {
    content: "\f07b"
}

.fa6-file-waveform::before {
    content: "\f478"
}

.fa6-file-medical-alt::before {
    content: "\f478"
}

.fa6-radiation::before {
    content: "\f7b9"
}

.fa6-chart-simple::before {
    content: "\e473"
}

.fa6-mars-stroke::before {
    content: "\f229"
}

.fa6-vial::before {
    content: "\f492"
}

.fa6-gauge::before {
    content: "\f624"
}

.fa6-dashboard::before {
    content: "\f624"
}

.fa6-gauge-med::before {
    content: "\f624"
}

.fa6-tachometer-alt-average::before {
    content: "\f624"
}

.fa6-wand-magic-sparkles::before {
    content: "\e2ca"
}

.fa6-magic-wand-sparkles::before {
    content: "\e2ca"
}

.fa6-e::before {
    content: "\45"
}

.fa6-pen-clip::before {
    content: "\f305"
}

.fa6-pen-alt::before {
    content: "\f305"
}

.fa6-bridge-circle-exclamation::before {
    content: "\e4ca"
}

.fa6-user::before {
    content: "\f007"
}

.fa6-school-circle-check::before {
    content: "\e56b"
}

.fa6-dumpster::before {
    content: "\f793"
}

.fa6-van-shuttle::before {
    content: "\f5b6"
}

.fa6-shuttle-van::before {
    content: "\f5b6"
}

.fa6-building-user::before {
    content: "\e4da"
}

.fa6-square-caret-left::before {
    content: "\f191"
}

.fa6-caret-square-left::before {
    content: "\f191"
}

.fa6-highlighter::before {
    content: "\f591"
}

.fa6-key::before {
    content: "\f084"
}

.fa6-bullhorn::before {
    content: "\f0a1"
}

.fa6-globe::before {
    content: "\f0ac"
}

.fa6-synagogue::before {
    content: "\f69b"
}

.fa6-person-half-dress::before {
    content: "\e548"
}

.fa6-road-bridge::before {
    content: "\e563"
}

.fa6-location-arrow::before {
    content: "\f124"
}

.fa6-c::before {
    content: "\43"
}

.fa6-tablet-button::before {
    content: "\f10a"
}

.fa6-building-lock::before {
    content: "\e4d6"
}

.fa6-pizza-slice::before {
    content: "\f818"
}

.fa6-money-bill-wave::before {
    content: "\f53a"
}

.fa6-chart-area::before {
    content: "\f1fe"
}

.fa6-area-chart::before {
    content: "\f1fe"
}

.fa6-house-flag::before {
    content: "\e50d"
}

.fa6-person-circle-minus::before {
    content: "\e540"
}

.fa6-ban::before {
    content: "\f05e"
}

.fa6-cancel::before {
    content: "\f05e"
}

.fa6-camera-rotate::before {
    content: "\e0d8"
}

.fa6-spray-can-sparkles::before {
    content: "\f5d0"
}

.fa6-air-freshener::before {
    content: "\f5d0"
}

.fa6-star::before {
    content: "\f005"
}

.fa6-repeat::before {
    content: "\f363"
}

.fa6-cross::before {
    content: "\f654"
}

.fa6-box::before {
    content: "\f466"
}

.fa6-venus-mars::before {
    content: "\f228"
}

.fa6-arrow-pointer::before {
    content: "\f245"
}

.fa6-mouse-pointer::before {
    content: "\f245"
}

.fa6-maximize::before {
    content: "\f31e"
}

.fa6-expand-arrows-alt::before {
    content: "\f31e"
}

.fa6-charging-station::before {
    content: "\f5e7"
}

.fa6-shapes::before {
    content: "\f61f"
}

.fa6-triangle-circle-square::before {
    content: "\f61f"
}

.fa6-shuffle::before {
    content: "\f074"
}

.fa6-random::before {
    content: "\f074"
}

.fa6-person-running::before {
    content: "\f70c"
}

.fa6-running::before {
    content: "\f70c"
}

.fa6-mobile-retro::before {
    content: "\e527"
}

.fa6-grip-lines-vertical::before {
    content: "\f7a5"
}

.fa6-spider::before {
    content: "\f717"
}

.fa6-hands-bound::before {
    content: "\e4f9"
}

.fa6-file-invoice-dollar::before {
    content: "\f571"
}

.fa6-plane-circle-exclamation::before {
    content: "\e556"
}

.fa6-x-ray::before {
    content: "\f497"
}

.fa6-spell-check::before {
    content: "\f891"
}

.fa6-slash::before {
    content: "\f715"
}

.fa6-computer-mouse::before {
    content: "\f8cc"
}

.fa6-mouse::before {
    content: "\f8cc"
}

.fa6-arrow-right-to-bracket::before {
    content: "\f090"
}

.fa6-sign-in::before {
    content: "\f090"
}

.fa6-shop-slash::before {
    content: "\e070"
}

.fa6-store-alt-slash::before {
    content: "\e070"
}

.fa6-server::before {
    content: "\f233"
}

.fa6-virus-covid-slash::before {
    content: "\e4a9"
}

.fa6-shop-lock::before {
    content: "\e4a5"
}

.fa6-hourglass-start::before {
    content: "\f251"
}

.fa6-hourglass-1::before {
    content: "\f251"
}

.fa6-blender-phone::before {
    content: "\f6b6"
}

.fa6-building-wheat::before {
    content: "\e4db"
}

.fa6-person-breastfeeding::before {
    content: "\e53a"
}

.fa6-right-to-bracket::before {
    content: "\f2f6"
}

.fa6-sign-in-alt::before {
    content: "\f2f6"
}

.fa6-venus::before {
    content: "\f221"
}

.fa6-passport::before {
    content: "\f5ab"
}

.fa6-heart-pulse::before {
    content: "\f21e"
}

.fa6-heartbeat::before {
    content: "\f21e"
}

.fa6-people-carry-box::before {
    content: "\f4ce"
}

.fa6-people-carry::before {
    content: "\f4ce"
}

.fa6-temperature-high::before {
    content: "\f769"
}

.fa6-microchip::before {
    content: "\f2db"
}

.fa6-crown::before {
    content: "\f521"
}

.fa6-weight-hanging::before {
    content: "\f5cd"
}

.fa6-xmarks-lines::before {
    content: "\e59a"
}

.fa6-file-prescription::before {
    content: "\f572"
}

.fa6-weight-scale::before {
    content: "\f496"
}

.fa6-weight::before {
    content: "\f496"
}

.fa6-user-group::before {
    content: "\f500"
}

.fa6-user-friends::before {
    content: "\f500"
}

.fa6-arrow-up-a-z::before {
    content: "\f15e"
}

.fa6-sort-alpha-up::before {
    content: "\f15e"
}

.fa6-chess-knight::before {
    content: "\f441"
}

.fa6-face-laugh-squint::before {
    content: "\f59b"
}

.fa6-laugh-squint::before {
    content: "\f59b"
}

.fa6-wheelchair::before {
    content: "\f193"
}

.fa6-circle-arrow-up::before {
    content: "\f0aa"
}

.fa6-arrow-circle-up::before {
    content: "\f0aa"
}

.fa6-toggle-on::before {
    content: "\f205"
}

.fa6-person-walking::before {
    content: "\f554"
}

.fa6-walking::before {
    content: "\f554"
}

.fa6-l::before {
    content: "\4c"
}

.fa6-fire::before {
    content: "\f06d"
}

.fa6-bed-pulse::before {
    content: "\f487"
}

.fa6-procedures::before {
    content: "\f487"
}

.fa6-shuttle-space::before {
    content: "\f197"
}

.fa6-space-shuttle::before {
    content: "\f197"
}

.fa6-face-laugh::before {
    content: "\f599"
}

.fa6-laugh::before {
    content: "\f599"
}

.fa6-folder-open::before {
    content: "\f07c"
}

.fa6-heart-circle-plus::before {
    content: "\e500"
}

.fa6-code-fork::before {
    content: "\e13b"
}

.fa6-city::before {
    content: "\f64f"
}

.fa6-microphone-lines::before {
    content: "\f3c9"
}

.fa6-microphone-alt::before {
    content: "\f3c9"
}

.fa6-pepper-hot::before {
    content: "\f816"
}

.fa6-unlock::before {
    content: "\f09c"
}

.fa6-colon-sign::before {
    content: "\e140"
}

.fa6-headset::before {
    content: "\f590"
}

.fa6-store-slash::before {
    content: "\e071"
}

.fa6-road-circle-xmark::before {
    content: "\e566"
}

.fa6-user-minus::before {
    content: "\f503"
}

.fa6-mars-stroke-up::before {
    content: "\f22a"
}

.fa6-mars-stroke-v::before {
    content: "\f22a"
}

.fa6-champagne-glasses::before {
    content: "\f79f"
}

.fa6-glass-cheers::before {
    content: "\f79f"
}

.fa6-clipboard::before {
    content: "\f328"
}

.fa6-house-circle-exclamation::before {
    content: "\e50a"
}

.fa6-file-arrow-up::before {
    content: "\f574"
}

.fa6-file-upload::before {
    content: "\f574"
}

.fa6-wifi::before {
    content: "\f1eb"
}

.fa6-wifi-3::before {
    content: "\f1eb"
}

.fa6-wifi-strong::before {
    content: "\f1eb"
}

.fa6-bath::before {
    content: "\f2cd"
}

.fa6-bathtub::before {
    content: "\f2cd"
}

.fa6-underline::before {
    content: "\f0cd"
}

.fa6-user-pen::before {
    content: "\f4ff"
}

.fa6-user-edit::before {
    content: "\f4ff"
}

.fa6-signature::before {
    content: "\f5b7"
}

.fa6-stroopwafel::before {
    content: "\f551"
}

.fa6-bold::before {
    content: "\f032"
}

.fa6-anchor-lock::before {
    content: "\e4ad"
}

.fa6-building-ngo::before {
    content: "\e4d7"
}

.fa6-manat-sign::before {
    content: "\e1d5"
}

.fa6-not-equal::before {
    content: "\f53e"
}

.fa6-border-top-left::before {
    content: "\f853"
}

.fa6-border-style::before {
    content: "\f853"
}

.fa6-map-location-dot::before {
    content: "\f5a0"
}

.fa6-map-marked-alt::before {
    content: "\f5a0"
}

.fa6-jedi::before {
    content: "\f669"
}

.fa6-square-poll-vertical::before {
    content: "\f681"
}

.fa6-poll::before {
    content: "\f681"
}

.fa6-mug-hot::before {
    content: "\f7b6"
}

.fa6-car-battery::before {
    content: "\f5df"
}

.fa6-battery-car::before {
    content: "\f5df"
}

.fa6-gift::before {
    content: "\f06b"
}

.fa6-dice-two::before {
    content: "\f528"
}

.fa6-chess-queen::before {
    content: "\f445"
}

.fa6-glasses::before {
    content: "\f530"
}

.fa6-chess-board::before {
    content: "\f43c"
}

.fa6-building-circle-check::before {
    content: "\e4d2"
}

.fa6-person-chalkboard::before {
    content: "\e53d"
}

.fa6-mars-stroke-right::before {
    content: "\f22b"
}

.fa6-mars-stroke-h::before {
    content: "\f22b"
}

.fa6-hand-back-fist::before {
    content: "\f255"
}

.fa6-hand-rock::before {
    content: "\f255"
}

.fa6-square-caret-up::before {
    content: "\f151"
}

.fa6-caret-square-up::before {
    content: "\f151"
}

.fa6-cloud-showers-water::before {
    content: "\e4e4"
}

.fa6-chart-bar::before {
    content: "\f080"
}

.fa6-bar-chart::before {
    content: "\f080"
}

.fa6-hands-bubbles::before {
    content: "\e05e"
}

.fa6-hands-wash::before {
    content: "\e05e"
}

.fa6-less-than-equal::before {
    content: "\f537"
}

.fa6-train::before {
    content: "\f238"
}

.fa6-eye-low-vision::before {
    content: "\f2a8"
}

.fa6-low-vision::before {
    content: "\f2a8"
}

.fa6-crow::before {
    content: "\f520"
}

.fa6-sailboat::before {
    content: "\e445"
}

.fa6-window-restore::before {
    content: "\f2d2"
}

.fa6-square-plus::before {
    content: "\f0fe"
}

.fa6-plus-square::before {
    content: "\f0fe"
}

.fa6-torii-gate::before {
    content: "\f6a1"
}

.fa6-frog::before {
    content: "\f52e"
}

.fa6-bucket::before {
    content: "\e4cf"
}

.fa6-image::before {
    content: "\f03e"
}

.fa6-microphone::before {
    content: "\f130"
}

.fa6-cow::before {
    content: "\f6c8"
}

.fa6-caret-up::before {
    content: "\f0d8"
}

.fa6-screwdriver::before {
    content: "\f54a"
}

.fa6-folder-closed::before {
    content: "\e185"
}

.fa6-house-tsunami::before {
    content: "\e515"
}

.fa6-square-nfi::before {
    content: "\e576"
}

.fa6-arrow-up-from-ground-water::before {
    content: "\e4b5"
}

.fa6-martini-glass::before {
    content: "\f57b"
}

.fa6-glass-martini-alt::before {
    content: "\f57b"
}

.fa6-rotate-left::before {
    content: "\f2ea"
}

.fa6-rotate-back::before {
    content: "\f2ea"
}

.fa6-rotate-backward::before {
    content: "\f2ea"
}

.fa6-undo-alt::before {
    content: "\f2ea"
}

.fa6-table-columns::before {
    content: "\f0db"
}

.fa6-columns::before {
    content: "\f0db"
}

.fa6-lemon::before {
    content: "\f094"
}

.fa6-head-side-mask::before {
    content: "\e063"
}

.fa6-handshake::before {
    content: "\f2b5"
}

.fa6-gem::before {
    content: "\f3a5"
}

.fa6-dolly::before {
    content: "\f472"
}

.fa6-dolly-box::before {
    content: "\f472"
}

.fa6-smoking::before {
    content: "\f48d"
}

.fa6-minimize::before {
    content: "\f78c"
}

.fa6-compress-arrows-alt::before {
    content: "\f78c"
}

.fa6-monument::before {
    content: "\f5a6"
}

.fa6-snowplow::before {
    content: "\f7d2"
}

.fa6-angles-right::before {
    content: "\f101"
}

.fa6-angle-double-right::before {
    content: "\f101"
}

.fa6-cannabis::before {
    content: "\f55f"
}

.fa6-circle-play::before {
    content: "\f144"
}

.fa6-play-circle::before {
    content: "\f144"
}

.fa6-tablets::before {
    content: "\f490"
}

.fa6-ethernet::before {
    content: "\f796"
}

.fa6-euro-sign::before {
    content: "\f153"
}

.fa6-eur::before {
    content: "\f153"
}

.fa6-euro::before {
    content: "\f153"
}

.fa6-chair::before {
    content: "\f6c0"
}

.fa6-circle-check::before {
    content: "\f058"
}

.fa6-check-circle::before {
    content: "\f058"
}

.fa6-circle-stop::before {
    content: "\f28d"
}

.fa6-stop-circle::before {
    content: "\f28d"
}

.fa6-compass-drafting::before {
    content: "\f568"
}

.fa6-drafting-compass::before {
    content: "\f568"
}

.fa6-plate-wheat::before {
    content: "\e55a"
}

.fa6-icicles::before {
    content: "\f7ad"
}

.fa6-person-shelter::before {
    content: "\e54f"
}

.fa6-neuter::before {
    content: "\f22c"
}

.fa6-id-badge::before {
    content: "\f2c1"
}

.fa6-marker::before {
    content: "\f5a1"
}

.fa6-face-laugh-beam::before {
    content: "\f59a"
}

.fa6-laugh-beam::before {
    content: "\f59a"
}

.fa6-helicopter-symbol::before {
    content: "\e502"
}

.fa6-universal-access::before {
    content: "\f29a"
}

.fa6-circle-chevron-up::before {
    content: "\f139"
}

.fa6-chevron-circle-up::before {
    content: "\f139"
}

.fa6-lari-sign::before {
    content: "\e1c8"
}

.fa6-volcano::before {
    content: "\f770"
}

.fa6-person-walking-dashed-line-arrow-right::before {
    content: "\e553"
}

.fa6-sterling-sign::before {
    content: "\f154"
}

.fa6-gbp::before {
    content: "\f154"
}

.fa6-pound-sign::before {
    content: "\f154"
}

.fa6-viruses::before {
    content: "\e076"
}

.fa6-square-person-confined::before {
    content: "\e577"
}

.fa6-user-tie::before {
    content: "\f508"
}

.fa6-arrow-down-long::before {
    content: "\f175"
}

.fa6-long-arrow-down::before {
    content: "\f175"
}

.fa6-tent-arrow-down-to-line::before {
    content: "\e57e"
}

.fa6-certificate::before {
    content: "\f0a3"
}

.fa6-reply-all::before {
    content: "\f122"
}

.fa6-mail-reply-all::before {
    content: "\f122"
}

.fa6-suitcase::before {
    content: "\f0f2"
}

.fa6-person-skating::before {
    content: "\f7c5"
}

.fa6-skating::before {
    content: "\f7c5"
}

.fa6-filter-circle-dollar::before {
    content: "\f662"
}

.fa6-funnel-dollar::before {
    content: "\f662"
}

.fa6-camera-retro::before {
    content: "\f083"
}

.fa6-circle-arrow-down::before {
    content: "\f0ab"
}

.fa6-arrow-circle-down::before {
    content: "\f0ab"
}

.fa6-file-import::before {
    content: "\f56f"
}

.fa6-arrow-right-to-file::before {
    content: "\f56f"
}

.fa6-square-arrow-up-right::before {
    content: "\f14c"
}

.fa6-external-link-square::before {
    content: "\f14c"
}

.fa6-box-open::before {
    content: "\f49e"
}

.fa6-scroll::before {
    content: "\f70e"
}

.fa6-spa::before {
    content: "\f5bb"
}

.fa6-location-pin-lock::before {
    content: "\e51f"
}

.fa6-pause::before {
    content: "\f04c"
}

.fa6-hill-avalanche::before {
    content: "\e507"
}

.fa6-temperature-empty::before {
    content: "\f2cb"
}

.fa6-temperature-0::before {
    content: "\f2cb"
}

.fa6-thermometer-0::before {
    content: "\f2cb"
}

.fa6-thermometer-empty::before {
    content: "\f2cb"
}

.fa6-bomb::before {
    content: "\f1e2"
}

.fa6-registered::before {
    content: "\f25d"
}

.fa6-address-card::before {
    content: "\f2bb"
}

.fa6-contact-card::before {
    content: "\f2bb"
}

.fa6-vcard::before {
    content: "\f2bb"
}

.fa6-scale-unbalanced-flip::before {
    content: "\f516"
}

.fa6-balance-scale-right::before {
    content: "\f516"
}

.fa6-subscript::before {
    content: "\f12c"
}

.fa6-diamond-turn-right::before {
    content: "\f5eb"
}

.fa6-directions::before {
    content: "\f5eb"
}

.fa6-burst::before {
    content: "\e4dc"
}

.fa6-house-laptop::before {
    content: "\e066"
}

.fa6-laptop-house::before {
    content: "\e066"
}

.fa6-face-tired::before {
    content: "\f5c8"
}

.fa6-tired::before {
    content: "\f5c8"
}

.fa6-money-bills::before {
    content: "\e1f3"
}

.fa6-smog::before {
    content: "\f75f"
}

.fa6-crutch::before {
    content: "\f7f7"
}

.fa6-cloud-arrow-up::before {
    content: "\f0ee"
}

.fa6-cloud-upload::before {
    content: "\f0ee"
}

.fa6-cloud-upload-alt::before {
    content: "\f0ee"
}

.fa6-palette::before {
    content: "\f53f"
}

.fa6-arrows-turn-right::before {
    content: "\e4c0"
}

.fa6-vest::before {
    content: "\e085"
}

.fa6-ferry::before {
    content: "\e4ea"
}

.fa6-arrows-down-to-people::before {
    content: "\e4b9"
}

.fa6-seedling::before {
    content: "\f4d8"
}

.fa6-sprout::before {
    content: "\f4d8"
}

.fa6-left-right::before {
    content: "\f337"
}

.fa6-arrows-alt-h::before {
    content: "\f337"
}

.fa6-boxes-packing::before {
    content: "\e4c7"
}

.fa6-circle-arrow-left::before {
    content: "\f0a8"
}

.fa6-arrow-circle-left::before {
    content: "\f0a8"
}

.fa6-group-arrows-rotate::before {
    content: "\e4f6"
}

.fa6-bowl-food::before {
    content: "\e4c6"
}

.fa6-candy-cane::before {
    content: "\f786"
}

.fa6-arrow-down-wide-short::before {
    content: "\f160"
}

.fa6-sort-amount-asc::before {
    content: "\f160"
}

.fa6-sort-amount-down::before {
    content: "\f160"
}

.fa6-cloud-bolt::before {
    content: "\f76c"
}

.fa6-thunderstorm::before {
    content: "\f76c"
}

.fa6-text-slash::before {
    content: "\f87d"
}

.fa6-remove-format::before {
    content: "\f87d"
}

.fa6-face-smile-wink::before {
    content: "\f4da"
}

.fa6-smile-wink::before {
    content: "\f4da"
}

.fa6-file-word::before {
    content: "\f1c2"
}

.fa6-file-powerpoint::before {
    content: "\f1c4"
}

.fa6-arrows-left-right::before {
    content: "\f07e"
}

.fa6-arrows-h::before {
    content: "\f07e"
}

.fa6-house-lock::before {
    content: "\e510"
}

.fa6-cloud-arrow-down::before {
    content: "\f0ed"
}

.fa6-cloud-download::before {
    content: "\f0ed"
}

.fa6-cloud-download-alt::before {
    content: "\f0ed"
}

.fa6-children::before {
    content: "\e4e1"
}

.fa6-chalkboard::before {
    content: "\f51b"
}

.fa6-blackboard::before {
    content: "\f51b"
}

.fa6-user-large-slash::before {
    content: "\f4fa"
}

.fa6-user-alt-slash::before {
    content: "\f4fa"
}

.fa6-envelope-open::before {
    content: "\f2b6"
}

.fa6-handshake-simple-slash::before {
    content: "\e05f"
}

.fa6-handshake-alt-slash::before {
    content: "\e05f"
}

.fa6-mattress-pillow::before {
    content: "\e525"
}

.fa6-guarani-sign::before {
    content: "\e19a"
}

.fa6-arrows-rotate::before {
    content: "\f021"
}

.fa6-refresh::before {
    content: "\f021"
}

.fa6-sync::before {
    content: "\f021"
}

.fa6-fire-extinguisher::before {
    content: "\f134"
}

.fa6-cruzeiro-sign::before {
    content: "\e152"
}

.fa6-greater-than-equal::before {
    content: "\f532"
}

.fa6-shield-halved::before {
    content: "\f3ed"
}

.fa6-shield-alt::before {
    content: "\f3ed"
}

.fa6-book-atlas::before {
    content: "\f558"
}

.fa6-atlas::before {
    content: "\f558"
}

.fa6-virus::before {
    content: "\e074"
}

.fa6-envelope-circle-check::before {
    content: "\e4e8"
}

.fa6-layer-group::before {
    content: "\f5fd"
}

.fa6-arrows-to-dot::before {
    content: "\e4be"
}

.fa6-archway::before {
    content: "\f557"
}

.fa6-heart-circle-check::before {
    content: "\e4fd"
}

.fa6-house-chimney-crack::before {
    content: "\f6f1"
}

.fa6-house-damage::before {
    content: "\f6f1"
}

.fa6-file-zipper::before {
    content: "\f1c6"
}

.fa6-file-archive::before {
    content: "\f1c6"
}

.fa6-square::before {
    content: "\f0c8"
}

.fa6-martini-glass-empty::before {
    content: "\f000"
}

.fa6-glass-martini::before {
    content: "\f000"
}

.fa6-couch::before {
    content: "\f4b8"
}

.fa6-cedi-sign::before {
    content: "\e0df"
}

.fa6-italic::before {
    content: "\f033"
}

.fa6-church::before {
    content: "\f51d"
}

.fa6-comments-dollar::before {
    content: "\f653"
}

.fa6-democrat::before {
    content: "\f747"
}

.fa6-z::before {
    content: "\5a"
}

.fa6-person-skiing::before {
    content: "\f7c9"
}

.fa6-skiing::before {
    content: "\f7c9"
}

.fa6-road-lock::before {
    content: "\e567"
}

.fa6-a::before {
    content: "\41"
}

.fa6-temperature-arrow-down::before {
    content: "\e03f"
}

.fa6-temperature-down::before {
    content: "\e03f"
}

.fa6-feather-pointed::before {
    content: "\f56b"
}

.fa6-feather-alt::before {
    content: "\f56b"
}

.fa6-p::before {
    content: "\50"
}

.fa6-snowflake::before {
    content: "\f2dc"
}

.fa6-newspaper::before {
    content: "\f1ea"
}

.fa6-rectangle-ad::before {
    content: "\f641"
}

.fa6-ad::before {
    content: "\f641"
}

.fa6-circle-arrow-right::before {
    content: "\f0a9"
}

.fa6-arrow-circle-right::before {
    content: "\f0a9"
}

.fa6-filter-circle-xmark::before {
    content: "\e17b"
}

.fa6-locust::before {
    content: "\e520"
}

.fa6-sort::before {
    content: "\f0dc"
}

.fa6-unsorted::before {
    content: "\f0dc"
}

.fa6-list-ol::before {
    content: "\f0cb"
}

.fa6-list-1-2::before {
    content: "\f0cb"
}

.fa6-list-numeric::before {
    content: "\f0cb"
}

.fa6-person-dress-burst::before {
    content: "\e544"
}

.fa6-money-check-dollar::before {
    content: "\f53d"
}

.fa6-money-check-alt::before {
    content: "\f53d"
}

.fa6-vector-square::before {
    content: "\f5cb"
}

.fa6-bread-slice::before {
    content: "\f7ec"
}

.fa6-language::before {
    content: "\f1ab"
}

.fa6-face-kiss-wink-heart::before {
    content: "\f598"
}

.fa6-kiss-wink-heart::before {
    content: "\f598"
}

.fa6-filter::before {
    content: "\f0b0"
}

.fa6-question::before {
    content: "\3f"
}

.fa6-file-signature::before {
    content: "\f573"
}

.fa6-up-down-left-right::before {
    content: "\f0b2"
}

.fa6-arrows-alt::before {
    content: "\f0b2"
}

.fa6-house-chimney-user::before {
    content: "\e065"
}

.fa6-hand-holding-heart::before {
    content: "\f4be"
}

.fa6-puzzle-piece::before {
    content: "\f12e"
}

.fa6-money-check::before {
    content: "\f53c"
}

.fa6-star-half-stroke::before {
    content: "\f5c0"
}

.fa6-star-half-alt::before {
    content: "\f5c0"
}

.fa6-code::before {
    content: "\f121"
}

.fa6-whiskey-glass::before {
    content: "\f7a0"
}

.fa6-glass-whiskey::before {
    content: "\f7a0"
}

.fa6-building-circle-exclamation::before {
    content: "\e4d3"
}

.fa6-magnifying-glass-chart::before {
    content: "\e522"
}

.fa6-arrow-up-right-from-square::before {
    content: "\f08e"
}

.fa6-external-link::before {
    content: "\f08e"
}

.fa6-cubes-stacked::before {
    content: "\e4e6"
}

.fa6-won-sign::before {
    content: "\f159"
}

.fa6-krw::before {
    content: "\f159"
}

.fa6-won::before {
    content: "\f159"
}

.fa6-virus-covid::before {
    content: "\e4a8"
}

.fa6-austral-sign::before {
    content: "\e0a9"
}

.fa6-f::before {
    content: "\46"
}

.fa6-leaf::before {
    content: "\f06c"
}

.fa6-road::before {
    content: "\f018"
}

.fa6-taxi::before {
    content: "\f1ba"
}

.fa6-cab::before {
    content: "\f1ba"
}

.fa6-person-circle-plus::before {
    content: "\e541"
}

.fa6-chart-pie::before {
    content: "\f200"
}

.fa6-pie-chart::before {
    content: "\f200"
}

.fa6-bolt-lightning::before {
    content: "\e0b7"
}

.fa6-sack-xmark::before {
    content: "\e56a"
}

.fa6-file-excel::before {
    content: "\f1c3"
}

.fa6-file-contract::before {
    content: "\f56c"
}

.fa6-fish-fins::before {
    content: "\e4f2"
}

.fa6-building-flag::before {
    content: "\e4d5"
}

.fa6-face-grin-beam::before {
    content: "\f582"
}

.fa6-grin-beam::before {
    content: "\f582"
}

.fa6-object-ungroup::before {
    content: "\f248"
}

.fa6-poop::before {
    content: "\f619"
}

.fa6-location-pin::before {
    content: "\f041"
}

.fa6-map-marker::before {
    content: "\f041"
}

.fa6-kaaba::before {
    content: "\f66b"
}

.fa6-toilet-paper::before {
    content: "\f71e"
}

.fa6-helmet-safety::before {
    content: "\f807"
}

.fa6-hard-hat::before {
    content: "\f807"
}

.fa6-hat-hard::before {
    content: "\f807"
}

.fa6-eject::before {
    content: "\f052"
}

.fa6-circle-right::before {
    content: "\f35a"
}

.fa6-arrow-alt-circle-right::before {
    content: "\f35a"
}

.fa6-plane-circle-check::before {
    content: "\e555"
}

.fa6-face-rolling-eyes::before {
    content: "\f5a5"
}

.fa6-meh-rolling-eyes::before {
    content: "\f5a5"
}

.fa6-object-group::before {
    content: "\f247"
}

.fa6-chart-line::before {
    content: "\f201"
}

.fa6-line-chart::before {
    content: "\f201"
}

.fa6-mask-ventilator::before {
    content: "\e524"
}

.fa6-arrow-right::before {
    content: "\f061"
}

.fa6-signs-post::before {
    content: "\f277"
}

.fa6-map-signs::before {
    content: "\f277"
}

.fa6-cash-register::before {
    content: "\f788"
}

.fa6-person-circle-question::before {
    content: "\e542"
}

.fa6-h::before {
    content: "\48"
}

.fa6-tarp::before {
    content: "\e57b"
}

.fa6-screwdriver-wrench::before {
    content: "\f7d9"
}

.fa6-tools::before {
    content: "\f7d9"
}

.fa6-arrows-to-eye::before {
    content: "\e4bf"
}

.fa6-plug-circle-bolt::before {
    content: "\e55b"
}

.fa6-heart::before {
    content: "\f004"
}

.fa6-mars-and-venus::before {
    content: "\f224"
}

.fa6-house-user::before {
    content: "\e1b0"
}

.fa6-home-user::before {
    content: "\e1b0"
}

.fa6-dumpster-fire::before {
    content: "\f794"
}

.fa6-house-crack::before {
    content: "\e3b1"
}

.fa6-martini-glass-citrus::before {
    content: "\f561"
}

.fa6-cocktail::before {
    content: "\f561"
}

.fa6-face-surprise::before {
    content: "\f5c2"
}

.fa6-surprise::before {
    content: "\f5c2"
}

.fa6-bottle-water::before {
    content: "\e4c5"
}

.fa6-circle-pause::before {
    content: "\f28b"
}

.fa6-pause-circle::before {
    content: "\f28b"
}

.fa6-toilet-paper-slash::before {
    content: "\e072"
}

.fa6-apple-whole::before {
    content: "\f5d1"
}

.fa6-apple-alt::before {
    content: "\f5d1"
}

.fa6-kitchen-set::before {
    content: "\e51a"
}

.fa6-r::before {
    content: "\52"
}

.fa6-temperature-quarter::before {
    content: "\f2ca"
}

.fa6-temperature-1::before {
    content: "\f2ca"
}

.fa6-thermometer-1::before {
    content: "\f2ca"
}

.fa6-thermometer-quarter::before {
    content: "\f2ca"
}

.fa6-cube::before {
    content: "\f1b2"
}

.fa6-bitcoin-sign::before {
    content: "\e0b4"
}

.fa6-shield-dog::before {
    content: "\e573"
}

.fa6-solar-panel::before {
    content: "\f5ba"
}

.fa6-lock-open::before {
    content: "\f3c1"
}

.fa6-elevator::before {
    content: "\e16d"
}

.fa6-money-bill-transfer::before {
    content: "\e528"
}

.fa6-money-bill-trend-up::before {
    content: "\e529"
}

.fa6-house-flood-water-circle-arrow-right::before {
    content: "\e50f"
}

.fa6-square-poll-horizontal::before {
    content: "\f682"
}

.fa6-poll-h::before {
    content: "\f682"
}

.fa6-circle::before {
    content: "\f111"
}

.fa6-backward-fast::before {
    content: "\f049"
}

.fa6-fast-backward::before {
    content: "\f049"
}

.fa6-recycle::before {
    content: "\f1b8"
}

.fa6-user-astronaut::before {
    content: "\f4fb"
}

.fa6-plane-slash::before {
    content: "\e069"
}

.fa6-trademark::before {
    content: "\f25c"
}

.fa6-basketball::before {
    content: "\f434"
}

.fa6-basketball-ball::before {
    content: "\f434"
}

.fa6-satellite-dish::before {
    content: "\f7c0"
}

.fa6-circle-up::before {
    content: "\f35b"
}

.fa6-arrow-alt-circle-up::before {
    content: "\f35b"
}

.fa6-mobile-screen-button::before {
    content: "\f3cd"
}

.fa6-mobile-alt::before {
    content: "\f3cd"
}

.fa6-volume-high::before {
    content: "\f028"
}

.fa6-volume-up::before {
    content: "\f028"
}

.fa6-users-rays::before {
    content: "\e593"
}

.fa6-wallet::before {
    content: "\f555"
}

.fa6-clipboard-check::before {
    content: "\f46c"
}

.fa6-file-audio::before {
    content: "\f1c7"
}

.fa6-burger::before {
    content: "\f805"
}

.fa6-hamburger::before {
    content: "\f805"
}

.fa6-wrench::before {
    content: "\f0ad"
}

.fa6-bugs::before {
    content: "\e4d0"
}

.fa6-rupee-sign::before {
    content: "\f156"
}

.fa6-rupee::before {
    content: "\f156"
}

.fa6-file-image::before {
    content: "\f1c5"
}

.fa6-circle-question::before {
    content: "\f059"
}

.fa6-question-circle::before {
    content: "\f059"
}

.fa6-plane-departure::before {
    content: "\f5b0"
}

.fa6-handshake-slash::before {
    content: "\e060"
}

.fa6-book-bookmark::before {
    content: "\e0bb"
}

.fa6-code-branch::before {
    content: "\f126"
}

.fa6-hat-cowboy::before {
    content: "\f8c0"
}

.fa6-bridge::before {
    content: "\e4c8"
}

.fa6-phone-flip::before {
    content: "\f879"
}

.fa6-phone-alt::before {
    content: "\f879"
}

.fa6-truck-front::before {
    content: "\e2b7"
}

.fa6-cat::before {
    content: "\f6be"
}

.fa6-anchor-circle-exclamation::before {
    content: "\e4ab"
}

.fa6-truck-field::before {
    content: "\e58d"
}

.fa6-route::before {
    content: "\f4d7"
}

.fa6-clipboard-question::before {
    content: "\e4e3"
}

.fa6-panorama::before {
    content: "\e209"
}

.fa6-comment-medical::before {
    content: "\f7f5"
}

.fa6-teeth-open::before {
    content: "\f62f"
}

.fa6-file-circle-minus::before {
    content: "\e4ed"
}

.fa6-tags::before {
    content: "\f02c"
}

.fa6-wine-glass::before {
    content: "\f4e3"
}

.fa6-forward-fast::before {
    content: "\f050"
}

.fa6-fast-forward::before {
    content: "\f050"
}

.fa6-face-meh-blank::before {
    content: "\f5a4"
}

.fa6-meh-blank::before {
    content: "\f5a4"
}

.fa6-square-parking::before {
    content: "\f540"
}

.fa6-parking::before {
    content: "\f540"
}

.fa6-house-signal::before {
    content: "\e012"
}

.fa6-bars-progress::before {
    content: "\f828"
}

.fa6-tasks-alt::before {
    content: "\f828"
}

.fa6-faucet-drip::before {
    content: "\e006"
}

.fa6-cart-flatbed::before {
    content: "\f474"
}

.fa6-dolly-flatbed::before {
    content: "\f474"
}

.fa6-ban-smoking::before {
    content: "\f54d"
}

.fa6-smoking-ban::before {
    content: "\f54d"
}

.fa6-terminal::before {
    content: "\f120"
}

.fa6-mobile-button::before {
    content: "\f10b"
}

.fa6-house-medical-flag::before {
    content: "\e514"
}

.fa6-basket-shopping::before {
    content: "\f291"
}

.fa6-shopping-basket::before {
    content: "\f291"
}

.fa6-tape::before {
    content: "\f4db"
}

.fa6-bus-simple::before {
    content: "\f55e"
}

.fa6-bus-alt::before {
    content: "\f55e"
}

.fa6-eye::before {
    content: "\f06e"
}

.fa6-face-sad-cry::before {
    content: "\f5b3"
}

.fa6-sad-cry::before {
    content: "\f5b3"
}

.fa6-audio-description::before {
    content: "\f29e"
}

.fa6-person-military-to-person::before {
    content: "\e54c"
}

.fa6-file-shield::before {
    content: "\e4f0"
}

.fa6-user-slash::before {
    content: "\f506"
}

.fa6-pen::before {
    content: "\f304"
}

.fa6-tower-observation::before {
    content: "\e586"
}

.fa6-file-code::before {
    content: "\f1c9"
}

.fa6-signal::before {
    content: "\f012"
}

.fa6-signal-5::before {
    content: "\f012"
}

.fa6-signal-perfect::before {
    content: "\f012"
}

.fa6-bus::before {
    content: "\f207"
}

.fa6-heart-circle-xmark::before {
    content: "\e501"
}

.fa6-house-chimney::before {
    content: "\e3af"
}

.fa6-home-lg::before {
    content: "\e3af"
}

.fa6-window-maximize::before {
    content: "\f2d0"
}

.fa6-face-frown::before {
    content: "\f119"
}

.fa6-frown::before {
    content: "\f119"
}

.fa6-prescription::before {
    content: "\f5b1"
}

.fa6-shop::before {
    content: "\f54f"
}

.fa6-store-alt::before {
    content: "\f54f"
}

.fa6-floppy-disk::before {
    content: "\f0c7"
}

.fa6-save::before {
    content: "\f0c7"
}

.fa6-vihara::before {
    content: "\f6a7"
}

.fa6-scale-unbalanced::before {
    content: "\f515"
}

.fa6-balance-scale-left::before {
    content: "\f515"
}

.fa6-sort-up::before {
    content: "\f0de"
}

.fa6-sort-asc::before {
    content: "\f0de"
}

.fa6-comment-dots::before {
    content: "\f4ad"
}

.fa6-commenting::before {
    content: "\f4ad"
}

.fa6-plant-wilt::before {
    content: "\e5aa"
}

.fa6-diamond::before {
    content: "\f219"
}

.fa6-face-grin-squint::before {
    content: "\f585"
}

.fa6-grin-squint::before {
    content: "\f585"
}

.fa6-hand-holding-dollar::before {
    content: "\f4c0"
}

.fa6-hand-holding-usd::before {
    content: "\f4c0"
}

.fa6-bacterium::before {
    content: "\e05a"
}

.fa6-hand-pointer::before {
    content: "\f25a"
}

.fa6-drum-steelpan::before {
    content: "\f56a"
}

.fa6-hand-scissors::before {
    content: "\f257"
}

.fa6-hands-praying::before {
    content: "\f684"
}

.fa6-praying-hands::before {
    content: "\f684"
}

.fa6-arrow-rotate-right::before {
    content: "\f01e"
}

.fa6-arrow-right-rotate::before {
    content: "\f01e"
}

.fa6-arrow-rotate-forward::before {
    content: "\f01e"
}

.fa6-redo::before {
    content: "\f01e"
}

.fa6-biohazard::before {
    content: "\f780"
}

.fa6-location-crosshairs::before {
    content: "\f601"
}

.fa6-location::before {
    content: "\f601"
}

.fa6-mars-double::before {
    content: "\f227"
}

.fa6-child-dress::before {
    content: "\e59c"
}

.fa6-users-between-lines::before {
    content: "\e591"
}

.fa6-lungs-virus::before {
    content: "\e067"
}

.fa6-face-grin-tears::before {
    content: "\f588"
}

.fa6-grin-tears::before {
    content: "\f588"
}

.fa6-phone::before {
    content: "\f095"
}

.fa6-calendar-xmark::before {
    content: "\f273"
}

.fa6-calendar-times::before {
    content: "\f273"
}

.fa6-child-reaching::before {
    content: "\e59d"
}

.fa6-head-side-virus::before {
    content: "\e064"
}

.fa6-user-gear::before {
    content: "\f4fe"
}

.fa6-user-cog::before {
    content: "\f4fe"
}

.fa6-arrow-up-1-9::before {
    content: "\f163"
}

.fa6-sort-numeric-up::before {
    content: "\f163"
}

.fa6-door-closed::before {
    content: "\f52a"
}

.fa6-shield-virus::before {
    content: "\e06c"
}

.fa6-dice-six::before {
    content: "\f526"
}

.fa6-mosquito-net::before {
    content: "\e52c"
}

.fa6-bridge-water::before {
    content: "\e4ce"
}

.fa6-person-booth::before {
    content: "\f756"
}

.fa6-text-width::before {
    content: "\f035"
}

.fa6-hat-wizard::before {
    content: "\f6e8"
}

.fa6-pen-fancy::before {
    content: "\f5ac"
}

.fa6-person-digging::before {
    content: "\f85e"
}

.fa6-digging::before {
    content: "\f85e"
}

.fa6-trash::before {
    content: "\f1f8"
}

.fa6-gauge-simple::before {
    content: "\f629"
}

.fa6-gauge-simple-med::before {
    content: "\f629"
}

.fa6-tachometer-average::before {
    content: "\f629"
}

.fa6-book-medical::before {
    content: "\f7e6"
}

.fa6-poo::before {
    content: "\f2fe"
}

.fa6-quote-right::before {
    content: "\f10e"
}

.fa6-quote-right-alt::before {
    content: "\f10e"
}

.fa6-shirt::before {
    content: "\f553"
}

.fa6-t-shirt::before {
    content: "\f553"
}

.fa6-tshirt::before {
    content: "\f553"
}

.fa6-cubes::before {
    content: "\f1b3"
}

.fa6-divide::before {
    content: "\f529"
}

.fa6-tenge-sign::before {
    content: "\f7d7"
}

.fa6-tenge::before {
    content: "\f7d7"
}

.fa6-headphones::before {
    content: "\f025"
}

.fa6-hands-holding::before {
    content: "\f4c2"
}

.fa6-hands-clapping::before {
    content: "\e1a8"
}

.fa6-republican::before {
    content: "\f75e"
}

.fa6-arrow-left::before {
    content: "\f060"
}

.fa6-person-circle-xmark::before {
    content: "\e543"
}

.fa6-ruler::before {
    content: "\f545"
}

.fa6-align-left::before {
    content: "\f036"
}

.fa6-dice-d6::before {
    content: "\f6d1"
}

.fa6-restroom::before {
    content: "\f7bd"
}

.fa6-j::before {
    content: "\4a"
}

.fa6-users-viewfinder::before {
    content: "\e595"
}

.fa6-file-video::before {
    content: "\f1c8"
}

.fa6-up-right-from-square::before {
    content: "\f35d"
}

.fa6-external-link-alt::before {
    content: "\f35d"
}

.fa6-table-cells::before {
    content: "\f00a"
}

.fa6-th::before {
    content: "\f00a"
}

.fa6-file-pdf::before {
    content: "\f1c1"
}

.fa6-book-bible::before {
    content: "\f647"
}

.fa6-bible::before {
    content: "\f647"
}

.fa6-o::before {
    content: "\4f"
}

.fa6-suitcase-medical::before {
    content: "\f0fa"
}

.fa6-medkit::before {
    content: "\f0fa"
}

.fa6-user-secret::before {
    content: "\f21b"
}

.fa6-otter::before {
    content: "\f700"
}

.fa6-person-dress::before {
    content: "\f182"
}

.fa6-female::before {
    content: "\f182"
}

.fa6-comment-dollar::before {
    content: "\f651"
}

.fa6-business-time::before {
    content: "\f64a"
}

.fa6-briefcase-clock::before {
    content: "\f64a"
}

.fa6-table-cells-large::before {
    content: "\f009"
}

.fa6-th-large::before {
    content: "\f009"
}

.fa6-book-tanakh::before {
    content: "\f827"
}

.fa6-tanakh::before {
    content: "\f827"
}

.fa6-phone-volume::before {
    content: "\f2a0"
}

.fa6-volume-control-phone::before {
    content: "\f2a0"
}

.fa6-hat-cowboy-side::before {
    content: "\f8c1"
}

.fa6-clipboard-user::before {
    content: "\f7f3"
}

.fa6-child::before {
    content: "\f1ae"
}

.fa6-lira-sign::before {
    content: "\f195"
}

.fa6-satellite::before {
    content: "\f7bf"
}

.fa6-plane-lock::before {
    content: "\e558"
}

.fa6-tag::before {
    content: "\f02b"
}

.fa6-comment::before {
    content: "\f075"
}

.fa6-cake-candles::before {
    content: "\f1fd"
}

.fa6-birthday-cake::before {
    content: "\f1fd"
}

.fa6-cake::before {
    content: "\f1fd"
}

.fa6-envelope::before {
    content: "\f0e0"
}

.fa6-angles-up::before {
    content: "\f102"
}

.fa6-angle-double-up::before {
    content: "\f102"
}

.fa6-paperclip::before {
    content: "\f0c6"
}

.fa6-arrow-right-to-city::before {
    content: "\e4b3"
}

.fa6-ribbon::before {
    content: "\f4d6"
}

.fa6-lungs::before {
    content: "\f604"
}

.fa6-arrow-up-9-1::before {
    content: "\f887"
}

.fa6-sort-numeric-up-alt::before {
    content: "\f887"
}

.fa6-litecoin-sign::before {
    content: "\e1d3"
}

.fa6-border-none::before {
    content: "\f850"
}

.fa6-circle-nodes::before {
    content: "\e4e2"
}

.fa6-parachute-box::before {
    content: "\f4cd"
}

.fa6-indent::before {
    content: "\f03c"
}

.fa6-truck-field-un::before {
    content: "\e58e"
}

.fa6-hourglass::before {
    content: "\f254"
}

.fa6-hourglass-empty::before {
    content: "\f254"
}

.fa6-mountain::before {
    content: "\f6fc"
}

.fa6-user-doctor::before {
    content: "\f0f0"
}

.fa6-user-md::before {
    content: "\f0f0"
}

.fa6-circle-info::before {
    content: "\f05a"
}

.fa6-info-circle::before {
    content: "\f05a"
}

.fa6-cloud-meatball::before {
    content: "\f73b"
}

.fa6-camera::before {
    content: "\f030"
}

.fa6-camera-alt::before {
    content: "\f030"
}

.fa6-square-virus::before {
    content: "\e578"
}

.fa6-meteor::before {
    content: "\f753"
}

.fa6-car-on::before {
    content: "\e4dd"
}

.fa6-sleigh::before {
    content: "\f7cc"
}

.fa6-arrow-down-1-9::before {
    content: "\f162"
}

.fa6-sort-numeric-asc::before {
    content: "\f162"
}

.fa6-sort-numeric-down::before {
    content: "\f162"
}

.fa6-hand-holding-droplet::before {
    content: "\f4c1"
}

.fa6-hand-holding-water::before {
    content: "\f4c1"
}

.fa6-water::before {
    content: "\f773"
}

.fa6-calendar-check::before {
    content: "\f274"
}

.fa6-braille::before {
    content: "\f2a1"
}

.fa6-prescription-bottle-medical::before {
    content: "\f486"
}

.fa6-prescription-bottle-alt::before {
    content: "\f486"
}

.fa6-landmark::before {
    content: "\f66f"
}

.fa6-truck::before {
    content: "\f0d1"
}

.fa6-crosshairs::before {
    content: "\f05b"
}

.fa6-person-cane::before {
    content: "\e53c"
}

.fa6-tent::before {
    content: "\e57d"
}

.fa6-vest-patches::before {
    content: "\e086"
}

.fa6-check-double::before {
    content: "\f560"
}

.fa6-arrow-down-a-z::before {
    content: "\f15d"
}

.fa6-sort-alpha-asc::before {
    content: "\f15d"
}

.fa6-sort-alpha-down::before {
    content: "\f15d"
}

.fa6-money-bill-wheat::before {
    content: "\e52a"
}

.fa6-cookie::before {
    content: "\f563"
}

.fa6-arrow-rotate-left::before {
    content: "\f0e2"
}

.fa6-arrow-left-rotate::before {
    content: "\f0e2"
}

.fa6-arrow-rotate-back::before {
    content: "\f0e2"
}

.fa6-arrow-rotate-backward::before {
    content: "\f0e2"
}

.fa6-undo::before {
    content: "\f0e2"
}

.fa6-hard-drive::before {
    content: "\f0a0"
}

.fa6-hdd::before {
    content: "\f0a0"
}

.fa6-face-grin-squint-tears::before {
    content: "\f586"
}

.fa6-grin-squint-tears::before {
    content: "\f586"
}

.fa6-dumbbell::before {
    content: "\f44b"
}

.fa6-rectangle-list::before {
    content: "\f022"
}

.fa6-list-alt::before {
    content: "\f022"
}

.fa6-tarp-droplet::before {
    content: "\e57c"
}

.fa6-house-medical-circle-check::before {
    content: "\e511"
}

.fa6-person-skiing-nordic::before {
    content: "\f7ca"
}

.fa6-skiing-nordic::before {
    content: "\f7ca"
}

.fa6-calendar-plus::before {
    content: "\f271"
}

.fa6-plane-arrival::before {
    content: "\f5af"
}

.fa6-circle-left::before {
    content: "\f359"
}

.fa6-arrow-alt-circle-left::before {
    content: "\f359"
}

.fa6-train-subway::before {
    content: "\f239"
}

.fa6-subway::before {
    content: "\f239"
}

.fa6-chart-gantt::before {
    content: "\e0e4"
}

.fa6-indian-rupee-sign::before {
    content: "\e1bc"
}

.fa6-indian-rupee::before {
    content: "\e1bc"
}

.fa6-inr::before {
    content: "\e1bc"
}

.fa6-crop-simple::before {
    content: "\f565"
}

.fa6-crop-alt::before {
    content: "\f565"
}

.fa6-money-bill-1::before {
    content: "\f3d1"
}

.fa6-money-bill-alt::before {
    content: "\f3d1"
}

.fa6-left-long::before {
    content: "\f30a"
}

.fa6-long-arrow-alt-left::before {
    content: "\f30a"
}

.fa6-dna::before {
    content: "\f471"
}

.fa6-virus-slash::before {
    content: "\e075"
}

.fa6-minus::before {
    content: "\f068"
}

.fa6-subtract::before {
    content: "\f068"
}

.fa6-chess::before {
    content: "\f439"
}

.fa6-arrow-left-long::before {
    content: "\f177"
}

.fa6-long-arrow-left::before {
    content: "\f177"
}

.fa6-plug-circle-check::before {
    content: "\e55c"
}

.fa6-street-view::before {
    content: "\f21d"
}

.fa6-franc-sign::before {
    content: "\e18f"
}

.fa6-volume-off::before {
    content: "\f026"
}

.fa6-hands-asl-interpreting::before {
    content: "\f2a3"
}

.fa6-american-sign-language-interpreting::before {
    content: "\f2a3"
}

.fa6-asl-interpreting::before {
    content: "\f2a3"
}

.fa6-hands-american-sign-language-interpreting::before {
    content: "\f2a3"
}

.fa6-gear::before {
    content: "\f013"
}

.fa6-cog::before {
    content: "\f013"
}

.fa6-droplet-slash::before {
    content: "\f5c7"
}

.fa6-tint-slash::before {
    content: "\f5c7"
}

.fa6-mosque::before {
    content: "\f678"
}

.fa6-mosquito::before {
    content: "\e52b"
}

.fa6-star-of-david::before {
    content: "\f69a"
}

.fa6-person-military-rifle::before {
    content: "\e54b"
}

.fa6-cart-shopping::before {
    content: "\f07a"
}

.fa6-shopping-cart::before {
    content: "\f07a"
}

.fa6-vials::before {
    content: "\f493"
}

.fa6-plug-circle-plus::before {
    content: "\e55f"
}

.fa6-place-of-worship::before {
    content: "\f67f"
}

.fa6-grip-vertical::before {
    content: "\f58e"
}

.fa6-arrow-turn-up::before {
    content: "\f148"
}

.fa6-level-up::before {
    content: "\f148"
}

.fa6-u::before {
    content: "\55"
}

.fa6-square-root-variable::before {
    content: "\f698"
}

.fa6-square-root-alt::before {
    content: "\f698"
}

.fa6-clock::before {
    content: "\f017"
}

.fa6-clock-four::before {
    content: "\f017"
}

.fa6-backward-step::before {
    content: "\f048"
}

.fa6-step-backward::before {
    content: "\f048"
}

.fa6-pallet::before {
    content: "\f482"
}

.fa6-faucet::before {
    content: "\e005"
}

.fa6-baseball-bat-ball::before {
    content: "\f432"
}

.fa6-s::before {
    content: "\53"
}

.fa6-timeline::before {
    content: "\e29c"
}

.fa6-keyboard::before {
    content: "\f11c"
}

.fa6-caret-down::before {
    content: "\f0d7"
}

.fa6-house-chimney-medical::before {
    content: "\f7f2"
}

.fa6-clinic-medical::before {
    content: "\f7f2"
}

.fa6-temperature-three-quarters::before {
    content: "\f2c8"
}

.fa6-temperature-3::before {
    content: "\f2c8"
}

.fa6-thermometer-3::before {
    content: "\f2c8"
}

.fa6-thermometer-three-quarters::before {
    content: "\f2c8"
}

.fa6-mobile-screen::before {
    content: "\f3cf"
}

.fa6-mobile-android-alt::before {
    content: "\f3cf"
}

.fa6-plane-up::before {
    content: "\e22d"
}

.fa6-piggy-bank::before {
    content: "\f4d3"
}

.fa6-battery-half::before {
    content: "\f242"
}

.fa6-battery-3::before {
    content: "\f242"
}

.fa6-mountain-city::before {
    content: "\e52e"
}

.fa6-coins::before {
    content: "\f51e"
}

.fa6-khanda::before {
    content: "\f66d"
}

.fa6-sliders::before {
    content: "\f1de"
}

.fa6-sliders-h::before {
    content: "\f1de"
}

.fa6-folder-tree::before {
    content: "\f802"
}

.fa6-network-wired::before {
    content: "\f6ff"
}

.fa6-map-pin::before {
    content: "\f276"
}

.fa6-hamsa::before {
    content: "\f665"
}

.fa6-cent-sign::before {
    content: "\e3f5"
}

.fa6-flask::before {
    content: "\f0c3"
}

.fa6-person-pregnant::before {
    content: "\e31e"
}

.fa6-wand-sparkles::before {
    content: "\f72b"
}

.fa6-ellipsis-vertical::before {
    content: "\f142"
}

.fa6-ellipsis-v::before {
    content: "\f142"
}

.fa6-ticket::before {
    content: "\f145"
}

.fa6-power-off::before {
    content: "\f011"
}

.fa6-right-long::before {
    content: "\f30b"
}

.fa6-long-arrow-alt-right::before {
    content: "\f30b"
}

.fa6-flag-usa::before {
    content: "\f74d"
}

.fa6-laptop-file::before {
    content: "\e51d"
}

.fa6-tty::before {
    content: "\f1e4"
}

.fa6-teletype::before {
    content: "\f1e4"
}

.fa6-diagram-next::before {
    content: "\e476"
}

.fa6-person-rifle::before {
    content: "\e54e"
}

.fa6-house-medical-circle-exclamation::before {
    content: "\e512"
}

.fa6-closed-captioning::before {
    content: "\f20a"
}

.fa6-person-hiking::before {
    content: "\f6ec"
}

.fa6-hiking::before {
    content: "\f6ec"
}

.fa6-venus-double::before {
    content: "\f226"
}

.fa6-images::before {
    content: "\f302"
}

.fa6-calculator::before {
    content: "\f1ec"
}

.fa6-people-pulling::before {
    content: "\e535"
}

.fa6-n::before {
    content: "\4e"
}

.fa6-cable-car::before {
    content: "\f7da"
}

.fa6-tram::before {
    content: "\f7da"
}

.fa6-cloud-rain::before {
    content: "\f73d"
}

.fa6-building-circle-xmark::before {
    content: "\e4d4"
}

.fa6-ship::before {
    content: "\f21a"
}

.fa6-arrows-down-to-line::before {
    content: "\e4b8"
}

.fa6-download::before {
    content: "\f019"
}

.fa6-face-grin::before {
    content: "\f580"
}

.fa6-grin::before {
    content: "\f580"
}

.fa6-delete-left::before {
    content: "\f55a"
}

.fa6-backspace::before {
    content: "\f55a"
}

.fa6-eye-dropper::before {
    content: "\f1fb"
}

.fa6-eye-dropper-empty::before {
    content: "\f1fb"
}

.fa6-eyedropper::before {
    content: "\f1fb"
}

.fa6-file-circle-check::before {
    content: "\e5a0"
}

.fa6-forward::before {
    content: "\f04e"
}

.fa6-mobile::before {
    content: "\f3ce"
}

.fa6-mobile-android::before {
    content: "\f3ce"
}

.fa6-mobile-phone::before {
    content: "\f3ce"
}

.fa6-face-meh::before {
    content: "\f11a"
}

.fa6-meh::before {
    content: "\f11a"
}

.fa6-align-center::before {
    content: "\f037"
}

.fa6-book-skull::before {
    content: "\f6b7"
}

.fa6-book-dead::before {
    content: "\f6b7"
}

.fa6-id-card::before {
    content: "\f2c2"
}

.fa6-drivers-license::before {
    content: "\f2c2"
}

.fa6-outdent::before {
    content: "\f03b"
}

.fa6-dedent::before {
    content: "\f03b"
}

.fa6-heart-circle-exclamation::before {
    content: "\e4fe"
}

.fa6-house::before {
    content: "\f015"
}

.fa6-home::before {
    content: "\f015"
}

.fa6-home-alt::before {
    content: "\f015"
}

.fa6-home-lg-alt::before {
    content: "\f015"
}

.fa6-calendar-week::before {
    content: "\f784"
}

.fa6-laptop-medical::before {
    content: "\f812"
}

.fa6-b::before {
    content: "\42"
}

.fa6-file-medical::before {
    content: "\f477"
}

.fa6-dice-one::before {
    content: "\f525"
}

.fa6-kiwi-bird::before {
    content: "\f535"
}

.fa6-arrow-right-arrow-left::before {
    content: "\f0ec"
}

.fa6-exchange::before {
    content: "\f0ec"
}

.fa6-rotate-right::before {
    content: "\f2f9"
}

.fa6-redo-alt::before {
    content: "\f2f9"
}

.fa6-rotate-forward::before {
    content: "\f2f9"
}

.fa6-utensils::before {
    content: "\f2e7"
}

.fa6-cutlery::before {
    content: "\f2e7"
}

.fa6-arrow-up-wide-short::before {
    content: "\f161"
}

.fa6-sort-amount-up::before {
    content: "\f161"
}

.fa6-mill-sign::before {
    content: "\e1ed"
}

.fa6-bowl-rice::before {
    content: "\e2eb"
}

.fa6-skull::before {
    content: "\f54c"
}

.fa6-tower-broadcast::before {
    content: "\f519"
}

.fa6-broadcast-tower::before {
    content: "\f519"
}

.fa6-truck-pickup::before {
    content: "\f63c"
}

.fa6-up-long::before {
    content: "\f30c"
}

.fa6-long-arrow-alt-up::before {
    content: "\f30c"
}

.fa6-stop::before {
    content: "\f04d"
}

.fa6-code-merge::before {
    content: "\f387"
}

.fa6-upload::before {
    content: "\f093"
}

.fa6-hurricane::before {
    content: "\f751"
}

.fa6-mound::before {
    content: "\e52d"
}

.fa6-toilet-portable::before {
    content: "\e583"
}

.fa6-compact-disc::before {
    content: "\f51f"
}

.fa6-file-arrow-down::before {
    content: "\f56d"
}

.fa6-file-download::before {
    content: "\f56d"
}

.fa6-caravan::before {
    content: "\f8ff"
}

.fa6-shield-cat::before {
    content: "\e572"
}

.fa6-bolt::before {
    content: "\f0e7"
}

.fa6-zap::before {
    content: "\f0e7"
}

.fa6-glass-water::before {
    content: "\e4f4"
}

.fa6-oil-well::before {
    content: "\e532"
}

.fa6-vault::before {
    content: "\e2c5"
}

.fa6-mars::before {
    content: "\f222"
}

.fa6-toilet::before {
    content: "\f7d8"
}

.fa6-plane-circle-xmark::before {
    content: "\e557"
}

.fa6-yen-sign::before {
    content: "\f157"
}

.fa6-cny::before {
    content: "\f157"
}

.fa6-jpy::before {
    content: "\f157"
}

.fa6-rmb::before {
    content: "\f157"
}

.fa6-yen::before {
    content: "\f157"
}

.fa6-ruble-sign::before {
    content: "\f158"
}

.fa6-rouble::before {
    content: "\f158"
}

.fa6-rub::before {
    content: "\f158"
}

.fa6-ruble::before {
    content: "\f158"
}

.fa6-sun::before {
    content: "\f185"
}

.fa6-guitar::before {
    content: "\f7a6"
}

.fa6-face-laugh-wink::before {
    content: "\f59c"
}

.fa6-laugh-wink::before {
    content: "\f59c"
}

.fa6-horse-head::before {
    content: "\f7ab"
}

.fa6-bore-hole::before {
    content: "\e4c3"
}

.fa6-industry::before {
    content: "\f275"
}

.fa6-circle-down::before {
    content: "\f358"
}

.fa6-arrow-alt-circle-down::before {
    content: "\f358"
}

.fa6-arrows-turn-to-dots::before {
    content: "\e4c1"
}

.fa6-florin-sign::before {
    content: "\e184"
}

.fa6-arrow-down-short-wide::before {
    content: "\f884"
}

.fa6-sort-amount-desc::before {
    content: "\f884"
}

.fa6-sort-amount-down-alt::before {
    content: "\f884"
}

.fa6-less-than::before {
    content: "\3c"
}

.fa6-angle-down::before {
    content: "\f107"
}

.fa6-car-tunnel::before {
    content: "\e4de"
}

.fa6-head-side-cough::before {
    content: "\e061"
}

.fa6-grip-lines::before {
    content: "\f7a4"
}

.fa6-thumbs-down::before {
    content: "\f165"
}

.fa6-user-lock::before {
    content: "\f502"
}

.fa6-arrow-right-long::before {
    content: "\f178"
}

.fa6-long-arrow-right::before {
    content: "\f178"
}

.fa6-anchor-circle-xmark::before {
    content: "\e4ac"
}

.fa6-ellipsis::before {
    content: "\f141"
}

.fa6-ellipsis-h::before {
    content: "\f141"
}

.fa6-chess-pawn::before {
    content: "\f443"
}

.fa6-kit-medical::before {
    content: "\f479"
}

.fa6-first-aid::before {
    content: "\f479"
}

.fa6-person-through-window::before {
    content: "\e5a9"
}

.fa6-toolbox::before {
    content: "\f552"
}

.fa6-hands-holding-circle::before {
    content: "\e4fb"
}

.fa6-bug::before {
    content: "\f188"
}

.fa6-credit-card::before {
    content: "\f09d"
}

.fa6-credit-card-alt::before {
    content: "\f09d"
}

.fa6-car::before {
    content: "\f1b9"
}

.fa6-automobile::before {
    content: "\f1b9"
}

.fa6-hand-holding-hand::before {
    content: "\e4f7"
}

.fa6-book-open-reader::before {
    content: "\f5da"
}

.fa6-book-reader::before {
    content: "\f5da"
}

.fa6-mountain-sun::before {
    content: "\e52f"
}

.fa6-arrows-left-right-to-line::before {
    content: "\e4ba"
}

.fa6-dice-d20::before {
    content: "\f6cf"
}

.fa6-truck-droplet::before {
    content: "\e58c"
}

.fa6-file-circle-xmark::before {
    content: "\e5a1"
}

.fa6-temperature-arrow-up::before {
    content: "\e040"
}

.fa6-temperature-up::before {
    content: "\e040"
}

.fa6-medal::before {
    content: "\f5a2"
}

.fa6-bed::before {
    content: "\f236"
}

.fa6-square-h::before {
    content: "\f0fd"
}

.fa6-h-square::before {
    content: "\f0fd"
}

.fa6-podcast::before {
    content: "\f2ce"
}

.fa6-temperature-full::before {
    content: "\f2c7"
}

.fa6-temperature-4::before {
    content: "\f2c7"
}

.fa6-thermometer-4::before {
    content: "\f2c7"
}

.fa6-thermometer-full::before {
    content: "\f2c7"
}

.fa6-bell::before {
    content: "\f0f3"
}

.fa6-superscript::before {
    content: "\f12b"
}

.fa6-plug-circle-xmark::before {
    content: "\e560"
}

.fa6-star-of-life::before {
    content: "\f621"
}

.fa6-phone-slash::before {
    content: "\f3dd"
}

.fa6-paint-roller::before {
    content: "\f5aa"
}

.fa6-handshake-angle::before {
    content: "\f4c4"
}

.fa6-hands-helping::before {
    content: "\f4c4"
}

.fa6-location-dot::before {
    content: "\f3c5"
}

.fa6-map-marker-alt::before {
    content: "\f3c5"
}

.fa6-file::before {
    content: "\f15b"
}

.fa6-greater-than::before {
    content: "\3e"
}

.fa6-person-swimming::before {
    content: "\f5c4"
}

.fa6-swimmer::before {
    content: "\f5c4"
}

.fa6-arrow-down::before {
    content: "\f063"
}

.fa6-droplet::before {
    content: "\f043"
}

.fa6-tint::before {
    content: "\f043"
}

.fa6-eraser::before {
    content: "\f12d"
}

.fa6-earth-americas::before {
    content: "\f57d"
}

.fa6-earth::before {
    content: "\f57d"
}

.fa6-earth-america::before {
    content: "\f57d"
}

.fa6-globe-americas::before {
    content: "\f57d"
}

.fa6-person-burst::before {
    content: "\e53b"
}

.fa6-dove::before {
    content: "\f4ba"
}

.fa6-battery-empty::before {
    content: "\f244"
}

.fa6-battery-0::before {
    content: "\f244"
}

.fa6-socks::before {
    content: "\f696"
}

.fa6-inbox::before {
    content: "\f01c"
}

.fa6-section::before {
    content: "\e447"
}

.fa6-gauge-high::before {
    content: "\f625"
}

.fa6-tachometer-alt::before {
    content: "\f625"
}

.fa6-tachometer-alt-fast::before {
    content: "\f625"
}

.fa6-envelope-open-text::before {
    content: "\f658"
}

.fa6-hospital::before {
    content: "\f0f8"
}

.fa6-hospital-alt::before {
    content: "\f0f8"
}

.fa6-hospital-wide::before {
    content: "\f0f8"
}

.fa6-wine-bottle::before {
    content: "\f72f"
}

.fa6-chess-rook::before {
    content: "\f447"
}

.fa6-bars-staggered::before {
    content: "\f550"
}

.fa6-reorder::before {
    content: "\f550"
}

.fa6-stream::before {
    content: "\f550"
}

.fa6-dharmachakra::before {
    content: "\f655"
}

.fa6-hotdog::before {
    content: "\f80f"
}

.fa6-person-walking-with-cane::before {
    content: "\f29d"
}

.fa6-blind::before {
    content: "\f29d"
}

.fa6-drum::before {
    content: "\f569"
}

.fa6-ice-cream::before {
    content: "\f810"
}

.fa6-heart-circle-bolt::before {
    content: "\e4fc"
}

.fa6-fax::before {
    content: "\f1ac"
}

.fa6-paragraph::before {
    content: "\f1dd"
}

.fa6-check-to-slot::before {
    content: "\f772"
}

.fa6-vote-yea::before {
    content: "\f772"
}

.fa6-star-half::before {
    content: "\f089"
}

.fa6-boxes-stacked::before {
    content: "\f468"
}

.fa6-boxes::before {
    content: "\f468"
}

.fa6-boxes-alt::before {
    content: "\f468"
}

.fa6-link::before {
    content: "\f0c1"
}

.fa6-chain::before {
    content: "\f0c1"
}

.fa6-ear-listen::before {
    content: "\f2a2"
}

.fa6-assistive-listening-systems::before {
    content: "\f2a2"
}

.fa6-tree-city::before {
    content: "\e587"
}

.fa6-play::before {
    content: "\f04b"
}

.fa6-font::before {
    content: "\f031"
}

.fa6-rupiah-sign::before {
    content: "\e23d"
}

.fa6-magnifying-glass::before {
    content: "\f002"
}

.fa6-search::before {
    content: "\f002"
}

.fa6-table-tennis-paddle-ball::before {
    content: "\f45d"
}

.fa6-ping-pong-paddle-ball::before {
    content: "\f45d"
}

.fa6-table-tennis::before {
    content: "\f45d"
}

.fa6-person-dots-from-line::before {
    content: "\f470"
}

.fa6-diagnoses::before {
    content: "\f470"
}

.fa6-trash-can-arrow-up::before {
    content: "\f82a"
}

.fa6-trash-restore-alt::before {
    content: "\f82a"
}

.fa6-naira-sign::before {
    content: "\e1f6"
}

.fa6-cart-arrow-down::before {
    content: "\f218"
}

.fa6-walkie-talkie::before {
    content: "\f8ef"
}

.fa6-file-pen::before {
    content: "\f31c"
}

.fa6-file-edit::before {
    content: "\f31c"
}

.fa6-receipt::before {
    content: "\f543"
}

.fa6-square-pen::before {
    content: "\f14b"
}

.fa6-pen-square::before {
    content: "\f14b"
}

.fa6-pencil-square::before {
    content: "\f14b"
}

.fa6-suitcase-rolling::before {
    content: "\f5c1"
}

.fa6-person-circle-exclamation::before {
    content: "\e53f"
}

.fa6-chevron-down::before {
    content: "\f078"
}

.fa6-battery-full::before {
    content: "\f240"
}

.fa6-battery::before {
    content: "\f240"
}

.fa6-battery-5::before {
    content: "\f240"
}

.fa6-skull-crossbones::before {
    content: "\f714"
}

.fa6-code-compare::before {
    content: "\e13a"
}

.fa6-list-ul::before {
    content: "\f0ca"
}

.fa6-list-dots::before {
    content: "\f0ca"
}

.fa6-school-lock::before {
    content: "\e56f"
}

.fa6-tower-cell::before {
    content: "\e585"
}

.fa6-down-long::before {
    content: "\f309"
}

.fa6-long-arrow-alt-down::before {
    content: "\f309"
}

.fa6-ranking-star::before {
    content: "\e561"
}

.fa6-chess-king::before {
    content: "\f43f"
}

.fa6-person-harassing::before {
    content: "\e549"
}

.fa6-brazilian-real-sign::before {
    content: "\e46c"
}

.fa6-landmark-dome::before {
    content: "\f752"
}

.fa6-landmark-alt::before {
    content: "\f752"
}

.fa6-arrow-up::before {
    content: "\f062"
}

.fa6-tv::before {
    content: "\f26c"
}

.fa6-television::before {
    content: "\f26c"
}

.fa6-tv-alt::before {
    content: "\f26c"
}

.fa6-shrimp::before {
    content: "\e448"
}

.fa6-list-check::before {
    content: "\f0ae"
}

.fa6-tasks::before {
    content: "\f0ae"
}

.fa6-jug-detergent::before {
    content: "\e519"
}

.fa6-circle-user::before {
    content: "\f2bd"
}

.fa6-user-circle::before {
    content: "\f2bd"
}

.fa6-user-shield::before {
    content: "\f505"
}

.fa6-wind::before {
    content: "\f72e"
}

.fa6-car-burst::before {
    content: "\f5e1"
}

.fa6-car-crash::before {
    content: "\f5e1"
}

.fa6-y::before {
    content: "\59"
}

.fa6-person-snowboarding::before {
    content: "\f7ce"
}

.fa6-snowboarding::before {
    content: "\f7ce"
}

.fa6-truck-fast::before {
    content: "\f48b"
}

.fa6-shipping-fast::before {
    content: "\f48b"
}

.fa6-fish::before {
    content: "\f578"
}

.fa6-user-graduate::before {
    content: "\f501"
}

.fa6-circle-half-stroke::before {
    content: "\f042"
}

.fa6-adjust::before {
    content: "\f042"
}

.fa6-clapperboard::before {
    content: "\e131"
}

.fa6-circle-radiation::before {
    content: "\f7ba"
}

.fa6-radiation-alt::before {
    content: "\f7ba"
}

.fa6-baseball::before {
    content: "\f433"
}

.fa6-baseball-ball::before {
    content: "\f433"
}

.fa6-jet-fighter-up::before {
    content: "\e518"
}

.fa6-diagram-project::before {
    content: "\f542"
}

.fa6-project-diagram::before {
    content: "\f542"
}

.fa6-copy::before {
    content: "\f0c5"
}

.fa6-volume-xmark::before {
    content: "\f6a9"
}

.fa6-volume-mute::before {
    content: "\f6a9"
}

.fa6-volume-times::before {
    content: "\f6a9"
}

.fa6-hand-sparkles::before {
    content: "\e05d"
}

.fa6-grip::before {
    content: "\f58d"
}

.fa6-grip-horizontal::before {
    content: "\f58d"
}

.fa6-share-from-square::before {
    content: "\f14d"
}

.fa6-share-square::before {
    content: "\f14d"
}

.fa6-child-combatant::before {
    content: "\e4e0"
}

.fa6-child-rifle::before {
    content: "\e4e0"
}

.fa6-gun::before {
    content: "\e19b"
}

.fa6-square-phone::before {
    content: "\f098"
}

.fa6-phone-square::before {
    content: "\f098"
}

.fa6-plus::before {
    content: "\2b"
}

.fa6-add::before {
    content: "\2b"
}

.fa6-expand::before {
    content: "\f065"
}

.fa6-computer::before {
    content: "\e4e5"
}

.fa6-xmark::before {
    content: "\f00d"
}

.fa6-close::before {
    content: "\f00d"
}

.fa6-multiply::before {
    content: "\f00d"
}

.fa6-remove::before {
    content: "\f00d"
}

.fa6-times::before {
    content: "\f00d"
}

.fa6-arrows-up-down-left-right::before {
    content: "\f047"
}

.fa6-arrows::before {
    content: "\f047"
}

.fa6-chalkboard-user::before {
    content: "\f51c"
}

.fa6-chalkboard-teacher::before {
    content: "\f51c"
}

.fa6-peso-sign::before {
    content: "\e222"
}

.fa6-building-shield::before {
    content: "\e4d8"
}

.fa6-baby::before {
    content: "\f77c"
}

.fa6-users-line::before {
    content: "\e592"
}

.fa6-quote-left::before {
    content: "\f10d"
}

.fa6-quote-left-alt::before {
    content: "\f10d"
}

.fa6-tractor::before {
    content: "\f722"
}

.fa6-trash-arrow-up::before {
    content: "\f829"
}

.fa6-trash-restore::before {
    content: "\f829"
}

.fa6-arrow-down-up-lock::before {
    content: "\e4b0"
}

.fa6-lines-leaning::before {
    content: "\e51e"
}

.fa6-ruler-combined::before {
    content: "\f546"
}

.fa6-copyright::before {
    content: "\f1f9"
}

.fa6-equals::before {
    content: "\3d"
}

.fa6-blender::before {
    content: "\f517"
}

.fa6-teeth::before {
    content: "\f62e"
}

.fa6-shekel-sign::before {
    content: "\f20b"
}

.fa6-ils::before {
    content: "\f20b"
}

.fa6-shekel::before {
    content: "\f20b"
}

.fa6-sheqel::before {
    content: "\f20b"
}

.fa6-sheqel-sign::before {
    content: "\f20b"
}

.fa6-map::before {
    content: "\f279"
}

.fa6-rocket::before {
    content: "\f135"
}

.fa6-photo-film::before {
    content: "\f87c"
}

.fa6-photo-video::before {
    content: "\f87c"
}

.fa6-folder-minus::before {
    content: "\f65d"
}

.fa6-store::before {
    content: "\f54e"
}

.fa6-arrow-trend-up::before {
    content: "\e098"
}

.fa6-plug-circle-minus::before {
    content: "\e55e"
}

.fa6-sign-hanging::before {
    content: "\f4d9"
}

.fa6-sign::before {
    content: "\f4d9"
}

.fa6-bezier-curve::before {
    content: "\f55b"
}

.fa6-bell-slash::before {
    content: "\f1f6"
}

.fa6-tablet::before {
    content: "\f3fb"
}

.fa6-tablet-android::before {
    content: "\f3fb"
}

.fa6-school-flag::before {
    content: "\e56e"
}

.fa6-fill::before {
    content: "\f575"
}

.fa6-angle-up::before {
    content: "\f106"
}

.fa6-drumstick-bite::before {
    content: "\f6d7"
}

.fa6-holly-berry::before {
    content: "\f7aa"
}

.fa6-chevron-left::before {
    content: "\f053"
}

.fa6-bacteria::before {
    content: "\e059"
}

.fa6-hand-lizard::before {
    content: "\f258"
}

.fa6-notdef::before {
    content: "\e1fe"
}

.fa6-disease::before {
    content: "\f7fa"
}

.fa6-briefcase-medical::before {
    content: "\f469"
}

.fa6-genderless::before {
    content: "\f22d"
}

.fa6-chevron-right::before {
    content: "\f054"
}

.fa6-retweet::before {
    content: "\f079"
}

.fa6-car-rear::before {
    content: "\f5de"
}

.fa6-car-alt::before {
    content: "\f5de"
}

.fa6-pump-soap::before {
    content: "\e06b"
}

.fa6-video-slash::before {
    content: "\f4e2"
}

.fa6-battery-quarter::before {
    content: "\f243"
}

.fa6-battery-2::before {
    content: "\f243"
}

.fa6-radio::before {
    content: "\f8d7"
}

.fa6-baby-carriage::before {
    content: "\f77d"
}

.fa6-carriage-baby::before {
    content: "\f77d"
}

.fa6-traffic-light::before {
    content: "\f637"
}

.fa6-thermometer::before {
    content: "\f491"
}

.fa6-vr-cardboard::before {
    content: "\f729"
}

.fa6-hand-middle-finger::before {
    content: "\f806"
}

.fa6-percent::before {
    content: "\25"
}

.fa6-percentage::before {
    content: "\25"
}

.fa6-truck-moving::before {
    content: "\f4df"
}

.fa6-glass-water-droplet::before {
    content: "\e4f5"
}

.fa6-display::before {
    content: "\e163"
}

.fa6-face-smile::before {
    content: "\f118"
}

.fa6-smile::before {
    content: "\f118"
}

.fa6-thumbtack::before {
    content: "\f08d"
}

.fa6-thumb-tack::before {
    content: "\f08d"
}

.fa6-trophy::before {
    content: "\f091"
}

.fa6-person-praying::before {
    content: "\f683"
}

.fa6-pray::before {
    content: "\f683"
}

.fa6-hammer::before {
    content: "\f6e3"
}

.fa6-hand-peace::before {
    content: "\f25b"
}

.fa6-rotate::before {
    content: "\f2f1"
}

.fa6-sync-alt::before {
    content: "\f2f1"
}

.fa6-spinner::before {
    content: "\f110"
}

.fa6-robot::before {
    content: "\f544"
}

.fa6-peace::before {
    content: "\f67c"
}

.fa6-gears::before {
    content: "\f085"
}

.fa6-cogs::before {
    content: "\f085"
}

.fa6-warehouse::before {
    content: "\f494"
}

.fa6-arrow-up-right-dots::before {
    content: "\e4b7"
}

.fa6-splotch::before {
    content: "\f5bc"
}

.fa6-face-grin-hearts::before {
    content: "\f584"
}

.fa6-grin-hearts::before {
    content: "\f584"
}

.fa6-dice-four::before {
    content: "\f524"
}

.fa6-sim-card::before {
    content: "\f7c4"
}

.fa6-transgender::before {
    content: "\f225"
}

.fa6-transgender-alt::before {
    content: "\f225"
}

.fa6-mercury::before {
    content: "\f223"
}

.fa6-arrow-turn-down::before {
    content: "\f149"
}

.fa6-level-down::before {
    content: "\f149"
}

.fa6-person-falling-burst::before {
    content: "\e547"
}

.fa6-award::before {
    content: "\f559"
}

.fa6-ticket-simple::before {
    content: "\f3ff"
}

.fa6-ticket-alt::before {
    content: "\f3ff"
}

.fa6-building::before {
    content: "\f1ad"
}

.fa6-angles-left::before {
    content: "\f100"
}

.fa6-angle-double-left::before {
    content: "\f100"
}

.fa6-qrcode::before {
    content: "\f029"
}

.fa6-clock-rotate-left::before {
    content: "\f1da"
}

.fa6-history::before {
    content: "\f1da"
}

.fa6-face-grin-beam-sweat::before {
    content: "\f583"
}

.fa6-grin-beam-sweat::before {
    content: "\f583"
}

.fa6-file-export::before {
    content: "\f56e"
}

.fa6-arrow-right-from-file::before {
    content: "\f56e"
}

.fa6-shield::before {
    content: "\f132"
}

.fa6-shield-blank::before {
    content: "\f132"
}

.fa6-arrow-up-short-wide::before {
    content: "\f885"
}

.fa6-sort-amount-up-alt::before {
    content: "\f885"
}

.fa6-house-medical::before {
    content: "\e3b2"
}

.fa6-golf-ball-tee::before {
    content: "\f450"
}

.fa6-golf-ball::before {
    content: "\f450"
}

.fa6-circle-chevron-left::before {
    content: "\f137"
}

.fa6-chevron-circle-left::before {
    content: "\f137"
}

.fa6-house-chimney-window::before {
    content: "\e00d"
}

.fa6-pen-nib::before {
    content: "\f5ad"
}

.fa6-tent-arrow-turn-left::before {
    content: "\e580"
}

.fa6-tents::before {
    content: "\e582"
}

.fa6-wand-magic::before {
    content: "\f0d0"
}

.fa6-magic::before {
    content: "\f0d0"
}

.fa6-dog::before {
    content: "\f6d3"
}

.fa6-carrot::before {
    content: "\f787"
}

.fa6-moon::before {
    content: "\f186"
}

.fa6-wine-glass-empty::before {
    content: "\f5ce"
}

.fa6-wine-glass-alt::before {
    content: "\f5ce"
}

.fa6-cheese::before {
    content: "\f7ef"
}

.fa6-yin-yang::before {
    content: "\f6ad"
}

.fa6-music::before {
    content: "\f001"
}

.fa6-code-commit::before {
    content: "\f386"
}

.fa6-temperature-low::before {
    content: "\f76b"
}

.fa6-person-biking::before {
    content: "\f84a"
}

.fa6-biking::before {
    content: "\f84a"
}

.fa6-broom::before {
    content: "\f51a"
}

.fa6-shield-heart::before {
    content: "\e574"
}

.fa6-gopuram::before {
    content: "\f664"
}

.fa6-earth-oceania::before {
    content: "\e47b"
}

.fa6-globe-oceania::before {
    content: "\e47b"
}

.fa6-square-xmark::before {
    content: "\f2d3"
}

.fa6-times-square::before {
    content: "\f2d3"
}

.fa6-xmark-square::before {
    content: "\f2d3"
}

.fa6-hashtag::before {
    content: "\23"
}

.fa6-up-right-and-down-left-from-center::before {
    content: "\f424"
}

.fa6-expand-alt::before {
    content: "\f424"
}

.fa6-oil-can::before {
    content: "\f613"
}

.fa6-t::before {
    content: "\54"
}

.fa6-hippo::before {
    content: "\f6ed"
}

.fa6-chart-column::before {
    content: "\e0e3"
}

.fa6-infinity::before {
    content: "\f534"
}

.fa6-vial-circle-check::before {
    content: "\e596"
}

.fa6-person-arrow-down-to-line::before {
    content: "\e538"
}

.fa6-voicemail::before {
    content: "\f897"
}

.fa6-fan::before {
    content: "\f863"
}

.fa6-person-walking-luggage::before {
    content: "\e554"
}

.fa6-up-down::before {
    content: "\f338"
}

.fa6-arrows-alt-v::before {
    content: "\f338"
}

.fa6-cloud-moon-rain::before {
    content: "\f73c"
}

.fa6-calendar::before {
    content: "\f133"
}

.fa6-trailer::before {
    content: "\e041"
}

.fa6-bahai::before {
    content: "\f666"
}

.fa6-haykal::before {
    content: "\f666"
}

.fa6-sd-card::before {
    content: "\f7c2"
}

.fa6-dragon::before {
    content: "\f6d5"
}

.fa6-shoe-prints::before {
    content: "\f54b"
}

.fa6-circle-plus::before {
    content: "\f055"
}

.fa6-plus-circle::before {
    content: "\f055"
}

.fa6-face-grin-tongue-wink::before {
    content: "\f58b"
}

.fa6-grin-tongue-wink::before {
    content: "\f58b"
}

.fa6-hand-holding::before {
    content: "\f4bd"
}

.fa6-plug-circle-exclamation::before {
    content: "\e55d"
}

.fa6-link-slash::before {
    content: "\f127"
}

.fa6-chain-broken::before {
    content: "\f127"
}

.fa6-chain-slash::before {
    content: "\f127"
}

.fa6-unlink::before {
    content: "\f127"
}

.fa6-clone::before {
    content: "\f24d"
}

.fa6-person-walking-arrow-loop-left::before {
    content: "\e551"
}

.fa6-arrow-up-z-a::before {
    content: "\f882"
}

.fa6-sort-alpha-up-alt::before {
    content: "\f882"
}

.fa6-fire-flame-curved::before {
    content: "\f7e4"
}

.fa6-fire-alt::before {
    content: "\f7e4"
}

.fa6-tornado::before {
    content: "\f76f"
}

.fa6-file-circle-plus::before {
    content: "\e494"
}

.fa6-book-quran::before {
    content: "\f687"
}

.fa6-quran::before {
    content: "\f687"
}

.fa6-anchor::before {
    content: "\f13d"
}

.fa6-border-all::before {
    content: "\f84c"
}

.fa6-face-angry::before {
    content: "\f556"
}

.fa6-angry::before {
    content: "\f556"
}

.fa6-cookie-bite::before {
    content: "\f564"
}

.fa6-arrow-trend-down::before {
    content: "\e097"
}

.fa6-rss::before {
    content: "\f09e"
}

.fa6-feed::before {
    content: "\f09e"
}

.fa6-draw-polygon::before {
    content: "\f5ee"
}

.fa6-scale-balanced::before {
    content: "\f24e"
}

.fa6-balance-scale::before {
    content: "\f24e"
}

.fa6-gauge-simple-high::before {
    content: "\f62a"
}

.fa6-tachometer::before {
    content: "\f62a"
}

.fa6-tachometer-fast::before {
    content: "\f62a"
}

.fa6-shower::before {
    content: "\f2cc"
}

.fa6-desktop::before {
    content: "\f390"
}

.fa6-desktop-alt::before {
    content: "\f390"
}

.fa6-m::before {
    content: "\4d"
}

.fa6-table-list::before {
    content: "\f00b"
}

.fa6-th-list::before {
    content: "\f00b"
}

.fa6-comment-sms::before {
    content: "\f7cd"
}

.fa6-sms::before {
    content: "\f7cd"
}

.fa6-book::before {
    content: "\f02d"
}

.fa6-user-plus::before {
    content: "\f234"
}

.fa6-check::before {
    content: "\f00c"
}

.fa6-battery-three-quarters::before {
    content: "\f241"
}

.fa6-battery-4::before {
    content: "\f241"
}

.fa6-house-circle-check::before {
    content: "\e509"
}

.fa6-angle-left::before {
    content: "\f104"
}

.fa6-diagram-successor::before {
    content: "\e47a"
}

.fa6-truck-arrow-right::before {
    content: "\e58b"
}

.fa6-arrows-split-up-and-left::before {
    content: "\e4bc"
}

.fa6-hand-fist::before {
    content: "\f6de"
}

.fa6-fist-raised::before {
    content: "\f6de"
}

.fa6-cloud-moon::before {
    content: "\f6c3"
}

.fa6-briefcase::before {
    content: "\f0b1"
}

.fa6-person-falling::before {
    content: "\e546"
}

.fa6-image-portrait::before {
    content: "\f3e0"
}

.fa6-portrait::before {
    content: "\f3e0"
}

.fa6-user-tag::before {
    content: "\f507"
}

.fa6-rug::before {
    content: "\e569"
}

.fa6-earth-europe::before {
    content: "\f7a2"
}

.fa6-globe-europe::before {
    content: "\f7a2"
}

.fa6-cart-flatbed-suitcase::before {
    content: "\f59d"
}

.fa6-luggage-cart::before {
    content: "\f59d"
}

.fa6-rectangle-xmark::before {
    content: "\f410"
}

.fa6-rectangle-times::before {
    content: "\f410"
}

.fa6-times-rectangle::before {
    content: "\f410"
}

.fa6-window-close::before {
    content: "\f410"
}

.fa6-baht-sign::before {
    content: "\e0ac"
}

.fa6-book-open::before {
    content: "\f518"
}

.fa6-book-journal-whills::before {
    content: "\f66a"
}

.fa6-journal-whills::before {
    content: "\f66a"
}

.fa6-handcuffs::before {
    content: "\e4f8"
}

.fa6-triangle-exclamation::before {
    content: "\f071"
}

.fa6-exclamation-triangle::before {
    content: "\f071"
}

.fa6-warning::before {
    content: "\f071"
}

.fa6-database::before {
    content: "\f1c0"
}

.fa6-share::before {
    content: "\f064"
}

.fa6-arrow-turn-right::before {
    content: "\f064"
}

.fa6-mail-forward::before {
    content: "\f064"
}

.fa6-bottle-droplet::before {
    content: "\e4c4"
}

.fa6-mask-face::before {
    content: "\e1d7"
}

.fa6-hill-rockslide::before {
    content: "\e508"
}

.fa6-right-left::before {
    content: "\f362"
}

.fa6-exchange-alt::before {
    content: "\f362"
}

.fa6-paper-plane::before {
    content: "\f1d8"
}

.fa6-road-circle-exclamation::before {
    content: "\e565"
}

.fa6-dungeon::before {
    content: "\f6d9"
}

.fa6-align-right::before {
    content: "\f038"
}

.fa6-money-bill-1-wave::before {
    content: "\f53b"
}

.fa6-money-bill-wave-alt::before {
    content: "\f53b"
}

.fa6-life-ring::before {
    content: "\f1cd"
}

.fa6-hands::before {
    content: "\f2a7"
}

.fa6-sign-language::before {
    content: "\f2a7"
}

.fa6-signing::before {
    content: "\f2a7"
}

.fa6-calendar-day::before {
    content: "\f783"
}

.fa6-water-ladder::before {
    content: "\f5c5"
}

.fa6-ladder-water::before {
    content: "\f5c5"
}

.fa6-swimming-pool::before {
    content: "\f5c5"
}

.fa6-arrows-up-down::before {
    content: "\f07d"
}

.fa6-arrows-v::before {
    content: "\f07d"
}

.fa6-face-grimace::before {
    content: "\f57f"
}

.fa6-grimace::before {
    content: "\f57f"
}

.fa6-wheelchair-move::before {
    content: "\e2ce"
}

.fa6-wheelchair-alt::before {
    content: "\e2ce"
}

.fa6-turn-down::before {
    content: "\f3be"
}

.fa6-level-down-alt::before {
    content: "\f3be"
}

.fa6-person-walking-arrow-right::before {
    content: "\e552"
}

.fa6-square-envelope::before {
    content: "\f199"
}

.fa6-envelope-square::before {
    content: "\f199"
}

.fa6-dice::before {
    content: "\f522"
}

.fa6-bowling-ball::before {
    content: "\f436"
}

.fa6-brain::before {
    content: "\f5dc"
}

.fa6-bandage::before {
    content: "\f462"
}

.fa6-band-aid::before {
    content: "\f462"
}

.fa6-calendar-minus::before {
    content: "\f272"
}

.fa6-circle-xmark::before {
    content: "\f057"
}

.fa6-times-circle::before {
    content: "\f057"
}

.fa6-xmark-circle::before {
    content: "\f057"
}

.fa6-gifts::before {
    content: "\f79c"
}

.fa6-hotel::before {
    content: "\f594"
}

.fa6-earth-asia::before {
    content: "\f57e"
}

.fa6-globe-asia::before {
    content: "\f57e"
}

.fa6-id-card-clip::before {
    content: "\f47f"
}

.fa6-id-card-alt::before {
    content: "\f47f"
}

.fa6-magnifying-glass-plus::before {
    content: "\f00e"
}

.fa6-search-plus::before {
    content: "\f00e"
}

.fa6-thumbs-up::before {
    content: "\f164"
}

.fa6-user-clock::before {
    content: "\f4fd"
}

.fa6-hand-dots::before {
    content: "\f461"
}

.fa6-allergies::before {
    content: "\f461"
}

.fa6-file-invoice::before {
    content: "\f570"
}

.fa6-window-minimize::before {
    content: "\f2d1"
}

.fa6-mug-saucer::before {
    content: "\f0f4"
}

.fa6-coffee::before {
    content: "\f0f4"
}

.fa6-brush::before {
    content: "\f55d"
}

.fa6-mask::before {
    content: "\f6fa"
}

.fa6-magnifying-glass-minus::before {
    content: "\f010"
}

.fa6-search-minus::before {
    content: "\f010"
}

.fa6-ruler-vertical::before {
    content: "\f548"
}

.fa6-user-large::before {
    content: "\f406"
}

.fa6-user-alt::before {
    content: "\f406"
}

.fa6-train-tram::before {
    content: "\e5b4"
}

.fa6-user-nurse::before {
    content: "\f82f"
}

.fa6-syringe::before {
    content: "\f48e"
}

.fa6-cloud-sun::before {
    content: "\f6c4"
}

.fa6-stopwatch-20::before {
    content: "\e06f"
}

.fa6-square-full::before {
    content: "\f45c"
}

.fa6-magnet::before {
    content: "\f076"
}

.fa6-jar::before {
    content: "\e516"
}

.fa6-note-sticky::before {
    content: "\f249"
}

.fa6-sticky-note::before {
    content: "\f249"
}

.fa6-bug-slash::before {
    content: "\e490"
}

.fa6-arrow-up-from-water-pump::before {
    content: "\e4b6"
}

.fa6-bone::before {
    content: "\f5d7"
}

.fa6-user-injured::before {
    content: "\f728"
}

.fa6-face-sad-tear::before {
    content: "\f5b4"
}

.fa6-sad-tear::before {
    content: "\f5b4"
}

.fa6-plane::before {
    content: "\f072"
}

.fa6-tent-arrows-down::before {
    content: "\e581"
}

.fa6-exclamation::before {
    content: "\21"
}

.fa6-arrows-spin::before {
    content: "\e4bb"
}

.fa6-print::before {
    content: "\f02f"
}

.fa6-turkish-lira-sign::before {
    content: "\e2bb"
}

.fa6-try::before {
    content: "\e2bb"
}

.fa6-turkish-lira::before {
    content: "\e2bb"
}

.fa6-dollar-sign::before {
    content: "\24"
}

.fa6-dollar::before {
    content: "\24"
}

.fa6-usd::before {
    content: "\24"
}

.fa6-x::before {
    content: "\58"
}

.fa6-magnifying-glass-dollar::before {
    content: "\f688"
}

.fa6-search-dollar::before {
    content: "\f688"
}

.fa6-users-gear::before {
    content: "\f509"
}

.fa6-users-cog::before {
    content: "\f509"
}

.fa6-person-military-pointing::before {
    content: "\e54a"
}

.fa6-building-columns::before {
    content: "\f19c"
}

.fa6-bank::before {
    content: "\f19c"
}

.fa6-institution::before {
    content: "\f19c"
}

.fa6-museum::before {
    content: "\f19c"
}

.fa6-university::before {
    content: "\f19c"
}

.fa6-umbrella::before {
    content: "\f0e9"
}

.fa6-trowel::before {
    content: "\e589"
}

.fa6-d::before {
    content: "\44"
}

.fa6-stapler::before {
    content: "\e5af"
}

.fa6-masks-theater::before {
    content: "\f630"
}

.fa6-theater-masks::before {
    content: "\f630"
}

.fa6-kip-sign::before {
    content: "\e1c4"
}

.fa6-hand-point-left::before {
    content: "\f0a5"
}

.fa6-handshake-simple::before {
    content: "\f4c6"
}

.fa6-handshake-alt::before {
    content: "\f4c6"
}

.fa6-jet-fighter::before {
    content: "\f0fb"
}

.fa6-fighter-jet::before {
    content: "\f0fb"
}

.fa6-square-share-nodes::before {
    content: "\f1e1"
}

.fa6-share-alt-square::before {
    content: "\f1e1"
}

.fa6-barcode::before {
    content: "\f02a"
}

.fa6-plus-minus::before {
    content: "\e43c"
}

.fa6-video::before {
    content: "\f03d"
}

.fa6-video-camera::before {
    content: "\f03d"
}

.fa6-graduation-cap::before {
    content: "\f19d"
}

.fa6-mortar-board::before {
    content: "\f19d"
}

.fa6-hand-holding-medical::before {
    content: "\e05c"
}

.fa6-person-circle-check::before {
    content: "\e53e"
}

.fa6-turn-up::before {
    content: "\f3bf"
}

.fa6-level-up-alt::before {
    content: "\f3bf"
}

.sr-only, .fa6-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.sr-only-focusable:not(:focus), .fa6-sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:root, :host {
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

.fa6b {
    font-weight: 400
}

.fa6-monero:before {
    content: "\f3d0"
}

.fa6-hooli:before {
    content: "\f427"
}

.fa6-yelp:before {
    content: "\f1e9"
}

.fa6-cc-visa:before {
    content: "\f1f0"
}

.fa6-lastfm:before {
    content: "\f202"
}

.fa6-shopware:before {
    content: "\f5b5"
}

.fa6-creative-commons-nc:before {
    content: "\f4e8"
}

.fa6-aws:before {
    content: "\f375"
}

.fa6-redhat:before {
    content: "\f7bc"
}

.fa6-yoast:before {
    content: "\f2b1"
}

.fa6-cloudflare:before {
    content: "\e07d"
}

.fa6-ups:before {
    content: "\f7e0"
}

.fa6-wpexplorer:before {
    content: "\f2de"
}

.fa6-dyalog:before {
    content: "\f399"
}

.fa6-bity:before {
    content: "\f37a"
}

.fa6-stackpath:before {
    content: "\f842"
}

.fa6-buysellads:before {
    content: "\f20d"
}

.fa6-first-order:before {
    content: "\f2b0"
}

.fa6-modx:before {
    content: "\f285"
}

.fa6-guilded:before {
    content: "\e07e"
}

.fa6-vnv:before {
    content: "\f40b"
}

.fa6-square-js:before {
    content: "\f3b9"
}

.fa6-js-square:before {
    content: "\f3b9"
}

.fa6-microsoft:before {
    content: "\f3ca"
}

.fa6-qq:before {
    content: "\f1d6"
}

.fa6-orcid:before {
    content: "\f8d2"
}

.fa6-java:before {
    content: "\f4e4"
}

.fa6-invision:before {
    content: "\f7b0"
}

.fa6-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa6-centercode:before {
    content: "\f380"
}

.fa6-glide-g:before {
    content: "\f2a6"
}

.fa6-drupal:before {
    content: "\f1a9"
}

.fa6-hire-a-helper:before {
    content: "\f3b0"
}

.fa6-creative-commons-by:before {
    content: "\f4e7"
}

.fa6-unity:before {
    content: "\e049"
}

.fa6-whmcs:before {
    content: "\f40d"
}

.fa6-rocketchat:before {
    content: "\f3e8"
}

.fa6-vk:before {
    content: "\f189"
}

.fa6-untappd:before {
    content: "\f405"
}

.fa6-mailchimp:before {
    content: "\f59e"
}

.fa6-css3-alt:before {
    content: "\f38b"
}

.fa6-square-reddit:before {
    content: "\f1a2"
}

.fa6-reddit-square:before {
    content: "\f1a2"
}

.fa6-vimeo-v:before {
    content: "\f27d"
}

.fa6-contao:before {
    content: "\f26d"
}

.fa6-square-font-awesome:before {
    content: "\e5ad"
}

.fa6-deskpro:before {
    content: "\f38f"
}

.fa6-sistrix:before {
    content: "\f3ee"
}

.fa6-square-instagram:before {
    content: "\e055"
}

.fa6-instagram-square:before {
    content: "\e055"
}

.fa6-battle-net:before {
    content: "\f835"
}

.fa6-the-red-yeti:before {
    content: "\f69d"
}

.fa6-square-hacker-news:before {
    content: "\f3af"
}

.fa6-hacker-news-square:before {
    content: "\f3af"
}

.fa6-edge:before {
    content: "\f282"
}

.fa6-threads:before {
    content: "\e618"
}

.fa6-napster:before {
    content: "\f3d2"
}

.fa6-square-snapchat:before {
    content: "\f2ad"
}

.fa6-snapchat-square:before {
    content: "\f2ad"
}

.fa6-google-plus-g:before {
    content: "\f0d5"
}

.fa6-artstation:before {
    content: "\f77a"
}

.fa6-markdown:before {
    content: "\f60f"
}

.fa6-sourcetree:before {
    content: "\f7d3"
}

.fa6-google-plus:before {
    content: "\f2b3"
}

.fa6-diaspora:before {
    content: "\f791"
}

.fa6-foursquare:before {
    content: "\f180"
}

.fa6-stack-overflow:before {
    content: "\f16c"
}

.fa6-github-alt:before {
    content: "\f113"
}

.fa6-phoenix-squadron:before {
    content: "\f511"
}

.fa6-pagelines:before {
    content: "\f18c"
}

.fa6-algolia:before {
    content: "\f36c"
}

.fa6-red-river:before {
    content: "\f3e3"
}

.fa6-creative-commons-sa:before {
    content: "\f4ef"
}

.fa6-safari:before {
    content: "\f267"
}

.fa6-google:before {
    content: "\f1a0"
}

.fa6-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa6-font-awesome-alt:before {
    content: "\f35c"
}

.fa6-atlassian:before {
    content: "\f77b"
}

.fa6-linkedin-in:before {
    content: "\f0e1"
}

.fa6-digital-ocean:before {
    content: "\f391"
}

.fa6-nimblr:before {
    content: "\f5a8"
}

.fa6-chromecast:before {
    content: "\f838"
}

.fa6-evernote:before {
    content: "\f839"
}

.fa6-hacker-news:before {
    content: "\f1d4"
}

.fa6-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa6-adversal:before {
    content: "\f36a"
}

.fa6-creative-commons:before {
    content: "\f25e"
}

.fa6-watchman-monitoring:before {
    content: "\e087"
}

.fa6-fonticons:before {
    content: "\f280"
}

.fa6-weixin:before {
    content: "\f1d7"
}

.fa6-shirtsinbulk:before {
    content: "\f214"
}

.fa6-codepen:before {
    content: "\f1cb"
}

.fa6-git-alt:before {
    content: "\f841"
}

.fa6-lyft:before {
    content: "\f3c3"
}

.fa6-rev:before {
    content: "\f5b2"
}

.fa6-windows:before {
    content: "\f17a"
}

.fa6-wizards-of-the-coast:before {
    content: "\f730"
}

.fa6-square-viadeo:before {
    content: "\f2aa"
}

.fa6-viadeo-square:before {
    content: "\f2aa"
}

.fa6-meetup:before {
    content: "\f2e0"
}

.fa6-centos:before {
    content: "\f789"
}

.fa6-adn:before {
    content: "\f170"
}

.fa6-cloudsmith:before {
    content: "\f384"
}

.fa6-pied-piper-alt:before {
    content: "\f1a8"
}

.fa6-square-dribbble:before {
    content: "\f397"
}

.fa6-dribbble-square:before {
    content: "\f397"
}

.fa6-codiepie:before {
    content: "\f284"
}

.fa6-node:before {
    content: "\f419"
}

.fa6-mix:before {
    content: "\f3cb"
}

.fa6-steam:before {
    content: "\f1b6"
}

.fa6-cc-apple-pay:before {
    content: "\f416"
}

.fa6-scribd:before {
    content: "\f28a"
}

.fa6-debian:before {
    content: "\e60b"
}

.fa6-openid:before {
    content: "\f19b"
}

.fa6-instalod:before {
    content: "\e081"
}

.fa6-expeditedssl:before {
    content: "\f23e"
}

.fa6-sellcast:before {
    content: "\f2da"
}

.fa6-square-twitter:before {
    content: "\f081"
}

.fa6-twitter-square:before {
    content: "\f081"
}

.fa6-r-project:before {
    content: "\f4f7"
}

.fa6-delicious:before {
    content: "\f1a5"
}

.fa6-freebsd:before {
    content: "\f3a4"
}

.fa6-vuejs:before {
    content: "\f41f"
}

.fa6-accusoft:before {
    content: "\f369"
}

.fa6-ioxhost:before {
    content: "\f208"
}

.fa6-fonticons-fi:before {
    content: "\f3a2"
}

.fa6-app-store:before {
    content: "\f36f"
}

.fa6-cc-mastercard:before {
    content: "\f1f1"
}

.fa6-itunes-note:before {
    content: "\f3b5"
}

.fa6-golang:before {
    content: "\e40f"
}

.fa6-kickstarter:before {
    content: "\f3bb"
}

.fa6-grav:before {
    content: "\f2d6"
}

.fa6-weibo:before {
    content: "\f18a"
}

.fa6-uncharted:before {
    content: "\e084"
}

.fa6-firstdraft:before {
    content: "\f3a1"
}

.fa6-square-youtube:before {
    content: "\f431"
}

.fa6-youtube-square:before {
    content: "\f431"
}

.fa6-wikipedia-w:before {
    content: "\f266"
}

.fa6-wpressr:before {
    content: "\f3e4"
}

.fa6-rendact:before {
    content: "\f3e4"
}

.fa6-angellist:before {
    content: "\f209"
}

.fa6-galactic-republic:before {
    content: "\f50c"
}

.fa6-nfc-directional:before {
    content: "\e530"
}

.fa6-skype:before {
    content: "\f17e"
}

.fa6-joget:before {
    content: "\f3b7"
}

.fa6-fedora:before {
    content: "\f798"
}

.fa6-stripe-s:before {
    content: "\f42a"
}

.fa6-meta:before {
    content: "\e49b"
}

.fa6-laravel:before {
    content: "\f3bd"
}

.fa6-hotjar:before {
    content: "\f3b1"
}

.fa6-bluetooth-b:before {
    content: "\f294"
}

.fa6-sticker-mule:before {
    content: "\f3f7"
}

.fa6-creative-commons-zero:before {
    content: "\f4f3"
}

.fa6-hips:before {
    content: "\f452"
}

.fa6-behance:before {
    content: "\f1b4"
}

.fa6-reddit:before {
    content: "\f1a1"
}

.fa6-discord:before {
    content: "\f392"
}

.fa6-chrome:before {
    content: "\f268"
}

.fa6-app-store-ios:before {
    content: "\f370"
}

.fa6-cc-discover:before {
    content: "\f1f2"
}

.fa6-wpbeginner:before {
    content: "\f297"
}

.fa6-confluence:before {
    content: "\f78d"
}

.fa6-mdb:before {
    content: "\f8ca"
}

.fa6-dochub:before {
    content: "\f394"
}

.fa6-accessible-icon:before {
    content: "\f368"
}

.fa6-ebay:before {
    content: "\f4f4"
}

.fa6-amazon:before {
    content: "\f270"
}

.fa6-unsplash:before {
    content: "\e07c"
}

.fa6-yarn:before {
    content: "\f7e3"
}

.fa6-square-steam:before {
    content: "\f1b7"
}

.fa6-steam-square:before {
    content: "\f1b7"
}

.fa6-500px:before {
    content: "\f26e"
}

.fa6-square-vimeo:before {
    content: "\f194"
}

.fa6-vimeo-square:before {
    content: "\f194"
}

.fa6-asymmetrik:before {
    content: "\f372"
}

.fa6-font-awesome:before {
    content: "\f2b4"
}

.fa6-font-awesome-flag:before {
    content: "\f2b4"
}

.fa6-font-awesome-logo-full:before {
    content: "\f2b4"
}

.fa6-gratipay:before {
    content: "\f184"
}

.fa6-apple:before {
    content: "\f179"
}

.fa6-hive:before {
    content: "\e07f"
}

.fa6-gitkraken:before {
    content: "\f3a6"
}

.fa6-keybase:before {
    content: "\f4f5"
}

.fa6-apple-pay:before {
    content: "\f415"
}

.fa6-padlet:before {
    content: "\e4a0"
}

.fa6-amazon-pay:before {
    content: "\f42c"
}

.fa6-square-github:before {
    content: "\f092"
}

.fa6-github-square:before {
    content: "\f092"
}

.fa6-stumbleupon:before {
    content: "\f1a4"
}

.fa6-fedex:before {
    content: "\f797"
}

.fa6-phoenix-framework:before {
    content: "\f3dc"
}

.fa6-shopify:before {
    content: "\e057"
}

.fa6-neos:before {
    content: "\f612"
}

.fa6-square-threads:before {
    content: "\e619"
}

.fa6-hackerrank:before {
    content: "\f5f7"
}

.fa6-researchgate:before {
    content: "\f4f8"
}

.fa6-swift:before {
    content: "\f8e1"
}

.fa6-angular:before {
    content: "\f420"
}

.fa6-speakap:before {
    content: "\f3f3"
}

.fa6-angrycreative:before {
    content: "\f36e"
}

.fa6-y-combinator:before {
    content: "\f23b"
}

.fa6-empire:before {
    content: "\f1d1"
}

.fa6-envira:before {
    content: "\f299"
}

.fa6-square-gitlab:before {
    content: "\e5ae"
}

.fa6-gitlab-square:before {
    content: "\e5ae"
}

.fa6-studiovinari:before {
    content: "\f3f8"
}

.fa6-pied-piper:before {
    content: "\f2ae"
}

.fa6-wordpress:before {
    content: "\f19a"
}

.fa6-product-hunt:before {
    content: "\f288"
}

.fa6-firefox:before {
    content: "\f269"
}

.fa6-linode:before {
    content: "\f2b8"
}

.fa6-goodreads:before {
    content: "\f3a8"
}

.fa6-square-odnoklassniki:before {
    content: "\f264"
}

.fa6-odnoklassniki-square:before {
    content: "\f264"
}

.fa6-jsfiddle:before {
    content: "\f1cc"
}

.fa6-sith:before {
    content: "\f512"
}

.fa6-themeisle:before {
    content: "\f2b2"
}

.fa6-page4:before {
    content: "\f3d7"
}

.fa6-hashnode:before {
    content: "\e499"
}

.fa6-react:before {
    content: "\f41b"
}

.fa6-cc-paypal:before {
    content: "\f1f4"
}

.fa6-squarespace:before {
    content: "\f5be"
}

.fa6-cc-stripe:before {
    content: "\f1f5"
}

.fa6-creative-commons-share:before {
    content: "\f4f2"
}

.fa6-bitcoin:before {
    content: "\f379"
}

.fa6-keycdn:before {
    content: "\f3ba"
}

.fa6-opera:before {
    content: "\f26a"
}

.fa6-itch-io:before {
    content: "\f83a"
}

.fa6-umbraco:before {
    content: "\f8e8"
}

.fa6-galactic-senate:before {
    content: "\f50d"
}

.fa6-ubuntu:before {
    content: "\f7df"
}

.fa6-draft2digital:before {
    content: "\f396"
}

.fa6-stripe:before {
    content: "\f429"
}

.fa6-houzz:before {
    content: "\f27c"
}

.fa6-gg:before {
    content: "\f260"
}

.fa6-dhl:before {
    content: "\f790"
}

.fa6-square-pinterest:before {
    content: "\f0d3"
}

.fa6-pinterest-square:before {
    content: "\f0d3"
}

.fa6-xing:before {
    content: "\f168"
}

.fa6-blackberry:before {
    content: "\f37b"
}

.fa6-creative-commons-pd:before {
    content: "\f4ec"
}

.fa6-playstation:before {
    content: "\f3df"
}

.fa6-quinscape:before {
    content: "\f459"
}

.fa6-less:before {
    content: "\f41d"
}

.fa6-blogger-b:before {
    content: "\f37d"
}

.fa6-opencart:before {
    content: "\f23d"
}

.fa6-vine:before {
    content: "\f1ca"
}

.fa6-paypal:before {
    content: "\f1ed"
}

.fa6-gitlab:before {
    content: "\f296"
}

.fa6-typo3:before {
    content: "\f42b"
}

.fa6-reddit-alien:before {
    content: "\f281"
}

.fa6-yahoo:before {
    content: "\f19e"
}

.fa6-dailymotion:before {
    content: "\e052"
}

.fa6-affiliatetheme:before {
    content: "\f36b"
}

.fa6-pied-piper-pp:before {
    content: "\f1a7"
}

.fa6-bootstrap:before {
    content: "\f836"
}

.fa6-odnoklassniki:before {
    content: "\f263"
}

.fa6-nfc-symbol:before {
    content: "\e531"
}

.fa6-ethereum:before {
    content: "\f42e"
}

.fa6-speaker-deck:before {
    content: "\f83c"
}

.fa6-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa6-patreon:before {
    content: "\f3d9"
}

.fa6-avianex:before {
    content: "\f374"
}

.fa6-ello:before {
    content: "\f5f1"
}

.fa6-gofore:before {
    content: "\f3a7"
}

.fa6-bimobject:before {
    content: "\f378"
}

.fa6-facebook-f:before {
    content: "\f39e"
}

.fa6-square-google-plus:before {
    content: "\f0d4"
}

.fa6-google-plus-square:before {
    content: "\f0d4"
}

.fa6-mandalorian:before {
    content: "\f50f"
}

.fa6-first-order-alt:before {
    content: "\f50a"
}

.fa6-osi:before {
    content: "\f41a"
}

.fa6-google-wallet:before {
    content: "\f1ee"
}

.fa6-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa6-periscope:before {
    content: "\f3da"
}

.fa6-fulcrum:before {
    content: "\f50b"
}

.fa6-cloudscale:before {
    content: "\f383"
}

.fa6-forumbee:before {
    content: "\f211"
}

.fa6-mizuni:before {
    content: "\f3cc"
}

.fa6-schlix:before {
    content: "\f3ea"
}

.fa6-square-xing:before {
    content: "\f169"
}

.fa6-xing-square:before {
    content: "\f169"
}

.fa6-bandcamp:before {
    content: "\f2d5"
}

.fa6-wpforms:before {
    content: "\f298"
}

.fa6-cloudversify:before {
    content: "\f385"
}

.fa6-usps:before {
    content: "\f7e1"
}

.fa6-megaport:before {
    content: "\f5a3"
}

.fa6-magento:before {
    content: "\f3c4"
}

.fa6-spotify:before {
    content: "\f1bc"
}

.fa6-optin-monster:before {
    content: "\f23c"
}

.fa6-fly:before {
    content: "\f417"
}

.fa6-aviato:before {
    content: "\f421"
}

.fa6-itunes:before {
    content: "\f3b4"
}

.fa6-cuttlefish:before {
    content: "\f38c"
}

.fa6-blogger:before {
    content: "\f37c"
}

.fa6-flickr:before {
    content: "\f16e"
}

.fa6-viber:before {
    content: "\f409"
}

.fa6-soundcloud:before {
    content: "\f1be"
}

.fa6-digg:before {
    content: "\f1a6"
}

.fa6-tencent-weibo:before {
    content: "\f1d5"
}

.fa6-symfony:before {
    content: "\f83d"
}

.fa6-maxcdn:before {
    content: "\f136"
}

.fa6-etsy:before {
    content: "\f2d7"
}

.fa6-facebook-messenger:before {
    content: "\f39f"
}

.fa6-audible:before {
    content: "\f373"
}

.fa6-think-peaks:before {
    content: "\f731"
}

.fa6-bilibili:before {
    content: "\e3d9"
}

.fa6-erlang:before {
    content: "\f39d"
}

.fa6-x-twitter:before {
    content: "\e61b"
}

.fa6-cotton-bureau:before {
    content: "\f89e"
}

.fa6-dashcube:before {
    content: "\f210"
}

.fa6-42-group:before {
    content: "\e080"
}

.fa6-innosoft:before {
    content: "\e080"
}

.fa6-stack-exchange:before {
    content: "\f18d"
}

.fa6-elementor:before {
    content: "\f430"
}

.fa6-square-pied-piper:before {
    content: "\e01e"
}

.fa6-pied-piper-square:before {
    content: "\e01e"
}

.fa6-creative-commons-nd:before {
    content: "\f4eb"
}

.fa6-palfed:before {
    content: "\f3d8"
}

.fa6-superpowers:before {
    content: "\f2dd"
}

.fa6-resolving:before {
    content: "\f3e7"
}

.fa6-xbox:before {
    content: "\f412"
}

.fa6-searchengin:before {
    content: "\f3eb"
}

.fa6-tiktok:before {
    content: "\e07b"
}

.fa6-square-facebook:before {
    content: "\f082"
}

.fa6-facebook-square:before {
    content: "\f082"
}

.fa6-renren:before {
    content: "\f18b"
}

.fa6-linux:before {
    content: "\f17c"
}

.fa6-glide:before {
    content: "\f2a5"
}

.fa6-linkedin:before {
    content: "\f08c"
}

.fa6-hubspot:before {
    content: "\f3b2"
}

.fa6-deploydog:before {
    content: "\f38e"
}

.fa6-twitch:before {
    content: "\f1e8"
}

.fa6-ravelry:before {
    content: "\f2d9"
}

.fa6-mixer:before {
    content: "\e056"
}

.fa6-square-lastfm:before {
    content: "\f203"
}

.fa6-lastfm-square:before {
    content: "\f203"
}

.fa6-vimeo:before {
    content: "\f40a"
}

.fa6-mendeley:before {
    content: "\f7b3"
}

.fa6-uniregistry:before {
    content: "\f404"
}

.fa6-figma:before {
    content: "\f799"
}

.fa6-creative-commons-remix:before {
    content: "\f4ee"
}

.fa6-cc-amazon-pay:before {
    content: "\f42d"
}

.fa6-dropbox:before {
    content: "\f16b"
}

.fa6-instagram:before {
    content: "\f16d"
}

.fa6-cmplid:before {
    content: "\e360"
}

.fa6-facebook:before {
    content: "\f09a"
}

.fa6-gripfire:before {
    content: "\f3ac"
}

.fa6-jedi-order:before {
    content: "\f50e"
}

.fa6-uikit:before {
    content: "\f403"
}

.fa6-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa6-phabricator:before {
    content: "\f3db"
}

.fa6-ussunnah:before {
    content: "\f407"
}

.fa6-earlybirds:before {
    content: "\f39a"
}

.fa6-trade-federation:before {
    content: "\f513"
}

.fa6-autoprefixer:before {
    content: "\f41c"
}

.fa6-whatsapp:before {
    content: "\f232"
}

.fa6-slideshare:before {
    content: "\f1e7"
}

.fa6-google-play:before {
    content: "\f3ab"
}

.fa6-viadeo:before {
    content: "\f2a9"
}

.fa6-line:before {
    content: "\f3c0"
}

.fa6-google-drive:before {
    content: "\f3aa"
}

.fa6-servicestack:before {
    content: "\f3ec"
}

.fa6-simplybuilt:before {
    content: "\f215"
}

.fa6-bitbucket:before {
    content: "\f171"
}

.fa6-imdb:before {
    content: "\f2d8"
}

.fa6-deezer:before {
    content: "\e077"
}

.fa6-raspberry-pi:before {
    content: "\f7bb"
}

.fa6-jira:before {
    content: "\f7b1"
}

.fa6-docker:before {
    content: "\f395"
}

.fa6-screenpal:before {
    content: "\e570"
}

.fa6-bluetooth:before {
    content: "\f293"
}

.fa6-gitter:before {
    content: "\f426"
}

.fa6-d-and-d:before {
    content: "\f38d"
}

.fa6-microblog:before {
    content: "\e01a"
}

.fa6-cc-diners-club:before {
    content: "\f24c"
}

.fa6-gg-circle:before {
    content: "\f261"
}

.fa6-pied-piper-hat:before {
    content: "\f4e5"
}

.fa6-kickstarter-k:before {
    content: "\f3bc"
}

.fa6-yandex:before {
    content: "\f413"
}

.fa6-readme:before {
    content: "\f4d5"
}

.fa6-html5:before {
    content: "\f13b"
}

.fa6-sellsy:before {
    content: "\f213"
}

.fa6-sass:before {
    content: "\f41e"
}

.fa6-wirsindhandwerk:before {
    content: "\e2d0"
}

.fa6-wsh:before {
    content: "\e2d0"
}

.fa6-buromobelexperte:before {
    content: "\f37f"
}

.fa6-salesforce:before {
    content: "\f83b"
}

.fa6-octopus-deploy:before {
    content: "\e082"
}

.fa6-medapps:before {
    content: "\f3c6"
}

.fa6-ns8:before {
    content: "\f3d5"
}

.fa6-pinterest-p:before {
    content: "\f231"
}

.fa6-apper:before {
    content: "\f371"
}

.fa6-fort-awesome:before {
    content: "\f286"
}

.fa6-waze:before {
    content: "\f83f"
}

.fa6-cc-jcb:before {
    content: "\f24b"
}

.fa6-snapchat:before {
    content: "\f2ab"
}

.fa6-snapchat-ghost:before {
    content: "\f2ab"
}

.fa6-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa6-rust:before {
    content: "\e07a"
}

.fa6-wix:before {
    content: "\f5cf"
}

.fa6-square-behance:before {
    content: "\f1b5"
}

.fa6-behance-square:before {
    content: "\f1b5"
}

.fa6-supple:before {
    content: "\f3f9"
}

.fa6-rebel:before {
    content: "\f1d0"
}

.fa6-css3:before {
    content: "\f13c"
}

.fa6-staylinked:before {
    content: "\f3f5"
}

.fa6-kaggle:before {
    content: "\f5fa"
}

.fa6-space-awesome:before {
    content: "\e5ac"
}

.fa6-deviantart:before {
    content: "\f1bd"
}

.fa6-cpanel:before {
    content: "\f388"
}

.fa6-goodreads-g:before {
    content: "\f3a9"
}

.fa6-square-git:before {
    content: "\f1d2"
}

.fa6-git-square:before {
    content: "\f1d2"
}

.fa6-square-tumblr:before {
    content: "\f174"
}

.fa6-tumblr-square:before {
    content: "\f174"
}

.fa6-trello:before {
    content: "\f181"
}

.fa6-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa6-get-pocket:before {
    content: "\f265"
}

.fa6-perbyte:before {
    content: "\e083"
}

.fa6-grunt:before {
    content: "\f3ad"
}

.fa6-weebly:before {
    content: "\f5cc"
}

.fa6-connectdevelop:before {
    content: "\f20e"
}

.fa6-leanpub:before {
    content: "\f212"
}

.fa6-black-tie:before {
    content: "\f27e"
}

.fa6-themeco:before {
    content: "\f5c6"
}

.fa6-python:before {
    content: "\f3e2"
}

.fa6-android:before {
    content: "\f17b"
}

.fa6-bots:before {
    content: "\e340"
}

.fa6-free-code-camp:before {
    content: "\f2c5"
}

.fa6-hornbill:before {
    content: "\f592"
}

.fa6-js:before {
    content: "\f3b8"
}

.fa6-ideal:before {
    content: "\e013"
}

.fa6-git:before {
    content: "\f1d3"
}

.fa6-dev:before {
    content: "\f6cc"
}

.fa6-sketch:before {
    content: "\f7c6"
}

.fa6-yandex-international:before {
    content: "\f414"
}

.fa6-cc-amex:before {
    content: "\f1f3"
}

.fa6-uber:before {
    content: "\f402"
}

.fa6-github:before {
    content: "\f09b"
}

.fa6-php:before {
    content: "\f457"
}

.fa6-alipay:before {
    content: "\f642"
}

.fa6-youtube:before {
    content: "\f167"
}

.fa6-skyatlas:before {
    content: "\f216"
}

.fa6-firefox-browser:before {
    content: "\e007"
}

.fa6-replyd:before {
    content: "\f3e6"
}

.fa6-suse:before {
    content: "\f7d6"
}

.fa6-jenkins:before {
    content: "\f3b6"
}

.fa6-twitter:before {
    content: "\f099"
}

.fa6-rockrms:before {
    content: "\f3e9"
}

.fa6-pinterest:before {
    content: "\f0d2"
}

.fa6-buffer:before {
    content: "\f837"
}

.fa6-npm:before {
    content: "\f3d4"
}

.fa6-yammer:before {
    content: "\f840"
}

.fa6-btc:before {
    content: "\f15a"
}

.fa6-dribbble:before {
    content: "\f17d"
}

.fa6-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa6-internet-explorer:before {
    content: "\f26b"
}

.fa6-stubber:before {
    content: "\e5c7"
}

.fa6-telegram:before {
    content: "\f2c6"
}

.fa6-telegram-plane:before {
    content: "\f2c6"
}

.fa6-old-republic:before {
    content: "\f510"
}

.fa6-odysee:before {
    content: "\e5c6"
}

.fa6-square-whatsapp:before {
    content: "\f40c"
}

.fa6-whatsapp-square:before {
    content: "\f40c"
}

.fa6-node-js:before {
    content: "\f3d3"
}

.fa6-edge-legacy:before {
    content: "\e078"
}

.fa6-slack:before {
    content: "\f198"
}

.fa6-slack-hash:before {
    content: "\f198"
}

.fa6-medrt:before {
    content: "\f3c8"
}

.fa6-usb:before {
    content: "\f287"
}

.fa6-tumblr:before {
    content: "\f173"
}

.fa6-vaadin:before {
    content: "\f408"
}

.fa6-quora:before {
    content: "\f2c4"
}

.fa6-square-x-twitter:before {
    content: "\e61a"
}

.fa6-reacteurope:before {
    content: "\f75d"
}

.fa6-medium:before {
    content: "\f23a"
}

.fa6-medium-m:before {
    content: "\f23a"
}

.fa6-amilia:before {
    content: "\f36d"
}

.fa6-mixcloud:before {
    content: "\f289"
}

.fa6-flipboard:before {
    content: "\f44d"
}

.fa6-viacoin:before {
    content: "\f237"
}

.fa6-critical-role:before {
    content: "\f6c9"
}

.fa6-sitrox:before {
    content: "\e44a"
}

.fa6-discourse:before {
    content: "\f393"
}

.fa6-joomla:before {
    content: "\f1aa"
}

.fa6-mastodon:before {
    content: "\f4f6"
}

.fa6-airbnb:before {
    content: "\f834"
}

.fa6-wolf-pack-battalion:before {
    content: "\f514"
}

.fa6-buy-n-large:before {
    content: "\f8a6"
}

.fa6-gulp:before {
    content: "\f3ae"
}

.fa6-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa6-strava:before {
    content: "\f428"
}

.fa6-ember:before {
    content: "\f423"
}

.fa6-canadian-maple-leaf:before {
    content: "\f785"
}

.fa6-teamspeak:before {
    content: "\f4f9"
}

.fa6-pushed:before {
    content: "\f3e1"
}

.fa6-wordpress-simple:before {
    content: "\f411"
}

.fa6-nutritionix:before {
    content: "\f3d6"
}

.fa6-wodu:before {
    content: "\e088"
}

.fa6-google-pay:before {
    content: "\e079"
}

.fa6-intercom:before {
    content: "\f7af"
}

.fa6-zhihu:before {
    content: "\f63f"
}

.fa6-korvue:before {
    content: "\f42f"
}

.fa6-pix:before {
    content: "\e43a"
}

.fa6-steam-symbol:before {
    content: "\f3f6"
}

:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

.fa6r {
    font-weight: 400
}

:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.fa6s {
    font-weight: 900
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: swap;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

.wpcf7-form-control {
    background: white;
}

.wpcf7-form-control.wpcf7-submit {
    background: darkgreen;
}

.kdx-core-text-box-item-content {
    color: rgba(22, 22, 25, 0.44);
}