/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-bars:before {
  content: "\f0c9";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-server:before {
  content: "\f233";
}
.fa-headset:before {
  content: "\f590";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-lock:before {
  content: "\f023";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-whatsapp:before {
  content: "\f232";
}

.fab {
  font-family: 'Font Awesome 6 Brands';
}

.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

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