/*!
 * Font Awesome Free 6.4.0 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 Awesome 6 Brands */
@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"),
       url("fonts/fa-brands-400.ttf") format("truetype");
}

/* Font Awesome 6 Free Regular */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-regular-400.woff2") format("woff2"),
       url("fonts/fa-regular-400.ttf") format("truetype");
}

/* Font Awesome 6 Free Solid */
@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"),
       url("fonts/fa-solid-900.ttf") format("truetype");
}

/* CSS Variables */
:host, :root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

/* Base Font Awesome Classes */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -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-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

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

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

/* Font Sizes */
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }

.fa-2xs { font-size: .625em; line-height: .1em; vertical-align: .225em; }
.fa-xs { font-size: .75em; line-height: .08333em; vertical-align: .125em; }
.fa-sm { font-size: .875em; line-height: .07143em; vertical-align: .05357em; }
.fa-lg { font-size: 1.25em; line-height: .05em; vertical-align: -.075em; }
.fa-xl { font-size: 1.5em; line-height: .04167em; vertical-align: -.125em; }
.fa-2xl { font-size: 2em; line-height: .03125em; vertical-align: -.1875em; }

/* Common Icons */
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-search:before { content: "\f002"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-eye:before { content: "\f06e"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-save:before { content: "\f0c7"; }
.fa-print:before { content: "\f02f"; }
.fa-share:before { content: "\f064"; }
.fa-link:before { content: "\f0c1"; }
.fa-external-link:before { content: "\f08e"; }
.fa-calendar:before { content: "\f133"; }
.fa-clock:before { content: "\f017"; }
.fa-map-marker:before { content: "\f041"; }
.fa-globe:before { content: "\f0ac"; }
.fa-cog:before { content: "\f013"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-tools:before { content: "\f7d9"; }
.fa-code:before { content: "\f121"; }
.fa-bug:before { content: "\f188"; }
.fa-rocket:before { content: "\f135"; }
.fa-fire:before { content: "\f06d"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-magic:before { content: "\f0d0"; }
.fa-gem:before { content: "\f3a5"; }
.fa-crown:before { content: "\f521"; }
.fa-trophy:before { content: "\f091"; }
.fa-medal:before { content: "\f5a2"; }
.fa-award:before { content: "\f559"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-university:before { content: "\f19c"; }
.fa-school:before { content: "\f549"; }
.fa-book:before { content: "\f02d"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-blog:before { content: "\f781"; }
.fa-rss:before { content: "\f09e"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-github:before { content: "\f09b"; }
.fa-youtube:before { content: "\f167"; }
.fa-spotify:before { content: "\f1bc"; }
.fa-apple:before { content: "\f179"; }
.fa-android:before { content: "\f17b"; }
.fa-windows:before { content: "\f17a"; }
.fa-linux:before { content: "\f17c"; }
.fa-chrome:before { content: "\f268"; }
.fa-firefox:before { content: "\f269"; }
.fa-safari:before { content: "\f267"; }
.fa-edge:before { content: "\f282"; }
.fa-opera:before { content: "\f26a"; }
.fa-internet-explorer:before { content: "\f26b"; }
.fa-html5:before { content: "\f13b"; }
.fa-css3:before { content: "\f13c"; }
.fa-js:before { content: "\f3b8"; }
.fa-react:before { content: "\f41b"; }
.fa-angular:before { content: "\f420"; }
.fa-vuejs:before { content: "\f41f"; }
.fa-node:before { content: "\f419"; }
.fa-python:before { content: "\f3e2"; }
.fa-java:before { content: "\f4e4"; }
.fa-php:before { content: "\f457"; }
.fa-swift:before { content: "\f8e1"; }
.fa-docker:before { content: "\f395"; }
.fa-aws:before { content: "\f375"; }
.fa-google:before { content: "\f1a0"; }
.fa-microsoft:before { content: "\f3ca"; }
.fa-apple-pay:before { content: "\f415"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-bitcoin:before { content: "\f379"; }
.fa-ethereum:before { content: "\f42e"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f04e"; }
.fa-backward:before { content: "\f04a"; }
.fa-step-forward:before { content: "\f051"; }
.fa-step-backward:before { content: "\f048"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-fast-backward:before { content: "\f049"; }
.fa-volume-up:before { content: "\f028"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-mute:before { content: "\f6a9"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-camera:before { content: "\f030"; }
.fa-video:before { content: "\f03d"; }
.fa-image:before { content: "\f03e"; }
.fa-photo-video:before { content: "\f87c"; }
.fa-film:before { content: "\f008"; }
.fa-music:before { content: "\f001"; }
.fa-headphones:before { content: "\f025"; }
.fa-radio:before { content: "\f8d7"; }
.fa-tv:before { content: "\f26c"; }
.fa-desktop:before { content: "\f390"; }
.fa-laptop:before { content: "\f109"; }
.fa-tablet:before { content: "\f3fb"; }
.fa-mobile:before { content: "\f3ce"; }
.fa-server:before { content: "\f233"; }
.fa-database:before { content: "\f1c0"; }
.fa-hdd:before { content: "\f0a0"; }
.fa-memory:before { content: "\f538"; }
.fa-microchip:before { content: "\f2db"; }
.fa-keyboard:before { content: "\f11c"; }
.fa-mouse:before { content: "\f8cc"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-joystick:before { content: "\f8c5"; }
.fa-chess:before { content: "\f439"; }
.fa-dice:before { content: "\f522"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-trophy:before { content: "\f091"; }
.fa-medal:before { content: "\f5a2"; }
.fa-award:before { content: "\f559"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-university:before { content: "\f19c"; }
.fa-school:before { content: "\f549"; }
.fa-book:before { content: "\f02d"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-blog:before { content: "\f781"; }
.fa-rss:before { content: "\f09e"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-github:before { content: "\f09b"; }
.fa-youtube:before { content: "\f167"; }
.fa-spotify:before { content: "\f1bc"; }
.fa-apple:before { content: "\f179"; }
.fa-android:before { content: "\f17b"; }
.fa-windows:before { content: "\f17a"; }
.fa-linux:before { content: "\f17c"; }
.fa-chrome:before { content: "\f268"; }
.fa-firefox:before { content: "\f269"; }
.fa-safari:before { content: "\f267"; }
.fa-edge:before { content: "\f282"; }
.fa-opera:before { content: "\f26a"; }
.fa-internet-explorer:before { content: "\f26b"; }
.fa-html5:before { content: "\f13b"; }
.fa-css3:before { content: "\f13c"; }
.fa-js:before { content: "\f3b8"; }
.fa-react:before { content: "\f41b"; }
.fa-angular:before { content: "\f420"; }
.fa-vuejs:before { content: "\f41f"; }
.fa-node:before { content: "\f419"; }
.fa-python:before { content: "\f3e2"; }
.fa-java:before { content: "\f4e4"; }
.fa-php:before { content: "\f457"; }
.fa-swift:before { content: "\f8e1"; }
.fa-docker:before { content: "\f395"; }
.fa-aws:before { content: "\f375"; }
.fa-google:before { content: "\f1a0"; }
.fa-microsoft:before { content: "\f3ca"; }
.fa-apple-pay:before { content: "\f415"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-bitcoin:before { content: "\f379"; }
.fa-ethereum:before { content: "\f42e"; }

/* Missing icons that are used in the site */
.fa-align-left:before { content: "\f036"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-tags:before { content: "\f02c"; }
.fa-pen-fancy:before { content: "\f5ac"; }