/*!
 * Font Awesome Free 6.1.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 2022 Fonticons, Inc.
 */
.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;
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-book::before {
  content: "\f02d";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-check::before {
  content: "\f00c";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-clock::before {
  content: "\f017";
}

.fa-comment::before {
  content: "\f075";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-download::before {
  content: "\f019";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-heart::before {
  content: "\f004";
}

.fa-info-circle::before {
  content: "\f05a";
}

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

.fa-lock::before {
  content: "\f023";
}

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

.fa-phone::before {
  content: "\f095";
}

.fa-pizza::before {
  content: "\f818";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-star::before {
  content: "\f005";
}

.fa-shield::before {
  content: "\f3ed";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-times::before {
  content: "\f00d";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-whatsapp::before {
  content: "\f232";
}

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

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fontawesome/brands-400.woff2") format("woff2"), url("/fonts/fontawesome/brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fontawesome/regular-400.woff2") format("woff2"), url("/fonts/fontawesome/regular-400.ttf") format("truetype");
}
.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";
}

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

/* Lato, Latin Ext. */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/google/lato-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* Lato */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/google/lato.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

/*# sourceMappingURL=fonts.css.map */
