/*!
 * Font Awesome Free 6.7.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: var(--fa-style-family, 'Font Awesome 6 Free');
    font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-regular,
.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-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
    content: var(--fa);
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: 'Font Awesome 6 Free';
}
.fa-brands,
.fab {
    font-family: 'Font Awesome 6 Brands';
}
.fa-arrow-up {
    --fa: '\f062';
}
.fa-bars,
.fa-navicon {
    --fa: '\f0c9';
}
.fa-circle {
    --fa: '\f111';
}
.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
    --fa: '\f00d';
}
.fa-external-link-alt,
.fa-up-right-from-square {
    --fa: '\f35d';
}
.fa-minus,
.fa-subtract {
    --fa: '\f068';
}
: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 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src:
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/webfonts/fa-brands-400.woff2) format('woff2'),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/webfonts/fa-brands-400.ttf) format('truetype');
}
.fa-brands,
.fab {
    font-weight: 400;
}
.fa-facebook {
    --fa: '\f09a';
}
.fa-instagram {
    --fa: '\f16d';
}
.fa-youtube {
    --fa: '\f167';
}
:host,
:root {
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src:
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/webfonts/fa-regular-400.woff2) format('woff2'),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/webfonts/fa-regular-400.ttf) format('truetype');
}
.fa-regular,
.far {
    font-weight: 400;
}
:host,
:root {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@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.7.2/webfonts/fa-solid-900.woff2) format('woff2'),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/webfonts/fa-solid-900.ttf) format('truetype');
}
.fa-solid,
.fas {
    font-weight: 900;
}
