$(document).ready(function(){$('a[href*="#"]').on("click",function(t){var e,n=$(this).attr("href");"#"!==n&&""!==n&&(n=-1!==n.indexOf("#")?n.split("#")[1]:"")&&(e=$("#"+n)).length&&(t.preventDefault(),$("html, body").animate({scrollTop:e.offset().top-40},800,"swing"))})});