/*!
 * Font Awesome Free 6.5.2 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 2024 Fonticons, Inc.
 */
.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-regular,
.fa-solid {
    font-family: "Font Awesome 6 Free";
}

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

.fa-solid {
    font-weight: 900;
}

.fa-regular,
.fa-brands {
    font-weight: 400;
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-magnifying-glass:before {
    content: "\f002";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-plus:before {
    content: "\2b";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-x-twitter:before {
    content: "\e61b";
}

.fa-instagram:before {
    content: "\f16d";
}

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

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-tiktok:before {
    content: "\e07b";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-square-behance:before {
    content: "\f1b5";
}

.fa-angle-left:before {
    content: "\f104";
}

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

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

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

.fa-minus:before,
.fa-subtract:before {
    content: "\f068";
}

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

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2");
}
