/*!
 * 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.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -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;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.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(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius, .1em);
  border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  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 {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing-function, ease-in-out);
  animation-timing-function: var(--fa-animation-timing-function, ease-in-out);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing-function, ease-in-out);
  animation-timing-function: var(--fa-animation-timing-function, ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing-function, ease-in-out);
  animation-timing-function: var(--fa-animation-timing-function, ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 0.5s);
  animation-duration: var(--fa-animation-duration, 0.5s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing-function, linear);
  animation-timing-function: var(--fa-animation-timing-function, linear);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing-function, linear);
  animation-timing-function: var(--fa-animation-timing-function, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing-function, steps(8));
  animation-timing-function: var(--fa-animation-timing-function, steps(8));
}
.fa-rotate-90 {
  --fa-rotate: 90deg;
}
.fa-rotate-180 {
  --fa-rotate: 180deg;
}
.fa-rotate-270 {
  --fa-rotate: 270deg;
}
.fa-rotate-by {
  --fa-rotate: 0deg;
}
.fa-flip-horizontal {
  --fa-scale-x: -1;
}
.fa-flip-vertical {
  --fa-scale-y: -1;
}
.fa-flip-both {
  --fa-scale-x: -1;
  --fa-scale-y: -1;
}
.fa-sr-only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.fa-sr-only-focusable:focus,
.fa-sr-only-focusable:active {
  clip: auto !important;
  overflow: visible !important;
  position: static !important;
  white-space: normal !important;
  width: auto !important;
  height: auto !important;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -.225em;
}
.svg-inline--fa.fa-sm {
  vertical-align: -.03em;
}
.svg-inline--fa.fa-xs {
  vertical-align: .08em;
}
.svg-inline--fa * {
  fill: currentColor;
}
.fa-beat {
  -webkit-animation: fa-beat var(--fa-animation-duration, 1s) var(--fa-animation-timing-function, ease-in-out)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
  animation: fa-beat var(--fa-animation-duration, 1s) var(--fa-animation-timing-function, ease-in-out)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
}
@-webkit-keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
  }
}
.fa-beat-fade {
  -webkit-animation: fa-beat-fade var(--fa-animation-duration, 1s) var(--fa-animation-timing-function, ease-in-out)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
  animation: fa-beat-fade var(--fa-animation-duration, 1s) var(--fa-animation-timing-function, ease-in-out)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
}
@-webkit-keyframes fa-beat-fade {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  45% {
    opacity: 1;
    transform: scale(1.25);
  }
  90% {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes fa-beat-fade {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  45% {
    opacity: 1;
    transform: scale(1.25);
  }
  90% {
    opacity: 0.4;
    transform: scale(1);
  }
}
.fa-bounce {
  -webkit-animation: fa-bounce var(--fa-animation-duration, 1s) var(--fa-animation-timing-function, ease-in-out)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
  animation: fa-bounce var(--fa-animation-duration, 1s) var(--fa-animation-timing-function, ease-in-out)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
}
@-webkit-keyframes fa-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--fa-bounce-height, -0.2em));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--fa-bounce-height, -0.2em));
  }
  100% {
    transform: translateY(0);
  }
}
.fa-shake {
  -webkit-animation: fa-shake var(--fa-animation-duration, 0.5s) var(--fa-animation-timing-function, linear)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
  animation: fa-shake var(--fa-animation-duration, 0.5s) var(--fa-animation-timing-function, linear)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
}
@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8% {
    transform: rotate(-15deg);
  }
  12% {
    transform: rotate(15deg);
  }
  16% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(15deg);
  }
  24% {
    transform: rotate(-15deg);
  }
  30%,
  100% {
    transform: rotate(0);
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8% {
    transform: rotate(-15deg);
  }
  12% {
    transform: rotate(15deg);
  }
  16% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(15deg);
  }
  24% {
    transform: rotate(-15deg);
  }
  30%,
  100% {
    transform: rotate(0);
  }
}
.fa-spin {
  -webkit-animation: fa-spin var(--fa-animation-duration, 2s) var(--fa-animation-timing-function, linear)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
  animation: fa-spin var(--fa-animation-duration, 2s) var(--fa-animation-timing-function, linear)
    var(--fa-animation-iteration-count, infinite) var(--fa-animation-direction, normal);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-superscript:before {
  content: "\f12a";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-paste:before,
.fa-file-clipboard:before {
  content: "\f0ea";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before {
  content: "\f071";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-expand:before {
  content: "\f0b2";
}
.fa-collapse:before {
  content: "\f150";
}
.fa-arrows-alt:before,
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-external-link-square-alt:before {
  content: "\f14c";
}
.fa-archive:before {
  content: "\f187";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code:before {
  content: "\f121";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-location-crosshairs:before {
  content: "\f60e";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-history:before {
  content: "\f1da";
}
.fa-list-ol:before,
.fa-list-numbered:before {
  content: "\f0cb";
}
.fa-list-ul:before,
.fa-list-bullets:before {
  content: "\f03a";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3bd";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-desktop:before {
  content: "\f390";
}
.fa-mobile:before {
  content: "\f3ce";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-arrows-alt-h:before,
.fa-arrows-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before,
.fa-arrows-v:before {
  content: "\f338";
}
.fa-save:before,
.fa-floppy-disk:before {
  content: "\f0c7";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-th-list:before,
.fa-unordered-list:before {
  content: "\f00b";
}
.fa-th:before,
.fa-grid:before {
  content: "\f00a";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-outdent:before,
.fa-dedent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-chart-bar:before,
.fa-rectangle-bar-chart:before {
  content: "\f080";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-times:before {
  content: "\f00d";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-lock:before {
  content: "\f023";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-list:before {
  content: "\f03b";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-comment:before {
  content: "\f075";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-signal:before {
  content: "\f012";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-home:before {
  content: "\f015";
}
.fa-file:before {
  content: "\f15b";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-heart:before {
  content: "\f004";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-user:before {
  content: "\f007";
}
.fa-search:before {
  content: "\f002";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-plus:before {
  content: "\f067";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-upload:before {
  content: "\f093";
}
.fa-download:before {
  content: "\f019";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-comments:before {
  content: "\f086";
}
.fa-star:before {
  content: "\f005";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-key:before {
  content: "\f084";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-expand:before {
  content: "\f0b2";
}
.fa-compress:before {
  content: "\f066";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
