.em-swoosh{
	display: inline-block;
	position: relative;
}

.em-swoosh.wow{
	visibility: visible !important;
}

.em-swoosh > svg{
	display: block;
	pointer-events: none;
	transition: 0.5s;
	opacity: 1;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: calc(100% - 7px);
}

h1 .em-swoosh > svg{
	top: calc(100% - 11px);
}

.em-swoosh > svg path{
	transition: stroke-dasharray 0.5s, stroke-dashoffset 0.5s, opacity 0.5s;
	transition-delay: 500ms;
}

.em-swoosh.animated > svg path{
	stroke-dashoffset: 0;
}
