.fa,
.fab,
.fal,
.far,
.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;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-xs {
  font-size: .75em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

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

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

  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-asterisk:before { content: "\f069"; }
.fa-barcode:before { content: "\f02a"; }
.fa-building:before { content: "\f1ad"; }
.fa-broadcast-tower:before { content: "\f519"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-globe:before { content: "\f0ac"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-lock:before { content: "\f023"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-map-signs:before { content: "\f277"; }
.fa-pencil:before { content: "\f040"; }
.fa-pencil-alt:before { content: "\f303"; }
.fa-phone:before { content: "\f095"; }
.fa-plus:before { content: "\f067"; }
.fa-question-circle:before { content: "\f059"; }
.fa-server:before { content: "\f233"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-spinner:before { content: "\f110"; }
.fa-square:before { content: "\f0c8"; }
.fa-sync:before { content: "\f021"; }
.fa-ticket-alt:before { content: "\f3ff"; }
.fa-times:before { content: "\f00d"; }
.fa-trash:before { content: "\f1f8"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
