/* Minimal Font Awesome 6 Free (Solid) - only glyphs used on this page */
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url("webfonts/fa-solid-900.woff2") format("woff2");
}
.fa-solid,.fa-video,.fa-comments,.fa-people-group,.fa-handshake-angle,.fa-building{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-rendering:auto;
}
.fa-video:before{content:"\f03d"}
.fa-comments:before{content:"\f086"}
.fa-people-group:before{content:"\e533"}
.fa-handshake-angle:before{content:"\f4c4"}
.fa-building:before{content:"\f1ad"}
