projects projects projects
projects

We turn complex products into breathtaking experiences.

(function() { function init() { var video = document.querySelector('.fp-section video'); var section = video && video.closest('.fp-section'); if (!section) { setTimeout(init, 100); return; } new MutationObserver(function() { if (section.classList.contains('active')) { video.currentTime = 0; video.play().catch(function(){}); } else { video.pause(); } }).observe(section, { attributes: true, attributeFilter: ['class'] }); } init(); })();
Skip to content