/*!
 * Font Awesome Free 6.4.2 - Local Version
 */

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

@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");
}

@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");
}

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

.fas,
.fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.far,
.fa-regular {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

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

.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
    -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;
}

/* Icon sizes */
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.875em; }
.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-xl { font-size: 1.5em; line-height: 0.04167em; vertical-align: -0.125em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

/* Animation */
.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Common icons */
.fa-home::before { content: "\f015"; }
.fa-microphone-alt::before { content: "\f3c9"; }
.fa-microphone::before { content: "\f130"; }
.fa-music::before { content: "\f001"; }
.fa-video::before { content: "\f03d"; }
.fa-users::before { content: "\f0c0"; }
.fa-user::before { content: "\f007"; }
.fa-user-plus::before { content: "\f234"; }
.fa-cog::before, .fa-gear::before { content: "\f013"; }
.fa-cogs::before, .fa-gears::before { content: "\f085"; }
.fa-clock::before { content: "\f017"; }
.fa-upload::before { content: "\f093"; }
.fa-download::before { content: "\f019"; }
.fa-file::before { content: "\f15b"; }
.fa-file-audio::before { content: "\f1c7"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-times::before { content: "\f00d"; }
.fa-times-circle::before { content: "\f057"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-sign-in-alt::before { content: "\f2f6"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-spinner::before { content: "\f110"; }
.fa-cloud-upload-alt::before { content: "\f382"; }
.fa-link::before { content: "\f0c1"; }
.fa-copy::before { content: "\f0c5"; }
.fa-plus::before { content: "\f067"; }
.fa-brain::before { content: "\f5dc"; }
.fa-wand-magic-sparkles::before { content: "\e2ca"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-gem::before { content: "\f3a5"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-chart-line::before { content: "\f201"; }
.fa-list-alt::before { content: "\f022"; }
.fa-check-double::before { content: "\f560"; }
.fa-tachometer-alt::before { content: "\f3fd"; }
.fa-coins::before { content: "\f51e"; }
.fa-box-open::before { content: "\f49e"; }
.fa-box::before { content: "\f466"; }
.fa-headset::before { content: "\f590"; }
.fa-server::before { content: "\f233"; }
.fa-ticket::before { content: "\f145"; }
.fa-broadcast-tower::before { content: "\f519"; }
.fa-comments::before { content: "\f086"; }
.fa-hand-sparkles::before { content: "\e05d"; }
.fa-rocket::before { content: "\f135"; }
.fa-heart::before { content: "\f004"; }
.fa-copyright::before { content: "\f1f9"; }
.fa-bars::before { content: "\f0c9"; }
.fa-play::before { content: "\f04b"; }
.fa-pause::before { content: "\f04c"; }
.fa-stop::before { content: "\f04d"; }
.fa-star::before { content: "\f005"; }
.fa-trash::before { content: "\f1f8"; }
.fa-edit::before, .fa-pen::before { content: "\f303"; }
.fa-save::before { content: "\f0c7"; }
.fa-search::before { content: "\f002"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-angle-right::before { content: "\f105"; }
.fa-angle-left::before { content: "\f104"; }
.fa-money-bill::before { content: "\f0d6"; }
.fa-wallet::before { content: "\f555"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-question-circle::before { content: "\f059"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-lock::before { content: "\f023"; }
.fa-unlock::before { content: "\f09c"; }
.fa-phone::before { content: "\f095"; }
.fa-mobile::before { content: "\f10b"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-bell::before { content: "\f0f3"; }
.fa-image::before { content: "\f03e"; }
.fa-folder::before { content: "\f07b"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-sync::before { content: "\f021"; }
.fa-redo::before { content: "\f01e"; }
.fa-undo::before { content: "\f0e2"; }
.fa-filter::before { content: "\f0b0"; }
.fa-sort::before { content: "\f0dc"; }
.fa-sort-up::before { content: "\f0de"; }
.fa-sort-down::before { content: "\f0dd"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-share::before { content: "\f064"; }
.fa-print::before { content: "\f02f"; }
.fa-history::before { content: "\f1da"; }
.fa-power-off::before { content: "\f011"; }
.fa-toggle-on::before { content: "\f205"; }
.fa-toggle-off::before { content: "\f204"; }
.fa-sliders-h::before { content: "\f1de"; }
.fa-circle::before { content: "\f111"; }
.fa-square::before { content: "\f0c8"; }
.fa-ban::before { content: "\f05e"; }
.fa-minus::before { content: "\f068"; }
.fa-expand::before { content: "\f065"; }
.fa-compress::before { content: "\f066"; }
.fa-volume-up::before { content: "\f028"; }
.fa-volume-down::before { content: "\f027"; }
.fa-volume-mute::before { content: "\f6a9"; }
.fa-th::before { content: "\f00a"; }
.fa-th-list::before { content: "\f00b"; }
.fa-language::before { content: "\f1ab"; }

/* Google brand icon */
.fa-google::before { content: "\f1a0"; }
