.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -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-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

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

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

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

.fa-arrow-up:before {
    content: "\f062"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-github:before {
    content: "\f09b"
}

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

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

.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6"
}

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

.fa-solid,
.fas {
    font-weight: 900
}

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

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

.fa-clone:before {
    content: "\f24d"
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
    content: "\f071"
}
.fa-check:before {
    content: "\f00c"
}

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