function SearchBarToggler(){function i(n){var t=n[0].intersectionRatio;t===0?$("#searchBar").removeClass("hidden"):$("#searchBar").addClass("hidden")}var t=document.querySelector("#searchHero"),n;n=new IntersectionObserver(i,{root:null,rootMargin:"-150px",threshold:[0,.25,.5,.75,1]});n.observe(t)}$(function(){$("#industrySlick").slick({autoplay:!0,autoplaySpeed:8e3,infinite:!0,nextArrow:$("#industryNext"),prevArrow:$("#industryPrev"),responsive:[{breakpoint:991,settings:{slidesToShow:1,slidesToScroll:1}}]});$("#productSlick").slick({autoplay:!0,autoplaySpeed:8e3,infinite:!0,nextArrow:$("#productNext"),prevArrow:$("#productPrev"),responsive:[{breakpoint:991,settings:{slidesToShow:1,slidesToScroll:1}}]});SearchBarToggler()})