 .fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900); }
  
  .fa,
  .fas,
  .fa-solid,
  .far,
  .fa-regular,
  .fal,
  .fa-light,
  .fat,
  .fa-thin,
  .fad,
  .fa-duotone,
  .fab,
  .fa-brands {
    -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-family: fontAwesome !important; }
  
  .fa-angle-right::before {
    content: "\f105"; }
  
  .fa-calendar::before {
    content: "\f133"; }
    
  .fa-long-arrow-right::before {
    content: "\f178"; }
    
  .fa-caret-down::before {
    content: "\f0d7"; }
  
  .fa-envelope::before {
    content: "\f0e0"; }
  
  .fa-phone::before {
    content: "\f095"; }

  .fa-facebook-square:before {
    content: "\f082"; }

  .fa-linkedin:before {
    content: "\f08c"; }

  .fa-youtube-square:before {
    content: "\f431"; }

  .fa-paper-plane::before {
    content: "\f1d8"; }
  .fa-instagram::before {
    content: "\f16d";
  }

  :root, :host {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }
  
  :root, :host {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }
  
 .far,
  .fa-regular {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400; }
  :root, :host {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }
  
  .fas,
  .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900; }

   @font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fontawesome-icons/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome-icons/fa-solid-900.ttf") format("truetype"); }

  @font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fontawesome-icons/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome-icons/fa-solid-900.ttf") format("truetype"); }
   

  @font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fontawesome-icons/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome-icons/fa-brands-400.ttf") format("truetype"); }
