@charset "utf-8";

.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: .625em;
  line-height: .1em;
  vertical-align: .225em
}

.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em
}

.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em
}

.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em
}

.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em
}

.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.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, .1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, .08em);
  padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, .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(.28, .84, .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(.4, 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(.4, 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)translateY(0)
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9))translateY(0)
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1))translateY(var(--fa-bounce-height, -.5em))
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95))translateY(0)
  }

  57% {
    transform: scale(1, 1)translateY(var(--fa-bounce-rebound, -.125em))
  }

  64% {
    transform: scale(1)translateY(0)
  }

  to {
    transform: scale(1)translateY(0)
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, .4)
  }
}

@keyframes fa-beat-fade {

  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, .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%,
  to {
    transform: rotate(0)
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0)
  }

  to {
    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: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-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)
}

.fa-add {
  --fa: "+";
  --fa--fa: "++"
}

.fa-address-card {
  --fa: "";
  --fa--fa: ""
}

.fa-align-justify {
  --fa: "";
  --fa--fa: ""
}

.fa-align-left {
  --fa: "";
  --fa--fa: ""
}

.fa-align-right {
  --fa: "";
  --fa--fa: ""
}

.fa-analytics {
  --fa: "";
  --fa--fa: ""
}

.fa-angle-double-down {
  --fa: "";
  --fa--fa: ""
}

.fa-angle-double-left {
  --fa: "";
  --fa--fa: ""
}

.fa-angle-double-right {
  --fa: "";
  --fa--fa: ""
}

.fa-angle-double-up {
  --fa: "";
  --fa--fa: ""
}

.fa-angle-down {
  --fa: "";
  --fa--fa: ""
}

.fa-angle-left {
  --fa: "";
  --fa--fa: ""
}

.fa-angle-right {
  --fa: "";
  --fa--fa: ""
}

.fa-angle-up {
  --fa: "";
  --fa--fa: ""
}

.fa-angles-down {
  --fa: "";
  --fa--fa: ""
}

.fa-angles-left {
  --fa: "";
  --fa--fa: ""
}

.fa-angles-right {
  --fa: "";
  --fa--fa: ""
}

