.adv-vis-ele-neon-light-button-link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
	overflow: hidden;
	transition: 0.25s;
	white-space: nowrap;
}
.adv-vis-ele-neon-light-button-link:hover,
.adv-vis-ele-neon-light-button-link:hover:focus {
	transition-delay: 1s;
	transition-timing-function: linear;
}
.adv-vis-ele-neon-light-button-link:focus {
	outline: none;
}
.adv-vis-ele-neon-light-button-link span {
	position: absolute;
	display: block;
}
.adv-vis-ele-neon-light-button-link:hover span {
	transition: 0.5s;
}
.adv-vis-ele-neon-light-button-link span:first-child {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
}
.adv-vis-ele-neon-light-button-link:hover span:first-child {
	left: 100%;
}
.adv-vis-ele-neon-light-button-link span:nth-child(2) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
}
.adv-vis-ele-neon-light-button-link:hover span:nth-child(2) {
	right: 100%;
	transition-delay: 0.5s;
}
.adv-vis-ele-neon-light-button-link span:nth-child(3) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
}
.adv-vis-ele-neon-light-button-link:hover span:nth-child(3) {
	top: 100%;
	transition-delay: 0.25s;
}
.adv-vis-ele-neon-light-button-link span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
}
.adv-vis-ele-neon-light-button-link:hover span:nth-child(4) {
	bottom: 100%;
	transition-delay: 0.75s;
}