/*!
 * Font Awesome Free 7.1.0 light
 */
:root, :host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-family-brands: "Font Awesome 7 Brands";
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-regular-400.woff2");
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.woff2");
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.woff2");
}

.fa-solid,
.fas,
.fa-regular,
.far,
.fa-brands,
.fab,
.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
}

.fa-solid,
.fas,
.fa {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}

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

.fa-search,
.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-times,
.fa-close,
.fa-xmark,
.fa-multiply,
.fa-remove {
  --fa: "\f00d";
}

.fa-angle-up {
  --fa: "\f106";
}

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

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-message,
.fa-comment-alt {
  --fa: "\f27a";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-patreon {
  --fa: "\f3d9";
}

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

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-telegram,
.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-x,
.fa-x-twitter {
  --fa: "\e61b";
}