/*!
 * Font Awesome Free 6.4.0 - 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"),
         url("../webfonts/fa-regular-400.ttf") format("truetype");
}

@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"),
         url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@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"),
         url("../webfonts/fa-brands-400.ttf") format("truetype");
}

.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;
}

.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-xs { font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; }
.fa-sm { font-size: 0.875em; line-height: 0.07143em; vertical-align: 0.05357em; }
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }

.fa-fw { text-align: center; width: 1.25em; }
.fa-ul { list-style-type: none; margin-left: var(--fa-li-margin, 2.5em); padding-left: 0; }
.fa-ul > li { position: relative; }
.fa-li { left: calc(var(--fa-li-width, 2em) * -1); position: absolute; text-align: center; width: var(--fa-li-width, 2em); line-height: inherit; }
.fa-border { border-color: var(--fa-border-color, #eee); border-radius: var(--fa-border-radius, 0.1em); border-style: var(--fa-border-style, solid); border-width: var(--fa-border-width, 0.08em); padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left { float: left; margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right { float: right; margin-left: var(--fa-pull-margin, 0.3em); }

.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); } }

.fa-rotate-90 { transform: rotate(90deg); }
.fa-rotate-180 { transform: rotate(180deg); }
.fa-rotate-270 { transform: rotate(270deg); }
.fa-flip-horizontal { transform: scale(-1, 1); }
.fa-flip-vertical { transform: scale(1, -1); }
.fa-flip-both { transform: scale(-1, -1); }

.fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; }
.fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-inverse { color: var(--fa-inverse, #fff); }

.fa-beat { animation: fa-beat 1s ease infinite; }
@keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale, 1.25)); } }

.fa-bounce { animation: fa-bounce 1s ease infinite; }
@keyframes fa-bounce { 0% { transform: scale(1, 1) translateY(0); } 10% { transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { transform: scale(1, 1) translateY(0); } 100% { transform: scale(1, 1) translateY(0); } }

.fa-fade { animation: fa-fade 1s ease infinite; }
@keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } }

.fa-shake { animation: fa-shake 1s ease infinite; }
@keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 8%, 24% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 40%, 100% { transform: rotate(0deg); } }

/* Solid Icons */
.fa-0::before { content: "\30"; }
.fa-1::before { content: "\31"; }
.fa-2::before { content: "\32"; }
.fa-3::before { content: "\33"; }
.fa-4::before { content: "\34"; }
.fa-5::before { content: "\35"; }
.fa-6::before { content: "\36"; }
.fa-7::before { content: "\37"; }
.fa-8::before { content: "\38"; }
.fa-9::before { content: "\39"; }
.fa-a::before { content: "\41"; }
.fa-address-book::before { content: "\f2b9"; }
.fa-address-card::before { content: "\f2bb"; }
.fa-align-center::before { content: "\f037"; }
.fa-align-justify::before { content: "\f039"; }
.fa-align-left::before { content: "\f036"; }
.fa-align-right::before { content: "\f038"; }
.fa-anchor::before { content: "\f13d"; }
.fa-angle-down::before { content: "\f107"; }
.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-angle-up::before { content: "\f106"; }
.fa-angles-down::before { content: "\f103"; }
.fa-angles-left::before { content: "\f100"; }
.fa-angles-right::before { content: "\f101"; }
.fa-angles-up::before { content: "\f102"; }
.fa-archive::before { content: "\f187"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrows-rotate::before { content: "\f021"; }
.fa-at::before { content: "\40"; }
.fa-backward::before { content: "\f04a"; }
.fa-ban::before { content: "\f05e"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bell::before { content: "\f0f3"; }
.fa-bold::before { content: "\f032"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-book::before { content: "\f02d"; }
.fa-book-open::before { content: "\f518"; }
.fa-bookmark::before { content: "\f02e"; }
.fa-box::before { content: "\f466"; }
.fa-boxes::before { content: "\f468"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-bug::before { content: "\f188"; }
.fa-building::before { content: "\f1ad"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-calendar-days::before { content: "\f073"; }
.fa-camera::before { content: "\f030"; }
.fa-car::before { content: "\f1b9"; }
.fa-caret-down::before { content: "\f0d7"; }
.fa-caret-left::before { content: "\f0d9"; }
.fa-caret-right::before { content: "\f0da"; }
.fa-caret-up::before { content: "\f0d8"; }
.fa-cart-shopping::before { content: "\f07a"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-check-double::before { content: "\f560"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-circle::before { content: "\f111"; }
.fa-circle-check::before { content: "\f058"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-circle-notch::before { content: "\f1ce"; }
.fa-circle-plus::before { content: "\f055"; }
.fa-circle-question::before { content: "\f059"; }
.fa-circle-xmark::before { content: "\f057"; }
.fa-clipboard::before { content: "\f328"; }
.fa-clock::before { content: "\f017"; }
.fa-clone::before { content: "\f24d"; }
.fa-close::before { content: "\f00d"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-cloud-download::before { content: "\f0ed"; }
.fa-cloud-upload::before { content: "\f0ee"; }
.fa-code::before { content: "\f121"; }
.fa-cog::before { content: "\f013"; }
.fa-cogs::before { content: "\f085"; }
.fa-coins::before { content: "\f51e"; }
.fa-comment::before { content: "\f075"; }
.fa-comment-dots::before { content: "\f4ad"; }
.fa-comments::before { content: "\f086"; }
.fa-compass::before { content: "\f14e"; }
.fa-copy::before { content: "\f0c5"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-crop::before { content: "\f125"; }
.fa-database::before { content: "\f1c0"; }
.fa-desktop::before { content: "\f108"; }
.fa-dollar-sign::before { content: "\24"; }
.fa-download::before { content: "\f019"; }
.fa-edit::before { content: "\f044"; }
.fa-ellipsis::before { content: "\f141"; }
.fa-ellipsis-h::before { content: "\f141"; }
.fa-ellipsis-v::before { content: "\f142"; }
.fa-ellipsis-vertical::before { content: "\f142"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-eraser::before { content: "\f12d"; }
.fa-exclamation::before { content: "\21"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-expand::before { content: "\f065"; }
.fa-external-link::before { content: "\f08e"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-file::before { content: "\f15b"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-file-archive::before { content: "\f1c6"; }
.fa-file-audio::before { content: "\f1c7"; }
.fa-file-code::before { content: "\f1c9"; }
.fa-file-excel::before { content: "\f1c3"; }
.fa-file-image::before { content: "\f1c5"; }
.fa-file-lines::before { content: "\f15c"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-file-powerpoint::before { content: "\f1c4"; }
.fa-file-video::before { content: "\f1c8"; }
.fa-file-word::before { content: "\f1c2"; }
.fa-film::before { content: "\f008"; }
.fa-filter::before { content: "\f0b0"; }
.fa-fire::before { content: "\f06d"; }
.fa-flag::before { content: "\f024"; }
.fa-flask::before { content: "\f0c3"; }
.fa-folder::before { content: "\f07b"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-font::before { content: "\f031"; }
.fa-forward::before { content: "\f04e"; }
.fa-frown::before { content: "\f119"; }
.fa-gamepad::before { content: "\f11b"; }
.fa-gavel::before { content: "\f0e3"; }
.fa-gear::before { content: "\f013"; }
.fa-gears::before { content: "\f085"; }
.fa-gift::before { content: "\f06b"; }
.fa-globe::before { content: "\f0ac"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-grip::before { content: "\f58d"; }
.fa-grip-lines::before { content: "\f7a4"; }
.fa-grip-vertical::before { content: "\f58e"; }
.fa-hammer::before { content: "\f6e3"; }
.fa-hand::before { content: "\f256"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-hashtag::before { content: "\23"; }
.fa-heading::before { content: "\f1dc"; }
.fa-headphones::before { content: "\f025"; }
.fa-headset::before { content: "\f590"; }
.fa-heart::before { content: "\f004"; }
.fa-history::before { content: "\f1da"; }
.fa-home::before { content: "\f015"; }
.fa-hourglass::before { content: "\f254"; }
.fa-house::before { content: "\f015"; }
.fa-image::before { content: "\f03e"; }
.fa-images::before { content: "\f302"; }
.fa-inbox::before { content: "\f01c"; }
.fa-indent::before { content: "\f03c"; }
.fa-infinity::before { content: "\f534"; }
.fa-info::before { content: "\f129"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-italic::before { content: "\f033"; }
.fa-key::before { content: "\f084"; }
.fa-keyboard::before { content: "\f11c"; }
.fa-language::before { content: "\f1ab"; }
.fa-laptop::before { content: "\f109"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-leaf::before { content: "\f06c"; }
.fa-left-long::before { content: "\f30a"; }
.fa-left-right::before { content: "\f337"; }
.fa-life-ring::before { content: "\f1cd"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-link::before { content: "\f0c1"; }
.fa-list::before { content: "\f03a"; }
.fa-list-alt::before { content: "\f022"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-list-ol::before { content: "\f0cb"; }
.fa-list-ul::before { content: "\f0ca"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-lock::before { content: "\f023"; }
.fa-lock-open::before { content: "\f3c1"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-map::before { content: "\f279"; }
.fa-map-marker::before { content: "\f041"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-map-pin::before { content: "\f276"; }
.fa-maximize::before { content: "\f31e"; }
.fa-medal::before { content: "\f5a2"; }
.fa-meh::before { content: "\f11a"; }
.fa-memory::before { content: "\f538"; }
.fa-message::before { content: "\f27a"; }
.fa-microphone::before { content: "\f130"; }
.fa-minimize::before { content: "\f78c"; }
.fa-minus::before { content: "\f068"; }
.fa-minus-circle::before { content: "\f056"; }
.fa-mobile::before { content: "\f3ce"; }
.fa-money-bill::before { content: "\f0d6"; }
.fa-moon::before { content: "\f186"; }
.fa-music::before { content: "\f001"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-note-sticky::before { content: "\f249"; }
.fa-object-group::before { content: "\f247"; }
.fa-outdent::before { content: "\f03b"; }
.fa-paint-brush::before { content: "\f1fc"; }
.fa-palette::before { content: "\f53f"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-paperclip::before { content: "\f0c6"; }
.fa-paragraph::before { content: "\f1dd"; }
.fa-paste::before { content: "\f0ea"; }
.fa-pause::before { content: "\f04c"; }
.fa-pen::before { content: "\f304"; }
.fa-pen-to-square::before { content: "\f044"; }
.fa-pencil::before { content: "\f303"; }
.fa-percent::before { content: "\25"; }
.fa-phone::before { content: "\f095"; }
.fa-photo-film::before { content: "\f87c"; }
.fa-play::before { content: "\f04b"; }
.fa-play-circle::before { content: "\f144"; }
.fa-plug::before { content: "\f1e6"; }
.fa-plus::before { content: "\2b"; }
.fa-plus-circle::before { content: "\f055"; }
.fa-power-off::before { content: "\f011"; }
.fa-print::before { content: "\f02f"; }
.fa-puzzle-piece::before { content: "\f12e"; }
.fa-question::before { content: "\3f"; }
.fa-question-circle::before { content: "\f059"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-quote-right::before { content: "\f10e"; }
.fa-receipt::before { content: "\f543"; }
.fa-rectangle-list::before { content: "\f022"; }
.fa-redo::before { content: "\f01e"; }
.fa-refresh::before { content: "\f021"; }
.fa-reply::before { content: "\f3e5"; }
.fa-reply-all::before { content: "\f122"; }
.fa-right-from-bracket::before { content: "\f2f5"; }
.fa-right-long::before { content: "\f30b"; }
.fa-right-to-bracket::before { content: "\f2f6"; }
.fa-rocket::before { content: "\f135"; }
.fa-rotate::before { content: "\f2f1"; }
.fa-rotate-left::before { content: "\f2ea"; }
.fa-rotate-right::before { content: "\f2f9"; }
.fa-rss::before { content: "\f09e"; }
.fa-ruler::before { content: "\f545"; }
.fa-save::before { content: "\f0c7"; }
.fa-scale-balanced::before { content: "\f24e"; }
.fa-scissors::before { content: "\f0c4"; }
.fa-screwdriver::before { content: "\f54a"; }
.fa-search::before { content: "\f002"; }
.fa-server::before { content: "\f233"; }
.fa-share::before { content: "\f064"; }
.fa-share-alt::before { content: "\f1e0"; }
.fa-share-nodes::before { content: "\f1e0"; }
.fa-shield::before { content: "\f132"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-shoe-prints::before { content: "\f54b"; }
.fa-shopping-bag::before { content: "\f290"; }
.fa-shopping-basket::before { content: "\f291"; }
.fa-shopping-cart::before { content: "\f07a"; }
.fa-sign-in::before { content: "\f090"; }
.fa-sign-in-alt::before { content: "\f2f6"; }
.fa-sign-out::before { content: "\f08b"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-signal::before { content: "\f012"; }
.fa-sitemap::before { content: "\f0e8"; }
.fa-sliders::before { content: "\f1de"; }
.fa-sliders-h::before { content: "\f1de"; }
.fa-smile::before { content: "\f118"; }
.fa-sort::before { content: "\f0dc"; }
.fa-sort-down::before { content: "\f0dd"; }
.fa-sort-up::before { content: "\f0de"; }
.fa-spinner::before { content: "\f110"; }
.fa-square::before { content: "\f0c8"; }
.fa-square-check::before { content: "\f14a"; }
.fa-star::before { content: "\f005"; }
.fa-star-half::before { content: "\f089"; }
.fa-star-half-alt::before { content: "\f5c0"; }
.fa-step-backward::before { content: "\f048"; }
.fa-step-forward::before { content: "\f051"; }
.fa-sticky-note::before { content: "\f249"; }
.fa-stop::before { content: "\f04d"; }
.fa-stopwatch::before { content: "\f2f2"; }
.fa-store::before { content: "\f54e"; }
.fa-strikethrough::before { content: "\f0cc"; }
.fa-subscript::before { content: "\f12c"; }
.fa-sun::before { content: "\f185"; }
.fa-superscript::before { content: "\f12b"; }
.fa-sync::before { content: "\f021"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-table::before { content: "\f0ce"; }
.fa-table-cells::before { content: "\f00a"; }
.fa-table-columns::before { content: "\f0db"; }
.fa-table-list::before { content: "\f00b"; }
.fa-tablet::before { content: "\f3fb"; }
.fa-tag::before { content: "\f02b"; }
.fa-tags::before { content: "\f02c"; }
.fa-tasks::before { content: "\f0ae"; }
.fa-terminal::before { content: "\f120"; }
.fa-text-height::before { content: "\f034"; }
.fa-text-width::before { content: "\f035"; }
.fa-th::before { content: "\f00a"; }
.fa-th-large::before { content: "\f009"; }
.fa-th-list::before { content: "\f00b"; }
.fa-thumbs-down::before { content: "\f165"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-thumbtack::before { content: "\f08d"; }
.fa-times::before { content: "\f00d"; }
.fa-times-circle::before { content: "\f057"; }
.fa-toggle-off::before { content: "\f204"; }
.fa-toggle-on::before { content: "\f205"; }
.fa-toolbox::before { content: "\f552"; }
.fa-tools::before { content: "\f7d9"; }
.fa-trash::before { content: "\f1f8"; }
.fa-trash-alt::before { content: "\f2ed"; }
.fa-trash-can::before { content: "\f2ed"; }
.fa-tree::before { content: "\f1bb"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-trophy::before { content: "\f091"; }
.fa-truck::before { content: "\f0d1"; }
.fa-tv::before { content: "\f26c"; }
.fa-underline::before { content: "\f0cd"; }
.fa-undo::before { content: "\f0e2"; }
.fa-unlock::before { content: "\f09c"; }
.fa-up-right-from-square::before { content: "\f35d"; }
.fa-upload::before { content: "\f093"; }
.fa-user::before { content: "\f007"; }
.fa-user-check::before { content: "\f4fc"; }
.fa-user-circle::before { content: "\f2bd"; }
.fa-user-cog::before { content: "\f4fe"; }
.fa-user-edit::before { content: "\f4ff"; }
.fa-user-gear::before { content: "\f4fe"; }
.fa-user-group::before { content: "\f500"; }
.fa-user-lock::before { content: "\f502"; }
.fa-user-minus::before { content: "\f503"; }
.fa-user-pen::before { content: "\f4ff"; }
.fa-user-plus::before { content: "\f234"; }
.fa-user-shield::before { content: "\f505"; }
.fa-user-slash::before { content: "\f506"; }
.fa-user-tag::before { content: "\f507"; }
.fa-user-tie::before { content: "\f508"; }
.fa-user-xmark::before { content: "\f235"; }
.fa-users::before { content: "\f0c0"; }
.fa-users-cog::before { content: "\f509"; }
.fa-users-gear::before { content: "\f509"; }
.fa-video::before { content: "\f03d"; }
.fa-volume-high::before { content: "\f028"; }
.fa-volume-low::before { content: "\f027"; }
.fa-volume-off::before { content: "\f026"; }
.fa-volume-up::before { content: "\f028"; }
.fa-volume-xmark::before { content: "\f6a9"; }
.fa-wallet::before { content: "\f555"; }
.fa-warning::before { content: "\f071"; }
.fa-wifi::before { content: "\f1eb"; }
.fa-window-maximize::before { content: "\f2d0"; }
.fa-window-minimize::before { content: "\f2d1"; }
.fa-window-restore::before { content: "\f2d2"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-x::before { content: "\58"; }
.fa-xmark::before { content: "\f00d"; }

/* Brand Icons */
.fa-android::before { content: "\f17b"; }
.fa-apple::before { content: "\f179"; }
.fa-chrome::before { content: "\f268"; }
.fa-css3::before { content: "\f13c"; }
.fa-discord::before { content: "\f392"; }
.fa-dribbble::before { content: "\f17d"; }
.fa-dropbox::before { content: "\f16b"; }
.fa-facebook::before { content: "\f09a"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-firefox::before { content: "\f269"; }
.fa-github::before { content: "\f09b"; }
.fa-gitlab::before { content: "\f296"; }
.fa-google::before { content: "\f1a0"; }
.fa-google-drive::before { content: "\f3aa"; }
.fa-html5::before { content: "\f13b"; }
.fa-instagram::before { content: "\f16d"; }
.fa-java::before { content: "\f4e4"; }
.fa-js::before { content: "\f3b8"; }
.fa-laravel::before { content: "\f3bd"; }
.fa-linkedin::before { content: "\f08c"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-linux::before { content: "\f17c"; }
.fa-microsoft::before { content: "\f3ca"; }
.fa-node::before { content: "\f419"; }
.fa-node-js::before { content: "\f3d3"; }
.fa-npm::before { content: "\f3d4"; }
.fa-paypal::before { content: "\f1ed"; }
.fa-php::before { content: "\f457"; }
.fa-pinterest::before { content: "\f0d2"; }
.fa-python::before { content: "\f3e2"; }
.fa-react::before { content: "\f41b"; }
.fa-reddit::before { content: "\f1a1"; }
.fa-safari::before { content: "\f267"; }
.fa-skype::before { content: "\f17e"; }
.fa-slack::before { content: "\f198"; }
.fa-snapchat::before { content: "\f2ab"; }
.fa-spotify::before { content: "\f1bc"; }
.fa-stack-overflow::before { content: "\f16c"; }
.fa-steam::before { content: "\f1b6"; }
.fa-stripe::before { content: "\f429"; }
.fa-telegram::before { content: "\f2c6"; }
.fa-telegram-plane::before { content: "\f3fe"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-trello::before { content: "\f181"; }
.fa-tumblr::before { content: "\f173"; }
.fa-twitch::before { content: "\f1e8"; }
.fa-twitter::before { content: "\f099"; }
.fa-ubuntu::before { content: "\f7df"; }
.fa-vimeo::before { content: "\f40a"; }
.fa-vuejs::before { content: "\f41f"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-windows::before { content: "\f17a"; }
.fa-wordpress::before { content: "\f19a"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-youtube::before { content: "\f167"; }
.fa-zoom::before { content: "\f2d8"; }