﻿/*! * Font Awesome Free 6.5.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 2023 Fonticons, Inc. */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid)
    var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.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-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,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -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-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-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-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-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 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) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 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) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%,
  to {
    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%,
  to {
    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%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  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%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-chevron-circle-right:before,
.fa-trash-alt:before,
.fa-user-times:before,
.fa-comment-alt:before,
.fa-compress-alt:before,
.fa-file-alt:before,
.fa-file-lines:before,
.fa-calendar-alt:before,
.fa-volleyball-ball:before,
.fa-sort-desc:before,
.fa-circle-minus:before,
.fa-right-from-bracket:before,
.fa-heart-music-camera-bolt:before,
.fa-microphone-alt-slash:before,
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-forward-step:before,
.fa-face-smile-beam:before,
.fa-football-ball:before,
.fa-angle-double-down:before,
.fa-beer-mug-empty:before,
.fa-arrow-up-long:before,
.fa-burn:before,
.fa-male:before,
.fa-face-grin-stars:before,
.fa-pastafarianism:before,
.fa-spoon:before,
.fa-envelopes-bulk:before,
.fa-circle-h:before,
.fa-address-book:before,
.fa-pencil-alt:before,
.fa-file-clipboard:before,
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-truck-loading:before,
.fa-user-check:before {
  content: "\f4fc";
}
.fa-scroll-torah:before,
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-archive:before,
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-face-grin-tongue-squint:before,
.fa-earth-africa:before,
.fa-tablet-alt:before,
.fa-face-flushed:before,
.fa-gavel:before,
.fa-bell-concierge:before,
.fa-pen-ruler:before,
.fa-people-arrows-left-right:before,
.fa-caret-square-right:before,
.fa-cut:before,
.fa-digital-tachograph:before,
.fa-mail-reply:before,
.fa-minus-square:before,
.fa-caret-square-down:before,
.fa-bars:before,
.fa-hourglass-3:before,
.fa-heart-broken:before,
.fa-external-link-square-alt:before,
.fa-face-kiss-beam:before,
.fa-circle-exclamation:before,
.fa-arrow-right-from-bracket:before,
.fa-chevron-circle-down:before,
.fa-unlock-alt:before,
.fa-headphones-alt:before,
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot:before,
.fa-volume-down:before,
.fa-wheat-alt:before,
.fa-check-square:before,
.fa-header:before,
.fa-list-squares:before,
.fa-phone-square-alt:before,
.fa-circle-dot:before,
.fa-dizzy:before,
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-paint-brush:before,
.fa-lock:before {
  content: "\f023";
}
.fa-hot-tub-person:before,
.fa-map-location:before,
.fa-edit:before,
.fa-share-alt:before,
.fa-hourglass-2:before,
.fa-bag-shopping:before,
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-hand-paper:before,
.fa-face-kiss:before,
.fa-face-grin-tongue:before,
.fa-face-grin-wink:before,
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-rss-square:before,
.fa-hryvnia-sign:before,
.fa-face-grin-wide:before,
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-ambulance:before,
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-poo-bolt:before,
.fa-face-frown-open:before,
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-folder-blank:before,
.fa-file-medical-alt:before,
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-magic-wand-sparkles:before,
.fa-pen-alt:before,
.fa-shuttle-van:before,
.fa-caret-square-left:before,
.fa-globe:before {
  content: "\f0ac";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-area-chart:before,
.fa-ban:before,
.fa-air-freshener:before,
.fa-star:before {
  content: "\f005";
}
.fa-box:before {
  content: "\f466";
}
.fa-arrow-pointer:before,
.fa-expand-arrows-alt:before,
.fa-shapes:before,
.fa-random:before,
.fa-person-running:before,
.fa-computer-mouse:before,
.fa-arrow-right-to-bracket:before,
.fa-shop-slash:before,
.fa-server:before {
  content: "\f233";
}
.fa-hourglass-1:before,
.fa-right-to-bracket:before,
.fa-heart-pulse:before,
.fa-people-carry-box:before,
.fa-weight-scale:before,
.fa-user-friends:before,
.fa-arrow-up-a-z:before,
.fa-face-laugh-squint:before,
.fa-arrow-circle-up:before,
.fa-person-walking:before,
.fa-bed-pulse:before,
.fa-shuttle-space:before,
.fa-face-laugh:before,
.fa-microphone-alt:before,
.fa-headset:before {
  content: "\f590";
}
.fa-mars-stroke-up:before,
.fa-champagne-glasses:before,
.fa-file-arrow-up:before,
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-bath:before,
.fa-user-edit:before,
.fa-border-style:before,
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-poll:before,
.fa-battery-car:before,
.fa-mars-stroke-h:before,
.fa-hand-back-fist:before,
.fa-caret-square-up:before,
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-hands-bubbles:before,
.fa-eye-low-vision:before,
.fa-plus-square:before,
.fa-glass-martini-alt:before,
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-columns:before,
.fa-handshake:before {
  content: "\f2b5";
}
.fa-dolly-box:before,
.fa-compress-arrows-alt:before,
.fa-angle-double-right:before,
.fa-circle-play:before,
.fa-eur:before,
.fa-euro-sign:before,
.fa-check-circle:before,
.fa-circle-stop:before,
.fa-compass-drafting:before,
.fa-face-laugh-beam:before,
.fa-chevron-circle-up:before,
.fa-gbp:before,
.fa-pound-sign:before,
.fa-arrow-down-long:before,
.fa-certificate:before {
  content: "\f0a3";
}
.fa-mail-reply-all:before,
.fa-person-skating:before,
.fa-filter-circle-dollar:before,
.fa-arrow-circle-down:before,
.fa-arrow-right-to-file:before,
.fa-external-link-square:before,
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-address-card:before,
.fa-contact-card:before,
.fa-balance-scale-right:before,
.fa-diamond-turn-right:before,
.fa-house-laptop:before,
.fa-face-tired:before,
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-seedling:before,
.fa-arrows-alt-h:before,
.fa-arrow-circle-left:before,
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-cloud-bolt:before,
.fa-remove-format:before,
.fa-face-smile-wink:before,
.fa-arrows-h:before,
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-blackboard:before,
.fa-user-alt-slash:before,
.fa-handshake-alt-slash:before,
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}
.fa-atlas:before,
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-house-chimney-crack:before,
.fa-file-archive:before,
.fa-glass-martini:before,
.fa-person-skiing:before,
.fa-temperature-arrow-down:before,
.fa-feather-alt:before,
.fa-ad:before,
.fa-arrow-circle-right:before,
.fa-sort:before,
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-money-check-alt:before,
.fa-face-kiss-wink-heart:before,
.fa-arrows-alt:before,
.fa-star-half-alt:before,
.fa-glass-whiskey:before,
.fa-arrow-up-right-from-square:before,
.fa-krw:before,
.fa-won-sign:before,
.fa-cab:before,
.fa-chart-pie:before,
.fa-file-contract:before {
  content: "\f56c";
}
.fa-face-grin-beam:before,
.fa-location-pin:before,
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-arrow-alt-circle-right:before,
.fa-face-rolling-eyes:before,
.fa-chart-line:before,
.fa-arrow-right:before {
  content: "\f061";
}
.fa-map-signs:before,
.fa-screwdriver-wrench:before,
.fa-heart:before {
  content: "\f004";
}
.fa-home-user:before,
.fa-cocktail:before,
.fa-face-surprise:before,
.fa-circle-pause:before,
.fa-apple-alt:before,
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-poll-h:before,
.fa-backward-fast:before,
.fa-basketball-ball:before,
.fa-arrow-alt-circle-up:before,
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-volume-high:before,
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-burger:before,
.fa-rupee-sign:before,
.fa-circle-question:before,
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-phone-alt:before,
.fa-route:before {
  content: "\f4d7";
}
.fa-fast-forward:before,
.fa-face-meh-blank:before,
.fa-parking:before,
.fa-bars-progress:before,
.fa-cart-flatbed:before,
.fa-ban-smoking:before,
.fa-basket-shopping:before,
.fa-bus-alt:before,
.fa-face-sad-cry:before,
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-home-lg:before,
.fa-face-frown:before,
.fa-shop:before,
.fa-floppy-disk:before,
.fa-balance-scale-left:before,
.fa-sort-asc:before,
.fa-comment-dots:before,
.fa-face-grin-squint:before,
.fa-hand-holding-dollar:before,
.fa-hands-praying:before,
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-location-crosshairs:before,
.fa-face-grin-tears:before,
.fa-phone:before {
  content: "\f095";
}
.fa-calendar-times:before,
.fa-user-cog:before,
.fa-arrow-up-1-9:before,
.fa-digging:before,
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-quote-right-alt:before,
.fa-shirt:before,
.fa-t-shirt:before,
.fa-cubes:before {
  content: "\f1b3";
}
.fa-tenge-sign:before,
.fa-external-link-alt:before,
.fa-table-cells:before,
.fa-bible:before,
.fa-medkit:before,
.fa-female:before,
.fa-briefcase-clock:before,
.fa-table-cells-large:before,
.fa-book-tanakh:before,
.fa-phone-volume:before,
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-double-up:before,
.fa-arrow-up-9-1:before,
.fa-hourglass-empty:before,
.fa-user-doctor:before,
.fa-circle-info:before,
.fa-camera-alt:before,
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-hand-holding-droplet:before,
.fa-calendar-check:before {
  content: "\f274";
}
.fa-prescription-bottle-alt:before,
.fa-landmark:before {
  content: "\f66f";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-hard-drive:before,
.fa-face-grin-squint-tears:before,
.fa-list-alt:before,
.fa-person-skiing-nordic:before,
.fa-arrow-alt-circle-left:before,
.fa-subway:before,
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-crop-alt:before,
.fa-money-bill-1:before,
.fa-left-long:before,
.fa-minus:before,
.fa-arrow-left-long:before,
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-cog:before,
.fa-droplet-slash:before,
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-arrow-turn-up:before,
.fa-square-root-alt:before,
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-backward-step:before,
.fa-clinic-medical:before,
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-mobile-android-alt:before,
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-battery-3:before,
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-ellipsis-v:before,
.fa-long-arrow-alt-right:before,
.fa-teletype:before,
.fa-hiking:before,
.fa-calculator:before {
  content: "\f1ec";
}
.fa-cable-car:before,
.fa-face-grin:before,
.fa-backspace:before,
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-face-meh:before,
.fa-book-dead:before,
.fa-drivers-license:before,
.fa-dedent:before,
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-arrow-right-arrow-left:before,
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-cutlery:before,
.fa-arrow-up-wide-short:before,
.fa-broadcast-tower:before,
.fa-long-arrow-alt-up:before,
.fa-file-arrow-down:before,
.fa-bolt:before,
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-face-laugh-wink:before,
.fa-industry:before {
  content: "\f275";
}
.fa-arrow-alt-circle-down:before,
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-arrow-right-long:before,
.fa-ellipsis-h:before,
.fa-first-aid:before,
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-automobile:before,
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-temperature-arrow-up:before,
.fa-h-square:before,
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-hands-helping:before,
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-person-swimming:before,
.fa-droplet:before,
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-battery-0:before,
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-blind:before,
.fa-check-to-slot:before,
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-chain:before,
.fa-assistive-listening-systems:before,
.fa-magnifying-glass:before,
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-diagnoses:before,
.fa-trash-can-arrow-up:before,
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-chevron-down:before {
  content: "\f078";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-list-dots:before,
.fa-down-long:before,
.fa-landmark-alt:before,
.fa-television:before,
.fa-tv-alt:before,
.fa-list-check:before,
.fa-circle-user:before,
.fa-car-burst:before,
.fa-person-snowboarding:before,
.fa-shipping-fast:before,
.fa-user-graduate:before {
  content: "\f501";
}
.fa-adjust:before,
.fa-circle-radiation:before,
.fa-baseball-ball:before,
.fa-diagram-project:before,
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-grip-horizontal:before,
.fa-share-from-square:before,
.fa-child-combatant:before,
.fa-phone-square:before,
.fa-add:before,
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-arrows-up-down-left-right:before,
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-quote-left-alt:before,
.fa-trash-arrow-up:before,
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-photo-film:before,
.fa-store:before {
  content: "\f54e";
}
.fa-sign-hanging:before,
.fa-tablet-android:before,
.fa-chevron-right:before {
  content: "\f054";
}
.fa-car-alt:before,
.fa-battery-2:before,
.fa-baby-carriage:before,
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-percent:before,
.fa-face-smile:before,
.fa-thumb-tack:before,
.fa-person-praying:before,
.fa-rotate:before,
.fa-cogs:before,
.fa-warehouse:before {
  content: "\f494";
}
.fa-face-grin-hearts:before,
.fa-transgender-alt:before,
.fa-arrow-turn-down:before,
.fa-ticket-alt:before,
.fa-building:before {
  content: "\f1ad";
}
.fa-angle-double-left:before,
.fa-clock-rotate-left:before,
.fa-face-grin-beam-sweat:before,
.fa-arrow-right-from-file:before,
.fa-shield-blank:before,
.fa-arrow-up-short-wide:before,
.fa-golf-ball-tee:before,
.fa-chevron-circle-left:before,
.fa-magic:before,
.fa-wine-glass-alt:before,
.fa-biking:before,
.fa-earth-oceania:before,
.fa-square-xmark:before,
.fa-times-square:before,
.fa-expand-alt:before,
.fa-arrows-alt-v:before,
.fa-bahai:before,
.fa-circle-plus:before,
.fa-face-grin-tongue-wink:before,
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-arrow-up-z-a:before,
.fa-fire-alt:before,
.fa-book-quran:before,
.fa-angry:before,
.fa-feed:before,
.fa-balance-scale:before,
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-desktop-alt:before,
.fa-table-list:before,
.fa-comment-sms:before,
.fa-book:before {
  content: "\f02d";
}
.fa-check:before {
  content: "\f00c";
}
.fa-battery-4:before,
.fa-fist-raised:before,
.fa-image-portrait:before,
.fa-earth-europe:before,
.fa-cart-flatbed-suitcase:before,
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-book-journal-whills:before,
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-mail-forward:before,
.fa-exchange-alt:before,
.fa-money-bill-1-wave:before,
.fa-hands:before,
.fa-sign-language:before,
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-arrows-up-down:before,
.fa-face-grimace:before,
.fa-wheelchair-alt:before,
.fa-level-down-alt:before,
.fa-envelope-square:before,
.fa-band-aid:before,
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-hotel:before {
  content: "\f594";
}
.fa-earth-asia:before,
.fa-id-card-alt:before,
.fa-magnifying-glass-plus:before,
.fa-allergies:before,
.fa-coffee:before,
.fa-magnifying-glass-minus:before,
.fa-user-alt:before,
.fa-note-sticky:before,
.fa-face-sad-tear:before,
.fa-print:before {
  content: "\f02f";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-magnifying-glass-dollar:before,
.fa-users-cog:before,
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-masks-theater:before,
.fa-handshake-alt:before,
.fa-fighter-jet:before,
.fa-share-alt-square:before,
.fa-barcode:before {
  content: "\f02a";
}
.fa-video-camera:before,
.fa-graduation-cap:before,
.fa-level-up-alt:before,
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.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;
}
:host,
:root {
  --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(./fa-brands-400.woff2) format("woff2"),
    url(./fa-brands-400.ttf) format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-aws:before {
  content: "\f375";
}
.fa-js-square:before,
.fa-reddit-square:before,
.fa-instagram-square:before,
.fa-hacker-news-square:before,
.fa-snapchat-square:before,
.fa-google:before {
  content: "\f1a0";
}
.fa-font-awesome-alt:before,
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-square-viadeo:before,
.fa-dribbble-square:before,
.fa-square-twitter:before,
.fa-square-youtube:before,
.fa-rendact:before,
.fa-square-steam:before,
.fa-square-vimeo:before,
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-github-square:before,
.fa-gitlab-square:before,
.fa-odnoklassniki-square:before,
.fa-pinterest-square:before,
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-google-plus-square:before,
.fa-square-xing:before,
.fa-42-group:before,
.fa-pied-piper-square:before,
.fa-facebook-square:before,
.fa-linkedin:before {
  content: "\f08c";
}
.fa-lastfm-square:before,
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-wirsindhandwerk:before,
.fa-snapchat-ghost:before,
.fa-behance-square:before,
.fa-git-square:before,
.fa-square-tumblr:before,
.fa-telegram-plane:before,
.fa-square-whatsapp:before,
.fa-slack-hash:before,
.fa-medium-m:before,
:host,
:root {
  --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(./fa-regular-400.woff2) format("woff2"),
    url(./fa-regular-400.ttf) format("truetype");
}
.fa-regular,
.far {
  font-weight: 400;
}
:host,
:root {
  --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(./fa-solid-900.woff2) format("woff2"),
    url(./fa-solid-900.ttf) format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: swap;
  font-weight: 400;
  src:
    url(./fa-brands-400.woff2) format("woff2"),
    url(./fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-weight: 900;
  src:
    url(./fa-solid-900.woff2) format("woff2"),
    url(./fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-weight: 400;
  src:
    url(./fa-regular-400.woff2) format("woff2"),
    url(./fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src:
    url(./fa-solid-900.woff2) format("woff2"),
    url(./fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src:
    url(./fa-brands-400.woff2) format("woff2"),
    url(./fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src:
    url(./fa-regular-400.woff2) format("woff2"),
    url(./fa-regular-400.ttf) format("truetype");
  unicode-range:
    u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e,
    u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094,
    u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7,
    u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
    u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
    u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
    u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
    u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
    u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src:
    url(./fa-v4compatibility.woff2) format("woff2"),
    url(./fa-v4compatibility.ttf) format("truetype");
  unicode-range:
    u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090,
    u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b,
    u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163,
    u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}

