var scrollModule=function(){function n(){$("#apply__scroll-trigger").on("click",function(){$("html, body").animate({scrollTop:t()},750,"linear")})}function t(){var n=document.querySelector("body"),t=window.getComputedStyle(n);return $(".apply__cta-container").offset().top-parseInt(t.getPropertyValue("line-height"))}return{init:n}}();$(document).ready(function(){scrollModule.init()})