@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");




.cgtext {
	position: relative;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 60px;
	margin-bottom: 20px;
	margin-top: 22px;
	text-align: center;
}

.cgtext {
	position: relative;
	text-align: center
}


.cgtext h2 {
	color: #FFFFFF;
	font-size: 2em;
	text-align: center;
	position: absolute;
	font-family: "Stack Sans Notch", sans-serif
}

.cgtext h2:nth-child(1) {
	color: transparent;
	-webkit-text-stroke: 2px #FFFFFF;
}

.cgtext h2:nth-child(2) {
	color: #FFFFFF;
	animation: animate 3s ease-in-out infinite;
}

@keyframes animate {
	0%,
	100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	70% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}


