@font-face {
	font-family: eicons;
	src: url("/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.43.0");
	src: url("/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.43.0#iefix") format("embedded-opentype"), url("/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.43.0") format("woff2"), url("/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.43.0") format("woff"), url("/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.43.0") format("truetype"), url("/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.43.0#eicon") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

[class*=" eicon-"], [class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@keyframes a {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(359deg);
	}
}