




.anb-animation-id-3292 {
	-webkit-animation: animation-3292 1s linear both;
	animation: animation-3292 1s linear both;
}
@keyframes animation-3292 {
	0% {
		transform: translate(0px,-10px);
	}
	60% {
		transform: translateX(-30px);
	}
	80% {
		transform: translateX(10px);
	}
	90% {
		transform: translateX(-5px);
	}
	95% {
		transform: translateX(2px);
	}
	100% {
		transform: translate(0px,0px);
	}
}






#anb-location-id-3293 {
	position: fixed;
	width: 400px;
	right: 0px;
	top: 10px;
	z-index: 99;
}

