/* Minimal Font Awesome 6.4.0 subset - only the 26 icons 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-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('webfonts/fa-regular-400-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('webfonts/fa-brands-400-subset.woff2') format('woff2');
}
.fa-solid, .fas, .fa-regular, .far, .fa-brands, .fab,
[class^="fa-"], [class*=" fa-"] {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-solid, .fas { font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.fa-regular, .far { font-family: 'Font Awesome 6 Free'; font-weight: 400; }
.fa-brands, .fab { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

.fa-arrow-up-right-from-square:before { content: "\f08e"; }
.fa-bars:before { content: "\f0c9"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-bullseye:before { content: "\f140"; }
.fa-check:before { content: "\f00c"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-gears:before { content: "\f085"; }
.fa-gift:before { content: "\f06b"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-heart:before { content: "\f004"; }
.fa-helmet-safety:before { content: "\f807"; }
.fa-house-chimney:before { content: "\e3af"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-lock:before { content: "\f023"; }
.fa-paint-roller:before { content: "\f5aa"; }
.fa-paintbrush:before { content: "\f1fc"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-phone:before { content: "\f095"; }
.fa-plus:before { content: "\2b"; }
.fa-tree:before { content: "\f1bb"; }
.fa-wand-magic-sparkles:before { content: "\e2ca"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-eye:before { content: "\f06e"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin-in:before { content: "\f0e1"; }
