﻿/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/webfonts/fa-regular-400.woff2") format("woff2"), url("/webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/webfonts/fa-solid-900.woff2") format("woff2"), url("/webfonts/fa-solid-900.ttf") format("truetype");
}
.fa-solid,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  -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-regular {
  font-weight: 400;
}

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

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

.fa-grip::before {
  content: "\f58d";
}

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

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

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

.fa-pen::before {
  content: "\f304";
}

.fa-globe::before {
  content: "\f0ac";
}

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

.fa-tag::before {
  content: "\f02b";
}
