/*smooth scroll behaviour */
.sePage .sePageFooter { margin-top: 0px; }
html {
 scroll-behavior: smooth;
 scroll-padding-top: 50px;
}