:host,:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

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

.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-regular,.far {
    font-weight: 400
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

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

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

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-tags:before {
    content: "\f02c"
}

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

.fa-user:before {
    content: "\f007"
}

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

.fa-archive:before,.fa-box-archive:before {
    content: "\f187"
}

.fa-table-cells:before,.fa-th:before {
    content: "\f00a"
}

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

.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before {
    content: "\f015"
}