/* Font Awesome 6.5.2 Free (Solid), subset to the icons this site uses.
   Licence: https://fontawesome.com/license/free (CC BY 4.0 / SIL OFL 1.1 / MIT) */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/fa-solid-subset.woff2) format('woff2');
}
.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -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-fw { text-align: center; width: 1.25em; }

.fa-arrow-right:before { content: "\f061"; }
.fa-bars:before { content: "\f0c9"; }
.fa-building-shield:before { content: "\e4d8"; }
.fa-check:before { content: "\f00c"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-circle-check:before { content: "\f058"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-clock:before { content: "\f017"; }
.fa-door-closed:before { content: "\f52a"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-file-shield:before { content: "\e4f0"; }
.fa-fire-extinguisher:before { content: "\f134"; }
.fa-helmet-safety:before { content: "\f807"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-ruler-combined:before { content: "\f546"; }
.fa-screwdriver-wrench:before { content: "\f7d9"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-user-shield:before { content: "\f505"; }
.fa-xmark:before { content: "\f00d"; }
