
.um, .um-icon-within {}

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

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

.um .fa-classic, .um .fa-regular, .um .fa-solid, .um .far, .um .fas, .um-icon-within .fa-classic, .um-icon-within .fa-regular, .um-icon-within .fa-solid, .um-icon-within .far, .um-icon-within .fas {
	font-family: "Font Awesome 6 Free";
}

.um .fa-brands, .um .fab, .um-icon-within .fa-brands, .um-icon-within .fab {
	font-family: "Font Awesome 6 Brands";
}

.um .fa-1x, .um-icon-within .fa-1x {
	font-size: 1em;
}

.um .fa-2x, .um-icon-within .fa-2x {
	font-size: 2em;
}

.um .fa-3x, .um-icon-within .fa-3x {
	font-size: 3em;
}

.um .fa-4x, .um-icon-within .fa-4x {
	font-size: 4em;
}

.um .fa-5x, .um-icon-within .fa-5x {
	font-size: 5em;
}

.um .fa-6x, .um-icon-within .fa-6x {
	font-size: 6em;
}

.um .fa-7x, .um-icon-within .fa-7x {
	font-size: 7em;
}

.um .fa-8x, .um-icon-within .fa-8x {
	font-size: 8em;
}

.um .fa-9x, .um-icon-within .fa-9x {
	font-size: 9em;
}

.um .fa-10x, .um-icon-within .fa-10x {
	font-size: 10em;
}

.um .fa-2xs, .um-icon-within .fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.um .fa-xs, .um-icon-within .fa-xs {
	font-size: .75em;
	line-height: .0833333337em;
	vertical-align: .125em;
}

.um .fa-sm, .um-icon-within .fa-sm {
	font-size: .875em;
	line-height: .0714285718em;
	vertical-align: .0535714295em;
}

.um .fa-lg, .um-icon-within .fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.um .fa-xl, .um-icon-within .fa-xl {
	font-size: 1.5em;
	line-height: .0416666682em;
	vertical-align: -.125em;
}

.um .fa-2xl, .um-icon-within .fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.um .fa-fw, .um-icon-within .fa-fw {
	text-align: center;
	width: 1.25em;
}

.um .fa-ul, .um-icon-within .fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.um .fa-ul>li, .um-icon-within .fa-ul>li {
	position: relative;
}

