dealpostools 2.2.7 → 2.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkweb_tools=self.webpackChunkweb_tools||[]).push([[429],{7435:(we,ue,he)=>{he(8583)},8583:()=>{!function(e){const n=e.performance;function i(I){n&&n.mark&&n.mark(I)}function r(I,p){n&&n.measure&&n.measure(I,p)}i("Zone");const c=e.__Zone_symbol_prefix||"__zone_symbol__";function u(I){return c+I}const f=!0===e[u("forceDuplicateZoneCheck")];if(e.Zone){if(f||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}let _=(()=>{class I{constructor(t,o){this._parent=t,this._name=o?o.name||"unnamed":"<root>",this._properties=o&&o.properties||{},this._zoneDelegate=new T(this,this._parent&&this._parent._zoneDelegate,o)}static assertZonePatched(){if(e.Promise!==J.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let t=I.current;for(;t.parent;)t=t.parent;return t}static get current(){return G.zone}static get currentTask(){return te}static __load_patch(t,o,y=!1){if(J.hasOwnProperty(t)){if(!y&&f)throw Error("Already loaded patch: "+t)}else if(!e["__Zone_disable_"+t]){const P="Zone:"+t;i(P),J[t]=o(e,I,le),r(P,P)}}get parent(){return this._parent}get name(){return this._name}get(t){const o=this.getZoneWith(t);if(o)return o._properties[t]}getZoneWith(t){let o=this;for(;o;){if(o._properties.hasOwnProperty(t))return o;o=o._parent}return null}fork(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)}wrap(t,o){if("function"!=typeof t)throw new Error("Expecting function got: "+t);const y=this._zoneDelegate.intercept(this,t,o),P=this;return function(){return P.runGuarded(y,this,arguments,o)}}run(t,o,y,P){G={parent:G,zone:this};try{return this._zoneDelegate.invoke(this,t,o,y,P)}finally{G=G.parent}}runGuarded(t,o=null,y,P){G={parent:G,zone:this};try{try{return this._zoneDelegate.invoke(this,t,o,y,P)}catch(K){if(this._zoneDelegate.handleError(this,K))throw K}}finally{G=G.parent}}runTask(t,o,y){if(t.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(t.zone||z).name+"; Execution: "+this.name+")");if(t.state===j&&(t.type===R||t.type===M))return;const P=t.state!=X;P&&t._transitionTo(X,O),t.runCount++;const K=te;te=t,G={parent:G,zone:this};try{t.type==M&&t.data&&!t.data.isPeriodic&&(t.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,t,o,y)}catch(l){if(this._zoneDelegate.handleError(this,l))throw l}}finally{t.state!==j&&t.state!==Y&&(t.type==R||t.data&&t.data.isPeriodic?P&&t._transitionTo(O,X):(t.runCount=0,this._updateTaskCount(t,-1),P&&t._transitionTo(j,X,j))),G=G.parent,te=K}}scheduleTask(t){if(t.zone&&t.zone!==this){let y=this;for(;y;){if(y===t.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${t.zone.name}`);y=y.parent}}t._transitionTo(q,j);const o=[];t._zoneDelegates=o,t._zone=this;try{t=this._zoneDelegate.scheduleTask(this,t)}catch(y){throw t._transitionTo(Y,q,j),this._zoneDelegate.handleError(this,y),y}return t._zoneDelegates===o&&this._updateTaskCount(t,1),t.state==q&&t._transitionTo(O,q),t}scheduleMicroTask(t,o,y,P){return this.scheduleTask(new m(v,t,o,y,P,void 0))}scheduleMacroTask(t,o,y,P,K){return this.scheduleTask(new m(M,t,o,y,P,K))}scheduleEventTask(t,o,y,P,K){return this.scheduleTask(new m(R,t,o,y,P,K))}cancelTask(t){if(t.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(t.zone||z).name+"; Execution: "+this.name+")");t._transitionTo(A,O,X);try{this._zoneDelegate.cancelTask(this,t)}catch(o){throw t._transitionTo(Y,A),this._zoneDelegate.handleError(this,o),o}return this._updateTaskCount(t,-1),t._transitionTo(j,A),t.runCount=0,t}_updateTaskCount(t,o){const y=t._zoneDelegates;-1==o&&(t._zoneDelegates=null);for(let P=0;P<y.length;P++)y[P]._updateTaskCount(t.type,o)}}return I.__symbol__=u,I})();const g={name:"",onHasTask:(I,p,t,o)=>I.hasTask(t,o),onScheduleTask:(I,p,t,o)=>I.scheduleTask(t,o),onInvokeTask:(I,p,t,o,y,P)=>I.invokeTask(t,o,y,P),onCancelTask:(I,p,t,o)=>I.cancelTask(t,o)};class T{constructor(p,t,o){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=p,this._parentDelegate=t,this._forkZS=o&&(o&&o.onFork?o:t._forkZS),this._forkDlgt=o&&(o.onFork?t:t._forkDlgt),this._forkCurrZone=o&&(o.onFork?this.zone:t._forkCurrZone),this._interceptZS=o&&(o.onIntercept?o:t._interceptZS),this._interceptDlgt=o&&(o.onIntercept?t:t._interceptDlgt),this._interceptCurrZone=o&&(o.onIntercept?this.zone:t._interceptCurrZone),this._invokeZS=o&&(o.onInvoke?o:t._invokeZS),this._invokeDlgt=o&&(o.onInvoke?t:t._invokeDlgt),this._invokeCurrZone=o&&(o.onInvoke?this.zone:t._invokeCurrZone),this._handleErrorZS=o&&(o.onHandleError?o:t._handleErrorZS),this._handleErrorDlgt=o&&(o.onHandleError?t:t._handleErrorDlgt),this._handleErrorCurrZone=o&&(o.onHandleError?this.zone:t._handleErrorCurrZone),this._scheduleTaskZS=o&&(o.onScheduleTask?o:t._scheduleTaskZS),this._scheduleTaskDlgt=o&&(o.onScheduleTask?t:t._scheduleTaskDlgt),this._scheduleTaskCurrZone=o&&(o.onScheduleTask?this.zone:t._scheduleTaskCurrZone),this._invokeTaskZS=o&&(o.onInvokeTask?o:t._invokeTaskZS),this._invokeTaskDlgt=o&&(o.onInvokeTask?t:t._invokeTaskDlgt),this._invokeTaskCurrZone=o&&(o.onInvokeTask?this.zone:t._invokeTaskCurrZone),this._cancelTaskZS=o&&(o.onCancelTask?o:t._cancelTaskZS),this._cancelTaskDlgt=o&&(o.onCancelTask?t:t._cancelTaskDlgt),this._cancelTaskCurrZone=o&&(o.onCancelTask?this.zone:t._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const y=o&&o.onHasTask;(y||t&&t._hasTaskZS)&&(this._hasTaskZS=y?o:g,this._hasTaskDlgt=t,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=p,o.onScheduleTask||(this._scheduleTaskZS=g,this._scheduleTaskDlgt=t,this._scheduleTaskCurrZone=this.zone),o.onInvokeTask||(this._invokeTaskZS=g,this._invokeTaskDlgt=t,this._invokeTaskCurrZone=this.zone),o.onCancelTask||(this._cancelTaskZS=g,this._cancelTaskDlgt=t,this._cancelTaskCurrZone=this.zone))}fork(p,t){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,p,t):new _(p,t)}intercept(p,t,o){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,p,t,o):t}invoke(p,t,o,y,P){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,p,t,o,y,P):t.apply(o,y)}handleError(p,t){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,p,t)}scheduleTask(p,t){let o=t;if(this._scheduleTaskZS)this._hasTaskZS&&o._zoneDelegates.push(this._hasTaskDlgtOwner),o=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,p,t),o||(o=t);else if(t.scheduleFn)t.scheduleFn(t);else{if(t.type!=v)throw new Error("Task is missing scheduleFn.");d(t)}return o}invokeTask(p,t,o,y){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,p,t,o,y):t.callback.apply(o,y)}cancelTask(p,t){let o;if(this._cancelTaskZS)o=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,p,t);else{if(!t.cancelFn)throw Error("Task is not cancelable");o=t.cancelFn(t)}return o}hasTask(p,t){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,p,t)}catch(o){this.handleError(p,o)}}_updateTaskCount(p,t){const o=this._taskCounts,y=o[p],P=o[p]=y+t;if(P<0)throw new Error("More tasks executed then were scheduled.");0!=y&&0!=P||this.hasTask(this.zone,{microTask:o.microTask>0,macroTask:o.macroTask>0,eventTask:o.eventTask>0,change:p})}}class m{constructor(p,t,o,y,P,K){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=p,this.source=t,this.data=y,this.scheduleFn=P,this.cancelFn=K,!o)throw new Error("callback is not defined");this.callback=o;const l=this;this.invoke=p===R&&y&&y.useG?m.invokeTask:function(){return m.invokeTask.call(e,l,this,arguments)}}static invokeTask(p,t,o){p||(p=this),re++;try{return p.runCount++,p.zone.runTask(p,t,o)}finally{1==re&&L(),re--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(j,q)}_transitionTo(p,t,o){if(this._state!==t&&this._state!==o)throw new Error(`${this.type} '${this.source}': can not transition to '${p}', expecting state '${t}'${o?" or '"+o+"'":""}, was '${this._state}'.`);this._state=p,p==j&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const S=u("setTimeout"),D=u("Promise"),Z=u("then");let E,B=[],V=!1;function d(I){if(0===re&&0===B.length)if(E||e[D]&&(E=e[D].resolve(0)),E){let p=E[Z];p||(p=E.then),p.call(E,L)}else e[S](L,0);I&&B.push(I)}function L(){if(!V){for(V=!0;B.length;){const I=B;B=[];for(let p=0;p<I.length;p++){const t=I[p];try{t.zone.runTask(t,null,null)}catch(o){le.onUnhandledError(o)}}}le.microtaskDrainDone(),V=!1}}const z={name:"NO ZONE"},j="notScheduled",q="scheduling",O="scheduled",X="running",A="canceling",Y="unknown",v="microTask",M="macroTask",R="eventTask",J={},le={symbol:u,currentZoneFrame:()=>G,onUnhandledError:F,microtaskDrainDone:F,scheduleMicroTask:d,showUncaughtError:()=>!_[u("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:F,patchMethod:()=>F,bindArguments:()=>[],patchThen:()=>F,patchMacroTask:()=>F,patchEventPrototype:()=>F,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>F,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>F,wrapWithCurrentZone:()=>F,filterProperties:()=>[],attachOriginToPatched:()=>F,_redefineProperty:()=>F,patchCallbacks:()=>F};let G={parent:null,zone:new _(null,null)},te=null,re=0;function F(){}r("Zone","Zone"),e.Zone=_}(typeof window<"u"&&window||typeof self<"u"&&self||global);const ue=Object.getOwnPropertyDescriptor,he=Object.defineProperty,de=Object.getPrototypeOf,Be=Object.create,ut=Array.prototype.slice,Se="addEventListener",Oe="removeEventListener",Ze=Zone.__symbol__(Se),Ie=Zone.__symbol__(Oe),se="true",ie="false",ke=Zone.__symbol__("");function Le(e,n){return Zone.current.wrap(e,n)}function Me(e,n,i,r,c){return Zone.current.scheduleMacroTask(e,n,i,r,c)}const x=Zone.__symbol__,Pe=typeof window<"u",pe=Pe?window:void 0,$=Pe&&pe||"object"==typeof self&&self||global,ht=[null];function Ae(e,n){for(let i=e.length-1;i>=0;i--)"function"==typeof e[i]&&(e[i]=Le(e[i],n+"_"+i));return e}function Fe(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&typeof e.set>"u")}const Ue=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Re=!("nw"in $)&&typeof $.process<"u"&&"[object process]"==={}.toString.call($.process),je=!Re&&!Ue&&!(!Pe||!pe.HTMLElement),We=typeof $.process<"u"&&"[object process]"==={}.toString.call($.process)&&!Ue&&!(!Pe||!pe.HTMLElement),Ce={},qe=function(e){if(!(e=e||$.event))return;let n=Ce[e.type];n||(n=Ce[e.type]=x("ON_PROPERTY"+e.type));const i=this||e.target||$,r=i[n];let c;if(je&&i===pe&&"error"===e.type){const u=e;c=r&&r.call(this,u.message,u.filename,u.lineno,u.colno,u.error),!0===c&&e.preventDefault()}else c=r&&r.apply(this,arguments),null!=c&&!c&&e.preventDefault();return c};function Xe(e,n,i){let r=ue(e,n);if(!r&&i&&ue(i,n)&&(r={enumerable:!0,configurable:!0}),!r||!r.configurable)return;const c=x("on"+n+"patched");if(e.hasOwnProperty(c)&&e[c])return;delete r.writable,delete r.value;const u=r.get,f=r.set,_=n.substr(2);let g=Ce[_];g||(g=Ce[_]=x("ON_PROPERTY"+_)),r.set=function(T){let m=this;!m&&e===$&&(m=$),m&&(m[g]&&m.removeEventListener(_,qe),f&&f.apply(m,ht),"function"==typeof T?(m[g]=T,m.addEventListener(_,qe,!1)):m[g]=null)},r.get=function(){let T=this;if(!T&&e===$&&(T=$),!T)return null;const m=T[g];if(m)return m;if(u){let S=u&&u.call(this);if(S)return r.set.call(this,S),"function"==typeof T.removeAttribute&&T.removeAttribute(n),S}return null},he(e,n,r),e[c]=!0}function Ye(e,n,i){if(n)for(let r=0;r<n.length;r++)Xe(e,"on"+n[r],i);else{const r=[];for(const c in e)"on"==c.substr(0,2)&&r.push(c);for(let c=0;c<r.length;c++)Xe(e,r[c],i)}}const ne=x("originalInstance");function ve(e){const n=$[e];if(!n)return;$[x(e)]=n,$[e]=function(){const c=Ae(arguments,e);switch(c.length){case 0:this[ne]=new n;break;case 1:this[ne]=new n(c[0]);break;case 2:this[ne]=new n(c[0],c[1]);break;case 3:this[ne]=new n(c[0],c[1],c[2]);break;case 4:this[ne]=new n(c[0],c[1],c[2],c[3]);break;default:throw new Error("Arg list too long.")}},ae($[e],n);const i=new n(function(){});let r;for(r in i)"XMLHttpRequest"===e&&"responseBlob"===r||function(c){"function"==typeof i[c]?$[e].prototype[c]=function(){return this[ne][c].apply(this[ne],arguments)}:he($[e].prototype,c,{set:function(u){"function"==typeof u?(this[ne][c]=Le(u,e+"."+c),ae(this[ne][c],u)):this[ne][c]=u},get:function(){return this[ne][c]}})}(r);for(r in n)"prototype"!==r&&n.hasOwnProperty(r)&&($[e][r]=n[r])}function ce(e,n,i){let r=e;for(;r&&!r.hasOwnProperty(n);)r=de(r);!r&&e[n]&&(r=e);const c=x(n);let u=null;if(r&&(!(u=r[c])||!r.hasOwnProperty(c))&&(u=r[c]=r[n],Fe(r&&ue(r,n)))){const _=i(u,c,n);r[n]=function(){return _(this,arguments)},ae(r[n],u)}return u}function _t(e,n,i){let r=null;function c(u){const f=u.data;return f.args[f.cbIdx]=function(){u.invoke.apply(this,arguments)},r.apply(f.target,f.args),u}r=ce(e,n,u=>function(f,_){const g=i(f,_);return g.cbIdx>=0&&"function"==typeof _[g.cbIdx]?Me(g.name,_[g.cbIdx],g,c):u.apply(f,_)})}function ae(e,n){e[x("OriginalDelegate")]=n}let $e=!1,He=!1;function mt(){if($e)return He;$e=!0;try{const e=pe.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(He=!0)}catch{}return He}Zone.__load_patch("ZoneAwarePromise",(e,n,i)=>{const r=Object.getOwnPropertyDescriptor,c=Object.defineProperty,f=i.symbol,_=[],g=!0===e[f("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],T=f("Promise"),m=f("then");i.onUnhandledError=l=>{if(i.showUncaughtError()){const s=l&&l.rejection;s?console.error("Unhandled Promise rejection:",s instanceof Error?s.message:s,"; Zone:",l.zone.name,"; Task:",l.task&&l.task.source,"; Value:",s,s instanceof Error?s.stack:void 0):console.error(l)}},i.microtaskDrainDone=()=>{for(;_.length;){const l=_.shift();try{l.zone.runGuarded(()=>{throw l.throwOriginal?l.rejection:l})}catch(s){Z(s)}}};const D=f("unhandledPromiseRejectionHandler");function Z(l){i.onUnhandledError(l);try{const s=n[D];"function"==typeof s&&s.call(this,l)}catch{}}function B(l){return l&&l.then}function V(l){return l}function E(l){return t.reject(l)}const d=f("state"),L=f("value"),z=f("finally"),j=f("parentPromiseValue"),q=f("parentPromiseState"),X=null,A=!0,Y=!1;function M(l,s){return a=>{try{G(l,s,a)}catch(h){G(l,!1,h)}}}const le=f("currentTaskTrace");function G(l,s,a){const h=function(){let l=!1;return function(a){return function(){l||(l=!0,a.apply(null,arguments))}}}();if(l===a)throw new TypeError("Promise resolved with itself");if(l[d]===X){let w=null;try{("object"==typeof a||"function"==typeof a)&&(w=a&&a.then)}catch(C){return h(()=>{G(l,!1,C)})(),l}if(s!==Y&&a instanceof t&&a.hasOwnProperty(d)&&a.hasOwnProperty(L)&&a[d]!==X)re(a),G(l,a[d],a[L]);else if(s!==Y&&"function"==typeof w)try{w.call(a,h(M(l,s)),h(M(l,!1)))}catch(C){h(()=>{G(l,!1,C)})()}else{l[d]=s;const C=l[L];if(l[L]=a,l[z]===z&&s===A&&(l[d]=l[q],l[L]=l[j]),s===Y&&a instanceof Error){const k=n.currentTask&&n.currentTask.data&&n.currentTask.data.__creationTrace__;k&&c(a,le,{configurable:!0,enumerable:!1,writable:!0,value:k})}for(let k=0;k<C.length;)F(l,C[k++],C[k++],C[k++],C[k++]);if(0==C.length&&s==Y){l[d]=0;let k=a;try{throw new Error("Uncaught (in promise): "+function u(l){return l&&l.toString===Object.prototype.toString?(l.constructor&&l.constructor.name||"")+": "+JSON.stringify(l):l?l.toString():Object.prototype.toString.call(l)}(a)+(a&&a.stack?"\n"+a.stack:""))}catch(b){k=b}g&&(k.throwOriginal=!0),k.rejection=a,k.promise=l,k.zone=n.current,k.task=n.currentTask,_.push(k),i.scheduleMicroTask()}}}return l}const te=f("rejectionHandledHandler");function re(l){if(0===l[d]){try{const s=n[te];s&&"function"==typeof s&&s.call(this,{rejection:l[L],promise:l})}catch{}l[d]=Y;for(let s=0;s<_.length;s++)l===_[s].promise&&_.splice(s,1)}}function F(l,s,a,h,w){re(l);const C=l[d],k=C?"function"==typeof h?h:V:"function"==typeof w?w:E;s.scheduleMicroTask("Promise.then",()=>{try{const b=l[L],N=!!a&&z===a[z];N&&(a[j]=b,a[q]=C);const H=s.run(k,void 0,N&&k!==E&&k!==V?[]:[b]);G(a,!0,H)}catch(b){G(a,!1,b)}},a)}const p=function(){};class t{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(s){return G(new this(null),A,s)}static reject(s){return G(new this(null),Y,s)}static race(s){let a,h,w=new this((b,N)=>{a=b,h=N});function C(b){a(b)}function k(b){h(b)}for(let b of s)B(b)||(b=this.resolve(b)),b.then(C,k);return w}static all(s){return t.allWithCallback(s)}static allSettled(s){return(this&&this.prototype instanceof t?this:t).allWithCallback(s,{thenCallback:h=>({status:"fulfilled",value:h}),errorCallback:h=>({status:"rejected",reason:h})})}static allWithCallback(s,a){let h,w,C=new this((H,U)=>{h=H,w=U}),k=2,b=0;const N=[];for(let H of s){B(H)||(H=this.resolve(H));const U=b;try{H.then(Q=>{N[U]=a?a.thenCallback(Q):Q,k--,0===k&&h(N)},Q=>{a?(N[U]=a.errorCallback(Q),k--,0===k&&h(N)):w(Q)})}catch(Q){w(Q)}k++,b++}return k-=2,0===k&&h(N),C}constructor(s){const a=this;if(!(a instanceof t))throw new Error("Must be an instanceof Promise.");a[d]=X,a[L]=[];try{s&&s(M(a,A),M(a,Y))}catch(h){G(a,!1,h)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return t}then(s,a){let h=this.constructor[Symbol.species];(!h||"function"!=typeof h)&&(h=this.constructor||t);const w=new h(p),C=n.current;return this[d]==X?this[L].push(C,w,s,a):F(this,C,w,s,a),w}catch(s){return this.then(null,s)}finally(s){let a=this.constructor[Symbol.species];(!a||"function"!=typeof a)&&(a=t);const h=new a(p);h[z]=z;const w=n.current;return this[d]==X?this[L].push(w,h,s,s):F(this,w,h,s,s),h}}t.resolve=t.resolve,t.reject=t.reject,t.race=t.race,t.all=t.all;const o=e[T]=e.Promise;e.Promise=t;const y=f("thenPatched");function P(l){const s=l.prototype,a=r(s,"then");if(a&&(!1===a.writable||!a.configurable))return;const h=s.then;s[m]=h,l.prototype.then=function(w,C){return new t((b,N)=>{h.call(this,b,N)}).then(w,C)},l[y]=!0}return i.patchThen=P,o&&(P(o),ce(e,"fetch",l=>function K(l){return function(s,a){let h=l.apply(s,a);if(h instanceof t)return h;let w=h.constructor;return w[y]||P(w),h}}(l))),Promise[n.__symbol__("uncaughtPromiseErrors")]=_,t}),Zone.__load_patch("toString",e=>{const n=Function.prototype.toString,i=x("OriginalDelegate"),r=x("Promise"),c=x("Error"),u=function(){if("function"==typeof this){const T=this[i];if(T)return"function"==typeof T?n.call(T):Object.prototype.toString.call(T);if(this===Promise){const m=e[r];if(m)return n.call(m)}if(this===Error){const m=e[c];if(m)return n.call(m)}}return n.call(this)};u[i]=n,Function.prototype.toString=u;const f=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":f.call(this)}});let me=!1;if(typeof window<"u")try{const e=Object.defineProperty({},"passive",{get:function(){me=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch{me=!1}const Et={useG:!0},ee={},Ke={},Je=new RegExp("^"+ke+"(\\w+)(true|false)$"),xe=x("propagationStopped");function Qe(e,n){const i=(n?n(e):e)+ie,r=(n?n(e):e)+se,c=ke+i,u=ke+r;ee[e]={},ee[e][ie]=c,ee[e][se]=u}function Tt(e,n,i){const r=i&&i.add||Se,c=i&&i.rm||Oe,u=i&&i.listeners||"eventListeners",f=i&&i.rmAll||"removeAllListeners",_=x(r),g="."+r+":",S=function(E,d,L){if(E.isRemoved)return;const z=E.callback;"object"==typeof z&&z.handleEvent&&(E.callback=q=>z.handleEvent(q),E.originalDelegate=z),E.invoke(E,d,[L]);const j=E.options;j&&"object"==typeof j&&j.once&&d[c].call(d,L.type,E.originalDelegate?E.originalDelegate:E.callback,j)},D=function(E){if(!(E=E||e.event))return;const d=this||E.target||e,L=d[ee[E.type][ie]];if(L)if(1===L.length)S(L[0],d,E);else{const z=L.slice();for(let j=0;j<z.length&&(!E||!0!==E[xe]);j++)S(z[j],d,E)}},Z=function(E){if(!(E=E||e.event))return;const d=this||E.target||e,L=d[ee[E.type][se]];if(L)if(1===L.length)S(L[0],d,E);else{const z=L.slice();for(let j=0;j<z.length&&(!E||!0!==E[xe]);j++)S(z[j],d,E)}};function B(E,d){if(!E)return!1;let L=!0;d&&void 0!==d.useG&&(L=d.useG);const z=d&&d.vh;let j=!0;d&&void 0!==d.chkDup&&(j=d.chkDup);let q=!1;d&&void 0!==d.rt&&(q=d.rt);let O=E;for(;O&&!O.hasOwnProperty(r);)O=de(O);if(!O&&E[r]&&(O=E),!O||O[_])return!1;const X=d&&d.eventNameToString,A={},Y=O[_]=O[r],v=O[x(c)]=O[c],M=O[x(u)]=O[u],R=O[x(f)]=O[f];let J;function le(s,a){return!me&&"object"==typeof s&&s?!!s.capture:me&&a?"boolean"==typeof s?{capture:s,passive:!0}:s?"object"==typeof s&&!1!==s.passive?Object.assign(Object.assign({},s),{passive:!0}):s:{passive:!0}:s}d&&d.prepend&&(J=O[x(d.prepend)]=O[d.prepend]);const p=L?function(s){if(!A.isExisting)return Y.call(A.target,A.eventName,A.capture?Z:D,A.options)}:function(s){return Y.call(A.target,A.eventName,s.invoke,A.options)},t=L?function(s){if(!s.isRemoved){const a=ee[s.eventName];let h;a&&(h=a[s.capture?se:ie]);const w=h&&s.target[h];if(w)for(let C=0;C<w.length;C++)if(w[C]===s){w.splice(C,1),s.isRemoved=!0,0===w.length&&(s.allRemoved=!0,s.target[h]=null);break}}if(s.allRemoved)return v.call(s.target,s.eventName,s.capture?Z:D,s.options)}:function(s){return v.call(s.target,s.eventName,s.invoke,s.options)},y=d&&d.diff?d.diff:function(s,a){const h=typeof a;return"function"===h&&s.callback===a||"object"===h&&s.originalDelegate===a},P=Zone[x("UNPATCHED_EVENTS")],K=e[x("PASSIVE_EVENTS")],l=function(s,a,h,w,C=!1,k=!1){return function(){const b=this||e;let N=arguments[0];d&&d.transferEventName&&(N=d.transferEventName(N));let H=arguments[1];if(!H)return s.apply(this,arguments);if(Re&&"uncaughtException"===N)return s.apply(this,arguments);let U=!1;if("function"!=typeof H){if(!H.handleEvent)return s.apply(this,arguments);U=!0}if(z&&!z(s,H,b,arguments))return;const Q=me&&!!K&&-1!==K.indexOf(N),oe=le(arguments[2],Q);if(P)for(let _e=0;_e<P.length;_e++)if(N===P[_e])return Q?s.call(b,N,H,oe):s.apply(this,arguments);const Ge=!!oe&&("boolean"==typeof oe||oe.capture),st=!(!oe||"object"!=typeof oe)&&oe.once,At=Zone.current;let ze=ee[N];ze||(Qe(N,X),ze=ee[N]);const it=ze[Ge?se:ie];let De,ge=b[it],ct=!1;if(ge){if(ct=!0,j)for(let _e=0;_e<ge.length;_e++)if(y(ge[_e],H))return}else ge=b[it]=[];const at=b.constructor.name,lt=Ke[at];lt&&(De=lt[N]),De||(De=at+a+(X?X(N):N)),A.options=oe,st&&(A.options.once=!1),A.target=b,A.capture=Ge,A.eventName=N,A.isExisting=ct;const be=L?Et:void 0;be&&(be.taskData=A);const fe=At.scheduleEventTask(De,H,be,h,w);return A.target=null,be&&(be.taskData=null),st&&(oe.once=!0),!me&&"boolean"==typeof fe.options||(fe.options=oe),fe.target=b,fe.capture=Ge,fe.eventName=N,U&&(fe.originalDelegate=H),k?ge.unshift(fe):ge.push(fe),C?b:void 0}};return O[r]=l(Y,g,p,t,q),J&&(O.prependListener=l(J,".prependListener:",function(s){return J.call(A.target,A.eventName,s.invoke,A.options)},t,q,!0)),O[c]=function(){const s=this||e;let a=arguments[0];d&&d.transferEventName&&(a=d.transferEventName(a));const h=arguments[2],w=!!h&&("boolean"==typeof h||h.capture),C=arguments[1];if(!C)return v.apply(this,arguments);if(z&&!z(v,C,s,arguments))return;const k=ee[a];let b;k&&(b=k[w?se:ie]);const N=b&&s[b];if(N)for(let H=0;H<N.length;H++){const U=N[H];if(y(U,C))return N.splice(H,1),U.isRemoved=!0,0===N.length&&(U.allRemoved=!0,s[b]=null,"string"==typeof a)&&(s[ke+"ON_PROPERTY"+a]=null),U.zone.cancelTask(U),q?s:void 0}return v.apply(this,arguments)},O[u]=function(){const s=this||e;let a=arguments[0];d&&d.transferEventName&&(a=d.transferEventName(a));const h=[],w=et(s,X?X(a):a);for(let C=0;C<w.length;C++){const k=w[C];h.push(k.originalDelegate?k.originalDelegate:k.callback)}return h},O[f]=function(){const s=this||e;let a=arguments[0];if(a){d&&d.transferEventName&&(a=d.transferEventName(a));const h=ee[a];if(h){const k=s[h[ie]],b=s[h[se]];if(k){const N=k.slice();for(let H=0;H<N.length;H++){const U=N[H];this[c].call(this,a,U.originalDelegate?U.originalDelegate:U.callback,U.options)}}if(b){const N=b.slice();for(let H=0;H<N.length;H++){const U=N[H];this[c].call(this,a,U.originalDelegate?U.originalDelegate:U.callback,U.options)}}}}else{const h=Object.keys(s);for(let w=0;w<h.length;w++){const k=Je.exec(h[w]);let b=k&&k[1];b&&"removeListener"!==b&&this[f].call(this,b)}this[f].call(this,"removeListener")}if(q)return this},ae(O[r],Y),ae(O[c],v),R&&ae(O[f],R),M&&ae(O[u],M),!0}let V=[];for(let E=0;E<n.length;E++)V[E]=B(n[E],i);return V}function et(e,n){if(!n){const u=[];for(let f in e){const _=Je.exec(f);let g=_&&_[1];if(g&&(!n||g===n)){const T=e[f];if(T)for(let m=0;m<T.length;m++)u.push(T[m])}}return u}let i=ee[n];i||(Qe(n),i=ee[n]);const r=e[i[ie]],c=e[i[se]];return r?c?r.concat(c):r.slice():c?c.slice():[]}function yt(e,n){const i=e.Event;i&&i.prototype&&n.patchMethod(i.prototype,"stopImmediatePropagation",r=>function(c,u){c[xe]=!0,r&&r.apply(c,u)})}function gt(e,n,i,r,c){const u=Zone.__symbol__(r);if(n[u])return;const f=n[u]=n[r];n[r]=function(_,g,T){return g&&g.prototype&&c.forEach(function(m){const S=`${i}.${r}::`+m,D=g.prototype;if(D.hasOwnProperty(m)){const Z=e.ObjectGetOwnPropertyDescriptor(D,m);Z&&Z.value?(Z.value=e.wrapWithCurrentZone(Z.value,S),e._redefineProperty(g.prototype,m,Z)):D[m]&&(D[m]=e.wrapWithCurrentZone(D[m],S))}else D[m]&&(D[m]=e.wrapWithCurrentZone(D[m],S))}),f.call(n,_,g,T)},e.attachOriginToPatched(n[r],f)}const Ve=["absolutedeviceorientation","afterinput","afterprint","appinstalled","beforeinstallprompt","beforeprint","beforeunload","devicelight","devicemotion","deviceorientation","deviceorientationabsolute","deviceproximity","hashchange","languagechange","message","mozbeforepaint","offline","online","paint","pageshow","pagehide","popstate","rejectionhandled","storage","unhandledrejection","unload","userproximity","vrdisplayconnected","vrdisplaydisconnected","vrdisplaypresentchange"],wt=["encrypted","waitingforkey","msneedkey","mozinterruptbegin","mozinterruptend"],tt=["load"],nt=["blur","error","focus","load","resize","scroll","messageerror"],Dt=["bounce","finish","start"],rt=["loadstart","progress","abort","error","load","progress","timeout","loadend","readystatechange"],Ee=["upgradeneeded","complete","abort","success","error","blocked","versionchange","close"],St=["close","error","open","message"],Ot=["error","message"],Te=["abort","animationcancel","animationend","animationiteration","auxclick","beforeinput","blur","cancel","canplay","canplaythrough","change","compositionstart","compositionupdate","compositionend","cuechange","click","close","contextmenu","curechange","dblclick","drag","dragend","dragenter","dragexit","dragleave","dragover","drop","durationchange","emptied","ended","error","focus","focusin","focusout","gotpointercapture","input","invalid","keydown","keypress","keyup","load","loadstart","loadeddata","loadedmetadata","lostpointercapture","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","mousewheel","orientationchange","pause","play","playing","pointercancel","pointerdown","pointerenter","pointerleave","pointerlockchange","mozpointerlockchange","webkitpointerlockerchange","pointerlockerror","mozpointerlockerror","webkitpointerlockerror","pointermove","pointout","pointerover","pointerup","progress","ratechange","reset","resize","scroll","seeked","seeking","select","selectionchange","selectstart","show","sort","stalled","submit","suspend","timeupdate","volumechange","touchcancel","touchmove","touchstart","touchend","transitioncancel","transitionend","waiting","wheel"].concat(["webglcontextrestored","webglcontextlost","webglcontextcreationerror"],["autocomplete","autocompleteerror"],["toggle"],["afterscriptexecute","beforescriptexecute","DOMContentLoaded","freeze","fullscreenchange","mozfullscreenchange","webkitfullscreenchange","msfullscreenchange","fullscreenerror","mozfullscreenerror","webkitfullscreenerror","msfullscreenerror","readystatechange","visibilitychange","resume"],Ve,["beforecopy","beforecut","beforepaste","copy","cut","paste","dragstart","loadend","animationstart","search","transitionrun","transitionstart","webkitanimationend","webkitanimationiteration","webkitanimationstart","webkittransitionend"],["activate","afterupdate","ariarequest","beforeactivate","beforedeactivate","beforeeditfocus","beforeupdate","cellchange","controlselect","dataavailable","datasetchanged","datasetcomplete","errorupdate","filterchange","layoutcomplete","losecapture","move","moveend","movestart","propertychange","resizeend","resizestart","rowenter","rowexit","rowsdelete","rowsinserted","command","compassneedscalibration","deactivate","help","mscontentzoom","msmanipulationstatechanged","msgesturechange","msgesturedoubletap","msgestureend","msgesturehold","msgesturestart","msgesturetap","msgotpointercapture","msinertiastart","mslostpointercapture","mspointercancel","mspointerdown","mspointerenter","mspointerhover","mspointerleave","mspointermove","mspointerout","mspointerover","mspointerup","pointerout","mssitemodejumplistitemremoved","msthumbnailclick","stop","storagecommit"]);function ot(e,n,i){if(!i||0===i.length)return n;const r=i.filter(u=>u.target===e);if(!r||0===r.length)return n;const c=r[0].ignoreProperties;return n.filter(u=>-1===c.indexOf(u))}function W(e,n,i,r){e&&Ye(e,ot(e,n,i),r)}Zone.__load_patch("util",(e,n,i)=>{i.patchOnProperties=Ye,i.patchMethod=ce,i.bindArguments=Ae,i.patchMacroTask=_t;const r=n.__symbol__("BLACK_LISTED_EVENTS"),c=n.__symbol__("UNPATCHED_EVENTS");e[c]&&(e[r]=e[c]),e[r]&&(n[r]=n[c]=e[r]),i.patchEventPrototype=yt,i.patchEventTarget=Tt,i.isIEOrEdge=mt,i.ObjectDefineProperty=he,i.ObjectGetOwnPropertyDescriptor=ue,i.ObjectCreate=Be,i.ArraySlice=ut,i.patchClass=ve,i.wrapWithCurrentZone=Le,i.filterProperties=ot,i.attachOriginToPatched=ae,i._redefineProperty=Object.defineProperty,i.patchCallbacks=gt,i.getGlobalObjects=()=>({globalSources:Ke,zoneSymbolEventNames:ee,eventNames:Te,isBrowser:je,isMix:We,isNode:Re,TRUE_STR:se,FALSE_STR:ie,ZONE_SYMBOL_PREFIX:ke,ADD_EVENT_LISTENER_STR:Se,REMOVE_EVENT_LISTENER_STR:Oe})});const Ne=x("zoneTask");function ye(e,n,i,r){let c=null,u=null;i+=r;const f={};function _(T){const m=T.data;return m.args[0]=function(){return T.invoke.apply(this,arguments)},m.handleId=c.apply(e,m.args),T}function g(T){return u.call(e,T.data.handleId)}c=ce(e,n+=r,T=>function(m,S){if("function"==typeof S[0]){const D={isPeriodic:"Interval"===r,delay:"Timeout"===r||"Interval"===r?S[1]||0:void 0,args:S},Z=S[0];S[0]=function(){try{return Z.apply(this,arguments)}finally{D.isPeriodic||("number"==typeof D.handleId?delete f[D.handleId]:D.handleId&&(D.handleId[Ne]=null))}};const B=Me(n,S[0],D,_,g);if(!B)return B;const V=B.data.handleId;return"number"==typeof V?f[V]=B:V&&(V[Ne]=B),V&&V.ref&&V.unref&&"function"==typeof V.ref&&"function"==typeof V.unref&&(B.ref=V.ref.bind(V),B.unref=V.unref.bind(V)),"number"==typeof V||V?V:B}return T.apply(e,S)}),u=ce(e,i,T=>function(m,S){const D=S[0];let Z;"number"==typeof D?Z=f[D]:(Z=D&&D[Ne],Z||(Z=D)),Z&&"string"==typeof Z.type?"notScheduled"!==Z.state&&(Z.cancelFn&&Z.data.isPeriodic||0===Z.runCount)&&("number"==typeof D?delete f[D]:D&&(D[Ne]=null),Z.zone.cancelTask(Z)):T.apply(e,S)})}Zone.__load_patch("legacy",e=>{const n=e[Zone.__symbol__("legacyPatch")];n&&n()}),Zone.__load_patch("queueMicrotask",(e,n,i)=>{i.patchMethod(e,"queueMicrotask",r=>function(c,u){n.current.scheduleMicroTask("queueMicrotask",u[0])})}),Zone.__load_patch("timers",e=>{const n="set",i="clear";ye(e,n,i,"Timeout"),ye(e,n,i,"Interval"),ye(e,n,i,"Immediate")}),Zone.__load_patch("requestAnimationFrame",e=>{ye(e,"request","cancel","AnimationFrame"),ye(e,"mozRequest","mozCancel","AnimationFrame"),ye(e,"webkitRequest","webkitCancel","AnimationFrame")}),Zone.__load_patch("blocking",(e,n)=>{const i=["alert","prompt","confirm"];for(let r=0;r<i.length;r++)ce(e,i[r],(u,f,_)=>function(g,T){return n.current.run(u,e,T,_)})}),Zone.__load_patch("EventTarget",(e,n,i)=>{(function Mt(e,n){n.patchEventPrototype(e,n)})(e,i),function Lt(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:i,zoneSymbolEventNames:r,TRUE_STR:c,FALSE_STR:u,ZONE_SYMBOL_PREFIX:f}=n.getGlobalObjects();for(let g=0;g<i.length;g++){const T=i[g],D=f+(T+u),Z=f+(T+c);r[T]={},r[T][u]=D,r[T][c]=Z}const _=e.EventTarget;_&&_.prototype&&n.patchEventTarget(e,[_&&_.prototype])}(e,i);const r=e.XMLHttpRequestEventTarget;r&&r.prototype&&i.patchEventTarget(e,[r.prototype])}),Zone.__load_patch("MutationObserver",(e,n,i)=>{ve("MutationObserver"),ve("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,i)=>{ve("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,i)=>{ve("FileReader")}),Zone.__load_patch("on_property",(e,n,i)=>{!function Zt(e,n){if(Re&&!We||Zone[e.symbol("patchEvents")])return;const i=typeof WebSocket<"u",r=n.__Zone_ignore_on_properties;if(je){const f=window,_=function pt(){try{const e=pe.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:f,ignoreProperties:["error"]}]:[];W(f,Te.concat(["messageerror"]),r&&r.concat(_),de(f)),W(Document.prototype,Te,r),typeof f.SVGElement<"u"&&W(f.SVGElement.prototype,Te,r),W(Element.prototype,Te,r),W(HTMLElement.prototype,Te,r),W(HTMLMediaElement.prototype,wt,r),W(HTMLFrameSetElement.prototype,Ve.concat(nt),r),W(HTMLBodyElement.prototype,Ve.concat(nt),r),W(HTMLFrameElement.prototype,tt,r),W(HTMLIFrameElement.prototype,tt,r);const g=f.HTMLMarqueeElement;g&&W(g.prototype,Dt,r);const T=f.Worker;T&&W(T.prototype,Ot,r)}const c=n.XMLHttpRequest;c&&W(c.prototype,rt,r);const u=n.XMLHttpRequestEventTarget;u&&W(u&&u.prototype,rt,r),typeof IDBIndex<"u"&&(W(IDBIndex.prototype,Ee,r),W(IDBRequest.prototype,Ee,r),W(IDBOpenDBRequest.prototype,Ee,r),W(IDBDatabase.prototype,Ee,r),W(IDBTransaction.prototype,Ee,r),W(IDBCursor.prototype,Ee,r)),i&&W(WebSocket.prototype,St,r)}(i,e)}),Zone.__load_patch("customElements",(e,n,i)=>{!function It(e,n){const{isBrowser:i,isMix:r}=n.getGlobalObjects();(i||r)&&e.customElements&&"customElements"in e&&n.patchCallbacks(n,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}(e,i)}),Zone.__load_patch("XHR",(e,n)=>{!function g(T){const m=T.XMLHttpRequest;if(!m)return;const S=m.prototype;let Z=S[Ze],B=S[Ie];if(!Z){const v=T.XMLHttpRequestEventTarget;if(v){const M=v.prototype;Z=M[Ze],B=M[Ie]}}const V="readystatechange",E="scheduled";function d(v){const M=v.data,R=M.target;R[u]=!1,R[_]=!1;const J=R[c];Z||(Z=R[Ze],B=R[Ie]),J&&B.call(R,V,J);const le=R[c]=()=>{if(R.readyState===R.DONE)if(!M.aborted&&R[u]&&v.state===E){const te=R[n.__symbol__("loadfalse")];if(0!==R.status&&te&&te.length>0){const re=v.invoke;v.invoke=function(){const F=R[n.__symbol__("loadfalse")];for(let I=0;I<F.length;I++)F[I]===v&&F.splice(I,1);!M.aborted&&v.state===E&&re.call(v)},te.push(v)}else v.invoke()}else!M.aborted&&!1===R[u]&&(R[_]=!0)};return Z.call(R,V,le),R[i]||(R[i]=v),A.apply(R,M.args),R[u]=!0,v}function L(){}function z(v){const M=v.data;return M.aborted=!0,Y.apply(M.target,M.args)}const j=ce(S,"open",()=>function(v,M){return v[r]=0==M[2],v[f]=M[1],j.apply(v,M)}),O=x("fetchTaskAborting"),X=x("fetchTaskScheduling"),A=ce(S,"send",()=>function(v,M){if(!0===n.current[X]||v[r])return A.apply(v,M);{const R={target:v,url:v[f],isPeriodic:!1,args:M,aborted:!1},J=Me("XMLHttpRequest.send",L,R,d,z);v&&!0===v[_]&&!R.aborted&&J.state===E&&J.invoke()}}),Y=ce(S,"abort",()=>function(v,M){const R=function D(v){return v[i]}(v);if(R&&"string"==typeof R.type){if(null==R.cancelFn||R.data&&R.data.aborted)return;R.zone.cancelTask(R)}else if(!0===n.current[O])return Y.apply(v,M)})}(e);const i=x("xhrTask"),r=x("xhrSync"),c=x("xhrListener"),u=x("xhrScheduled"),f=x("xhrURL"),_=x("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function dt(e,n){const i=e.constructor.name;for(let r=0;r<n.length;r++){const c=n[r],u=e[c];if(u){if(!Fe(ue(e,c)))continue;e[c]=(_=>{const g=function(){return _.apply(this,Ae(arguments,i+"."+c))};return ae(g,_),g})(u)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function i(r){return function(c){et(e,r).forEach(f=>{const _=e.PromiseRejectionEvent;if(_){const g=new _(r,{promise:c.promise,reason:c.rejection});f.invoke(g)}})}}e.PromiseRejectionEvent&&(n[x("unhandledPromiseRejectionHandler")]=i("unhandledrejection"),n[x("rejectionHandledHandler")]=i("rejectionhandled"))})}},we=>{we(we.s=7435)}]);
@@ -1 +0,0 @@
1
- !function(z,ut){"object"==typeof exports&&typeof module<"u"?module.exports=ut():"function"==typeof define&&define.amd?define(ut):(z=typeof globalThis<"u"?globalThis:z||self).bootstrap=ut()}(this,function(){"use strict";const z="transitionend",ut=a=>{let t=a.getAttribute("data-bs-target");if(!t||"#"===t){let o=a.getAttribute("href");if(!o||!o.includes("#")&&!o.startsWith("."))return null;o.includes("#")&&!o.startsWith("#")&&(o=`#${o.split("#")[1]}`),t=o&&"#"!==o?o.trim():null}return t},ze=a=>{const t=ut(a);return t&&document.querySelector(t)?t:null},ft=a=>{const t=ut(a);return t?document.querySelector(t):null},Et=a=>{a.dispatchEvent(new Event(z))},dt=a=>!(!a||"object"!=typeof a)&&(void 0!==a.jquery&&(a=a[0]),void 0!==a.nodeType),ht=a=>dt(a)?a.jquery?a[0]:a:"string"==typeof a&&a.length>0?document.querySelector(a):null,At=a=>{if(!dt(a)||0===a.getClientRects().length)return!1;const t="visible"===getComputedStyle(a).getPropertyValue("visibility"),o=a.closest("details:not([open])");if(!o)return t;if(o!==a){const u=a.closest("summary");if(u&&u.parentNode!==o||null===u)return!1}return t},ot=a=>!a||a.nodeType!==Node.ELEMENT_NODE||!!a.classList.contains("disabled")||(void 0!==a.disabled?a.disabled:a.hasAttribute("disabled")&&"false"!==a.getAttribute("disabled")),fi=a=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof a.getRootNode){const t=a.getRootNode();return t instanceof ShadowRoot?t:null}return a instanceof ShadowRoot?a:a.parentNode?fi(a.parentNode):null},Bt=()=>{},Pi=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,ae=[],$=()=>"rtl"===document.documentElement.dir,Se=a=>{var t;t=()=>{const o=Pi();if(o){const u=a.NAME,m=o.fn[u];o.fn[u]=a.jQueryInterface,o.fn[u].Constructor=a,o.fn[u].noConflict=()=>(o.fn[u]=m,a.jQueryInterface)}},"loading"===document.readyState?(ae.length||document.addEventListener("DOMContentLoaded",()=>{for(const o of ae)o()}),ae.push(t)):t()},Y=a=>{"function"==typeof a&&a()},Ii=(a,t,o=!0)=>{if(!o)return void Y(a);const u=(x=>{if(!x)return 0;let{transitionDuration:A,transitionDelay:L}=window.getComputedStyle(x);const I=Number.parseFloat(A),H=Number.parseFloat(L);return I||H?(A=A.split(",")[0],L=L.split(",")[0],1e3*(Number.parseFloat(A)+Number.parseFloat(L))):0})(t)+5;let m=!1;const y=({target:x})=>{x===t&&(m=!0,t.removeEventListener(z,y),Y(a))};t.addEventListener(z,y),setTimeout(()=>{m||Et(t)},u)},$n=(a,t,o,u)=>{const m=a.length;let y=a.indexOf(t);return-1===y?!o&&u?a[m-1]:a[0]:(y+=o?1:-1,u&&(y=(y+m)%m),a[Math.max(0,Math.min(y,m-1))])},ln=/[^.]*(?=\..*)\.|.*/,Mi=/\..*/,s=/::\d+$/,wn={};let Pt=1;const zt={mouseenter:"mouseover",mouseleave:"mouseout"},qi=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function di(a,t){return t&&`${t}::${Pt++}`||a.uidEvent||Pt++}function Ve(a){const t=di(a);return a.uidEvent=t,wn[t]=wn[t]||{},wn[t]}function hi(a,t,o=null){return Object.values(a).find(u=>u.callable===t&&u.delegationSelector===o)}function Fn(a,t,o){const u="string"==typeof t,m=u?o:t||o;let y=Hi(a);return qi.has(y)||(y=a),[u,m,y]}function pi(a,t,o,u,m){if("string"!=typeof t||!a)return;let[y,x,A]=Fn(t,o,u);var J;t in zt&&(J=x,x=function(G){if(!G.relatedTarget||G.relatedTarget!==G.delegateTarget&&!G.delegateTarget.contains(G.relatedTarget))return J.call(this,G)});const L=Ve(a),I=L[A]||(L[A]={}),H=hi(I,x,y?o:null);if(H)return void(H.oneOff=H.oneOff&&m);const j=di(x,t.replace(ln,"")),ee=y?function(X,J,G){return function Z(ge){const we=X.querySelectorAll(J);for(let{target:ie}=ge;ie&&ie!==this;ie=ie.parentNode)for(const ce of we)if(ce===ie)return et(ge,{delegateTarget:ie}),Z.oneOff&&D.off(X,ge.type,J,G),G.apply(ie,[ge])}}(a,o,x):function(X,J){return function G(Z){return et(Z,{delegateTarget:X}),G.oneOff&&D.off(X,Z.type,J),J.apply(X,[Z])}}(a,x);ee.delegationSelector=y?o:null,ee.callable=x,ee.oneOff=m,ee.uidEvent=j,I[j]=ee,a.addEventListener(A,ee,y)}function gi(a,t,o,u,m){const y=hi(t[o],u,m);y&&(a.removeEventListener(o,y,Boolean(m)),delete t[o][y.uidEvent])}function hr(a,t,o,u){const m=t[o]||{};for(const y of Object.keys(m))if(y.includes(u)){const x=m[y];gi(a,t,o,x.callable,x.delegationSelector)}}function Hi(a){return a=a.replace(Mi,""),zt[a]||a}const D={on(a,t,o,u){pi(a,t,o,u,!1)},one(a,t,o,u){pi(a,t,o,u,!0)},off(a,t,o,u){if("string"!=typeof t||!a)return;const[m,y,x]=Fn(t,o,u),A=x!==t,L=Ve(a),I=L[x]||{},H=t.startsWith(".");if(void 0===y){if(H)for(const j of Object.keys(L))hr(a,L,j,t.slice(1));for(const j of Object.keys(I)){const ee=j.replace(s,"");if(!A||t.includes(ee)){const X=I[j];gi(a,L,x,X.callable,X.delegationSelector)}}}else{if(!Object.keys(I).length)return;gi(a,L,x,y,m?o:null)}},trigger(a,t,o){if("string"!=typeof t||!a)return null;const u=Pi();let m=null,y=!0,x=!0,A=!1;t!==Hi(t)&&u&&(m=u.Event(t,o),u(a).trigger(m),y=!m.isPropagationStopped(),x=!m.isImmediatePropagationStopped(),A=m.isDefaultPrevented());let L=new Event(t,{bubbles:y,cancelable:!0});return L=et(L,o),A&&L.preventDefault(),x&&a.dispatchEvent(L),L.defaultPrevented&&m&&m.preventDefault(),L}};function et(a,t){for(const[o,u]of Object.entries(t||{}))try{a[o]=u}catch{Object.defineProperty(a,o,{configurable:!0,get:()=>u})}return a}const Xe=new Map,cn={set(a,t,o){Xe.has(a)||Xe.set(a,new Map);const u=Xe.get(a);u.has(t)||0===u.size?u.set(t,o):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(u.keys())[0]}.`)},get:(a,t)=>Xe.has(a)&&Xe.get(a).get(t)||null,remove(a,t){if(!Xe.has(a))return;const o=Xe.get(a);o.delete(t),0===o.size&&Xe.delete(a)}};function mi(a){if("true"===a)return!0;if("false"===a)return!1;if(a===Number(a).toString())return Number(a);if(""===a||"null"===a)return null;if("string"!=typeof a)return a;try{return JSON.parse(decodeURIComponent(a))}catch{return a}}function vi(a){return a.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}const st={setDataAttribute(a,t,o){a.setAttribute(`data-bs-${vi(t)}`,o)},removeDataAttribute(a,t){a.removeAttribute(`data-bs-${vi(t)}`)},getDataAttributes(a){if(!a)return{};const t={},o=Object.keys(a.dataset).filter(u=>u.startsWith("bs")&&!u.startsWith("bsConfig"));for(const u of o){let m=u.replace(/^bs/,"");m=m.charAt(0).toLowerCase()+m.slice(1,m.length),t[m]=mi(a.dataset[u])}return t},getDataAttribute:(a,t)=>mi(a.getAttribute(`data-bs-${vi(t)}`))};class It{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(t){return t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t}_mergeConfigObj(t,o){const u=dt(o)?st.getDataAttribute(o,"config"):{};return{...this.constructor.Default,..."object"==typeof u?u:{},...dt(o)?st.getDataAttributes(o):{},..."object"==typeof t?t:{}}}_typeCheckConfig(t,o=this.constructor.DefaultType){for(const m of Object.keys(o)){const y=o[m],x=t[m],A=dt(x)?"element":null==(u=x)?`${u}`:Object.prototype.toString.call(u).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(y).test(A))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${m}" provided type "${A}" but expected type "${y}".`)}var u}}class Ce extends It{constructor(t,o){super(),(t=ht(t))&&(this._element=t,this._config=this._getConfig(o),cn.set(this._element,this.constructor.DATA_KEY,this))}dispose(){cn.remove(this._element,this.constructor.DATA_KEY),D.off(this._element,this.constructor.EVENT_KEY);for(const t of Object.getOwnPropertyNames(this))this[t]=null}_queueCallback(t,o,u=!0){Ii(t,o,u)}_getConfig(t){return t=this._mergeConfigObj(t,this._element),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}static getInstance(t){return cn.get(ht(t),this.DATA_KEY)}static getOrCreateInstance(t,o={}){return this.getInstance(t)||new this(t,"object"==typeof o?o:null)}static get VERSION(){return"5.2.3"}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(t){return`${t}${this.EVENT_KEY}`}}const Bn=(a,t="hide")=>{const u=a.NAME;D.on(document,`click.dismiss${a.EVENT_KEY}`,`[data-bs-dismiss="${u}"]`,function(m){if(["A","AREA"].includes(this.tagName)&&m.preventDefault(),ot(this))return;const y=ft(this)||this.closest(`.${u}`);a.getOrCreateInstance(y)[t]()})};class xn extends Ce{static get NAME(){return"alert"}close(){if(D.trigger(this._element,"close.bs.alert").defaultPrevented)return;this._element.classList.remove("show");const t=this._element.classList.contains("fade");this._queueCallback(()=>this._destroyElement(),this._element,t)}_destroyElement(){this._element.remove(),D.trigger(this._element,"closed.bs.alert"),this.dispose()}static jQueryInterface(t){return this.each(function(){const o=xn.getOrCreateInstance(this);if("string"==typeof t){if(void 0===o[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);o[t](this)}})}}Bn(xn,"close"),Se(xn);const Ri='[data-bs-toggle="button"]';class qe extends Ce{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each(function(){const o=qe.getOrCreateInstance(this);"toggle"===t&&o[t]()})}}D.on(document,"click.bs.button.data-api",Ri,a=>{a.preventDefault();const t=a.target.closest(Ri);qe.getOrCreateInstance(t).toggle()}),Se(qe);const Q={find:(a,t=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(t,a)),findOne:(a,t=document.documentElement)=>Element.prototype.querySelector.call(t,a),children:(a,t)=>[].concat(...a.children).filter(o=>o.matches(t)),parents(a,t){const o=[];let u=a.parentNode.closest(t);for(;u;)o.push(u),u=u.parentNode.closest(t);return o},prev(a,t){let o=a.previousElementSibling;for(;o;){if(o.matches(t))return[o];o=o.previousElementSibling}return[]},next(a,t){let o=a.nextElementSibling;for(;o;){if(o.matches(t))return[o];o=o.nextElementSibling}return[]},focusableChildren(a){const t=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(o=>`${o}:not([tabindex^="-"])`).join(",");return this.find(t,a).filter(o=>!ot(o)&&At(o))}},Tn={endCallback:null,leftCallback:null,rightCallback:null},F={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class De extends It{constructor(t,o){super(),this._element=t,t&&De.isSupported()&&(this._config=this._getConfig(o),this._deltaX=0,this._supportPointerEvents=Boolean(window.PointerEvent),this._initEvents())}static get Default(){return Tn}static get DefaultType(){return F}static get NAME(){return"swipe"}dispose(){D.off(this._element,".bs.swipe")}_start(t){this._supportPointerEvents?this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX):this._deltaX=t.touches[0].clientX}_end(t){this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX-this._deltaX),this._handleSwipe(),Y(this._config.endCallback)}_move(t){this._deltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this._deltaX}_handleSwipe(){const t=Math.abs(this._deltaX);if(t<=40)return;const o=t/this._deltaX;this._deltaX=0,o&&Y(o>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(D.on(this._element,"pointerdown.bs.swipe",t=>this._start(t)),D.on(this._element,"pointerup.bs.swipe",t=>this._end(t)),this._element.classList.add("pointer-event")):(D.on(this._element,"touchstart.bs.swipe",t=>this._start(t)),D.on(this._element,"touchmove.bs.swipe",t=>this._move(t)),D.on(this._element,"touchend.bs.swipe",t=>this._end(t)))}_eventIsPointerPenTouch(t){return this._supportPointerEvents&&("pen"===t.pointerType||"touch"===t.pointerType)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const En="next",un="prev",Vt="left",An="right",Xt="slid.bs.carousel",pt="carousel",gt="active",fn={ArrowLeft:An,ArrowRight:Vt},pr={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},zn={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class Ut extends Ce{constructor(t,o){super(t,o),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=Q.findOne(".carousel-indicators",this._element),this._addEventListeners(),this._config.ride===pt&&this.cycle()}static get Default(){return pr}static get DefaultType(){return zn}static get NAME(){return"carousel"}next(){this._slide(En)}nextWhenVisible(){!document.hidden&&At(this._element)&&this.next()}prev(){this._slide(un)}pause(){this._isSliding&&Et(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval(()=>this.nextWhenVisible(),this._config.interval)}_maybeEnableCycle(){this._config.ride&&(this._isSliding?D.one(this._element,Xt,()=>this.cycle()):this.cycle())}to(t){const o=this._getItems();if(t>o.length-1||t<0)return;if(this._isSliding)return void D.one(this._element,Xt,()=>this.to(t));const u=this._getItemIndex(this._getActive());u!==t&&this._slide(t>u?En:un,o[t])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(t){return t.defaultInterval=t.interval,t}_addEventListeners(){this._config.keyboard&&D.on(this._element,"keydown.bs.carousel",t=>this._keydown(t)),"hover"===this._config.pause&&(D.on(this._element,"mouseenter.bs.carousel",()=>this.pause()),D.on(this._element,"mouseleave.bs.carousel",()=>this._maybeEnableCycle())),this._config.touch&&De.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const o of Q.find(".carousel-item img",this._element))D.on(o,"dragstart.bs.carousel",u=>u.preventDefault());this._swipeHelper=new De(this._element,{leftCallback:()=>this._slide(this._directionToOrder(Vt)),rightCallback:()=>this._slide(this._directionToOrder(An)),endCallback:()=>{"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),500+this._config.interval))}})}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const o=fn[t.key];o&&(t.preventDefault(),this._slide(this._directionToOrder(o)))}_getItemIndex(t){return this._getItems().indexOf(t)}_setActiveIndicatorElement(t){if(!this._indicatorsElement)return;const o=Q.findOne(".active",this._indicatorsElement);o.classList.remove(gt),o.removeAttribute("aria-current");const u=Q.findOne(`[data-bs-slide-to="${t}"]`,this._indicatorsElement);u&&(u.classList.add(gt),u.setAttribute("aria-current","true"))}_updateInterval(){const t=this._activeElement||this._getActive();if(!t)return;const o=Number.parseInt(t.getAttribute("data-bs-interval"),10);this._config.interval=o||this._config.defaultInterval}_slide(t,o=null){if(this._isSliding)return;const u=this._getActive(),m=t===En,y=o||$n(this._getItems(),u,m,this._config.wrap);if(y===u)return;const x=this._getItemIndex(y),A=j=>D.trigger(this._element,j,{relatedTarget:y,direction:this._orderToDirection(t),from:this._getItemIndex(u),to:x});if(A("slide.bs.carousel").defaultPrevented||!u||!y)return;const L=Boolean(this._interval);this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(x),this._activeElement=y;const I=m?"carousel-item-start":"carousel-item-end",H=m?"carousel-item-next":"carousel-item-prev";y.classList.add(H),u.classList.add(I),y.classList.add(I),this._queueCallback(()=>{y.classList.remove(I,H),y.classList.add(gt),u.classList.remove(gt,H,I),this._isSliding=!1,A(Xt)},u,this._isAnimated()),L&&this.cycle()}_isAnimated(){return this._element.classList.contains("slide")}_getActive(){return Q.findOne(".active.carousel-item",this._element)}_getItems(){return Q.find(".carousel-item",this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(t){return $()?t===Vt?un:En:t===Vt?En:un}_orderToDirection(t){return $()?t===un?Vt:An:t===un?An:Vt}static jQueryInterface(t){return this.each(function(){const o=Ut.getOrCreateInstance(this,t);if("number"!=typeof t){if("string"==typeof t){if(void 0===o[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);o[t]()}}else o.to(t)})}}D.on(document,"click.bs.carousel.data-api","[data-bs-slide], [data-bs-slide-to]",function(a){const t=ft(this);if(!t||!t.classList.contains(pt))return;a.preventDefault();const o=Ut.getOrCreateInstance(t),u=this.getAttribute("data-bs-slide-to");return u?(o.to(u),void o._maybeEnableCycle()):"next"===st.getDataAttribute(this,"slide")?(o.next(),void o._maybeEnableCycle()):(o.prev(),void o._maybeEnableCycle())}),D.on(window,"load.bs.carousel.data-api",()=>{const a=Q.find('[data-bs-ride="carousel"]');for(const t of a)Ut.getOrCreateInstance(t)}),Se(Ut);const Vn="show",Ct="collapse",mt="collapsing",dn='[data-bs-toggle="collapse"]',Cn={parent:null,toggle:!0},Wi={parent:"(null|element)",toggle:"boolean"};class Yt extends Ce{constructor(t,o){super(t,o),this._isTransitioning=!1,this._triggerArray=[];const u=Q.find(dn);for(const m of u){const y=ze(m),x=Q.find(y).filter(A=>A===this._element);null!==y&&x.length&&this._triggerArray.push(m)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return Cn}static get DefaultType(){return Wi}static get NAME(){return"collapse"}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t=[];if(this._config.parent&&(t=this._getFirstLevelChildren(".collapse.show, .collapse.collapsing").filter(m=>m!==this._element).map(m=>Yt.getOrCreateInstance(m,{toggle:!1}))),t.length&&t[0]._isTransitioning||D.trigger(this._element,"show.bs.collapse").defaultPrevented)return;for(const m of t)m.hide();const o=this._getDimension();this._element.classList.remove(Ct),this._element.classList.add(mt),this._element.style[o]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const u=`scroll${o[0].toUpperCase()+o.slice(1)}`;this._queueCallback(()=>{this._isTransitioning=!1,this._element.classList.remove(mt),this._element.classList.add(Ct,Vn),this._element.style[o]="",D.trigger(this._element,"shown.bs.collapse")},this._element,!0),this._element.style[o]=`${this._element[u]}px`}hide(){if(this._isTransitioning||!this._isShown()||D.trigger(this._element,"hide.bs.collapse").defaultPrevented)return;const t=this._getDimension();this._element.style[t]=`${this._element.getBoundingClientRect()[t]}px`,this._element.classList.add(mt),this._element.classList.remove(Ct,Vn);for(const o of this._triggerArray){const u=ft(o);u&&!this._isShown(u)&&this._addAriaAndCollapsedClass([o],!1)}this._isTransitioning=!0,this._element.style[t]="",this._queueCallback(()=>{this._isTransitioning=!1,this._element.classList.remove(mt),this._element.classList.add(Ct),D.trigger(this._element,"hidden.bs.collapse")},this._element,!0)}_isShown(t=this._element){return t.classList.contains(Vn)}_configAfterMerge(t){return t.toggle=Boolean(t.toggle),t.parent=ht(t.parent),t}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;const t=this._getFirstLevelChildren(dn);for(const o of t){const u=ft(o);u&&this._addAriaAndCollapsedClass([o],this._isShown(u))}}_getFirstLevelChildren(t){const o=Q.find(":scope .collapse .collapse",this._config.parent);return Q.find(t,this._config.parent).filter(u=>!o.includes(u))}_addAriaAndCollapsedClass(t,o){if(t.length)for(const u of t)u.classList.toggle("collapsed",!o),u.setAttribute("aria-expanded",o)}static jQueryInterface(t){const o={};return"string"==typeof t&&/show|hide/.test(t)&&(o.toggle=!1),this.each(function(){const u=Yt.getOrCreateInstance(this,o);if("string"==typeof t){if(void 0===u[t])throw new TypeError(`No method named "${t}"`);u[t]()}})}}D.on(document,"click.bs.collapse.data-api",dn,function(a){("A"===a.target.tagName||a.delegateTarget&&"A"===a.delegateTarget.tagName)&&a.preventDefault();const t=ze(this),o=Q.find(t);for(const u of o)Yt.getOrCreateInstance(u,{toggle:!1}).toggle()}),Se(Yt);var he="top",pe="bottom",Le="right",Ne="left",kn="auto",Qt=[he,pe,Le,Ne],tt="start",at="end",$i="clippingParents",Sn="viewport",kt="popper",Fi="reference",yi=Qt.reduce(function(a,t){return a.concat([t+"-"+tt,t+"-"+at])},[]),bi=[].concat(Qt,[kn]).reduce(function(a,t){return a.concat([t,t+"-"+tt,t+"-"+at])},[]),_i="beforeRead",zi="afterRead",wi="beforeMain",xi="afterMain",Xn="beforeWrite",Ti="afterWrite",Vi=[_i,"read",zi,wi,"main",xi,Xn,"write",Ti];function He(a){return a?(a.nodeName||"").toLowerCase():null}function Ue(a){if(null==a)return window;if("[object Window]"!==a.toString()){var t=a.ownerDocument;return t&&t.defaultView||window}return a}function Mt(a){return a instanceof Ue(a).Element||a instanceof Element}function Ye(a){return a instanceof Ue(a).HTMLElement||a instanceof HTMLElement}function Un(a){return typeof ShadowRoot<"u"&&(a instanceof Ue(a).ShadowRoot||a instanceof ShadowRoot)}const On={name:"applyStyles",enabled:!0,phase:"write",fn:function(a){var t=a.state;Object.keys(t.elements).forEach(function(o){var u=t.styles[o]||{},m=t.attributes[o]||{},y=t.elements[o];Ye(y)&&He(y)&&(Object.assign(y.style,u),Object.keys(m).forEach(function(x){var A=m[x];!1===A?y.removeAttribute(x):y.setAttribute(x,!0===A?"":A)}))})},effect:function(a){var t=a.state,o={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,o.popper),t.styles=o,t.elements.arrow&&Object.assign(t.elements.arrow.style,o.arrow),function(){Object.keys(t.elements).forEach(function(u){var m=t.elements[u],y=t.attributes[u]||{},x=Object.keys(t.styles.hasOwnProperty(u)?t.styles[u]:o[u]).reduce(function(A,L){return A[L]="",A},{});Ye(m)&&He(m)&&(Object.assign(m.style,x),Object.keys(y).forEach(function(A){m.removeAttribute(A)}))})}},requires:["computeStyles"]};function vt(a){return a.split("-")[0]}var qt=Math.max,Yn=Math.min,Gt=Math.round;function Qn(){var a=navigator.userAgentData;return null!=a&&a.brands?a.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function Kn(){return!/^((?!chrome|android).)*safari/i.test(Qn())}function Jt(a,t,o){void 0===t&&(t=!1),void 0===o&&(o=!1);var u=a.getBoundingClientRect(),m=1,y=1;t&&Ye(a)&&(m=a.offsetWidth>0&&Gt(u.width)/a.offsetWidth||1,y=a.offsetHeight>0&&Gt(u.height)/a.offsetHeight||1);var x=(Mt(a)?Ue(a):window).visualViewport,A=!Kn()&&o,L=(u.left+(A&&x?x.offsetLeft:0))/m,I=(u.top+(A&&x?x.offsetTop:0))/y,H=u.width/m,j=u.height/y;return{width:H,height:j,top:I,right:L+H,bottom:I+j,left:L,x:L,y:I}}function Qe(a){var t=Jt(a),o=a.offsetWidth,u=a.offsetHeight;return Math.abs(t.width-o)<=1&&(o=t.width),Math.abs(t.height-u)<=1&&(u=t.height),{x:a.offsetLeft,y:a.offsetTop,width:o,height:u}}function Zt(a,t){var o=t.getRootNode&&t.getRootNode();if(a.contains(t))return!0;if(o&&Un(o)){var u=t;do{if(u&&a.isSameNode(u))return!0;u=u.parentNode||u.host}while(u)}return!1}function nt(a){return Ue(a).getComputedStyle(a)}function hn(a){return["table","td","th"].indexOf(He(a))>=0}function St(a){return((Mt(a)?a.ownerDocument:a.document)||window.document).documentElement}function Gn(a){return"html"===He(a)?a:a.assignedSlot||a.parentNode||(Un(a)?a.host:null)||St(a)}function Xi(a){return Ye(a)&&"fixed"!==nt(a).position?a.offsetParent:null}function en(a){for(var t=Ue(a),o=Xi(a);o&&hn(o)&&"static"===nt(o).position;)o=Xi(o);return o&&("html"===He(o)||"body"===He(o)&&"static"===nt(o).position)?t:o||function(u){var m=/firefox/i.test(Qn());if(/Trident/i.test(Qn())&&Ye(u)&&"fixed"===nt(u).position)return null;var y=Gn(u);for(Un(y)&&(y=y.host);Ye(y)&&["html","body"].indexOf(He(y))<0;){var x=nt(y);if("none"!==x.transform||"none"!==x.perspective||"paint"===x.contain||-1!==["transform","perspective"].indexOf(x.willChange)||m&&"filter"===x.willChange||m&&x.filter&&"none"!==x.filter)return y;y=y.parentNode}return null}(a)||t}function Jn(a){return["top","bottom"].indexOf(a)>=0?"x":"y"}function Ht(a,t,o){return qt(a,Yn(t,o))}function Ei(a){return Object.assign({},{top:0,right:0,bottom:0,left:0},a)}function it(a,t){return t.reduce(function(o,u){return o[u]=a,o},{})}const Ai={name:"arrow",enabled:!0,phase:"main",fn:function(a){var t,me,de,o=a.state,u=a.name,m=a.options,y=o.elements.arrow,x=o.modifiersData.popperOffsets,A=vt(o.placement),L=Jn(A),I=[Ne,Le].indexOf(A)>=0?"height":"width";if(y&&x){var H=(de=o,Ei("number"!=typeof(me="function"==typeof(me=m.padding)?me(Object.assign({},de.rects,{placement:de.placement})):me)?me:it(me,Qt))),j=Qe(y),ee="y"===L?he:Ne,X="y"===L?pe:Le,J=o.rects.reference[I]+o.rects.reference[L]-x[L]-o.rects.popper[I],G=x[L]-o.rects.reference[L],Z=en(y),ge=Z?"y"===L?Z.clientHeight||0:Z.clientWidth||0:0,te=ge/2-j[I]/2+(J/2-G/2),se=Ht(H[ee],te,ge-j[I]-H[X]);o.modifiersData[u]=((t={})[L]=se,t.centerOffset=se-te,t)}},effect:function(a){var t=a.state,o=a.options.element,u=void 0===o?"[data-popper-arrow]":o;null!=u&&("string"!=typeof u||(u=t.elements.popper.querySelector(u)))&&Zt(t.elements.popper,u)&&(t.elements.arrow=u)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function yt(a){return a.split("-")[1]}var gr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Ui(a){var t,o=a.popper,u=a.popperRect,m=a.placement,y=a.variation,x=a.offsets,A=a.position,L=a.gpuAcceleration,I=a.adaptive,H=a.roundOffsets,j=a.isFixed,ee=x.x,X=void 0===ee?0:ee,J=x.y,G=void 0===J?0:J,Z="function"==typeof H?H({x:X,y:G}):{x:X,y:G};X=Z.x,G=Z.y;var ge=x.hasOwnProperty("x"),we=x.hasOwnProperty("y"),ie=Ne,ce=he,te=window;if(I){var se=en(o),fe="clientHeight",me="clientWidth";se===Ue(o)&&"static"!==nt(se=St(o)).position&&"absolute"===A&&(fe="scrollHeight",me="scrollWidth"),(m===he||(m===Ne||m===Le)&&y===at)&&(ce=pe,G-=(j&&se===te&&te.visualViewport?te.visualViewport.height:se[fe])-u.height,G*=L?1:-1),m!==Ne&&(m!==he&&m!==pe||y!==at)||(ie=Le,X-=(j&&se===te&&te.visualViewport?te.visualViewport.width:se[me])-u.width,X*=L?1:-1)}var de,jt,xt,Je,ke=Object.assign({position:A},I&&gr),ct=!0===H?(xt=(jt={x:X,y:G}).y,Je=window.devicePixelRatio||1,{x:Gt(jt.x*Je)/Je||0,y:Gt(xt*Je)/Je||0}):{x:X,y:G};return X=ct.x,G=ct.y,Object.assign({},ke,L?((de={})[ce]=we?"0":"",de[ie]=ge?"0":"",de.transform=(te.devicePixelRatio||1)<=1?"translate("+X+"px, "+G+"px)":"translate3d("+X+"px, "+G+"px, 0)",de):((t={})[ce]=we?G+"px":"",t[ie]=ge?X+"px":"",t.transform="",t))}const Dt={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(a){var t=a.state,o=a.options,u=o.gpuAcceleration,m=void 0===u||u,y=o.adaptive,x=void 0===y||y,A=o.roundOffsets,L=void 0===A||A,I={placement:vt(t.placement),variation:yt(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:m,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,Ui(Object.assign({},I,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:x,roundOffsets:L})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,Ui(Object.assign({},I,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:L})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}};var bt={passive:!0};const Ln={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(a){var t=a.state,o=a.instance,u=a.options,m=u.scroll,y=void 0===m||m,x=u.resize,A=void 0===x||x,L=Ue(t.elements.popper),I=[].concat(t.scrollParents.reference,t.scrollParents.popper);return y&&I.forEach(function(H){H.addEventListener("scroll",o.update,bt)}),A&&L.addEventListener("resize",o.update,bt),function(){y&&I.forEach(function(H){H.removeEventListener("scroll",o.update,bt)}),A&&L.removeEventListener("resize",o.update,bt)}},data:{}};var mr={left:"right",right:"left",bottom:"top",top:"bottom"};function Nn(a){return a.replace(/left|right|bottom|top/g,function(t){return mr[t]})}var Yi={start:"end",end:"start"};function pn(a){return a.replace(/start|end/g,function(t){return Yi[t]})}function Zn(a){var t=Ue(a);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function jn(a){return Jt(St(a)).left+Zn(a).scrollLeft}function Ci(a){var t=nt(a);return/auto|scroll|overlay|hidden/.test(t.overflow+t.overflowY+t.overflowX)}function ki(a){return["html","body","#document"].indexOf(He(a))>=0?a.ownerDocument.body:Ye(a)&&Ci(a)?a:ki(Gn(a))}function Pn(a,t){var o;void 0===t&&(t=[]);var u=ki(a),m=u===(null==(o=a.ownerDocument)?void 0:o.body),y=Ue(u),x=m?[y].concat(y.visualViewport||[],Ci(u)?u:[]):u,A=t.concat(x);return m?A:A.concat(Pn(Gn(x)))}function Si(a){return Object.assign({},a,{left:a.x,top:a.y,right:a.x+a.width,bottom:a.y+a.height})}function ei(a,t,o){return t===Sn?Si(function(u,m){var y=Ue(u),x=St(u),A=y.visualViewport,L=x.clientWidth,I=x.clientHeight,H=0,j=0;if(A){L=A.width,I=A.height;var ee=Kn();(ee||!ee&&"fixed"===m)&&(H=A.offsetLeft,j=A.offsetTop)}return{width:L,height:I,x:H+jn(u),y:j}}(a,o)):Mt(t)?((y=Jt(u=t,!1,"fixed"===o)).top=y.top+u.clientTop,y.left=y.left+u.clientLeft,y.bottom=y.top+u.clientHeight,y.right=y.left+u.clientWidth,y.width=u.clientWidth,y.height=u.clientHeight,y.x=y.left,y.y=y.top,y):Si(function(u){var m,y=St(u),x=Zn(u),A=null==(m=u.ownerDocument)?void 0:m.body,L=qt(y.scrollWidth,y.clientWidth,A?A.scrollWidth:0,A?A.clientWidth:0),I=qt(y.scrollHeight,y.clientHeight,A?A.scrollHeight:0,A?A.clientHeight:0),H=-x.scrollLeft+jn(u),j=-x.scrollTop;return"rtl"===nt(A||y).direction&&(H+=qt(y.clientWidth,A?A.clientWidth:0)-L),{width:L,height:I,x:H,y:j}}(St(a)));var u,y}function Qi(a){var t,o=a.reference,u=a.element,m=a.placement,y=m?vt(m):null,x=m?yt(m):null,A=o.x+o.width/2-u.width/2,L=o.y+o.height/2-u.height/2;switch(y){case he:t={x:A,y:o.y-u.height};break;case pe:t={x:A,y:o.y+o.height};break;case Le:t={x:o.x+o.width,y:L};break;case Ne:t={x:o.x-u.width,y:L};break;default:t={x:o.x,y:o.y}}var I=y?Jn(y):null;if(null!=I){var H="y"===I?"height":"width";switch(x){case tt:t[I]=t[I]-(o[H]/2-u[H]/2);break;case at:t[I]=t[I]+(o[H]/2-u[H]/2)}}return t}function gn(a,t){void 0===t&&(t={});var Ge,xt,Je,Me,ye,Ze,Tt,$t,Ft,Oe,u=t.placement,m=void 0===u?a.placement:u,y=t.strategy,x=void 0===y?a.strategy:y,A=t.boundary,L=void 0===A?$i:A,I=t.rootBoundary,H=void 0===I?Sn:I,j=t.elementContext,ee=void 0===j?kt:j,X=t.altBoundary,J=void 0!==X&&X,G=t.padding,Z=void 0===G?0:G,ge=Ei("number"!=typeof Z?Z:it(Z,Qt)),ie=a.rects.popper,ce=a.elements[J?ee===kt?Fi:kt:ee],te=(Ge=Mt(ce)?ce:ce.contextElement||St(a.elements.popper),Je=H,Me=x,$t="clippingParents"===(xt=L)?(Ze=Pn(Gn(ye=Ge)),Mt(Tt=["absolute","fixed"].indexOf(nt(ye).position)>=0&&Ye(ye)?en(ye):ye)?Ze.filter(function(_n){return Mt(_n)&&Zt(_n,Tt)&&"body"!==He(_n)}):[]):[].concat(xt),Oe=(Ft=[].concat($t,[Je])).reduce(function(ye,Ze){var Tt=ei(Ge,Ze,Me);return ye.top=qt(Tt.top,ye.top),ye.right=Yn(Tt.right,ye.right),ye.bottom=Yn(Tt.bottom,ye.bottom),ye.left=qt(Tt.left,ye.left),ye},ei(Ge,Ft[0],Me)),Oe.width=Oe.right-Oe.left,Oe.height=Oe.bottom-Oe.top,Oe.x=Oe.left,Oe.y=Oe.top,Oe),se=Jt(a.elements.reference),fe=Qi({reference:se,element:ie,strategy:"absolute",placement:m}),me=Si(Object.assign({},ie,fe)),de=ee===kt?me:se,ke={top:te.top-de.top+ge.top,bottom:de.bottom-te.bottom+ge.bottom,left:te.left-de.left+ge.left,right:de.right-te.right+ge.right},ct=a.modifiersData.offset;if(ee===kt&&ct){var jt=ct[m];Object.keys(ke).forEach(function(Ge){var xt=[Le,pe].indexOf(Ge)>=0?1:-1,Je=[he,pe].indexOf(Ge)>=0?"y":"x";ke[Ge]+=jt[Je]*xt})}return ke}const Ki={name:"flip",enabled:!0,phase:"main",fn:function(a){var t=a.state,o=a.options,u=a.name;if(!t.modifiersData[u]._skip){for(var m=o.mainAxis,y=void 0===m||m,x=o.altAxis,A=void 0===x||x,L=o.fallbackPlacements,I=o.padding,H=o.boundary,j=o.rootBoundary,ee=o.altBoundary,X=o.flipVariations,J=void 0===X||X,G=o.allowedAutoPlacements,Z=t.options.placement,ge=vt(Z),we=L||(ge!==Z&&J?function(ye){if(vt(ye)===kn)return[];var Ze=Nn(ye);return[pn(ye),Ze,pn(Ze)]}(Z):[Nn(Z)]),ie=[Z].concat(we).reduce(function(ye,Ze){return ye.concat(vt(Ze)===kn?function vr(a,t){void 0===t&&(t={});var m=t.boundary,y=t.rootBoundary,x=t.padding,A=t.flipVariations,L=t.allowedAutoPlacements,I=void 0===L?bi:L,H=yt(t.placement),j=H?A?yi:yi.filter(function(J){return yt(J)===H}):Qt,ee=j.filter(function(J){return I.indexOf(J)>=0});0===ee.length&&(ee=j);var X=ee.reduce(function(J,G){return J[G]=gn(a,{placement:G,boundary:m,rootBoundary:y,padding:x})[vt(G)],J},{});return Object.keys(X).sort(function(J,G){return X[J]-X[G]})}(t,{placement:Ze,boundary:H,rootBoundary:j,padding:I,flipVariations:J,allowedAutoPlacements:G}):Ze)},[]),ce=t.rects.reference,te=t.rects.popper,se=new Map,fe=!0,me=ie[0],de=0;de<ie.length;de++){var ke=ie[de],ct=vt(ke),jt=yt(ke)===tt,Ge=[he,pe].indexOf(ct)>=0,xt=Ge?"width":"height",Je=gn(t,{placement:ke,boundary:H,rootBoundary:j,altBoundary:ee,padding:I}),Me=Ge?jt?Le:Ne:jt?pe:he;ce[xt]>te[xt]&&(Me=Nn(Me));var $t=Nn(Me),Ft=[];if(y&&Ft.push(Je[ct]<=0),A&&Ft.push(Je[Me]<=0,Je[$t]<=0),Ft.every(function(ye){return ye})){me=ke,fe=!1;break}se.set(ke,Ft)}if(fe)for(var ui=function(ye){var Ze=ie.find(function(Tt){var _n=se.get(Tt);if(_n)return _n.slice(0,ye).every(function(ur){return ur})});if(Ze)return me=Ze,"break"},Oe=J?3:1;Oe>0&&"break"!==ui(Oe);Oe--);t.placement!==me&&(t.modifiersData[u]._skip=!0,t.placement=me,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function Gi(a,t,o){return void 0===o&&(o={x:0,y:0}),{top:a.top-t.height-o.y,right:a.right-t.width+o.x,bottom:a.bottom-t.height+o.y,left:a.left-t.width-o.x}}function Ji(a){return[he,Le,pe,Ne].some(function(t){return a[t]>=0})}const Di={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(a){var t=a.state,o=a.name,u=t.rects.reference,m=t.rects.popper,y=t.modifiersData.preventOverflow,x=gn(t,{elementContext:"reference"}),A=gn(t,{altBoundary:!0}),L=Gi(x,u),I=Gi(A,m,y),H=Ji(L),j=Ji(I);t.modifiersData[o]={referenceClippingOffsets:L,popperEscapeOffsets:I,isReferenceHidden:H,hasPopperEscaped:j},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":H,"data-popper-escaped":j})}},ti={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(a){var t=a.state,u=a.name,m=a.options.offset,y=void 0===m?[0,0]:m,x=bi.reduce(function(H,j){return H[j]=(X=t.rects,J=y,G=vt(ee=j),Z=[Ne,he].indexOf(G)>=0?-1:1,we=(we=(ge="function"==typeof J?J(Object.assign({},X,{placement:ee})):J)[0])||0,ie=((ie=ge[1])||0)*Z,[Ne,Le].indexOf(G)>=0?{x:ie,y:we}:{x:we,y:ie}),H;var ee,X,J,G,Z,ge,we,ie},{}),A=x[t.placement],I=A.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=A.x,t.modifiersData.popperOffsets.y+=I),t.modifiersData[u]=x}},ni={name:"popperOffsets",enabled:!0,phase:"read",fn:function(a){var t=a.state;t.modifiersData[a.name]=Qi({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},ii={name:"preventOverflow",enabled:!0,phase:"main",fn:function(a){var Sr,Wr,t=a.state,o=a.options,u=a.name,m=o.mainAxis,y=void 0===m||m,x=o.altAxis,A=void 0!==x&&x,ee=o.tether,X=void 0===ee||ee,J=o.tetherOffset,G=void 0===J?0:J,Z=gn(t,{boundary:o.boundary,rootBoundary:o.rootBoundary,padding:o.padding,altBoundary:o.altBoundary}),ge=vt(t.placement),we=yt(t.placement),ie=!we,ce=Jn(ge),te="x"===ce?"y":"x",se=t.modifiersData.popperOffsets,fe=t.rects.reference,me=t.rects.popper,de="function"==typeof G?G(Object.assign({},t.rects,{placement:t.placement})):G,ke="number"==typeof de?{mainAxis:de,altAxis:de}:Object.assign({mainAxis:0,altAxis:0},de),ct=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,jt={x:0,y:0};if(se){if(y){var Ge,xt="y"===ce?he:Ne,Je="y"===ce?pe:Le,Me="y"===ce?"height":"width",$t=se[ce],Ft=$t+Z[xt],ui=$t-Z[Je],Oe=X?-me[Me]/2:0,ye=we===tt?fe[Me]:me[Me],Ze=we===tt?-me[Me]:-fe[Me],Tt=t.elements.arrow,_n=X&&Tt?Qe(Tt):{width:0,height:0},ur=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},Dr=ur[xt],Or=ur[Je],fr=Ht(0,fe[Me],_n[Me]),$r=ie?fe[Me]/2-Oe-fr-Dr-ke.mainAxis:ye-fr-Dr-ke.mainAxis,Fr=ie?-fe[Me]/2+Oe+fr+Or+ke.mainAxis:Ze+fr+Or+ke.mainAxis,Cr=t.elements.arrow&&en(t.elements.arrow),Lr=null!=(Ge=ct?.[ce])?Ge:0,zr=$t+Fr-Lr,Nr=Ht(X?Yn(Ft,$t+$r-Lr-(Cr?"y"===ce?Cr.clientTop||0:Cr.clientLeft||0:0)):Ft,$t,X?qt(ui,zr):ui);se[ce]=Nr,jt[ce]=Nr-$t}if(A){var jr,Wn=se[te],dr="y"===te?"height":"width",Pr=Wn+Z["x"===ce?he:Ne],Ir=Wn-Z["x"===ce?pe:Le],kr=-1!==[he,Ne].indexOf(ge),Mr=null!=(jr=ct?.[te])?jr:0,qr=kr?Pr:Wn-fe[dr]-me[dr]-Mr+ke.altAxis,Hr=kr?Wn+fe[dr]+me[dr]-Mr-ke.altAxis:Ir,Rr=X&&kr?(Wr=Ht(qr,Wn,Sr=Hr))>Sr?Sr:Wr:Ht(X?qr:Pr,Wn,X?Hr:Ir);se[te]=Rr,jt[te]=Rr-Wn}t.modifiersData[u]=jt}},requiresIfExists:["offset"]};function Zi(a,t,o){void 0===o&&(o=!1);var u,m,j,ee,X,J,y=Ye(t),x=Ye(t)&&(ee=(j=t).getBoundingClientRect(),X=Gt(ee.width)/j.offsetWidth||1,J=Gt(ee.height)/j.offsetHeight||1,1!==X||1!==J),A=St(t),L=Jt(a,x,o),I={scrollLeft:0,scrollTop:0},H={x:0,y:0};return(y||!y&&!o)&&(("body"!==He(t)||Ci(A))&&(I=(u=t)!==Ue(u)&&Ye(u)?{scrollLeft:(m=u).scrollLeft,scrollTop:m.scrollTop}:Zn(u)),Ye(t)?((H=Jt(t,!0)).x+=t.clientLeft,H.y+=t.clientTop):A&&(H.x=jn(A))),{x:L.left+I.scrollLeft-H.x,y:L.top+I.scrollTop-H.y,width:L.width,height:L.height}}function er(a){var t=new Map,o=new Set,u=[];function m(y){o.add(y.name),[].concat(y.requires||[],y.requiresIfExists||[]).forEach(function(x){if(!o.has(x)){var A=t.get(x);A&&m(A)}}),u.push(y)}return a.forEach(function(y){t.set(y.name,y)}),a.forEach(function(y){o.has(y.name)||m(y)}),u}var ri={placement:"bottom",modifiers:[],strategy:"absolute"};function tr(){for(var a=arguments.length,t=new Array(a),o=0;o<a;o++)t[o]=arguments[o];return!t.some(function(u){return!(u&&"function"==typeof u.getBoundingClientRect)})}function Rt(a){void 0===a&&(a={});var o=a.defaultModifiers,u=void 0===o?[]:o,m=a.defaultOptions,y=void 0===m?ri:m;return function(x,A,L){void 0===L&&(L=y);var I,H,j={placement:"bottom",orderedModifiers:[],options:Object.assign({},ri,y),modifiersData:{},elements:{reference:x,popper:A},attributes:{},styles:{}},ee=[],X=!1,J={state:j,setOptions:function(Z){var ge="function"==typeof Z?Z(j.options):Z;G(),j.options=Object.assign({},y,j.options,ge),j.scrollParents={reference:Mt(x)?Pn(x):x.contextElement?Pn(x.contextElement):[],popper:Pn(A)};var we,ie,te,se,ce=(we=[].concat(u,j.options.modifiers),ie=we.reduce(function(te,se){var fe=te[se.name];return te[se.name]=fe?Object.assign({},fe,se,{options:Object.assign({},fe.options,se.options),data:Object.assign({},fe.data,se.data)}):se,te},{}),te=Object.keys(ie).map(function(te){return ie[te]}),se=er(te),Vi.reduce(function(fe,me){return fe.concat(se.filter(function(de){return de.phase===me}))},[]));return j.orderedModifiers=ce.filter(function(te){return te.enabled}),j.orderedModifiers.forEach(function(te){var fe=te.options,de=te.effect;if("function"==typeof de){var ke=de({state:j,name:te.name,instance:J,options:void 0===fe?{}:fe});ee.push(ke||function(){})}}),J.update()},forceUpdate:function(){if(!X){var Z=j.elements,ge=Z.reference,we=Z.popper;if(tr(ge,we)){j.rects={reference:Zi(ge,en(we),"fixed"===j.options.strategy),popper:Qe(we)},j.reset=!1,j.placement=j.options.placement,j.orderedModifiers.forEach(function(de){return j.modifiersData[de.name]=Object.assign({},de.data)});for(var ie=0;ie<j.orderedModifiers.length;ie++)if(!0!==j.reset){var ce=j.orderedModifiers[ie],te=ce.fn,se=ce.options;"function"==typeof te&&(j=te({state:j,options:void 0===se?{}:se,name:ce.name,instance:J})||j)}else j.reset=!1,ie=-1}}},update:(I=function(){return new Promise(function(Z){J.forceUpdate(),Z(j)})},function(){return H||(H=new Promise(function(Z){Promise.resolve().then(function(){H=void 0,Z(I())})})),H}),destroy:function(){G(),X=!0}};if(!tr(x,A))return J;function G(){ee.forEach(function(Z){return Z()}),ee=[]}return J.setOptions(L).then(function(Z){!X&&L.onFirstUpdate&&L.onFirstUpdate(Z)}),J}}var nr=Rt(),ir=Rt({defaultModifiers:[Ln,ni,Dt,On]}),In=Rt({defaultModifiers:[Ln,ni,Dt,On,ti,Ki,ii,Ai,Di]});const rr=Object.freeze(Object.defineProperty({__proto__:null,popperGenerator:Rt,detectOverflow:gn,createPopperBase:nr,createPopper:In,createPopperLite:ir,top:he,bottom:pe,right:Le,left:Ne,auto:kn,basePlacements:Qt,start:tt,end:at,clippingParents:$i,viewport:Sn,popper:kt,reference:Fi,variationPlacements:yi,placements:bi,beforeRead:_i,read:"read",afterRead:zi,beforeMain:wi,main:"main",afterMain:xi,beforeWrite:Xn,write:"write",afterWrite:Ti,modifierPhases:Vi,applyStyles:On,arrow:Ai,computeStyles:Dt,eventListeners:Ln,flip:Ki,hide:Di,offset:ti,popperOffsets:ni,preventOverflow:ii},Symbol.toStringTag,{value:"Module"})),or="dropdown",yr="ArrowUp",e="ArrowDown",n="click.bs.dropdown.data-api",i="keydown.bs.dropdown.data-api",r="show",l='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',c=`${l}.show`,f=".dropdown-menu",p=$()?"top-end":"top-start",g=$()?"top-start":"top-end",b=$()?"bottom-end":"bottom-start",T=$()?"bottom-start":"bottom-end",k=$()?"left-start":"right-start",w=$()?"right-start":"left-start",E={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},M={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class q extends Ce{constructor(t,o){super(t,o),this._popper=null,this._parent=this._element.parentNode,this._menu=Q.next(this._element,f)[0]||Q.prev(this._element,f)[0]||Q.findOne(f,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return E}static get DefaultType(){return M}static get NAME(){return or}toggle(){return this._isShown()?this.hide():this.show()}show(){if(ot(this._element)||this._isShown())return;const t={relatedTarget:this._element};if(!D.trigger(this._element,"show.bs.dropdown",t).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(".navbar-nav"))for(const o of[].concat(...document.body.children))D.on(o,"mouseover",Bt);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(r),this._element.classList.add(r),D.trigger(this._element,"shown.bs.dropdown",t)}}hide(){!ot(this._element)&&this._isShown()&&this._completeHide({relatedTarget:this._element})}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(t){if(!D.trigger(this._element,"hide.bs.dropdown",t).defaultPrevented){if("ontouchstart"in document.documentElement)for(const o of[].concat(...document.body.children))D.off(o,"mouseover",Bt);this._popper&&this._popper.destroy(),this._menu.classList.remove(r),this._element.classList.remove(r),this._element.setAttribute("aria-expanded","false"),st.removeDataAttribute(this._menu,"popper"),D.trigger(this._element,"hidden.bs.dropdown",t)}}_getConfig(t){if("object"==typeof(t=super._getConfig(t)).reference&&!dt(t.reference)&&"function"!=typeof t.reference.getBoundingClientRect)throw new TypeError(`${or.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return t}_createPopper(){if(void 0===rr)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let t=this._element;"parent"===this._config.reference?t=this._parent:dt(this._config.reference)?t=ht(this._config.reference):"object"==typeof this._config.reference&&(t=this._config.reference);const o=this._getPopperConfig();this._popper=In(t,this._menu,o)}_isShown(){return this._menu.classList.contains(r)}_getPlacement(){const t=this._parent;if(t.classList.contains("dropend"))return k;if(t.classList.contains("dropstart"))return w;if(t.classList.contains("dropup-center"))return"top";if(t.classList.contains("dropdown-center"))return"bottom";const o="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return t.classList.contains("dropup")?o?g:p:o?T:b}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map(o=>Number.parseInt(o,10)):"function"==typeof t?o=>t(o,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||"static"===this._config.display)&&(st.setDataAttribute(this._menu,"popper","static"),t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,..."function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem({key:t,target:o}){const u=Q.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter(m=>At(m));u.length&&$n(u,o,t===e,!u.includes(o)).focus()}static jQueryInterface(t){return this.each(function(){const o=q.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t]()}})}static clearMenus(t){if(2===t.button||"keyup"===t.type&&"Tab"!==t.key)return;const o=Q.find(c);for(const u of o){const m=q.getInstance(u);if(!m||!1===m._config.autoClose)continue;const y=t.composedPath(),x=y.includes(m._menu);if(y.includes(m._element)||"inside"===m._config.autoClose&&!x||"outside"===m._config.autoClose&&x||m._menu.contains(t.target)&&("keyup"===t.type&&"Tab"===t.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;const A={relatedTarget:m._element};"click"===t.type&&(A.clickEvent=t),m._completeHide(A)}}static dataApiKeydownHandler(t){const o=/input|textarea/i.test(t.target.tagName),u="Escape"===t.key,m=[yr,e].includes(t.key);if(!m&&!u||o&&!u)return;t.preventDefault();const y=this.matches(l)?this:Q.prev(this,l)[0]||Q.next(this,l)[0]||Q.findOne(l,t.delegateTarget.parentNode),x=q.getOrCreateInstance(y);if(m)return t.stopPropagation(),x.show(),void x._selectMenuItem(t);x._isShown()&&(t.stopPropagation(),x.hide(),y.focus())}}D.on(document,i,l,q.dataApiKeydownHandler),D.on(document,i,f,q.dataApiKeydownHandler),D.on(document,n,q.clearMenus),D.on(document,"keyup.bs.dropdown.data-api",q.clearMenus),D.on(document,n,l,function(a){a.preventDefault(),q.getOrCreateInstance(this).toggle()}),Se(q);const R=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",be=".sticky-top",Te="padding-right",Re="margin-right";class le{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,Te,o=>o+t),this._setElementAttributes(R,Te,o=>o+t),this._setElementAttributes(be,Re,o=>o-t)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,Te),this._resetElementAttributes(R,Te),this._resetElementAttributes(be,Re)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,o,u){const m=this.getWidth();this._applyManipulationCallback(t,y=>{if(y!==this._element&&window.innerWidth>y.clientWidth+m)return;this._saveInitialAttribute(y,o);const x=window.getComputedStyle(y).getPropertyValue(o);y.style.setProperty(o,`${u(Number.parseFloat(x))}px`)})}_saveInitialAttribute(t,o){const u=t.style.getPropertyValue(o);u&&st.setDataAttribute(t,o,u)}_resetElementAttributes(t,o){this._applyManipulationCallback(t,u=>{const m=st.getDataAttribute(u,o);null!==m?(st.removeDataAttribute(u,o),u.style.setProperty(o,m)):u.style.removeProperty(o)})}_applyManipulationCallback(t,o){if(dt(t))o(t);else for(const u of Q.find(t,this._element))o(u)}}const U="show",je="mousedown.bs.backdrop",oe={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},xe={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class mn extends It{constructor(t){super(),this._config=this._getConfig(t),this._isAppended=!1,this._element=null}static get Default(){return oe}static get DefaultType(){return xe}static get NAME(){return"backdrop"}show(t){if(!this._config.isVisible)return void Y(t);this._append();this._getElement().classList.add(U),this._emulateAnimation(()=>{Y(t)})}hide(t){this._config.isVisible?(this._getElement().classList.remove(U),this._emulateAnimation(()=>{this.dispose(),Y(t)})):Y(t)}dispose(){this._isAppended&&(D.off(this._element,je),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add("fade"),this._element=t}return this._element}_configAfterMerge(t){return t.rootElement=ht(t.rootElement),t}_append(){if(this._isAppended)return;const t=this._getElement();this._config.rootElement.append(t),D.on(t,je,()=>{Y(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(t){Ii(t,this._getElement(),this._config.isAnimated)}}const Mn=".bs.focustrap",We="backward",tn={autofocus:!0,trapElement:null},vn={autofocus:"boolean",trapElement:"element"};class Pe extends It{constructor(t){super(),this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return tn}static get DefaultType(){return vn}static get NAME(){return"focustrap"}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),D.off(document,Mn),D.on(document,"focusin.bs.focustrap",t=>this._handleFocusin(t)),D.on(document,"keydown.tab.bs.focustrap",t=>this._handleKeydown(t)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,D.off(document,Mn))}_handleFocusin(t){const{trapElement:o}=this._config;if(t.target===document||t.target===o||o.contains(t.target))return;const u=Q.focusableChildren(o);0===u.length?o.focus():this._lastTabNavDirection===We?u[u.length-1].focus():u[0].focus()}_handleKeydown(t){"Tab"===t.key&&(this._lastTabNavDirection=t.shiftKey?We:"forward")}}const nn="hidden.bs.modal",Ke="show.bs.modal",_e="modal-open",Ie="modal-static",_t={backdrop:!0,focus:!0,keyboard:!0},K={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class ne extends Ce{constructor(t,o){super(t,o),this._dialog=Q.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new le,this._addEventListeners()}static get Default(){return _t}static get DefaultType(){return K}static get NAME(){return"modal"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||D.trigger(this._element,Ke,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(_e),this._adjustDialog(),this._backdrop.show(()=>this._showElement(t)))}hide(){this._isShown&&!this._isTransitioning&&(D.trigger(this._element,"hide.bs.modal").defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove("show"),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated())))}dispose(){for(const t of[window,this._dialog])D.off(t,".bs.modal");this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new mn({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Pe({trapElement:this._element})}_showElement(t){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const o=Q.findOne(".modal-body",this._dialog);o&&(o.scrollTop=0),this._element.classList.add("show"),this._queueCallback(()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,D.trigger(this._element,"shown.bs.modal",{relatedTarget:t})},this._dialog,this._isAnimated())}_addEventListeners(){D.on(this._element,"keydown.dismiss.bs.modal",t=>{if("Escape"===t.key)return this._config.keyboard?(t.preventDefault(),void this.hide()):void this._triggerBackdropTransition()}),D.on(window,"resize.bs.modal",()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),D.on(this._element,"mousedown.dismiss.bs.modal",t=>{D.one(this._element,"click.dismiss.bs.modal",o=>{this._element===t.target&&this._element===o.target&&("static"!==this._config.backdrop?this._config.backdrop&&this.hide():this._triggerBackdropTransition())})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(_e),this._resetAdjustments(),this._scrollBar.reset(),D.trigger(this._element,nn)})}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(D.trigger(this._element,"hidePrevented.bs.modal").defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight,o=this._element.style.overflowY;"hidden"===o||this._element.classList.contains(Ie)||(t||(this._element.style.overflowY="hidden"),this._element.classList.add(Ie),this._queueCallback(()=>{this._element.classList.remove(Ie),this._queueCallback(()=>{this._element.style.overflowY=o},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,o=this._scrollBar.getWidth(),u=o>0;if(u&&!t){const m=$()?"paddingLeft":"paddingRight";this._element.style[m]=`${o}px`}if(!u&&t){const m=$()?"paddingRight":"paddingLeft";this._element.style[m]=`${o}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,o){return this.each(function(){const u=ne.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===u[t])throw new TypeError(`No method named "${t}"`);u[t](o)}})}}D.on(document,"click.bs.modal.data-api",'[data-bs-toggle="modal"]',function(a){const t=ft(this);["A","AREA"].includes(this.tagName)&&a.preventDefault(),D.one(t,Ke,u=>{u.defaultPrevented||D.one(t,nn,()=>{At(this)&&this.focus()})});const o=Q.findOne(".modal.show");o&&ne.getInstance(o).hide(),ne.getOrCreateInstance(t).toggle(this)}),Bn(ne),Se(ne);const Fe="showing",Be=".offcanvas.show",rn="hidePrevented.bs.offcanvas",qn="hidden.bs.offcanvas",br={backdrop:!0,keyboard:!0,scroll:!1},_r={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class Ot extends Ce{constructor(t,o){super(t,o),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return br}static get DefaultType(){return _r}static get NAME(){return"offcanvas"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||D.trigger(this._element,"show.bs.offcanvas",{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._backdrop.show(),this._config.scroll||(new le).hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(Fe),this._queueCallback(()=>{this._config.scroll&&!this._config.backdrop||this._focustrap.activate(),this._element.classList.add("show"),this._element.classList.remove(Fe),D.trigger(this._element,"shown.bs.offcanvas",{relatedTarget:t})},this._element,!0))}hide(){this._isShown&&(D.trigger(this._element,"hide.bs.offcanvas").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add("hiding"),this._backdrop.hide(),this._queueCallback(()=>{this._element.classList.remove("show","hiding"),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||(new le).reset(),D.trigger(this._element,qn)},this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const t=Boolean(this._config.backdrop);return new mn({className:"offcanvas-backdrop",isVisible:t,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:t?()=>{"static"!==this._config.backdrop?this.hide():D.trigger(this._element,rn)}:null})}_initializeFocusTrap(){return new Pe({trapElement:this._element})}_addEventListeners(){D.on(this._element,"keydown.dismiss.bs.offcanvas",t=>{"Escape"===t.key&&(this._config.keyboard?this.hide():D.trigger(this._element,rn))})}static jQueryInterface(t){return this.each(function(){const o=Ot.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);o[t](this)}})}}D.on(document,"click.bs.offcanvas.data-api",'[data-bs-toggle="offcanvas"]',function(a){const t=ft(this);if(["A","AREA"].includes(this.tagName)&&a.preventDefault(),ot(this))return;D.one(t,qn,()=>{At(this)&&this.focus()});const o=Q.findOne(Be);o&&o!==t&&Ot.getInstance(o).hide(),Ot.getOrCreateInstance(t).toggle(this)}),D.on(window,"load.bs.offcanvas.data-api",()=>{for(const a of Q.find(Be))Ot.getOrCreateInstance(a).show()}),D.on(window,"resize.bs.offcanvas",()=>{for(const a of Q.find("[aria-modal][class*=show][class*=offcanvas-]"))"fixed"!==getComputedStyle(a).position&&Ot.getOrCreateInstance(a).hide()}),Bn(Ot),Se(Ot);const oi=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),wr=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,xr=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i,Tr=(a,t)=>{const o=a.nodeName.toLowerCase();return t.includes(o)?!oi.has(o)||Boolean(wr.test(a.nodeValue)||xr.test(a.nodeValue)):t.filter(u=>u instanceof RegExp).some(u=>u.test(o))},yn={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Er={allowList:yn,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"<div></div>"},Oi={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},Lt={entry:"(string|element|function|null)",selector:"(string|element)"};class Nt extends It{constructor(t){super(),this._config=this._getConfig(t)}static get Default(){return Er}static get DefaultType(){return Oi}static get NAME(){return"TemplateFactory"}getContent(){return Object.values(this._config.content).map(t=>this._resolvePossibleFunction(t)).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(t){return this._checkContent(t),this._config.content={...this._config.content,...t},this}toHtml(){const t=document.createElement("div");t.innerHTML=this._maybeSanitize(this._config.template);for(const[m,y]of Object.entries(this._config.content))this._setContent(t,y,m);const o=t.children[0],u=this._resolvePossibleFunction(this._config.extraClass);return u&&o.classList.add(...u.split(" ")),o}_typeCheckConfig(t){super._typeCheckConfig(t),this._checkContent(t.content)}_checkContent(t){for(const[o,u]of Object.entries(t))super._typeCheckConfig({selector:o,entry:u},Lt)}_setContent(t,o,u){const m=Q.findOne(u,t);m&&((o=this._resolvePossibleFunction(o))?dt(o)?this._putElementInTemplate(ht(o),m):this._config.html?m.innerHTML=this._maybeSanitize(o):m.textContent=o:m.remove())}_maybeSanitize(t){return this._config.sanitize?function(o,u,m){if(!o.length)return o;if(m&&"function"==typeof m)return m(o);const y=(new window.DOMParser).parseFromString(o,"text/html"),x=[].concat(...y.body.querySelectorAll("*"));for(const A of x){const L=A.nodeName.toLowerCase();if(!Object.keys(u).includes(L)){A.remove();continue}const I=[].concat(...A.attributes),H=[].concat(u["*"]||[],u[L]||[]);for(const j of I)Tr(j,H)||A.removeAttribute(j.nodeName)}return y.body.innerHTML}(t,this._config.allowList,this._config.sanitizeFn):t}_resolvePossibleFunction(t){return"function"==typeof t?t(this):t}_putElementInTemplate(t,o){if(this._config.html)return o.innerHTML="",void o.append(t);o.textContent=t.textContent}}const sr=new Set(["sanitize","allowList","sanitizeFn"]),si="fade",Hn="show",ue="hide.bs.modal",on="hover",lt={AUTO:"auto",TOP:"top",RIGHT:$()?"left":"right",BOTTOM:"bottom",LEFT:$()?"right":"left"},Li={allowList:yn,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,0],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',title:"",trigger:"hover focus"},lr={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class sn extends Ce{constructor(t,o){if(void 0===rr)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t,o),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return Li}static get DefaultType(){return lr}static get NAME(){return"tooltip"}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){this._isEnabled&&(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()?this._leave():this._enter())}dispose(){clearTimeout(this._timeout),D.off(this._element.closest(".modal"),ue,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this._isWithContent()||!this._isEnabled)return;const t=D.trigger(this._element,this.constructor.eventName("show")),o=(fi(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(t.defaultPrevented||!o)return;this._disposePopper();const u=this._getTipElement();this._element.setAttribute("aria-describedby",u.getAttribute("id"));const{container:m}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(m.append(u),D.trigger(this._element,this.constructor.eventName("inserted"))),this._popper=this._createPopper(u),u.classList.add(Hn),"ontouchstart"in document.documentElement)for(const y of[].concat(...document.body.children))D.on(y,"mouseover",Bt);this._queueCallback(()=>{D.trigger(this._element,this.constructor.eventName("shown")),!1===this._isHovered&&this._leave(),this._isHovered=!1},this.tip,this._isAnimated())}hide(){if(this._isShown()&&!D.trigger(this._element,this.constructor.eventName("hide")).defaultPrevented){if(this._getTipElement().classList.remove(Hn),"ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))D.off(t,"mouseover",Bt);this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,this._isHovered=null,this._queueCallback(()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),D.trigger(this._element,this.constructor.eventName("hidden")))},this.tip,this._isAnimated())}}update(){this._popper&&this._popper.update()}_isWithContent(){return Boolean(this._getTitle())}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(t){const o=this._getTemplateFactory(t).toHtml();if(!o)return null;o.classList.remove(si,Hn),o.classList.add(`bs-${this.constructor.NAME}-auto`);const u=(m=>{do{m+=Math.floor(1e6*Math.random())}while(document.getElementById(m));return m})(this.constructor.NAME).toString();return o.setAttribute("id",u),this._isAnimated()&&o.classList.add(si),o}setContent(t){this._newContent=t,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(t){return this._templateFactory?this._templateFactory.changeContent(t):this._templateFactory=new Nt({...this._config,content:t,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{".tooltip-inner":this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(t){return this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(si)}_isShown(){return this.tip&&this.tip.classList.contains(Hn)}_createPopper(t){const o="function"==typeof this._config.placement?this._config.placement.call(this,t,this._element):this._config.placement,u=lt[o.toUpperCase()];return In(this._element,t,this._getPopperConfig(u))}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map(o=>Number.parseInt(o,10)):"function"==typeof t?o=>t(o,this._element):t}_resolvePossibleFunction(t){return"function"==typeof t?t.call(this._element):t}_getPopperConfig(t){const o={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:u=>{this._getTipElement().setAttribute("data-popper-placement",u.state.placement)}}]};return{...o,..."function"==typeof this._config.popperConfig?this._config.popperConfig(o):this._config.popperConfig}}_setListeners(){const t=this._config.trigger.split(" ");for(const o of t)if("click"===o)D.on(this._element,this.constructor.eventName("click"),this._config.selector,u=>{this._initializeOnDelegatedTarget(u).toggle()});else if("manual"!==o){const u=this.constructor.eventName(o===on?"mouseenter":"focusin"),m=this.constructor.eventName(o===on?"mouseleave":"focusout");D.on(this._element,u,this._config.selector,y=>{const x=this._initializeOnDelegatedTarget(y);x._activeTrigger["focusin"===y.type?"focus":on]=!0,x._enter()}),D.on(this._element,m,this._config.selector,y=>{const x=this._initializeOnDelegatedTarget(y);x._activeTrigger["focusout"===y.type?"focus":on]=x._element.contains(y.relatedTarget),x._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},D.on(this._element.closest(".modal"),ue,this._hideModalHandler)}_fixTitle(){const t=this._element.getAttribute("title");t&&(this._element.getAttribute("aria-label")||this._element.textContent.trim()||this._element.setAttribute("aria-label",t),this._element.setAttribute("data-bs-original-title",t),this._element.removeAttribute("title"))}_enter(){this._isShown()||this._isHovered?this._isHovered=!0:(this._isHovered=!0,this._setTimeout(()=>{this._isHovered&&this.show()},this._config.delay.show))}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(()=>{this._isHovered||this.hide()},this._config.delay.hide))}_setTimeout(t,o){clearTimeout(this._timeout),this._timeout=setTimeout(t,o)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(t){const o=st.getDataAttributes(this._element);for(const u of Object.keys(o))sr.has(u)&&delete o[u];return t={...o,..."object"==typeof t&&t?t:{}},t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t.container=!1===t.container?document.body:ht(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),t}_getDelegateConfig(){const t={};for(const o in this._config)this.constructor.Default[o]!==this._config[o]&&(t[o]=this._config[o]);return t.selector=!1,t.trigger="manual",t}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(t){return this.each(function(){const o=sn.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t]()}})}}Se(sn);const Ar={...sn.Default,content:"",offset:[0,8],placement:"right",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>',trigger:"click"},cr={...sn.DefaultType,content:"(null|string|element|function)"};class wt extends sn{static get Default(){return Ar}static get DefaultType(){return cr}static get NAME(){return"popover"}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{".popover-header":this._getTitle(),".popover-body":this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(t){return this.each(function(){const o=wt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t]()}})}}Se(wt);const ai="click.bs.scrollspy",bn="active",li={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},Ni={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class Wt extends Ce{constructor(t,o){super(t,o),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement="visible"===getComputedStyle(this._element).overflowY?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return li}static get DefaultType(){return Ni}static get NAME(){return"scrollspy"}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const t of this._observableSections.values())this._observer.observe(t)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(t){return t.target=ht(t.target)||document.body,t.rootMargin=t.offset?`${t.offset}px 0px -30%`:t.rootMargin,"string"==typeof t.threshold&&(t.threshold=t.threshold.split(",").map(o=>Number.parseFloat(o))),t}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(D.off(this._config.target,ai),D.on(this._config.target,ai,"[href]",t=>{const o=this._observableSections.get(t.target.hash);if(o){t.preventDefault();const u=this._rootElement||window,m=o.offsetTop-this._element.offsetTop;if(u.scrollTo)return void u.scrollTo({top:m,behavior:"smooth"});u.scrollTop=m}}))}_getNewObserver(){return new IntersectionObserver(o=>this._observerCallback(o),{root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin})}_observerCallback(t){const o=x=>this._targetLinks.get(`#${x.target.id}`),u=x=>{this._previousScrollData.visibleEntryTop=x.target.offsetTop,this._process(o(x))},m=(this._rootElement||document.documentElement).scrollTop,y=m>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=m;for(const x of t){if(!x.isIntersecting){this._activeTarget=null,this._clearActiveClass(o(x));continue}const A=x.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(y&&A){if(u(x),!m)return}else y||A||u(x)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const t=Q.find("[href]",this._config.target);for(const o of t){if(!o.hash||ot(o))continue;const u=Q.findOne(o.hash,this._element);At(u)&&(this._targetLinks.set(o.hash,o),this._observableSections.set(o.hash,u))}}_process(t){this._activeTarget!==t&&(this._clearActiveClass(this._config.target),this._activeTarget=t,t.classList.add(bn),this._activateParents(t),D.trigger(this._element,"activate.bs.scrollspy",{relatedTarget:t}))}_activateParents(t){if(t.classList.contains("dropdown-item"))Q.findOne(".dropdown-toggle",t.closest(".dropdown")).classList.add(bn);else for(const o of Q.parents(t,".nav, .list-group"))for(const u of Q.prev(o,".nav-link, .nav-item > .nav-link, .list-group-item"))u.classList.add(bn)}_clearActiveClass(t){t.classList.remove(bn);const o=Q.find("[href].active",t);for(const u of o)u.classList.remove(bn)}static jQueryInterface(t){return this.each(function(){const o=Wt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);o[t]()}})}}D.on(window,"load.bs.scrollspy.data-api",()=>{for(const a of Q.find('[data-bs-spy="scroll"]'))Wt.getOrCreateInstance(a)}),Se(Wt);const ji="ArrowLeft",ci="ArrowRight",d="ArrowUp",h="ArrowDown",v="active",C="fade",_="show",S='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',O=`.nav-link:not(.dropdown-toggle), .list-group-item:not(.dropdown-toggle), [role="tab"]:not(.dropdown-toggle), ${S}`;class N extends Ce{constructor(t){super(t),this._parent=this._element.closest('.list-group, .nav, [role="tablist"]'),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),D.on(this._element,"keydown.bs.tab",o=>this._keydown(o)))}static get NAME(){return"tab"}show(){const t=this._element;if(this._elemIsActive(t))return;const o=this._getActiveElem(),u=o?D.trigger(o,"hide.bs.tab",{relatedTarget:t}):null;D.trigger(t,"show.bs.tab",{relatedTarget:o}).defaultPrevented||u&&u.defaultPrevented||(this._deactivate(o,t),this._activate(t,o))}_activate(t,o){t&&(t.classList.add(v),this._activate(ft(t)),this._queueCallback(()=>{"tab"===t.getAttribute("role")?(t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),D.trigger(t,"shown.bs.tab",{relatedTarget:o})):t.classList.add(_)},t,t.classList.contains(C)))}_deactivate(t,o){t&&(t.classList.remove(v),t.blur(),this._deactivate(ft(t)),this._queueCallback(()=>{"tab"===t.getAttribute("role")?(t.setAttribute("aria-selected",!1),t.setAttribute("tabindex","-1"),this._toggleDropDown(t,!1),D.trigger(t,"hidden.bs.tab",{relatedTarget:o})):t.classList.remove(_)},t,t.classList.contains(C)))}_keydown(t){if(![ji,ci,d,h].includes(t.key))return;t.stopPropagation(),t.preventDefault();const o=[ci,h].includes(t.key),u=$n(this._getChildren().filter(m=>!ot(m)),t.target,o,!0);u&&(u.focus({preventScroll:!0}),N.getOrCreateInstance(u).show())}_getChildren(){return Q.find(O,this._parent)}_getActiveElem(){return this._getChildren().find(t=>this._elemIsActive(t))||null}_setInitialAttributes(t,o){this._setAttributeIfNotExists(t,"role","tablist");for(const u of o)this._setInitialAttributesOnChild(u)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const o=this._elemIsActive(t),u=this._getOuterElement(t);t.setAttribute("aria-selected",o),u!==t&&this._setAttributeIfNotExists(u,"role","presentation"),o||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributesOnTargetPanel(t){const o=ft(t);o&&(this._setAttributeIfNotExists(o,"role","tabpanel"),t.id&&this._setAttributeIfNotExists(o,"aria-labelledby",`#${t.id}`))}_toggleDropDown(t,o){const u=this._getOuterElement(t);if(!u.classList.contains("dropdown"))return;const m=(y,x)=>{const A=Q.findOne(y,u);A&&A.classList.toggle(x,o)};m(".dropdown-toggle",v),m(".dropdown-menu",_),u.setAttribute("aria-expanded",o)}_setAttributeIfNotExists(t,o,u){t.hasAttribute(o)||t.setAttribute(o,u)}_elemIsActive(t){return t.classList.contains(v)}_getInnerElement(t){return t.matches(O)?t:Q.findOne(O,t)}_getOuterElement(t){return t.closest(".nav-item, .list-group-item")||t}static jQueryInterface(t){return this.each(function(){const o=N.getOrCreateInstance(this);if("string"==typeof t){if(void 0===o[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);o[t]()}})}}D.on(document,"click.bs.tab",S,function(a){["A","AREA"].includes(this.tagName)&&a.preventDefault(),ot(this)||N.getOrCreateInstance(this).show()}),D.on(window,"load.bs.tab",()=>{for(const a of Q.find('.active[data-bs-toggle="tab"], .active[data-bs-toggle="pill"], .active[data-bs-toggle="list"]'))N.getOrCreateInstance(a)}),Se(N);const P="hide",B="show",W="showing",V={animation:"boolean",autohide:"boolean",delay:"number"},re={animation:!0,autohide:!0,delay:5e3};class ve extends Ce{constructor(t,o){super(t,o),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return re}static get DefaultType(){return V}static get NAME(){return"toast"}show(){D.trigger(this._element,"show.bs.toast").defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),this._element.classList.remove(P),this._element.classList.add(B,W),this._queueCallback(()=>{this._element.classList.remove(W),D.trigger(this._element,"shown.bs.toast"),this._maybeScheduleHide()},this._element,this._config.animation))}hide(){this.isShown()&&(D.trigger(this._element,"hide.bs.toast").defaultPrevented||(this._element.classList.add(W),this._queueCallback(()=>{this._element.classList.add(P),this._element.classList.remove(W,B),D.trigger(this._element,"hidden.bs.toast")},this._element,this._config.animation)))}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(B),super.dispose()}isShown(){return this._element.classList.contains(B)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(t,o){switch(t.type){case"mouseover":case"mouseout":this._hasMouseInteraction=o;break;case"focusin":case"focusout":this._hasKeyboardInteraction=o}if(o)return void this._clearTimeout();const u=t.relatedTarget;this._element===u||this._element.contains(u)||this._maybeScheduleHide()}_setListeners(){D.on(this._element,"mouseover.bs.toast",t=>this._onInteraction(t,!0)),D.on(this._element,"mouseout.bs.toast",t=>this._onInteraction(t,!1)),D.on(this._element,"focusin.bs.toast",t=>this._onInteraction(t,!0)),D.on(this._element,"focusout.bs.toast",t=>this._onInteraction(t,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each(function(){const o=ve.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t](this)}})}}return Bn(ve),Se(ve),{Alert:xn,Button:qe,Carousel:Ut,Collapse:Yt,Dropdown:q,Modal:ne,Offcanvas:Ot,Popover:wt,ScrollSpy:Wt,Tab:N,Toast:ve,Tooltip:sn}}),function(z,ut){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=z.document?ut(z,!0):function(ze){if(!ze.document)throw new Error("jQuery requires a window with a document");return ut(ze)}:ut(z)}(typeof window<"u"?window:this,function(z,ut){"use strict";var ze=[],ft=Object.getPrototypeOf,Et=ze.slice,dt=ze.flat?function(e){return ze.flat.call(e)}:function(e){return ze.concat.apply([],e)},ht=ze.push,At=ze.indexOf,ot={},fi=ot.toString,Bt=ot.hasOwnProperty,an=Bt.toString,Pi=an.call(Object),ae={},$=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},Se=function(e){return null!=e&&e===e.window},Y=z.document,Ii={type:!0,src:!0,nonce:!0,noModule:!0};function $n(e,n,i){var r,l,c=(i=i||Y).createElement("script");if(c.text=e,n)for(r in Ii)(l=n[r]||n.getAttribute&&n.getAttribute(r))&&c.setAttribute(r,l);i.head.appendChild(c).parentNode.removeChild(c)}function ln(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ot[fi.call(e)]||"object":typeof e}var s=function(e,n){return new s.fn.init(e,n)};function wn(e){var n=!!e&&"length"in e&&e.length,i=ln(e);return!$(e)&&!Se(e)&&("array"===i||0===n||"number"==typeof n&&0<n&&n-1 in e)}s.fn=s.prototype={jquery:"3.6.0",constructor:s,length:0,toArray:function(){return Et.call(this)},get:function(e){return null==e?Et.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var n=s.merge(this.constructor(),e);return n.prevObject=this,n},each:function(e){return s.each(this,e)},map:function(e){return this.pushStack(s.map(this,function(n,i){return e.call(n,i,n)}))},slice:function(){return this.pushStack(Et.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(s.grep(this,function(e,n){return(n+1)%2}))},odd:function(){return this.pushStack(s.grep(this,function(e,n){return n%2}))},eq:function(e){var n=this.length,i=+e+(e<0?n:0);return this.pushStack(0<=i&&i<n?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:ht,sort:ze.sort,splice:ze.splice},s.extend=s.fn.extend=function(){var e,n,i,r,l,c,f=arguments[0]||{},p=1,g=arguments.length,b=!1;for("boolean"==typeof f&&(b=f,f=arguments[p]||{},p++),"object"==typeof f||$(f)||(f={}),p===g&&(f=this,p--);p<g;p++)if(null!=(e=arguments[p]))for(n in e)r=e[n],"__proto__"!==n&&f!==r&&(b&&r&&(s.isPlainObject(r)||(l=Array.isArray(r)))?(i=f[n],c=l&&!Array.isArray(i)?[]:l||s.isPlainObject(i)?i:{},l=!1,f[n]=s.extend(b,c,r)):void 0!==r&&(f[n]=r));return f},s.extend({expando:"jQuery"+("3.6.0"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var n,i;return!(!e||"[object Object]"!==fi.call(e)||(n=ft(e))&&("function"!=typeof(i=Bt.call(n,"constructor")&&n.constructor)||an.call(i)!==Pi))},isEmptyObject:function(e){var n;for(n in e)return!1;return!0},globalEval:function(e,n,i){$n(e,{nonce:n&&n.nonce},i)},each:function(e,n){var i,r=0;if(wn(e))for(i=e.length;r<i&&!1!==n.call(e[r],r,e[r]);r++);else for(r in e)if(!1===n.call(e[r],r,e[r]))break;return e},makeArray:function(e,n){var i=n||[];return null!=e&&(wn(Object(e))?s.merge(i,"string"==typeof e?[e]:e):ht.call(i,e)),i},inArray:function(e,n,i){return null==n?-1:At.call(n,e,i)},merge:function(e,n){for(var i=+n.length,r=0,l=e.length;r<i;r++)e[l++]=n[r];return e.length=l,e},grep:function(e,n,i){for(var r=[],l=0,c=e.length,f=!i;l<c;l++)!n(e[l],l)!==f&&r.push(e[l]);return r},map:function(e,n,i){var r,l,c=0,f=[];if(wn(e))for(r=e.length;c<r;c++)null!=(l=n(e[c],c,i))&&f.push(l);else for(c in e)null!=(l=n(e[c],c,i))&&f.push(l);return dt(f)},guid:1,support:ae}),"function"==typeof Symbol&&(s.fn[Symbol.iterator]=ze[Symbol.iterator]),s.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,n){ot["[object "+n+"]"]=n.toLowerCase()});var Pt=function(e){var n,i,r,l,c,f,p,g,b,T,k,w,E,M,q,R,be,Te,Re,le="sizzle"+1*new Date,U=e.document,je=0,oe=0,xe=on(),mn=on(),Mn=on(),We=on(),tn=function(d,h){return d===h&&(k=!0),0},vn={}.hasOwnProperty,Pe=[],nn=Pe.pop,Ke=Pe.push,_e=Pe.push,$e=Pe.slice,Ie=function(d,h){for(var v=0,C=d.length;v<C;v++)if(d[v]===h)return v;return-1},_t="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",ne="(?:\\\\[\\da-fA-F]{1,6}"+K+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Ae="\\["+K+"*("+ne+")(?:"+K+"*([*^$|!~]?=)"+K+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ne+"))|)"+K+"*\\]",Fe=":("+ne+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+Ae+")*)|.*)\\)|)",Ee=new RegExp(K+"+","g"),Be=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),rn=new RegExp("^"+K+"*,"+K+"*"),qn=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),br=new RegExp(K+"|>"),_r=new RegExp(Fe),Ot=new RegExp("^"+ne+"$"),oi={ID:new RegExp("^#("+ne+")"),CLASS:new RegExp("^\\.("+ne+")"),TAG:new RegExp("^("+ne+"|[*])"),ATTR:new RegExp("^"+Ae),PSEUDO:new RegExp("^"+Fe),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+_t+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},wr=/HTML$/i,xr=/^(?:input|select|textarea|button)$/i,Tr=/^h\d$/i,yn=/^[^{]+\{\s*\[native \w/,Er=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Oi=/[+~]/,Lt=new RegExp("\\\\[\\da-fA-F]{1,6}"+K+"?|\\\\([^\\r\\n\\f])","g"),Nt=function(d,h){var v="0x"+d.slice(1)-65536;return h||(v<0?String.fromCharCode(v+65536):String.fromCharCode(v>>10|55296,1023&v|56320))},sr=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,si=function(d,h){return h?"\0"===d?"\ufffd":d.slice(0,-1)+"\\"+d.charCodeAt(d.length-1).toString(16)+" ":"\\"+d},Hn=function(){w()},ar=li(function(d){return!0===d.disabled&&"fieldset"===d.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{_e.apply(Pe=$e.call(U.childNodes),U.childNodes)}catch{_e={apply:Pe.length?function(h,v){Ke.apply(h,$e.call(v))}:function(h,v){for(var C=h.length,_=0;h[C++]=v[_++];);h.length=C-1}}}function ue(d,h,v,C){var _,S,O,N,P,B,W,V=h&&h.ownerDocument,re=h?h.nodeType:9;if(v=v||[],"string"!=typeof d||!d||1!==re&&9!==re&&11!==re)return v;if(!C&&(w(h),h=h||E,q)){if(11!==re&&(P=Er.exec(d)))if(_=P[1]){if(9===re){if(!(O=h.getElementById(_)))return v;if(O.id===_)return v.push(O),v}else if(V&&(O=V.getElementById(_))&&Re(h,O)&&O.id===_)return v.push(O),v}else{if(P[2])return _e.apply(v,h.getElementsByTagName(d)),v;if((_=P[3])&&i.getElementsByClassName&&h.getElementsByClassName)return _e.apply(v,h.getElementsByClassName(_)),v}if(i.qsa&&!We[d+" "]&&(!R||!R.test(d))&&(1!==re||"object"!==h.nodeName.toLowerCase())){if(W=d,V=h,1===re&&(br.test(d)||qn.test(d))){for((V=Oi.test(d)&&ai(h.parentNode)||h)===h&&i.scope||((N=h.getAttribute("id"))?N=N.replace(sr,si):h.setAttribute("id",N=le)),S=(B=f(d)).length;S--;)B[S]=(N?"#"+N:":scope")+" "+Rn(B[S]);W=B.join(",")}try{return _e.apply(v,V.querySelectorAll(W)),v}catch{We(d,!0)}finally{N===le&&h.removeAttribute("id")}}}return g(d.replace(Be,"$1"),h,v,C)}function on(){var d=[];return function h(v,C){return d.push(v+" ")>r.cacheLength&&delete h[d.shift()],h[v+" "]=C}}function rt(d){return d[le]=!0,d}function lt(d){var h=E.createElement("fieldset");try{return!!d(h)}catch{return!1}finally{h.parentNode&&h.parentNode.removeChild(h),h=null}}function Li(d,h){for(var v=d.split("|"),C=v.length;C--;)r.attrHandle[v[C]]=h}function lr(d,h){var v=h&&d,C=v&&1===d.nodeType&&1===h.nodeType&&d.sourceIndex-h.sourceIndex;if(C)return C;if(v)for(;v=v.nextSibling;)if(v===h)return-1;return d?1:-1}function sn(d){return function(h){return"input"===h.nodeName.toLowerCase()&&h.type===d}}function Ar(d){return function(h){var v=h.nodeName.toLowerCase();return("input"===v||"button"===v)&&h.type===d}}function cr(d){return function(h){return"form"in h?h.parentNode&&!1===h.disabled?"label"in h?"label"in h.parentNode?h.parentNode.disabled===d:h.disabled===d:h.isDisabled===d||h.isDisabled!==!d&&ar(h)===d:h.disabled===d:"label"in h&&h.disabled===d}}function wt(d){return rt(function(h){return h=+h,rt(function(v,C){for(var _,S=d([],v.length,h),O=S.length;O--;)v[_=S[O]]&&(v[_]=!(C[_]=v[_]))})})}function ai(d){return d&&typeof d.getElementsByTagName<"u"&&d}for(n in i=ue.support={},c=ue.isXML=function(d){var v=d&&(d.ownerDocument||d).documentElement;return!wr.test(d&&d.namespaceURI||v&&v.nodeName||"HTML")},w=ue.setDocument=function(d){var h,v,C=d?d.ownerDocument||d:U;return C!=E&&9===C.nodeType&&C.documentElement&&(M=(E=C).documentElement,q=!c(E),U!=E&&(v=E.defaultView)&&v.top!==v&&(v.addEventListener?v.addEventListener("unload",Hn,!1):v.attachEvent&&v.attachEvent("onunload",Hn)),i.scope=lt(function(_){return M.appendChild(_).appendChild(E.createElement("div")),typeof _.querySelectorAll<"u"&&!_.querySelectorAll(":scope fieldset div").length}),i.attributes=lt(function(_){return _.className="i",!_.getAttribute("className")}),i.getElementsByTagName=lt(function(_){return _.appendChild(E.createComment("")),!_.getElementsByTagName("*").length}),i.getElementsByClassName=yn.test(E.getElementsByClassName),i.getById=lt(function(_){return M.appendChild(_).id=le,!E.getElementsByName||!E.getElementsByName(le).length}),i.getById?(r.filter.ID=function(_){var S=_.replace(Lt,Nt);return function(O){return O.getAttribute("id")===S}},r.find.ID=function(_,S){if(typeof S.getElementById<"u"&&q){var O=S.getElementById(_);return O?[O]:[]}}):(r.filter.ID=function(_){var S=_.replace(Lt,Nt);return function(O){var N=typeof O.getAttributeNode<"u"&&O.getAttributeNode("id");return N&&N.value===S}},r.find.ID=function(_,S){if(typeof S.getElementById<"u"&&q){var O,N,P,B=S.getElementById(_);if(B){if((O=B.getAttributeNode("id"))&&O.value===_)return[B];for(P=S.getElementsByName(_),N=0;B=P[N++];)if((O=B.getAttributeNode("id"))&&O.value===_)return[B]}return[]}}),r.find.TAG=i.getElementsByTagName?function(_,S){return typeof S.getElementsByTagName<"u"?S.getElementsByTagName(_):i.qsa?S.querySelectorAll(_):void 0}:function(_,S){var O,N=[],P=0,B=S.getElementsByTagName(_);if("*"===_){for(;O=B[P++];)1===O.nodeType&&N.push(O);return N}return B},r.find.CLASS=i.getElementsByClassName&&function(_,S){if(typeof S.getElementsByClassName<"u"&&q)return S.getElementsByClassName(_)},be=[],R=[],(i.qsa=yn.test(E.querySelectorAll))&&(lt(function(_){var S;M.appendChild(_).innerHTML="<a id='"+le+"'></a><select id='"+le+"-\r\\' msallowcapture=''><option selected=''></option></select>",_.querySelectorAll("[msallowcapture^='']").length&&R.push("[*^$]="+K+"*(?:''|\"\")"),_.querySelectorAll("[selected]").length||R.push("\\["+K+"*(?:value|"+_t+")"),_.querySelectorAll("[id~="+le+"-]").length||R.push("~="),(S=E.createElement("input")).setAttribute("name",""),_.appendChild(S),_.querySelectorAll("[name='']").length||R.push("\\["+K+"*name"+K+"*="+K+"*(?:''|\"\")"),_.querySelectorAll(":checked").length||R.push(":checked"),_.querySelectorAll("a#"+le+"+*").length||R.push(".#.+[+~]"),_.querySelectorAll("\\\f"),R.push("[\\r\\n\\f]")}),lt(function(_){_.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var S=E.createElement("input");S.setAttribute("type","hidden"),_.appendChild(S).setAttribute("name","D"),_.querySelectorAll("[name=d]").length&&R.push("name"+K+"*[*^$|!~]?="),2!==_.querySelectorAll(":enabled").length&&R.push(":enabled",":disabled"),M.appendChild(_).disabled=!0,2!==_.querySelectorAll(":disabled").length&&R.push(":enabled",":disabled"),_.querySelectorAll("*,:x"),R.push(",.*:")})),(i.matchesSelector=yn.test(Te=M.matches||M.webkitMatchesSelector||M.mozMatchesSelector||M.oMatchesSelector||M.msMatchesSelector))&&lt(function(_){i.disconnectedMatch=Te.call(_,"*"),Te.call(_,"[s!='']:x"),be.push("!=",Fe)}),R=R.length&&new RegExp(R.join("|")),be=be.length&&new RegExp(be.join("|")),h=yn.test(M.compareDocumentPosition),Re=h||yn.test(M.contains)?function(_,S){var O=9===_.nodeType?_.documentElement:_,N=S&&S.parentNode;return _===N||!(!N||1!==N.nodeType||!(O.contains?O.contains(N):_.compareDocumentPosition&&16&_.compareDocumentPosition(N)))}:function(_,S){if(S)for(;S=S.parentNode;)if(S===_)return!0;return!1},tn=h?function(_,S){if(_===S)return k=!0,0;var O=!_.compareDocumentPosition-!S.compareDocumentPosition;return O||(1&(O=(_.ownerDocument||_)==(S.ownerDocument||S)?_.compareDocumentPosition(S):1)||!i.sortDetached&&S.compareDocumentPosition(_)===O?_==E||_.ownerDocument==U&&Re(U,_)?-1:S==E||S.ownerDocument==U&&Re(U,S)?1:T?Ie(T,_)-Ie(T,S):0:4&O?-1:1)}:function(_,S){if(_===S)return k=!0,0;var O,N=0,P=_.parentNode,B=S.parentNode,W=[_],V=[S];if(!P||!B)return _==E?-1:S==E?1:P?-1:B?1:T?Ie(T,_)-Ie(T,S):0;if(P===B)return lr(_,S);for(O=_;O=O.parentNode;)W.unshift(O);for(O=S;O=O.parentNode;)V.unshift(O);for(;W[N]===V[N];)N++;return N?lr(W[N],V[N]):W[N]==U?-1:V[N]==U?1:0}),E},ue.matches=function(d,h){return ue(d,null,null,h)},ue.matchesSelector=function(d,h){if(w(d),i.matchesSelector&&q&&!We[h+" "]&&(!be||!be.test(h))&&(!R||!R.test(h)))try{var v=Te.call(d,h);if(v||i.disconnectedMatch||d.document&&11!==d.document.nodeType)return v}catch{We(h,!0)}return 0<ue(h,E,null,[d]).length},ue.contains=function(d,h){return(d.ownerDocument||d)!=E&&w(d),Re(d,h)},ue.attr=function(d,h){(d.ownerDocument||d)!=E&&w(d);var v=r.attrHandle[h.toLowerCase()],C=v&&vn.call(r.attrHandle,h.toLowerCase())?v(d,h,!q):void 0;return void 0!==C?C:i.attributes||!q?d.getAttribute(h):(C=d.getAttributeNode(h))&&C.specified?C.value:null},ue.escape=function(d){return(d+"").replace(sr,si)},ue.error=function(d){throw new Error("Syntax error, unrecognized expression: "+d)},ue.uniqueSort=function(d){var h,v=[],C=0,_=0;if(k=!i.detectDuplicates,T=!i.sortStable&&d.slice(0),d.sort(tn),k){for(;h=d[_++];)h===d[_]&&(C=v.push(_));for(;C--;)d.splice(v[C],1)}return T=null,d},l=ue.getText=function(d){var h,v="",C=0,_=d.nodeType;if(_){if(1===_||9===_||11===_){if("string"==typeof d.textContent)return d.textContent;for(d=d.firstChild;d;d=d.nextSibling)v+=l(d)}else if(3===_||4===_)return d.nodeValue}else for(;h=d[C++];)v+=l(h);return v},(r=ue.selectors={cacheLength:50,createPseudo:rt,match:oi,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(d){return d[1]=d[1].replace(Lt,Nt),d[3]=(d[3]||d[4]||d[5]||"").replace(Lt,Nt),"~="===d[2]&&(d[3]=" "+d[3]+" "),d.slice(0,4)},CHILD:function(d){return d[1]=d[1].toLowerCase(),"nth"===d[1].slice(0,3)?(d[3]||ue.error(d[0]),d[4]=+(d[4]?d[5]+(d[6]||1):2*("even"===d[3]||"odd"===d[3])),d[5]=+(d[7]+d[8]||"odd"===d[3])):d[3]&&ue.error(d[0]),d},PSEUDO:function(d){var h,v=!d[6]&&d[2];return oi.CHILD.test(d[0])?null:(d[3]?d[2]=d[4]||d[5]||"":v&&_r.test(v)&&(h=f(v,!0))&&(h=v.indexOf(")",v.length-h)-v.length)&&(d[0]=d[0].slice(0,h),d[2]=v.slice(0,h)),d.slice(0,3))}},filter:{TAG:function(d){var h=d.replace(Lt,Nt).toLowerCase();return"*"===d?function(){return!0}:function(v){return v.nodeName&&v.nodeName.toLowerCase()===h}},CLASS:function(d){var h=xe[d+" "];return h||(h=new RegExp("(^|"+K+")"+d+"("+K+"|$)"))&&xe(d,function(v){return h.test("string"==typeof v.className&&v.className||typeof v.getAttribute<"u"&&v.getAttribute("class")||"")})},ATTR:function(d,h,v){return function(C){var _=ue.attr(C,d);return null==_?"!="===h:!h||(_+="","="===h?_===v:"!="===h?_!==v:"^="===h?v&&0===_.indexOf(v):"*="===h?v&&-1<_.indexOf(v):"$="===h?v&&_.slice(-v.length)===v:"~="===h?-1<(" "+_.replace(Ee," ")+" ").indexOf(v):"|="===h&&(_===v||_.slice(0,v.length+1)===v+"-"))}},CHILD:function(d,h,v,C,_){var S="nth"!==d.slice(0,3),O="last"!==d.slice(-4),N="of-type"===h;return 1===C&&0===_?function(P){return!!P.parentNode}:function(P,B,W){var V,re,ve,a,t,o,u=S!==O?"nextSibling":"previousSibling",m=P.parentNode,y=N&&P.nodeName.toLowerCase(),x=!W&&!N,A=!1;if(m){if(S){for(;u;){for(a=P;a=a[u];)if(N?a.nodeName.toLowerCase()===y:1===a.nodeType)return!1;o=u="only"===d&&!o&&"nextSibling"}return!0}if(o=[O?m.firstChild:m.lastChild],O&&x){for(A=(t=(V=(re=(ve=(a=m)[le]||(a[le]={}))[a.uniqueID]||(ve[a.uniqueID]={}))[d]||[])[0]===je&&V[1])&&V[2],a=t&&m.childNodes[t];a=++t&&a&&a[u]||(A=t=0)||o.pop();)if(1===a.nodeType&&++A&&a===P){re[d]=[je,t,A];break}}else if(x&&(A=t=(V=(re=(ve=(a=P)[le]||(a[le]={}))[a.uniqueID]||(ve[a.uniqueID]={}))[d]||[])[0]===je&&V[1]),!1===A)for(;(a=++t&&a&&a[u]||(A=t=0)||o.pop())&&((N?a.nodeName.toLowerCase()!==y:1!==a.nodeType)||!++A||(x&&((re=(ve=a[le]||(a[le]={}))[a.uniqueID]||(ve[a.uniqueID]={}))[d]=[je,A]),a!==P)););return(A-=_)===C||A%C==0&&0<=A/C}}},PSEUDO:function(d,h){var v,C=r.pseudos[d]||r.setFilters[d.toLowerCase()]||ue.error("unsupported pseudo: "+d);return C[le]?C(h):1<C.length?(v=[d,d,"",h],r.setFilters.hasOwnProperty(d.toLowerCase())?rt(function(_,S){for(var O,N=C(_,h),P=N.length;P--;)_[O=Ie(_,N[P])]=!(S[O]=N[P])}):function(_){return C(_,0,v)}):C}},pseudos:{not:rt(function(d){var h=[],v=[],C=p(d.replace(Be,"$1"));return C[le]?rt(function(_,S,O,N){for(var P,B=C(_,null,N,[]),W=_.length;W--;)(P=B[W])&&(_[W]=!(S[W]=P))}):function(_,S,O){return h[0]=_,C(h,null,O,v),h[0]=null,!v.pop()}}),has:rt(function(d){return function(h){return 0<ue(d,h).length}}),contains:rt(function(d){return d=d.replace(Lt,Nt),function(h){return-1<(h.textContent||l(h)).indexOf(d)}}),lang:rt(function(d){return Ot.test(d||"")||ue.error("unsupported lang: "+d),d=d.replace(Lt,Nt).toLowerCase(),function(h){var v;do{if(v=q?h.lang:h.getAttribute("xml:lang")||h.getAttribute("lang"))return(v=v.toLowerCase())===d||0===v.indexOf(d+"-")}while((h=h.parentNode)&&1===h.nodeType);return!1}}),target:function(d){var h=e.location&&e.location.hash;return h&&h.slice(1)===d.id},root:function(d){return d===M},focus:function(d){return d===E.activeElement&&(!E.hasFocus||E.hasFocus())&&!!(d.type||d.href||~d.tabIndex)},enabled:cr(!1),disabled:cr(!0),checked:function(d){var h=d.nodeName.toLowerCase();return"input"===h&&!!d.checked||"option"===h&&!!d.selected},selected:function(d){return!0===d.selected},empty:function(d){for(d=d.firstChild;d;d=d.nextSibling)if(d.nodeType<6)return!1;return!0},parent:function(d){return!r.pseudos.empty(d)},header:function(d){return Tr.test(d.nodeName)},input:function(d){return xr.test(d.nodeName)},button:function(d){var h=d.nodeName.toLowerCase();return"input"===h&&"button"===d.type||"button"===h},text:function(d){var h;return"input"===d.nodeName.toLowerCase()&&"text"===d.type&&(null==(h=d.getAttribute("type"))||"text"===h.toLowerCase())},first:wt(function(){return[0]}),last:wt(function(d,h){return[h-1]}),eq:wt(function(d,h,v){return[v<0?v+h:v]}),even:wt(function(d,h){for(var v=0;v<h;v+=2)d.push(v);return d}),odd:wt(function(d,h){for(var v=1;v<h;v+=2)d.push(v);return d}),lt:wt(function(d,h,v){for(var C=v<0?v+h:h<v?h:v;0<=--C;)d.push(C);return d}),gt:wt(function(d,h,v){for(var C=v<0?v+h:v;++C<h;)d.push(C);return d})}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[n]=sn(n);for(n in{submit:!0,reset:!0})r.pseudos[n]=Ar(n);function bn(){}function Rn(d){for(var h=0,v=d.length,C="";h<v;h++)C+=d[h].value;return C}function li(d,h,v){var C=h.dir,_=h.next,S=_||C,O=v&&"parentNode"===S,N=oe++;return h.first?function(P,B,W){for(;P=P[C];)if(1===P.nodeType||O)return d(P,B,W);return!1}:function(P,B,W){var V,re,ve,a=[je,N];if(W){for(;P=P[C];)if((1===P.nodeType||O)&&d(P,B,W))return!0}else for(;P=P[C];)if(1===P.nodeType||O)if(re=(ve=P[le]||(P[le]={}))[P.uniqueID]||(ve[P.uniqueID]={}),_&&_===P.nodeName.toLowerCase())P=P[C]||P;else{if((V=re[S])&&V[0]===je&&V[1]===N)return a[2]=V[2];if((re[S]=a)[2]=d(P,B,W))return!0}return!1}}function Ni(d){return 1<d.length?function(h,v,C){for(var _=d.length;_--;)if(!d[_](h,v,C))return!1;return!0}:d[0]}function Wt(d,h,v,C,_){for(var S,O=[],N=0,P=d.length,B=null!=h;N<P;N++)(S=d[N])&&(v&&!v(S,C,_)||(O.push(S),B&&h.push(N)));return O}function ji(d,h,v,C,_,S){return C&&!C[le]&&(C=ji(C)),_&&!_[le]&&(_=ji(_,S)),rt(function(O,N,P,B){var W,V,re,ve=[],a=[],t=N.length,o=O||function(y,x,A){for(var L=0,I=x.length;L<I;L++)ue(y,x[L],A);return A}(h||"*",P.nodeType?[P]:P,[]),u=!d||!O&&h?o:Wt(o,ve,d,P,B),m=v?_||(O?d:t||C)?[]:N:u;if(v&&v(u,m,P,B),C)for(W=Wt(m,a),C(W,[],P,B),V=W.length;V--;)(re=W[V])&&(m[a[V]]=!(u[a[V]]=re));if(O){if(_||d){if(_){for(W=[],V=m.length;V--;)(re=m[V])&&W.push(u[V]=re);_(null,m=[],W,B)}for(V=m.length;V--;)(re=m[V])&&-1<(W=_?Ie(O,re):ve[V])&&(O[W]=!(N[W]=re))}}else m=Wt(m===N?m.splice(t,m.length):m),_?_(null,N,m,B):_e.apply(N,m)})}function ci(d){for(var h,v,C,_=d.length,S=r.relative[d[0].type],O=S||r.relative[" "],N=S?1:0,P=li(function(V){return V===h},O,!0),B=li(function(V){return-1<Ie(h,V)},O,!0),W=[function(V,re,ve){var a=!S&&(ve||re!==b)||((h=re).nodeType?P(V,re,ve):B(V,re,ve));return h=null,a}];N<_;N++)if(v=r.relative[d[N].type])W=[li(Ni(W),v)];else{if((v=r.filter[d[N].type].apply(null,d[N].matches))[le]){for(C=++N;C<_&&!r.relative[d[C].type];C++);return ji(1<N&&Ni(W),1<N&&Rn(d.slice(0,N-1).concat({value:" "===d[N-2].type?"*":""})).replace(Be,"$1"),v,N<C&&ci(d.slice(N,C)),C<_&&ci(d=d.slice(C)),C<_&&Rn(d))}W.push(v)}return Ni(W)}return bn.prototype=r.filters=r.pseudos,r.setFilters=new bn,f=ue.tokenize=function(d,h){var v,C,_,S,O,N,P,B=mn[d+" "];if(B)return h?0:B.slice(0);for(O=d,N=[],P=r.preFilter;O;){for(S in v&&!(C=rn.exec(O))||(C&&(O=O.slice(C[0].length)||O),N.push(_=[])),v=!1,(C=qn.exec(O))&&(v=C.shift(),_.push({value:v,type:C[0].replace(Be," ")}),O=O.slice(v.length)),r.filter)!(C=oi[S].exec(O))||P[S]&&!(C=P[S](C))||(v=C.shift(),_.push({value:v,type:S,matches:C}),O=O.slice(v.length));if(!v)break}return h?O.length:O?ue.error(d):mn(d,N).slice(0)},p=ue.compile=function(d,h){var v,C,_,S,O,N,P=[],B=[],W=Mn[d+" "];if(!W){for(h||(h=f(d)),v=h.length;v--;)(W=ci(h[v]))[le]?P.push(W):B.push(W);(W=Mn(d,(C=B,S=0<(_=P).length,O=0<C.length,N=function(V,re,ve,a,t){var o,u,m,y=0,x="0",A=V&&[],L=[],I=b,H=V||O&&r.find.TAG("*",t),j=je+=null==I?1:Math.random()||.1,ee=H.length;for(t&&(b=re==E||re||t);x!==ee&&null!=(o=H[x]);x++){if(O&&o){for(u=0,re||o.ownerDocument==E||(w(o),ve=!q);m=C[u++];)if(m(o,re||E,ve)){a.push(o);break}t&&(je=j)}S&&((o=!m&&o)&&y--,V&&A.push(o))}if(y+=x,S&&x!==y){for(u=0;m=_[u++];)m(A,L,re,ve);if(V){if(0<y)for(;x--;)A[x]||L[x]||(L[x]=nn.call(a));L=Wt(L)}_e.apply(a,L),t&&!V&&0<L.length&&1<y+_.length&&ue.uniqueSort(a)}return t&&(je=j,b=I),A},S?rt(N):N))).selector=d}return W},g=ue.select=function(d,h,v,C){var _,S,O,N,P,B="function"==typeof d&&d,W=!C&&f(d=B.selector||d);if(v=v||[],1===W.length){if(2<(S=W[0]=W[0].slice(0)).length&&"ID"===(O=S[0]).type&&9===h.nodeType&&q&&r.relative[S[1].type]){if(!(h=(r.find.ID(O.matches[0].replace(Lt,Nt),h)||[])[0]))return v;B&&(h=h.parentNode),d=d.slice(S.shift().value.length)}for(_=oi.needsContext.test(d)?0:S.length;_--&&!r.relative[N=(O=S[_]).type];)if((P=r.find[N])&&(C=P(O.matches[0].replace(Lt,Nt),Oi.test(S[0].type)&&ai(h.parentNode)||h))){if(S.splice(_,1),!(d=C.length&&Rn(S)))return _e.apply(v,C),v;break}}return(B||p(d,W))(C,h,!q,v,!h||Oi.test(d)&&ai(h.parentNode)||h),v},i.sortStable=le.split("").sort(tn).join("")===le,i.detectDuplicates=!!k,w(),i.sortDetached=lt(function(d){return 1&d.compareDocumentPosition(E.createElement("fieldset"))}),lt(function(d){return d.innerHTML="<a href='#'></a>","#"===d.firstChild.getAttribute("href")})||Li("type|href|height|width",function(d,h,v){if(!v)return d.getAttribute(h,"type"===h.toLowerCase()?1:2)}),i.attributes&&lt(function(d){return d.innerHTML="<input/>",d.firstChild.setAttribute("value",""),""===d.firstChild.getAttribute("value")})||Li("value",function(d,h,v){if(!v&&"input"===d.nodeName.toLowerCase())return d.defaultValue}),lt(function(d){return null==d.getAttribute("disabled")})||Li(_t,function(d,h,v){var C;if(!v)return!0===d[h]?h.toLowerCase():(C=d.getAttributeNode(h))&&C.specified?C.value:null}),ue}(z);s.find=Pt,s.expr=Pt.selectors,s.expr[":"]=s.expr.pseudos,s.uniqueSort=s.unique=Pt.uniqueSort,s.text=Pt.getText,s.isXMLDoc=Pt.isXML,s.contains=Pt.contains,s.escapeSelector=Pt.escape;var zt=function(e,n,i){for(var r=[],l=void 0!==i;(e=e[n])&&9!==e.nodeType;)if(1===e.nodeType){if(l&&s(e).is(i))break;r.push(e)}return r},qi=function(e,n){for(var i=[];e;e=e.nextSibling)1===e.nodeType&&e!==n&&i.push(e);return i},di=s.expr.match.needsContext;function Ve(e,n){return e.nodeName&&e.nodeName.toLowerCase()===n.toLowerCase()}var hi=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Fn(e,n,i){return $(n)?s.grep(e,function(r,l){return!!n.call(r,l,r)!==i}):n.nodeType?s.grep(e,function(r){return r===n!==i}):"string"!=typeof n?s.grep(e,function(r){return-1<At.call(n,r)!==i}):s.filter(n,e,i)}s.filter=function(e,n,i){var r=n[0];return i&&(e=":not("+e+")"),1===n.length&&1===r.nodeType?s.find.matchesSelector(r,e)?[r]:[]:s.find.matches(e,s.grep(n,function(l){return 1===l.nodeType}))},s.fn.extend({find:function(e){var n,i,r=this.length,l=this;if("string"!=typeof e)return this.pushStack(s(e).filter(function(){for(n=0;n<r;n++)if(s.contains(l[n],this))return!0}));for(i=this.pushStack([]),n=0;n<r;n++)s.find(e,l[n],i);return 1<r?s.uniqueSort(i):i},filter:function(e){return this.pushStack(Fn(this,e||[],!1))},not:function(e){return this.pushStack(Fn(this,e||[],!0))},is:function(e){return!!Fn(this,"string"==typeof e&&di.test(e)?s(e):e||[],!1).length}});var pi,gi=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(s.fn.init=function(e,n,i){var r,l;if(!e)return this;if(i=i||pi,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:gi.exec(e))||!r[1]&&n)return!n||n.jquery?(n||i).find(e):this.constructor(n).find(e);if(r[1]){if(s.merge(this,s.parseHTML(r[1],(n=n instanceof s?n[0]:n)&&n.nodeType?n.ownerDocument||n:Y,!0)),hi.test(r[1])&&s.isPlainObject(n))for(r in n)$(this[r])?this[r](n[r]):this.attr(r,n[r]);return this}return(l=Y.getElementById(r[2]))&&(this[0]=l,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):$(e)?void 0!==i.ready?i.ready(e):e(s):s.makeArray(e,this)}).prototype=s.fn,pi=s(Y);var hr=/^(?:parents|prev(?:Until|All))/,Hi={children:!0,contents:!0,next:!0,prev:!0};function D(e,n){for(;(e=e[n])&&1!==e.nodeType;);return e}s.fn.extend({has:function(e){var n=s(e,this),i=n.length;return this.filter(function(){for(var r=0;r<i;r++)if(s.contains(this,n[r]))return!0})},closest:function(e,n){var i,r=0,l=this.length,c=[],f="string"!=typeof e&&s(e);if(!di.test(e))for(;r<l;r++)for(i=this[r];i&&i!==n;i=i.parentNode)if(i.nodeType<11&&(f?-1<f.index(i):1===i.nodeType&&s.find.matchesSelector(i,e))){c.push(i);break}return this.pushStack(1<c.length?s.uniqueSort(c):c)},index:function(e){return e?"string"==typeof e?At.call(s(e),this[0]):At.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,n){return this.pushStack(s.uniqueSort(s.merge(this.get(),s(e,n))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),s.each({parent:function(e){var n=e.parentNode;return n&&11!==n.nodeType?n:null},parents:function(e){return zt(e,"parentNode")},parentsUntil:function(e,n,i){return zt(e,"parentNode",i)},next:function(e){return D(e,"nextSibling")},prev:function(e){return D(e,"previousSibling")},nextAll:function(e){return zt(e,"nextSibling")},prevAll:function(e){return zt(e,"previousSibling")},nextUntil:function(e,n,i){return zt(e,"nextSibling",i)},prevUntil:function(e,n,i){return zt(e,"previousSibling",i)},siblings:function(e){return qi((e.parentNode||{}).firstChild,e)},children:function(e){return qi(e.firstChild)},contents:function(e){return null!=e.contentDocument&&ft(e.contentDocument)?e.contentDocument:(Ve(e,"template")&&(e=e.content||e),s.merge([],e.childNodes))}},function(e,n){s.fn[e]=function(i,r){var l=s.map(this,n,i);return"Until"!==e.slice(-5)&&(r=i),r&&"string"==typeof r&&(l=s.filter(r,l)),1<this.length&&(Hi[e]||s.uniqueSort(l),hr.test(e)&&l.reverse()),this.pushStack(l)}});var et=/[^\x20\t\r\n\f]+/g;function Xe(e){return e}function cn(e){throw e}function mi(e,n,i,r){var l;try{e&&$(l=e.promise)?l.call(e).done(n).fail(i):e&&$(l=e.then)?l.call(e,n,i):n.apply(void 0,[e].slice(r))}catch(c){i.apply(void 0,[c])}}s.Callbacks=function(e){var i;e="string"==typeof e?(i={},s.each(e.match(et)||[],function(w,E){i[E]=!0}),i):s.extend({},e);var r,l,c,f,p=[],g=[],b=-1,T=function(){for(f=f||e.once,c=r=!0;g.length;b=-1)for(l=g.shift();++b<p.length;)!1===p[b].apply(l[0],l[1])&&e.stopOnFalse&&(b=p.length,l=!1);e.memory||(l=!1),r=!1,f&&(p=l?[]:"")},k={add:function(){return p&&(l&&!r&&(b=p.length-1,g.push(l)),function w(E){s.each(E,function(M,q){$(q)?e.unique&&k.has(q)||p.push(q):q&&q.length&&"string"!==ln(q)&&w(q)})}(arguments),l&&!r&&T()),this},remove:function(){return s.each(arguments,function(w,E){for(var M;-1<(M=s.inArray(E,p,M));)p.splice(M,1),M<=b&&b--}),this},has:function(w){return w?-1<s.inArray(w,p):0<p.length},empty:function(){return p&&(p=[]),this},disable:function(){return f=g=[],p=l="",this},disabled:function(){return!p},lock:function(){return f=g=[],l||r||(p=l=""),this},locked:function(){return!!f},fireWith:function(w,E){return f||(E=[w,(E=E||[]).slice?E.slice():E],g.push(E),r||T()),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},s.extend({Deferred:function(e){var n=[["notify","progress",s.Callbacks("memory"),s.Callbacks("memory"),2],["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),0,"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),1,"rejected"]],i="pending",r={state:function(){return i},always:function(){return l.done(arguments).fail(arguments),this},catch:function(c){return r.then(null,c)},pipe:function(){var c=arguments;return s.Deferred(function(f){s.each(n,function(p,g){var b=$(c[g[4]])&&c[g[4]];l[g[1]](function(){var T=b&&b.apply(this,arguments);T&&$(T.promise)?T.promise().progress(f.notify).done(f.resolve).fail(f.reject):f[g[0]+"With"](this,b?[T]:arguments)})}),c=null}).promise()},then:function(c,f,p){var g=0;function b(T,k,w,E){return function(){var M=this,q=arguments,R=function(){var Te,Re;if(!(T<g)){if((Te=w.apply(M,q))===k.promise())throw new TypeError("Thenable self-resolution");$(Re=Te&&("object"==typeof Te||"function"==typeof Te)&&Te.then)?E?Re.call(Te,b(g,k,Xe,E),b(g,k,cn,E)):(g++,Re.call(Te,b(g,k,Xe,E),b(g,k,cn,E),b(g,k,Xe,k.notifyWith))):(w!==Xe&&(M=void 0,q=[Te]),(E||k.resolveWith)(M,q))}},be=E?R:function(){try{R()}catch(Te){s.Deferred.exceptionHook&&s.Deferred.exceptionHook(Te,be.stackTrace),g<=T+1&&(w!==cn&&(M=void 0,q=[Te]),k.rejectWith(M,q))}};T?be():(s.Deferred.getStackHook&&(be.stackTrace=s.Deferred.getStackHook()),z.setTimeout(be))}}return s.Deferred(function(T){n[0][3].add(b(0,T,$(p)?p:Xe,T.notifyWith)),n[1][3].add(b(0,T,$(c)?c:Xe)),n[2][3].add(b(0,T,$(f)?f:cn))}).promise()},promise:function(c){return null!=c?s.extend(c,r):r}},l={};return s.each(n,function(c,f){var p=f[2],g=f[5];r[f[1]]=p.add,g&&p.add(function(){i=g},n[3-c][2].disable,n[3-c][3].disable,n[0][2].lock,n[0][3].lock),p.add(f[3].fire),l[f[0]]=function(){return l[f[0]+"With"](this===l?void 0:this,arguments),this},l[f[0]+"With"]=p.fireWith}),r.promise(l),e&&e.call(l,l),l},when:function(e){var n=arguments.length,i=n,r=Array(i),l=Et.call(arguments),c=s.Deferred(),f=function(p){return function(g){r[p]=this,l[p]=1<arguments.length?Et.call(arguments):g,--n||c.resolveWith(r,l)}};if(n<=1&&(mi(e,c.done(f(i)).resolve,c.reject,!n),"pending"===c.state()||$(l[i]&&l[i].then)))return c.then();for(;i--;)mi(l[i],f(i),c.reject);return c.promise()}});var vi=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;s.Deferred.exceptionHook=function(e,n){z.console&&z.console.warn&&e&&vi.test(e.name)&&z.console.warn("jQuery.Deferred exception: "+e.message,e.stack,n)},s.readyException=function(e){z.setTimeout(function(){throw e})};var st=s.Deferred();function It(){Y.removeEventListener("DOMContentLoaded",It),z.removeEventListener("load",It),s.ready()}s.fn.ready=function(e){return st.then(e).catch(function(n){s.readyException(n)}),this},s.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--s.readyWait:s.isReady)||(s.isReady=!0)!==e&&0<--s.readyWait||st.resolveWith(Y,[s])}}),s.ready.then=st.then,"complete"===Y.readyState||"loading"!==Y.readyState&&!Y.documentElement.doScroll?z.setTimeout(s.ready):(Y.addEventListener("DOMContentLoaded",It),z.addEventListener("load",It));var Ce=function(e,n,i,r,l,c,f){var p=0,g=e.length,b=null==i;if("object"===ln(i))for(p in l=!0,i)Ce(e,n,p,i[p],!0,c,f);else if(void 0!==r&&(l=!0,$(r)||(f=!0),b&&(f?(n.call(e,r),n=null):(b=n,n=function(T,k,w){return b.call(s(T),w)})),n))for(;p<g;p++)n(e[p],i,f?r:r.call(e[p],p,n(e[p],i)));return l?e:b?n.call(e):g?n(e[0],i):c},Bn=/^-ms-/,xn=/-([a-z])/g;function Ri(e,n){return n.toUpperCase()}function qe(e){return e.replace(Bn,"ms-").replace(xn,Ri)}var Q=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Tn(){this.expando=s.expando+Tn.uid++}Tn.uid=1,Tn.prototype={cache:function(e){var n=e[this.expando];return n||(n={},Q(e)&&(e.nodeType?e[this.expando]=n:Object.defineProperty(e,this.expando,{value:n,configurable:!0}))),n},set:function(e,n,i){var r,l=this.cache(e);if("string"==typeof n)l[qe(n)]=i;else for(r in n)l[qe(r)]=n[r];return l},get:function(e,n){return void 0===n?this.cache(e):e[this.expando]&&e[this.expando][qe(n)]},access:function(e,n,i){return void 0===n||n&&"string"==typeof n&&void 0===i?this.get(e,n):(this.set(e,n,i),void 0!==i?i:n)},remove:function(e,n){var i,r=e[this.expando];if(void 0!==r){if(void 0!==n)for((i=(n=Array.isArray(n)?n.map(qe):(n=qe(n))in r?[n]:n.match(et)||[]).length);i--;)delete r[n[i]];(void 0===n||s.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var n=e[this.expando];return void 0!==n&&!s.isEmptyObject(n)}};var F=new Tn,De=new Tn,En=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,un=/[A-Z]/g;function Vt(e,n,i){var r,l;if(void 0===i&&1===e.nodeType)if(r="data-"+n.replace(un,"-$&").toLowerCase(),"string"==typeof(i=e.getAttribute(r))){try{i="true"===(l=i)||"false"!==l&&("null"===l?null:l===+l+""?+l:En.test(l)?JSON.parse(l):l)}catch{}De.set(e,n,i)}else i=void 0;return i}s.extend({hasData:function(e){return De.hasData(e)||F.hasData(e)},data:function(e,n,i){return De.access(e,n,i)},removeData:function(e,n){De.remove(e,n)},_data:function(e,n,i){return F.access(e,n,i)},_removeData:function(e,n){F.remove(e,n)}}),s.fn.extend({data:function(e,n){var i,r,l,c=this[0],f=c&&c.attributes;if(void 0===e){if(this.length&&(l=De.get(c),1===c.nodeType&&!F.get(c,"hasDataAttrs"))){for(i=f.length;i--;)f[i]&&0===(r=f[i].name).indexOf("data-")&&(r=qe(r.slice(5)),Vt(c,r,l[r]));F.set(c,"hasDataAttrs",!0)}return l}return"object"==typeof e?this.each(function(){De.set(this,e)}):Ce(this,function(p){var g;if(c&&void 0===p)return void 0!==(g=De.get(c,e))||void 0!==(g=Vt(c,e))?g:void 0;this.each(function(){De.set(this,e,p)})},null,n,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){De.remove(this,e)})}}),s.extend({queue:function(e,n,i){var r;if(e)return r=F.get(e,n=(n||"fx")+"queue"),i&&(!r||Array.isArray(i)?r=F.access(e,n,s.makeArray(i)):r.push(i)),r||[]},dequeue:function(e,n){var i=s.queue(e,n=n||"fx"),r=i.length,l=i.shift(),c=s._queueHooks(e,n);"inprogress"===l&&(l=i.shift(),r--),l&&("fx"===n&&i.unshift("inprogress"),delete c.stop,l.call(e,function(){s.dequeue(e,n)},c)),!r&&c&&c.empty.fire()},_queueHooks:function(e,n){var i=n+"queueHooks";return F.get(e,i)||F.access(e,i,{empty:s.Callbacks("once memory").add(function(){F.remove(e,[n+"queue",i])})})}}),s.fn.extend({queue:function(e,n){var i=2;return"string"!=typeof e&&(n=e,e="fx",i--),arguments.length<i?s.queue(this[0],e):void 0===n?this:this.each(function(){var r=s.queue(this,e,n);s._queueHooks(this,e),"fx"===e&&"inprogress"!==r[0]&&s.dequeue(this,e)})},dequeue:function(e){return this.each(function(){s.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var i,r=1,l=s.Deferred(),c=this,f=this.length,p=function(){--r||l.resolveWith(c,[c])};for("string"!=typeof e&&(n=e,e=void 0),e=e||"fx";f--;)(i=F.get(c[f],e+"queueHooks"))&&i.empty&&(r++,i.empty.add(p));return p(),l.promise(n)}});var An=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Xt=new RegExp("^(?:([+-])=|)("+An+")([a-z%]*)$","i"),pt=["Top","Right","Bottom","Left"],gt=Y.documentElement,fn=function(e){return s.contains(e.ownerDocument,e)},pr={composed:!0};gt.getRootNode&&(fn=function(e){return s.contains(e.ownerDocument,e)||e.getRootNode(pr)===e.ownerDocument});var zn=function(e,n){return"none"===(e=n||e).style.display||""===e.style.display&&fn(e)&&"none"===s.css(e,"display")};function Ut(e,n,i,r){var l,c,f=20,p=r?function(){return r.cur()}:function(){return s.css(e,n,"")},g=p(),b=i&&i[3]||(s.cssNumber[n]?"":"px"),T=e.nodeType&&(s.cssNumber[n]||"px"!==b&&+g)&&Xt.exec(s.css(e,n));if(T&&T[3]!==b){for(b=b||T[3],T=+(g/=2)||1;f--;)s.style(e,n,T+b),(1-c)*(1-(c=p()/g||.5))<=0&&(f=0),T/=c;s.style(e,n,(T*=2)+b),i=i||[]}return i&&(T=+T||+g||0,l=i[1]?T+(i[1]+1)*i[2]:+i[2],r&&(r.unit=b,r.start=T,r.end=l)),l}var Vn={};function Ct(e,n){for(var i,r,l,c,f,p,g,b=[],T=0,k=e.length;T<k;T++)(r=e[T]).style&&(i=r.style.display,n?("none"===i&&(b[T]=F.get(r,"display")||null,b[T]||(r.style.display="")),""===r.style.display&&zn(r)&&(b[T]=(g=f=c=void 0,f=(l=r).ownerDocument,(g=Vn[p=l.nodeName])||(c=f.body.appendChild(f.createElement(p)),g=s.css(c,"display"),c.parentNode.removeChild(c),"none"===g&&(g="block"),Vn[p]=g)))):"none"!==i&&(b[T]="none",F.set(r,"display",i)));for(T=0;T<k;T++)null!=b[T]&&(e[T].style.display=b[T]);return e}s.fn.extend({show:function(){return Ct(this,!0)},hide:function(){return Ct(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){zn(this)?s(this).show():s(this).hide()})}});var mt,dn,Cn=/^(?:checkbox|radio)$/i,Wi=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Yt=/^$|^module$|\/(?:java|ecma)script/i;mt=Y.createDocumentFragment().appendChild(Y.createElement("div")),(dn=Y.createElement("input")).setAttribute("type","radio"),dn.setAttribute("checked","checked"),dn.setAttribute("name","t"),mt.appendChild(dn),ae.checkClone=mt.cloneNode(!0).cloneNode(!0).lastChild.checked,mt.innerHTML="<textarea>x</textarea>",ae.noCloneChecked=!!mt.cloneNode(!0).lastChild.defaultValue,mt.innerHTML="<option></option>",ae.option=!!mt.lastChild;var he={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function pe(e,n){var i;return i=typeof e.getElementsByTagName<"u"?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll<"u"?e.querySelectorAll(n||"*"):[],void 0===n||n&&Ve(e,n)?s.merge([e],i):i}function Le(e,n){for(var i=0,r=e.length;i<r;i++)F.set(e[i],"globalEval",!n||F.get(n[i],"globalEval"))}he.tbody=he.tfoot=he.colgroup=he.caption=he.thead,he.th=he.td,ae.option||(he.optgroup=he.option=[1,"<select multiple='multiple'>","</select>"]);var Ne=/<|&#?\w+;/;function kn(e,n,i,r,l){for(var c,f,p,g,b,T,k=n.createDocumentFragment(),w=[],E=0,M=e.length;E<M;E++)if((c=e[E])||0===c)if("object"===ln(c))s.merge(w,c.nodeType?[c]:c);else if(Ne.test(c)){for(f=f||k.appendChild(n.createElement("div")),p=(Wi.exec(c)||["",""])[1].toLowerCase(),f.innerHTML=(g=he[p]||he._default)[1]+s.htmlPrefilter(c)+g[2],T=g[0];T--;)f=f.lastChild;s.merge(w,f.childNodes),(f=k.firstChild).textContent=""}else w.push(n.createTextNode(c));for(k.textContent="",E=0;c=w[E++];)if(r&&-1<s.inArray(c,r))l&&l.push(c);else if(b=fn(c),f=pe(k.appendChild(c),"script"),b&&Le(f),i)for(T=0;c=f[T++];)Yt.test(c.type||"")&&i.push(c);return k}var Qt=/^([^.]*)(?:\.(.+)|)/;function tt(){return!0}function at(){return!1}function $i(e,n){return e===function(){try{return Y.activeElement}catch{}}()==("focus"===n)}function Sn(e,n,i,r,l,c){var f,p;if("object"==typeof n){for(p in"string"!=typeof i&&(r=r||i,i=void 0),n)Sn(e,p,i,r,n[p],c);return e}if(null==r&&null==l?(l=i,r=i=void 0):null==l&&("string"==typeof i?(l=r,r=void 0):(l=r,r=i,i=void 0)),!1===l)l=at;else if(!l)return e;return 1===c&&(f=l,(l=function(g){return s().off(g),f.apply(this,arguments)}).guid=f.guid||(f.guid=s.guid++)),e.each(function(){s.event.add(this,n,l,r,i)})}function kt(e,n,i){i?(F.set(e,n,!1),s.event.add(e,n,{namespace:!1,handler:function(r){var l,c,f=F.get(this,n);if(1&r.isTrigger&&this[n]){if(f.length)(s.event.special[n]||{}).delegateType&&r.stopPropagation();else if(f=Et.call(arguments),F.set(this,n,f),l=i(this,n),this[n](),f!==(c=F.get(this,n))||l?F.set(this,n,!1):c={},f!==c)return r.stopImmediatePropagation(),r.preventDefault(),c&&c.value}else f.length&&(F.set(this,n,{value:s.event.trigger(s.extend(f[0],s.Event.prototype),f.slice(1),this)}),r.stopImmediatePropagation())}})):void 0===F.get(e,n)&&s.event.add(e,n,tt)}s.event={global:{},add:function(e,n,i,r,l){var c,f,p,g,b,T,k,w,E,M,q,R=F.get(e);if(Q(e))for(i.handler&&(i=(c=i).handler,l=c.selector),l&&s.find.matchesSelector(gt,l),i.guid||(i.guid=s.guid++),(g=R.events)||(g=R.events=Object.create(null)),(f=R.handle)||(f=R.handle=function(be){return typeof s<"u"&&s.event.triggered!==be.type?s.event.dispatch.apply(e,arguments):void 0}),b=(n=(n||"").match(et)||[""]).length;b--;)E=q=(p=Qt.exec(n[b])||[])[1],M=(p[2]||"").split(".").sort(),E&&(k=s.event.special[E]||{},k=s.event.special[E=(l?k.delegateType:k.bindType)||E]||{},T=s.extend({type:E,origType:q,data:r,handler:i,guid:i.guid,selector:l,needsContext:l&&s.expr.match.needsContext.test(l),namespace:M.join(".")},c),(w=g[E])||((w=g[E]=[]).delegateCount=0,k.setup&&!1!==k.setup.call(e,r,M,f)||e.addEventListener&&e.addEventListener(E,f)),k.add&&(k.add.call(e,T),T.handler.guid||(T.handler.guid=i.guid)),l?w.splice(w.delegateCount++,0,T):w.push(T),s.event.global[E]=!0)},remove:function(e,n,i,r,l){var c,f,p,g,b,T,k,w,E,M,q,R=F.hasData(e)&&F.get(e);if(R&&(g=R.events)){for(b=(n=(n||"").match(et)||[""]).length;b--;)if(E=q=(p=Qt.exec(n[b])||[])[1],M=(p[2]||"").split(".").sort(),E){for(k=s.event.special[E]||{},w=g[E=(r?k.delegateType:k.bindType)||E]||[],p=p[2]&&new RegExp("(^|\\.)"+M.join("\\.(?:.*\\.|)")+"(\\.|$)"),f=c=w.length;c--;)T=w[c],!l&&q!==T.origType||i&&i.guid!==T.guid||p&&!p.test(T.namespace)||r&&r!==T.selector&&("**"!==r||!T.selector)||(w.splice(c,1),T.selector&&w.delegateCount--,k.remove&&k.remove.call(e,T));f&&!w.length&&(k.teardown&&!1!==k.teardown.call(e,M,R.handle)||s.removeEvent(e,E,R.handle),delete g[E])}else for(E in g)s.event.remove(e,E+n[b],i,r,!0);s.isEmptyObject(g)&&F.remove(e,"handle events")}},dispatch:function(e){var n,i,r,l,c,f,p=new Array(arguments.length),g=s.event.fix(e),b=(F.get(this,"events")||Object.create(null))[g.type]||[],T=s.event.special[g.type]||{};for(p[0]=g,n=1;n<arguments.length;n++)p[n]=arguments[n];if(g.delegateTarget=this,!T.preDispatch||!1!==T.preDispatch.call(this,g)){for(f=s.event.handlers.call(this,g,b),n=0;(l=f[n++])&&!g.isPropagationStopped();)for(g.currentTarget=l.elem,i=0;(c=l.handlers[i++])&&!g.isImmediatePropagationStopped();)g.rnamespace&&!1!==c.namespace&&!g.rnamespace.test(c.namespace)||(g.handleObj=c,g.data=c.data,void 0!==(r=((s.event.special[c.origType]||{}).handle||c.handler).apply(l.elem,p))&&!1===(g.result=r)&&(g.preventDefault(),g.stopPropagation()));return T.postDispatch&&T.postDispatch.call(this,g),g.result}},handlers:function(e,n){var i,r,l,c,f,p=[],g=n.delegateCount,b=e.target;if(g&&b.nodeType&&!("click"===e.type&&1<=e.button))for(;b!==this;b=b.parentNode||this)if(1===b.nodeType&&("click"!==e.type||!0!==b.disabled)){for(c=[],f={},i=0;i<g;i++)void 0===f[l=(r=n[i]).selector+" "]&&(f[l]=r.needsContext?-1<s(l,this).index(b):s.find(l,this,null,[b]).length),f[l]&&c.push(r);c.length&&p.push({elem:b,handlers:c})}return b=this,g<n.length&&p.push({elem:b,handlers:n.slice(g)}),p},addProp:function(e,n){Object.defineProperty(s.Event.prototype,e,{enumerable:!0,configurable:!0,get:$(n)?function(){if(this.originalEvent)return n(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(i){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:i})}})},fix:function(e){return e[s.expando]?e:new s.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var n=this||e;return Cn.test(n.type)&&n.click&&Ve(n,"input")&&kt(n,"click",tt),!1},trigger:function(e){var n=this||e;return Cn.test(n.type)&&n.click&&Ve(n,"input")&&kt(n,"click"),!0},_default:function(e){var n=e.target;return Cn.test(n.type)&&n.click&&Ve(n,"input")&&F.get(n,"click")||Ve(n,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},s.removeEvent=function(e,n,i){e.removeEventListener&&e.removeEventListener(n,i)},s.Event=function(e,n){if(!(this instanceof s.Event))return new s.Event(e,n);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?tt:at,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,n&&s.extend(this,n),this.timeStamp=e&&e.timeStamp||Date.now(),this[s.expando]=!0},s.Event.prototype={constructor:s.Event,isDefaultPrevented:at,isPropagationStopped:at,isImmediatePropagationStopped:at,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=tt,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=tt,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=tt,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},s.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},s.event.addProp),s.each({focus:"focusin",blur:"focusout"},function(e,n){s.event.special[e]={setup:function(){return kt(this,e,$i),!1},trigger:function(){return kt(this,e),!0},_default:function(){return!0},delegateType:n}}),s.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,n){s.event.special[e]={delegateType:n,bindType:n,handle:function(i){var r,l=i.relatedTarget,c=i.handleObj;return l&&(l===this||s.contains(this,l))||(i.type=c.origType,r=c.handler.apply(this,arguments),i.type=n),r}}}),s.fn.extend({on:function(e,n,i,r){return Sn(this,e,n,i,r)},one:function(e,n,i,r){return Sn(this,e,n,i,r,1)},off:function(e,n,i){var r,l;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,s(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(l in e)this.off(l,n,e[l]);return this}return!1!==n&&"function"!=typeof n||(i=n,n=void 0),!1===i&&(i=at),this.each(function(){s.event.remove(this,e,i,n)})}});var Fi=/<script|<style|<link/i,yi=/checked\s*(?:[^=]|=\s*.checked.)/i,bi=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function _i(e,n){return Ve(e,"table")&&Ve(11!==n.nodeType?n:n.firstChild,"tr")&&s(e).children("tbody")[0]||e}function Bi(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function zi(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function wi(e,n){var i,r,l,c,f,p;if(1===n.nodeType){if(F.hasData(e)&&(p=F.get(e).events))for(l in F.remove(n,"handle events"),p)for(i=0,r=p[l].length;i<r;i++)s.event.add(n,l,p[l][i]);De.hasData(e)&&(c=De.access(e),f=s.extend({},c),De.set(n,f))}}function Kt(e,n,i,r){n=dt(n);var l,c,f,p,g,b,T=0,k=e.length,w=k-1,E=n[0],M=$(E);if(M||1<k&&"string"==typeof E&&!ae.checkClone&&yi.test(E))return e.each(function(q){var R=e.eq(q);M&&(n[0]=E.call(this,q,R.html())),Kt(R,n,i,r)});if(k&&(c=(l=kn(n,e[0].ownerDocument,!1,e,r)).firstChild,1===l.childNodes.length&&(l=c),c||r)){for(p=(f=s.map(pe(l,"script"),Bi)).length;T<k;T++)g=l,T!==w&&(g=s.clone(g,!0,!0),p&&s.merge(f,pe(g,"script"))),i.call(e[T],g,T);if(p)for(b=f[f.length-1].ownerDocument,s.map(f,zi),T=0;T<p;T++)Yt.test((g=f[T]).type||"")&&!F.access(g,"globalEval")&&s.contains(b,g)&&(g.src&&"module"!==(g.type||"").toLowerCase()?s._evalUrl&&!g.noModule&&s._evalUrl(g.src,{nonce:g.nonce||g.getAttribute("nonce")},b):$n(g.textContent.replace(bi,""),g,b))}return e}function xi(e,n,i){for(var r,l=n?s.filter(n,e):e,c=0;null!=(r=l[c]);c++)i||1!==r.nodeType||s.cleanData(pe(r)),r.parentNode&&(i&&fn(r)&&Le(pe(r,"script")),r.parentNode.removeChild(r));return e}s.extend({htmlPrefilter:function(e){return e},clone:function(e,n,i){var r,l,c,f,p,g,b,T=e.cloneNode(!0),k=fn(e);if(!(ae.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||s.isXMLDoc(e)))for(f=pe(T),r=0,l=(c=pe(e)).length;r<l;r++)p=c[r],"input"===(b=(g=f[r]).nodeName.toLowerCase())&&Cn.test(p.type)?g.checked=p.checked:"input"!==b&&"textarea"!==b||(g.defaultValue=p.defaultValue);if(n)if(i)for(c=c||pe(e),f=f||pe(T),r=0,l=c.length;r<l;r++)wi(c[r],f[r]);else wi(e,T);return 0<(f=pe(T,"script")).length&&Le(f,!k&&pe(e,"script")),T},cleanData:function(e){for(var n,i,r,l=s.event.special,c=0;void 0!==(i=e[c]);c++)if(Q(i)){if(n=i[F.expando]){if(n.events)for(r in n.events)l[r]?s.event.remove(i,r):s.removeEvent(i,r,n.handle);i[F.expando]=void 0}i[De.expando]&&(i[De.expando]=void 0)}}}),s.fn.extend({detach:function(e){return xi(this,e,!0)},remove:function(e){return xi(this,e)},text:function(e){return Ce(this,function(n){return void 0===n?s.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=n)})},null,e,arguments.length)},append:function(){return Kt(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||_i(this,e).appendChild(e)})},prepend:function(){return Kt(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var n=_i(this,e);n.insertBefore(e,n.firstChild)}})},before:function(){return Kt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Kt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,n=0;null!=(e=this[n]);n++)1===e.nodeType&&(s.cleanData(pe(e,!1)),e.textContent="");return this},clone:function(e,n){return e=null!=e&&e,n=n??e,this.map(function(){return s.clone(this,e,n)})},html:function(e){return Ce(this,function(n){var i=this[0]||{},r=0,l=this.length;if(void 0===n&&1===i.nodeType)return i.innerHTML;if("string"==typeof n&&!Fi.test(n)&&!he[(Wi.exec(n)||["",""])[1].toLowerCase()]){n=s.htmlPrefilter(n);try{for(;r<l;r++)1===(i=this[r]||{}).nodeType&&(s.cleanData(pe(i,!1)),i.innerHTML=n);i=0}catch{}}i&&this.empty().append(n)},null,e,arguments.length)},replaceWith:function(){var e=[];return Kt(this,arguments,function(n){var i=this.parentNode;s.inArray(this,e)<0&&(s.cleanData(pe(this)),i&&i.replaceChild(n,this))},e)}}),s.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,n){s.fn[e]=function(i){for(var r,l=[],c=s(i),f=c.length-1,p=0;p<=f;p++)r=p===f?this:this.clone(!0),s(c[p])[n](r),ht.apply(l,r.get());return this.pushStack(l)}});var Xn=new RegExp("^("+An+")(?!px)[a-z%]+$","i"),Dn=function(e){var n=e.ownerDocument.defaultView;return n&&n.opener||(n=z),n.getComputedStyle(e)},Ti=function(e,n,i){var r,l,c={};for(l in n)c[l]=e.style[l],e.style[l]=n[l];for(l in r=i.call(e),n)e.style[l]=c[l];return r},Vi=new RegExp(pt.join("|"),"i");function He(e,n,i){var r,l,c,f,p=e.style;return(i=i||Dn(e))&&(""!==(f=i.getPropertyValue(n)||i[n])||fn(e)||(f=s.style(e,n)),!ae.pixelBoxStyles()&&Xn.test(f)&&Vi.test(n)&&(r=p.width,l=p.minWidth,c=p.maxWidth,p.minWidth=p.maxWidth=p.width=f,f=i.width,p.width=r,p.minWidth=l,p.maxWidth=c)),void 0!==f?f+"":f}function Ue(e,n){return{get:function(){if(!e())return(this.get=n).apply(this,arguments);delete this.get}}}!function(){function e(){if(b){g.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",b.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",gt.appendChild(g).appendChild(b);var T=z.getComputedStyle(b);i="1%"!==T.top,p=12===n(T.marginLeft),b.style.right="60%",c=36===n(T.right),r=36===n(T.width),b.style.position="absolute",l=12===n(b.offsetWidth/3),gt.removeChild(g),b=null}}function n(T){return Math.round(parseFloat(T))}var i,r,l,c,f,p,g=Y.createElement("div"),b=Y.createElement("div");b.style&&(b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",ae.clearCloneStyle="content-box"===b.style.backgroundClip,s.extend(ae,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),c},pixelPosition:function(){return e(),i},reliableMarginLeft:function(){return e(),p},scrollboxSize:function(){return e(),l},reliableTrDimensions:function(){var T,k,w,E;return null==f&&(T=Y.createElement("table"),k=Y.createElement("tr"),w=Y.createElement("div"),T.style.cssText="position:absolute;left:-11111px;border-collapse:separate",k.style.cssText="border:1px solid",k.style.height="1px",w.style.height="9px",w.style.display="block",gt.appendChild(T).appendChild(k).appendChild(w),E=z.getComputedStyle(k),f=parseInt(E.height,10)+parseInt(E.borderTopWidth,10)+parseInt(E.borderBottomWidth,10)===k.offsetHeight,gt.removeChild(T)),f}}))}();var Mt=["Webkit","Moz","ms"],Ye=Y.createElement("div").style,Un={};function On(e){return s.cssProps[e]||Un[e]||(e in Ye?e:Un[e]=function(i){for(var r=i[0].toUpperCase()+i.slice(1),l=Mt.length;l--;)if((i=Mt[l]+r)in Ye)return i}(e)||e)}var vt=/^(none|table(?!-c[ea]).+)/,qt=/^--/,Yn={position:"absolute",visibility:"hidden",display:"block"},Gt={letterSpacing:"0",fontWeight:"400"};function Qn(e,n,i){var r=Xt.exec(n);return r?Math.max(0,r[2]-(i||0))+(r[3]||"px"):n}function Kn(e,n,i,r,l,c){var f="width"===n?1:0,p=0,g=0;if(i===(r?"border":"content"))return 0;for(;f<4;f+=2)"margin"===i&&(g+=s.css(e,i+pt[f],!0,l)),r?("content"===i&&(g-=s.css(e,"padding"+pt[f],!0,l)),"margin"!==i&&(g-=s.css(e,"border"+pt[f]+"Width",!0,l))):(g+=s.css(e,"padding"+pt[f],!0,l),"padding"!==i?g+=s.css(e,"border"+pt[f]+"Width",!0,l):p+=s.css(e,"border"+pt[f]+"Width",!0,l));return!r&&0<=c&&(g+=Math.max(0,Math.ceil(e["offset"+n[0].toUpperCase()+n.slice(1)]-c-g-p-.5))||0),g}function Jt(e,n,i){var r=Dn(e),l=(!ae.boxSizingReliable()||i)&&"border-box"===s.css(e,"boxSizing",!1,r),c=l,f=He(e,n,r),p="offset"+n[0].toUpperCase()+n.slice(1);if(Xn.test(f)){if(!i)return f;f="auto"}return(!ae.boxSizingReliable()&&l||!ae.reliableTrDimensions()&&Ve(e,"tr")||"auto"===f||!parseFloat(f)&&"inline"===s.css(e,"display",!1,r))&&e.getClientRects().length&&(l="border-box"===s.css(e,"boxSizing",!1,r),(c=p in e)&&(f=e[p])),(f=parseFloat(f)||0)+Kn(e,n,i||(l?"border":"content"),c,r,f)+"px"}function Qe(e,n,i,r,l){return new Qe.prototype.init(e,n,i,r,l)}s.extend({cssHooks:{opacity:{get:function(e,n){if(n){var i=He(e,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,n,i,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var l,c,f,p=qe(n),g=qt.test(n),b=e.style;if(g||(n=On(p)),f=s.cssHooks[n]||s.cssHooks[p],void 0===i)return f&&"get"in f&&void 0!==(l=f.get(e,!1,r))?l:b[n];"string"==(c=typeof i)&&(l=Xt.exec(i))&&l[1]&&(i=Ut(e,n,l),c="number"),null!=i&&i==i&&("number"!==c||g||(i+=l&&l[3]||(s.cssNumber[p]?"":"px")),ae.clearCloneStyle||""!==i||0!==n.indexOf("background")||(b[n]="inherit"),f&&"set"in f&&void 0===(i=f.set(e,i,r))||(g?b.setProperty(n,i):b[n]=i))}},css:function(e,n,i,r){var l,c,f,p=qe(n);return qt.test(n)||(n=On(p)),(f=s.cssHooks[n]||s.cssHooks[p])&&"get"in f&&(l=f.get(e,!0,i)),void 0===l&&(l=He(e,n,r)),"normal"===l&&n in Gt&&(l=Gt[n]),""===i||i?(c=parseFloat(l),!0===i||isFinite(c)?c||0:l):l}}),s.each(["height","width"],function(e,n){s.cssHooks[n]={get:function(i,r,l){if(r)return!vt.test(s.css(i,"display"))||i.getClientRects().length&&i.getBoundingClientRect().width?Jt(i,n,l):Ti(i,Yn,function(){return Jt(i,n,l)})},set:function(i,r,l){var c,f=Dn(i),p=!ae.scrollboxSize()&&"absolute"===f.position,g=(p||l)&&"border-box"===s.css(i,"boxSizing",!1,f),b=l?Kn(i,n,l,g,f):0;return g&&p&&(b-=Math.ceil(i["offset"+n[0].toUpperCase()+n.slice(1)]-parseFloat(f[n])-Kn(i,n,"border",!1,f)-.5)),b&&(c=Xt.exec(r))&&"px"!==(c[3]||"px")&&(i.style[n]=r,r=s.css(i,n)),Qn(0,r,b)}}}),s.cssHooks.marginLeft=Ue(ae.reliableMarginLeft,function(e,n){if(n)return(parseFloat(He(e,"marginLeft"))||e.getBoundingClientRect().left-Ti(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),s.each({margin:"",padding:"",border:"Width"},function(e,n){s.cssHooks[e+n]={expand:function(i){for(var r=0,l={},c="string"==typeof i?i.split(" "):[i];r<4;r++)l[e+pt[r]+n]=c[r]||c[r-2]||c[0];return l}},"margin"!==e&&(s.cssHooks[e+n].set=Qn)}),s.fn.extend({css:function(e,n){return Ce(this,function(i,r,l){var c,f,p={},g=0;if(Array.isArray(r)){for(c=Dn(i),f=r.length;g<f;g++)p[r[g]]=s.css(i,r[g],!1,c);return p}return void 0!==l?s.style(i,r,l):s.css(i,r)},e,n,1<arguments.length)}}),((s.Tween=Qe).prototype={constructor:Qe,init:function(e,n,i,r,l,c){this.elem=e,this.prop=i,this.easing=l||s.easing._default,this.options=n,this.start=this.now=this.cur(),this.end=r,this.unit=c||(s.cssNumber[i]?"":"px")},cur:function(){var e=Qe.propHooks[this.prop];return e&&e.get?e.get(this):Qe.propHooks._default.get(this)},run:function(e){var n,i=Qe.propHooks[this.prop];return this.pos=n=this.options.duration?s.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*n+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):Qe.propHooks._default.set(this),this}}).init.prototype=Qe.prototype,(Qe.propHooks={_default:{get:function(e){var n;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(n=s.css(e.elem,e.prop,""))&&"auto"!==n?n:0},set:function(e){s.fx.step[e.prop]?s.fx.step[e.prop](e):1!==e.elem.nodeType||!s.cssHooks[e.prop]&&null==e.elem.style[On(e.prop)]?e.elem[e.prop]=e.now:s.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=Qe.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},s.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},s.fx=Qe.prototype.init,s.fx.step={};var Zt,nt,hn,St,Gn=/^(?:toggle|show|hide)$/,Xi=/queueHooks$/;function en(){nt&&(!1===Y.hidden&&z.requestAnimationFrame?z.requestAnimationFrame(en):z.setTimeout(en,s.fx.interval),s.fx.tick())}function Jn(){return z.setTimeout(function(){Zt=void 0}),Zt=Date.now()}function Ht(e,n){var i,r=0,l={height:e};for(n=n?1:0;r<4;r+=2-n)l["margin"+(i=pt[r])]=l["padding"+i]=e;return n&&(l.opacity=l.width=e),l}function Ei(e,n,i){for(var r,l=(it.tweeners[n]||[]).concat(it.tweeners["*"]),c=0,f=l.length;c<f;c++)if(r=l[c].call(i,n,e))return r}function it(e,n,i){var r,l,c=0,f=it.prefilters.length,p=s.Deferred().always(function(){delete g.elem}),g=function(){if(l)return!1;for(var k=Zt||Jn(),w=Math.max(0,b.startTime+b.duration-k),E=1-(w/b.duration||0),M=0,q=b.tweens.length;M<q;M++)b.tweens[M].run(E);return p.notifyWith(e,[b,E,w]),E<1&&q?w:(q||p.notifyWith(e,[b,1,0]),p.resolveWith(e,[b]),!1)},b=p.promise({elem:e,props:s.extend({},n),opts:s.extend(!0,{specialEasing:{},easing:s.easing._default},i),originalProperties:n,originalOptions:i,startTime:Zt||Jn(),duration:i.duration,tweens:[],createTween:function(k,w){var E=s.Tween(e,b.opts,k,w,b.opts.specialEasing[k]||b.opts.easing);return b.tweens.push(E),E},stop:function(k){var w=0,E=k?b.tweens.length:0;if(l)return this;for(l=!0;w<E;w++)b.tweens[w].run(1);return k?(p.notifyWith(e,[b,1,0]),p.resolveWith(e,[b,k])):p.rejectWith(e,[b,k]),this}}),T=b.props;for(function(k,w){var E,M,q,R,be;for(E in k)if(q=w[M=qe(E)],R=k[E],Array.isArray(R)&&(q=R[1],R=k[E]=R[0]),E!==M&&(k[M]=R,delete k[E]),(be=s.cssHooks[M])&&"expand"in be)for(E in R=be.expand(R),delete k[M],R)E in k||(k[E]=R[E],w[E]=q);else w[M]=q}(T,b.opts.specialEasing);c<f;c++)if(r=it.prefilters[c].call(b,e,T,b.opts))return $(r.stop)&&(s._queueHooks(b.elem,b.opts.queue).stop=r.stop.bind(r)),r;return s.map(T,Ei,b),$(b.opts.start)&&b.opts.start.call(e,b),b.progress(b.opts.progress).done(b.opts.done,b.opts.complete).fail(b.opts.fail).always(b.opts.always),s.fx.timer(s.extend(g,{elem:e,anim:b,queue:b.opts.queue})),b}s.Animation=s.extend(it,{tweeners:{"*":[function(e,n){var i=this.createTween(e,n);return Ut(i.elem,e,Xt.exec(n),i),i}]},tweener:function(e,n){$(e)?(n=e,e=["*"]):e=e.match(et);for(var i,r=0,l=e.length;r<l;r++)(it.tweeners[i=e[r]]=it.tweeners[i]||[]).unshift(n)},prefilters:[function(e,n,i){var r,l,c,f,p,g,b,T,k="width"in n||"height"in n,w=this,E={},M=e.style,q=e.nodeType&&zn(e),R=F.get(e,"fxshow");for(r in i.queue||(null==(f=s._queueHooks(e,"fx")).unqueued&&(f.unqueued=0,p=f.empty.fire,f.empty.fire=function(){f.unqueued||p()}),f.unqueued++,w.always(function(){w.always(function(){f.unqueued--,s.queue(e,"fx").length||f.empty.fire()})})),n)if(Gn.test(l=n[r])){if(delete n[r],c=c||"toggle"===l,l===(q?"hide":"show")){if("show"!==l||!R||void 0===R[r])continue;q=!0}E[r]=R&&R[r]||s.style(e,r)}if((g=!s.isEmptyObject(n))||!s.isEmptyObject(E))for(r in k&&1===e.nodeType&&(i.overflow=[M.overflow,M.overflowX,M.overflowY],null==(b=R&&R.display)&&(b=F.get(e,"display")),"none"===(T=s.css(e,"display"))&&(b?T=b:(Ct([e],!0),b=e.style.display||b,T=s.css(e,"display"),Ct([e]))),("inline"===T||"inline-block"===T&&null!=b)&&"none"===s.css(e,"float")&&(g||(w.done(function(){M.display=b}),null==b&&(b="none"===(T=M.display)?"":T)),M.display="inline-block")),i.overflow&&(M.overflow="hidden",w.always(function(){M.overflow=i.overflow[0],M.overflowX=i.overflow[1],M.overflowY=i.overflow[2]})),g=!1,E)g||(R?"hidden"in R&&(q=R.hidden):R=F.access(e,"fxshow",{display:b}),c&&(R.hidden=!q),q&&Ct([e],!0),w.done(function(){for(r in q||Ct([e]),F.remove(e,"fxshow"),E)s.style(e,r,E[r])})),g=Ei(q?R[r]:0,r,w),r in R||(R[r]=g.start,q&&(g.end=g.start,g.start=0))}],prefilter:function(e,n){n?it.prefilters.unshift(e):it.prefilters.push(e)}}),s.speed=function(e,n,i){var r=e&&"object"==typeof e?s.extend({},e):{complete:i||!i&&n||$(e)&&e,duration:e,easing:i&&n||n&&!$(n)&&n};return s.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration=r.duration in s.fx.speeds?s.fx.speeds[r.duration]:s.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){$(r.old)&&r.old.call(this),r.queue&&s.dequeue(this,r.queue)},r},s.fn.extend({fadeTo:function(e,n,i,r){return this.filter(zn).css("opacity",0).show().end().animate({opacity:n},e,i,r)},animate:function(e,n,i,r){var l=s.isEmptyObject(e),c=s.speed(n,i,r),f=function(){var p=it(this,s.extend({},e),c);(l||F.get(this,"finish"))&&p.stop(!0)};return f.finish=f,l||!1===c.queue?this.each(f):this.queue(c.queue,f)},stop:function(e,n,i){var r=function(l){var c=l.stop;delete l.stop,c(i)};return"string"!=typeof e&&(i=n,n=e,e=void 0),n&&this.queue(e||"fx",[]),this.each(function(){var l=!0,c=null!=e&&e+"queueHooks",f=s.timers,p=F.get(this);if(c)p[c]&&p[c].stop&&r(p[c]);else for(c in p)p[c]&&p[c].stop&&Xi.test(c)&&r(p[c]);for(c=f.length;c--;)f[c].elem!==this||null!=e&&f[c].queue!==e||(f[c].anim.stop(i),l=!1,f.splice(c,1));!l&&i||s.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var n,i=F.get(this),r=i[e+"queue"],l=i[e+"queueHooks"],c=s.timers,f=r?r.length:0;for(i.finish=!0,s.queue(this,e,[]),l&&l.stop&&l.stop.call(this,!0),n=c.length;n--;)c[n].elem===this&&c[n].queue===e&&(c[n].anim.stop(!0),c.splice(n,1));for(n=0;n<f;n++)r[n]&&r[n].finish&&r[n].finish.call(this);delete i.finish})}}),s.each(["toggle","show","hide"],function(e,n){var i=s.fn[n];s.fn[n]=function(r,l,c){return null==r||"boolean"==typeof r?i.apply(this,arguments):this.animate(Ht(n,!0),r,l,c)}}),s.each({slideDown:Ht("show"),slideUp:Ht("hide"),slideToggle:Ht("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,n){s.fn[e]=function(i,r,l){return this.animate(n,i,r,l)}}),s.timers=[],s.fx.tick=function(){var e,n=0,i=s.timers;for(Zt=Date.now();n<i.length;n++)(e=i[n])()||i[n]!==e||i.splice(n--,1);i.length||s.fx.stop(),Zt=void 0},s.fx.timer=function(e){s.timers.push(e),s.fx.start()},s.fx.interval=13,s.fx.start=function(){nt||(nt=!0,en())},s.fx.stop=function(){nt=null},s.fx.speeds={slow:600,fast:200,_default:400},s.fn.delay=function(e,n){return e=s.fx&&s.fx.speeds[e]||e,this.queue(n=n||"fx",function(i,r){var l=z.setTimeout(i,e);r.stop=function(){z.clearTimeout(l)}})},hn=Y.createElement("input"),St=Y.createElement("select").appendChild(Y.createElement("option")),hn.type="checkbox",ae.checkOn=""!==hn.value,ae.optSelected=St.selected,(hn=Y.createElement("input")).value="t",hn.type="radio",ae.radioValue="t"===hn.value;var Ai,yt=s.expr.attrHandle;s.fn.extend({attr:function(e,n){return Ce(this,s.attr,e,n,1<arguments.length)},removeAttr:function(e){return this.each(function(){s.removeAttr(this,e)})}}),s.extend({attr:function(e,n,i){var r,l,c=e.nodeType;if(3!==c&&8!==c&&2!==c)return typeof e.getAttribute>"u"?s.prop(e,n,i):(1===c&&s.isXMLDoc(e)||(l=s.attrHooks[n.toLowerCase()]||(s.expr.match.bool.test(n)?Ai:void 0)),void 0!==i?null===i?void s.removeAttr(e,n):l&&"set"in l&&void 0!==(r=l.set(e,i,n))?r:(e.setAttribute(n,i+""),i):l&&"get"in l&&null!==(r=l.get(e,n))?r:null==(r=s.find.attr(e,n))?void 0:r)},attrHooks:{type:{set:function(e,n){if(!ae.radioValue&&"radio"===n&&Ve(e,"input")){var i=e.value;return e.setAttribute("type",n),i&&(e.value=i),n}}}},removeAttr:function(e,n){var i,r=0,l=n&&n.match(et);if(l&&1===e.nodeType)for(;i=l[r++];)e.removeAttribute(i)}}),Ai={set:function(e,n,i){return!1===n?s.removeAttr(e,i):e.setAttribute(i,i),i}},s.each(s.expr.match.bool.source.match(/\w+/g),function(e,n){var i=yt[n]||s.find.attr;yt[n]=function(r,l,c){var f,p,g=l.toLowerCase();return c||(p=yt[g],yt[g]=f,f=null!=i(r,l,c)?g:null,yt[g]=p),f}});var gr=/^(?:input|select|textarea|button)$/i,Ui=/^(?:a|area)$/i;function Dt(e){return(e.match(et)||[]).join(" ")}function bt(e){return e.getAttribute&&e.getAttribute("class")||""}function Ln(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(et)||[]}s.fn.extend({prop:function(e,n){return Ce(this,s.prop,e,n,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[s.propFix[e]||e]})}}),s.extend({prop:function(e,n,i){var r,l,c=e.nodeType;if(3!==c&&8!==c&&2!==c)return 1===c&&s.isXMLDoc(e)||(l=s.propHooks[n=s.propFix[n]||n]),void 0!==i?l&&"set"in l&&void 0!==(r=l.set(e,i,n))?r:e[n]=i:l&&"get"in l&&null!==(r=l.get(e,n))?r:e[n]},propHooks:{tabIndex:{get:function(e){var n=s.find.attr(e,"tabindex");return n?parseInt(n,10):gr.test(e.nodeName)||Ui.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),ae.optSelected||(s.propHooks.selected={get:function(e){return null},set:function(e){}}),s.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){s.propFix[this.toLowerCase()]=this}),s.fn.extend({addClass:function(e){var n,i,r,l,c,f,p,g=0;if($(e))return this.each(function(b){s(this).addClass(e.call(this,b,bt(this)))});if((n=Ln(e)).length)for(;i=this[g++];)if(l=bt(i),r=1===i.nodeType&&" "+Dt(l)+" "){for(f=0;c=n[f++];)r.indexOf(" "+c+" ")<0&&(r+=c+" ");l!==(p=Dt(r))&&i.setAttribute("class",p)}return this},removeClass:function(e){var n,i,r,l,c,f,p,g=0;if($(e))return this.each(function(b){s(this).removeClass(e.call(this,b,bt(this)))});if(!arguments.length)return this.attr("class","");if((n=Ln(e)).length)for(;i=this[g++];)if(l=bt(i),r=1===i.nodeType&&" "+Dt(l)+" "){for(f=0;c=n[f++];)for(;-1<r.indexOf(" "+c+" ");)r=r.replace(" "+c+" "," ");l!==(p=Dt(r))&&i.setAttribute("class",p)}return this},toggleClass:function(e,n){var i=typeof e,r="string"===i||Array.isArray(e);return"boolean"==typeof n&&r?n?this.addClass(e):this.removeClass(e):$(e)?this.each(function(l){s(this).toggleClass(e.call(this,l,bt(this),n),n)}):this.each(function(){var l,c,f,p;if(r)for(c=0,f=s(this),p=Ln(e);l=p[c++];)f.hasClass(l)?f.removeClass(l):f.addClass(l);else void 0!==e&&"boolean"!==i||((l=bt(this))&&F.set(this,"__className__",l),this.setAttribute&&this.setAttribute("class",l||!1===e?"":F.get(this,"__className__")||""))})},hasClass:function(e){var n,i,r=0;for(n=" "+e+" ";i=this[r++];)if(1===i.nodeType&&-1<(" "+Dt(bt(i))+" ").indexOf(n))return!0;return!1}});var mr=/\r/g;s.fn.extend({val:function(e){var n,i,r,l=this[0];return arguments.length?(r=$(e),this.each(function(c){var f;1===this.nodeType&&(null==(f=r?e.call(this,c,s(this).val()):e)?f="":"number"==typeof f?f+="":Array.isArray(f)&&(f=s.map(f,function(p){return null==p?"":p+""})),(n=s.valHooks[this.type]||s.valHooks[this.nodeName.toLowerCase()])&&"set"in n&&void 0!==n.set(this,f,"value")||(this.value=f))})):l?(n=s.valHooks[l.type]||s.valHooks[l.nodeName.toLowerCase()])&&"get"in n&&void 0!==(i=n.get(l,"value"))?i:"string"==typeof(i=l.value)?i.replace(mr,""):i??"":void 0}}),s.extend({valHooks:{option:{get:function(e){return s.find.attr(e,"value")??Dt(s.text(e))}},select:{get:function(e){var n,i,r,l=e.options,c=e.selectedIndex,f="select-one"===e.type,p=f?null:[],g=f?c+1:l.length;for(r=c<0?g:f?c:0;r<g;r++)if(((i=l[r]).selected||r===c)&&!i.disabled&&(!i.parentNode.disabled||!Ve(i.parentNode,"optgroup"))){if(n=s(i).val(),f)return n;p.push(n)}return p},set:function(e,n){for(var i,r,l=e.options,c=s.makeArray(n),f=l.length;f--;)((r=l[f]).selected=-1<s.inArray(s.valHooks.option.get(r),c))&&(i=!0);return i||(e.selectedIndex=-1),c}}}}),s.each(["radio","checkbox"],function(){s.valHooks[this]={set:function(e,n){if(Array.isArray(n))return e.checked=-1<s.inArray(s(e).val(),n)}},ae.checkOn||(s.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),ae.focusin="onfocusin"in z;var Nn=/^(?:focusinfocus|focusoutblur)$/,Yi=function(e){e.stopPropagation()};s.extend(s.event,{trigger:function(e,n,i,r){var l,c,f,p,g,b,T,k,w=[i||Y],E=Bt.call(e,"type")?e.type:e,M=Bt.call(e,"namespace")?e.namespace.split("."):[];if(c=k=f=i=i||Y,3!==i.nodeType&&8!==i.nodeType&&!Nn.test(E+s.event.triggered)&&(-1<E.indexOf(".")&&(E=(M=E.split(".")).shift(),M.sort()),g=E.indexOf(":")<0&&"on"+E,(e=e[s.expando]?e:new s.Event(E,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=M.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+M.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),n=null==n?[e]:s.makeArray(n,[e]),T=s.event.special[E]||{},r||!T.trigger||!1!==T.trigger.apply(i,n))){if(!r&&!T.noBubble&&!Se(i)){for(Nn.test((p=T.delegateType||E)+E)||(c=c.parentNode);c;c=c.parentNode)w.push(c),f=c;f===(i.ownerDocument||Y)&&w.push(f.defaultView||f.parentWindow||z)}for(l=0;(c=w[l++])&&!e.isPropagationStopped();)k=c,e.type=1<l?p:T.bindType||E,(b=(F.get(c,"events")||Object.create(null))[e.type]&&F.get(c,"handle"))&&b.apply(c,n),(b=g&&c[g])&&b.apply&&Q(c)&&(e.result=b.apply(c,n),!1===e.result&&e.preventDefault());return e.type=E,r||e.isDefaultPrevented()||T._default&&!1!==T._default.apply(w.pop(),n)||!Q(i)||g&&$(i[E])&&!Se(i)&&((f=i[g])&&(i[g]=null),s.event.triggered=E,e.isPropagationStopped()&&k.addEventListener(E,Yi),i[E](),e.isPropagationStopped()&&k.removeEventListener(E,Yi),s.event.triggered=void 0,f&&(i[g]=f)),e.result}},simulate:function(e,n,i){var r=s.extend(new s.Event,i,{type:e,isSimulated:!0});s.event.trigger(r,null,n)}}),s.fn.extend({trigger:function(e,n){return this.each(function(){s.event.trigger(e,n,this)})},triggerHandler:function(e,n){var i=this[0];if(i)return s.event.trigger(e,n,i,!0)}}),ae.focusin||s.each({focus:"focusin",blur:"focusout"},function(e,n){var i=function(r){s.event.simulate(n,r.target,s.event.fix(r))};s.event.special[n]={setup:function(){var r=this.ownerDocument||this.document||this,l=F.access(r,n);l||r.addEventListener(e,i,!0),F.access(r,n,(l||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,l=F.access(r,n)-1;l?F.access(r,n,l):(r.removeEventListener(e,i,!0),F.remove(r,n))}}});var pn=z.location,Zn={guid:Date.now()},jn=/\?/;s.parseXML=function(e){var n,i;if(!e||"string"!=typeof e)return null;try{n=(new z.DOMParser).parseFromString(e,"text/xml")}catch{}return i=n&&n.getElementsByTagName("parsererror")[0],n&&!i||s.error("Invalid XML: "+(i?s.map(i.childNodes,function(r){return r.textContent}).join("\n"):e)),n};var Ci=/\[\]$/,ki=/\r?\n/g,Pn=/^(?:submit|button|image|reset|file)$/i,Si=/^(?:input|select|textarea|keygen)/i;function ei(e,n,i,r){var l;if(Array.isArray(n))s.each(n,function(c,f){i||Ci.test(e)?r(e,f):ei(e+"["+("object"==typeof f&&null!=f?c:"")+"]",f,i,r)});else if(i||"object"!==ln(n))r(e,n);else for(l in n)ei(e+"["+l+"]",n[l],i,r)}s.param=function(e,n){var i,r=[],l=function(c,f){var p=$(f)?f():f;r[r.length]=encodeURIComponent(c)+"="+encodeURIComponent(p??"")};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!s.isPlainObject(e))s.each(e,function(){l(this.name,this.value)});else for(i in e)ei(i,e[i],n,l);return r.join("&")},s.fn.extend({serialize:function(){return s.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=s.prop(this,"elements");return e?s.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!s(this).is(":disabled")&&Si.test(this.nodeName)&&!Pn.test(e)&&(this.checked||!Cn.test(e))}).map(function(e,n){var i=s(this).val();return null==i?null:Array.isArray(i)?s.map(i,function(r){return{name:n.name,value:r.replace(ki,"\r\n")}}):{name:n.name,value:i.replace(ki,"\r\n")}}).get()}});var Qi=/%20/g,gn=/#.*$/,vr=/([?&])_=[^&]*/,Ki=/^(.*?):[ \t]*([^\r\n]*)$/gm,Gi=/^(?:GET|HEAD)$/,Ji=/^\/\//,Di={},ti={},ni="*/".concat("*"),ii=Y.createElement("a");function Zi(e){return function(n,i){"string"!=typeof n&&(i=n,n="*");var r,l=0,c=n.toLowerCase().match(et)||[];if($(i))for(;r=c[l++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(i)):(e[r]=e[r]||[]).push(i)}}function er(e,n,i,r){var l={},c=e===ti;function f(p){var g;return l[p]=!0,s.each(e[p]||[],function(b,T){var k=T(n,i,r);return"string"!=typeof k||c||l[k]?c?!(g=k):void 0:(n.dataTypes.unshift(k),f(k),!1)}),g}return f(n.dataTypes[0])||!l["*"]&&f("*")}function ri(e,n){var i,r,l=s.ajaxSettings.flatOptions||{};for(i in n)void 0!==n[i]&&((l[i]?e:r||(r={}))[i]=n[i]);return r&&s.extend(!0,e,r),e}ii.href=pn.href,s.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:pn.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(pn.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ni,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":s.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,n){return n?ri(ri(e,s.ajaxSettings),n):ri(s.ajaxSettings,e)},ajaxPrefilter:Zi(Di),ajaxTransport:Zi(ti),ajax:function(e,n){"object"==typeof e&&(n=e,e=void 0);var i,r,l,c,f,p,g,b,T,k,w=s.ajaxSetup({},n=n||{}),E=w.context||w,M=w.context&&(E.nodeType||E.jquery)?s(E):s.event,q=s.Deferred(),R=s.Callbacks("once memory"),be=w.statusCode||{},Te={},Re={},le="canceled",U={readyState:0,getResponseHeader:function(oe){var xe;if(g){if(!c)for(c={};xe=Ki.exec(l);)c[xe[1].toLowerCase()+" "]=(c[xe[1].toLowerCase()+" "]||[]).concat(xe[2]);xe=c[oe.toLowerCase()+" "]}return null==xe?null:xe.join(", ")},getAllResponseHeaders:function(){return g?l:null},setRequestHeader:function(oe,xe){return null==g&&(oe=Re[oe.toLowerCase()]=Re[oe.toLowerCase()]||oe,Te[oe]=xe),this},overrideMimeType:function(oe){return null==g&&(w.mimeType=oe),this},statusCode:function(oe){var xe;if(oe)if(g)U.always(oe[U.status]);else for(xe in oe)be[xe]=[be[xe],oe[xe]];return this},abort:function(oe){var xe=oe||le;return i&&i.abort(xe),je(0,xe),this}};if(q.promise(U),w.url=((e||w.url||pn.href)+"").replace(Ji,pn.protocol+"//"),w.type=n.method||n.type||w.method||w.type,w.dataTypes=(w.dataType||"*").toLowerCase().match(et)||[""],null==w.crossDomain){p=Y.createElement("a");try{p.href=w.url,p.href=p.href,w.crossDomain=ii.protocol+"//"+ii.host!=p.protocol+"//"+p.host}catch{w.crossDomain=!0}}if(w.data&&w.processData&&"string"!=typeof w.data&&(w.data=s.param(w.data,w.traditional)),er(Di,w,n,U),g)return U;for(T in(b=s.event&&w.global)&&0==s.active++&&s.event.trigger("ajaxStart"),w.type=w.type.toUpperCase(),w.hasContent=!Gi.test(w.type),r=w.url.replace(gn,""),w.hasContent?w.data&&w.processData&&0===(w.contentType||"").indexOf("application/x-www-form-urlencoded")&&(w.data=w.data.replace(Qi,"+")):(k=w.url.slice(r.length),w.data&&(w.processData||"string"==typeof w.data)&&(r+=(jn.test(r)?"&":"?")+w.data,delete w.data),!1===w.cache&&(r=r.replace(vr,"$1"),k=(jn.test(r)?"&":"?")+"_="+Zn.guid+++k),w.url=r+k),w.ifModified&&(s.lastModified[r]&&U.setRequestHeader("If-Modified-Since",s.lastModified[r]),s.etag[r]&&U.setRequestHeader("If-None-Match",s.etag[r])),(w.data&&w.hasContent&&!1!==w.contentType||n.contentType)&&U.setRequestHeader("Content-Type",w.contentType),U.setRequestHeader("Accept",w.dataTypes[0]&&w.accepts[w.dataTypes[0]]?w.accepts[w.dataTypes[0]]+("*"!==w.dataTypes[0]?", "+ni+"; q=0.01":""):w.accepts["*"]),w.headers)U.setRequestHeader(T,w.headers[T]);if(w.beforeSend&&(!1===w.beforeSend.call(E,U,w)||g))return U.abort();if(le="abort",R.add(w.complete),U.done(w.success),U.fail(w.error),i=er(ti,w,n,U)){if(U.readyState=1,b&&M.trigger("ajaxSend",[U,w]),g)return U;w.async&&0<w.timeout&&(f=z.setTimeout(function(){U.abort("timeout")},w.timeout));try{g=!1,i.send(Te,je)}catch(oe){if(g)throw oe;je(-1,oe)}}else je(-1,"No Transport");function je(oe,xe,mn,Mn){var We,tn,vn,Pe,nn,Ke=xe;g||(g=!0,f&&z.clearTimeout(f),i=void 0,l=Mn||"",U.readyState=0<oe?4:0,We=200<=oe&&oe<300||304===oe,mn&&(Pe=function(_e,$e,Ie){for(var _t,K,ne,Ae,Fe=_e.contents,Ee=_e.dataTypes;"*"===Ee[0];)Ee.shift(),void 0===_t&&(_t=_e.mimeType||$e.getResponseHeader("Content-Type"));if(_t)for(K in Fe)if(Fe[K]&&Fe[K].test(_t)){Ee.unshift(K);break}if(Ee[0]in Ie)ne=Ee[0];else{for(K in Ie){if(!Ee[0]||_e.converters[K+" "+Ee[0]]){ne=K;break}Ae||(Ae=K)}ne=ne||Ae}if(ne)return ne!==Ee[0]&&Ee.unshift(ne),Ie[ne]}(w,U,mn)),!We&&-1<s.inArray("script",w.dataTypes)&&s.inArray("json",w.dataTypes)<0&&(w.converters["text script"]=function(){}),Pe=function(_e,$e,Ie,_t){var K,ne,Ae,Fe,Ee,Be={},rn=_e.dataTypes.slice();if(rn[1])for(Ae in _e.converters)Be[Ae.toLowerCase()]=_e.converters[Ae];for(ne=rn.shift();ne;)if(_e.responseFields[ne]&&(Ie[_e.responseFields[ne]]=$e),!Ee&&_t&&_e.dataFilter&&($e=_e.dataFilter($e,_e.dataType)),Ee=ne,ne=rn.shift())if("*"===ne)ne=Ee;else if("*"!==Ee&&Ee!==ne){if(!(Ae=Be[Ee+" "+ne]||Be["* "+ne]))for(K in Be)if((Fe=K.split(" "))[1]===ne&&(Ae=Be[Ee+" "+Fe[0]]||Be["* "+Fe[0]])){!0===Ae?Ae=Be[K]:!0!==Be[K]&&(ne=Fe[0],rn.unshift(Fe[1]));break}if(!0!==Ae)if(Ae&&_e.throws)$e=Ae($e);else try{$e=Ae($e)}catch(qn){return{state:"parsererror",error:Ae?qn:"No conversion from "+Ee+" to "+ne}}}return{state:"success",data:$e}}(w,Pe,U,We),We?(w.ifModified&&((nn=U.getResponseHeader("Last-Modified"))&&(s.lastModified[r]=nn),(nn=U.getResponseHeader("etag"))&&(s.etag[r]=nn)),204===oe||"HEAD"===w.type?Ke="nocontent":304===oe?Ke="notmodified":(Ke=Pe.state,tn=Pe.data,We=!(vn=Pe.error))):(vn=Ke,!oe&&Ke||(Ke="error",oe<0&&(oe=0))),U.status=oe,U.statusText=(xe||Ke)+"",We?q.resolveWith(E,[tn,Ke,U]):q.rejectWith(E,[U,Ke,vn]),U.statusCode(be),be=void 0,b&&M.trigger(We?"ajaxSuccess":"ajaxError",[U,w,We?tn:vn]),R.fireWith(E,[U,Ke]),b&&(M.trigger("ajaxComplete",[U,w]),--s.active||s.event.trigger("ajaxStop")))}return U},getJSON:function(e,n,i){return s.get(e,n,i,"json")},getScript:function(e,n){return s.get(e,void 0,n,"script")}}),s.each(["get","post"],function(e,n){s[n]=function(i,r,l,c){return $(r)&&(c=c||l,l=r,r=void 0),s.ajax(s.extend({url:i,type:n,dataType:c,data:r,success:l},s.isPlainObject(i)&&i))}}),s.ajaxPrefilter(function(e){var n;for(n in e.headers)"content-type"===n.toLowerCase()&&(e.contentType=e.headers[n]||"")}),s._evalUrl=function(e,n,i){return s.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(r){s.globalEval(r,n,i)}})},s.fn.extend({wrapAll:function(e){var n;return this[0]&&($(e)&&(e=e.call(this[0])),n=s(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&n.insertBefore(this[0]),n.map(function(){for(var i=this;i.firstElementChild;)i=i.firstElementChild;return i}).append(this)),this},wrapInner:function(e){return $(e)?this.each(function(n){s(this).wrapInner(e.call(this,n))}):this.each(function(){var n=s(this),i=n.contents();i.length?i.wrapAll(e):n.append(e)})},wrap:function(e){var n=$(e);return this.each(function(i){s(this).wrapAll(n?e.call(this,i):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){s(this).replaceWith(this.childNodes)}),this}}),s.expr.pseudos.hidden=function(e){return!s.expr.pseudos.visible(e)},s.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},s.ajaxSettings.xhr=function(){try{return new z.XMLHttpRequest}catch{}};var tr={0:200,1223:204},Rt=s.ajaxSettings.xhr();ae.cors=!!Rt&&"withCredentials"in Rt,ae.ajax=Rt=!!Rt,s.ajaxTransport(function(e){var n,i;if(ae.cors||Rt&&!e.crossDomain)return{send:function(r,l){var c,f=e.xhr();if(f.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(c in e.xhrFields)f[c]=e.xhrFields[c];for(c in e.mimeType&&f.overrideMimeType&&f.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)f.setRequestHeader(c,r[c]);n=function(p){return function(){n&&(n=i=f.onload=f.onerror=f.onabort=f.ontimeout=f.onreadystatechange=null,"abort"===p?f.abort():"error"===p?"number"!=typeof f.status?l(0,"error"):l(f.status,f.statusText):l(tr[f.status]||f.status,f.statusText,"text"!==(f.responseType||"text")||"string"!=typeof f.responseText?{binary:f.response}:{text:f.responseText},f.getAllResponseHeaders()))}},f.onload=n(),i=f.onerror=f.ontimeout=n("error"),void 0!==f.onabort?f.onabort=i:f.onreadystatechange=function(){4===f.readyState&&z.setTimeout(function(){n&&i()})},n=n("abort");try{f.send(e.hasContent&&e.data||null)}catch(p){if(n)throw p}},abort:function(){n&&n()}}}),s.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),s.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return s.globalEval(e),e}}}),s.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),s.ajaxTransport("script",function(e){var n,i;if(e.crossDomain||e.scriptAttrs)return{send:function(r,l){n=s("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",i=function(c){n.remove(),i=null,c&&l("error"===c.type?404:200,c.type)}),Y.head.appendChild(n[0])},abort:function(){i&&i()}}});var nr,ir=[],In=/(=)\?(?=&|$)|\?\?/;s.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=ir.pop()||s.expando+"_"+Zn.guid++;return this[e]=!0,e}}),s.ajaxPrefilter("json jsonp",function(e,n,i){var r,l,c,f=!1!==e.jsonp&&(In.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&In.test(e.data)&&"data");if(f||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=$(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,f?e[f]=e[f].replace(In,"$1"+r):!1!==e.jsonp&&(e.url+=(jn.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return c||s.error(r+" was not called"),c[0]},e.dataTypes[0]="json",l=z[r],z[r]=function(){c=arguments},i.always(function(){void 0===l?s(z).removeProp(r):z[r]=l,e[r]&&(e.jsonpCallback=n.jsonpCallback,ir.push(r)),c&&$(l)&&l(c[0]),c=l=void 0}),"script"}),ae.createHTMLDocument=((nr=Y.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===nr.childNodes.length),s.parseHTML=function(e,n,i){return"string"!=typeof e?[]:("boolean"==typeof n&&(i=n,n=!1),n||(ae.createHTMLDocument?((r=(n=Y.implementation.createHTMLDocument("")).createElement("base")).href=Y.location.href,n.head.appendChild(r)):n=Y),c=!i&&[],(l=hi.exec(e))?[n.createElement(l[1])]:(l=kn([e],n,c),c&&c.length&&s(c).remove(),s.merge([],l.childNodes)));var r,l,c},s.fn.load=function(e,n,i){var r,l,c,f=this,p=e.indexOf(" ");return-1<p&&(r=Dt(e.slice(p)),e=e.slice(0,p)),$(n)?(i=n,n=void 0):n&&"object"==typeof n&&(l="POST"),0<f.length&&s.ajax({url:e,type:l||"GET",dataType:"html",data:n}).done(function(g){c=arguments,f.html(r?s("<div>").append(s.parseHTML(g)).find(r):g)}).always(i&&function(g,b){f.each(function(){i.apply(this,c||[g.responseText,b,g])})}),this},s.expr.pseudos.animated=function(e){return s.grep(s.timers,function(n){return e===n.elem}).length},s.offset={setOffset:function(e,n,i){var r,l,c,f,p,g,b=s.css(e,"position"),T=s(e),k={};"static"===b&&(e.style.position="relative"),p=T.offset(),c=s.css(e,"top"),g=s.css(e,"left"),("absolute"===b||"fixed"===b)&&-1<(c+g).indexOf("auto")?(f=(r=T.position()).top,l=r.left):(f=parseFloat(c)||0,l=parseFloat(g)||0),$(n)&&(n=n.call(e,i,s.extend({},p))),null!=n.top&&(k.top=n.top-p.top+f),null!=n.left&&(k.left=n.left-p.left+l),"using"in n?n.using.call(e,k):T.css(k)}},s.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(l){s.offset.setOffset(this,e,l)});var n,i,r=this[0];return r?r.getClientRects().length?{top:(n=r.getBoundingClientRect()).top+(i=r.ownerDocument.defaultView).pageYOffset,left:n.left+i.pageXOffset}:{top:0,left:0}:void 0},position:function(){if(this[0]){var e,n,i,r=this[0],l={top:0,left:0};if("fixed"===s.css(r,"position"))n=r.getBoundingClientRect();else{for(n=this.offset(),i=r.ownerDocument,e=r.offsetParent||i.documentElement;e&&(e===i.body||e===i.documentElement)&&"static"===s.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((l=s(e).offset()).top+=s.css(e,"borderTopWidth",!0),l.left+=s.css(e,"borderLeftWidth",!0))}return{top:n.top-l.top-s.css(r,"marginTop",!0),left:n.left-l.left-s.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===s.css(e,"position");)e=e.offsetParent;return e||gt})}}),s.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var i="pageYOffset"===n;s.fn[e]=function(r){return Ce(this,function(l,c,f){var p;if(Se(l)?p=l:9===l.nodeType&&(p=l.defaultView),void 0===f)return p?p[n]:l[c];p?p.scrollTo(i?p.pageXOffset:f,i?f:p.pageYOffset):l[c]=f},e,r,arguments.length)}}),s.each(["top","left"],function(e,n){s.cssHooks[n]=Ue(ae.pixelPosition,function(i,r){if(r)return r=He(i,n),Xn.test(r)?s(i).position()[n]+"px":r})}),s.each({Height:"height",Width:"width"},function(e,n){s.each({padding:"inner"+e,content:n,"":"outer"+e},function(i,r){s.fn[r]=function(l,c){var f=arguments.length&&(i||"boolean"!=typeof l),p=i||(!0===l||!0===c?"margin":"border");return Ce(this,function(g,b,T){var k;return Se(g)?0===r.indexOf("outer")?g["inner"+e]:g.document.documentElement["client"+e]:9===g.nodeType?(k=g.documentElement,Math.max(g.body["scroll"+e],k["scroll"+e],g.body["offset"+e],k["offset"+e],k["client"+e])):void 0===T?s.css(g,b,p):s.style(g,b,T,p)},n,f?l:void 0,f)}})}),s.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,n){s.fn[n]=function(i){return this.on(n,i)}}),s.fn.extend({bind:function(e,n,i){return this.on(e,null,n,i)},unbind:function(e,n){return this.off(e,null,n)},delegate:function(e,n,i,r){return this.on(n,e,i,r)},undelegate:function(e,n,i){return 1===arguments.length?this.off(e,"**"):this.off(n,e||"**",i)},hover:function(e,n){return this.mouseenter(e).mouseleave(n||e)}}),s.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){s.fn[n]=function(i,r){return 0<arguments.length?this.on(n,null,i,r):this.trigger(n)}});var rr=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;s.proxy=function(e,n){var i,r,l;if("string"==typeof n&&(i=e[n],n=e,e=i),$(e))return r=Et.call(arguments,2),(l=function(){return e.apply(n||this,r.concat(Et.call(arguments)))}).guid=e.guid=e.guid||s.guid++,l},s.holdReady=function(e){e?s.readyWait++:s.ready(!0)},s.isArray=Array.isArray,s.parseJSON=JSON.parse,s.nodeName=Ve,s.isFunction=$,s.isWindow=Se,s.camelCase=qe,s.type=ln,s.now=Date.now,s.isNumeric=function(e){var n=s.type(e);return("number"===n||"string"===n)&&!isNaN(e-parseFloat(e))},s.trim=function(e){return null==e?"":(e+"").replace(rr,"")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return s});var or=z.jQuery,yr=z.$;return s.noConflict=function(e){return z.$===s&&(z.$=yr),e&&z.jQuery===s&&(z.jQuery=or),s},typeof ut>"u"&&(z.jQuery=z.$=s),s});