/*!
 * Font Awesome 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype");
}
.fa, .fas, .far, .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 { font-weight: 400; font-family: "Font Awesome 6 Free"; }
.fa:where(.fas), .fas { font-weight: 900; font-family: "Font Awesome 6 Free"; }
.fa:where(.far), .far { font-weight: 400; font-family: "Font Awesome 6 Free"; }
.fa:where(.fab), .fab { font-weight: 400; font-family: "Font Awesome 6 Brands"; }

.fa-check:before { content: "\f05d"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-user-injured:before { content: "\f728"; }
.fa-water:before { content: "\f773"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-leaf:before { content: "\f06c"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
