/* Font Awesome subset for homepage (layout 43876). Glyphs: f061 f073 f05a f110 (+ regular f073). */
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("fonts/fa-solid-900.subset.woff2") format("woff2");
}
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/fa-regular-400.subset.woff2") format("woff2");
}
.fa,
.fas,
.far {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
.fa-fw {
	text-align: center;
	width: 1.25em;
}
.fa-3x {
	font-size: 3em;
}
.fa-spin {
	animation: wetail-fa-spin 2s linear infinite;
}
@keyframes wetail-fa-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-calendar-alt:before {
	content: "\f073";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-spinner:before {
	content: "\f110";
}
