/*!
 * Font Awesome Free 6.5.1
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/* Font Face Definitions */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

/* Base Styles */
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Solid Icons */
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Brand Icons */
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon Sizes */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

/* Fixed Width */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* Rotation & Flipping */
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

/* Animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Stacking */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

/* Icon Definitions - Solid Icons */
.fa-check::before { content: "\f00c"; }
.fa-times::before,
.fa-xmark::before { content: "\f00d"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-mobile::before,
.fa-mobile-alt::before { content: "\f3cd"; }
.fa-map-marker-alt::before,
.fa-location-dot::before { content: "\f3c5"; }
.fa-clock::before { content: "\f017"; }
.fa-calendar::before { content: "\f133"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-star::before { content: "\f005"; }
.fa-heart::before { content: "\f004"; }
.fa-comment::before { content: "\f075"; }
.fa-comments::before { content: "\f086"; }
.fa-search::before,
.fa-magnifying-glass::before { content: "\f002"; }
.fa-bars::before { content: "\f0c9"; }
.fa-home::before,
.fa-house::before { content: "\f015"; }
.fa-cog::before,
.fa-gear::before { content: "\f013"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-circle-check::before,
.fa-check-circle::before { content: "\f058"; }
.fa-circle-xmark::before,
.fa-times-circle::before { content: "\f057"; }
.fa-circle-info::before,
.fa-info-circle::before { content: "\f05a"; }
.fa-circle-exclamation::before,
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-quote-right::before { content: "\f10e"; }
.fa-laptop::before { content: "\f109"; }
.fa-desktop::before { content: "\f108"; }
.fa-tablet::before { content: "\f3fa"; }
.fa-code::before { content: "\f121"; }
.fa-database::before { content: "\f1c0"; }
.fa-server::before { content: "\f233"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-bullseye::before { content: "\f140"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-rocket::before { content: "\f135"; }
.fa-shield-alt::before,
.fa-shield-halved::before { content: "\f3ed"; }
.fa-lock::before { content: "\f023"; }
.fa-unlock::before { content: "\f09c"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-download::before { content: "\f019"; }
.fa-upload::before { content: "\f093"; }
.fa-file::before { content: "\f15b"; }
.fa-folder::before { content: "\f07b"; }
.fa-image::before { content: "\f03e"; }
.fa-video::before { content: "\f03d"; }
.fa-music::before { content: "\f001"; }
.fa-play::before { content: "\f04b"; }
.fa-pause::before { content: "\f04c"; }
.fa-stop::before { content: "\f04d"; }
.fa-plus::before { content: "\2b"; }
.fa-minus::before { content: "\f068"; }
.fa-edit::before,
.fa-pen-to-square::before { content: "\f044"; }
.fa-trash::before,
.fa-trash-alt::before { content: "\f2ed"; }
.fa-save::before,
.fa-floppy-disk::before { content: "\f0c7"; }
.fa-print::before { content: "\f02f"; }
.fa-share::before { content: "\f064"; }
.fa-link::before { content: "\f0c1"; }
.fa-paperclip::before { content: "\f0c6"; }
.fa-tag::before { content: "\f02b"; }
.fa-tags::before { content: "\f02c"; }
.fa-bookmark::before { content: "\f02e"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-thumbs-down::before { content: "\f165"; }
.fa-sync-alt::before,
.fa-rotate::before { content: "\f2f1"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-circle-1::before { content: "\2460"; }
.fa-circle-2::before { content: "\2461"; }
.fa-circle-3::before { content: "\2462"; }
.fa-circle-4::before { content: "\2463"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-people-group::before { content: "\e533"; }
.fa-award::before { content: "\f559"; }
.fa-box-arrow-up-right::before,
.fa-external-link-alt::before { content: "\f35d"; }
.fa-person::before { content: "\f183"; }

/* Icon Definitions - Brand Icons */
.fa-facebook::before,
.fa-facebook-f::before { content: "\f39e"; }
.fa-twitter::before { content: "\f099"; }
.fa-instagram::before { content: "\f16d"; }
.fa-youtube::before { content: "\f167"; }
.fa-linkedin::before,
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-github::before { content: "\f09b"; }
.fa-google::before { content: "\f1a0"; }
.fa-apple::before { content: "\f179"; }
.fa-android::before { content: "\f17b"; }
.fa-windows::before { content: "\f17a"; }
.fa-line::before { content: "\f3c0"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-telegram::before,
.fa-telegram-plane::before { content: "\f2c6"; }
.fa-wechat::before,
.fa-weixin::before { content: "\f1d7"; }
.fa-pinterest::before { content: "\f0d2"; }
.fa-reddit::before { content: "\f1a1"; }
.fa-tumblr::before { content: "\f173"; }
.fa-snapchat::before,
.fa-snapchat-ghost::before { content: "\f2ac"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-discord::before { content: "\f392"; }
.fa-twitch::before { content: "\f1e8"; }
.fa-spotify::before { content: "\f1bc"; }
.fa-soundcloud::before { content: "\f1be"; }
.fa-dribbble::before { content: "\f17d"; }
.fa-behance::before { content: "\f1b4"; }
.fa-medium::before,
.fa-medium-m::before { content: "\f23a"; }
.fa-stack-overflow::before { content: "\f16c"; }
.fa-codepen::before { content: "\f1cb"; }
.fa-jsfiddle::before { content: "\f1cc"; }
