@keyframes elementor-image-float-40eae36f {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(var(--float-y, -15px));
	}
}