/*!
 * Font Awesome subset - only icons used on site (gift, fire, bolt, xmark, key, user-plus).
 * Base from Font Awesome Free 7.1.0 - https://fontawesome.com
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
:root, :host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fas,.far,.fab,.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}
:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa)::before {
  content: var(--fa)/"";
}
@supports not (content: ""/"") {
  :is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa)::before {
    content: var(--fa);
  }
}
.fas { --fa-family: var(--fa-family-classic); --fa-style: 900; }
.fa-classic { --fa-family: var(--fa-family-classic); }
.fa-solid { --fa-style: 900; }
.fa-xmark { --fa: "\f00d"; }
.fa-gift { --fa: "\f06b"; }
.fa-fire { --fa: "\f06d"; }
.fa-key { --fa: "\f084"; }
.fa-bolt { --fa: "\f0e7"; }
.fa-user-plus { --fa: "\f234"; }
.fa-plus { --fa: "\2b"; }
.fa-minus { --fa: "\f068"; }
.fa-chevron-down { --fa: "\f078"; }
