.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-add { --fa: "\2b"; --fa--fa: "\2b\2b"; }
.fa-address-card { --fa: "\f2bb"; --fa--fa: "\f2bb\f2bb"; }
.fa-ambulance { --fa: "\f0f9"; --fa--fa: "\f0f9\f0f9"; }
.fa-anchor { --fa: "\f13d"; --fa--fa: "\f13d\f13d"; }
.fa-angle-double-right { --fa: "\f101"; --fa--fa: "\f101\f101"; }
.fa-angles-right { --fa: "\f101"; --fa--fa: "\f101\f101"; }
.fa-arrow-circle-left { --fa: "\f0a8"; --fa--fa: "\f0a8\f0a8"; }
.fa-arrow-circle-right { --fa: "\f0a9"; --fa--fa: "\f0a9\f0a9"; }
.fa-arrow-down { --fa: "\f063"; --fa--fa: "\f063\f063"; }
.fa-arrow-progress { --fa: "\e5df"; --fa--fa: "\e5df\e5df"; }
.fa-arrow-up { --fa: "\f062"; --fa--fa: "\f062\f062"; }
.fa-arrows-alt { --fa: "\f0b2"; --fa--fa: "\f0b2\f0b2"; }
.fa-asterisk { --fa: "\2a"; --fa--fa: "\2a\2a"; }
.fa-automobile { --fa: "\f1b9"; --fa--fa: "\f1b9\f1b9"; }
.fa-balance-scale { --fa: "\f24e"; --fa--fa: "\f24e\f24e"; }
.fa-bank { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-bar-chart { --fa: "\f080"; --fa--fa: "\f080\f080"; }
.fa-bars { --fa: "\f0c9"; --fa--fa: "\f0c9\f0c9"; }
.fa-binoculars { --fa: "\f1e5"; --fa--fa: "\f1e5\f1e5"; }
.fa-book { --fa: "\f02d"; --fa--fa: "\f02d\f02d"; }
.fa-briefcase { --fa: "\f0b1"; --fa--fa: "\f0b1\f0b1"; }
.fa-bucket { --fa: "\e4cf"; --fa--fa: "\e4cf\e4cf"; }
.fa-building { --fa: "\f1ad"; --fa--fa: "\f1ad\f1ad"; }
.fa-building-columns { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-calculator { --fa: "\f1ec"; --fa--fa: "\f1ec\f1ec"; }
.fa-calendar { --fa: "\f133"; --fa--fa: "\f133\f133"; }
.fa-calendar-alt { --fa: "\f073"; --fa--fa: "\f073\f073"; }
.fa-calendar-days { --fa: "\f073"; --fa--fa: "\f073\f073"; }
.fa-camera { --fa: "\f030"; --fa--fa: "\f030\f030"; }
.fa-camera-alt { --fa: "\f030"; --fa--fa: "\f030\f030"; }
.fa-car { --fa: "\f1b9"; --fa--fa: "\f1b9\f1b9"; }
.fa-caret-down { --fa: "\f0d7"; --fa--fa: "\f0d7\f0d7"; }
.fa-caret-up { --fa: "\f0d8"; --fa--fa: "\f0d8\f0d8"; }
.fa-cars { --fa: "\f85b"; --fa--fa: "\f85b\f85b"; }
.fa-cart-shopping { --fa: "\f07a"; --fa--fa: "\f07a\f07a"; }
.fa-chain { --fa: "\f0c1"; --fa--fa: "\f0c1\f0c1"; }
.fa-chart-bar { --fa: "\f080"; --fa--fa: "\f080\f080"; }
.fa-chart-column { --fa: "\e0e3"; --fa--fa: "\e0e3\e0e3"; }
.fa-chart-line { --fa: "\f201"; --fa--fa: "\f201\f201"; }
.fa-chart-simple { --fa: "\e473"; --fa--fa: "\e473\e473"; }
.fa-check { --fa: "\f00c"; --fa--fa: "\f00c\f00c"; }
.fa-check-square { --fa: "\f14a"; --fa--fa: "\f14a\f14a"; }
.fa-chevron-circle-left { --fa: "\f137"; --fa--fa: "\f137\f137"; }
.fa-chevron-circle-right { --fa: "\f138"; --fa--fa: "\f138\f138"; }
.fa-chevron-down { --fa: "\f078"; --fa--fa: "\f078\f078"; }
.fa-chevron-left { --fa: "\f053"; --fa--fa: "\f053\f053"; }
.fa-chevron-right { --fa: "\f054"; --fa--fa: "\f054\f054"; }
.fa-chevron-up { --fa: "\f077"; --fa--fa: "\f077\f077"; }
.fa-circle { --fa: "\f111"; --fa--fa: "\f111\f111"; }
.fa-circle-arrow-left { --fa: "\f0a8"; --fa--fa: "\f0a8\f0a8"; }
.fa-circle-arrow-right { --fa: "\f0a9"; --fa--fa: "\f0a9\f0a9"; }
.fa-circle-chevron-left { --fa: "\f137"; --fa--fa: "\f137\f137"; }
.fa-circle-chevron-right { --fa: "\f138"; --fa--fa: "\f138\f138"; }
.fa-circle-exclamation { --fa: "\f06a"; --fa--fa: "\f06a\f06a"; }
.fa-circle-info { --fa: "\f05a"; --fa--fa: "\f05a\f05a"; }
.fa-circle-question { --fa: "\f059"; --fa--fa: "\f059\f059"; }
.fa-circle-xmark { --fa: "\f057"; --fa--fa: "\f057\f057"; }
.fa-clipboard { --fa: "\f328"; --fa--fa: "\f328\f328"; }
.fa-clock { --fa: "\f017"; --fa--fa: "\f017\f017"; }
.fa-clock-four { --fa: "\f017"; --fa--fa: "\f017\f017"; }
.fa-clock-rotate-left { --fa: "\f1da"; --fa--fa: "\f1da\f1da"; }
.fa-close { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-cog { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-cogs { --fa: "\f085"; --fa--fa: "\f085\f085"; }
.fa-columns { --fa: "\f0db"; --fa--fa: "\f0db\f0db"; }
.fa-comments { --fa: "\f086"; --fa--fa: "\f086\f086"; }
.fa-comments-alt { --fa: "\f4b6"; --fa--fa: "\f4b6\f4b6"; }
.fa-contact-card { --fa: "\f2bb"; --fa--fa: "\f2bb\f2bb"; }
.fa-copy { --fa: "\f0c5"; --fa--fa: "\f0c5\f0c5"; }
.fa-credit-card { --fa: "\f09d"; --fa--fa: "\f09d\f09d"; }
.fa-credit-card-alt { --fa: "\f09d"; --fa--fa: "\f09d\f09d"; }
.fa-credit-card-front { --fa: "\f38a"; --fa--fa: "\f38a\f38a"; }
.fa-cubes { --fa: "\f1b3"; --fa--fa: "\f1b3\f1b3"; }
.fa-dashboard { --fa: "\f624"; --fa--fa: "\f624\f624"; }
.fa-database { --fa: "\f1c0"; --fa--fa: "\f1c0\f1c0"; }
.fa-desktop { --fa: "\f390"; --fa--fa: "\f390\f390"; }
.fa-desktop-alt { --fa: "\f390"; --fa--fa: "\f390\f390"; }
.fa-download { --fa: "\f019"; --fa--fa: "\f019\f019"; }
.fa-earth-europe { --fa: "\f7a2"; --fa--fa: "\f7a2\f7a2"; }
.fa-edit { --fa: "\f044"; --fa--fa: "\f044\f044"; }
.fa-envelope { --fa: "\f0e0"; --fa--fa: "\f0e0\f0e0"; }
.fa-eraser { --fa: "\f12d"; --fa--fa: "\f12d\f12d"; }
.fa-eur { --fa: "\f153"; --fa--fa: "\f153\f153"; }
.fa-euro { --fa: "\f153"; --fa--fa: "\f153\f153"; }
.fa-euro-sign { --fa: "\f153"; --fa--fa: "\f153\f153"; }
.fa-exclamation { --fa: "\21"; --fa--fa: "\21\21"; }
.fa-exclamation-circle { --fa: "\f06a"; --fa--fa: "\f06a\f06a"; }
.fa-exclamation-triangle { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-expand { --fa: "\f065"; --fa--fa: "\f065\f065"; }
.fa-eye { --fa: "\f06e"; --fa--fa: "\f06e\f06e"; }
.fa-file { --fa: "\f15b"; --fa--fa: "\f15b\f15b"; }
.fa-file-chart-column { --fa: "\f659"; --fa--fa: "\f659\f659"; }
.fa-file-chart-line { --fa: "\f659"; --fa--fa: "\f659\f659"; }
.fa-file-check { --fa: "\f316"; --fa--fa: "\f316\f316"; }
.fa-file-excel { --fa: "\f1c3"; --fa--fa: "\f1c3\f1c3"; }
.fa-file-invoice-dollar { --fa: "\f571"; --fa--fa: "\f571\f571"; }
.fa-file-pdf { --fa: "\f1c1"; --fa--fa: "\f1c1\f1c1"; }
.fa-files { --fa: "\e178"; --fa--fa: "\e178\e178"; }
.fa-filter { --fa: "\f0b0"; --fa--fa: "\f0b0\f0b0"; }
.fa-flag { --fa: "\f024"; --fa--fa: "\f024\f024"; }
.fa-floppy-disk { --fa: "\f0c7"; --fa--fa: "\f0c7\f0c7"; }
.fa-folder { --fa: "\f07b"; --fa--fa: "\f07b\f07b"; }
.fa-folder-blank { --fa: "\f07b"; --fa--fa: "\f07b\f07b"; }
.fa-folder-open { --fa: "\f07c"; --fa--fa: "\f07c\f07c"; }
.fa-font { --fa: "\f031"; --fa--fa: "\f031\f031"; }
.fa-gauge { --fa: "\f624"; --fa--fa: "\f624\f624"; }
.fa-gauge-high { --fa: "\f625"; --fa--fa: "\f625\f625"; }
.fa-gauge-med { --fa: "\f624"; --fa--fa: "\f624\f624"; }
.fa-gavel { --fa: "\f0e3"; --fa--fa: "\f0e3\f0e3"; }
.fa-gbp { --fa: "\f154"; --fa--fa: "\f154\f154"; }
.fa-gear { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-gears { --fa: "\f085"; --fa--fa: "\f085\f085"; }
.fa-globe { --fa: "\f0ac"; --fa--fa: "\f0ac\f0ac"; }
.fa-globe-europe { --fa: "\f7a2"; --fa--fa: "\f7a2\f7a2"; }
.fa-graduation-cap { --fa: "\f19d"; --fa--fa: "\f19d\f19d"; }
.fa-hand { --fa: "\f256"; --fa--fa: "\f256\f256"; }
.fa-hand-paper { --fa: "\f256"; --fa--fa: "\f256\f256"; }
.fa-hashtag { --fa: "\23"; --fa--fa: "\23\23"; }
.fa-history { --fa: "\f1da"; --fa--fa: "\f1da\f1da"; }
.fa-home { --fa: "\f015"; --fa--fa: "\f015\f015"; }
.fa-home-alt { --fa: "\f015"; --fa--fa: "\f015\f015"; }
.fa-home-lg-alt { --fa: "\f015"; --fa--fa: "\f015\f015"; }
.fa-hourglass { --fa: "\f254"; --fa--fa: "\f254\f254"; }
.fa-hourglass-empty { --fa: "\f254"; --fa--fa: "\f254\f254"; }
.fa-house { --fa: "\f015"; --fa--fa: "\f015\f015"; }
.fa-image { --fa: "\f03e"; --fa--fa: "\f03e\f03e"; }
.fa-info-circle { --fa: "\f05a"; --fa--fa: "\f05a\f05a"; }
.fa-institution { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-key { --fa: "\f084"; --fa--fa: "\f084\f084"; }
.fa-legal { --fa: "\f0e3"; --fa--fa: "\f0e3\f0e3"; }
.fa-lightbulb { --fa: "\f0eb"; --fa--fa: "\f0eb\f0eb"; }
.fa-line-chart { --fa: "\f201"; --fa--fa: "\f201\f201"; }
.fa-link { --fa: "\f0c1"; --fa--fa: "\f0c1\f0c1"; }
.fa-list-check { --fa: "\f0ae"; --fa--fa: "\f0ae\f0ae"; }
.fa-lock { --fa: "\f023"; --fa--fa: "\f023\f023"; }
.fa-lock-open { --fa: "\f3c1"; --fa--fa: "\f3c1\f3c1"; }
.fa-magnifying-glass { --fa: "\f002"; --fa--fa: "\f002\f002"; }
.fa-magnifying-glass-location { --fa: "\f689"; --fa--fa: "\f689\f689"; }
.fa-map { --fa: "\f279"; --fa--fa: "\f279\f279"; }
.fa-map-pin { --fa: "\f276"; --fa--fa: "\f276\f276"; }
.fa-medkit { --fa: "\f0fa"; --fa--fa: "\f0fa\f0fa"; }
.fa-messages { --fa: "\f4b6"; --fa--fa: "\f4b6\f4b6"; }
.fa-minus { --fa: "\f068"; --fa--fa: "\f068\f068"; }
.fa-mobile { --fa: "\f3ce"; --fa--fa: "\f3ce\f3ce"; }
.fa-mobile-android { --fa: "\f3ce"; --fa--fa: "\f3ce\f3ce"; }
.fa-mobile-phone { --fa: "\f3ce"; --fa--fa: "\f3ce\f3ce"; }
.fa-money-bills { --fa: "\e1f3"; --fa--fa: "\e1f3\e1f3"; }
.fa-mortar-board { --fa: "\f19d"; --fa--fa: "\f19d\f19d"; }
.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-newspaper { --fa: "\f1ea"; --fa--fa: "\f1ea\f1ea"; }
.fa-paperclip { --fa: "\f0c6"; --fa--fa: "\f0c6\f0c6"; }
.fa-pen-to-square { --fa: "\f044"; --fa--fa: "\f044\f044"; }
.fa-pencil { --fa: "\f303"; --fa--fa: "\f303\f303"; }
.fa-pencil-alt { --fa: "\f303"; --fa--fa: "\f303\f303"; }
.fa-percent { --fa: "\25"; --fa--fa: "\25\25"; }
.fa-percentage { --fa: "\25"; --fa--fa: "\25\25"; }
.fa-phone { --fa: "\f095"; --fa--fa: "\f095\f095"; }
.fa-plus { --fa: "\2b"; --fa--fa: "\2b\2b"; }
.fa-pound-sign { --fa: "\f154"; --fa--fa: "\f154\f154"; }
.fa-print { --fa: "\f02f"; --fa--fa: "\f02f\f02f"; }
.fa-question { --fa: "\3f"; --fa--fa: "\3f\3f"; }
.fa-question-circle { --fa: "\f059"; --fa--fa: "\f059\f059"; }
.fa-receipt { --fa: "\f543"; --fa--fa: "\f543\f543"; }
.fa-remove { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-right-from-bracket { --fa: "\f2f5"; --fa--fa: "\f2f5\f2f5"; }
.fa-road { --fa: "\f018"; --fa--fa: "\f018\f018"; }
.fa-save { --fa: "\f0c7"; --fa--fa: "\f0c7\f0c7"; }
.fa-scale-balanced { --fa: "\f24e"; --fa--fa: "\f24e\f24e"; }
.fa-screen-users { --fa: "\f63d"; --fa--fa: "\f63d\f63d"; }
.fa-screwdriver-wrench { --fa: "\f7d9"; --fa--fa: "\f7d9\f7d9"; }
.fa-search { --fa: "\f002"; --fa--fa: "\f002\f002"; }
.fa-search-location { --fa: "\f689"; --fa--fa: "\f689\f689"; }
.fa-server { --fa: "\f233"; --fa--fa: "\f233\f233"; }
.fa-shopping-cart { --fa: "\f07a"; --fa--fa: "\f07a\f07a"; }
.fa-sign-out-alt { --fa: "\f2f5"; --fa--fa: "\f2f5\f2f5"; }
.fa-sitemap { --fa: "\f0e8"; --fa--fa: "\f0e8\f0e8"; }
.fa-square { --fa: "\f0c8"; --fa--fa: "\f0c8\f0c8"; }
.fa-square-check { --fa: "\f14a"; --fa--fa: "\f14a\f14a"; }
.fa-star { --fa: "\f005"; --fa--fa: "\f005\f005"; }
.fa-star-of-life { --fa: "\f621"; --fa--fa: "\f621\f621"; }
.fa-sterling-sign { --fa: "\f154"; --fa--fa: "\f154\f154"; }
.fa-subtract { --fa: "\f068"; --fa--fa: "\f068\f068"; }
.fa-suitcase-medical { --fa: "\f0fa"; --fa--fa: "\f0fa\f0fa"; }
.fa-swap { --fa: "\e609"; --fa--fa: "\e609\e609"; }
.fa-table { --fa: "\f0ce"; --fa--fa: "\f0ce\f0ce"; }
.fa-table-columns { --fa: "\f0db"; --fa--fa: "\f0db\f0db"; }
.fa-tachometer-alt { --fa: "\f625"; --fa--fa: "\f625\f625"; }
.fa-tachometer-alt-average { --fa: "\f624"; --fa--fa: "\f624\f624"; }
.fa-tachometer-alt-fast { --fa: "\f625"; --fa--fa: "\f625\f625"; }
.fa-tasks { --fa: "\f0ae"; --fa--fa: "\f0ae\f0ae"; }
.fa-thumb-tack { --fa: "\f08d"; --fa--fa: "\f08d\f08d"; }
.fa-thumbs-down { --fa: "\f165"; --fa--fa: "\f165\f165"; }
.fa-thumbs-up { --fa: "\f164"; --fa--fa: "\f164\f164"; }
.fa-thumbtack { --fa: "\f08d"; --fa--fa: "\f08d\f08d"; }
.fa-ticket { --fa: "\f145"; --fa--fa: "\f145\f145"; }
.fa-times { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-times-circle { --fa: "\f057"; --fa--fa: "\f057\f057"; }
.fa-tools { --fa: "\f7d9"; --fa--fa: "\f7d9\f7d9"; }
.fa-trash { --fa: "\f1f8"; --fa--fa: "\f1f8\f1f8"; }
.fa-tree { --fa: "\f1bb"; --fa--fa: "\f1bb\f1bb"; }
.fa-triangle { --fa: "\f2ec"; --fa--fa: "\f2ec\f2ec"; }
.fa-triangle-exclamation { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-truck { --fa: "\f0d1"; --fa--fa: "\f0d1\f0d1"; }
.fa-truck-medical { --fa: "\f0f9"; --fa--fa: "\f0f9\f0f9"; }
.fa-truck-tow { --fa: "\e2b8"; --fa--fa: "\e2b8\e2b8"; }
.fa-university { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-unlock { --fa: "\f09c"; --fa--fa: "\f09c\f09c"; }
.fa-up-down-left-right { --fa: "\f0b2"; --fa--fa: "\f0b2\f0b2"; }
.fa-upload { --fa: "\f093"; --fa--fa: "\f093\f093"; }
.fa-usb-drive { --fa: "\f8e9"; --fa--fa: "\f8e9\f8e9"; }
.fa-user { --fa: "\f007"; --fa--fa: "\f007\f007"; }
.fa-user-friends { --fa: "\f500"; --fa--fa: "\f500\f500"; }
.fa-user-group { --fa: "\f500"; --fa--fa: "\f500\f500"; }
.fa-users { --fa: "\f0c0"; --fa--fa: "\f0c0\f0c0"; }
.fa-users-class { --fa: "\f63d"; --fa--fa: "\f63d\f63d"; }
.fa-vcard { --fa: "\f2bb"; --fa--fa: "\f2bb\f2bb"; }
.fa-video { --fa: "\f03d"; --fa--fa: "\f03d\f03d"; }
.fa-video-camera { --fa: "\f03d"; --fa--fa: "\f03d\f03d"; }
.fa-warning { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-wrench { --fa: "\f0ad"; --fa--fa: "\f0ad\f0ad"; }
.fa-xmark { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-xmark-circle { --fa: "\f057"; --fa--fa: "\f057\f057"; }

.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; }
