.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa,
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

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

.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-fw { text-align: center; width: 1.25em; }

@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"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@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"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fa-phone::before { content: "\f095"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-square-phone::before,
.fa-phone-square::before { content: "\f098"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-square-envelope::before,
.fa-envelope-square::before { content: "\f199"; }
.fa-location-dot::before,
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-map-marker::before { content: "\f041"; }
.fa-map::before { content: "\f279"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-day::before { content: "\f783"; }
.fa-clock::before { content: "\f017"; }
.fa-clock-rotate-left::before,
.fa-history::before { content: "\f1da"; }
.fa-bars::before { content: "\f0c9"; }
.fa-xmark::before,
.fa-close::before,
.fa-multiply::before,
.fa-remove::before,
.fa-times::before { content: "\f00d"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-angle-down::before { content: "\f107"; }
.fa-angle-up::before { content: "\f106"; }
.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-search::before,
.fa-magnifying-glass::before { content: "\f002"; }
.fa-check::before { content: "\f00c"; }
.fa-plus::before,
.fa-add::before { content: "\2b"; }
.fa-minus::before { content: "\f068"; }
.fa-info::before { content: "\f129"; }
.fa-circle-info::before,
.fa-info-circle::before { content: "\f05a"; }
.fa-exclamation::before { content: "\21"; }
.fa-triangle-exclamation::before,
.fa-exclamation-triangle::before,
.fa-warning::before { content: "\f071"; }
.fa-spinner::before { content: "\f110"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-facebook::before { content: "\f09a"; }
.fa-square-facebook::before,
.fa-facebook-square::before { content: "\f082"; }
.fa-instagram::before { content: "\f16d"; }
.fa-square-instagram::before,
.fa-instagram-square::before { content: "\e055"; }
.fa-clock::before { content: "\f017"; }
.fa-cookie-bite::before { content: "\f564"; }
.fa-star::before { content: "\f005"; }
.fa-user::before { content: "\f007"; }
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
