jQuery(function(o){var l=o(".scroll-to-top");o(window).scroll(function(){o(window).scrollTop()>400?l.addClass("show"):l.removeClass("show")}),l.on("click",function(l){l.preventDefault(),o("html, body").animate({scrollTop:0},"300")})});