@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
       url('../webfonts/fa-brands-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-regular-400.woff2') format('woff2'),
       url('../webfonts/fa-regular-400.ttf') format('truetype');
}
@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'),
       url('../webfonts/fa-solid-900.ttf') format('truetype');
}
.fa,.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands {
  -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-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-right::before { content: "\f061"; }
.fa-circle-check::before { content: "\f058"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-shield-halved::before { content: "\e23b"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-lock::before { content: "\f023"; }
.fa-hand-holding-dollar::before { content: "\e263"; }
.fa-umbrella::before { content: "\f0e9"; }
.fa-magnifying-glass-chart::before { content: "\e522"; }
.fa-brain::before { content: "\f5dc"; }
.fa-gauge-high::before { content: "\f625"; }
.fa-file-lines::before { content: "\f15c"; }
.fa-code-branch::before { content: "\f126"; }
.fa-plug::before { content: "\f1e6"; }
.fa-scale-balanced::before { content: "\f24e"; }
.fa-bullseye::before { content: "\f140"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-calendar::before { content: "\f133"; }
.fa-clock::before { content: "\f017"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-bars::before { content: "\f0c9"; }
.fa-xmark::before { content: "\f00d"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }
