/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
archub-elementor-addons
/
assets
/
js
/
Upload File
HOME
!function(){"use strict";class e extends elementorModules.frontend.handlers.Base{onInit(...e){this.getModelSetting(),this.modelSetting&&(this.customAnimationsOpts=!1,this.customAnimationsPlayBtn=!1,this.handleCustomAnimationApply=liquidDebounce(this.handleCustomAnimationApply.bind(this),1e3,!0),super.onInit(...e),this.handleDestroy(),this.handleParallaxInit(),this.handleCustomAnimationInit())}getModelSetting(){this.modelSetting=elementorFrontend.config.elements.data[this.getModelCID()]}getElementPluginData(e){return this.$element.data(e)}onElementChange(e){this.getModelSetting(),"lqd_parallax"===e&&this.handleParallaxInit(),(e.startsWith("lqd_parallax_from_")||e.startsWith("lqd_parallax_to_")||"lqd_parallax_settings_perspective"===e||"lqd_parallax_settings_ease"===e)&&this.handleParallaxFromToUpdate(),"lqd_parallax_settings_duration"!==e&&"lqd_parallax_settings_trigger"!==e&&"lqd_parallax_settings_trigger_start"!==e&&"lqd_parallax_settings_trigger_end"!==e||this.handleParallaxSettingsUpdate(),"lqd_custom_animation"===e&&(this.getCustomAnimationsOpts(),this.handleCustomAnimationInit()),"lqd_parallax_settings_parallaxElement"!==e&&"lqd_parallax_settings_scrub"!==e||(this.handleParallaxDestroy(),this.initParallax()),(e.startsWith("lqd_ca_settings_")||e.startsWith("lqd_ca_from_")||e.startsWith("lqd_ca_to_"))&&(this.getCustomAnimationsOpts(),this.handleCustomAnimationDestroy())}handleParallaxInit(){"yes"===this.modelSetting.get("lqd_parallax")?this.initParallax():this.handleParallaxDestroy()}initParallax(){const e=this.getParallaxFromTo(),t=this.getParallaxSettings();liquidThrottle(this.$element.liquidParallax(t,e.fromVals,e.toVals),250,{leading:!0})}getParallaxFromTo(){const e=this.getAnimationValues("parallax"),t=this.modelSetting.get("lqd_parallax_settings_perspective"),n=this.modelSetting.get("lqd_parallax_settings_ease");return""!==t&&null!=t&&""!==t.size&&(e.from.transformPerspective=`${t.size}${t.unit}`),""!==n&&null!=n&&(e.to.ease=n),{fromVals:e.from,toVals:e.to}}getParallaxSettings(){const e={start:"top bottom",end:"bottom top"};if("custom"!==this.modelSetting.get("lqd_parallax_settings_trigger")){e.start=this.modelSetting.get("lqd_parallax_settings_trigger");const t=this.modelSetting.get("lqd_parallax_settings_duration");if(t&&""!==t){const n=t.size>=0?`+=${Math.abs(t.size)}${t.unit}`:`-=${Math.abs(t.size)}${t.unit}`;e.end=`bottom${n} top`}}else""!==this.modelSetting.get("lqd_parallax_settings_trigger_start")&&(e.start=this.modelSetting.get("lqd_parallax_settings_trigger_start")),""!==this.modelSetting.get("lqd_parallax_settings_trigger_end")&&(e.end=this.modelSetting.get("lqd_parallax_settings_trigger_end"));return""!==this.modelSetting.get("lqd_parallax_settings_parallaxElement")&&(e.parallaxElement=this.modelSetting.get("lqd_parallax_settings_parallaxElement")),this.modelSetting.get("lqd_parallax_settings_scrub")&&.55!==this.modelSetting.get("lqd_parallax_settings_scrub").size&&(e.scrub=this.modelSetting.get("lqd_parallax_settings_scrub").size),e}getAnimationValues(e="parallax"){const t={from:{},to:{}},n=this.modelSetting.get(`lqd_${e}_from_x`),i=this.modelSetting.get(`lqd_${e}_from_y`),l=this.modelSetting.get(`lqd_${e}_from_z`),s=this.modelSetting.get(`lqd_${e}_from_scaleX`).size,o=this.modelSetting.get(`lqd_${e}_from_scaleY`).size,a=this.modelSetting.get(`lqd_${e}_from_rotationX`).size,r=this.modelSetting.get(`lqd_${e}_from_rotationY`).size,d=this.modelSetting.get(`lqd_${e}_from_rotationZ`).size,m=this.modelSetting.get(`lqd_${e}_from_opacity`).size,h=this.modelSetting.get(`lqd_${e}_from_transformOriginX`),u=this.modelSetting.get(`lqd_${e}_from_transformOriginY`),c=this.modelSetting.get(`lqd_${e}_from_transformOriginZ`),g=this.modelSetting.get(`lqd_${e}_to_x`),p=this.modelSetting.get(`lqd_${e}_to_y`),E=this.modelSetting.get(`lqd_${e}_to_z`),y=this.modelSetting.get(`lqd_${e}_to_scaleX`).size,f=this.modelSetting.get(`lqd_${e}_to_scaleY`).size,_=this.modelSetting.get(`lqd_${e}_to_rotationX`).size,v=this.modelSetting.get(`lqd_${e}_to_rotationY`).size,D=this.modelSetting.get(`lqd_${e}_to_rotationZ`).size,S=this.modelSetting.get(`lqd_${e}_to_opacity`).size,q=this.modelSetting.get(`lqd_${e}_to_transformOriginX`),x=this.modelSetting.get(`lqd_${e}_to_transformOriginY`),A=this.modelSetting.get(`lqd_${e}_to_transformOriginZ`);return n.size===g.size&&n.unit===g.unit||(t.from.x=`${n.size}${n.unit}`,t.to.x=`${g.size}${g.unit}`),i.size===p.size&&i.unit===p.unit||(t.from.y=`${i.size}${i.unit}`,t.to.y=`${p.size}${p.unit}`),l.size===E.size&&l.unit===E.unit||(t.from.z=`${l.size}${l.unit}`,t.to.z=`${E.size}${E.unit}`),s!==y&&(t.from.scaleX=s,t.to.scaleX=y),o!==f&&(t.from.scaleY=o,t.to.scaleY=f),a!==_&&(t.from.rotationX=a,t.to.rotationX=_),r!==v&&(t.from.rotationY=r,t.to.rotationY=v),d!==D&&(t.from.rotationZ=d,t.to.rotationZ=D),m!==S&&(t.from.opacity=m,t.to.opacity=S),t.from.transformOrigin=`${h.size}${h.unit} ${u.size}${u.unit} ${c.size}${c.unit}`,t.to.transformOrigin=`${q.size}${q.unit} ${x.size}${x.unit} ${A.size}${A.unit}`,t.from.transformOrigin==t.to.transformOrigin&&(delete t.from.transformOrigin,delete t.to.transformOrigin),t}handleParallaxFromToUpdate(){const e=this.getElementPluginData("plugin_liquidParallax"),t=this.getParallaxFromTo();e.parallaxTimeline.set(e.parallaxElement,{clearProps:"all"}),e.parallaxTimeline.clear(),e.parallaxTimeline.fromTo(e.parallaxElement,t.fromVals,t.toVals),e.parallaxFromOptions=t.fromVals,e.parallaxToOptions=t.toVals,e.options.ease=t.toVals.ease,e.ST.refresh(),e.parallaxTimeline.scrollTrigger.refresh()}handleParallaxSettingsUpdate(){const e=this.getElementPluginData("plugin_liquidParallax"),t=this.getParallaxSettings();e.options.start=t.start,e.options.end=t.end,e.ST.refresh(),e.parallaxTimeline.scrollTrigger.refresh()}handleCustomAnimationInit(){"yes"===this.modelSetting.get("lqd_custom_animation")?(this.getCustomAnimationsOpts(),this.initCustomAnimation()):this.handleCustomAnimationDestroy()}handleCustomAnimationApply(e){const t=elementor.getPanelView().getCurrentPageView().getOption("editedElementView");e&&e.options&&t&&t.model&&t.model.cid===e.options.element.model.cid&&(this.handleCustomAnimationDestroy(),this.getCustomAnimationsOpts(),this.initCustomAnimation())}getCustomAnimationsFromTo(){const e=this.getAnimationValues("ca");return{fromVals:e.from,toVals:e.to}}getCustomAnimationsSettings(){const e={},t=this.modelSetting.get("lqd_ca_settings_ease"),n=this.modelSetting.get("lqd_ca_settings_direction"),i=this.modelSetting.get("lqd_ca_settings_duration"),l=this.modelSetting.get("lqd_ca_settings_stagger"),s=this.modelSetting.get("lqd_ca_settings_start_delay");return t&&(e.ease=t),n&&(e.direction=n),i&&(e.duration=1e3*i.size),l&&(e.delay=1e3*l.size),s&&(e.startDelay=1e3*s.size),e}getCustomAnimationsOpts(){const e=this.getCustomAnimationsSettings(),t=this.getCustomAnimationsFromTo(),n=this.getElementType(),i=this.getWidgetType(),l=parseFloat(elementor.config.version),s=l>=3.8?".e-con":".e-container",o=l>=3.8?"> .e-con-inner":"",a=[];if("section"===n)a.push(":scope > .elementor-container > .elementor-column");else if("container"===n)a.push(`:scope ${o} > .elementor-element > .elementor-widget-container`),a.push(`:scope ${o} > .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner`),a.push(`:scope ${o} > .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner`),a.push(`:scope ${o} > .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner`),a.push(`:scope ${o} > .elementor-widget-ld_custom_menu .lqd-fancy-menu > ul > li`),a.push(`:scope ${s}:not([data-parallax]) ${o} > .elementor-element > .elementor-widget-container`),a.push(`:scope ${s}:not([data-parallax]) ${o} > .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner`),a.push(`:scope ${s}:not([data-parallax]) ${o} > .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner`),a.push(`:scope ${s}:not([data-parallax]) ${o} > .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner`),a.push(`:scope ${s}:not([data-parallax]) ${o} > .elementor-widget-ld_custom_menu .lqd-fancy-menu > ul > li`);else if("column"===n)a.push(":scope > .elementor-widget-wrap > .elementor-element > .elementor-widget-container"),a.push(":scope > .elementor-widget-wrap > .elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-element:not(.lqd-el-has-inner-anim) > .elementor-widget-container"),a.push(":scope > .elementor-widget-wrap > .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner"),a.push(":scope > .elementor-widget-wrap > .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner"),a.push(":scope > .elementor-widget-wrap > .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner"),a.push(":scope > .elementor-widget-wrap > .elementor-widget-ld_custom_menu .lqd-fancy-menu > ul > li");else if("widget"===n)if("hub_fancy_heading"===i&&"true"==this.getElementSettings("enable_split")){const e=this.getElementSettings("split_type");"lines"===e?a.push(".lqd-split-lines .lqd-lines .split-inner"):"words"===e?a.push(".lqd-split-words .lqd-words .split-inner"):"chars, words"===e&&a.push(".lqd-split-chars .lqd-chars .split-inner")}else"ld_custom_menu"===i?a.push(":scope .lqd-fancy-menu > ul > li"):"ld_carousel"===i||"ld_testimonial_carousel"===i?a.push("[data-lqd-flickity] > .flickity-viewport > .flickity-slider > .carousel-item > .carousel-item-inner"):a.push(":scope > .elementor-widget-container");const r={addChildTimelines:!1,animationTarget:a.join(", "),...e,initValues:t.fromVals,animations:t.toVals};this.$element.attr("data-ca-options",JSON.stringify(r)),this.customAnimationsOpts=r}initCustomAnimation(){this.$element.liquidCustomAnimations(this.customAnimationsOpts)}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleParallaxDestroy(),this.handleCustomAnimationDestroy()}handleParallaxDestroy(){const e=this.getElementPluginData("plugin_liquidParallax");e&&e.destroy()}handleCustomAnimationDestroy(){const e=this.$element.data("plugin_liquidCustomAnimations");e&&e.destroy()}handleApplyBtnVisibility(e){this.customAnimationsPlayBtn=elementor.getPanelView().getCurrentPageView().getControlViewByName("lqd_ca_control_apply").$el.find(".elementor-button"),this.customAnimationsPlayBtn&&("disable"===e?this.customAnimationsPlayBtn.addClass("elementor-disabled").attr("disabled",!0):"enable"===e&&this.customAnimationsPlayBtn.removeClass("elementor-disabled").attr("disabled",!1))}}jQuery(window).on("elementor/frontend/init",(()=>{const $=elementorFrontend.elements.window.jQuery,e=liquidThrottle((e=>{const t=$(e.options.element.el),n=JSON.parse(t.attr("data-ca-options")),i=t.data("plugin_liquidCustomAnimations");i&&i.animationsTimeline&&!i.animationsTimeline.isActive()&&i.destroy(),t.liquidCustomAnimations(n)}),300);elementor.channels.editor.on("lqd_ca_apply",e)}));var t=t=>{elementorFrontend.elementsHandler.addHandler(e,{$element:t})};class n extends elementorModules.frontend.handlers.Base{modelSettings=!1;constructor(...e){super(...e);const t=this.getModelCID();this.modelSettings=elementorFrontend.config.elements.data[t],this.modelSettings&&(this.checkStickyRow(),this.checkStickyBar(),this.checkStickyBarPlacement(),this.checkShowHideOnSticky(),this.checkAnimatedBorders())}onElementChange(e){switch(e){case"lqd_sticky_row":case"lqd_sticky_row_anchor":case"lqd_sticky_row_offset":this.checkStickyRow()}}getDefaultSettings(){return{classnames:{stickyBarWrap:"lqd-stickybar-wrap",stickyBarLeft:"lqd-stickybar-left",stickyBarRight:"lqd-stickybar-right",showOnSticky:"lqd-show-onstuck",hideOnSticky:"lqd-hide-onstuck",stickyRow:"lqd-css-sticky",animatedBorders:"data-animated-borders"}}}checkStickyRow(){const e=this.modelSettings.get("lqd_sticky_row"),t=this.modelSettings.get("lqd_sticky_row_anchor"),n=this.modelSettings.get("lqd_sticky_row_offset"),i=this.getSettings("classnames");"lqd-css-sticky"===e?(this.$element.addClass(i.stickyRow),this.$element.css({top:"auto",[t]:n})):(this.$element.removeClass(i.stickyRow),this.$element.css({top:"",bottom:""}))}checkStickyBar(){const e=this.modelSettings.get("sticky_bar"),t=this.getSettings("classnames");"yes"===e?this.$element.addClass(t.stickyBarWrap):this.$element.removeClass([t.stickyBarWrap,t.stickyBarLeft,t.stickyBarRight])}checkStickyBarPlacement(){const e=this.modelSettings.get("sticky_bar"),t=this.modelSettings.get("stickybar_placement"),n=this.getSettings("classnames");if("yes"!==e)return this.$element.removeClass([n.stickyBarLeft,n.stickyBarRight]);this.$element.removeClass([n.stickyBarLeft,n.stickyBarRight]).addClass(t)}checkShowHideOnSticky(){const e=this.modelSettings.get("show_on_sticky"),t=this.modelSettings.get("hide_on_sticky"),{classnames:n}=this.getDefaultSettings();this.$element.removeClass([n.hideOnSticky,n.showOnSticky]),n.showOnSticky===e&&this.$element.addClass(n.showOnSticky),n.hideOnSticky===t&&this.$element.addClass(n.hideOnSticky)}checkAnimatedBorders(){const e=this.getSettings("classnames"),{animatedBorders:t}=e;"yes"===this.modelSettings.get("enable_animated_borders")?this.$element.attr(t,!0):(this.$element.removeAttr(t),this.$element.removeClass("lqd-append-template-done"),this.$element.children(".lqd-animated-borders").remove()),"function"==typeof liquidAppendTemplate&&jQuery("[data-lqd-append-template]").liquidAppendTemplate()}}var i=e=>{elementorFrontend.elementsHandler.addHandler(n,{$element:e})};class l extends elementorModules.frontend.handlers.Base{modelSettings=!1;constructor(...e){super(...e);const t=this.getModelCID();this.modelSettings=elementorFrontend.config.elements.data[t],this.modelSettings&&(this.checkSticky(),this.checkAnimatedBorders())}getDefaultSettings(){return{classnames:{sticky:"lqd-css-sticky-column",animatedBorders:"data-animated-borders"}}}checkSticky(){const e=this.getSettings("classnames"),{sticky:t}=e,n=this.modelSettings.get("enable_sticky_column"),i=this.modelSettings.get("sticky_column_offset");"yes"===n?(this.$element.addClass(t),this.$element.children(".elementor-widget-wrap").css("--lqd-sticky-offset",i)):(this.$element.removeClass(t),this.$element.children(".elementor-widget-wrap").css("--lqd-sticky-offset",""))}checkAnimatedBorders(){const e=this.getSettings("classnames"),{animatedBorders:t}=e;"yes"===this.modelSettings.get("enable_animated_borders")?this.$element.attr(t,!0):(this.$element.removeAttr(t),this.$element.removeClass("lqd-append-template-done"),this.$element.children(".lqd-animated-borders").remove()),"function"==typeof liquidAppendTemplate&&jQuery("[data-lqd-append-template]").liquidAppendTemplate()}}var s=e=>{elementorFrontend.elementsHandler.addHandler(l,{$element:e})};class o extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initSubmenu(),this.initTransitionDelay(),this.initMegamenu()}getDefaultSettings(){return{selectors:{mainNavElement:".main-nav",transitionDelayElement:".lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) > .nav-item-children",megamenuElement:".megamenu"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$mainNavElement:this.$element.find(e.mainNavElement),$transitionDelayElement:this.$element.find(e.transitionDelayElement),$megamenuElement:this.$element.find(e.megamenuElement)}}initSubmenu(){this.elements.$mainNavElement.liquidSubmenu()}initTransitionDelay(){this.elements.$transitionDelayElement.liquidTransitionDelay({elements:"> li",delayBetween:70})}initMegamenu(){this.elements.$megamenuElement.liquidMegamenu()}}var a=e=>{elementorFrontend.elementsHandler.addHandler(o,{$element:e})};class r extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initToggle()}getDefaultSettings(){return{selectors:{toggleElement:"[data-ld-toggle]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$toggleElement:this.$element.find(e.toggleElement)}}initToggle(){this.elements.$toggleElement.liquidToggle()}}var d=e=>{elementorFrontend.elementsHandler.addHandler(r,{$element:e})};class m extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initToggle()}getDefaultSettings(){return{selectors:{toggleElement:"[data-ld-toggle]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$toggleElement:this.$element.find(e.toggleElement)}}initToggle(){this.elements.$toggleElement.liquidToggle()}}var h=e=>{elementorFrontend.elementsHandler.addHandler(m,{$element:e})};class u extends m{}var c=e=>{elementorFrontend.elementsHandler.addHandler(u,{$element:e})};class g extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initModal(),this.initLocalScroll(),this.initSplitText()}getDefaultSettings(){return{selectors:{modalTrigger:"[data-lqd-lity]",localScrollElement:"[data-localscroll]",splitTextElement:"[data-split-text]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$modalTrigger:this.$element.find(e.modalTrigger),$localScrollElement:this.$element.find(e.localScrollElement),$splitTextElement:this.$element.find(e.splitTextElement)}}initModal(){this.elements.$modalTrigger.liquidLightBox()}initLocalScroll(){this.elements.$localScrollElement.liquidLocalScroll()}initSplitText(){this.elements.$splitTextElement.liquidSplitText()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleSplitTextDestroy(),this.handleModalDestroy()}handleSplitTextDestroy(){if(!this.elements.$splitTextElement.length)return;const e=this.elements.$splitTextElement.data("plugin_liquidSplitText");e&&e.destroy()}handleModalDestroy(){if(!this.elements.$modalTrigger.length)return;const e=this.elements.$modalTrigger.data("plugin_liquidLightBox");e&&e.destroy()}}var p=e=>{elementorFrontend.elementsHandler.addHandler(g,{$element:e})};class E extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.relayout=liquidDebounce(this.reLayout.bind(this),150),this.initCustomAnimation(),this.initParallax(),this.initMasonry(),this.initCarousel(),this.initResponsiveBg(),this.initFilterDropdown()}getDefaultSettings(){return{isotopeData:null,selectors:{parallaxElement:"[data-parallax]",customAnimationElement:"[data-custom-animations]",masonryElement:"[data-liquid-masonry]",carouselElement:"[data-lqd-flickity]",responsiveBgElement:"[data-responsive-bg]",dropdownElement:".lqd-filter-dropdown"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$parallaxElement:this.$element.find(e.parallaxElement),$customAnimationElement:this.$element.find(e.customAnimationElement),$masonryElement:this.$element.find(e.masonryElement),$carouselElement:this.$element.find(e.carouselElement),$responsiveBgElement:this.$element.find(e.responsiveBgElement),$dropdownElement:this.$element.find(e.dropdownElement)}}initParallax(){this.elements.$parallaxElement.liquidParallax()}initCustomAnimation(){this.elements.$customAnimationElement.liquidCustomAnimations()}initMasonry(){this.elements.$masonryElement.liquidMasonry({bypassCheck:!0})}initCarousel(){this.elements.$carouselElement.liquidCarousel({bypassCheck:!0})}initResponsiveBg(){this.elements.$responsiveBgElement.liquidResponsiveBG()}initFilterDropdown(){this.elements.$dropdownElement.liquidFormInputs()}getIsotopeData(){const e=this.getSettings("isotopeData");return e||(this.setSettings("isotopeData",this.elements.$masonryElement.data("plugin_liquidMasonry")),this.getSettings("isotopeData"))}onElementChange(e){switch(e){case"columns_gap":case"bottom_gap":this.relayout()}}reLayout(){const e=this.getIsotopeData();e&&e.isoData.layout()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleCustomAnimationDestroy()}handleCustomAnimationDestroy(){if(!this.elements.$customAnimationElement.length)return;const e=this.elements.$customAnimationElement.data("plugin_liquidCustomAnimations");e&&e.destroy()}}var y=e=>{elementorFrontend.elementsHandler.addHandler(E,{$element:e})};class f extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initInteractiveSwap(),this.initHover3d(),this.initReveal(),this.initInView()}getDefaultSettings(){return{isotopeData:null,selectors:{interactiveSwapElement:"[data-lqd-interactive-swap]",hover3dElement:"[data-hover3d]",revealElement:"[data-reveal]",inViewElement:"[data-inview]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$interactiveSwapElement:this.$element.find(e.interactiveSwapElement),$hover3dElement:this.$element.find(e.hover3dElement),$revealElement:this.$element.find(e.revealElement),$inViewElement:this.$element.find(e.inViewElement)}}initInteractiveSwap(){setTimeout((()=>{this.elements.$interactiveSwapElement.liquidInteractiveSwap()}),500)}initHover3d(){this.elements.$hover3dElement.liquidHover3d()}initReveal(){this.elements.$revealElement.liquidReveal()}initInView(){this.elements.$inViewElement.liquidInView()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleHover3dDestroy()}handleHover3dDestroy(){if(!this.elements.$hover3dElement.length)return;const e=this.elements.$hover3dElement.data("plugin_liquidHover3d");e&&e.destroy()}}var _=e=>{elementorFrontend.elementsHandler.addHandler(f,{$element:e})};class v extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initSplitText(),this.initTextRotator(),this.initInView()}getDefaultSettings(){return{selectors:{splitTextElement:"[data-split-text]",textRotatorElement:"[data-text-rotator]",inViewElement:"[data-inview]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$splitTextElement:this.$element.find(e.splitTextElement),$textRotatorElement:this.$element.find(e.textRotatorElement),$inViewElement:this.$element.find(e.inViewElement)}}initSplitText(){this.elements.$splitTextElement.liquidSplitText()}initCustomAnimation(){this.elements.$customAnimationElement.liquidCustomAnimations()}initTextRotator(){this.elements.$textRotatorElement.liquidTextRotator()}initInView(){this.elements.$inViewElement.liquidInView()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleSplitTextDestroy(),this.handleTextRotatorDestroy()}handleSplitTextDestroy(){if(!this.elements.$splitTextElement.length)return;const e=this.elements.$splitTextElement.data("plugin_liquidSplitText");e&&e.destroy()}handleTextRotatorDestroy(){if(!this.elements.$textRotatorElement.length)return;const e=this.elements.$textRotatorElement.data("plugin_liquidTextRotator");e&&e.destroy()}}var D=e=>{elementorFrontend.elementsHandler.addHandler(v,{$element:e})};class S extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.reposition=liquidDebounce(this.reposition.bind(this),150),this.resize=liquidDebounce(this.resize.bind(this),150),this.initCarousel(),this.initCustomAnimation()}getDefaultSettings(){return{flickityData:null,selectors:{carouselElement:"[data-lqd-flickity]",customAnimationElement:"[data-custom-animations]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$carouselElement:this.$element.find(e.carouselElement),$customAnimationElement:this.$element.find(e.customAnimationElement)}}initCarousel(){this.elements.$carouselElement.liquidCarousel({bypassCheck:!0}),this.setSettings("flickityData",this.elements.$carouselElement.data("plugin_liquidCarousel"))}initCustomAnimation(){this.elements.$customAnimationElement.liquidCustomAnimations()}onElementChange(e){switch(e){case"columns":case"carousel_item_spacing":case"carousel_item_inner_padding":case"carousel_item_inner_margin":this.resize()}}reposition(){const e=this.getSettings("flickityData");e&&e.flickityData.reposition()}resize(){const e=this.getSettings("flickityData");e&&e.flickityData.resize()}onDestroy(){this.handleRemoveNav(),this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleCarouselDestroy(),this.handleCustomAnimationDestroy()}handleCarouselDestroy(){if(!this.elements.$carouselElement.length)return;const e=this.elements.$carouselElement.data("plugin_liquidCarousel");e&&e.destroy()}handleCustomAnimationDestroy(){if(!this.elements.$customAnimationElement.length)return;const e=this.elements.$customAnimationElement.data("plugin_liquidCustomAnimations");e&&e.destroy()}handleRemoveNav(){const e=this.getSettings("flickityData");e&&(e.carouselNavElement&&jQuery(e.carouselNavElement).remove(),e.carouselDotsElement&&jQuery(e.carouselDotsElement).remove())}}var q=e=>{elementorFrontend.elementsHandler.addHandler(S,{$element:e})};class x extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.relayout=liquidDebounce(this.reLayout.bind(this),150),this.initCustomAnimation(),this.initMasonry(),this.initCarousel(),this.initResponsiveBg()}getDefaultSettings(){return{isotopeData:null,selectors:{customAnimationElement:"[data-custom-animations]",masonryElement:"[data-liquid-masonry]",carouselElement:"[data-lqd-flickity]",responsiveBgElement:"[data-responsive-bg]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$customAnimationElement:this.$element.find(e.customAnimationElement),$masonryElement:this.$element.find(e.masonryElement),$carouselElement:this.$element.find(e.carouselElement),$responsiveBgElement:this.$element.find(e.responsiveBgElement)}}initCustomAnimation(){this.elements.$customAnimationElement.liquidCustomAnimations()}initMasonry(){this.elements.$masonryElement.liquidMasonry({bypassCheck:!0})}initCarousel(){this.elements.$carouselElement.liquidCarousel({bypassCheck:!0})}initResponsiveBg(){this.elements.$responsiveBgElement.liquidResponsiveBG()}getIsotopeData(){const e=this.getSettings("isotopeData");return e||(this.setSettings("isotopeData",this.elements.$masonryElement.data("plugin_liquidMasonry")),this.getSettings("isotopeData"))}onElementChange(e){switch(e){case"columns_gap":case"bottom_gap":case"grid_columns_custom":case"items_height":case"items_height_custom":this.relayout()}}reLayout(){const e=this.getIsotopeData();e&&e.isoData.layout()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleCustomAnimationDestroy()}handleCustomAnimationDestroy(){if(!this.elements.$customAnimationElement.length)return;const e=this.elements.$customAnimationElement.data("plugin_liquidCustomAnimations");e&&e.destroy()}}var A=e=>{elementorFrontend.elementsHandler.addHandler(x,{$element:e})};class w extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initCounter()}getDefaultSettings(){return{selectors:{counterElement:"[data-enable-counter]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$counterElement:this.$element.find(e.counterElement)}}initCounter(){this.elements.$counterElement.liquidCounter()}}var H=e=>{elementorFrontend.elementsHandler.addHandler(w,{$element:e})};class C extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initCountdown()}getDefaultSettings(){return{selectors:{countdownElement:"[data-plugin-countdown]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$countdownElement:this.$element.find(e.countdownElement)}}initCountdown(){this.elements.$countdownElement.liquidCountdown()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleCountdownDestroy()}handleCountdownDestroy(){if(!this.elements.$countdownElement.length)return;const e=this.elements.$countdownElement.data("plugin_liquidCountdown");e&&e.destroy()}}var k=e=>{elementorFrontend.elementsHandler.addHandler(C,{$element:e})};class I extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.checkScaleAnimation(),this.initAnimateIcon(),this.initSlideOnHover()}getDefaultSettings(){return{selectors:{animateIconElement:"[data-animate-icon]",slideOnHoverElement:"[data-slideelement-onhover]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$animateIconElement:this.$element.find(e.animateIconElement),$slideOnHoverElement:this.$element.find(e.slideOnHoverElement)}}onElementChange(e){if("enable_scale_animation"===e)this.checkScaleAnimation()}checkScaleAnimation(){const e="lqd-iconbox-scale";"yes"===this.getElementSettings("enable_scale_animation")?this.$element.addClass(e):this.$element.removeClass(e)}initAnimateIcon(){this.elements.$animateIconElement.liquidAnimatedIcon()}initSlideOnHover(){this.elements.$slideOnHoverElement.liquidSlideElement()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleAnimateIconDestroy(),this.handleSlideElementDestroy()}handleAnimateIconDestroy(){if(!this.elements.$animateIconElement.length)return;const e=this.elements.$animateIconElement.data("plugin_liquidAnimatedIcon");e&&e.destroy()}handleSlideElementDestroy(){if(!this.elements.$slideOnHoverElement.length)return;const e=this.elements.$slideOnHoverElement.data("plugin_liquidSlideElement");e&&e.destroy()}}var T=e=>{elementorFrontend.elementsHandler.addHandler(I,{$element:e})};class F extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initFormInputs()}getDefaultSettings(){return{selectors:{formElement:"form"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$formElement:this.$element.find(e.formElement)}}initFormInputs(){this.elements.$formElement.liquidFormInputs()}}var B=e=>{elementorFrontend.elementsHandler.addHandler(F,{$element:e})};class b extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initGMap()}getDefaultSettings(){return{selectors:{mapElement:"[data-plugin-map]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$mapElement:this.$element.find(e.mapElement)}}initGMap(){"underfined"!=typeof google&&null!=google&&this.elements.$mapElement.liquidMap()}}var O=e=>{elementorFrontend.elementsHandler.addHandler(b,{$element:e})};class M extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.relayout=liquidDebounce(this.reLayout.bind(this),150),this.initMasonry(),this.initCustomAnimation(),this.initResponsiveBg()}getDefaultSettings(){return{isotopeData:null,selectors:{masonryElement:"[data-liquid-masonry]",customAnimationElement:"[data-custom-animations]",responsiveBgElement:"[data-responsive-bg]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$masonryElement:this.$element.find(e.masonryElement),$customAnimationElement:this.$element.find(e.customAnimationElement),$carouselElement:this.$element.find(e.carouselElement),$responsiveBgElement:this.$element.find(e.responsiveBgElement)}}initMasonry(){this.elements.$masonryElement.liquidMasonry({bypassCheck:!0})}initCustomAnimation(){this.elements.$customAnimationElement.liquidCustomAnimations()}initResponsiveBg(){this.elements.$responsiveBgElement.liquidResponsiveBG()}getIsotopeData(){const e=this.getSettings("isotopeData");return e||(this.setSettings("isotopeData",this.elements.$masonryElement.data("plugin_liquidMasonry")),this.getSettings("isotopeData"))}onElementChange(e){switch(e){case"columns_gap":case"bottom_gap":this.relayout()}}reLayout(){const e=this.getIsotopeData();e&&e.isoData.layout()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleCustomAnimationDestroy()}handleCustomAnimationDestroy(){if(!this.elements.$customAnimationElement.length)return;const e=this.elements.$customAnimationElement.data("plugin_liquidCustomAnimations");e&&e.destroy()}}var P=e=>{elementorFrontend.elementsHandler.addHandler(M,{$element:e})};class V extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initSplitText(),this.initCustomAnimation(),this.initInView(),this.initParallax(),this.initHover3d(),this.initReveal(),this.initResponsiveBg(),this.initSlideElementOnHover()}getDefaultSettings(){return{selectors:{ splitTextElement:"[data-split-text]",customAnimationElement:"[data-custom-animations]",parallaxElement:"[data-parallax]",hover3dElement:"[data-hover3d]",revealElement:"[data-reveal]",inViewElement:"[data-inview]",responsiveBgElement:"[data-responsive-bg]",slideElementOnHoverElement:"[data-slideelement-onhover]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$splitTextElement:this.$element.find(e.splitTextElement),$customAnimationElement:this.$element.find(e.customAnimationElement),$parallaxElement:this.$element.find(e.parallaxElement),$hover3dElement:this.$element.find(e.hover3dElement),$revealElement:this.$element.find(e.revealElement),$inViewElement:this.$element.find(e.inViewElement),$responsiveBgElement:this.$element.find(e.responsiveBgElement),$slideElementOnHoverElement:this.$element.find(e.slideElementOnHoverElement)}}initSplitText(){this.elements.$customAnimationElement.liquidSplitText()}initCustomAnimation(){this.elements.$customAnimationElement.liquidCustomAnimations()}initHover3d(){this.elements.$hover3dElement.liquidHover3d()}initParallax(){this.elements.$parallaxElement.liquidParallax()}initReveal(){this.elements.$revealElement.liquidReveal()}initInView(){this.elements.$inViewElement.liquidInView()}initResponsiveBg(){this.elements.$responsiveBgElement.liquidResponsiveBG()}initSlideElementOnHover(){this.elements.$slideElementOnHoverElement.liquidSlideElement()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleSplitTextDestroy(),this.handleCustomAnimationDestroy(),this.handleParallaxDestroy(),this.handleHover3dDestroy(),this.handleSlideElementDestroy()}handleSplitTextDestroy(){if(!this.elements.$splitTextElement.length)return;const e=this.elements.$splitTextElement.data("plugin_liquidSplitText");e&&e.destroy()}handleCustomAnimationDestroy(){if(!this.elements.$customAnimationElement.length)return;const e=this.elements.$customAnimationElement.data("plugin_liquidCustomAnimations");e&&e.destroy()}handleParallaxDestroy(){if(!this.elements.$parallaxElement.length)return;const e=this.elements.$parallaxElement.data("plugin_liquidParallax");e&&e.destroy()}handleHover3dDestroy(){if(!this.elements.$hover3dElement.length)return;const e=this.elements.$hover3dElement.data("plugin_liquidHover3d");e&&e.destroy()}handleSlideElementDestroy(){if(!this.elements.$slideElementOnHoverElement.length)return;const e=this.elements.$slideElementOnHoverElement.data("plugin_liquidSlideElement");e&&e.destroy()}}var R=e=>{elementorFrontend.elementsHandler.addHandler(V,{$element:e})};class z extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initActiveOnHover(),this.initVideoBg()}getDefaultSettings(){return{selectors:{activeOnHoverElement:"[data-active-onhover]",videoBgElement:"[data-video-bg]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$activeOnHoverElement:this.$element.find(e.activeOnHoverElement),$videoBgElement:this.$element.find(e.videoBgElement)}}initActiveOnHover(){this.elements.$activeOnHoverElement.liquidSetActiveOnhover()}initVideoBg(){this.elements.$videoBgElement.liquidVideoBg()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleActiveOnHoverDestroy()}handleActiveOnHoverDestroy(){if(!this.elements.$activeOnHoverElement.length)return;const e=this.elements.$activeOnHoverElement.data("plugin_liquidSetActiveOnhover");e&&e.destroy()}}var L=e=>{elementorFrontend.elementsHandler.addHandler(z,{$element:e})};class N extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initImageComparison()}getDefaultSettings(){return{selectors:{imageComparisonElement:".cd-image-container"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$imageComparisonElement:this.$element.find(e.imageComparisonElement)}}initImageComparison(){this.elements.$imageComparisonElement.liquidImageComparison()}}var j=e=>{elementorFrontend.elementsHandler.addHandler(N,{$element:e})};class X extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initCarousel()}getDefaultSettings(){return{selectors:{carouselElement:"[data-lqd-flickity]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$carouselElement:this.$element.find(e.carouselElement)}}initCarousel(){this.elements.$carouselElement.liquidCarousel({bypassCheck:!0})}}var Y=e=>{elementorFrontend.elementsHandler.addHandler(X,{$element:e})};class W extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initCarousel()}getDefaultSettings(){return{selectors:{carouselElement:"[data-lqd-flickity]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$carouselElement:this.$element.find(e.carouselElement)}}initCarousel(){this.elements.$carouselElement.liquidCarousel({bypassCheck:!0})}}var G=e=>{elementorFrontend.elementsHandler.addHandler(W,{$element:e})};class Q extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initResponsiveBg(),this.initDynamicShape()}getDefaultSettings(){return{selectors:{responsiveBgElement:"[data-responsive-bg]",dynamicShapeElement:"[data-dynamic-shape]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$responsiveBgElement:this.$element.find(e.responsiveBgElement),$dynamicShapeElement:this.$element.find(e.dynamicShapeElement)}}initResponsiveBg(){this.elements.$responsiveBgElement.liquidResponsiveBG()}initDynamicShape(){this.elements.$dynamicShapeElement.liquidDynamicShape()}}var Z=e=>{elementorFrontend.elementsHandler.addHandler(Q,{$element:e})};class U extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.setID(),this.checkAndRemoveExisting(),this.initMoveElement(),this.initParticles()}getDefaultSettings(){return{selectors:{moveElementElement:"[data-move-element]",particlesElement:"[data-particles]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$moveElementElement:this.$element.find(e.moveElementElement),$particlesElement:this.$element.find(e.particlesElement)}}setID(){this.$element.find(".ld-particles-container").attr("data-id",`lqd-particles-${this.getID()}`)}checkAndRemoveExisting(){const e=this.$element.closest(".elementor-section").children(".lqd-particles-bg-wrap");e.length&&e.find(`[data-id="lqd-particles-${this.getID()}"]`).length&&e.remove()}initMoveElement(){this.elements.$moveElementElement.liquidMoveElement()}initParticles(){this.elements.$particlesElement.liquidParticles()}onDestroy(){super.onDestroy(),this.checkAndRemoveExisting()}}var J=e=>{elementorFrontend.elementsHandler.addHandler(U,{$element:e})};class K extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initCustomAnimation(),this.initReveal()}getDefaultSettings(){return{isotopeData:null,selectors:{customAnimationElement:"[data-custom-animations]",revealElement:"[data-reveal]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$customAnimationElement:this.$element.find(e.customAnimationElement),$revealElement:this.$element.find(e.revealElement)}}initCustomAnimation(){this.elements.$customAnimationElement.liquidCustomAnimations()}initReveal(){this.elements.$revealElement.liquidReveal()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleCustomAnimationDestroy()}handleCustomAnimationDestroy(){if(!this.elements.$customAnimationElement.length)return;const e=this.elements.$customAnimationElement.data("plugin_liquidCustomAnimations");e&&e.destroy()}}var ee=e=>{elementorFrontend.elementsHandler.addHandler(K,{$element:e})};class te extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initMoveElement(),this.initPin(),this.initLocalScroll(),this.initInview()}getDefaultSettings(){return{selectors:{moveElementElement:"[data-move-element]",pinElement:"[data-pin=true]",localScrollElement:"[data-localscroll]",inviewElement:"[data-inview]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$pinElement:this.$element.find(e.pinElement),$moveElementElement:this.$element.find(e.moveElementElement),$localScrollElement:this.$element.find(e.localScrollElement),$inviewElement:this.$element.find(e.inviewElement)}}initMoveElement(){this.elements.$moveElementElement.liquidMoveElement()}initPin(){this.elements.$pinElement.liquidPin()}initLocalScroll(){this.elements.$localScrollElement.liquidLocalScroll()}initInview(){this.elements.$inviewElement.liquidInView()}}var ne=e=>{elementorFrontend.elementsHandler.addHandler(te,{$element:e})};class ie extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initInView(),this.initSlideshow()}getDefaultSettings(){return{selectors:{inViewElement:"[data-inview]",slideshowElement:"[data-lqd-slideshow]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$inViewElement:this.$element.find(e.inViewElement),$slideshowElement:this.$element.find(e.slideshowElement)}}initInView(){this.elements.$inViewElement.liquidInView()}initSlideshow(){this.elements.$slideshowElement.liquidSlideshow()}}var le=e=>{elementorFrontend.elementsHandler.addHandler(ie,{$element:e})};class se extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initTabs()}getDefaultSettings(){return{selectors:{tabElement:".lqd-tabs"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$tabElement:this.$element.find(e.tabElement)}}initTabs(){this.elements.$tabElement.liquidTab()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleTabDestroy()}handleTabDestroy(){if(!this.elements.$tabElement.length)return;const e=this.elements.$tabElement.data("plugin_liquidTab");e&&e.destroy()}}var oe=e=>{elementorFrontend.elementsHandler.addHandler(se,{$element:e})};class ae extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initSplitText(),this.initSlider()}getDefaultSettings(){return{selectors:{splitTextElement:"[data-split-text]",asymSliderElement:"[data-asym-slider]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$splitTextElement:this.$element.find(e.splitTextElement),$asymSliderElement:this.$element.find(e.asymSliderElement)}}initSplitText(){this.elements.$splitTextElement.liquidSplitText()}initSlider(){this.elements.$asymSliderElement.liquidAsymmetricSlider()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleSplitTextDestroy()}handleSplitTextDestroy(){if(!this.elements.$splitTextElement.length)return;const e=this.elements.$splitTextElement.data("plugin_liquidSplitText");e&&e.destroy()}}var re=e=>{elementorFrontend.elementsHandler.addHandler(ae,{$element:e})};class de extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initParallax()}getDefaultSettings(){return{selectors:{parallaxElement:"[data-parallax]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$parallaxElement:this.$element.find(e.parallaxElement)}}initParallax(){this.elements.$parallaxElement.liquidParallax()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleParallaxDestroy()}handleParallaxDestroy(){if(!this.elements.$parallaxElement.length)return;const e=this.elements.$parallaxElement.data("plugin_liquidParallax");e&&e.destroy()}}var me=e=>{elementorFrontend.elementsHandler.addHandler(de,{$element:e})};class he extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initAccordion()}getDefaultSettings(){return{selectors:{accordionElement:".accordion"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$accordionElement:this.$element.find(e.accordionElement)}}initAccordion(){this.elements.$accordionElement.liquidAccordion()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleAccordionDestroy()}handleAccordionDestroy(){if(!this.elements.$accordionElement.length)return;const e=this.elements.$accordionElement.data("plugin_liquidAccordion");e&&e.destroy()}}var ue=e=>{elementorFrontend.elementsHandler.addHandler(he,{$element:e})};class ce extends S{}var ge=e=>{elementorFrontend.elementsHandler.addHandler(ce,{$element:e})};class pe extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initCarousel()}getDefaultSettings(){return{selectors:{carouselElement:".lqd-carousel-stack"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$carouselElement:this.$element.find(e.carouselElement)}}initCarousel(){this.elements.$carouselElement.liquidCarouselStack()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleCarouselDestroy()}handleCarouselDestroy(){if(!this.elements.$carouselElement.length)return;const e=this.elements.$carouselElement.data("plugin_liquidCarouselStack");e&&e.destroy()}}var Ee=e=>{elementorFrontend.elementsHandler.addHandler(pe,{$element:e})};class ye extends pe{}var $e=e=>{elementorFrontend.elementsHandler.addHandler(ye,{$element:e})};class fe extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initCustomAnimation(),this.initReveal()}getDefaultSettings(){return{isotopeData:null,selectors:{customAnimationElement:"[data-custom-animations]",revealElement:"[data-reveal]",splitTextElement:"[data-split-text]",dynamicShapeElement:"[data-dynamic-shape]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$customAnimationElement:this.$element.find(e.customAnimationElement),$revealElement:this.$element.find(e.revealElement),$splitTextElement:this.$element.find(e.splitTextElement),$dynamicShapeElement:this.$element.find(e.dynamicShapeElement)}}initSplitText(){this.elements.$splitTextElement.liquidSplitText()}initCustomAnimation(){this.elements.$customAnimationElement.liquidCustomAnimations()}initReveal(){this.elements.$revealElement.liquidReveal()}initDynamicShape(){this.elements.$dynamicShapeElement.liquidDynamicShape()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleSplitTextDestroy(),this.handleCustomAnimationDestroy()}handleSplitTextDestroy(){if(!this.elements.$splitTextElement.length)return;const e=this.elements.$splitTextElement.data("plugin_liquidSplitText");e&&e.destroy()}handleCustomAnimationDestroy(){if(!this.elements.$customAnimationElement.length)return;const e=this.elements.$customAnimationElement.data("plugin_liquidCustomAnimations");e&&e.destroy()}}var _e=e=>{elementorFrontend.elementsHandler.addHandler(fe,{$element:e})};class ve extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initTypewriter()}getDefaultSettings(){return{selectors:{typewriterElement:"[data-typewriter]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$typewriterElement:this.$element.find(e.typewriterElement)}}initTypewriter(){this.elements.$typewriterElement.liquidTypewriter()}}var De=e=>{elementorFrontend.elementsHandler.addHandler(ve,{$element:e})};class Se extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initSpreadInCircle(),this.initHover3d()}getDefaultSettings(){return{selectors:{spreadInCircleElement:"[data-spread-incircle]",hover3dElement:"[data-hover3d]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$spreadInCircleElement:this.$element.find(e.spreadInCircleElement),$hover3dElement:this.$element.find(e.hover3dElement)}}initHover3d(){this.elements.$hover3dElement.liquidHover3d()}initSpreadInCircle(){this.elements.$spreadInCircleElement.liquidIconboxCircle()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleHover3dDestroy(),this.handleSpreadInCircleDestroy()}handleHover3dDestroy(){if(!this.elements.$hover3dElement.length)return;const e=this.elements.$hover3dElement.data("plugin_liquidHover3d");e&&e.destroy()}handleSpreadInCircleDestroy(){if(!this.elements.$spreadInCircleElement.length)return;const e=this.elements.$spreadInCircleElement.data("plugin_liquidIconboxCircle");e&&e.destroy()}}var qe=e=>{elementorFrontend.elementsHandler.addHandler(Se,{$element:e})};class xe extends S{}var Ae=e=>{elementorFrontend.elementsHandler.addHandler(xe,{$element:e})};class we extends S{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initSplitText(),this.initActiveOnHover(),this.initSlideElementOnHover()}getDefaultSettings(){return{selectors:{splitTextElement:"[data-split-text]",carouselElement:"[data-lqd-flickity]",customAnimationElement:"[data-custom-animations]",slideElementOnHoverElement:"[data-slideelement-onhover]",activeOnHoverElement:"[data-active-onhover]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$splitTextElement:this.$element.find(e.splitTextElement),$carouselElement:this.$element.find(e.carouselElement),$customAnimationElement:this.$element.find(e.customAnimationElement),$slideElementOnHoverElement:this.$element.find(e.slideElementOnHoverElement),$activeOnHoverElement:this.$element.find(e.activeOnHoverElement)}}initSplitText(){this.elements.$customAnimationElement.liquidSplitText()}initSlideElementOnHover(){this.elements.$slideElementOnHoverElement.liquidSlideElement()}initActiveOnHover(){this.elements.$activeOnHoverElement.liquidSetActiveOnhover()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleSplitTextDestroy(),this.handleSlideElementDestroy(),this.handleActiveOnHoverDestroy()}handleSplitTextDestroy(){if(!this.elements.$splitTextElement.length)return;const e=this.elements.$splitTextElement.data("plugin_liquidSplitText");e&&e.destroy()}handleSlideElementDestroy(){if(!this.elements.$slideElementOnHoverElement.length)return;const e=this.elements.$slideElementOnHoverElement.data("plugin_liquidSlideElement");e&&e.destroy()}handleActiveOnHoverDestroy(){if(!this.elements.$activeOnHoverElement.length)return;const e=this.elements.$activeOnHoverElement.data("plugin_liquidSetActiveOnhover");e&&e.destroy()}}var He=e=>{elementorFrontend.elementsHandler.addHandler(we,{$element:e})};class Ce extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initSplitText(),this.initAnimateFrame()}getDefaultSettings(){return{selectors:{splitTextElement:"[data-split-text]",animatedFrameElement:"[data-liquid-animatedframes=true]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$splitTextElement:this.$element.find(e.splitTextElement),$animatedFrameElement:this.$element.find(e.animatedFrameElement)}}initSplitText(){this.elements.$splitTextElement.liquidSplitText()}initAnimateFrame(){this.elements.$animatedFrameElement.liquidAnimatedFrames()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleSplitTextDestroy(),this.handleAnimatedFrameDestroy()}handleSplitTextDestroy(){if(!this.elements.$splitTextElement.length)return;const e=this.elements.$splitTextElement.data("plugin_liquidSplitText");e&&e.destroy()}handleAnimatedFrameDestroy(){if(!this.elements.$animatedFrameElement.length)return;const e=this.elements.$animatedFrameElement.data("plugin_liquidAnimatedFrames");e&&e.destroy()}}var ke=e=>{elementorFrontend.elementsHandler.addHandler(Ce,{$element:e})};class Ie extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initActiveOnHover()}getDefaultSettings(){return{selectors:{activeOnHoverEl:"[data-active-onhover]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$activeOnHoverEl:this.$element.find(e.activeOnHoverEl)}}initActiveOnHover(){this.elements.$activeOnHoverEl.liquidSetActiveOnhover()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleActiveOnHoverDestroy()}handleActiveOnHoverDestroy(){if(!this.elements.$activeOnHoverEl.length)return;const e=this.elements.$activeOnHoverEl.data("plugin_liquidSetActiveOnhover");e&&e.destroy()}}var Te=e=>{elementorFrontend.elementsHandler.addHandler(Ie,{$element:e})};class Fe extends S{}var Be=e=>{elementorFrontend.elementsHandler.addHandler(Fe,{$element:e})};class be extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initHover3d(),this.initInView(),this.initReveal()}getDefaultSettings(){return{selectors:{hover3dElement:"[data-hover3d]",inViewElement:"[data-inview]",revealElement:"[data-reveal]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$hover3dElement:this.$element.find(e.hover3dElement),$inViewElement:this.$element.find(e.inViewElement),$revealElement:this.$element.find(e.revealElement)}}initHover3d(){this.elements.$hover3dElement.liquidHover3d()}initInView(){this.elements.$inViewElement.liquidInView()}initReveal(){this.elements.$revealElement.liquidReveal()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleHover3dDestroy()}handleHover3dDestroy(){if(!this.elements.$hover3dElement.length)return;const e=this.elements.$hover3dElement.data("plugin_liquidHover3d");e&&e.destroy()}}var Oe=e=>{elementorFrontend.elementsHandler.addHandler(be,{$element:e})};class Me extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initMousePos(),this.initActiveOnHover()}getDefaultSettings(){return{selectors:{mousePosEl:"[data-lqd-mouse-pos]",activeOnHoverEl:"[data-active-onhover]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$mousePosEl:this.$element.find(e.mousePosEl),$activeOnHoverEl:this.$element.find(e.activeOnHoverEl)}}initMousePos(){this.elements.$mousePosEl.liquidMousePos()}initActiveOnHover(){this.elements.$activeOnHoverEl.liquidSetActiveOnhover()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleMousePosDestroy(),this.handleActiveOnHoverDestroy()}handleMousePosDestroy(){if(!this.elements.$mousePosEl.length)return;const e=this.elements.$mousePosEl.data("plugin_liquidMousePos");e&&e.destroy()}handleActiveOnHoverDestroy(){if(!this.elements.$activeOnHoverEl.length)return;const e=this.elements.$activeOnHoverEl.data("plugin_liquidSetActiveOnhover");e&&e.destroy()}}var Pe=e=>{elementorFrontend.elementsHandler.addHandler(Me,{$element:e})};class Ve extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.handleDestroy(),this.initModal()}getDefaultSettings(){return{selectors:{modalElement:"lqd-modal",triggerElement:`[data-lqd-lity=#modal-${this.getElementSettings().modal}]`}}}getDefaultElements(){const e=this.getSettings("selectors");return{$modalElement:this.$element.find(e.modalElement),$triggerElement:elementorFrontend.elements.$body.find(e.triggerElement)}}initModal(){this.elements.$triggerElement.liquidLightBox()}onDestroy(){this.handleDestroy(),super.onDestroy()}handleDestroy(){this.handleModalDestroy()}handleModalDestroy(){if(!this.elements.$triggerElement.length)return;const e=this.elements.$triggerElement.data("plugin_liquidLightBox");e&&e.destroy()}}var Re=e=>{elementorFrontend.elementsHandler.addHandler(Ve,{$element:e})};class ze extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),this.initToggle()}getDefaultSettings(){return{selectors:{switchActiveElement:"[data-lqd-switch-active]"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$switchActiveElement:this.$element.find(e.switchActiveElement)}}initToggle(){this.elements.$switchActiveElement.liquidSwitchActive()}}var Le=e=>{elementorFrontend.elementsHandler.addHandler(ze,{$element:e})};jQuery(window).on("elementor/frontend/init",(()=>{const e=elementorFrontend.elements.$body;e.find(".lqd-mobile-sec").appendTo(".main-header"),e.find(".main-header > .container > .elementor").unwrap(),elementorFrontend.hooks.addAction("frontend/element_ready/global",t),elementorFrontend.hooks.addAction("frontend/element_ready/section",i),elementorFrontend.hooks.addAction("frontend/element_ready/container",i),elementorFrontend.hooks.addAction("frontend/element_ready/column",s),elementorFrontend.hooks.addAction("frontend/element_ready/ld_portfolio.default",y),elementorFrontend.hooks.addAction("frontend/element_ready/ld_header_menu.default",a),elementorFrontend.hooks.addAction("frontend/element_ready/ld_header_fullproj.default",d),elementorFrontend.hooks.addAction("frontend/element_ready/ld_header_trigger.default",h),elementorFrontend.hooks.addAction("frontend/element_ready/ld_header_search.default",c),elementorFrontend.hooks.addAction("frontend/element_ready/ld_button.default",p),elementorFrontend.hooks.addAction("frontend/element_ready/ld_fancy_image.default",_),elementorFrontend.hooks.addAction("frontend/element_ready/hub_fancy_heading.default",D),elementorFrontend.hooks.addAction("frontend/element_ready/ld_carousel.default",q),elementorFrontend.hooks.addAction("frontend/element_ready/ld_blog.default",A),elementorFrontend.hooks.addAction("frontend/element_ready/ld_counter.default",H),elementorFrontend.hooks.addAction("frontend/element_ready/ld_countdown.default",k),elementorFrontend.hooks.addAction("frontend/element_ready/ld_icon_box.default",T),elementorFrontend.hooks.addAction("frontend/element_ready/ld_cf722.default",B),elementorFrontend.hooks.addAction("frontend/element_ready/ld_google_map.default",O),elementorFrontend.hooks.addAction("frontend/element_ready/ld_media_element.default",P),elementorFrontend.hooks.addAction("frontend/element_ready/ld_content_box.default",R),elementorFrontend.hooks.addAction("frontend/element_ready/ld_imgtxt_slider.default",L),elementorFrontend.hooks.addAction("frontend/element_ready/ld_images_comparison.default",j),elementorFrontend.hooks.addAction("frontend/element_ready/ld_gallery.default",Y),elementorFrontend.hooks.addAction("frontend/element_ready/ld_single_portfolio_related.default",G),elementorFrontend.hooks.addAction("frontend/element_ready/ld_masked_image.default",Z),elementorFrontend.hooks.addAction("frontend/element_ready/ld_particles.default",J),elementorFrontend.hooks.addAction("frontend/element_ready/ld_team_member.default",ee),elementorFrontend.hooks.addAction("frontend/element_ready/ld_custom_menu.default",ne),elementorFrontend.hooks.addAction("frontend/element_ready/ld_slideshow_2.default",le),elementorFrontend.hooks.addAction("frontend/element_ready/ld_tabs.default",oe),elementorFrontend.hooks.addAction("frontend/element_ready/ld_asymmetric_slider.default",re),elementorFrontend.hooks.addAction("frontend/element_ready/ld_bananas_banner.default",me),elementorFrontend.hooks.addAction("frontend/element_ready/ld_accordion.default",ue),elementorFrontend.hooks.addAction("frontend/element_ready/ld_testimonial_carousel.default",ge),elementorFrontend.hooks.addAction("frontend/element_ready/ld_testimonial_carousel_stack.default",$e),elementorFrontend.hooks.addAction("frontend/element_ready/ld_promo.default",_e),elementorFrontend.hooks.addAction("frontend/element_ready/ld_carousel_stack.default",Ee),elementorFrontend.hooks.addAction("frontend/element_ready/ld_typewriter.default",De),elementorFrontend.hooks.addAction("frontend/element_ready/ld_icon_box_circle.default",qe),elementorFrontend.hooks.addAction("frontend/element_ready/ld_woo_products.default",Ae),elementorFrontend.hooks.addAction("frontend/element_ready/ld_slideshow.default",He),elementorFrontend.hooks.addAction("frontend/element_ready/ld_animated_frame.default",ke),elementorFrontend.hooks.addAction("frontend/element_ready/ld_fullproj.default",Te),elementorFrontend.hooks.addAction("frontend/element_ready/ld_services_slideshow.default",Be),elementorFrontend.hooks.addAction("frontend/element_ready/ld_image_text_overlay.default",Oe),elementorFrontend.hooks.addAction("frontend/element_ready/ld_interactive_text_image.default",Pe),elementorFrontend.hooks.addAction("frontend/element_ready/ld_modal_window.default",Re),elementorFrontend.hooks.addAction("frontend/element_ready/ld_mask_slider.default",Le)}))}(); //# sourceMappingURL=liquid-elementor-iframe.min.js.map