<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!/wp-content/themes/aspire-pro/js/parallax.js*/
jQuery(function($){$(window).scroll(function(){scrolltop=$(window).scrollTop()
scrollwindow=scrolltop+$(window).height();$(".front-page-1").css("backgroundPosition","50% "+ -(scrolltop/6)+"px");if($(".front-page-4").length){sectionthreeoffset=$(".front-page-4").offset().top;if(scrollwindow&gt;sectionthreeoffset){backgroundscroll=scrollwindow-sectionthreeoffset;$(".front-page-4").css("backgroundPosition","50% "+ -(backgroundscroll/6)+"px")}}
if($(".front-page-5").length){sectionfiveoffset=$(".front-page-5").offset().top;if(scrollwindow&gt;sectionfiveoffset){backgroundscroll=scrollwindow-sectionfiveoffset;$(".front-page-5").css("backgroundPosition","50% "+ -(backgroundscroll/6)+"px")}}
if($(".front-page-7").length){sectionfiveoffset=$(".front-page-7").offset().top;if(scrollwindow&gt;sectionfiveoffset){backgroundscroll=scrollwindow-sectionfiveoffset;$(".front-page-7").css("backgroundPosition","50% "+ -(backgroundscroll/6)+"px")}}
if($(".front-page-9").length){sectionfiveoffset=$(".front-page-9").offset().top;if(scrollwindow&gt;sectionfiveoffset){backgroundscroll=scrollwindow-sectionfiveoffset;$(".front-page-9").css("backgroundPosition","50% "+ -(backgroundscroll/6)+"px")}}
if($(".front-page-11").length){sectionfiveoffset=$(".front-page-11").offset().top;if(scrollwindow&gt;sectionfiveoffset){backgroundscroll=scrollwindow-sectionfiveoffset;$(".front-page-11").css("backgroundPosition","50% "+ -(backgroundscroll/6)+"px")}}})})
;</pre></body></html>