@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fa-light-300.woff2") format("woff2");
}

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fa-brands-400.woff2") format("woff2");
}

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

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

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

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa-phone-alt::before { content: "\f879"; }
.fa-user-circle::before { content: "\f2bd"; }
.fa-list-alt::before { content: "\f022"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-user::before { content: "\f007"; }
.fa-table::before { content: "\f0ce"; }
.fa-shopping-bag::before { content: "\f290"; }
.fa-bell::before { content: "\f0f3"; }
.fa-search::before { content: "\f002"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-book-open::before { content: "\f518"; }
.fa-times::before { content: "\f00d"; }
.fa-star::before { content: "\f005"; }
.fa-caret-right::before { content: "\f0da"; }
.fa-dollar-sign::before { content: "\f155"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-keyboard::before { content: "\f11c"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-angle-right::before { content: "\f105"; }
.fa-tripadvisor::before { content: "\f262"; }
.fa-google::before { content: "\f1a0"; }
.fa-telegram::before { content: "\f2c6"; }
.fa-facebook::before { content: "\f09a"; }
.fa-instagram::before { content: "\f16d"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-wordpress::before { content: "\f19a"; }
.fa-cc-visa::before { content: "\f1f0"; }
.fa-cc-mastercard::before { content: "\f1f1"; }
.fa-cc-diners-club::before { content: "\f24c"; }
.fa-cc-amex::before { content: "\f1f3"; }
.fa-cc-paypal::before { content: "\f1f4"; }
