/*!
 * Font Awesome Free 6.5.2 by @CustomFontAwesome - https://CustomFontAwesome.com
 * License - https://CustomFontAwesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
 .fa-2024 {
  font-family: var(--fa-2024-style-family, "Custom Font Awesome 6 Free");
  font-weight: var(--fa-2024-style, 900);
}
.fa-2024,
.fa-2024-brands,
.fa-2024-classic,
.fa-2024-regular,
.fa-2024-sharp,
.fa-2024-solid,
.fa-2024b,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-2024-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-2024-classic,
.fa-2024-regular,
.fa-2024-solid,
.far,
.fas {
  font-family: "Custom Font Awesome 6 Free";
}
.fa-2024-brands,
.fa-2024b {
  font-family: "Custom Font Awesome 6 Brands";
}
.fa-2024-1x {
  font-size: 1em;
}
.fa-2024-2x {
  font-size: 2em;
}
.fa-2024-3x {
  font-size: 3em;
}
.fa-2024-4x {
  font-size: 4em;
}
.fa-2024-5x {
  font-size: 5em;
}
.fa-2024-6x {
  font-size: 6em;
}
.fa-2024-7x {
  font-size: 7em;
}
.fa-2024-8x {
  font-size: 8em;
}
.fa-2024-9x {
  font-size: 9em;
}
.fa-2024-10x {
  font-size: 10em;
}
.fa-2024-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-2024-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-2024-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-2024-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-2024-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2024-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-2024-fw {
  text-align: center;
  width: 1.25em;
}
.fa-2024-ul {
  list-style-type: none;
  margin-left: var(--fa-2024-li-margin, 2.5em);
  padding-left: 0;
}
.fa-2024-ul > li {
  position: relative;
}
.fa-2024-li {
  left: calc(var(--fa-2024-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-2024-li-width, 2em);
  line-height: inherit;
}
.fa-2024-border {
  border-radius: var(--fa-2024-border-radius, 0.1em);
  border: var(--fa-2024-border-width, 0.08em) var(--fa-2024-border-style, solid)
    var(--fa-2024-border-color, #eee);
  padding: var(--fa-2024-border-padding, 0.2em 0.25em 0.15em);
}
.fa-2024-pull-left {
  float: left;
  margin-right: var(--fa-2024-pull-margin, 0.3em);
}
.fa-2024-pull-right {
  float: right;
  margin-left: var(--fa-2024-pull-margin, 0.3em);
}
.fa-2024-beat {
  -webkit-animation-name: fa-2024-beat;
  animation-name: fa-2024-beat;
  -webkit-animation-delay: var(--fa-2024-animation-delay, 0s);
  animation-delay: var(--fa-2024-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-2024-animation-direction, normal);
  animation-direction: var(--fa-2024-animation-direction, normal);
  -webkit-animation-duration: var(--fa-2024-animation-duration, 1s);
  animation-duration: var(--fa-2024-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-2024-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-2024-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-2024-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-2024-animation-timing, ease-in-out);
}
.fa-2024-bounce {
  -webkit-animation-name: fa-2024-bounce;
  animation-name: fa-2024-bounce;
  -webkit-animation-delay: var(--fa-2024-animation-delay, 0s);
  animation-delay: var(--fa-2024-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-2024-animation-direction, normal);
  animation-direction: var(--fa-2024-animation-direction, normal);
  -webkit-animation-duration: var(--fa-2024-animation-duration, 1s);
  animation-duration: var(--fa-2024-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-2024-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-2024-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-2024-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
  animation-timing-function: var(
    --fa-2024-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.fa-2024-fade {
  -webkit-animation-name: fa-2024-fade;
  animation-name: fa-2024-fade;
  -webkit-animation-iteration-count: var(
    --fa-2024-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-2024-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-2024-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-2024-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-2024-beat-fade,
.fa-2024-fade {
  -webkit-animation-delay: var(--fa-2024-animation-delay, 0s);
  animation-delay: var(--fa-2024-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-2024-animation-direction, normal);
  animation-direction: var(--fa-2024-animation-direction, normal);
  -webkit-animation-duration: var(--fa-2024-animation-duration, 1s);
  animation-duration: var(--fa-2024-animation-duration, 1s);
}
.fa-2024-beat-fade {
  -webkit-animation-name: fa-2024-beat-fade;
  animation-name: fa-2024-beat-fade;
  -webkit-animation-iteration-count: var(
    --fa-2024-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-2024-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-2024-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-2024-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-2024-flip {
  -webkit-animation-name: fa-2024-flip;
  animation-name: fa-2024-flip;
  -webkit-animation-delay: var(--fa-2024-animation-delay, 0s);
  animation-delay: var(--fa-2024-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-2024-animation-direction, normal);
  animation-direction: var(--fa-2024-animation-direction, normal);
  -webkit-animation-duration: var(--fa-2024-animation-duration, 1s);
  animation-duration: var(--fa-2024-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-2024-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-2024-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-2024-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-2024-animation-timing, ease-in-out);
}
.fa-2024-shake {
  -webkit-animation-name: fa-2024-shake;
  animation-name: fa-2024-shake;
  -webkit-animation-duration: var(--fa-2024-animation-duration, 1s);
  animation-duration: var(--fa-2024-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-2024-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-2024-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-2024-animation-timing, linear);
  animation-timing-function: var(--fa-2024-animation-timing, linear);
}
.fa-2024-shake,
.fa-2024-spin {
  -webkit-animation-delay: var(--fa-2024-animation-delay, 0s);
  animation-delay: var(--fa-2024-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-2024-animation-direction, normal);
  animation-direction: var(--fa-2024-animation-direction, normal);
}
.fa-2024-spin {
  -webkit-animation-name: fa-2024-spin;
  animation-name: fa-2024-spin;
  -webkit-animation-duration: var(--fa-2024-animation-duration, 2s);
  animation-duration: var(--fa-2024-animation-duration, 2s);
  -webkit-animation-iteration-count: var(
    --fa-2024-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-2024-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-2024-animation-timing, linear);
  animation-timing-function: var(--fa-2024-animation-timing, linear);
}
.fa-2024-spin-reverse {
  --fa-2024-animation-direction: reverse;
}
.fa-2024-pulse,
.fa-2024-spin-pulse {
  -webkit-animation-name: fa-2024-spin;
  animation-name: fa-2024-spin;
  -webkit-animation-direction: var(--fa-2024-animation-direction, normal);
  animation-direction: var(--fa-2024-animation-direction, normal);
  -webkit-animation-duration: var(--fa-2024-animation-duration, 1s);
  animation-duration: var(--fa-2024-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-2024-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-2024-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-2024-animation-timing, steps(8));
  animation-timing-function: var(--fa-2024-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-2024-beat,
  .fa-2024-beat-fade,
  .fa-2024-bounce,
  .fa-2024-fade,
  .fa-2024-flip,
  .fa-2024-pulse,
  .fa-2024-shake,
  .fa-2024-spin,
  .fa-2024-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-2024-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-2024-beat-scale, 1.25));
    transform: scale(var(--fa-2024-beat-scale, 1.25));
  }
}
@keyframes fa-2024-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-2024-beat-scale, 1.25));
    transform: scale(var(--fa-2024-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-2024-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-2024-bounce-start-scale-x, 1.1),
        var(--fa-2024-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-2024-bounce-start-scale-x, 1.1),
        var(--fa-2024-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-transform: scale(
        var(--fa-2024-bounce-jump-scale-x, 0.9),
        var(--fa-2024-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-2024-bounce-height, -0.5em));
    transform: scale(
        var(--fa-2024-bounce-jump-scale-x, 0.9),
        var(--fa-2024-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-2024-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(
        var(--fa-2024-bounce-land-scale-x, 1.05),
        var(--fa-2024-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-2024-bounce-land-scale-x, 1.05),
        var(--fa-2024-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-2024-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-2024-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-2024-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-2024-bounce-start-scale-x, 1.1),
        var(--fa-2024-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-2024-bounce-start-scale-x, 1.1),
        var(--fa-2024-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-transform: scale(
        var(--fa-2024-bounce-jump-scale-x, 0.9),
        var(--fa-2024-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-2024-bounce-height, -0.5em));
    transform: scale(
        var(--fa-2024-bounce-jump-scale-x, 0.9),
        var(--fa-2024-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-2024-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(
        var(--fa-2024-bounce-land-scale-x, 1.05),
        var(--fa-2024-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-2024-bounce-land-scale-x, 1.05),
        var(--fa-2024-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-2024-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-2024-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-2024-fade {
  50% {
    opacity: var(--fa-2024-fade-opacity, 0.4);
  }
}
@keyframes fa-2024-fade {
  50% {
    opacity: var(--fa-2024-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-2024-beat-fade {
  0%,
  to {
    opacity: var(--fa-2024-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-2024-beat-fade-scale, 1.125));
    transform: scale(var(--fa-2024-beat-fade-scale, 1.125));
  }
}
@keyframes fa-2024-beat-fade {
  0%,
  to {
    opacity: var(--fa-2024-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-2024-beat-fade-scale, 1.125));
    transform: scale(var(--fa-2024-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-2024-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-2024-flip-x, 0),
      var(--fa-2024-flip-y, 1),
      var(--fa-2024-flip-z, 0),
      var(--fa-2024-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-2024-flip-x, 0),
      var(--fa-2024-flip-y, 1),
      var(--fa-2024-flip-z, 0),
      var(--fa-2024-flip-angle, -180deg)
    );
  }
}
@keyframes fa-2024-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-2024-flip-x, 0),
      var(--fa-2024-flip-y, 1),
      var(--fa-2024-flip-z, 0),
      var(--fa-2024-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-2024-flip-x, 0),
      var(--fa-2024-flip-y, 1),
      var(--fa-2024-flip-z, 0),
      var(--fa-2024-flip-angle, -180deg)
    );
  }
}
@-webkit-keyframes fa-2024-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-2024-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-2024-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-2024-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-2024-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-2024-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-2024-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-2024-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-2024-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-2024-flip-both,
.fa-2024-flip-horizontal.fa-2024-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-2024-rotate-by {
  -webkit-transform: rotate(var(--fa-2024-rotate-angle, 0));
  transform: rotate(var(--fa-2024-rotate-angle, 0));
}
.fa-2024-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-2024-stack-1x,
.fa-2024-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-2024-stack-z-index, auto);
}
.fa-2024-stack-1x {
  line-height: inherit;
}
.fa-2024-stack-2x {
  font-size: 2em;
}
.fa-2024-inverse {
  color: var(--fa-2024-inverse, #fff);
}

.fa-2024-0:before {
  content: "\30";
}
.fa-2024-1:before {
  content: "\31";
}
.fa-2024-2:before {
  content: "\32";
}
.fa-2024-3:before {
  content: "\33";
}
.fa-2024-4:before {
  content: "\34";
}
.fa-2024-5:before {
  content: "\35";
}
.fa-2024-6:before {
  content: "\36";
}
.fa-2024-7:before {
  content: "\37";
}
.fa-2024-8:before {
  content: "\38";
}
.fa-2024-9:before {
  content: "\39";
}
.fa-2024-fill-drip:before {
  content: "\f576";
}
.fa-2024-arrows-to-circle:before {
  content: "\e4bd";
}
.fa-2024-chevron-circle-right:before,
.fa-2024-circle-chevron-right:before {
  content: "\f138";
}
.fa-2024-at:before {
  content: "\40";
}
.fa-2024-trash-alt:before,
.fa-2024-trash-can:before {
  content: "\f2ed";
}
.fa-2024-text-height:before {
  content: "\f034";
}
.fa-2024-user-times:before,
.fa-2024-user-xmark:before {
  content: "\f235";
}
.fa-2024-stethoscope:before {
  content: "\f0f1";
}
.fa-2024-comment-alt:before,
.fa-2024-message:before {
  content: "\f27a";
}
.fa-2024-info:before {
  content: "\f129";
}
.fa-2024-compress-alt:before,
.fa-2024-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-2024-explosion:before {
  content: "\e4e9";
}
.fa-2024-file-alt:before,
.fa-2024-file-lines:before,
.fa-2024-file-text:before {
  content: "\f15c";
}
.fa-2024-wave-square:before {
  content: "\f83e";
}
.fa-2024-ring:before {
  content: "\f70b";
}
.fa-2024-building-un:before {
  content: "\e4d9";
}
.fa-2024-dice-three:before {
  content: "\f527";
}
.fa-2024-calendar-alt:before,
.fa-2024-calendar-days:before {
  content: "\f073";
}
.fa-2024-anchor-circle-check:before {
  content: "\e4aa";
}
.fa-2024-building-circle-arrow-right:before {
  content: "\e4d1";
}
.fa-2024-volleyball-ball:before,
.fa-2024-volleyball:before {
  content: "\f45f";
}
.fa-2024-arrows-up-to-line:before {
  content: "\e4c2";
}
.fa-2024-sort-desc:before,
.fa-2024-sort-down:before {
  content: "\f0dd";
}
.fa-2024-circle-minus:before,
.fa-2024-minus-circle:before {
  content: "\f056";
}
.fa-2024-door-open:before {
  content: "\f52b";
}
.fa-2024-right-from-bracket:before,
.fa-2024-sign-out-alt:before {
  content: "\f2f5";
}
.fa-2024-atom:before {
  content: "\f5d2";
}
.fa-2024-soap:before {
  content: "\e06e";
}
.fa-2024-heart-music-camera-bolt:before,
.fa-2024-icons:before {
  content: "\f86d";
}
.fa-2024-microphone-alt-slash:before,
.fa-2024-microphone-lines-slash:before {
  content: "\f539";
}
.fa-2024-bridge-circle-check:before {
  content: "\e4c9";
}
.fa-2024-pump-medical:before {
  content: "\e06a";
}
.fa-2024-fingerprint:before {
  content: "\f577";
}
.fa-2024-hand-point-right:before {
  content: "\f0a4";
}
.fa-2024-magnifying-glass-location:before,
.fa-2024-search-location:before {
  content: "\f689";
}
.fa-2024-forward-step:before,
.fa-2024-step-forward:before {
  content: "\f051";
}
.fa-2024-face-smile-beam:before,
.fa-2024-smile-beam:before {
  content: "\f5b8";
}
.fa-2024-flag-checkered:before {
  content: "\f11e";
}
.fa-2024-football-ball:before,
.fa-2024-football:before {
  content: "\f44e";
}
.fa-2024-school-circle-exclamation:before {
  content: "\e56c";
}
.fa-2024-crop:before {
  content: "\f125";
}
.fa-2024-angle-double-down:before,
.fa-2024-angles-down:before {
  content: "\f103";
}
.fa-2024-users-rectangle:before {
  content: "\e594";
}
.fa-2024-people-roof:before {
  content: "\e537";
}
.fa-2024-people-line:before {
  content: "\e534";
}
.fa-2024-beer-mug-empty:before,
.fa-2024-beer:before {
  content: "\f0fc";
}
.fa-2024-diagram-predecessor:before {
  content: "\e477";
}
.fa-2024-arrow-up-long:before,
.fa-2024-long-arrow-up:before {
  content: "\f176";
}
.fa-2024-burn:before,
.fa-2024-fire-flame-simple:before {
  content: "\f46a";
}
.fa-2024-male:before,
.fa-2024-person:before {
  content: "\f183";
}
.fa-2024-laptop:before {
  content: "\f109";
}
.fa-2024-file-csv:before {
  content: "\f6dd";
}
.fa-2024-menorah:before {
  content: "\f676";
}
.fa-2024-truck-plane:before {
  content: "\e58f";
}
.fa-2024-record-vinyl:before {
  content: "\f8d9";
}
.fa-2024-face-grin-stars:before,
.fa-2024-grin-stars:before {
  content: "\f587";
}
.fa-2024-bong:before {
  content: "\f55c";
}
.fa-2024-pastafarianism:before,
.fa-2024-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-2024-arrow-down-up-across-line:before {
  content: "\e4af";
}
.fa-2024-spoon:before,
.fa-2024-utensil-spoon:before {
  content: "\f2e5";
}
.fa-2024-jar-wheat:before {
  content: "\e517";
}
.fa-2024-envelopes-bulk:before,
.fa-2024-mail-bulk:before {
  content: "\f674";
}
.fa-2024-file-circle-exclamation:before {
  content: "\e4eb";
}
.fa-2024-circle-h:before,
.fa-2024-hospital-symbol:before {
  content: "\f47e";
}
.fa-2024-pager:before {
  content: "\f815";
}
.fa-2024-address-book:before,
.fa-2024-contact-book:before {
  content: "\f2b9";
}
.fa-2024-strikethrough:before {
  content: "\f0cc";
}
.fa-2024-k:before {
  content: "\4b";
}
.fa-2024-landmark-flag:before {
  content: "\e51c";
}
.fa-2024-pencil-alt:before,
.fa-2024-pencil:before {
  content: "\f303";
}
.fa-2024-backward:before {
  content: "\f04a";
}
.fa-2024-caret-right:before {
  content: "\f0da";
}
.fa-2024-comments:before {
  content: "\f086";
}
.fa-2024-file-clipboard:before,
.fa-2024-paste:before {
  content: "\f0ea";
}
.fa-2024-code-pull-request:before {
  content: "\e13c";
}
.fa-2024-clipboard-list:before {
  content: "\f46d";
}
.fa-2024-truck-loading:before,
.fa-2024-truck-ramp-box:before {
  content: "\f4de";
}
.fa-2024-user-check:before {
  content: "\f4fc";
}
.fa-2024-vial-virus:before {
  content: "\e597";
}
.fa-2024-sheet-plastic:before {
  content: "\e571";
}
.fa-2024-blog:before {
  content: "\f781";
}
.fa-2024-user-ninja:before {
  content: "\f504";
}
.fa-2024-person-arrow-up-from-line:before {
  content: "\e539";
}
.fa-2024-scroll-torah:before,
.fa-2024-torah:before {
  content: "\f6a0";
}
.fa-2024-broom-ball:before,
.fa-2024-quidditch-broom-ball:before,
.fa-2024-quidditch:before {
  content: "\f458";
}
.fa-2024-toggle-off:before {
  content: "\f204";
}
.fa-2024-archive:before,
.fa-2024-box-archive:before {
  content: "\f187";
}
.fa-2024-person-drowning:before {
  content: "\e545";
}
.fa-2024-arrow-down-9-1:before,
.fa-2024-sort-numeric-desc:before,
.fa-2024-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-2024-face-grin-tongue-squint:before,
.fa-2024-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-2024-spray-can:before {
  content: "\f5bd";
}
.fa-2024-truck-monster:before {
  content: "\f63b";
}
.fa-2024-w:before {
  content: "\57";
}
.fa-2024-earth-africa:before,
.fa-2024-globe-africa:before {
  content: "\f57c";
}
.fa-2024-rainbow:before {
  content: "\f75b";
}
.fa-2024-circle-notch:before {
  content: "\f1ce";
}
.fa-2024-tablet-alt:before,
.fa-2024-tablet-screen-button:before {
  content: "\f3fa-2024";
}
.fa-2024-paw:before {
  content: "\f1b0";
}
.fa-2024-cloud:before {
  content: "\f0c2";
}
.fa-2024-trowel-bricks:before {
  content: "\e58a";
}
.fa-2024-face-flushed:before,
.fa-2024-flushed:before {
  content: "\f579";
}
.fa-2024-hospital-user:before {
  content: "\f80d";
}
.fa-2024-tent-arrow-left-right:before {
  content: "\e57f";
}
.fa-2024-gavel:before,
.fa-2024-legal:before {
  content: "\f0e3";
}
.fa-2024-binoculars:before {
  content: "\f1e5";
}
.fa-2024-microphone-slash:before {
  content: "\f131";
}
.fa-2024-box-tissue:before {
  content: "\e05b";
}
.fa-2024-motorcycle:before {
  content: "\f21c";
}
.fa-2024-bell-concierge:before,
.fa-2024-concierge-bell:before {
  content: "\f562";
}
.fa-2024-pen-ruler:before,
.fa-2024-pencil-ruler:before {
  content: "\f5ae";
}
.fa-2024-people-arrows-left-right:before,
.fa-2024-people-arrows:before {
  content: "\e068";
}
.fa-2024-mars-and-venus-burst:before {
  content: "\e523";
}
.fa-2024-caret-square-right:before,
.fa-2024-square-caret-right:before {
  content: "\f152";
}
.fa-2024-cut:before,
.fa-2024-scissors:before {
  content: "\f0c4";
}
.fa-2024-sun-plant-wilt:before {
  content: "\e57a";
}
.fa-2024-toilets-portable:before {
  content: "\e584";
}
.fa-2024-hockey-puck:before {
  content: "\f453";
}
.fa-2024-table:before {
  content: "\f0ce";
}
.fa-2024-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.fa-2024-digital-tachograph:before,
.fa-2024-tachograph-digital:before {
  content: "\f566";
}
.fa-2024-users-slash:before {
  content: "\e073";
}
.fa-2024-clover:before {
  content: "\e139";
}
.fa-2024-mail-reply:before,
.fa-2024-reply:before {
  content: "\f3e5";
}
.fa-2024-star-and-crescent:before {
  content: "\f699";
}
.fa-2024-house-fire:before {
  content: "\e50c";
}
.fa-2024-minus-square:before,
.fa-2024-square-minus:before {
  content: "\f146";
}
.fa-2024-helicopter:before {
  content: "\f533";
}
.fa-2024-compass:before {
  content: "\f14e";
}
.fa-2024-caret-square-down:before,
.fa-2024-square-caret-down:before {
  content: "\f150";
}
.fa-2024-file-circle-question:before {
  content: "\e4ef";
}
.fa-2024-laptop-code:before {
  content: "\f5fc";
}
.fa-2024-swatchbook:before {
  content: "\f5c3";
}
.fa-2024-prescription-bottle:before {
  content: "\f485";
}
.fa-2024-bars:before,
.fa-2024-navicon:before {
  content: "\f0c9";
}
.fa-2024-people-group:before {
  content: "\e533";
}
.fa-2024-hourglass-3:before,
.fa-2024-hourglass-end:before {
  content: "\f253";
}
.fa-2024-heart-broken:before,
.fa-2024-heart-crack:before {
  content: "\f7a9";
}
.fa-2024-external-link-square-alt:before,
.fa-2024-square-up-right:before {
  content: "\f360";
}
.fa-2024-face-kiss-beam:before,
.fa-2024-kiss-beam:before {
  content: "\f597";
}
.fa-2024-film:before {
  content: "\f008";
}
.fa-2024-ruler-horizontal:before {
  content: "\f547";
}
.fa-2024-people-robbery:before {
  content: "\e536";
}
.fa-2024-lightbulb:before {
  content: "\f0eb";
}
.fa-2024-caret-left:before {
  content: "\f0d9";
}
.fa-2024-circle-exclamation:before,
.fa-2024-exclamation-circle:before {
  content: "\f06a";
}
.fa-2024-school-circle-xmark:before {
  content: "\e56d";
}
.fa-2024-arrow-right-from-bracket:before,
.fa-2024-sign-out:before {
  content: "\f08b";
}
.fa-2024-chevron-circle-down:before,
.fa-2024-circle-chevron-down:before {
  content: "\f13a";
}
.fa-2024-unlock-alt:before,
.fa-2024-unlock-keyhole:before {
  content: "\f13e";
}
.fa-2024-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-2024-headphones-alt:before,
.fa-2024-headphones-simple:before {
  content: "\f58f";
}
.fa-2024-sitemap:before {
  content: "\f0e8";
}
.fa-2024-circle-dollar-to-slot:before,
.fa-2024-donate:before {
  content: "\f4b9";
}
.fa-2024-memory:before {
  content: "\f538";
}
.fa-2024-road-spikes:before {
  content: "\e568";
}
.fa-2024-fire-burner:before {
  content: "\e4f1";
}
.fa-2024-flag:before {
  content: "\f024";
}
.fa-2024-hanukiah:before {
  content: "\f6e6";
}
.fa-2024-feather:before {
  content: "\f52d";
}
.fa-2024-volume-down:before,
.fa-2024-volume-low:before {
  content: "\f027";
}
.fa-2024-comment-slash:before {
  content: "\f4b3";
}
.fa-2024-cloud-sun-rain:before {
  content: "\f743";
}
.fa-2024-compress:before {
  content: "\f066";
}
.fa-2024-wheat-alt:before,
.fa-2024-wheat-awn:before {
  content: "\e2cd";
}
.fa-2024-ankh:before {
  content: "\f644";
}
.fa-2024-hands-holding-child:before {
  content: "\e4fa-2024";
}
.fa-2024-asterisk:before {
  content: "\2a";
}
.fa-2024-check-square:before,
.fa-2024-square-check:before {
  content: "\f14a";
}
.fa-2024-peseta-sign:before {
  content: "\e221";
}
.fa-2024-header:before,
.fa-2024-heading:before {
  content: "\f1dc";
}
.fa-2024-ghost:before {
  content: "\f6e2";
}
.fa-2024-list-squares:before,
.fa-2024-list:before {
  content: "\f03a";
}
.fa-2024-phone-square-alt:before,
.fa-2024-square-phone-flip:before {
  content: "\f87b";
}
.fa-2024-cart-plus:before {
  content: "\f217";
}
.fa-2024-gamepad:before {
  content: "\f11b";
}
.fa-2024-circle-dot:before,
.fa-2024-dot-circle:before {
  content: "\f192";
}
.fa-2024-dizzy:before,
.fa-2024-face-dizzy:before {
  content: "\f567";
}
.fa-2024-egg:before {
  content: "\f7fb";
}
.fa-2024-house-medical-circle-xmark:before {
  content: "\e513";
}
.fa-2024-campground:before {
  content: "\f6bb";
}
.fa-2024-folder-plus:before {
  content: "\f65e";
}
.fa-2024-futbol-ball:before,
.fa-2024-futbol:before,
.fa-2024-soccer-ball:before {
  content: "\f1e3";
}
.fa-2024-paint-brush:before,
.fa-2024-paintbrush:before {
  content: "\f1fc";
}
.fa-2024-lock:before {
  content: "\f023";
}
.fa-2024-gas-pump:before {
  content: "\f52f";
}
.fa-2024-hot-tub-person:before,
.fa-2024-hot-tub:before {
  content: "\f593";
}
.fa-2024-map-location:before,
.fa-2024-map-marked:before {
  content: "\f59f";
}
.fa-2024-house-flood-water:before {
  content: "\e50e";
}
.fa-2024-tree:before {
  content: "\f1bb";
}
.fa-2024-bridge-lock:before {
  content: "\e4cc";
}
.fa-2024-sack-dollar:before {
  content: "\f81d";
}
.fa-2024-edit:before,
.fa-2024-pen-to-square:before {
  content: "\f044";
}
.fa-2024-car-side:before {
  content: "\f5e4";
}
.fa-2024-share-alt:before,
.fa-2024-share-nodes:before {
  content: "\f1e0";
}
.fa-2024-heart-circle-minus:before {
  content: "\e4ff";
}
.fa-2024-hourglass-2:before,
.fa-2024-hourglass-half:before {
  content: "\f252";
}
.fa-2024-microscope:before {
  content: "\f610";
}
.fa-2024-sink:before {
  content: "\e06d";
}
.fa-2024-bag-shopping:before,
.fa-2024-shopping-bag:before {
  content: "\f290";
}
.fa-2024-arrow-down-z-a:before,
.fa-2024-sort-alpha-desc:before,
.fa-2024-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-2024-mitten:before {
  content: "\f7b5";
}
.fa-2024-person-rays:before {
  content: "\e54d";
}
.fa-2024-users:before {
  content: "\f0c0";
}
.fa-2024-eye-slash:before {
  content: "\f070";
}
.fa-2024-flask-vial:before {
  content: "\e4f3";
}
.fa-2024-hand-paper:before,
.fa-2024-hand:before {
  content: "\f256";
}
.fa-2024-om:before {
  content: "\f679";
}
.fa-2024-worm:before {
  content: "\e599";
}
.fa-2024-house-circle-xmark:before {
  content: "\e50b";
}
.fa-2024-plug:before {
  content: "\f1e6";
}
.fa-2024-chevron-up:before {
  content: "\f077";
}
.fa-2024-hand-spock:before {
  content: "\f259";
}
.fa-2024-stopwatch:before {
  content: "\f2f2";
}
.fa-2024-face-kiss:before,
.fa-2024-kiss:before {
  content: "\f596";
}
.fa-2024-bridge-circle-xmark:before {
  content: "\e4cb";
}
.fa-2024-face-grin-tongue:before,
.fa-2024-grin-tongue:before {
  content: "\f589";
}
.fa-2024-chess-bishop:before {
  content: "\f43a";
}
.fa-2024-face-grin-wink:before,
.fa-2024-grin-wink:before {
  content: "\f58c";
}
.fa-2024-deaf:before,
.fa-2024-deafness:before,
.fa-2024-ear-deaf:before,
.fa-2024-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-2024-road-circle-check:before {
  content: "\e564";
}
.fa-2024-dice-five:before {
  content: "\f523";
}
.fa-2024-rss-square:before,
.fa-2024-square-rss:before {
  content: "\f143";
}
.fa-2024-land-mine-on:before {
  content: "\e51b";
}
.fa-2024-i-cursor:before {
  content: "\f246";
}
.fa-2024-stamp:before {
  content: "\f5bf";
}
.fa-2024-stairs:before {
  content: "\e289";
}
.fa-2024-i:before {
  content: "\49";
}
.fa-2024-hryvnia-sign:before,
.fa-2024-hryvnia:before {
  content: "\f6f2";
}
.fa-2024-pills:before {
  content: "\f484";
}
.fa-2024-face-grin-wide:before,
.fa-2024-grin-alt:before {
  content: "\f581";
}
.fa-2024-tooth:before {
  content: "\f5c9";
}
.fa-2024-v:before {
  content: "\56";
}
.fa-2024-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.fa-2024-bicycle:before {
  content: "\f206";
}
.fa-2024-rod-asclepius:before,
.fa-2024-rod-snake:before,
.fa-2024-staff-aesculapius:before,
.fa-2024-staff-snake:before {
  content: "\e579";
}
.fa-2024-head-side-cough-slash:before {
  content: "\e062";
}
.fa-2024-ambulance:before,
.fa-2024-truck-medical:before {
  content: "\f0f9";
}
.fa-2024-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.fa-2024-snowman:before {
  content: "\f7d0";
}
.fa-2024-mortar-pestle:before {
  content: "\f5a7";
}
.fa-2024-road-barrier:before {
  content: "\e562";
}
.fa-2024-school:before {
  content: "\f549";
}
.fa-2024-igloo:before {
  content: "\f7ae";
}
.fa-2024-joint:before {
  content: "\f595";
}
.fa-2024-angle-right:before {
  content: "\f105";
}
.fa-2024-horse:before {
  content: "\f6f0";
}
.fa-2024-q:before {
  content: "\51";
}
.fa-2024-g:before {
  content: "\47";
}
.fa-2024-notes-medical:before {
  content: "\f481";
}
.fa-2024-temperature-2:before,
.fa-2024-temperature-half:before,
.fa-2024-thermometer-2:before,
.fa-2024-thermometer-half:before {
  content: "\f2c9";
}
.fa-2024-dong-sign:before {
  content: "\e169";
}
.fa-2024-capsules:before {
  content: "\f46b";
}
.fa-2024-poo-bolt:before,
.fa-2024-poo-storm:before {
  content: "\f75a";
}
.fa-2024-face-frown-open:before,
.fa-2024-frown-open:before {
  content: "\f57a";
}
.fa-2024-hand-point-up:before {
  content: "\f0a6";
}
.fa-2024-money-bill:before {
  content: "\f0d6";
}
.fa-2024-bookmark:before {
  content: "\f02e";
}
.fa-2024-align-justify:before {
  content: "\f039";
}
.fa-2024-umbrella-beach:before {
  content: "\f5ca";
}
.fa-2024-helmet-un:before {
  content: "\e503";
}
.fa-2024-bullseye:before {
  content: "\f140";
}
.fa-2024-bacon:before {
  content: "\f7e5";
}
.fa-2024-hand-point-down:before {
  content: "\f0a7";
}
.fa-2024-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-2024-folder-blank:before,
.fa-2024-folder:before {
  content: "\f07b";
}
.fa-2024-file-medical-alt:before,
.fa-2024-file-waveform:before {
  content: "\f478";
}
.fa-2024-radiation:before {
  content: "\f7b9";
}
.fa-2024-chart-simple:before {
  content: "\e473";
}
.fa-2024-mars-stroke:before {
  content: "\f229";
}
.fa-2024-vial:before {
  content: "\f492";
}
.fa-2024-dashboard:before,
.fa-2024-gauge-med:before,
.fa-2024-gauge:before,
.fa-2024-tachometer-alt-average:before {
  content: "\f624";
}
.fa-2024-magic-wand-sparkles:before,
.fa-2024-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-2024-e:before {
  content: "\45";
}
.fa-2024-pen-alt:before,
.fa-2024-pen-clip:before {
  content: "\f305";
}
.fa-2024-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.fa-2024-user:before {
  content: "\f007";
}
.fa-2024-school-circle-check:before {
  content: "\e56b";
}
.fa-2024-dumpster:before {
  content: "\f793";
}
.fa-2024-shuttle-van:before,
.fa-2024-van-shuttle:before {
  content: "\f5b6";
}
.fa-2024-building-user:before {
  content: "\e4da";
}
.fa-2024-caret-square-left:before,
.fa-2024-square-caret-left:before {
  content: "\f191";
}
.fa-2024-highlighter:before {
  content: "\f591";
}
.fa-2024-key:before {
  content: "\f084";
}
.fa-2024-bullhorn:before {
  content: "\f0a1";
}
.fa-2024-globe:before {
  content: "\f0ac";
}
.fa-2024-synagogue:before {
  content: "\f69b";
}
.fa-2024-person-half-dress:before {
  content: "\e548";
}
.fa-2024-road-bridge:before {
  content: "\e563";
}
.fa-2024-location-arrow:before {
  content: "\f124";
}
.fa-2024-c:before {
  content: "\43";
}
.fa-2024-tablet-button:before {
  content: "\f10a";
}
.fa-2024-building-lock:before {
  content: "\e4d6";
}
.fa-2024-pizza-slice:before {
  content: "\f818";
}
.fa-2024-money-bill-wave:before {
  content: "\f53a";
}
.fa-2024-area-chart:before,
.fa-2024-chart-area:before {
  content: "\f1fe";
}
.fa-2024-house-flag:before {
  content: "\e50d";
}
.fa-2024-person-circle-minus:before {
  content: "\e540";
}
.fa-2024-ban:before,
.fa-2024-cancel:before {
  content: "\f05e";
}
.fa-2024-camera-rotate:before {
  content: "\e0d8";
}
.fa-2024-air-freshener:before,
.fa-2024-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-2024-star:before {
  content: "\f005";
}
.fa-2024-repeat:before {
  content: "\f363";
}
.fa-2024-cross:before {
  content: "\f654";
}
.fa-2024-box:before {
  content: "\f466";
}
.fa-2024-venus-mars:before {
  content: "\f228";
}
.fa-2024-arrow-pointer:before,
.fa-2024-mouse-pointer:before {
  content: "\f245";
}
.fa-2024-expand-arrows-alt:before,
.fa-2024-maximize:before {
  content: "\f31e";
}
.fa-2024-charging-station:before {
  content: "\f5e7";
}
.fa-2024-shapes:before,
.fa-2024-triangle-circle-square:before {
  content: "\f61f";
}
.fa-2024-random:before,
.fa-2024-shuffle:before {
  content: "\f074";
}
.fa-2024-person-running:before,
.fa-2024-running:before {
  content: "\f70c";
}
.fa-2024-mobile-retro:before {
  content: "\e527";
}
.fa-2024-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-2024-spider:before {
  content: "\f717";
}
.fa-2024-hands-bound:before {
  content: "\e4f9";
}
.fa-2024-file-invoice-dollar:before {
  content: "\f571";
}
.fa-2024-plane-circle-exclamation:before {
  content: "\e556";
}
.fa-2024-x-ray:before {
  content: "\f497";
}
.fa-2024-spell-check:before {
  content: "\f891";
}
.fa-2024-slash:before {
  content: "\f715";
}
.fa-2024-computer-mouse:before,
.fa-2024-mouse:before {
  content: "\f8cc";
}
.fa-2024-arrow-right-to-bracket:before,
.fa-2024-sign-in:before {
  content: "\f090";
}
.fa-2024-shop-slash:before,
.fa-2024-store-alt-slash:before {
  content: "\e070";
}
.fa-2024-server:before {
  content: "\f233";
}
.fa-2024-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-2024-shop-lock:before {
  content: "\e4a5";
}
.fa-2024-hourglass-1:before,
.fa-2024-hourglass-start:before {
  content: "\f251";
}
.fa-2024-blender-phone:before {
  content: "\f6b6";
}
.fa-2024-building-wheat:before {
  content: "\e4db";
}
.fa-2024-person-breastfeeding:before {
  content: "\e53a";
}
.fa-2024-right-to-bracket:before,
.fa-2024-sign-in-alt:before {
  content: "\f2f6";
}
.fa-2024-venus:before {
  content: "\f221";
}
.fa-2024-passport:before {
  content: "\f5ab";
}
.fa-2024-heart-pulse:before,
.fa-2024-heartbeat:before {
  content: "\f21e";
}
.fa-2024-people-carry-box:before,
.fa-2024-people-carry:before {
  content: "\f4ce";
}
.fa-2024-temperature-high:before {
  content: "\f769";
}
.fa-2024-microchip:before {
  content: "\f2db";
}
.fa-2024-crown:before {
  content: "\f521";
}
.fa-2024-weight-hanging:before {
  content: "\f5cd";
}
.fa-2024-xmarks-lines:before {
  content: "\e59a";
}
.fa-2024-file-prescription:before {
  content: "\f572";
}
.fa-2024-weight-scale:before,
.fa-2024-weight:before {
  content: "\f496";
}
.fa-2024-user-friends:before,
.fa-2024-user-group:before {
  content: "\f500";
}
.fa-2024-arrow-up-a-z:before,
.fa-2024-sort-alpha-up:before {
  content: "\f15e";
}
.fa-2024-chess-knight:before {
  content: "\f441";
}
.fa-2024-face-laugh-squint:before,
.fa-2024-laugh-squint:before {
  content: "\f59b";
}
.fa-2024-wheelchair:before {
  content: "\f193";
}
.fa-2024-arrow-circle-up:before,
.fa-2024-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-2024-toggle-on:before {
  content: "\f205";
}
.fa-2024-person-walking:before,
.fa-2024-walking:before {
  content: "\f554";
}
.fa-2024-l:before {
  content: "\4c";
}
.fa-2024-fire:before {
  content: "\f06d";
}
.fa-2024-bed-pulse:before,
.fa-2024-procedures:before {
  content: "\f487";
}
.fa-2024-shuttle-space:before,
.fa-2024-space-shuttle:before {
  content: "\f197";
}
.fa-2024-face-laugh:before,
.fa-2024-laugh:before {
  content: "\f599";
}
.fa-2024-folder-open:before {
  content: "\f07c";
}
.fa-2024-heart-circle-plus:before {
  content: "\e500";
}
.fa-2024-code-fork:before {
  content: "\e13b";
}
.fa-2024-city:before {
  content: "\f64f";
}
.fa-2024-microphone-alt:before,
.fa-2024-microphone-lines:before {
  content: "\f3c9";
}
.fa-2024-pepper-hot:before {
  content: "\f816";
}
.fa-2024-unlock:before {
  content: "\f09c";
}
.fa-2024-colon-sign:before {
  content: "\e140";
}
.fa-2024-headset:before {
  content: "\f590";
}
.fa-2024-store-slash:before {
  content: "\e071";
}
.fa-2024-road-circle-xmark:before {
  content: "\e566";
}
.fa-2024-user-minus:before {
  content: "\f503";
}
.fa-2024-mars-stroke-up:before,
.fa-2024-mars-stroke-v:before {
  content: "\f22a";
}
.fa-2024-champagne-glasses:before,
.fa-2024-glass-cheers:before {
  content: "\f79f";
}
.fa-2024-clipboard:before {
  content: "\f328";
}
.fa-2024-house-circle-exclamation:before {
  content: "\e50a";
}
.fa-2024-file-arrow-up:before,
.fa-2024-file-upload:before {
  content: "\f574";
}
.fa-2024-wifi-3:before,
.fa-2024-wifi-strong:before,
.fa-2024-wifi:before {
  content: "\f1eb";
}
.fa-2024-bath:before,
.fa-2024-bathtub:before {
  content: "\f2cd";
}
.fa-2024-underline:before {
  content: "\f0cd";
}
.fa-2024-user-edit:before,
.fa-2024-user-pen:before {
  content: "\f4ff";
}
.fa-2024-signature:before {
  content: "\f5b7";
}
.fa-2024-stroopwafel:before {
  content: "\f551";
}
.fa-2024-bold:before {
  content: "\f032";
}
.fa-2024-anchor-lock:before {
  content: "\e4ad";
}
.fa-2024-building-ngo:before {
  content: "\e4d7";
}
.fa-2024-manat-sign:before {
  content: "\e1d5";
}
.fa-2024-not-equal:before {
  content: "\f53e";
}
.fa-2024-border-style:before,
.fa-2024-border-top-left:before {
  content: "\f853";
}
.fa-2024-map-location-dot:before,
.fa-2024-map-marked-alt:before {
  content: "\f5a0";
}
.fa-2024-jedi:before {
  content: "\f669";
}
.fa-2024-poll:before,
.fa-2024-square-poll-vertical:before {
  content: "\f681";
}
.fa-2024-mug-hot:before {
  content: "\f7b6";
}
.fa-2024-battery-car:before,
.fa-2024-car-battery:before {
  content: "\f5df";
}
.fa-2024-gift:before {
  content: "\f06b";
}
.fa-2024-dice-two:before {
  content: "\f528";
}
.fa-2024-chess-queen:before {
  content: "\f445";
}
.fa-2024-glasses:before {
  content: "\f530";
}
.fa-2024-chess-board:before {
  content: "\f43c";
}
.fa-2024-building-circle-check:before {
  content: "\e4d2";
}
.fa-2024-person-chalkboard:before {
  content: "\e53d";
}
.fa-2024-mars-stroke-h:before,
.fa-2024-mars-stroke-right:before {
  content: "\f22b";
}
.fa-2024-hand-back-fist:before,
.fa-2024-hand-rock:before {
  content: "\f255";
}
.fa-2024-caret-square-up:before,
.fa-2024-square-caret-up:before {
  content: "\f151";
}
.fa-2024-cloud-showers-water:before {
  content: "\e4e4";
}
.fa-2024-bar-chart:before,
.fa-2024-chart-bar:before {
  content: "\f080";
}
.fa-2024-hands-bubbles:before,
.fa-2024-hands-wash:before {
  content: "\e05e";
}
.fa-2024-less-than-equal:before {
  content: "\f537";
}
.fa-2024-train:before {
  content: "\f238";
}
.fa-2024-eye-low-vision:before,
.fa-2024-low-vision:before {
  content: "\f2a8";
}
.fa-2024-crow:before {
  content: "\f520";
}
.fa-2024-sailboat:before {
  content: "\e445";
}
.fa-2024-window-restore:before {
  content: "\f2d2";
}
.fa-2024-plus-square:before,
.fa-2024-square-plus:before {
  content: "\f0fe";
}
.fa-2024-torii-gate:before {
  content: "\f6a1";
}
.fa-2024-frog:before {
  content: "\f52e";
}
.fa-2024-bucket:before {
  content: "\e4cf";
}
.fa-2024-image:before {
  content: "\f03e";
}
.fa-2024-microphone:before {
  content: "\f130";
}
.fa-2024-cow:before {
  content: "\f6c8";
}
.fa-2024-caret-up:before {
  content: "\f0d8";
}
.fa-2024-screwdriver:before {
  content: "\f54a";
}
.fa-2024-folder-closed:before {
  content: "\e185";
}
.fa-2024-house-tsunami:before {
  content: "\e515";
}
.fa-2024-square-nfi:before {
  content: "\e576";
}
.fa-2024-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.fa-2024-glass-martini-alt:before,
.fa-2024-martini-glass:before {
  content: "\f57b";
}
.fa-2024-rotate-back:before,
.fa-2024-rotate-backward:before,
.fa-2024-rotate-left:before,
.fa-2024-undo-alt:before {
  content: "\f2ea";
}
.fa-2024-columns:before,
.fa-2024-table-columns:before {
  content: "\f0db";
}
.fa-2024-lemon:before {
  content: "\f094";
}
.fa-2024-head-side-mask:before {
  content: "\e063";
}
.fa-2024-handshake:before {
  content: "\f2b5";
}
.fa-2024-gem:before {
  content: "\f3a5";
}
.fa-2024-dolly-box:before,
.fa-2024-dolly:before {
  content: "\f472";
}
.fa-2024-smoking:before {
  content: "\f48d";
}
.fa-2024-compress-arrows-alt:before,
.fa-2024-minimize:before {
  content: "\f78c";
}
.fa-2024-monument:before {
  content: "\f5a6";
}
.fa-2024-snowplow:before {
  content: "\f7d2";
}
.fa-2024-angle-double-right:before,
.fa-2024-angles-right:before {
  content: "\f101";
}
.fa-2024-cannabis:before {
  content: "\f55f";
}
.fa-2024-circle-play:before,
.fa-2024-play-circle:before {
  content: "\f144";
}
.fa-2024-tablets:before {
  content: "\f490";
}
.fa-2024-ethernet:before {
  content: "\f796";
}
.fa-2024-eur:before,
.fa-2024-euro-sign:before,
.fa-2024-euro:before {
  content: "\f153";
}
.fa-2024-chair:before {
  content: "\f6c0";
}
.fa-2024-check-circle:before,
.fa-2024-circle-check:before {
  content: "\f058";
}
.fa-2024-circle-stop:before,
.fa-2024-stop-circle:before {
  content: "\f28d";
}
.fa-2024-compass-drafting:before,
.fa-2024-drafting-compass:before {
  content: "\f568";
}
.fa-2024-plate-wheat:before {
  content: "\e55a";
}
.fa-2024-icicles:before {
  content: "\f7ad";
}
.fa-2024-person-shelter:before {
  content: "\e54f";
}
.fa-2024-neuter:before {
  content: "\f22c";
}
.fa-2024-id-badge:before {
  content: "\f2c1";
}
.fa-2024-marker:before {
  content: "\f5a1";
}
.fa-2024-face-laugh-beam:before,
.fa-2024-laugh-beam:before {
  content: "\f59a";
}
.fa-2024-helicopter-symbol:before {
  content: "\e502";
}
.fa-2024-universal-access:before {
  content: "\f29a";
}
.fa-2024-chevron-circle-up:before,
.fa-2024-circle-chevron-up:before {
  content: "\f139";
}
.fa-2024-lari-sign:before {
  content: "\e1c8";
}
.fa-2024-volcano:before {
  content: "\f770";
}
.fa-2024-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.fa-2024-gbp:before,
.fa-2024-pound-sign:before,
.fa-2024-sterling-sign:before {
  content: "\f154";
}
.fa-2024-viruses:before {
  content: "\e076";
}
.fa-2024-square-person-confined:before {
  content: "\e577";
}
.fa-2024-user-tie:before {
  content: "\f508";
}
.fa-2024-arrow-down-long:before,
.fa-2024-long-arrow-down:before {
  content: "\f175";
}
.fa-2024-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.fa-2024-certificate:before {
  content: "\f0a3";
}
.fa-2024-mail-reply-all:before,
.fa-2024-reply-all:before {
  content: "\f122";
}
.fa-2024-suitcase:before {
  content: "\f0f2";
}
.fa-2024-person-skating:before,
.fa-2024-skating:before {
  content: "\f7c5";
}
.fa-2024-filter-circle-dollar:before,
.fa-2024-funnel-dollar:before {
  content: "\f662";
}
.fa-2024-camera-retro:before {
  content: "\f083";
}
.fa-2024-arrow-circle-down:before,
.fa-2024-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-2024-arrow-right-to-file:before,
.fa-2024-file-import:before {
  content: "\f56f";
}
.fa-2024-external-link-square:before,
.fa-2024-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-2024-box-open:before {
  content: "\f49e";
}
.fa-2024-scroll:before {
  content: "\f70e";
}
.fa-2024-spa:before {
  content: "\f5bb";
}
.fa-2024-location-pin-lock:before {
  content: "\e51f";
}
.fa-2024-pause:before {
  content: "\f04c";
}
.fa-2024-hill-avalanche:before {
  content: "\e507";
}
.fa-2024-temperature-0:before,
.fa-2024-temperature-empty:before,
.fa-2024-thermometer-0:before,
.fa-2024-thermometer-empty:before {
  content: "\f2cb";
}
.fa-2024-bomb:before {
  content: "\f1e2";
}
.fa-2024-registered:before {
  content: "\f25d";
}
.fa-2024-address-card:before,
.fa-2024-contact-card:before,
.fa-2024-vcard:before {
  content: "\f2bb";
}
.fa-2024-balance-scale-right:before,
.fa-2024-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-2024-subscript:before {
  content: "\f12c";
}
.fa-2024-diamond-turn-right:before,
.fa-2024-directions:before {
  content: "\f5eb";
}
.fa-2024-burst:before {
  content: "\e4dc";
}
.fa-2024-house-laptop:before,
.fa-2024-laptop-house:before {
  content: "\e066";
}
.fa-2024-face-tired:before,
.fa-2024-tired:before {
  content: "\f5c8";
}
.fa-2024-money-bills:before {
  content: "\e1f3";
}
.fa-2024-smog:before {
  content: "\f75f";
}
.fa-2024-crutch:before {
  content: "\f7f7";
}
.fa-2024-cloud-arrow-up:before,
.fa-2024-cloud-upload-alt:before,
.fa-2024-cloud-upload:before {
  content: "\f0ee";
}
.fa-2024-palette:before {
  content: "\f53f";
}
.fa-2024-arrows-turn-right:before {
  content: "\e4c0";
}
.fa-2024-vest:before {
  content: "\e085";
}
.fa-2024-ferry:before {
  content: "\e4ea";
}
.fa-2024-arrows-down-to-people:before {
  content: "\e4b9";
}
.fa-2024-seedling:before,
.fa-2024-sprout:before {
  content: "\f4d8";
}
.fa-2024-arrows-alt-h:before,
.fa-2024-left-right:before {
  content: "\f337";
}
.fa-2024-boxes-packing:before {
  content: "\e4c7";
}
.fa-2024-arrow-circle-left:before,
.fa-2024-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-2024-group-arrows-rotate:before {
  content: "\e4f6";
}
.fa-2024-bowl-food:before {
  content: "\e4c6";
}
.fa-2024-candy-cane:before {
  content: "\f786";
}
.fa-2024-arrow-down-wide-short:before,
.fa-2024-sort-amount-asc:before,
.fa-2024-sort-amount-down:before {
  content: "\f160";
}
.fa-2024-cloud-bolt:before,
.fa-2024-thunderstorm:before {
  content: "\f76c";
}
.fa-2024-remove-format:before,
.fa-2024-text-slash:before {
  content: "\f87d";
}
.fa-2024-face-smile-wink:before,
.fa-2024-smile-wink:before {
  content: "\f4da";
}
.fa-2024-file-word:before {
  content: "\f1c2";
}
.fa-2024-file-powerpoint:before {
  content: "\f1c4";
}
.fa-2024-arrows-h:before,
.fa-2024-arrows-left-right:before {
  content: "\f07e";
}
.fa-2024-house-lock:before {
  content: "\e510";
}
.fa-2024-cloud-arrow-down:before,
.fa-2024-cloud-download-alt:before,
.fa-2024-cloud-download:before {
  content: "\f0ed";
}
.fa-2024-children:before {
  content: "\e4e1";
}
.fa-2024-blackboard:before,
.fa-2024-chalkboard:before {
  content: "\f51b";
}
.fa-2024-user-alt-slash:before,
.fa-2024-user-large-slash:before {
  content: "\f4fa-2024";
}
.fa-2024-envelope-open:before {
  content: "\f2b6";
}
.fa-2024-handshake-alt-slash:before,
.fa-2024-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-2024-mattress-pillow:before {
  content: "\e525";
}
.fa-2024-guarani-sign:before {
  content: "\e19a";
}
.fa-2024-arrows-rotate:before,
.fa-2024-refresh:before,
.fa-2024-sync:before {
  content: "\f021";
}
.fa-2024-fire-extinguisher:before {
  content: "\f134";
}
.fa-2024-cruzeiro-sign:before {
  content: "\e152";
}
.fa-2024-greater-than-equal:before {
  content: "\f532";
}
.fa-2024-shield-alt:before,
.fa-2024-shield-halved:before {
  content: "\f3ed";
}
.fa-2024-atlas:before,
.fa-2024-book-atlas:before {
  content: "\f558";
}
.fa-2024-virus:before {
  content: "\e074";
}
.fa-2024-envelope-circle-check:before {
  content: "\e4e8";
}
.fa-2024-layer-group:before {
  content: "\f5fd";
}
.fa-2024-arrows-to-dot:before {
  content: "\e4be";
}
.fa-2024-archway:before {
  content: "\f557";
}
.fa-2024-heart-circle-check:before {
  content: "\e4fd";
}
.fa-2024-house-chimney-crack:before,
.fa-2024-house-damage:before {
  content: "\f6f1";
}
.fa-2024-file-archive:before,
.fa-2024-file-zipper:before {
  content: "\f1c6";
}
.fa-2024-square:before {
  content: "\f0c8";
}
.fa-2024-glass-martini:before,
.fa-2024-martini-glass-empty:before {
  content: "\f000";
}
.fa-2024-couch:before {
  content: "\f4b8";
}
.fa-2024-cedi-sign:before {
  content: "\e0df";
}
.fa-2024-italic:before {
  content: "\f033";
}
.fa-2024-table-cells-column-lock:before {
  content: "\e678";
}
.fa-2024-church:before {
  content: "\f51d";
}
.fa-2024-comments-dollar:before {
  content: "\f653";
}
.fa-2024-democrat:before {
  content: "\f747";
}
.fa-2024-z:before {
  content: "\5a";
}
.fa-2024-person-skiing:before,
.fa-2024-skiing:before {
  content: "\f7c9";
}
.fa-2024-road-lock:before {
  content: "\e567";
}
.fa-2024-a:before {
  content: "\41";
}
.fa-2024-temperature-arrow-down:before,
.fa-2024-temperature-down:before {
  content: "\e03f";
}
.fa-2024-feather-alt:before,
.fa-2024-feather-pointed:before {
  content: "\f56b";
}
.fa-2024-p:before {
  content: "\50";
}
.fa-2024-snowflake:before {
  content: "\f2dc";
}
.fa-2024-newspaper:before {
  content: "\f1ea";
}
.fa-2024-ad:before,
.fa-2024-rectangle-ad:before {
  content: "\f641";
}
.fa-2024-arrow-circle-right:before,
.fa-2024-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-2024-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-2024-locust:before {
  content: "\e520";
}
.fa-2024-sort:before,
.fa-2024-unsorted:before {
  content: "\f0dc";
}
.fa-2024-list-1-2:before,
.fa-2024-list-numeric:before,
.fa-2024-list-ol:before {
  content: "\f0cb";
}
.fa-2024-person-dress-burst:before {
  content: "\e544";
}
.fa-2024-money-check-alt:before,
.fa-2024-money-check-dollar:before {
  content: "\f53d";
}
.fa-2024-vector-square:before {
  content: "\f5cb";
}
.fa-2024-bread-slice:before {
  content: "\f7ec";
}
.fa-2024-language:before {
  content: "\f1ab";
}
.fa-2024-face-kiss-wink-heart:before,
.fa-2024-kiss-wink-heart:before {
  content: "\f598";
}
.fa-2024-filter:before {
  content: "\f0b0";
}
.fa-2024-question:before {
  content: "\3f";
}
.fa-2024-file-signature:before {
  content: "\f573";
}
.fa-2024-arrows-alt:before,
.fa-2024-up-down-left-right:before {
  content: "\f0b2";
}
.fa-2024-house-chimney-user:before {
  content: "\e065";
}
.fa-2024-hand-holding-heart:before {
  content: "\f4be";
}
.fa-2024-puzzle-piece:before {
  content: "\f12e";
}
.fa-2024-money-check:before {
  content: "\f53c";
}
.fa-2024-star-half-alt:before,
.fa-2024-star-half-stroke:before {
  content: "\f5c0";
}
.fa-2024-code:before {
  content: "\f121";
}
.fa-2024-glass-whiskey:before,
.fa-2024-whiskey-glass:before {
  content: "\f7a0";
}
.fa-2024-building-circle-exclamation:before {
  content: "\e4d3";
}
.fa-2024-magnifying-glass-chart:before {
  content: "\e522";
}
.fa-2024-arrow-up-right-from-square:before,
.fa-2024-external-link:before {
  content: "\f08e";
}
.fa-2024-cubes-stacked:before {
  content: "\e4e6";
}
.fa-2024-krw:before,
.fa-2024-won-sign:before,
.fa-2024-won:before {
  content: "\f159";
}
.fa-2024-virus-covid:before {
  content: "\e4a8";
}
.fa-2024-austral-sign:before {
  content: "\e0a9";
}
.fa-2024-f:before {
  content: "\46";
}
.fa-2024-leaf:before {
  content: "\f06c";
}
.fa-2024-road:before {
  content: "\f018";
}
.fa-2024-cab:before,
.fa-2024-taxi:before {
  content: "\f1ba";
}
.fa-2024-person-circle-plus:before {
  content: "\e541";
}
.fa-2024-chart-pie:before,
.fa-2024-pie-chart:before {
  content: "\f200";
}
.fa-2024-bolt-lightning:before {
  content: "\e0b7";
}
.fa-2024-sack-xmark:before {
  content: "\e56a";
}
.fa-2024-file-excel:before {
  content: "\f1c3";
}
.fa-2024-file-contract:before {
  content: "\f56c";
}
.fa-2024-fish-fins:before {
  content: "\e4f2";
}
.fa-2024-building-flag:before {
  content: "\e4d5";
}
.fa-2024-face-grin-beam:before,
.fa-2024-grin-beam:before {
  content: "\f582";
}
.fa-2024-object-ungroup:before {
  content: "\f248";
}
.fa-2024-poop:before {
  content: "\f619";
}
.fa-2024-location-pin:before,
.fa-2024-map-marker:before {
  content: "\f041";
}
.fa-2024-kaaba:before {
  content: "\f66b";
}
.fa-2024-toilet-paper:before {
  content: "\f71e";
}
.fa-2024-hard-hat:before,
.fa-2024-hat-hard:before,
.fa-2024-helmet-safety:before {
  content: "\f807";
}
.fa-2024-eject:before {
  content: "\f052";
}
.fa-2024-arrow-alt-circle-right:before,
.fa-2024-circle-right:before {
  content: "\f35a";
}
.fa-2024-plane-circle-check:before {
  content: "\e555";
}
.fa-2024-face-rolling-eyes:before,
.fa-2024-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-2024-object-group:before {
  content: "\f247";
}
.fa-2024-chart-line:before,
.fa-2024-line-chart:before {
  content: "\f201";
}
.fa-2024-mask-ventilator:before {
  content: "\e524";
}
.fa-2024-arrow-right:before {
  content: "\f061";
}
.fa-2024-map-signs:before,
.fa-2024-signs-post:before {
  content: "\f277";
}
.fa-2024-cash-register:before {
  content: "\f788";
}
.fa-2024-person-circle-question:before {
  content: "\e542";
}
.fa-2024-h:before {
  content: "\48";
}
.fa-2024-tarp:before {
  content: "\e57b";
}
.fa-2024-screwdriver-wrench:before,
.fa-2024-tools:before {
  content: "\f7d9";
}
.fa-2024-arrows-to-eye:before {
  content: "\e4bf";
}
.fa-2024-plug-circle-bolt:before {
  content: "\e55b";
}
.fa-2024-heart:before {
  content: "\f004";
}
.fa-2024-mars-and-venus:before {
  content: "\f224";
}
.fa-2024-home-user:before,
.fa-2024-house-user:before {
  content: "\e1b0";
}
.fa-2024-dumpster-fire:before {
  content: "\f794";
}
.fa-2024-house-crack:before {
  content: "\e3b1";
}
.fa-2024-cocktail:before,
.fa-2024-martini-glass-citrus:before {
  content: "\f561";
}
.fa-2024-face-surprise:before,
.fa-2024-surprise:before {
  content: "\f5c2";
}
.fa-2024-bottle-water:before {
  content: "\e4c5";
}
.fa-2024-circle-pause:before,
.fa-2024-pause-circle:before {
  content: "\f28b";
}
.fa-2024-toilet-paper-slash:before {
  content: "\e072";
}
.fa-2024-apple-alt:before,
.fa-2024-apple-whole:before {
  content: "\f5d1";
}
.fa-2024-kitchen-set:before {
  content: "\e51a";
}
.fa-2024-r:before {
  content: "\52";
}
.fa-2024-temperature-1:before,
.fa-2024-temperature-quarter:before,
.fa-2024-thermometer-1:before,
.fa-2024-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-2024-cube:before {
  content: "\f1b2";
}
.fa-2024-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-2024-shield-dog:before {
  content: "\e573";
}
.fa-2024-solar-panel:before {
  content: "\f5ba";
}
.fa-2024-lock-open:before {
  content: "\f3c1";
}
.fa-2024-elevator:before {
  content: "\e16d";
}
.fa-2024-money-bill-transfer:before {
  content: "\e528";
}
.fa-2024-money-bill-trend-up:before {
  content: "\e529";
}
.fa-2024-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.fa-2024-poll-h:before,
.fa-2024-square-poll-horizontal:before {
  content: "\f682";
}
.fa-2024-circle:before {
  content: "\f111";
}
.fa-2024-backward-fast:before,
.fa-2024-fast-backward:before {
  content: "\f049";
}
.fa-2024-recycle:before {
  content: "\f1b8";
}
.fa-2024-user-astronaut:before {
  content: "\f4fb";
}
.fa-2024-plane-slash:before {
  content: "\e069";
}
.fa-2024-trademark:before {
  content: "\f25c";
}
.fa-2024-basketball-ball:before,
.fa-2024-basketball:before {
  content: "\f434";
}
.fa-2024-satellite-dish:before {
  content: "\f7c0";
}
.fa-2024-arrow-alt-circle-up:before,
.fa-2024-circle-up:before {
  content: "\f35b";
}
.fa-2024-mobile-alt:before,
.fa-2024-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-2024-volume-high:before,
.fa-2024-volume-up:before {
  content: "\f028";
}
.fa-2024-users-rays:before {
  content: "\e593";
}
.fa-2024-wallet:before {
  content: "\f555";
}
.fa-2024-clipboard-check:before {
  content: "\f46c";
}
.fa-2024-file-audio:before {
  content: "\f1c7";
}
.fa-2024-burger:before,
.fa-2024-hamburger:before {
  content: "\f805";
}
.fa-2024-wrench:before {
  content: "\f0ad";
}
.fa-2024-bugs:before {
  content: "\e4d0";
}
.fa-2024-rupee-sign:before,
.fa-2024-rupee:before {
  content: "\f156";
}
.fa-2024-file-image:before {
  content: "\f1c5";
}
.fa-2024-circle-question:before,
.fa-2024-question-circle:before {
  content: "\f059";
}
.fa-2024-plane-departure:before {
  content: "\f5b0";
}
.fa-2024-handshake-slash:before {
  content: "\e060";
}
.fa-2024-book-bookmark:before {
  content: "\e0bb";
}
.fa-2024-code-branch:before {
  content: "\f126";
}
.fa-2024-hat-cowboy:before {
  content: "\f8c0";
}
.fa-2024-bridge:before {
  content: "\e4c8";
}
.fa-2024-phone-alt:before,
.fa-2024-phone-flip:before {
  content: "\f879";
}
.fa-2024-truck-front:before {
  content: "\e2b7";
}
.fa-2024-cat:before {
  content: "\f6be";
}
.fa-2024-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.fa-2024-truck-field:before {
  content: "\e58d";
}
.fa-2024-route:before {
  content: "\f4d7";
}
.fa-2024-clipboard-question:before {
  content: "\e4e3";
}
.fa-2024-panorama:before {
  content: "\e209";
}
.fa-2024-comment-medical:before {
  content: "\f7f5";
}
.fa-2024-teeth-open:before {
  content: "\f62f";
}
.fa-2024-file-circle-minus:before {
  content: "\e4ed";
}
.fa-2024-tags:before {
  content: "\f02c";
}
.fa-2024-wine-glass:before {
  content: "\f4e3";
}
.fa-2024-fast-forward:before,
.fa-2024-forward-fast:before {
  content: "\f050";
}
.fa-2024-face-meh-blank:before,
.fa-2024-meh-blank:before {
  content: "\f5a4";
}
.fa-2024-parking:before,
.fa-2024-square-parking:before {
  content: "\f540";
}
.fa-2024-house-signal:before {
  content: "\e012";
}
.fa-2024-bars-progress:before,
.fa-2024-tasks-alt:before {
  content: "\f828";
}
.fa-2024-faucet-drip:before {
  content: "\e006";
}
.fa-2024-cart-flatbed:before,
.fa-2024-dolly-flatbed:before {
  content: "\f474";
}
.fa-2024-ban-smoking:before,
.fa-2024-smoking-ban:before {
  content: "\f54d";
}
.fa-2024-terminal:before {
  content: "\f120";
}
.fa-2024-mobile-button:before {
  content: "\f10b";
}
.fa-2024-house-medical-flag:before {
  content: "\e514";
}
.fa-2024-basket-shopping:before,
.fa-2024-shopping-basket:before {
  content: "\f291";
}
.fa-2024-tape:before {
  content: "\f4db";
}
.fa-2024-bus-alt:before,
.fa-2024-bus-simple:before {
  content: "\f55e";
}
.fa-2024-eye:before {
  content: "\f06e";
}
.fa-2024-face-sad-cry:before,
.fa-2024-sad-cry:before {
  content: "\f5b3";
}
.fa-2024-audio-description:before {
  content: "\f29e";
}
.fa-2024-person-military-to-person:before {
  content: "\e54c";
}
.fa-2024-file-shield:before {
  content: "\e4f0";
}
.fa-2024-user-slash:before {
  content: "\f506";
}
.fa-2024-pen:before {
  content: "\f304";
}
.fa-2024-tower-observation:before {
  content: "\e586";
}
.fa-2024-file-code:before {
  content: "\f1c9";
}
.fa-2024-signal-5:before,
.fa-2024-signal-perfect:before,
.fa-2024-signal:before {
  content: "\f012";
}
.fa-2024-bus:before {
  content: "\f207";
}
.fa-2024-heart-circle-xmark:before {
  content: "\e501";
}
.fa-2024-home-lg:before,
.fa-2024-house-chimney:before {
  content: "\e3af";
}
.fa-2024-window-maximize:before {
  content: "\f2d0";
}
.fa-2024-face-frown:before,
.fa-2024-frown:before {
  content: "\f119";
}
.fa-2024-prescription:before {
  content: "\f5b1";
}
.fa-2024-shop:before,
.fa-2024-store-alt:before {
  content: "\f54f";
}
.fa-2024-floppy-disk:before,
.fa-2024-save:before {
  content: "\f0c7";
}
.fa-2024-vihara:before {
  content: "\f6a7";
}
.fa-2024-balance-scale-left:before,
.fa-2024-scale-unbalanced:before {
  content: "\f515";
}
.fa-2024-sort-asc:before,
.fa-2024-sort-up:before {
  content: "\f0de";
}
.fa-2024-comment-dots:before,
.fa-2024-commenting:before {
  content: "\f4ad";
}
.fa-2024-plant-wilt:before {
  content: "\e5aa";
}
.fa-2024-diamond:before {
  content: "\f219";
}
.fa-2024-face-grin-squint:before,
.fa-2024-grin-squint:before {
  content: "\f585";
}
.fa-2024-hand-holding-dollar:before,
.fa-2024-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-2024-bacterium:before {
  content: "\e05a";
}
.fa-2024-hand-pointer:before {
  content: "\f25a";
}
.fa-2024-drum-steelpan:before {
  content: "\f56a";
}
.fa-2024-hand-scissors:before {
  content: "\f257";
}
.fa-2024-hands-praying:before,
.fa-2024-praying-hands:before {
  content: "\f684";
}
.fa-2024-arrow-right-rotate:before,
.fa-2024-arrow-rotate-forward:before,
.fa-2024-arrow-rotate-right:before,
.fa-2024-redo:before {
  content: "\f01e";
}
.fa-2024-biohazard:before {
  content: "\f780";
}
.fa-2024-location-crosshairs:before,
.fa-2024-location:before {
  content: "\f601";
}
.fa-2024-mars-double:before {
  content: "\f227";
}
.fa-2024-child-dress:before {
  content: "\e59c";
}
.fa-2024-users-between-lines:before {
  content: "\e591";
}
.fa-2024-lungs-virus:before {
  content: "\e067";
}
.fa-2024-face-grin-tears:before,
.fa-2024-grin-tears:before {
  content: "\f588";
}
.fa-2024-phone:before {
  content: "\f095";
}
.fa-2024-calendar-times:before,
.fa-2024-calendar-xmark:before {
  content: "\f273";
}
.fa-2024-child-reaching:before {
  content: "\e59d";
}
.fa-2024-head-side-virus:before {
  content: "\e064";
}
.fa-2024-user-cog:before,
.fa-2024-user-gear:before {
  content: "\f4fe";
}
.fa-2024-arrow-up-1-9:before,
.fa-2024-sort-numeric-up:before {
  content: "\f163";
}
.fa-2024-door-closed:before {
  content: "\f52a";
}
.fa-2024-shield-virus:before {
  content: "\e06c";
}
.fa-2024-dice-six:before {
  content: "\f526";
}
.fa-2024-mosquito-net:before {
  content: "\e52c";
}
.fa-2024-bridge-water:before {
  content: "\e4ce";
}
.fa-2024-person-booth:before {
  content: "\f756";
}
.fa-2024-text-width:before {
  content: "\f035";
}
.fa-2024-hat-wizard:before {
  content: "\f6e8";
}
.fa-2024-pen-fancy:before {
  content: "\f5ac";
}
.fa-2024-digging:before,
.fa-2024-person-digging:before {
  content: "\f85e";
}
.fa-2024-trash:before {
  content: "\f1f8";
}
.fa-2024-gauge-simple-med:before,
.fa-2024-gauge-simple:before,
.fa-2024-tachometer-average:before {
  content: "\f629";
}
.fa-2024-book-medical:before {
  content: "\f7e6";
}
.fa-2024-poo:before {
  content: "\f2fe";
}
.fa-2024-quote-right-alt:before,
.fa-2024-quote-right:before {
  content: "\f10e";
}
.fa-2024-shirt:before,
.fa-2024-t-shirt:before,
.fa-2024-tshirt:before {
  content: "\f553";
}
.fa-2024-cubes:before {
  content: "\f1b3";
}
.fa-2024-divide:before {
  content: "\f529";
}
.fa-2024-tenge-sign:before,
.fa-2024-tenge:before {
  content: "\f7d7";
}
.fa-2024-headphones:before {
  content: "\f025";
}
.fa-2024-hands-holding:before {
  content: "\f4c2";
}
.fa-2024-hands-clapping:before {
  content: "\e1a8";
}
.fa-2024-republican:before {
  content: "\f75e";
}
.fa-2024-arrow-left:before {
  content: "\f060";
}
.fa-2024-person-circle-xmark:before {
  content: "\e543";
}
.fa-2024-ruler:before {
  content: "\f545";
}
.fa-2024-align-left:before {
  content: "\f036";
}
.fa-2024-dice-d6:before {
  content: "\f6d1";
}
.fa-2024-restroom:before {
  content: "\f7bd";
}
.fa-2024-j:before {
  content: "\4a";
}
.fa-2024-users-viewfinder:before {
  content: "\e595";
}
.fa-2024-file-video:before {
  content: "\f1c8";
}
.fa-2024-external-link-alt:before,
.fa-2024-up-right-from-square:before {
  content: "\f35d";
}
.fa-2024-table-cells:before,
.fa-2024-th:before {
  content: "\f00a";
}
.fa-2024-file-pdf:before {
  content: "\f1c1";
}
.fa-2024-bible:before,
.fa-2024-book-bible:before {
  content: "\f647";
}
.fa-2024-o:before {
  content: "\4f";
}
.fa-2024-medkit:before,
.fa-2024-suitcase-medical:before {
  content: "\f0fa-2024";
}
.fa-2024-user-secret:before {
  content: "\f21b";
}
.fa-2024-otter:before {
  content: "\f700";
}
.fa-2024-female:before,
.fa-2024-person-dress:before {
  content: "\f182";
}
.fa-2024-comment-dollar:before {
  content: "\f651";
}
.fa-2024-briefcase-clock:before,
.fa-2024-business-time:before {
  content: "\f64a";
}
.fa-2024-table-cells-large:before,
.fa-2024-th-large:before {
  content: "\f009";
}
.fa-2024-book-tanakh:before,
.fa-2024-tanakh:before {
  content: "\f827";
}
.fa-2024-phone-volume:before,
.fa-2024-volume-control-phone:before {
  content: "\f2a0";
}
.fa-2024-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-2024-clipboard-user:before {
  content: "\f7f3";
}
.fa-2024-child:before {
  content: "\f1ae";
}
.fa-2024-lira-sign:before {
  content: "\f195";
}
.fa-2024-satellite:before {
  content: "\f7bf";
}
.fa-2024-plane-lock:before {
  content: "\e558";
}
.fa-2024-tag:before {
  content: "\f02b";
}
.fa-2024-comment:before {
  content: "\f075";
}
.fa-2024-birthday-cake:before,
.fa-2024-cake-candles:before,
.fa-2024-cake:before {
  content: "\f1fd";
}
.fa-2024-envelope:before {
  content: "\f0e0";
}
.fa-2024-angle-double-up:before,
.fa-2024-angles-up:before {
  content: "\f102";
}
.fa-2024-paperclip:before {
  content: "\f0c6";
}
.fa-2024-arrow-right-to-city:before {
  content: "\e4b3";
}
.fa-2024-ribbon:before {
  content: "\f4d6";
}
.fa-2024-lungs:before {
  content: "\f604";
}
.fa-2024-arrow-up-9-1:before,
.fa-2024-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-2024-litecoin-sign:before {
  content: "\e1d3";
}
.fa-2024-border-none:before {
  content: "\f850";
}
.fa-2024-circle-nodes:before {
  content: "\e4e2";
}
.fa-2024-parachute-box:before {
  content: "\f4cd";
}
.fa-2024-indent:before {
  content: "\f03c";
}
.fa-2024-truck-field-un:before {
  content: "\e58e";
}
.fa-2024-hourglass-empty:before,
.fa-2024-hourglass:before {
  content: "\f254";
}
.fa-2024-mountain:before {
  content: "\f6fc";
}
.fa-2024-user-doctor:before,
.fa-2024-user-md:before {
  content: "\f0f0";
}
.fa-2024-circle-info:before,
.fa-2024-info-circle:before {
  content: "\f05a";
}
.fa-2024-cloud-meatball:before {
  content: "\f73b";
}
.fa-2024-camera-alt:before,
.fa-2024-camera:before {
  content: "\f030";
}
.fa-2024-square-virus:before {
  content: "\e578";
}
.fa-2024-meteor:before {
  content: "\f753";
}
.fa-2024-car-on:before {
  content: "\e4dd";
}
.fa-2024-sleigh:before {
  content: "\f7cc";
}
.fa-2024-arrow-down-1-9:before,
.fa-2024-sort-numeric-asc:before,
.fa-2024-sort-numeric-down:before {
  content: "\f162";
}
.fa-2024-hand-holding-droplet:before,
.fa-2024-hand-holding-water:before {
  content: "\f4c1";
}
.fa-2024-water:before {
  content: "\f773";
}
.fa-2024-calendar-check:before {
  content: "\f274";
}
.fa-2024-braille:before {
  content: "\f2a1";
}
.fa-2024-prescription-bottle-alt:before,
.fa-2024-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-2024-landmark:before {
  content: "\f66f";
}
.fa-2024-truck:before {
  content: "\f0d1";
}
.fa-2024-crosshairs:before {
  content: "\f05b";
}
.fa-2024-person-cane:before {
  content: "\e53c";
}
.fa-2024-tent:before {
  content: "\e57d";
}
.fa-2024-vest-patches:before {
  content: "\e086";
}
.fa-2024-check-double:before {
  content: "\f560";
}
.fa-2024-arrow-down-a-z:before,
.fa-2024-sort-alpha-asc:before,
.fa-2024-sort-alpha-down:before {
  content: "\f15d";
}
.fa-2024-money-bill-wheat:before {
  content: "\e52a";
}
.fa-2024-cookie:before {
  content: "\f563";
}
.fa-2024-arrow-left-rotate:before,
.fa-2024-arrow-rotate-back:before,
.fa-2024-arrow-rotate-backward:before,
.fa-2024-arrow-rotate-left:before,
.fa-2024-undo:before {
  content: "\f0e2";
}
.fa-2024-hard-drive:before,
.fa-2024-hdd:before {
  content: "\f0a0";
}
.fa-2024-face-grin-squint-tears:before,
.fa-2024-grin-squint-tears:before {
  content: "\f586";
}
.fa-2024-dumbbell:before {
  content: "\f44b";
}
.fa-2024-list-alt:before,
.fa-2024-rectangle-list:before {
  content: "\f022";
}
.fa-2024-tarp-droplet:before {
  content: "\e57c";
}
.fa-2024-house-medical-circle-check:before {
  content: "\e511";
}
.fa-2024-person-skiing-nordic:before,
.fa-2024-skiing-nordic:before {
  content: "\f7ca";
}
.fa-2024-calendar-plus:before {
  content: "\f271";
}
.fa-2024-plane-arrival:before {
  content: "\f5af";
}
.fa-2024-arrow-alt-circle-left:before,
.fa-2024-circle-left:before {
  content: "\f359";
}
.fa-2024-subway:before,
.fa-2024-train-subway:before {
  content: "\f239";
}
.fa-2024-chart-gantt:before {
  content: "\e0e4";
}
.fa-2024-indian-rupee-sign:before,
.fa-2024-indian-rupee:before,
.fa-2024-inr:before {
  content: "\e1bc";
}
.fa-2024-crop-alt:before,
.fa-2024-crop-simple:before {
  content: "\f565";
}
.fa-2024-money-bill-1:before,
.fa-2024-money-bill-alt:before {
  content: "\f3d1";
}
.fa-2024-left-long:before,
.fa-2024-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-2024-dna:before {
  content: "\f471";
}
.fa-2024-virus-slash:before {
  content: "\e075";
}
.fa-2024-minus:before,
.fa-2024-subtract:before {
  content: "\f068";
}
.fa-2024-chess:before {
  content: "\f439";
}
.fa-2024-arrow-left-long:before,
.fa-2024-long-arrow-left:before {
  content: "\f177";
}
.fa-2024-plug-circle-check:before {
  content: "\e55c";
}
.fa-2024-street-view:before {
  content: "\f21d";
}
.fa-2024-franc-sign:before {
  content: "\e18f";
}
.fa-2024-volume-off:before {
  content: "\f026";
}
.fa-2024-american-sign-language-interpreting:before,
.fa-2024-asl-interpreting:before,
.fa-2024-hands-american-sign-language-interpreting:before,
.fa-2024-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-2024-cog:before,
.fa-2024-gear:before {
  content: "\f013";
}
.fa-2024-droplet-slash:before,
.fa-2024-tint-slash:before {
  content: "\f5c7";
}
.fa-2024-mosque:before {
  content: "\f678";
}
.fa-2024-mosquito:before {
  content: "\e52b";
}
.fa-2024-star-of-david:before {
  content: "\f69a";
}
.fa-2024-person-military-rifle:before {
  content: "\e54b";
}
.fa-2024-cart-shopping:before,
.fa-2024-shopping-cart:before {
  content: "\f07a";
}
.fa-2024-vials:before {
  content: "\f493";
}
.fa-2024-plug-circle-plus:before {
  content: "\e55f";
}
.fa-2024-place-of-worship:before {
  content: "\f67f";
}
.fa-2024-grip-vertical:before {
  content: "\f58e";
}
.fa-2024-arrow-turn-up:before,
.fa-2024-level-up:before {
  content: "\f148";
}
.fa-2024-u:before {
  content: "\55";
}
.fa-2024-square-root-alt:before,
.fa-2024-square-root-variable:before {
  content: "\f698";
}
.fa-2024-clock-four:before,
.fa-2024-clock:before {
  content: "\f017";
}
.fa-2024-backward-step:before,
.fa-2024-step-backward:before {
  content: "\f048";
}
.fa-2024-pallet:before {
  content: "\f482";
}
.fa-2024-faucet:before {
  content: "\e005";
}
.fa-2024-baseball-bat-ball:before {
  content: "\f432";
}
.fa-2024-s:before {
  content: "\53";
}
.fa-2024-timeline:before {
  content: "\e29c";
}
.fa-2024-keyboard:before {
  content: "\f11c";
}
.fa-2024-caret-down:before {
  content: "\f0d7";
}
.fa-2024-clinic-medical:before,
.fa-2024-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-2024-temperature-3:before,
.fa-2024-temperature-three-quarters:before,
.fa-2024-thermometer-3:before,
.fa-2024-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-2024-mobile-android-alt:before,
.fa-2024-mobile-screen:before {
  content: "\f3cf";
}
.fa-2024-plane-up:before {
  content: "\e22d";
}
.fa-2024-piggy-bank:before {
  content: "\f4d3";
}
.fa-2024-battery-3:before,
.fa-2024-battery-half:before {
  content: "\f242";
}
.fa-2024-mountain-city:before {
  content: "\e52e";
}
.fa-2024-coins:before {
  content: "\f51e";
}
.fa-2024-khanda:before {
  content: "\f66d";
}
.fa-2024-sliders-h:before,
.fa-2024-sliders:before {
  content: "\f1de";
}
.fa-2024-folder-tree:before {
  content: "\f802";
}
.fa-2024-network-wired:before {
  content: "\f6ff";
}
.fa-2024-map-pin:before {
  content: "\f276";
}
.fa-2024-hamsa:before {
  content: "\f665";
}
.fa-2024-cent-sign:before {
  content: "\e3f5";
}
.fa-2024-flask:before {
  content: "\f0c3";
}
.fa-2024-person-pregnant:before {
  content: "\e31e";
}
.fa-2024-wand-sparkles:before {
  content: "\f72b";
}
.fa-2024-ellipsis-v:before,
.fa-2024-ellipsis-vertical:before {
  content: "\f142";
}
.fa-2024-ticket:before {
  content: "\f145";
}
.fa-2024-power-off:before {
  content: "\f011";
}
.fa-2024-long-arrow-alt-right:before,
.fa-2024-right-long:before {
  content: "\f30b";
}
.fa-2024-flag-usa:before {
  content: "\f74d";
}
.fa-2024-laptop-file:before {
  content: "\e51d";
}
.fa-2024-teletype:before,
.fa-2024-tty:before {
  content: "\f1e4";
}
.fa-2024-diagram-next:before {
  content: "\e476";
}
.fa-2024-person-rifle:before {
  content: "\e54e";
}
.fa-2024-house-medical-circle-exclamation:before {
  content: "\e512";
}
.fa-2024-closed-captioning:before {
  content: "\f20a";
}
.fa-2024-hiking:before,
.fa-2024-person-hiking:before {
  content: "\f6ec";
}
.fa-2024-venus-double:before {
  content: "\f226";
}
.fa-2024-images:before {
  content: "\f302";
}
.fa-2024-calculator:before {
  content: "\f1ec";
}
.fa-2024-people-pulling:before {
  content: "\e535";
}
.fa-2024-n:before {
  content: "\4e";
}
.fa-2024-cable-car:before,
.fa-2024-tram:before {
  content: "\f7da";
}
.fa-2024-cloud-rain:before {
  content: "\f73d";
}
.fa-2024-building-circle-xmark:before {
  content: "\e4d4";
}
.fa-2024-ship:before {
  content: "\f21a";
}
.fa-2024-arrows-down-to-line:before {
  content: "\e4b8";
}
.fa-2024-download:before {
  content: "\f019";
}
.fa-2024-face-grin:before,
.fa-2024-grin:before {
  content: "\f580";
}
.fa-2024-backspace:before,
.fa-2024-delete-left:before {
  content: "\f55a";
}
.fa-2024-eye-dropper-empty:before,
.fa-2024-eye-dropper:before,
.fa-2024-eyedropper:before {
  content: "\f1fb";
}
.fa-2024-file-circle-check:before {
  content: "\e5a0";
}
.fa-2024-forward:before {
  content: "\f04e";
}
.fa-2024-mobile-android:before,
.fa-2024-mobile-phone:before,
.fa-2024-mobile:before {
  content: "\f3ce";
}
.fa-2024-face-meh:before,
.fa-2024-meh:before {
  content: "\f11a";
}
.fa-2024-align-center:before {
  content: "\f037";
}
.fa-2024-book-dead:before,
.fa-2024-book-skull:before {
  content: "\f6b7";
}
.fa-2024-drivers-license:before,
.fa-2024-id-card:before {
  content: "\f2c2";
}
.fa-2024-dedent:before,
.fa-2024-outdent:before {
  content: "\f03b";
}
.fa-2024-heart-circle-exclamation:before {
  content: "\e4fe";
}
.fa-2024-home-alt:before,
.fa-2024-home-lg-alt:before,
.fa-2024-home:before,
.fa-2024-house:before {
  content: "\f015";
}
.fa-2024-calendar-week:before {
  content: "\f784";
}
.fa-2024-laptop-medical:before {
  content: "\f812";
}
.fa-2024-b:before {
  content: "\42";
}
.fa-2024-file-medical:before {
  content: "\f477";
}
.fa-2024-dice-one:before {
  content: "\f525";
}
.fa-2024-kiwi-bird:before {
  content: "\f535";
}
.fa-2024-arrow-right-arrow-left:before,
.fa-2024-exchange:before {
  content: "\f0ec";
}
.fa-2024-redo-alt:before,
.fa-2024-rotate-forward:before,
.fa-2024-rotate-right:before {
  content: "\f2f9";
}
.fa-2024-cutlery:before,
.fa-2024-utensils:before {
  content: "\f2e7";
}
.fa-2024-arrow-up-wide-short:before,
.fa-2024-sort-amount-up:before {
  content: "\f161";
}
.fa-2024-mill-sign:before {
  content: "\e1ed";
}
.fa-2024-bowl-rice:before {
  content: "\e2eb";
}
.fa-2024-skull:before {
  content: "\f54c";
}
.fa-2024-broadcast-tower:before,
.fa-2024-tower-broadcast:before {
  content: "\f519";
}
.fa-2024-truck-pickup:before {
  content: "\f63c";
}
.fa-2024-long-arrow-alt-up:before,
.fa-2024-up-long:before {
  content: "\f30c";
}
.fa-2024-stop:before {
  content: "\f04d";
}
.fa-2024-code-merge:before {
  content: "\f387";
}
.fa-2024-upload:before {
  content: "\f093";
}
.fa-2024-hurricane:before {
  content: "\f751";
}
.fa-2024-mound:before {
  content: "\e52d";
}
.fa-2024-toilet-portable:before {
  content: "\e583";
}
.fa-2024-compact-disc:before {
  content: "\f51f";
}
.fa-2024-file-arrow-down:before,
.fa-2024-file-download:before {
  content: "\f56d";
}
.fa-2024-caravan:before {
  content: "\f8ff";
}
.fa-2024-shield-cat:before {
  content: "\e572";
}
.fa-2024-bolt:before,
.fa-2024-zap:before {
  content: "\f0e7";
}
.fa-2024-glass-water:before {
  content: "\e4f4";
}
.fa-2024-oil-well:before {
  content: "\e532";
}
.fa-2024-vault:before {
  content: "\e2c5";
}
.fa-2024-mars:before {
  content: "\f222";
}
.fa-2024-toilet:before {
  content: "\f7d8";
}
.fa-2024-plane-circle-xmark:before {
  content: "\e557";
}
.fa-2024-cny:before,
.fa-2024-jpy:before,
.fa-2024-rmb:before,
.fa-2024-yen-sign:before,
.fa-2024-yen:before {
  content: "\f157";
}
.fa-2024-rouble:before,
.fa-2024-rub:before,
.fa-2024-ruble-sign:before,
.fa-2024-ruble:before {
  content: "\f158";
}
.fa-2024-sun:before {
  content: "\f185";
}
.fa-2024-guitar:before {
  content: "\f7a6";
}
.fa-2024-face-laugh-wink:before,
.fa-2024-laugh-wink:before {
  content: "\f59c";
}
.fa-2024-horse-head:before {
  content: "\f7ab";
}
.fa-2024-bore-hole:before {
  content: "\e4c3";
}
.fa-2024-industry:before {
  content: "\f275";
}
.fa-2024-arrow-alt-circle-down:before,
.fa-2024-circle-down:before {
  content: "\f358";
}
.fa-2024-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.fa-2024-florin-sign:before {
  content: "\e184";
}
.fa-2024-arrow-down-short-wide:before,
.fa-2024-sort-amount-desc:before,
.fa-2024-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-2024-less-than:before {
  content: "\3c";
}
.fa-2024-angle-down:before {
  content: "\f107";
}
.fa-2024-car-tunnel:before {
  content: "\e4de";
}
.fa-2024-head-side-cough:before {
  content: "\e061";
}
.fa-2024-grip-lines:before {
  content: "\f7a4";
}
.fa-2024-thumbs-down:before {
  content: "\f165";
}
.fa-2024-user-lock:before {
  content: "\f502";
}
.fa-2024-arrow-right-long:before,
.fa-2024-long-arrow-right:before {
  content: "\f178";
}
.fa-2024-anchor-circle-xmark:before {
  content: "\e4ac";
}
.fa-2024-ellipsis-h:before,
.fa-2024-ellipsis:before {
  content: "\f141";
}
.fa-2024-chess-pawn:before {
  content: "\f443";
}
.fa-2024-first-aid:before,
.fa-2024-kit-medical:before {
  content: "\f479";
}
.fa-2024-person-through-window:before {
  content: "\e5a9";
}
.fa-2024-toolbox:before {
  content: "\f552";
}
.fa-2024-hands-holding-circle:before {
  content: "\e4fb";
}
.fa-2024-bug:before {
  content: "\f188";
}
.fa-2024-credit-card-alt:before,
.fa-2024-credit-card:before {
  content: "\f09d";
}
.fa-2024-automobile:before,
.fa-2024-car:before {
  content: "\f1b9";
}
.fa-2024-hand-holding-hand:before {
  content: "\e4f7";
}
.fa-2024-book-open-reader:before,
.fa-2024-book-reader:before {
  content: "\f5da";
}
.fa-2024-mountain-sun:before {
  content: "\e52f";
}
.fa-2024-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.fa-2024-dice-d20:before {
  content: "\f6cf";
}
.fa-2024-truck-droplet:before {
  content: "\e58c";
}
.fa-2024-file-circle-xmark:before {
  content: "\e5a1";
}
.fa-2024-temperature-arrow-up:before,
.fa-2024-temperature-up:before {
  content: "\e040";
}
.fa-2024-medal:before {
  content: "\f5a2";
}
.fa-2024-bed:before {
  content: "\f236";
}
.fa-2024-h-square:before,
.fa-2024-square-h:before {
  content: "\f0fd";
}
.fa-2024-podcast:before {
  content: "\f2ce";
}
.fa-2024-temperature-4:before,
.fa-2024-temperature-full:before,
.fa-2024-thermometer-4:before,
.fa-2024-thermometer-full:before {
  content: "\f2c7";
}
.fa-2024-bell:before {
  content: "\f0f3";
}
.fa-2024-superscript:before {
  content: "\f12b";
}
.fa-2024-plug-circle-xmark:before {
  content: "\e560";
}
.fa-2024-star-of-life:before {
  content: "\f621";
}
.fa-2024-phone-slash:before {
  content: "\f3dd";
}
.fa-2024-paint-roller:before {
  content: "\f5aa";
}
.fa-2024-hands-helping:before,
.fa-2024-handshake-angle:before {
  content: "\f4c4";
}
.fa-2024-location-dot:before,
.fa-2024-map-marker-alt:before {
  content: "\f3c5";
}
.fa-2024-file:before {
  content: "\f15b";
}
.fa-2024-greater-than:before {
  content: "\3e";
}
.fa-2024-person-swimming:before,
.fa-2024-swimmer:before {
  content: "\f5c4";
}
.fa-2024-arrow-down:before {
  content: "\f063";
}
.fa-2024-droplet:before,
.fa-2024-tint:before {
  content: "\f043";
}
.fa-2024-eraser:before {
  content: "\f12d";
}
.fa-2024-earth-america:before,
.fa-2024-earth-americas:before,
.fa-2024-earth:before,
.fa-2024-globe-americas:before {
  content: "\f57d";
}
.fa-2024-person-burst:before {
  content: "\e53b";
}
.fa-2024-dove:before {
  content: "\f4ba";
}
.fa-2024-battery-0:before,
.fa-2024-battery-empty:before {
  content: "\f244";
}
.fa-2024-socks:before {
  content: "\f696";
}
.fa-2024-inbox:before {
  content: "\f01c";
}
.fa-2024-section:before {
  content: "\e447";
}
.fa-2024-gauge-high:before,
.fa-2024-tachometer-alt-fast:before,
.fa-2024-tachometer-alt:before {
  content: "\f625";
}
.fa-2024-envelope-open-text:before {
  content: "\f658";
}
.fa-2024-hospital-alt:before,
.fa-2024-hospital-wide:before,
.fa-2024-hospital:before {
  content: "\f0f8";
}
.fa-2024-wine-bottle:before {
  content: "\f72f";
}
.fa-2024-chess-rook:before {
  content: "\f447";
}
.fa-2024-bars-staggered:before,
.fa-2024-reorder:before,
.fa-2024-stream:before {
  content: "\f550";
}
.fa-2024-dharmachakra:before {
  content: "\f655";
}
.fa-2024-hotdog:before {
  content: "\f80f";
}
.fa-2024-blind:before,
.fa-2024-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-2024-drum:before {
  content: "\f569";
}
.fa-2024-ice-cream:before {
  content: "\f810";
}
.fa-2024-heart-circle-bolt:before {
  content: "\e4fc";
}
.fa-2024-fax:before {
  content: "\f1ac";
}
.fa-2024-paragraph:before {
  content: "\f1dd";
}
.fa-2024-check-to-slot:before,
.fa-2024-vote-yea:before {
  content: "\f772";
}
.fa-2024-star-half:before {
  content: "\f089";
}
.fa-2024-boxes-alt:before,
.fa-2024-boxes-stacked:before,
.fa-2024-boxes:before {
  content: "\f468";
}
.fa-2024-chain:before,
.fa-2024-link:before {
  content: "\f0c1";
}
.fa-2024-assistive-listening-systems:before,
.fa-2024-ear-listen:before {
  content: "\f2a2";
}
.fa-2024-tree-city:before {
  content: "\e587";
}
.fa-2024-play:before {
  content: "\f04b";
}
.fa-2024-font:before {
  content: "\f031";
}
.fa-2024-table-cells-row-lock:before {
  content: "\e67a";
}
.fa-2024-rupiah-sign:before {
  content: "\e23d";
}
.fa-2024-magnifying-glass:before,
.fa-2024-search:before {
  content: "\f002";
}
.fa-2024-ping-pong-paddle-ball:before,
.fa-2024-table-tennis-paddle-ball:before,
.fa-2024-table-tennis:before {
  content: "\f45d";
}
.fa-2024-diagnoses:before,
.fa-2024-person-dots-from-line:before {
  content: "\f470";
}
.fa-2024-trash-can-arrow-up:before,
.fa-2024-trash-restore-alt:before {
  content: "\f82a";
}
.fa-2024-naira-sign:before {
  content: "\e1f6";
}
.fa-2024-cart-arrow-down:before {
  content: "\f218";
}
.fa-2024-walkie-talkie:before {
  content: "\f8ef";
}
.fa-2024-file-edit:before,
.fa-2024-file-pen:before {
  content: "\f31c";
}
.fa-2024-receipt:before {
  content: "\f543";
}
.fa-2024-pen-square:before,
.fa-2024-pencil-square:before,
.fa-2024-square-pen:before {
  content: "\f14b";
}
.fa-2024-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-2024-person-circle-exclamation:before {
  content: "\e53f";
}
.fa-2024-chevron-down:before {
  content: "\f078";
}
.fa-2024-battery-5:before,
.fa-2024-battery-full:before,
.fa-2024-battery:before {
  content: "\f240";
}
.fa-2024-skull-crossbones:before {
  content: "\f714";
}
.fa-2024-code-compare:before {
  content: "\e13a";
}
.fa-2024-list-dots:before,
.fa-2024-list-ul:before {
  content: "\f0ca";
}
.fa-2024-school-lock:before {
  content: "\e56f";
}
.fa-2024-tower-cell:before {
  content: "\e585";
}
.fa-2024-down-long:before,
.fa-2024-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-2024-ranking-star:before {
  content: "\e561";
}
.fa-2024-chess-king:before {
  content: "\f43f";
}
.fa-2024-person-harassing:before {
  content: "\e549";
}
.fa-2024-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-2024-landmark-alt:before,
.fa-2024-landmark-dome:before {
  content: "\f752";
}
.fa-2024-arrow-up:before {
  content: "\f062";
}
.fa-2024-television:before,
.fa-2024-tv-alt:before,
.fa-2024-tv:before {
  content: "\f26c";
}
.fa-2024-shrimp:before {
  content: "\e448";
}
.fa-2024-list-check:before,
.fa-2024-tasks:before {
  content: "\f0ae";
}
.fa-2024-jug-detergent:before {
  content: "\e519";
}
.fa-2024-circle-user:before,
.fa-2024-user-circle:before {
  content: "\f2bd";
}
.fa-2024-user-shield:before {
  content: "\f505";
}
.fa-2024-wind:before {
  content: "\f72e";
}
.fa-2024-car-burst:before,
.fa-2024-car-crash:before {
  content: "\f5e1";
}
.fa-2024-y:before {
  content: "\59";
}
.fa-2024-person-snowboarding:before,
.fa-2024-snowboarding:before {
  content: "\f7ce";
}
.fa-2024-shipping-fast:before,
.fa-2024-truck-fast:before {
  content: "\f48b";
}
.fa-2024-fish:before {
  content: "\f578";
}
.fa-2024-user-graduate:before {
  content: "\f501";
}
.fa-2024-adjust:before,
.fa-2024-circle-half-stroke:before {
  content: "\f042";
}
.fa-2024-clapperboard:before {
  content: "\e131";
}
.fa-2024-circle-radiation:before,
.fa-2024-radiation-alt:before {
  content: "\f7ba";
}
.fa-2024-baseball-ball:before,
.fa-2024-baseball:before {
  content: "\f433";
}
.fa-2024-jet-fighter-up:before {
  content: "\e518";
}
.fa-2024-diagram-project:before,
.fa-2024-project-diagram:before {
  content: "\f542";
}
.fa-2024-copy:before {
  content: "\f0c5";
}
.fa-2024-volume-mute:before,
.fa-2024-volume-times:before,
.fa-2024-volume-xmark:before {
  content: "\f6a9";
}
.fa-2024-hand-sparkles:before {
  content: "\e05d";
}
.fa-2024-grip-horizontal:before,
.fa-2024-grip:before {
  content: "\f58d";
}
.fa-2024-share-from-square:before,
.fa-2024-share-square:before {
  content: "\f14d";
}
.fa-2024-child-combatant:before,
.fa-2024-child-rifle:before {
  content: "\e4e0";
}
.fa-2024-gun:before {
  content: "\e19b";
}
.fa-2024-phone-square:before,
.fa-2024-square-phone:before {
  content: "\f098";
}
.fa-2024-add:before,
.fa-2024-plus:before {
  content: "\2b";
}
.fa-2024-expand:before {
  content: "\f065";
}
.fa-2024-computer:before {
  content: "\e4e5";
}
.fa-2024-close:before,
.fa-2024-multiply:before,
.fa-2024-remove:before,
.fa-2024-times:before,
.fa-2024-xmark:before {
  content: "\f00d";
}
.fa-2024-arrows-up-down-left-right:before,
.fa-2024-arrows:before {
  content: "\f047";
}
.fa-2024-chalkboard-teacher:before,
.fa-2024-chalkboard-user:before {
  content: "\f51c";
}
.fa-2024-peso-sign:before {
  content: "\e222";
}
.fa-2024-building-shield:before {
  content: "\e4d8";
}
.fa-2024-baby:before {
  content: "\f77c";
}
.fa-2024-users-line:before {
  content: "\e592";
}
.fa-2024-quote-left-alt:before,
.fa-2024-quote-left:before {
  content: "\f10d";
}
.fa-2024-tractor:before {
  content: "\f722";
}
.fa-2024-trash-arrow-up:before,
.fa-2024-trash-restore:before {
  content: "\f829";
}
.fa-2024-arrow-down-up-lock:before {
  content: "\e4b0";
}
.fa-2024-lines-leaning:before {
  content: "\e51e";
}
.fa-2024-ruler-combined:before {
  content: "\f546";
}
.fa-2024-copyright:before {
  content: "\f1f9";
}
.fa-2024-equals:before {
  content: "\3d";
}
.fa-2024-blender:before {
  content: "\f517";
}
.fa-2024-teeth:before {
  content: "\f62e";
}
.fa-2024-ils:before,
.fa-2024-shekel-sign:before,
.fa-2024-shekel:before,
.fa-2024-sheqel-sign:before,
.fa-2024-sheqel:before {
  content: "\f20b";
}
.fa-2024-map:before {
  content: "\f279";
}
.fa-2024-rocket:before {
  content: "\f135";
}
.fa-2024-photo-film:before,
.fa-2024-photo-video:before {
  content: "\f87c";
}
.fa-2024-folder-minus:before {
  content: "\f65d";
}
.fa-2024-store:before {
  content: "\f54e";
}
.fa-2024-arrow-trend-up:before {
  content: "\e098";
}
.fa-2024-plug-circle-minus:before {
  content: "\e55e";
}
.fa-2024-sign-hanging:before,
.fa-2024-sign:before {
  content: "\f4d9";
}
.fa-2024-bezier-curve:before {
  content: "\f55b";
}
.fa-2024-bell-slash:before {
  content: "\f1f6";
}
.fa-2024-tablet-android:before,
.fa-2024-tablet:before {
  content: "\f3fb";
}
.fa-2024-school-flag:before {
  content: "\e56e";
}
.fa-2024-fill:before {
  content: "\f575";
}
.fa-2024-angle-up:before {
  content: "\f106";
}
.fa-2024-drumstick-bite:before {
  content: "\f6d7";
}
.fa-2024-holly-berry:before {
  content: "\f7aa";
}
.fa-2024-chevron-left:before {
  content: "\f053";
}
.fa-2024-bacteria:before {
  content: "\e059";
}
.fa-2024-hand-lizard:before {
  content: "\f258";
}
.fa-2024-notdef:before {
  content: "\e1fe";
}
.fa-2024-disease:before {
  content: "\f7fa-2024";
}
.fa-2024-briefcase-medical:before {
  content: "\f469";
}
.fa-2024-genderless:before {
  content: "\f22d";
}
.fa-2024-chevron-right:before {
  content: "\f054";
}
.fa-2024-retweet:before {
  content: "\f079";
}
.fa-2024-car-alt:before,
.fa-2024-car-rear:before {
  content: "\f5de";
}
.fa-2024-pump-soap:before {
  content: "\e06b";
}
.fa-2024-video-slash:before {
  content: "\f4e2";
}
.fa-2024-battery-2:before,
.fa-2024-battery-quarter:before {
  content: "\f243";
}
.fa-2024-radio:before {
  content: "\f8d7";
}
.fa-2024-baby-carriage:before,
.fa-2024-carriage-baby:before {
  content: "\f77d";
}
.fa-2024-traffic-light:before {
  content: "\f637";
}
.fa-2024-thermometer:before {
  content: "\f491";
}
.fa-2024-vr-cardboard:before {
  content: "\f729";
}
.fa-2024-hand-middle-finger:before {
  content: "\f806";
}
.fa-2024-percent:before,
.fa-2024-percentage:before {
  content: "\25";
}
.fa-2024-truck-moving:before {
  content: "\f4df";
}
.fa-2024-glass-water-droplet:before {
  content: "\e4f5";
}
.fa-2024-display:before {
  content: "\e163";
}
.fa-2024-face-smile:before,
.fa-2024-smile:before {
  content: "\f118";
}
.fa-2024-thumb-tack:before,
.fa-2024-thumbtack:before {
  content: "\f08d";
}
.fa-2024-trophy:before {
  content: "\f091";
}
.fa-2024-person-praying:before,
.fa-2024-pray:before {
  content: "\f683";
}
.fa-2024-hammer:before {
  content: "\f6e3";
}
.fa-2024-hand-peace:before {
  content: "\f25b";
}
.fa-2024-rotate:before,
.fa-2024-sync-alt:before {
  content: "\f2f1";
}
.fa-2024-spinner:before {
  content: "\f110";
}
.fa-2024-robot:before {
  content: "\f544";
}
.fa-2024-peace:before {
  content: "\f67c";
}
.fa-2024-cogs:before,
.fa-2024-gears:before {
  content: "\f085";
}
.fa-2024-warehouse:before {
  content: "\f494";
}
.fa-2024-arrow-up-right-dots:before {
  content: "\e4b7";
}
.fa-2024-splotch:before {
  content: "\f5bc";
}
.fa-2024-face-grin-hearts:before,
.fa-2024-grin-hearts:before {
  content: "\f584";
}
.fa-2024-dice-four:before {
  content: "\f524";
}
.fa-2024-sim-card:before {
  content: "\f7c4";
}
.fa-2024-transgender-alt:before,
.fa-2024-transgender:before {
  content: "\f225";
}
.fa-2024-mercury:before {
  content: "\f223";
}
.fa-2024-arrow-turn-down:before,
.fa-2024-level-down:before {
  content: "\f149";
}
.fa-2024-person-falling-burst:before {
  content: "\e547";
}
.fa-2024-award:before {
  content: "\f559";
}
.fa-2024-ticket-alt:before,
.fa-2024-ticket-simple:before {
  content: "\f3ff";
}
.fa-2024-building:before {
  content: "\f1ad";
}
.fa-2024-angle-double-left:before,
.fa-2024-angles-left:before {
  content: "\f100";
}
.fa-2024-qrcode:before {
  content: "\f029";
}
.fa-2024-clock-rotate-left:before,
.fa-2024-history:before {
  content: "\f1da";
}
.fa-2024-face-grin-beam-sweat:before,
.fa-2024-grin-beam-sweat:before {
  content: "\f583";
}
.fa-2024-arrow-right-from-file:before,
.fa-2024-file-export:before {
  content: "\f56e";
}
.fa-2024-shield-blank:before,
.fa-2024-shield:before {
  content: "\f132";
}
.fa-2024-arrow-up-short-wide:before,
.fa-2024-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-2024-house-medical:before {
  content: "\e3b2";
}
.fa-2024-golf-ball-tee:before,
.fa-2024-golf-ball:before {
  content: "\f450";
}
.fa-2024-chevron-circle-left:before,
.fa-2024-circle-chevron-left:before {
  content: "\f137";
}
.fa-2024-house-chimney-window:before {
  content: "\e00d";
}
.fa-2024-pen-nib:before {
  content: "\f5ad";
}
.fa-2024-tent-arrow-turn-left:before {
  content: "\e580";
}
.fa-2024-tents:before {
  content: "\e582";
}
.fa-2024-magic:before,
.fa-2024-wand-magic:before {
  content: "\f0d0";
}
.fa-2024-dog:before {
  content: "\f6d3";
}
.fa-2024-carrot:before {
  content: "\f787";
}
.fa-2024-moon:before {
  content: "\f186";
}
.fa-2024-wine-glass-alt:before,
.fa-2024-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-2024-cheese:before {
  content: "\f7ef";
}
.fa-2024-yin-yang:before {
  content: "\f6ad";
}
.fa-2024-music:before {
  content: "\f001";
}
.fa-2024-code-commit:before {
  content: "\f386";
}
.fa-2024-temperature-low:before {
  content: "\f76b";
}
.fa-2024-biking:before,
.fa-2024-person-biking:before {
  content: "\f84a";
}
.fa-2024-broom:before {
  content: "\f51a";
}
.fa-2024-shield-heart:before {
  content: "\e574";
}
.fa-2024-gopuram:before {
  content: "\f664";
}
.fa-2024-earth-oceania:before,
.fa-2024-globe-oceania:before {
  content: "\e47b";
}
.fa-2024-square-xmark:before,
.fa-2024-times-square:before,
.fa-2024-xmark-square:before {
  content: "\f2d3";
}
.fa-2024-hashtag:before {
  content: "\23";
}
.fa-2024-expand-alt:before,
.fa-2024-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-2024-oil-can:before {
  content: "\f613";
}
.fa-2024-t:before {
  content: "\54";
}
.fa-2024-hippo:before {
  content: "\f6ed";
}
.fa-2024-chart-column:before {
  content: "\e0e3";
}
.fa-2024-infinity:before {
  content: "\f534";
}
.fa-2024-vial-circle-check:before {
  content: "\e596";
}
.fa-2024-person-arrow-down-to-line:before {
  content: "\e538";
}
.fa-2024-voicemail:before {
  content: "\f897";
}
.fa-2024-fan:before {
  content: "\f863";
}
.fa-2024-person-walking-luggage:before {
  content: "\e554";
}
.fa-2024-arrows-alt-v:before,
.fa-2024-up-down:before {
  content: "\f338";
}
.fa-2024-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-2024-calendar:before {
  content: "\f133";
}
.fa-2024-trailer:before {
  content: "\e041";
}
.fa-2024-bahai:before,
.fa-2024-haykal:before {
  content: "\f666";
}
.fa-2024-sd-card:before {
  content: "\f7c2";
}
.fa-2024-dragon:before {
  content: "\f6d5";
}
.fa-2024-shoe-prints:before {
  content: "\f54b";
}
.fa-2024-circle-plus:before,
.fa-2024-plus-circle:before {
  content: "\f055";
}
.fa-2024-face-grin-tongue-wink:before,
.fa-2024-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-2024-hand-holding:before {
  content: "\f4bd";
}
.fa-2024-plug-circle-exclamation:before {
  content: "\e55d";
}
.fa-2024-chain-broken:before,
.fa-2024-chain-slash:before,
.fa-2024-link-slash:before,
.fa-2024-unlink:before {
  content: "\f127";
}
.fa-2024-clone:before {
  content: "\f24d";
}
.fa-2024-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.fa-2024-arrow-up-z-a:before,
.fa-2024-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-2024-fire-alt:before,
.fa-2024-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-2024-tornado:before {
  content: "\f76f";
}
.fa-2024-file-circle-plus:before {
  content: "\e494";
}
.fa-2024-book-quran:before,
.fa-2024-quran:before {
  content: "\f687";
}
.fa-2024-anchor:before {
  content: "\f13d";
}
.fa-2024-border-all:before {
  content: "\f84c";
}
.fa-2024-angry:before,
.fa-2024-face-angry:before {
  content: "\f556";
}
.fa-2024-cookie-bite:before {
  content: "\f564";
}
.fa-2024-arrow-trend-down:before {
  content: "\e097";
}
.fa-2024-feed:before,
.fa-2024-rss:before {
  content: "\f09e";
}
.fa-2024-draw-polygon:before {
  content: "\f5ee";
}
.fa-2024-balance-scale:before,
.fa-2024-scale-balanced:before {
  content: "\f24e";
}
.fa-2024-gauge-simple-high:before,
.fa-2024-tachometer-fast:before,
.fa-2024-tachometer:before {
  content: "\f62a";
}
.fa-2024-shower:before {
  content: "\f2cc";
}
.fa-2024-desktop-alt:before,
.fa-2024-desktop:before {
  content: "\f390";
}
.fa-2024-m:before {
  content: "\4d";
}
.fa-2024-table-list:before,
.fa-2024-th-list:before {
  content: "\f00b";
}
.fa-2024-comment-sms:before,
.fa-2024-sms:before {
  content: "\f7cd";
}
.fa-2024-book:before {
  content: "\f02d";
}
.fa-2024-user-plus:before {
  content: "\f234";
}
.fa-2024-check:before {
  content: "\f00c";
}
.fa-2024-battery-4:before,
.fa-2024-battery-three-quarters:before {
  content: "\f241";
}
.fa-2024-house-circle-check:before {
  content: "\e509";
}
.fa-2024-angle-left:before {
  content: "\f104";
}
.fa-2024-diagram-successor:before {
  content: "\e47a";
}
.fa-2024-truck-arrow-right:before {
  content: "\e58b";
}
.fa-2024-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.fa-2024-fist-raised:before,
.fa-2024-hand-fist:before {
  content: "\f6de";
}
.fa-2024-cloud-moon:before {
  content: "\f6c3";
}
.fa-2024-briefcase:before {
  content: "\f0b1";
}
.fa-2024-person-falling:before {
  content: "\e546";
}
.fa-2024-image-portrait:before,
.fa-2024-portrait:before {
  content: "\f3e0";
}
.fa-2024-user-tag:before {
  content: "\f507";
}
.fa-2024-rug:before {
  content: "\e569";
}
.fa-2024-earth-europe:before,
.fa-2024-globe-europe:before {
  content: "\f7a2";
}
.fa-2024-cart-flatbed-suitcase:before,
.fa-2024-luggage-cart:before {
  content: "\f59d";
}
.fa-2024-rectangle-times:before,
.fa-2024-rectangle-xmark:before,
.fa-2024-times-rectangle:before,
.fa-2024-window-close:before {
  content: "\f410";
}
.fa-2024-baht-sign:before {
  content: "\e0ac";
}
.fa-2024-book-open:before {
  content: "\f518";
}
.fa-2024-book-journal-whills:before,
.fa-2024-journal-whills:before {
  content: "\f66a";
}
.fa-2024-handcuffs:before {
  content: "\e4f8";
}
.fa-2024-exclamation-triangle:before,
.fa-2024-triangle-exclamation:before,
.fa-2024-warning:before {
  content: "\f071";
}
.fa-2024-database:before {
  content: "\f1c0";
}
.fa-2024-mail-forward:before,
.fa-2024-share:before {
  content: "\f064";
}
.fa-2024-bottle-droplet:before {
  content: "\e4c4";
}
.fa-2024-mask-face:before {
  content: "\e1d7";
}
.fa-2024-hill-rockslide:before {
  content: "\e508";
}
.fa-2024-exchange-alt:before,
.fa-2024-right-left:before {
  content: "\f362";
}
.fa-2024-paper-plane:before {
  content: "\f1d8";
}
.fa-2024-road-circle-exclamation:before {
  content: "\e565";
}
.fa-2024-dungeon:before {
  content: "\f6d9";
}
.fa-2024-align-right:before {
  content: "\f038";
}
.fa-2024-money-bill-1-wave:before,
.fa-2024-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-2024-life-ring:before {
  content: "\f1cd";
}
.fa-2024-hands:before,
.fa-2024-sign-language:before,
.fa-2024-signing:before {
  content: "\f2a7";
}
.fa-2024-calendar-day:before {
  content: "\f783";
}
.fa-2024-ladder-water:before,
.fa-2024-swimming-pool:before,
.fa-2024-water-ladder:before {
  content: "\f5c5";
}
.fa-2024-arrows-up-down:before,
.fa-2024-arrows-v:before {
  content: "\f07d";
}
.fa-2024-face-grimace:before,
.fa-2024-grimace:before {
  content: "\f57f";
}
.fa-2024-wheelchair-alt:before,
.fa-2024-wheelchair-move:before {
  content: "\e2ce";
}
.fa-2024-level-down-alt:before,
.fa-2024-turn-down:before {
  content: "\f3be";
}
.fa-2024-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-2024-envelope-square:before,
.fa-2024-square-envelope:before {
  content: "\f199";
}
.fa-2024-dice:before {
  content: "\f522";
}
.fa-2024-bowling-ball:before {
  content: "\f436";
}
.fa-2024-brain:before {
  content: "\f5dc";
}
.fa-2024-band-aid:before,
.fa-2024-bandage:before {
  content: "\f462";
}
.fa-2024-calendar-minus:before {
  content: "\f272";
}
.fa-2024-circle-xmark:before,
.fa-2024-times-circle:before,
.fa-2024-xmark-circle:before {
  content: "\f057";
}
.fa-2024-gifts:before {
  content: "\f79c";
}
.fa-2024-hotel:before {
  content: "\f594";
}
.fa-2024-earth-asia:before,
.fa-2024-globe-asia:before {
  content: "\f57e";
}
.fa-2024-id-card-alt:before,
.fa-2024-id-card-clip:before {
  content: "\f47f";
}
.fa-2024-magnifying-glass-plus:before,
.fa-2024-search-plus:before {
  content: "\f00e";
}
.fa-2024-thumbs-up:before {
  content: "\f164";
}
.fa-2024-user-clock:before {
  content: "\f4fd";
}
.fa-2024-allergies:before,
.fa-2024-hand-dots:before {
  content: "\f461";
}
.fa-2024-file-invoice:before {
  content: "\f570";
}
.fa-2024-window-minimize:before {
  content: "\f2d1";
}
.fa-2024-coffee:before,
.fa-2024-mug-saucer:before {
  content: "\f0f4";
}
.fa-2024-brush:before {
  content: "\f55d";
}
.fa-2024-mask:before {
  content: "\f6fa-2024";
}
.fa-2024-magnifying-glass-minus:before,
.fa-2024-search-minus:before {
  content: "\f010";
}
.fa-2024-ruler-vertical:before {
  content: "\f548";
}
.fa-2024-user-alt:before,
.fa-2024-user-large:before {
  content: "\f406";
}
.fa-2024-train-tram:before {
  content: "\e5b4";
}
.fa-2024-user-nurse:before {
  content: "\f82f";
}
.fa-2024-syringe:before {
  content: "\f48e";
}
.fa-2024-cloud-sun:before {
  content: "\f6c4";
}
.fa-2024-stopwatch-20:before {
  content: "\e06f";
}
.fa-2024-square-full:before {
  content: "\f45c";
}
.fa-2024-magnet:before {
  content: "\f076";
}
.fa-2024-jar:before {
  content: "\e516";
}
.fa-2024-note-sticky:before,
.fa-2024-sticky-note:before {
  content: "\f249";
}
.fa-2024-bug-slash:before {
  content: "\e490";
}
.fa-2024-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-2024-bone:before {
  content: "\f5d7";
}
.fa-2024-user-injured:before {
  content: "\f728";
}
.fa-2024-face-sad-tear:before,
.fa-2024-sad-tear:before {
  content: "\f5b4";
}
.fa-2024-plane:before {
  content: "\f072";
}
.fa-2024-tent-arrows-down:before {
  content: "\e581";
}
.fa-2024-exclamation:before {
  content: "\21";
}
.fa-2024-arrows-spin:before {
  content: "\e4bb";
}
.fa-2024-print:before {
  content: "\f02f";
}
.fa-2024-try:before,
.fa-2024-turkish-lira-sign:before,
.fa-2024-turkish-lira:before {
  content: "\e2bb";
}
.fa-2024-dollar-sign:before,
.fa-2024-dollar:before,
.fa-2024-usd:before {
  content: "\24";
}
.fa-2024-x:before {
  content: "\58";
}
.fa-2024-magnifying-glass-dollar:before,
.fa-2024-search-dollar:before {
  content: "\f688";
}
.fa-2024-users-cog:before,
.fa-2024-users-gear:before {
  content: "\f509";
}
.fa-2024-person-military-pointing:before {
  content: "\e54a";
}
.fa-2024-bank:before,
.fa-2024-building-columns:before,
.fa-2024-institution:before,
.fa-2024-museum:before,
.fa-2024-university:before {
  content: "\f19c";
}
.fa-2024-umbrella:before {
  content: "\f0e9";
}
.fa-2024-trowel:before {
  content: "\e589";
}
.fa-2024-d:before {
  content: "\44";
}
.fa-2024-stapler:before {
  content: "\e5af";
}
.fa-2024-masks-theater:before,
.fa-2024-theater-masks:before {
  content: "\f630";
}
.fa-2024-kip-sign:before {
  content: "\e1c4";
}
.fa-2024-hand-point-left:before {
  content: "\f0a5";
}
.fa-2024-handshake-alt:before,
.fa-2024-handshake-simple:before {
  content: "\f4c6";
}
.fa-2024-fighter-jet:before,
.fa-2024-jet-fighter:before {
  content: "\f0fb";
}
.fa-2024-share-alt-square:before,
.fa-2024-square-share-nodes:before {
  content: "\f1e1";
}
.fa-2024-barcode:before {
  content: "\f02a";
}
.fa-2024-plus-minus:before {
  content: "\e43c";
}
.fa-2024-video-camera:before,
.fa-2024-video:before {
  content: "\f03d";
}
.fa-2024-graduation-cap:before,
.fa-2024-mortar-board:before {
  content: "\f19d";
}
.fa-2024-hand-holding-medical:before {
  content: "\e05c";
}
.fa-2024-person-circle-check:before {
  content: "\e53e";
}
.fa-2024-level-up-alt:before,
.fa-2024-turn-up:before {
  content: "\f3bf";
}
.fa-2024-sr-only,
.fa-2024-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-2024-style-family-brands: "Custom Font Awesome 6 Brands";
  --fa-2024-font-brands: normal 400 1em/1 "Custom Font Awesome 6 Brands";
}
@font-face {
  font-family: "Custom Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/font-awesome/fa-brands-400.woff2) format("woff2"),
    url(fonts/font-awesome/fa-brands-400.ttf) format("truetype");
}
.fa-2024-brands,
.fa-2024b {
  font-weight: 400;
}
.fa-2024-monero:before {
  content: "\f3d0";
}
.fa-2024-hooli:before {
  content: "\f427";
}
.fa-2024-yelp:before {
  content: "\f1e9";
}
.fa-2024-cc-visa:before {
  content: "\f1f0";
}
.fa-2024-lastfm:before {
  content: "\f202";
}
.fa-2024-shopware:before {
  content: "\f5b5";
}
.fa-2024-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-2024-aws:before {
  content: "\f375";
}
.fa-2024-redhat:before {
  content: "\f7bc";
}
.fa-2024-yoast:before {
  content: "\f2b1";
}
.fa-2024-cloudflare:before {
  content: "\e07d";
}
.fa-2024-ups:before {
  content: "\f7e0";
}
.fa-2024-pixiv:before {
  content: "\e640";
}
.fa-2024-wpexplorer:before {
  content: "\f2de";
}
.fa-2024-dyalog:before {
  content: "\f399";
}
.fa-2024-bity:before {
  content: "\f37a";
}
.fa-2024-stackpath:before {
  content: "\f842";
}
.fa-2024-buysellads:before {
  content: "\f20d";
}
.fa-2024-first-order:before {
  content: "\f2b0";
}
.fa-2024-modx:before {
  content: "\f285";
}
.fa-2024-guilded:before {
  content: "\e07e";
}
.fa-2024-vnv:before {
  content: "\f40b";
}
.fa-2024-js-square:before,
.fa-2024-square-js:before {
  content: "\f3b9";
}
.fa-2024-microsoft:before {
  content: "\f3ca";
}
.fa-2024-qq:before {
  content: "\f1d6";
}
.fa-2024-orcid:before {
  content: "\f8d2";
}
.fa-2024-java:before {
  content: "\f4e4";
}
.fa-2024-invision:before {
  content: "\f7b0";
}
.fa-2024-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-2024-centercode:before {
  content: "\f380";
}
.fa-2024-glide-g:before {
  content: "\f2a6";
}
.fa-2024-drupal:before {
  content: "\f1a9";
}
.fa-2024-jxl:before {
  content: "\e67b";
}
.fa-2024-hire-a-helper:before {
  content: "\f3b0";
}
.fa-2024-creative-commons-by:before {
  content: "\f4e7";
}
.fa-2024-unity:before {
  content: "\e049";
}
.fa-2024-whmcs:before {
  content: "\f40d";
}
.fa-2024-rocketchat:before {
  content: "\f3e8";
}
.fa-2024-vk:before {
  content: "\f189";
}
.fa-2024-untappd:before {
  content: "\f405";
}
.fa-2024-mailchimp:before {
  content: "\f59e";
}
.fa-2024-css3-alt:before {
  content: "\f38b";
}
.fa-2024-reddit-square:before,
.fa-2024-square-reddit:before {
  content: "\f1a2";
}
.fa-2024-vimeo-v:before {
  content: "\f27d";
}
.fa-2024-contao:before {
  content: "\f26d";
}
.fa-2024-square-font-awesome:before {
  content: "\e5ad";
}
.fa-2024-deskpro:before {
  content: "\f38f";
}
.fa-2024-brave:before {
  content: "\e63c";
}
.fa-2024-sistrix:before {
  content: "\f3ee";
}
.fa-2024-instagram-square:before,
.fa-2024-square-instagram:before {
  content: "\e055";
}
.fa-2024-battle-net:before {
  content: "\f835";
}
.fa-2024-the-red-yeti:before {
  content: "\f69d";
}
.fa-2024-hacker-news-square:before,
.fa-2024-square-hacker-news:before {
  content: "\f3af";
}
.fa-2024-edge:before {
  content: "\f282";
}
.fa-2024-threads:before {
  content: "\e618";
}
.fa-2024-napster:before {
  content: "\f3d2";
}
.fa-2024-snapchat-square:before,
.fa-2024-square-snapchat:before {
  content: "\f2ad";
}
.fa-2024-google-plus-g:before {
  content: "\f0d5";
}
.fa-2024-artstation:before {
  content: "\f77a";
}
.fa-2024-markdown:before {
  content: "\f60f";
}
.fa-2024-sourcetree:before {
  content: "\f7d3";
}
.fa-2024-google-plus:before {
  content: "\f2b3";
}
.fa-2024-diaspora:before {
  content: "\f791";
}
.fa-2024-foursquare:before {
  content: "\f180";
}
.fa-2024-stack-overflow:before {
  content: "\f16c";
}
.fa-2024-github-alt:before {
  content: "\f113";
}
.fa-2024-phoenix-squadron:before {
  content: "\f511";
}
.fa-2024-pagelines:before {
  content: "\f18c";
}
.fa-2024-algolia:before {
  content: "\f36c";
}
.fa-2024-red-river:before {
  content: "\f3e3";
}
.fa-2024-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-2024-safari:before {
  content: "\f267";
}
.fa-2024-google:before {
  content: "\f1a0";
}
.fa-2024-font-awesome-alt:before,
.fa-2024-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-2024-atlassian:before {
  content: "\f77b";
}
.fa-2024-linkedin-in:before {
  content: "\f0e1";
}
.fa-2024-digital-ocean:before {
  content: "\f391";
}
.fa-2024-nimblr:before {
  content: "\f5a8";
}
.fa-2024-chromecast:before {
  content: "\f838";
}
.fa-2024-evernote:before {
  content: "\f839";
}
.fa-2024-hacker-news:before {
  content: "\f1d4";
}
.fa-2024-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-2024-adversal:before {
  content: "\f36a";
}
.fa-2024-creative-commons:before {
  content: "\f25e";
}
.fa-2024-watchman-monitoring:before {
  content: "\e087";
}
.fa-2024-fonticons:before {
  content: "\f280";
}
.fa-2024-weixin:before {
  content: "\f1d7";
}
.fa-2024-shirtsinbulk:before {
  content: "\f214";
}
.fa-2024-codepen:before {
  content: "\f1cb";
}
.fa-2024-git-alt:before {
  content: "\f841";
}
.fa-2024-lyft:before {
  content: "\f3c3";
}
.fa-2024-rev:before {
  content: "\f5b2";
}
.fa-2024-windows:before {
  content: "\f17a";
}
.fa-2024-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-2024-square-viadeo:before,
.fa-2024-viadeo-square:before {
  content: "\f2aa";
}
.fa-2024-meetup:before {
  content: "\f2e0";
}
.fa-2024-centos:before {
  content: "\f789";
}
.fa-2024-adn:before {
  content: "\f170";
}
.fa-2024-cloudsmith:before {
  content: "\f384";
}
.fa-2024-opensuse:before {
  content: "\e62b";
}
.fa-2024-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-2024-dribbble-square:before,
.fa-2024-square-dribbble:before {
  content: "\f397";
}
.fa-2024-codiepie:before {
  content: "\f284";
}
.fa-2024-node:before {
  content: "\f419";
}
.fa-2024-mix:before {
  content: "\f3cb";
}
.fa-2024-steam:before {
  content: "\f1b6";
}
.fa-2024-cc-apple-pay:before {
  content: "\f416";
}
.fa-2024-scribd:before {
  content: "\f28a";
}
.fa-2024-debian:before {
  content: "\e60b";
}
.fa-2024-openid:before {
  content: "\f19b";
}
.fa-2024-instalod:before {
  content: "\e081";
}
.fa-2024-expeditedssl:before {
  content: "\f23e";
}
.fa-2024-sellcast:before {
  content: "\f2da";
}
.fa-2024-square-twitter:before,
.fa-2024-twitter-square:before {
  content: "\f081";
}
.fa-2024-r-project:before {
  content: "\f4f7";
}
.fa-2024-delicious:before {
  content: "\f1a5";
}
.fa-2024-freebsd:before {
  content: "\f3a4";
}
.fa-2024-vuejs:before {
  content: "\f41f";
}
.fa-2024-accusoft:before {
  content: "\f369";
}
.fa-2024-ioxhost:before {
  content: "\f208";
}
.fa-2024-fonticons-fi:before {
  content: "\f3a2";
}
.fa-2024-app-store:before {
  content: "\f36f";
}
.fa-2024-cc-mastercard:before {
  content: "\f1f1";
}
.fa-2024-itunes-note:before {
  content: "\f3b5";
}
.fa-2024-golang:before {
  content: "\e40f";
}
.fa-2024-kickstarter:before,
.fa-2024-square-kickstarter:before {
  content: "\f3bb";
}
.fa-2024-grav:before {
  content: "\f2d6";
}
.fa-2024-weibo:before {
  content: "\f18a";
}
.fa-2024-uncharted:before {
  content: "\e084";
}
.fa-2024-firstdraft:before {
  content: "\f3a1";
}
.fa-2024-square-youtube:before,
.fa-2024-youtube-square:before {
  content: "\f431";
}
.fa-2024-wikipedia-w:before {
  content: "\f266";
}
.fa-2024-rendact:before,
.fa-2024-wpressr:before {
  content: "\f3e4";
}
.fa-2024-angellist:before {
  content: "\f209";
}
.fa-2024-galactic-republic:before {
  content: "\f50c";
}
.fa-2024-nfc-directional:before {
  content: "\e530";
}
.fa-2024-skype:before {
  content: "\f17e";
}
.fa-2024-joget:before {
  content: "\f3b7";
}
.fa-2024-fedora:before {
  content: "\f798";
}
.fa-2024-stripe-s:before {
  content: "\f42a";
}
.fa-2024-meta:before {
  content: "\e49b";
}
.fa-2024-laravel:before {
  content: "\f3bd";
}
.fa-2024-hotjar:before {
  content: "\f3b1";
}
.fa-2024-bluetooth-b:before {
  content: "\f294";
}
.fa-2024-square-letterboxd:before {
  content: "\e62e";
}
.fa-2024-sticker-mule:before {
  content: "\f3f7";
}
.fa-2024-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-2024-hips:before {
  content: "\f452";
}
.fa-2024-behance:before {
  content: "\f1b4";
}
.fa-2024-reddit:before {
  content: "\f1a1";
}
.fa-2024-discord:before {
  content: "\f392";
}
.fa-2024-chrome:before {
  content: "\f268";
}
.fa-2024-app-store-ios:before {
  content: "\f370";
}
.fa-2024-cc-discover:before {
  content: "\f1f2";
}
.fa-2024-wpbeginner:before {
  content: "\f297";
}
.fa-2024-confluence:before {
  content: "\f78d";
}
.fa-2024-shoelace:before {
  content: "\e60c";
}
.fa-2024-mdb:before {
  content: "\f8ca";
}
.fa-2024-dochub:before {
  content: "\f394";
}
.fa-2024-accessible-icon:before {
  content: "\f368";
}
.fa-2024-ebay:before {
  content: "\f4f4";
}
.fa-2024-amazon:before {
  content: "\f270";
}
.fa-2024-unsplash:before {
  content: "\e07c";
}
.fa-2024-yarn:before {
  content: "\f7e3";
}
.fa-2024-square-steam:before,
.fa-2024-steam-square:before {
  content: "\f1b7";
}
.fa-2024-500px:before {
  content: "\f26e";
}
.fa-2024-square-vimeo:before,
.fa-2024-vimeo-square:before {
  content: "\f194";
}
.fa-2024-asymmetrik:before {
  content: "\f372";
}
.fa-2024-font-awesome-flag:before,
.fa-2024-font-awesome-logo-full:before,
.fa-2024-font-awesome:before {
  content: "\f2b4";
}
.fa-2024-gratipay:before {
  content: "\f184";
}
.fa-2024-apple:before {
  content: "\f179";
}
.fa-2024-hive:before {
  content: "\e07f";
}
.fa-2024-gitkraken:before {
  content: "\f3a6";
}
.fa-2024-keybase:before {
  content: "\f4f5";
}
.fa-2024-apple-pay:before {
  content: "\f415";
}
.fa-2024-padlet:before {
  content: "\e4a0";
}
.fa-2024-amazon-pay:before {
  content: "\f42c";
}
.fa-2024-github-square:before,
.fa-2024-square-github:before {
  content: "\f092";
}
.fa-2024-stumbleupon:before {
  content: "\f1a4";
}
.fa-2024-fedex:before {
  content: "\f797";
}
.fa-2024-phoenix-framework:before {
  content: "\f3dc";
}
.fa-2024-shopify:before {
  content: "\e057";
}
.fa-2024-neos:before {
  content: "\f612";
}
.fa-2024-square-threads:before {
  content: "\e619";
}
.fa-2024-hackerrank:before {
  content: "\f5f7";
}
.fa-2024-researchgate:before {
  content: "\f4f8";
}
.fa-2024-swift:before {
  content: "\f8e1";
}
.fa-2024-angular:before {
  content: "\f420";
}
.fa-2024-speakap:before {
  content: "\f3f3";
}
.fa-2024-angrycreative:before {
  content: "\f36e";
}
.fa-2024-y-combinator:before {
  content: "\f23b";
}
.fa-2024-empire:before {
  content: "\f1d1";
}
.fa-2024-envira:before {
  content: "\f299";
}
.fa-2024-google-scholar:before {
  content: "\e63b";
}
.fa-2024-gitlab-square:before,
.fa-2024-square-gitlab:before {
  content: "\e5ae";
}
.fa-2024-studiovinari:before {
  content: "\f3f8";
}
.fa-2024-pied-piper:before {
  content: "\f2ae";
}
.fa-2024-wordpress:before {
  content: "\f19a";
}
.fa-2024-product-hunt:before {
  content: "\f288";
}
.fa-2024-firefox:before {
  content: "\f269";
}
.fa-2024-linode:before {
  content: "\f2b8";
}
.fa-2024-goodreads:before {
  content: "\f3a8";
}
.fa-2024-odnoklassniki-square:before,
.fa-2024-square-odnoklassniki:before {
  content: "\f264";
}
.fa-2024-jsfiddle:before {
  content: "\f1cc";
}
.fa-2024-sith:before {
  content: "\f512";
}
.fa-2024-themeisle:before {
  content: "\f2b2";
}
.fa-2024-page4:before {
  content: "\f3d7";
}
.fa-2024-hashnode:before {
  content: "\e499";
}
.fa-2024-react:before {
  content: "\f41b";
}
.fa-2024-cc-paypal:before {
  content: "\f1f4";
}
.fa-2024-squarespace:before {
  content: "\f5be";
}
.fa-2024-cc-stripe:before {
  content: "\f1f5";
}
.fa-2024-creative-commons-share:before {
  content: "\f4f2";
}
.fa-2024-bitcoin:before {
  content: "\f379";
}
.fa-2024-keycdn:before {
  content: "\f3ba";
}
.fa-2024-opera:before {
  content: "\f26a";
}
.fa-2024-itch-io:before {
  content: "\f83a";
}
.fa-2024-umbraco:before {
  content: "\f8e8";
}
.fa-2024-galactic-senate:before {
  content: "\f50d";
}
.fa-2024-ubuntu:before {
  content: "\f7df";
}
.fa-2024-draft2digital:before {
  content: "\f396";
}
.fa-2024-stripe:before {
  content: "\f429";
}
.fa-2024-houzz:before {
  content: "\f27c";
}
.fa-2024-gg:before {
  content: "\f260";
}
.fa-2024-dhl:before {
  content: "\f790";
}
.fa-2024-pinterest-square:before,
.fa-2024-square-pinterest:before {
  content: "\f0d3";
}
.fa-2024-xing:before {
  content: "\f168";
}
.fa-2024-blackberry:before {
  content: "\f37b";
}
.fa-2024-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-2024-playstation:before {
  content: "\f3df";
}
.fa-2024-quinscape:before {
  content: "\f459";
}
.fa-2024-less:before {
  content: "\f41d";
}
.fa-2024-blogger-b:before {
  content: "\f37d";
}
.fa-2024-opencart:before {
  content: "\f23d";
}
.fa-2024-vine:before {
  content: "\f1ca";
}
.fa-2024-signal-messenger:before {
  content: "\e663";
}
.fa-2024-paypal:before {
  content: "\f1ed";
}
.fa-2024-gitlab:before {
  content: "\f296";
}
.fa-2024-typo3:before {
  content: "\f42b";
}
.fa-2024-reddit-alien:before {
  content: "\f281";
}
.fa-2024-yahoo:before {
  content: "\f19e";
}
.fa-2024-dailymotion:before {
  content: "\e052";
}
.fa-2024-affiliatetheme:before {
  content: "\f36b";
}
.fa-2024-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-2024-bootstrap:before {
  content: "\f836";
}
.fa-2024-odnoklassniki:before {
  content: "\f263";
}
.fa-2024-nfc-symbol:before {
  content: "\e531";
}
.fa-2024-mintbit:before {
  content: "\e62f";
}
.fa-2024-ethereum:before {
  content: "\f42e";
}
.fa-2024-speaker-deck:before {
  content: "\f83c";
}
.fa-2024-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-2024-patreon:before {
  content: "\f3d9";
}
.fa-2024-avianex:before {
  content: "\f374";
}
.fa-2024-ello:before {
  content: "\f5f1";
}
.fa-2024-gofore:before {
  content: "\f3a7";
}
.fa-2024-bimobject:before {
  content: "\f378";
}
.fa-2024-brave-reverse:before {
  content: "\e63d";
}
.fa-2024-facebook-f:before {
  content: "\f39e";
}
.fa-2024-google-plus-square:before,
.fa-2024-square-google-plus:before {
  content: "\f0d4";
}
.fa-2024-web-awesome:before {
  content: "\e682";
}
.fa-2024-mandalorian:before {
  content: "\f50f";
}
.fa-2024-first-order-alt:before {
  content: "\f50a";
}
.fa-2024-osi:before {
  content: "\f41a";
}
.fa-2024-google-wallet:before {
  content: "\f1ee";
}
.fa-2024-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-2024-periscope:before {
  content: "\f3da";
}
.fa-2024-fulcrum:before {
  content: "\f50b";
}
.fa-2024-cloudscale:before {
  content: "\f383";
}
.fa-2024-forumbee:before {
  content: "\f211";
}
.fa-2024-mizuni:before {
  content: "\f3cc";
}
.fa-2024-schlix:before {
  content: "\f3ea";
}
.fa-2024-square-xing:before,
.fa-2024-xing-square:before {
  content: "\f169";
}
.fa-2024-bandcamp:before {
  content: "\f2d5";
}
.fa-2024-wpforms:before {
  content: "\f298";
}
.fa-2024-cloudversify:before {
  content: "\f385";
}
.fa-2024-usps:before {
  content: "\f7e1";
}
.fa-2024-megaport:before {
  content: "\f5a3";
}
.fa-2024-magento:before {
  content: "\f3c4";
}
.fa-2024-spotify:before {
  content: "\f1bc";
}
.fa-2024-optin-monster:before {
  content: "\f23c";
}
.fa-2024-fly:before {
  content: "\f417";
}
.fa-2024-aviato:before {
  content: "\f421";
}
.fa-2024-itunes:before {
  content: "\f3b4";
}
.fa-2024-cuttlefish:before {
  content: "\f38c";
}
.fa-2024-blogger:before {
  content: "\f37c";
}
.fa-2024-flickr:before {
  content: "\f16e";
}
.fa-2024-viber:before {
  content: "\f409";
}
.fa-2024-soundcloud:before {
  content: "\f1be";
}
.fa-2024-digg:before {
  content: "\f1a6";
}
.fa-2024-tencent-weibo:before {
  content: "\f1d5";
}
.fa-2024-letterboxd:before {
  content: "\e62d";
}
.fa-2024-symfony:before {
  content: "\f83d";
}
.fa-2024-maxcdn:before {
  content: "\f136";
}
.fa-2024-etsy:before {
  content: "\f2d7";
}
.fa-2024-facebook-messenger:before {
  content: "\f39f";
}
.fa-2024-audible:before {
  content: "\f373";
}
.fa-2024-think-peaks:before {
  content: "\f731";
}
.fa-2024-bilibili:before {
  content: "\e3d9";
}
.fa-2024-erlang:before {
  content: "\f39d";
}
.fa-2024-x-twitter:before {
  content: "\e61b";
}
.fa-2024-cotton-bureau:before {
  content: "\f89e";
}
.fa-2024-dashcube:before {
  content: "\f210";
}
.fa-2024-42-group:before,
.fa-2024-innosoft:before {
  content: "\e080";
}
.fa-2024-stack-exchange:before {
  content: "\f18d";
}
.fa-2024-elementor:before {
  content: "\f430";
}
.fa-2024-pied-piper-square:before,
.fa-2024-square-pied-piper:before {
  content: "\e01e";
}
.fa-2024-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-2024-palfed:before {
  content: "\f3d8";
}
.fa-2024-superpowers:before {
  content: "\f2dd";
}
.fa-2024-resolving:before {
  content: "\f3e7";
}
.fa-2024-xbox:before {
  content: "\f412";
}
.fa-2024-square-web-awesome-stroke:before {
  content: "\e684";
}
.fa-2024-searchengin:before {
  content: "\f3eb";
}
.fa-2024-tiktok:before {
  content: "\e07b";
}
.fa-2024-facebook-square:before,
.fa-2024-square-facebook:before {
  content: "\f082";
}
.fa-2024-renren:before {
  content: "\f18b";
}
.fa-2024-linux:before {
  content: "\f17c";
}
.fa-2024-glide:before {
  content: "\f2a5";
}
.fa-2024-linkedin:before {
  content: "\f08c";
}
.fa-2024-hubspot:before {
  content: "\f3b2";
}
.fa-2024-deploydog:before {
  content: "\f38e";
}
.fa-2024-twitch:before {
  content: "\f1e8";
}
.fa-2024-ravelry:before {
  content: "\f2d9";
}
.fa-2024-mixer:before {
  content: "\e056";
}
.fa-2024-lastfm-square:before,
.fa-2024-square-lastfm:before {
  content: "\f203";
}
.fa-2024-vimeo:before {
  content: "\f40a";
}
.fa-2024-mendeley:before {
  content: "\f7b3";
}
.fa-2024-uniregistry:before {
  content: "\f404";
}
.fa-2024-figma:before {
  content: "\f799";
}
.fa-2024-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-2024-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-2024-dropbox:before {
  content: "\f16b";
}
.fa-2024-instagram:before {
  content: "\f16d";
}
.fa-2024-cmplid:before {
  content: "\e360";
}
.fa-2024-upwork:before {
  content: "\e641";
}
.fa-2024-facebook:before {
  content: "\f09a";
}
.fa-2024-gripfire:before {
  content: "\f3ac";
}
.fa-2024-jedi-order:before {
  content: "\f50e";
}
.fa-2024-uikit:before {
  content: "\f403";
}
.fa-2024-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-2024-phabricator:before {
  content: "\f3db";
}
.fa-2024-ussunnah:before {
  content: "\f407";
}
.fa-2024-earlybirds:before {
  content: "\f39a";
}
.fa-2024-trade-federation:before {
  content: "\f513";
}
.fa-2024-autoprefixer:before {
  content: "\f41c";
}
.fa-2024-whatsapp:before {
  content: "\f232";
}
.fa-2024-square-upwork:before {
  content: "\e67c";
}
.fa-2024-slideshare:before {
  content: "\f1e7";
}
.fa-2024-google-play:before {
  content: "\f3ab";
}
.fa-2024-viadeo:before {
  content: "\f2a9";
}
.fa-2024-line:before {
  content: "\f3c0";
}
.fa-2024-google-drive:before {
  content: "\f3aa";
}
.fa-2024-servicestack:before {
  content: "\f3ec";
}
.fa-2024-simplybuilt:before {
  content: "\f215";
}
.fa-2024-bitbucket:before {
  content: "\f171";
}
.fa-2024-imdb:before {
  content: "\f2d8";
}
.fa-2024-deezer:before {
  content: "\e077";
}
.fa-2024-raspberry-pi:before {
  content: "\f7bb";
}
.fa-2024-jira:before {
  content: "\f7b1";
}
.fa-2024-docker:before {
  content: "\f395";
}
.fa-2024-screenpal:before {
  content: "\e570";
}
.fa-2024-bluetooth:before {
  content: "\f293";
}
.fa-2024-gitter:before {
  content: "\f426";
}
.fa-2024-d-and-d:before {
  content: "\f38d";
}
.fa-2024-microblog:before {
  content: "\e01a";
}
.fa-2024-cc-diners-club:before {
  content: "\f24c";
}
.fa-2024-gg-circle:before {
  content: "\f261";
}
.fa-2024-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-2024-kickstarter-k:before {
  content: "\f3bc";
}
.fa-2024-yandex:before {
  content: "\f413";
}
.fa-2024-readme:before {
  content: "\f4d5";
}
.fa-2024-html5:before {
  content: "\f13b";
}
.fa-2024-sellsy:before {
  content: "\f213";
}
.fa-2024-square-web-awesome:before {
  content: "\e683";
}
.fa-2024-sass:before {
  content: "\f41e";
}
.fa-2024-wirsindhandwerk:before,
.fa-2024-wsh:before {
  content: "\e2d0";
}
.fa-2024-buromobelexperte:before {
  content: "\f37f";
}
.fa-2024-salesforce:before {
  content: "\f83b";
}
.fa-2024-octopus-deploy:before {
  content: "\e082";
}
.fa-2024-medapps:before {
  content: "\f3c6";
}
.fa-2024-ns8:before {
  content: "\f3d5";
}
.fa-2024-pinterest-p:before {
  content: "\f231";
}
.fa-2024-apper:before {
  content: "\f371";
}
.fa-2024-fort-awesome:before {
  content: "\f286";
}
.fa-2024-waze:before {
  content: "\f83f";
}
.fa-2024-bluesky:before {
  content: "\e671";
}
.fa-2024-cc-jcb:before {
  content: "\f24b";
}
.fa-2024-snapchat-ghost:before,
.fa-2024-snapchat:before {
  content: "\f2ab";
}
.fa-2024-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-2024-rust:before {
  content: "\e07a";
}
.fa-2024-wix:before {
  content: "\f5cf";
}
.fa-2024-behance-square:before,
.fa-2024-square-behance:before {
  content: "\f1b5";
}
.fa-2024-supple:before {
  content: "\f3f9";
}
.fa-2024-webflow:before {
  content: "\e65c";
}
.fa-2024-rebel:before {
  content: "\f1d0";
}
.fa-2024-css3:before {
  content: "\f13c";
}
.fa-2024-staylinked:before {
  content: "\f3f5";
}
.fa-2024-kaggle:before {
  content: "\f5fa-2024";
}
.fa-2024-space-awesome:before {
  content: "\e5ac";
}
.fa-2024-deviantart:before {
  content: "\f1bd";
}
.fa-2024-cpanel:before {
  content: "\f388";
}
.fa-2024-goodreads-g:before {
  content: "\f3a9";
}
.fa-2024-git-square:before,
.fa-2024-square-git:before {
  content: "\f1d2";
}
.fa-2024-square-tumblr:before,
.fa-2024-tumblr-square:before {
  content: "\f174";
}
.fa-2024-trello:before {
  content: "\f181";
}
.fa-2024-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-2024-get-pocket:before {
  content: "\f265";
}
.fa-2024-perbyte:before {
  content: "\e083";
}
.fa-2024-grunt:before {
  content: "\f3ad";
}
.fa-2024-weebly:before {
  content: "\f5cc";
}
.fa-2024-connectdevelop:before {
  content: "\f20e";
}
.fa-2024-leanpub:before {
  content: "\f212";
}
.fa-2024-black-tie:before {
  content: "\f27e";
}
.fa-2024-themeco:before {
  content: "\f5c6";
}
.fa-2024-python:before {
  content: "\f3e2";
}
.fa-2024-android:before {
  content: "\f17b";
}
.fa-2024-bots:before {
  content: "\e340";
}
.fa-2024-free-code-camp:before {
  content: "\f2c5";
}
.fa-2024-hornbill:before {
  content: "\f592";
}
.fa-2024-js:before {
  content: "\f3b8";
}
.fa-2024-ideal:before {
  content: "\e013";
}
.fa-2024-git:before {
  content: "\f1d3";
}
.fa-2024-dev:before {
  content: "\f6cc";
}
.fa-2024-sketch:before {
  content: "\f7c6";
}
.fa-2024-yandex-international:before {
  content: "\f414";
}
.fa-2024-cc-amex:before {
  content: "\f1f3";
}
.fa-2024-uber:before {
  content: "\f402";
}
.fa-2024-github:before {
  content: "\f09b";
}
.fa-2024-php:before {
  content: "\f457";
}
.fa-2024-alipay:before {
  content: "\f642";
}
.fa-2024-youtube:before {
  content: "\f167";
}
.fa-2024-skyatlas:before {
  content: "\f216";
}
.fa-2024-firefox-browser:before {
  content: "\e007";
}
.fa-2024-replyd:before {
  content: "\f3e6";
}
.fa-2024-suse:before {
  content: "\f7d6";
}
.fa-2024-jenkins:before {
  content: "\f3b6";
}
.fa-2024-twitter:before {
  content: "\f099";
}
.fa-2024-rockrms:before {
  content: "\f3e9";
}
.fa-2024-pinterest:before {
  content: "\f0d2";
}
.fa-2024-buffer:before {
  content: "\f837";
}
.fa-2024-npm:before {
  content: "\f3d4";
}
.fa-2024-yammer:before {
  content: "\f840";
}
.fa-2024-btc:before {
  content: "\f15a";
}
.fa-2024-dribbble:before {
  content: "\f17d";
}
.fa-2024-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-2024-internet-explorer:before {
  content: "\f26b";
}
.fa-2024-stubber:before {
  content: "\e5c7";
}
.fa-2024-telegram-plane:before,
.fa-2024-telegram:before {
  content: "\f2c6";
}
.fa-2024-old-republic:before {
  content: "\f510";
}
.fa-2024-odysee:before {
  content: "\e5c6";
}
.fa-2024-square-whatsapp:before,
.fa-2024-whatsapp-square:before {
  content: "\f40c";
}
.fa-2024-node-js:before {
  content: "\f3d3";
}
.fa-2024-edge-legacy:before {
  content: "\e078";
}
.fa-2024-slack-hash:before,
.fa-2024-slack:before {
  content: "\f198";
}
.fa-2024-medrt:before {
  content: "\f3c8";
}
.fa-2024-usb:before {
  content: "\f287";
}
.fa-2024-tumblr:before {
  content: "\f173";
}
.fa-2024-vaadin:before {
  content: "\f408";
}
.fa-2024-quora:before {
  content: "\f2c4";
}
.fa-2024-square-x-twitter:before {
  content: "\e61a";
}
.fa-2024-reacteurope:before {
  content: "\f75d";
}
.fa-2024-medium-m:before,
.fa-2024-medium:before {
  content: "\f23a";
}
.fa-2024-amilia:before {
  content: "\f36d";
}
.fa-2024-mixcloud:before {
  content: "\f289";
}
.fa-2024-flipboard:before {
  content: "\f44d";
}
.fa-2024-viacoin:before {
  content: "\f237";
}
.fa-2024-critical-role:before {
  content: "\f6c9";
}
.fa-2024-sitrox:before {
  content: "\e44a";
}
.fa-2024-discourse:before {
  content: "\f393";
}
.fa-2024-joomla:before {
  content: "\f1aa";
}
.fa-2024-mastodon:before {
  content: "\f4f6";
}
.fa-2024-airbnb:before {
  content: "\f834";
}
.fa-2024-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-2024-buy-n-large:before {
  content: "\f8a6";
}
.fa-2024-gulp:before {
  content: "\f3ae";
}
.fa-2024-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-2024-strava:before {
  content: "\f428";
}
.fa-2024-ember:before {
  content: "\f423";
}
.fa-2024-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-2024-teamspeak:before {
  content: "\f4f9";
}
.fa-2024-pushed:before {
  content: "\f3e1";
}
.fa-2024-wordpress-simple:before {
  content: "\f411";
}
.fa-2024-nutritionix:before {
  content: "\f3d6";
}
.fa-2024-wodu:before {
  content: "\e088";
}
.fa-2024-google-pay:before {
  content: "\e079";
}
.fa-2024-intercom:before {
  content: "\f7af";
}
.fa-2024-zhihu:before {
  content: "\f63f";
}
.fa-2024-korvue:before {
  content: "\f42f";
}
.fa-2024-pix:before {
  content: "\e43a";
}
.fa-2024-steam-symbol:before {
  content: "\f3f6";
}
:host,
:root {
  --fa-2024-font-regular: normal 400 1em/1 "Custom Font Awesome 6 Free";
}
@font-face {
  font-family: "Custom Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/font-awesome/fa-regular-400.woff2) format("woff2"),
    url(fonts/font-awesome/fa-regular-400.ttf) format("truetype");
}
.fa-2024-regular,
.far {
  font-weight: 400;
}
:host,
:root {
  --fa-2024-style-family-classic: "Custom Font Awesome 6 Free";
  --fa-2024-font-solid: normal 900 1em/1 "Custom Font Awesome 6 Free";
}
@font-face {
  font-family: "Custom Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fonts/font-awesome/fa-solid-900.woff2) format("woff2"),
    url(fonts/font-awesome/fa-solid-900.woff2) format("truetype");
}
.fa-2024-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Custom Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(fonts/font-awesome/fa-brands-400.woff2) format("woff2"),
    url(fonts/font-awesome/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Custom Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(fonts/font-awesome/fa-solid-900.woff2) format("woff2"),
    url(fonts/font-awesome/fa-solid-900.woff2) format("truetype");
}
@font-face {
  font-family: "Custom Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(fonts/font-awesome/fa-regular-400.woff2) format("woff2"),
    url(fonts/font-awesome/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "CustomFontAwesome";
  font-display: block;
  src: url(fonts/font-awesome/fa-solid-900.woff2) format("woff2"),
    url(fonts/font-awesome/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "CustomFontAwesome";
  font-display: block;
  src: url(fonts/font-awesome/fa-brands-400.woff2) format("woff2"),
    url(fonts/font-awesome/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "CustomFontAwesome";
  font-display: block;
  src: url(fonts/font-awesome/fa-regular-400.woff2) format("woff2"),
    url(fonts/font-awesome/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: "CustomFontAwesome";
  font-display: block;
  src: url(fonts/font-awesome/fa-v4compatibility.woff2) format("woff2"),
    url(fonts/font-awesome/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;
}
