#intro .header {
	background: #44d62c;
	background: linear-gradient(90deg, #44d62c 35%, #bbf7b1 50%, #44d62c 65%);
	background-size: 200%;
	color: transparent;
	background-clip: text;
	animation: animation 4s linear infinite 1s;
}
@keyframes animation {
	from { background-position: 200% center; }
	to   { background-position: 0% center; }
}
@media (prefers-reduced-motion: reduce) {
	.animation { animation: none; }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}