Tax-Exempt?

No taxes are applied to purchases of webinars, recordings, or other digital products.

Submitting a purchase order? Email [email protected].

Questions? Email [email protected] or call (904) 664-7028.

(function() { const imageWrappers = document.querySelectorAll('.image-wrapper'); imageWrappers.forEach(wrapper => { const image = wrapper.querySelector('.hl-product-image'); if (!image) return; wrapper.addEventListener('mousemove', (e) => { // Only apply when hovering if (!wrapper.matches(':hover')) return; // Get wrapper dimensions and position const rect = wrapper.getBoundingClientRect(); const wrapperWidth = rect.width; const wrapperHeight = rect.height; // Calculate cursor position relative to wrapper (0 to 1) const x = (e.clientX - rect.left) / wrapperWidth; const y = (e.clientY - rect.top) / wrapperHeight; // Convert to percentage (0% to 100%) const xPercent = Math.max(0, Math.min(100, x * 100)); const yPercent = Math.max(0, Math.min(100, y * 100)); // Apply transform origin to follow cursor image.style.transformOrigin = `${xPercent}% ${yPercent}%`; }); // Reset transform origin on mouse leave wrapper.addEventListener('mouseleave', () => { image.style.transformOrigin = 'center center'; }); }); })();

Copyright © 2026 Uncomplicate Ed - All Rights Reserved.