/*!
 * Font Awesome Free 6.4.0 - Custom subset with font-display: swap
 * License - https://fontawesome.com/license/free
 */

/* Core styles */
.fa,.fab,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}

/* Font Awesome Solid */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('webfonts/fa-solid-900.woff2') format('woff2');
}

.fas,.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* Font Awesome Brands */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('webfonts/fa-brands-400.woff2') format('woff2');
}

.fab,.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* Icon definitions - only the icons used on this site */
.fa-arrow-right:before{content:"\f061"}
.fa-bars:before{content:"\f0c9"}
.fa-briefcase:before{content:"\f0b1"}
.fa-car-crash:before{content:"\f5e1"}
.fa-chevron-right:before{content:"\f054"}
.fa-envelope:before{content:"\f0e0"}
.fa-external-link-alt:before{content:"\f35d"}
.fa-file-contract:before{content:"\f56c"}
.fa-flag:before{content:"\f024"}
.fa-gavel:before{content:"\f0e3"}
.fa-globe-europe:before{content:"\f7a2"}
.fa-hand-holding-heart:before{content:"\f4be"}
.fa-hard-hat:before{content:"\f807"}
.fa-heart:before{content:"\f004"}
.fa-home:before{content:"\f015"}
.fa-linkedin-in:before{content:"\f0e1"}
.fa-map-marked-alt:before{content:"\f5a0"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-passport:before{content:"\f5ab"}
.fa-phone:before{content:"\f095"}
.fa-phone-alt:before{content:"\f879"}
.fa-pills:before{content:"\f484"}
.fa-shield-alt:before{content:"\f3ed"}
.fa-spinner:before{content:"\f110"}
.fa-user-shield:before{content:"\f505"}
.fa-users:before{content:"\f0c0"}
.fa-xing:before{content:"\f168"}

/* Sizing */
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}
.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}

/* Animations */
.fa-spin{animation:fa-spin 2s infinite linear}
@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}

/* Utility classes */
.fa-fw{text-align:center;width:1.25em}
