/*!
 * Font Awesome Free 6.5.1 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.
 */
 @charset "UTF-8";
 
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@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"); }

.fas {
  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;
  font-weight: 900;}
  
  .fa-lock::before {
  content: "\f023"; }
  
  .fa-user::before {
  content: "\f007"; }
  
  .fa-envelope::before {
  content: "\f0e0"; }
  
  .fa-key::before {
  content: "\f084"; }
  
  .fa-file-signature::before {
  content: "\f573"; }
  
  .fa-language::before {
  content: "\f1ab"; }
  
  .fa-unlock::before {
  content: "\f09c"; }

  .fa-pencil::before {
  content: "\f303"; }
  
  .fa-trash::before {
  content: "\f1f8"; }
  
  .fa-user-circle::before {
  content: "\f2bd"; }
  
  .fa-right-from-bracket::before {
  content: "\f2f5"; }
  
  .fa-angle-down::before {
  content: "\f107"; }
  
  .fa-house::before {
  content: "\f015"; }
  
  .fa-file-circle-plus::before {
  content: "\e494"; }
  
  .fa-people-group::before {
  content: "\e533"; }