@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fas,
.fa-solid {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-spin {
  animation: fa-spin 1s linear infinite;
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fa-bars:before { content: "\f0c9"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-book:before { content: "\f02d"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-check-circle:before { content: "\f058"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-clock:before { content: "\f017"; }
.fa-cloud-upload-alt:before { content: "\f0ee"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-database:before { content: "\f1c0"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-fax:before { content: "\f1ac"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-file-signature:before { content: "\f573"; }
.fa-hand-holding-medical:before { content: "\e05c"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-headset:before { content: "\f590"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-laptop-medical:before { content: "\f812"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-lock:before { content: "\f023"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-phone:before { content: "\f095"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-phone-volume:before { content: "\f2a0"; }
.fa-server:before { content: "\f233"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-shield-check:before { content: "\f3ed"; }
.fa-shield-virus:before { content: "\e06c"; }
.fa-spinner:before { content: "\f110"; }
.fa-star:before { content: "\f005"; }
.fa-tooth:before { content: "\f5c9"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-user-doctor:before { content: "\f0f0"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-user-shield:before { content: "\f505"; }
.fa-users-gear:before { content: "\f509"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-x-ray:before { content: "\f497"; }
