@charset "utf-8";
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Pro");
  font-weight: var(--fa-style,900)
}
.fa,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-sharp,
.fa-sharp-duotone,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fadl,
.fadr,
.fadt,
.fal,
.far,
.fas,
.fasdl,
.fasdr,
.fasds,
.fasdt,
.fasl,
.fasr,
.fass,
.fast,
.fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  line-height: 1
}
.fa-brands:before,
.fa-classic:before,
.fa-duotone:before,
.fa-light:before,
.fa-regular:before,
.fa-sharp-duotone:before,
.fa-sharp:before,
.fa-solid:before,
.fa-thin:before,
.fa:before,
.fab:before,
.fad:before,
.fadl:before,
.fadr:before,
.fadt:before,
.fal:before,
.far:before,
.fas:before,
.fasdl:before,
.fasdr:before,
.fasds:before,
.fasdt:before,
.fasl:before,
.fasr:before,
.fass:before,
.fast:before,
.fat:before {
  content: var(--fa)
}
.fa-duotone.fa-light:after,
.fa-duotone.fa-regular:after,
.fa-duotone.fa-solid:after,
.fa-duotone.fa-thin:after,
.fa-duotone:after,
.fa-sharp-duotone.fa-light:after,
.fa-sharp-duotone.fa-regular:after,
.fa-sharp-duotone.fa-solid:after,
.fa-sharp-duotone.fa-thin:after,
.fa-sharp-duotone:after,
.fad:after,
.fadl:after,
.fadr:after,
.fadt:after,
.fasdl:after,
.fasdr:after,
.fasds:after,
.fasdt:after {
  content: var(--fa--fa)
}
.fa-classic.fa-duotone {
  font-family: "Font Awesome 6 Duotone"
}
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fad,
.fasds,
.fass {
  font-weight: 900
}
.fa-classic,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fal,
.far,
.fas,
.fat {
  font-family: "Font Awesome 6 Pro"
}
.fa-duotone,
.fad,
.fadl,
.fadr,
.fadt {
  font-family: "Font Awesome 6 Duotone"
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands"
}
.fa-sharp,
.fasl,
.fasr,
.fass,
.fast {
  font-family: "Font Awesome 6 Sharp"
}
.fa-sharp-duotone,
.fasdl,
.fasdr,
.fasds,
.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 {
  vertical-align: .225em;
  font-size: .625em;
  line-height: .1em
}
.fa-xs {
  vertical-align: .125em;
  font-size: .75em;
  line-height: .08333em
}
.fa-sm {
  vertical-align: .05357em;
  font-size: .875em;
  line-height: .07143em
}
.fa-lg {
  vertical-align: -.075em;
  font-size: 1.25em;
  line-height: .05em
}
.fa-xl {
  vertical-align: -.125em;
  font-size: 1.5em;
  line-height: .04167em
}
.fa-2xl {
  vertical-align: -.1875em;
  font-size: 2em;
  line-height: .03125em
}
.fa-fw {
  text-align: center;
  width: 1.25em
}
.fa-ul {
  margin-left: var(--fa-li-margin,2.5em);
  padding-left: 0;
  list-style-type: none
}
.fa-ul > li {
  position: relative
}
.fa-li {
  left: calc(-1*var(--fa-li-width,2em));
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
  position: absolute
}
.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-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    transition-duration: 0s;
    transition-delay: 0s;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    animation-delay: -1ms
  }
}
@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)
  }
  24%,
  8% {
    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 {
  vertical-align: middle;
  width: 2.5em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  position: relative
}
.fa-stack-1x,
.fa-stack-2x {
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index,auto);
  position: absolute;
  left: 0
}
.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-book {
  --fa: "";
  --fa--fa: ""
}
.fa-address-card {
  --fa: "";
  --fa--fa: ""
}
.fa-adjust {
  --fa: "";
  --fa--fa: ""
}
.fa-alarm-clock {
  --fa: "";
  --fa--fa: ""
}
.fa-align-center {
  --fa: "";
  --fa--fa: ""
}
.fa-align-left {
  --fa: "";
  --fa--fa: ""
}
.fa-angle-double-right {
  --fa: "";
  --fa--fa: ""
}
.fa-angle-left {
  --fa: "";
  --fa--fa: ""
}
.fa-angle-right {
  --fa: "";
  --fa--fa: ""
}
.fa-angles-right {
  --fa: "";
  --fa--fa: ""
}
.fa-archive {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-circle-up {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-down {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-down-arrow-up {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-down-to-line {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-left {
  --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-rotate {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-rotate-back,
.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-to-bottom {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-up {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-up-from-bracket {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "";
  --fa--fa: ""
}
.fa-arrow-up-right-from-square {
  --fa: "";
  --fa--fa: ""
}
.fa-arrows-rotate {
  --fa: "";
  --fa--fa: ""
}
.fa-baby-carriage {
  --fa: "";
  --fa--fa: ""
}
.fa-badge-dollar {
  --fa: "";
  --fa--fa: ""
}
.fa-bars {
  --fa: "";
  --fa--fa: ""
}
.fa-bars-filter {
  --fa: "";
  --fa--fa: ""
}
.fa-bars-staggered {
  --fa: "";
  --fa--fa: ""
}
.fa-bed-alt,
.fa-bed-front {
  --fa: "";
  --fa--fa: ""
}
.fa-bell {
  --fa: "";
  --fa--fa: ""
}
.fa-bell-on {
  --fa: "";
  --fa--fa: ""
}
.fa-block-quote {
  --fa: "";
  --fa--fa: ""
}
.fa-bold {
  --fa: "";
  --fa--fa: ""
}
.fa-bolt {
  --fa: "";
  --fa--fa: ""
}
.fa-bolt-auto {
  --fa: "";
  --fa--fa: ""
}
.fa-bolt-slash {
  --fa: "";
  --fa--fa: ""
}
.fa-box-archive {
  --fa: "";
  --fa--fa: ""
}
.fa-briefcase {
  --fa: "";
  --fa--fa: ""
}
.fa-briefcase-clock {
  --fa: "";
  --fa--fa: ""
}
.fa-briefcase-medical {
  --fa: "";
  --fa--fa: ""
}
.fa-browser {
  --fa: "";
  --fa--fa: ""
}
.fa-building {
  --fa: "";
  --fa--fa: ""
}
.fa-building-user {
  --fa: "";
  --fa--fa: ""
}
.fa-business-time {
  --fa: "";
  --fa--fa: ""
}
.fa-cabinet-filing {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-alt {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-check {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-circle-exclamation {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-circle-minus {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-circle-plus {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-circle-user {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-clock {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-day {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-days {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-minus {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-plus {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-range {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-star {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-time {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-times {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-week {
  --fa: "";
  --fa--fa: ""
}
.fa-calendar-xmark {
  --fa: "";
  --fa--fa: ""
}
.fa-car-bus {
  --fa: "";
  --fa--fa: ""
}
.fa-carriage-baby {
  --fa: "";
  --fa--fa: ""
}
.fa-chain {
  --fa: "";
  --fa--fa: ""
}
.fa-chain-horizontal {
  --fa: "";
  --fa--fa: ""
}
.fa-chart-line-up {
  --fa: "";
  --fa--fa: ""
}
.fa-chart-pie {
  --fa: "";
  --fa--fa: ""
}
.fa-chart-pie-alt,
.fa-chart-pie-simple {
  --fa: "";
  --fa--fa: ""
}
.fa-chart-simple {
  --fa: "";
  --fa--fa: ""
}
.fa-check {
  --fa: "";
  --fa--fa: ""
}
.fa-check-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-check-square {
  --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-child-reaching {
  --fa: "";
  --fa--fa: ""
}
.fa-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-arrow-up {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-bolt {
  --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-dollar {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-dot {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-euro {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-exclamation {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-half-stroke {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-info {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-minus {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-o {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-play {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-question {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-small {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-star {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-stop {
  --fa: "";
  --fa--fa: ""
}
.fa-circle-xmark {
  --fa: "";
  --fa--fa: ""
}
.fa-clipboard {
  --fa: "";
  --fa--fa: ""
}
.fa-clipboard-check {
  --fa: "";
  --fa--fa: ""
}
.fa-clipboard-list {
  --fa: "";
  --fa--fa: ""
}
.fa-clipboard-list-check {
  --fa: "";
  --fa--fa: ""
}
.fa-clipboard-user {
  --fa: "";
  --fa--fa: ""
}
.fa-clock,
.fa-clock-four {
  --fa: "";
  --fa--fa: ""
}
.fa-clone {
  --fa: "";
  --fa--fa: ""
}
.fa-close {
  --fa: "";
  --fa--fa: ""
}
.fa-cloud-arrow-up,
.fa-cloud-upload,
.fa-cloud-upload-alt {
  --fa: "";
  --fa--fa: ""
}
.fa-code {
  --fa: "";
  --fa--fa: ""
}
.fa-cog {
  --fa: "";
  --fa--fa: ""
}
.fa-coins {
  --fa: "";
  --fa--fa: ""
}
.fa-columns {
  --fa: "";
  --fa--fa: ""
}
.fa-columns-3 {
  --fa: "";
  --fa--fa: ""
}
.fa-comment {
  --fa: "";
  --fa--fa: ""
}
.fa-comment-alt {
  --fa: "";
  --fa--fa: ""
}
.fa-comment-medical {
  --fa: "";
  --fa--fa: ""
}
.fa-compress {
  --fa: "";
  --fa--fa: ""
}
.fa-compress-wide {
  --fa: "";
  --fa--fa: ""
}
.fa-computer {
  --fa: "";
  --fa--fa: ""
}
.fa-computer-classic {
  --fa: "";
  --fa--fa: ""
}
.fa-contact-book {
  --fa: "";
  --fa--fa: ""
}
.fa-contact-card {
  --fa: "";
  --fa--fa: ""
}
.fa-copy {
  --fa: "";
  --fa--fa: ""
}
.fa-desktop,
.fa-desktop-alt {
  --fa: "";
  --fa--fa: ""
}
.fa-desktop-arrow-down {
  --fa: "";
  --fa--fa: ""
}
.fa-diagram-cells {
  --fa: "";
  --fa--fa: ""
}
.fa-dollar {
  --fa: "$";
  --fa--fa: "$$"
}
.fa-dollar-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-dollar-sign {
  --fa: "$";
  --fa--fa: "$$"
}
.fa-dot-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-earth,
.fa-earth-america,
.fa-earth-americas {
  --fa: "";
  --fa--fa: ""
}
.fa-edit {
  --fa: "";
  --fa--fa: ""
}
.fa-ellipsis,
.fa-ellipsis-h {
  --fa: "";
  --fa--fa: ""
}
.fa-ellipsis-v,
.fa-ellipsis-vertical {
  --fa: "";
  --fa--fa: ""
}
.fa-eur,
.fa-euro,
.fa-euro-sign {
  --fa: "";
  --fa--fa: ""
}
.fa-exclamation-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-exclamation-triangle {
  --fa: "";
  --fa--fa: ""
}
.fa-external-link {
  --fa: "";
  --fa--fa: ""
}
.fa-eye {
  --fa: "";
  --fa--fa: ""
}
.fa-eye-low-vision {
  --fa: "";
  --fa--fa: ""
}
.fa-eye-slash {
  --fa: "";
  --fa--fa: ""
}
.fa-file {
  --fa: "";
  --fa--fa: ""
}
.fa-file-alt {
  --fa: "";
  --fa--fa: ""
}
.fa-file-arrow-down {
  --fa: "";
  --fa--fa: ""
}
.fa-file-chart-column,
.fa-file-chart-line {
  --fa: "";
  --fa--fa: ""
}
.fa-file-code {
  --fa: "";
  --fa--fa: ""
}
.fa-file-contract {
  --fa: "";
  --fa--fa: ""
}
.fa-file-csv {
  --fa: "";
  --fa--fa: ""
}
.fa-file-download {
  --fa: "";
  --fa--fa: ""
}
.fa-file-excel {
  --fa: "";
  --fa--fa: ""
}
.fa-file-invoice {
  --fa: "";
  --fa--fa: ""
}
.fa-file-invoice-dollar {
  --fa: "";
  --fa--fa: ""
}
.fa-file-lines {
  --fa: "";
  --fa--fa: ""
}
.fa-file-lock {
  --fa: "";
  --fa--fa: ""
}
.fa-file-magnifying-glass {
  --fa: "";
  --fa--fa: ""
}
.fa-file-minus {
  --fa: "";
  --fa--fa: ""
}
.fa-file-pdf {
  --fa: "";
  --fa--fa: ""
}
.fa-file-plus {
  --fa: "";
  --fa--fa: ""
}
.fa-file-plus-minus {
  --fa: "";
  --fa--fa: ""
}
.fa-file-powerpoint {
  --fa: "";
  --fa--fa: ""
}
.fa-file-search {
  --fa: "";
  --fa--fa: ""
}
.fa-file-slash {
  --fa: "";
  --fa--fa: ""
}
.fa-file-spreadsheet {
  --fa: "";
  --fa--fa: ""
}
.fa-file-text {
  --fa: "";
  --fa--fa: ""
}
.fa-file-times {
  --fa: "";
  --fa--fa: ""
}
.fa-file-word {
  --fa: "";
  --fa--fa: ""
}
.fa-file-xls {
  --fa: "";
  --fa--fa: ""
}
.fa-file-xmark {
  --fa: "";
  --fa--fa: ""
}
.fa-filter {
  --fa: "";
  --fa--fa: ""
}
.fa-filter-list {
  --fa: "";
  --fa--fa: ""
}
.fa-flask-vial {
  --fa: "";
  --fa--fa: ""
}
.fa-folder,
.fa-folder-blank {
  --fa: "";
  --fa--fa: ""
}
.fa-folder-cog,
.fa-folder-gear {
  --fa: "";
  --fa--fa: ""
}
.fa-folder-magnifying-glass {
  --fa: "";
  --fa--fa: ""
}
.fa-folder-open {
  --fa: "";
  --fa--fa: ""
}
.fa-folder-search {
  --fa: "";
  --fa--fa: ""
}
.fa-folder-user {
  --fa: "";
  --fa--fa: ""
}
.fa-folders {
  --fa: "";
  --fa--fa: ""
}
.fa-gear {
  --fa: "";
  --fa--fa: ""
}
.fa-globe {
  --fa: "";
  --fa--fa: ""
}
.fa-globe-americas {
  --fa: "";
  --fa--fa: ""
}
.fa-graduation-cap {
  --fa: "";
  --fa--fa: ""
}
.fa-grid {
  --fa: "";
  --fa--fa: ""
}
.fa-grid-2 {
  --fa: "";
  --fa--fa: ""
}
.fa-grid-3 {
  --fa: "";
  --fa--fa: ""
}
.fa-grid-4 {
  --fa: "";
  --fa--fa: ""
}
.fa-grid-5 {
  --fa: "";
  --fa--fa: ""
}
.fa-grip-dots-vertical {
  --fa: "";
  --fa--fa: ""
}
.fa-grip-lines {
  --fa: "";
  --fa--fa: ""
}
.fa-grip-lines-vertical {
  --fa: "";
  --fa--fa: ""
}
.fa-hand-sparkles {
  --fa: "";
  --fa--fa: ""
}
.fa-home,
.fa-home-alt,
.fa-home-lg-alt,
.fa-house {
  --fa: "";
  --fa--fa: ""
}
.fa-inbox {
  --fa: "";
  --fa--fa: ""
}
.fa-info-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-island-tree-palm,
.fa-island-tropical {
  --fa: "";
  --fa--fa: ""
}
.fa-italic {
  --fa: "";
  --fa--fa: ""
}
.fa-key {
  --fa: "";
  --fa--fa: ""
}
.fa-laptop {
  --fa: "";
  --fa--fa: ""
}
.fa-laptop-arrow-down {
  --fa: "";
  --fa--fa: ""
}
.fa-layer-group {
  --fa: "";
  --fa--fa: ""
}
.fa-line-columns {
  --fa: "";
  --fa--fa: ""
}
.fa-link {
  --fa: "";
  --fa--fa: ""
}
.fa-link-horizontal {
  --fa: "";
  --fa--fa: ""
}
.fa-link-simple {
  --fa: "";
  --fa--fa: ""
}
.fa-list {
  --fa: "";
  --fa--fa: ""
}
.fa-list-1-2 {
  --fa: "";
  --fa--fa: ""
}
.fa-list-check {
  --fa: "";
  --fa--fa: ""
}
.fa-list-dots {
  --fa: "";
  --fa--fa: ""
}
.fa-list-numeric,
.fa-list-ol {
  --fa: "";
  --fa--fa: ""
}
.fa-list-squares {
  --fa: "";
  --fa--fa: ""
}
.fa-list-timeline {
  --fa: "";
  --fa--fa: ""
}
.fa-list-ul {
  --fa: "";
  --fa--fa: ""
}
.fa-lock {
  --fa: "";
  --fa--fa: ""
}
.fa-lock-alt,
.fa-lock-keyhole {
  --fa: "";
  --fa--fa: ""
}
.fa-low-vision {
  --fa: "";
  --fa--fa: ""
}
.fa-magic {
  --fa: "";
  --fa--fa: ""
}
.fa-magic-wand-sparkles {
  --fa: "";
  --fa--fa: ""
}
.fa-magnifying-glass {
  --fa: "";
  --fa--fa: ""
}
.fa-memo-circle-info {
  --fa: "";
  --fa--fa: ""
}
.fa-message {
  --fa: "";
  --fa--fa: ""
}
.fa-minus {
  --fa: "";
  --fa--fa: ""
}
.fa-minus-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-money-check-alt,
.fa-money-check-dollar {
  --fa: "";
  --fa--fa: ""
}
.fa-moon {
  --fa: "";
  --fa--fa: ""
}
.fa-moon-stars {
  --fa: "";
  --fa--fa: ""
}
.fa-mortar-board {
  --fa: "";
  --fa--fa: ""
}
.fa-multiply {
  --fa: "";
  --fa--fa: ""
}
.fa-navicon {
  --fa: "";
  --fa--fa: ""
}
.fa-objects-column {
  --fa: "";
  --fa--fa: ""
}
.fa-paper-plane {
  --fa: "";
  --fa--fa: ""
}
.fa-paper-plane-alt,
.fa-paper-plane-top {
  --fa: "";
  --fa--fa: ""
}
.fa-paperclip {
  --fa: "";
  --fa--fa: ""
}
.fa-party-horn {
  --fa: "";
  --fa--fa: ""
}
.fa-paw {
  --fa: "";
  --fa--fa: ""
}
.fa-pen-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-pen-line {
  --fa: "";
  --fa--fa: ""
}
.fa-pen-to-square {
  --fa: "";
  --fa--fa: ""
}
.fa-pie-chart {
  --fa: "";
  --fa--fa: ""
}
.fa-play {
  --fa: "";
  --fa--fa: ""
}
.fa-play-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-plus {
  --fa: "+";
  --fa--fa: "++"
}
.fa-print {
  --fa: "";
  --fa--fa: ""
}
.fa-question-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-redo {
  --fa: "";
  --fa--fa: ""
}
.fa-refresh {
  --fa: "";
  --fa--fa: ""
}
.fa-remove {
  --fa: "";
  --fa--fa: ""
}
.fa-reorder {
  --fa: "";
  --fa--fa: ""
}
.fa-rings-wedding {
  --fa: "";
  --fa--fa: ""
}
.fa-search {
  --fa: "";
  --fa--fa: ""
}
.fa-send {
  --fa: "";
  --fa--fa: ""
}
.fa-shield-check {
  --fa: "";
  --fa--fa: ""
}
.fa-shield-keyhole {
  --fa: "";
  --fa--fa: ""
}
.fa-sign-out {
  --fa: "";
  --fa--fa: ""
}
.fa-signal-alt {
  --fa: "";
  --fa--fa: ""
}
.fa-signal-alt-1 {
  --fa: "";
  --fa--fa: ""
}
.fa-signal-alt-2 {
  --fa: "";
  --fa--fa: ""
}
.fa-signal-alt-3 {
  --fa: "";
  --fa--fa: ""
}
.fa-signal-alt-4,
.fa-signal-bars {
  --fa: "";
  --fa--fa: ""
}
.fa-signal-bars-fair {
  --fa: "";
  --fa--fa: ""
}
.fa-signal-bars-good {
  --fa: "";
  --fa--fa: ""
}
.fa-signal-bars-strong {
  --fa: "";
  --fa--fa: ""
}
.fa-signal-bars-weak {
  --fa: "";
  --fa--fa: ""
}
.fa-sliders,
.fa-sliders-h {
  --fa: "";
  --fa--fa: ""
}
.fa-sort-alt {
  --fa: "";
  --fa--fa: ""
}
.fa-sparkle {
  --fa: "";
  --fa--fa: ""
}
.fa-sparkles {
  --fa: "";
  --fa--fa: ""
}
.fa-square-bolt {
  --fa: "";
  --fa--fa: ""
}
.fa-square-check {
  --fa: "";
  --fa--fa: ""
}
.fa-star {
  --fa: "";
  --fa--fa: ""
}
.fa-star-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-stop {
  --fa: "";
  --fa--fa: ""
}
.fa-stop-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-stopwatch {
  --fa: "";
  --fa--fa: ""
}
.fa-stream {
  --fa: "";
  --fa--fa: ""
}
.fa-strikethrough {
  --fa: "";
  --fa--fa: ""
}
.fa-subtract {
  --fa: "";
  --fa--fa: ""
}
.fa-sun-alt,
.fa-sun-bright {
  --fa: "";
  --fa--fa: ""
}
.fa-sync {
  --fa: "";
  --fa--fa: ""
}
.fa-table-cells {
  --fa: "";
  --fa--fa: ""
}
.fa-table-columns {
  --fa: "";
  --fa--fa: ""
}
.fa-tasks {
  --fa: "";
  --fa--fa: ""
}
.fa-th {
  --fa: "";
  --fa--fa: ""
}
.fa-thumb-tack {
  --fa: "";
  --fa--fa: ""
}
.fa-thumb-tack-slash {
  --fa: "";
  --fa--fa: ""
}
.fa-thumbtack {
  --fa: "";
  --fa--fa: ""
}
.fa-thumbtack-slash {
  --fa: "";
  --fa--fa: ""
}
.fa-timer {
  --fa: "";
  --fa--fa: ""
}
.fa-times {
  --fa: "";
  --fa--fa: ""
}
.fa-times-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-toggle-off {
  --fa: "";
  --fa--fa: ""
}
.fa-toggle-on {
  --fa: "";
  --fa--fa: ""
}
.fa-transformer-bolt {
  --fa: "";
  --fa--fa: ""
}
.fa-trash-alt {
  --fa: "";
  --fa--fa: ""
}
.fa-trash-alt-slash {
  --fa: "";
  --fa--fa: ""
}
.fa-trash-can {
  --fa: "";
  --fa--fa: ""
}
.fa-trash-can-arrow-turn-left {
  --fa: "";
  --fa--fa: ""
}
.fa-trash-can-clock {
  --fa: "";
  --fa--fa: ""
}
.fa-trash-can-slash {
  --fa: "";
  --fa--fa: ""
}
.fa-trash-can-undo,
.fa-trash-undo-alt {
  --fa: "";
  --fa--fa: ""
}
.fa-triangle-exclamation {
  --fa: "";
  --fa--fa: ""
}
.fa-truck {
  --fa: "";
  --fa--fa: ""
}
.fa-umbrella-beach {
  --fa: "";
  --fa--fa: ""
}
.fa-underline {
  --fa: "";
  --fa--fa: ""
}
.fa-undo {
  --fa: "";
  --fa--fa: ""
}
.fa-unlock-alt,
.fa-unlock-keyhole {
  --fa: "";
  --fa--fa: ""
}
.fa-usd {
  --fa: "$";
  --fa--fa: "$$"
}
.fa-usd-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-user {
  --fa: "";
  --fa--fa: ""
}
.fa-user-check {
  --fa: "";
  --fa--fa: ""
}
.fa-user-clock {
  --fa: "";
  --fa--fa: ""
}
.fa-user-plus {
  --fa: "";
  --fa--fa: ""
}
.fa-users {
  --fa: "";
  --fa--fa: ""
}
.fa-vcard {
  --fa: "";
  --fa--fa: ""
}
.fa-wand-magic {
  --fa: "";
  --fa--fa: ""
}
.fa-wand-magic-sparkles {
  --fa: "";
  --fa--fa: ""
}
.fa-wand-sparkles {
  --fa: "";
  --fa--fa: ""
}
.fa-warning {
  --fa: "";
  --fa--fa: ""
}
.fa-window-maximize {
  --fa: "";
  --fa--fa: ""
}
.fa-window-restore {
  --fa: "";
  --fa--fa: ""
}
.fa-xmark {
  --fa: "";
  --fa--fa: ""
}
.fa-xmark-circle {
  --fa: "";
  --fa--fa: ""
}
.fa-xmark-large {
  --fa: "";
  --fa--fa: ""
}
.fa-zap {
  --fa: "";
  --fa--fa: ""
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}
.fa-brands,
.fab {
  font-weight: 400
}
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}
: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-android {
  --fa: "";
  --fa--fa: ""
}
.fa-apple {
  --fa: "";
  --fa--fa: ""
}
.fa-chrome {
  --fa: "";
  --fa--fa: ""
}
.fa-edge-legacy {
  --fa: "";
  --fa--fa: ""
}
.fa-firefox-browser {
  --fa: "";
  --fa--fa: ""
}
.fa-intercom {
  --fa: "";
  --fa--fa: ""
}
.fa-linux {
  --fa: "";
  --fa--fa: ""
}
.fa-safari {
  --fa: "";
  --fa--fa: ""
}
.fa-slack,
.fa-slack-hash {
  --fa: "";
  --fa--fa: ""
}
.fa-trello {
  --fa: "";
  --fa--fa: ""
}
.fa-windows {
  --fa: "";
  --fa--fa: ""
}
:root {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"
}
: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")
}
.fa-light,
.fal {
  font-weight: 300
}
:root {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"
}
: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")
}
.fa-regular,
.far {
  font-weight: 400
}
:root {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"
}
: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")
}
.fa-solid,
.fas {
  font-weight: 900
}
:root {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone"
}
:host {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone"
}
@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-duotone-900.woff2) format("woff2"),url(../webfonts/fa-duotone-900.ttf) format("truetype")
}
.fa-duotone,
.fad {
  letter-spacing: normal;
  font-weight: 900;
  position: relative
}
.fa-duotone:before,
.fad:before {
  color: var(--fa-primary-color,inherit);
  opacity: var(--fa-primary-opacity,1);
  position: absolute
}
.fa-duotone:after,
.fad:after {
  color: var(--fa-secondary-color,inherit);
  opacity: var(--fa-secondary-opacity,.4)
}
.fa-duotone.fa-swap-opacity:before,
.fa-swap-opacity .fa-duotone:before,
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: var(--fa-secondary-opacity,.4)
}
.fa-duotone.fa-swap-opacity:after,
.fa-swap-opacity .fa-duotone:after,
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: var(--fa-primary-opacity,1)
}
.fa-duotone.fa-inverse,
.fad.fa-inverse {
  color: var(--fa-inverse,#fff)
}
.fa-duotone.fa-stack-1x,
.fa-duotone.fa-stack-2x,
.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute
}
.fa-kit.fa-attendance-regular,
.fak.fa-attendance-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-attendance-solid,
.fak.fa-attendance-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-clock-in,
.fak.fa-clock-in {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-clock-out,
.fak.fa-clock-out {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-collapse-regular,
.fak.fa-collapse-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-collapse-solid,
.fak.fa-collapse-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-dollar-regular,
.fak.fa-dollar-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-dollar-solid,
.fak.fa-dollar-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-hours-regular,
.fak.fa-hours-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-hours-solid,
.fak.fa-hours-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-intercom,
.fak.fa-intercom {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-intercom-compo,
.fak.fa-intercom-compo {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-invoices-regular,
.fak.fa-invoices-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-invoices-solid,
.fak.fa-invoices-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-manage-regular,
.fak.fa-manage-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-manage-solid,
.fak.fa-manage-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-non-billable,
.fak.fa-non-billable {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-reports-regular,
.fak.fa-reports-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-reports-solid,
.fak.fa-reports-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-reportsgraph-regular,
.fak.fa-reportsgraph-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-reportsgraph-solid,
.fak.fa-reportsgraph-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-timeline-thin-final,
.fak.fa-timeline-thin-final {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-trackingtime-solid,
.fak.fa-trackingtime-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-upgrade-regular,
.fak.fa-upgrade-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-upgrade-solid,
.fak.fa-upgrade-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-work-regular,
.fak.fa-work-regular {
  --fa: "";
  --fa--fa: ""
}
.fa-kit.fa-work-solid,
.fak.fa-work-solid {
  --fa: "";
  --fa--fa: ""
}
.fa-kit,
.fak {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display,inline-block);
  font-variant: normal;
  text-rendering: auto;
  font-family: Font Awesome Kit;
  font-style: normal;
  font-weight: 400;
  line-height: 1
}
.fa-kit:before,
.fak:before {
  content: var(--fa)
}
@font-face {
  font-family: Font Awesome Kit;
  font-style: normal;
  font-display: block;
  src: url(../webfonts/custom-icons.woff2) format("woff2"),url(../webfonts/custom-icons.ttf) format("truetype")
}