$(document).ready(function(){$(".cont-link").click(function(){$("html, body").animate({scrollTop:"0px"})});$(".promoSlide").slick({autoplay:!0,dots:!0,arrows:!1,infinite:!0,autoplaySpeed:5e3,focusOnSelect:!0,responsive:[{breakpoint:576,settings:{speed:200,autoplay:!1}}]});$offset=40;$('a[href*="#"]').not('[href="#"]').not('[href="#0"]').click(function(n){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var t=$(this.hash);t=t.length?t:$("[name="+this.hash.slice(1)+"]");t.length&&(n.preventDefault(),$("html, body").animate({scrollTop:t.offset().top-$offset},1e3,function(){var n=$(t);if(n.focus(),n.is(":focus"))return!1;n.attr("tabindex","-1");n.focus()}))}})})