(()=>{var t={1018:()=>{!function(){"use strict";acf.hooks=new function(){var t={removeFilter:function(e,i){return"string"==typeof e&&n("filters",e,i),t},applyFilters:function(){var e=Array.prototype.slice.call(arguments),n=e.shift();return"string"==typeof n?o("filters",n,e):t},addFilter:function(e,n,o,a){return"string"==typeof e&&"function"==typeof n&&i("filters",e,n,o=parseInt(o||10,10),a),t},removeAction:function(e,i){return"string"==typeof e&&n("actions",e,i),t},doAction:function(){var e=Array.prototype.slice.call(arguments),n=e.shift();return"string"==typeof n&&o("actions",n,e),t},addAction:function(e,n,o,a){return"string"==typeof e&&"function"==typeof n&&i("actions",e,n,o=parseInt(o||10,10),a),t},storage:function(){return e}},e={actions:{},filters:{}};function n(t,n,i,o){if(e[t][n])if(i){var a,r=e[t][n];if(o)for(a=r.length;a--;){var s=r[a];s.callback===i&&s.context===o&&r.splice(a,1)}else for(a=r.length;a--;)r[a].callback===i&&r.splice(a,1)}else e[t][n]=[]}function i(t,n,i,o,a){var r={callback:i,priority:o,context:a},s=e[t][n];s?(s.push(r),s=function(t){for(var e,n,i,o=1,a=t.length;oe.priority;)t[n]=t[n-1],--n;t[n]=e}return t}(s)):s=[r],e[t][n]=s}function o(t,n,i){var o=e[t][n];if(!o)return"filters"===t&&i[0];var a=0,r=o.length;if("filters"===t)for(;a{!function(t,e){acf.newTooltip=function(t){return"object"!=typeof t&&(t={text:t}),t.confirmRemove!==e?(t.textConfirm=acf.__("Remove"),t.textCancel=acf.__("Cancel"),new i(t)):t.confirm!==e?new i(t):new n(t)};var n=acf.Model.extend({data:{text:"",timeout:0,target:null},tmpl:function(){return'
'},setup:function(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.show(),this.position();var e=this.get("timeout");e&&setTimeout(t.proxy(this.fade,this),e)},update:function(e){t.extend(this.data,e),this.initialize()},render:function(){this.html(this.get("text"))},show:function(){t("body").append(this.$el)},hide:function(){this.$el.remove()},fade:function(){this.$el.addClass("acf-fade-up"),this.setTimeout(function(){this.remove()},250)},html:function(t){this.$el.html(t)},position:function(){var e=this.$el,n=this.get("target");if(n){e.removeClass("right left bottom top").css({top:0,left:0});var i=n.outerWidth(),o=n.outerHeight(),a=n.offset().top,r=n.offset().left,s=e.outerWidth(),c=e.outerHeight(),l=e.offset().top,u=a-c-l,f=r+i/2-s/2;f<10?(e.addClass("right"),f=r+i,u=a+o/2-c/2-l):f+s+10>t(window).width()?(e.addClass("left"),f=r-s,u=a+o/2-c/2-l):u-t(window).scrollTop()<10?(e.addClass("bottom"),u=a+o-l):e.addClass("top"),e.css({top:u,left:f})}}}),i=n.extend({data:{text:"",textConfirm:"",textCancel:"",target:null,targetConfirm:!0,confirm:function(){},cancel:function(){},context:!1},events:{'click [data-event="cancel"]':"onCancel",'click [data-event="confirm"]':"onConfirm"},addEvents:function(){acf.Model.prototype.addEvents.apply(this);var e=t(document),n=this.get("target");this.setTimeout(function(){this.on(e,"click","onCancel")}),this.get("targetConfirm")&&this.on(n,"click","onConfirm")},removeEvents:function(){acf.Model.prototype.removeEvents.apply(this);var e=t(document),n=this.get("target");this.off(e,"click"),this.off(n,"click")},render:function(){var t=[this.get("text")||acf.__("Are you sure?"),''+(this.get("textConfirm")||acf.__("Yes"))+"",''+(this.get("textCancel")||acf.__("No"))+""].join(" ");this.html(t),this.$el.addClass("-confirm")},onCancel:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var n=this.get("cancel"),i=this.get("context")||this;n.apply(i,arguments),this.remove()},onConfirm:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var n=this.get("confirm"),i=this.get("context")||this;n.apply(i,arguments),this.remove()}});acf.models.Tooltip=n,acf.models.TooltipConfirm=i,new acf.Model({tooltip:!1,events:{"mouseenter .acf-js-tooltip":"showTitle","mouseup .acf-js-tooltip":"hideTitle","mouseleave .acf-js-tooltip":"hideTitle","focus .acf-js-tooltip":"showTitle","blur .acf-js-tooltip":"hideTitle","keyup .acf-js-tooltip":"onKeyUp"},showTitle:function(t,e){let n=e.attr("title");n&&(e.attr("title",""),e.data("acf-js-tooltip-title",n),n=acf.strEscape(n),this.tooltip?this.tooltip.update({text:n,target:e}):this.tooltip=acf.newTooltip({text:n,target:e}))},hideTitle:function(t,e){this.tooltip.hide(),e.attr("title",e.data("acf-js-tooltip-title")),e.removeData("acf-js-tooltip-title")},onKeyUp:function(t,e){"Escape"===t.key&&this.hideTitle(t,e)}})}(jQuery)},2700:()=>{var t,e;t=jQuery,e=acf.Model.extend({data:{text:"",type:"",timeout:0,dismiss:!0,target:!1,location:"before",close:function(){}},events:{"click .acf-notice-dismiss":"onClickClose"},tmpl:function(){return'
'},setup:function(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.show()},render:function(){this.type(this.get("type")),this.html("

"+acf.escHtml(this.get("text"))+"

"),this.get("dismiss")&&(this.$el.append(''),this.$el.addClass("-dismiss"));var t=this.get("timeout");t&&this.away(t)},update:function(e){t.extend(this.data,e),this.initialize(),this.removeEvents(),this.addEvents()},show:function(){var t=this.get("target"),e=this.get("location");t&&("after"===e?t.append(this.$el):t.prepend(this.$el))},hide:function(){this.$el.remove()},away:function(t){this.setTimeout(function(){acf.remove(this.$el)},t)},type:function(t){var e=this.get("type");e&&this.$el.removeClass("-"+e),this.$el.addClass("-"+t),"error"==t&&this.$el.addClass("acf-error-message")},html:function(t){this.$el.html(acf.escHtml(t))},text:function(t){this.$("p").html(acf.escHtml(t))},onClickClose:function(t,e){t.preventDefault(),this.get("close").apply(this,arguments),this.remove()}}),acf.newNotice=function(t){return"object"!=typeof t&&(t={text:t}),new e(t)},new acf.Model({wait:"prepare",priority:1,initialize:function(){const e=t(".acf-admin-notice");e.length&&e.each(function(){if(t(this).data("persisted")){let e=acf.getPreference("dismissed-notices");e&&"object"==typeof e&&e.includes(t(this).data("persist-id"))?t(this).remove():(t(this).show(),t(this).on("click",".notice-dismiss",function(n){e=acf.getPreference("dismissed-notices"),e&&"object"==typeof e||(e=[]),e.push(t(this).closest(".acf-admin-notice").data("persist-id")),acf.setPreference("dismissed-notices",e)}))}})}})},4204:()=>{var t;t=jQuery,acf.models.Popup=acf.Model.extend({data:{title:"",content:"",width:0,height:0,loading:!1,openedBy:null,confirmRemove:!1},events:{'click [data-event="close"]':"onClickClose","click .acf-close-popup":"onClickClose",keydown:"onPressEscapeClose"},setup:function(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.open(),this.focus(),this.lockFocusToPopup(!0)},tmpl:function(){return['"].join("")},render:function(){var t=this.get("title"),e=this.get("content"),n=this.get("loading"),i=this.get("width"),o=this.get("height");this.title(t),this.content(e),i&&this.$(".acf-popup-box").css("width",i),o&&this.$(".acf-popup-box").css("min-height",o),this.loading(n),acf.doAction("append",this.$el)},focus:function(){this.$el.find(".acf-icon").first().trigger("focus")},lockFocusToPopup:function(e){let n=t("#wpwrap");n.length&&(n[0].inert=e,n.attr("aria-hidden",e))},update:function(t){this.data=acf.parseArgs(t,this.data),this.render()},title:function(t){this.$(".title:first h3").html(t)},content:function(t){this.$(".inner:first").html(t)},loading:function(t){var e=this.$(".loading:first");t?e.show():e.hide()},open:function(){t("body").append(this.$el)},close:function(){this.lockFocusToPopup(!1),this.returnFocusToOrigin(),this.remove()},onClickClose:function(t,e){t.preventDefault(),this.close()},onPressEscapeClose:function(t){"Escape"===t.key&&this.close()},returnFocusToOrigin:function(){this.data.openedBy instanceof t&&this.data.openedBy.closest("body").length>0&&this.data.openedBy.trigger("focus")}}),acf.models.PopupConfirm=acf.models.Popup.extend({data:{text:"",textConfirm:"",textCancel:"",context:!1,confirm:function(){},cancel:function(){}},events:{'click [data-event="close"]':"onCancel","click .acf-close-popup":"onClickClose",keydown:"onPressEscapeClose",'click [data-event="confirm"]':"onConfirm"},tmpl:function(){return`\n\t\t\t`},render:function(){const t=this.get("loading"),e=this.get("width"),n=this.get("height"),i=this;e&&this.$(".acf-popup-box").css("width",e),n&&this.$(".acf-popup-box").css("min-height",n),this.loading(t),acf.doAction("append",this.$el),setTimeout(function(){i.$el.find(".acf-close-popup").trigger("focus")},1)},onConfirm:function(t,e){t.preventDefault(),t.stopPropagation(),this.close();const n=this.get("confirm"),i=this.get("context")||this;n.apply(i,arguments)},onCancel:function(t,e){t.preventDefault(),t.stopPropagation(),this.close();const n=this.get("cancel"),i=this.get("context")||this;n.apply(i,arguments)}}),acf.newPopup=function(t){return t.confirmRemove?new acf.models.PopupConfirm(t):new acf.models.Popup(t)}},5454:t=>{"use strict";const{entries:e,setPrototypeOf:n,isFrozen:i,getPrototypeOf:o,getOwnPropertyDescriptor:a}=Object;let{freeze:r,seal:s,create:c}=Object,{apply:l,construct:u}="undefined"!=typeof Reflect&&Reflect;r||(r=function(t){return t}),s||(s=function(t){return t}),l||(l=function(t,e){for(var n=arguments.length,i=new Array(n>2?n-2:0),o=2;o1?e-1:0),i=1;i1?n-1:0),o=1;o2&&void 0!==arguments[2]?arguments[2]:g;n&&n(t,null);let a=e.length;for(;a--;){let n=e[a];if("string"==typeof n){const t=o(n);t!==n&&(i(e)||(e[a]=t),n=t)}t[n]=!0}return t}function k(t){for(let e=0;e/gm),W=s(/\$\{[\w\W]*/gm),G=s(/^data-[\-\w.\u00B7-\uFFFF]+$/),Y=s(/^aria-[\-\w]+$/),q=s(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Q=s(/^(?:\w+script|data):/i),X=s(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),J=s(/^html$/i),V=s(/^[a-z][.\w]*(-[.\w]+)+$/i);var K=Object.freeze({__proto__:null,ARIA_ATTR:Y,ATTR_WHITESPACE:X,CUSTOM_ELEMENT:V,DATA_ATTR:G,DOCTYPE_NAME:J,ERB_EXPR:B,IS_ALLOWED_URI:q,IS_SCRIPT_OR_DATA:Q,MUSTACHE_EXPR:H,TMPLIT_EXPR:W});const Z=function(){return"undefined"==typeof window?null:window};var tt=function t(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Z();const i=e=>t(e);if(i.version="3.3.0",i.removed=[],!n||!n.document||9!==n.document.nodeType||!n.Element)return i.isSupported=!1,i;let{document:o}=n;const a=o,s=a.currentScript,{DocumentFragment:l,HTMLTemplateElement:u,Node:C,Element:_,NodeFilter:k,NamedNodeMap:H=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:B,DOMParser:W,trustedTypes:G}=n,Y=_.prototype,Q=O(Y,"cloneNode"),X=O(Y,"remove"),V=O(Y,"nextSibling"),tt=O(Y,"childNodes"),et=O(Y,"parentNode");if("function"==typeof u){const t=o.createElement("template");t.content&&t.content.ownerDocument&&(o=t.content.ownerDocument)}let nt,it="";const{implementation:ot,createNodeIterator:at,createDocumentFragment:rt,getElementsByTagName:st}=o,{importNode:ct}=a;let lt={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};i.isSupported="function"==typeof e&&"function"==typeof et&&ot&&void 0!==ot.createHTMLDocument;const{MUSTACHE_EXPR:ut,ERB_EXPR:ft,TMPLIT_EXPR:dt,DATA_ATTR:pt,ARIA_ATTR:ht,IS_SCRIPT_OR_DATA:mt,ATTR_WHITESPACE:gt,CUSTOM_ELEMENT:vt}=K;let{IS_ALLOWED_URI:yt}=K,bt=null;const At=S({},[...R,...L,...D,...M,...P]);let Tt=null;const wt=S({},[...z,...U,...j,...$]);let Et=Object.seal(c(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),xt=null,Ct=null;const _t=Object.seal(c(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let St=!0,kt=!0,Nt=!1,Ot=!0,Rt=!1,Lt=!0,Dt=!1,It=!1,Mt=!1,Ft=!1,Pt=!1,zt=!1,Ut=!0,jt=!1,$t=!0,Ht=!1,Bt={},Wt=null;const Gt=S({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Yt=null;const qt=S({},["audio","video","img","source","image","track"]);let Qt=null;const Xt=S({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Jt="http://www.w3.org/1998/Math/MathML",Vt="http://www.w3.org/2000/svg",Kt="http://www.w3.org/1999/xhtml";let Zt=Kt,te=!1,ee=null;const ne=S({},[Jt,Vt,Kt],v);let ie=S({},["mi","mo","mn","ms","mtext"]),oe=S({},["annotation-xml"]);const ae=S({},["title","style","font","a","script"]);let re=null;const se=["application/xhtml+xml","text/html"];let ce=null,le=null;const ue=o.createElement("form"),fe=function(t){return t instanceof RegExp||t instanceof Function},de=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!le||le!==t){if(t&&"object"==typeof t||(t={}),t=N(t),re=-1===se.indexOf(t.PARSER_MEDIA_TYPE)?"text/html":t.PARSER_MEDIA_TYPE,ce="application/xhtml+xml"===re?v:g,bt=w(t,"ALLOWED_TAGS")?S({},t.ALLOWED_TAGS,ce):At,Tt=w(t,"ALLOWED_ATTR")?S({},t.ALLOWED_ATTR,ce):wt,ee=w(t,"ALLOWED_NAMESPACES")?S({},t.ALLOWED_NAMESPACES,v):ne,Qt=w(t,"ADD_URI_SAFE_ATTR")?S(N(Xt),t.ADD_URI_SAFE_ATTR,ce):Xt,Yt=w(t,"ADD_DATA_URI_TAGS")?S(N(qt),t.ADD_DATA_URI_TAGS,ce):qt,Wt=w(t,"FORBID_CONTENTS")?S({},t.FORBID_CONTENTS,ce):Gt,xt=w(t,"FORBID_TAGS")?S({},t.FORBID_TAGS,ce):N({}),Ct=w(t,"FORBID_ATTR")?S({},t.FORBID_ATTR,ce):N({}),Bt=!!w(t,"USE_PROFILES")&&t.USE_PROFILES,St=!1!==t.ALLOW_ARIA_ATTR,kt=!1!==t.ALLOW_DATA_ATTR,Nt=t.ALLOW_UNKNOWN_PROTOCOLS||!1,Ot=!1!==t.ALLOW_SELF_CLOSE_IN_ATTR,Rt=t.SAFE_FOR_TEMPLATES||!1,Lt=!1!==t.SAFE_FOR_XML,Dt=t.WHOLE_DOCUMENT||!1,Ft=t.RETURN_DOM||!1,Pt=t.RETURN_DOM_FRAGMENT||!1,zt=t.RETURN_TRUSTED_TYPE||!1,Mt=t.FORCE_BODY||!1,Ut=!1!==t.SANITIZE_DOM,jt=t.SANITIZE_NAMED_PROPS||!1,$t=!1!==t.KEEP_CONTENT,Ht=t.IN_PLACE||!1,yt=t.ALLOWED_URI_REGEXP||q,Zt=t.NAMESPACE||Kt,ie=t.MATHML_TEXT_INTEGRATION_POINTS||ie,oe=t.HTML_INTEGRATION_POINTS||oe,Et=t.CUSTOM_ELEMENT_HANDLING||{},t.CUSTOM_ELEMENT_HANDLING&&fe(t.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Et.tagNameCheck=t.CUSTOM_ELEMENT_HANDLING.tagNameCheck),t.CUSTOM_ELEMENT_HANDLING&&fe(t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Et.attributeNameCheck=t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),t.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Et.allowCustomizedBuiltInElements=t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Rt&&(kt=!1),Pt&&(Ft=!0),Bt&&(bt=S({},P),Tt=[],!0===Bt.html&&(S(bt,R),S(Tt,z)),!0===Bt.svg&&(S(bt,L),S(Tt,U),S(Tt,$)),!0===Bt.svgFilters&&(S(bt,D),S(Tt,U),S(Tt,$)),!0===Bt.mathMl&&(S(bt,M),S(Tt,j),S(Tt,$))),t.ADD_TAGS&&("function"==typeof t.ADD_TAGS?_t.tagCheck=t.ADD_TAGS:(bt===At&&(bt=N(bt)),S(bt,t.ADD_TAGS,ce))),t.ADD_ATTR&&("function"==typeof t.ADD_ATTR?_t.attributeCheck=t.ADD_ATTR:(Tt===wt&&(Tt=N(Tt)),S(Tt,t.ADD_ATTR,ce))),t.ADD_URI_SAFE_ATTR&&S(Qt,t.ADD_URI_SAFE_ATTR,ce),t.FORBID_CONTENTS&&(Wt===Gt&&(Wt=N(Wt)),S(Wt,t.FORBID_CONTENTS,ce)),$t&&(bt["#text"]=!0),Dt&&S(bt,["html","head","body"]),bt.table&&(S(bt,["tbody"]),delete xt.tbody),t.TRUSTED_TYPES_POLICY){if("function"!=typeof t.TRUSTED_TYPES_POLICY.createHTML)throw x('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof t.TRUSTED_TYPES_POLICY.createScriptURL)throw x('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');nt=t.TRUSTED_TYPES_POLICY,it=nt.createHTML("")}else void 0===nt&&(nt=function(t,e){if("object"!=typeof t||"function"!=typeof t.createPolicy)return null;let n=null;const i="data-tt-policy-suffix";e&&e.hasAttribute(i)&&(n=e.getAttribute(i));const o="dompurify"+(n?"#"+n:"");try{return t.createPolicy(o,{createHTML:t=>t,createScriptURL:t=>t})}catch(t){return console.warn("TrustedTypes policy "+o+" could not be created."),null}}(G,s)),null!==nt&&"string"==typeof it&&(it=nt.createHTML(""));r&&r(t),le=t}},pe=S({},[...L,...D,...I]),he=S({},[...M,...F]),me=function(t){h(i.removed,{element:t});try{et(t).removeChild(t)}catch(e){X(t)}},ge=function(t,e){try{h(i.removed,{attribute:e.getAttributeNode(t),from:e})}catch(t){h(i.removed,{attribute:null,from:e})}if(e.removeAttribute(t),"is"===t)if(Ft||Pt)try{me(e)}catch(t){}else try{e.setAttribute(t,"")}catch(t){}},ve=function(t){let e=null,n=null;if(Mt)t=""+t;else{const e=y(t,/^[\r\n\t ]+/);n=e&&e[0]}"application/xhtml+xml"===re&&Zt===Kt&&(t=''+t+"");const i=nt?nt.createHTML(t):t;if(Zt===Kt)try{e=(new W).parseFromString(i,re)}catch(t){}if(!e||!e.documentElement){e=ot.createDocument(Zt,"template",null);try{e.documentElement.innerHTML=te?it:i}catch(t){}}const a=e.body||e.documentElement;return t&&n&&a.insertBefore(o.createTextNode(n),a.childNodes[0]||null),Zt===Kt?st.call(e,Dt?"html":"body")[0]:Dt?e.documentElement:a},ye=function(t){return at.call(t.ownerDocument||t,t,k.SHOW_ELEMENT|k.SHOW_COMMENT|k.SHOW_TEXT|k.SHOW_PROCESSING_INSTRUCTION|k.SHOW_CDATA_SECTION,null)},be=function(t){return t instanceof B&&("string"!=typeof t.nodeName||"string"!=typeof t.textContent||"function"!=typeof t.removeChild||!(t.attributes instanceof H)||"function"!=typeof t.removeAttribute||"function"!=typeof t.setAttribute||"string"!=typeof t.namespaceURI||"function"!=typeof t.insertBefore||"function"!=typeof t.hasChildNodes)},Ae=function(t){return"function"==typeof C&&t instanceof C};function Te(t,e,n){f(t,t=>{t.call(i,e,n,le)})}const we=function(t){let e=null;if(Te(lt.beforeSanitizeElements,t,null),be(t))return me(t),!0;const n=ce(t.nodeName);if(Te(lt.uponSanitizeElement,t,{tagName:n,allowedTags:bt}),Lt&&t.hasChildNodes()&&!Ae(t.firstElementChild)&&E(/<[/\w!]/g,t.innerHTML)&&E(/<[/\w!]/g,t.textContent))return me(t),!0;if(7===t.nodeType)return me(t),!0;if(Lt&&8===t.nodeType&&E(/<[/\w]/g,t.data))return me(t),!0;if(!(_t.tagCheck instanceof Function&&_t.tagCheck(n))&&(!bt[n]||xt[n])){if(!xt[n]&&xe(n)){if(Et.tagNameCheck instanceof RegExp&&E(Et.tagNameCheck,n))return!1;if(Et.tagNameCheck instanceof Function&&Et.tagNameCheck(n))return!1}if($t&&!Wt[n]){const e=et(t)||t.parentNode,n=tt(t)||t.childNodes;if(n&&e)for(let i=n.length-1;i>=0;--i){const o=Q(n[i],!0);o.__removalCount=(t.__removalCount||0)+1,e.insertBefore(o,V(t))}}return me(t),!0}return t instanceof _&&!function(t){let e=et(t);e&&e.tagName||(e={namespaceURI:Zt,tagName:"template"});const n=g(t.tagName),i=g(e.tagName);return!!ee[t.namespaceURI]&&(t.namespaceURI===Vt?e.namespaceURI===Kt?"svg"===n:e.namespaceURI===Jt?"svg"===n&&("annotation-xml"===i||ie[i]):Boolean(pe[n]):t.namespaceURI===Jt?e.namespaceURI===Kt?"math"===n:e.namespaceURI===Vt?"math"===n&&oe[i]:Boolean(he[n]):t.namespaceURI===Kt?!(e.namespaceURI===Vt&&!oe[i])&&!(e.namespaceURI===Jt&&!ie[i])&&!he[n]&&(ae[n]||!pe[n]):!("application/xhtml+xml"!==re||!ee[t.namespaceURI]))}(t)?(me(t),!0):"noscript"!==n&&"noembed"!==n&&"noframes"!==n||!E(/<\/no(script|embed|frames)/i,t.innerHTML)?(Rt&&3===t.nodeType&&(e=t.textContent,f([ut,ft,dt],t=>{e=b(e,t," ")}),t.textContent!==e&&(h(i.removed,{element:t.cloneNode()}),t.textContent=e)),Te(lt.afterSanitizeElements,t,null),!1):(me(t),!0)},Ee=function(t,e,n){if(Ut&&("id"===e||"name"===e)&&(n in o||n in ue))return!1;if(kt&&!Ct[e]&&E(pt,e));else if(St&&E(ht,e));else if(_t.attributeCheck instanceof Function&&_t.attributeCheck(e,t));else if(!Tt[e]||Ct[e]){if(!(xe(t)&&(Et.tagNameCheck instanceof RegExp&&E(Et.tagNameCheck,t)||Et.tagNameCheck instanceof Function&&Et.tagNameCheck(t))&&(Et.attributeNameCheck instanceof RegExp&&E(Et.attributeNameCheck,e)||Et.attributeNameCheck instanceof Function&&Et.attributeNameCheck(e,t))||"is"===e&&Et.allowCustomizedBuiltInElements&&(Et.tagNameCheck instanceof RegExp&&E(Et.tagNameCheck,n)||Et.tagNameCheck instanceof Function&&Et.tagNameCheck(n))))return!1}else if(Qt[e]);else if(E(yt,b(n,gt,"")));else if("src"!==e&&"xlink:href"!==e&&"href"!==e||"script"===t||0!==A(n,"data:")||!Yt[t])if(Nt&&!E(mt,b(n,gt,"")));else if(n)return!1;return!0},xe=function(t){return"annotation-xml"!==t&&y(t,vt)},Ce=function(t){Te(lt.beforeSanitizeAttributes,t,null);const{attributes:e}=t;if(!e||be(t))return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Tt,forceKeepAttr:void 0};let o=e.length;for(;o--;){const a=e[o],{name:r,namespaceURI:s,value:c}=a,l=ce(r),u=c;let d="value"===r?u:T(u);if(n.attrName=l,n.attrValue=d,n.keepAttr=!0,n.forceKeepAttr=void 0,Te(lt.uponSanitizeAttribute,t,n),d=n.attrValue,!jt||"id"!==l&&"name"!==l||(ge(r,t),d="user-content-"+d),Lt&&E(/((--!?|])>)|<\/(style|title|textarea)/i,d)){ge(r,t);continue}if("attributename"===l&&y(d,"href")){ge(r,t);continue}if(n.forceKeepAttr)continue;if(!n.keepAttr){ge(r,t);continue}if(!Ot&&E(/\/>/i,d)){ge(r,t);continue}Rt&&f([ut,ft,dt],t=>{d=b(d,t," ")});const h=ce(t.nodeName);if(Ee(h,l,d)){if(nt&&"object"==typeof G&&"function"==typeof G.getAttributeType)if(s);else switch(G.getAttributeType(h,l)){case"TrustedHTML":d=nt.createHTML(d);break;case"TrustedScriptURL":d=nt.createScriptURL(d)}if(d!==u)try{s?t.setAttributeNS(s,r,d):t.setAttribute(r,d),be(t)?me(t):p(i.removed)}catch(e){ge(r,t)}}else ge(r,t)}Te(lt.afterSanitizeAttributes,t,null)},_e=function t(e){let n=null;const i=ye(e);for(Te(lt.beforeSanitizeShadowDOM,e,null);n=i.nextNode();)Te(lt.uponSanitizeShadowNode,n,null),we(n),Ce(n),n.content instanceof l&&t(n.content);Te(lt.afterSanitizeShadowDOM,e,null)};return i.sanitize=function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,o=null,r=null,s=null;if(te=!t,te&&(t="\x3c!--\x3e"),"string"!=typeof t&&!Ae(t)){if("function"!=typeof t.toString)throw x("toString is not a function");if("string"!=typeof(t=t.toString()))throw x("dirty is not a string, aborting")}if(!i.isSupported)return t;if(It||de(e),i.removed=[],"string"==typeof t&&(Ht=!1),Ht){if(t.nodeName){const e=ce(t.nodeName);if(!bt[e]||xt[e])throw x("root node is forbidden and cannot be sanitized in-place")}}else if(t instanceof C)n=ve("\x3c!----\x3e"),o=n.ownerDocument.importNode(t,!0),1===o.nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?n=o:n.appendChild(o);else{if(!Ft&&!Rt&&!Dt&&-1===t.indexOf("<"))return nt&&zt?nt.createHTML(t):t;if(n=ve(t),!n)return Ft?null:zt?it:""}n&&Mt&&me(n.firstChild);const c=ye(Ht?t:n);for(;r=c.nextNode();)we(r),Ce(r),r.content instanceof l&&_e(r.content);if(Ht)return t;if(Ft){if(Pt)for(s=rt.call(n.ownerDocument);n.firstChild;)s.appendChild(n.firstChild);else s=n;return(Tt.shadowroot||Tt.shadowrootmode)&&(s=ct.call(a,s,!0)),s}let u=Dt?n.outerHTML:n.innerHTML;return Dt&&bt["!doctype"]&&n.ownerDocument&&n.ownerDocument.doctype&&n.ownerDocument.doctype.name&&E(J,n.ownerDocument.doctype.name)&&(u="\n"+u),Rt&&f([ut,ft,dt],t=>{u=b(u,t," ")}),nt&&zt?nt.createHTML(u):u},i.setConfig=function(){de(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),It=!0},i.clearConfig=function(){le=null,It=!1},i.isValidAttribute=function(t,e,n){le||de({});const i=ce(t),o=ce(e);return Ee(i,o,n)},i.addHook=function(t,e){"function"==typeof e&&h(lt[t],e)},i.removeHook=function(t,e){if(void 0!==e){const n=d(lt[t],e);return-1===n?void 0:m(lt[t],n,1)[0]}return p(lt[t])},i.removeHooks=function(t){lt[t]=[]},i.removeAllHooks=function(){lt={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},i}();t.exports=tt},5751:()=>{var t;t=jQuery,acf.models.Modal=acf.Model.extend({data:{title:"",content:"",toolbar:""},events:{"click .acf-modal-close":"onClickClose"},setup:function(e){t.extend(this.data,e),this.$el=t(),this.render()},initialize:function(){this.open()},render:function(){var e=this.get("title"),n=this.get("content"),i=this.get("toolbar"),o=t(["
",'
','
',"

"+e+"

",'',"
",'
'+n+"
",'
'+i+"
","
",'
',"
"].join(""));this.$el&&this.$el.replaceWith(o),this.$el=o,acf.doAction("append",o)},update:function(t){this.data=acf.parseArgs(t,this.data),this.render()},title:function(t){this.$(".acf-modal-title h2").html(t)},content:function(t){this.$(".acf-modal-content").html(t)},toolbar:function(t){this.$(".acf-modal-toolbar").html(t)},open:function(){t("body").append(this.$el)},close:function(){this.remove()},onClickClose:function(t,e){t.preventDefault(),this.close()},focus:function(){this.$el.find(".acf-icon").first().trigger("focus")},lockFocusToModal:function(e){let n=t("#wpwrap");n.length&&(n[0].inert=e,n.attr("aria-hidden",e))},returnFocusToOrigin:function(){this.data.openedBy instanceof t&&this.data.openedBy.closest("body").length>0&&this.data.openedBy.trigger("focus")}}),acf.newModal=function(t){return new acf.models.Modal(t)}},6047:(t,e,n)=>{!function(t,e){var i={};window.acf=i,i.data={},i.get=function(t){return this.data[t]||null},i.has=function(t){return null!==this.get(t)},i.set=function(t,e){return this.data[t]=e,this};var o=0;i.uniqueId=function(t){var e=++o+"";return t?t+e:e},i.uniqueArray=function(t){return t.filter(function(t,e,n){return n.indexOf(t)===e})};var a="";i.uniqid=function(t,e){var n;void 0===t&&(t="");var i=function(t,e){return e<(t=parseInt(t,10).toString(16)).length?t.slice(t.length-e):e>t.length?Array(e-t.length+1).join("0")+t:t};return a||(a=Math.floor(123456789*Math.random())),a++,n=t,n+=i(parseInt((new Date).getTime()/1e3,10),8),n+=i(a,5),e&&(n+=(10*Math.random()).toFixed(8).toString()),n},i.strReplace=function(t,e,n){return n.split(t).join(e)},i.strCamelCase=function(t){var e=t.match(/([a-zA-Z0-9]+)/g);return e?e.map(function(t,e){var n=t.charAt(0);return(0===e?n.toLowerCase():n.toUpperCase())+t.slice(1)}).join(""):""},i.strPascalCase=function(t){var e=i.strCamelCase(t);return e.charAt(0).toUpperCase()+e.slice(1)},i.strSlugify=function(t){return i.strReplace("_","-",t.toLowerCase())},i.strSanitize=function(t,n=!0){var i={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",Æ:"AE",Ç:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",Ù:"U",Ú:"U",Û:"U",Ü:"U",Ý:"Y",ß:"s",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",æ:"ae",ç:"c",è:"e",é:"e",ê:"e",ë:"e",ì:"i",í:"i",î:"i",ï:"i",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",ù:"u",ú:"u",û:"u",ü:"u",ý:"y",ÿ:"y",Ā:"A",ā:"a",Ă:"A",ă:"a",Ą:"A",ą:"a",Ć:"C",ć:"c",Ĉ:"C",ĉ:"c",Ċ:"C",ċ:"c",Č:"C",č:"c",Ď:"D",ď:"d",Đ:"D",đ:"d",Ē:"E",ē:"e",Ĕ:"E",ĕ:"e",Ė:"E",ė:"e",Ę:"E",ę:"e",Ě:"E",ě:"e",Ĝ:"G",ĝ:"g",Ğ:"G",ğ:"g",Ġ:"G",ġ:"g",Ģ:"G",ģ:"g",Ĥ:"H",ĥ:"h",Ħ:"H",ħ:"h",Ĩ:"I",ĩ:"i",Ī:"I",ī:"i",Ĭ:"I",ĭ:"i",Į:"I",į:"i",İ:"I",ı:"i",IJ:"IJ",ij:"ij",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",Ĺ:"L",ĺ:"l",Ļ:"L",ļ:"l",Ľ:"L",ľ:"l",Ŀ:"L",ŀ:"l",Ł:"l",ł:"l",Ń:"N",ń:"n",Ņ:"N",ņ:"n",Ň:"N",ň:"n",ʼn:"n",Ō:"O",ō:"o",Ŏ:"O",ŏ:"o",Ő:"O",ő:"o",Œ:"OE",œ:"oe",Ŕ:"R",ŕ:"r",Ŗ:"R",ŗ:"r",Ř:"R",ř:"r",Ś:"S",ś:"s",Ŝ:"S",ŝ:"s",Ş:"S",ş:"s",Š:"S",š:"s",Ţ:"T",ţ:"t",Ť:"T",ť:"t",Ŧ:"T",ŧ:"t",Ũ:"U",ũ:"u",Ū:"U",ū:"u",Ŭ:"U",ŭ:"u",Ů:"U",ů:"u",Ű:"U",ű:"u",Ų:"U",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",ź:"z",Ż:"Z",ż:"z",Ž:"Z",ž:"z",ſ:"s",ƒ:"f",Ơ:"O",ơ:"o",Ư:"U",ư:"u",Ǎ:"A",ǎ:"a",Ǐ:"I",ǐ:"i",Ǒ:"O",ǒ:"o",Ǔ:"U",ǔ:"u",Ǖ:"U",ǖ:"u",Ǘ:"U",ǘ:"u",Ǚ:"U",ǚ:"u",Ǜ:"U",ǜ:"u",Ǻ:"A",ǻ:"a",Ǽ:"AE",ǽ:"ae",Ǿ:"O",ǿ:"o"," ":"_","'":"","?":"","/":"","\\":"",".":"",",":"","`":"",">":"","<":"",'"':"","[":"","]":"","|":"","{":"","}":"","(":"",")":""};return t=t.replace(/\W/g,function(t){return i[t]!==e?i[t]:t}),n&&(t=t.toLowerCase()),t},i.strMatch=function(t,e){for(var n=0,i=Math.min(t.length,e.length),o=0;o":">",'"':""","'":"'"};return(""+t).replace(/[&<>"']/g,function(t){return e[t]})},i.strUnescape=function(t){var e={"&":"&","<":"<",">":">",""":'"',"'":"'"};return(""+t).replace(/&|<|>|"|'/g,function(t){return e[t]})},i.escAttr=i.strEscape,i.escHtml=function(t){t=""+t;const e=n(5454);if(void 0===e||!e.isSupported)return console.warn("ACF: DOMPurify not loaded or not supported. Falling back to basic HTML escaping for security."),i.strEscape(t);const o=i.applyFilters("esc_html_dompurify_config",{USE_PROFILES:{html:!0},ADD_TAGS:["audio","video"],ADD_ATTR:["controls","loop","muted","preload"],FORBID_TAGS:["script","style","iframe","object","embed","base","meta","form"],FORBID_ATTR:["style","srcset","action","background","dynsrc","lowsrc","on*"],ALLOW_DATA_ATTR:!1,ALLOW_ARIA_ATTR:!1},t);return e.sanitize(t,o)},i.decode=function(e){return t("