/*!
 * Font Awesome Free 5.15.3 by @fontawesome — https://fontawesome.com
 * Icons: CC BY 4.0; Fonts: SIL OFL 1.1; Code: MIT License.
 * This stylesheet includes only the glyph mappings used on this site.
 * https://fontawesome.com/license/free
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
.fab, .fas {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
.fas { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.fa-whatsapp::before { content: "\f232"; }
.fa-times::before { content: "\f00d"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-arrow-left::before { content: "\f060"; }
