/*!
 * Font Awesome Free 6.5.1 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 2023 Fonticons, Inc.
 */
.fa-brands {
    font-family:'Font Awesome 6 Brands';
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:var(--fa-display, inline-block);
    text-rendering:auto;
    font-variant:normal;
    font-style:normal;
    font-weight:400;
    line-height:1;
}
@font-face {
    font-family:'Font Awesome 6 Brands';
    font-display:block;
    font-style:normal;
    font-weight:400;
    src:url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-facebook-f:before {content:"\f39e"}
.fa-x-twitter:before {content:"\e61b"}
.fa-pinterest:before {content:"\f0d2"}
.fa-tumblr:before {content:"\f173"}
.fa-linkedin-in:before {content:"\f0e1"}

.fa-instagram:before {content:"\f16d"}
.fa-vimeo:before {content:"\f40a"}
.fa-youtube:before {content:"\f167"}
.fa-flickr:before {content:"\f16e"}
.fa-lastfm:before {content:"\f202"}
.fa-wikipedia-w:before {content:"\f266"}