/*!
 * Font Awesome Free 6.2.1 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 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -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; }
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-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); }
.fa-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(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-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(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-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(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-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); }
.fa-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); }
.fa-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); }
.fa-spin-reverse {
  --fa-animation-direction: reverse; }
.fa-pulse,
.fa-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) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 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, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.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, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.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, 0.4); } }
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.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, 0.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); } }
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: var(--fa-inverse, #fff); }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }
.fa-1::before {
  content: "\31"; }
.fa-2::before {
  content: "\32"; }
.fa-3::before {
  content: "\33"; }
.fa-4::before {
  content: "\34"; }
.fa-5::before {
  content: "\35"; }
.fa-6::before {
  content: "\36"; }
.fa-7::before {
  content: "\37"; }
.fa-8::before {
  content: "\38"; }
.fa-9::before {
  content: "\39"; }
.fa-fill-drip::before {
  content: "\f576"; }
.fa-arrows-to-circle::before {
  content: "\e4bd"; }
.fa-circle-chevron-right::before {
  content: "\f138"; }
.fa-chevron-circle-right::before {
  content: "\f138"; }
.fa-at::before {
  content: "\40"; }
.fa-trash-can::before {
  content: "\f2ed"; }
.fa-trash-alt::before {
  content: "\f2ed"; }
.fa-text-height::before {
  content: "\f034"; }
.fa-user-xmark::before {
  content: "\f235"; }
.fa-user-times::before {
  content: "\f235"; }
.fa-message::before {
  content: "\f27a"; }
.fa-comment-alt::before {
  content: "\f27a"; }
.fa-info::before {
  content: "\f129"; }
.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }
.fa-compress-alt::before {
  content: "\f422"; }
.fa-file-lines::before {
  content: "\f15c"; }
.fa-file-alt::before {
  content: "\f15c"; }
.fa-ring::before {
  content: "\f70b"; }
.fa-calendar-days::before {
  content: "\f073"; }
.fa-calendar-alt::before {
  content: "\f073"; }
.fa-arrows-up-to-line::before {
  content: "\e4c2"; }
.fa-sort-down::before {
  content: "\f0dd"; }
.fa-sort-desc::before {
  content: "\f0dd"; }
.fa-circle-minus::before {
  content: "\f056"; }
.fa-minus-circle::before {
  content: "\f056"; }
.fa-door-open::before {
  content: "\f52b"; }
.fa-right-from-bracket::before {
  content: "\f2f5"; }
.fa-sign-out-alt::before {
  content: "\f2f5"; }
.fa-icons::before {
  content: "\f86d"; }
.fa-bridge-circle-check::before {
  content: "\e4c9"; }
.fa-pump-medical::before {
  content: "\e06a"; }
.fa-hand-point-right::before {
  content: "\f0a4"; }
.fa-forward-step::before {
  content: "\f051"; }
.fa-step-forward::before {
  content: "\f051"; }
.fa-flag-checkered::before {
  content: "\f11e"; }
.fa-football::before {
  content: "\f44e"; }
.fa-football-ball::before {
  content: "\f44e"; }
.fa-crop::before {
  content: "\f125"; }
.fa-people-line::before {
  content: "\e534"; }
.fa-arrow-up-long::before {
  content: "\f176"; }
.fa-long-arrow-up::before {
  content: "\f176"; }
.fa-fire-flame-simple::before {
  content: "\f46a"; }
.fa-burn::before {
  content: "\f46a"; }
.fa-person::before {
  content: "\f183"; }
.fa-male::before {
  content: "\f183"; }
.fa-laptop::before {
  content: "\f109"; }
.fa-file-csv::before {
  content: "\f6dd"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }
.fa-spoon::before {
  content: "\f2e5"; }
.fa-utensil-spoon::before {
  content: "\f2e5"; }
.fa-mail-bulk::before {
  content: "\f674"; }
.fa-file-circle-exclamation::before {
  content: "\e4eb"; }
.fa-circle-h::before {
  content: "\f47e"; }
.fa-hospital-symbol::before {
  content: "\f47e"; }
.fa-pager::before {
  content: "\f815"; }
.fa-address-book::before {
  content: "\f2b9"; }
.fa-contact-book::before {
  content: "\f2b9"; }
.fa-pencil::before {
  content: "\f303"; }
.fa-pencil-alt::before {
  content: "\f303"; }
.fa-backward::before {
  content: "\f04a"; }
.fa-caret-right::before {
  content: "\f0da"; }
.fa-comments::before {
  content: "\f086"; }
.fa-paste::before {
  content: "\f0ea"; }
.fa-file-clipboard::before {
  content: "\f0ea"; }
.fa-code-pull-request::before {
  content: "\e13c"; }
.fa-clipboard-list::before {
  content: "\f46d"; }
.fa-user-check::before {
  content: "\f4fc"; }
.fa-blog::before {
  content: "\f781"; }
.fa-person-arrow-up-from-line::before {
  content: "\e539"; }
.fa-broom-ball::before {
  content: "\f458"; }
.fa-toggle-off::before {
  content: "\f204"; }
.fa-box-archive::before {
  content: "\f187"; }
.fa-archive::before {
  content: "\f187"; }
.fa-person-drowning::before {
  content: "\e545"; }
.fa-arrow-down-9-1::before {
  content: "\f886"; }
.fa-truck-monster::before {
  content: "\f63b"; }
.fa-w::before {
  content: "\57"; }
.fa-earth-africa::before {
  content: "\f57c"; }
.fa-globe-africa::before {
  content: "\f57c"; }
.fa-rainbow::before {
  content: "\f75b"; }
.fa-tablet-alt::before {
  content: "\f3fa"; }
.fa-cloud::before {
  content: "\f0c2"; }
.fa-trowel-bricks::before {
  content: "\e58a"; }
.fa-face-flushed::before {
  content: "\f579"; }
.fa-flushed::before {
  content: "\f579"; }
.fa-hospital-user::before {
  content: "\f80d"; }
.fa-tent-arrow-left-right::before {
  content: "\e57f"; }
.fa-legal::before {
  content: "\f0e3"; }
.fa-binoculars::before {
  content: "\f1e5"; }
.fa-microphone-slash::before {
  content: "\f131"; }
.fa-motorcycle::before {
  content: "\f21c"; }
.fa-bell-concierge::before {
  content: "\f562"; }
.fa-concierge-bell::before {
  content: "\f562"; }
.fa-pen-ruler::before {
  content: "\f5ae"; }
.fa-pencil-ruler::before {
  content: "\f5ae"; }
.fa-reply::before {
  content: "\f3e5"; }
.fa-mail-reply::before {
  content: "\f3e5"; }
.fa-star-and-crescent::before {
  content: "\f699"; }
.fa-house-fire::before {
  content: "\e50c"; }
.fa-square-minus::before {
  content: "\f146"; }
.fa-minus-square::before {
  content: "\f146"; }
.fa-helicopter::before {
  content: "\f533"; }
.fa-compass::before {
  content: "\f14e"; }
.fa-square-caret-down::before {
  content: "\f150"; }
.fa-caret-square-down::before {
  content: "\f150"; }
.fa-file-circle-question::before {
  content: "\e4ef"; }
.fa-laptop-code::before {
  content: "\f5fc"; }
.fa-swatchbook::before {
  content: "\f5c3"; }
.fa-prescription-bottle::before {
  content: "\f485"; }
.fa-bars::before {
  content: "\f0c9"; }
.fa-navicon::before {
  content: "\f0c9"; }
.fa-people-group::before {
  content: "\e533"; }
.fa-hourglass-end::before {
  content: "\f253"; }
.fa-hourglass-3::before {
  content: "\f253"; }
.fa-heart-crack::before {
  content: "\f7a9"; }
.fa-heart-broken::before {
  content: "\f7a9"; }
.fa-square-up-right::before {
  content: "\f360"; }
.fa-external-link-square-alt::before {
  content: "\f360"; }
.fa-face-kiss-beam::before {
  content: "\f597"; }
.fa-kiss-beam::before {
  content: "\f597"; }
.fa-film::before {
  content: "\f008"; }
.fa-sign-out::before {
  content: "\f08b"; }
.fa-circle-chevron-down::before {
  content: "\f13a"; }
.fa-chevron-circle-down::before {
  content: "\f13a"; }
.fa-unlock-keyhole::before {
  content: "\f13e"; }
.fa-unlock-alt::before {
  content: "\f13e"; }
.fa-cloud-showers-heavy::before {
  content: "\f740"; }
.fa-headphones-simple::before {
  content: "\f58f"; }
.fa-headphones-alt::before {
  content: "\f58f"; }
.fa-sitemap::before {
  content: "\f0e8"; }
.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }
.fa-donate::before {
  content: "\f4b9"; }
.fa-memory::before {
  content: "\f538"; }
.fa-road-spikes::before {
  content: "\e568"; }
.fa-fire-burner::before {
  content: "\e4f1"; }
.fa-flag::before {
  content: "\f024"; }
.fa-feather::before {
  content: "\f52d"; }
.fa-volume-low::before {
  content: "\f027"; }
.fa-volume-down::before {
  content: "\f027"; }
.fa-comment-slash::before {
  content: "\f4b3"; }
.fa-cloud-sun-rain::before {
  content: "\f743"; }
.fa-compress::before {
  content: "\f066"; }
.fa-wheat-awn::before {
  content: "\e2cd"; }
.fa-wheat-alt::before {
  content: "\e2cd"; }
.fa-ankh::before {
  content: "\f644"; }
.fa-hands-holding-child::before {
  content: "\e4fa"; }
.fa-asterisk::before {
  content: "\2a"; }
.fa-heading::before {
  content: "\f1dc"; }
.fa-header::before {
  content: "\f1dc"; }
.fa-ghost::before {
  content: "\f6e2"; }
.fa-list::before {
  content: "\f03a"; }
.fa-list-squares::before {
  content: "\f03a"; }
.fa-square-phone-flip::before {
  content: "\f87b"; }
.fa-phone-square-alt::before {
  content: "\f87b"; }
.fa-cart-plus::before {
  content: "\f217"; }
.fa-gamepad::before {
  content: "\f11b"; }
.fa-circle-dot::before {
  content: "\f192"; }
.fa-dot-circle::before {
  content: "\f192"; }
.fa-campground::before {
  content: "\f6bb"; }
.fa-folder-plus::before {
  content: "\f65e"; }
.fa-soccer-ball::before {
  content: "\f1e3"; }
.fa-paintbrush::before {
  content: "\f1fc"; }
.fa-paint-brush::before {
  content: "\f1fc"; }
.fa-lock::before {
  content: "\f023"; }
.fa-gas-pump::before {
  content: "\f52f"; }
.fa-hot-tub-person::before {
  content: "\f593"; }
.fa-hot-tub::before {
  content: "\f593"; }
.fa-map-location::before {
  content: "\f59f"; }
.fa-map-marked::before {
  content: "\f59f"; }
.fa-house-flood-water::before {
  content: "\e50e"; }
.fa-tree::before {
  content: "\f1bb"; }
.fa-microscope::before {
  content: "\f610"; }
.fa-sink::before {
  content: "\e06d"; }
.fa-users::before {
  content: "\f0c0"; }
.fa-flask-vial::before {
  content: "\e4f3"; }
.fa-hand::before {
  content: "\f256"; }
.fa-chevron-up::before {
  content: "\f077"; }
.fa-hand-spock::before {
  content: "\f259"; }
.fa-stopwatch::before {
  content: "\f2f2"; }
.fa-face-kiss::before {
  content: "\f596"; }
.fa-kiss::before {
  content: "\f596"; }
.fa-i-cursor::before {
  content: "\f246"; }
.fa-i::before {
  content: "\49"; }
.fa-v::before {
  content: "\56"; }
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }
.fa-bicycle::before {
  content: "\f206"; }
.fa-school::before {
  content: "\f549"; }
.fa-joint::before {
  content: "\f595"; }
.fa-angle-right::before {
  content: "\f105"; }
  .fa-angle-left::before {
  content: "\f104"; }
.fa-horse::before {
  content: "\f6f0"; }
.fa-q::before {
  content: "\51"; }
.fa-g::before {
  content: "\47"; }
.fa-notes-medical::before {
  content: "\f481"; }
.fa-thermometer-half::before {
  content: "\f2c9"; }
.fa-frown-open::before {
  content: "\f57a"; }
.fa-hand-point-up::before {
  content: "\f0a6"; }
.fa-money-bill::before {
  content: "\f0d6"; }
.fa-bookmark::before {
  content: "\f02e"; }
.fa-align-justify::before {
  content: "\f039"; }
.fa-umbrella-beach::before {
  content: "\f5ca"; }
.fa-helmet-un::before {
  content: "\e503"; }
.fa-bullseye::before {
  content: "\f140"; }
.fa-bacon::before {
  content: "\f7e5"; }
.fa-hand-point-down::before {
  content: "\f0a7"; }
.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }
.fa-folder::before {
  content: "\f07b"; }
.fa-folder-blank::before {
  content: "\f07b"; }
.fa-file-waveform::before {
  content: "\f478"; }
.fa-radiation::before {
  content: "\f7b9"; }
.fa-dashboard::before {
  content: "\f624"; }
.fa-e::before {
  content: "\45"; }
.fa-pen-clip::before {
  content: "\f305"; }
.fa-pen-alt::before {
  content: "\f305"; }
.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }
.fa-user::before {
  content: "\f007"; }
.fa-school-circle-check::before {
  content: "\e56b"; }
.fa-bullhorn::before {
  content: "\f0a1"; }
.fa-globe::before {
  content: "\f0ac"; }
.fa-synagogue::before {
  content: "\f69b"; }
.fa-person-half-dress::before {
  content: "\e548"; }
.fa-road-bridge::before {
  content: "\e563"; }
.fa-location-arrow::before {
  content: "\f124"; }
.fa-c::before {
  content: "\43"; }
.fa-tablet-button::before {
  content: "\f10a"; }
.fa-money-bill-wave::before {
  content: "\f53a"; }
.fa-chart-area::before {
  content: "\f1fe"; }
.fa-area-chart::before {
  content: "\f1fe"; }
.fa-house-flag::before {
  content: "\e50d"; }
.fa-person-circle-minus::before {
  content: "\e540"; }
.fa-ban::before {
  content: "\f05e"; }
.fa-cancel::before {
  content: "\f05e"; }
.fa-camera-rotate::before {
  content: "\e0d8"; }
.fa-air-freshener::before {
  content: "\f5d0"; }
.fa-star::before {
  content: "\f005"; }
.fa-repeat::before {
  content: "\f363"; }
.fa-cross::before {
  content: "\f654"; }
.fa-box::before {
  content: "\f466"; }
.fa-arrow-pointer::before {
  content: "\f245"; }
.fa-mouse-pointer::before {
  content: "\f245"; }
.fa-maximize::before {
  content: "\f31e"; }
.fa-shapes::before {
  content: "\f61f"; }
.fa-triangle-circle-square::before {
  content: "\f61f"; }
.fa-shuffle::before {
  content: "\f074"; }
.fa-random::before {
  content: "\f074"; }
.fa-person-running::before {
  content: "\f70c"; }
.fa-running::before {
  content: "\f70c"; }
.fa-spider::before {
  content: "\f717"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }
.fa-plane-circle-exclamation::before {
  content: "\e556"; }
.fa-x-ray::before {
  content: "\f497"; }
.fa-spell-check::before {
  content: "\f891"; }
.fa-slash::before {
  content: "\f715"; }
.fa-computer-mouse::before {
  content: "\f8cc"; }
.fa-mouse::before {
  content: "\f8cc"; }
.fa-arrow-right-to-bracket::before {
  content: "\f090"; }
.fa-sign-in::before {
  content: "\f090"; }
.fa-shop-slash::before {
  content: "\e070"; }
.fa-store-alt-slash::before {
  content: "\e070"; }
.fa-server::before {
  content: "\f233"; }
.fa-shop-lock::before {
  content: "\e4a5"; }
.fa-hourglass-start::before {
  content: "\f251"; }
.fa-hourglass-1::before {
  content: "\f251"; }
.fa-venus::before {
  content: "\f221"; }
.fa-passport::before {
  content: "\f5ab"; }
.fa-people-carry-box::before {
  content: "\f4ce"; }
.fa-people-carry::before {
  content: "\f4ce"; }
.fa-temperature-high::before {
  content: "\f769"; }
.fa-microchip::before {
  content: "\f2db"; }
.fa-crown::before {
  content: "\f521"; }
.fa-weight-hanging::before {
  content: "\f5cd"; }
.fa-xmarks-lines::before {
  content: "\e59a"; }
.fa-user-group::before {
  content: "\f500"; }
.fa-user-friends::before {
  content: "\f500"; }
.fa-circle-arrow-up::before {
  content: "\f0aa"; }
.fa-arrow-circle-up::before {
  content: "\f0aa"; }
.fa-toggle-on::before {
  content: "\f205"; }
.fa-person-walking::before {
  content: "\f554"; }
.fa-walking::before {
  content: "\f554"; }
.fa-l::before {
  content: "\4c"; }
.fa-file-arrow-up::before {
  content: "\f574"; }
.fa-file-upload::before {
  content: "\f574"; }
.fa-wifi::before {
  content: "\f1eb"; }
.fa-wifi-3::before {
  content: "\f1eb"; }
.fa-wifi-strong::before {
  content: "\f1eb"; }
.fa-bath::before {
  content: "\f2cd"; }
.fa-bathtub::before {
  content: "\f2cd"; }
.fa-underline::before {
  content: "\f0cd"; }
.fa-user-pen::before {
  content: "\f4ff"; }
.fa-user-edit::before {
  content: "\f4ff"; }
.fa-signature::before {
  content: "\f5b7"; }
.fa-bold::before {
  content: "\f032"; }
.fa-anchor-lock::before {
  content: "\e4ad"; }
.fa-building-ngo::before {
  content: "\e4d7"; }
.fa-manat-sign::before {
  content: "\e1d5"; }
.fa-not-equal::before {
  content: "\f53e"; }
.fa-border-top-left::before {
  content: "\f853"; }
.fa-border-style::before {
  content: "\f853"; }
.fa-map-location-dot::before {
  content: "\f5a0"; }
.fa-map-marked-alt::before {
  content: "\f5a0"; }
.fa-jedi::before {
  content: "\f669"; }
.fa-square-poll-vertical::before {
  content: "\f681"; }
.fa-chess-board::before {
  content: "\f43c"; }
.fa-building-circle-check::before {
  content: "\e4d2"; }
.fa-image::before {
  content: "\f03e"; }
.fa-microphone::before {
  content: "\f130"; }
.fa-columns::before {
  content: "\f0db"; }
.fa-lemon::before {
  content: "\f094"; }
.fa-head-side-mask::before {
  content: "\e063"; }
.fa-handshake::before {
  content: "\f2b5"; }
.fa-smoking::before {
  content: "\f48d"; }
.fa-minimize::before {
  content: "\f78c"; }
.fa-angle-double-right::before {
  content: "\f101"; }
.fa-cannabis::before {
  content: "\f55f"; }
.fa-circle-play::before {
  content: "\f144"; }
.fa-play-circle::before {
  content: "\f144"; }
.fa-plate-wheat::before {
  content: "\e55a"; }
.fa-icicles::before {
  content: "\f7ad"; }
.fa-person-shelter::before {
  content: "\e54f"; }
.fa-reply-all::before {
  content: "\f122"; }
.fa-mail-reply-all::before {
  content: "\f122"; }
.fa-suitcase::before {
  content: "\f0f2"; }
.fa-person-skating::before {
  content: "\f7c5"; }
.fa-skating::before {
  content: "\f7c5"; }
.fa-box-open::before {
  content: "\f49e"; }
.fa-scroll::before {
  content: "\f70e"; }
.fa-spa::before {
  content: "\f5bb"; }
.fa-location-pin-lock::before {
  content: "\e51f"; }
.fa-address-card::before {
  content: "\f2bb"; }
.fa-contact-card::before {
  content: "\f2bb"; }
.fa-vcard::before {
  content: "\f2bb"; }
.fa-laptop-house::before {
  content: "\e066"; }
.fa-face-tired::before {
  content: "\f5c8"; }
.fa-tired::before {
  content: "\f5c8"; }
.fa-money-bills::before {
  content: "\e1f3"; }
.fa-smog::before {
  content: "\f75f"; }
.fa-crutch::before {
  content: "\f7f7"; }
.fa-boxes-packing::before {
  content: "\e4c7"; }
.fa-circle-arrow-left::before {
  content: "\f0a8"; }
.fa-arrow-circle-left::before {
  content: "\f0a8"; }
.fa-group-arrows-rotate::before {
  content: "\e4f6"; }
.fa-bowl-food::before {
  content: "\e4c6"; }
.fa-candy-cane::before {
  content: "\f786"; }
.fa-arrow-down-wide-short::before {
  content: "\f160"; }
.fa-sort-amount-asc::before {
  content: "\f160"; }
.fa-sort-amount-down::before {
  content: "\f160"; }
.fa-cloud-bolt::before {
  content: "\f76c"; }
.fa-thunderstorm::before {
  content: "\f76c"; }
.fa-text-slash::before {
  content: "\f87d"; }
.fa-remove-format::before {
  content: "\f87d"; }
.fa-face-smile-wink::before {
  content: "\f4da"; }
.fa-smile-wink::before {
  content: "\f4da"; }
.fa-file-word::before {
  content: "\f1c2"; }
.fa-file-powerpoint::before {
  content: "\f1c4"; }
.fa-arrows-left-right::before {
  content: "\f07e"; }
.fa-arrows-h::before {
  content: "\f07e"; }
.fa-house-lock::before {
  content: "\e510"; }
.fa-cloud-arrow-down::before {
  content: "\f0ed"; }
.fa-cloud-download::before {
  content: "\f0ed"; }
.fa-cloud-download-alt::before {
  content: "\f0ed"; }
.fa-children::before {
  content: "\e4e1"; }
.fa-chalkboard::before {
  content: "\f51b"; }
.fa-blackboard::before {
  content: "\f51b"; }
.fa-user-large-slash::before {
  content: "\f4fa"; }
.fa-user-alt-slash::before {
  content: "\f4fa"; }
.fa-envelope-open::before {
  content: "\f2b6"; }
.fa-file-excel::before {
  content: "\f1c3"; }
.fa-file-contract::before {
  content: "\f56c"; }
.fa-fish-fins::before {
  content: "\e4f2"; }
.fa-building-flag::before {
  content: "\e4d5"; }
.fa-face-grin-beam::before {
  content: "\f582"; }
.fa-grin-beam::before {
  content: "\f582"; }
.fa-location-pin::before {
  content: "\f041"; }
.fa-hat-hard::before {
  content: "\f807"; }
.fa-eject::before {
  content: "\f052"; }
.fa-circle-right::before {
  content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }
.fa-plane-circle-check::before {
  content: "\e555"; }
.fa-face-rolling-eyes::before {
  content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }
.fa-object-group::before {
  content: "\f247"; }
.fa-chart-line::before {
  content: "\f201"; }
.fa-arrow-right::before {
  content: "\f061"; }
.fa-person-circle-question::before {
  content: "\e542"; }
.fa-h::before {
  content: "\48"; }
.fa-tarp::before {
  content: "\e57b"; }
.fa-screwdriver-wrench::before {
  content: "\f7d9"; }
.fa-tools::before {
  content: "\f7d9"; }
.fa-arrows-to-eye::before {
  content: "\e4bf"; }
.fa-plug-circle-bolt::before {
  content: "\e55b"; }
.fa-heart::before {
  content: "\f004"; }
.fa-mars-and-venus::before {
  content: "\f224"; }
.fa-house-user::before {
  content: "\e1b0"; }
.fa-home-user::before {
  content: "\e1b0"; }
.fa-dumpster-fire::before {
  content: "\f794"; }
.fa-house-crack::before {
  content: "\e3b1"; }
.fa-file-audio::before {
  content: "\f1c7"; }
.fa-file-image::before {
  content: "\f1c5"; }
.fa-circle-question::before {
  content: "\f059"; }
.fa-question-circle::before {
  content: "\f059"; }
.fa-plane-departure::before {
  content: "\f5b0"; }
.fa-handshake-slash::before {
  content: "\e060"; }
.fa-book-bookmark::before {
  content: "\e0bb"; }
.fa-code-branch::before {
  content: "\f126"; }
.fa-hat-cowboy::before {
  content: "\f8c0"; }
.fa-bridge::before {
  content: "\e4c8"; }
.fa-phone-flip::before {
  content: "\f879"; }
.fa-phone-alt::before {
  content: "\f879"; }
.fa-file-circle-minus::before {
  content: "\e4ed"; }
.fa-tags::before {
  content: "\f02c"; }
.fa-wine-glass::before {
  content: "\f4e3"; }
.fa-forward-fast::before {
  content: "\f050"; }
.fa-fast-forward::before {
  content: "\f050"; }
.fa-face-meh-blank::before {
  content: "\f5a4"; }
.fa-meh-blank::before {
  content: "\f5a4"; }
.fa-square-parking::before {
  content: "\f540"; }
.fa-audio-description::before {
  content: "\f29e"; }
.fa-signal::before {
  content: "\f012"; }
.fa-signal-5::before {
  content: "\f012"; }
.fa-signal-perfect::before {
  content: "\f012"; }
.fa-bus::before {
  content: "\f207"; }
.fa-heart-circle-xmark::before {
  content: "\e501"; }
.fa-house-chimney::before {
  content: "\e3af"; }
.fa-home-lg::before {
  content: "\e3af"; }
.fa-window-maximize::before {
  content: "\f2d0"; }
.fa-face-frown::before {
  content: "\f119"; }
.fa-frown::before {
  content: "\f119"; }
.fa-prescription::before {
  content: "\f5b1"; }
.fa-shop::before {
  content: "\f54f"; }
.fa-store-alt::before {
  content: "\f54f"; }
.fa-floppy-disk::before {
  content: "\f0c7"; }
.fa-save::before {
  content: "\f0c7"; }
.fa-hand-scissors::before {
  content: "\f257"; }
.fa-hands-praying::before {
  content: "\f684"; }
.fa-praying-hands::before {
  content: "\f684"; }
.fa-arrow-rotate-right::before {
  content: "\f01e"; }
.fa-arrow-right-rotate::before {
  content: "\f01e"; }
.fa-arrow-rotate-forward::before {
  content: "\f01e"; }
.fa-location::before {
  content: "\f601"; }
.fa-mars-double::before {
  content: "\f227"; }
.fa-child-dress::before {
  content: "\e59c"; }
.fa-lungs-virus::before {
  content: "\e067"; }
.fa-phone::before {
  content: "\f095"; }
.fa-calendar-xmark::before {
  content: "\f273"; }
.fa-trash::before {
  content: "\f1f8"; }
.fa-gauge-simple::before {
  content: "\f629"; }
.fa-gauge-simple-med::before {
  content: "\f629"; }
.fa-tachometer-average::before {
  content: "\f629"; }
.fa-book-medical::before {
  content: "\f7e6"; }
.fa-poo::before {
  content: "\f2fe"; }
.fa-quote-right::before {
  content: "\f10e"; }
.fa-quote-right-alt::before {
  content: "\f10e"; }
.fa-shirt::before {
  content: "\f553"; }
.fa-cubes::before {
  content: "\f1b3"; }
.fa-divide::before {
  content: "\f529"; }
.fa-headphones::before {
  content: "\f025"; }
.fa-arrow-left::before {
  content: "\f060"; }
.fa-person-circle-xmark::before {
  content: "\e543"; }
.fa-ruler::before {
  content: "\f545"; }
.fa-align-left::before {
  content: "\f036"; }
.fa-dice-d6::before {
  content: "\f6d1"; }
.fa-restroom::before {
  content: "\f7bd"; }
.fa-j::before {
  content: "\4a"; }
.fa-file-video::before {
  content: "\f1c8"; }
.fa-file-pdf::before {
  content: "\f1c1"; }
.fa-book-bible::before {
  content: "\f647"; }
.fa-bible::before {
  content: "\f647"; }
.fa-o::before {
  content: "\4f"; }
.fa-medkit::before {
  content: "\f0fa"; }
.fa-user-secret::before {
  content: "\f21b"; }
.fa-otter::before {
  content: "\f700"; }
.fa-person-dress::before {
  content: "\f182"; }
.fa-female::before {
  content: "\f182"; }
.fa-comment-dollar::before {
  content: "\f651"; }
.fa-business-time::before {
  content: "\f64a"; }
.fa-briefcase-clock::before {
  content: "\f64a"; }
.fa-table-cells-large::before {
  content: "\f009"; }
.fa-th-large::before {
  content: "\f009"; }
.fa-book-tanakh::before {
  content: "\f827"; }
.fa-tanakh::before {
  content: "\f827"; }
.fa-phone-volume::before {
  content: "\f2a0"; }
.fa-volume-control-phone::before {
  content: "\f2a0"; }
.fa-clipboard-user::before {
  content: "\f7f3"; }
.fa-child::before {
  content: "\f1ae"; }
.fa-satellite::before {
  content: "\f7bf"; }
.fa-plane-lock::before {
  content: "\e558"; }
.fa-tag::before {
  content: "\f02b"; }
.fa-comment::before {
  content: "\f075"; }
.fa-cake-candles::before {
  content: "\f1fd"; }
.fa-birthday-cake::before {
  content: "\f1fd"; }
.fa-cake::before {
  content: "\f1fd"; }
.fa-envelope::before {
  content: "\f0e0"; }
.fa-angles-up::before {
  content: "\f102"; }
.fa-ribbon::before {
  content: "\f4d6"; }
.fa-lungs::before {
  content: "\f604"; }
.fa-arrow-up-9-1::before {
  content: "\f887"; }
.fa-sort-numeric-up-alt::before {
  content: "\f887"; }
.fa-litecoin-sign::before {
  content: "\e1d3"; }
.fa-border-none::before {
  content: "\f850"; }
.fa-circle-info::before {
  content: "\f05a"; }
.fa-info-circle::before {
  content: "\f05a"; }
.fa-cloud-meatball::before {
  content: "\f73b"; }
.fa-camera::before {
  content: "\f030"; }
.fa-camera-alt::before {
  content: "\f030"; }
.fa-square-virus::before {
  content: "\e578"; }
.fa-meteor::before {
  content: "\f753"; }
.fa-arrow-down-1-9::before {
  content: "\f162"; }
.fa-sort-numeric-asc::before {
  content: "\f162"; }
.fa-sort-numeric-down::before {
  content: "\f162"; }
.fa-hand-holding-droplet::before {
  content: "\f4c1"; }
.fa-hand-holding-water::before {
  content: "\f4c1"; }
.fa-water::before {
  content: "\f773"; }
.fa-calendar-check::before {
  content: "\f274"; }
.fa-landmark::before {
  content: "\f66f"; }
.fa-truck::before {
  content: "\f0d1"; }
.fa-crosshairs::before {
  content: "\f05b"; }
.fa-person-cane::before {
  content: "\e53c"; }
.fa-tent::before {
  content: "\e57d"; }
.fa-undo::before {
  content: "\f0e2"; }
.fa-hard-drive::before {
  content: "\f0a0"; }
.fa-hdd::before {
  content: "\f0a0"; }
.fa-circle-left::before {
  content: "\f359"; }
.fa-arrow-alt-circle-left::before {
  content: "\f359"; }
.fa-minus::before {
  content: "\f068"; }
.fa-subtract::before {
  content: "\f068"; }
.fa-chess::before {
  content: "\f439"; }
.fa-franc-sign::before {
  content: "\e18f"; }
.fa-volume-off::before {
  content: "\f026"; }
.fa-gear::before {
  content: "\f013"; }
.fa-cog::before {
  content: "\f013"; }
.fa-droplet-slash::before {
  content: "\f5c7"; }
.fa-tint-slash::before {
  content: "\f5c7"; }
.fa-mosque::before {
  content: "\f678"; }
.fa-mosquito::before {
  content: "\e52b"; }
.fa-star-of-david::before {
  content: "\f69a"; }
.fa-person-military-rifle::before {
  content: "\e54b"; }
.fa-cart-shopping::before {
  content: "\f07a"; }
.fa-shopping-cart::before {
  content: "\f07a"; }
.fa-level-up::before {
  content: "\f148"; }
.fa-u::before {
  content: "\55"; }
.fa-clock::before {
  content: "\f017"; }
.fa-clock-four::before {
  content: "\f017"; }
.fa-backward-step::before {
  content: "\f048"; }
.fa-step-backward::before {
  content: "\f048"; }
.fa-pallet::before {
  content: "\f482"; }
.fa-s::before {
  content: "\53"; }
.fa-timeline::before {
  content: "\e29c"; }
.fa-keyboard::before {
  content: "\f11c"; }
.fa-caret-down::before {
  content: "\f0d7"; }
.fa-house-chimney-medical::before {
  content: "\f7f2"; }
.fa-clinic-medical::before {
  content: "\f7f2"; }
.fa-battery-half::before {
  content: "\f242"; }
.fa-battery-3::before {
  content: "\f242"; }
.fa-mountain-city::before {
  content: "\e52e"; }
.fa-coins::before {
  content: "\f51e"; }
.fa-khanda::before {
  content: "\f66d"; }
.fa-sliders::before {
  content: "\f1de"; }
.fa-sliders-h::before {
  content: "\f1de"; }
.fa-folder-tree::before {
  content: "\f802"; }
.fa-network-wired::before {
  content: "\f6ff"; }
.fa-map-pin::before {
  content: "\f276"; }
.fa-hamsa::before {
  content: "\f665"; }
.fa-calculator::before {
  content: "\f1ec"; }
.fa-building-circle-xmark::before {
  content: "\e4d4"; }
.fa-ship::before {
  content: "\f21a"; }
.fa-arrows-down-to-line::before {
  content: "\e4b8"; }
.fa-download::before {
  content: "\f019"; }
.fa-face-grin::before {
  content: "\f580"; }
.fa-grin::before {
  content: "\f580"; }
.fa-delete-left::before {
  content: "\f55a"; }
.fa-backspace::before {
  content: "\f55a"; }
.fa-eye-dropper::before {
  content: "\f1fb"; }
.fa-eye-dropper-empty::before {
  content: "\f1fb"; }
.fa-eyedropper::before {
  content: "\f1fb"; }
.fa-file-circle-check::before {
  content: "\e5a0"; }
.fa-forward::before {
  content: "\f04e"; }
.fa-mobile::before {
  content: "\f3ce"; }
.fa-mobile-android::before {
  content: "\f3ce"; }
.fa-mobile-phone::before {
  content: "\f3ce"; }
.fa-face-meh::before {
  content: "\f11a"; }
.fa-meh::before {
  content: "\f11a"; }
.fa-align-center::before {
  content: "\f037"; }
.fa-book-skull::before {
  content: "\f6b7"; }
.fa-book-dead::before {
  content: "\f6b7"; }
.fa-id-card::before {
  content: "\f2c2"; }
.fa-drivers-license::before {
  content: "\f2c2"; }
.fa-outdent::before {
  content: "\f03b"; }
.fa-dedent::before {
  content: "\f03b"; }
.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }
.fa-house::before {
  content: "\f015"; }
.fa-home::before {
  content: "\f015"; }
.fa-home-alt::before {
  content: "\f015"; }
.fa-home-lg-alt::before {
  content: "\f015"; }
.fa-calendar-week::before {
  content: "\f784"; }
.fa-laptop-medical::before {
  content: "\f812"; }
.fa-b::before {
  content: "\42"; }
.fa-file-medical::before {
  content: "\f477"; }
.fa-dice-one::before {
  content: "\f525"; }
.fa-kiwi-bird::before {
  content: "\f535"; }
.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }
.fa-exchange::before {
  content: "\f0ec"; }
.fa-rotate-right::before {
  content: "\f2f9"; }
.fa-redo-alt::before {
  content: "\f2f9"; }
.fa-rotate-forward::before {
  content: "\f2f9"; }
.fa-utensils::before {
  content: "\f2e7"; }
.fa-stop::before {
  content: "\f04d"; }
.fa-file-download::before {
  content: "\f56d"; }
.fa-plane-circle-xmark::before {
  content: "\e557"; }
.fa-sun::before {
  content: "\f185"; }
.fa-guitar::before {
  content: "\f7a6"; }
.fa-face-laugh-wink::before {
  content: "\f59c"; }
.fa-laugh-wink::before {
  content: "\f59c"; }
.fa-horse-head::before {
  content: "\f7ab"; }
.fa-bore-hole::before {
  content: "\e4c3"; }
.fa-industry::before {
  content: "\f275"; }
.fa-circle-down::before {
  content: "\f358"; }
.fa-arrow-alt-circle-down::before {
  content: "\f358"; }
.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }
.fa-florin-sign::before {
  content: "\e184"; }
.fa-arrow-down-short-wide::before {
  content: "\f884"; }
.fa-sort-amount-desc::before {
  content: "\f884"; }
.fa-sort-amount-down-alt::before {
  content: "\f884"; }
.fa-less-than::before {
  content: "\3c"; }
.fa-angle-down::before {
  content: "\f107"; }
.fa-car-tunnel::before {
  content: "\e4de"; }
.fa-head-side-cough::before {
  content: "\e061"; }
.fa-grip-lines::before {
  content: "\f7a4"; }
.fa-thumbs-down::before {
  content: "\f165"; }
.fa-user-lock::before {
  content: "\f502"; }
.fa-arrow-right-long::before {
  content: "\f178"; }
.fa-long-arrow-right::before {
  content: "\f178"; }
.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }
.fa-ellipsis::before {
  content: "\f141"; }
.fa-ellipsis-h::before {
  content: "\f141"; }
.fa-chess-pawn::before {
  content: "\f443"; }
.fa-kit-medical::before {
  content: "\f479"; }
.fa-first-aid::before {
  content: "\f479"; }
.fa-person-through-window::before {
  content: "\e5a9"; }
.fa-toolbox::before {
  content: "\f552"; }
.fa-hands-holding-circle::before {
  content: "\e4fb"; }
.fa-bug::before {
  content: "\f188"; }
.fa-credit-card::before {
  content: "\f09d"; }
.fa-credit-card-alt::before {
  content: "\f09d"; }
.fa-car::before {
  content: "\f1b9"; }
.fa-automobile::before {
  content: "\f1b9"; }
.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }
.fa-dice-d20::before {
  content: "\f6cf"; }
.fa-file-circle-xmark::before {
  content: "\e5a1"; }
.fa-temperature-arrow-up::before {
  content: "\e040"; }
.fa-temperature-up::before {
  content: "\e040"; }
.fa-medal::before {
  content: "\f5a2"; }
.fa-bed::before {
  content: "\f236"; }
.fa-podcast::before {
  content: "\f2ce"; }
.fa-bell::before {
  content: "\f0f3"; }
.fa-superscript::before {
  content: "\f12b"; }
.fa-plug-circle-xmark::before {
  content: "\e560"; }
.fa-star-of-life::before {
  content: "\f621"; }
.fa-phone-slash::before {
  content: "\f3dd"; }
.fa-hands-helping::before {
  content: "\f4c4"; }
.fa-location-dot::before {
  content: "\f3c5"; }
.fa-map-marker-alt::before {
  content: "\f3c5"; }
.fa-file::before {
  content: "\f15b"; }
.fa-arrow-down::before {
  content: "\f063"; }
.fa-droplet::before {
  content: "\f043"; }
.fa-tint::before {
  content: "\f043"; }
.fa-eraser::before {
  content: "\f12d"; }
.fa-dove::before {
  content: "\f4ba"; }
.fa-battery-empty::before {
  content: "\f244"; }
.fa-battery-0::before {
  content: "\f244"; }
.fa-socks::before {
  content: "\f696"; }
.fa-inbox::before {
  content: "\f01c"; }
.fa-section::before {
  content: "\e447"; }
.fa-tachometer-alt::before {
  content: "\f625"; }
.fa-tachometer-alt-fast::before {
  content: "\f625"; }
.fa-envelope-open-text::before {
  content: "\f658"; }
.fa-hospital::before {
  content: "\f0f8"; }
.fa-hospital-alt::before {
  content: "\f0f8"; }
.fa-hospital-wide::before {
  content: "\f0f8"; }
.fa-wine-bottle::before {
  content: "\f72f"; }
.fa-bars-staggered::before {
  content: "\f550"; }
.fa-reorder::before {
  content: "\f550"; }
.fa-stream::before {
  content: "\f550"; }
.fa-blind::before {
  content: "\f29d"; }
.fa-drum::before {
  content: "\f569"; }
.fa-fax::before {
  content: "\f1ac"; }
.fa-paragraph::before {
  content: "\f1dd"; }
.fa-check-to-slot::before {
  content: "\f772"; }
.fa-star-half::before {
  content: "\f089"; }
.fa-boxes-stacked::before {
  content: "\f468"; }
.fa-boxes::before {
  content: "\f468"; }
.fa-boxes-alt::before {
  content: "\f468"; }
.fa-link::before {
  content: "\f0c1"; }
.fa-chain::before {
  content: "\f0c1"; }
.fa-naira-sign::before {
  content: "\e1f6"; }
.fa-cart-arrow-down::before {
  content: "\f218"; }
.fa-walkie-talkie::before {
  content: "\f8ef"; }
.fa-file-pen::before {
  content: "\f31c"; }
.fa-file-edit::before {
  content: "\f31c"; }
.fa-receipt::before {
  content: "\f543"; }
.fa-square-pen::before {
  content: "\f14b"; }
.fa-pen-square::before {
  content: "\f14b"; }
.fa-pencil-square::before {
  content: "\f14b"; }
.fa-suitcase-rolling::before {
  content: "\f5c1"; }
.fa-person-circle-exclamation::before {
  content: "\e53f"; }
.fa-chevron-down::before {
  content: "\f078"; }
.fa-ranking-star::before {
  content: "\e561"; }
.fa-chess-king::before {
  content: "\f43f"; }
.fa-person-harassing::before {
  content: "\e549"; }
.fa-brazilian-real-sign::before {
  content: "\e46c"; }
.fa-landmark-dome::before {
  content: "\f752"; }
.fa-landmark-alt::before {
  content: "\f752"; }
.fa-arrow-up::before {
  content: "\f062"; }
.fa-tasks::before {
  content: "\f0ae"; }
.fa-jug-detergent::before {
  content: "\e519"; }
.fa-circle-user::before {
  content: "\f2bd"; }
.fa-user-circle::before {
  content: "\f2bd"; }
.fa-user-shield::before {
  content: "\f505"; }
.fa-wind::before {
  content: "\f72e"; }
.fa-car-burst::before {
  content: "\f5e1"; }
.fa-car-crash::before {
  content: "\f5e1"; }
.fa-y::before {
  content: "\59"; }
.fa-person-snowboarding::before {
  content: "\f7ce"; }
.fa-snowboarding::before {
  content: "\f7ce"; }
.fa-truck-fast::before {
  content: "\f48b"; }
.fa-shipping-fast::before {
  content: "\f48b"; }
.fa-fish::before {
  content: "\f578"; }
.fa-user-graduate::before {
  content: "\f501"; }
.fa-circle-half-stroke::before {
  content: "\f042"; }
.fa-adjust::before {
  content: "\f042"; }
.fa-copy::before {
  content: "\f0c5"; }
.fa-volume-xmark::before {
  content: "\f6a9"; }
.fa-volume-mute::before {
  content: "\f6a9"; }
.fa-volume-times::before {
  content: "\f6a9"; }
.fa-hand-sparkles::before {
  content: "\e05d"; }
.fa-square-phone::before {
  content: "\f098"; }
.fa-phone-square::before {
  content: "\f098"; }
.fa-plus::before {
  content: "\2b"; }
.fa-add::before {
  content: "\2b"; }
.fa-expand::before {
  content: "\f065"; }
.fa-computer::before {
  content: "\e4e5"; }
.fa-xmark::before {
  content: "\f00d"; }
.fa-close::before {
  content: "\f00d"; }
.fa-multiply::before {
  content: "\f00d"; }
.fa-remove::before {
  content: "\f00d"; }
.fa-times::before {
  content: "\f00d"; }
.fa-arrows-up-down-left-right::before {
  content: "\f047"; }
.fa-arrows::before {
  content: "\f047"; }
.fa-chalkboard-user::before {
  content: "\f51c"; }
.fa-chalkboard-teacher::before {
  content: "\f51c"; }
.fa-peso-sign::before {
  content: "\e222"; }
.fa-building-shield::before {
  content: "\e4d8"; }
.fa-baby::before {
  content: "\f77c"; }
.fa-users-line::before {
  content: "\e592"; }
.fa-quote-left::before {
  content: "\f10d"; }
.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-copyright::before {
  content: "\f1f9"; }
.fa-equals::before {
  content: "\3d"; }
.fa-blender::before {
  content: "\f517"; }
.fa-teeth::before {
  content: "\f62e"; }
.fa-shekel-sign::before {
  content: "\f20b"; }
.fa-ils::before {
  content: "\f20b"; }
.fa-shekel::before {
  content: "\f20b"; }
.fa-sheqel::before {
  content: "\f20b"; }
.fa-sheqel-sign::before {
  content: "\f20b"; }
.fa-map::before {
  content: "\f279"; }
.fa-rocket::before {
  content: "\f135"; }
.fa-photo-film::before {
  content: "\f87c"; }
.fa-photo-video::before {
  content: "\f87c"; }
.fa-folder-minus::before {
  content: "\f65d"; }
.fa-store::before {
  content: "\f54e"; }
.fa-arrow-trend-up::before {
  content: "\e098"; }
.fa-plug-circle-minus::before {
  content: "\e55e"; }
.fa-sign-hanging::before {
  content: "\f4d9"; }
.fa-sign::before {
  content: "\f4d9"; }
.fa-bezier-curve::before {
  content: "\f55b"; }
.fa-bell-slash::before {
  content: "\f1f6"; }
.fa-tablet::before {
  content: "\f3fb"; }
.fa-tablet-android::before {
  content: "\f3fb"; }
.fa-school-flag::before {
  content: "\e56e"; }
.fa-fill::before {
  content: "\f575"; }
.fa-angle-up::before {
  content: "\f106"; }
.fa-drumstick-bite::before {
  content: "\f6d7"; }
.fa-chevron-right::before {
  content: "\f054"; }
.fa-retweet::before {
  content: "\f079"; }
.fa-car-rear::before {
  content: "\f5de"; }
.fa-radio::before {
  content: "\f8d7"; }
.fa-thermometer::before {
  content: "\f491"; }
.fa-vr-cardboard::before {
  content: "\f729"; }
.fa-hand-middle-finger::before {
  content: "\f806"; }
.fa-percent::before {
  content: "\25"; }
.fa-percentage::before {
  content: "\25"; }
.fa-display::before {
  content: "\e163"; }
.fa-face-smile::before {
  content: "\f118"; }
.fa-smile::before {
  content: "\f118"; }
.fa-thumb-tack::before {
  content: "\f08d"; }
.fa-pray::before {
  content: "\f683"; }
.fa-rotate::before {
  content: "\f2f1"; }
.fa-sync-alt::before {
  content: "\f2f1"; }
.fa-spinner::before {
  content: "\f110"; }
.fa-robot::before {
  content: "\f544"; }
.fa-peace::before {
  content: "\f67c"; }
.fa-gears::before {
  content: "\f085"; }
.fa-cogs::before {
  content: "\f085"; }
.fa-warehouse::before {
  content: "\f494"; }
.fa-arrow-turn-down::before {
  content: "\f149"; }
.fa-level-down::before {
  content: "\f149"; }
.fa-person-falling-burst::before {
  content: "\e547"; }
.fa-award::before {
  content: "\f559"; }
.fa-building::before {
  content: "\f1ad"; }
.fa-qrcode::before {
  content: "\f029"; }
.fa-clock-rotate-left::before {
  content: "\f1da"; }
.fa-history::before {
  content: "\f1da"; }
.fa-file-export::before {
  content: "\f56e"; }
.fa-arrow-right-from-file::before {
  content: "\f56e"; }
.fa-music::before {
  content: "\f001"; }
.fa-temperature-low::before {
  content: "\f76b"; }
.fa-person-biking::before {
  content: "\f84a"; }
.fa-broom::before {
  content: "\f51a"; }
.fa-shield-heart::before {
  content: "\e574"; }
.fa-earth-oceania::before {
  content: "\e47b"; }
.fa-globe-oceania::before {
  content: "\e47b"; }
.fa-square-xmark::before {
  content: "\f2d3"; }
.fa-times-square::before {
  content: "\f2d3"; }
.fa-xmark-square::before {
  content: "\f2d3"; }
.fa-hashtag::before {
  content: "\23"; }
.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }
.fa-expand-alt::before {
  content: "\f424"; }
.fa-oil-can::before {
  content: "\f613"; }
.fa-t::before {
  content: "\54"; }
.fa-hippo::before {
  content: "\f6ed"; }
.fa-fan::before {
  content: "\f863"; }
.fa-person-walking-luggage::before {
  content: "\e554"; }
.fa-up-down::before {
  content: "\f338"; }
.fa-arrows-alt-v::before {
  content: "\f338"; }
.fa-calendar::before {
  content: "\f133"; }
.fa-trailer::before {
  content: "\e041"; }
.fa-bahai::before {
  content: "\f666"; }
.fa-haykal::before {
  content: "\f666"; }
.fa-sd-card::before {
  content: "\f7c2"; }
.fa-dragon::before {
  content: "\f6d5"; }
.fa-shoe-prints::before {
  content: "\f54b"; }
.fa-circle-plus::before {
  content: "\f055"; }
.fa-plus-circle::before {
  content: "\f055"; }
.fa-link-slash::before {
  content: "\f127"; }
.fa-chain-broken::before {
  content: "\f127"; }
.fa-chain-slash::before {
  content: "\f127"; }
.fa-unlink::before {
  content: "\f127"; }
.fa-clone::before {
  content: "\f24d"; }
.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }
.fa-arrow-up-z-a::before {
  content: "\f882"; }
.fa-sort-alpha-up-alt::before {
  content: "\f882"; }
.fa-fire-alt::before {
  content: "\f7e4"; }
.fa-tornado::before {
  content: "\f76f"; }
.fa-file-circle-plus::before {
  content: "\e494"; }
.fa-anchor::before {
  content: "\f13d"; }
.fa-border-all::before {
  content: "\f84c"; }
.fa-face-angry::before {
  content: "\f556"; }
.fa-angry::before {
  content: "\f556"; }
.fa-cookie-bite::before {
  content: "\f564"; }
.fa-arrow-trend-down::before {
  content: "\e097"; }
.fa-rss::before {
  content: "\f09e"; }
.fa-shower::before {
  content: "\f2cc"; }
.fa-desktop::before {
  content: "\f390"; }
.fa-desktop-alt::before {
  content: "\f390"; }
.fa-m::before {
  content: "\4d"; }
.fa-table-list::before {
  content: "\f00b"; }
.fa-th-list::before {
  content: "\f00b"; }
.fa-comment-sms::before {
  content: "\f7cd"; }
.fa-sms::before {
  content: "\f7cd"; }
.fa-book::before {
  content: "\f02d"; }
.fa-user-plus::before {
  content: "\f234"; }
.fa-check::before {
  content: "\f00c"; }
.fa-briefcase::before {
  content: "\f0b1"; }
.fa-person-falling::before {
  content: "\e546"; }
  .fa-certificate::before {
  content: "\f0a3"; }
.fa-image-portrait::before {
  content: "\f3e0"; }
.fa-portrait::before {
  content: "\f3e0"; }
.fa-user-tag::before {
  content: "\f507"; }
.fa-rug::before {
  content: "\e569"; }
.fa-baht-sign::before {
  content: "\e0ac"; }
.fa-book-open::before {
  content: "\f518"; }
.fa-book-journal-whills::before {
  content: "\f66a"; }
.fa-journal-whills::before {
  content: "\f66a"; }
.fa-warning::before {
  content: "\f071"; }
.fa-database::before {
  content: "\f1c0"; }
.fa-share::before {
  content: "\f064"; }
.fa-arrow-turn-right::before {
  content: "\f064"; }
.fa-mail-forward::before {
  content: "\f064"; }
.fa-bottle-droplet::before {
  content: "\e4c4"; }
.fa-mask-face::before {
  content: "\e1d7"; }
.fa-hands::before {
  content: "\f2a7"; }
.fa-sign-language::before {
  content: "\f2a7"; }
.fa-signing::before {
  content: "\f2a7"; }
.fa-calendar-day::before {
  content: "\f783"; }
.fa-xmark-circle::before {
  content: "\f057"; }
.fa-gifts::before {
  content: "\f79c"; }
.fa-earth-asia::before {
  content: "\f57e"; }
.fa-globe-asia::before {
  content: "\f57e"; }
.fa-file-invoice::before {
  content: "\f570"; }
.fa-window-minimize::before {
  content: "\f2d1"; }
.fa-mug-saucer::before {
  content: "\f0f4"; }
.fa-coffee::before {
  content: "\f0f4"; }
.fa-brush::before {
  content: "\f55d"; }
.fa-mask::before {
  content: "\f6fa"; }
.fa-bone::before {
  content: "\f5d7"; }
.fa-user-injured::before {
  content: "\f728"; }
.fa-face-sad-tear::before {
  content: "\f5b4"; }
.fa-sad-tear::before {
  content: "\f5b4"; }
.fa-plane::before {
  content: "\f072"; }
.fa-tent-arrows-down::before {
  content: "\e581"; }
.fa-exclamation::before {
  content: "\21"; }
.fa-arrows-spin::before {
  content: "\e4bb"; }
.fa-print::before {
  content: "\f02f"; }
.fa-turkish-lira-sign::before {
  content: "\e2bb"; }
.fa-try::before {
  content: "\e2bb"; }
.fa-turkish-lira::before {
  content: "\e2bb"; }
.fa-dollar-sign::before {
  content: "\24"; }
.fa-dollar::before {
  content: "\24"; }
.fa-usd::before {
  content: "\24"; }
.fa-x::before {
  content: "\58"; }
.fa-lightbulb::before {
  content: "\f0eb"; }
  .fa-person-chalkboard::before {
  content: "\e53d"; }
    .fa-people-roof::before {
  content: "\e537"; }
  .fa-people-arrow::before {
  content: "\e068"; }
   .fa-circle-check::before {
  content: "\f058"; }
     .fa-arrow-up-right-from-square::before {
  content: "\f08e"; }
  .fa-angles-left::before {
  content: "\f100"; }
     .fa-eye::before {
  content: "\f06e"; }  /*****/

  .fa-solar-panel::before {
  content: "\f5ba"; }
  .fa-thumbtack::before {
  content: "\f08d"; }
  .fa-coins::before {
  content: "\f51e"; }
  .fa-city::before {
  content: "\f64f"; }
  .fa-angles-right::before {
  content: "\f101"; }
 .fa-thumbs-up::before {
  content: "\f164"; }
.fa-microphone::before {
  content: "\f130"; }
.fa-tower-cell::before {
  content: "\e585"; }
.fa-volleyball::before {
  content: "\f45f"; }
.fa-bolt::before {
  content: "\f0e7"; }
.fa-earth-africa::before {
  content: "\f57c"; }  /*****/
.sr-only,
.fa-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),
.fa-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; }