.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900); }

.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa); }

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa); }

.fa-classic.fa-duotone {
  font-family: 'Font Awesome 6 Duotone'; }

.fass,
.fa-sharp {
  font-weight: 900; }

.fad,
.fa-duotone {
  font-weight: 900; }

.fasds,
.fa-sharp-duotone {
  font-weight: 900; }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: 'Font Awesome 6 Pro'; }

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: 'Font Awesome 6 Duotone'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: 'Font Awesome 6 Sharp'; }

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: 'Font Awesome 6 Sharp Duotone'; }

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

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

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

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

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

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  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 {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

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

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

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

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

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

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

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

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  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 {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

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

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@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-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

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

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

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

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

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-a { --fa: "\41"; --fa--fa: "\41\41"; }
.fa-abacus { --fa: "\f640"; --fa--fa: "\f640\f640"; }
.fa-add { --fa: "\2b"; --fa--fa: "\2b\2b"; }
.fa-anchor { --fa: "\f13d"; --fa--fa: "\f13d\f13d"; }
.fa-arrow-down-up-across-line { --fa: "\e4af"; --fa--fa: "\e4af\e4af"; }
.fa-arrow-right-from-file { --fa: "\f56e"; --fa--fa: "\f56e\f56e"; }
.fa-arrow-right-to-city { --fa: "\e4b3"; --fa--fa: "\e4b3\e4b3"; }
.fa-arrow-right-to-file { --fa: "\f56f"; --fa--fa: "\f56f\f56f"; }
.fa-arrow-up { --fa: "\f062"; --fa--fa: "\f062\f062"; }
.fa-arrow-up-right-from-square { --fa: "\f08e"; --fa--fa: "\f08e\f08e"; }
.fa-arrow-up-to-bracket { --fa: "\e66a"; --fa--fa: "\e66a\e66a"; }
.fa-arrows { --fa: "\f047"; --fa--fa: "\f047\f047"; }
.fa-arrows-down-to-line { --fa: "\e4b8"; --fa--fa: "\e4b8\e4b8"; }
.fa-arrows-from-dotted-line { --fa: "\e0a3"; --fa--fa: "\e0a3\e0a3"; }
.fa-arrows-maximize { --fa: "\f31d"; --fa--fa: "\f31d\f31d"; }
.fa-arrows-split-up-and-left { --fa: "\e4bc"; --fa--fa: "\e4bc\e4bc"; }
.fa-arrows-to-circle { --fa: "\e4bd"; --fa--fa: "\e4bd\e4bd"; }
.fa-arrows-to-eye { --fa: "\e4bf"; --fa--fa: "\e4bf\e4bf"; }
.fa-arrows-up-down-left-right { --fa: "\f047"; --fa--fa: "\f047\f047"; }
.fa-backward { --fa: "\f04a"; --fa--fa: "\f04a\f04a"; }
.fa-balance-scale-right { --fa: "\f516"; --fa--fa: "\f516\f516"; }
.fa-bank { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-bars { --fa: "\f0c9"; --fa--fa: "\f0c9\f0c9"; }
.fa-binary-circle-check { --fa: "\e33c"; --fa--fa: "\e33c\e33c"; }
.fa-binoculars { --fa: "\f1e5"; --fa--fa: "\f1e5\f1e5"; }
.fa-bridge-suspension { --fa: "\e4cd"; --fa--fa: "\e4cd\e4cd"; }
.fa-broadcast-tower { --fa: "\f519"; --fa--fa: "\f519\f519"; }
.fa-building-columns { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-building-shield { --fa: "\e4d8"; --fa--fa: "\e4d8\e4d8"; }
.fa-buildings { --fa: "\e0cc"; --fa--fa: "\e0cc\e0cc"; }
.fa-bullhorn { --fa: "\f0a1"; --fa--fa: "\f0a1\f0a1"; }
.fa-bullseye { --fa: "\f140"; --fa--fa: "\f140\f140"; }
.fa-bullseye-arrow { --fa: "\f648"; --fa--fa: "\f648\f648"; }
.fa-bullseye-pointer { --fa: "\f649"; --fa--fa: "\f649\f649"; }
.fa-cart-arrow-down { --fa: "\f218"; --fa--fa: "\f218\f218"; }
.fa-cart-circle-arrow-up { --fa: "\e3f0"; --fa--fa: "\e3f0\e3f0"; }
.fa-cart-plus { --fa: "\f217"; --fa--fa: "\f217\f217"; }
.fa-chain { --fa: "\f0c1"; --fa--fa: "\f0c1\f0c1"; }
.fa-chart-pie { --fa: "\f200"; --fa--fa: "\f200\f200"; }
.fa-chart-pie-alt { --fa: "\f64e"; --fa--fa: "\f64e\f64e"; }
.fa-chart-pie-simple { --fa: "\f64e"; --fa--fa: "\f64e\f64e"; }
.fa-chess { --fa: "\f439"; --fa--fa: "\f439\f439"; }
.fa-chess-knight-alt { --fa: "\f442"; --fa--fa: "\f442\f442"; }
.fa-chess-knight-piece { --fa: "\f442"; --fa--fa: "\f442\f442"; }
.fa-chevron-double-left { --fa: "\f323"; --fa--fa: "\f323\f323"; }
.fa-chevron-down { --fa: "\f078"; --fa--fa: "\f078\f078"; }
.fa-chevron-right { --fa: "\f054"; --fa--fa: "\f054\f054"; }
.fa-chevrons-left { --fa: "\f323"; --fa--fa: "\f323\f323"; }
.fa-circle-nodes { --fa: "\e4e2"; --fa--fa: "\e4e2\e4e2"; }
.fa-clock { --fa: "\f017"; --fa--fa: "\f017\f017"; }
.fa-clock-four { --fa: "\f017"; --fa--fa: "\f017\f017"; }
.fa-close { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-code-branch { --fa: "\f126"; --fa--fa: "\f126\f126"; }
.fa-cog { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-cogs { --fa: "\f085"; --fa--fa: "\f085\f085"; }
.fa-comment-alt-smile { --fa: "\f4aa"; --fa--fa: "\f4aa\f4aa"; }
.fa-comment-smile { --fa: "\f4b4"; --fa--fa: "\f4b4\f4b4"; }
.fa-comments-dollar { --fa: "\f653"; --fa--fa: "\f653\f653"; }
.fa-comments-question-check { --fa: "\e14f"; --fa--fa: "\e14f\e14f"; }
.fa-compass { --fa: "\f14e"; --fa--fa: "\f14e\f14e"; }
.fa-crosshairs { --fa: "\f05b"; --fa--fa: "\f05b\f05b"; }
.fa-dashboard { --fa: "\f624"; --fa--fa: "\f624\f624"; }
.fa-diagram-venn { --fa: "\e15a"; --fa--fa: "\e15a\e15a"; }
.fa-dice { --fa: "\f522"; --fa--fa: "\f522\f522"; }
.fa-dollar { --fa: "\24"; --fa--fa: "\24\24"; }
.fa-dollar-sign { --fa: "\24"; --fa--fa: "\24\24"; }
.fa-door-open { --fa: "\f52b"; --fa--fa: "\f52b\f52b"; }
.fa-earth { --fa: "\f57d"; --fa--fa: "\f57d\f57d"; }
.fa-earth-america { --fa: "\f57d"; --fa--fa: "\f57d\f57d"; }
.fa-earth-americas { --fa: "\f57d"; --fa--fa: "\f57d\f57d"; }
.fa-envelope { --fa: "\f0e0"; --fa--fa: "\f0e0\f0e0"; }
.fa-exclamation-triangle { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-expand-alt { --fa: "\f424"; --fa--fa: "\f424\f424"; }
.fa-expand-arrows { --fa: "\f31d"; --fa--fa: "\f31d\f31d"; }
.fa-external-link { --fa: "\f08e"; --fa--fa: "\f08e\f08e"; }
.fa-external-link-alt { --fa: "\f35d"; --fa--fa: "\f35d\f35d"; }
.fa-file-export { --fa: "\f56e"; --fa--fa: "\f56e\f56e"; }
.fa-file-import { --fa: "\f56f"; --fa--fa: "\f56f\f56f"; }
.fa-file-magnifying-glass { --fa: "\f865"; --fa--fa: "\f865\f865"; }
.fa-file-search { --fa: "\f865"; --fa--fa: "\f865\f865"; }
.fa-forward { --fa: "\f04e"; --fa--fa: "\f04e\f04e"; }
.fa-gauge { --fa: "\f624"; --fa--fa: "\f624\f624"; }
.fa-gauge-med { --fa: "\f624"; --fa--fa: "\f624\f624"; }
.fa-gear { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-gears { --fa: "\f085"; --fa--fa: "\f085\f085"; }
.fa-glasses-alt { --fa: "\f5f5"; --fa--fa: "\f5f5\f5f5"; }
.fa-glasses-round { --fa: "\f5f5"; --fa--fa: "\f5f5\f5f5"; }
.fa-globe { --fa: "\f0ac"; --fa--fa: "\f0ac\f0ac"; }
.fa-globe-americas { --fa: "\f57d"; --fa--fa: "\f57d\f57d"; }
.fa-globe-pointer { --fa: "\e60e"; --fa--fa: "\e60e\e60e"; }
.fa-globe-stand { --fa: "\f5f6"; --fa--fa: "\f5f6\f5f6"; }
.fa-hammer { --fa: "\f6e3"; --fa--fa: "\f6e3\f6e3"; }
.fa-hand-holding-dollar { --fa: "\f4c0"; --fa--fa: "\f4c0\f4c0"; }
.fa-hand-holding-usd { --fa: "\f4c0"; --fa--fa: "\f4c0\f4c0"; }
.fa-hands-helping { --fa: "\f4c4"; --fa--fa: "\f4c4\f4c4"; }
.fa-handshake-angle { --fa: "\f4c4"; --fa--fa: "\f4c4\f4c4"; }
.fa-head-side-brain { --fa: "\f808"; --fa--fa: "\f808\f808"; }
.fa-head-side-gear { --fa: "\e611"; --fa--fa: "\e611\e611"; }
.fa-hourglass-1 { --fa: "\f251"; --fa--fa: "\f251\f251"; }
.fa-hourglass-2 { --fa: "\f252"; --fa--fa: "\f252\f252"; }
.fa-hourglass-clock { --fa: "\e41b"; --fa--fa: "\e41b\e41b"; }
.fa-hourglass-half { --fa: "\f252"; --fa--fa: "\f252\f252"; }
.fa-hourglass-start { --fa: "\f251"; --fa--fa: "\f251\f251"; }
.fa-house-building { --fa: "\e1b1"; --fa--fa: "\e1b1\e1b1"; }
.fa-institution { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-landmark { --fa: "\f66f"; --fa--fa: "\f66f\f66f"; }
.fa-landmark-magnifying-glass { --fa: "\e622"; --fa--fa: "\e622\e622"; }
.fa-layer-group { --fa: "\f5fd"; --fa--fa: "\f5fd\f5fd"; }
.fa-lighthouse { --fa: "\e612"; --fa--fa: "\e612\e612"; }
.fa-link { --fa: "\f0c1"; --fa--fa: "\f0c1\f0c1"; }
.fa-list-check { --fa: "\f0ae"; --fa--fa: "\f0ae\f0ae"; }
.fa-location-dot { --fa: "\f3c5"; --fa--fa: "\f3c5\f3c5"; }
.fa-location-pin-lock { --fa: "\e51f"; --fa--fa: "\e51f\e51f"; }
.fa-magnifying-glass { --fa: "\f002"; --fa--fa: "\f002\f002"; }
.fa-magnifying-glass-arrows-rotate { --fa: "\e65e"; --fa--fa: "\e65e\e65e"; }
.fa-magnifying-glass-dollar { --fa: "\f688"; --fa--fa: "\f688\f688"; }
.fa-magnifying-glass-plus { --fa: "\f00e"; --fa--fa: "\f00e\f00e"; }
.fa-mail-reply-all { --fa: "\f122"; --fa--fa: "\f122\f122"; }
.fa-map-marker-alt { --fa: "\f3c5"; --fa--fa: "\f3c5\f3c5"; }
.fa-map-signs { --fa: "\f277"; --fa--fa: "\f277\f277"; }
.fa-megaphone { --fa: "\f675"; --fa--fa: "\f675\f675"; }
.fa-merge { --fa: "\e526"; --fa--fa: "\e526\e526"; }
.fa-message-smile { --fa: "\f4aa"; --fa--fa: "\f4aa\f4aa"; }
.fa-money-bill-1 { --fa: "\f3d1"; --fa--fa: "\f3d1\f3d1"; }
.fa-money-bill-1-wave { --fa: "\f53b"; --fa--fa: "\f53b\f53b"; }
.fa-money-bill-alt { --fa: "\f3d1"; --fa--fa: "\f3d1\f3d1"; }
.fa-money-bill-transfer { --fa: "\e528"; --fa--fa: "\e528\e528"; }
.fa-money-bill-trend-up { --fa: "\e529"; --fa--fa: "\e529\e529"; }
.fa-money-bill-wave-alt { --fa: "\f53b"; --fa--fa: "\f53b\f53b"; }
.fa-money-bills { --fa: "\e1f3"; --fa--fa: "\e1f3\e1f3"; }
.fa-money-check-dollar-pen { --fa: "\f873"; --fa--fa: "\f873\f873"; }
.fa-money-check-edit-alt { --fa: "\f873"; --fa--fa: "\f873\f873"; }
.fa-multiply { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-museum { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-navicon { --fa: "\f0c9"; --fa--fa: "\f0c9\f0c9"; }
.fa-network-wired { --fa: "\f6ff"; --fa--fa: "\f6ff\f6ff"; }
.fa-palette { --fa: "\f53f"; --fa--fa: "\f53f\f53f"; }
.fa-paper-plane { --fa: "\f1d8"; --fa--fa: "\f1d8\f1d8"; }
.fa-passport { --fa: "\f5ab"; --fa--fa: "\f5ab\f5ab"; }
.fa-percent { --fa: "\25"; --fa--fa: "\25\25"; }
.fa-percentage { --fa: "\25"; --fa--fa: "\25\25"; }
.fa-person-chalkboard { --fa: "\e53d"; --fa--fa: "\e53d\e53d"; }
.fa-person-from-portal { --fa: "\e023"; --fa--fa: "\e023\e023"; }
.fa-person-to-portal { --fa: "\e022"; --fa--fa: "\e022\e022"; }
.fa-person-walking-dashed-line-arrow-right { --fa: "\e553"; --fa--fa: "\e553\e553"; }
.fa-person-walking-luggage { --fa: "\e554"; --fa--fa: "\e554\e554"; }
.fa-pie-chart { --fa: "\f200"; --fa--fa: "\f200\f200"; }
.fa-piggy-bank { --fa: "\f4d3"; --fa--fa: "\f4d3\f4d3"; }
.fa-plane { --fa: "\f072"; --fa--fa: "\f072\f072"; }
.fa-plus { --fa: "\2b"; --fa--fa: "\2b\2b"; }
.fa-portal-enter { --fa: "\e022"; --fa--fa: "\e022\e022"; }
.fa-portal-exit { --fa: "\e023"; --fa--fa: "\e023\e023"; }
.fa-power-off { --fa: "\f011"; --fa--fa: "\f011\f011"; }
.fa-puzzle { --fa: "\e443"; --fa--fa: "\e443\e443"; }
.fa-puzzle-piece-alt { --fa: "\e231"; --fa--fa: "\e231\e231"; }
.fa-puzzle-piece-simple { --fa: "\e231"; --fa--fa: "\e231\e231"; }
.fa-quote-left { --fa: "\f10d"; --fa--fa: "\f10d\f10d"; }
.fa-quote-left-alt { --fa: "\f10d"; --fa--fa: "\f10d\f10d"; }
.fa-quote-right { --fa: "\f10e"; --fa--fa: "\f10e\f10e"; }
.fa-quote-right-alt { --fa: "\f10e"; --fa--fa: "\f10e\f10e"; }
.fa-radar { --fa: "\e024"; --fa--fa: "\e024\e024"; }
.fa-random { --fa: "\f074"; --fa--fa: "\f074\f074"; }
.fa-remove { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-reply-all { --fa: "\f122"; --fa--fa: "\f122\f122"; }
.fa-right-from-bracket { --fa: "\f2f5"; --fa--fa: "\f2f5\f2f5"; }
.fa-right-left-large { --fa: "\e5e1"; --fa--fa: "\e5e1\e5e1"; }
.fa-right-to-bracket { --fa: "\f2f6"; --fa--fa: "\f2f6\f2f6"; }
.fa-rocket { --fa: "\f135"; --fa--fa: "\f135\f135"; }
.fa-rocket-launch { --fa: "\e027"; --fa--fa: "\e027\e027"; }
.fa-rotate-reverse { --fa: "\e631"; --fa--fa: "\e631\e631"; }
.fa-route { --fa: "\f4d7"; --fa--fa: "\f4d7\f4d7"; }
.fa-ruler-triangle { --fa: "\f61c"; --fa--fa: "\f61c\f61c"; }
.fa-sack-dollar { --fa: "\f81d"; --fa--fa: "\f81d\f81d"; }
.fa-sailboat { --fa: "\e445"; --fa--fa: "\e445\e445"; }
.fa-scale-unbalanced-flip { --fa: "\f516"; --fa--fa: "\f516\f516"; }
.fa-screwdriver-wrench { --fa: "\f7d9"; --fa--fa: "\f7d9\f7d9"; }
.fa-search { --fa: "\f002"; --fa--fa: "\f002\f002"; }
.fa-search-dollar { --fa: "\f688"; --fa--fa: "\f688\f688"; }
.fa-search-plus { --fa: "\f00e"; --fa--fa: "\f00e\f00e"; }
.fa-seedling { --fa: "\f4d8"; --fa--fa: "\f4d8\f4d8"; }
.fa-share-alt { --fa: "\f1e0"; --fa--fa: "\f1e0\f1e0"; }
.fa-share-nodes { --fa: "\f1e0"; --fa--fa: "\f1e0\f1e0"; }
.fa-shield { --fa: "\f132"; --fa--fa: "\f132\f132"; }
.fa-shield-blank { --fa: "\f132"; --fa--fa: "\f132\f132"; }
.fa-shield-plus { --fa: "\e24a"; --fa--fa: "\e24a\e24a"; }
.fa-ship { --fa: "\f21a"; --fa--fa: "\f21a\f21a"; }
.fa-shuffle { --fa: "\f074"; --fa--fa: "\f074\f074"; }
.fa-sign { --fa: "\f4d9"; --fa--fa: "\f4d9\f4d9"; }
.fa-sign-hanging { --fa: "\f4d9"; --fa--fa: "\f4d9\f4d9"; }
.fa-sign-in-alt { --fa: "\f2f6"; --fa--fa: "\f2f6\f2f6"; }
.fa-sign-out-alt { --fa: "\f2f5"; --fa--fa: "\f2f5\f2f5"; }
.fa-signs-post { --fa: "\f277"; --fa--fa: "\f277\f277"; }
.fa-sitemap { --fa: "\f0e8"; --fa--fa: "\f0e8\f0e8"; }
.fa-sliders { --fa: "\f1de"; --fa--fa: "\f1de\f1de"; }
.fa-sliders-h { --fa: "\f1de"; --fa--fa: "\f1de\f1de"; }
.fa-split { --fa: "\e254"; --fa--fa: "\e254\e254"; }
.fa-sprout { --fa: "\f4d8"; --fa--fa: "\f4d8\f4d8"; }
.fa-stairs { --fa: "\e289"; --fa--fa: "\e289\e289"; }
.fa-stars { --fa: "\f762"; --fa--fa: "\f762\f762"; }
.fa-stethoscope { --fa: "\f0f1"; --fa--fa: "\f0f1\f0f1"; }
.fa-t { --fa: "\54"; --fa--fa: "\54\54"; }
.fa-tachometer-alt-average { --fa: "\f624"; --fa--fa: "\f624\f624"; }
.fa-tag { --fa: "\f02b"; --fa--fa: "\f02b\f02b"; }
.fa-tags { --fa: "\f02c"; --fa--fa: "\f02c\f02c"; }
.fa-tasks { --fa: "\f0ae"; --fa--fa: "\f0ae\f0ae"; }
.fa-telescope { --fa: "\e03e"; --fa--fa: "\e03e\e03e"; }
.fa-timeline-arrow { --fa: "\e29d"; --fa--fa: "\e29d\e29d"; }
.fa-times { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-toggle-on { --fa: "\f205"; --fa--fa: "\f205\f205"; }
.fa-tools { --fa: "\f7d9"; --fa--fa: "\f7d9\f7d9"; }
.fa-tower-broadcast { --fa: "\f519"; --fa--fa: "\f519\f519"; }
.fa-tower-cell { --fa: "\e585"; --fa--fa: "\e585\e585"; }
.fa-triangle-exclamation { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-truck-arrow-right { --fa: "\e58b"; --fa--fa: "\e58b\e58b"; }
.fa-umbrella { --fa: "\f0e9"; --fa--fa: "\f0e9\f0e9"; }
.fa-university { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-up-right-and-down-left-from-center { --fa: "\f424"; --fa--fa: "\f424\f424"; }
.fa-up-right-from-square { --fa: "\f35d"; --fa--fa: "\f35d\f35d"; }
.fa-usd { --fa: "\24"; --fa--fa: "\24\24"; }
.fa-user-cog { --fa: "\f4fe"; --fa--fa: "\f4fe\f4fe"; }
.fa-user-gear { --fa: "\f4fe"; --fa--fa: "\f4fe\f4fe"; }
.fa-user-headset { --fa: "\f82d"; --fa--fa: "\f82d\f82d"; }
.fa-user-tie-hair { --fa: "\e45f"; --fa--fa: "\e45f\e45f"; }
.fa-volume { --fa: "\f6a8"; --fa--fa: "\f6a8\f6a8"; }
.fa-volume-high { --fa: "\f028"; --fa--fa: "\f028\f028"; }
.fa-volume-medium { --fa: "\f6a8"; --fa--fa: "\f6a8\f6a8"; }
.fa-volume-up { --fa: "\f028"; --fa--fa: "\f028\f028"; }
.fa-warning { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-watch { --fa: "\f2e1"; --fa--fa: "\f2e1\f2e1"; }
.fa-water { --fa: "\f773"; --fa--fa: "\f773\f773"; }
.fa-waves-sine { --fa: "\e65d"; --fa--fa: "\e65d\e65d"; }
.fa-wifi { --fa: "\f1eb"; --fa--fa: "\f1eb\f1eb"; }
.fa-wifi-3 { --fa: "\f1eb"; --fa--fa: "\f1eb\f1eb"; }
.fa-wifi-strong { --fa: "\f1eb"; --fa--fa: "\f1eb\f1eb"; }
.fa-x { --fa: "\58"; --fa--fa: "\58\58"; }
.fa-xmark { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-xmark-large { --fa: "\e59b"; --fa--fa: "\e59b\e59b"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

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

:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

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

.fa-facebook { --fa: "\f09a"; --fa--fa: "\f09a\f09a"; }
.fa-instagram { --fa: "\f16d"; --fa--fa: "\f16d\f16d"; }
.fa-instagram-square { --fa: "\e055"; --fa--fa: "\e055\e055"; }
.fa-linkedin { --fa: "\f08c"; --fa--fa: "\f08c\f08c"; }
.fa-square-instagram { --fa: "\e055"; --fa--fa: "\e055\e055"; }
.fa-square-twitter { --fa: "\f081"; --fa--fa: "\f081\f081"; }
.fa-square-x-twitter { --fa: "\e61a"; --fa--fa: "\e61a\e61a"; }
.fa-tiktok { --fa: "\e07b"; --fa--fa: "\e07b\e07b"; }
.fa-twitter { --fa: "\f099"; --fa--fa: "\f099\f099"; }
.fa-twitter-square { --fa: "\f081"; --fa--fa: "\f081\f081"; }
.fa-x-twitter { --fa: "\e61b"; --fa--fa: "\e61b\e61b"; }
.fa-youtube { --fa: "\f167"; --fa--fa: "\f167\f167"; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype"); }

.fal,
.fa-light {
  font-weight: 300; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro'; }

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

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

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

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

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../webfonts/fa-thin-100.woff2") format("woff2"), url("../webfonts/fa-thin-100.ttf") format("truetype"); }

.fat,
.fa-thin {
  font-weight: 100; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp'; }

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-sharp-regular-400.woff2") format("woff2"), url("../webfonts/fa-sharp-regular-400.ttf") format("truetype"); }

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

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp'; }

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-sharp-solid-900.woff2") format("woff2"), url("../webfonts/fa-sharp-solid-900.ttf") format("truetype"); }

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

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp'; }

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../webfonts/fa-sharp-thin-100.woff2") format("woff2"), url("../webfonts/fa-sharp-thin-100.ttf") format("truetype"); }

.fast,
.fa-thin {
  font-weight: 100; }

