.fas, .far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fa-search::before { content: "\f002"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-clipboard-check::before { content: "\f46c"; }
.fa-circle::before { content: "\f111"; }
.fa-universal-access::before { content: "\f29a"; }
.fa-keyboard::before { content: "\f11c"; }
.fa-font::before { content: "\f031"; }
.fa-building::before { content: "\f1ad"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-coins::before { content: "\f51e"; }
.fa-star::before { content: "\f005"; }
.fa-eye::before { content: "\f06e"; }
.fa-wheelchair::before { content: "\f193"; }
.fa-mouse-pointer::before { content: "\f245"; }
.fa-paste::before { content: "\f0ea"; }
.fa-desktop::before { content: "\f390"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-envelope::before { content: "\f0e0"; }

.fa-2x { font-size: 2em; }
.fa-5x { font-size: 5em; }
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fas { font-family: 'Font Awesome 6 Free Solid'; font-weight: 900; font-style: normal}
.far { font-family: 'Font Awesome 6 Free Regular'; font-weight: 400; font-style: normal}

@font-face {
  font-family: 'Font Awesome 6 Free Solid';
  src: url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 6 Free Regular';
  src: url("webfonts/fa-regular-400.woff2") format("woff2"), url("webfonts/fa-regular-400.ttf") format("truetype"); }