{"version":3,"sources":["../../../../dev/j/v3/pages/secure-browser.js"],"names":["testimonials","tns","container","controlsContainer","preventScrollOnTouch","controlsPosition","navPosition","gutter","slideBy","responsive","992","avm","require"],"mappings":"CAAA,WACC,YAKA,IAAIA,GAAeC,KAClBC,UAAa,uBACbC,kBAAqB,gCACrBC,qBAAwB,QACxBC,iBAAoB,SACpBC,YAAe,SACfC,OAAU,GACVC,QAAW,OACXC,YACCC,KACCH,OAAU,MAMbI,KAAIC,QAAQ,0BAA0BZ","file":"secure-browser.js","sourcesContent":["(function() {\n\t'use strict';\n\n\t//\n\t// Testimonials carousel\n\t//\n\tvar testimonials = tns({\n\t\t\"container\": \".slider-testimonials\",\n\t\t\"controlsContainer\": \".slider-testimonials-controls\",\n\t\t\"preventScrollOnTouch\": \"force\",\n\t\t\"controlsPosition\": \"bottom\",\n\t\t\"navPosition\": \"bottom\",\n\t\t\"gutter\": 24,\n\t\t\"slideBy\": \"page\",\n\t\t\"responsive\": {\n\t\t\t\"992\": {\n\t\t\t\t\"gutter\": 32\n\t\t\t}\n\t\t}\n\t});\n\n\t// Create a slide counter bellow the Carousel\n\tavm.require('avast.web.slideCounter')(testimonials);\n\n\t// // VIDEO AUTOPLAY FIX GLOWEB-9377\n\t// // Select all elements with the class `.icon-play-l`\n\t// var playIcons = document.querySelectorAll('.icon-play-l');\n\n\t// // Add a click event listener to each selected element\n\t// playIcons.forEach(function(playIcon) {\n\t// \tplayIcon.addEventListener('click', function() {\n\t// \t\t// Select the first element with the class `.modal-video`\n\t// \t\tconst video = document.querySelector('.modal-video');\n\n\t// \t\t// Check if the video element exists\n\t// \t\tif (video) {\n\t// \t\t\t// Get the current `src` attribute of the video\n\t// \t\t\tconst videoSrc = video.getAttribute('src');\n\n\t// \t\t\t// Add `autoplay=1` to the `src` to enable autoplay when clicked\n\t// \t\t\tvideo.setAttribute('src', videoSrc + '&autoplay=1');\n\t// \t\t}\n\t// \t});\n\t// });\n\n})();"]}