!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],t):t(e.bootstrap={},e.jQuery,e.Popper)}(this,function(e,t,c){"use strict";function n(e,t){for(var i=0;ithis._items.length-1||e<0))if(this._isSliding)C(this._element).one(N.SLID,function(){return t.to(e)});else{if(i===e)return this.pause(),void this.cycle();var n=idocument.documentElement.clientHeight;!this._isBodyOverflowing&&e&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!e&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},It._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},It._checkScrollbar=function(){var e=document.body.getBoundingClientRect();this._isBodyOverflowing=e.left+e.right
',trigger:"hover focus",title:"",delay:0,html:!(Qe={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"}),selector:!(Pe={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)"}),placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},ze={HIDE:"hide"+$e,HIDDEN:"hidden"+$e,SHOW:(Le="show")+$e,SHOWN:"shown"+$e,INSERTED:"inserted"+$e,CLICK:"click"+$e,FOCUSIN:"focusin"+$e,FOCUSOUT:"focusout"+$e,MOUSEENTER:"mouseenter"+$e,MOUSELEAVE:"mouseleave"+$e},Me="fade",We="show",Re="hover",qe="focus",(Et=Xt.prototype).enable=function(){this._isEnabled=!0},Et.disable=function(){this._isEnabled=!1},Et.toggleEnabled=function(){this._isEnabled=!this._isEnabled},Et.toggle=function(e){if(this._isEnabled)if(e){var t=this.constructor.DATA_KEY,i=Ie(e.currentTarget).data(t);i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),Ie(e.currentTarget).data(t,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(Ie(this.getTipElement()).hasClass(We))return void this._leave(null,this);this._enter(null,this)}},Et.dispose=function(){clearTimeout(this._timeout),Ie.removeData(this.element,this.constructor.DATA_KEY),Ie(this.element).off(this.constructor.EVENT_KEY),Ie(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&Ie(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,(this._activeTrigger=null)!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},Et.show=function(){var t=this;if("none"===Ie(this.element).css("display"))throw new Error("Please use show on visible elements");var e=Ie.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){Ie(this.element).trigger(e);var i=Ie.contains(this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!i)return;var n=this.getTipElement(),o=Ht.getUID(this.constructor.NAME);n.setAttribute("id",o),this.element.setAttribute("aria-describedby",o),this.setContent(),this.config.animation&&Ie(n).addClass(Me);var s="function"==typeof this.config.placement?this.config.placement.call(this,n,this.element):this.config.placement,r=this._getAttachment(s);this.addAttachmentClass(r);var a=!1===this.config.container?document.body:Ie(document).find(this.config.container);Ie(n).data(this.constructor.DATA_KEY,this),Ie.contains(this.element.ownerDocument.documentElement,this.tip)||Ie(n).appendTo(a),Ie(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new c(this.element,n,{placement:r,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){t._handlePopperPlacementChange(e)}}),Ie(n).addClass(We),"ontouchstart"in document.documentElement&&Ie(document.body).children().on("mouseover",null,Ie.noop);var l,d=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,Ie(t.element).trigger(t.constructor.Event.SHOWN),"out"===e&&t._leave(null,t)};Ie(this.tip).hasClass(Me)?(l=Ht.getTransitionDurationFromElement(this.tip),Ie(this.tip).one(Ht.TRANSITION_END,d).emulateTransitionEnd(l)):d()}},Et.hide=function(e){function t(){n._hoverState!==Le&&o.parentNode&&o.parentNode.removeChild(o),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),Ie(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()}var i,n=this,o=this.getTipElement(),s=Ie.Event(this.constructor.Event.HIDE);Ie(this.element).trigger(s),s.isDefaultPrevented()||(Ie(o).removeClass(We),"ontouchstart"in document.documentElement&&Ie(document.body).children().off("mouseover",null,Ie.noop),this._activeTrigger.click=!1,this._activeTrigger[qe]=!1,this._activeTrigger[Re]=!1,Ie(this.tip).hasClass(Me)?(i=Ht.getTransitionDurationFromElement(o),Ie(o).one(Ht.TRANSITION_END,t).emulateTransitionEnd(i)):t(),this._hoverState="")},Et.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},Et.isWithContent=function(){return Boolean(this.getTitle())},Et.addAttachmentClass=function(e){Ie(this.getTipElement()).addClass(Oe+"-"+e)},Et.getTipElement=function(){return this.tip=this.tip||Ie(this.config.template)[0],this.tip},Et.setContent=function(){var e=this.getTipElement();this.setElementContent(Ie(e.querySelectorAll(".tooltip-inner")),this.getTitle()),Ie(e).removeClass(Me+" "+We)},Et.setElementContent=function(e,t){var i=this.config.html;"object"==typeof t&&(t.nodeType||t.jquery)?i?Ie(t).parent().is(e)||e.empty().append(t):e.text(Ie(t).text()):e[i?"html":"text"](t)},Et.getTitle=function(){return this.element.getAttribute("data-original-title")||("function"==typeof this.config.title?this.config.title.call(this.element):this.config.title)},Et._getAttachment=function(e){return Qe[e.toUpperCase()]},Et._setListeners=function(){var n=this;this.config.trigger.split(" ").forEach(function(e){var t,i;"click"===e?Ie(n.element).on(n.constructor.Event.CLICK,n.config.selector,function(e){return n.toggle(e)}):"manual"!==e&&(t=e===Re?n.constructor.Event.MOUSEENTER:n.constructor.Event.FOCUSIN,i=e===Re?n.constructor.Event.MOUSELEAVE:n.constructor.Event.FOCUSOUT,Ie(n.element).on(t,n.config.selector,function(e){return n._enter(e)}).on(i,n.config.selector,function(e){return n._leave(e)})),Ie(n.element).closest(".modal").on("hide.bs.modal",function(){return n.hide()})}),this.config.selector?this.config=r({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},Et._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");!this.element.getAttribute("title")&&"string"==e||(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},Et._enter=function(e,t){var i=this.constructor.DATA_KEY;(t=t||Ie(e.currentTarget).data(i))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),Ie(e.currentTarget).data(i,t)),e&&(t._activeTrigger["focusin"===e.type?qe:Re]=!0),Ie(t.getTipElement()).hasClass(We)||t._hoverState===Le?t._hoverState=Le:(clearTimeout(t._timeout),t._hoverState=Le,t.config.delay&&t.config.delay.show?t._timeout=setTimeout(function(){t._hoverState===Le&&t.show()},t.config.delay.show):t.show())},Et._leave=function(e,t){var i=this.constructor.DATA_KEY;(t=t||Ie(e.currentTarget).data(i))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),Ie(e.currentTarget).data(i,t)),e&&(t._activeTrigger["focusout"===e.type?qe:Re]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState="out",t.config.delay&&t.config.delay.hide?t._timeout=setTimeout(function(){"out"===t._hoverState&&t.hide()},t.config.delay.hide):t.hide())},Et._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},Et._getConfig=function(e){return"number"==typeof(e=r({},this.constructor.Default,Ie(this.element).data(),"object"==typeof e&&e?e:{})).delay&&(e.delay={show:e.delay,hide:e.delay}),"number"==typeof e.title&&(e.title=e.title.toString()),"number"==typeof e.content&&(e.content=e.content.toString()),Ht.typeCheckConfig(De,e,this.constructor.DefaultType),e},Et._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},Et._cleanTipClass=function(){var e=Ie(this.getTipElement()),t=e.attr("class").match(Ne);null!==t&&t.length&&e.removeClass(t.join(""))},Et._handlePopperPlacementChange=function(e){var t=e.instance;this.tip=t.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},Et._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(Ie(e).removeClass(Me),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},Xt._jQueryInterface=function(i){return this.each(function(){var e=Ie(this).data(xe),t="object"==typeof i&&i;if((e||!/dispose|hide/.test(i))&&(e||(e=new Xt(this,t),Ie(this).data(xe,e)),"string"==typeof i)){if(void 0===e[i])throw new TypeError('No method named "'+i+'"');e[i]()}})},s(Xt,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return He}},{key:"NAME",get:function(){return De}},{key:"DATA_KEY",get:function(){return xe}},{key:"Event",get:function(){return ze}},{key:"EVENT_KEY",get:function(){return $e}},{key:"DefaultType",get:function(){return Pe}}]),Fe=Xt,Ie.fn[De]=Fe._jQueryInterface,Ie.fn[De].Constructor=Fe,Ie.fn[De].noConflict=function(){return Ie.fn[De]=je,Fe._jQueryInterface},Fe),Ut=(Be="popover",Ye="."+(Ke="bs.popover"),Ve=(Ue=t).fn[Be],Xe="bs-popover",Ge=new RegExp("(^|\\s)"+Xe+"\\S+","g"),Ze=r({},Ft.Default,{placement:"right",trigger:"click",content:"",template:''}),Je=r({},Ft.DefaultType,{content:"(string|element|function)"}),et={HIDE:"hide"+Ye,HIDDEN:"hidden"+Ye,SHOW:"show"+Ye,SHOWN:"shown"+Ye,INSERTED:"inserted"+Ye,CLICK:"click"+Ye,FOCUSIN:"focusin"+Ye,FOCUSOUT:"focusout"+Ye,MOUSEENTER:"mouseenter"+Ye,MOUSELEAVE:"mouseleave"+Ye},tt=function(e){var t,i;function n(){return e.apply(this,arguments)||this}i=e,(t=n).prototype=Object.create(i.prototype),(t.prototype.constructor=t).__proto__=i;var o=n.prototype;return o.isWithContent=function(){return this.getTitle()||this._getContent()},o.addAttachmentClass=function(e){Ue(this.getTipElement()).addClass(Xe+"-"+e)},o.getTipElement=function(){return this.tip=this.tip||Ue(this.config.template)[0],this.tip},o.setContent=function(){var e=Ue(this.getTipElement());this.setElementContent(e.find(".popover-header"),this.getTitle());var t=this._getContent();"function"==typeof t&&(t=t.call(this.element)),this.setElementContent(e.find(".popover-body"),t),e.removeClass("fade show")},o._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},o._cleanTipClass=function(){var e=Ue(this.getTipElement()),t=e.attr("class").match(Ge);null!==t&&0=this._offsets[o]&&(void 0===this._offsets[o+1]||e li > .active",(kt=Yt.prototype).show=function(){var e,t,i,n,o,s,r,a,l=this;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&mt(this._element).hasClass(bt)||mt(this._element).hasClass("disabled")||(t=mt(this._element).closest(".nav, .list-group")[0],i=Ht.getSelectorFromElement(this._element),t&&(n="UL"===t.nodeName?St:Tt,o=(o=mt.makeArray(mt(t).find(n)))[o.length-1]),s=mt.Event(_t.HIDE,{relatedTarget:this._element}),r=mt.Event(_t.SHOW,{relatedTarget:o}),o&&mt(o).trigger(s),mt(this._element).trigger(r),r.isDefaultPrevented()||s.isDefaultPrevented()||(i&&(e=document.querySelector(i)),this._activate(this._element,t),a=function(){var e=mt.Event(_t.HIDDEN,{relatedTarget:l._element}),t=mt.Event(_t.SHOWN,{relatedTarget:o});mt(o).trigger(e),mt(l._element).trigger(t)},e?this._activate(e,e.parentNode,a):a()))},kt.dispose=function(){mt.removeData(this._element,vt),this._element=null},kt._activate=function(e,t,i){function n(){return s._transitionComplete(e,r,i)}var o,s=this,r=("UL"===t.nodeName?mt(t).find(St):mt(t).children(Tt))[0],a=i&&r&&mt(r).hasClass("fade");r&&a?(o=Ht.getTransitionDurationFromElement(r),mt(r).one(Ht.TRANSITION_END,n).emulateTransitionEnd(o)):n()},kt._transitionComplete=function(e,t,i){var n,o,s;t&&(mt(t).removeClass("show "+bt),(n=mt(t.parentNode).find("> .dropdown-menu .active")[0])&&mt(n).removeClass(bt),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)),mt(e).addClass(bt),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),Ht.reflow(e),mt(e).addClass("show"),e.parentNode&&mt(e.parentNode).hasClass("dropdown-menu")&&((o=mt(e).closest(".dropdown")[0])&&(s=[].slice.call(o.querySelectorAll(".dropdown-toggle")),mt(s).addClass(bt)),e.setAttribute("aria-expanded",!0)),i&&i()},Yt._jQueryInterface=function(i){return this.each(function(){var e=mt(this),t=e.data(vt);if(t||(t=new Yt(this),e.data(vt,t)),"string"==typeof i){if(void 0===t[i])throw new TypeError('No method named "'+i+'"');t[i]()}})},s(Yt,null,[{key:"VERSION",get:function(){return"4.1.3"}}]),Ct=Yt,mt(document).on(_t.CLICK_DATA_API,'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',function(e){e.preventDefault(),Ct._jQueryInterface.call(mt(this),"show")}),mt.fn.tab=Ct._jQueryInterface,mt.fn.tab.Constructor=Ct,mt.fn.tab.noConflict=function(){return mt.fn.tab=wt,Ct._jQueryInterface},Ct);function Yt(e){this._element=e}function Vt(e,t){var i=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(t),this._selector=this._config.target+" "+ht+","+this._config.target+" "+pt+","+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,it(this._scrollElement).on(dt.SCROLL,function(e){return i._process(e)}),this.refresh(),this._process()}function Xt(e,t){if(void 0===c)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}function Gt(e,t){this._config=this._getConfig(t),this._element=e,this._dialog=e.querySelector(".modal-dialog"),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._scrollbarWidth=0}function Zt(e,t){this._element=e,this._popper=null,this._config=this._getConfig(t),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}function Jt(t,e){this._isTransitioning=!1,this._element=t,this._config=this._getConfig(e),this._triggerArray=L.makeArray(document.querySelectorAll('[data-toggle="collapse"][href="#'+t.id+'"],[data-toggle="collapse"][data-target="#'+t.id+'"]'));for(var i=[].slice.call(document.querySelectorAll(X)),n=0,o=i.length;nl.top&&-cl.left&&-cn.oldScroll?n.forward:n.backward;for(var s in this.waypoints[i]){var r,a,l=this.waypoints[i][s];null!==l.triggerPoint&&(r=n.oldScroll=l.triggerPoint,(r&&a||!r&&!a)&&(l.queueTrigger(o),e[l.group.id]=l.group))}}for(var d in e)e[d].flushTriggers();this.oldScroll={x:t.horizontal.newScroll,y:t.vertical.newScroll}},i.prototype.innerHeight=function(){return this.element==this.element.window?m.viewportHeight():this.adapter.innerHeight()},i.prototype.remove=function(e){delete this.waypoints[e.axis][e.key],this.checkEmpty()},i.prototype.innerWidth=function(){return this.element==this.element.window?m.viewportWidth():this.adapter.innerWidth()},i.prototype.destroy=function(){var e=[];for(var t in this.waypoints)for(var i in this.waypoints[t])e.push(this.waypoints[t][i]);for(var n=0,o=e.length;n=s.oldScroll,c=!l&&!d,!g&&(l&&d)?(u.queueTrigger(s.backward),n[u.group.id]=u.group):(!g&&c||g&&s.oldScroll>=u.triggerPoint)&&(u.queueTrigger(s.forward),n[u.group.id]=u.group)}}return m.requestAnimationFrame(function(){for(var e in n)n[e].flushTriggers()}),this},i.findOrCreateByElement=function(e){return i.findByElement(e)||new i(e)},i.refreshAll=function(){for(var e in o)o[e].refresh()},i.findByElement=function(e){return o[e.waypointContextKey]},window.onload=function(){e&&e(),i.refreshAll()},m.requestAnimationFrame=function(e){(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t).call(window,e)},m.Context=i}(),function(){"use strict";function r(e,t){return e.triggerPoint-t.triggerPoint}function a(e,t){return t.triggerPoint-e.triggerPoint}function t(e){this.name=e.name,this.axis=e.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),i[this.axis][this.name]=this}var i={vertical:{},horizontal:{}},n=window.Waypoint;t.prototype.add=function(e){this.waypoints.push(e)},t.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},t.prototype.flushTriggers=function(){for(var e in this.triggerQueues){var t=this.triggerQueues[e],i="up"===e||"left"===e;t.sort(i?a:r);for(var n=0,o=t.length;nPrevious',nextArrow:'',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(e,t){return d('',nextArrow:'',mobileFirst:!0,responsive:[{breakpoint:1024,settings:"unslick"}]}),jQuery(window).on("orientationchange",function(){jQuery(".loan-slider").slick("refresh")}),jQuery(window).resize(function(){jQuery(window).width()<1024&&jQuery(".loan-slider").slick("refresh")}))},FontSize_Adapter:function(){jQuery(window).width();jQuery(window).width()<=640&&jQuery(".lp-btn-responsive span").each(function(){jQuery(this).fontSizeAdapter({fontMax:20,fontMin:10})})},LazyLoading_Images:function(){jQuery().Lazy&&jQuery(".lazy").Lazy({scrollDirection:"vertical",effect:"fadeIn",visibleOnly:!0})},Resize_Effect:function(){jQuery(window).resize(function(){jQuery("body").addClass("resize-active"),991jQuery(window).width()?jQuery(".lp-inner-banner-button").parents(".purchse-holder").css({width:_width-40}):(jQuery(".lp-inner-banner-button").parents(".purchse-holder").css({width:"100%"}),jQuery(".lp-inner-banner-button").parents(".purchse-holder").width()+40>jQuery(window).width()&&jQuery(".lp-inner-banner-button").parents(".purchse-holder").css({width:_width-40})))},superCalcShareEvent:function(){window.addEventListener("message",function(e){"superCalcShareEvent"==e.data&&jQuery("html, body").animate({scrollTop:0},"slow")})},init:function(){jQuery(".lp-btn-responsive, .lp-btn-responsive span").addClass("lp-line-height"),setTimeout(function(){jQuery(".lp-btn-responsive, .lp-btn-responsive span").removeClass("lp-line-height")},200),custom.setInnerButtonWidth(),custom.preLoader(),custom.Mobile_Menu(),custom.Sticky_Header(),custom.Header_DropDown(),custom.Loan_DropDown(),custom.Select_Loan(),custom.ToolTip(),custom.FontSize_Adapter(),custom.Init_SlickCarousel(),custom.LazyLoading_Images(),custom.Resize_Effect(),custom.superCalcShareEvent(),jQuery(document).click(function(e){var t=e.target;jQuery("body").hasClass("menu-active")&&(jQuery(t).hasClass("hamburger")||jQuery(t).parents(".menu-area").length||jQuery("body").removeClass("menu-active"))});var e=new Image;e.onerror=function(){jQuery("body").removeClass("webp"),jQuery("body").addClass("no-webp")},e.onload=function(){jQuery("body").removeClass("no-webp"),jQuery("body").addClass("webp")},e.src="data:image/webp;base64,UklGRjIAAABXRUJQVlA4ICYAAACyAgCdASoBAAEALmk0mk0iIiIiIgBoSygABc6zbAAA/v56QAAAAA=="}};jQuery(document).ready(function(){custom.init()});