/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@font-face {
  font-family: 'Font Awesome 6 Solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/fontawesome/fa-solid-900.woff2') format('woff2');
}

.fas, .fa-solid {
  font-family: 'Font Awesome 6 Solid';
  font-weight: 900;
}

.fa {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

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

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

.fa-4x {
  font-size: 2.8571428571em;
}

.fa-5x {
  font-size: 4em;
}

.fa-6x {
  font-size: 5.7142857143em;
}

.fa-7x {
  font-size: 8em;
}

.fa-8x {
  font-size: 11.4285714286em;
}

.fa-9x {
  font-size: 16em;
}

.fa-10x {
  font-size: 22.8571428571em;
}

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-regular,
.far {
  font-weight: 400;
}

.fa-solid,
.fas {
  font-weight: 900;
}

.fa-brands,
.fab {
  font-weight: 400;
}

.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-ampersand::before {
  content: "\26";
}

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

.fa-at::before {
  content: "\40";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-bed::before {
  content: "\f236";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-blender::before {
  content: "\f517";
}

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

.fa-blind::before {
  content: "\f29d";
}

.fa-blog::before {
  content: "\f781";
}

.fa-bold::before {
  content: "\f032";
}

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

.fa-bomb::before {
  content: "\f1e2";
}

.fa-bone::before {
  content: "\f5d7";
}

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

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-border-style::before {
  content: "\f851";
}

.fa-bowling-ball::before {
  content: "\f743";
}

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

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

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

.fa-boxes::before {
  content: "\f468";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-bug::before {
  content: "\f188";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-bus::before {
  content: "\f207";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-calendar::before {
  content: "\f133";
}

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

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

.fa-calendar-day::before {
  content: "\f783";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-camera::before {
  content: "\f030";
}

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

.fa-campground::before {
  content: "\f6bb";
}

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

.fa-cannabis::before {
  content: "\f55f";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-car-alt::before {
  content: "\f5de";
}

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

.fa-car-crash::before {
  content: "\f5e1";
}

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

.fa-caravan::before {
  content: "\f898";
}

.fa-caret-down::before {
  content: "\f0d7";
}

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

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

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

.fa-carrot::before {
  content: "\f787";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

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

.fa-cash-register::before {
  content: "\f788";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

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

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

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

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

.fa-chart-pie::before {
  content: "\f200";
}

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

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

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

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

.fa-cheese::before {
  content: "\f7ef";
}

.fa-chess::before {
  content: "\f439";
}

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

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

.fa-chess-king::before {
  content: "\f43f";
}

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

.fa-chess-pawn::before {
  content: "\f443";
}

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

.fa-chess-rook::before {
  content: "\f447";
}

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

.fa-chevron-circle-left::before {
  content: "\f137";
}

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

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

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

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

.fa-child::before {
  content: "\f1ae";
}

.fa-church::before {
  content: "\f51d";
}

.fa-circle::before {
  content: "\f111";
}

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

.fa-city::before {
  content: "\f64f";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-clipboard::before {
  content: "\f328";
}

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

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

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

.fa-clone::before {
  content: "\f24d";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-cloud-download-alt::before {
  content: "\f381";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

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

.fa-cloud-sun::before {
  content: "\f6c4";
}

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

.fa-cloud-upload-alt::before {
  content: "\f382";
}

.fa-cocktail::before {
  content: "\f561";
}

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

.fa-code-branch::before {
  content: "\f126";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-cog::before {
  content: "\f013";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-comment::before {
  content: "\f075";
}

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

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

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

.fa-comments::before {
  content: "\f086";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-compress::before {
  content: "\f066";
}

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

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

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

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-crop::before {
  content: "\f125";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-cross::before {
  content: "\f654";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-crow::before {
  content: "\f520";
}

.fa-crown::before {
  content: "\f521";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-debug::before {
  content: "\f7f9";
}

.fa-deer::before {
  content: "\f78e";
}

.fa-deer-rudolph::before {
  content: "\f78f";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-plus::before {
  content: "\2b";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-file-code::before {
  content: "\f1c9";
}

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

.fa-save::before,
.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-edit::before,
.fa-pen-to-square::before {
  content: "\f044";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-home::before,
.fa-house::before {
  content: "\f015";
}

.fa-history::before,
.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-unlock-alt::before,
.fa-unlock-keyhole::before {
  content: "\f13e";
}