.fa-angles-up {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-alt-circle-right {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-circle-down {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-circle-left {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-circle-right {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-circle-up {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-down {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-down-long {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-down-to-line {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-left {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-left-long {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-left-rotate {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-right {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-right-from-bracket {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-right-long {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-right-rotate {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-rotate-back {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-rotate-backward {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-rotate-forward {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-rotate-left {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-rotate-right {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-square-down {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-square-left {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-square-right {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-square-up {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-to-bottom {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-turn-down {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-turn-down-left {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-up {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-up-from-bracket {
  --fa: "";
  --fa--fa: ""
}

.fa-arrow-up-long {
  --fa: "";
  --fa--fa: ""
}

.fa-award {
  --fa: "";
  --fa--fa: ""
}

.fa-balance-scale {
  --fa: "";
  --fa--fa: ""
}

.fa-bars {
  --fa: "";
  --fa--fa: ""
}

.fa-bolt {
  --fa: "";
  --fa--fa: ""
}

.fa-book {
  --fa: "";
  --fa--fa: ""
}

.fa-books {
  --fa: "";
  --fa--fa: ""
}

.fa-briefcase {
  --fa: "";
  --fa--fa: ""
}

.fa-buildings {
  --fa: "";
  --fa--fa: ""
}

.fa-caduceus {
  --fa: "";
  --fa--fa: ""
}

.fa-calculator {
  --fa: "";
  --fa--fa: ""
}

.fa-calendar {
  --fa: "";
  --fa--fa: ""
}

.fa-calendar-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-calendar-day {
  --fa: "";
  --fa--fa: ""
}

.fa-calendar-days {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-circle-down {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-circle-left {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-circle-right {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-circle-up {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-down {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-left {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-right {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-square-down {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-square-left {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-square-right {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-square-up {
  --fa: "";
  --fa--fa: ""
}

.fa-caret-up {
  --fa: "";
  --fa--fa: ""
}

.fa-chain {
  --fa: "";
  --fa--fa: ""
}

.fa-chart-mixed {
  --fa: "";
  --fa--fa: ""
}

.fa-check {
  --fa: "";
  --fa--fa: ""
}

.fa-check-circle {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-circle-down {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-circle-left {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-circle-right {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-circle-up {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-double-down {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-double-left {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-double-right {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-double-up {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-down {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-left {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-right {
  --fa: "";
  --fa--fa: ""
}

.fa-chevron-up {
  --fa: "";
  --fa--fa: ""
}

.fa-chevrons-down {
  --fa: "";
  --fa--fa: ""
}

.fa-chevrons-left {
  --fa: "";
  --fa--fa: ""
}

.fa-chevrons-right {
  --fa: "";
  --fa--fa: ""
}

.fa-chevrons-up {
  --fa: "";
  --fa--fa: ""
}

.fa-circle {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-arrow-down {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-arrow-left {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-arrow-right {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-arrow-up {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-caret-down {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-caret-left {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-caret-right {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-caret-up {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-check {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-chevron-down {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-chevron-left {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-chevron-right {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-chevron-up {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-location-arrow {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-pause {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-play {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-plus {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-question {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-right {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-user {
  --fa: "";
  --fa--fa: ""
}

.fa-circle-x {
  --fa: "";
  --fa--fa: ""
}

.fa-clipboard-list {
  --fa: "";
  --fa--fa: ""
}

.fa-clipboard-user {
  --fa: "";
  --fa--fa: ""
}

.fa-clock {
  --fa: "";
  --fa--fa: ""
}

.fa-clock-four {
  --fa: "";
  --fa--fa: ""
}

.fa-close {
  --fa: "";
  --fa--fa: ""
}

.fa-comment {
  --fa: "";
  --fa--fa: ""
}

.fa-comment-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-comment-question {
  --fa: "";
  --fa--fa: ""
}

.fa-comments {
  --fa: "";
  --fa--fa: ""
}

.fa-compass {
  --fa: "";
  --fa--fa: ""
}

.fa-contact-card {
  --fa: "";
  --fa--fa: ""
}

.fa-credit-card {
  --fa: "";
  --fa--fa: ""
}

.fa-credit-card-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-download {
  --fa: "";
  --fa--fa: ""
}

.fa-drivers-license {
  --fa: "";
  --fa--fa: ""
}

.fa-ellipsis-v {
  --fa: "";
  --fa--fa: ""
}

.fa-ellipsis-vertical {
  --fa: "";
  --fa--fa: ""
}

.fa-envelope {
  --fa: "";
  --fa--fa: ""
}

.fa-fax {
  --fa: "";
  --fa--fa: ""
}

.fa-feed {
  --fa: "";
  --fa--fa: ""
}

.fa-file {
  --fa: "";
  --fa--fa: ""
}

.fa-file-arrow-down {
  --fa: "";
  --fa--fa: ""
}

.fa-file-download {
  --fa: "";
  --fa--fa: ""
}

.fa-file-pdf {
  --fa: "";
  --fa--fa: ""
}

.fa-file-plus {
  --fa: "";
  --fa--fa: ""
}

.fa-folder {
  --fa: "";
  --fa--fa: ""
}

.fa-folder-blank {
  --fa: "";
  --fa--fa: ""
}

.fa-folder-closed {
  --fa: "";
  --fa--fa: ""
}

.fa-folder-open {
  --fa: "";
  --fa--fa: ""
}

.fa-gavel {
  --fa: "";
  --fa--fa: ""
}

.fa-globe {
  --fa: "";
  --fa--fa: ""
}

.fa-hand-holding-dollar {
  --fa: "";
  --fa--fa: ""
}

.fa-hand-holding-usd {
  --fa: "";
  --fa--fa: ""
}

.fa-handshake {
  --fa: "";
  --fa--fa: ""
}

.fa-headset {
  --fa: "";
  --fa--fa: ""
}

.fa-home {
  --fa: "";
  --fa--fa: ""
}

.fa-home-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-home-lg-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-house {
  --fa: "";
  --fa--fa: ""
}

.fa-id-card {
  --fa: "";
  --fa--fa: ""
}

.fa-image {
  --fa: "";
  --fa--fa: ""
}

.fa-image-portrait {
  --fa: "";
  --fa--fa: ""
}

.fa-key {
  --fa: "";
  --fa--fa: ""
}

.fa-keyboard {
  --fa: "";
  --fa--fa: ""
}

.fa-landmark-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-landmark-dome {
  --fa: "";
  --fa--fa: ""
}

.fa-laptop-mobile {
  --fa: "";
  --fa--fa: ""
}

.fa-legal {
  --fa: "";
  --fa--fa: ""
}

.fa-level-down {
  --fa: "";
  --fa--fa: ""
}

.fa-link {
  --fa: "";
  --fa--fa: ""
}

.fa-location-arrow {
  --fa: "";
  --fa--fa: ""
}

.fa-location-circle {
  --fa: "";
  --fa--fa: ""
}

.fa-location-dot {
  --fa: "";
  --fa--fa: ""
}

.fa-location-pin {
  --fa: "";
  --fa--fa: ""
}

.fa-lock {
  --fa: "";
  --fa--fa: ""
}

.fa-long-arrow-down {
  --fa: "";
  --fa--fa: ""
}

.fa-long-arrow-left {
  --fa: "";
  --fa--fa: ""
}

.fa-long-arrow-right {
  --fa: "";
  --fa--fa: ""
}

.fa-long-arrow-up {
  --fa: "";
  --fa--fa: ""
}

.fa-magnifying-glass {
  --fa: "";
  --fa--fa: ""
}

.fa-mail-forward {
  --fa: "";
  --fa--fa: ""
}

.fa-mail-reply {
  --fa: "";
  --fa--fa: ""
}

.fa-mail-reply-all {
  --fa: "";
  --fa--fa: ""
}

.fa-mailbox-flag-up {
  --fa: "";
  --fa--fa: ""
}

.fa-map {
  --fa: "";
  --fa--fa: ""
}

.fa-map-marker {
  --fa: "";
  --fa--fa: ""
}

.fa-map-marker-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-map-pin {
  --fa: "";
  --fa--fa: ""
}

.fa-medkit {
  --fa: "";
  --fa--fa: ""
}

.fa-message {
  --fa: "";
  --fa--fa: ""
}

.fa-microphone {
  --fa: "";
  --fa--fa: ""
}

.fa-microphone-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-microphone-lines {
  --fa: "";
  --fa--fa: ""
}

.fa-minus {
  --fa: "";
  --fa--fa: ""
}

.fa-mobile {
  --fa: "";
  --fa--fa: ""
}

.fa-mobile-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-mobile-android {
  --fa: "";
  --fa--fa: ""
}

.fa-mobile-android-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-mobile-phone {
  --fa: "";
  --fa--fa: ""
}

.fa-mobile-screen {
  --fa: "";
  --fa--fa: ""
}

.fa-mobile-screen-button {
  --fa: "";
  --fa--fa: ""
}

.fa-money-bill-transfer {
  --fa: "";
  --fa--fa: ""
}

.fa-money-bill-wave {
  --fa: "";
  --fa--fa: ""
}

.fa-money-check-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-money-check-dollar {
  --fa: "";
  --fa--fa: ""
}

.fa-multiply {
  --fa: "";
  --fa--fa: ""
}

.fa-navicon {
  --fa: "";
  --fa--fa: ""
}

.fa-newspaper {
  --fa: "";
  --fa--fa: ""
}

.fa-paper-plane {
  --fa: "";
  --fa--fa: ""
}

.fa-paperclip {
  --fa: "";
  --fa--fa: ""
}

.fa-paperclip-vertical {
  --fa: "";
  --fa--fa: ""
}

.fa-pause {
  --fa: "";
  --fa--fa: ""
}

.fa-pause-circle {
  --fa: "";
  --fa--fa: ""
}

.fa-pencil {
  --fa: "";
  --fa--fa: ""
}

.fa-pencil-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-phone {
  --fa: "";
  --fa--fa: ""
}

.fa-phone-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-phone-flip {
  --fa: "";
  --fa--fa: ""
}

.fa-phone-laptop {
  --fa: "";
  --fa--fa: ""
}

.fa-phone-office {
  --fa: "";
  --fa--fa: ""
}

.fa-phone-square {
  --fa: "";
  --fa--fa: ""
}

.fa-phone-volume {
  --fa: "";
  --fa--fa: ""
}

.fa-play {
  --fa: "";
  --fa--fa: ""
}

.fa-play-circle {
  --fa: "";
  --fa--fa: ""
}

.fa-plus {
  --fa: "+";
  --fa--fa: "++"
}

.fa-plus-circle {
  --fa: "";
  --fa--fa: ""
}

.fa-podcast {
  --fa: "";
  --fa--fa: ""
}

.fa-portrait {
  --fa: "";
  --fa--fa: ""
}

.fa-print {
  --fa: "";
  --fa--fa: ""
}

.fa-question {
  --fa: "?";
  --fa--fa: "??"
}

.fa-question-circle {
  --fa: "";
  --fa--fa: ""
}

.fa-quote-left {
  --fa: "";
  --fa--fa: ""
}

.fa-quote-left-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-quote-right {
  --fa: "";
  --fa--fa: ""
}

.fa-quote-right-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-redo {
  --fa: "";
  --fa--fa: ""
}

.fa-remove {
  --fa: "";
  --fa--fa: ""
}

.fa-reply {
  --fa: "";
  --fa--fa: ""
}

.fa-reply-all {
  --fa: "";
  --fa--fa: ""
}

.fa-rotate {
  --fa: "";
  --fa--fa: ""
}

.fa-rss {
  --fa: "";
  --fa--fa: ""
}

.fa-scale-balanced {
  --fa: "";
  --fa--fa: ""
}

.fa-search {
  --fa: "";
  --fa--fa: ""
}

.fa-share {
  --fa: "";
  --fa--fa: ""
}

.fa-share-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-share-alt-square {
  --fa: "";
  --fa--fa: ""
}

.fa-share-from-square {
  --fa: "";
  --fa--fa: ""
}

.fa-share-nodes {
  --fa: "";
  --fa--fa: ""
}

.fa-share-square {
  --fa: "";
  --fa--fa: ""
}

.fa-shield-plus {
  --fa: "";
  --fa--fa: ""
}

.fa-sign-out {
  --fa: "";
  --fa--fa: ""
}

.fa-sort {
  --fa: "";
  --fa--fa: ""
}

.fa-square-arrow-down {
  --fa: "";
  --fa--fa: ""
}

.fa-square-arrow-left {
  --fa: "";
  --fa--fa: ""
}

.fa-square-arrow-right {
  --fa: "";
  --fa--fa: ""
}

.fa-square-arrow-up {
  --fa: "";
  --fa--fa: ""
}

.fa-square-caret-down {
  --fa: "";
  --fa--fa: ""
}

.fa-square-caret-left {
  --fa: "";
  --fa--fa: ""
}

.fa-square-caret-right {
  --fa: "";
  --fa--fa: ""
}

.fa-square-caret-up {
  --fa: "";
  --fa--fa: ""
}

.fa-square-phone {
  --fa: "";
  --fa--fa: ""
}

.fa-square-share-nodes {
  --fa: "";
  --fa--fa: ""
}

.fa-star {
  --fa: "";
  --fa--fa: ""
}

.fa-stop {
  --fa: "";
  --fa--fa: ""
}

.fa-subtract {
  --fa: "";
  --fa--fa: ""
}

.fa-suitcase {
  --fa: "";
  --fa--fa: ""
}

.fa-suitcase-medical {
  --fa: "";
  --fa--fa: ""
}

.fa-sync-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-syringe {
  --fa: "";
  --fa--fa: ""
}

.fa-tag {
  --fa: "";
  --fa--fa: ""
}

.fa-tags {
  --fa: "";
  --fa--fa: ""
}

.fa-thumbs-up {
  --fa: "";
  --fa--fa: ""
}

.fa-times {
  --fa: "";
  --fa--fa: ""
}

.fa-undo {
  --fa: "";
  --fa--fa: ""
}

.fa-unsorted {
  --fa: "";
  --fa--fa: ""
}

.fa-user {
  --fa: "";
  --fa--fa: ""
}

.fa-user-alt {
  --fa: "";
  --fa--fa: ""
}

.fa-user-circle {
  --fa: "";
  --fa--fa: ""
}

.fa-user-friends {
  --fa: "";
  --fa--fa: ""
}

.fa-user-group {
  --fa: "";
  --fa--fa: ""
}

.fa-user-large {
  --fa: "";
  --fa--fa: ""
}

.fa-user-tie {
  --fa: "";
  --fa--fa: ""
}

.fa-users {
  --fa: "";
  --fa--fa: ""
}

.fa-vcard {
  --fa: "";
  --fa--fa: ""
}

.fa-video {
  --fa: "";
  --fa--fa: ""
}

.fa-video-camera {
  --fa: "";
  --fa--fa: ""
}

.fa-volume-control-phone {
  --fa: "";
  --fa--fa: ""
}

.fa-wheelchair {
  --fa: "";
  --fa--fa: ""
}

.fa-x {
  --fa: "X";
  --fa--fa: "XX"
}

.fa-xmark {
  --fa: "";
  --fa--fa: ""
}

.fa-zap {
  --fa: "";
  --fa--fa: ""
}

.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
}