",{class:"elementor-tags-list__inner"});if(B.append(V),jQuery.each(T,function(T){var B=C[T];if(B){var L=jQuery("
",{class:"elementor-tags-list__group-title"}).text(this.title);V.append(L),B.forEach(function(C){var T=jQuery("
",{class:"elementor-tags-list__item"});T.text(C.title).attr("data-tag-name",C.name),V.append(T)})}}),!elementor.helpers.hasPro()&&Object.keys(C).length){var L=Marionette.Renderer.render("#tmpl-elementor-dynamic-tags-promo",{promotionUrl:elementor.config.dynamicPromotionURL.replace("%s",this.view.model.get("name"))});V.append(L)}V.on("click",".elementor-tags-list__item",this.onTagsListItemClick.bind(this)),elementorCommon.elements.$body.append(B)},getTagsList:function getTagsList(){return this.ui.tagsList||this.createTagsList(),this.ui.tagsList},toggleTagsList:function toggleTagsList(){var C=this.getTagsList();if(C.is(":visible"))C.hide();else{var T=elementorCommon.config.isRTL?"left":"right";C.show().position({my:"".concat(T," top"),at:"".concat(T," bottom+5"),of:this.ui.dynamicSwitcher})}},setTagView:function setTagView(C,T,B){this.tagView&&this.tagView.destroy();var V=this.tagView=new $({id:C,name:T,settings:B,controlName:this.view.model.get("name"),dynamicSettings:this.getOption("dynamicSettings")}),L=this.view.options.container,q=L.controls[V.options.controlName].label;V.options.container=new elementorModules.editor.Container({type:"dynamic",id:C,model:V.model,settings:V.model,view:V,parent:L,label:L.label+" "+q,controls:V.model.options.controls,renderer:L}),V.render(),this.$el.find(".elementor-control-tag-area").after(V.el),this.listenTo(V,"remove",this.onTagViewRemove.bind(this))},setDefaultTagView:function setDefaultTagView(){var C=elementor.dynamicTags.tagTextToTagData(this.getDynamicValue());this.setTagView(C.id,C.name,C.settings)},tagViewToTagText:function tagViewToTagText(){var C=this.tagView;return elementor.dynamicTags.tagDataToTagText(C.getOption("id"),C.getOption("name"),C.model)},getDynamicValue:function getDynamicValue(){return this.view.container.dynamic.get(this.view.model.get("name"))},destroyTagView:function destroyTagView(){this.tagView&&(this.tagView.destroy(),this.tagView=null)},showPromotion:function showPromotion(){var C=elementor.helpers.hasProAndNotConnected(),T={title:V("Dynamic Content","elementor"),content:V("Create more personalized and dynamic sites by populating data from various sources with dozens of dynamic tags to choose from.","elementor"),targetElement:this.ui.dynamicSwitcher,position:{blockStart:"-10"},actionButton:{url:C?elementorProEditorConfig.urls.connect:elementor.config.dynamicPromotionURL.replace("%s",this.view.model.get("name")),text:V(C?"Connect & Activate":"Upgrade","elementor")}};elementor.promotion.showDialog(T)},onRender:function onRender(){this.$el.addClass("elementor-control-dynamic"),this.renderTools(),this.toggleDynamicClass(),this.isDynamicMode()&&this.setDefaultTagView()},onDynamicSwitcherClick:function onDynamicSwitcherClick(C){C.stopPropagation(),this.getOption("tags").length?this.toggleTagsList():this.showPromotion()},onTagsListItemClick:function onTagsListItemClick(C){var T=jQuery(C.currentTarget);this.setTagView(elementorCommon.helpers.getUniqueId(),T.data("tagName"),{}),this.view.getGlobalKey()&&this.view.triggerMethod("unset:global:value"),this.isDynamicMode()?$e.run("document/dynamic/settings",{container:this.view.options.container,settings:(0,L.default)({},this.view.model.get("name"),this.tagViewToTagText())}):$e.run("document/dynamic/enable",{container:this.view.options.container,settings:(0,L.default)({},this.view.model.get("name"),this.tagViewToTagText())}),this.toggleDynamicClass(),this.toggleTagsList(),this.tagView.getTagConfig().settings_required&&this.tagView.showSettingsPopup()},onTagViewRemove:function onTagViewRemove(){$e.run("document/dynamic/disable",{container:this.view.options.container,settings:(0,L.default)({},this.view.model.get("name"),this.tagViewToTagText())}),this.toggleDynamicClass()},onAfterExternalChange:function onAfterExternalChange(){this.destroyTagView(),this.isDynamicMode()&&this.setDefaultTagView(),this.toggleDynamicClass()},onDestroy:function onDestroy(){this.destroyTagView(),this.ui.tagsList&&this.ui.tagsList.remove()}})},8513:(C,T,B)=>{"use strict";var V=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var L=V(B(39805)),$=V(B(40989)),q=V(B(85707)),U=B(38940);T.default=function(){return(0,$.default)(function RevisionsManager(C){(0,L.default)(this,RevisionsManager),(0,q.default)(this,"document",void 0),(0,q.default)(this,"revisions",void 0),this.document=C},[{key:"getItems",value:function getItems(){return this.revisions}},{key:"requestRevisions",value:function requestRevisions(C){var T=this;this.revisions?C(this.revisions):elementorCommon.ajax.addRequest("get_revisions",{success:function success(B){T.revisions=new U(B),T.revisions.on("update",T.onRevisionsUpdate.bind(T)),C(T.revisions)}})}},{key:"setEditorData",value:function setEditorData(C){elementor.getPreviewView().collection.reset(C)}},{key:"getRevisionDataAsync",value:function getRevisionDataAsync(C,T){return _.extend(T,{data:{id:C}}),elementorCommon.ajax.addRequest("get_revision_data",T)}},{key:"addRevisions",value:function addRevisions(C){var T=this;this.requestRevisions(function(){C.forEach(function(C){var B=T.revisions.findWhere({id:C.id});B&&T.revisions.remove(B,{silent:!0}),T.revisions.add(C,{silent:!0})}),T.revisions.trigger("update")})}},{key:"deleteRevision",value:function deleteRevision(C,T){var B={data:{id:C.get("id")},success:function success(){T.success&&T.success(),C.destroy()}};T.error&&(B.error=T.error),elementorCommon.ajax.addRequest("delete_revision",B)}},{key:"onRevisionsUpdate",value:function onRevisionsUpdate(){$e.routes.is("panel/history/revisions")&&$e.routes.refreshContainer("panel")}}])}()},8589:(C,T,B)=>{"use strict";var V=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var L=V(B(39805)),$=V(B(40989)),q=V(B(15118)),U=V(B(29402)),W=V(B(87861));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}T.default=function(C){function BaseElementModel(){return(0,L.default)(this,BaseElementModel),function _callSuper(C,T,B){return T=(0,U.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,U.default)(C).constructor):T.apply(C,B))}(this,BaseElementModel,arguments)}return(0,W.default)(BaseElementModel,C),(0,$.default)(BaseElementModel,[{key:"isValidChild",value:function isValidChild(C){elementorModules.ForceMethodImplementation({attributes:this.attributes})}}])}(Backbone.Model)},8813:(C,T,B)=>{"use strict";var V=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var L=V(B(39805)),$=V(B(40989)),q=V(B(15118)),U=V(B(29402)),W=V(B(41621)),H=V(B(87861)),G=V(B(95480));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}function _superPropGet(C,T,B,V){var L=(0,W.default)((0,U.default)(1&V?C.prototype:C),T,B);return 2&V&&"function"==typeof L?function(C){return L.apply(B,C)}:L}T.default=function(C){function CommandHistoryBase(){return(0,L.default)(this,CommandHistoryBase),function _callSuper(C,T,B){return T=(0,U.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,U.default)(C).constructor):T.apply(C,B))}(this,CommandHistoryBase,arguments)}return(0,H.default)(CommandHistoryBase,C),(0,$.default)(CommandHistoryBase,[{key:"initialize",value:function initialize(){var C=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},T=C.options,B=(void 0===T?{}:T).useHistory;(void 0===B||B)&&(this.history=this.getHistory(C),this.historyId=!1)}},{key:"getHistory",value:function getHistory(){elementorModules.ForceMethodImplementation()}},{key:"isHistoryActive",value:function isHistoryActive(){return elementor.documents.getCurrent().history.getActive()}},{key:"onBeforeRun",value:function onBeforeRun(C){_superPropGet(CommandHistoryBase,"onBeforeRun",this,3)([C]),this.history&&this.isHistoryActive()&&(this.historyId=$e.internal("document/history/start-log",this.history))}},{key:"onAfterRun",value:function onAfterRun(C,T){_superPropGet(CommandHistoryBase,"onAfterRun",this,3)([C,T]),this.history&&this.isHistoryActive()&&$e.internal("document/history/end-log",{id:this.historyId})}},{key:"onAfterApply",value:function onAfterApply(){var C=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},T=arguments.length>1?arguments[1]:void 0;_superPropGet(CommandHistoryBase,"onAfterApply",this,3)([C,T]),this.isDataChanged()&&$e.internal("document/save/set-is-modified",{status:!0})}},{key:"onCatchApply",value:function onCatchApply(C){C instanceof $e.modules.HookBreak&&this.historyId&&$e.internal("document/history/delete-log",{id:this.historyId}),_superPropGet(CommandHistoryBase,"onCatchApply",this,3)([C])}},{key:"isDataChanged",value:function isDataChanged(){return!0}}],[{key:"getInstanceType",value:function getInstanceType(){return"CommandHistoryBase"}}])}(G.default)},9297:(C,T,B)=>{"use strict";var V=B(12470).__,L=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=L(B(39805)),q=L(B(40989)),U=L(B(15118)),W=L(B(29402)),H=L(B(41621)),G=L(B(87861)),K=L(B(40397));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}T.default=function(C){function Component(){return(0,$.default)(this,Component),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,Component,arguments)}return(0,G.default)(Component,C),(0,q.default)(Component,[{key:"getNamespace",value:function getNamespace(){return"panel/elements"}},{key:"defaultTabs",value:function defaultTabs(){return{categories:{title:V("Elements","elementor")},global:{title:V("Global","elementor")}}}},{key:"getTabsWrapperSelector",value:function getTabsWrapperSelector(){return"#elementor-panel-elements-navigation"}},{key:"renderTab",value:function renderTab(C){var T=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.manager.setPage("elements",null,T).showView(C)}},{key:"activateTab",value:function activateTab(C){!function _superPropGet(C,T,B,V){var L=(0,H.default)((0,W.default)(1&V?C.prototype:C),T,B);return 2&V&&"function"==typeof L?function(C){return L.apply(B,C)}:L}(Component,"activateTab",this,3)([C]),elementorCommon.eventsManager.dispatchEvent(elementorCommon.eventsManager.config.names.v1[C],{location:elementorCommon.eventsManager.config.locations.widgetPanel,secondaryLocation:elementorCommon.eventsManager.config.secondaryLocations[C],trigger:elementorCommon.eventsManager.config.triggers.click,element:elementorCommon.eventsManager.config.elements.accordionSection})}}])}(K.default)},9366:(C,T,B)=>{"use strict";var V=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=T.KitUpdateLightboxPreview=void 0;var L=V(B(18821)),$=V(B(39805)),q=V(B(40989)),U=V(B(15118)),W=V(B(29402)),H=V(B(87861));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}var G=T.KitUpdateLightboxPreview=function(C){function KitUpdateLightboxPreview(){return(0,$.default)(this,KitUpdateLightboxPreview),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,KitUpdateLightboxPreview,arguments)}return(0,H.default)(KitUpdateLightboxPreview,C),(0,q.default)(KitUpdateLightboxPreview,[{key:"getCommand",value:function getCommand(){return"document/elements/settings"}},{key:"getId",value:function getId(){return"kit-update-lightbox-preview"}},{key:"getContainerType",value:function getContainerType(){return"document"}},{key:"getConditions",value:function getConditions(){return"kit"===elementor.documents.getCurrent().config.type}},{key:"apply",value:function apply(C){var T=C.settings;Object.entries(T).forEach(function(C){var T=(0,L.default)(C,2),B=T[0],V=T[1];-1!==B.indexOf("lightbox")&&(elementorFrontend.config.kit[B]=V)})}}])}($e.modules.hookUI.After);T.default=G},9535:(C,T,B)=>{var V=B(89736);function _regenerator(){var T,B,L="function"==typeof Symbol?Symbol:{},$=L.iterator||"@@iterator",q=L.toStringTag||"@@toStringTag";function i(C,L,$,q){var W=L&&L.prototype instanceof Generator?L:Generator,H=Object.create(W.prototype);return V(H,"_invoke",function(C,V,L){var $,q,W,H=0,G=L||[],K=!1,Q={p:0,n:0,v:T,a:d,f:d.bind(T,4),d:function d(C,B){return $=C,q=0,W=T,Q.n=B,U}};function d(C,V){for(q=C,W=V,B=0;!K&&H&&!L&&B3?(L=J===V)&&(W=$[(q=$[4])?5:(q=3,3)],$[4]=$[5]=T):$[0]<=X&&((L=C<2&&X<$[1])?(q=0,Q.v=V,Q.n=$[1]):XV||V>J)&&($[4]=C,$[5]=V,Q.n=J,q=0))}if(L||C>1)return U;throw K=!0,V}return function(L,G,X){if(H>1)throw TypeError("Generator is already running");for(K&&1===G&&d(G,X),q=G,W=X;(B=q<2?T:W)||!K;){$||(q?q<3?(q>1&&(Q.n=-1),d(q,W)):Q.n=W:Q.v=W);try{if(H=2,$){if(q||(L="next"),B=$[L]){if(!(B=B.call($,W)))throw TypeError("iterator result is not an object");if(!B.done)return B;W=B.value,q<2&&(q=0)}else 1===q&&(B=$.return)&&B.call($),q<2&&(W=TypeError("The iterator does not provide a '"+L+"' method"),q=1);$=T}else if((B=(K=Q.n<0)?W:C.call(V,Q))!==U)break}catch(C){$=T,q=1,W=C}finally{H=1}}return{value:B,done:K}}}(C,$,q),!0),H}var U={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}B=Object.getPrototypeOf;var W=[][$]?B(B([][$]())):(V(B={},$,function(){return this}),B),H=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(W);function f(C){return Object.setPrototypeOf?Object.setPrototypeOf(C,GeneratorFunctionPrototype):(C.__proto__=GeneratorFunctionPrototype,V(C,q,"GeneratorFunction")),C.prototype=Object.create(H),C}return GeneratorFunction.prototype=GeneratorFunctionPrototype,V(H,"constructor",GeneratorFunctionPrototype),V(GeneratorFunctionPrototype,"constructor",GeneratorFunction),GeneratorFunction.displayName="GeneratorFunction",V(GeneratorFunctionPrototype,q,"GeneratorFunction"),V(H),V(H,q,"Generator"),V(H,$,function(){return this}),V(H,"toString",function(){return"[object Generator]"}),(C.exports=_regenerator=function _regenerator(){return{w:i,m:f}},C.exports.__esModule=!0,C.exports.default=C.exports)()}C.exports=_regenerator,C.exports.__esModule=!0,C.exports.default=C.exports},10281:(C,T,B)=>{"use strict";var V=B(96784),L=B(10564);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=V(B(39805)),q=V(B(40989)),U=V(B(15118)),W=V(B(29402)),H=V(B(87861)),G=function _interopRequireWildcard(C,T){if("function"==typeof WeakMap)var B=new WeakMap,V=new WeakMap;return function _interopRequireWildcard(C,T){if(!T&&C&&C.__esModule)return C;var $,q,U={__proto__:null,default:C};if(null===C||"object"!=L(C)&&"function"!=typeof C)return U;if($=T?V:B){if($.has(C))return $.get(C);$.set(C,U)}for(var W in C)"default"!==W&&{}.hasOwnProperty.call(C,W)&&((q=($=Object.defineProperty)&&Object.getOwnPropertyDescriptor(C,W))&&(q.get||q.set)?$(U,W,q):U[W]=C[W]);return U}(C,T)}(B(53621));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}T.default=function(C){function LinksPageComponent(){return(0,$.default)(this,LinksPageComponent),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,LinksPageComponent,arguments)}return(0,H.default)(LinksPageComponent,C),(0,q.default)(LinksPageComponent,[{key:"getNamespace",value:function getNamespace(){return"document/floating-buttons"}},{key:"defaultHooks",value:function defaultHooks(){return this.importHooks(G)}}])}($e.modules.ComponentBase)},10361:(C,T,B)=>{"use strict";var V=B(96784),L=B(10564);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=V(B(39805)),q=V(B(40989)),U=V(B(15118)),W=V(B(29402)),H=V(B(41621)),G=V(B(87861)),K=V(B(40397)),Q=_interopRequireWildcard(B(68130)),X=_interopRequireWildcard(B(46789)),J=_interopRequireWildcard(B(21170));function _interopRequireWildcard(C,T){if("function"==typeof WeakMap)var B=new WeakMap,V=new WeakMap;return(_interopRequireWildcard=function _interopRequireWildcard(C,T){if(!T&&C&&C.__esModule)return C;var $,q,U={__proto__:null,default:C};if(null===C||"object"!=L(C)&&"function"!=typeof C)return U;if($=T?V:B){if($.has(C))return $.get(C);$.set(C,U)}for(var W in C)"default"!==W&&{}.hasOwnProperty.call(C,W)&&((q=($=Object.defineProperty)&&Object.getOwnPropertyDescriptor(C,W))&&(q.get||q.set)?$(U,W,q):U[W]=C[W]);return U})(C,T)}function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}T.default=function(C){function Component(){return(0,$.default)(this,Component),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,Component,arguments)}return(0,G.default)(Component,C),(0,q.default)(Component,[{key:"getNamespace",value:function getNamespace(){return"document"}},{key:"registerAPI",value:function registerAPI(){Object.values(Q).forEach(function(C){return $e.components.register(new C)}),function _superPropGet(C,T,B,V){var L=(0,H.default)((0,W.default)(1&V?C.prototype:C),T,B);return 2&V&&"function"==typeof L?function(C){return L.apply(B,C)}:L}(Component,"registerAPI",this,3)([])}},{key:"defaultCommands",value:function defaultCommands(){return{}}},{key:"defaultHooks",value:function defaultHooks(){return this.importHooks(X)}},{key:"defaultUiStates",value:function defaultUiStates(){return this.importUiStates(J)}},{key:"defaultUtils",value:function defaultUtils(){var C=this;return{findViewRecursive:function findViewRecursive(T,B,V){var L=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],$=[];for(var q in T._views){var U=T._views[q];if(V===U.model.get(B)&&($.push(U),!L))return $;if(U.children){var W=C.utils.findViewRecursive(U.children,B,V,L);if(W.length&&($=$.concat(W),!L))return $}}return $},findViewById:function findViewById(T){var B=C.utils.findViewRecursive(elementor.getPreviewView().children,"id",T,!1);return!!B&&B[0]},findContainerById:function findContainerById(T){var B=C.utils.findViewById(T);return B&&(B=B.getContainer()),B}}}}])}(K.default)},10363:(C,T,B)=>{"use strict";var V=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=T.FooterSaverCatchSave=void 0;var L=V(B(39805)),$=V(B(40989)),q=V(B(15118)),U=V(B(29402)),W=V(B(87861)),H=V(B(66777));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}var G=T.FooterSaverCatchSave=function(C){function FooterSaverCatchSave(){return(0,L.default)(this,FooterSaverCatchSave),function _callSuper(C,T,B){return T=(0,U.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,U.default)(C).constructor):T.apply(C,B))}(this,FooterSaverCatchSave,arguments)}return(0,W.default)(FooterSaverCatchSave,C),(0,$.default)(FooterSaverCatchSave,[{key:"getCommand",value:function getCommand(){return"document/save/save"}},{key:"getId",value:function getId(){return"footer-saver-catch-save"}},{key:"apply",value:function apply(){NProgress.done(),$e.components.get("document/save").footerSaver.ui.buttonPublish.removeClass("elementor-button-state")}}])}(H.default);T.default=G},10564:C=>{function _typeof(T){return C.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(C){return typeof C}:function(C){return C&&"function"==typeof Symbol&&C.constructor===Symbol&&C!==Symbol.prototype?"symbol":typeof C},C.exports.__esModule=!0,C.exports.default=C.exports,_typeof(T)}C.exports=_typeof,C.exports.__esModule=!0,C.exports.default=C.exports},10644:(C,T,B)=>{"use strict";var V=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var L=V(B(61790)),$=V(B(58155)),q=V(B(39805)),U=V(B(40989)),W=V(B(85707));T.default=function(){return(0,U.default)(function FileParserBase(C){(0,q.default)(this,FileParserBase),(0,W.default)(this,"reader",void 0),(0,W.default)(this,"tasks",[]),this.reader=C},[{key:"parse",value:(T=(0,$.default)(L.default.mark(function _callee(){return L.default.wrap(function(C){for(;;)switch(C.prev=C.next){case 0:case"end":return C.stop()}},_callee)})),function parse(){return T.apply(this,arguments)})}],[{key:"getName",value:function getName(){return""}},{key:"getReaders",value:function getReaders(){return[]}},{key:"validate",value:(C=(0,$.default)(L.default.mark(function _callee2(C){return L.default.wrap(function(C){for(;;)switch(C.prev=C.next){case 0:return C.abrupt("return",!1);case 1:case"end":return C.stop()}},_callee2)})),function validate(T){return C.apply(this,arguments)})}]);var C,T}()},10684:(C,T,B)=>{"use strict";var V,L=B(58907);V=L.extend({template:"#tmpl-elementor-template-library-template-remote",ui:function ui(){return jQuery.extend(L.prototype.ui.apply(this,arguments),{favoriteCheckbox:".elementor-template-library-template-favorite-input"})},events:function events(){return jQuery.extend(L.prototype.events.apply(this,arguments),{"change @ui.favoriteCheckbox":"onFavoriteCheckboxChange"})},onPreviewButtonClick:function onPreviewButtonClick(C){C.stopPropagation(),$e.route("library/preview",{model:this.model})},onFavoriteCheckboxChange:function onFavoriteCheckboxChange(){var C=this.ui.favoriteCheckbox[0].checked;this.model.set("favorite",C),elementor.templates.markAsFavorite(this.model,C),!C&&elementor.templates.getFilter("favorite")&&elementor.channels.templates.trigger("filter:change")}}),C.exports=V},10739:C=>{C.exports=function _objectWithoutPropertiesLoose(C,T){if(null==C)return{};var B={};for(var V in C)if({}.hasOwnProperty.call(C,V)){if(-1!==T.indexOf(V))continue;B[V]=C[V]}return B},C.exports.__esModule=!0,C.exports.default=C.exports},10906:(C,T,B)=>{var V=B(91819),L=B(20365),$=B(37744),q=B(78687);C.exports=function _toConsumableArray(C){return V(C)||L(C)||$(C)||q()},C.exports.__esModule=!0,C.exports.default=C.exports},10943:(C,T,B)=>{"use strict";var V=B(96784),L=B(10564);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=V(B(39805)),q=V(B(40989)),U=V(B(15118)),W=V(B(29402)),H=V(B(41621)),G=V(B(87861)),K=V(B(40397)),Q=V(B(5043)),X=V(B(67738)),J=function _interopRequireWildcard(C,T){if("function"==typeof WeakMap)var B=new WeakMap,V=new WeakMap;return function _interopRequireWildcard(C,T){if(!T&&C&&C.__esModule)return C;var $,q,U={__proto__:null,default:C};if(null===C||"object"!=L(C)&&"function"!=typeof C)return U;if($=T?V:B){if($.has(C))return $.get(C);$.set(C,U)}for(var W in C)"default"!==W&&{}.hasOwnProperty.call(C,W)&&((q=($=Object.defineProperty)&&Object.getOwnPropertyDescriptor(C,W))&&(q.get||q.set)?$(U,W,q):U[W]=C[W]);return U}(C,T)}(B(76468));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}function _superPropGet(C,T,B,V){var L=(0,H.default)((0,W.default)(1&V?C.prototype:C),T,B);return 2&V&&"function"==typeof L?function(C){return L.apply(B,C)}:L}T.default=function(C){function Component(){return(0,$.default)(this,Component),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,Component,arguments)}return(0,G.default)(Component,C),(0,q.default)(Component,[{key:"__construct",value:function __construct(){var C=this,T=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};_superPropGet(Component,"__construct",this,3)([T]),elementorCommon.elements.$window.on("elementor:loaded",function(){return C.refreshGlobalData()})}},{key:"getNamespace",value:function getNamespace(){return"globals"}},{key:"registerAPI",value:function registerAPI(){$e.components.register(new Q.default({manager:this})),$e.components.register(new X.default({manager:this})),_superPropGet(Component,"registerAPI",this,3)([])}},{key:"defaultData",value:function defaultData(){return this.importCommands(J)}},{key:"refreshGlobalData",value:function refreshGlobalData(){$e.data.deleteCache($e.components.get("globals"),"globals/index")}}])}(K.default)},11018:C=>{C.exports=function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},C.exports.__esModule=!0,C.exports.default=C.exports},11327:(C,T,B)=>{var V=B(10564).default;C.exports=function toPrimitive(C,T){if("object"!=V(C)||!C)return C;var B=C[Symbol.toPrimitive];if(void 0!==B){var L=B.call(C,T||"default");if("object"!=V(L))return L;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===T?String:Number)(C)},C.exports.__esModule=!0,C.exports.default=C.exports},11698:(C,T,B)=>{"use strict";var V=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=T.UndoAll=void 0;var L=V(B(39805)),$=V(B(40989)),q=V(B(15118)),U=V(B(29402)),W=V(B(87861));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}var H=T.UndoAll=function(C){function UndoAll(){return(0,L.default)(this,UndoAll),function _callSuper(C,T,B){return T=(0,U.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,U.default)(C).constructor):T.apply(C,B))}(this,UndoAll,arguments)}return(0,W.default)(UndoAll,C),(0,$.default)(UndoAll,[{key:"apply",value:function apply(C){var T=C.document;T.history.doItem(T.history.getItems().length-1)}}])}($e.modules.CommandBase);T.default=H},11859:(C,T,B)=>{"use strict";var V=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=T.RemoveActiveDocumentQueryParam=void 0;var L=V(B(39805)),$=V(B(40989)),q=V(B(15118)),U=V(B(29402)),W=V(B(87861)),H=B(21299);function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}var G=T.RemoveActiveDocumentQueryParam=function(C){function RemoveActiveDocumentQueryParam(){return(0,L.default)(this,RemoveActiveDocumentQueryParam),function _callSuper(C,T,B){return T=(0,U.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,U.default)(C).constructor):T.apply(C,B))}(this,RemoveActiveDocumentQueryParam,arguments)}return(0,W.default)(RemoveActiveDocumentQueryParam,C),(0,$.default)(RemoveActiveDocumentQueryParam,[{key:"getCommand",value:function getCommand(){return"editor/documents/close"}},{key:"getId",value:function getId(){return"remove-active-document-query-param"}},{key:"apply",value:function apply(C){var T=parseInt((0,H.getQueryParam)("active-document"));T===parseInt(C.id)&&(0,H.removeQueryParam)("active-document"),C.previous_active_document_id=T}}])}($e.modules.hookUI.After);T.default=G},12466:(C,T,B)=>{"use strict";var V=B(96784),L=B(10564);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=V(B(10564)),q=_interopRequireWildcard(B(82649)),U=_interopRequireWildcard(B(34169));function _interopRequireWildcard(C,T){if("function"==typeof WeakMap)var B=new WeakMap,V=new WeakMap;return(_interopRequireWildcard=function _interopRequireWildcard(C,T){if(!T&&C&&C.__esModule)return C;var $,q,U={__proto__:null,default:C};if(null===C||"object"!=L(C)&&"function"!=typeof C)return U;if($=T?V:B){if($.has(C))return $.get(C);$.set(C,U)}for(var W in C)"default"!==W&&{}.hasOwnProperty.call(C,W)&&((q=($=Object.defineProperty)&&Object.getOwnPropertyDescriptor(C,W))&&(q.get||q.set)?$(U,W,q):U[W]=C[W]);return U})(C,T)}var W=function recursiveValues(C){return Object.values(C).map(function(C){return"object"===(0,$.default)(C)?Object.values(C):C})};T.default={readers:W(q),parsers:W(U).flat()}},12470:C=>{"use strict";C.exports=wp.i18n},12496:(C,T,B)=>{"use strict";var V,L=B(96784)(B(18821)),$=B(390);V=elementorModules.ViewModule.extend({stylesheet:null,getDefaultSettings:function getDefaultSettings(){return{id:0,context:null,settingsModel:null,dynamicParsing:{}}},getDefaultElements:function getDefaultElements(){var C="elementor-style-".concat(this.getSettings("id")),T=elementor.$previewContents.find("#".concat(C));return T.length||(T=jQuery("