/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * https://fontawesome.com
 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-display: block;
  font-weight: 900;
  src: url(webfonts/fa-solid-900.ttf) format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-display: block;
  font-weight: 400;
  src: url(webfonts/fa-regular-400.ttf) format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-display: block;
  font-weight: 400;
  src: url(webfonts/fa-brands-400.ttf) format('truetype');
}

.fa,
.fas,
.far,
.fab {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: inherit;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.fas {
  font-weight: 900;
}

.far {
  font-weight: 400;
}

.fab {
  font-family: 'Font Awesome 6 Brands' !important;
  font-weight: 400;
}

.fa-layers {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

.fa-layers svg {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-2xs {
  font-size: 0.625em;
  vertical-align: 0.15em;
}

.fa-xs {
  font-size: 0.75em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  vertical-align: 0.0714286em;
}

.fa-lg {
  font-size: 1.25em;
  vertical-align: -0.125em;
}

.fa-xl {
  font-size: 1.5em;
  vertical-align: -0.1875em;
}

.fa-2xl {
  font-size: 2em;
  vertical-align: -0.25em;
}

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

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

.fa-ul > li {
  position: relative;
}

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

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

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

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

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

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fa-bounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-25%) scale(0.9);
    transform: translateY(-25%) scale(0.9);
  }
}

@keyframes fa-bounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-25%) scale(0.9);
    transform: translateY(-25%) scale(0.9);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: 0.4;
  }
}

@keyframes fa-fade {
  50% {
    opacity: 0.4;
  }
}

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@-webkit-keyframes fa-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  75% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@keyframes fa-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  75% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

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

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  text-align: center;
  width: 100%;
}

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layers:before {
  content: "\f5fe";
}

.fa-layers-text:before {
  content: "\e027";
}

.fa-layers-counter:before {
  content: "\e42b";
}

.fa-layers-tv:before {
  content: "\e5c7";
}

.fa-mobile-android:before {
  content: "\e32b";
}

.fa-mobile-android-alt:before {
  content: "\e32c";
}

.fa-laptop-code:before {
  content: "\e32d";
}

.fa-diamond-rotate:before {
  content: "\e5cc";
}

.fa-sd-card:before {
  content: "\e32f";
}

.fa-sd-cards:before {
  content: "\e330";
}

.fa-user-robot-xmarks:before {
  content: "\e4a7";
}

.fa-blinds:before {
  content: "\e0a6";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-mobile-screen:before {
  content: "\e32e";
}

.fa-mobile-screen-button:before {
  content: "\f3cd";
}

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

.fa-book-atlas:before {
  content: "\f558";
}

.fa-face-sunglasses:before {
  content: "\e397";
}

.fa-face-smiling:before {
  content: "\e400";
}

.fa-face-meh:before {
  content: "\e400";
}

.fa-face-frown:before {
  content: "\e400";
}

.fa-face-meh-blank:before {
  content: "\e400";
}

.fa-face-angry:before {
  content: "\e400";
}

.fa-face-dizzy:before {
  content: "\e400";
}

.fa-face-flushed:before {
  content: "\e400";
}

.fa-face-frown-open:before {
  content: "\e400";
}

.fa-face-grimace:before {
  content: "\e400";
}

.fa-face-grin:before {
  content: "\e400";
}

.fa-face-grin-beam:before {
  content: "\e400";
}

.fa-face-grin-beam-sweat:before {
  content: "\e400";
}

.fa-face-grin-hearts:before {
  content: "\e400";
}

.fa-face-grin-squint:before {
  content: "\e400";
}

.fa-face-grin-squint-tears:before {
  content: "\e400";
}

.fa-face-grin-stars:before {
  content: "\e400";
}

.fa-face-grin-tears:before {
  content: "\e400";
}

.fa-face-grin-tongue:before {
  content: "\e400";
}

.fa-face-grin-tongue-squint:before {
  content: "\e400";
}

.fa-face-grin-tongue-wink:before {
  content: "\e400";
}

.fa-face-kiss:before {
  content: "\e400";
}

.fa-face-kiss-beam:before {
  content: "\e400";
}

.fa-face-kiss-wink-heart:before {
  content: "\e400";
}

.fa-face-laugh:before {
  content: "\e400";
}

.fa-face-laugh-beam:before {
  content: "\e400";
}

.fa-face-laugh-squint:before {
  content: "\e400";
}

.fa-face-laugh-wink:before {
  content: "\e400";
}

.fa-face-meh-blank:before {
  content: "\e400";
}

.fa-face-rolling-eyes:before {
  content: "\e400";
}

.fa-face-smile:before {
  content: "\e400";
}

.fa-face-smile-beam:before {
  content: "\e400";
}

.fa-face-smile-wink:before {
  content: "\e400";
}

.fa-face-surprise:before {
  content: "\e400";
}

.fa-face-tired:before {
  content: "\e400";
}

.fa-face-smile-plus:before {
  content: "\e404";
}

.fa-face-sunglasses:before {
  content: "\e406";
}

/* Icons we need for this project */
.fa-cubes:before {
  content: "\f1b3";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-truck-fast:before {
  content: "\f48b";
}

.fa-shield-halved:before {
  content: "\f3ed";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-clock:before {
  content: "\f017";
}

.fa-star:before {
  content: "\f005";
}

.fa-user:before {
  content: "\f007";
}

.fa-check:before {
  content: "\f00c";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-android:before {
  content: "\f17b";
}

.fa-apple:before {
  content: "\f179";
}

.fa-mobile-android:before {
  content: "\e32b";
}

.fa-download:before {
  content: "\f019";
}

.fa-mobile-screen-button:before {
  content: "\f3cd";
}