/*!
 * Font Awesome Free 7.1.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 2025 Fonticons, Inc.
 */
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
  content: var(--fa)/"";
}

@supports not (content: ""/"") {
  :is(.fas,
  .far,
  .fab,
  .fa-solid,
  .fa-regular,
  .fa-brands,
  .fa-classic,
  .fa)::before {
    content: var(--fa);
  }
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-building {
  --fa: "\f1ad";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-chevron-up {
  --fa: "\f077";
}

.fa-chevron-down {
  --fa: "\f078";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-magic {
  --fa: "\f0d0";
}

.fa-music {
  --fa: "\f001";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-phone {
  --fa: "\f095";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-tv {
  --fa: "\f26c";
}

.fa-wifi {
  --fa: "\f1eb";
}