CONTACT

Have a question about Optima Performance or our services? Our team is here to help and will be happy to point you in the right direction.

FILL IN THE FORM BELOW

 

(function () { var section = document.getElementById("optima-assessment"); if (!section || window.matchMedia("(prefers-reduced-motion: reduce)").matches) { return; } var image = section.querySelector(".assessment-image"); var signals = section.querySelectorAll(".assessment-signal"); section.addEventListener("mousemove", function (event) { var bounds = section.getBoundingClientRect(); var moveX = (event.clientX - bounds.left) / bounds.width - 0.5; var moveY = (event.clientY - bounds.top) / bounds.height - 0.5; image.style.transform = "scale(1.06) translate(" + moveX * -10 + "px, " + moveY * -10 + "px)"; signals.forEach(function (signal, index) { var strength = (index + 1) * 4; signal.style.transform = "translate(" + moveX * strength + "px, " + moveY * strength + "px)"; }); }); section.addEventListener("mouseleave", function () { image.style.transform = "scale(1.04)"; signals.forEach(function (signal) { signal.style.transform = ""; }); }); })();