/*!
 * Font Awesome Free 6.6.0 subset for the Alupro theme.
 * License: https://fontawesome.com/license/free
 */
@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 6 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fa-solid,
.fas,
.fa-brands,
.fab {
	-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,
.fa-solid,
.fas {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

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

.fa-anchor::before { content: "\f13d"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bezier-curve::before { content: "\f55b"; }
.fa-border-all::before { content: "\f84c"; }
.fa-building-columns::before { content: "\f19c"; }
.fa-bullseye::before { content: "\f140"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-chair::before { content: "\f6c0"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-clock::before { content: "\f017"; }
.fa-envelope-open::before { content: "\f2b6"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-fax::before { content: "\f1ac"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-fire-flame-curved::before { content: "\f7e4"; }
.fa-gears::before { content: "\f085"; }
.fa-gem::before { content: "\f3a5"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-industry::before { content: "\f275"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-link::before { content: "\f0c1"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-medal::before { content: "\f5a2"; }
.fa-microchip::before { content: "\f2db"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-phone::before { content: "\f095"; }
.fa-phone-volume::before { content: "\f2a0"; }
.fa-plane::before { content: "\f072"; }
.fa-screwdriver-wrench::before { content: "\f7d9"; }
.fa-ship::before { content: "\f21a"; }
.fa-star::before { content: "\f005"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-xmark::before { content: "\f00d"; }
