{"version":3,"file":"sections-marketing.8a7ad0475a17fb0b84f0.js","mappings":"gGAAA,MAAMA,EAAiBC,SAASC,eAAe,mBAE3CF,GAC6B,IAAIG,sBAChCC,IACCA,EAAQC,SAASC,IACXA,EAAMC,gBACRP,EAAeQ,YAIrB,CACEC,KAAM,KACNC,WAAY,MACZC,UAAW,KAIQC,QAAQZ,I","sources":["webpack://adjusters/./src/sections/marketing.js"],"sourcesContent":["const animationVideo = document.getElementById('animation-video')\n\nif (animationVideo) {\n const animationVideoObserver = new IntersectionObserver(\n (entries) => {\n entries.forEach((entry) => {\n if (entry.isIntersecting) {\n animationVideo.play()\n }\n })\n },\n {\n root: null,\n rootMargin: '0px',\n threshold: 0.5,\n }\n )\n\n animationVideoObserver.observe(animationVideo)\n}\n"],"names":["animationVideo","document","getElementById","IntersectionObserver","entries","forEach","entry","isIntersecting","play","root","rootMargin","threshold","observe"],"sourceRoot":""}