/*!
 * Font Awesome Free 7.0.0 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 2025 Fonticons, Inc.
 */
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em);
}
:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
    content: var(--fa);
    content: var(--fa) / "";
}
.fa-spin {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
}
@media (prefers-reduced-motion: reduce) {
    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation: none !important;
        transition: none !important;
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.fa-check {
    --fa: "\f00c";
}
.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
    --fa: "\f00d";
}
.fa-star {
    --fa: "\f005";
}
.fa-clock,
.fa-clock-four {
    --fa: "\f017";
}
.fa-phone {
    --fa: "\f095";
}
.fa-bars,
.fa-navicon {
    --fa: "\f0c9";
}
.fa-envelope {
    --fa: "\f0e0";
}
.fa-spinner {
    --fa: "\f110";
}
.fa-location-dot,
.fa-map-marker-alt {
    --fa: "\f3c5";
}
:host,
:root {
    --fa-family-brands: "Font Awesome 7 Brands";
    --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}
@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/fa-brands-400.woff2);
}
.fa-brands,
.fa-classic.fa-brands,
.fab {
    --fa-family: var(--fa-family-brands);
    --fa-style: 400;
}
.fa-twitter {
    --fa: "\f099";
}
.fa-facebook-f {
    --fa: "\f39e";
}
.fa-instagram {
    --fa: "\f16d";
}
.fa-linkedin-in {
    --fa: "\f0e1";
}
.fa-google {
    --fa: "\f1a0";
}
:host,
:root {
    --fa-family-classic: "Font Awesome 7 Free";
    --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
    --fa-style-family-classic: var(--fa-family-classic);
}
@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../webfonts/fa-solid-900.woff2);
}
.fas {
    --fa-style: 900;
}
.fa-classic,
.fas {
    --fa-family: var(--fa-family-classic);
}
.fa-solid {
    --fa-style: 900;
}