.lightrope {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	margin: -19px 0 0 0;
	padding: 0;
	pointer-events: none;
	width: 100%;
}
.lightrope li {
	position: relative;
	-webkit-animation-fill-mode: both;
					animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
					animation-iteration-count: infinite;
	list-style: none;
	padding: 0;
	display: block;
	width: 8px;
	height: 12px;
	border-radius: 50%;
	margin: 20px;
	display: inline-block;
	-webkit-animation-name: flash-1;
					animation-name: flash-1;
	-webkit-animation-duration: 2s;
					animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
	-webkit-animation-name: flash-2;
					animation-name: flash-2;
	-webkit-animation-duration: 0.4s;
					animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
	-webkit-animation-name: flash-3;
					animation-name: flash-3;
	-webkit-animation-duration: 1.1s;
					animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
	-webkit-animation-duration: 1.8s;
					animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
	-webkit-animation-duration: 1.4s;
					animation-duration: 1.4s;
}
.lightrope li:before {
	content: "";
	position: absolute;
	background: currentColor;
	width: 6px;
	height: 4px;
	border-radius: 3px;
	top: -2px;
	left: 1px;
}
.lightrope li:after {
	content: "";
	top: -6px;
	left: 2px;
	position: absolute;
	width: 52px;
	height: 8px;
	border-bottom: solid currentColor 2px;
	border-radius: 50%;
}
.lightrope li:last-child:after {
	content: none;
}
.lightrope li:first-child {
	margin-left: -40px;
}

@-webkit-keyframes flash-1 {
	0%, 100% {
		background: #00d390;
		box-shadow: 0px 2px 16px 3px #00d390;
	}
	50% {
		background: #00d39086;
		box-shadow: 0px 2px 16px 3px #00d39086;
	}
}

@keyframes flash-1 {
	0%, 100% {
		background: #00d390;
		box-shadow: 0px 2px 16px 3px #00d390;
	}
	50% {
		background: #00d39086;
		box-shadow: 0px 2px 16px 3px #00d39086;
	}
}
@-webkit-keyframes flash-2 {
	0%, 100% {
		background: #d95b2a;
		box-shadow: 0px 2px 16px 3px #d95b2a;
	}
	50% {
		background: #d95c2a7c;
		box-shadow: 0px 2px 16px 3px #d95c2a7c;
	}
}
@keyframes flash-2 {
	0%, 100% {
		background: #d95b2a;
		box-shadow: 0px 2px 16px 3px #d95b2a;
	}
	50% {
		background: #d95c2a7c;
		box-shadow: 0px 2px 16px 3px #d95c2a7c;
	}
}
@-webkit-keyframes flash-3 {
	0%, 100% {
		background: #2998d9;
		box-shadow: 0px 2px 16px 3px #2998d9;
	}
	50% {
		background: #2998d9;
		box-shadow: 0px 2px 16px 3px #2998d9;
	}
}
@keyframes flash-3 {
	0%, 100% {
		background: #2998d9;
		box-shadow: 0px 2px 16px 3px #2998d9;
	}
	50% {
		background: #2998d97d;
		box-shadow: 0px 2px 16px 3px #2998d97d;
	}
}