/*!
 * GDMC Font Awesome subset.
 * Full original backup: fontawesome-full-backup.css
 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/fa-light-300.woff2") format("woff2");
}

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

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

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

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

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

.fa,
.fa-regular,
.fa-solid,
.fa-sharp,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa,
.fa-solid,
.fas {
  font-weight: 900;
}

.fa-regular,
.far {
  font-weight: 400;
}

.fal {
  font-weight: 300;
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-right-long::before,
.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-phone::before {
  content: "\f095";
}

.fa-play::before {
  content: "\f04b";
}

.fa-times::before,
.fa-xmark::before {
  content: "\f00d";
}

.fa-x::before {
  content: "\58";
}