.um .fa-li, .um-icon-within .fa-li {
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.um .fa-border, .um-icon-within .fa-border {
	border-color: var(--fa-border-color, #eee);
	border-radius: var(--fa-border-radius, .1em);
	border-style: var(--fa-border-style, solid);
	border-width: var(--fa-border-width, .08em);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.um .fa-pull-left, .um-icon-within .fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.um .fa-pull-right, .um-icon-within .fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.um .fa-beat, .um-icon-within .fa-beat {
	animation-name: fa-beat;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.um .fa-bounce, .um-icon-within .fa-bounce {
	animation-name: fa-bounce;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.um .fa-fade, .um-icon-within .fa-fade {
	animation-name: fa-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.um .fa-beat-fade, .um-icon-within .fa-beat-fade {
	animation-name: fa-beat-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.um .fa-flip, .um-icon-within .fa-flip {
	animation-name: fa-flip;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.um .fa-shake, .um-icon-within .fa-shake {
	animation-name: fa-shake;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.um .fa-spin, .um-icon-within .fa-spin {
	animation-name: fa-spin;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 2s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.um .fa-spin-reverse, .um-icon-within .fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.um .fa-pulse, .um .fa-spin-pulse, .um-icon-within .fa-pulse, .um-icon-within .fa-spin-pulse {
	animation-name: fa-spin;
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.um .fa-beat, .um .fa-beat-fade, .um .fa-bounce, .um .fa-fade, .um .fa-flip, .um .fa-pulse, .um .fa-shake, .um .fa-spin, .um .fa-spin-pulse, .um-icon-within .fa-beat, .um-icon-within .fa-beat-fade, .um-icon-within .fa-bounce, .um-icon-within .fa-fade, .um-icon-within .fa-flip, .um-icon-within .fa-pulse, .um-icon-within .fa-shake, .um-icon-within .fa-spin, .um-icon-within .fa-spin-pulse {
		animation-delay: -1ms;
		animation-duration: 1ms;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@keyframes fa-beat {
	0%, 90% {
		transform: scale(1);
	}
	
	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@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, .9)) translateY(0);
	}
	
	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		transform: scale(1, 1) translateY(0);
	}
	
	100% {
		transform: scale(1, 1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-beat-fade {
	0%, 100% {
		opacity: var(--fa-beat-fade-opacity, .4);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg);
	}
	
	4% {
		transform: rotate(15deg);
	}
	
	24%, 8% {
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		transform: rotate(18deg);
	}
	
	16% {
		transform: rotate(-22deg);
	}
	
	20% {
		transform: rotate(22deg);
	}
	
	32% {
		transform: rotate(-12deg);
	}
	
	36% {
		transform: rotate(12deg);
	}
	
	100%, 40% {
		transform: rotate(0);
	}
}

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

.um .fa-rotate-90, .um-icon-within .fa-rotate-90 {
	transform: rotate(90deg);
}

.um .fa-rotate-180, .um-icon-within .fa-rotate-180 {
	transform: rotate(180deg);
}

.um .fa-rotate-270, .um-icon-within .fa-rotate-270 {
	transform: rotate(270deg);
}

.um .fa-flip-horizontal, .um-icon-within .fa-flip-horizontal {
	transform: scale(-1, 1);
}

.um .fa-flip-vertical, .um-icon-within .fa-flip-vertical {
	transform: scale(1, -1);
}

.um .fa-flip-both, .um .fa-flip-horizontal.fa-flip-vertical, .um-icon-within .fa-flip-both, .um-icon-within .fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1, -1);
}

.um .fa-rotate-by, .um-icon-within .fa-rotate-by {
	transform: rotate(var(--fa-rotate-angle, 0));
}

.um .fa-stack, .um-icon-within .fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.um .fa-stack-1x, .um .fa-stack-2x, .um-icon-within .fa-stack-1x, .um-icon-within .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.um .fa-stack-1x, .um-icon-within .fa-stack-1x {
	line-height: inherit;
}

.um .fa-stack-2x, .um-icon-within .fa-stack-2x {
	font-size: 2em;
}

.um .fa-inverse, .um-icon-within .fa-inverse {
	color: var(--fa-inverse, #fff);
}

.um .fa-0::before, .um-icon-within .fa-0::before {
	content: "0";
}

.um .fa-1::before, .um-icon-within .fa-1::before {
	content: "1";
}

.um .fa-2::before, .um-icon-within .fa-2::before {
	content: "2";
}

.um .fa-3::before, .um-icon-within .fa-3::before {
	content: "3";
}

.um .fa-4::before, .um-icon-within .fa-4::before {
	content: "4";
}

.um .fa-5::before, .um-icon-within .fa-5::before {
	content: "5";
}

.um .fa-6::before, .um-icon-within .fa-6::before {
	content: "6";
}

.um .fa-7::before, .um-icon-within .fa-7::before {
	content: "7";
}

.um .fa-8::before, .um-icon-within .fa-8::before {
	content: "8";
}

.um .fa-9::before, .um-icon-within .fa-9::before {
	content: "9";
}

.um .fa-fill-drip::before, .um-icon-within .fa-fill-drip::before {
	content: "";
}

.um .fa-arrows-to-circle::before, .um-icon-within .fa-arrows-to-circle::before {
	content: "";
}

.um .fa-circle-chevron-right::before, .um-icon-within .fa-circle-chevron-right::before {
	content: "";
}

.um .fa-chevron-circle-right::before, .um-icon-within .fa-chevron-circle-right::before {
	content: "";
}

.um .fa-at::before, .um-icon-within .fa-at::before {
	content: "@";
}

.um .fa-trash-can::before, .um-icon-within .fa-trash-can::before {
	content: "";
}

.um .fa-trash-alt::before, .um-icon-within .fa-trash-alt::before {
	content: "";
}

.um .fa-text-height::before, .um-icon-within .fa-text-height::before {
	content: "";
}

.um .fa-user-xmark::before, .um-icon-within .fa-user-xmark::before {
	content: "";
}

.um .fa-user-times::before, .um-icon-within .fa-user-times::before {
	content: "";
}

.um .fa-stethoscope::before, .um-icon-within .fa-stethoscope::before {
	content: "";
}

.um .fa-message::before, .um-icon-within .fa-message::before {
	content: "";
}

.um .fa-comment-alt::before, .um-icon-within .fa-comment-alt::before {
	content: "";
}

.um .fa-info::before, .um-icon-within .fa-info::before {
	content: "";
}

.um .fa-down-left-and-up-right-to-center::before, .um-icon-within .fa-down-left-and-up-right-to-center::before {
	content: "";
}

.um .fa-compress-alt::before, .um-icon-within .fa-compress-alt::before {
	content: "";
}

.um .fa-explosion::before, .um-icon-within .fa-explosion::before {
	content: "";
}

.um .fa-file-lines::before, .um-icon-within .fa-file-lines::before {
	content: "";
}

.um .fa-file-alt::before, .um-icon-within .fa-file-alt::before {
	content: "";
}

.um .fa-file-text::before, .um-icon-within .fa-file-text::before {
	content: "";
}

.um .fa-wave-square::before, .um-icon-within .fa-wave-square::before {
	content: "";
}

.um .fa-ring::before, .um-icon-within .fa-ring::before {
	content: "";
}

.um .fa-building-un::before, .um-icon-within .fa-building-un::before {
	content: "";
}

.um .fa-dice-three::before, .um-icon-within .fa-dice-three::before {
	content: "";
}

.um .fa-calendar-days::before, .um-icon-within .fa-calendar-days::before {
	content: "";
}

.um .fa-calendar-alt::before, .um-icon-within .fa-calendar-alt::before {
	content: "";
}

.um .fa-anchor-circle-check::before, .um-icon-within .fa-anchor-circle-check::before {
	content: "";
}

.um .fa-building-circle-arrow-right::before, .um-icon-within .fa-building-circle-arrow-right::before {
	content: "";
}

.um .fa-volleyball::before, .um-icon-within .fa-volleyball::before {
	content: "";
}

.um .fa-volleyball-ball::before, .um-icon-within .fa-volleyball-ball::before {
	content: "";
}

.um .fa-arrows-up-to-line::before, .um-icon-within .fa-arrows-up-to-line::before {
	content: "";
}

.um .fa-sort-down::before, .um-icon-within .fa-sort-down::before {
	content: "";
}

.um .fa-sort-desc::before, .um-icon-within .fa-sort-desc::before {
	content: "";
}

.um .fa-circle-minus::before, .um-icon-within .fa-circle-minus::before {
	content: "";
}

.um .fa-minus-circle::before, .um-icon-within .fa-minus-circle::before {
	content: "";
}

.um .fa-door-open::before, .um-icon-within .fa-door-open::before {
	content: "";
}

.um .fa-right-from-bracket::before, .um-icon-within .fa-right-from-bracket::before {
	content: "";
}

.um .fa-sign-out-alt::before, .um-icon-within .fa-sign-out-alt::before {
	content: "";
}

.um .fa-atom::before, .um-icon-within .fa-atom::before {
	content: "";
}

.um .fa-soap::before, .um-icon-within .fa-soap::before {
	content: "";
}

.um .fa-icons::before, .um-icon-within .fa-icons::before {
	content: "";
}

.um .fa-heart-music-camera-bolt::before, .um-icon-within .fa-heart-music-camera-bolt::before {
	content: "";
}

.um .fa-microphone-lines-slash::before, .um-icon-within .fa-microphone-lines-slash::before {
	content: "";
}

.um .fa-microphone-alt-slash::before, .um-icon-within .fa-microphone-alt-slash::before {
	content: "";
}

.um .fa-bridge-circle-check::before, .um-icon-within .fa-bridge-circle-check::before {
	content: "";
}

.um .fa-pump-medical::before, .um-icon-within .fa-pump-medical::before {
	content: "";
}

.um .fa-fingerprint::before, .um-icon-within .fa-fingerprint::before {
	content: "";
}

.um .fa-hand-point-right::before, .um-icon-within .fa-hand-point-right::before {
	content: "";
}

.um .fa-magnifying-glass-location::before, .um-icon-within .fa-magnifying-glass-location::before {
	content: "";
}

.um .fa-search-location::before, .um-icon-within .fa-search-location::before {
	content: "";
}

.um .fa-forward-step::before, .um-icon-within .fa-forward-step::before {
	content: "";
}

.um .fa-step-forward::before, .um-icon-within .fa-step-forward::before {
	content: "";
}

.um .fa-face-smile-beam::before, .um-icon-within .fa-face-smile-beam::before {
	content: "";
}

.um .fa-smile-beam::before, .um-icon-within .fa-smile-beam::before {
	content: "";
}

.um .fa-flag-checkered::before, .um-icon-within .fa-flag-checkered::before {
	content: "";
}

.um .fa-football::before, .um-icon-within .fa-football::before {
	content: "";
}

.um .fa-football-ball::before, .um-icon-within .fa-football-ball::before {
	content: "";
}

.um .fa-school-circle-exclamation::before, .um-icon-within .fa-school-circle-exclamation::before {
	content: "";
}

.um .fa-crop::before, .um-icon-within .fa-crop::before {
	content: "";
}

.um .fa-angles-down::before, .um-icon-within .fa-angles-down::before {
	content: "";
}

.um .fa-angle-double-down::before, .um-icon-within .fa-angle-double-down::before {
	content: "";
}

.um .fa-users-rectangle::before, .um-icon-within .fa-users-rectangle::before {
	content: "";
}

.um .fa-people-roof::before, .um-icon-within .fa-people-roof::before {
	content: "";
}

.um .fa-people-line::before, .um-icon-within .fa-people-line::before {
	content: "";
}

.um .fa-beer-mug-empty::before, .um-icon-within .fa-beer-mug-empty::before {
	content: "";
}

.um .fa-beer::before, .um-icon-within .fa-beer::before {
	content: "";
}

.um .fa-diagram-predecessor::before, .um-icon-within .fa-diagram-predecessor::before {
	content: "";
}

.um .fa-arrow-up-long::before, .um-icon-within .fa-arrow-up-long::before {
	content: "";
}

.um .fa-long-arrow-up::before, .um-icon-within .fa-long-arrow-up::before {
	content: "";
}

.um .fa-fire-flame-simple::before, .um-icon-within .fa-fire-flame-simple::before {
	content: "";
}

.um .fa-burn::before, .um-icon-within .fa-burn::before {
	content: "";
}

.um .fa-person::before, .um-icon-within .fa-person::before {
	content: "";
}

.um .fa-male::before, .um-icon-within .fa-male::before {
	content: "";
}

.um .fa-laptop::before, .um-icon-within .fa-laptop::before {
	content: "";
}

.um .fa-file-csv::before, .um-icon-within .fa-file-csv::before {
	content: "";
}

.um .fa-menorah::before, .um-icon-within .fa-menorah::before {
	content: "";
}

.um .fa-truck-plane::before, .um-icon-within .fa-truck-plane::before {
	content: "";
}

.um .fa-record-vinyl::before, .um-icon-within .fa-record-vinyl::before {
	content: "";
}

.um .fa-face-grin-stars::before, .um-icon-within .fa-face-grin-stars::before {
	content: "";
}

.um .fa-grin-stars::before, .um-icon-within .fa-grin-stars::before {
	content: "";
}

.um .fa-bong::before, .um-icon-within .fa-bong::before {
	content: "";
}

.um .fa-spaghetti-monster-flying::before, .um-icon-within .fa-spaghetti-monster-flying::before {
	content: "";
}

.um .fa-pastafarianism::before, .um-icon-within .fa-pastafarianism::before {
	content: "";
}

.um .fa-arrow-down-up-across-line::before, .um-icon-within .fa-arrow-down-up-across-line::before {
	content: "";
}

.um .fa-spoon::before, .um-icon-within .fa-spoon::before {
	content: "";
}

.um .fa-utensil-spoon::before, .um-icon-within .fa-utensil-spoon::before {
	content: "";
}

.um .fa-jar-wheat::before, .um-icon-within .fa-jar-wheat::before {
	content: "";
}

.um .fa-envelopes-bulk::before, .um-icon-within .fa-envelopes-bulk::before {
	content: "";
}

.um .fa-mail-bulk::before, .um-icon-within .fa-mail-bulk::before {
	content: "";
}

.um .fa-file-circle-exclamation::before, .um-icon-within .fa-file-circle-exclamation::before {
	content: "";
}

.um .fa-circle-h::before, .um-icon-within .fa-circle-h::before {
	content: "";
}

.um .fa-hospital-symbol::before, .um-icon-within .fa-hospital-symbol::before {
	content: "";
}

.um .fa-pager::before, .um-icon-within .fa-pager::before {
	content: "";
}

.um .fa-address-book::before, .um-icon-within .fa-address-book::before {
	content: "";
}

.um .fa-contact-book::before, .um-icon-within .fa-contact-book::before {
	content: "";
}

.um .fa-strikethrough::before, .um-icon-within .fa-strikethrough::before {
	content: "";
}

.um .fa-k::before, .um-icon-within .fa-k::before {
	content: "K";
}

.um .fa-landmark-flag::before, .um-icon-within .fa-landmark-flag::before {
	content: "";
}

.um .fa-pencil::before, .um-icon-within .fa-pencil::before {
	content: "";
}

.um .fa-pencil-alt::before, .um-icon-within .fa-pencil-alt::before {
	content: "";
}

.um .fa-backward::before, .um-icon-within .fa-backward::before {
	content: "";
}

.um .fa-caret-right::before, .um-icon-within .fa-caret-right::before {
	content: "";
}

.um .fa-comments::before, .um-icon-within .fa-comments::before {
	content: "";
}

.um .fa-paste::before, .um-icon-within .fa-paste::before {
	content: "";
}

.um .fa-file-clipboard::before, .um-icon-within .fa-file-clipboard::before {
	content: "";
}

.um .fa-code-pull-request::before, .um-icon-within .fa-code-pull-request::before {
	content: "";
}

.um .fa-clipboard-list::before, .um-icon-within .fa-clipboard-list::before {
	content: "";
}

.um .fa-truck-ramp-box::before, .um-icon-within .fa-truck-ramp-box::before {
	content: "";
}

.um .fa-truck-loading::before, .um-icon-within .fa-truck-loading::before {
	content: "";
}

.um .fa-user-check::before, .um-icon-within .fa-user-check::before {
	content: "";
}

.um .fa-vial-virus::before, .um-icon-within .fa-vial-virus::before {
	content: "";
}

.um .fa-sheet-plastic::before, .um-icon-within .fa-sheet-plastic::before {
	content: "";
}

.um .fa-blog::before, .um-icon-within .fa-blog::before {
	content: "";
}

.um .fa-user-ninja::before, .um-icon-within .fa-user-ninja::before {
	content: "";
}

.um .fa-person-arrow-up-from-line::before, .um-icon-within .fa-person-arrow-up-from-line::before {
	content: "";
}

.um .fa-scroll-torah::before, .um-icon-within .fa-scroll-torah::before {
	content: "";
}

.um .fa-torah::before, .um-icon-within .fa-torah::before {
	content: "";
}

.um .fa-broom-ball::before, .um-icon-within .fa-broom-ball::before {
	content: "";
}

.um .fa-quidditch::before, .um-icon-within .fa-quidditch::before {
	content: "";
}

.um .fa-quidditch-broom-ball::before, .um-icon-within .fa-quidditch-broom-ball::before {
	content: "";
}

.um .fa-toggle-off::before, .um-icon-within .fa-toggle-off::before {
	content: "";
}

.um .fa-box-archive::before, .um-icon-within .fa-box-archive::before {
	content: "";
}

.um .fa-archive::before, .um-icon-within .fa-archive::before {
	content: "";
}

.um .fa-person-drowning::before, .um-icon-within .fa-person-drowning::before {
	content: "";
}

.um .fa-arrow-down-9-1::before, .um-icon-within .fa-arrow-down-9-1::before {
	content: "";
}

.um .fa-sort-numeric-desc::before, .um-icon-within .fa-sort-numeric-desc::before {
	content: "";
}

.um .fa-sort-numeric-down-alt::before, .um-icon-within .fa-sort-numeric-down-alt::before {
	content: "";
}

.um .fa-face-grin-tongue-squint::before, .um-icon-within .fa-face-grin-tongue-squint::before {
	content: "";
}

.um .fa-grin-tongue-squint::before, .um-icon-within .fa-grin-tongue-squint::before {
	content: "";
}

.um .fa-spray-can::before, .um-icon-within .fa-spray-can::before {
	content: "";
}

.um .fa-truck-monster::before, .um-icon-within .fa-truck-monster::before {
	content: "";
}

.um .fa-w::before, .um-icon-within .fa-w::before {
	content: "W";
}

.um .fa-earth-africa::before, .um-icon-within .fa-earth-africa::before {
	content: "";
}

.um .fa-globe-africa::before, .um-icon-within .fa-globe-africa::before {
	content: "";
}

.um .fa-rainbow::before, .um-icon-within .fa-rainbow::before {
	content: "";
}

.um .fa-circle-notch::before, .um-icon-within .fa-circle-notch::before {
	content: "";
}

.um .fa-tablet-screen-button::before, .um-icon-within .fa-tablet-screen-button::before {
	content: "";
}

.um .fa-tablet-alt::before, .um-icon-within .fa-tablet-alt::before {
	content: "";
}

.um .fa-paw::before, .um-icon-within .fa-paw::before {
	content: "";
}

.um .fa-cloud::before, .um-icon-within .fa-cloud::before {
	content: "";
}

.um .fa-trowel-bricks::before, .um-icon-within .fa-trowel-bricks::before {
	content: "";
}

.um .fa-face-flushed::before, .um-icon-within .fa-face-flushed::before {
	content: "";
}

.um .fa-flushed::before, .um-icon-within .fa-flushed::before {
	content: "";
}

.um .fa-hospital-user::before, .um-icon-within .fa-hospital-user::before {
	content: "";
}

.um .fa-tent-arrow-left-right::before, .um-icon-within .fa-tent-arrow-left-right::before {
	content: "";
}

.um .fa-gavel::before, .um-icon-within .fa-gavel::before {
	content: "";
}

.um .fa-legal::before, .um-icon-within .fa-legal::before {
	content: "";
}

.um .fa-binoculars::before, .um-icon-within .fa-binoculars::before {
	content: "";
}

.um .fa-microphone-slash::before, .um-icon-within .fa-microphone-slash::before {
	content: "";
}

.um .fa-box-tissue::before, .um-icon-within .fa-box-tissue::before {
	content: "";
}

.um .fa-motorcycle::before, .um-icon-within .fa-motorcycle::before {
	content: "";
}

.um .fa-bell-concierge::before, .um-icon-within .fa-bell-concierge::before {
	content: "";
}

.um .fa-concierge-bell::before, .um-icon-within .fa-concierge-bell::before {
	content: "";
}

.um .fa-pen-ruler::before, .um-icon-within .fa-pen-ruler::before {
	content: "";
}

.um .fa-pencil-ruler::before, .um-icon-within .fa-pencil-ruler::before {
	content: "";
}

.um .fa-people-arrows::before, .um-icon-within .fa-people-arrows::before {
	content: "";
}

.um .fa-people-arrows-left-right::before, .um-icon-within .fa-people-arrows-left-right::before {
	content: "";
}

.um .fa-mars-and-venus-burst::before, .um-icon-within .fa-mars-and-venus-burst::before {
	content: "";
}

.um .fa-square-caret-right::before, .um-icon-within .fa-square-caret-right::before {
	content: "";
}

.um .fa-caret-square-right::before, .um-icon-within .fa-caret-square-right::before {
	content: "";
}

.um .fa-scissors::before, .um-icon-within .fa-scissors::before {
	content: "";
}

.um .fa-cut::before, .um-icon-within .fa-cut::before {
	content: "";
}

.um .fa-sun-plant-wilt::before, .um-icon-within .fa-sun-plant-wilt::before {
	content: "";
}

.um .fa-toilets-portable::before, .um-icon-within .fa-toilets-portable::before {
	content: "";
}

.um .fa-hockey-puck::before, .um-icon-within .fa-hockey-puck::before {
	content: "";
}

.um .fa-table::before, .um-icon-within .fa-table::before {
	content: "";
}

.um .fa-magnifying-glass-arrow-right::before, .um-icon-within .fa-magnifying-glass-arrow-right::before {
	content: "";
}

.um .fa-tachograph-digital::before, .um-icon-within .fa-tachograph-digital::before {
	content: "";
}

.um .fa-digital-tachograph::before, .um-icon-within .fa-digital-tachograph::before {
	content: "";
}

.um .fa-users-slash::before, .um-icon-within .fa-users-slash::before {
	content: "";
}

.um .fa-clover::before, .um-icon-within .fa-clover::before {
	content: "";
}

.um .fa-reply::before, .um-icon-within .fa-reply::before {
	content: "";
}

.um .fa-mail-reply::before, .um-icon-within .fa-mail-reply::before {
	content: "";
}

.um .fa-star-and-crescent::before, .um-icon-within .fa-star-and-crescent::before {
	content: "";
}

.um .fa-house-fire::before, .um-icon-within .fa-house-fire::before {
	content: "";
}

.um .fa-square-minus::before, .um-icon-within .fa-square-minus::before {
	content: "";
}

.um .fa-minus-square::before, .um-icon-within .fa-minus-square::before {
	content: "";
}

.um .fa-helicopter::before, .um-icon-within .fa-helicopter::before {
	content: "";
}

.um .fa-compass::before, .um-icon-within .fa-compass::before {
	content: "";
}

.um .fa-square-caret-down::before, .um-icon-within .fa-square-caret-down::before {
	content: "";
}

.um .fa-caret-square-down::before, .um-icon-within .fa-caret-square-down::before {
	content: "";
}

.um .fa-file-circle-question::before, .um-icon-within .fa-file-circle-question::before {
	content: "";
}

.um .fa-laptop-code::before, .um-icon-within .fa-laptop-code::before {
	content: "";
}

.um .fa-swatchbook::before, .um-icon-within .fa-swatchbook::before {
	content: "";
}

.um .fa-prescription-bottle::before, .um-icon-within .fa-prescription-bottle::before {
	content: "";
}

.um .fa-bars::before, .um-icon-within .fa-bars::before {
	content: "";
}

.um .fa-navicon::before, .um-icon-within .fa-navicon::before {
	content: "";
}

.um .fa-people-group::before, .um-icon-within .fa-people-group::before {
	content: "";
}

.um .fa-hourglass-end::before, .um-icon-within .fa-hourglass-end::before {
	content: "";
}

.um .fa-hourglass-3::before, .um-icon-within .fa-hourglass-3::before {
	content: "";
}

.um .fa-heart-crack::before, .um-icon-within .fa-heart-crack::before {
	content: "";
}

.um .fa-heart-broken::before, .um-icon-within .fa-heart-broken::before {
	content: "";
}

.um .fa-square-up-right::before, .um-icon-within .fa-square-up-right::before {
	content: "";
}

.um .fa-external-link-square-alt::before, .um-icon-within .fa-external-link-square-alt::before {
	content: "";
}

.um .fa-face-kiss-beam::before, .um-icon-within .fa-face-kiss-beam::before {
	content: "";
}

.um .fa-kiss-beam::before, .um-icon-within .fa-kiss-beam::before {
	content: "";
}

.um .fa-film::before, .um-icon-within .fa-film::before {
	content: "";
}

.um .fa-ruler-horizontal::before, .um-icon-within .fa-ruler-horizontal::before {
	content: "";
}

.um .fa-people-robbery::before, .um-icon-within .fa-people-robbery::before {
	content: "";
}

.um .fa-lightbulb::before, .um-icon-within .fa-lightbulb::before {
	content: "";
}

.um .fa-caret-left::before, .um-icon-within .fa-caret-left::before {
	content: "";
}

.um .fa-circle-exclamation::before, .um-icon-within .fa-circle-exclamation::before {
	content: "";
}

.um .fa-exclamation-circle::before, .um-icon-within .fa-exclamation-circle::before {
	content: "";
}

.um .fa-school-circle-xmark::before, .um-icon-within .fa-school-circle-xmark::before {
	content: "";
}

.um .fa-arrow-right-from-bracket::before, .um-icon-within .fa-arrow-right-from-bracket::before {
	content: "";
}

.um .fa-sign-out::before, .um-icon-within .fa-sign-out::before {
	content: "";
}

.um .fa-circle-chevron-down::before, .um-icon-within .fa-circle-chevron-down::before {
	content: "";
}

.um .fa-chevron-circle-down::before, .um-icon-within .fa-chevron-circle-down::before {
	content: "";
}

.um .fa-unlock-keyhole::before, .um-icon-within .fa-unlock-keyhole::before {
	content: "";
}

.um .fa-unlock-alt::before, .um-icon-within .fa-unlock-alt::before {
	content: "";
}

.um .fa-cloud-showers-heavy::before, .um-icon-within .fa-cloud-showers-heavy::before {
	content: "";
}

.um .fa-headphones-simple::before, .um-icon-within .fa-headphones-simple::before {
	content: "";
}

.um .fa-headphones-alt::before, .um-icon-within .fa-headphones-alt::before {
	content: "";
}

.um .fa-sitemap::before, .um-icon-within .fa-sitemap::before {
	content: "";
}

.um .fa-circle-dollar-to-slot::before, .um-icon-within .fa-circle-dollar-to-slot::before {
	content: "";
}

.um .fa-donate::before, .um-icon-within .fa-donate::before {
	content: "";
}

.um .fa-memory::before, .um-icon-within .fa-memory::before {
	content: "";
}

.um .fa-road-spikes::before, .um-icon-within .fa-road-spikes::before {
	content: "";
}

.um .fa-fire-burner::before, .um-icon-within .fa-fire-burner::before {
	content: "";
}

.um .fa-flag::before, .um-icon-within .fa-flag::before {
	content: "";
}

.um .fa-hanukiah::before, .um-icon-within .fa-hanukiah::before {
	content: "";
}

.um .fa-feather::before, .um-icon-within .fa-feather::before {
	content: "";
}

.um .fa-volume-low::before, .um-icon-within .fa-volume-low::before {
	content: "";
}

.um .fa-volume-down::before, .um-icon-within .fa-volume-down::before {
	content: "";
}

.um .fa-comment-slash::before, .um-icon-within .fa-comment-slash::before {
	content: "";
}

.um .fa-cloud-sun-rain::before, .um-icon-within .fa-cloud-sun-rain::before {
	content: "";
}

.um .fa-compress::before, .um-icon-within .fa-compress::before {
	content: "";
}

.um .fa-wheat-awn::before, .um-icon-within .fa-wheat-awn::before {
	content: "";
}

.um .fa-wheat-alt::before, .um-icon-within .fa-wheat-alt::before {
	content: "";
}

.um .fa-ankh::before, .um-icon-within .fa-ankh::before {
	content: "";
}

.um .fa-hands-holding-child::before, .um-icon-within .fa-hands-holding-child::before {
	content: "";
}

.um .fa-asterisk::before, .um-icon-within .fa-asterisk::before {
	content: "*";
}

.um .fa-square-check::before, .um-icon-within .fa-square-check::before {
	content: "";
}

.um .fa-check-square::before, .um-icon-within .fa-check-square::before {
	content: "";
}

.um .fa-peseta-sign::before, .um-icon-within .fa-peseta-sign::before {
	content: "";
}

.um .fa-heading::before, .um-icon-within .fa-heading::before {
	content: "";
}

.um .fa-header::before, .um-icon-within .fa-header::before {
	content: "";
}

.um .fa-ghost::before, .um-icon-within .fa-ghost::before {
	content: "";
}

.um .fa-list::before, .um-icon-within .fa-list::before {
	content: "";
}

.um .fa-list-squares::before, .um-icon-within .fa-list-squares::before {
	content: "";
}

.um .fa-square-phone-flip::before, .um-icon-within .fa-square-phone-flip::before {
	content: "";
}

.um .fa-phone-square-alt::before, .um-icon-within .fa-phone-square-alt::before {
	content: "";
}

.um .fa-cart-plus::before, .um-icon-within .fa-cart-plus::before {
	content: "";
}

.um .fa-gamepad::before, .um-icon-within .fa-gamepad::before {
	content: "";
}

.um .fa-circle-dot::before, .um-icon-within .fa-circle-dot::before {
	content: "";
}

.um .fa-dot-circle::before, .um-icon-within .fa-dot-circle::before {
	content: "";
}

.um .fa-face-dizzy::before, .um-icon-within .fa-face-dizzy::before {
	content: "";
}

.um .fa-dizzy::before, .um-icon-within .fa-dizzy::before {
	content: "";
}

.um .fa-egg::before, .um-icon-within .fa-egg::before {
	content: "";
}

.um .fa-house-medical-circle-xmark::before, .um-icon-within .fa-house-medical-circle-xmark::before {
	content: "";
}

.um .fa-campground::before, .um-icon-within .fa-campground::before {
	content: "";
}

.um .fa-folder-plus::before, .um-icon-within .fa-folder-plus::before {
	content: "";
}

.um .fa-futbol::before, .um-icon-within .fa-futbol::before {
	content: "";
}

.um .fa-futbol-ball::before, .um-icon-within .fa-futbol-ball::before {
	content: "";
}

.um .fa-soccer-ball::before, .um-icon-within .fa-soccer-ball::before {
	content: "";
}

.um .fa-paintbrush::before, .um-icon-within .fa-paintbrush::before {
	content: "";
}

.um .fa-paint-brush::before, .um-icon-within .fa-paint-brush::before {
	content: "";
}

.um .fa-lock::before, .um-icon-within .fa-lock::before {
	content: "";
}

.um .fa-gas-pump::before, .um-icon-within .fa-gas-pump::before {
	content: "";
}

.um .fa-hot-tub-person::before, .um-icon-within .fa-hot-tub-person::before {
	content: "";
}

.um .fa-hot-tub::before, .um-icon-within .fa-hot-tub::before {
	content: "";
}

.um .fa-map-location::before, .um-icon-within .fa-map-location::before {
	content: "";
}

.um .fa-map-marked::before, .um-icon-within .fa-map-marked::before {
	content: "";
}

.um .fa-house-flood-water::before, .um-icon-within .fa-house-flood-water::before {
	content: "";
}

.um .fa-tree::before, .um-icon-within .fa-tree::before {
	content: "";
}

.um .fa-bridge-lock::before, .um-icon-within .fa-bridge-lock::before {
	content: "";
}

.um .fa-sack-dollar::before, .um-icon-within .fa-sack-dollar::before {
	content: "";
}

.um .fa-pen-to-square::before, .um-icon-within .fa-pen-to-square::before {
	content: "";
}

.um .fa-edit::before, .um-icon-within .fa-edit::before {
	content: "";
}

.um .fa-car-side::before, .um-icon-within .fa-car-side::before {
	content: "";
}

.um .fa-share-nodes::before, .um-icon-within .fa-share-nodes::before {
	content: "";
}

.um .fa-share-alt::before, .um-icon-within .fa-share-alt::before {
	content: "";
}

.um .fa-heart-circle-minus::before, .um-icon-within .fa-heart-circle-minus::before {
	content: "";
}

.um .fa-hourglass-half::before, .um-icon-within .fa-hourglass-half::before {
	content: "";
}

.um .fa-hourglass-2::before, .um-icon-within .fa-hourglass-2::before {
	content: "";
}

.um .fa-microscope::before, .um-icon-within .fa-microscope::before {
	content: "";
}

.um .fa-sink::before, .um-icon-within .fa-sink::before {
	content: "";
}

.um .fa-bag-shopping::before, .um-icon-within .fa-bag-shopping::before {
	content: "";
}

.um .fa-shopping-bag::before, .um-icon-within .fa-shopping-bag::before {
	content: "";
}

.um .fa-arrow-down-z-a::before, .um-icon-within .fa-arrow-down-z-a::before {
	content: "";
}

.um .fa-sort-alpha-desc::before, .um-icon-within .fa-sort-alpha-desc::before {
	content: "";
}

.um .fa-sort-alpha-down-alt::before, .um-icon-within .fa-sort-alpha-down-alt::before {
	content: "";
}

.um .fa-mitten::before, .um-icon-within .fa-mitten::before {
	content: "";
}

.um .fa-person-rays::before, .um-icon-within .fa-person-rays::before {
	content: "";
}

.um .fa-users::before, .um-icon-within .fa-users::before {
	content: "";
}

.um .fa-eye-slash::before, .um-icon-within .fa-eye-slash::before {
	content: "";
}

.um .fa-flask-vial::before, .um-icon-within .fa-flask-vial::before {
	content: "";
}

.um .fa-hand::before, .um-icon-within .fa-hand::before {
	content: "";
}

.um .fa-hand-paper::before, .um-icon-within .fa-hand-paper::before {
	content: "";
}

.um .fa-om::before, .um-icon-within .fa-om::before {
	content: "";
}

.um .fa-worm::before, .um-icon-within .fa-worm::before {
	content: "";
}

.um .fa-house-circle-xmark::before, .um-icon-within .fa-house-circle-xmark::before {
	content: "";
}

.um .fa-plug::before, .um-icon-within .fa-plug::before {
	content: "";
}

.um .fa-chevron-up::before, .um-icon-within .fa-chevron-up::before {
	content: "";
}

.um .fa-hand-spock::before, .um-icon-within .fa-hand-spock::before {
	content: "";
}

.um .fa-stopwatch::before, .um-icon-within .fa-stopwatch::before {
	content: "";
}

.um .fa-face-kiss::before, .um-icon-within .fa-face-kiss::before {
	content: "";
}

.um .fa-kiss::before, .um-icon-within .fa-kiss::before {
	content: "";
}

.um .fa-bridge-circle-xmark::before, .um-icon-within .fa-bridge-circle-xmark::before {
	content: "";
}

.um .fa-face-grin-tongue::before, .um-icon-within .fa-face-grin-tongue::before {
	content: "";
}

.um .fa-grin-tongue::before, .um-icon-within .fa-grin-tongue::before {
	content: "";
}

.um .fa-chess-bishop::before, .um-icon-within .fa-chess-bishop::before {
	content: "";
}

.um .fa-face-grin-wink::before, .um-icon-within .fa-face-grin-wink::before {
	content: "";
}

.um .fa-grin-wink::before, .um-icon-within .fa-grin-wink::before {
	content: "";
}

.um .fa-ear-deaf::before, .um-icon-within .fa-ear-deaf::before {
	content: "";
}

.um .fa-deaf::before, .um-icon-within .fa-deaf::before {
	content: "";
}

.um .fa-deafness::before, .um-icon-within .fa-deafness::before {
	content: "";
}

.um .fa-hard-of-hearing::before, .um-icon-within .fa-hard-of-hearing::before {
	content: "";
}

.um .fa-road-circle-check::before, .um-icon-within .fa-road-circle-check::before {
	content: "";
}

.um .fa-dice-five::before, .um-icon-within .fa-dice-five::before {
	content: "";
}

.um .fa-square-rss::before, .um-icon-within .fa-square-rss::before {
	content: "";
}

.um .fa-rss-square::before, .um-icon-within .fa-rss-square::before {
	content: "";
}

.um .fa-land-mine-on::before, .um-icon-within .fa-land-mine-on::before {
	content: "";
}

.um .fa-i-cursor::before, .um-icon-within .fa-i-cursor::before {
	content: "";
}

.um .fa-stamp::before, .um-icon-within .fa-stamp::before {
	content: "";
}

.um .fa-stairs::before, .um-icon-within .fa-stairs::before {
	content: "";
}

.um .fa-i::before, .um-icon-within .fa-i::before {
	content: "I";
}

.um .fa-hryvnia-sign::before, .um-icon-within .fa-hryvnia-sign::before {
	content: "";
}

.um .fa-hryvnia::before, .um-icon-within .fa-hryvnia::before {
	content: "";
}

.um .fa-pills::before, .um-icon-within .fa-pills::before {
	content: "";
}

.um .fa-face-grin-wide::before, .um-icon-within .fa-face-grin-wide::before {
	content: "";
}

.um .fa-grin-alt::before, .um-icon-within .fa-grin-alt::before {
	content: "";
}

.um .fa-tooth::before, .um-icon-within .fa-tooth::before {
	content: "";
}

.um .fa-v::before, .um-icon-within .fa-v::before {
	content: "V";
}

.um .fa-bangladeshi-taka-sign::before, .um-icon-within .fa-bangladeshi-taka-sign::before {
	content: "";
}

.um .fa-bicycle::before, .um-icon-within .fa-bicycle::before {
	content: "";
}

.um .fa-staff-snake::before, .um-icon-within .fa-staff-snake::before {
	content: "";
}

.um .fa-rod-asclepius::before, .um-icon-within .fa-rod-asclepius::before {
	content: "";
}

.um .fa-rod-snake::before, .um-icon-within .fa-rod-snake::before {
	content: "";
}

.um .fa-staff-aesculapius::before, .um-icon-within .fa-staff-aesculapius::before {
	content: "";
}

.um .fa-head-side-cough-slash::before, .um-icon-within .fa-head-side-cough-slash::before {
	content: "";
}

.um .fa-truck-medical::before, .um-icon-within .fa-truck-medical::before {
	content: "";
}

.um .fa-ambulance::before, .um-icon-within .fa-ambulance::before {
	content: "";
}

.um .fa-wheat-awn-circle-exclamation::before, .um-icon-within .fa-wheat-awn-circle-exclamation::before {
	content: "";
}

.um .fa-snowman::before, .um-icon-within .fa-snowman::before {
	content: "";
}

.um .fa-mortar-pestle::before, .um-icon-within .fa-mortar-pestle::before {
	content: "";
}

.um .fa-road-barrier::before, .um-icon-within .fa-road-barrier::before {
	content: "";
}

.um .fa-school::before, .um-icon-within .fa-school::before {
	content: "";
}

.um .fa-igloo::before, .um-icon-within .fa-igloo::before {
	content: "";
}

.um .fa-joint::before, .um-icon-within .fa-joint::before {
	content: "";
}

.um .fa-angle-right::before, .um-icon-within .fa-angle-right::before {
	content: "";
}

.um .fa-horse::before, .um-icon-within .fa-horse::before {
	content: "";
}

.um .fa-q::before, .um-icon-within .fa-q::before {
	content: "Q";
}

.um .fa-g::before, .um-icon-within .fa-g::before {
	content: "G";
}

.um .fa-notes-medical::before, .um-icon-within .fa-notes-medical::before {
	content: "";
}

.um .fa-temperature-half::before, .um-icon-within .fa-temperature-half::before {
	content: "";
}

.um .fa-temperature-2::before, .um-icon-within .fa-temperature-2::before {
	content: "";
}

.um .fa-thermometer-2::before, .um-icon-within .fa-thermometer-2::before {
	content: "";
}

.um .fa-thermometer-half::before, .um-icon-within .fa-thermometer-half::before {
	content: "";
}

.um .fa-dong-sign::before, .um-icon-within .fa-dong-sign::before {
	content: "";
}

.um .fa-capsules::before, .um-icon-within .fa-capsules::before {
	content: "";
}

.um .fa-poo-storm::before, .um-icon-within .fa-poo-storm::before {
	content: "";
}

.um .fa-poo-bolt::before, .um-icon-within .fa-poo-bolt::before {
	content: "";
}

.um .fa-face-frown-open::before, .um-icon-within .fa-face-frown-open::before {
	content: "";
}

.um .fa-frown-open::before, .um-icon-within .fa-frown-open::before {
	content: "";
}

.um .fa-hand-point-up::before, .um-icon-within .fa-hand-point-up::before {
	content: "";
}

.um .fa-money-bill::before, .um-icon-within .fa-money-bill::before {
	content: "";
}

.um .fa-bookmark::before, .um-icon-within .fa-bookmark::before {
	content: "";
}

.um .fa-align-justify::before, .um-icon-within .fa-align-justify::before {
	content: "";
}

.um .fa-umbrella-beach::before, .um-icon-within .fa-umbrella-beach::before {
	content: "";
}

.um .fa-helmet-un::before, .um-icon-within .fa-helmet-un::before {
	content: "";
}

.um .fa-bullseye::before, .um-icon-within .fa-bullseye::before {
	content: "";
}

.um .fa-bacon::before, .um-icon-within .fa-bacon::before {
	content: "";
}

.um .fa-hand-point-down::before, .um-icon-within .fa-hand-point-down::before {
	content: "";
}

.um .fa-arrow-up-from-bracket::before, .um-icon-within .fa-arrow-up-from-bracket::before {
	content: "";
}

.um .fa-folder::before, .um-icon-within .fa-folder::before {
	content: "";
}

.um .fa-folder-blank::before, .um-icon-within .fa-folder-blank::before {
	content: "";
}

.um .fa-file-waveform::before, .um-icon-within .fa-file-waveform::before {
	content: "";
}

.um .fa-file-medical-alt::before, .um-icon-within .fa-file-medical-alt::before {
	content: "";
}

.um .fa-radiation::before, .um-icon-within .fa-radiation::before {
	content: "";
}

.um .fa-chart-simple::before, .um-icon-within .fa-chart-simple::before {
	content: "";
}

.um .fa-mars-stroke::before, .um-icon-within .fa-mars-stroke::before {
	content: "";
}

.um .fa-vial::before, .um-icon-within .fa-vial::before {
	content: "";
}

.um .fa-gauge::before, .um-icon-within .fa-gauge::before {
	content: "";
}

.um .fa-dashboard::before, .um-icon-within .fa-dashboard::before {
	content: "";
}

.um .fa-gauge-med::before, .um-icon-within .fa-gauge-med::before {
	content: "";
}

.um .fa-tachometer-alt-average::before, .um-icon-within .fa-tachometer-alt-average::before {
	content: "";
}

.um .fa-wand-magic-sparkles::before, .um-icon-within .fa-wand-magic-sparkles::before {
	content: "";
}

.um .fa-magic-wand-sparkles::before, .um-icon-within .fa-magic-wand-sparkles::before {
	content: "";
}

.um .fa-e::before, .um-icon-within .fa-e::before {
	content: "E";
}

.um .fa-pen-clip::before, .um-icon-within .fa-pen-clip::before {
	content: "";
}

.um .fa-pen-alt::before, .um-icon-within .fa-pen-alt::before {
	content: "";
}

.um .fa-bridge-circle-exclamation::before, .um-icon-within .fa-bridge-circle-exclamation::before {
	content: "";
}

.um .fa-user::before, .um-icon-within .fa-user::before {
	content: "";
}

.um .fa-school-circle-check::before, .um-icon-within .fa-school-circle-check::before {
	content: "";
}

.um .fa-dumpster::before, .um-icon-within .fa-dumpster::before {
	content: "";
}

.um .fa-van-shuttle::before, .um-icon-within .fa-van-shuttle::before {
	content: "";
}

.um .fa-shuttle-van::before, .um-icon-within .fa-shuttle-van::before {
	content: "";
}

.um .fa-building-user::before, .um-icon-within .fa-building-user::before {
	content: "";
}

.um .fa-square-caret-left::before, .um-icon-within .fa-square-caret-left::before {
	content: "";
}

.um .fa-caret-square-left::before, .um-icon-within .fa-caret-square-left::before {
	content: "";
}

.um .fa-highlighter::before, .um-icon-within .fa-highlighter::before {
	content: "";
}

.um .fa-key::before, .um-icon-within .fa-key::before {
	content: "";
}

.um .fa-bullhorn::before, .um-icon-within .fa-bullhorn::before {
	content: "";
}

.um .fa-globe::before, .um-icon-within .fa-globe::before {
	content: "";
}

.um .fa-synagogue::before, .um-icon-within .fa-synagogue::before {
	content: "";
}

.um .fa-person-half-dress::before, .um-icon-within .fa-person-half-dress::before {
	content: "";
}

.um .fa-road-bridge::before, .um-icon-within .fa-road-bridge::before {
	content: "";
}

.um .fa-location-arrow::before, .um-icon-within .fa-location-arrow::before {
	content: "";
}

.um .fa-c::before, .um-icon-within .fa-c::before {
	content: "C";
}

.um .fa-tablet-button::before, .um-icon-within .fa-tablet-button::before {
	content: "";
}

.um .fa-building-lock::before, .um-icon-within .fa-building-lock::before {
	content: "";
}

.um .fa-pizza-slice::before, .um-icon-within .fa-pizza-slice::before {
	content: "";
}

.um .fa-money-bill-wave::before, .um-icon-within .fa-money-bill-wave::before {
	content: "";
}

.um .fa-chart-area::before, .um-icon-within .fa-chart-area::before {
	content: "";
}

.um .fa-area-chart::before, .um-icon-within .fa-area-chart::before {
	content: "";
}

.um .fa-house-flag::before, .um-icon-within .fa-house-flag::before {
	content: "";
}

.um .fa-person-circle-minus::before, .um-icon-within .fa-person-circle-minus::before {
	content: "";
}

.um .fa-ban::before, .um-icon-within .fa-ban::before {
	content: "";
}

.um .fa-cancel::before, .um-icon-within .fa-cancel::before {
	content: "";
}

.um .fa-camera-rotate::before, .um-icon-within .fa-camera-rotate::before {
	content: "";
}

.um .fa-spray-can-sparkles::before, .um-icon-within .fa-spray-can-sparkles::before {
	content: "";
}

.um .fa-air-freshener::before, .um-icon-within .fa-air-freshener::before {
	content: "";
}

.um .fa-star::before, .um-icon-within .fa-star::before {
	content: "";
}

.um .fa-repeat::before, .um-icon-within .fa-repeat::before {
	content: "";
}

.um .fa-cross::before, .um-icon-within .fa-cross::before {
	content: "";
}

.um .fa-box::before, .um-icon-within .fa-box::before {
	content: "";
}

.um .fa-venus-mars::before, .um-icon-within .fa-venus-mars::before {
	content: "";
}

.um .fa-arrow-pointer::before, .um-icon-within .fa-arrow-pointer::before {
	content: "";
}

.um .fa-mouse-pointer::before, .um-icon-within .fa-mouse-pointer::before {
	content: "";
}

.um .fa-maximize::before, .um-icon-within .fa-maximize::before {
	content: "";
}

.um .fa-expand-arrows-alt::before, .um-icon-within .fa-expand-arrows-alt::before {
	content: "";
}

.um .fa-charging-station::before, .um-icon-within .fa-charging-station::before {
	content: "";
}

.um .fa-shapes::before, .um-icon-within .fa-shapes::before {
	content: "";
}

.um .fa-triangle-circle-square::before, .um-icon-within .fa-triangle-circle-square::before {
	content: "";
}

.um .fa-shuffle::before, .um-icon-within .fa-shuffle::before {
	content: "";
}

.um .fa-random::before, .um-icon-within .fa-random::before {
	content: "";
}

.um .fa-person-running::before, .um-icon-within .fa-person-running::before {
	content: "";
}

.um .fa-running::before, .um-icon-within .fa-running::before {
	content: "";
}

.um .fa-mobile-retro::before, .um-icon-within .fa-mobile-retro::before {
	content: "";
}

.um .fa-grip-lines-vertical::before, .um-icon-within .fa-grip-lines-vertical::before {
	content: "";
}

.um .fa-spider::before, .um-icon-within .fa-spider::before {
	content: "";
}

.um .fa-hands-bound::before, .um-icon-within .fa-hands-bound::before {
	content: "";
}

.um .fa-file-invoice-dollar::before, .um-icon-within .fa-file-invoice-dollar::before {
	content: "";
}

.um .fa-plane-circle-exclamation::before, .um-icon-within .fa-plane-circle-exclamation::before {
	content: "";
}

.um .fa-x-ray::before, .um-icon-within .fa-x-ray::before {
	content: "";
}

.um .fa-spell-check::before, .um-icon-within .fa-spell-check::before {
	content: "";
}

.um .fa-slash::before, .um-icon-within .fa-slash::before {
	content: "";
}

.um .fa-computer-mouse::before, .um-icon-within .fa-computer-mouse::before {
	content: "";
}

.um .fa-mouse::before, .um-icon-within .fa-mouse::before {
	content: "";
}

.um .fa-arrow-right-to-bracket::before, .um-icon-within .fa-arrow-right-to-bracket::before {
	content: "";
}

.um .fa-sign-in::before, .um-icon-within .fa-sign-in::before {
	content: "";
}

.um .fa-shop-slash::before, .um-icon-within .fa-shop-slash::before {
	content: "";
}

.um .fa-store-alt-slash::before, .um-icon-within .fa-store-alt-slash::before {
	content: "";
}

.um .fa-server::before, .um-icon-within .fa-server::before {
	content: "";
}

.um .fa-virus-covid-slash::before, .um-icon-within .fa-virus-covid-slash::before {
	content: "";
}

.um .fa-shop-lock::before, .um-icon-within .fa-shop-lock::before {
	content: "";
}

.um .fa-hourglass-start::before, .um-icon-within .fa-hourglass-start::before {
	content: "";
}

.um .fa-hourglass-1::before, .um-icon-within .fa-hourglass-1::before {
	content: "";
}

.um .fa-blender-phone::before, .um-icon-within .fa-blender-phone::before {
	content: "";
}

.um .fa-building-wheat::before, .um-icon-within .fa-building-wheat::before {
	content: "";
}

.um .fa-person-breastfeeding::before, .um-icon-within .fa-person-breastfeeding::before {
	content: "";
}

.um .fa-right-to-bracket::before, .um-icon-within .fa-right-to-bracket::before {
	content: "";
}

.um .fa-sign-in-alt::before, .um-icon-within .fa-sign-in-alt::before {
	content: "";
}

.um .fa-venus::before, .um-icon-within .fa-venus::before {
	content: "";
}

.um .fa-passport::before, .um-icon-within .fa-passport::before {
	content: "";
}

.um .fa-heart-pulse::before, .um-icon-within .fa-heart-pulse::before {
	content: "";
}

.um .fa-heartbeat::before, .um-icon-within .fa-heartbeat::before {
	content: "";
}

.um .fa-people-carry-box::before, .um-icon-within .fa-people-carry-box::before {
	content: "";
}

.um .fa-people-carry::before, .um-icon-within .fa-people-carry::before {
	content: "";
}

.um .fa-temperature-high::before, .um-icon-within .fa-temperature-high::before {
	content: "";
}

.um .fa-microchip::before, .um-icon-within .fa-microchip::before {
	content: "";
}

.um .fa-crown::before, .um-icon-within .fa-crown::before {
	content: "";
}

.um .fa-weight-hanging::before, .um-icon-within .fa-weight-hanging::before {
	content: "";
}

.um .fa-xmarks-lines::before, .um-icon-within .fa-xmarks-lines::before {
	content: "";
}

.um .fa-file-prescription::before, .um-icon-within .fa-file-prescription::before {
	content: "";
}

.um .fa-weight-scale::before, .um-icon-within .fa-weight-scale::before {
	content: "";
}

.um .fa-weight::before, .um-icon-within .fa-weight::before {
	content: "";
}

.um .fa-user-group::before, .um-icon-within .fa-user-group::before {
	content: "";
}

.um .fa-user-friends::before, .um-icon-within .fa-user-friends::before {
	content: "";
}

.um .fa-arrow-up-a-z::before, .um-icon-within .fa-arrow-up-a-z::before {
	content: "";
}

.um .fa-sort-alpha-up::before, .um-icon-within .fa-sort-alpha-up::before {
	content: "";
}

.um .fa-chess-knight::before, .um-icon-within .fa-chess-knight::before {
	content: "";
}

.um .fa-face-laugh-squint::before, .um-icon-within .fa-face-laugh-squint::before {
	content: "";
}

.um .fa-laugh-squint::before, .um-icon-within .fa-laugh-squint::before {
	content: "";
}

.um .fa-wheelchair::before, .um-icon-within .fa-wheelchair::before {
	content: "";
}

.um .fa-circle-arrow-up::before, .um-icon-within .fa-circle-arrow-up::before {
	content: "";
}

.um .fa-arrow-circle-up::before, .um-icon-within .fa-arrow-circle-up::before {
	content: "";
}

.um .fa-toggle-on::before, .um-icon-within .fa-toggle-on::before {
	content: "";
}

.um .fa-person-walking::before, .um-icon-within .fa-person-walking::before {
	content: "";
}

.um .fa-walking::before, .um-icon-within .fa-walking::before {
	content: "";
}

.um .fa-l::before, .um-icon-within .fa-l::before {
	content: "L";
}

.um .fa-fire::before, .um-icon-within .fa-fire::before {
	content: "";
}

.um .fa-bed-pulse::before, .um-icon-within .fa-bed-pulse::before {
	content: "";
}

.um .fa-procedures::before, .um-icon-within .fa-procedures::before {
	content: "";
}

.um .fa-shuttle-space::before, .um-icon-within .fa-shuttle-space::before {
	content: "";
}

.um .fa-space-shuttle::before, .um-icon-within .fa-space-shuttle::before {
	content: "";
}

.um .fa-face-laugh::before, .um-icon-within .fa-face-laugh::before {
	content: "";
}

.um .fa-laugh::before, .um-icon-within .fa-laugh::before {
	content: "";
}

.um .fa-folder-open::before, .um-icon-within .fa-folder-open::before {
	content: "";
}

.um .fa-heart-circle-plus::before, .um-icon-within .fa-heart-circle-plus::before {
	content: "";
}

.um .fa-code-fork::before, .um-icon-within .fa-code-fork::before {
	content: "";
}

.um .fa-city::before, .um-icon-within .fa-city::before {
	content: "";
}

.um .fa-microphone-lines::before, .um-icon-within .fa-microphone-lines::before {
	content: "";
}

.um .fa-microphone-alt::before, .um-icon-within .fa-microphone-alt::before {
	content: "";
}

.um .fa-pepper-hot::before, .um-icon-within .fa-pepper-hot::before {
	content: "";
}

.um .fa-unlock::before, .um-icon-within .fa-unlock::before {
	content: "";
}

.um .fa-colon-sign::before, .um-icon-within .fa-colon-sign::before {
	content: "";
}

.um .fa-headset::before, .um-icon-within .fa-headset::before {
	content: "";
}

.um .fa-store-slash::before, .um-icon-within .fa-store-slash::before {
	content: "";
}

.um .fa-road-circle-xmark::before, .um-icon-within .fa-road-circle-xmark::before {
	content: "";
}

.um .fa-user-minus::before, .um-icon-within .fa-user-minus::before {
	content: "";
}

.um .fa-mars-stroke-up::before, .um-icon-within .fa-mars-stroke-up::before {
	content: "";
}

.um .fa-mars-stroke-v::before, .um-icon-within .fa-mars-stroke-v::before {
	content: "";
}

.um .fa-champagne-glasses::before, .um-icon-within .fa-champagne-glasses::before {
	content: "";
}

.um .fa-glass-cheers::before, .um-icon-within .fa-glass-cheers::before {
	content: "";
}

.um .fa-clipboard::before, .um-icon-within .fa-clipboard::before {
	content: "";
}

.um .fa-house-circle-exclamation::before, .um-icon-within .fa-house-circle-exclamation::before {
	content: "";
}

.um .fa-file-arrow-up::before, .um-icon-within .fa-file-arrow-up::before {
	content: "";
}

.um .fa-file-upload::before, .um-icon-within .fa-file-upload::before {
	content: "";
}

.um .fa-wifi::before, .um-icon-within .fa-wifi::before {
	content: "";
}

.um .fa-wifi-3::before, .um-icon-within .fa-wifi-3::before {
	content: "";
}

.um .fa-wifi-strong::before, .um-icon-within .fa-wifi-strong::before {
	content: "";
}

.um .fa-bath::before, .um-icon-within .fa-bath::before {
	content: "";
}

.um .fa-bathtub::before, .um-icon-within .fa-bathtub::before {
	content: "";
}

.um .fa-underline::before, .um-icon-within .fa-underline::before {
	content: "";
}

.um .fa-user-pen::before, .um-icon-within .fa-user-pen::before {
	content: "";
}

.um .fa-user-edit::before, .um-icon-within .fa-user-edit::before {
	content: "";
}

.um .fa-signature::before, .um-icon-within .fa-signature::before {
	content: "";
}

.um .fa-stroopwafel::before, .um-icon-within .fa-stroopwafel::before {
	content: "";
}

.um .fa-bold::before, .um-icon-within .fa-bold::before {
	content: "";
}

.um .fa-anchor-lock::before, .um-icon-within .fa-anchor-lock::before {
	content: "";
}

.um .fa-building-ngo::before, .um-icon-within .fa-building-ngo::before {
	content: "";
}

.um .fa-manat-sign::before, .um-icon-within .fa-manat-sign::before {
	content: "";
}

.um .fa-not-equal::before, .um-icon-within .fa-not-equal::before {
	content: "";
}

.um .fa-border-top-left::before, .um-icon-within .fa-border-top-left::before {
	content: "";
}

.um .fa-border-style::before, .um-icon-within .fa-border-style::before {
	content: "";
}

.um .fa-map-location-dot::before, .um-icon-within .fa-map-location-dot::before {
	content: "";
}

.um .fa-map-marked-alt::before, .um-icon-within .fa-map-marked-alt::before {
	content: "";
}

.um .fa-jedi::before, .um-icon-within .fa-jedi::before {
	content: "";
}

.um .fa-square-poll-vertical::before, .um-icon-within .fa-square-poll-vertical::before {
	content: "";
}

.um .fa-poll::before, .um-icon-within .fa-poll::before {
	content: "";
}

.um .fa-mug-hot::before, .um-icon-within .fa-mug-hot::before {
	content: "";
}

.um .fa-car-battery::before, .um-icon-within .fa-car-battery::before {
	content: "";
}

.um .fa-battery-car::before, .um-icon-within .fa-battery-car::before {
	content: "";
}

.um .fa-gift::before, .um-icon-within .fa-gift::before {
	content: "";
}

.um .fa-dice-two::before, .um-icon-within .fa-dice-two::before {
	content: "";
}

.um .fa-chess-queen::before, .um-icon-within .fa-chess-queen::before {
	content: "";
}

.um .fa-glasses::before, .um-icon-within .fa-glasses::before {
	content: "";
}

.um .fa-chess-board::before, .um-icon-within .fa-chess-board::before {
	content: "";
}

.um .fa-building-circle-check::before, .um-icon-within .fa-building-circle-check::before {
	content: "";
}

.um .fa-person-chalkboard::before, .um-icon-within .fa-person-chalkboard::before {
	content: "";
}

.um .fa-mars-stroke-right::before, .um-icon-within .fa-mars-stroke-right::before {
	content: "";
}

.um .fa-mars-stroke-h::before, .um-icon-within .fa-mars-stroke-h::before {
	content: "";
}

.um .fa-hand-back-fist::before, .um-icon-within .fa-hand-back-fist::before {
	content: "";
}

.um .fa-hand-rock::before, .um-icon-within .fa-hand-rock::before {
	content: "";
}

.um .fa-square-caret-up::before, .um-icon-within .fa-square-caret-up::before {
	content: "";
}

.um .fa-caret-square-up::before, .um-icon-within .fa-caret-square-up::before {
	content: "";
}

.um .fa-cloud-showers-water::before, .um-icon-within .fa-cloud-showers-water::before {
	content: "";
}

.um .fa-chart-bar::before, .um-icon-within .fa-chart-bar::before {
	content: "";
}

.um .fa-bar-chart::before, .um-icon-within .fa-bar-chart::before {
	content: "";
}

.um .fa-hands-bubbles::before, .um-icon-within .fa-hands-bubbles::before {
	content: "";
}

.um .fa-hands-wash::before, .um-icon-within .fa-hands-wash::before {
	content: "";
}

.um .fa-less-than-equal::before, .um-icon-within .fa-less-than-equal::before {
	content: "";
}

.um .fa-train::before, .um-icon-within .fa-train::before {
	content: "";
}

.um .fa-eye-low-vision::before, .um-icon-within .fa-eye-low-vision::before {
	content: "";
}

.um .fa-low-vision::before, .um-icon-within .fa-low-vision::before {
	content: "";
}

.um .fa-crow::before, .um-icon-within .fa-crow::before {
	content: "";
}

.um .fa-sailboat::before, .um-icon-within .fa-sailboat::before {
	content: "";
}

.um .fa-window-restore::before, .um-icon-within .fa-window-restore::before {
	content: "";
}

.um .fa-square-plus::before, .um-icon-within .fa-square-plus::before {
	content: "";
}

.um .fa-plus-square::before, .um-icon-within .fa-plus-square::before {
	content: "";
}

.um .fa-torii-gate::before, .um-icon-within .fa-torii-gate::before {
	content: "";
}

.um .fa-frog::before, .um-icon-within .fa-frog::before {
	content: "";
}

.um .fa-bucket::before, .um-icon-within .fa-bucket::before {
	content: "";
}

.um .fa-image::before, .um-icon-within .fa-image::before {
	content: "";
}

.um .fa-microphone::before, .um-icon-within .fa-microphone::before {
	content: "";
}

.um .fa-cow::before, .um-icon-within .fa-cow::before {
	content: "";
}

.um .fa-caret-up::before, .um-icon-within .fa-caret-up::before {
	content: "";
}

.um .fa-screwdriver::before, .um-icon-within .fa-screwdriver::before {
	content: "";
}

.um .fa-folder-closed::before, .um-icon-within .fa-folder-closed::before {
	content: "";
}

.um .fa-house-tsunami::before, .um-icon-within .fa-house-tsunami::before {
	content: "";
}

.um .fa-square-nfi::before, .um-icon-within .fa-square-nfi::before {
	content: "";
}

.um .fa-arrow-up-from-ground-water::before, .um-icon-within .fa-arrow-up-from-ground-water::before {
	content: "";
}

.um .fa-martini-glass::before, .um-icon-within .fa-martini-glass::before {
	content: "";
}

.um .fa-glass-martini-alt::before, .um-icon-within .fa-glass-martini-alt::before {
	content: "";
}

.um .fa-rotate-left::before, .um-icon-within .fa-rotate-left::before {
	content: "";
}

.um .fa-rotate-back::before, .um-icon-within .fa-rotate-back::before {
	content: "";
}

.um .fa-rotate-backward::before, .um-icon-within .fa-rotate-backward::before {
	content: "";
}

.um .fa-undo-alt::before, .um-icon-within .fa-undo-alt::before {
	content: "";
}

.um .fa-table-columns::before, .um-icon-within .fa-table-columns::before {
	content: "";
}

.um .fa-columns::before, .um-icon-within .fa-columns::before {
	content: "";
}

.um .fa-lemon::before, .um-icon-within .fa-lemon::before {
	content: "";
}

.um .fa-head-side-mask::before, .um-icon-within .fa-head-side-mask::before {
	content: "";
}

.um .fa-handshake::before, .um-icon-within .fa-handshake::before {
	content: "";
}

.um .fa-gem::before, .um-icon-within .fa-gem::before {
	content: "";
}

.um .fa-dolly::before, .um-icon-within .fa-dolly::before {
	content: "";
}

.um .fa-dolly-box::before, .um-icon-within .fa-dolly-box::before {
	content: "";
}

.um .fa-smoking::before, .um-icon-within .fa-smoking::before {
	content: "";
}

.um .fa-minimize::before, .um-icon-within .fa-minimize::before {
	content: "";
}

.um .fa-compress-arrows-alt::before, .um-icon-within .fa-compress-arrows-alt::before {
	content: "";
}

.um .fa-monument::before, .um-icon-within .fa-monument::before {
	content: "";
}

.um .fa-snowplow::before, .um-icon-within .fa-snowplow::before {
	content: "";
}

.um .fa-angles-right::before, .um-icon-within .fa-angles-right::before {
	content: "";
}

.um .fa-angle-double-right::before, .um-icon-within .fa-angle-double-right::before {
	content: "";
}

.um .fa-cannabis::before, .um-icon-within .fa-cannabis::before {
	content: "";
}

.um .fa-circle-play::before, .um-icon-within .fa-circle-play::before {
	content: "";
}

.um .fa-play-circle::before, .um-icon-within .fa-play-circle::before {
	content: "";
}

.um .fa-tablets::before, .um-icon-within .fa-tablets::before {
	content: "";
}

.um .fa-ethernet::before, .um-icon-within .fa-ethernet::before {
	content: "";
}

.um .fa-euro-sign::before, .um-icon-within .fa-euro-sign::before {
	content: "";
}

.um .fa-eur::before, .um-icon-within .fa-eur::before {
	content: "";
}

.um .fa-euro::before, .um-icon-within .fa-euro::before {
	content: "";
}

.um .fa-chair::before, .um-icon-within .fa-chair::before {
	content: "";
}

.um .fa-circle-check::before, .um-icon-within .fa-circle-check::before {
	content: "";
}

.um .fa-check-circle::before, .um-icon-within .fa-check-circle::before {
	content: "";
}

.um .fa-circle-stop::before, .um-icon-within .fa-circle-stop::before {
	content: "";
}

.um .fa-stop-circle::before, .um-icon-within .fa-stop-circle::before {
	content: "";
}

.um .fa-compass-drafting::before, .um-icon-within .fa-compass-drafting::before {
	content: "";
}

.um .fa-drafting-compass::before, .um-icon-within .fa-drafting-compass::before {
	content: "";
}

.um .fa-plate-wheat::before, .um-icon-within .fa-plate-wheat::before {
	content: "";
}

.um .fa-icicles::before, .um-icon-within .fa-icicles::before {
	content: "";
}

.um .fa-person-shelter::before, .um-icon-within .fa-person-shelter::before {
	content: "";
}

.um .fa-neuter::before, .um-icon-within .fa-neuter::before {
	content: "";
}

.um .fa-id-badge::before, .um-icon-within .fa-id-badge::before {
	content: "";
}

.um .fa-marker::before, .um-icon-within .fa-marker::before {
	content: "";
}

.um .fa-face-laugh-beam::before, .um-icon-within .fa-face-laugh-beam::before {
	content: "";
}

.um .fa-laugh-beam::before, .um-icon-within .fa-laugh-beam::before {
	content: "";
}

.um .fa-helicopter-symbol::before, .um-icon-within .fa-helicopter-symbol::before {
	content: "";
}

.um .fa-universal-access::before, .um-icon-within .fa-universal-access::before {
	content: "";
}

.um .fa-circle-chevron-up::before, .um-icon-within .fa-circle-chevron-up::before {
	content: "";
}

.um .fa-chevron-circle-up::before, .um-icon-within .fa-chevron-circle-up::before {
	content: "";
}

.um .fa-lari-sign::before, .um-icon-within .fa-lari-sign::before {
	content: "";
}

.um .fa-volcano::before, .um-icon-within .fa-volcano::before {
	content: "";
}

.um .fa-person-walking-dashed-line-arrow-right::before, .um-icon-within .fa-person-walking-dashed-line-arrow-right::before {
	content: "";
}

.um .fa-sterling-sign::before, .um-icon-within .fa-sterling-sign::before {
	content: "";
}

.um .fa-gbp::before, .um-icon-within .fa-gbp::before {
	content: "";
}

.um .fa-pound-sign::before, .um-icon-within .fa-pound-sign::before {
	content: "";
}

.um .fa-viruses::before, .um-icon-within .fa-viruses::before {
	content: "";
}

.um .fa-square-person-confined::before, .um-icon-within .fa-square-person-confined::before {
	content: "";
}

.um .fa-user-tie::before, .um-icon-within .fa-user-tie::before {
	content: "";
}

.um .fa-arrow-down-long::before, .um-icon-within .fa-arrow-down-long::before {
	content: "";
}

.um .fa-long-arrow-down::before, .um-icon-within .fa-long-arrow-down::before {
	content: "";
}

.um .fa-tent-arrow-down-to-line::before, .um-icon-within .fa-tent-arrow-down-to-line::before {
	content: "";
}

.um .fa-certificate::before, .um-icon-within .fa-certificate::before {
	content: "";
}

.um .fa-reply-all::before, .um-icon-within .fa-reply-all::before {
	content: "";
}

.um .fa-mail-reply-all::before, .um-icon-within .fa-mail-reply-all::before {
	content: "";
}

.um .fa-suitcase::before, .um-icon-within .fa-suitcase::before {
	content: "";
}

.um .fa-person-skating::before, .um-icon-within .fa-person-skating::before {
	content: "";
}

.um .fa-skating::before, .um-icon-within .fa-skating::before {
	content: "";
}

.um .fa-filter-circle-dollar::before, .um-icon-within .fa-filter-circle-dollar::before {
	content: "";
}

.um .fa-funnel-dollar::before, .um-icon-within .fa-funnel-dollar::before {
	content: "";
}

.um .fa-camera-retro::before, .um-icon-within .fa-camera-retro::before {
	content: "";
}

.um .fa-circle-arrow-down::before, .um-icon-within .fa-circle-arrow-down::before {
	content: "";
}

.um .fa-arrow-circle-down::before, .um-icon-within .fa-arrow-circle-down::before {
	content: "";
}

.um .fa-file-import::before, .um-icon-within .fa-file-import::before {
	content: "";
}

.um .fa-arrow-right-to-file::before, .um-icon-within .fa-arrow-right-to-file::before {
	content: "";
}

.um .fa-square-arrow-up-right::before, .um-icon-within .fa-square-arrow-up-right::before {
	content: "";
}

.um .fa-external-link-square::before, .um-icon-within .fa-external-link-square::before {
	content: "";
}

.um .fa-box-open::before, .um-icon-within .fa-box-open::before {
	content: "";
}

.um .fa-scroll::before, .um-icon-within .fa-scroll::before {
	content: "";
}

.um .fa-spa::before, .um-icon-within .fa-spa::before {
	content: "";
}

.um .fa-location-pin-lock::before, .um-icon-within .fa-location-pin-lock::before {
	content: "";
}

.um .fa-pause::before, .um-icon-within .fa-pause::before {
	content: "";
}

.um .fa-hill-avalanche::before, .um-icon-within .fa-hill-avalanche::before {
	content: "";
}

.um .fa-temperature-empty::before, .um-icon-within .fa-temperature-empty::before {
	content: "";
}

.um .fa-temperature-0::before, .um-icon-within .fa-temperature-0::before {
	content: "";
}

.um .fa-thermometer-0::before, .um-icon-within .fa-thermometer-0::before {
	content: "";
}

.um .fa-thermometer-empty::before, .um-icon-within .fa-thermometer-empty::before {
	content: "";
}

.um .fa-bomb::before, .um-icon-within .fa-bomb::before {
	content: "";
}

.um .fa-registered::before, .um-icon-within .fa-registered::before {
	content: "";
}

.um .fa-address-card::before, .um-icon-within .fa-address-card::before {
	content: "";
}

.um .fa-contact-card::before, .um-icon-within .fa-contact-card::before {
	content: "";
}

.um .fa-vcard::before, .um-icon-within .fa-vcard::before {
	content: "";
}

.um .fa-scale-unbalanced-flip::before, .um-icon-within .fa-scale-unbalanced-flip::before {
	content: "";
}

.um .fa-balance-scale-right::before, .um-icon-within .fa-balance-scale-right::before {
	content: "";
}

.um .fa-subscript::before, .um-icon-within .fa-subscript::before {
	content: "";
}

.um .fa-diamond-turn-right::before, .um-icon-within .fa-diamond-turn-right::before {
	content: "";
}

.um .fa-directions::before, .um-icon-within .fa-directions::before {
	content: "";
}

.um .fa-burst::before, .um-icon-within .fa-burst::before {
	content: "";
}

.um .fa-house-laptop::before, .um-icon-within .fa-house-laptop::before {
	content: "";
}

.um .fa-laptop-house::before, .um-icon-within .fa-laptop-house::before {
	content: "";
}

.um .fa-face-tired::before, .um-icon-within .fa-face-tired::before {
	content: "";
}

.um .fa-tired::before, .um-icon-within .fa-tired::before {
	content: "";
}

.um .fa-money-bills::before, .um-icon-within .fa-money-bills::before {
	content: "";
}

.um .fa-smog::before, .um-icon-within .fa-smog::before {
	content: "";
}

.um .fa-crutch::before, .um-icon-within .fa-crutch::before {
	content: "";
}

.um .fa-cloud-arrow-up::before, .um-icon-within .fa-cloud-arrow-up::before {
	content: "";
}

.um .fa-cloud-upload::before, .um-icon-within .fa-cloud-upload::before {
	content: "";
}

.um .fa-cloud-upload-alt::before, .um-icon-within .fa-cloud-upload-alt::before {
	content: "";
}

.um .fa-palette::before, .um-icon-within .fa-palette::before {
	content: "";
}

.um .fa-arrows-turn-right::before, .um-icon-within .fa-arrows-turn-right::before {
	content: "";
}

.um .fa-vest::before, .um-icon-within .fa-vest::before {
	content: "";
}

.um .fa-ferry::before, .um-icon-within .fa-ferry::before {
	content: "";
}

.um .fa-arrows-down-to-people::before, .um-icon-within .fa-arrows-down-to-people::before {
	content: "";
}

.um .fa-seedling::before, .um-icon-within .fa-seedling::before {
	content: "";
}

.um .fa-sprout::before, .um-icon-within .fa-sprout::before {
	content: "";
}

.um .fa-left-right::before, .um-icon-within .fa-left-right::before {
	content: "";
}

.um .fa-arrows-alt-h::before, .um-icon-within .fa-arrows-alt-h::before {
	content: "";
}

.um .fa-boxes-packing::before, .um-icon-within .fa-boxes-packing::before {
	content: "";
}

.um .fa-circle-arrow-left::before, .um-icon-within .fa-circle-arrow-left::before {
	content: "";
}

.um .fa-arrow-circle-left::before, .um-icon-within .fa-arrow-circle-left::before {
	content: "";
}

.um .fa-group-arrows-rotate::before, .um-icon-within .fa-group-arrows-rotate::before {
	content: "";
}

.um .fa-bowl-food::before, .um-icon-within .fa-bowl-food::before {
	content: "";
}

.um .fa-candy-cane::before, .um-icon-within .fa-candy-cane::before {
	content: "";
}

.um .fa-arrow-down-wide-short::before, .um-icon-within .fa-arrow-down-wide-short::before {
	content: "";
}

.um .fa-sort-amount-asc::before, .um-icon-within .fa-sort-amount-asc::before {
	content: "";
}

.um .fa-sort-amount-down::before, .um-icon-within .fa-sort-amount-down::before {
	content: "";
}

.um .fa-cloud-bolt::before, .um-icon-within .fa-cloud-bolt::before {
	content: "";
}

.um .fa-thunderstorm::before, .um-icon-within .fa-thunderstorm::before {
	content: "";
}

.um .fa-text-slash::before, .um-icon-within .fa-text-slash::before {
	content: "";
}

.um .fa-remove-format::before, .um-icon-within .fa-remove-format::before {
	content: "";
}

.um .fa-face-smile-wink::before, .um-icon-within .fa-face-smile-wink::before {
	content: "";
}

.um .fa-smile-wink::before, .um-icon-within .fa-smile-wink::before {
	content: "";
}

.um .fa-file-word::before, .um-icon-within .fa-file-word::before {
	content: "";
}

.um .fa-file-powerpoint::before, .um-icon-within .fa-file-powerpoint::before {
	content: "";
}

.um .fa-arrows-left-right::before, .um-icon-within .fa-arrows-left-right::before {
	content: "";
}

.um .fa-arrows-h::before, .um-icon-within .fa-arrows-h::before {
	content: "";
}

.um .fa-house-lock::before, .um-icon-within .fa-house-lock::before {
	content: "";
}

.um .fa-cloud-arrow-down::before, .um-icon-within .fa-cloud-arrow-down::before {
	content: "";
}

.um .fa-cloud-download::before, .um-icon-within .fa-cloud-download::before {
	content: "";
}

.um .fa-cloud-download-alt::before, .um-icon-within .fa-cloud-download-alt::before {
	content: "";
}

.um .fa-children::before, .um-icon-within .fa-children::before {
	content: "";
}

.um .fa-chalkboard::before, .um-icon-within .fa-chalkboard::before {
	content: "";
}

.um .fa-blackboard::before, .um-icon-within .fa-blackboard::before {
	content: "";
}

.um .fa-user-large-slash::before, .um-icon-within .fa-user-large-slash::before {
	content: "";
}

.um .fa-user-alt-slash::before, .um-icon-within .fa-user-alt-slash::before {
	content: "";
}

.um .fa-envelope-open::before, .um-icon-within .fa-envelope-open::before {
	content: "";
}

.um .fa-handshake-simple-slash::before, .um-icon-within .fa-handshake-simple-slash::before {
	content: "";
}

.um .fa-handshake-alt-slash::before, .um-icon-within .fa-handshake-alt-slash::before {
	content: "";
}

.um .fa-mattress-pillow::before, .um-icon-within .fa-mattress-pillow::before {
	content: "";
}

.um .fa-guarani-sign::before, .um-icon-within .fa-guarani-sign::before {
	content: "";
}

.um .fa-arrows-rotate::before, .um-icon-within .fa-arrows-rotate::before {
	content: "";
}

.um .fa-refresh::before, .um-icon-within .fa-refresh::before {
	content: "";
}

.um .fa-sync::before, .um-icon-within .fa-sync::before {
	content: "";
}

.um .fa-fire-extinguisher::before, .um-icon-within .fa-fire-extinguisher::before {
	content: "";
}

.um .fa-cruzeiro-sign::before, .um-icon-within .fa-cruzeiro-sign::before {
	content: "";
}

.um .fa-greater-than-equal::before, .um-icon-within .fa-greater-than-equal::before {
	content: "";
}

.um .fa-shield-halved::before, .um-icon-within .fa-shield-halved::before {
	content: "";
}

.um .fa-shield-alt::before, .um-icon-within .fa-shield-alt::before {
	content: "";
}

.um .fa-book-atlas::before, .um-icon-within .fa-book-atlas::before {
	content: "";
}

.um .fa-atlas::before, .um-icon-within .fa-atlas::before {
	content: "";
}

.um .fa-virus::before, .um-icon-within .fa-virus::before {
	content: "";
}

.um .fa-envelope-circle-check::before, .um-icon-within .fa-envelope-circle-check::before {
	content: "";
}

.um .fa-layer-group::before, .um-icon-within .fa-layer-group::before {
	content: "";
}

.um .fa-arrows-to-dot::before, .um-icon-within .fa-arrows-to-dot::before {
	content: "";
}

.um .fa-archway::before, .um-icon-within .fa-archway::before {
	content: "";
}

.um .fa-heart-circle-check::before, .um-icon-within .fa-heart-circle-check::before {
	content: "";
}

.um .fa-house-chimney-crack::before, .um-icon-within .fa-house-chimney-crack::before {
	content: "";
}

.um .fa-house-damage::before, .um-icon-within .fa-house-damage::before {
	content: "";
}

.um .fa-file-zipper::before, .um-icon-within .fa-file-zipper::before {
	content: "";
}

.um .fa-file-archive::before, .um-icon-within .fa-file-archive::before {
	content: "";
}

.um .fa-square::before, .um-icon-within .fa-square::before {
	content: "";
}

.um .fa-martini-glass-empty::before, .um-icon-within .fa-martini-glass-empty::before {
	content: "";
}

.um .fa-glass-martini::before, .um-icon-within .fa-glass-martini::before {
	content: "";
}

.um .fa-couch::before, .um-icon-within .fa-couch::before {
	content: "";
}

.um .fa-cedi-sign::before, .um-icon-within .fa-cedi-sign::before {
	content: "";
}

.um .fa-italic::before, .um-icon-within .fa-italic::before {
	content: "";
}

.um .fa-table-cells-column-lock::before, .um-icon-within .fa-table-cells-column-lock::before {
	content: "";
}

.um .fa-church::before, .um-icon-within .fa-church::before {
	content: "";
}

.um .fa-comments-dollar::before, .um-icon-within .fa-comments-dollar::before {
	content: "";
}

.um .fa-democrat::before, .um-icon-within .fa-democrat::before {
	content: "";
}

.um .fa-z::before, .um-icon-within .fa-z::before {
	content: "Z";
}

.um .fa-person-skiing::before, .um-icon-within .fa-person-skiing::before {
	content: "";
}

.um .fa-skiing::before, .um-icon-within .fa-skiing::before {
	content: "";
}

.um .fa-road-lock::before, .um-icon-within .fa-road-lock::before {
	content: "";
}

.um .fa-a::before, .um-icon-within .fa-a::before {
	content: "A";
}

.um .fa-temperature-arrow-down::before, .um-icon-within .fa-temperature-arrow-down::before {
	content: "";
}

.um .fa-temperature-down::before, .um-icon-within .fa-temperature-down::before {
	content: "";
}

.um .fa-feather-pointed::before, .um-icon-within .fa-feather-pointed::before {
	content: "";
}

.um .fa-feather-alt::before, .um-icon-within .fa-feather-alt::before {
	content: "";
}

.um .fa-p::before, .um-icon-within .fa-p::before {
	content: "P";
}

.um .fa-snowflake::before, .um-icon-within .fa-snowflake::before {
	content: "";
}

.um .fa-newspaper::before, .um-icon-within .fa-newspaper::before {
	content: "";
}

.um .fa-rectangle-ad::before, .um-icon-within .fa-rectangle-ad::before {
	content: "";
}

.um .fa-ad::before, .um-icon-within .fa-ad::before {
	content: "";
}

.um .fa-circle-arrow-right::before, .um-icon-within .fa-circle-arrow-right::before {
	content: "";
}

.um .fa-arrow-circle-right::before, .um-icon-within .fa-arrow-circle-right::before {
	content: "";
}

.um .fa-filter-circle-xmark::before, .um-icon-within .fa-filter-circle-xmark::before {
	content: "";
}

.um .fa-locust::before, .um-icon-within .fa-locust::before {
	content: "";
}

.um .fa-sort::before, .um-icon-within .fa-sort::before {
	content: "";
}

.um .fa-unsorted::before, .um-icon-within .fa-unsorted::before {
	content: "";
}

.um .fa-list-ol::before, .um-icon-within .fa-list-ol::before {
	content: "";
}

.um .fa-list-1-2::before, .um-icon-within .fa-list-1-2::before {
	content: "";
}

.um .fa-list-numeric::before, .um-icon-within .fa-list-numeric::before {
	content: "";
}

.um .fa-person-dress-burst::before, .um-icon-within .fa-person-dress-burst::before {
	content: "";
}

.um .fa-money-check-dollar::before, .um-icon-within .fa-money-check-dollar::before {
	content: "";
}

.um .fa-money-check-alt::before, .um-icon-within .fa-money-check-alt::before {
	content: "";
}

.um .fa-vector-square::before, .um-icon-within .fa-vector-square::before {
	content: "";
}

.um .fa-bread-slice::before, .um-icon-within .fa-bread-slice::before {
	content: "";
}

.um .fa-language::before, .um-icon-within .fa-language::before {
	content: "";
}

.um .fa-face-kiss-wink-heart::before, .um-icon-within .fa-face-kiss-wink-heart::before {
	content: "";
}

.um .fa-kiss-wink-heart::before, .um-icon-within .fa-kiss-wink-heart::before {
	content: "";
}

.um .fa-filter::before, .um-icon-within .fa-filter::before {
	content: "";
}

.um .fa-question::before, .um-icon-within .fa-question::before {
	content: "?";
}

.um .fa-file-signature::before, .um-icon-within .fa-file-signature::before {
	content: "";
}

.um .fa-up-down-left-right::before, .um-icon-within .fa-up-down-left-right::before {
	content: "";
}

.um .fa-arrows-alt::before, .um-icon-within .fa-arrows-alt::before {
	content: "";
}

.um .fa-house-chimney-user::before, .um-icon-within .fa-house-chimney-user::before {
	content: "";
}

.um .fa-hand-holding-heart::before, .um-icon-within .fa-hand-holding-heart::before {
	content: "";
}

.um .fa-puzzle-piece::before, .um-icon-within .fa-puzzle-piece::before {
	content: "";
}

.um .fa-money-check::before, .um-icon-within .fa-money-check::before {
	content: "";
}

.um .fa-star-half-stroke::before, .um-icon-within .fa-star-half-stroke::before {
	content: "";
}

.um .fa-star-half-alt::before, .um-icon-within .fa-star-half-alt::before {
	content: "";
}

.um .fa-code::before, .um-icon-within .fa-code::before {
	content: "";
}

.um .fa-whiskey-glass::before, .um-icon-within .fa-whiskey-glass::before {
	content: "";
}

.um .fa-glass-whiskey::before, .um-icon-within .fa-glass-whiskey::before {
	content: "";
}

.um .fa-building-circle-exclamation::before, .um-icon-within .fa-building-circle-exclamation::before {
	content: "";
}

.um .fa-magnifying-glass-chart::before, .um-icon-within .fa-magnifying-glass-chart::before {
	content: "";
}

.um .fa-arrow-up-right-from-square::before, .um-icon-within .fa-arrow-up-right-from-square::before {
	content: "";
}

.um .fa-external-link::before, .um-icon-within .fa-external-link::before {
	content: "";
}

.um .fa-cubes-stacked::before, .um-icon-within .fa-cubes-stacked::before {
	content: "";
}

.um .fa-won-sign::before, .um-icon-within .fa-won-sign::before {
	content: "";
}

.um .fa-krw::before, .um-icon-within .fa-krw::before {
	content: "";
}

.um .fa-won::before, .um-icon-within .fa-won::before {
	content: "";
}

.um .fa-virus-covid::before, .um-icon-within .fa-virus-covid::before {
	content: "";
}

.um .fa-austral-sign::before, .um-icon-within .fa-austral-sign::before {
	content: "";
}

.um .fa-f::before, .um-icon-within .fa-f::before {
	content: "F";
}

.um .fa-leaf::before, .um-icon-within .fa-leaf::before {
	content: "";
}

.um .fa-road::before, .um-icon-within .fa-road::before {
	content: "";
}

.um .fa-taxi::before, .um-icon-within .fa-taxi::before {
	content: "";
}

.um .fa-cab::before, .um-icon-within .fa-cab::before {
	content: "";
}

.um .fa-person-circle-plus::before, .um-icon-within .fa-person-circle-plus::before {
	content: "";
}

.um .fa-chart-pie::before, .um-icon-within .fa-chart-pie::before {
	content: "";
}

.um .fa-pie-chart::before, .um-icon-within .fa-pie-chart::before {
	content: "";
}

.um .fa-bolt-lightning::before, .um-icon-within .fa-bolt-lightning::before {
	content: "";
}

.um .fa-sack-xmark::before, .um-icon-within .fa-sack-xmark::before {
	content: "";
}

.um .fa-file-excel::before, .um-icon-within .fa-file-excel::before {
	content: "";
}

.um .fa-file-contract::before, .um-icon-within .fa-file-contract::before {
	content: "";
}

.um .fa-fish-fins::before, .um-icon-within .fa-fish-fins::before {
	content: "";
}

.um .fa-building-flag::before, .um-icon-within .fa-building-flag::before {
	content: "";
}

.um .fa-face-grin-beam::before, .um-icon-within .fa-face-grin-beam::before {
	content: "";
}

.um .fa-grin-beam::before, .um-icon-within .fa-grin-beam::before {
	content: "";
}

.um .fa-object-ungroup::before, .um-icon-within .fa-object-ungroup::before {
	content: "";
}

.um .fa-poop::before, .um-icon-within .fa-poop::before {
	content: "";
}

.um .fa-location-pin::before, .um-icon-within .fa-location-pin::before {
	content: "";
}

.um .fa-map-marker::before, .um-icon-within .fa-map-marker::before {
	content: "";
}

.um .fa-kaaba::before, .um-icon-within .fa-kaaba::before {
	content: "";
}

.um .fa-toilet-paper::before, .um-icon-within .fa-toilet-paper::before {
	content: "";
}

.um .fa-helmet-safety::before, .um-icon-within .fa-helmet-safety::before {
	content: "";
}

.um .fa-hard-hat::before, .um-icon-within .fa-hard-hat::before {
	content: "";
}

.um .fa-hat-hard::before, .um-icon-within .fa-hat-hard::before {
	content: "";
}

.um .fa-eject::before, .um-icon-within .fa-eject::before {
	content: "";
}

.um .fa-circle-right::before, .um-icon-within .fa-circle-right::before {
	content: "";
}

.um .fa-arrow-alt-circle-right::before, .um-icon-within .fa-arrow-alt-circle-right::before {
	content: "";
}

.um .fa-plane-circle-check::before, .um-icon-within .fa-plane-circle-check::before {
	content: "";
}

.um .fa-face-rolling-eyes::before, .um-icon-within .fa-face-rolling-eyes::before {
	content: "";
}

.um .fa-meh-rolling-eyes::before, .um-icon-within .fa-meh-rolling-eyes::before {
	content: "";
}

.um .fa-object-group::before, .um-icon-within .fa-object-group::before {
	content: "";
}

.um .fa-chart-line::before, .um-icon-within .fa-chart-line::before {
	content: "";
}

.um .fa-line-chart::before, .um-icon-within .fa-line-chart::before {
	content: "";
}

.um .fa-mask-ventilator::before, .um-icon-within .fa-mask-ventilator::before {
	content: "";
}

.um .fa-arrow-right::before, .um-icon-within .fa-arrow-right::before {
	content: "";
}

.um .fa-signs-post::before, .um-icon-within .fa-signs-post::before {
	content: "";
}

.um .fa-map-signs::before, .um-icon-within .fa-map-signs::before {
	content: "";
}

.um .fa-cash-register::before, .um-icon-within .fa-cash-register::before {
	content: "";
}

.um .fa-person-circle-question::before, .um-icon-within .fa-person-circle-question::before {
	content: "";
}

.um .fa-h::before, .um-icon-within .fa-h::before {
	content: "H";
}

.um .fa-tarp::before, .um-icon-within .fa-tarp::before {
	content: "";
}

.um .fa-screwdriver-wrench::before, .um-icon-within .fa-screwdriver-wrench::before {
	content: "";
}

.um .fa-tools::before, .um-icon-within .fa-tools::before {
	content: "";
}

.um .fa-arrows-to-eye::before, .um-icon-within .fa-arrows-to-eye::before {
	content: "";
}

.um .fa-plug-circle-bolt::before, .um-icon-within .fa-plug-circle-bolt::before {
	content: "";
}

.um .fa-heart::before, .um-icon-within .fa-heart::before {
	content: "";
}

.um .fa-mars-and-venus::before, .um-icon-within .fa-mars-and-venus::before {
	content: "";
}

.um .fa-house-user::before, .um-icon-within .fa-house-user::before {
	content: "";
}

.um .fa-home-user::before, .um-icon-within .fa-home-user::before {
	content: "";
}

.um .fa-dumpster-fire::before, .um-icon-within .fa-dumpster-fire::before {
	content: "";
}

.um .fa-house-crack::before, .um-icon-within .fa-house-crack::before {
	content: "";
}

.um .fa-martini-glass-citrus::before, .um-icon-within .fa-martini-glass-citrus::before {
	content: "";
}

.um .fa-cocktail::before, .um-icon-within .fa-cocktail::before {
	content: "";
}

.um .fa-face-surprise::before, .um-icon-within .fa-face-surprise::before {
	content: "";
}

.um .fa-surprise::before, .um-icon-within .fa-surprise::before {
	content: "";
}

.um .fa-bottle-water::before, .um-icon-within .fa-bottle-water::before {
	content: "";
}

.um .fa-circle-pause::before, .um-icon-within .fa-circle-pause::before {
	content: "";
}

.um .fa-pause-circle::before, .um-icon-within .fa-pause-circle::before {
	content: "";
}

.um .fa-toilet-paper-slash::before, .um-icon-within .fa-toilet-paper-slash::before {
	content: "";
}

.um .fa-apple-whole::before, .um-icon-within .fa-apple-whole::before {
	content: "";
}

.um .fa-apple-alt::before, .um-icon-within .fa-apple-alt::before {
	content: "";
}

.um .fa-kitchen-set::before, .um-icon-within .fa-kitchen-set::before {
	content: "";
}

.um .fa-r::before, .um-icon-within .fa-r::before {
	content: "R";
}

.um .fa-temperature-quarter::before, .um-icon-within .fa-temperature-quarter::before {
	content: "";
}

.um .fa-temperature-1::before, .um-icon-within .fa-temperature-1::before {
	content: "";
}

.um .fa-thermometer-1::before, .um-icon-within .fa-thermometer-1::before {
	content: "";
}

.um .fa-thermometer-quarter::before, .um-icon-within .fa-thermometer-quarter::before {
	content: "";
}

.um .fa-cube::before, .um-icon-within .fa-cube::before {
	content: "";
}

.um .fa-bitcoin-sign::before, .um-icon-within .fa-bitcoin-sign::before {
	content: "";
}

.um .fa-shield-dog::before, .um-icon-within .fa-shield-dog::before {
	content: "";
}

.um .fa-solar-panel::before, .um-icon-within .fa-solar-panel::before {
	content: "";
}

.um .fa-lock-open::before, .um-icon-within .fa-lock-open::before {
	content: "";
}

.um .fa-elevator::before, .um-icon-within .fa-elevator::before {
	content: "";
}

.um .fa-money-bill-transfer::before, .um-icon-within .fa-money-bill-transfer::before {
	content: "";
}

.um .fa-money-bill-trend-up::before, .um-icon-within .fa-money-bill-trend-up::before {
	content: "";
}

.um .fa-house-flood-water-circle-arrow-right::before, .um-icon-within .fa-house-flood-water-circle-arrow-right::before {
	content: "";
}

.um .fa-square-poll-horizontal::before, .um-icon-within .fa-square-poll-horizontal::before {
	content: "";
}

.um .fa-poll-h::before, .um-icon-within .fa-poll-h::before {
	content: "";
}

.um .fa-circle::before, .um-icon-within .fa-circle::before {
	content: "";
}

.um .fa-backward-fast::before, .um-icon-within .fa-backward-fast::before {
	content: "";
}

.um .fa-fast-backward::before, .um-icon-within .fa-fast-backward::before {
	content: "";
}

.um .fa-recycle::before, .um-icon-within .fa-recycle::before {
	content: "";
}

.um .fa-user-astronaut::before, .um-icon-within .fa-user-astronaut::before {
	content: "";
}

.um .fa-plane-slash::before, .um-icon-within .fa-plane-slash::before {
	content: "";
}

.um .fa-trademark::before, .um-icon-within .fa-trademark::before {
	content: "";
}

.um .fa-basketball::before, .um-icon-within .fa-basketball::before {
	content: "";
}

.um .fa-basketball-ball::before, .um-icon-within .fa-basketball-ball::before {
	content: "";
}

.um .fa-satellite-dish::before, .um-icon-within .fa-satellite-dish::before {
	content: "";
}

.um .fa-circle-up::before, .um-icon-within .fa-circle-up::before {
	content: "";
}

.um .fa-arrow-alt-circle-up::before, .um-icon-within .fa-arrow-alt-circle-up::before {
	content: "";
}

.um .fa-mobile-screen-button::before, .um-icon-within .fa-mobile-screen-button::before {
	content: "";
}

.um .fa-mobile-alt::before, .um-icon-within .fa-mobile-alt::before {
	content: "";
}

.um .fa-volume-high::before, .um-icon-within .fa-volume-high::before {
	content: "";
}

.um .fa-volume-up::before, .um-icon-within .fa-volume-up::before {
	content: "";
}

.um .fa-users-rays::before, .um-icon-within .fa-users-rays::before {
	content: "";
}

.um .fa-wallet::before, .um-icon-within .fa-wallet::before {
	content: "";
}

.um .fa-clipboard-check::before, .um-icon-within .fa-clipboard-check::before {
	content: "";
}

.um .fa-file-audio::before, .um-icon-within .fa-file-audio::before {
	content: "";
}

.um .fa-burger::before, .um-icon-within .fa-burger::before {
	content: "";
}

.um .fa-hamburger::before, .um-icon-within .fa-hamburger::before {
	content: "";
}

.um .fa-wrench::before, .um-icon-within .fa-wrench::before {
	content: "";
}

.um .fa-bugs::before, .um-icon-within .fa-bugs::before {
	content: "";
}

.um .fa-rupee-sign::before, .um-icon-within .fa-rupee-sign::before {
	content: "";
}

.um .fa-rupee::before, .um-icon-within .fa-rupee::before {
	content: "";
}

.um .fa-file-image::before, .um-icon-within .fa-file-image::before {
	content: "";
}

.um .fa-circle-question::before, .um-icon-within .fa-circle-question::before {
	content: "";
}

.um .fa-question-circle::before, .um-icon-within .fa-question-circle::before {
	content: "";
}

.um .fa-plane-departure::before, .um-icon-within .fa-plane-departure::before {
	content: "";
}

.um .fa-handshake-slash::before, .um-icon-within .fa-handshake-slash::before {
	content: "";
}

.um .fa-book-bookmark::before, .um-icon-within .fa-book-bookmark::before {
	content: "";
}

.um .fa-code-branch::before, .um-icon-within .fa-code-branch::before {
	content: "";
}

.um .fa-hat-cowboy::before, .um-icon-within .fa-hat-cowboy::before {
	content: "";
}

.um .fa-bridge::before, .um-icon-within .fa-bridge::before {
	content: "";
}

.um .fa-phone-flip::before, .um-icon-within .fa-phone-flip::before {
	content: "";
}

.um .fa-phone-alt::before, .um-icon-within .fa-phone-alt::before {
	content: "";
}

.um .fa-truck-front::before, .um-icon-within .fa-truck-front::before {
	content: "";
}

.um .fa-cat::before, .um-icon-within .fa-cat::before {
	content: "";
}

.um .fa-anchor-circle-exclamation::before, .um-icon-within .fa-anchor-circle-exclamation::before {
	content: "";
}

.um .fa-truck-field::before, .um-icon-within .fa-truck-field::before {
	content: "";
}

.um .fa-route::before, .um-icon-within .fa-route::before {
	content: "";
}

.um .fa-clipboard-question::before, .um-icon-within .fa-clipboard-question::before {
	content: "";
}

.um .fa-panorama::before, .um-icon-within .fa-panorama::before {
	content: "";
}

.um .fa-comment-medical::before, .um-icon-within .fa-comment-medical::before {
	content: "";
}

.um .fa-teeth-open::before, .um-icon-within .fa-teeth-open::before {
	content: "";
}

.um .fa-file-circle-minus::before, .um-icon-within .fa-file-circle-minus::before {
	content: "";
}

.um .fa-tags::before, .um-icon-within .fa-tags::before {
	content: "";
}

.um .fa-wine-glass::before, .um-icon-within .fa-wine-glass::before {
	content: "";
}

.um .fa-forward-fast::before, .um-icon-within .fa-forward-fast::before {
	content: "";
}

.um .fa-fast-forward::before, .um-icon-within .fa-fast-forward::before {
	content: "";
}

.um .fa-face-meh-blank::before, .um-icon-within .fa-face-meh-blank::before {
	content: "";
}

.um .fa-meh-blank::before, .um-icon-within .fa-meh-blank::before {
	content: "";
}

.um .fa-square-parking::before, .um-icon-within .fa-square-parking::before {
	content: "";
}

.um .fa-parking::before, .um-icon-within .fa-parking::before {
	content: "";
}

.um .fa-house-signal::before, .um-icon-within .fa-house-signal::before {
	content: "";
}

.um .fa-bars-progress::before, .um-icon-within .fa-bars-progress::before {
	content: "";
}

.um .fa-tasks-alt::before, .um-icon-within .fa-tasks-alt::before {
	content: "";
}

.um .fa-faucet-drip::before, .um-icon-within .fa-faucet-drip::before {
	content: "";
}

.um .fa-cart-flatbed::before, .um-icon-within .fa-cart-flatbed::before {
	content: "";
}

.um .fa-dolly-flatbed::before, .um-icon-within .fa-dolly-flatbed::before {
	content: "";
}

.um .fa-ban-smoking::before, .um-icon-within .fa-ban-smoking::before {
	content: "";
}

.um .fa-smoking-ban::before, .um-icon-within .fa-smoking-ban::before {
	content: "";
}

.um .fa-terminal::before, .um-icon-within .fa-terminal::before {
	content: "";
}

.um .fa-mobile-button::before, .um-icon-within .fa-mobile-button::before {
	content: "";
}

.um .fa-house-medical-flag::before, .um-icon-within .fa-house-medical-flag::before {
	content: "";
}

.um .fa-basket-shopping::before, .um-icon-within .fa-basket-shopping::before {
	content: "";
}

.um .fa-shopping-basket::before, .um-icon-within .fa-shopping-basket::before {
	content: "";
}

.um .fa-tape::before, .um-icon-within .fa-tape::before {
	content: "";
}

.um .fa-bus-simple::before, .um-icon-within .fa-bus-simple::before {
	content: "";
}

.um .fa-bus-alt::before, .um-icon-within .fa-bus-alt::before {
	content: "";
}

.um .fa-eye::before, .um-icon-within .fa-eye::before {
	content: "";
}

.um .fa-face-sad-cry::before, .um-icon-within .fa-face-sad-cry::before {
	content: "";
}

.um .fa-sad-cry::before, .um-icon-within .fa-sad-cry::before {
	content: "";
}

.um .fa-audio-description::before, .um-icon-within .fa-audio-description::before {
	content: "";
}

.um .fa-person-military-to-person::before, .um-icon-within .fa-person-military-to-person::before {
	content: "";
}

.um .fa-file-shield::before, .um-icon-within .fa-file-shield::before {
	content: "";
}

.um .fa-user-slash::before, .um-icon-within .fa-user-slash::before {
	content: "";
}

.um .fa-pen::before, .um-icon-within .fa-pen::before {
	content: "";
}

.um .fa-tower-observation::before, .um-icon-within .fa-tower-observation::before {
	content: "";
}

.um .fa-file-code::before, .um-icon-within .fa-file-code::before {
	content: "";
}

.um .fa-signal::before, .um-icon-within .fa-signal::before {
	content: "";
}

.um .fa-signal-5::before, .um-icon-within .fa-signal-5::before {
	content: "";
}

.um .fa-signal-perfect::before, .um-icon-within .fa-signal-perfect::before {
	content: "";
}

.um .fa-bus::before, .um-icon-within .fa-bus::before {
	content: "";
}

.um .fa-heart-circle-xmark::before, .um-icon-within .fa-heart-circle-xmark::before {
	content: "";
}

.um .fa-house-chimney::before, .um-icon-within .fa-house-chimney::before {
	content: "";
}

.um .fa-home-lg::before, .um-icon-within .fa-home-lg::before {
	content: "";
}

.um .fa-window-maximize::before, .um-icon-within .fa-window-maximize::before {
	content: "";
}

.um .fa-face-frown::before, .um-icon-within .fa-face-frown::before {
	content: "";
}

.um .fa-frown::before, .um-icon-within .fa-frown::before {
	content: "";
}

.um .fa-prescription::before, .um-icon-within .fa-prescription::before {
	content: "";
}

.um .fa-shop::before, .um-icon-within .fa-shop::before {
	content: "";
}

.um .fa-store-alt::before, .um-icon-within .fa-store-alt::before {
	content: "";
}

.um .fa-floppy-disk::before, .um-icon-within .fa-floppy-disk::before {
	content: "";
}

.um .fa-save::before, .um-icon-within .fa-save::before {
	content: "";
}

.um .fa-vihara::before, .um-icon-within .fa-vihara::before {
	content: "";
}

.um .fa-scale-unbalanced::before, .um-icon-within .fa-scale-unbalanced::before {
	content: "";
}

.um .fa-balance-scale-left::before, .um-icon-within .fa-balance-scale-left::before {
	content: "";
}

.um .fa-sort-up::before, .um-icon-within .fa-sort-up::before {
	content: "";
}

.um .fa-sort-asc::before, .um-icon-within .fa-sort-asc::before {
	content: "";
}

.um .fa-comment-dots::before, .um-icon-within .fa-comment-dots::before {
	content: "";
}

.um .fa-commenting::before, .um-icon-within .fa-commenting::before {
	content: "";
}

.um .fa-plant-wilt::before, .um-icon-within .fa-plant-wilt::before {
	content: "";
}

.um .fa-diamond::before, .um-icon-within .fa-diamond::before {
	content: "";
}

.um .fa-face-grin-squint::before, .um-icon-within .fa-face-grin-squint::before {
	content: "";
}

.um .fa-grin-squint::before, .um-icon-within .fa-grin-squint::before {
	content: "";
}

.um .fa-hand-holding-dollar::before, .um-icon-within .fa-hand-holding-dollar::before {
	content: "";
}

.um .fa-hand-holding-usd::before, .um-icon-within .fa-hand-holding-usd::before {
	content: "";
}

.um .fa-bacterium::before, .um-icon-within .fa-bacterium::before {
	content: "";
}

.um .fa-hand-pointer::before, .um-icon-within .fa-hand-pointer::before {
	content: "";
}

.um .fa-drum-steelpan::before, .um-icon-within .fa-drum-steelpan::before {
	content: "";
}

.um .fa-hand-scissors::before, .um-icon-within .fa-hand-scissors::before {
	content: "";
}

.um .fa-hands-praying::before, .um-icon-within .fa-hands-praying::before {
	content: "";
}

.um .fa-praying-hands::before, .um-icon-within .fa-praying-hands::before {
	content: "";
}

.um .fa-arrow-rotate-right::before, .um-icon-within .fa-arrow-rotate-right::before {
	content: "";
}

.um .fa-arrow-right-rotate::before, .um-icon-within .fa-arrow-right-rotate::before {
	content: "";
}

.um .fa-arrow-rotate-forward::before, .um-icon-within .fa-arrow-rotate-forward::before {
	content: "";
}

.um .fa-redo::before, .um-icon-within .fa-redo::before {
	content: "";
}

.um .fa-biohazard::before, .um-icon-within .fa-biohazard::before {
	content: "";
}

.um .fa-location-crosshairs::before, .um-icon-within .fa-location-crosshairs::before {
	content: "";
}

.um .fa-location::before, .um-icon-within .fa-location::before {
	content: "";
}

.um .fa-mars-double::before, .um-icon-within .fa-mars-double::before {
	content: "";
}

.um .fa-child-dress::before, .um-icon-within .fa-child-dress::before {
	content: "";
}

.um .fa-users-between-lines::before, .um-icon-within .fa-users-between-lines::before {
	content: "";
}

.um .fa-lungs-virus::before, .um-icon-within .fa-lungs-virus::before {
	content: "";
}

.um .fa-face-grin-tears::before, .um-icon-within .fa-face-grin-tears::before {
	content: "";
}

.um .fa-grin-tears::before, .um-icon-within .fa-grin-tears::before {
	content: "";
}

.um .fa-phone::before, .um-icon-within .fa-phone::before {
	content: "";
}

.um .fa-calendar-xmark::before, .um-icon-within .fa-calendar-xmark::before {
	content: "";
}

.um .fa-calendar-times::before, .um-icon-within .fa-calendar-times::before {
	content: "";
}

.um .fa-child-reaching::before, .um-icon-within .fa-child-reaching::before {
	content: "";
}

.um .fa-head-side-virus::before, .um-icon-within .fa-head-side-virus::before {
	content: "";
}

.um .fa-user-gear::before, .um-icon-within .fa-user-gear::before {
	content: "";
}

.um .fa-user-cog::before, .um-icon-within .fa-user-cog::before {
	content: "";
}

.um .fa-arrow-up-1-9::before, .um-icon-within .fa-arrow-up-1-9::before {
	content: "";
}

.um .fa-sort-numeric-up::before, .um-icon-within .fa-sort-numeric-up::before {
	content: "";
}

.um .fa-door-closed::before, .um-icon-within .fa-door-closed::before {
	content: "";
}

.um .fa-shield-virus::before, .um-icon-within .fa-shield-virus::before {
	content: "";
}

.um .fa-dice-six::before, .um-icon-within .fa-dice-six::before {
	content: "";
}

.um .fa-mosquito-net::before, .um-icon-within .fa-mosquito-net::before {
	content: "";
}

.um .fa-bridge-water::before, .um-icon-within .fa-bridge-water::before {
	content: "";
}

.um .fa-person-booth::before, .um-icon-within .fa-person-booth::before {
	content: "";
}

.um .fa-text-width::before, .um-icon-within .fa-text-width::before {
	content: "";
}

.um .fa-hat-wizard::before, .um-icon-within .fa-hat-wizard::before {
	content: "";
}

.um .fa-pen-fancy::before, .um-icon-within .fa-pen-fancy::before {
	content: "";
}

.um .fa-person-digging::before, .um-icon-within .fa-person-digging::before {
	content: "";
}

.um .fa-digging::before, .um-icon-within .fa-digging::before {
	content: "";
}

.um .fa-trash::before, .um-icon-within .fa-trash::before {
	content: "";
}

.um .fa-gauge-simple::before, .um-icon-within .fa-gauge-simple::before {
	content: "";
}

.um .fa-gauge-simple-med::before, .um-icon-within .fa-gauge-simple-med::before {
	content: "";
}

.um .fa-tachometer-average::before, .um-icon-within .fa-tachometer-average::before {
	content: "";
}

.um .fa-book-medical::before, .um-icon-within .fa-book-medical::before {
	content: "";
}

.um .fa-poo::before, .um-icon-within .fa-poo::before {
	content: "";
}

.um .fa-quote-right::before, .um-icon-within .fa-quote-right::before {
	content: "";
}

.um .fa-quote-right-alt::before, .um-icon-within .fa-quote-right-alt::before {
	content: "";
}

.um .fa-shirt::before, .um-icon-within .fa-shirt::before {
	content: "";
}

.um .fa-t-shirt::before, .um-icon-within .fa-t-shirt::before {
	content: "";
}

.um .fa-tshirt::before, .um-icon-within .fa-tshirt::before {
	content: "";
}

.um .fa-cubes::before, .um-icon-within .fa-cubes::before {
	content: "";
}

.um .fa-divide::before, .um-icon-within .fa-divide::before {
	content: "";
}

.um .fa-tenge-sign::before, .um-icon-within .fa-tenge-sign::before {
	content: "";
}

.um .fa-tenge::before, .um-icon-within .fa-tenge::before {
	content: "";
}

.um .fa-headphones::before, .um-icon-within .fa-headphones::before {
	content: "";
}

.um .fa-hands-holding::before, .um-icon-within .fa-hands-holding::before {
	content: "";
}

.um .fa-hands-clapping::before, .um-icon-within .fa-hands-clapping::before {
	content: "";
}

.um .fa-republican::before, .um-icon-within .fa-republican::before {
	content: "";
}

.um .fa-arrow-left::before, .um-icon-within .fa-arrow-left::before {
	content: "";
}

.um .fa-person-circle-xmark::before, .um-icon-within .fa-person-circle-xmark::before {
	content: "";
}

.um .fa-ruler::before, .um-icon-within .fa-ruler::before {
	content: "";
}

.um .fa-align-left::before, .um-icon-within .fa-align-left::before {
	content: "";
}

.um .fa-dice-d6::before, .um-icon-within .fa-dice-d6::before {
	content: "";
}

.um .fa-restroom::before, .um-icon-within .fa-restroom::before {
	content: "";
}

.um .fa-j::before, .um-icon-within .fa-j::before {
	content: "J";
}

.um .fa-users-viewfinder::before, .um-icon-within .fa-users-viewfinder::before {
	content: "";
}

.um .fa-file-video::before, .um-icon-within .fa-file-video::before {
	content: "";
}

.um .fa-up-right-from-square::before, .um-icon-within .fa-up-right-from-square::before {
	content: "";
}

.um .fa-external-link-alt::before, .um-icon-within .fa-external-link-alt::before {
	content: "";
}

.um .fa-table-cells::before, .um-icon-within .fa-table-cells::before {
	content: "";
}

.um .fa-th::before, .um-icon-within .fa-th::before {
	content: "";
}

.um .fa-file-pdf::before, .um-icon-within .fa-file-pdf::before {
	content: "";
}

.um .fa-book-bible::before, .um-icon-within .fa-book-bible::before {
	content: "";
}

.um .fa-bible::before, .um-icon-within .fa-bible::before {
	content: "";
}

.um .fa-o::before, .um-icon-within .fa-o::before {
	content: "O";
}

.um .fa-suitcase-medical::before, .um-icon-within .fa-suitcase-medical::before {
	content: "";
}

.um .fa-medkit::before, .um-icon-within .fa-medkit::before {
	content: "";
}

.um .fa-user-secret::before, .um-icon-within .fa-user-secret::before {
	content: "";
}

.um .fa-otter::before, .um-icon-within .fa-otter::before {
	content: "";
}

.um .fa-person-dress::before, .um-icon-within .fa-person-dress::before {
	content: "";
}

.um .fa-female::before, .um-icon-within .fa-female::before {
	content: "";
}

.um .fa-comment-dollar::before, .um-icon-within .fa-comment-dollar::before {
	content: "";
}

.um .fa-business-time::before, .um-icon-within .fa-business-time::before {
	content: "";
}

.um .fa-briefcase-clock::before, .um-icon-within .fa-briefcase-clock::before {
	content: "";
}

.um .fa-table-cells-large::before, .um-icon-within .fa-table-cells-large::before {
	content: "";
}

.um .fa-th-large::before, .um-icon-within .fa-th-large::before {
	content: "";
}

.um .fa-book-tanakh::before, .um-icon-within .fa-book-tanakh::before {
	content: "";
}

.um .fa-tanakh::before, .um-icon-within .fa-tanakh::before {
	content: "";
}

.um .fa-phone-volume::before, .um-icon-within .fa-phone-volume::before {
	content: "";
}

.um .fa-volume-control-phone::before, .um-icon-within .fa-volume-control-phone::before {
	content: "";
}

.um .fa-hat-cowboy-side::before, .um-icon-within .fa-hat-cowboy-side::before {
	content: "";
}

.um .fa-clipboard-user::before, .um-icon-within .fa-clipboard-user::before {
	content: "";
}

.um .fa-child::before, .um-icon-within .fa-child::before {
	content: "";
}

.um .fa-lira-sign::before, .um-icon-within .fa-lira-sign::before {
	content: "";
}

.um .fa-satellite::before, .um-icon-within .fa-satellite::before {
	content: "";
}

.um .fa-plane-lock::before, .um-icon-within .fa-plane-lock::before {
	content: "";
}

.um .fa-tag::before, .um-icon-within .fa-tag::before {
	content: "";
}

.um .fa-comment::before, .um-icon-within .fa-comment::before {
	content: "";
}

.um .fa-cake-candles::before, .um-icon-within .fa-cake-candles::before {
	content: "";
}

.um .fa-birthday-cake::before, .um-icon-within .fa-birthday-cake::before {
	content: "";
}

.um .fa-cake::before, .um-icon-within .fa-cake::before {
	content: "";
}

.um .fa-envelope::before, .um-icon-within .fa-envelope::before {
	content: "";
}

.um .fa-angles-up::before, .um-icon-within .fa-angles-up::before {
	content: "";
}

.um .fa-angle-double-up::before, .um-icon-within .fa-angle-double-up::before {
	content: "";
}

.um .fa-paperclip::before, .um-icon-within .fa-paperclip::before {
	content: "";
}

.um .fa-arrow-right-to-city::before, .um-icon-within .fa-arrow-right-to-city::before {
	content: "";
}

.um .fa-ribbon::before, .um-icon-within .fa-ribbon::before {
	content: "";
}

.um .fa-lungs::before, .um-icon-within .fa-lungs::before {
	content: "";
}

.um .fa-arrow-up-9-1::before, .um-icon-within .fa-arrow-up-9-1::before {
	content: "";
}

.um .fa-sort-numeric-up-alt::before, .um-icon-within .fa-sort-numeric-up-alt::before {
	content: "";
}

.um .fa-litecoin-sign::before, .um-icon-within .fa-litecoin-sign::before {
	content: "";
}

.um .fa-border-none::before, .um-icon-within .fa-border-none::before {
	content: "";
}

.um .fa-circle-nodes::before, .um-icon-within .fa-circle-nodes::before {
	content: "";
}

.um .fa-parachute-box::before, .um-icon-within .fa-parachute-box::before {
	content: "";
}

.um .fa-indent::before, .um-icon-within .fa-indent::before {
	content: "";
}

.um .fa-truck-field-un::before, .um-icon-within .fa-truck-field-un::before {
	content: "";
}

.um .fa-hourglass::before, .um-icon-within .fa-hourglass::before {
	content: "";
}

.um .fa-hourglass-empty::before, .um-icon-within .fa-hourglass-empty::before {
	content: "";
}

.um .fa-mountain::before, .um-icon-within .fa-mountain::before {
	content: "";
}

.um .fa-user-doctor::before, .um-icon-within .fa-user-doctor::before {
	content: "";
}

.um .fa-user-md::before, .um-icon-within .fa-user-md::before {
	content: "";
}

.um .fa-circle-info::before, .um-icon-within .fa-circle-info::before {
	content: "";
}

.um .fa-info-circle::before, .um-icon-within .fa-info-circle::before {
	content: "";
}

.um .fa-cloud-meatball::before, .um-icon-within .fa-cloud-meatball::before {
	content: "";
}

.um .fa-camera::before, .um-icon-within .fa-camera::before {
	content: "";
}

.um .fa-camera-alt::before, .um-icon-within .fa-camera-alt::before {
	content: "";
}

.um .fa-square-virus::before, .um-icon-within .fa-square-virus::before {
	content: "";
}

.um .fa-meteor::before, .um-icon-within .fa-meteor::before {
	content: "";
}

.um .fa-car-on::before, .um-icon-within .fa-car-on::before {
	content: "";
}

.um .fa-sleigh::before, .um-icon-within .fa-sleigh::before {
	content: "";
}

.um .fa-arrow-down-1-9::before, .um-icon-within .fa-arrow-down-1-9::before {
	content: "";
}

.um .fa-sort-numeric-asc::before, .um-icon-within .fa-sort-numeric-asc::before {
	content: "";
}

.um .fa-sort-numeric-down::before, .um-icon-within .fa-sort-numeric-down::before {
	content: "";
}

.um .fa-hand-holding-droplet::before, .um-icon-within .fa-hand-holding-droplet::before {
	content: "";
}

.um .fa-hand-holding-water::before, .um-icon-within .fa-hand-holding-water::before {
	content: "";
}

.um .fa-water::before, .um-icon-within .fa-water::before {
	content: "";
}

.um .fa-calendar-check::before, .um-icon-within .fa-calendar-check::before {
	content: "";
}

.um .fa-braille::before, .um-icon-within .fa-braille::before {
	content: "";
}

.um .fa-prescription-bottle-medical::before, .um-icon-within .fa-prescription-bottle-medical::before {
	content: "";
}

.um .fa-prescription-bottle-alt::before, .um-icon-within .fa-prescription-bottle-alt::before {
	content: "";
}

.um .fa-landmark::before, .um-icon-within .fa-landmark::before {
	content: "";
}

.um .fa-truck::before, .um-icon-within .fa-truck::before {
	content: "";
}

.um .fa-crosshairs::before, .um-icon-within .fa-crosshairs::before {
	content: "";
}

.um .fa-person-cane::before, .um-icon-within .fa-person-cane::before {
	content: "";
}

.um .fa-tent::before, .um-icon-within .fa-tent::before {
	content: "";
}

.um .fa-vest-patches::before, .um-icon-within .fa-vest-patches::before {
	content: "";
}

.um .fa-check-double::before, .um-icon-within .fa-check-double::before {
	content: "";
}

.um .fa-arrow-down-a-z::before, .um-icon-within .fa-arrow-down-a-z::before {
	content: "";
}

.um .fa-sort-alpha-asc::before, .um-icon-within .fa-sort-alpha-asc::before {
	content: "";
}

.um .fa-sort-alpha-down::before, .um-icon-within .fa-sort-alpha-down::before {
	content: "";
}

.um .fa-money-bill-wheat::before, .um-icon-within .fa-money-bill-wheat::before {
	content: "";
}

.um .fa-cookie::before, .um-icon-within .fa-cookie::before {
	content: "";
}

.um .fa-arrow-rotate-left::before, .um-icon-within .fa-arrow-rotate-left::before {
	content: "";
}

.um .fa-arrow-left-rotate::before, .um-icon-within .fa-arrow-left-rotate::before {
	content: "";
}

.um .fa-arrow-rotate-back::before, .um-icon-within .fa-arrow-rotate-back::before {
	content: "";
}

.um .fa-arrow-rotate-backward::before, .um-icon-within .fa-arrow-rotate-backward::before {
	content: "";
}

.um .fa-undo::before, .um-icon-within .fa-undo::before {
	content: "";
}

.um .fa-hard-drive::before, .um-icon-within .fa-hard-drive::before {
	content: "";
}

.um .fa-hdd::before, .um-icon-within .fa-hdd::before {
	content: "";
}

.um .fa-face-grin-squint-tears::before, .um-icon-within .fa-face-grin-squint-tears::before {
	content: "";
}

.um .fa-grin-squint-tears::before, .um-icon-within .fa-grin-squint-tears::before {
	content: "";
}

.um .fa-dumbbell::before, .um-icon-within .fa-dumbbell::before {
	content: "";
}

.um .fa-rectangle-list::before, .um-icon-within .fa-rectangle-list::before {
	content: "";
}

.um .fa-list-alt::before, .um-icon-within .fa-list-alt::before {
	content: "";
}

.um .fa-tarp-droplet::before, .um-icon-within .fa-tarp-droplet::before {
	content: "";
}

.um .fa-house-medical-circle-check::before, .um-icon-within .fa-house-medical-circle-check::before {
	content: "";
}

.um .fa-person-skiing-nordic::before, .um-icon-within .fa-person-skiing-nordic::before {
	content: "";
}

.um .fa-skiing-nordic::before, .um-icon-within .fa-skiing-nordic::before {
	content: "";
}

.um .fa-calendar-plus::before, .um-icon-within .fa-calendar-plus::before {
	content: "";
}

.um .fa-plane-arrival::before, .um-icon-within .fa-plane-arrival::before {
	content: "";
}

.um .fa-circle-left::before, .um-icon-within .fa-circle-left::before {
	content: "";
}

.um .fa-arrow-alt-circle-left::before, .um-icon-within .fa-arrow-alt-circle-left::before {
	content: "";
}

.um .fa-train-subway::before, .um-icon-within .fa-train-subway::before {
	content: "";
}

.um .fa-subway::before, .um-icon-within .fa-subway::before {
	content: "";
}

.um .fa-chart-gantt::before, .um-icon-within .fa-chart-gantt::before {
	content: "";
}

.um .fa-indian-rupee-sign::before, .um-icon-within .fa-indian-rupee-sign::before {
	content: "";
}

.um .fa-indian-rupee::before, .um-icon-within .fa-indian-rupee::before {
	content: "";
}

.um .fa-inr::before, .um-icon-within .fa-inr::before {
	content: "";
}

.um .fa-crop-simple::before, .um-icon-within .fa-crop-simple::before {
	content: "";
}

.um .fa-crop-alt::before, .um-icon-within .fa-crop-alt::before {
	content: "";
}

.um .fa-money-bill-1::before, .um-icon-within .fa-money-bill-1::before {
	content: "";
}

.um .fa-money-bill-alt::before, .um-icon-within .fa-money-bill-alt::before {
	content: "";
}

.um .fa-left-long::before, .um-icon-within .fa-left-long::before {
	content: "";
}

.um .fa-long-arrow-alt-left::before, .um-icon-within .fa-long-arrow-alt-left::before {
	content: "";
}

.um .fa-dna::before, .um-icon-within .fa-dna::before {
	content: "";
}

.um .fa-virus-slash::before, .um-icon-within .fa-virus-slash::before {
	content: "";
}

.um .fa-minus::before, .um-icon-within .fa-minus::before {
	content: "";
}

.um .fa-subtract::before, .um-icon-within .fa-subtract::before {
	content: "";
}

.um .fa-chess::before, .um-icon-within .fa-chess::before {
	content: "";
}

.um .fa-arrow-left-long::before, .um-icon-within .fa-arrow-left-long::before {
	content: "";
}

.um .fa-long-arrow-left::before, .um-icon-within .fa-long-arrow-left::before {
	content: "";
}

.um .fa-plug-circle-check::before, .um-icon-within .fa-plug-circle-check::before {
	content: "";
}

.um .fa-street-view::before, .um-icon-within .fa-street-view::before {
	content: "";
}

.um .fa-franc-sign::before, .um-icon-within .fa-franc-sign::before {
	content: "";
}

.um .fa-volume-off::before, .um-icon-within .fa-volume-off::before {
	content: "";
}

.um .fa-hands-asl-interpreting::before, .um-icon-within .fa-hands-asl-interpreting::before {
	content: "";
}

.um .fa-american-sign-language-interpreting::before, .um-icon-within .fa-american-sign-language-interpreting::before {
	content: "";
}

.um .fa-asl-interpreting::before, .um-icon-within .fa-asl-interpreting::before {
	content: "";
}

.um .fa-hands-american-sign-language-interpreting::before, .um-icon-within .fa-hands-american-sign-language-interpreting::before {
	content: "";
}

.um .fa-gear::before, .um-icon-within .fa-gear::before {
	content: "";
}

.um .fa-cog::before, .um-icon-within .fa-cog::before {
	content: "";
}

.um .fa-droplet-slash::before, .um-icon-within .fa-droplet-slash::before {
	content: "";
}

.um .fa-tint-slash::before, .um-icon-within .fa-tint-slash::before {
	content: "";
}

.um .fa-mosque::before, .um-icon-within .fa-mosque::before {
	content: "";
}

.um .fa-mosquito::before, .um-icon-within .fa-mosquito::before {
	content: "";
}

.um .fa-star-of-david::before, .um-icon-within .fa-star-of-david::before {
	content: "";
}

.um .fa-person-military-rifle::before, .um-icon-within .fa-person-military-rifle::before {
	content: "";
}

.um .fa-cart-shopping::before, .um-icon-within .fa-cart-shopping::before {
	content: "";
}

.um .fa-shopping-cart::before, .um-icon-within .fa-shopping-cart::before {
	content: "";
}

.um .fa-vials::before, .um-icon-within .fa-vials::before {
	content: "";
}

.um .fa-plug-circle-plus::before, .um-icon-within .fa-plug-circle-plus::before {
	content: "";
}

.um .fa-place-of-worship::before, .um-icon-within .fa-place-of-worship::before {
	content: "";
}

.um .fa-grip-vertical::before, .um-icon-within .fa-grip-vertical::before {
	content: "";
}

.um .fa-arrow-turn-up::before, .um-icon-within .fa-arrow-turn-up::before {
	content: "";
}

.um .fa-level-up::before, .um-icon-within .fa-level-up::before {
	content: "";
}

.um .fa-u::before, .um-icon-within .fa-u::before {
	content: "U";
}

.um .fa-square-root-variable::before, .um-icon-within .fa-square-root-variable::before {
	content: "";
}

.um .fa-square-root-alt::before, .um-icon-within .fa-square-root-alt::before {
	content: "";
}

.um .fa-clock::before, .um-icon-within .fa-clock::before {
	content: "";
}

.um .fa-clock-four::before, .um-icon-within .fa-clock-four::before {
	content: "";
}

.um .fa-backward-step::before, .um-icon-within .fa-backward-step::before {
	content: "";
}

.um .fa-step-backward::before, .um-icon-within .fa-step-backward::before {
	content: "";
}

.um .fa-pallet::before, .um-icon-within .fa-pallet::before {
	content: "";
}

.um .fa-faucet::before, .um-icon-within .fa-faucet::before {
	content: "";
}

.um .fa-baseball-bat-ball::before, .um-icon-within .fa-baseball-bat-ball::before {
	content: "";
}

.um .fa-s::before, .um-icon-within .fa-s::before {
	content: "S";
}

.um .fa-timeline::before, .um-icon-within .fa-timeline::before {
	content: "";
}

.um .fa-keyboard::before, .um-icon-within .fa-keyboard::before {
	content: "";
}

.um .fa-caret-down::before, .um-icon-within .fa-caret-down::before {
	content: "";
}

.um .fa-house-chimney-medical::before, .um-icon-within .fa-house-chimney-medical::before {
	content: "";
}

.um .fa-clinic-medical::before, .um-icon-within .fa-clinic-medical::before {
	content: "";
}

.um .fa-temperature-three-quarters::before, .um-icon-within .fa-temperature-three-quarters::before {
	content: "";
}

.um .fa-temperature-3::before, .um-icon-within .fa-temperature-3::before {
	content: "";
}

.um .fa-thermometer-3::before, .um-icon-within .fa-thermometer-3::before {
	content: "";
}

.um .fa-thermometer-three-quarters::before, .um-icon-within .fa-thermometer-three-quarters::before {
	content: "";
}

.um .fa-mobile-screen::before, .um-icon-within .fa-mobile-screen::before {
	content: "";
}

.um .fa-mobile-android-alt::before, .um-icon-within .fa-mobile-android-alt::before {
	content: "";
}

.um .fa-plane-up::before, .um-icon-within .fa-plane-up::before {
	content: "";
}

.um .fa-piggy-bank::before, .um-icon-within .fa-piggy-bank::before {
	content: "";
}

.um .fa-battery-half::before, .um-icon-within .fa-battery-half::before {
	content: "";
}

.um .fa-battery-3::before, .um-icon-within .fa-battery-3::before {
	content: "";
}

.um .fa-mountain-city::before, .um-icon-within .fa-mountain-city::before {
	content: "";
}

.um .fa-coins::before, .um-icon-within .fa-coins::before {
	content: "";
}

.um .fa-khanda::before, .um-icon-within .fa-khanda::before {
	content: "";
}

.um .fa-sliders::before, .um-icon-within .fa-sliders::before {
	content: "";
}

.um .fa-sliders-h::before, .um-icon-within .fa-sliders-h::before {
	content: "";
}

.um .fa-folder-tree::before, .um-icon-within .fa-folder-tree::before {
	content: "";
}

.um .fa-network-wired::before, .um-icon-within .fa-network-wired::before {
	content: "";
}

.um .fa-map-pin::before, .um-icon-within .fa-map-pin::before {
	content: "";
}

.um .fa-hamsa::before, .um-icon-within .fa-hamsa::before {
	content: "";
}

.um .fa-cent-sign::before, .um-icon-within .fa-cent-sign::before {
	content: "";
}

.um .fa-flask::before, .um-icon-within .fa-flask::before {
	content: "";
}

.um .fa-person-pregnant::before, .um-icon-within .fa-person-pregnant::before {
	content: "";
}

.um .fa-wand-sparkles::before, .um-icon-within .fa-wand-sparkles::before {
	content: "";
}

.um .fa-ellipsis-vertical::before, .um-icon-within .fa-ellipsis-vertical::before {
	content: "";
}

.um .fa-ellipsis-v::before, .um-icon-within .fa-ellipsis-v::before {
	content: "";
}

.um .fa-ticket::before, .um-icon-within .fa-ticket::before {
	content: "";
}

.um .fa-power-off::before, .um-icon-within .fa-power-off::before {
	content: "";
}

.um .fa-right-long::before, .um-icon-within .fa-right-long::before {
	content: "";
}

.um .fa-long-arrow-alt-right::before, .um-icon-within .fa-long-arrow-alt-right::before {
	content: "";
}

.um .fa-flag-usa::before, .um-icon-within .fa-flag-usa::before {
	content: "";
}

.um .fa-laptop-file::before, .um-icon-within .fa-laptop-file::before {
	content: "";
}

.um .fa-tty::before, .um-icon-within .fa-tty::before {
	content: "";
}

.um .fa-teletype::before, .um-icon-within .fa-teletype::before {
	content: "";
}

.um .fa-diagram-next::before, .um-icon-within .fa-diagram-next::before {
	content: "";
}

.um .fa-person-rifle::before, .um-icon-within .fa-person-rifle::before {
	content: "";
}

.um .fa-house-medical-circle-exclamation::before, .um-icon-within .fa-house-medical-circle-exclamation::before {
	content: "";
}

.um .fa-closed-captioning::before, .um-icon-within .fa-closed-captioning::before {
	content: "";
}

.um .fa-person-hiking::before, .um-icon-within .fa-person-hiking::before {
	content: "";
}

.um .fa-hiking::before, .um-icon-within .fa-hiking::before {
	content: "";
}

.um .fa-venus-double::before, .um-icon-within .fa-venus-double::before {
	content: "";
}

.um .fa-images::before, .um-icon-within .fa-images::before {
	content: "";
}

.um .fa-calculator::before, .um-icon-within .fa-calculator::before {
	content: "";
}

.um .fa-people-pulling::before, .um-icon-within .fa-people-pulling::before {
	content: "";
}

.um .fa-n::before, .um-icon-within .fa-n::before {
	content: "N";
}

.um .fa-cable-car::before, .um-icon-within .fa-cable-car::before {
	content: "";
}

.um .fa-tram::before, .um-icon-within .fa-tram::before {
	content: "";
}

.um .fa-cloud-rain::before, .um-icon-within .fa-cloud-rain::before {
	content: "";
}

.um .fa-building-circle-xmark::before, .um-icon-within .fa-building-circle-xmark::before {
	content: "";
}

.um .fa-ship::before, .um-icon-within .fa-ship::before {
	content: "";
}

.um .fa-arrows-down-to-line::before, .um-icon-within .fa-arrows-down-to-line::before {
	content: "";
}

.um .fa-download::before, .um-icon-within .fa-download::before {
	content: "";
}

.um .fa-face-grin::before, .um-icon-within .fa-face-grin::before {
	content: "";
}

.um .fa-grin::before, .um-icon-within .fa-grin::before {
	content: "";
}

.um .fa-delete-left::before, .um-icon-within .fa-delete-left::before {
	content: "";
}

.um .fa-backspace::before, .um-icon-within .fa-backspace::before {
	content: "";
}

.um .fa-eye-dropper::before, .um-icon-within .fa-eye-dropper::before {
	content: "";
}

.um .fa-eye-dropper-empty::before, .um-icon-within .fa-eye-dropper-empty::before {
	content: "";
}

.um .fa-eyedropper::before, .um-icon-within .fa-eyedropper::before {
	content: "";
}

.um .fa-file-circle-check::before, .um-icon-within .fa-file-circle-check::before {
	content: "";
}

.um .fa-forward::before, .um-icon-within .fa-forward::before {
	content: "";
}

.um .fa-mobile::before, .um-icon-within .fa-mobile::before {
	content: "";
}

.um .fa-mobile-android::before, .um-icon-within .fa-mobile-android::before {
	content: "";
}

.um .fa-mobile-phone::before, .um-icon-within .fa-mobile-phone::before {
	content: "";
}

.um .fa-face-meh::before, .um-icon-within .fa-face-meh::before {
	content: "";
}

.um .fa-meh::before, .um-icon-within .fa-meh::before {
	content: "";
}

.um .fa-align-center::before, .um-icon-within .fa-align-center::before {
	content: "";
}

.um .fa-book-skull::before, .um-icon-within .fa-book-skull::before {
	content: "";
}

.um .fa-book-dead::before, .um-icon-within .fa-book-dead::before {
	content: "";
}

.um .fa-id-card::before, .um-icon-within .fa-id-card::before {
	content: "";
}

.um .fa-drivers-license::before, .um-icon-within .fa-drivers-license::before {
	content: "";
}

.um .fa-outdent::before, .um-icon-within .fa-outdent::before {
	content: "";
}

.um .fa-dedent::before, .um-icon-within .fa-dedent::before {
	content: "";
}

.um .fa-heart-circle-exclamation::before, .um-icon-within .fa-heart-circle-exclamation::before {
	content: "";
}

.um .fa-house::before, .um-icon-within .fa-house::before {
	content: "";
}

.um .fa-home::before, .um-icon-within .fa-home::before {
	content: "";
}

.um .fa-home-alt::before, .um-icon-within .fa-home-alt::before {
	content: "";
}

.um .fa-home-lg-alt::before, .um-icon-within .fa-home-lg-alt::before {
	content: "";
}

.um .fa-calendar-week::before, .um-icon-within .fa-calendar-week::before {
	content: "";
}

.um .fa-laptop-medical::before, .um-icon-within .fa-laptop-medical::before {
	content: "";
}

.um .fa-b::before, .um-icon-within .fa-b::before {
	content: "B";
}

.um .fa-file-medical::before, .um-icon-within .fa-file-medical::before {
	content: "";
}

.um .fa-dice-one::before, .um-icon-within .fa-dice-one::before {
	content: "";
}

.um .fa-kiwi-bird::before, .um-icon-within .fa-kiwi-bird::before {
	content: "";
}

.um .fa-arrow-right-arrow-left::before, .um-icon-within .fa-arrow-right-arrow-left::before {
	content: "";
}

.um .fa-exchange::before, .um-icon-within .fa-exchange::before {
	content: "";
}

.um .fa-rotate-right::before, .um-icon-within .fa-rotate-right::before {
	content: "";
}

.um .fa-redo-alt::before, .um-icon-within .fa-redo-alt::before {
	content: "";
}

.um .fa-rotate-forward::before, .um-icon-within .fa-rotate-forward::before {
	content: "";
}

.um .fa-utensils::before, .um-icon-within .fa-utensils::before {
	content: "";
}

.um .fa-cutlery::before, .um-icon-within .fa-cutlery::before {
	content: "";
}

.um .fa-arrow-up-wide-short::before, .um-icon-within .fa-arrow-up-wide-short::before {
	content: "";
}

.um .fa-sort-amount-up::before, .um-icon-within .fa-sort-amount-up::before {
	content: "";
}

.um .fa-mill-sign::before, .um-icon-within .fa-mill-sign::before {
	content: "";
}

.um .fa-bowl-rice::before, .um-icon-within .fa-bowl-rice::before {
	content: "";
}

.um .fa-skull::before, .um-icon-within .fa-skull::before {
	content: "";
}

.um .fa-tower-broadcast::before, .um-icon-within .fa-tower-broadcast::before {
	content: "";
}

.um .fa-broadcast-tower::before, .um-icon-within .fa-broadcast-tower::before {
	content: "";
}

.um .fa-truck-pickup::before, .um-icon-within .fa-truck-pickup::before {
	content: "";
}

.um .fa-up-long::before, .um-icon-within .fa-up-long::before {
	content: "";
}

.um .fa-long-arrow-alt-up::before, .um-icon-within .fa-long-arrow-alt-up::before {
	content: "";
}

.um .fa-stop::before, .um-icon-within .fa-stop::before {
	content: "";
}

.um .fa-code-merge::before, .um-icon-within .fa-code-merge::before {
	content: "";
}

.um .fa-upload::before, .um-icon-within .fa-upload::before {
	content: "";
}

.um .fa-hurricane::before, .um-icon-within .fa-hurricane::before {
	content: "";
}

.um .fa-mound::before, .um-icon-within .fa-mound::before {
	content: "";
}

.um .fa-toilet-portable::before, .um-icon-within .fa-toilet-portable::before {
	content: "";
}

.um .fa-compact-disc::before, .um-icon-within .fa-compact-disc::before {
	content: "";
}

.um .fa-file-arrow-down::before, .um-icon-within .fa-file-arrow-down::before {
	content: "";
}

.um .fa-file-download::before, .um-icon-within .fa-file-download::before {
	content: "";
}

.um .fa-caravan::before, .um-icon-within .fa-caravan::before {
	content: "";
}

.um .fa-shield-cat::before, .um-icon-within .fa-shield-cat::before {
	content: "";
}

.um .fa-bolt::before, .um-icon-within .fa-bolt::before {
	content: "";
}

.um .fa-zap::before, .um-icon-within .fa-zap::before {
	content: "";
}

.um .fa-glass-water::before, .um-icon-within .fa-glass-water::before {
	content: "";
}

.um .fa-oil-well::before, .um-icon-within .fa-oil-well::before {
	content: "";
}

.um .fa-vault::before, .um-icon-within .fa-vault::before {
	content: "";
}

.um .fa-mars::before, .um-icon-within .fa-mars::before {
	content: "";
}

.um .fa-toilet::before, .um-icon-within .fa-toilet::before {
	content: "";
}

.um .fa-plane-circle-xmark::before, .um-icon-within .fa-plane-circle-xmark::before {
	content: "";
}

.um .fa-yen-sign::before, .um-icon-within .fa-yen-sign::before {
	content: "";
}

.um .fa-cny::before, .um-icon-within .fa-cny::before {
	content: "";
}

.um .fa-jpy::before, .um-icon-within .fa-jpy::before {
	content: "";
}

.um .fa-rmb::before, .um-icon-within .fa-rmb::before {
	content: "";
}

.um .fa-yen::before, .um-icon-within .fa-yen::before {
	content: "";
}

.um .fa-ruble-sign::before, .um-icon-within .fa-ruble-sign::before {
	content: "";
}

.um .fa-rouble::before, .um-icon-within .fa-rouble::before {
	content: "";
}

.um .fa-rub::before, .um-icon-within .fa-rub::before {
	content: "";
}

.um .fa-ruble::before, .um-icon-within .fa-ruble::before {
	content: "";
}

.um .fa-sun::before, .um-icon-within .fa-sun::before {
	content: "";
}

.um .fa-guitar::before, .um-icon-within .fa-guitar::before {
	content: "";
}

.um .fa-face-laugh-wink::before, .um-icon-within .fa-face-laugh-wink::before {
	content: "";
}

.um .fa-laugh-wink::before, .um-icon-within .fa-laugh-wink::before {
	content: "";
}

.um .fa-horse-head::before, .um-icon-within .fa-horse-head::before {
	content: "";
}

.um .fa-bore-hole::before, .um-icon-within .fa-bore-hole::before {
	content: "";
}

.um .fa-industry::before, .um-icon-within .fa-industry::before {
	content: "";
}

.um .fa-circle-down::before, .um-icon-within .fa-circle-down::before {
	content: "";
}

.um .fa-arrow-alt-circle-down::before, .um-icon-within .fa-arrow-alt-circle-down::before {
	content: "";
}

.um .fa-arrows-turn-to-dots::before, .um-icon-within .fa-arrows-turn-to-dots::before {
	content: "";
}

.um .fa-florin-sign::before, .um-icon-within .fa-florin-sign::before {
	content: "";
}

.um .fa-arrow-down-short-wide::before, .um-icon-within .fa-arrow-down-short-wide::before {
	content: "";
}

.um .fa-sort-amount-desc::before, .um-icon-within .fa-sort-amount-desc::before {
	content: "";
}

.um .fa-sort-amount-down-alt::before, .um-icon-within .fa-sort-amount-down-alt::before {
	content: "";
}

.um .fa-less-than::before, .um-icon-within .fa-less-than::before {
	content: "<";
}

.um .fa-angle-down::before, .um-icon-within .fa-angle-down::before {
	content: "";
}

.um .fa-car-tunnel::before, .um-icon-within .fa-car-tunnel::before {
	content: "";
}

.um .fa-head-side-cough::before, .um-icon-within .fa-head-side-cough::before {
	content: "";
}

.um .fa-grip-lines::before, .um-icon-within .fa-grip-lines::before {
	content: "";
}

.um .fa-thumbs-down::before, .um-icon-within .fa-thumbs-down::before {
	content: "";
}

.um .fa-user-lock::before, .um-icon-within .fa-user-lock::before {
	content: "";
}

.um .fa-arrow-right-long::before, .um-icon-within .fa-arrow-right-long::before {
	content: "";
}

.um .fa-long-arrow-right::before, .um-icon-within .fa-long-arrow-right::before {
	content: "";
}

.um .fa-anchor-circle-xmark::before, .um-icon-within .fa-anchor-circle-xmark::before {
	content: "";
}

.um .fa-ellipsis::before, .um-icon-within .fa-ellipsis::before {
	content: "";
}

.um .fa-ellipsis-h::before, .um-icon-within .fa-ellipsis-h::before {
	content: "";
}

.um .fa-chess-pawn::before, .um-icon-within .fa-chess-pawn::before {
	content: "";
}

.um .fa-kit-medical::before, .um-icon-within .fa-kit-medical::before {
	content: "";
}

.um .fa-first-aid::before, .um-icon-within .fa-first-aid::before {
	content: "";
}

.um .fa-person-through-window::before, .um-icon-within .fa-person-through-window::before {
	content: "";
}

.um .fa-toolbox::before, .um-icon-within .fa-toolbox::before {
	content: "";
}

.um .fa-hands-holding-circle::before, .um-icon-within .fa-hands-holding-circle::before {
	content: "";
}

.um .fa-bug::before, .um-icon-within .fa-bug::before {
	content: "";
}

.um .fa-credit-card::before, .um-icon-within .fa-credit-card::before {
	content: "";
}

.um .fa-credit-card-alt::before, .um-icon-within .fa-credit-card-alt::before {
	content: "";
}

.um .fa-car::before, .um-icon-within .fa-car::before {
	content: "";
}

.um .fa-automobile::before, .um-icon-within .fa-automobile::before {
	content: "";
}

.um .fa-hand-holding-hand::before, .um-icon-within .fa-hand-holding-hand::before {
	content: "";
}

.um .fa-book-open-reader::before, .um-icon-within .fa-book-open-reader::before {
	content: "";
}

.um .fa-book-reader::before, .um-icon-within .fa-book-reader::before {
	content: "";
}

.um .fa-mountain-sun::before, .um-icon-within .fa-mountain-sun::before {
	content: "";
}

.um .fa-arrows-left-right-to-line::before, .um-icon-within .fa-arrows-left-right-to-line::before {
	content: "";
}

.um .fa-dice-d20::before, .um-icon-within .fa-dice-d20::before {
	content: "";
}

.um .fa-truck-droplet::before, .um-icon-within .fa-truck-droplet::before {
	content: "";
}

.um .fa-file-circle-xmark::before, .um-icon-within .fa-file-circle-xmark::before {
	content: "";
}

.um .fa-temperature-arrow-up::before, .um-icon-within .fa-temperature-arrow-up::before {
	content: "";
}

.um .fa-temperature-up::before, .um-icon-within .fa-temperature-up::before {
	content: "";
}

.um .fa-medal::before, .um-icon-within .fa-medal::before {
	content: "";
}

.um .fa-bed::before, .um-icon-within .fa-bed::before {
	content: "";
}

.um .fa-square-h::before, .um-icon-within .fa-square-h::before {
	content: "";
}

.um .fa-h-square::before, .um-icon-within .fa-h-square::before {
	content: "";
}

.um .fa-podcast::before, .um-icon-within .fa-podcast::before {
	content: "";
}

.um .fa-temperature-full::before, .um-icon-within .fa-temperature-full::before {
	content: "";
}

.um .fa-temperature-4::before, .um-icon-within .fa-temperature-4::before {
	content: "";
}

.um .fa-thermometer-4::before, .um-icon-within .fa-thermometer-4::before {
	content: "";
}

.um .fa-thermometer-full::before, .um-icon-within .fa-thermometer-full::before {
	content: "";
}

.um .fa-bell::before, .um-icon-within .fa-bell::before {
	content: "";
}

.um .fa-superscript::before, .um-icon-within .fa-superscript::before {
	content: "";
}

.um .fa-plug-circle-xmark::before, .um-icon-within .fa-plug-circle-xmark::before {
	content: "";
}

.um .fa-star-of-life::before, .um-icon-within .fa-star-of-life::before {
	content: "";
}

.um .fa-phone-slash::before, .um-icon-within .fa-phone-slash::before {
	content: "";
}

.um .fa-paint-roller::before, .um-icon-within .fa-paint-roller::before {
	content: "";
}

.um .fa-handshake-angle::before, .um-icon-within .fa-handshake-angle::before {
	content: "";
}

.um .fa-hands-helping::before, .um-icon-within .fa-hands-helping::before {
	content: "";
}

.um .fa-location-dot::before, .um-icon-within .fa-location-dot::before {
	content: "";
}

.um .fa-map-marker-alt::before, .um-icon-within .fa-map-marker-alt::before {
	content: "";
}

.um .fa-file::before, .um-icon-within .fa-file::before {
	content: "";
}

.um .fa-greater-than::before, .um-icon-within .fa-greater-than::before {
	content: ">";
}

.um .fa-person-swimming::before, .um-icon-within .fa-person-swimming::before {
	content: "";
}

.um .fa-swimmer::before, .um-icon-within .fa-swimmer::before {
	content: "";
}

.um .fa-arrow-down::before, .um-icon-within .fa-arrow-down::before {
	content: "";
}

.um .fa-droplet::before, .um-icon-within .fa-droplet::before {
	content: "";
}

.um .fa-tint::before, .um-icon-within .fa-tint::before {
	content: "";
}

.um .fa-eraser::before, .um-icon-within .fa-eraser::before {
	content: "";
}

.um .fa-earth-americas::before, .um-icon-within .fa-earth-americas::before {
	content: "";
}

.um .fa-earth::before, .um-icon-within .fa-earth::before {
	content: "";
}

.um .fa-earth-america::before, .um-icon-within .fa-earth-america::before {
	content: "";
}

.um .fa-globe-americas::before, .um-icon-within .fa-globe-americas::before {
	content: "";
}

.um .fa-person-burst::before, .um-icon-within .fa-person-burst::before {
	content: "";
}

.um .fa-dove::before, .um-icon-within .fa-dove::before {
	content: "";
}

.um .fa-battery-empty::before, .um-icon-within .fa-battery-empty::before {
	content: "";
}

.um .fa-battery-0::before, .um-icon-within .fa-battery-0::before {
	content: "";
}

.um .fa-socks::before, .um-icon-within .fa-socks::before {
	content: "";
}

.um .fa-inbox::before, .um-icon-within .fa-inbox::before {
	content: "";
}

.um .fa-section::before, .um-icon-within .fa-section::before {
	content: "";
}

.um .fa-gauge-high::before, .um-icon-within .fa-gauge-high::before {
	content: "";
}

.um .fa-tachometer-alt::before, .um-icon-within .fa-tachometer-alt::before {
	content: "";
}

.um .fa-tachometer-alt-fast::before, .um-icon-within .fa-tachometer-alt-fast::before {
	content: "";
}

.um .fa-envelope-open-text::before, .um-icon-within .fa-envelope-open-text::before {
	content: "";
}

.um .fa-hospital::before, .um-icon-within .fa-hospital::before {
	content: "";
}

.um .fa-hospital-alt::before, .um-icon-within .fa-hospital-alt::before {
	content: "";
}

.um .fa-hospital-wide::before, .um-icon-within .fa-hospital-wide::before {
	content: "";
}

.um .fa-wine-bottle::before, .um-icon-within .fa-wine-bottle::before {
	content: "";
}

.um .fa-chess-rook::before, .um-icon-within .fa-chess-rook::before {
	content: "";
}

.um .fa-bars-staggered::before, .um-icon-within .fa-bars-staggered::before {
	content: "";
}

.um .fa-reorder::before, .um-icon-within .fa-reorder::before {
	content: "";
}

.um .fa-stream::before, .um-icon-within .fa-stream::before {
	content: "";
}

.um .fa-dharmachakra::before, .um-icon-within .fa-dharmachakra::before {
	content: "";
}

.um .fa-hotdog::before, .um-icon-within .fa-hotdog::before {
	content: "";
}

.um .fa-person-walking-with-cane::before, .um-icon-within .fa-person-walking-with-cane::before {
	content: "";
}

.um .fa-blind::before, .um-icon-within .fa-blind::before {
	content: "";
}

.um .fa-drum::before, .um-icon-within .fa-drum::before {
	content: "";
}

.um .fa-ice-cream::before, .um-icon-within .fa-ice-cream::before {
	content: "";
}

.um .fa-heart-circle-bolt::before, .um-icon-within .fa-heart-circle-bolt::before {
	content: "";
}

.um .fa-fax::before, .um-icon-within .fa-fax::before {
	content: "";
}

.um .fa-paragraph::before, .um-icon-within .fa-paragraph::before {
	content: "";
}

.um .fa-check-to-slot::before, .um-icon-within .fa-check-to-slot::before {
	content: "";
}

.um .fa-vote-yea::before, .um-icon-within .fa-vote-yea::before {
	content: "";
}

.um .fa-star-half::before, .um-icon-within .fa-star-half::before {
	content: "";
}

.um .fa-boxes-stacked::before, .um-icon-within .fa-boxes-stacked::before {
	content: "";
}

.um .fa-boxes::before, .um-icon-within .fa-boxes::before {
	content: "";
}

.um .fa-boxes-alt::before, .um-icon-within .fa-boxes-alt::before {
	content: "";
}

.um .fa-link::before, .um-icon-within .fa-link::before {
	content: "";
}

.um .fa-chain::before, .um-icon-within .fa-chain::before {
	content: "";
}

.um .fa-ear-listen::before, .um-icon-within .fa-ear-listen::before {
	content: "";
}

.um .fa-assistive-listening-systems::before, .um-icon-within .fa-assistive-listening-systems::before {
	content: "";
}

.um .fa-tree-city::before, .um-icon-within .fa-tree-city::before {
	content: "";
}

.um .fa-play::before, .um-icon-within .fa-play::before {
	content: "";
}

.um .fa-font::before, .um-icon-within .fa-font::before {
	content: "";
}

.um .fa-table-cells-row-lock::before, .um-icon-within .fa-table-cells-row-lock::before {
	content: "";
}

.um .fa-rupiah-sign::before, .um-icon-within .fa-rupiah-sign::before {
	content: "";
}

.um .fa-magnifying-glass::before, .um-icon-within .fa-magnifying-glass::before {
	content: "";
}

.um .fa-search::before, .um-icon-within .fa-search::before {
	content: "";
}

.um .fa-table-tennis-paddle-ball::before, .um-icon-within .fa-table-tennis-paddle-ball::before {
	content: "";
}

.um .fa-ping-pong-paddle-ball::before, .um-icon-within .fa-ping-pong-paddle-ball::before {
	content: "";
}

.um .fa-table-tennis::before, .um-icon-within .fa-table-tennis::before {
	content: "";
}

.um .fa-person-dots-from-line::before, .um-icon-within .fa-person-dots-from-line::before {
	content: "";
}

.um .fa-diagnoses::before, .um-icon-within .fa-diagnoses::before {
	content: "";
}

.um .fa-trash-can-arrow-up::before, .um-icon-within .fa-trash-can-arrow-up::before {
	content: "";
}

.um .fa-trash-restore-alt::before, .um-icon-within .fa-trash-restore-alt::before {
	content: "";
}

.um .fa-naira-sign::before, .um-icon-within .fa-naira-sign::before {
	content: "";
}

.um .fa-cart-arrow-down::before, .um-icon-within .fa-cart-arrow-down::before {
	content: "";
}

.um .fa-walkie-talkie::before, .um-icon-within .fa-walkie-talkie::before {
	content: "";
}

.um .fa-file-pen::before, .um-icon-within .fa-file-pen::before {
	content: "";
}

.um .fa-file-edit::before, .um-icon-within .fa-file-edit::before {
	content: "";
}

.um .fa-receipt::before, .um-icon-within .fa-receipt::before {
	content: "";
}

.um .fa-square-pen::before, .um-icon-within .fa-square-pen::before {
	content: "";
}

.um .fa-pen-square::before, .um-icon-within .fa-pen-square::before {
	content: "";
}

.um .fa-pencil-square::before, .um-icon-within .fa-pencil-square::before {
	content: "";
}

.um .fa-suitcase-rolling::before, .um-icon-within .fa-suitcase-rolling::before {
	content: "";
}

.um .fa-person-circle-exclamation::before, .um-icon-within .fa-person-circle-exclamation::before {
	content: "";
}

.um .fa-chevron-down::before, .um-icon-within .fa-chevron-down::before {
	content: "";
}

.um .fa-battery-full::before, .um-icon-within .fa-battery-full::before {
	content: "";
}

.um .fa-battery::before, .um-icon-within .fa-battery::before {
	content: "";
}

.um .fa-battery-5::before, .um-icon-within .fa-battery-5::before {
	content: "";
}

.um .fa-skull-crossbones::before, .um-icon-within .fa-skull-crossbones::before {
	content: "";
}

.um .fa-code-compare::before, .um-icon-within .fa-code-compare::before {
	content: "";
}

.um .fa-list-ul::before, .um-icon-within .fa-list-ul::before {
	content: "";
}

.um .fa-list-dots::before, .um-icon-within .fa-list-dots::before {
	content: "";
}

.um .fa-school-lock::before, .um-icon-within .fa-school-lock::before {
	content: "";
}

.um .fa-tower-cell::before, .um-icon-within .fa-tower-cell::before {
	content: "";
}

.um .fa-down-long::before, .um-icon-within .fa-down-long::before {
	content: "";
}

.um .fa-long-arrow-alt-down::before, .um-icon-within .fa-long-arrow-alt-down::before {
	content: "";
}

.um .fa-ranking-star::before, .um-icon-within .fa-ranking-star::before {
	content: "";
}

.um .fa-chess-king::before, .um-icon-within .fa-chess-king::before {
	content: "";
}

.um .fa-person-harassing::before, .um-icon-within .fa-person-harassing::before {
	content: "";
}

.um .fa-brazilian-real-sign::before, .um-icon-within .fa-brazilian-real-sign::before {
	content: "";
}

.um .fa-landmark-dome::before, .um-icon-within .fa-landmark-dome::before {
	content: "";
}

.um .fa-landmark-alt::before, .um-icon-within .fa-landmark-alt::before {
	content: "";
}

.um .fa-arrow-up::before, .um-icon-within .fa-arrow-up::before {
	content: "";
}

.um .fa-tv::before, .um-icon-within .fa-tv::before {
	content: "";
}

.um .fa-television::before, .um-icon-within .fa-television::before {
	content: "";
}

.um .fa-tv-alt::before, .um-icon-within .fa-tv-alt::before {
	content: "";
}

.um .fa-shrimp::before, .um-icon-within .fa-shrimp::before {
	content: "";
}

.um .fa-list-check::before, .um-icon-within .fa-list-check::before {
	content: "";
}

.um .fa-tasks::before, .um-icon-within .fa-tasks::before {
	content: "";
}

.um .fa-jug-detergent::before, .um-icon-within .fa-jug-detergent::before {
	content: "";
}

.um .fa-circle-user::before, .um-icon-within .fa-circle-user::before {
	content: "";
}

.um .fa-user-circle::before, .um-icon-within .fa-user-circle::before {
	content: "";
}

.um .fa-user-shield::before, .um-icon-within .fa-user-shield::before {
	content: "";
}

.um .fa-wind::before, .um-icon-within .fa-wind::before {
	content: "";
}

.um .fa-car-burst::before, .um-icon-within .fa-car-burst::before {
	content: "";
}

.um .fa-car-crash::before, .um-icon-within .fa-car-crash::before {
	content: "";
}

.um .fa-y::before, .um-icon-within .fa-y::before {
	content: "Y";
}

.um .fa-person-snowboarding::before, .um-icon-within .fa-person-snowboarding::before {
	content: "";
}

.um .fa-snowboarding::before, .um-icon-within .fa-snowboarding::before {
	content: "";
}

.um .fa-truck-fast::before, .um-icon-within .fa-truck-fast::before {
	content: "";
}

.um .fa-shipping-fast::before, .um-icon-within .fa-shipping-fast::before {
	content: "";
}

.um .fa-fish::before, .um-icon-within .fa-fish::before {
	content: "";
}

.um .fa-user-graduate::before, .um-icon-within .fa-user-graduate::before {
	content: "";
}

.um .fa-circle-half-stroke::before, .um-icon-within .fa-circle-half-stroke::before {
	content: "";
}

.um .fa-adjust::before, .um-icon-within .fa-adjust::before {
	content: "";
}

.um .fa-clapperboard::before, .um-icon-within .fa-clapperboard::before {
	content: "";
}

.um .fa-circle-radiation::before, .um-icon-within .fa-circle-radiation::before {
	content: "";
}

.um .fa-radiation-alt::before, .um-icon-within .fa-radiation-alt::before {
	content: "";
}

.um .fa-baseball::before, .um-icon-within .fa-baseball::before {
	content: "";
}

.um .fa-baseball-ball::before, .um-icon-within .fa-baseball-ball::before {
	content: "";
}

.um .fa-jet-fighter-up::before, .um-icon-within .fa-jet-fighter-up::before {
	content: "";
}

.um .fa-diagram-project::before, .um-icon-within .fa-diagram-project::before {
	content: "";
}

.um .fa-project-diagram::before, .um-icon-within .fa-project-diagram::before {
	content: "";
}

.um .fa-copy::before, .um-icon-within .fa-copy::before {
	content: "";
}

.um .fa-volume-xmark::before, .um-icon-within .fa-volume-xmark::before {
	content: "";
}

.um .fa-volume-mute::before, .um-icon-within .fa-volume-mute::before {
	content: "";
}

.um .fa-volume-times::before, .um-icon-within .fa-volume-times::before {
	content: "";
}

.um .fa-hand-sparkles::before, .um-icon-within .fa-hand-sparkles::before {
	content: "";
}

.um .fa-grip::before, .um-icon-within .fa-grip::before {
	content: "";
}

.um .fa-grip-horizontal::before, .um-icon-within .fa-grip-horizontal::before {
	content: "";
}

.um .fa-share-from-square::before, .um-icon-within .fa-share-from-square::before {
	content: "";
}

.um .fa-share-square::before, .um-icon-within .fa-share-square::before {
	content: "";
}

.um .fa-child-combatant::before, .um-icon-within .fa-child-combatant::before {
	content: "";
}

.um .fa-child-rifle::before, .um-icon-within .fa-child-rifle::before {
	content: "";
}

.um .fa-gun::before, .um-icon-within .fa-gun::before {
	content: "";
}

.um .fa-square-phone::before, .um-icon-within .fa-square-phone::before {
	content: "";
}

.um .fa-phone-square::before, .um-icon-within .fa-phone-square::before {
	content: "";
}

.um .fa-plus::before, .um-icon-within .fa-plus::before {
	content: "+";
}

.um .fa-add::before, .um-icon-within .fa-add::before {
	content: "+";
}

.um .fa-expand::before, .um-icon-within .fa-expand::before {
	content: "";
}

.um .fa-computer::before, .um-icon-within .fa-computer::before {
	content: "";
}

.um .fa-xmark::before, .um-icon-within .fa-xmark::before {
	content: "";
}

.um .fa-close::before, .um-icon-within .fa-close::before {
	content: "";
}

.um .fa-multiply::before, .um-icon-within .fa-multiply::before {
	content: "";
}

.um .fa-remove::before, .um-icon-within .fa-remove::before {
	content: "";
}

.um .fa-times::before, .um-icon-within .fa-times::before {
	content: "";
}

.um .fa-arrows-up-down-left-right::before, .um-icon-within .fa-arrows-up-down-left-right::before {
	content: "";
}

.um .fa-arrows::before, .um-icon-within .fa-arrows::before {
	content: "";
}

.um .fa-chalkboard-user::before, .um-icon-within .fa-chalkboard-user::before {
	content: "";
}

.um .fa-chalkboard-teacher::before, .um-icon-within .fa-chalkboard-teacher::before {
	content: "";
}

.um .fa-peso-sign::before, .um-icon-within .fa-peso-sign::before {
	content: "";
}

.um .fa-building-shield::before, .um-icon-within .fa-building-shield::before {
	content: "";
}

.um .fa-baby::before, .um-icon-within .fa-baby::before {
	content: "";
}

.um .fa-users-line::before, .um-icon-within .fa-users-line::before {
	content: "";
}

.um .fa-quote-left::before, .um-icon-within .fa-quote-left::before {
	content: "";
}

.um .fa-quote-left-alt::before, .um-icon-within .fa-quote-left-alt::before {
	content: "";
}

.um .fa-tractor::before, .um-icon-within .fa-tractor::before {
	content: "";
}

.um .fa-trash-arrow-up::before, .um-icon-within .fa-trash-arrow-up::before {
	content: "";
}

.um .fa-trash-restore::before, .um-icon-within .fa-trash-restore::before {
	content: "";
}

.um .fa-arrow-down-up-lock::before, .um-icon-within .fa-arrow-down-up-lock::before {
	content: "";
}

.um .fa-lines-leaning::before, .um-icon-within .fa-lines-leaning::before {
	content: "";
}

.um .fa-ruler-combined::before, .um-icon-within .fa-ruler-combined::before {
	content: "";
}

.um .fa-copyright::before, .um-icon-within .fa-copyright::before {
	content: "";
}

.um .fa-equals::before, .um-icon-within .fa-equals::before {
	content: "=";
}

.um .fa-blender::before, .um-icon-within .fa-blender::before {
	content: "";
}

.um .fa-teeth::before, .um-icon-within .fa-teeth::before {
	content: "";
}

.um .fa-shekel-sign::before, .um-icon-within .fa-shekel-sign::before {
	content: "";
}

.um .fa-ils::before, .um-icon-within .fa-ils::before {
	content: "";
}

.um .fa-shekel::before, .um-icon-within .fa-shekel::before {
	content: "";
}

.um .fa-sheqel::before, .um-icon-within .fa-sheqel::before {
	content: "";
}

.um .fa-sheqel-sign::before, .um-icon-within .fa-sheqel-sign::before {
	content: "";
}

.um .fa-map::before, .um-icon-within .fa-map::before {
	content: "";
}

.um .fa-rocket::before, .um-icon-within .fa-rocket::before {
	content: "";
}

.um .fa-photo-film::before, .um-icon-within .fa-photo-film::before {
	content: "";
}

.um .fa-photo-video::before, .um-icon-within .fa-photo-video::before {
	content: "";
}

.um .fa-folder-minus::before, .um-icon-within .fa-folder-minus::before {
	content: "";
}

.um .fa-store::before, .um-icon-within .fa-store::before {
	content: "";
}

.um .fa-arrow-trend-up::before, .um-icon-within .fa-arrow-trend-up::before {
	content: "";
}

.um .fa-plug-circle-minus::before, .um-icon-within .fa-plug-circle-minus::before {
	content: "";
}

.um .fa-sign-hanging::before, .um-icon-within .fa-sign-hanging::before {
	content: "";
}

.um .fa-sign::before, .um-icon-within .fa-sign::before {
	content: "";
}

.um .fa-bezier-curve::before, .um-icon-within .fa-bezier-curve::before {
	content: "";
}

.um .fa-bell-slash::before, .um-icon-within .fa-bell-slash::before {
	content: "";
}

.um .fa-tablet::before, .um-icon-within .fa-tablet::before {
	content: "";
}

.um .fa-tablet-android::before, .um-icon-within .fa-tablet-android::before {
	content: "";
}

.um .fa-school-flag::before, .um-icon-within .fa-school-flag::before {
	content: "";
}

.um .fa-fill::before, .um-icon-within .fa-fill::before {
	content: "";
}

.um .fa-angle-up::before, .um-icon-within .fa-angle-up::before {
	content: "";
}

.um .fa-drumstick-bite::before, .um-icon-within .fa-drumstick-bite::before {
	content: "";
}

.um .fa-holly-berry::before, .um-icon-within .fa-holly-berry::before {
	content: "";
}

.um .fa-chevron-left::before, .um-icon-within .fa-chevron-left::before {
	content: "";
}

.um .fa-bacteria::before, .um-icon-within .fa-bacteria::before {
	content: "";
}

.um .fa-hand-lizard::before, .um-icon-within .fa-hand-lizard::before {
	content: "";
}

.um .fa-notdef::before, .um-icon-within .fa-notdef::before {
	content: "";
}

.um .fa-disease::before, .um-icon-within .fa-disease::before {
	content: "";
}

.um .fa-briefcase-medical::before, .um-icon-within .fa-briefcase-medical::before {
	content: "";
}

.um .fa-genderless::before, .um-icon-within .fa-genderless::before {
	content: "";
}

.um .fa-chevron-right::before, .um-icon-within .fa-chevron-right::before {
	content: "";
}

.um .fa-retweet::before, .um-icon-within .fa-retweet::before {
	content: "";
}

.um .fa-car-rear::before, .um-icon-within .fa-car-rear::before {
	content: "";
}

.um .fa-car-alt::before, .um-icon-within .fa-car-alt::before {
	content: "";
}

.um .fa-pump-soap::before, .um-icon-within .fa-pump-soap::before {
	content: "";
}

.um .fa-video-slash::before, .um-icon-within .fa-video-slash::before {
	content: "";
}

.um .fa-battery-quarter::before, .um-icon-within .fa-battery-quarter::before {
	content: "";
}

.um .fa-battery-2::before, .um-icon-within .fa-battery-2::before {
	content: "";
}

.um .fa-radio::before, .um-icon-within .fa-radio::before {
	content: "";
}

.um .fa-baby-carriage::before, .um-icon-within .fa-baby-carriage::before {
	content: "";
}

.um .fa-carriage-baby::before, .um-icon-within .fa-carriage-baby::before {
	content: "";
}

.um .fa-traffic-light::before, .um-icon-within .fa-traffic-light::before {
	content: "";
}

.um .fa-thermometer::before, .um-icon-within .fa-thermometer::before {
	content: "";
}

.um .fa-vr-cardboard::before, .um-icon-within .fa-vr-cardboard::before {
	content: "";
}

.um .fa-hand-middle-finger::before, .um-icon-within .fa-hand-middle-finger::before {
	content: "";
}

.um .fa-percent::before, .um-icon-within .fa-percent::before {
	content: "%";
}

.um .fa-percentage::before, .um-icon-within .fa-percentage::before {
	content: "%";
}

.um .fa-truck-moving::before, .um-icon-within .fa-truck-moving::before {
	content: "";
}

.um .fa-glass-water-droplet::before, .um-icon-within .fa-glass-water-droplet::before {
	content: "";
}

.um .fa-display::before, .um-icon-within .fa-display::before {
	content: "";
}

.um .fa-face-smile::before, .um-icon-within .fa-face-smile::before {
	content: "";
}

.um .fa-smile::before, .um-icon-within .fa-smile::before {
	content: "";
}

.um .fa-thumbtack::before, .um-icon-within .fa-thumbtack::before {
	content: "";
}

.um .fa-thumb-tack::before, .um-icon-within .fa-thumb-tack::before {
	content: "";
}

.um .fa-trophy::before, .um-icon-within .fa-trophy::before {
	content: "";
}

.um .fa-person-praying::before, .um-icon-within .fa-person-praying::before {
	content: "";
}

.um .fa-pray::before, .um-icon-within .fa-pray::before {
	content: "";
}

.um .fa-hammer::before, .um-icon-within .fa-hammer::before {
	content: "";
}

.um .fa-hand-peace::before, .um-icon-within .fa-hand-peace::before {
	content: "";
}

.um .fa-rotate::before, .um-icon-within .fa-rotate::before {
	content: "";
}

.um .fa-sync-alt::before, .um-icon-within .fa-sync-alt::before {
	content: "";
}

.um .fa-spinner::before, .um-icon-within .fa-spinner::before {
	content: "";
}

.um .fa-robot::before, .um-icon-within .fa-robot::before {
	content: "";
}

.um .fa-peace::before, .um-icon-within .fa-peace::before {
	content: "";
}

.um .fa-gears::before, .um-icon-within .fa-gears::before {
	content: "";
}

.um .fa-cogs::before, .um-icon-within .fa-cogs::before {
	content: "";
}

.um .fa-warehouse::before, .um-icon-within .fa-warehouse::before {
	content: "";
}

.um .fa-arrow-up-right-dots::before, .um-icon-within .fa-arrow-up-right-dots::before {
	content: "";
}

.um .fa-splotch::before, .um-icon-within .fa-splotch::before {
	content: "";
}

.um .fa-face-grin-hearts::before, .um-icon-within .fa-face-grin-hearts::before {
	content: "";
}

.um .fa-grin-hearts::before, .um-icon-within .fa-grin-hearts::before {
	content: "";
}

.um .fa-dice-four::before, .um-icon-within .fa-dice-four::before {
	content: "";
}

.um .fa-sim-card::before, .um-icon-within .fa-sim-card::before {
	content: "";
}

.um .fa-transgender::before, .um-icon-within .fa-transgender::before {
	content: "";
}

.um .fa-transgender-alt::before, .um-icon-within .fa-transgender-alt::before {
	content: "";
}

.um .fa-mercury::before, .um-icon-within .fa-mercury::before {
	content: "";
}

.um .fa-arrow-turn-down::before, .um-icon-within .fa-arrow-turn-down::before {
	content: "";
}

.um .fa-level-down::before, .um-icon-within .fa-level-down::before {
	content: "";
}

.um .fa-person-falling-burst::before, .um-icon-within .fa-person-falling-burst::before {
	content: "";
}

.um .fa-award::before, .um-icon-within .fa-award::before {
	content: "";
}

.um .fa-ticket-simple::before, .um-icon-within .fa-ticket-simple::before {
	content: "";
}

.um .fa-ticket-alt::before, .um-icon-within .fa-ticket-alt::before {
	content: "";
}

.um .fa-building::before, .um-icon-within .fa-building::before {
	content: "";
}

.um .fa-angles-left::before, .um-icon-within .fa-angles-left::before {
	content: "";
}

.um .fa-angle-double-left::before, .um-icon-within .fa-angle-double-left::before {
	content: "";
}

.um .fa-qrcode::before, .um-icon-within .fa-qrcode::before {
	content: "";
}

.um .fa-clock-rotate-left::before, .um-icon-within .fa-clock-rotate-left::before {
	content: "";
}

.um .fa-history::before, .um-icon-within .fa-history::before {
	content: "";
}

.um .fa-face-grin-beam-sweat::before, .um-icon-within .fa-face-grin-beam-sweat::before {
	content: "";
}

.um .fa-grin-beam-sweat::before, .um-icon-within .fa-grin-beam-sweat::before {
	content: "";
}

.um .fa-file-export::before, .um-icon-within .fa-file-export::before {
	content: "";
}

.um .fa-arrow-right-from-file::before, .um-icon-within .fa-arrow-right-from-file::before {
	content: "";
}

.um .fa-shield::before, .um-icon-within .fa-shield::before {
	content: "";
}

.um .fa-shield-blank::before, .um-icon-within .fa-shield-blank::before {
	content: "";
}

.um .fa-arrow-up-short-wide::before, .um-icon-within .fa-arrow-up-short-wide::before {
	content: "";
}

.um .fa-sort-amount-up-alt::before, .um-icon-within .fa-sort-amount-up-alt::before {
	content: "";
}

.um .fa-house-medical::before, .um-icon-within .fa-house-medical::before {
	content: "";
}

.um .fa-golf-ball-tee::before, .um-icon-within .fa-golf-ball-tee::before {
	content: "";
}

.um .fa-golf-ball::before, .um-icon-within .fa-golf-ball::before {
	content: "";
}

.um .fa-circle-chevron-left::before, .um-icon-within .fa-circle-chevron-left::before {
	content: "";
}

.um .fa-chevron-circle-left::before, .um-icon-within .fa-chevron-circle-left::before {
	content: "";
}

.um .fa-house-chimney-window::before, .um-icon-within .fa-house-chimney-window::before {
	content: "";
}

.um .fa-pen-nib::before, .um-icon-within .fa-pen-nib::before {
	content: "";
}

.um .fa-tent-arrow-turn-left::before, .um-icon-within .fa-tent-arrow-turn-left::before {
	content: "";
}

.um .fa-tents::before, .um-icon-within .fa-tents::before {
	content: "";
}

.um .fa-wand-magic::before, .um-icon-within .fa-wand-magic::before {
	content: "";
}

.um .fa-magic::before, .um-icon-within .fa-magic::before {
	content: "";
}

.um .fa-dog::before, .um-icon-within .fa-dog::before {
	content: "";
}

.um .fa-carrot::before, .um-icon-within .fa-carrot::before {
	content: "";
}

.um .fa-moon::before, .um-icon-within .fa-moon::before {
	content: "";
}

.um .fa-wine-glass-empty::before, .um-icon-within .fa-wine-glass-empty::before {
	content: "";
}

.um .fa-wine-glass-alt::before, .um-icon-within .fa-wine-glass-alt::before {
	content: "";
}

.um .fa-cheese::before, .um-icon-within .fa-cheese::before {
	content: "";
}

.um .fa-yin-yang::before, .um-icon-within .fa-yin-yang::before {
	content: "";
}

.um .fa-music::before, .um-icon-within .fa-music::before {
	content: "";
}

.um .fa-code-commit::before, .um-icon-within .fa-code-commit::before {
	content: "";
}

.um .fa-temperature-low::before, .um-icon-within .fa-temperature-low::before {
	content: "";
}

.um .fa-person-biking::before, .um-icon-within .fa-person-biking::before {
	content: "";
}

.um .fa-biking::before, .um-icon-within .fa-biking::before {
	content: "";
}

.um .fa-broom::before, .um-icon-within .fa-broom::before {
	content: "";
}

.um .fa-shield-heart::before, .um-icon-within .fa-shield-heart::before {
	content: "";
}

.um .fa-gopuram::before, .um-icon-within .fa-gopuram::before {
	content: "";
}

.um .fa-earth-oceania::before, .um-icon-within .fa-earth-oceania::before {
	content: "";
}

.um .fa-globe-oceania::before, .um-icon-within .fa-globe-oceania::before {
	content: "";
}

.um .fa-square-xmark::before, .um-icon-within .fa-square-xmark::before {
	content: "";
}

.um .fa-times-square::before, .um-icon-within .fa-times-square::before {
	content: "";
}

.um .fa-xmark-square::before, .um-icon-within .fa-xmark-square::before {
	content: "";
}

.um .fa-hashtag::before, .um-icon-within .fa-hashtag::before {
	content: "#";
}

.um .fa-up-right-and-down-left-from-center::before, .um-icon-within .fa-up-right-and-down-left-from-center::before {
	content: "";
}

.um .fa-expand-alt::before, .um-icon-within .fa-expand-alt::before {
	content: "";
}

.um .fa-oil-can::before, .um-icon-within .fa-oil-can::before {
	content: "";
}

.um .fa-t::before, .um-icon-within .fa-t::before {
	content: "T";
}

.um .fa-hippo::before, .um-icon-within .fa-hippo::before {
	content: "";
}

.um .fa-chart-column::before, .um-icon-within .fa-chart-column::before {
	content: "";
}

.um .fa-infinity::before, .um-icon-within .fa-infinity::before {
	content: "";
}

.um .fa-vial-circle-check::before, .um-icon-within .fa-vial-circle-check::before {
	content: "";
}

.um .fa-person-arrow-down-to-line::before, .um-icon-within .fa-person-arrow-down-to-line::before {
	content: "";
}

.um .fa-voicemail::before, .um-icon-within .fa-voicemail::before {
	content: "";
}

.um .fa-fan::before, .um-icon-within .fa-fan::before {
	content: "";
}

.um .fa-person-walking-luggage::before, .um-icon-within .fa-person-walking-luggage::before {
	content: "";
}

.um .fa-up-down::before, .um-icon-within .fa-up-down::before {
	content: "";
}

.um .fa-arrows-alt-v::before, .um-icon-within .fa-arrows-alt-v::before {
	content: "";
}

.um .fa-cloud-moon-rain::before, .um-icon-within .fa-cloud-moon-rain::before {
	content: "";
}

.um .fa-calendar::before, .um-icon-within .fa-calendar::before {
	content: "";
}

.um .fa-trailer::before, .um-icon-within .fa-trailer::before {
	content: "";
}

.um .fa-bahai::before, .um-icon-within .fa-bahai::before {
	content: "";
}

.um .fa-haykal::before, .um-icon-within .fa-haykal::before {
	content: "";
}

.um .fa-sd-card::before, .um-icon-within .fa-sd-card::before {
	content: "";
}

.um .fa-dragon::before, .um-icon-within .fa-dragon::before {
	content: "";
}

.um .fa-shoe-prints::before, .um-icon-within .fa-shoe-prints::before {
	content: "";
}

.um .fa-circle-plus::before, .um-icon-within .fa-circle-plus::before {
	content: "";
}

.um .fa-plus-circle::before, .um-icon-within .fa-plus-circle::before {
	content: "";
}

.um .fa-face-grin-tongue-wink::before, .um-icon-within .fa-face-grin-tongue-wink::before {
	content: "";
}

.um .fa-grin-tongue-wink::before, .um-icon-within .fa-grin-tongue-wink::before {
	content: "";
}

.um .fa-hand-holding::before, .um-icon-within .fa-hand-holding::before {
	content: "";
}

.um .fa-plug-circle-exclamation::before, .um-icon-within .fa-plug-circle-exclamation::before {
	content: "";
}

.um .fa-link-slash::before, .um-icon-within .fa-link-slash::before {
	content: "";
}

.um .fa-chain-broken::before, .um-icon-within .fa-chain-broken::before {
	content: "";
}

.um .fa-chain-slash::before, .um-icon-within .fa-chain-slash::before {
	content: "";
}

.um .fa-unlink::before, .um-icon-within .fa-unlink::before {
	content: "";
}

.um .fa-clone::before, .um-icon-within .fa-clone::before {
	content: "";
}

.um .fa-person-walking-arrow-loop-left::before, .um-icon-within .fa-person-walking-arrow-loop-left::before {
	content: "";
}

.um .fa-arrow-up-z-a::before, .um-icon-within .fa-arrow-up-z-a::before {
	content: "";
}

.um .fa-sort-alpha-up-alt::before, .um-icon-within .fa-sort-alpha-up-alt::before {
	content: "";
}

.um .fa-fire-flame-curved::before, .um-icon-within .fa-fire-flame-curved::before {
	content: "";
}

.um .fa-fire-alt::before, .um-icon-within .fa-fire-alt::before {
	content: "";
}

.um .fa-tornado::before, .um-icon-within .fa-tornado::before {
	content: "";
}

.um .fa-file-circle-plus::before, .um-icon-within .fa-file-circle-plus::before {
	content: "";
}

.um .fa-book-quran::before, .um-icon-within .fa-book-quran::before {
	content: "";
}

.um .fa-quran::before, .um-icon-within .fa-quran::before {
	content: "";
}

.um .fa-anchor::before, .um-icon-within .fa-anchor::before {
	content: "";
}

.um .fa-border-all::before, .um-icon-within .fa-border-all::before {
	content: "";
}

.um .fa-face-angry::before, .um-icon-within .fa-face-angry::before {
	content: "";
}

.um .fa-angry::before, .um-icon-within .fa-angry::before {
	content: "";
}

.um .fa-cookie-bite::before, .um-icon-within .fa-cookie-bite::before {
	content: "";
}

.um .fa-arrow-trend-down::before, .um-icon-within .fa-arrow-trend-down::before {
	content: "";
}

.um .fa-rss::before, .um-icon-within .fa-rss::before {
	content: "";
}

.um .fa-feed::before, .um-icon-within .fa-feed::before {
	content: "";
}

.um .fa-draw-polygon::before, .um-icon-within .fa-draw-polygon::before {
	content: "";
}

.um .fa-scale-balanced::before, .um-icon-within .fa-scale-balanced::before {
	content: "";
}

.um .fa-balance-scale::before, .um-icon-within .fa-balance-scale::before {
	content: "";
}

.um .fa-gauge-simple-high::before, .um-icon-within .fa-gauge-simple-high::before {
	content: "";
}

.um .fa-tachometer::before, .um-icon-within .fa-tachometer::before {
	content: "";
}

.um .fa-tachometer-fast::before, .um-icon-within .fa-tachometer-fast::before {
	content: "";
}

.um .fa-shower::before, .um-icon-within .fa-shower::before {
	content: "";
}

.um .fa-desktop::before, .um-icon-within .fa-desktop::before {
	content: "";
}

.um .fa-desktop-alt::before, .um-icon-within .fa-desktop-alt::before {
	content: "";
}

.um .fa-m::before, .um-icon-within .fa-m::before {
	content: "M";
}

.um .fa-table-list::before, .um-icon-within .fa-table-list::before {
	content: "";
}

.um .fa-th-list::before, .um-icon-within .fa-th-list::before {
	content: "";
}

.um .fa-comment-sms::before, .um-icon-within .fa-comment-sms::before {
	content: "";
}

.um .fa-sms::before, .um-icon-within .fa-sms::before {
	content: "";
}

.um .fa-book::before, .um-icon-within .fa-book::before {
	content: "";
}

.um .fa-user-plus::before, .um-icon-within .fa-user-plus::before {
	content: "";
}

.um .fa-check::before, .um-icon-within .fa-check::before {
	content: "";
}

.um .fa-battery-three-quarters::before, .um-icon-within .fa-battery-three-quarters::before {
	content: "";
}

.um .fa-battery-4::before, .um-icon-within .fa-battery-4::before {
	content: "";
}

.um .fa-house-circle-check::before, .um-icon-within .fa-house-circle-check::before {
	content: "";
}

.um .fa-angle-left::before, .um-icon-within .fa-angle-left::before {
	content: "";
}

.um .fa-diagram-successor::before, .um-icon-within .fa-diagram-successor::before {
	content: "";
}

.um .fa-truck-arrow-right::before, .um-icon-within .fa-truck-arrow-right::before {
	content: "";
}

.um .fa-arrows-split-up-and-left::before, .um-icon-within .fa-arrows-split-up-and-left::before {
	content: "";
}

.um .fa-hand-fist::before, .um-icon-within .fa-hand-fist::before {
	content: "";
}

.um .fa-fist-raised::before, .um-icon-within .fa-fist-raised::before {
	content: "";
}

.um .fa-cloud-moon::before, .um-icon-within .fa-cloud-moon::before {
	content: "";
}

.um .fa-briefcase::before, .um-icon-within .fa-briefcase::before {
	content: "";
}

.um .fa-person-falling::before, .um-icon-within .fa-person-falling::before {
	content: "";
}

.um .fa-image-portrait::before, .um-icon-within .fa-image-portrait::before {
	content: "";
}

.um .fa-portrait::before, .um-icon-within .fa-portrait::before {
	content: "";
}

.um .fa-user-tag::before, .um-icon-within .fa-user-tag::before {
	content: "";
}

.um .fa-rug::before, .um-icon-within .fa-rug::before {
	content: "";
}

.um .fa-earth-europe::before, .um-icon-within .fa-earth-europe::before {
	content: "";
}

.um .fa-globe-europe::before, .um-icon-within .fa-globe-europe::before {
	content: "";
}

.um .fa-cart-flatbed-suitcase::before, .um-icon-within .fa-cart-flatbed-suitcase::before {
	content: "";
}

.um .fa-luggage-cart::before, .um-icon-within .fa-luggage-cart::before {
	content: "";
}

.um .fa-rectangle-xmark::before, .um-icon-within .fa-rectangle-xmark::before {
	content: "";
}

.um .fa-rectangle-times::before, .um-icon-within .fa-rectangle-times::before {
	content: "";
}

.um .fa-times-rectangle::before, .um-icon-within .fa-times-rectangle::before {
	content: "";
}

.um .fa-window-close::before, .um-icon-within .fa-window-close::before {
	content: "";
}

.um .fa-baht-sign::before, .um-icon-within .fa-baht-sign::before {
	content: "";
}

.um .fa-book-open::before, .um-icon-within .fa-book-open::before {
	content: "";
}

.um .fa-book-journal-whills::before, .um-icon-within .fa-book-journal-whills::before {
	content: "";
}

.um .fa-journal-whills::before, .um-icon-within .fa-journal-whills::before {
	content: "";
}

.um .fa-handcuffs::before, .um-icon-within .fa-handcuffs::before {
	content: "";
}

.um .fa-triangle-exclamation::before, .um-icon-within .fa-triangle-exclamation::before {
	content: "";
}

.um .fa-exclamation-triangle::before, .um-icon-within .fa-exclamation-triangle::before {
	content: "";
}

.um .fa-warning::before, .um-icon-within .fa-warning::before {
	content: "";
}

.um .fa-database::before, .um-icon-within .fa-database::before {
	content: "";
}

.um .fa-share::before, .um-icon-within .fa-share::before {
	content: "";
}

.um .fa-mail-forward::before, .um-icon-within .fa-mail-forward::before {
	content: "";
}

.um .fa-bottle-droplet::before, .um-icon-within .fa-bottle-droplet::before {
	content: "";
}

.um .fa-mask-face::before, .um-icon-within .fa-mask-face::before {
	content: "";
}

.um .fa-hill-rockslide::before, .um-icon-within .fa-hill-rockslide::before {
	content: "";
}

.um .fa-right-left::before, .um-icon-within .fa-right-left::before {
	content: "";
}

.um .fa-exchange-alt::before, .um-icon-within .fa-exchange-alt::before {
	content: "";
}

.um .fa-paper-plane::before, .um-icon-within .fa-paper-plane::before {
	content: "";
}

.um .fa-road-circle-exclamation::before, .um-icon-within .fa-road-circle-exclamation::before {
	content: "";
}

.um .fa-dungeon::before, .um-icon-within .fa-dungeon::before {
	content: "";
}

.um .fa-align-right::before, .um-icon-within .fa-align-right::before {
	content: "";
}

.um .fa-money-bill-1-wave::before, .um-icon-within .fa-money-bill-1-wave::before {
	content: "";
}

.um .fa-money-bill-wave-alt::before, .um-icon-within .fa-money-bill-wave-alt::before {
	content: "";
}

.um .fa-life-ring::before, .um-icon-within .fa-life-ring::before {
	content: "";
}

.um .fa-hands::before, .um-icon-within .fa-hands::before {
	content: "";
}

.um .fa-sign-language::before, .um-icon-within .fa-sign-language::before {
	content: "";
}

.um .fa-signing::before, .um-icon-within .fa-signing::before {
	content: "";
}

.um .fa-calendar-day::before, .um-icon-within .fa-calendar-day::before {
	content: "";
}

.um .fa-water-ladder::before, .um-icon-within .fa-water-ladder::before {
	content: "";
}

.um .fa-ladder-water::before, .um-icon-within .fa-ladder-water::before {
	content: "";
}

.um .fa-swimming-pool::before, .um-icon-within .fa-swimming-pool::before {
	content: "";
}

.um .fa-arrows-up-down::before, .um-icon-within .fa-arrows-up-down::before {
	content: "";
}

.um .fa-arrows-v::before, .um-icon-within .fa-arrows-v::before {
	content: "";
}

.um .fa-face-grimace::before, .um-icon-within .fa-face-grimace::before {
	content: "";
}

.um .fa-grimace::before, .um-icon-within .fa-grimace::before {
	content: "";
}

.um .fa-wheelchair-move::before, .um-icon-within .fa-wheelchair-move::before {
	content: "";
}

.um .fa-wheelchair-alt::before, .um-icon-within .fa-wheelchair-alt::before {
	content: "";
}

.um .fa-turn-down::before, .um-icon-within .fa-turn-down::before {
	content: "";
}

.um .fa-level-down-alt::before, .um-icon-within .fa-level-down-alt::before {
	content: "";
}

.um .fa-person-walking-arrow-right::before, .um-icon-within .fa-person-walking-arrow-right::before {
	content: "";
}

.um .fa-square-envelope::before, .um-icon-within .fa-square-envelope::before {
	content: "";
}

.um .fa-envelope-square::before, .um-icon-within .fa-envelope-square::before {
	content: "";
}

.um .fa-dice::before, .um-icon-within .fa-dice::before {
	content: "";
}

.um .fa-bowling-ball::before, .um-icon-within .fa-bowling-ball::before {
	content: "";
}

.um .fa-brain::before, .um-icon-within .fa-brain::before {
	content: "";
}

.um .fa-bandage::before, .um-icon-within .fa-bandage::before {
	content: "";
}

.um .fa-band-aid::before, .um-icon-within .fa-band-aid::before {
	content: "";
}

.um .fa-calendar-minus::before, .um-icon-within .fa-calendar-minus::before {
	content: "";
}

.um .fa-circle-xmark::before, .um-icon-within .fa-circle-xmark::before {
	content: "";
}

.um .fa-times-circle::before, .um-icon-within .fa-times-circle::before {
	content: "";
}

.um .fa-xmark-circle::before, .um-icon-within .fa-xmark-circle::before {
	content: "";
}

.um .fa-gifts::before, .um-icon-within .fa-gifts::before {
	content: "";
}

.um .fa-hotel::before, .um-icon-within .fa-hotel::before {
	content: "";
}

.um .fa-earth-asia::before, .um-icon-within .fa-earth-asia::before {
	content: "";
}

.um .fa-globe-asia::before, .um-icon-within .fa-globe-asia::before {
	content: "";
}

.um .fa-id-card-clip::before, .um-icon-within .fa-id-card-clip::before {
	content: "";
}

.um .fa-id-card-alt::before, .um-icon-within .fa-id-card-alt::before {
	content: "";
}

.um .fa-magnifying-glass-plus::before, .um-icon-within .fa-magnifying-glass-plus::before {
	content: "";
}

.um .fa-search-plus::before, .um-icon-within .fa-search-plus::before {
	content: "";
}

.um .fa-thumbs-up::before, .um-icon-within .fa-thumbs-up::before {
	content: "";
}

.um .fa-user-clock::before, .um-icon-within .fa-user-clock::before {
	content: "";
}

.um .fa-hand-dots::before, .um-icon-within .fa-hand-dots::before {
	content: "";
}

.um .fa-allergies::before, .um-icon-within .fa-allergies::before {
	content: "";
}

.um .fa-file-invoice::before, .um-icon-within .fa-file-invoice::before {
	content: "";
}

.um .fa-window-minimize::before, .um-icon-within .fa-window-minimize::before {
	content: "";
}

.um .fa-mug-saucer::before, .um-icon-within .fa-mug-saucer::before {
	content: "";
}

.um .fa-coffee::before, .um-icon-within .fa-coffee::before {
	content: "";
}

.um .fa-brush::before, .um-icon-within .fa-brush::before {
	content: "";
}

.um .fa-mask::before, .um-icon-within .fa-mask::before {
	content: "";
}

.um .fa-magnifying-glass-minus::before, .um-icon-within .fa-magnifying-glass-minus::before {
	content: "";
}

.um .fa-search-minus::before, .um-icon-within .fa-search-minus::before {
	content: "";
}

.um .fa-ruler-vertical::before, .um-icon-within .fa-ruler-vertical::before {
	content: "";
}

.um .fa-user-large::before, .um-icon-within .fa-user-large::before {
	content: "";
}

.um .fa-user-alt::before, .um-icon-within .fa-user-alt::before {
	content: "";
}

.um .fa-train-tram::before, .um-icon-within .fa-train-tram::before {
	content: "";
}

.um .fa-user-nurse::before, .um-icon-within .fa-user-nurse::before {
	content: "";
}

.um .fa-syringe::before, .um-icon-within .fa-syringe::before {
	content: "";
}

.um .fa-cloud-sun::before, .um-icon-within .fa-cloud-sun::before {
	content: "";
}

.um .fa-stopwatch-20::before, .um-icon-within .fa-stopwatch-20::before {
	content: "";
}

.um .fa-square-full::before, .um-icon-within .fa-square-full::before {
	content: "";
}

.um .fa-magnet::before, .um-icon-within .fa-magnet::before {
	content: "";
}

.um .fa-jar::before, .um-icon-within .fa-jar::before {
	content: "";
}

.um .fa-note-sticky::before, .um-icon-within .fa-note-sticky::before {
	content: "";
}

.um .fa-sticky-note::before, .um-icon-within .fa-sticky-note::before {
	content: "";
}

.um .fa-bug-slash::before, .um-icon-within .fa-bug-slash::before {
	content: "";
}

.um .fa-arrow-up-from-water-pump::before, .um-icon-within .fa-arrow-up-from-water-pump::before {
	content: "";
}

.um .fa-bone::before, .um-icon-within .fa-bone::before {
	content: "";
}

.um .fa-user-injured::before, .um-icon-within .fa-user-injured::before {
	content: "";
}

.um .fa-face-sad-tear::before, .um-icon-within .fa-face-sad-tear::before {
	content: "";
}

.um .fa-sad-tear::before, .um-icon-within .fa-sad-tear::before {
	content: "";
}

.um .fa-plane::before, .um-icon-within .fa-plane::before {
	content: "";
}

.um .fa-tent-arrows-down::before, .um-icon-within .fa-tent-arrows-down::before {
	content: "";
}

.um .fa-exclamation::before, .um-icon-within .fa-exclamation::before {
	content: "!";
}

.um .fa-arrows-spin::before, .um-icon-within .fa-arrows-spin::before {
	content: "";
}

.um .fa-print::before, .um-icon-within .fa-print::before {
	content: "";
}

.um .fa-turkish-lira-sign::before, .um-icon-within .fa-turkish-lira-sign::before {
	content: "";
}

.um .fa-try::before, .um-icon-within .fa-try::before {
	content: "";
}

.um .fa-turkish-lira::before, .um-icon-within .fa-turkish-lira::before {
	content: "";
}

.um .fa-dollar-sign::before, .um-icon-within .fa-dollar-sign::before {
	content: "$";
}

.um .fa-dollar::before, .um-icon-within .fa-dollar::before {
	content: "$";
}

.um .fa-usd::before, .um-icon-within .fa-usd::before {
	content: "$";
}

.um .fa-x::before, .um-icon-within .fa-x::before {
	content: "X";
}

.um .fa-magnifying-glass-dollar::before, .um-icon-within .fa-magnifying-glass-dollar::before {
	content: "";
}

.um .fa-search-dollar::before, .um-icon-within .fa-search-dollar::before {
	content: "";
}

.um .fa-users-gear::before, .um-icon-within .fa-users-gear::before {
	content: "";
}

.um .fa-users-cog::before, .um-icon-within .fa-users-cog::before {
	content: "";
}

.um .fa-person-military-pointing::before, .um-icon-within .fa-person-military-pointing::before {
	content: "";
}

.um .fa-building-columns::before, .um-icon-within .fa-building-columns::before {
	content: "";
}

.um .fa-bank::before, .um-icon-within .fa-bank::before {
	content: "";
}

.um .fa-institution::before, .um-icon-within .fa-institution::before {
	content: "";
}

.um .fa-museum::before, .um-icon-within .fa-museum::before {
	content: "";
}

.um .fa-university::before, .um-icon-within .fa-university::before {
	content: "";
}

.um .fa-umbrella::before, .um-icon-within .fa-umbrella::before {
	content: "";
}

.um .fa-trowel::before, .um-icon-within .fa-trowel::before {
	content: "";
}

.um .fa-d::before, .um-icon-within .fa-d::before {
	content: "D";
}

.um .fa-stapler::before, .um-icon-within .fa-stapler::before {
	content: "";
}

.um .fa-masks-theater::before, .um-icon-within .fa-masks-theater::before {
	content: "";
}

.um .fa-theater-masks::before, .um-icon-within .fa-theater-masks::before {
	content: "";
}

.um .fa-kip-sign::before, .um-icon-within .fa-kip-sign::before {
	content: "";
}

.um .fa-hand-point-left::before, .um-icon-within .fa-hand-point-left::before {
	content: "";
}

.um .fa-handshake-simple::before, .um-icon-within .fa-handshake-simple::before {
	content: "";
}

.um .fa-handshake-alt::before, .um-icon-within .fa-handshake-alt::before {
	content: "";
}

.um .fa-jet-fighter::before, .um-icon-within .fa-jet-fighter::before {
	content: "";
}

.um .fa-fighter-jet::before, .um-icon-within .fa-fighter-jet::before {
	content: "";
}

.um .fa-square-share-nodes::before, .um-icon-within .fa-square-share-nodes::before {
	content: "";
}

.um .fa-share-alt-square::before, .um-icon-within .fa-share-alt-square::before {
	content: "";
}

.um .fa-barcode::before, .um-icon-within .fa-barcode::before {
	content: "";
}

.um .fa-plus-minus::before, .um-icon-within .fa-plus-minus::before {
	content: "";
}

.um .fa-video::before, .um-icon-within .fa-video::before {
	content: "";
}

.um .fa-video-camera::before, .um-icon-within .fa-video-camera::before {
	content: "";
}

.um .fa-graduation-cap::before, .um-icon-within .fa-graduation-cap::before {
	content: "";
}

.um .fa-mortar-board::before, .um-icon-within .fa-mortar-board::before {
	content: "";
}

.um .fa-hand-holding-medical::before, .um-icon-within .fa-hand-holding-medical::before {
	content: "";
}

.um .fa-person-circle-check::before, .um-icon-within .fa-person-circle-check::before {
	content: "";
}

.um .fa-turn-up::before, .um-icon-within .fa-turn-up::before {
	content: "";
}

.um .fa-level-up-alt::before, .um-icon-within .fa-level-up-alt::before {
	content: "";
}

.um .fa-sr-only, .um .sr-only, .um-icon-within .fa-sr-only, .um-icon-within .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.um .fa-sr-only-focusable:not(:focus), .um .sr-only-focusable:not(:focus), .um-icon-within .fa-sr-only-focusable:not(:focus), .um-icon-within .sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.um :host, .um :root, .um-icon-within :host, .um-icon-within :root {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.um .fa-brands, .um .fab, .um-icon-within .fa-brands, .um-icon-within .fab {
	font-weight: 400;
}

.um .fa-monero:before, .um-icon-within .fa-monero:before {
	content: "";
}

.um .fa-hooli:before, .um-icon-within .fa-hooli:before {
	content: "";
}

.um .fa-yelp:before, .um-icon-within .fa-yelp:before {
	content: "";
}

.um .fa-cc-visa:before, .um-icon-within .fa-cc-visa:before {
	content: "";
}

.um .fa-lastfm:before, .um-icon-within .fa-lastfm:before {
	content: "";
}

.um .fa-shopware:before, .um-icon-within .fa-shopware:before {
	content: "";
}

.um .fa-creative-commons-nc:before, .um-icon-within .fa-creative-commons-nc:before {
	content: "";
}

.um .fa-aws:before, .um-icon-within .fa-aws:before {
	content: "";
}

.um .fa-redhat:before, .um-icon-within .fa-redhat:before {
	content: "";
}

.um .fa-yoast:before, .um-icon-within .fa-yoast:before {
	content: "";
}

.um .fa-cloudflare:before, .um-icon-within .fa-cloudflare:before {
	content: "";
}

.um .fa-ups:before, .um-icon-within .fa-ups:before {
	content: "";
}

.um .fa-pixiv:before, .um-icon-within .fa-pixiv:before {
	content: "";
}

.um .fa-wpexplorer:before, .um-icon-within .fa-wpexplorer:before {
	content: "";
}

.um .fa-dyalog:before, .um-icon-within .fa-dyalog:before {
	content: "";
}

.um .fa-bity:before, .um-icon-within .fa-bity:before {
	content: "";
}

.um .fa-stackpath:before, .um-icon-within .fa-stackpath:before {
	content: "";
}

.um .fa-buysellads:before, .um-icon-within .fa-buysellads:before {
	content: "";
}

.um .fa-first-order:before, .um-icon-within .fa-first-order:before {
	content: "";
}

.um .fa-modx:before, .um-icon-within .fa-modx:before {
	content: "";
}

.um .fa-guilded:before, .um-icon-within .fa-guilded:before {
	content: "";
}

.um .fa-vnv:before, .um-icon-within .fa-vnv:before {
	content: "";
}

.um .fa-square-js:before, .um-icon-within .fa-square-js:before {
	content: "";
}

.um .fa-js-square:before, .um-icon-within .fa-js-square:before {
	content: "";
}

.um .fa-microsoft:before, .um-icon-within .fa-microsoft:before {
	content: "";
}

.um .fa-qq:before, .um-icon-within .fa-qq:before {
	content: "";
}

.um .fa-orcid:before, .um-icon-within .fa-orcid:before {
	content: "";
}

.um .fa-java:before, .um-icon-within .fa-java:before {
	content: "";
}

.um .fa-invision:before, .um-icon-within .fa-invision:before {
	content: "";
}

.um .fa-creative-commons-pd-alt:before, .um-icon-within .fa-creative-commons-pd-alt:before {
	content: "";
}

.um .fa-centercode:before, .um-icon-within .fa-centercode:before {
	content: "";
}

.um .fa-glide-g:before, .um-icon-within .fa-glide-g:before {
	content: "";
}

.um .fa-drupal:before, .um-icon-within .fa-drupal:before {
	content: "";
}

.um .fa-jxl:before, .um-icon-within .fa-jxl:before {
	content: "";
}

.um .fa-hire-a-helper:before, .um-icon-within .fa-hire-a-helper:before {
	content: "";
}

.um .fa-creative-commons-by:before, .um-icon-within .fa-creative-commons-by:before {
	content: "";
}

.um .fa-unity:before, .um-icon-within .fa-unity:before {
	content: "";
}

.um .fa-whmcs:before, .um-icon-within .fa-whmcs:before {
	content: "";
}

.um .fa-rocketchat:before, .um-icon-within .fa-rocketchat:before {
	content: "";
}

.um .fa-vk:before, .um-icon-within .fa-vk:before {
	content: "";
}

.um .fa-untappd:before, .um-icon-within .fa-untappd:before {
	content: "";
}

.um .fa-mailchimp:before, .um-icon-within .fa-mailchimp:before {
	content: "";
}

.um .fa-css3-alt:before, .um-icon-within .fa-css3-alt:before {
	content: "";
}

.um .fa-square-reddit:before, .um-icon-within .fa-square-reddit:before {
	content: "";
}

.um .fa-reddit-square:before, .um-icon-within .fa-reddit-square:before {
	content: "";
}

.um .fa-vimeo-v:before, .um-icon-within .fa-vimeo-v:before {
	content: "";
}

.um .fa-contao:before, .um-icon-within .fa-contao:before {
	content: "";
}

.um .fa-square-font-awesome:before, .um-icon-within .fa-square-font-awesome:before {
	content: "";
}

.um .fa-deskpro:before, .um-icon-within .fa-deskpro:before {
	content: "";
}

.um .fa-brave:before, .um-icon-within .fa-brave:before {
	content: "";
}

.um .fa-sistrix:before, .um-icon-within .fa-sistrix:before {
	content: "";
}

.um .fa-square-instagram:before, .um-icon-within .fa-square-instagram:before {
	content: "";
}

.um .fa-instagram-square:before, .um-icon-within .fa-instagram-square:before {
	content: "";
}

.um .fa-battle-net:before, .um-icon-within .fa-battle-net:before {
	content: "";
}

.um .fa-the-red-yeti:before, .um-icon-within .fa-the-red-yeti:before {
	content: "";
}

.um .fa-square-hacker-news:before, .um-icon-within .fa-square-hacker-news:before {
	content: "";
}

.um .fa-hacker-news-square:before, .um-icon-within .fa-hacker-news-square:before {
	content: "";
}

.um .fa-edge:before, .um-icon-within .fa-edge:before {
	content: "";
}

.um .fa-threads:before, .um-icon-within .fa-threads:before {
	content: "";
}

.um .fa-napster:before, .um-icon-within .fa-napster:before {
	content: "";
}

.um .fa-square-snapchat:before, .um-icon-within .fa-square-snapchat:before {
	content: "";
}

.um .fa-snapchat-square:before, .um-icon-within .fa-snapchat-square:before {
	content: "";
}

.um .fa-google-plus-g:before, .um-icon-within .fa-google-plus-g:before {
	content: "";
}

.um .fa-artstation:before, .um-icon-within .fa-artstation:before {
	content: "";
}

.um .fa-markdown:before, .um-icon-within .fa-markdown:before {
	content: "";
}

.um .fa-sourcetree:before, .um-icon-within .fa-sourcetree:before {
	content: "";
}

.um .fa-google-plus:before, .um-icon-within .fa-google-plus:before {
	content: "";
}

.um .fa-diaspora:before, .um-icon-within .fa-diaspora:before {
	content: "";
}

.um .fa-foursquare:before, .um-icon-within .fa-foursquare:before {
	content: "";
}

.um .fa-stack-overflow:before, .um-icon-within .fa-stack-overflow:before {
	content: "";
}

.um .fa-github-alt:before, .um-icon-within .fa-github-alt:before {
	content: "";
}

.um .fa-phoenix-squadron:before, .um-icon-within .fa-phoenix-squadron:before {
	content: "";
}

.um .fa-pagelines:before, .um-icon-within .fa-pagelines:before {
	content: "";
}

.um .fa-algolia:before, .um-icon-within .fa-algolia:before {
	content: "";
}

.um .fa-red-river:before, .um-icon-within .fa-red-river:before {
	content: "";
}

.um .fa-creative-commons-sa:before, .um-icon-within .fa-creative-commons-sa:before {
	content: "";
}

.um .fa-safari:before, .um-icon-within .fa-safari:before {
	content: "";
}

.um .fa-google:before, .um-icon-within .fa-google:before {
	content: "";
}

.um .fa-square-font-awesome-stroke:before, .um-icon-within .fa-square-font-awesome-stroke:before {
	content: "";
}

.um .fa-font-awesome-alt:before, .um-icon-within .fa-font-awesome-alt:before {
	content: "";
}

.um .fa-atlassian:before, .um-icon-within .fa-atlassian:before {
	content: "";
}

.um .fa-linkedin-in:before, .um-icon-within .fa-linkedin-in:before {
	content: "";
}

.um .fa-digital-ocean:before, .um-icon-within .fa-digital-ocean:before {
	content: "";
}

.um .fa-nimblr:before, .um-icon-within .fa-nimblr:before {
	content: "";
}

.um .fa-chromecast:before, .um-icon-within .fa-chromecast:before {
	content: "";
}

.um .fa-evernote:before, .um-icon-within .fa-evernote:before {
	content: "";
}

.um .fa-hacker-news:before, .um-icon-within .fa-hacker-news:before {
	content: "";
}

.um .fa-creative-commons-sampling:before, .um-icon-within .fa-creative-commons-sampling:before {
	content: "";
}

.um .fa-adversal:before, .um-icon-within .fa-adversal:before {
	content: "";
}

.um .fa-creative-commons:before, .um-icon-within .fa-creative-commons:before {
	content: "";
}

.um .fa-watchman-monitoring:before, .um-icon-within .fa-watchman-monitoring:before {
	content: "";
}

.um .fa-fonticons:before, .um-icon-within .fa-fonticons:before {
	content: "";
}

.um .fa-weixin:before, .um-icon-within .fa-weixin:before {
	content: "";
}

.um .fa-shirtsinbulk:before, .um-icon-within .fa-shirtsinbulk:before {
	content: "";
}

.um .fa-codepen:before, .um-icon-within .fa-codepen:before {
	content: "";
}

.um .fa-git-alt:before, .um-icon-within .fa-git-alt:before {
	content: "";
}

.um .fa-lyft:before, .um-icon-within .fa-lyft:before {
	content: "";
}

.um .fa-rev:before, .um-icon-within .fa-rev:before {
	content: "";
}

.um .fa-windows:before, .um-icon-within .fa-windows:before {
	content: "";
}

.um .fa-wizards-of-the-coast:before, .um-icon-within .fa-wizards-of-the-coast:before {
	content: "";
}

.um .fa-square-viadeo:before, .um-icon-within .fa-square-viadeo:before {
	content: "";
}

.um .fa-viadeo-square:before, .um-icon-within .fa-viadeo-square:before {
	content: "";
}

.um .fa-meetup:before, .um-icon-within .fa-meetup:before {
	content: "";
}

.um .fa-centos:before, .um-icon-within .fa-centos:before {
	content: "";
}

.um .fa-adn:before, .um-icon-within .fa-adn:before {
	content: "";
}

.um .fa-cloudsmith:before, .um-icon-within .fa-cloudsmith:before {
	content: "";
}

.um .fa-opensuse:before, .um-icon-within .fa-opensuse:before {
	content: "";
}

.um .fa-pied-piper-alt:before, .um-icon-within .fa-pied-piper-alt:before {
	content: "";
}

.um .fa-square-dribbble:before, .um-icon-within .fa-square-dribbble:before {
	content: "";
}

.um .fa-dribbble-square:before, .um-icon-within .fa-dribbble-square:before {
	content: "";
}

.um .fa-codiepie:before, .um-icon-within .fa-codiepie:before {
	content: "";
}

.um .fa-node:before, .um-icon-within .fa-node:before {
	content: "";
}

.um .fa-mix:before, .um-icon-within .fa-mix:before {
	content: "";
}

.um .fa-steam:before, .um-icon-within .fa-steam:before {
	content: "";
}

.um .fa-cc-apple-pay:before, .um-icon-within .fa-cc-apple-pay:before {
	content: "";
}

.um .fa-scribd:before, .um-icon-within .fa-scribd:before {
	content: "";
}

.um .fa-debian:before, .um-icon-within .fa-debian:before {
	content: "";
}

.um .fa-openid:before, .um-icon-within .fa-openid:before {
	content: "";
}

.um .fa-instalod:before, .um-icon-within .fa-instalod:before {
	content: "";
}

.um .fa-expeditedssl:before, .um-icon-within .fa-expeditedssl:before {
	content: "";
}

.um .fa-sellcast:before, .um-icon-within .fa-sellcast:before {
	content: "";
}

.um .fa-square-twitter:before, .um-icon-within .fa-square-twitter:before {
	content: "";
}

.um .fa-twitter-square:before, .um-icon-within .fa-twitter-square:before {
	content: "";
}

.um .fa-r-project:before, .um-icon-within .fa-r-project:before {
	content: "";
}

.um .fa-delicious:before, .um-icon-within .fa-delicious:before {
	content: "";
}

.um .fa-freebsd:before, .um-icon-within .fa-freebsd:before {
	content: "";
}

.um .fa-vuejs:before, .um-icon-within .fa-vuejs:before {
	content: "";
}

.um .fa-accusoft:before, .um-icon-within .fa-accusoft:before {
	content: "";
}

.um .fa-ioxhost:before, .um-icon-within .fa-ioxhost:before {
	content: "";
}

.um .fa-fonticons-fi:before, .um-icon-within .fa-fonticons-fi:before {
	content: "";
}

.um .fa-app-store:before, .um-icon-within .fa-app-store:before {
	content: "";
}

.um .fa-cc-mastercard:before, .um-icon-within .fa-cc-mastercard:before {
	content: "";
}

.um .fa-itunes-note:before, .um-icon-within .fa-itunes-note:before {
	content: "";
}

.um .fa-golang:before, .um-icon-within .fa-golang:before {
	content: "";
}

.um .fa-kickstarter:before, .um-icon-within .fa-kickstarter:before {
	content: "";
}

.um .fa-square-kickstarter:before, .um-icon-within .fa-square-kickstarter:before {
	content: "";
}

.um .fa-grav:before, .um-icon-within .fa-grav:before {
	content: "";
}

.um .fa-weibo:before, .um-icon-within .fa-weibo:before {
	content: "";
}

.um .fa-uncharted:before, .um-icon-within .fa-uncharted:before {
	content: "";
}

.um .fa-firstdraft:before, .um-icon-within .fa-firstdraft:before {
	content: "";
}

.um .fa-square-youtube:before, .um-icon-within .fa-square-youtube:before {
	content: "";
}

.um .fa-youtube-square:before, .um-icon-within .fa-youtube-square:before {
	content: "";
}

.um .fa-wikipedia-w:before, .um-icon-within .fa-wikipedia-w:before {
	content: "";
}

.um .fa-wpressr:before, .um-icon-within .fa-wpressr:before {
	content: "";
}

.um .fa-rendact:before, .um-icon-within .fa-rendact:before {
	content: "";
}

.um .fa-angellist:before, .um-icon-within .fa-angellist:before {
	content: "";
}

.um .fa-galactic-republic:before, .um-icon-within .fa-galactic-republic:before {
	content: "";
}

.um .fa-nfc-directional:before, .um-icon-within .fa-nfc-directional:before {
	content: "";
}

.um .fa-skype:before, .um-icon-within .fa-skype:before {
	content: "";
}

.um .fa-joget:before, .um-icon-within .fa-joget:before {
	content: "";
}

.um .fa-fedora:before, .um-icon-within .fa-fedora:before {
	content: "";
}

.um .fa-stripe-s:before, .um-icon-within .fa-stripe-s:before {
	content: "";
}

.um .fa-meta:before, .um-icon-within .fa-meta:before {
	content: "";
}

.um .fa-laravel:before, .um-icon-within .fa-laravel:before {
	content: "";
}

.um .fa-hotjar:before, .um-icon-within .fa-hotjar:before {
	content: "";
}

.um .fa-bluetooth-b:before, .um-icon-within .fa-bluetooth-b:before {
	content: "";
}

.um .fa-square-letterboxd:before, .um-icon-within .fa-square-letterboxd:before {
	content: "";
}

.um .fa-sticker-mule:before, .um-icon-within .fa-sticker-mule:before {
	content: "";
}

.um .fa-creative-commons-zero:before, .um-icon-within .fa-creative-commons-zero:before {
	content: "";
}

.um .fa-hips:before, .um-icon-within .fa-hips:before {
	content: "";
}

.um .fa-behance:before, .um-icon-within .fa-behance:before {
	content: "";
}

.um .fa-reddit:before, .um-icon-within .fa-reddit:before {
	content: "";
}

.um .fa-discord:before, .um-icon-within .fa-discord:before {
	content: "";
}

.um .fa-chrome:before, .um-icon-within .fa-chrome:before {
	content: "";
}

.um .fa-app-store-ios:before, .um-icon-within .fa-app-store-ios:before {
	content: "";
}

.um .fa-cc-discover:before, .um-icon-within .fa-cc-discover:before {
	content: "";
}

.um .fa-wpbeginner:before, .um-icon-within .fa-wpbeginner:before {
	content: "";
}

.um .fa-confluence:before, .um-icon-within .fa-confluence:before {
	content: "";
}

.um .fa-shoelace:before, .um-icon-within .fa-shoelace:before {
	content: "";
}

.um .fa-mdb:before, .um-icon-within .fa-mdb:before {
	content: "";
}

.um .fa-dochub:before, .um-icon-within .fa-dochub:before {
	content: "";
}

.um .fa-accessible-icon:before, .um-icon-within .fa-accessible-icon:before {
	content: "";
}

.um .fa-ebay:before, .um-icon-within .fa-ebay:before {
	content: "";
}

.um .fa-amazon:before, .um-icon-within .fa-amazon:before {
	content: "";
}

.um .fa-unsplash:before, .um-icon-within .fa-unsplash:before {
	content: "";
}

.um .fa-yarn:before, .um-icon-within .fa-yarn:before {
	content: "";
}

.um .fa-square-steam:before, .um-icon-within .fa-square-steam:before {
	content: "";
}

.um .fa-steam-square:before, .um-icon-within .fa-steam-square:before {
	content: "";
}

.um .fa-500px:before, .um-icon-within .fa-500px:before {
	content: "";
}

.um .fa-square-vimeo:before, .um-icon-within .fa-square-vimeo:before {
	content: "";
}

.um .fa-vimeo-square:before, .um-icon-within .fa-vimeo-square:before {
	content: "";
}

.um .fa-asymmetrik:before, .um-icon-within .fa-asymmetrik:before {
	content: "";
}

.um .fa-font-awesome:before, .um-icon-within .fa-font-awesome:before {
	content: "";
}

.um .fa-font-awesome-flag:before, .um-icon-within .fa-font-awesome-flag:before {
	content: "";
}

.um .fa-font-awesome-logo-full:before, .um-icon-within .fa-font-awesome-logo-full:before {
	content: "";
}

.um .fa-gratipay:before, .um-icon-within .fa-gratipay:before {
	content: "";
}

.um .fa-apple:before, .um-icon-within .fa-apple:before {
	content: "";
}

.um .fa-hive:before, .um-icon-within .fa-hive:before {
	content: "";
}

.um .fa-gitkraken:before, .um-icon-within .fa-gitkraken:before {
	content: "";
}

.um .fa-keybase:before, .um-icon-within .fa-keybase:before {
	content: "";
}

.um .fa-apple-pay:before, .um-icon-within .fa-apple-pay:before {
	content: "";
}

.um .fa-padlet:before, .um-icon-within .fa-padlet:before {
	content: "";
}

.um .fa-amazon-pay:before, .um-icon-within .fa-amazon-pay:before {
	content: "";
}

.um .fa-square-github:before, .um-icon-within .fa-square-github:before {
	content: "";
}

.um .fa-github-square:before, .um-icon-within .fa-github-square:before {
	content: "";
}

.um .fa-stumbleupon:before, .um-icon-within .fa-stumbleupon:before {
	content: "";
}

.um .fa-fedex:before, .um-icon-within .fa-fedex:before {
	content: "";
}

.um .fa-phoenix-framework:before, .um-icon-within .fa-phoenix-framework:before {
	content: "";
}

.um .fa-shopify:before, .um-icon-within .fa-shopify:before {
	content: "";
}

.um .fa-neos:before, .um-icon-within .fa-neos:before {
	content: "";
}

.um .fa-square-threads:before, .um-icon-within .fa-square-threads:before {
	content: "";
}

.um .fa-hackerrank:before, .um-icon-within .fa-hackerrank:before {
	content: "";
}

.um .fa-researchgate:before, .um-icon-within .fa-researchgate:before {
	content: "";
}

.um .fa-swift:before, .um-icon-within .fa-swift:before {
	content: "";
}

.um .fa-angular:before, .um-icon-within .fa-angular:before {
	content: "";
}

.um .fa-speakap:before, .um-icon-within .fa-speakap:before {
	content: "";
}

.um .fa-angrycreative:before, .um-icon-within .fa-angrycreative:before {
	content: "";
}

.um .fa-y-combinator:before, .um-icon-within .fa-y-combinator:before {
	content: "";
}

.um .fa-empire:before, .um-icon-within .fa-empire:before {
	content: "";
}

.um .fa-envira:before, .um-icon-within .fa-envira:before {
	content: "";
}

.um .fa-google-scholar:before, .um-icon-within .fa-google-scholar:before {
	content: "";
}

.um .fa-square-gitlab:before, .um-icon-within .fa-square-gitlab:before {
	content: "";
}

.um .fa-gitlab-square:before, .um-icon-within .fa-gitlab-square:before {
	content: "";
}

.um .fa-studiovinari:before, .um-icon-within .fa-studiovinari:before {
	content: "";
}

.um .fa-pied-piper:before, .um-icon-within .fa-pied-piper:before {
	content: "";
}

.um .fa-wordpress:before, .um-icon-within .fa-wordpress:before {
	content: "";
}

.um .fa-product-hunt:before, .um-icon-within .fa-product-hunt:before {
	content: "";
}

.um .fa-firefox:before, .um-icon-within .fa-firefox:before {
	content: "";
}

.um .fa-linode:before, .um-icon-within .fa-linode:before {
	content: "";
}

.um .fa-goodreads:before, .um-icon-within .fa-goodreads:before {
	content: "";
}

.um .fa-square-odnoklassniki:before, .um-icon-within .fa-square-odnoklassniki:before {
	content: "";
}

.um .fa-odnoklassniki-square:before, .um-icon-within .fa-odnoklassniki-square:before {
	content: "";
}

.um .fa-jsfiddle:before, .um-icon-within .fa-jsfiddle:before {
	content: "";
}

.um .fa-sith:before, .um-icon-within .fa-sith:before {
	content: "";
}

.um .fa-themeisle:before, .um-icon-within .fa-themeisle:before {
	content: "";
}

.um .fa-page4:before, .um-icon-within .fa-page4:before {
	content: "";
}

.um .fa-hashnode:before, .um-icon-within .fa-hashnode:before {
	content: "";
}

.um .fa-react:before, .um-icon-within .fa-react:before {
	content: "";
}

.um .fa-cc-paypal:before, .um-icon-within .fa-cc-paypal:before {
	content: "";
}

.um .fa-squarespace:before, .um-icon-within .fa-squarespace:before {
	content: "";
}

.um .fa-cc-stripe:before, .um-icon-within .fa-cc-stripe:before {
	content: "";
}

.um .fa-creative-commons-share:before, .um-icon-within .fa-creative-commons-share:before {
	content: "";
}

.um .fa-bitcoin:before, .um-icon-within .fa-bitcoin:before {
	content: "";
}

.um .fa-keycdn:before, .um-icon-within .fa-keycdn:before {
	content: "";
}

.um .fa-opera:before, .um-icon-within .fa-opera:before {
	content: "";
}

.um .fa-itch-io:before, .um-icon-within .fa-itch-io:before {
	content: "";
}

.um .fa-umbraco:before, .um-icon-within .fa-umbraco:before {
	content: "";
}

.um .fa-galactic-senate:before, .um-icon-within .fa-galactic-senate:before {
	content: "";
}

.um .fa-ubuntu:before, .um-icon-within .fa-ubuntu:before {
	content: "";
}

.um .fa-draft2digital:before, .um-icon-within .fa-draft2digital:before {
	content: "";
}

.um .fa-stripe:before, .um-icon-within .fa-stripe:before {
	content: "";
}

.um .fa-houzz:before, .um-icon-within .fa-houzz:before {
	content: "";
}

.um .fa-gg:before, .um-icon-within .fa-gg:before {
	content: "";
}

.um .fa-dhl:before, .um-icon-within .fa-dhl:before {
	content: "";
}

.um .fa-square-pinterest:before, .um-icon-within .fa-square-pinterest:before {
	content: "";
}

.um .fa-pinterest-square:before, .um-icon-within .fa-pinterest-square:before {
	content: "";
}

.um .fa-xing:before, .um-icon-within .fa-xing:before {
	content: "";
}

.um .fa-blackberry:before, .um-icon-within .fa-blackberry:before {
	content: "";
}

.um .fa-creative-commons-pd:before, .um-icon-within .fa-creative-commons-pd:before {
	content: "";
}

.um .fa-playstation:before, .um-icon-within .fa-playstation:before {
	content: "";
}

.um .fa-quinscape:before, .um-icon-within .fa-quinscape:before {
	content: "";
}

.um .fa-less:before, .um-icon-within .fa-less:before {
	content: "";
}

.um .fa-blogger-b:before, .um-icon-within .fa-blogger-b:before {
	content: "";
}

.um .fa-opencart:before, .um-icon-within .fa-opencart:before {
	content: "";
}

.um .fa-vine:before, .um-icon-within .fa-vine:before {
	content: "";
}

.um .fa-signal-messenger:before, .um-icon-within .fa-signal-messenger:before {
	content: "";
}

.um .fa-paypal:before, .um-icon-within .fa-paypal:before {
	content: "";
}

.um .fa-gitlab:before, .um-icon-within .fa-gitlab:before {
	content: "";
}

.um .fa-typo3:before, .um-icon-within .fa-typo3:before {
	content: "";
}

.um .fa-reddit-alien:before, .um-icon-within .fa-reddit-alien:before {
	content: "";
}

.um .fa-yahoo:before, .um-icon-within .fa-yahoo:before {
	content: "";
}

.um .fa-dailymotion:before, .um-icon-within .fa-dailymotion:before {
	content: "";
}

.um .fa-affiliatetheme:before, .um-icon-within .fa-affiliatetheme:before {
	content: "";
}

.um .fa-pied-piper-pp:before, .um-icon-within .fa-pied-piper-pp:before {
	content: "";
}

.um .fa-bootstrap:before, .um-icon-within .fa-bootstrap:before {
	content: "";
}

.um .fa-odnoklassniki:before, .um-icon-within .fa-odnoklassniki:before {
	content: "";
}

.um .fa-nfc-symbol:before, .um-icon-within .fa-nfc-symbol:before {
	content: "";
}

.um .fa-mintbit:before, .um-icon-within .fa-mintbit:before {
	content: "";
}

.um .fa-ethereum:before, .um-icon-within .fa-ethereum:before {
	content: "";
}

.um .fa-speaker-deck:before, .um-icon-within .fa-speaker-deck:before {
	content: "";
}

.um .fa-creative-commons-nc-eu:before, .um-icon-within .fa-creative-commons-nc-eu:before {
	content: "";
}

.um .fa-patreon:before, .um-icon-within .fa-patreon:before {
	content: "";
}

.um .fa-avianex:before, .um-icon-within .fa-avianex:before {
	content: "";
}

.um .fa-ello:before, .um-icon-within .fa-ello:before {
	content: "";
}

.um .fa-gofore:before, .um-icon-within .fa-gofore:before {
	content: "";
}

.um .fa-bimobject:before, .um-icon-within .fa-bimobject:before {
	content: "";
}

.um .fa-brave-reverse:before, .um-icon-within .fa-brave-reverse:before {
	content: "";
}

.um .fa-facebook-f:before, .um-icon-within .fa-facebook-f:before {
	content: "";
}

.um .fa-square-google-plus:before, .um-icon-within .fa-square-google-plus:before {
	content: "";
}

.um .fa-google-plus-square:before, .um-icon-within .fa-google-plus-square:before {
	content: "";
}

.um .fa-web-awesome:before, .um-icon-within .fa-web-awesome:before {
	content: "";
}

.um .fa-mandalorian:before, .um-icon-within .fa-mandalorian:before {
	content: "";
}

.um .fa-first-order-alt:before, .um-icon-within .fa-first-order-alt:before {
	content: "";
}

.um .fa-osi:before, .um-icon-within .fa-osi:before {
	content: "";
}

.um .fa-google-wallet:before, .um-icon-within .fa-google-wallet:before {
	content: "";
}

.um .fa-d-and-d-beyond:before, .um-icon-within .fa-d-and-d-beyond:before {
	content: "";
}

.um .fa-periscope:before, .um-icon-within .fa-periscope:before {
	content: "";
}

.um .fa-fulcrum:before, .um-icon-within .fa-fulcrum:before {
	content: "";
}

.um .fa-cloudscale:before, .um-icon-within .fa-cloudscale:before {
	content: "";
}

.um .fa-forumbee:before, .um-icon-within .fa-forumbee:before {
	content: "";
}

.um .fa-mizuni:before, .um-icon-within .fa-mizuni:before {
	content: "";
}

.um .fa-schlix:before, .um-icon-within .fa-schlix:before {
	content: "";
}

.um .fa-square-xing:before, .um-icon-within .fa-square-xing:before {
	content: "";
}

.um .fa-xing-square:before, .um-icon-within .fa-xing-square:before {
	content: "";
}

.um .fa-bandcamp:before, .um-icon-within .fa-bandcamp:before {
	content: "";
}

.um .fa-wpforms:before, .um-icon-within .fa-wpforms:before {
	content: "";
}

.um .fa-cloudversify:before, .um-icon-within .fa-cloudversify:before {
	content: "";
}

.um .fa-usps:before, .um-icon-within .fa-usps:before {
	content: "";
}

.um .fa-megaport:before, .um-icon-within .fa-megaport:before {
	content: "";
}

.um .fa-magento:before, .um-icon-within .fa-magento:before {
	content: "";
}

.um .fa-spotify:before, .um-icon-within .fa-spotify:before {
	content: "";
}

.um .fa-optin-monster:before, .um-icon-within .fa-optin-monster:before {
	content: "";
}

.um .fa-fly:before, .um-icon-within .fa-fly:before {
	content: "";
}

.um .fa-aviato:before, .um-icon-within .fa-aviato:before {
	content: "";
}

.um .fa-itunes:before, .um-icon-within .fa-itunes:before {
	content: "";
}

.um .fa-cuttlefish:before, .um-icon-within .fa-cuttlefish:before {
	content: "";
}

.um .fa-blogger:before, .um-icon-within .fa-blogger:before {
	content: "";
}

.um .fa-flickr:before, .um-icon-within .fa-flickr:before {
	content: "";
}

.um .fa-viber:before, .um-icon-within .fa-viber:before {
	content: "";
}

.um .fa-soundcloud:before, .um-icon-within .fa-soundcloud:before {
	content: "";
}

.um .fa-digg:before, .um-icon-within .fa-digg:before {
	content: "";
}

.um .fa-tencent-weibo:before, .um-icon-within .fa-tencent-weibo:before {
	content: "";
}

.um .fa-letterboxd:before, .um-icon-within .fa-letterboxd:before {
	content: "";
}

.um .fa-symfony:before, .um-icon-within .fa-symfony:before {
	content: "";
}

.um .fa-maxcdn:before, .um-icon-within .fa-maxcdn:before {
	content: "";
}

.um .fa-etsy:before, .um-icon-within .fa-etsy:before {
	content: "";
}

.um .fa-facebook-messenger:before, .um-icon-within .fa-facebook-messenger:before {
	content: "";
}

.um .fa-audible:before, .um-icon-within .fa-audible:before {
	content: "";
}

.um .fa-think-peaks:before, .um-icon-within .fa-think-peaks:before {
	content: "";
}

.um .fa-bilibili:before, .um-icon-within .fa-bilibili:before {
	content: "";
}

.um .fa-erlang:before, .um-icon-within .fa-erlang:before {
	content: "";
}

.um .fa-x-twitter:before, .um-icon-within .fa-x-twitter:before {
	content: "";
}

.um .fa-cotton-bureau:before, .um-icon-within .fa-cotton-bureau:before {
	content: "";
}

.um .fa-dashcube:before, .um-icon-within .fa-dashcube:before {
	content: "";
}

.um .fa-42-group:before, .um-icon-within .fa-42-group:before {
	content: "";
}

.um .fa-innosoft:before, .um-icon-within .fa-innosoft:before {
	content: "";
}

.um .fa-stack-exchange:before, .um-icon-within .fa-stack-exchange:before {
	content: "";
}

.um .fa-elementor:before, .um-icon-within .fa-elementor:before {
	content: "";
}

.um .fa-square-pied-piper:before, .um-icon-within .fa-square-pied-piper:before {
	content: "";
}

.um .fa-pied-piper-square:before, .um-icon-within .fa-pied-piper-square:before {
	content: "";
}

.um .fa-creative-commons-nd:before, .um-icon-within .fa-creative-commons-nd:before {
	content: "";
}

.um .fa-palfed:before, .um-icon-within .fa-palfed:before {
	content: "";
}

.um .fa-superpowers:before, .um-icon-within .fa-superpowers:before {
	content: "";
}

.um .fa-resolving:before, .um-icon-within .fa-resolving:before {
	content: "";
}

.um .fa-xbox:before, .um-icon-within .fa-xbox:before {
	content: "";
}

.um .fa-square-web-awesome-stroke:before, .um-icon-within .fa-square-web-awesome-stroke:before {
	content: "";
}

.um .fa-searchengin:before, .um-icon-within .fa-searchengin:before {
	content: "";
}

.um .fa-tiktok:before, .um-icon-within .fa-tiktok:before {
	content: "";
}

.um .fa-square-facebook:before, .um-icon-within .fa-square-facebook:before {
	content: "";
}

.um .fa-facebook-square:before, .um-icon-within .fa-facebook-square:before {
	content: "";
}

.um .fa-renren:before, .um-icon-within .fa-renren:before {
	content: "";
}

.um .fa-linux:before, .um-icon-within .fa-linux:before {
	content: "";
}

.um .fa-glide:before, .um-icon-within .fa-glide:before {
	content: "";
}

.um .fa-linkedin:before, .um-icon-within .fa-linkedin:before {
	content: "";
}

.um .fa-hubspot:before, .um-icon-within .fa-hubspot:before {
	content: "";
}

.um .fa-deploydog:before, .um-icon-within .fa-deploydog:before {
	content: "";
}

.um .fa-twitch:before, .um-icon-within .fa-twitch:before {
	content: "";
}

.um .fa-ravelry:before, .um-icon-within .fa-ravelry:before {
	content: "";
}

.um .fa-mixer:before, .um-icon-within .fa-mixer:before {
	content: "";
}

.um .fa-square-lastfm:before, .um-icon-within .fa-square-lastfm:before {
	content: "";
}

.um .fa-lastfm-square:before, .um-icon-within .fa-lastfm-square:before {
	content: "";
}

.um .fa-vimeo:before, .um-icon-within .fa-vimeo:before {
	content: "";
}

.um .fa-mendeley:before, .um-icon-within .fa-mendeley:before {
	content: "";
}

.um .fa-uniregistry:before, .um-icon-within .fa-uniregistry:before {
	content: "";
}

.um .fa-figma:before, .um-icon-within .fa-figma:before {
	content: "";
}

.um .fa-creative-commons-remix:before, .um-icon-within .fa-creative-commons-remix:before {
	content: "";
}

.um .fa-cc-amazon-pay:before, .um-icon-within .fa-cc-amazon-pay:before {
	content: "";
}

.um .fa-dropbox:before, .um-icon-within .fa-dropbox:before {
	content: "";
}

.um .fa-instagram:before, .um-icon-within .fa-instagram:before {
	content: "";
}

.um .fa-cmplid:before, .um-icon-within .fa-cmplid:before {
	content: "";
}

.um .fa-upwork:before, .um-icon-within .fa-upwork:before {
	content: "";
}

.um .fa-facebook:before, .um-icon-within .fa-facebook:before {
	content: "";
}

.um .fa-gripfire:before, .um-icon-within .fa-gripfire:before {
	content: "";
}

.um .fa-jedi-order:before, .um-icon-within .fa-jedi-order:before {
	content: "";
}

.um .fa-uikit:before, .um-icon-within .fa-uikit:before {
	content: "";
}

.um .fa-fort-awesome-alt:before, .um-icon-within .fa-fort-awesome-alt:before {
	content: "";
}

.um .fa-phabricator:before, .um-icon-within .fa-phabricator:before {
	content: "";
}

.um .fa-ussunnah:before, .um-icon-within .fa-ussunnah:before {
	content: "";
}

.um .fa-earlybirds:before, .um-icon-within .fa-earlybirds:before {
	content: "";
}

.um .fa-trade-federation:before, .um-icon-within .fa-trade-federation:before {
	content: "";
}

.um .fa-autoprefixer:before, .um-icon-within .fa-autoprefixer:before {
	content: "";
}

.um .fa-whatsapp:before, .um-icon-within .fa-whatsapp:before {
	content: "";
}

.um .fa-square-upwork:before, .um-icon-within .fa-square-upwork:before {
	content: "";
}

.um .fa-slideshare:before, .um-icon-within .fa-slideshare:before {
	content: "";
}

.um .fa-google-play:before, .um-icon-within .fa-google-play:before {
	content: "";
}

.um .fa-viadeo:before, .um-icon-within .fa-viadeo:before {
	content: "";
}

.um .fa-line:before, .um-icon-within .fa-line:before {
	content: "";
}

.um .fa-google-drive:before, .um-icon-within .fa-google-drive:before {
	content: "";
}

.um .fa-servicestack:before, .um-icon-within .fa-servicestack:before {
	content: "";
}

.um .fa-simplybuilt:before, .um-icon-within .fa-simplybuilt:before {
	content: "";
}

.um .fa-bitbucket:before, .um-icon-within .fa-bitbucket:before {
	content: "";
}

.um .fa-imdb:before, .um-icon-within .fa-imdb:before {
	content: "";
}

.um .fa-deezer:before, .um-icon-within .fa-deezer:before {
	content: "";
}

.um .fa-raspberry-pi:before, .um-icon-within .fa-raspberry-pi:before {
	content: "";
}

.um .fa-jira:before, .um-icon-within .fa-jira:before {
	content: "";
}

.um .fa-docker:before, .um-icon-within .fa-docker:before {
	content: "";
}

.um .fa-screenpal:before, .um-icon-within .fa-screenpal:before {
	content: "";
}

.um .fa-bluetooth:before, .um-icon-within .fa-bluetooth:before {
	content: "";
}

.um .fa-gitter:before, .um-icon-within .fa-gitter:before {
	content: "";
}

.um .fa-d-and-d:before, .um-icon-within .fa-d-and-d:before {
	content: "";
}

.um .fa-microblog:before, .um-icon-within .fa-microblog:before {
	content: "";
}

.um .fa-cc-diners-club:before, .um-icon-within .fa-cc-diners-club:before {
	content: "";
}

.um .fa-gg-circle:before, .um-icon-within .fa-gg-circle:before {
	content: "";
}

.um .fa-pied-piper-hat:before, .um-icon-within .fa-pied-piper-hat:before {
	content: "";
}

.um .fa-kickstarter-k:before, .um-icon-within .fa-kickstarter-k:before {
	content: "";
}

.um .fa-yandex:before, .um-icon-within .fa-yandex:before {
	content: "";
}

.um .fa-readme:before, .um-icon-within .fa-readme:before {
	content: "";
}

.um .fa-html5:before, .um-icon-within .fa-html5:before {
	content: "";
}

.um .fa-sellsy:before, .um-icon-within .fa-sellsy:before {
	content: "";
}

.um .fa-square-web-awesome:before, .um-icon-within .fa-square-web-awesome:before {
	content: "";
}

.um .fa-sass:before, .um-icon-within .fa-sass:before {
	content: "";
}

.um .fa-wirsindhandwerk:before, .um-icon-within .fa-wirsindhandwerk:before {
	content: "";
}

.um .fa-wsh:before, .um-icon-within .fa-wsh:before {
	content: "";
}

.um .fa-buromobelexperte:before, .um-icon-within .fa-buromobelexperte:before {
	content: "";
}

.um .fa-salesforce:before, .um-icon-within .fa-salesforce:before {
	content: "";
}

.um .fa-octopus-deploy:before, .um-icon-within .fa-octopus-deploy:before {
	content: "";
}

.um .fa-medapps:before, .um-icon-within .fa-medapps:before {
	content: "";
}

.um .fa-ns8:before, .um-icon-within .fa-ns8:before {
	content: "";
}

.um .fa-pinterest-p:before, .um-icon-within .fa-pinterest-p:before {
	content: "";
}

.um .fa-apper:before, .um-icon-within .fa-apper:before {
	content: "";
}

.um .fa-fort-awesome:before, .um-icon-within .fa-fort-awesome:before {
	content: "";
}

.um .fa-waze:before, .um-icon-within .fa-waze:before {
	content: "";
}

.um .fa-bluesky:before, .um-icon-within .fa-bluesky:before {
	content: "";
}

.um .fa-cc-jcb:before, .um-icon-within .fa-cc-jcb:before {
	content: "";
}

.um .fa-snapchat:before, .um-icon-within .fa-snapchat:before {
	content: "";
}

.um .fa-snapchat-ghost:before, .um-icon-within .fa-snapchat-ghost:before {
	content: "";
}

.um .fa-fantasy-flight-games:before, .um-icon-within .fa-fantasy-flight-games:before {
	content: "";
}

.um .fa-rust:before, .um-icon-within .fa-rust:before {
	content: "";
}

.um .fa-wix:before, .um-icon-within .fa-wix:before {
	content: "";
}

.um .fa-square-behance:before, .um-icon-within .fa-square-behance:before {
	content: "";
}

.um .fa-behance-square:before, .um-icon-within .fa-behance-square:before {
	content: "";
}

.um .fa-supple:before, .um-icon-within .fa-supple:before {
	content: "";
}

.um .fa-webflow:before, .um-icon-within .fa-webflow:before {
	content: "";
}

.um .fa-rebel:before, .um-icon-within .fa-rebel:before {
	content: "";
}

.um .fa-css3:before, .um-icon-within .fa-css3:before {
	content: "";
}

.um .fa-staylinked:before, .um-icon-within .fa-staylinked:before {
	content: "";
}

.um .fa-kaggle:before, .um-icon-within .fa-kaggle:before {
	content: "";
}

.um .fa-space-awesome:before, .um-icon-within .fa-space-awesome:before {
	content: "";
}

.um .fa-deviantart:before, .um-icon-within .fa-deviantart:before {
	content: "";
}

.um .fa-cpanel:before, .um-icon-within .fa-cpanel:before {
	content: "";
}

.um .fa-goodreads-g:before, .um-icon-within .fa-goodreads-g:before {
	content: "";
}

.um .fa-square-git:before, .um-icon-within .fa-square-git:before {
	content: "";
}

.um .fa-git-square:before, .um-icon-within .fa-git-square:before {
	content: "";
}

.um .fa-square-tumblr:before, .um-icon-within .fa-square-tumblr:before {
	content: "";
}

.um .fa-tumblr-square:before, .um-icon-within .fa-tumblr-square:before {
	content: "";
}

.um .fa-trello:before, .um-icon-within .fa-trello:before {
	content: "";
}

.um .fa-creative-commons-nc-jp:before, .um-icon-within .fa-creative-commons-nc-jp:before {
	content: "";
}

.um .fa-get-pocket:before, .um-icon-within .fa-get-pocket:before {
	content: "";
}

.um .fa-perbyte:before, .um-icon-within .fa-perbyte:before {
	content: "";
}

.um .fa-grunt:before, .um-icon-within .fa-grunt:before {
	content: "";
}

.um .fa-weebly:before, .um-icon-within .fa-weebly:before {
	content: "";
}

.um .fa-connectdevelop:before, .um-icon-within .fa-connectdevelop:before {
	content: "";
}

.um .fa-leanpub:before, .um-icon-within .fa-leanpub:before {
	content: "";
}

.um .fa-black-tie:before, .um-icon-within .fa-black-tie:before {
	content: "";
}

.um .fa-themeco:before, .um-icon-within .fa-themeco:before {
	content: "";
}

.um .fa-python:before, .um-icon-within .fa-python:before {
	content: "";
}

.um .fa-android:before, .um-icon-within .fa-android:before {
	content: "";
}

.um .fa-bots:before, .um-icon-within .fa-bots:before {
	content: "";
}

.um .fa-free-code-camp:before, .um-icon-within .fa-free-code-camp:before {
	content: "";
}

.um .fa-hornbill:before, .um-icon-within .fa-hornbill:before {
	content: "";
}

.um .fa-js:before, .um-icon-within .fa-js:before {
	content: "";
}

.um .fa-ideal:before, .um-icon-within .fa-ideal:before {
	content: "";
}

.um .fa-git:before, .um-icon-within .fa-git:before {
	content: "";
}

.um .fa-dev:before, .um-icon-within .fa-dev:before {
	content: "";
}

.um .fa-sketch:before, .um-icon-within .fa-sketch:before {
	content: "";
}

.um .fa-yandex-international:before, .um-icon-within .fa-yandex-international:before {
	content: "";
}

.um .fa-cc-amex:before, .um-icon-within .fa-cc-amex:before {
	content: "";
}

.um .fa-uber:before, .um-icon-within .fa-uber:before {
	content: "";
}

.um .fa-github:before, .um-icon-within .fa-github:before {
	content: "";
}

.um .fa-php:before, .um-icon-within .fa-php:before {
	content: "";
}

.um .fa-alipay:before, .um-icon-within .fa-alipay:before {
	content: "";
}

.um .fa-youtube:before, .um-icon-within .fa-youtube:before {
	content: "";
}

.um .fa-skyatlas:before, .um-icon-within .fa-skyatlas:before {
	content: "";
}

.um .fa-firefox-browser:before, .um-icon-within .fa-firefox-browser:before {
	content: "";
}

.um .fa-replyd:before, .um-icon-within .fa-replyd:before {
	content: "";
}

.um .fa-suse:before, .um-icon-within .fa-suse:before {
	content: "";
}

.um .fa-jenkins:before, .um-icon-within .fa-jenkins:before {
	content: "";
}

.um .fa-twitter:before, .um-icon-within .fa-twitter:before {
	content: "";
}

.um .fa-rockrms:before, .um-icon-within .fa-rockrms:before {
	content: "";
}

.um .fa-pinterest:before, .um-icon-within .fa-pinterest:before {
	content: "";
}

.um .fa-buffer:before, .um-icon-within .fa-buffer:before {
	content: "";
}

.um .fa-npm:before, .um-icon-within .fa-npm:before {
	content: "";
}

.um .fa-yammer:before, .um-icon-within .fa-yammer:before {
	content: "";
}

.um .fa-btc:before, .um-icon-within .fa-btc:before {
	content: "";
}

.um .fa-dribbble:before, .um-icon-within .fa-dribbble:before {
	content: "";
}

.um .fa-stumbleupon-circle:before, .um-icon-within .fa-stumbleupon-circle:before {
	content: "";
}

.um .fa-internet-explorer:before, .um-icon-within .fa-internet-explorer:before {
	content: "";
}

.um .fa-stubber:before, .um-icon-within .fa-stubber:before {
	content: "";
}

.um .fa-telegram:before, .um-icon-within .fa-telegram:before {
	content: "";
}

.um .fa-telegram-plane:before, .um-icon-within .fa-telegram-plane:before {
	content: "";
}

.um .fa-old-republic:before, .um-icon-within .fa-old-republic:before {
	content: "";
}

.um .fa-odysee:before, .um-icon-within .fa-odysee:before {
	content: "";
}

.um .fa-square-whatsapp:before, .um-icon-within .fa-square-whatsapp:before {
	content: "";
}

.um .fa-whatsapp-square:before, .um-icon-within .fa-whatsapp-square:before {
	content: "";
}

.um .fa-node-js:before, .um-icon-within .fa-node-js:before {
	content: "";
}

.um .fa-edge-legacy:before, .um-icon-within .fa-edge-legacy:before {
	content: "";
}

.um .fa-slack:before, .um-icon-within .fa-slack:before {
	content: "";
}

.um .fa-slack-hash:before, .um-icon-within .fa-slack-hash:before {
	content: "";
}

.um .fa-medrt:before, .um-icon-within .fa-medrt:before {
	content: "";
}

.um .fa-usb:before, .um-icon-within .fa-usb:before {
	content: "";
}

.um .fa-tumblr:before, .um-icon-within .fa-tumblr:before {
	content: "";
}

.um .fa-vaadin:before, .um-icon-within .fa-vaadin:before {
	content: "";
}

.um .fa-quora:before, .um-icon-within .fa-quora:before {
	content: "";
}

.um .fa-square-x-twitter:before, .um-icon-within .fa-square-x-twitter:before {
	content: "";
}

.um .fa-reacteurope:before, .um-icon-within .fa-reacteurope:before {
	content: "";
}

.um .fa-medium:before, .um-icon-within .fa-medium:before {
	content: "";
}

.um .fa-medium-m:before, .um-icon-within .fa-medium-m:before {
	content: "";
}

.um .fa-amilia:before, .um-icon-within .fa-amilia:before {
	content: "";
}

.um .fa-mixcloud:before, .um-icon-within .fa-mixcloud:before {
	content: "";
}

.um .fa-flipboard:before, .um-icon-within .fa-flipboard:before {
	content: "";
}

.um .fa-viacoin:before, .um-icon-within .fa-viacoin:before {
	content: "";
}

.um .fa-critical-role:before, .um-icon-within .fa-critical-role:before {
	content: "";
}

.um .fa-sitrox:before, .um-icon-within .fa-sitrox:before {
	content: "";
}

.um .fa-discourse:before, .um-icon-within .fa-discourse:before {
	content: "";
}

.um .fa-joomla:before, .um-icon-within .fa-joomla:before {
	content: "";
}

.um .fa-mastodon:before, .um-icon-within .fa-mastodon:before {
	content: "";
}

.um .fa-airbnb:before, .um-icon-within .fa-airbnb:before {
	content: "";
}

.um .fa-wolf-pack-battalion:before, .um-icon-within .fa-wolf-pack-battalion:before {
	content: "";
}

.um .fa-buy-n-large:before, .um-icon-within .fa-buy-n-large:before {
	content: "";
}

.um .fa-gulp:before, .um-icon-within .fa-gulp:before {
	content: "";
}

.um .fa-creative-commons-sampling-plus:before, .um-icon-within .fa-creative-commons-sampling-plus:before {
	content: "";
}

.um .fa-strava:before, .um-icon-within .fa-strava:before {
	content: "";
}

.um .fa-ember:before, .um-icon-within .fa-ember:before {
	content: "";
}

.um .fa-canadian-maple-leaf:before, .um-icon-within .fa-canadian-maple-leaf:before {
	content: "";
}

.um .fa-teamspeak:before, .um-icon-within .fa-teamspeak:before {
	content: "";
}

.um .fa-pushed:before, .um-icon-within .fa-pushed:before {
	content: "";
}

.um .fa-wordpress-simple:before, .um-icon-within .fa-wordpress-simple:before {
	content: "";
}

.um .fa-nutritionix:before, .um-icon-within .fa-nutritionix:before {
	content: "";
}

.um .fa-wodu:before, .um-icon-within .fa-wodu:before {
	content: "";
}

.um .fa-google-pay:before, .um-icon-within .fa-google-pay:before {
	content: "";
}

.um .fa-intercom:before, .um-icon-within .fa-intercom:before {
	content: "";
}

.um .fa-zhihu:before, .um-icon-within .fa-zhihu:before {
	content: "";
}

.um .fa-korvue:before, .um-icon-within .fa-korvue:before {
	content: "";
}

.um .fa-pix:before, .um-icon-within .fa-pix:before {
	content: "";
}

.um .fa-steam-symbol:before, .um-icon-within .fa-steam-symbol:before {
	content: "";
}

.um :host, .um :root, .um-icon-within :host, .um-icon-within :root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.um .fa-regular, .um .far, .um-icon-within .fa-regular, .um-icon-within .far {
	font-weight: 400;
}

.um :host, .um :root, .um-icon-within :host, .um-icon-within :root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.um .fa-solid, .um .fas, .um-icon-within .fa-solid, .um-icon-within .fas {
	font-weight: 900;
}

.um .fa.fa-glass:before, .um-icon-within .fa.fa-glass:before {
	content: "";
}

.um .fa.fa-envelope-o, .um-icon-within .fa.fa-envelope-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-envelope-o:before, .um-icon-within .fa.fa-envelope-o:before {
	content: "";
}

.um .fa.fa-star-o, .um-icon-within .fa.fa-star-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-star-o:before, .um-icon-within .fa.fa-star-o:before {
	content: "";
}

.um .fa.fa-remove:before, .um-icon-within .fa.fa-remove:before {
	content: "";
}

.um .fa.fa-close:before, .um-icon-within .fa.fa-close:before {
	content: "";
}

.um .fa.fa-gear:before, .um-icon-within .fa.fa-gear:before {
	content: "";
}

.um .fa.fa-trash-o, .um-icon-within .fa.fa-trash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-trash-o:before, .um-icon-within .fa.fa-trash-o:before {
	content: "";
}

.um .fa.fa-home:before, .um-icon-within .fa.fa-home:before {
	content: "";
}

.um .fa.fa-file-o, .um-icon-within .fa.fa-file-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-o:before, .um-icon-within .fa.fa-file-o:before {
	content: "";
}

.um .fa.fa-clock-o, .um-icon-within .fa.fa-clock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-clock-o:before, .um-icon-within .fa.fa-clock-o:before {
	content: "";
}

.um .fa.fa-arrow-circle-o-down, .um-icon-within .fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-arrow-circle-o-down:before, .um-icon-within .fa.fa-arrow-circle-o-down:before {
	content: "";
}

.um .fa.fa-arrow-circle-o-up, .um-icon-within .fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-arrow-circle-o-up:before, .um-icon-within .fa.fa-arrow-circle-o-up:before {
	content: "";
}

.um .fa.fa-play-circle-o, .um-icon-within .fa.fa-play-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-play-circle-o:before, .um-icon-within .fa.fa-play-circle-o:before {
	content: "";
}

.um .fa.fa-repeat:before, .um-icon-within .fa.fa-repeat:before {
	content: "";
}

.um .fa.fa-rotate-right:before, .um-icon-within .fa.fa-rotate-right:before {
	content: "";
}

.um .fa.fa-refresh:before, .um-icon-within .fa.fa-refresh:before {
	content: "";
}

.um .fa.fa-list-alt, .um-icon-within .fa.fa-list-alt {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-list-alt:before, .um-icon-within .fa.fa-list-alt:before {
	content: "";
}

.um .fa.fa-dedent:before, .um-icon-within .fa.fa-dedent:before {
	content: "";
}

.um .fa.fa-video-camera:before, .um-icon-within .fa.fa-video-camera:before {
	content: "";
}

.um .fa.fa-picture-o, .um-icon-within .fa.fa-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-picture-o:before, .um-icon-within .fa.fa-picture-o:before {
	content: "";
}

.um .fa.fa-photo, .um-icon-within .fa.fa-photo {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-photo:before, .um-icon-within .fa.fa-photo:before {
	content: "";
}

.um .fa.fa-image, .um-icon-within .fa.fa-image {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-image:before, .um-icon-within .fa.fa-image:before {
	content: "";
}

.um .fa.fa-map-marker:before, .um-icon-within .fa.fa-map-marker:before {
	content: "";
}

.um .fa.fa-pencil-square-o, .um-icon-within .fa.fa-pencil-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-pencil-square-o:before, .um-icon-within .fa.fa-pencil-square-o:before {
	content: "";
}

.um .fa.fa-edit, .um-icon-within .fa.fa-edit {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-edit:before, .um-icon-within .fa.fa-edit:before {
	content: "";
}

.um .fa.fa-share-square-o:before, .um-icon-within .fa.fa-share-square-o:before {
	content: "";
}

.um .fa.fa-check-square-o, .um-icon-within .fa.fa-check-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-check-square-o:before, .um-icon-within .fa.fa-check-square-o:before {
	content: "";
}

.um .fa.fa-arrows:before, .um-icon-within .fa.fa-arrows:before {
	content: "";
}

.um .fa.fa-times-circle-o, .um-icon-within .fa.fa-times-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-times-circle-o:before, .um-icon-within .fa.fa-times-circle-o:before {
	content: "";
}

.um .fa.fa-check-circle-o, .um-icon-within .fa.fa-check-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-check-circle-o:before, .um-icon-within .fa.fa-check-circle-o:before {
	content: "";
}

.um .fa.fa-mail-forward:before, .um-icon-within .fa.fa-mail-forward:before {
	content: "";
}

.um .fa.fa-expand:before, .um-icon-within .fa.fa-expand:before {
	content: "";
}

.um .fa.fa-compress:before, .um-icon-within .fa.fa-compress:before {
	content: "";
}

.um .fa.fa-eye, .um-icon-within .fa.fa-eye {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-eye-slash, .um-icon-within .fa.fa-eye-slash {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-warning:before, .um-icon-within .fa.fa-warning:before {
	content: "";
}

.um .fa.fa-calendar:before, .um-icon-within .fa.fa-calendar:before {
	content: "";
}

.um .fa.fa-arrows-v:before, .um-icon-within .fa.fa-arrows-v:before {
	content: "";
}

.um .fa.fa-arrows-h:before, .um-icon-within .fa.fa-arrows-h:before {
	content: "";
}

.um .fa.fa-bar-chart:before, .um-icon-within .fa.fa-bar-chart:before {
	content: "";
}

.um .fa.fa-bar-chart-o:before, .um-icon-within .fa.fa-bar-chart-o:before {
	content: "";
}

.um .fa.fa-twitter-square, .um-icon-within .fa.fa-twitter-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-twitter-square:before, .um-icon-within .fa.fa-twitter-square:before {
	content: "";
}

.um .fa.fa-facebook-square, .um-icon-within .fa.fa-facebook-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-facebook-square:before, .um-icon-within .fa.fa-facebook-square:before {
	content: "";
}

.um .fa.fa-gears:before, .um-icon-within .fa.fa-gears:before {
	content: "";
}

.um .fa.fa-thumbs-o-up, .um-icon-within .fa.fa-thumbs-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-thumbs-o-up:before, .um-icon-within .fa.fa-thumbs-o-up:before {
	content: "";
}

.um .fa.fa-thumbs-o-down, .um-icon-within .fa.fa-thumbs-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-thumbs-o-down:before, .um-icon-within .fa.fa-thumbs-o-down:before {
	content: "";
}

.um .fa.fa-heart-o, .um-icon-within .fa.fa-heart-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-heart-o:before, .um-icon-within .fa.fa-heart-o:before {
	content: "";
}

.um .fa.fa-sign-out:before, .um-icon-within .fa.fa-sign-out:before {
	content: "";
}

.um .fa.fa-linkedin-square, .um-icon-within .fa.fa-linkedin-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-linkedin-square:before, .um-icon-within .fa.fa-linkedin-square:before {
	content: "";
}

.um .fa.fa-thumb-tack:before, .um-icon-within .fa.fa-thumb-tack:before {
	content: "";
}

.um .fa.fa-external-link:before, .um-icon-within .fa.fa-external-link:before {
	content: "";
}

.um .fa.fa-sign-in:before, .um-icon-within .fa.fa-sign-in:before {
	content: "";
}

.um .fa.fa-github-square, .um-icon-within .fa.fa-github-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-github-square:before, .um-icon-within .fa.fa-github-square:before {
	content: "";
}

.um .fa.fa-lemon-o, .um-icon-within .fa.fa-lemon-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-lemon-o:before, .um-icon-within .fa.fa-lemon-o:before {
	content: "";
}

.um .fa.fa-square-o, .um-icon-within .fa.fa-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-square-o:before, .um-icon-within .fa.fa-square-o:before {
	content: "";
}

.um .fa.fa-bookmark-o, .um-icon-within .fa.fa-bookmark-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-bookmark-o:before, .um-icon-within .fa.fa-bookmark-o:before {
	content: "";
}

.um .fa.fa-twitter, .um-icon-within .fa.fa-twitter {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-facebook, .um-icon-within .fa.fa-facebook {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-facebook:before, .um-icon-within .fa.fa-facebook:before {
	content: "";
}

.um .fa.fa-facebook-f, .um-icon-within .fa.fa-facebook-f {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-facebook-f:before, .um-icon-within .fa.fa-facebook-f:before {
	content: "";
}

.um .fa.fa-github, .um-icon-within .fa.fa-github {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-credit-card, .um-icon-within .fa.fa-credit-card {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-feed:before, .um-icon-within .fa.fa-feed:before {
	content: "";
}

.um .fa.fa-hdd-o, .um-icon-within .fa.fa-hdd-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hdd-o:before, .um-icon-within .fa.fa-hdd-o:before {
	content: "";
}

.um .fa.fa-hand-o-right, .um-icon-within .fa.fa-hand-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-o-right:before, .um-icon-within .fa.fa-hand-o-right:before {
	content: "";
}

.um .fa.fa-hand-o-left, .um-icon-within .fa.fa-hand-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-o-left:before, .um-icon-within .fa.fa-hand-o-left:before {
	content: "";
}

.um .fa.fa-hand-o-up, .um-icon-within .fa.fa-hand-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-o-up:before, .um-icon-within .fa.fa-hand-o-up:before {
	content: "";
}

.um .fa.fa-hand-o-down, .um-icon-within .fa.fa-hand-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-o-down:before, .um-icon-within .fa.fa-hand-o-down:before {
	content: "";
}

.um .fa.fa-globe:before, .um-icon-within .fa.fa-globe:before {
	content: "";
}

.um .fa.fa-tasks:before, .um-icon-within .fa.fa-tasks:before {
	content: "";
}

.um .fa.fa-arrows-alt:before, .um-icon-within .fa.fa-arrows-alt:before {
	content: "";
}

.um .fa.fa-group:before, .um-icon-within .fa.fa-group:before {
	content: "";
}

.um .fa.fa-chain:before, .um-icon-within .fa.fa-chain:before {
	content: "";
}

.um .fa.fa-cut:before, .um-icon-within .fa.fa-cut:before {
	content: "";
}

.um .fa.fa-files-o, .um-icon-within .fa.fa-files-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-files-o:before, .um-icon-within .fa.fa-files-o:before {
	content: "";
}

.um .fa.fa-floppy-o, .um-icon-within .fa.fa-floppy-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-floppy-o:before, .um-icon-within .fa.fa-floppy-o:before {
	content: "";
}

.um .fa.fa-save, .um-icon-within .fa.fa-save {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-save:before, .um-icon-within .fa.fa-save:before {
	content: "";
}

.um .fa.fa-navicon:before, .um-icon-within .fa.fa-navicon:before {
	content: "";
}

.um .fa.fa-reorder:before, .um-icon-within .fa.fa-reorder:before {
	content: "";
}

.um .fa.fa-magic:before, .um-icon-within .fa.fa-magic:before {
	content: "";
}

.um .fa.fa-pinterest, .um-icon-within .fa.fa-pinterest {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-pinterest-square, .um-icon-within .fa.fa-pinterest-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-pinterest-square:before, .um-icon-within .fa.fa-pinterest-square:before {
	content: "";
}

.um .fa.fa-google-plus-square, .um-icon-within .fa.fa-google-plus-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-google-plus-square:before, .um-icon-within .fa.fa-google-plus-square:before {
	content: "";
}

.um .fa.fa-google-plus, .um-icon-within .fa.fa-google-plus {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-google-plus:before, .um-icon-within .fa.fa-google-plus:before {
	content: "";
}

.um .fa.fa-money:before, .um-icon-within .fa.fa-money:before {
	content: "";
}

.um .fa.fa-unsorted:before, .um-icon-within .fa.fa-unsorted:before {
	content: "";
}

.um .fa.fa-sort-desc:before, .um-icon-within .fa.fa-sort-desc:before {
	content: "";
}

.um .fa.fa-sort-asc:before, .um-icon-within .fa.fa-sort-asc:before {
	content: "";
}

.um .fa.fa-linkedin, .um-icon-within .fa.fa-linkedin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-linkedin:before, .um-icon-within .fa.fa-linkedin:before {
	content: "";
}

.um .fa.fa-rotate-left:before, .um-icon-within .fa.fa-rotate-left:before {
	content: "";
}

.um .fa.fa-legal:before, .um-icon-within .fa.fa-legal:before {
	content: "";
}

.um .fa.fa-tachometer:before, .um-icon-within .fa.fa-tachometer:before {
	content: "";
}

.um .fa.fa-dashboard:before, .um-icon-within .fa.fa-dashboard:before {
	content: "";
}

.um .fa.fa-comment-o, .um-icon-within .fa.fa-comment-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-comment-o:before, .um-icon-within .fa.fa-comment-o:before {
	content: "";
}

.um .fa.fa-comments-o, .um-icon-within .fa.fa-comments-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-comments-o:before, .um-icon-within .fa.fa-comments-o:before {
	content: "";
}

.um .fa.fa-flash:before, .um-icon-within .fa.fa-flash:before {
	content: "";
}

.um .fa.fa-clipboard:before, .um-icon-within .fa.fa-clipboard:before {
	content: "";
}

.um .fa.fa-lightbulb-o, .um-icon-within .fa.fa-lightbulb-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-lightbulb-o:before, .um-icon-within .fa.fa-lightbulb-o:before {
	content: "";
}

.um .fa.fa-exchange:before, .um-icon-within .fa.fa-exchange:before {
	content: "";
}

.um .fa.fa-cloud-download:before, .um-icon-within .fa.fa-cloud-download:before {
	content: "";
}

.um .fa.fa-cloud-upload:before, .um-icon-within .fa.fa-cloud-upload:before {
	content: "";
}

.um .fa.fa-bell-o, .um-icon-within .fa.fa-bell-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-bell-o:before, .um-icon-within .fa.fa-bell-o:before {
	content: "";
}

.um .fa.fa-cutlery:before, .um-icon-within .fa.fa-cutlery:before {
	content: "";
}

.um .fa.fa-file-text-o, .um-icon-within .fa.fa-file-text-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-text-o:before, .um-icon-within .fa.fa-file-text-o:before {
	content: "";
}

.um .fa.fa-building-o, .um-icon-within .fa.fa-building-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-building-o:before, .um-icon-within .fa.fa-building-o:before {
	content: "";
}

.um .fa.fa-hospital-o, .um-icon-within .fa.fa-hospital-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hospital-o:before, .um-icon-within .fa.fa-hospital-o:before {
	content: "";
}

.um .fa.fa-tablet:before, .um-icon-within .fa.fa-tablet:before {
	content: "";
}

.um .fa.fa-mobile:before, .um-icon-within .fa.fa-mobile:before {
	content: "";
}

.um .fa.fa-mobile-phone:before, .um-icon-within .fa.fa-mobile-phone:before {
	content: "";
}

.um .fa.fa-circle-o, .um-icon-within .fa.fa-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-circle-o:before, .um-icon-within .fa.fa-circle-o:before {
	content: "";
}

.um .fa.fa-mail-reply:before, .um-icon-within .fa.fa-mail-reply:before {
	content: "";
}

.um .fa.fa-github-alt, .um-icon-within .fa.fa-github-alt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-folder-o, .um-icon-within .fa.fa-folder-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-folder-o:before, .um-icon-within .fa.fa-folder-o:before {
	content: "";
}

.um .fa.fa-folder-open-o, .um-icon-within .fa.fa-folder-open-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-folder-open-o:before, .um-icon-within .fa.fa-folder-open-o:before {
	content: "";
}

.um .fa.fa-smile-o, .um-icon-within .fa.fa-smile-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-smile-o:before, .um-icon-within .fa.fa-smile-o:before {
	content: "";
}

.um .fa.fa-frown-o, .um-icon-within .fa.fa-frown-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-frown-o:before, .um-icon-within .fa.fa-frown-o:before {
	content: "";
}

.um .fa.fa-meh-o, .um-icon-within .fa.fa-meh-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-meh-o:before, .um-icon-within .fa.fa-meh-o:before {
	content: "";
}

.um .fa.fa-keyboard-o, .um-icon-within .fa.fa-keyboard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-keyboard-o:before, .um-icon-within .fa.fa-keyboard-o:before {
	content: "";
}

.um .fa.fa-flag-o, .um-icon-within .fa.fa-flag-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-flag-o:before, .um-icon-within .fa.fa-flag-o:before {
	content: "";
}

.um .fa.fa-mail-reply-all:before, .um-icon-within .fa.fa-mail-reply-all:before {
	content: "";
}

.um .fa.fa-star-half-o, .um-icon-within .fa.fa-star-half-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-star-half-o:before, .um-icon-within .fa.fa-star-half-o:before {
	content: "";
}

.um .fa.fa-star-half-empty, .um-icon-within .fa.fa-star-half-empty {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-star-half-empty:before, .um-icon-within .fa.fa-star-half-empty:before {
	content: "";
}

.um .fa.fa-star-half-full, .um-icon-within .fa.fa-star-half-full {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-star-half-full:before, .um-icon-within .fa.fa-star-half-full:before {
	content: "";
}

.um .fa.fa-code-fork:before, .um-icon-within .fa.fa-code-fork:before {
	content: "";
}

.um .fa.fa-chain-broken:before, .um-icon-within .fa.fa-chain-broken:before {
	content: "";
}

.um .fa.fa-unlink:before, .um-icon-within .fa.fa-unlink:before {
	content: "";
}

.um .fa.fa-calendar-o, .um-icon-within .fa.fa-calendar-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-calendar-o:before, .um-icon-within .fa.fa-calendar-o:before {
	content: "";
}

.um .fa.fa-maxcdn, .um-icon-within .fa.fa-maxcdn {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-html5, .um-icon-within .fa.fa-html5 {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-css3, .um-icon-within .fa.fa-css3 {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-unlock-alt:before, .um-icon-within .fa.fa-unlock-alt:before {
	content: "";
}

.um .fa.fa-minus-square-o, .um-icon-within .fa.fa-minus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-minus-square-o:before, .um-icon-within .fa.fa-minus-square-o:before {
	content: "";
}

.um .fa.fa-level-up:before, .um-icon-within .fa.fa-level-up:before {
	content: "";
}

.um .fa.fa-level-down:before, .um-icon-within .fa.fa-level-down:before {
	content: "";
}

.um .fa.fa-pencil-square:before, .um-icon-within .fa.fa-pencil-square:before {
	content: "";
}

.um .fa.fa-external-link-square:before, .um-icon-within .fa.fa-external-link-square:before {
	content: "";
}

.um .fa.fa-compass, .um-icon-within .fa.fa-compass {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-caret-square-o-down, .um-icon-within .fa.fa-caret-square-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-caret-square-o-down:before, .um-icon-within .fa.fa-caret-square-o-down:before {
	content: "";
}

.um .fa.fa-toggle-down, .um-icon-within .fa.fa-toggle-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-toggle-down:before, .um-icon-within .fa.fa-toggle-down:before {
	content: "";
}

.um .fa.fa-caret-square-o-up, .um-icon-within .fa.fa-caret-square-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-caret-square-o-up:before, .um-icon-within .fa.fa-caret-square-o-up:before {
	content: "";
}

.um .fa.fa-toggle-up, .um-icon-within .fa.fa-toggle-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-toggle-up:before, .um-icon-within .fa.fa-toggle-up:before {
	content: "";
}

.um .fa.fa-caret-square-o-right, .um-icon-within .fa.fa-caret-square-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-caret-square-o-right:before, .um-icon-within .fa.fa-caret-square-o-right:before {
	content: "";
}

.um .fa.fa-toggle-right, .um-icon-within .fa.fa-toggle-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-toggle-right:before, .um-icon-within .fa.fa-toggle-right:before {
	content: "";
}

.um .fa.fa-eur:before, .um-icon-within .fa.fa-eur:before {
	content: "";
}

.um .fa.fa-euro:before, .um-icon-within .fa.fa-euro:before {
	content: "";
}

.um .fa.fa-gbp:before, .um-icon-within .fa.fa-gbp:before {
	content: "";
}

.um .fa.fa-usd:before, .um-icon-within .fa.fa-usd:before {
	content: "$";
}

.um .fa.fa-dollar:before, .um-icon-within .fa.fa-dollar:before {
	content: "$";
}

.um .fa.fa-inr:before, .um-icon-within .fa.fa-inr:before {
	content: "";
}

.um .fa.fa-rupee:before, .um-icon-within .fa.fa-rupee:before {
	content: "";
}

.um .fa.fa-jpy:before, .um-icon-within .fa.fa-jpy:before {
	content: "";
}

.um .fa.fa-cny:before, .um-icon-within .fa.fa-cny:before {
	content: "";
}

.um .fa.fa-rmb:before, .um-icon-within .fa.fa-rmb:before {
	content: "";
}

.um .fa.fa-yen:before, .um-icon-within .fa.fa-yen:before {
	content: "";
}

.um .fa.fa-rub:before, .um-icon-within .fa.fa-rub:before {
	content: "";
}

.um .fa.fa-ruble:before, .um-icon-within .fa.fa-ruble:before {
	content: "";
}

.um .fa.fa-rouble:before, .um-icon-within .fa.fa-rouble:before {
	content: "";
}

.um .fa.fa-krw:before, .um-icon-within .fa.fa-krw:before {
	content: "";
}

.um .fa.fa-won:before, .um-icon-within .fa.fa-won:before {
	content: "";
}

.um .fa.fa-btc, .um-icon-within .fa.fa-btc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-bitcoin, .um-icon-within .fa.fa-bitcoin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-bitcoin:before, .um-icon-within .fa.fa-bitcoin:before {
	content: "";
}

.um .fa.fa-file-text:before, .um-icon-within .fa.fa-file-text:before {
	content: "";
}

.um .fa.fa-sort-alpha-asc:before, .um-icon-within .fa.fa-sort-alpha-asc:before {
	content: "";
}

.um .fa.fa-sort-alpha-desc:before, .um-icon-within .fa.fa-sort-alpha-desc:before {
	content: "";
}

.um .fa.fa-sort-amount-asc:before, .um-icon-within .fa.fa-sort-amount-asc:before {
	content: "";
}

.um .fa.fa-sort-amount-desc:before, .um-icon-within .fa.fa-sort-amount-desc:before {
	content: "";
}

.um .fa.fa-sort-numeric-asc:before, .um-icon-within .fa.fa-sort-numeric-asc:before {
	content: "";
}

.um .fa.fa-sort-numeric-desc:before, .um-icon-within .fa.fa-sort-numeric-desc:before {
	content: "";
}

.um .fa.fa-youtube-square, .um-icon-within .fa.fa-youtube-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-youtube-square:before, .um-icon-within .fa.fa-youtube-square:before {
	content: "";
}

.um .fa.fa-youtube, .um-icon-within .fa.fa-youtube {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-xing, .um-icon-within .fa.fa-xing {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-xing-square, .um-icon-within .fa.fa-xing-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-xing-square:before, .um-icon-within .fa.fa-xing-square:before {
	content: "";
}

.um .fa.fa-youtube-play, .um-icon-within .fa.fa-youtube-play {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-youtube-play:before, .um-icon-within .fa.fa-youtube-play:before {
	content: "";
}

.um .fa.fa-dropbox, .um-icon-within .fa.fa-dropbox {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-stack-overflow, .um-icon-within .fa.fa-stack-overflow {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-instagram, .um-icon-within .fa.fa-instagram {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-flickr, .um-icon-within .fa.fa-flickr {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-adn, .um-icon-within .fa.fa-adn {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-bitbucket, .um-icon-within .fa.fa-bitbucket {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-bitbucket-square, .um-icon-within .fa.fa-bitbucket-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-bitbucket-square:before, .um-icon-within .fa.fa-bitbucket-square:before {
	content: "";
}

.um .fa.fa-tumblr, .um-icon-within .fa.fa-tumblr {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-tumblr-square, .um-icon-within .fa.fa-tumblr-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-tumblr-square:before, .um-icon-within .fa.fa-tumblr-square:before {
	content: "";
}

.um .fa.fa-long-arrow-down:before, .um-icon-within .fa.fa-long-arrow-down:before {
	content: "";
}

.um .fa.fa-long-arrow-up:before, .um-icon-within .fa.fa-long-arrow-up:before {
	content: "";
}

.um .fa.fa-long-arrow-left:before, .um-icon-within .fa.fa-long-arrow-left:before {
	content: "";
}

.um .fa.fa-long-arrow-right:before, .um-icon-within .fa.fa-long-arrow-right:before {
	content: "";
}

.um .fa.fa-apple, .um-icon-within .fa.fa-apple {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-windows, .um-icon-within .fa.fa-windows {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-android, .um-icon-within .fa.fa-android {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-linux, .um-icon-within .fa.fa-linux {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-dribbble, .um-icon-within .fa.fa-dribbble {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-skype, .um-icon-within .fa.fa-skype {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-foursquare, .um-icon-within .fa.fa-foursquare {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-trello, .um-icon-within .fa.fa-trello {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-gratipay, .um-icon-within .fa.fa-gratipay {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-gittip, .um-icon-within .fa.fa-gittip {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-gittip:before, .um-icon-within .fa.fa-gittip:before {
	content: "";
}

.um .fa.fa-sun-o, .um-icon-within .fa.fa-sun-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-sun-o:before, .um-icon-within .fa.fa-sun-o:before {
	content: "";
}

.um .fa.fa-moon-o, .um-icon-within .fa.fa-moon-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-moon-o:before, .um-icon-within .fa.fa-moon-o:before {
	content: "";
}

.um .fa.fa-vk, .um-icon-within .fa.fa-vk {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-weibo, .um-icon-within .fa.fa-weibo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-renren, .um-icon-within .fa.fa-renren {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-pagelines, .um-icon-within .fa.fa-pagelines {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-stack-exchange, .um-icon-within .fa.fa-stack-exchange {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-arrow-circle-o-right, .um-icon-within .fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-arrow-circle-o-right:before, .um-icon-within .fa.fa-arrow-circle-o-right:before {
	content: "";
}

.um .fa.fa-arrow-circle-o-left, .um-icon-within .fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-arrow-circle-o-left:before, .um-icon-within .fa.fa-arrow-circle-o-left:before {
	content: "";
}

.um .fa.fa-caret-square-o-left, .um-icon-within .fa.fa-caret-square-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-caret-square-o-left:before, .um-icon-within .fa.fa-caret-square-o-left:before {
	content: "";
}

.um .fa.fa-toggle-left, .um-icon-within .fa.fa-toggle-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-toggle-left:before, .um-icon-within .fa.fa-toggle-left:before {
	content: "";
}

.um .fa.fa-dot-circle-o, .um-icon-within .fa.fa-dot-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-dot-circle-o:before, .um-icon-within .fa.fa-dot-circle-o:before {
	content: "";
}

.um .fa.fa-vimeo-square, .um-icon-within .fa.fa-vimeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-vimeo-square:before, .um-icon-within .fa.fa-vimeo-square:before {
	content: "";
}

.um .fa.fa-try:before, .um-icon-within .fa.fa-try:before {
	content: "";
}

.um .fa.fa-turkish-lira:before, .um-icon-within .fa.fa-turkish-lira:before {
	content: "";
}

.um .fa.fa-plus-square-o, .um-icon-within .fa.fa-plus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-plus-square-o:before, .um-icon-within .fa.fa-plus-square-o:before {
	content: "";
}

.um .fa.fa-slack, .um-icon-within .fa.fa-slack {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-wordpress, .um-icon-within .fa.fa-wordpress {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-openid, .um-icon-within .fa.fa-openid {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-institution:before, .um-icon-within .fa.fa-institution:before {
	content: "";
}

.um .fa.fa-bank:before, .um-icon-within .fa.fa-bank:before {
	content: "";
}

.um .fa.fa-mortar-board:before, .um-icon-within .fa.fa-mortar-board:before {
	content: "";
}

.um .fa.fa-yahoo, .um-icon-within .fa.fa-yahoo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-google, .um-icon-within .fa.fa-google {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-reddit, .um-icon-within .fa.fa-reddit {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-reddit-square, .um-icon-within .fa.fa-reddit-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-reddit-square:before, .um-icon-within .fa.fa-reddit-square:before {
	content: "";
}

.um .fa.fa-stumbleupon-circle, .um-icon-within .fa.fa-stumbleupon-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-stumbleupon, .um-icon-within .fa.fa-stumbleupon {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-delicious, .um-icon-within .fa.fa-delicious {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-digg, .um-icon-within .fa.fa-digg {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-pied-piper-pp, .um-icon-within .fa.fa-pied-piper-pp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-pied-piper-alt, .um-icon-within .fa.fa-pied-piper-alt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-drupal, .um-icon-within .fa.fa-drupal {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-joomla, .um-icon-within .fa.fa-joomla {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-behance, .um-icon-within .fa.fa-behance {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-behance-square, .um-icon-within .fa.fa-behance-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-behance-square:before, .um-icon-within .fa.fa-behance-square:before {
	content: "";
}

.um .fa.fa-steam, .um-icon-within .fa.fa-steam {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-steam-square, .um-icon-within .fa.fa-steam-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-steam-square:before, .um-icon-within .fa.fa-steam-square:before {
	content: "";
}

.um .fa.fa-automobile:before, .um-icon-within .fa.fa-automobile:before {
	content: "";
}

.um .fa.fa-cab:before, .um-icon-within .fa.fa-cab:before {
	content: "";
}

.um .fa.fa-spotify, .um-icon-within .fa.fa-spotify {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-deviantart, .um-icon-within .fa.fa-deviantart {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-soundcloud, .um-icon-within .fa.fa-soundcloud {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-file-pdf-o, .um-icon-within .fa.fa-file-pdf-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-pdf-o:before, .um-icon-within .fa.fa-file-pdf-o:before {
	content: "";
}

.um .fa.fa-file-word-o, .um-icon-within .fa.fa-file-word-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-word-o:before, .um-icon-within .fa.fa-file-word-o:before {
	content: "";
}

.um .fa.fa-file-excel-o, .um-icon-within .fa.fa-file-excel-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-excel-o:before, .um-icon-within .fa.fa-file-excel-o:before {
	content: "";
}

.um .fa.fa-file-powerpoint-o, .um-icon-within .fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-powerpoint-o:before, .um-icon-within .fa.fa-file-powerpoint-o:before {
	content: "";
}

.um .fa.fa-file-image-o, .um-icon-within .fa.fa-file-image-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-image-o:before, .um-icon-within .fa.fa-file-image-o:before {
	content: "";
}

.um .fa.fa-file-photo-o, .um-icon-within .fa.fa-file-photo-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-photo-o:before, .um-icon-within .fa.fa-file-photo-o:before {
	content: "";
}

.um .fa.fa-file-picture-o, .um-icon-within .fa.fa-file-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-picture-o:before, .um-icon-within .fa.fa-file-picture-o:before {
	content: "";
}

.um .fa.fa-file-archive-o, .um-icon-within .fa.fa-file-archive-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-archive-o:before, .um-icon-within .fa.fa-file-archive-o:before {
	content: "";
}

.um .fa.fa-file-zip-o, .um-icon-within .fa.fa-file-zip-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-zip-o:before, .um-icon-within .fa.fa-file-zip-o:before {
	content: "";
}

.um .fa.fa-file-audio-o, .um-icon-within .fa.fa-file-audio-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-audio-o:before, .um-icon-within .fa.fa-file-audio-o:before {
	content: "";
}

.um .fa.fa-file-sound-o, .um-icon-within .fa.fa-file-sound-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-sound-o:before, .um-icon-within .fa.fa-file-sound-o:before {
	content: "";
}

.um .fa.fa-file-video-o, .um-icon-within .fa.fa-file-video-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-video-o:before, .um-icon-within .fa.fa-file-video-o:before {
	content: "";
}

.um .fa.fa-file-movie-o, .um-icon-within .fa.fa-file-movie-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-movie-o:before, .um-icon-within .fa.fa-file-movie-o:before {
	content: "";
}

.um .fa.fa-file-code-o, .um-icon-within .fa.fa-file-code-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-file-code-o:before, .um-icon-within .fa.fa-file-code-o:before {
	content: "";
}

.um .fa.fa-vine, .um-icon-within .fa.fa-vine {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-codepen, .um-icon-within .fa.fa-codepen {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-jsfiddle, .um-icon-within .fa.fa-jsfiddle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-life-bouy:before, .um-icon-within .fa.fa-life-bouy:before {
	content: "";
}

.um .fa.fa-life-buoy:before, .um-icon-within .fa.fa-life-buoy:before {
	content: "";
}

.um .fa.fa-life-saver:before, .um-icon-within .fa.fa-life-saver:before {
	content: "";
}

.um .fa.fa-support:before, .um-icon-within .fa.fa-support:before {
	content: "";
}

.um .fa.fa-circle-o-notch:before, .um-icon-within .fa.fa-circle-o-notch:before {
	content: "";
}

.um .fa.fa-rebel, .um-icon-within .fa.fa-rebel {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-ra, .um-icon-within .fa.fa-ra {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-ra:before, .um-icon-within .fa.fa-ra:before {
	content: "";
}

.um .fa.fa-resistance, .um-icon-within .fa.fa-resistance {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-resistance:before, .um-icon-within .fa.fa-resistance:before {
	content: "";
}

.um .fa.fa-empire, .um-icon-within .fa.fa-empire {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-ge, .um-icon-within .fa.fa-ge {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-ge:before, .um-icon-within .fa.fa-ge:before {
	content: "";
}

.um .fa.fa-git-square, .um-icon-within .fa.fa-git-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-git-square:before, .um-icon-within .fa.fa-git-square:before {
	content: "";
}

.um .fa.fa-git, .um-icon-within .fa.fa-git {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-hacker-news, .um-icon-within .fa.fa-hacker-news {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-y-combinator-square, .um-icon-within .fa.fa-y-combinator-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-y-combinator-square:before, .um-icon-within .fa.fa-y-combinator-square:before {
	content: "";
}

.um .fa.fa-yc-square, .um-icon-within .fa.fa-yc-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-yc-square:before, .um-icon-within .fa.fa-yc-square:before {
	content: "";
}

.um .fa.fa-tencent-weibo, .um-icon-within .fa.fa-tencent-weibo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-qq, .um-icon-within .fa.fa-qq {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-weixin, .um-icon-within .fa.fa-weixin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-wechat, .um-icon-within .fa.fa-wechat {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-wechat:before, .um-icon-within .fa.fa-wechat:before {
	content: "";
}

.um .fa.fa-send:before, .um-icon-within .fa.fa-send:before {
	content: "";
}

.um .fa.fa-paper-plane-o, .um-icon-within .fa.fa-paper-plane-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-paper-plane-o:before, .um-icon-within .fa.fa-paper-plane-o:before {
	content: "";
}

.um .fa.fa-send-o, .um-icon-within .fa.fa-send-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-send-o:before, .um-icon-within .fa.fa-send-o:before {
	content: "";
}

.um .fa.fa-circle-thin, .um-icon-within .fa.fa-circle-thin {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-circle-thin:before, .um-icon-within .fa.fa-circle-thin:before {
	content: "";
}

.um .fa.fa-header:before, .um-icon-within .fa.fa-header:before {
	content: "";
}

.um .fa.fa-futbol-o, .um-icon-within .fa.fa-futbol-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-futbol-o:before, .um-icon-within .fa.fa-futbol-o:before {
	content: "";
}

.um .fa.fa-soccer-ball-o, .um-icon-within .fa.fa-soccer-ball-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-soccer-ball-o:before, .um-icon-within .fa.fa-soccer-ball-o:before {
	content: "";
}

.um .fa.fa-slideshare, .um-icon-within .fa.fa-slideshare {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-twitch, .um-icon-within .fa.fa-twitch {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-yelp, .um-icon-within .fa.fa-yelp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-newspaper-o, .um-icon-within .fa.fa-newspaper-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-newspaper-o:before, .um-icon-within .fa.fa-newspaper-o:before {
	content: "";
}

.um .fa.fa-paypal, .um-icon-within .fa.fa-paypal {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-google-wallet, .um-icon-within .fa.fa-google-wallet {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-cc-visa, .um-icon-within .fa.fa-cc-visa {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-cc-mastercard, .um-icon-within .fa.fa-cc-mastercard {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-cc-discover, .um-icon-within .fa.fa-cc-discover {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-cc-amex, .um-icon-within .fa.fa-cc-amex {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-cc-paypal, .um-icon-within .fa.fa-cc-paypal {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-cc-stripe, .um-icon-within .fa.fa-cc-stripe {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-bell-slash-o, .um-icon-within .fa.fa-bell-slash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-bell-slash-o:before, .um-icon-within .fa.fa-bell-slash-o:before {
	content: "";
}

.um .fa.fa-trash:before, .um-icon-within .fa.fa-trash:before {
	content: "";
}

.um .fa.fa-copyright, .um-icon-within .fa.fa-copyright {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-eyedropper:before, .um-icon-within .fa.fa-eyedropper:before {
	content: "";
}

.um .fa.fa-area-chart:before, .um-icon-within .fa.fa-area-chart:before {
	content: "";
}

.um .fa.fa-pie-chart:before, .um-icon-within .fa.fa-pie-chart:before {
	content: "";
}

.um .fa.fa-line-chart:before, .um-icon-within .fa.fa-line-chart:before {
	content: "";
}

.um .fa.fa-lastfm, .um-icon-within .fa.fa-lastfm {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-lastfm-square, .um-icon-within .fa.fa-lastfm-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-lastfm-square:before, .um-icon-within .fa.fa-lastfm-square:before {
	content: "";
}

.um .fa.fa-ioxhost, .um-icon-within .fa.fa-ioxhost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-angellist, .um-icon-within .fa.fa-angellist {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-cc, .um-icon-within .fa.fa-cc {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-cc:before, .um-icon-within .fa.fa-cc:before {
	content: "";
}

.um .fa.fa-ils:before, .um-icon-within .fa.fa-ils:before {
	content: "";
}

.um .fa.fa-shekel:before, .um-icon-within .fa.fa-shekel:before {
	content: "";
}

.um .fa.fa-sheqel:before, .um-icon-within .fa.fa-sheqel:before {
	content: "";
}

.um .fa.fa-buysellads, .um-icon-within .fa.fa-buysellads {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-connectdevelop, .um-icon-within .fa.fa-connectdevelop {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-dashcube, .um-icon-within .fa.fa-dashcube {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-forumbee, .um-icon-within .fa.fa-forumbee {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-leanpub, .um-icon-within .fa.fa-leanpub {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-sellsy, .um-icon-within .fa.fa-sellsy {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-shirtsinbulk, .um-icon-within .fa.fa-shirtsinbulk {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-simplybuilt, .um-icon-within .fa.fa-simplybuilt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-skyatlas, .um-icon-within .fa.fa-skyatlas {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-diamond, .um-icon-within .fa.fa-diamond {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-diamond:before, .um-icon-within .fa.fa-diamond:before {
	content: "";
}

.um .fa.fa-transgender:before, .um-icon-within .fa.fa-transgender:before {
	content: "";
}

.um .fa.fa-intersex:before, .um-icon-within .fa.fa-intersex:before {
	content: "";
}

.um .fa.fa-transgender-alt:before, .um-icon-within .fa.fa-transgender-alt:before {
	content: "";
}

.um .fa.fa-facebook-official, .um-icon-within .fa.fa-facebook-official {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-facebook-official:before, .um-icon-within .fa.fa-facebook-official:before {
	content: "";
}

.um .fa.fa-pinterest-p, .um-icon-within .fa.fa-pinterest-p {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-whatsapp, .um-icon-within .fa.fa-whatsapp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-hotel:before, .um-icon-within .fa.fa-hotel:before {
	content: "";
}

.um .fa.fa-viacoin, .um-icon-within .fa.fa-viacoin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-medium, .um-icon-within .fa.fa-medium {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-y-combinator, .um-icon-within .fa.fa-y-combinator {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-yc, .um-icon-within .fa.fa-yc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-yc:before, .um-icon-within .fa.fa-yc:before {
	content: "";
}

.um .fa.fa-optin-monster, .um-icon-within .fa.fa-optin-monster {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-opencart, .um-icon-within .fa.fa-opencart {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-expeditedssl, .um-icon-within .fa.fa-expeditedssl {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-battery-4:before, .um-icon-within .fa.fa-battery-4:before {
	content: "";
}

.um .fa.fa-battery:before, .um-icon-within .fa.fa-battery:before {
	content: "";
}

.um .fa.fa-battery-3:before, .um-icon-within .fa.fa-battery-3:before {
	content: "";
}

.um .fa.fa-battery-2:before, .um-icon-within .fa.fa-battery-2:before {
	content: "";
}

.um .fa.fa-battery-1:before, .um-icon-within .fa.fa-battery-1:before {
	content: "";
}

.um .fa.fa-battery-0:before, .um-icon-within .fa.fa-battery-0:before {
	content: "";
}

.um .fa.fa-object-group, .um-icon-within .fa.fa-object-group {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-object-ungroup, .um-icon-within .fa.fa-object-ungroup {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-sticky-note-o, .um-icon-within .fa.fa-sticky-note-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-sticky-note-o:before, .um-icon-within .fa.fa-sticky-note-o:before {
	content: "";
}

.um .fa.fa-cc-jcb, .um-icon-within .fa.fa-cc-jcb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-cc-diners-club, .um-icon-within .fa.fa-cc-diners-club {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-clone, .um-icon-within .fa.fa-clone {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hourglass-o:before, .um-icon-within .fa.fa-hourglass-o:before {
	content: "";
}

.um .fa.fa-hourglass-1:before, .um-icon-within .fa.fa-hourglass-1:before {
	content: "";
}

.um .fa.fa-hourglass-2:before, .um-icon-within .fa.fa-hourglass-2:before {
	content: "";
}

.um .fa.fa-hourglass-3:before, .um-icon-within .fa.fa-hourglass-3:before {
	content: "";
}

.um .fa.fa-hand-rock-o, .um-icon-within .fa.fa-hand-rock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-rock-o:before, .um-icon-within .fa.fa-hand-rock-o:before {
	content: "";
}

.um .fa.fa-hand-grab-o, .um-icon-within .fa.fa-hand-grab-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-grab-o:before, .um-icon-within .fa.fa-hand-grab-o:before {
	content: "";
}

.um .fa.fa-hand-paper-o, .um-icon-within .fa.fa-hand-paper-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-paper-o:before, .um-icon-within .fa.fa-hand-paper-o:before {
	content: "";
}

.um .fa.fa-hand-stop-o, .um-icon-within .fa.fa-hand-stop-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-stop-o:before, .um-icon-within .fa.fa-hand-stop-o:before {
	content: "";
}

.um .fa.fa-hand-scissors-o, .um-icon-within .fa.fa-hand-scissors-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-scissors-o:before, .um-icon-within .fa.fa-hand-scissors-o:before {
	content: "";
}

.um .fa.fa-hand-lizard-o, .um-icon-within .fa.fa-hand-lizard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-lizard-o:before, .um-icon-within .fa.fa-hand-lizard-o:before {
	content: "";
}

.um .fa.fa-hand-spock-o, .um-icon-within .fa.fa-hand-spock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-spock-o:before, .um-icon-within .fa.fa-hand-spock-o:before {
	content: "";
}

.um .fa.fa-hand-pointer-o, .um-icon-within .fa.fa-hand-pointer-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-pointer-o:before, .um-icon-within .fa.fa-hand-pointer-o:before {
	content: "";
}

.um .fa.fa-hand-peace-o, .um-icon-within .fa.fa-hand-peace-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-hand-peace-o:before, .um-icon-within .fa.fa-hand-peace-o:before {
	content: "";
}

.um .fa.fa-registered, .um-icon-within .fa.fa-registered {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-creative-commons, .um-icon-within .fa.fa-creative-commons {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-gg, .um-icon-within .fa.fa-gg {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-gg-circle, .um-icon-within .fa.fa-gg-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-odnoklassniki, .um-icon-within .fa.fa-odnoklassniki {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-odnoklassniki-square, .um-icon-within .fa.fa-odnoklassniki-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-odnoklassniki-square:before, .um-icon-within .fa.fa-odnoklassniki-square:before {
	content: "";
}

.um .fa.fa-get-pocket, .um-icon-within .fa.fa-get-pocket {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-wikipedia-w, .um-icon-within .fa.fa-wikipedia-w {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-safari, .um-icon-within .fa.fa-safari {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-chrome, .um-icon-within .fa.fa-chrome {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-firefox, .um-icon-within .fa.fa-firefox {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-opera, .um-icon-within .fa.fa-opera {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-internet-explorer, .um-icon-within .fa.fa-internet-explorer {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-television:before, .um-icon-within .fa.fa-television:before {
	content: "";
}

.um .fa.fa-contao, .um-icon-within .fa.fa-contao {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-500px, .um-icon-within .fa.fa-500px {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-amazon, .um-icon-within .fa.fa-amazon {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-calendar-plus-o, .um-icon-within .fa.fa-calendar-plus-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-calendar-plus-o:before, .um-icon-within .fa.fa-calendar-plus-o:before {
	content: "";
}

.um .fa.fa-calendar-minus-o, .um-icon-within .fa.fa-calendar-minus-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-calendar-minus-o:before, .um-icon-within .fa.fa-calendar-minus-o:before {
	content: "";
}

.um .fa.fa-calendar-times-o, .um-icon-within .fa.fa-calendar-times-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-calendar-times-o:before, .um-icon-within .fa.fa-calendar-times-o:before {
	content: "";
}

.um .fa.fa-calendar-check-o, .um-icon-within .fa.fa-calendar-check-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-calendar-check-o:before, .um-icon-within .fa.fa-calendar-check-o:before {
	content: "";
}

.um .fa.fa-map-o, .um-icon-within .fa.fa-map-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-map-o:before, .um-icon-within .fa.fa-map-o:before {
	content: "";
}

.um .fa.fa-commenting:before, .um-icon-within .fa.fa-commenting:before {
	content: "";
}

.um .fa.fa-commenting-o, .um-icon-within .fa.fa-commenting-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-commenting-o:before, .um-icon-within .fa.fa-commenting-o:before {
	content: "";
}

.um .fa.fa-houzz, .um-icon-within .fa.fa-houzz {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-vimeo, .um-icon-within .fa.fa-vimeo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-vimeo:before, .um-icon-within .fa.fa-vimeo:before {
	content: "";
}

.um .fa.fa-black-tie, .um-icon-within .fa.fa-black-tie {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-fonticons, .um-icon-within .fa.fa-fonticons {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-reddit-alien, .um-icon-within .fa.fa-reddit-alien {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-edge, .um-icon-within .fa.fa-edge {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-credit-card-alt:before, .um-icon-within .fa.fa-credit-card-alt:before {
	content: "";
}

.um .fa.fa-codiepie, .um-icon-within .fa.fa-codiepie {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-modx, .um-icon-within .fa.fa-modx {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-fort-awesome, .um-icon-within .fa.fa-fort-awesome {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-usb, .um-icon-within .fa.fa-usb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-product-hunt, .um-icon-within .fa.fa-product-hunt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-mixcloud, .um-icon-within .fa.fa-mixcloud {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-scribd, .um-icon-within .fa.fa-scribd {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-pause-circle-o, .um-icon-within .fa.fa-pause-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-pause-circle-o:before, .um-icon-within .fa.fa-pause-circle-o:before {
	content: "";
}

.um .fa.fa-stop-circle-o, .um-icon-within .fa.fa-stop-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-stop-circle-o:before, .um-icon-within .fa.fa-stop-circle-o:before {
	content: "";
}

.um .fa.fa-bluetooth, .um-icon-within .fa.fa-bluetooth {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-bluetooth-b, .um-icon-within .fa.fa-bluetooth-b {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-gitlab, .um-icon-within .fa.fa-gitlab {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-wpbeginner, .um-icon-within .fa.fa-wpbeginner {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-wpforms, .um-icon-within .fa.fa-wpforms {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-envira, .um-icon-within .fa.fa-envira {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-wheelchair-alt, .um-icon-within .fa.fa-wheelchair-alt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-wheelchair-alt:before, .um-icon-within .fa.fa-wheelchair-alt:before {
	content: "";
}

.um .fa.fa-question-circle-o, .um-icon-within .fa.fa-question-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-question-circle-o:before, .um-icon-within .fa.fa-question-circle-o:before {
	content: "";
}

.um .fa.fa-volume-control-phone:before, .um-icon-within .fa.fa-volume-control-phone:before {
	content: "";
}

.um .fa.fa-asl-interpreting:before, .um-icon-within .fa.fa-asl-interpreting:before {
	content: "";
}

.um .fa.fa-deafness:before, .um-icon-within .fa.fa-deafness:before {
	content: "";
}

.um .fa.fa-hard-of-hearing:before, .um-icon-within .fa.fa-hard-of-hearing:before {
	content: "";
}

.um .fa.fa-glide, .um-icon-within .fa.fa-glide {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-glide-g, .um-icon-within .fa.fa-glide-g {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-signing:before, .um-icon-within .fa.fa-signing:before {
	content: "";
}

.um .fa.fa-viadeo, .um-icon-within .fa.fa-viadeo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-viadeo-square, .um-icon-within .fa.fa-viadeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-viadeo-square:before, .um-icon-within .fa.fa-viadeo-square:before {
	content: "";
}

.um .fa.fa-snapchat, .um-icon-within .fa.fa-snapchat {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-snapchat-ghost, .um-icon-within .fa.fa-snapchat-ghost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-snapchat-ghost:before, .um-icon-within .fa.fa-snapchat-ghost:before {
	content: "";
}

.um .fa.fa-snapchat-square, .um-icon-within .fa.fa-snapchat-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-snapchat-square:before, .um-icon-within .fa.fa-snapchat-square:before {
	content: "";
}

.um .fa.fa-pied-piper, .um-icon-within .fa.fa-pied-piper {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-first-order, .um-icon-within .fa.fa-first-order {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-yoast, .um-icon-within .fa.fa-yoast {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-themeisle, .um-icon-within .fa.fa-themeisle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-google-plus-official, .um-icon-within .fa.fa-google-plus-official {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-google-plus-official:before, .um-icon-within .fa.fa-google-plus-official:before {
	content: "";
}

.um .fa.fa-google-plus-circle, .um-icon-within .fa.fa-google-plus-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-google-plus-circle:before, .um-icon-within .fa.fa-google-plus-circle:before {
	content: "";
}

.um .fa.fa-font-awesome, .um-icon-within .fa.fa-font-awesome {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-fa, .um-icon-within .fa.fa-fa {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-fa:before, .um-icon-within .fa.fa-fa:before {
	content: "";
}

.um .fa.fa-handshake-o, .um-icon-within .fa.fa-handshake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-handshake-o:before, .um-icon-within .fa.fa-handshake-o:before {
	content: "";
}

.um .fa.fa-envelope-open-o, .um-icon-within .fa.fa-envelope-open-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-envelope-open-o:before, .um-icon-within .fa.fa-envelope-open-o:before {
	content: "";
}

.um .fa.fa-linode, .um-icon-within .fa.fa-linode {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-address-book-o, .um-icon-within .fa.fa-address-book-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-address-book-o:before, .um-icon-within .fa.fa-address-book-o:before {
	content: "";
}

.um .fa.fa-vcard:before, .um-icon-within .fa.fa-vcard:before {
	content: "";
}

.um .fa.fa-address-card-o, .um-icon-within .fa.fa-address-card-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-address-card-o:before, .um-icon-within .fa.fa-address-card-o:before {
	content: "";
}

.um .fa.fa-vcard-o, .um-icon-within .fa.fa-vcard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-vcard-o:before, .um-icon-within .fa.fa-vcard-o:before {
	content: "";
}

.um .fa.fa-user-circle-o, .um-icon-within .fa.fa-user-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-user-circle-o:before, .um-icon-within .fa.fa-user-circle-o:before {
	content: "";
}

.um .fa.fa-user-o, .um-icon-within .fa.fa-user-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-user-o:before, .um-icon-within .fa.fa-user-o:before {
	content: "";
}

.um .fa.fa-id-badge, .um-icon-within .fa.fa-id-badge {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-drivers-license:before, .um-icon-within .fa.fa-drivers-license:before {
	content: "";
}

.um .fa.fa-id-card-o, .um-icon-within .fa.fa-id-card-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-id-card-o:before, .um-icon-within .fa.fa-id-card-o:before {
	content: "";
}

.um .fa.fa-drivers-license-o, .um-icon-within .fa.fa-drivers-license-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-drivers-license-o:before, .um-icon-within .fa.fa-drivers-license-o:before {
	content: "";
}

.um .fa.fa-quora, .um-icon-within .fa.fa-quora {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-free-code-camp, .um-icon-within .fa.fa-free-code-camp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-telegram, .um-icon-within .fa.fa-telegram {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-thermometer-4:before, .um-icon-within .fa.fa-thermometer-4:before {
	content: "";
}

.um .fa.fa-thermometer:before, .um-icon-within .fa.fa-thermometer:before {
	content: "";
}

.um .fa.fa-thermometer-3:before, .um-icon-within .fa.fa-thermometer-3:before {
	content: "";
}

.um .fa.fa-thermometer-2:before, .um-icon-within .fa.fa-thermometer-2:before {
	content: "";
}

.um .fa.fa-thermometer-1:before, .um-icon-within .fa.fa-thermometer-1:before {
	content: "";
}

.um .fa.fa-thermometer-0:before, .um-icon-within .fa.fa-thermometer-0:before {
	content: "";
}

.um .fa.fa-bathtub:before, .um-icon-within .fa.fa-bathtub:before {
	content: "";
}

.um .fa.fa-s15:before, .um-icon-within .fa.fa-s15:before {
	content: "";
}

.um .fa.fa-window-maximize, .um-icon-within .fa.fa-window-maximize {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-window-restore, .um-icon-within .fa.fa-window-restore {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-times-rectangle:before, .um-icon-within .fa.fa-times-rectangle:before {
	content: "";
}

.um .fa.fa-window-close-o, .um-icon-within .fa.fa-window-close-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-window-close-o:before, .um-icon-within .fa.fa-window-close-o:before {
	content: "";
}

.um .fa.fa-times-rectangle-o, .um-icon-within .fa.fa-times-rectangle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-times-rectangle-o:before, .um-icon-within .fa.fa-times-rectangle-o:before {
	content: "";
}

.um .fa.fa-bandcamp, .um-icon-within .fa.fa-bandcamp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-grav, .um-icon-within .fa.fa-grav {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-etsy, .um-icon-within .fa.fa-etsy {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-imdb, .um-icon-within .fa.fa-imdb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-ravelry, .um-icon-within .fa.fa-ravelry {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-eercast, .um-icon-within .fa.fa-eercast {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-eercast:before, .um-icon-within .fa.fa-eercast:before {
	content: "";
}

.um .fa.fa-snowflake-o, .um-icon-within .fa.fa-snowflake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.um .fa.fa-snowflake-o:before, .um-icon-within .fa.fa-snowflake-o:before {
	content: "";
}

.um .fa.fa-superpowers, .um-icon-within .fa.fa-superpowers {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-wpexplorer, .um-icon-within .fa.fa-wpexplorer {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.um .fa.fa-meetup, .um-icon-within .fa.fa-meetup {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
