@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-rotate-left::before { content: "\f2ea"; }
.fa-check::before { content: "\f00c"; }
.fa-check-double::before { content: "\f560"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-circle-notch::before { content: "\f1ce"; }
.fa-circle-question::before { content: "\f059"; }
.fa-clapperboard::before { content: "\e131"; }
.fa-cloud-arrow-up::before { content: "\f0ee"; }
.fa-compass::before { content: "\f14e"; }
.fa-copy::before { content: "\f0c5"; }
.fa-envelope-open-text::before { content: "\f658"; }
.fa-film::before { content: "\f008"; }
.fa-heart::before { content: "\f004"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-list::before { content: "\f03a"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-play::before { content: "\f04b"; }
.fa-plus::before { content: "\f067"; }
.fa-right-from-bracket::before { content: "\f2f5"; }
.fa-right-to-bracket::before { content: "\f2f6"; }
.fa-share-nodes::before { content: "\f1e0"; }
.fa-sliders::before { content: "\f1de"; }
.fa-spinner::before { content: "\f110"; }
.fa-star::before { content: "\f005"; }
.fa-trash::before { content: "\f1f8"; }
.fa-tv::before { content: "\f26c"; }
.fa-user-plus::before { content: "\f234"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-xmark::before { content: "\f00d"; }
.fa-clock::before { content: "\f017"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-dice::before { content: "\f522"; }
.fa-download::before { content: "\f019"; }

.fa-spin {
  animation: fa-spin 0.8s infinite linear;
}

@keyframes fa-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
