/* Font Awesome 4-compatible local build. Font files live in /fonts. */
@font-face {
    font-family: "FontAwesome";
    src: url("../../../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
         url("../../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
         url("../../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
         url("../../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
         url("../../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands {
    display: inline-block;
    font-family: "FontAwesome" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-down::before { content: "\f078"; }
.fa-bars::before { content: "\f0c9"; }
.fa-arrow-up-right::before { content: "\f08e"; }
.fa-xmark::before { content: "\f00d"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-plus::before { content: "\f067"; }
.fa-minus::before { content: "\f068"; }
.fa-check::before { content: "\f00c"; }
.fa-book-open::before { content: "\f02d"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-clock::before { content: "\f017"; }
.fa-code::before { content: "\f121"; }
.fa-heart::before { content: "\f004"; }
.fa-regular.fa-heart::before { content: "\f08a"; }
.fa-mobile-screen-button::before { content: "\f10b"; }
.fa-motorcycle::before { content: "\f21c"; }
.fa-qrcode::before { content: "\f029"; }
