zohodealpos 2.0.3 → 2.0.5
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.
- package/package.json +1 -1
- package/zoho/381.3463940e0f47c2cf.js +1 -0
- package/zoho/3rdpartylicenses.txt +111 -4
- package/zoho/718.8fc4e94b51da5116.js +1 -0
- package/zoho/84.19a5ecd4042c78d9.js +1 -0
- package/zoho/index.html +5 -5
- package/zoho/main.b4a3f05ec8da7760.js +1 -0
- package/zoho/ngsw-worker.js +1 -1
- package/zoho/ngsw.json +17 -17
- package/zoho/polyfills.d23e93a178e5b024.js +1 -0
- package/zoho/runtime.a3bd73b00e5f3972.js +1 -0
- package/zoho/scripts.f6756cf1f07d1f05.js +1 -0
- package/zoho/styles.263c4ef01431c539.css +20 -0
- package/zoho/10.db1e385cb7edf777.js +0 -1
- package/zoho/41.8248c081cfc0f157.js +0 -1
- package/zoho/972.b1cbdf4ad460a74b.js +0 -1
- package/zoho/main.742503077513268a.js +0 -1
- package/zoho/polyfills.ec35f453602e12cf.js +0 -1
- package/zoho/runtime.5740332ba3da7328.js +0 -1
- package/zoho/scripts.286a59437f49ac18.js +0 -1
- package/zoho/styles.de573142f87e669b.css +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunkzoho=self.webpackChunkzoho||[]).push([[429],{8782:()=>{!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 z.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){z={parent:z,zone:this};try{return this._zoneDelegate.invoke(this,t,o,y,P)}finally{z=z.parent}}runGuarded(t,o=null,y,P){z={parent:z,zone:this};try{try{return this._zoneDelegate.invoke(this,t,o,y,P)}catch(K){if(this._zoneDelegate.handleError(this,K))throw K}}finally{z=z.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||G).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,z={parent:z,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))),z=z.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||G).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&&void 0!==this.data.handleId?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 G={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:()=>z,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 z={parent:null,zone:new _(null,null)},te=null,re=0;function F(){}r("Zone","Zone"),e.Zone=_}("undefined"!=typeof window&&window||"undefined"!=typeof self&&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="undefined"!=typeof window,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&&void 0===e.set)}const Ue="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,Re=!("nw"in $)&&void 0!==$.process&&"[object process]"==={}.toString.call($.process),je=!Re&&!Ue&&!(!Pe||!pe.HTMLElement),We=void 0!==$.process&&"[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(e){}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(s){}}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"),G=f("finally"),j=f("parentPromiseValue"),q=f("parentPromiseState"),X=null,A=!0,Y=!1;function M(l,s){return a=>{try{z(l,s,a)}catch(h){z(l,!1,h)}}}const le=f("currentTaskTrace");function z(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(()=>{z(l,!1,C)})(),l}if(s!==Y&&a instanceof t&&a.hasOwnProperty(d)&&a.hasOwnProperty(L)&&a[d]!==X)re(a),z(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(()=>{z(l,!1,C)})()}else{l[d]=s;const C=l[L];if(l[L]=a,l[G]===G&&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(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(s){}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&&G===a[G];N&&(a[j]=b,a[q]=C);const H=s.run(k,void 0,N&&k!==E&&k!==V?[]:[b]);z(a,!0,H)}catch(b){z(a,!1,b)}},a)}const p=function(){};class t{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(s){return z(new this(null),A,s)}static reject(s){return z(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){z(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[G]=G;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(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("undefined"!=typeof window)try{const e=Object.defineProperty({},"passive",{get:function(){me=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch(e){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 G=E.callback;"object"==typeof G&&G.handleEvent&&(E.callback=q=>G.handleEvent(q),E.originalDelegate=G),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 G=L.slice();for(let j=0;j<G.length&&(!E||!0!==E[xe]);j++)S(G[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 G=L.slice();for(let j=0;j<G.length&&(!E||!0!==E[xe]);j++)S(G[j],d,E)}};function B(E,d){if(!E)return!1;let L=!0;d&&void 0!==d.useG&&(L=d.useG);const G=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(G&&!G(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 ze=!!oe&&("boolean"==typeof oe||oe.capture),st=!(!oe||"object"!=typeof oe)&&oe.once,At=Zone.current;let Ge=ee[N];Ge||(Qe(N,X),Ge=ee[N]);const it=Ge[ze?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=ze,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=ze,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(G&&!G(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(e,n){n.patchEventPrototype(e,n)})(e,i),function(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(e,n){if(Re&&!We||Zone[e.symbol("patchEvents")])return;const i="undefined"!=typeof WebSocket,r=n.__Zone_ignore_on_properties;if(je){const f=window,_=function(){try{const e=pe.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch(e){}return!1}()?[{target:f,ignoreProperties:["error"]}]:[];W(f,Te.concat(["messageerror"]),r&&r.concat(_),de(f)),W(Document.prototype,Te,r),void 0!==f.SVGElement&&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),"undefined"!=typeof IDBIndex&&(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(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(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 G(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,G);v&&!0===v[_]&&!R.aborted&&J.state===E&&J.invoke()}}),Y=ce(S,"abort",()=>function(v,M){const R=function(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(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"))})},7344:(we,ue,he)=>{he(8782)}},we=>{we(we.s=7344)}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(()=>{"use strict";var e,h={},v={};function r(e){var o=v[e];if(void 0!==o)return o.exports;var t=v[e]={id:e,loaded:!1,exports:{}};return h[e].call(t.exports,t,t.exports,r),t.loaded=!0,t.exports}r.m=h,e=[],r.O=(o,t,f,i)=>{if(!t){var a=1/0;for(n=0;n<e.length;n++){for(var[t,f,i]=e[n],c=!0,d=0;d<t.length;d++)(!1&i||a>=i)&&Object.keys(r.O).every(b=>r.O[b](t[d]))?t.splice(d--,1):(c=!1,i<a&&(a=i));if(c){e.splice(n--,1);var l=f();void 0!==l&&(o=l)}}return o}i=i||0;for(var n=e.length;n>0&&e[n-1][2]>i;n--)e[n]=e[n-1];e[n]=[t,f,i]},r.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return r.d(o,{a:o}),o},(()=>{var o,e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__;r.t=function(t,f){if(1&f&&(t=this(t)),8&f||"object"==typeof t&&t&&(4&f&&t.__esModule||16&f&&"function"==typeof t.then))return t;var i=Object.create(null);r.r(i);var n={};o=o||[null,e({}),e([]),e(e)];for(var a=2&f&&t;"object"==typeof a&&!~o.indexOf(a);a=e(a))Object.getOwnPropertyNames(a).forEach(c=>n[c]=()=>t[c]);return n.default=()=>t,r.d(i,n),i}})(),r.d=(e,o)=>{for(var t in o)r.o(o,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((o,t)=>(r.f[t](e,o),o),[])),r.u=e=>e+"."+{10:"db1e385cb7edf777",41:"8248c081cfc0f157",972:"b1cbdf4ad460a74b"}[e]+".js",r.miniCssF=e=>"styles.de573142f87e669b.css",r.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={},o="zoho:";r.l=(t,f,i,n)=>{if(e[t])e[t].push(f);else{var a,c;if(void 0!==i)for(var d=document.getElementsByTagName("script"),l=0;l<d.length;l++){var s=d[l];if(s.getAttribute("src")==t||s.getAttribute("data-webpack")==o+i){a=s;break}}a||(c=!0,(a=document.createElement("script")).type="module",a.charset="utf-8",a.timeout=120,r.nc&&a.setAttribute("nonce",r.nc),a.setAttribute("data-webpack",o+i),a.src=r.tu(t)),e[t]=[f];var u=(g,b)=>{a.onerror=a.onload=null,clearTimeout(p);var _=e[t];if(delete e[t],a.parentNode&&a.parentNode.removeChild(a),_&&_.forEach(y=>y(b)),g)return g(b)},p=setTimeout(u.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=u.bind(null,a.onerror),a.onload=u.bind(null,a.onload),c&&document.head.appendChild(a)}}})(),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;r.tu=o=>(void 0===e&&(e={createScriptURL:t=>t},"undefined"!=typeof trustedTypes&&trustedTypes.createPolicy&&(e=trustedTypes.createPolicy("angular#bundler",e))),e.createScriptURL(o))})(),r.p="https://cdn.jsdelivr.net/npm/zohodealpos@2.0.3/zoho/",(()=>{var e={666:0};r.f.j=(f,i)=>{var n=r.o(e,f)?e[f]:void 0;if(0!==n)if(n)i.push(n[2]);else if(666!=f){var a=new Promise((s,u)=>n=e[f]=[s,u]);i.push(n[2]=a);var c=r.p+r.u(f),d=new Error;r.l(c,s=>{if(r.o(e,f)&&(0!==(n=e[f])&&(e[f]=void 0),n)){var u=s&&("load"===s.type?"missing":s.type),p=s&&s.target&&s.target.src;d.message="Loading chunk "+f+" failed.\n("+u+": "+p+")",d.name="ChunkLoadError",d.type=u,d.request=p,n[1](d)}},"chunk-"+f,f)}else e[f]=0},r.O.j=f=>0===e[f];var o=(f,i)=>{var d,l,[n,a,c]=i,s=0;if(n.some(p=>0!==e[p])){for(d in a)r.o(a,d)&&(r.m[d]=a[d]);if(c)var u=c(r)}for(f&&f(i);s<n.length;s++)r.o(e,l=n[s])&&e[l]&&e[l][0](),e[n[s]]=0;return r.O(u)},t=self.webpackChunkzoho=self.webpackChunkzoho||[];t.forEach(o.bind(null,0)),t.push=o.bind(null,t.push.bind(t))})()})();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(B,$e){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=B.document?$e(B,!0):function(Ve){if(!Ve.document)throw new Error("jQuery requires a window with a document");return $e(Ve)}:$e(B)}("undefined"!=typeof window?window:this,function(B,$e){"use strict";var Ve=[],yn=Object.getPrototypeOf,u=Ve.slice,Ut=Ve.flat?function(e){return Ve.flat.call(e)}:function(e){return Ve.concat.apply([],e)},Yt=Ve.push,be=Ve.indexOf,ge={},Dt=ge.toString,ft=ge.hasOwnProperty,En=ft.toString,qn=En.call(Object),le={},ne=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},Ot=function(t){return null!=t&&t===t.window},ue=B.document,W={type:!0,src:!0,nonce:!0,noModule:!0};function Ke(e,t,n){var r,o,s=(n=n||ue).createElement("script");if(s.text=e,t)for(r in W)(o=t[r]||t.getAttribute&&t.getAttribute(r))&&s.setAttribute(r,o);n.head.appendChild(s).parentNode.removeChild(s)}function xt(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ge[Dt.call(e)]||"object":typeof e}var a=function(e,t){return new a.fn.init(e,t)};function on(e){var t=!!e&&"length"in e&&e.length,n=xt(e);return!ne(e)&&!Ot(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}a.fn=a.prototype={jquery:"3.5.1",constructor:a,length:0,toArray:function(){return u.call(this)},get:function(e){return null==e?u.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=a.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return a.each(this,e)},map:function(e){return this.pushStack(a.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(u.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(a.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(a.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:Yt,sort:Ve.sort,splice:Ve.splice},a.extend=a.fn.extend=function(){var e,t,n,r,o,s,l=arguments[0]||{},v=1,m=arguments.length,b=!1;for("boolean"==typeof l&&(b=l,l=arguments[v]||{},v++),"object"!=typeof l&&!ne(l)&&(l={}),v===m&&(l=this,v--);v<m;v++)if(null!=(e=arguments[v]))for(t in e)r=e[t],"__proto__"!==t&&l!==r&&(b&&r&&(a.isPlainObject(r)||(o=Array.isArray(r)))?(n=l[t],s=o&&!Array.isArray(n)?[]:o||a.isPlainObject(n)?n:{},o=!1,l[t]=a.extend(b,s,r)):void 0!==r&&(l[t]=r));return l},a.extend({expando:"jQuery"+("3.5.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==Dt.call(e)||(t=yn(e))&&("function"!=typeof(n=ft.call(t,"constructor")&&t.constructor)||En.call(n)!==qn))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){Ke(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(on(e))for(n=e.length;r<n&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(on(Object(e))?a.merge(n,"string"==typeof e?[e]:e):Yt.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:be.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,o=e.length;r<n;r++)e[o++]=t[r];return e.length=o,e},grep:function(e,t,n){for(var o=[],s=0,l=e.length,v=!n;s<l;s++)!t(e[s],s)!==v&&o.push(e[s]);return o},map:function(e,t,n){var r,o,s=0,l=[];if(on(e))for(r=e.length;s<r;s++)null!=(o=t(e[s],s,n))&&l.push(o);else for(s in e)null!=(o=t(e[s],s,n))&&l.push(o);return Ut(l)},guid:1,support:le}),"function"==typeof Symbol&&(a.fn[Symbol.iterator]=Ve[Symbol.iterator]),a.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){ge["[object "+t+"]"]=t.toLowerCase()});var ht=function(e){var t,n,r,o,s,l,v,m,b,D,k,w,O,Y,ae,K,Oe,we,ze,me="sizzle"+1*new Date,re=e.document,xe=0,ce=0,Te=St(),Mn=St(),Zn=St(),Ge=St(),tn=function(d,g){return d===g&&(k=!0),0},qt={}.hasOwnProperty,Fe=[],nt=Fe.pop,rt=Fe.push,Ft=Fe.push,Kr=Fe.slice,nn=function(d,g){for(var T=0,I=d.length;T<I;T++)if(d[T]===g)return T;return-1},Er="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",he="[\\x20\\t\\r\\n\\f]",Vt="(?:\\\\[\\da-fA-F]{1,6}"+he+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Wt="\\["+he+"*("+Vt+")(?:"+he+"*([*^$|!~]?=)"+he+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+Vt+"))|)"+he+"*\\]",Tr=":("+Vt+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+Wt+")*)|.*)\\)|)",er=new RegExp(he+"+","g"),Ue=new RegExp("^"+he+"+|((?:^|[^\\\\])(?:\\\\.)*)"+he+"+$","g"),_i=new RegExp("^"+he+"*,"+he+"*"),br=new RegExp("^"+he+"*([>+~]|"+he+")"+he+"*"),yi=new RegExp(he+"|>"),Ei=new RegExp(Tr),Ti=new RegExp("^"+Vt+"$"),tr={ID:new RegExp("^#("+Vt+")"),CLASS:new RegExp("^\\.("+Vt+")"),TAG:new RegExp("^("+Vt+"|[*])"),ATTR:new RegExp("^"+Wt),PSEUDO:new RegExp("^"+Tr),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+he+"*(even|odd|(([+-]|)(\\d*)n|)"+he+"*(?:([+-]|)"+he+"*(\\d+)|))"+he+"*\\)|)","i"),bool:new RegExp("^(?:"+Er+")$","i"),needsContext:new RegExp("^"+he+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+he+"*((?:-\\d)?\\d*)"+he+"*\\)|)(?=[^-]|$)","i")},bi=/HTML$/i,jn=/^(?:input|select|textarea|button)$/i,Cr=/^h\d$/i,Hn=/^[^{]+\{\s*\[native \w/,$n=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,rn=/[+~]/,bt=new RegExp("\\\\[\\da-fA-F]{1,6}"+he+"?|\\\\([^\\r\\n\\f])","g"),Ct=function(d,g){var T="0x"+d.slice(1)-65536;return g||(T<0?String.fromCharCode(T+65536):String.fromCharCode(T>>10|55296,1023&T|56320))},mn=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,nr=function(d,g){return g?"\0"===d?"\ufffd":d.slice(0,-1)+"\\"+d.charCodeAt(d.length-1).toString(16)+" ":"\\"+d},Qr=function(){w()},Ci=ir(function(d){return!0===d.disabled&&"fieldset"===d.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{Ft.apply(Fe=Kr.call(re.childNodes),re.childNodes)}catch(d){Ft={apply:Fe.length?function(g,T){rt.apply(g,Kr.call(T))}:function(g,T){for(var I=g.length,C=0;g[I++]=T[C++];);g.length=I-1}}}function de(d,g,T,I){var C,P,M,q,F,Z,X,J=g&&g.ownerDocument,fe=g?g.nodeType:9;if(T=T||[],"string"!=typeof d||!d||1!==fe&&9!==fe&&11!==fe)return T;if(!I&&(w(g),g=g||O,ae)){if(11!==fe&&(F=$n.exec(d)))if(C=F[1]){if(9===fe){if(!(M=g.getElementById(C)))return T;if(M.id===C)return T.push(M),T}else if(J&&(M=J.getElementById(C))&&ze(g,M)&&M.id===C)return T.push(M),T}else{if(F[2])return Ft.apply(T,g.getElementsByTagName(d)),T;if((C=F[3])&&n.getElementsByClassName&&g.getElementsByClassName)return Ft.apply(T,g.getElementsByClassName(C)),T}if(n.qsa&&!Ge[d+" "]&&(!K||!K.test(d))&&(1!==fe||"object"!==g.nodeName.toLowerCase())){if(X=d,J=g,1===fe&&(yi.test(d)||br.test(d))){for(((J=rn.test(d)&&Sr(g.parentNode)||g)!==g||!n.scope)&&((q=g.getAttribute("id"))?q=q.replace(mn,nr):g.setAttribute("id",q=me)),P=(Z=l(d)).length;P--;)Z[P]=(q?"#"+q:":scope")+" "+rr(Z[P]);X=Z.join(",")}try{return Ft.apply(T,J.querySelectorAll(X)),T}catch(_e){Ge(d,!0)}finally{q===me&&g.removeAttribute("id")}}}return m(d.replace(Ue,"$1"),g,T,I)}function St(){var d=[];return function g(T,I){return d.push(T+" ")>r.cacheLength&&delete g[d.shift()],g[T+" "]=I}}function ut(d){return d[me]=!0,d}function Ye(d){var g=O.createElement("fieldset");try{return!!d(g)}catch(T){return!1}finally{g.parentNode&&g.parentNode.removeChild(g),g=null}}function Xe(d,g){for(var T=d.split("|"),I=T.length;I--;)r.attrHandle[T[I]]=g}function zr(d,g){var T=g&&d,I=T&&1===d.nodeType&&1===g.nodeType&&d.sourceIndex-g.sourceIndex;if(I)return I;if(T)for(;T=T.nextSibling;)if(T===g)return-1;return d?1:-1}function Gr(d){return function(g){return"input"===g.nodeName.toLowerCase()&&g.type===d}}function Si(d){return function(g){var T=g.nodeName.toLowerCase();return("input"===T||"button"===T)&&g.type===d}}function Xr(d){return function(g){return"form"in g?g.parentNode&&!1===g.disabled?"label"in g?"label"in g.parentNode?g.parentNode.disabled===d:g.disabled===d:g.isDisabled===d||g.isDisabled!==!d&&Ci(g)===d:g.disabled===d:"label"in g&&g.disabled===d}}function an(d){return ut(function(g){return g=+g,ut(function(T,I){for(var C,P=d([],T.length,g),M=P.length;M--;)T[C=P[M]]&&(T[C]=!(I[C]=T[C]))})})}function Sr(d){return d&&void 0!==d.getElementsByTagName&&d}for(t in n=de.support={},s=de.isXML=function(d){var T=(d.ownerDocument||d).documentElement;return!bi.test(d.namespaceURI||T&&T.nodeName||"HTML")},w=de.setDocument=function(d){var g,T,I=d?d.ownerDocument||d:re;return I==O||9!==I.nodeType||!I.documentElement||(Y=(O=I).documentElement,ae=!s(O),re!=O&&(T=O.defaultView)&&T.top!==T&&(T.addEventListener?T.addEventListener("unload",Qr,!1):T.attachEvent&&T.attachEvent("onunload",Qr)),n.scope=Ye(function(C){return Y.appendChild(C).appendChild(O.createElement("div")),void 0!==C.querySelectorAll&&!C.querySelectorAll(":scope fieldset div").length}),n.attributes=Ye(function(C){return C.className="i",!C.getAttribute("className")}),n.getElementsByTagName=Ye(function(C){return C.appendChild(O.createComment("")),!C.getElementsByTagName("*").length}),n.getElementsByClassName=Hn.test(O.getElementsByClassName),n.getById=Ye(function(C){return Y.appendChild(C).id=me,!O.getElementsByName||!O.getElementsByName(me).length}),n.getById?(r.filter.ID=function(C){var P=C.replace(bt,Ct);return function(M){return M.getAttribute("id")===P}},r.find.ID=function(C,P){if(void 0!==P.getElementById&&ae){var M=P.getElementById(C);return M?[M]:[]}}):(r.filter.ID=function(C){var P=C.replace(bt,Ct);return function(M){var q=void 0!==M.getAttributeNode&&M.getAttributeNode("id");return q&&q.value===P}},r.find.ID=function(C,P){if(void 0!==P.getElementById&&ae){var M,q,F,Z=P.getElementById(C);if(Z){if((M=Z.getAttributeNode("id"))&&M.value===C)return[Z];for(F=P.getElementsByName(C),q=0;Z=F[q++];)if((M=Z.getAttributeNode("id"))&&M.value===C)return[Z]}return[]}}),r.find.TAG=n.getElementsByTagName?function(C,P){return void 0!==P.getElementsByTagName?P.getElementsByTagName(C):n.qsa?P.querySelectorAll(C):void 0}:function(C,P){var M,q=[],F=0,Z=P.getElementsByTagName(C);if("*"===C){for(;M=Z[F++];)1===M.nodeType&&q.push(M);return q}return Z},r.find.CLASS=n.getElementsByClassName&&function(C,P){if(void 0!==P.getElementsByClassName&&ae)return P.getElementsByClassName(C)},Oe=[],K=[],(n.qsa=Hn.test(O.querySelectorAll))&&(Ye(function(C){var P;Y.appendChild(C).innerHTML="<a id='"+me+"'></a><select id='"+me+"-\r\\' msallowcapture=''><option selected=''></option></select>",C.querySelectorAll("[msallowcapture^='']").length&&K.push("[*^$]="+he+"*(?:''|\"\")"),C.querySelectorAll("[selected]").length||K.push("\\["+he+"*(?:value|"+Er+")"),C.querySelectorAll("[id~="+me+"-]").length||K.push("~="),(P=O.createElement("input")).setAttribute("name",""),C.appendChild(P),C.querySelectorAll("[name='']").length||K.push("\\["+he+"*name"+he+"*="+he+"*(?:''|\"\")"),C.querySelectorAll(":checked").length||K.push(":checked"),C.querySelectorAll("a#"+me+"+*").length||K.push(".#.+[+~]"),C.querySelectorAll("\\\f"),K.push("[\\r\\n\\f]")}),Ye(function(C){C.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var P=O.createElement("input");P.setAttribute("type","hidden"),C.appendChild(P).setAttribute("name","D"),C.querySelectorAll("[name=d]").length&&K.push("name"+he+"*[*^$|!~]?="),2!==C.querySelectorAll(":enabled").length&&K.push(":enabled",":disabled"),Y.appendChild(C).disabled=!0,2!==C.querySelectorAll(":disabled").length&&K.push(":enabled",":disabled"),C.querySelectorAll("*,:x"),K.push(",.*:")})),(n.matchesSelector=Hn.test(we=Y.matches||Y.webkitMatchesSelector||Y.mozMatchesSelector||Y.oMatchesSelector||Y.msMatchesSelector))&&Ye(function(C){n.disconnectedMatch=we.call(C,"*"),we.call(C,"[s!='']:x"),Oe.push("!=",Tr)}),K=K.length&&new RegExp(K.join("|")),Oe=Oe.length&&new RegExp(Oe.join("|")),g=Hn.test(Y.compareDocumentPosition),ze=g||Hn.test(Y.contains)?function(C,P){var M=9===C.nodeType?C.documentElement:C,q=P&&P.parentNode;return C===q||!(!q||1!==q.nodeType||!(M.contains?M.contains(q):C.compareDocumentPosition&&16&C.compareDocumentPosition(q)))}:function(C,P){if(P)for(;P=P.parentNode;)if(P===C)return!0;return!1},tn=g?function(C,P){if(C===P)return k=!0,0;var M=!C.compareDocumentPosition-!P.compareDocumentPosition;return M||(1&(M=(C.ownerDocument||C)==(P.ownerDocument||P)?C.compareDocumentPosition(P):1)||!n.sortDetached&&P.compareDocumentPosition(C)===M?C==O||C.ownerDocument==re&&ze(re,C)?-1:P==O||P.ownerDocument==re&&ze(re,P)?1:D?nn(D,C)-nn(D,P):0:4&M?-1:1)}:function(C,P){if(C===P)return k=!0,0;var M,q=0,F=C.parentNode,Z=P.parentNode,X=[C],J=[P];if(!F||!Z)return C==O?-1:P==O?1:F?-1:Z?1:D?nn(D,C)-nn(D,P):0;if(F===Z)return zr(C,P);for(M=C;M=M.parentNode;)X.unshift(M);for(M=P;M=M.parentNode;)J.unshift(M);for(;X[q]===J[q];)q++;return q?zr(X[q],J[q]):X[q]==re?-1:J[q]==re?1:0}),O},de.matches=function(d,g){return de(d,null,null,g)},de.matchesSelector=function(d,g){if(w(d),n.matchesSelector&&ae&&!Ge[g+" "]&&(!Oe||!Oe.test(g))&&(!K||!K.test(g)))try{var T=we.call(d,g);if(T||n.disconnectedMatch||d.document&&11!==d.document.nodeType)return T}catch(I){Ge(g,!0)}return de(g,O,null,[d]).length>0},de.contains=function(d,g){return(d.ownerDocument||d)!=O&&w(d),ze(d,g)},de.attr=function(d,g){(d.ownerDocument||d)!=O&&w(d);var T=r.attrHandle[g.toLowerCase()],I=T&&qt.call(r.attrHandle,g.toLowerCase())?T(d,g,!ae):void 0;return void 0!==I?I:n.attributes||!ae?d.getAttribute(g):(I=d.getAttributeNode(g))&&I.specified?I.value:null},de.escape=function(d){return(d+"").replace(mn,nr)},de.error=function(d){throw new Error("Syntax error, unrecognized expression: "+d)},de.uniqueSort=function(d){var g,T=[],I=0,C=0;if(k=!n.detectDuplicates,D=!n.sortStable&&d.slice(0),d.sort(tn),k){for(;g=d[C++];)g===d[C]&&(I=T.push(C));for(;I--;)d.splice(T[I],1)}return D=null,d},o=de.getText=function(d){var g,T="",I=0,C=d.nodeType;if(C){if(1===C||9===C||11===C){if("string"==typeof d.textContent)return d.textContent;for(d=d.firstChild;d;d=d.nextSibling)T+=o(d)}else if(3===C||4===C)return d.nodeValue}else for(;g=d[I++];)T+=o(g);return T},(r=de.selectors={cacheLength:50,createPseudo:ut,match:tr,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(bt,Ct),d[3]=(d[3]||d[4]||d[5]||"").replace(bt,Ct),"~="===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]||de.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]&&de.error(d[0]),d},PSEUDO:function(d){var g,T=!d[6]&&d[2];return tr.CHILD.test(d[0])?null:(d[3]?d[2]=d[4]||d[5]||"":T&&Ei.test(T)&&(g=l(T,!0))&&(g=T.indexOf(")",T.length-g)-T.length)&&(d[0]=d[0].slice(0,g),d[2]=T.slice(0,g)),d.slice(0,3))}},filter:{TAG:function(d){var g=d.replace(bt,Ct).toLowerCase();return"*"===d?function(){return!0}:function(T){return T.nodeName&&T.nodeName.toLowerCase()===g}},CLASS:function(d){var g=Te[d+" "];return g||(g=new RegExp("(^|"+he+")"+d+"("+he+"|$)"))&&Te(d,function(T){return g.test("string"==typeof T.className&&T.className||void 0!==T.getAttribute&&T.getAttribute("class")||"")})},ATTR:function(d,g,T){return function(I){var C=de.attr(I,d);return null==C?"!="===g:!g||(C+="","="===g?C===T:"!="===g?C!==T:"^="===g?T&&0===C.indexOf(T):"*="===g?T&&C.indexOf(T)>-1:"$="===g?T&&C.slice(-T.length)===T:"~="===g?(" "+C.replace(er," ")+" ").indexOf(T)>-1:"|="===g&&(C===T||C.slice(0,T.length+1)===T+"-"))}},CHILD:function(d,g,T,I,C){var P="nth"!==d.slice(0,3),M="last"!==d.slice(-4),q="of-type"===g;return 1===I&&0===C?function(F){return!!F.parentNode}:function(F,Z,X){var J,fe,_e,ee,Ie,je,Je=P!==M?"nextSibling":"previousSibling",Ee=F.parentNode,wt=q&&F.nodeName.toLowerCase(),At=!X&&!q,Ze=!1;if(Ee){if(P){for(;Je;){for(ee=F;ee=ee[Je];)if(q?ee.nodeName.toLowerCase()===wt:1===ee.nodeType)return!1;je=Je="only"===d&&!je&&"nextSibling"}return!0}if(je=[M?Ee.firstChild:Ee.lastChild],M&&At){for(Ze=(Ie=(J=(fe=(_e=(ee=Ee)[me]||(ee[me]={}))[ee.uniqueID]||(_e[ee.uniqueID]={}))[d]||[])[0]===xe&&J[1])&&J[2],ee=Ie&&Ee.childNodes[Ie];ee=++Ie&&ee&&ee[Je]||(Ze=Ie=0)||je.pop();)if(1===ee.nodeType&&++Ze&&ee===F){fe[d]=[xe,Ie,Ze];break}}else if(At&&(Ze=Ie=(J=(fe=(_e=(ee=F)[me]||(ee[me]={}))[ee.uniqueID]||(_e[ee.uniqueID]={}))[d]||[])[0]===xe&&J[1]),!1===Ze)for(;(ee=++Ie&&ee&&ee[Je]||(Ze=Ie=0)||je.pop())&&((q?ee.nodeName.toLowerCase()!==wt:1!==ee.nodeType)||!++Ze||(At&&((fe=(_e=ee[me]||(ee[me]={}))[ee.uniqueID]||(_e[ee.uniqueID]={}))[d]=[xe,Ze]),ee!==F)););return(Ze-=C)===I||Ze%I==0&&Ze/I>=0}}},PSEUDO:function(d,g){var T,I=r.pseudos[d]||r.setFilters[d.toLowerCase()]||de.error("unsupported pseudo: "+d);return I[me]?I(g):I.length>1?(T=[d,d,"",g],r.setFilters.hasOwnProperty(d.toLowerCase())?ut(function(C,P){for(var M,q=I(C,g),F=q.length;F--;)C[M=nn(C,q[F])]=!(P[M]=q[F])}):function(C){return I(C,0,T)}):I}},pseudos:{not:ut(function(d){var g=[],T=[],I=v(d.replace(Ue,"$1"));return I[me]?ut(function(C,P,M,q){for(var F,Z=I(C,null,q,[]),X=C.length;X--;)(F=Z[X])&&(C[X]=!(P[X]=F))}):function(C,P,M){return g[0]=C,I(g,null,M,T),g[0]=null,!T.pop()}}),has:ut(function(d){return function(g){return de(d,g).length>0}}),contains:ut(function(d){return d=d.replace(bt,Ct),function(g){return(g.textContent||o(g)).indexOf(d)>-1}}),lang:ut(function(d){return Ti.test(d||"")||de.error("unsupported lang: "+d),d=d.replace(bt,Ct).toLowerCase(),function(g){var T;do{if(T=ae?g.lang:g.getAttribute("xml:lang")||g.getAttribute("lang"))return(T=T.toLowerCase())===d||0===T.indexOf(d+"-")}while((g=g.parentNode)&&1===g.nodeType);return!1}}),target:function(d){var g=e.location&&e.location.hash;return g&&g.slice(1)===d.id},root:function(d){return d===Y},focus:function(d){return d===O.activeElement&&(!O.hasFocus||O.hasFocus())&&!!(d.type||d.href||~d.tabIndex)},enabled:Xr(!1),disabled:Xr(!0),checked:function(d){var g=d.nodeName.toLowerCase();return"input"===g&&!!d.checked||"option"===g&&!!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 Cr.test(d.nodeName)},input:function(d){return jn.test(d.nodeName)},button:function(d){var g=d.nodeName.toLowerCase();return"input"===g&&"button"===d.type||"button"===g},text:function(d){var g;return"input"===d.nodeName.toLowerCase()&&"text"===d.type&&(null==(g=d.getAttribute("type"))||"text"===g.toLowerCase())},first:an(function(){return[0]}),last:an(function(d,g){return[g-1]}),eq:an(function(d,g,T){return[T<0?T+g:T]}),even:an(function(d,g){for(var T=0;T<g;T+=2)d.push(T);return d}),odd:an(function(d,g){for(var T=1;T<g;T+=2)d.push(T);return d}),lt:an(function(d,g,T){for(var I=T<0?T+g:T>g?g:T;--I>=0;)d.push(I);return d}),gt:an(function(d,g,T){for(var I=T<0?T+g:T;++I<g;)d.push(I);return d})}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=Gr(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=Si(t);function Jr(){}function rr(d){for(var g=0,T=d.length,I="";g<T;g++)I+=d[g].value;return I}function ir(d,g,T){var I=g.dir,C=g.next,P=C||I,M=T&&"parentNode"===P,q=ce++;return g.first?function(F,Z,X){for(;F=F[I];)if(1===F.nodeType||M)return d(F,Z,X);return!1}:function(F,Z,X){var J,fe,_e,ee=[xe,q];if(X){for(;F=F[I];)if((1===F.nodeType||M)&&d(F,Z,X))return!0}else for(;F=F[I];)if(1===F.nodeType||M)if(fe=(_e=F[me]||(F[me]={}))[F.uniqueID]||(_e[F.uniqueID]={}),C&&C===F.nodeName.toLowerCase())F=F[I]||F;else{if((J=fe[P])&&J[0]===xe&&J[1]===q)return ee[2]=J[2];if(fe[P]=ee,ee[2]=d(F,Z,X))return!0}return!1}}function wr(d){return d.length>1?function(g,T,I){for(var C=d.length;C--;)if(!d[C](g,T,I))return!1;return!0}:d[0]}function dt(d,g,T,I,C){for(var P,M=[],q=0,F=d.length,Z=null!=g;q<F;q++)(P=d[q])&&(!T||T(P,I,C))&&(M.push(P),Z&&g.push(q));return M}function Ar(d,g,T,I,C,P){return I&&!I[me]&&(I=Ar(I)),C&&!C[me]&&(C=Ar(C,P)),ut(function(M,q,F,Z){var X,J,fe,_e=[],ee=[],Ie=q.length,je=M||function(d,g,T){for(var I=0,C=g.length;I<C;I++)de(d,g[I],T);return T}(g||"*",F.nodeType?[F]:F,[]),Je=!d||!M&&g?je:dt(je,_e,d,F,Z),Ee=T?C||(M?d:Ie||I)?[]:q:Je;if(T&&T(Je,Ee,F,Z),I)for(X=dt(Ee,ee),I(X,[],F,Z),J=X.length;J--;)(fe=X[J])&&(Ee[ee[J]]=!(Je[ee[J]]=fe));if(M){if(C||d){if(C){for(X=[],J=Ee.length;J--;)(fe=Ee[J])&&X.push(Je[J]=fe);C(null,Ee=[],X,Z)}for(J=Ee.length;J--;)(fe=Ee[J])&&(X=C?nn(M,fe):_e[J])>-1&&(M[X]=!(q[X]=fe))}}else Ee=dt(Ee===q?Ee.splice(Ie,Ee.length):Ee),C?C(null,q,Ee,Z):Ft.apply(q,Ee)})}function _n(d){for(var g,T,I,C=d.length,P=r.relative[d[0].type],M=P||r.relative[" "],q=P?1:0,F=ir(function(J){return J===g},M,!0),Z=ir(function(J){return nn(g,J)>-1},M,!0),X=[function(J,fe,_e){var ee=!P&&(_e||fe!==b)||((g=fe).nodeType?F(J,fe,_e):Z(J,fe,_e));return g=null,ee}];q<C;q++)if(T=r.relative[d[q].type])X=[ir(wr(X),T)];else{if((T=r.filter[d[q].type].apply(null,d[q].matches))[me]){for(I=++q;I<C&&!r.relative[d[I].type];I++);return Ar(q>1&&wr(X),q>1&&rr(d.slice(0,q-1).concat({value:" "===d[q-2].type?"*":""})).replace(Ue,"$1"),T,q<I&&_n(d.slice(q,I)),I<C&&_n(d=d.slice(I)),I<C&&rr(d))}X.push(T)}return wr(X)}return Jr.prototype=r.filters=r.pseudos,r.setFilters=new Jr,l=de.tokenize=function(d,g){var T,I,C,P,M,q,F,Z=Mn[d+" "];if(Z)return g?0:Z.slice(0);for(M=d,q=[],F=r.preFilter;M;){for(P in(!T||(I=_i.exec(M)))&&(I&&(M=M.slice(I[0].length)||M),q.push(C=[])),T=!1,(I=br.exec(M))&&(T=I.shift(),C.push({value:T,type:I[0].replace(Ue," ")}),M=M.slice(T.length)),r.filter)(I=tr[P].exec(M))&&(!F[P]||(I=F[P](I)))&&(T=I.shift(),C.push({value:T,type:P,matches:I}),M=M.slice(T.length));if(!T)break}return g?M.length:M?de.error(d):Mn(d,q).slice(0)},v=de.compile=function(d,g){var T,I=[],C=[],P=Zn[d+" "];if(!P){for(g||(g=l(d)),T=g.length;T--;)(P=_n(g[T]))[me]?I.push(P):C.push(P);P=Zn(d,function(d,g){var T=g.length>0,I=d.length>0,C=function(P,M,q,F,Z){var X,J,fe,_e=0,ee="0",Ie=P&&[],je=[],Je=b,Ee=P||I&&r.find.TAG("*",Z),wt=xe+=null==Je?1:Math.random()||.1,At=Ee.length;for(Z&&(b=M==O||M||Z);ee!==At&&null!=(X=Ee[ee]);ee++){if(I&&X){for(J=0,!M&&X.ownerDocument!=O&&(w(X),q=!ae);fe=d[J++];)if(fe(X,M||O,q)){F.push(X);break}Z&&(xe=wt)}T&&((X=!fe&&X)&&_e--,P&&Ie.push(X))}if(_e+=ee,T&&ee!==_e){for(J=0;fe=g[J++];)fe(Ie,je,M,q);if(P){if(_e>0)for(;ee--;)Ie[ee]||je[ee]||(je[ee]=nt.call(F));je=dt(je)}Ft.apply(F,je),Z&&!P&&je.length>0&&_e+g.length>1&&de.uniqueSort(F)}return Z&&(xe=wt,b=Je),Ie};return T?ut(C):C}(C,I)),P.selector=d}return P},m=de.select=function(d,g,T,I){var C,P,M,q,F,Z="function"==typeof d&&d,X=!I&&l(d=Z.selector||d);if(T=T||[],1===X.length){if((P=X[0]=X[0].slice(0)).length>2&&"ID"===(M=P[0]).type&&9===g.nodeType&&ae&&r.relative[P[1].type]){if(!(g=(r.find.ID(M.matches[0].replace(bt,Ct),g)||[])[0]))return T;Z&&(g=g.parentNode),d=d.slice(P.shift().value.length)}for(C=tr.needsContext.test(d)?0:P.length;C--&&!r.relative[q=(M=P[C]).type];)if((F=r.find[q])&&(I=F(M.matches[0].replace(bt,Ct),rn.test(P[0].type)&&Sr(g.parentNode)||g))){if(P.splice(C,1),!(d=I.length&&rr(P)))return Ft.apply(T,I),T;break}}return(Z||v(d,X))(I,g,!ae,T,!g||rn.test(d)&&Sr(g.parentNode)||g),T},n.sortStable=me.split("").sort(tn).join("")===me,n.detectDuplicates=!!k,w(),n.sortDetached=Ye(function(d){return 1&d.compareDocumentPosition(O.createElement("fieldset"))}),Ye(function(d){return d.innerHTML="<a href='#'></a>","#"===d.firstChild.getAttribute("href")})||Xe("type|href|height|width",function(d,g,T){if(!T)return d.getAttribute(g,"type"===g.toLowerCase()?1:2)}),(!n.attributes||!Ye(function(d){return d.innerHTML="<input/>",d.firstChild.setAttribute("value",""),""===d.firstChild.getAttribute("value")}))&&Xe("value",function(d,g,T){if(!T&&"input"===d.nodeName.toLowerCase())return d.defaultValue}),Ye(function(d){return null==d.getAttribute("disabled")})||Xe(Er,function(d,g,T){var I;if(!T)return!0===d[g]?g.toLowerCase():(I=d.getAttributeNode(g))&&I.specified?I.value:null}),de}(B);a.find=ht,a.expr=ht.selectors,a.expr[":"]=a.expr.pseudos,a.uniqueSort=a.unique=ht.uniqueSort,a.text=ht.getText,a.isXMLDoc=ht.isXML,a.contains=ht.contains,a.escapeSelector=ht.escape;var Lt=function(e,t,n){for(var r=[],o=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(o&&a(e).is(n))break;r.push(e)}return r},pt=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},qe=a.expr.match.needsContext;function Ce(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var sn=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Kt(e,t,n){return ne(t)?a.grep(e,function(r,o){return!!t.call(r,o,r)!==n}):t.nodeType?a.grep(e,function(r){return r===t!==n}):"string"!=typeof t?a.grep(e,function(r){return be.call(t,r)>-1!==n}):a.filter(t,e,n)}a.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?a.find.matchesSelector(r,e)?[r]:[]:a.find.matches(e,a.grep(t,function(o){return 1===o.nodeType}))},a.fn.extend({find:function(e){var t,n,r=this.length,o=this;if("string"!=typeof e)return this.pushStack(a(e).filter(function(){for(t=0;t<r;t++)if(a.contains(o[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)a.find(e,o[t],n);return r>1?a.uniqueSort(n):n},filter:function(e){return this.pushStack(Kt(this,e||[],!1))},not:function(e){return this.pushStack(Kt(this,e||[],!0))},is:function(e){return!!Kt(this,"string"==typeof e&&qe.test(e)?a(e):e||[],!1).length}});var Fn,gt=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,Rt=a.fn.init=function(e,t,n){var r,o;if(!e)return this;if(n=n||Fn,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:gt.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(a.merge(this,a.parseHTML(r[1],(t=t instanceof a?t[0]:t)&&t.nodeType?t.ownerDocument||t:ue,!0)),sn.test(r[1])&&a.isPlainObject(t))for(r in t)ne(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(o=ue.getElementById(r[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):ne(e)?void 0!==n.ready?n.ready(e):e(a):a.makeArray(e,this)};Rt.prototype=a.fn,Fn=a(ue);var Tn=/^(?:parents|prev(?:Until|All))/,un={children:!0,contents:!0,next:!0,prev:!0};function Pt(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}a.fn.extend({has:function(e){var t=a(e,this),n=t.length;return this.filter(function(){for(var r=0;r<n;r++)if(a.contains(this,t[r]))return!0})},closest:function(e,t){var n,r=0,o=this.length,s=[],l="string"!=typeof e&&a(e);if(!qe.test(e))for(;r<o;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(l?l.index(n)>-1:1===n.nodeType&&a.find.matchesSelector(n,e))){s.push(n);break}return this.pushStack(s.length>1?a.uniqueSort(s):s)},index:function(e){return e?"string"==typeof e?be.call(a(e),this[0]):be.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(a.uniqueSort(a.merge(this.get(),a(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),a.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return Lt(e,"parentNode")},parentsUntil:function(e,t,n){return Lt(e,"parentNode",n)},next:function(e){return Pt(e,"nextSibling")},prev:function(e){return Pt(e,"previousSibling")},nextAll:function(e){return Lt(e,"nextSibling")},prevAll:function(e){return Lt(e,"previousSibling")},nextUntil:function(e,t,n){return Lt(e,"nextSibling",n)},prevUntil:function(e,t,n){return Lt(e,"previousSibling",n)},siblings:function(e){return pt((e.parentNode||{}).firstChild,e)},children:function(e){return pt(e.firstChild)},contents:function(e){return null!=e.contentDocument&&yn(e.contentDocument)?e.contentDocument:(Ce(e,"template")&&(e=e.content||e),a.merge([],e.childNodes))}},function(e,t){a.fn[e]=function(n,r){var o=a.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(o=a.filter(r,o)),this.length>1&&(un[e]||a.uniqueSort(o),Tn.test(e)&&o.reverse()),this.pushStack(o)}});var Pe=/[^\x20\t\r\n\f]+/g;function Ae(e){return e}function Qt(e){throw e}function kt(e,t,n,r){var o;try{e&&ne(o=e.promise)?o.call(e).done(t).fail(n):e&&ne(o=e.then)?o.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(s){n.apply(void 0,[s])}}a.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return a.each(e.match(Pe)||[],function(n,r){t[r]=!0}),t}(e):a.extend({},e);var t,n,r,o,s=[],l=[],v=-1,m=function(){for(o=o||e.once,r=t=!0;l.length;v=-1)for(n=l.shift();++v<s.length;)!1===s[v].apply(n[0],n[1])&&e.stopOnFalse&&(v=s.length,n=!1);e.memory||(n=!1),t=!1,o&&(s=n?[]:"")},b={add:function(){return s&&(n&&!t&&(v=s.length-1,l.push(n)),function D(k){a.each(k,function(w,O){ne(O)?(!e.unique||!b.has(O))&&s.push(O):O&&O.length&&"string"!==xt(O)&&D(O)})}(arguments),n&&!t&&m()),this},remove:function(){return a.each(arguments,function(D,k){for(var w;(w=a.inArray(k,s,w))>-1;)s.splice(w,1),w<=v&&v--}),this},has:function(D){return D?a.inArray(D,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return o=l=[],s=n="",this},disabled:function(){return!s},lock:function(){return o=l=[],!n&&!t&&(s=n=""),this},locked:function(){return!!o},fireWith:function(D,k){return o||(k=[D,(k=k||[]).slice?k.slice():k],l.push(k),t||m()),this},fire:function(){return b.fireWith(this,arguments),this},fired:function(){return!!r}};return b},a.extend({Deferred:function(e){var t=[["notify","progress",a.Callbacks("memory"),a.Callbacks("memory"),2],["resolve","done",a.Callbacks("once memory"),a.Callbacks("once memory"),0,"resolved"],["reject","fail",a.Callbacks("once memory"),a.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},catch:function(s){return r.then(null,s)},pipe:function(){var s=arguments;return a.Deferred(function(l){a.each(t,function(v,m){var b=ne(s[m[4]])&&s[m[4]];o[m[1]](function(){var D=b&&b.apply(this,arguments);D&&ne(D.promise)?D.promise().progress(l.notify).done(l.resolve).fail(l.reject):l[m[0]+"With"](this,b?[D]:arguments)})}),s=null}).promise()},then:function(s,l,v){var m=0;function b(D,k,w,O){return function(){var Y=this,ae=arguments,K=function(){var we,ze;if(!(D<m)){if((we=w.apply(Y,ae))===k.promise())throw new TypeError("Thenable self-resolution");ne(ze=we&&("object"==typeof we||"function"==typeof we)&&we.then)?O?ze.call(we,b(m,k,Ae,O),b(m,k,Qt,O)):(m++,ze.call(we,b(m,k,Ae,O),b(m,k,Qt,O),b(m,k,Ae,k.notifyWith))):(w!==Ae&&(Y=void 0,ae=[we]),(O||k.resolveWith)(Y,ae))}},Oe=O?K:function(){try{K()}catch(we){a.Deferred.exceptionHook&&a.Deferred.exceptionHook(we,Oe.stackTrace),D+1>=m&&(w!==Qt&&(Y=void 0,ae=[we]),k.rejectWith(Y,ae))}};D?Oe():(a.Deferred.getStackHook&&(Oe.stackTrace=a.Deferred.getStackHook()),B.setTimeout(Oe))}}return a.Deferred(function(D){t[0][3].add(b(0,D,ne(v)?v:Ae,D.notifyWith)),t[1][3].add(b(0,D,ne(s)?s:Ae)),t[2][3].add(b(0,D,ne(l)?l:Qt))}).promise()},promise:function(s){return null!=s?a.extend(s,r):r}},o={};return a.each(t,function(s,l){var v=l[2],m=l[5];r[l[1]]=v.add,m&&v.add(function(){n=m},t[3-s][2].disable,t[3-s][3].disable,t[0][2].lock,t[0][3].lock),v.add(l[3].fire),o[l[0]]=function(){return o[l[0]+"With"](this===o?void 0:this,arguments),this},o[l[0]+"With"]=v.fireWith}),r.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),o=u.call(arguments),s=a.Deferred(),l=function(v){return function(m){r[v]=this,o[v]=arguments.length>1?u.call(arguments):m,--t||s.resolveWith(r,o)}};if(t<=1&&(kt(e,s.done(l(n)).resolve,s.reject,!t),"pending"===s.state()||ne(o[n]&&o[n].then)))return s.then();for(;n--;)kt(o[n],l(n),s.reject);return s.promise()}});var Wn=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;a.Deferred.exceptionHook=function(e,t){B.console&&B.console.warn&&e&&Wn.test(e.name)&&B.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},a.readyException=function(e){B.setTimeout(function(){throw e})};var fn=a.Deferred();function ln(){ue.removeEventListener("DOMContentLoaded",ln),B.removeEventListener("load",ln),a.ready()}a.fn.ready=function(e){return fn.then(e).catch(function(t){a.readyException(t)}),this},a.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--a.readyWait:a.isReady)||(a.isReady=!0,!(!0!==e&&--a.readyWait>0)&&fn.resolveWith(ue,[a]))}}),a.ready.then=fn.then,"complete"===ue.readyState||"loading"!==ue.readyState&&!ue.documentElement.doScroll?B.setTimeout(a.ready):(ue.addEventListener("DOMContentLoaded",ln),B.addEventListener("load",ln));var et=function(e,t,n,r,o,s,l){var v=0,m=e.length,b=null==n;if("object"===xt(n))for(v in o=!0,n)et(e,t,v,n[v],!0,s,l);else if(void 0!==r&&(o=!0,ne(r)||(l=!0),b&&(l?(t.call(e,r),t=null):(b=t,t=function(D,k,w){return b.call(a(D),w)})),t))for(;v<m;v++)t(e[v],n,l?r:r.call(e[v],v,t(e[v],n)));return o?e:b?t.call(e):m?t(e[0],n):s},zt=/^-ms-/,fr=/-([a-z])/g;function bn(e,t){return t.toUpperCase()}function Qe(e){return e.replace(zt,"ms-").replace(fr,bn)}var Gt=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Xt(){this.expando=a.expando+Xt.uid++}Xt.uid=1,Xt.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Gt(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,o=this.cache(e);if("string"==typeof t)o[Qe(t)]=n;else for(r in t)o[Qe(r)]=t[r];return o},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][Qe(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t)for((n=(t=Array.isArray(t)?t.map(Qe):(t=Qe(t))in r?[t]:t.match(Pe)||[]).length);n--;)delete r[t[n]];(void 0===t||a.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!a.isEmptyObject(t)}};var z=new Xt,Se=new Xt,Cn=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,vt=/[A-Z]/g;function Sn(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(vt,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Cn.test(e)?JSON.parse(e):e)}(n)}catch(o){}Se.set(e,t,n)}else n=void 0;return n}a.extend({hasData:function(e){return Se.hasData(e)||z.hasData(e)},data:function(e,t,n){return Se.access(e,t,n)},removeData:function(e,t){Se.remove(e,t)},_data:function(e,t,n){return z.access(e,t,n)},_removeData:function(e,t){z.remove(e,t)}}),a.fn.extend({data:function(e,t){var n,r,o,s=this[0],l=s&&s.attributes;if(void 0===e){if(this.length&&(o=Se.get(s),1===s.nodeType&&!z.get(s,"hasDataAttrs"))){for(n=l.length;n--;)l[n]&&0===(r=l[n].name).indexOf("data-")&&(r=Qe(r.slice(5)),Sn(s,r,o[r]));z.set(s,"hasDataAttrs",!0)}return o}return"object"==typeof e?this.each(function(){Se.set(this,e)}):et(this,function(v){var m;if(s&&void 0===v)return void 0!==(m=Se.get(s,e))||void 0!==(m=Sn(s,e))?m:void 0;this.each(function(){Se.set(this,e,v)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){Se.remove(this,e)})}}),a.extend({queue:function(e,t,n){var r;if(e)return r=z.get(e,t=(t||"fx")+"queue"),n&&(!r||Array.isArray(n)?r=z.access(e,t,a.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){var n=a.queue(e,t=t||"fx"),r=n.length,o=n.shift(),s=a._queueHooks(e,t);"inprogress"===o&&(o=n.shift(),r--),o&&("fx"===t&&n.unshift("inprogress"),delete s.stop,o.call(e,function(){a.dequeue(e,t)},s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return z.get(e,n)||z.access(e,n,{empty:a.Callbacks("once memory").add(function(){z.remove(e,[t+"queue",n])})})}}),a.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?a.queue(this[0],e):void 0===t?this:this.each(function(){var r=a.queue(this,e,t);a._queueHooks(this,e),"fx"===e&&"inprogress"!==r[0]&&a.dequeue(this,e)})},dequeue:function(e){return this.each(function(){a.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,o=a.Deferred(),s=this,l=this.length,v=function(){--r||o.resolveWith(s,[s])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";l--;)(n=z.get(s[l],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(v));return v(),o.promise(t)}});var Bn=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Jt=new RegExp("^(?:([+-])=|)("+Bn+")([a-z%]*)$","i"),it=["Top","Right","Bottom","Left"],mt=ue.documentElement,_t=function(e){return a.contains(e.ownerDocument,e)},wn={composed:!0};mt.getRootNode&&(_t=function(e){return a.contains(e.ownerDocument,e)||e.getRootNode(wn)===e.ownerDocument});var cn=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&_t(e)&&"none"===a.css(e,"display")};function Mt(e,t,n,r){var o,s,l=20,v=r?function(){return r.cur()}:function(){return a.css(e,t,"")},m=v(),b=n&&n[3]||(a.cssNumber[t]?"":"px"),D=e.nodeType&&(a.cssNumber[t]||"px"!==b&&+m)&&Jt.exec(a.css(e,t));if(D&&D[3]!==b){for(b=b||D[3],D=+(m/=2)||1;l--;)a.style(e,t,D+b),(1-s)*(1-(s=v()/m||.5))<=0&&(l=0),D/=s;a.style(e,t,(D*=2)+b),n=n||[]}return n&&(D=+D||+m||0,o=n[1]?D+(n[1]+1)*n[2]:+n[2],r&&(r.unit=b,r.start=D,r.end=o)),o}var yt={};function Un(e){var t,n=e.ownerDocument,r=e.nodeName,o=yt[r];return o||(t=n.body.appendChild(n.createElement(r)),o=a.css(t,"display"),t.parentNode.removeChild(t),"none"===o&&(o="block"),yt[r]=o,o)}function lt(e,t){for(var n,r,o=[],s=0,l=e.length;s<l;s++)(r=e[s]).style&&(n=r.style.display,t?("none"===n&&(o[s]=z.get(r,"display")||null,o[s]||(r.style.display="")),""===r.style.display&&cn(r)&&(o[s]=Un(r))):"none"!==n&&(o[s]="none",z.set(r,"display",n)));for(s=0;s<l;s++)null!=o[s]&&(e[s].style.display=o[s]);return e}a.fn.extend({show:function(){return lt(this,!0)},hide:function(){return lt(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){cn(this)?a(this).show():a(this).hide()})}});var t,n,Zt=/^(?:checkbox|radio)$/i,An=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Yn=/^$|^module$|\/(?:java|ecma)script/i;t=ue.createDocumentFragment().appendChild(ue.createElement("div")),(n=ue.createElement("input")).setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),le.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="<textarea>x</textarea>",le.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,t.innerHTML="<option></option>",le.option=!!t.lastChild;var We={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 Me(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&Ce(e,t)?a.merge([e],n):n}function Nn(e,t){for(var n=0,r=e.length;n<r;n++)z.set(e[n],"globalEval",!t||z.get(t[n],"globalEval"))}We.tbody=We.tfoot=We.colgroup=We.caption=We.thead,We.th=We.td,le.option||(We.optgroup=We.option=[1,"<select multiple='multiple'>","</select>"]);var lr=/<|&#?\w+;/;function Kn(e,t,n,r,o){for(var s,l,v,m,b,D,k=t.createDocumentFragment(),w=[],O=0,Y=e.length;O<Y;O++)if((s=e[O])||0===s)if("object"===xt(s))a.merge(w,s.nodeType?[s]:s);else if(lr.test(s)){for(l=l||k.appendChild(t.createElement("div")),v=(An.exec(s)||["",""])[1].toLowerCase(),l.innerHTML=(m=We[v]||We._default)[1]+a.htmlPrefilter(s)+m[2],D=m[0];D--;)l=l.lastChild;a.merge(w,l.childNodes),(l=k.firstChild).textContent=""}else w.push(t.createTextNode(s));for(k.textContent="",O=0;s=w[O++];)if(r&&a.inArray(s,r)>-1)o&&o.push(s);else if(b=_t(s),l=Me(k.appendChild(s),"script"),b&&Nn(l),n)for(D=0;s=l[D++];)Yn.test(s.type||"")&&n.push(s);return k}var cr=/^key/,dr=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Qn=/^([^.]*)(?:\.(.+)|)/;function at(){return!0}function f(){return!1}function _(e,t){return e===function(){try{return ue.activeElement}catch(e){}}()==("focus"===t)}function S(e,t,n,r,o,s){var l,v;if("object"==typeof t){for(v in"string"!=typeof n&&(r=r||n,n=void 0),t)S(e,v,n,r,t[v],s);return e}if(null==r&&null==o?(o=n,r=n=void 0):null==o&&("string"==typeof n?(o=r,r=void 0):(o=r,r=n,n=void 0)),!1===o)o=f;else if(!o)return e;return 1===s&&(l=o,o=function(m){return a().off(m),l.apply(this,arguments)},o.guid=l.guid||(l.guid=a.guid++)),e.each(function(){a.event.add(this,t,o,r,n)})}function R(e,t,n){n?(z.set(e,t,!1),a.event.add(e,t,{namespace:!1,handler:function(r){var o,s,l=z.get(this,t);if(1&r.isTrigger&&this[t]){if(l.length)(a.event.special[t]||{}).delegateType&&r.stopPropagation();else if(l=u.call(arguments),z.set(this,t,l),o=n(this,t),this[t](),l!==(s=z.get(this,t))||o?z.set(this,t,!1):s={},l!==s)return r.stopImmediatePropagation(),r.preventDefault(),s.value}else l.length&&(z.set(this,t,{value:a.event.trigger(a.extend(l[0],a.Event.prototype),l.slice(1),this)}),r.stopImmediatePropagation())}})):void 0===z.get(e,t)&&a.event.add(e,t,at)}a.event={global:{},add:function(e,t,n,r,o){var s,l,v,m,b,D,k,w,O,Y,ae,K=z.get(e);if(Gt(e))for(n.handler&&(n=(s=n).handler,o=s.selector),o&&a.find.matchesSelector(mt,o),n.guid||(n.guid=a.guid++),(m=K.events)||(m=K.events=Object.create(null)),(l=K.handle)||(l=K.handle=function(Oe){return void 0!==a&&a.event.triggered!==Oe.type?a.event.dispatch.apply(e,arguments):void 0}),b=(t=(t||"").match(Pe)||[""]).length;b--;)O=ae=(v=Qn.exec(t[b])||[])[1],Y=(v[2]||"").split(".").sort(),O&&(k=a.event.special[O]||{},k=a.event.special[O=(o?k.delegateType:k.bindType)||O]||{},D=a.extend({type:O,origType:ae,data:r,handler:n,guid:n.guid,selector:o,needsContext:o&&a.expr.match.needsContext.test(o),namespace:Y.join(".")},s),(w=m[O])||((w=m[O]=[]).delegateCount=0,(!k.setup||!1===k.setup.call(e,r,Y,l))&&e.addEventListener&&e.addEventListener(O,l)),k.add&&(k.add.call(e,D),D.handler.guid||(D.handler.guid=n.guid)),o?w.splice(w.delegateCount++,0,D):w.push(D),a.event.global[O]=!0)},remove:function(e,t,n,r,o){var s,l,v,m,b,D,k,w,O,Y,ae,K=z.hasData(e)&&z.get(e);if(K&&(m=K.events)){for(b=(t=(t||"").match(Pe)||[""]).length;b--;)if(O=ae=(v=Qn.exec(t[b])||[])[1],Y=(v[2]||"").split(".").sort(),O){for(k=a.event.special[O]||{},w=m[O=(r?k.delegateType:k.bindType)||O]||[],v=v[2]&&new RegExp("(^|\\.)"+Y.join("\\.(?:.*\\.|)")+"(\\.|$)"),l=s=w.length;s--;)D=w[s],(o||ae===D.origType)&&(!n||n.guid===D.guid)&&(!v||v.test(D.namespace))&&(!r||r===D.selector||"**"===r&&D.selector)&&(w.splice(s,1),D.selector&&w.delegateCount--,k.remove&&k.remove.call(e,D));l&&!w.length&&((!k.teardown||!1===k.teardown.call(e,Y,K.handle))&&a.removeEvent(e,O,K.handle),delete m[O])}else for(O in m)a.event.remove(e,O+t[b],n,r,!0);a.isEmptyObject(m)&&z.remove(e,"handle events")}},dispatch:function(e){var t,n,r,o,s,l,v=new Array(arguments.length),m=a.event.fix(e),b=(z.get(this,"events")||Object.create(null))[m.type]||[],D=a.event.special[m.type]||{};for(v[0]=m,t=1;t<arguments.length;t++)v[t]=arguments[t];if(m.delegateTarget=this,!D.preDispatch||!1!==D.preDispatch.call(this,m)){for(l=a.event.handlers.call(this,m,b),t=0;(o=l[t++])&&!m.isPropagationStopped();)for(m.currentTarget=o.elem,n=0;(s=o.handlers[n++])&&!m.isImmediatePropagationStopped();)(!m.rnamespace||!1===s.namespace||m.rnamespace.test(s.namespace))&&(m.handleObj=s,m.data=s.data,void 0!==(r=((a.event.special[s.origType]||{}).handle||s.handler).apply(o.elem,v))&&!1===(m.result=r)&&(m.preventDefault(),m.stopPropagation()));return D.postDispatch&&D.postDispatch.call(this,m),m.result}},handlers:function(e,t){var n,r,o,s,l,v=[],m=t.delegateCount,b=e.target;if(m&&b.nodeType&&!("click"===e.type&&e.button>=1))for(;b!==this;b=b.parentNode||this)if(1===b.nodeType&&("click"!==e.type||!0!==b.disabled)){for(s=[],l={},n=0;n<m;n++)void 0===l[o=(r=t[n]).selector+" "]&&(l[o]=r.needsContext?a(o,this).index(b)>-1:a.find(o,this,null,[b]).length),l[o]&&s.push(r);s.length&&v.push({elem:b,handlers:s})}return b=this,m<t.length&&v.push({elem:b,handlers:t.slice(m)}),v},addProp:function(e,t){Object.defineProperty(a.Event.prototype,e,{enumerable:!0,configurable:!0,get:ne(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(n){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:n})}})},fix:function(e){return e[a.expando]?e:new a.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return Zt.test(t.type)&&t.click&&Ce(t,"input")&&R(t,"click",at),!1},trigger:function(e){var t=this||e;return Zt.test(t.type)&&t.click&&Ce(t,"input")&&R(t,"click"),!0},_default:function(e){var t=e.target;return Zt.test(t.type)&&t.click&&Ce(t,"input")&&z.get(t,"click")||Ce(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},a.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},a.Event=function(e,t){if(!(this instanceof a.Event))return new a.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?at:f,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&a.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[a.expando]=!0},a.Event.prototype={constructor:a.Event,isDefaultPrevented:f,isPropagationStopped:f,isImmediatePropagationStopped:f,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=at,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=at,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=at,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},a.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:function(e){var t=e.button;return null==e.which&&cr.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&dr.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},a.event.addProp),a.each({focus:"focusin",blur:"focusout"},function(e,t){a.event.special[e]={setup:function(){return R(this,e,_),!1},trigger:function(){return R(this,e),!0},delegateType:t}}),a.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){a.event.special[e]={delegateType:t,bindType:t,handle:function(n){var r,o=this,s=n.relatedTarget,l=n.handleObj;return(!s||s!==o&&!a.contains(o,s))&&(n.type=l.origType,r=l.handler.apply(this,arguments),n.type=t),r}}}),a.fn.extend({on:function(e,t,n,r){return S(this,e,t,n,r)},one:function(e,t,n,r){return S(this,e,t,n,r,1)},off:function(e,t,n){var r,o;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,a(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(o in e)this.off(o,t,e[o]);return this}return(!1===t||"function"==typeof t)&&(n=t,t=void 0),!1===n&&(n=f),this.each(function(){a.event.remove(this,e,n,t)})}});var L=/<script|<style|<link/i,j=/checked\s*(?:[^=]|=\s*.checked.)/i,$=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function V(e,t){return Ce(e,"table")&&Ce(11!==t.nodeType?t:t.firstChild,"tr")&&a(e).children("tbody")[0]||e}function Q(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function G(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function U(e,t){var n,r,o,l,v,m;if(1===t.nodeType){if(z.hasData(e)&&(m=z.get(e).events))for(o in z.remove(t,"handle events"),m)for(n=0,r=m[o].length;n<r;n++)a.event.add(t,o,m[o][n]);Se.hasData(e)&&(l=Se.access(e),v=a.extend({},l),Se.set(t,v))}}function se(e,t){var n=t.nodeName.toLowerCase();"input"===n&&Zt.test(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}function te(e,t,n,r){t=Ut(t);var o,s,l,v,m,b,D=0,k=e.length,w=k-1,O=t[0],Y=ne(O);if(Y||k>1&&"string"==typeof O&&!le.checkClone&&j.test(O))return e.each(function(ae){var K=e.eq(ae);Y&&(t[0]=O.call(this,ae,K.html())),te(K,t,n,r)});if(k&&(s=(o=Kn(t,e[0].ownerDocument,!1,e,r)).firstChild,1===o.childNodes.length&&(o=s),s||r)){for(v=(l=a.map(Me(o,"script"),Q)).length;D<k;D++)m=o,D!==w&&(m=a.clone(m,!0,!0),v&&a.merge(l,Me(m,"script"))),n.call(e[D],m,D);if(v)for(b=l[l.length-1].ownerDocument,a.map(l,G),D=0;D<v;D++)Yn.test((m=l[D]).type||"")&&!z.access(m,"globalEval")&&a.contains(b,m)&&(m.src&&"module"!==(m.type||"").toLowerCase()?a._evalUrl&&!m.noModule&&a._evalUrl(m.src,{nonce:m.nonce||m.getAttribute("nonce")},b):Ke(m.textContent.replace($,""),m,b))}return e}function oe(e,t,n){for(var r,o=t?a.filter(t,e):e,s=0;null!=(r=o[s]);s++)!n&&1===r.nodeType&&a.cleanData(Me(r)),r.parentNode&&(n&&_t(r)&&Nn(Me(r,"script")),r.parentNode.removeChild(r));return e}a.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,o,s,l,v=e.cloneNode(!0),m=_t(e);if(!(le.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||a.isXMLDoc(e)))for(l=Me(v),r=0,o=(s=Me(e)).length;r<o;r++)se(s[r],l[r]);if(t)if(n)for(s=s||Me(e),l=l||Me(v),r=0,o=s.length;r<o;r++)U(s[r],l[r]);else U(e,v);return(l=Me(v,"script")).length>0&&Nn(l,!m&&Me(e,"script")),v},cleanData:function(e){for(var t,n,r,o=a.event.special,s=0;void 0!==(n=e[s]);s++)if(Gt(n)){if(t=n[z.expando]){if(t.events)for(r in t.events)o[r]?a.event.remove(n,r):a.removeEvent(n,r,t.handle);n[z.expando]=void 0}n[Se.expando]&&(n[Se.expando]=void 0)}}}),a.fn.extend({detach:function(e){return oe(this,e,!0)},remove:function(e){return oe(this,e)},text:function(e){return et(this,function(t){return void 0===t?a.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=t)})},null,e,arguments.length)},append:function(){return te(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||V(this,e).appendChild(e)})},prepend:function(){return te(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=V(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return te(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return te(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(a.cleanData(Me(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return a.clone(this,e,t)})},html:function(e){return et(this,function(t){var n=this[0]||{},r=0,o=this.length;if(void 0===t&&1===n.nodeType)return n.innerHTML;if("string"==typeof t&&!L.test(t)&&!We[(An.exec(t)||["",""])[1].toLowerCase()]){t=a.htmlPrefilter(t);try{for(;r<o;r++)1===(n=this[r]||{}).nodeType&&(a.cleanData(Me(n,!1)),n.innerHTML=t);n=0}catch(s){}}n&&this.empty().append(t)},null,e,arguments.length)},replaceWith:function(){var e=[];return te(this,arguments,function(t){var n=this.parentNode;a.inArray(this,e)<0&&(a.cleanData(Me(this)),n&&n.replaceChild(t,this))},e)}}),a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){a.fn[e]=function(n){for(var r,o=[],s=a(n),l=s.length-1,v=0;v<=l;v++)r=v===l?this:this.clone(!0),a(s[v])[t](r),Yt.apply(o,r.get());return this.pushStack(o)}});var ye=new RegExp("^("+Bn+")(?!px)[a-z%]+$","i"),Be=function(e){var t=e.ownerDocument.defaultView;return(!t||!t.opener)&&(t=B),t.getComputedStyle(e)},tt=function(e,t,n){var r,o,s={};for(o in t)s[o]=e.style[o],e.style[o]=t[o];for(o in r=n.call(e),t)e.style[o]=s[o];return r},Ne=new RegExp(it.join("|"),"i");function Le(e,t,n){var r,o,s,l,v=e.style;return(n=n||Be(e))&&(""===(l=n.getPropertyValue(t)||n[t])&&!_t(e)&&(l=a.style(e,t)),!le.pixelBoxStyles()&&ye.test(l)&&Ne.test(t)&&(r=v.width,o=v.minWidth,s=v.maxWidth,v.minWidth=v.maxWidth=v.width=l,l=n.width,v.width=r,v.minWidth=o,v.maxWidth=s)),void 0!==l?l+"":l}function zn(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(b){m.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%",mt.appendChild(m).appendChild(b);var D=B.getComputedStyle(b);n="1%"!==D.top,v=12===t(D.marginLeft),b.style.right="60%",s=36===t(D.right),r=36===t(D.width),b.style.position="absolute",o=12===t(b.offsetWidth/3),mt.removeChild(m),b=null}}function t(D){return Math.round(parseFloat(D))}var n,r,o,s,l,v,m=ue.createElement("div"),b=ue.createElement("div");!b.style||(b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",le.clearCloneStyle="content-box"===b.style.backgroundClip,a.extend(le,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),s},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),v},scrollboxSize:function(){return e(),o},reliableTrDimensions:function(){var D,k,w,O;return null==l&&(D=ue.createElement("table"),k=ue.createElement("tr"),w=ue.createElement("div"),D.style.cssText="position:absolute;left:-11111px",k.style.height="1px",w.style.height="9px",mt.appendChild(D).appendChild(k).appendChild(w),O=B.getComputedStyle(k),l=parseInt(O.height)>3,mt.removeChild(D)),l}}))}();var ot=["Webkit","Moz","ms"],dn=ue.createElement("div").style,Lr={};function Dn(e){return a.cssProps[e]||Lr[e]||(e in dn?e:Lr[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=ot.length;n--;)if((e=ot[n]+t)in dn)return e}(e)||e)}var ri=/^(none|table(?!-c[ea]).+)/,Rr=/^--/,ii={position:"absolute",visibility:"hidden",display:"block"},Pr={letterSpacing:"0",fontWeight:"400"};function kr(e,t,n){var r=Jt.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function hr(e,t,n,r,o,s){var l="width"===t?1:0,v=0,m=0;if(n===(r?"border":"content"))return 0;for(;l<4;l+=2)"margin"===n&&(m+=a.css(e,n+it[l],!0,o)),r?("content"===n&&(m-=a.css(e,"padding"+it[l],!0,o)),"margin"!==n&&(m-=a.css(e,"border"+it[l]+"Width",!0,o))):(m+=a.css(e,"padding"+it[l],!0,o),"padding"!==n?m+=a.css(e,"border"+it[l]+"Width",!0,o):v+=a.css(e,"border"+it[l]+"Width",!0,o));return!r&&s>=0&&(m+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-s-m-v-.5))||0),m}function jt(e,t,n){var r=Be(e),s=(!le.boxSizingReliable()||n)&&"border-box"===a.css(e,"boxSizing",!1,r),l=s,v=Le(e,t,r),m="offset"+t[0].toUpperCase()+t.slice(1);if(ye.test(v)){if(!n)return v;v="auto"}return(!le.boxSizingReliable()&&s||!le.reliableTrDimensions()&&Ce(e,"tr")||"auto"===v||!parseFloat(v)&&"inline"===a.css(e,"display",!1,r))&&e.getClientRects().length&&(s="border-box"===a.css(e,"boxSizing",!1,r),(l=m in e)&&(v=e[m])),(v=parseFloat(v)||0)+hr(e,t,n||(s?"border":"content"),l,r,v)+"px"}function Re(e,t,n,r,o){return new Re.prototype.init(e,t,n,r,o)}a.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Le(e,"opacity");return""===n?"1":n}}}},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,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,s,l,v=Qe(t),m=Rr.test(t),b=e.style;if(m||(t=Dn(v)),l=a.cssHooks[t]||a.cssHooks[v],void 0===n)return l&&"get"in l&&void 0!==(o=l.get(e,!1,r))?o:b[t];if("string"==(s=typeof n)&&(o=Jt.exec(n))&&o[1]&&(n=Mt(e,t,o),s="number"),null==n||n!=n)return;"number"===s&&!m&&(n+=o&&o[3]||(a.cssNumber[v]?"":"px")),!le.clearCloneStyle&&""===n&&0===t.indexOf("background")&&(b[t]="inherit"),(!l||!("set"in l)||void 0!==(n=l.set(e,n,r)))&&(m?b.setProperty(t,n):b[t]=n)}},css:function(e,t,n,r){var o,s,l,v=Qe(t);return Rr.test(t)||(t=Dn(v)),(l=a.cssHooks[t]||a.cssHooks[v])&&"get"in l&&(o=l.get(e,!0,n)),void 0===o&&(o=Le(e,t,r)),"normal"===o&&t in Pr&&(o=Pr[t]),""===n||n?(s=parseFloat(o),!0===n||isFinite(s)?s||0:o):o}}),a.each(["height","width"],function(e,t){a.cssHooks[t]={get:function(n,r,o){if(r)return!ri.test(a.css(n,"display"))||n.getClientRects().length&&n.getBoundingClientRect().width?jt(n,t,o):tt(n,ii,function(){return jt(n,t,o)})},set:function(n,r,o){var s,l=Be(n),v=!le.scrollboxSize()&&"absolute"===l.position,b=(v||o)&&"border-box"===a.css(n,"boxSizing",!1,l),D=o?hr(n,t,o,b,l):0;return b&&v&&(D-=Math.ceil(n["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(l[t])-hr(n,t,"border",!1,l)-.5)),D&&(s=Jt.exec(r))&&"px"!==(s[3]||"px")&&(n.style[t]=r,r=a.css(n,t)),kr(0,r,D)}}}),a.cssHooks.marginLeft=zn(le.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Le(e,"marginLeft"))||e.getBoundingClientRect().left-tt(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),a.each({margin:"",padding:"",border:"Width"},function(e,t){a.cssHooks[e+t]={expand:function(n){for(var r=0,o={},s="string"==typeof n?n.split(" "):[n];r<4;r++)o[e+it[r]+t]=s[r]||s[r-2]||s[0];return o}},"margin"!==e&&(a.cssHooks[e+t].set=kr)}),a.fn.extend({css:function(e,t){return et(this,function(n,r,o){var s,l,v={},m=0;if(Array.isArray(r)){for(s=Be(n),l=r.length;m<l;m++)v[r[m]]=a.css(n,r[m],!1,s);return v}return void 0!==o?a.style(n,r,o):a.css(n,r)},e,t,arguments.length>1)}}),a.Tween=Re,(Re.prototype={constructor:Re,init:function(e,t,n,r,o,s){this.elem=e,this.prop=n,this.easing=o||a.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=s||(a.cssNumber[n]?"":"px")},cur:function(){var e=Re.propHooks[this.prop];return e&&e.get?e.get(this):Re.propHooks._default.get(this)},run:function(e){var t,n=Re.propHooks[this.prop];return this.pos=t=this.options.duration?a.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Re.propHooks._default.set(this),this}}).init.prototype=Re.prototype,(Re.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=a.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){a.fx.step[e.prop]?a.fx.step[e.prop](e):1!==e.elem.nodeType||!a.cssHooks[e.prop]&&null==e.elem.style[Dn(e.prop)]?e.elem[e.prop]=e.now:a.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=Re.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},a.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},a.fx=Re.prototype.init,a.fx.step={};var Et,hn,Mr=/^(?:toggle|show|hide)$/,ai=/queueHooks$/;function pr(){hn&&(!1===ue.hidden&&B.requestAnimationFrame?B.requestAnimationFrame(pr):B.setTimeout(pr,a.fx.interval),a.fx.tick())}function gr(){return B.setTimeout(function(){Et=void 0}),Et=Date.now()}function Ht(e,t){var n,r=0,o={height:e};for(t=t?1:0;r<4;r+=2-t)o["margin"+(n=it[r])]=o["padding"+n]=e;return t&&(o.opacity=o.width=e),o}function en(e,t,n){for(var r,o=(De.tweeners[t]||[]).concat(De.tweeners["*"]),s=0,l=o.length;s<l;s++)if(r=o[s].call(n,t,e))return r}function De(e,t,n){var r,o,s=0,l=De.prefilters.length,v=a.Deferred().always(function(){delete m.elem}),m=function(){if(o)return!1;for(var k=Et||gr(),w=Math.max(0,b.startTime+b.duration-k),Y=1-(w/b.duration||0),ae=0,K=b.tweens.length;ae<K;ae++)b.tweens[ae].run(Y);return v.notifyWith(e,[b,Y,w]),Y<1&&K?w:(K||v.notifyWith(e,[b,1,0]),v.resolveWith(e,[b]),!1)},b=v.promise({elem:e,props:a.extend({},t),opts:a.extend(!0,{specialEasing:{},easing:a.easing._default},n),originalProperties:t,originalOptions:n,startTime:Et||gr(),duration:n.duration,tweens:[],createTween:function(k,w){var O=a.Tween(e,b.opts,k,w,b.opts.specialEasing[k]||b.opts.easing);return b.tweens.push(O),O},stop:function(k){var w=0,O=k?b.tweens.length:0;if(o)return this;for(o=!0;w<O;w++)b.tweens[w].run(1);return k?(v.notifyWith(e,[b,1,0]),v.resolveWith(e,[b,k])):v.rejectWith(e,[b,k]),this}}),D=b.props;for(function(e,t){var n,r,o,s,l;for(n in e)if(o=t[r=Qe(n)],s=e[n],Array.isArray(s)&&(o=s[1],s=e[n]=s[0]),n!==r&&(e[r]=s,delete e[n]),(l=a.cssHooks[r])&&"expand"in l)for(n in s=l.expand(s),delete e[r],s)n in e||(e[n]=s[n],t[n]=o);else t[r]=o}(D,b.opts.specialEasing);s<l;s++)if(r=De.prefilters[s].call(b,e,D,b.opts))return ne(r.stop)&&(a._queueHooks(b.elem,b.opts.queue).stop=r.stop.bind(r)),r;return a.map(D,en,b),ne(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),a.fx.timer(a.extend(m,{elem:e,anim:b,queue:b.opts.queue})),b}a.Animation=a.extend(De,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return Mt(n.elem,e,Jt.exec(t),n),n}]},tweener:function(e,t){ne(e)?(t=e,e=["*"]):e=e.match(Pe);for(var n,r=0,o=e.length;r<o;r++)(De.tweeners[n=e[r]]=De.tweeners[n]||[]).unshift(t)},prefilters:[function(e,t,n){var r,o,s,l,v,m,b,D,k="width"in t||"height"in t,w=this,O={},Y=e.style,ae=e.nodeType&&cn(e),K=z.get(e,"fxshow");for(r in n.queue||(null==(l=a._queueHooks(e,"fx")).unqueued&&(l.unqueued=0,v=l.empty.fire,l.empty.fire=function(){l.unqueued||v()}),l.unqueued++,w.always(function(){w.always(function(){l.unqueued--,a.queue(e,"fx").length||l.empty.fire()})})),t)if(Mr.test(o=t[r])){if(delete t[r],s=s||"toggle"===o,o===(ae?"hide":"show")){if("show"!==o||!K||void 0===K[r])continue;ae=!0}O[r]=K&&K[r]||a.style(e,r)}if((m=!a.isEmptyObject(t))||!a.isEmptyObject(O))for(r in k&&1===e.nodeType&&(n.overflow=[Y.overflow,Y.overflowX,Y.overflowY],null==(b=K&&K.display)&&(b=z.get(e,"display")),"none"===(D=a.css(e,"display"))&&(b?D=b:(lt([e],!0),b=e.style.display||b,D=a.css(e,"display"),lt([e]))),("inline"===D||"inline-block"===D&&null!=b)&&"none"===a.css(e,"float")&&(m||(w.done(function(){Y.display=b}),null==b&&(b="none"===(D=Y.display)?"":D)),Y.display="inline-block")),n.overflow&&(Y.overflow="hidden",w.always(function(){Y.overflow=n.overflow[0],Y.overflowX=n.overflow[1],Y.overflowY=n.overflow[2]})),m=!1,O)m||(K?"hidden"in K&&(ae=K.hidden):K=z.access(e,"fxshow",{display:b}),s&&(K.hidden=!ae),ae&<([e],!0),w.done(function(){for(r in ae||lt([e]),z.remove(e,"fxshow"),O)a.style(e,r,O[r])})),m=en(ae?K[r]:0,r,w),r in K||(K[r]=m.start,ae&&(m.end=m.start,m.start=0))}],prefilter:function(e,t){t?De.prefilters.unshift(e):De.prefilters.push(e)}}),a.speed=function(e,t,n){var r=e&&"object"==typeof e?a.extend({},e):{complete:n||!n&&t||ne(e)&&e,duration:e,easing:n&&t||t&&!ne(t)&&t};return a.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration=r.duration in a.fx.speeds?a.fx.speeds[r.duration]:a.fx.speeds._default),(null==r.queue||!0===r.queue)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){ne(r.old)&&r.old.call(this),r.queue&&a.dequeue(this,r.queue)},r},a.fn.extend({fadeTo:function(e,t,n,r){return this.filter(cn).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var o=a.isEmptyObject(e),s=a.speed(t,n,r),l=function(){var v=De(this,a.extend({},e),s);(o||z.get(this,"finish"))&&v.stop(!0)};return l.finish=l,o||!1===s.queue?this.each(l):this.queue(s.queue,l)},stop:function(e,t,n){var r=function(o){var s=o.stop;delete o.stop,s(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each(function(){var o=!0,s=null!=e&&e+"queueHooks",l=a.timers,v=z.get(this);if(s)v[s]&&v[s].stop&&r(v[s]);else for(s in v)v[s]&&v[s].stop&&ai.test(s)&&r(v[s]);for(s=l.length;s--;)l[s].elem===this&&(null==e||l[s].queue===e)&&(l[s].anim.stop(n),o=!1,l.splice(s,1));(o||!n)&&a.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=z.get(this),r=n[e+"queue"],o=n[e+"queueHooks"],s=a.timers,l=r?r.length:0;for(n.finish=!0,a.queue(this,e,[]),o&&o.stop&&o.stop.call(this,!0),t=s.length;t--;)s[t].elem===this&&s[t].queue===e&&(s[t].anim.stop(!0),s.splice(t,1));for(t=0;t<l;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),a.each(["toggle","show","hide"],function(e,t){var n=a.fn[t];a.fn[t]=function(r,o,s){return null==r||"boolean"==typeof r?n.apply(this,arguments):this.animate(Ht(t,!0),r,o,s)}}),a.each({slideDown:Ht("show"),slideUp:Ht("hide"),slideToggle:Ht("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){a.fn[e]=function(n,r,o){return this.animate(t,n,r,o)}}),a.timers=[],a.fx.tick=function(){var e,t=0,n=a.timers;for(Et=Date.now();t<n.length;t++)!(e=n[t])()&&n[t]===e&&n.splice(t--,1);n.length||a.fx.stop(),Et=void 0},a.fx.timer=function(e){a.timers.push(e),a.fx.start()},a.fx.interval=13,a.fx.start=function(){hn||(hn=!0,pr())},a.fx.stop=function(){hn=null},a.fx.speeds={slow:600,fast:200,_default:400},a.fn.delay=function(e,t){return e=a.fx&&a.fx.speeds[e]||e,this.queue(t=t||"fx",function(n,r){var o=B.setTimeout(n,e);r.stop=function(){B.clearTimeout(o)}})},function(){var e=ue.createElement("input"),n=ue.createElement("select").appendChild(ue.createElement("option"));e.type="checkbox",le.checkOn=""!==e.value,le.optSelected=n.selected,(e=ue.createElement("input")).value="t",e.type="radio",le.radioValue="t"===e.value}();var Gn,xn=a.expr.attrHandle;a.fn.extend({attr:function(e,t){return et(this,a.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){a.removeAttr(this,e)})}}),a.extend({attr:function(e,t,n){var r,o,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return void 0===e.getAttribute?a.prop(e,t,n):((1!==s||!a.isXMLDoc(e))&&(o=a.attrHooks[t.toLowerCase()]||(a.expr.match.bool.test(t)?Gn:void 0)),void 0!==n?null===n?void a.removeAttr(e,t):o&&"set"in o&&void 0!==(r=o.set(e,n,t))?r:(e.setAttribute(t,n+""),n):o&&"get"in o&&null!==(r=o.get(e,t))?r:null==(r=a.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!le.radioValue&&"radio"===t&&Ce(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,o=t&&t.match(Pe);if(o&&1===e.nodeType)for(;n=o[r++];)e.removeAttribute(n)}}),Gn={set:function(e,t,n){return!1===t?a.removeAttr(e,n):e.setAttribute(n,n),n}},a.each(a.expr.match.bool.source.match(/\w+/g),function(e,t){var n=xn[t]||a.find.attr;xn[t]=function(r,o,s){var l,v,m=o.toLowerCase();return s||(v=xn[m],xn[m]=l,l=null!=n(r,o,s)?m:null,xn[m]=v),l}});var In=/^(?:input|select|textarea|button)$/i,jr=/^(?:a|area)$/i;function $t(e){return(e.match(Pe)||[]).join(" ")}function Tt(e){return e.getAttribute&&e.getAttribute("class")||""}function Ln(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(Pe)||[]}a.fn.extend({prop:function(e,t){return et(this,a.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[a.propFix[e]||e]})}}),a.extend({prop:function(e,t,n){var r,o,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return(1!==s||!a.isXMLDoc(e))&&(o=a.propHooks[t=a.propFix[t]||t]),void 0!==n?o&&"set"in o&&void 0!==(r=o.set(e,n,t))?r:e[t]=n:o&&"get"in o&&null!==(r=o.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=a.find.attr(e,"tabindex");return t?parseInt(t,10):In.test(e.nodeName)||jr.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),le.optSelected||(a.propHooks.selected={get:function(e){return null},set:function(e){}}),a.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){a.propFix[this.toLowerCase()]=this}),a.fn.extend({addClass:function(e){var t,n,r,o,s,l,v,m=0;if(ne(e))return this.each(function(b){a(this).addClass(e.call(this,b,Tt(this)))});if((t=Ln(e)).length)for(;n=this[m++];)if(o=Tt(n),r=1===n.nodeType&&" "+$t(o)+" "){for(l=0;s=t[l++];)r.indexOf(" "+s+" ")<0&&(r+=s+" ");o!==(v=$t(r))&&n.setAttribute("class",v)}return this},removeClass:function(e){var t,n,r,o,s,l,v,m=0;if(ne(e))return this.each(function(b){a(this).removeClass(e.call(this,b,Tt(this)))});if(!arguments.length)return this.attr("class","");if((t=Ln(e)).length)for(;n=this[m++];)if(o=Tt(n),r=1===n.nodeType&&" "+$t(o)+" "){for(l=0;s=t[l++];)for(;r.indexOf(" "+s+" ")>-1;)r=r.replace(" "+s+" "," ");o!==(v=$t(r))&&n.setAttribute("class",v)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):ne(e)?this.each(function(o){a(this).toggleClass(e.call(this,o,Tt(this),t),t)}):this.each(function(){var o,s,l,v;if(r)for(s=0,l=a(this),v=Ln(e);o=v[s++];)l.hasClass(o)?l.removeClass(o):l.addClass(o);else(void 0===e||"boolean"===n)&&((o=Tt(this))&&z.set(this,"__className__",o),this.setAttribute&&this.setAttribute("class",o||!1===e?"":z.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+$t(Tt(n))+" ").indexOf(t)>-1)return!0;return!1}});var si=/\r/g;a.fn.extend({val:function(e){var t,n,r,o=this[0];return arguments.length?(r=ne(e),this.each(function(s){var l;1===this.nodeType&&(null==(l=r?e.call(this,s,a(this).val()):e)?l="":"number"==typeof l?l+="":Array.isArray(l)&&(l=a.map(l,function(v){return null==v?"":v+""})),(!(t=a.valHooks[this.type]||a.valHooks[this.nodeName.toLowerCase()])||!("set"in t)||void 0===t.set(this,l,"value"))&&(this.value=l))})):o?(t=a.valHooks[o.type]||a.valHooks[o.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(o,"value"))?n:"string"==typeof(n=o.value)?n.replace(si,""):null==n?"":n:void 0}}),a.extend({valHooks:{option:{get:function(e){var t=a.find.attr(e,"value");return null!=t?t:$t(a.text(e))}},select:{get:function(e){var t,n,r,o=e.options,s=e.selectedIndex,l="select-one"===e.type,v=l?null:[],m=l?s+1:o.length;for(r=s<0?m:l?s:0;r<m;r++)if(((n=o[r]).selected||r===s)&&!n.disabled&&(!n.parentNode.disabled||!Ce(n.parentNode,"optgroup"))){if(t=a(n).val(),l)return t;v.push(t)}return v},set:function(e,t){for(var n,r,o=e.options,s=a.makeArray(t),l=o.length;l--;)((r=o[l]).selected=a.inArray(a.valHooks.option.get(r),s)>-1)&&(n=!0);return n||(e.selectedIndex=-1),s}}}}),a.each(["radio","checkbox"],function(){a.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=a.inArray(a(e).val(),t)>-1}},le.checkOn||(a.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),le.focusin="onfocusin"in B;var Hr=/^(?:focusinfocus|focusoutblur)$/,vr=function(e){e.stopPropagation()};a.extend(a.event,{trigger:function(e,t,n,r){var o,s,l,v,m,b,D,k,w=[n||ue],O=ft.call(e,"type")?e.type:e,Y=ft.call(e,"namespace")?e.namespace.split("."):[];if(s=k=l=n=n||ue,3!==n.nodeType&&8!==n.nodeType&&!Hr.test(O+a.event.triggered)&&(O.indexOf(".")>-1&&(Y=O.split("."),O=Y.shift(),Y.sort()),m=O.indexOf(":")<0&&"on"+O,(e=e[a.expando]?e:new a.Event(O,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=Y.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+Y.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:a.makeArray(t,[e]),D=a.event.special[O]||{},r||!D.trigger||!1!==D.trigger.apply(n,t))){if(!r&&!D.noBubble&&!Ot(n)){for(Hr.test((v=D.delegateType||O)+O)||(s=s.parentNode);s;s=s.parentNode)w.push(s),l=s;l===(n.ownerDocument||ue)&&w.push(l.defaultView||l.parentWindow||B)}for(o=0;(s=w[o++])&&!e.isPropagationStopped();)k=s,e.type=o>1?v:D.bindType||O,(b=(z.get(s,"events")||Object.create(null))[e.type]&&z.get(s,"handle"))&&b.apply(s,t),(b=m&&s[m])&&b.apply&&Gt(s)&&(e.result=b.apply(s,t),!1===e.result&&e.preventDefault());return e.type=O,!r&&!e.isDefaultPrevented()&&(!D._default||!1===D._default.apply(w.pop(),t))&&Gt(n)&&m&&ne(n[O])&&!Ot(n)&&((l=n[m])&&(n[m]=null),a.event.triggered=O,e.isPropagationStopped()&&k.addEventListener(O,vr),n[O](),e.isPropagationStopped()&&k.removeEventListener(O,vr),a.event.triggered=void 0,l&&(n[m]=l)),e.result}},simulate:function(e,t,n){var r=a.extend(new a.Event,n,{type:e,isSimulated:!0});a.event.trigger(r,null,t)}}),a.fn.extend({trigger:function(e,t){return this.each(function(){a.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return a.event.trigger(e,t,n,!0)}}),le.focusin||a.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(r){a.event.simulate(t,r.target,a.event.fix(r))};a.event.special[t]={setup:function(){var r=this.ownerDocument||this.document||this,o=z.access(r,t);o||r.addEventListener(e,n,!0),z.access(r,t,(o||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,o=z.access(r,t)-1;o?z.access(r,t,o):(r.removeEventListener(e,n,!0),z.remove(r,t))}}});var pn=B.location,$r={guid:Date.now()},mr=/\?/;a.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new B.DOMParser).parseFromString(e,"text/xml")}catch(n){t=void 0}return(!t||t.getElementsByTagName("parsererror").length)&&a.error("Invalid XML: "+e),t};var ui=/\[\]$/,Xn=/\r?\n/g,qr=/^(?:submit|button|image|reset|file)$/i,fi=/^(?:input|select|textarea|keygen)/i;function gn(e,t,n,r){var o;if(Array.isArray(t))a.each(t,function(s,l){n||ui.test(e)?r(e,l):gn(e+"["+("object"==typeof l&&null!=l?s:"")+"]",l,n,r)});else if(n||"object"!==xt(t))r(e,t);else for(o in t)gn(e+"["+o+"]",t[o],n,r)}a.param=function(e,t){var n,r=[],o=function(s,l){var v=ne(l)?l():l;r[r.length]=encodeURIComponent(s)+"="+encodeURIComponent(null==v?"":v)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!a.isPlainObject(e))a.each(e,function(){o(this.name,this.value)});else for(n in e)gn(n,e[n],t,o);return r.join("&")},a.fn.extend({serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=a.prop(this,"elements");return e?a.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!a(this).is(":disabled")&&fi.test(this.nodeName)&&!qr.test(e)&&(this.checked||!Zt.test(e))}).map(function(e,t){var n=a(this).val();return null==n?null:Array.isArray(n)?a.map(n,function(r){return{name:t.name,value:r.replace(Xn,"\r\n")}}):{name:t.name,value:n.replace(Xn,"\r\n")}}).get()}});var st=/%20/g,li=/#.*$/,ci=/([?&])_=[^&]*/,di=/^(.*?):[ \t]*([^\r\n]*)$/gm,hi=/^(?:GET|HEAD)$/,Jn=/^\/\//,Vr={},Rn={},Wr="*/".concat("*"),_r=ue.createElement("a");function Br(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,o=0,s=t.toLowerCase().match(Pe)||[];if(ne(n))for(;r=s[o++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Ur(e,t,n,r){var o={},s=e===Rn;function l(v){var m;return o[v]=!0,a.each(e[v]||[],function(b,D){var k=D(t,n,r);return"string"!=typeof k||s||o[k]?s?!(m=k):void 0:(t.dataTypes.unshift(k),l(k),!1)}),m}return l(t.dataTypes[0])||!o["*"]&&l("*")}function yr(e,t){var n,r,o=a.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((o[n]?e:r||(r={}))[n]=t[n]);return r&&a.extend(!0,e,r),e}_r.href=pn.href,a.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:{"*":Wr,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":a.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?yr(yr(e,a.ajaxSettings),t):yr(a.ajaxSettings,e)},ajaxPrefilter:Br(Vr),ajaxTransport:Br(Rn),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0);var n,r,o,s,l,v,m,b,D,k,w=a.ajaxSetup({},t=t||{}),O=w.context||w,Y=w.context&&(O.nodeType||O.jquery)?a(O):a.event,ae=a.Deferred(),K=a.Callbacks("once memory"),Oe=w.statusCode||{},we={},ze={},me="canceled",re={readyState:0,getResponseHeader:function(ce){var Te;if(m){if(!s)for(s={};Te=di.exec(o);)s[Te[1].toLowerCase()+" "]=(s[Te[1].toLowerCase()+" "]||[]).concat(Te[2]);Te=s[ce.toLowerCase()+" "]}return null==Te?null:Te.join(", ")},getAllResponseHeaders:function(){return m?o:null},setRequestHeader:function(ce,Te){return null==m&&(ce=ze[ce.toLowerCase()]=ze[ce.toLowerCase()]||ce,we[ce]=Te),this},overrideMimeType:function(ce){return null==m&&(w.mimeType=ce),this},statusCode:function(ce){var Te;if(ce)if(m)re.always(ce[re.status]);else for(Te in ce)Oe[Te]=[Oe[Te],ce[Te]];return this},abort:function(ce){var Te=ce||me;return n&&n.abort(Te),xe(0,Te),this}};if(ae.promise(re),w.url=((e||w.url||pn.href)+"").replace(Jn,pn.protocol+"//"),w.type=t.method||t.type||w.method||w.type,w.dataTypes=(w.dataType||"*").toLowerCase().match(Pe)||[""],null==w.crossDomain){v=ue.createElement("a");try{v.href=w.url,v.href=v.href,w.crossDomain=_r.protocol+"//"+_r.host!=v.protocol+"//"+v.host}catch(ce){w.crossDomain=!0}}if(w.data&&w.processData&&"string"!=typeof w.data&&(w.data=a.param(w.data,w.traditional)),Ur(Vr,w,t,re),m)return re;for(D in(b=a.event&&w.global)&&0==a.active++&&a.event.trigger("ajaxStart"),w.type=w.type.toUpperCase(),w.hasContent=!hi.test(w.type),r=w.url.replace(li,""),w.hasContent?w.data&&w.processData&&0===(w.contentType||"").indexOf("application/x-www-form-urlencoded")&&(w.data=w.data.replace(st,"+")):(k=w.url.slice(r.length),w.data&&(w.processData||"string"==typeof w.data)&&(r+=(mr.test(r)?"&":"?")+w.data,delete w.data),!1===w.cache&&(r=r.replace(ci,"$1"),k=(mr.test(r)?"&":"?")+"_="+$r.guid+++k),w.url=r+k),w.ifModified&&(a.lastModified[r]&&re.setRequestHeader("If-Modified-Since",a.lastModified[r]),a.etag[r]&&re.setRequestHeader("If-None-Match",a.etag[r])),(w.data&&w.hasContent&&!1!==w.contentType||t.contentType)&&re.setRequestHeader("Content-Type",w.contentType),re.setRequestHeader("Accept",w.dataTypes[0]&&w.accepts[w.dataTypes[0]]?w.accepts[w.dataTypes[0]]+("*"!==w.dataTypes[0]?", "+Wr+"; q=0.01":""):w.accepts["*"]),w.headers)re.setRequestHeader(D,w.headers[D]);if(w.beforeSend&&(!1===w.beforeSend.call(O,re,w)||m))return re.abort();if(me="abort",K.add(w.complete),re.done(w.success),re.fail(w.error),n=Ur(Rn,w,t,re)){if(re.readyState=1,b&&Y.trigger("ajaxSend",[re,w]),m)return re;w.async&&w.timeout>0&&(l=B.setTimeout(function(){re.abort("timeout")},w.timeout));try{m=!1,n.send(we,xe)}catch(ce){if(m)throw ce;xe(-1,ce)}}else xe(-1,"No Transport");function xe(ce,Te,Mn,Zn){var Ge,tn,qt,Fe,nt,rt=Te;m||(m=!0,l&&B.clearTimeout(l),n=void 0,o=Zn||"",re.readyState=ce>0?4:0,Ge=ce>=200&&ce<300||304===ce,Mn&&(Fe=function(e,t,n){for(var r,o,s,l,v=e.contents,m=e.dataTypes;"*"===m[0];)m.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(o in v)if(v[o]&&v[o].test(r)){m.unshift(o);break}if(m[0]in n)s=m[0];else{for(o in n){if(!m[0]||e.converters[o+" "+m[0]]){s=o;break}l||(l=o)}s=s||l}if(s)return s!==m[0]&&m.unshift(s),n[s]}(w,re,Mn)),!Ge&&a.inArray("script",w.dataTypes)>-1&&(w.converters["text script"]=function(){}),Fe=function(e,t,n,r){var o,s,l,v,m,b={},D=e.dataTypes.slice();if(D[1])for(l in e.converters)b[l.toLowerCase()]=e.converters[l];for(s=D.shift();s;)if(e.responseFields[s]&&(n[e.responseFields[s]]=t),!m&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),m=s,s=D.shift())if("*"===s)s=m;else if("*"!==m&&m!==s){if(!(l=b[m+" "+s]||b["* "+s]))for(o in b)if((v=o.split(" "))[1]===s&&(l=b[m+" "+v[0]]||b["* "+v[0]])){!0===l?l=b[o]:!0!==b[o]&&(s=v[0],D.unshift(v[1]));break}if(!0!==l)if(l&&e.throws)t=l(t);else try{t=l(t)}catch(k){return{state:"parsererror",error:l?k:"No conversion from "+m+" to "+s}}}return{state:"success",data:t}}(w,Fe,re,Ge),Ge?(w.ifModified&&((nt=re.getResponseHeader("Last-Modified"))&&(a.lastModified[r]=nt),(nt=re.getResponseHeader("etag"))&&(a.etag[r]=nt)),204===ce||"HEAD"===w.type?rt="nocontent":304===ce?rt="notmodified":(rt=Fe.state,tn=Fe.data,Ge=!(qt=Fe.error))):(qt=rt,(ce||!rt)&&(rt="error",ce<0&&(ce=0))),re.status=ce,re.statusText=(Te||rt)+"",Ge?ae.resolveWith(O,[tn,rt,re]):ae.rejectWith(O,[re,rt,qt]),re.statusCode(Oe),Oe=void 0,b&&Y.trigger(Ge?"ajaxSuccess":"ajaxError",[re,w,Ge?tn:qt]),K.fireWith(O,[re,rt]),b&&(Y.trigger("ajaxComplete",[re,w]),--a.active||a.event.trigger("ajaxStop")))}return re},getJSON:function(e,t,n){return a.get(e,t,n,"json")},getScript:function(e,t){return a.get(e,void 0,t,"script")}}),a.each(["get","post"],function(e,t){a[t]=function(n,r,o,s){return ne(r)&&(s=s||o,o=r,r=void 0),a.ajax(a.extend({url:n,type:t,dataType:s,data:r,success:o},a.isPlainObject(n)&&n))}}),a.ajaxPrefilter(function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),a._evalUrl=function(e,t,n){return a.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(r){a.globalEval(r,t,n)}})},a.fn.extend({wrapAll:function(e){var t;return this[0]&&(ne(e)&&(e=e.call(this[0])),t=a(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var n=this;n.firstElementChild;)n=n.firstElementChild;return n}).append(this)),this},wrapInner:function(e){return ne(e)?this.each(function(t){a(this).wrapInner(e.call(this,t))}):this.each(function(){var t=a(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=ne(e);return this.each(function(n){a(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){a(this).replaceWith(this.childNodes)}),this}}),a.expr.pseudos.hidden=function(e){return!a.expr.pseudos.visible(e)},a.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},a.ajaxSettings.xhr=function(){try{return new B.XMLHttpRequest}catch(e){}};var vi={0:200,1223:204},Pn=a.ajaxSettings.xhr();le.cors=!!Pn&&"withCredentials"in Pn,le.ajax=Pn=!!Pn,a.ajaxTransport(function(e){var t,n;if(le.cors||Pn&&!e.crossDomain)return{send:function(r,o){var s,l=e.xhr();if(l.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(s in e.xhrFields)l[s]=e.xhrFields[s];for(s in e.mimeType&&l.overrideMimeType&&l.overrideMimeType(e.mimeType),!e.crossDomain&&!r["X-Requested-With"]&&(r["X-Requested-With"]="XMLHttpRequest"),r)l.setRequestHeader(s,r[s]);t=function(v){return function(){t&&(t=n=l.onload=l.onerror=l.onabort=l.ontimeout=l.onreadystatechange=null,"abort"===v?l.abort():"error"===v?"number"!=typeof l.status?o(0,"error"):o(l.status,l.statusText):o(vi[l.status]||l.status,l.statusText,"text"!==(l.responseType||"text")||"string"!=typeof l.responseText?{binary:l.response}:{text:l.responseText},l.getAllResponseHeaders()))}},l.onload=t(),n=l.onerror=l.ontimeout=t("error"),void 0!==l.onabort?l.onabort=n:l.onreadystatechange=function(){4===l.readyState&&B.setTimeout(function(){t&&n()})},t=t("abort");try{l.send(e.hasContent&&e.data||null)}catch(v){if(t)throw v}},abort:function(){t&&t()}}}),a.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),a.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 a.globalEval(e),e}}}),a.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),a.ajaxTransport("script",function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,o){t=a("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(s){t.remove(),n=null,s&&o("error"===s.type?404:200,s.type)}),ue.head.appendChild(t[0])},abort:function(){n&&n()}}});var e,Yr=[],ct=/(=)\?(?=&|$)|\?\?/;a.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Yr.pop()||a.expando+"_"+$r.guid++;return this[e]=!0,e}}),a.ajaxPrefilter("json jsonp",function(e,t,n){var r,o,s,l=!1!==e.jsonp&&(ct.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&ct.test(e.data)&&"data");if(l||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=ne(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,l?e[l]=e[l].replace(ct,"$1"+r):!1!==e.jsonp&&(e.url+=(mr.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return s||a.error(r+" was not called"),s[0]},e.dataTypes[0]="json",o=B[r],B[r]=function(){s=arguments},n.always(function(){void 0===o?a(B).removeProp(r):B[r]=o,e[r]&&(e.jsonpCallback=t.jsonpCallback,Yr.push(r)),s&&ne(o)&&o(s[0]),s=o=void 0}),"script"}),le.createHTMLDocument=((e=ue.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===e.childNodes.length),a.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=ue.implementation.createHTMLDocument("")).createElement("base")).href=ue.location.href,t.head.appendChild(r)):t=ue),s=!n&&[],(o=sn.exec(e))?[t.createElement(o[1])]:(o=Kn([e],t,s),s&&s.length&&a(s).remove(),a.merge([],o.childNodes)));var r,o,s},a.fn.load=function(e,t,n){var r,o,s,l=this,v=e.indexOf(" ");return v>-1&&(r=$t(e.slice(v)),e=e.slice(0,v)),ne(t)?(n=t,t=void 0):t&&"object"==typeof t&&(o="POST"),l.length>0&&a.ajax({url:e,type:o||"GET",dataType:"html",data:t}).done(function(m){s=arguments,l.html(r?a("<div>").append(a.parseHTML(m)).find(r):m)}).always(n&&function(m,b){l.each(function(){n.apply(this,s||[m.responseText,b,m])})}),this},a.expr.pseudos.animated=function(e){return a.grep(a.timers,function(t){return e===t.elem}).length},a.offset={setOffset:function(e,t,n){var r,o,s,l,v,m,D=a.css(e,"position"),k=a(e),w={};"static"===D&&(e.style.position="relative"),v=k.offset(),s=a.css(e,"top"),m=a.css(e,"left"),("absolute"===D||"fixed"===D)&&(s+m).indexOf("auto")>-1?(l=(r=k.position()).top,o=r.left):(l=parseFloat(s)||0,o=parseFloat(m)||0),ne(t)&&(t=t.call(e,n,a.extend({},v))),null!=t.top&&(w.top=t.top-v.top+l),null!=t.left&&(w.left=t.left-v.left+o),"using"in t?t.using.call(e,w):("number"==typeof w.top&&(w.top+="px"),"number"==typeof w.left&&(w.left+="px"),k.css(w))}},a.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(o){a.offset.setOffset(this,e,o)});var t,n,r=this[0];return r?r.getClientRects().length?{top:(t=r.getBoundingClientRect()).top+(n=r.ownerDocument.defaultView).pageYOffset,left:t.left+n.pageXOffset}:{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],o={top:0,left:0};if("fixed"===a.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===a.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((o=a(e).offset()).top+=a.css(e,"borderTopWidth",!0),o.left+=a.css(e,"borderLeftWidth",!0))}return{top:t.top-o.top-a.css(r,"marginTop",!0),left:t.left-o.left-a.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===a.css(e,"position");)e=e.offsetParent;return e||mt})}}),a.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;a.fn[e]=function(r){return et(this,function(o,s,l){var v;if(Ot(o)?v=o:9===o.nodeType&&(v=o.defaultView),void 0===l)return v?v[t]:o[s];v?v.scrollTo(n?v.pageXOffset:l,n?l:v.pageYOffset):o[s]=l},e,r,arguments.length)}}),a.each(["top","left"],function(e,t){a.cssHooks[t]=zn(le.pixelPosition,function(n,r){if(r)return r=Le(n,t),ye.test(r)?a(n).position()[t]+"px":r})}),a.each({Height:"height",Width:"width"},function(e,t){a.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){a.fn[r]=function(o,s){var l=arguments.length&&(n||"boolean"!=typeof o),v=n||(!0===o||!0===s?"margin":"border");return et(this,function(m,b,D){var k;return Ot(m)?0===r.indexOf("outer")?m["inner"+e]:m.document.documentElement["client"+e]:9===m.nodeType?(k=m.documentElement,Math.max(m.body["scroll"+e],k["scroll"+e],m.body["offset"+e],k["offset"+e],k["client"+e])):void 0===D?a.css(m,b,v):a.style(m,b,D,v)},t,l?o:void 0,l)}})}),a.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){a.fn[t]=function(n){return this.on(t,n)}}),a.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),a.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,t){a.fn[t]=function(n,r){return arguments.length>0?this.on(t,null,n,r):this.trigger(t)}});var vn=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;a.proxy=function(e,t){var n,r,o;if("string"==typeof t&&(n=e[t],t=e,e=n),ne(e))return r=u.call(arguments,2),o=function(){return e.apply(t||this,r.concat(u.call(arguments)))},o.guid=e.guid=e.guid||a.guid++,o},a.holdReady=function(e){e?a.readyWait++:a.ready(!0)},a.isArray=Array.isArray,a.parseJSON=JSON.parse,a.nodeName=Ce,a.isFunction=ne,a.isWindow=Ot,a.camelCase=Qe,a.type=xt,a.now=Date.now,a.isNumeric=function(e){var t=a.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},a.trim=function(e){return null==e?"":(e+"").replace(vn,"")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return a});var mi=B.jQuery,kn=B.$;return a.noConflict=function(e){return B.$===a&&(B.$=kn),e&&B.jQuery===a&&(B.jQuery=mi),a},void 0===$e&&(B.jQuery=B.$=a),a}),function(B,$e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=$e():"function"==typeof define&&define.amd?define($e):B.Popper=$e()}(this,function(){"use strict";var B="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,$e=function(){for(var f=["Edge","Trident","Firefox"],_=0;_<f.length;_+=1)if(B&&navigator.userAgent.indexOf(f[_])>=0)return 1;return 0}(),Ut=B&&window.Promise?function(f){var _=!1;return function(){_||(_=!0,window.Promise.resolve().then(function(){_=!1,f()}))}}:function(f){var _=!1;return function(){_||(_=!0,setTimeout(function(){_=!1,f()},$e))}};function Yt(f){return f&&"[object Function]"==={}.toString.call(f)}function be(f,_){if(1!==f.nodeType)return[];var S=f.ownerDocument.defaultView.getComputedStyle(f,null);return _?S[_]:S}function ge(f){return"HTML"===f.nodeName?f:f.parentNode||f.host}function Dt(f){if(!f)return document.body;switch(f.nodeName){case"HTML":case"BODY":return f.ownerDocument.body;case"#document":return f.body}var _=be(f);return/(auto|scroll|overlay)/.test(_.overflow+_.overflowY+_.overflowX)?f:Dt(ge(f))}function ft(f){return f&&f.referenceNode?f.referenceNode:f}var En=B&&!(!window.MSInputMethodContext||!document.documentMode),qn=B&&/MSIE 10/.test(navigator.userAgent);function le(f){return 11===f?En:10===f?qn:En||qn}function ne(f){if(!f)return document.documentElement;for(var _=le(10)?document.body:null,E=f.offsetParent||null;E===_&&f.nextElementSibling;)E=(f=f.nextElementSibling).offsetParent;var S=E&&E.nodeName;return S&&"BODY"!==S&&"HTML"!==S?-1!==["TH","TD","TABLE"].indexOf(E.nodeName)&&"static"===be(E,"position")?ne(E):E:f?f.ownerDocument.documentElement:document.documentElement}function ue(f){return null!==f.parentNode?ue(f.parentNode):f}function W(f,_){if(!(f&&f.nodeType&&_&&_.nodeType))return document.documentElement;var E=f.compareDocumentPosition(_)&Node.DOCUMENT_POSITION_FOLLOWING,S=E?f:_,R=E?_:f,L=document.createRange();L.setStart(S,0),L.setEnd(R,0);var j=L.commonAncestorContainer;if(f!==j&&_!==j||S.contains(R))return function(f){var _=f.nodeName;return"BODY"!==_&&("HTML"===_||ne(f.firstElementChild)===f)}(j)?j:ne(j);var $=ue(f);return $.host?W($.host,_):W(f,ue(_).host)}function Ke(f){var _=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",E="top"===_?"scrollTop":"scrollLeft",S=f.nodeName;if("BODY"===S||"HTML"===S){var R=f.ownerDocument.documentElement,L=f.ownerDocument.scrollingElement||R;return L[E]}return f[E]}function xt(f,_){var E=arguments.length>2&&void 0!==arguments[2]&&arguments[2],S=Ke(_,"top"),R=Ke(_,"left"),L=E?-1:1;return f.top+=S*L,f.bottom+=S*L,f.left+=R*L,f.right+=R*L,f}function It(f,_){var E="x"===_?"Left":"Top",S="Left"===E?"Right":"Bottom";return parseFloat(f["border"+E+"Width"])+parseFloat(f["border"+S+"Width"])}function a(f,_,E,S){return Math.max(_["offset"+f],_["scroll"+f],E["client"+f],E["offset"+f],E["scroll"+f],le(10)?parseInt(E["offset"+f])+parseInt(S["margin"+("Height"===f?"Top":"Left")])+parseInt(S["margin"+("Height"===f?"Bottom":"Right")]):0)}function on(f){var _=f.body,E=f.documentElement,S=le(10)&&getComputedStyle(E);return{height:a("Height",_,E,S),width:a("Width",_,E,S)}}var ht=function(f,_){if(!(f instanceof _))throw new TypeError("Cannot call a class as a function")},Lt=function(){function f(_,E){for(var S=0;S<E.length;S++){var R=E[S];R.enumerable=R.enumerable||!1,R.configurable=!0,"value"in R&&(R.writable=!0),Object.defineProperty(_,R.key,R)}}return function(_,E,S){return E&&f(_.prototype,E),S&&f(_,S),_}}(),pt=function(f,_,E){return _ in f?Object.defineProperty(f,_,{value:E,enumerable:!0,configurable:!0,writable:!0}):f[_]=E,f},qe=Object.assign||function(f){for(var _=1;_<arguments.length;_++){var E=arguments[_];for(var S in E)Object.prototype.hasOwnProperty.call(E,S)&&(f[S]=E[S])}return f};function Ce(f){return qe({},f,{right:f.left+f.width,bottom:f.top+f.height})}function sn(f){var _={};try{if(le(10)){_=f.getBoundingClientRect();var E=Ke(f,"top"),S=Ke(f,"left");_.top+=E,_.left+=S,_.bottom+=E,_.right+=S}else _=f.getBoundingClientRect()}catch(U){}var R={left:_.left,top:_.top,width:_.right-_.left,height:_.bottom-_.top},L="HTML"===f.nodeName?on(f.ownerDocument):{},V=f.offsetWidth-(L.width||f.clientWidth||R.width),Q=f.offsetHeight-(L.height||f.clientHeight||R.height);if(V||Q){var G=be(f);V-=It(G,"x"),Q-=It(G,"y"),R.width-=V,R.height-=Q}return Ce(R)}function Kt(f,_){var E=arguments.length>2&&void 0!==arguments[2]&&arguments[2],S=le(10),R="HTML"===_.nodeName,L=sn(f),j=sn(_),$=Dt(f),V=be(_),Q=parseFloat(V.borderTopWidth),G=parseFloat(V.borderLeftWidth);E&&R&&(j.top=Math.max(j.top,0),j.left=Math.max(j.left,0));var U=Ce({top:L.top-j.top-Q,left:L.left-j.left-G,width:L.width,height:L.height});if(U.marginTop=0,U.marginLeft=0,!S&&R){var se=parseFloat(V.marginTop),te=parseFloat(V.marginLeft);U.top-=Q-se,U.bottom-=Q-se,U.left-=G-te,U.right-=G-te,U.marginTop=se,U.marginLeft=te}return(S&&!E?_.contains($):_===$&&"BODY"!==$.nodeName)&&(U=xt(U,_)),U}function Fn(f){var _=arguments.length>1&&void 0!==arguments[1]&&arguments[1],E=f.ownerDocument.documentElement,S=Kt(f,E),R=Math.max(E.clientWidth,window.innerWidth||0),L=Math.max(E.clientHeight,window.innerHeight||0),j=_?0:Ke(E),$=_?0:Ke(E,"left"),V={top:j-S.top+S.marginTop,left:$-S.left+S.marginLeft,width:R,height:L};return Ce(V)}function gt(f){var _=f.nodeName;if("BODY"===_||"HTML"===_)return!1;if("fixed"===be(f,"position"))return!0;var E=ge(f);return!!E&>(E)}function Rt(f){if(!f||!f.parentElement||le())return document.documentElement;for(var _=f.parentElement;_&&"none"===be(_,"transform");)_=_.parentElement;return _||document.documentElement}function Tn(f,_,E,S){var R=arguments.length>4&&void 0!==arguments[4]&&arguments[4],L={top:0,left:0},j=R?Rt(f):W(f,ft(_));if("viewport"===S)L=Fn(j,R);else{var $=void 0;"scrollParent"===S?"BODY"===($=Dt(ge(_))).nodeName&&($=f.ownerDocument.documentElement):$="window"===S?f.ownerDocument.documentElement:S;var V=Kt($,j,R);if("HTML"!==$.nodeName||gt(j))L=V;else{var Q=on(f.ownerDocument),G=Q.height,U=Q.width;L.top+=V.top-V.marginTop,L.bottom=G+V.top,L.left+=V.left-V.marginLeft,L.right=U+V.left}}var se="number"==typeof(E=E||0);return L.left+=se?E:E.left||0,L.top+=se?E:E.top||0,L.right-=se?E:E.right||0,L.bottom-=se?E:E.bottom||0,L}function un(f){return f.width*f.height}function Pt(f,_,E,S,R){var L=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===f.indexOf("auto"))return f;var j=Tn(E,S,L,R),$={top:{width:j.width,height:_.top-j.top},right:{width:j.right-_.right,height:j.height},bottom:{width:j.width,height:j.bottom-_.bottom},left:{width:_.left-j.left,height:j.height}},V=Object.keys($).map(function(se){return qe({key:se},$[se],{area:un($[se])})}).sort(function(se,te){return te.area-se.area}),Q=V.filter(function(se){return se.width>=E.clientWidth&&se.height>=E.clientHeight}),G=Q.length>0?Q[0].key:V[0].key,U=f.split("-")[1];return G+(U?"-"+U:"")}function Pe(f,_,E){var S=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,R=S?Rt(_):W(_,ft(E));return Kt(E,R,S)}function Vn(f){var E=f.ownerDocument.defaultView.getComputedStyle(f),S=parseFloat(E.marginTop||0)+parseFloat(E.marginBottom||0),R=parseFloat(E.marginLeft||0)+parseFloat(E.marginRight||0);return{width:f.offsetWidth+R,height:f.offsetHeight+S}}function Ae(f){var _={left:"right",right:"left",bottom:"top",top:"bottom"};return f.replace(/left|right|bottom|top/g,function(E){return _[E]})}function Qt(f,_,E){E=E.split("-")[0];var S=Vn(f),R={width:S.width,height:S.height},L=-1!==["right","left"].indexOf(E),j=L?"top":"left",$=L?"left":"top",V=L?"height":"width",Q=L?"width":"height";return R[j]=_[j]+_[V]/2-S[V]/2,R[$]=E===$?_[$]-S[Q]:_[Ae($)],R}function kt(f,_){return Array.prototype.find?f.find(_):f.filter(_)[0]}function fn(f,_,E){var S=void 0===E?f:f.slice(0,function(f,_,E){if(Array.prototype.findIndex)return f.findIndex(function(R){return R[_]===E});var S=kt(f,function(R){return R[_]===E});return f.indexOf(S)}(f,"name",E));return S.forEach(function(R){R.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var L=R.function||R.fn;R.enabled&&Yt(L)&&(_.offsets.popper=Ce(_.offsets.popper),_.offsets.reference=Ce(_.offsets.reference),_=L(_,R))}),_}function ln(){if(!this.state.isDestroyed){var f={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};f.offsets.reference=Pe(this.state,this.popper,this.reference,this.options.positionFixed),f.placement=Pt(this.options.placement,f.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),f.originalPlacement=f.placement,f.positionFixed=this.options.positionFixed,f.offsets.popper=Qt(this.popper,f.offsets.reference,f.placement),f.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",f=fn(this.modifiers,f),this.state.isCreated?this.options.onUpdate(f):(this.state.isCreated=!0,this.options.onCreate(f))}}function et(f,_){return f.some(function(E){return E.enabled&&E.name===_})}function zt(f){for(var _=[!1,"ms","Webkit","Moz","O"],E=f.charAt(0).toUpperCase()+f.slice(1),S=0;S<_.length;S++){var R=_[S],L=R?""+R+E:f;if(void 0!==document.body.style[L])return L}return null}function fr(){return this.state.isDestroyed=!0,et(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[zt("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function bn(f){var _=f.ownerDocument;return _?_.defaultView:window}function Qe(f,_,E,S){var R="BODY"===f.nodeName,L=R?f.ownerDocument.defaultView:f;L.addEventListener(_,E,{passive:!0}),R||Qe(Dt(L.parentNode),_,E,S),S.push(L)}function Gt(f,_,E,S){E.updateBound=S,bn(f).addEventListener("resize",E.updateBound,{passive:!0});var R=Dt(f);return Qe(R,"scroll",E.updateBound,E.scrollParents),E.scrollElement=R,E.eventsEnabled=!0,E}function Xt(){this.state.eventsEnabled||(this.state=Gt(this.reference,0,this.state,this.scheduleUpdate))}function Se(){var _;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(_=this.state,bn(this.reference).removeEventListener("resize",_.updateBound),_.scrollParents.forEach(function(E){E.removeEventListener("scroll",_.updateBound)}),_.updateBound=null,_.scrollParents=[],_.scrollElement=null,_.eventsEnabled=!1,_))}function Cn(f){return""!==f&&!isNaN(parseFloat(f))&&isFinite(f)}function vt(f,_){Object.keys(_).forEach(function(E){var S="";-1!==["width","height","top","right","bottom","left"].indexOf(E)&&Cn(_[E])&&(S="px"),f.style[E]=_[E]+S})}var it=B&&/Firefox/i.test(navigator.userAgent);function _t(f,_,E){var S=kt(f,function($){return $.name===_}),R=!!S&&f.some(function($){return $.name===E&&$.enabled&&$.order<S.order});if(!R){var L="`"+_+"`";console.warn("`"+E+"` modifier is required by "+L+" modifier in order to work, be sure to include it before "+L+"!")}return R}var Mt=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],yt=Mt.slice(3);function Un(f){var _=arguments.length>1&&void 0!==arguments[1]&&arguments[1],E=yt.indexOf(f),S=yt.slice(E+1).concat(yt.slice(0,E));return _?S.reverse():S}var Qn={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(f){var _=f.placement,E=_.split("-")[0],S=_.split("-")[1];if(S){var R=f.offsets,L=R.reference,j=R.popper,$=-1!==["bottom","top"].indexOf(E),V=$?"left":"top",Q=$?"width":"height",G={start:pt({},V,L[V]),end:pt({},V,L[V]+L[Q]-j[Q])};f.offsets.popper=qe({},j,G[S])}return f}},offset:{order:200,enabled:!0,fn:function(f,_){var V,E=_.offset,R=f.offsets,L=R.popper,j=R.reference,$=f.placement.split("-")[0];return V=Cn(+E)?[+E,0]:function(f,_,E,S){var R=[0,0],L=-1!==["right","left"].indexOf(S),j=f.split(/(\+|\-)/).map(function(G){return G.trim()}),$=j.indexOf(kt(j,function(G){return-1!==G.search(/,|\s/)}));j[$]&&-1===j[$].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var V=/\s*,\s*|\s+/,Q=-1!==$?[j.slice(0,$).concat([j[$].split(V)[0]]),[j[$].split(V)[1]].concat(j.slice($+1))]:[j];return Q=Q.map(function(G,U){var se=(1===U?!L:L)?"height":"width",te=!1;return G.reduce(function(oe,ye){return""===oe[oe.length-1]&&-1!==["+","-"].indexOf(ye)?(oe[oe.length-1]=ye,te=!0,oe):te?(oe[oe.length-1]+=ye,te=!1,oe):oe.concat(ye)},[]).map(function(oe){return function(f,_,E,S){var R=f.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),L=+R[1],j=R[2];return L?0===j.indexOf("%")?Ce("%p"===j?E:S)[_]/100*L:"vh"===j||"vw"===j?("vh"===j?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*L:L:f}(oe,se,_,E)})}),Q.forEach(function(G,U){G.forEach(function(se,te){Cn(se)&&(R[U]+=se*("-"===G[te-1]?-1:1))})}),R}(E,L,j,$),"left"===$?(L.top+=V[0],L.left-=V[1]):"right"===$?(L.top+=V[0],L.left+=V[1]):"top"===$?(L.left+=V[0],L.top-=V[1]):"bottom"===$&&(L.left+=V[0],L.top+=V[1]),f.popper=L,f},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(f,_){var E=_.boundariesElement||ne(f.instance.popper);f.instance.reference===E&&(E=ne(E));var S=zt("transform"),R=f.instance.popper.style,L=R.top,j=R.left,$=R[S];R.top="",R.left="",R[S]="";var V=Tn(f.instance.popper,f.instance.reference,_.padding,E,f.positionFixed);R.top=L,R.left=j,R[S]=$,_.boundaries=V;var G=f.offsets.popper,U={primary:function(te){var oe=G[te];return G[te]<V[te]&&!_.escapeWithReference&&(oe=Math.max(G[te],V[te])),pt({},te,oe)},secondary:function(te){var oe="right"===te?"left":"top",ye=G[oe];return G[te]>V[te]&&!_.escapeWithReference&&(ye=Math.min(G[oe],V[te]-("right"===te?G.width:G.height))),pt({},oe,ye)}};return _.priority.forEach(function(se){var te=-1!==["left","top"].indexOf(se)?"primary":"secondary";G=qe({},G,U[te](se))}),f.offsets.popper=G,f},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(f){var _=f.offsets,E=_.popper,S=_.reference,R=f.placement.split("-")[0],L=Math.floor,j=-1!==["top","bottom"].indexOf(R),$=j?"right":"bottom",V=j?"left":"top",Q=j?"width":"height";return E[$]<L(S[V])&&(f.offsets.popper[V]=L(S[V])-E[Q]),E[V]>L(S[$])&&(f.offsets.popper[V]=L(S[$])),f}},arrow:{order:500,enabled:!0,fn:function(f,_){var E;if(!_t(f.instance.modifiers,"arrow","keepTogether"))return f;var S=_.element;if("string"==typeof S){if(!(S=f.instance.popper.querySelector(S)))return f}else if(!f.instance.popper.contains(S))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),f;var R=f.placement.split("-")[0],L=f.offsets,j=L.popper,$=L.reference,V=-1!==["left","right"].indexOf(R),Q=V?"height":"width",G=V?"Top":"Left",U=G.toLowerCase(),se=V?"left":"top",te=V?"bottom":"right",oe=Vn(S)[Q];$[te]-oe<j[U]&&(f.offsets.popper[U]-=j[U]-($[te]-oe)),$[U]+oe>j[te]&&(f.offsets.popper[U]+=$[U]+oe-j[te]),f.offsets.popper=Ce(f.offsets.popper);var ye=$[U]+$[Q]/2-oe/2,Be=be(f.instance.popper),tt=parseFloat(Be["margin"+G]),Ne=parseFloat(Be["border"+G+"Width"]),Le=ye-f.offsets.popper[U]-tt-Ne;return Le=Math.max(Math.min(j[Q]-oe,Le),0),f.arrowElement=S,f.offsets.arrow=(pt(E={},U,Math.round(Le)),pt(E,se,""),E),f},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(f,_){if(et(f.instance.modifiers,"inner")||f.flipped&&f.placement===f.originalPlacement)return f;var E=Tn(f.instance.popper,f.instance.reference,_.padding,_.boundariesElement,f.positionFixed),S=f.placement.split("-")[0],R=Ae(S),L=f.placement.split("-")[1]||"",j=[];switch(_.behavior){case"flip":j=[S,R];break;case"clockwise":j=Un(S);break;case"counterclockwise":j=Un(S,!0);break;default:j=_.behavior}return j.forEach(function($,V){if(S!==$||j.length===V+1)return f;S=f.placement.split("-")[0],R=Ae(S);var Q=f.offsets.popper,G=f.offsets.reference,U=Math.floor,se="left"===S&&U(Q.right)>U(G.left)||"right"===S&&U(Q.left)<U(G.right)||"top"===S&&U(Q.bottom)>U(G.top)||"bottom"===S&&U(Q.top)<U(G.bottom),te=U(Q.left)<U(E.left),oe=U(Q.right)>U(E.right),ye=U(Q.top)<U(E.top),Be=U(Q.bottom)>U(E.bottom),tt="left"===S&&te||"right"===S&&oe||"top"===S&&ye||"bottom"===S&&Be,Ne=-1!==["top","bottom"].indexOf(S),ot=!!_.flipVariations&&(Ne&&"start"===L&&te||Ne&&"end"===L&&oe||!Ne&&"start"===L&&ye||!Ne&&"end"===L&&Be)||!!_.flipVariationsByContent&&(Ne&&"start"===L&&oe||Ne&&"end"===L&&te||!Ne&&"start"===L&&Be||!Ne&&"end"===L&&ye);(se||tt||ot)&&(f.flipped=!0,(se||tt)&&(S=j[V+1]),ot&&(L=function(f){return"end"===f?"start":"start"===f?"end":f}(L)),f.placement=S+(L?"-"+L:""),f.offsets.popper=qe({},f.offsets.popper,Qt(f.instance.popper,f.offsets.reference,f.placement)),f=fn(f.instance.modifiers,f,"flip"))}),f},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(f){var _=f.placement,E=_.split("-")[0],S=f.offsets,R=S.popper,L=S.reference,j=-1!==["left","right"].indexOf(E),$=-1===["top","left"].indexOf(E);return R[j?"left":"top"]=L[E]-($?R[j?"width":"height"]:0),f.placement=Ae(_),f.offsets.popper=Ce(R),f}},hide:{order:800,enabled:!0,fn:function(f){if(!_t(f.instance.modifiers,"hide","preventOverflow"))return f;var _=f.offsets.reference,E=kt(f.instance.modifiers,function(S){return"preventOverflow"===S.name}).boundaries;if(_.bottom<E.top||_.left>E.right||_.top>E.bottom||_.right<E.left){if(!0===f.hide)return f;f.hide=!0,f.attributes["x-out-of-boundaries"]=""}else{if(!1===f.hide)return f;f.hide=!1,f.attributes["x-out-of-boundaries"]=!1}return f}},computeStyle:{order:850,enabled:!0,fn:function(f,_){var E=_.x,S=_.y,R=f.offsets.popper,L=kt(f.instance.modifiers,function(Le){return"applyStyle"===Le.name}).gpuAcceleration;void 0!==L&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var oe,ye,j=void 0!==L?L:_.gpuAcceleration,$=ne(f.instance.popper),V=sn($),Q={position:R.position},G=function(f,_){var E=f.offsets,S=E.popper,L=Math.round,j=Math.floor,$=function(tt){return tt},V=L(E.reference.width),Q=L(S.width),G=-1!==["left","right"].indexOf(f.placement),U=-1!==f.placement.indexOf("-"),oe=_?G||U||V%2==Q%2?L:j:$,ye=_?L:$;return{left:oe(V%2==1&&Q%2==1&&!U&&_?S.left-1:S.left),top:ye(S.top),bottom:ye(S.bottom),right:oe(S.right)}}(f,window.devicePixelRatio<2||!it),U="bottom"===E?"top":"bottom",se="right"===S?"left":"right",te=zt("transform");if(ye="bottom"===U?"HTML"===$.nodeName?-$.clientHeight+G.bottom:-V.height+G.bottom:G.top,oe="right"===se?"HTML"===$.nodeName?-$.clientWidth+G.right:-V.width+G.right:G.left,j&&te)Q[te]="translate3d("+oe+"px, "+ye+"px, 0)",Q[U]=0,Q[se]=0,Q.willChange="transform";else{var tt="right"===se?-1:1;Q[U]=ye*("bottom"===U?-1:1),Q[se]=oe*tt,Q.willChange=U+", "+se}return f.attributes=qe({},{"x-placement":f.placement},f.attributes),f.styles=qe({},Q,f.styles),f.arrowStyles=qe({},f.offsets.arrow,f.arrowStyles),f},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(f){return vt(f.instance.popper,f.styles),function(f,_){Object.keys(_).forEach(function(E){!1!==_[E]?f.setAttribute(E,_[E]):f.removeAttribute(E)})}(f.instance.popper,f.attributes),f.arrowElement&&Object.keys(f.arrowStyles).length&&vt(f.arrowElement,f.arrowStyles),f},onLoad:function(f,_,E,S,R){var L=Pe(R,_,f,E.positionFixed),j=Pt(E.placement,L,_,f,E.modifiers.flip.boundariesElement,E.modifiers.flip.padding);return _.setAttribute("x-placement",j),vt(_,{position:E.positionFixed?"fixed":"absolute"}),E},gpuAcceleration:void 0}}},at=function(){function f(_,E){var S=this,R=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};ht(this,f),this.scheduleUpdate=function(){return requestAnimationFrame(S.update)},this.update=Ut(this.update.bind(this)),this.options=qe({},f.Defaults,R),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=_&&_.jquery?_[0]:_,this.popper=E&&E.jquery?E[0]:E,this.options.modifiers={},Object.keys(qe({},f.Defaults.modifiers,R.modifiers)).forEach(function(j){S.options.modifiers[j]=qe({},f.Defaults.modifiers[j]||{},R.modifiers?R.modifiers[j]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(j){return qe({name:j},S.options.modifiers[j])}).sort(function(j,$){return j.order-$.order}),this.modifiers.forEach(function(j){j.enabled&&Yt(j.onLoad)&&j.onLoad(S.reference,S.popper,S.options,j,S.state)}),this.update();var L=this.options.eventsEnabled;L&&this.enableEventListeners(),this.state.eventsEnabled=L}return Lt(f,[{key:"update",value:function(){return ln.call(this)}},{key:"destroy",value:function(){return fr.call(this)}},{key:"enableEventListeners",value:function(){return Xt.call(this)}},{key:"disableEventListeners",value:function(){return Se.call(this)}}]),f}();return at.Utils=("undefined"!=typeof window?window:global).PopperUtils,at.placements=Mt,at.Defaults=Qn,at}),function(B,$e){"object"==typeof exports&&"undefined"!=typeof module?$e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],$e):$e((B="undefined"!=typeof globalThis?globalThis:B||self).bootstrap={},B.jQuery,B.Popper)}(this,function(B,$e,Ve){"use strict";function yn(A){return A&&"object"==typeof A&&"default"in A?A:{default:A}}var u=yn($e),Ut=yn(Ve);function Yt(A,y){for(var p=0;p<y.length;p++){var i=y[p];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(A,i.key,i)}}function be(A,y,p){return y&&Yt(A.prototype,y),p&&Yt(A,p),A}function ge(){return ge=Object.assign||function(A){for(var y=1;y<arguments.length;y++){var p=arguments[y];for(var i in p)Object.prototype.hasOwnProperty.call(p,i)&&(A[i]=p[i])}return A},ge.apply(this,arguments)}var ft="transitionend";var W={TRANSITION_END:"bsTransitionEnd",getUID:function(y){do{y+=~~(1e6*Math.random())}while(document.getElementById(y));return y},getSelectorFromElement:function(y){var p=y.getAttribute("data-target");if(!p||"#"===p){var i=y.getAttribute("href");p=i&&"#"!==i?i.trim():""}try{return document.querySelector(p)?p:null}catch(c){return null}},getTransitionDurationFromElement:function(y){if(!y)return 0;var p=u.default(y).css("transition-duration"),i=u.default(y).css("transition-delay"),c=parseFloat(p),h=parseFloat(i);return c||h?(p=p.split(",")[0],i=i.split(",")[0],1e3*(parseFloat(p)+parseFloat(i))):0},reflow:function(y){return y.offsetHeight},triggerTransitionEnd:function(y){u.default(y).trigger(ft)},supportsTransitionEnd:function(){return Boolean(ft)},isElement:function(y){return(y[0]||y).nodeType},typeCheckConfig:function(y,p,i){for(var c in i)if(Object.prototype.hasOwnProperty.call(i,c)){var h=i[c],N=p[c],x=N&&W.isElement(N)?"element":null==(A=N)?""+A:{}.toString.call(A).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(h).test(x))throw new Error(y.toUpperCase()+': Option "'+c+'" provided type "'+x+'" but expected type "'+h+'".')}var A},findShadowRoot:function(y){if(!document.documentElement.attachShadow)return null;if("function"==typeof y.getRootNode){var p=y.getRootNode();return p instanceof ShadowRoot?p:null}return y instanceof ShadowRoot?y:y.parentNode?W.findShadowRoot(y.parentNode):null},jQueryDetection:function(){if(void 0===u.default)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var y=u.default.fn.jquery.split(" ")[0].split(".");if(y[0]<2&&y[1]<9||1===y[0]&&9===y[1]&&y[2]<1||y[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};W.jQueryDetection(),u.default.fn.emulateTransitionEnd=function(A){var y=this,p=!1;return u.default(this).one(W.TRANSITION_END,function(){p=!0}),setTimeout(function(){p||W.triggerTransitionEnd(y)},A),this},u.default.event.special[W.TRANSITION_END]={bindType:ft,delegateType:ft,handle:function(y){if(u.default(y.target).is(this))return y.handleObj.handler.apply(this,arguments)}};var Ke="alert",It="bs.alert",ht=u.default.fn[Ke],gt=function(){function A(p){this._element=p}var y=A.prototype;return y.close=function(i){var c=this._element;i&&(c=this._getRootElement(i)),this._triggerCloseEvent(c).isDefaultPrevented()||this._removeElement(c)},y.dispose=function(){u.default.removeData(this._element,It),this._element=null},y._getRootElement=function(i){var c=W.getSelectorFromElement(i),h=!1;return c&&(h=document.querySelector(c)),h||(h=u.default(i).closest(".alert")[0]),h},y._triggerCloseEvent=function(i){var c=u.default.Event("close.bs.alert");return u.default(i).trigger(c),c},y._removeElement=function(i){var c=this;if(u.default(i).removeClass("show"),u.default(i).hasClass("fade")){var h=W.getTransitionDurationFromElement(i);u.default(i).one(W.TRANSITION_END,function(N){return c._destroyElement(i,N)}).emulateTransitionEnd(h)}else this._destroyElement(i)},y._destroyElement=function(i){u.default(i).detach().trigger("closed.bs.alert").remove()},A._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(It);h||(h=new A(this),c.data(It,h)),"close"===i&&h[i](this)})},A._handleDismiss=function(i){return function(c){c&&c.preventDefault(),i.close(this)}},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}}]),A}();u.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',gt._handleDismiss(new gt)),u.default.fn[Ke]=gt._jQueryInterface,u.default.fn[Ke].Constructor=gt,u.default.fn[Ke].noConflict=function(){return u.default.fn[Ke]=ht,gt._jQueryInterface};var Rt="button",un="bs.button",Vn=u.default.fn[Rt],Ae="active",Wn='[data-toggle^="button"]',zt='input:not([type="hidden"])',z=function(){function A(p){this._element=p,this.shouldAvoidTriggerChange=!1}var y=A.prototype;return y.toggle=function(){var i=!0,c=!0,h=u.default(this._element).closest('[data-toggle="buttons"]')[0];if(h){var N=this._element.querySelector(zt);if(N){if("radio"===N.type)if(N.checked&&this._element.classList.contains(Ae))i=!1;else{var x=h.querySelector(".active");x&&u.default(x).removeClass(Ae)}i&&(("checkbox"===N.type||"radio"===N.type)&&(N.checked=!this._element.classList.contains(Ae)),this.shouldAvoidTriggerChange||u.default(N).trigger("change")),N.focus(),c=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(c&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(Ae)),i&&u.default(this._element).toggleClass(Ae))},y.dispose=function(){u.default.removeData(this._element,un),this._element=null},A._jQueryInterface=function(i,c){return this.each(function(){var h=u.default(this),N=h.data(un);N||(N=new A(this),h.data(un,N)),N.shouldAvoidTriggerChange=c,"toggle"===i&&N[i]()})},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}}]),A}();u.default(document).on("click.bs.button.data-api",Wn,function(A){var y=A.target,p=y;if(u.default(y).hasClass("btn")||(y=u.default(y).closest(".btn")[0]),!y||y.hasAttribute("disabled")||y.classList.contains("disabled"))A.preventDefault();else{var i=y.querySelector(zt);if(i&&(i.hasAttribute("disabled")||i.classList.contains("disabled")))return void A.preventDefault();("INPUT"===p.tagName||"LABEL"!==y.tagName)&&z._jQueryInterface.call(u.default(y),"toggle","INPUT"===p.tagName)}}).on("focus.bs.button.data-api blur.bs.button.data-api",Wn,function(A){var y=u.default(A.target).closest(".btn")[0];u.default(y).toggleClass("focus",/^focus(in)?$/.test(A.type))}),u.default(window).on("load.bs.button.data-api",function(){for(var A=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),y=0,p=A.length;y<p;y++){var i=A[y],c=i.querySelector(zt);c.checked||c.hasAttribute("checked")?i.classList.add(Ae):i.classList.remove(Ae)}for(var h=0,N=(A=[].slice.call(document.querySelectorAll('[data-toggle="button"]'))).length;h<N;h++){var x=A[h];"true"===x.getAttribute("aria-pressed")?x.classList.add(Ae):x.classList.remove(Ae)}}),u.default.fn[Rt]=z._jQueryInterface,u.default.fn[Rt].Constructor=z,u.default.fn[Rt].noConflict=function(){return u.default.fn[Rt]=Vn,z._jQueryInterface};var Se="carousel",vt="bs.carousel",ke="."+vt,Bn=u.default.fn[Se],wn={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},cn={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},Mt="next",yt="prev",An="slid"+ke,E="active",G=".active.carousel-item",tt={TOUCH:"touch",PEN:"pen"},Ne=function(){function A(p,i){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(i),this._element=p,this._indicatorsElement=this._element.querySelector(".carousel-indicators"),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var y=A.prototype;return y.next=function(){this._isSliding||this._slide(Mt)},y.nextWhenVisible=function(){var i=u.default(this._element);!document.hidden&&i.is(":visible")&&"hidden"!==i.css("visibility")&&this.next()},y.prev=function(){this._isSliding||this._slide(yt)},y.pause=function(i){i||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(W.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},y.cycle=function(i){i||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},y.to=function(i){var c=this;this._activeElement=this._element.querySelector(G);var h=this._getItemIndex(this._activeElement);if(!(i>this._items.length-1||i<0)){if(this._isSliding)return void u.default(this._element).one(An,function(){return c.to(i)});if(h===i)return this.pause(),void this.cycle();this._slide(i>h?Mt:yt,this._items[i])}},y.dispose=function(){u.default(this._element).off(ke),u.default.removeData(this._element,vt),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},y._getConfig=function(i){return i=ge({},wn,i),W.typeCheckConfig(Se,i,cn),i},y._handleSwipe=function(){var i=Math.abs(this.touchDeltaX);if(!(i<=40)){var c=i/this.touchDeltaX;this.touchDeltaX=0,c>0&&this.prev(),c<0&&this.next()}},y._addEventListeners=function(){var i=this;this._config.keyboard&&u.default(this._element).on("keydown.bs.carousel",function(c){return i._keydown(c)}),"hover"===this._config.pause&&u.default(this._element).on("mouseenter.bs.carousel",function(c){return i.pause(c)}).on("mouseleave.bs.carousel",function(c){return i.cycle(c)}),this._config.touch&&this._addTouchEventListeners()},y._addTouchEventListeners=function(){var i=this;if(this._touchSupported){var c=function(H){i._pointerEvent&&tt[H.originalEvent.pointerType.toUpperCase()]?i.touchStartX=H.originalEvent.clientX:i._pointerEvent||(i.touchStartX=H.originalEvent.touches[0].clientX)},N=function(H){i._pointerEvent&&tt[H.originalEvent.pointerType.toUpperCase()]&&(i.touchDeltaX=H.originalEvent.clientX-i.touchStartX),i._handleSwipe(),"hover"===i._config.pause&&(i.pause(),i.touchTimeout&&clearTimeout(i.touchTimeout),i.touchTimeout=setTimeout(function(ie){return i.cycle(ie)},500+i._config.interval))};u.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",function(x){return x.preventDefault()}),this._pointerEvent?(u.default(this._element).on("pointerdown.bs.carousel",function(x){return c(x)}),u.default(this._element).on("pointerup.bs.carousel",function(x){return N(x)}),this._element.classList.add("pointer-event")):(u.default(this._element).on("touchstart.bs.carousel",function(x){return c(x)}),u.default(this._element).on("touchmove.bs.carousel",function(x){var H;i.touchDeltaX=(H=x).originalEvent.touches&&H.originalEvent.touches.length>1?0:H.originalEvent.touches[0].clientX-i.touchStartX}),u.default(this._element).on("touchend.bs.carousel",function(x){return N(x)}))}},y._keydown=function(i){if(!/input|textarea/i.test(i.target.tagName))switch(i.which){case 37:i.preventDefault(),this.prev();break;case 39:i.preventDefault(),this.next()}},y._getItemIndex=function(i){return this._items=i&&i.parentNode?[].slice.call(i.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(i)},y._getItemByDirection=function(i,c){var h=i===Mt,N=i===yt,x=this._getItemIndex(c);if((N&&0===x||h&&x===this._items.length-1)&&!this._config.wrap)return c;var ve=(x+(i===yt?-1:1))%this._items.length;return-1===ve?this._items[this._items.length-1]:this._items[ve]},y._triggerSlideEvent=function(i,c){var h=this._getItemIndex(i),N=this._getItemIndex(this._element.querySelector(G)),x=u.default.Event("slide.bs.carousel",{relatedTarget:i,direction:c,from:N,to:h});return u.default(this._element).trigger(x),x},y._setActiveIndicatorElement=function(i){if(this._indicatorsElement){var c=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));u.default(c).removeClass(E);var h=this._indicatorsElement.children[this._getItemIndex(i)];h&&u.default(h).addClass(E)}},y._updateInterval=function(){var i=this._activeElement||this._element.querySelector(G);if(i){var c=parseInt(i.getAttribute("data-interval"),10);c?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=c):this._config.interval=this._config.defaultInterval||this._config.interval}},y._slide=function(i,c){var ve,He,Bt,h=this,N=this._element.querySelector(G),x=this._getItemIndex(N),H=c||N&&this._getItemByDirection(i,N),ie=this._getItemIndex(H),pe=Boolean(this._interval);if(i===Mt?(ve="carousel-item-left",He="carousel-item-next",Bt="left"):(ve="carousel-item-right",He="carousel-item-prev",Bt="right"),H&&u.default(H).hasClass(E))this._isSliding=!1;else if(!this._triggerSlideEvent(H,Bt).isDefaultPrevented()&&N&&H){this._isSliding=!0,pe&&this.pause(),this._setActiveIndicatorElement(H),this._activeElement=H;var ur=u.default.Event(An,{relatedTarget:H,direction:Bt,from:x,to:ie});if(u.default(this._element).hasClass("slide")){u.default(H).addClass(He),W.reflow(H),u.default(N).addClass(ve),u.default(H).addClass(ve);var wi=W.getTransitionDurationFromElement(N);u.default(N).one(W.TRANSITION_END,function(){u.default(H).removeClass(ve+" "+He).addClass(E),u.default(N).removeClass(E+" "+He+" "+ve),h._isSliding=!1,setTimeout(function(){return u.default(h._element).trigger(ur)},0)}).emulateTransitionEnd(wi)}else u.default(N).removeClass(E),u.default(H).addClass(E),this._isSliding=!1,u.default(this._element).trigger(ur);pe&&this.cycle()}},A._jQueryInterface=function(i){return this.each(function(){var c=u.default(this).data(vt),h=ge({},wn,u.default(this).data());"object"==typeof i&&(h=ge({},h,i));var N="string"==typeof i?i:h.slide;if(c||(c=new A(this,h),u.default(this).data(vt,c)),"number"==typeof i)c.to(i);else if("string"==typeof N){if(void 0===c[N])throw new TypeError('No method named "'+N+'"');c[N]()}else h.interval&&h.ride&&(c.pause(),c.cycle())})},A._dataApiClickHandler=function(i){var c=W.getSelectorFromElement(this);if(c){var h=u.default(c)[0];if(h&&u.default(h).hasClass("carousel")){var N=ge({},u.default(h).data(),u.default(this).data()),x=this.getAttribute("data-slide-to");x&&(N.interval=!1),A._jQueryInterface.call(u.default(h),N),x&&u.default(h).data(vt).to(x),i.preventDefault()}}},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return wn}}]),A}();u.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",Ne._dataApiClickHandler),u.default(window).on("load.bs.carousel.data-api",function(){for(var A=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),y=0,p=A.length;y<p;y++){var i=u.default(A[y]);Ne._jQueryInterface.call(i,i.data())}}),u.default.fn[Se]=Ne._jQueryInterface,u.default.fn[Se].Constructor=Ne,u.default.fn[Se].noConflict=function(){return u.default.fn[Se]=Bn,Ne._jQueryInterface};var Le="collapse",ot="bs.collapse",ni=u.default.fn[Le],Dn={toggle:!0,parent:""},ri={toggle:"boolean",parent:"(string|element)"},jt="show",Re="collapse",Et="collapsing",hn="collapsed",gr='[data-toggle="collapse"]',Ht=function(){function A(p,i){this._isTransitioning=!1,this._element=p,this._config=this._getConfig(i),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+p.id+'"],[data-toggle="collapse"][data-target="#'+p.id+'"]'));for(var c=[].slice.call(document.querySelectorAll(gr)),h=0,N=c.length;h<N;h++){var x=c[h],H=W.getSelectorFromElement(x),ie=[].slice.call(document.querySelectorAll(H)).filter(function(pe){return pe===p});null!==H&&ie.length>0&&(this._selector=H,this._triggerArray.push(x))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var y=A.prototype;return y.toggle=function(){u.default(this._element).hasClass(jt)?this.hide():this.show()},y.show=function(){var c,h,i=this;if(!(this._isTransitioning||u.default(this._element).hasClass(jt)||(this._parent&&0===(c=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter(function(He){return"string"==typeof i._config.parent?He.getAttribute("data-parent")===i._config.parent:He.classList.contains(Re)})).length&&(c=null),c&&(h=u.default(c).not(this._selector).data(ot),h&&h._isTransitioning)))){var N=u.default.Event("show.bs.collapse");if(u.default(this._element).trigger(N),!N.isDefaultPrevented()){c&&(A._jQueryInterface.call(u.default(c).not(this._selector),"hide"),h||u.default(c).data(ot,null));var x=this._getDimension();u.default(this._element).removeClass(Re).addClass(Et),this._element.style[x]=0,this._triggerArray.length&&u.default(this._triggerArray).removeClass(hn).attr("aria-expanded",!0),this.setTransitioning(!0);var pe="scroll"+(x[0].toUpperCase()+x.slice(1)),ve=W.getTransitionDurationFromElement(this._element);u.default(this._element).one(W.TRANSITION_END,function(){u.default(i._element).removeClass(Et).addClass(Re+" "+jt),i._element.style[x]="",i.setTransitioning(!1),u.default(i._element).trigger("shown.bs.collapse")}).emulateTransitionEnd(ve),this._element.style[x]=this._element[pe]+"px"}}},y.hide=function(){var i=this;if(!this._isTransitioning&&u.default(this._element).hasClass(jt)){var c=u.default.Event("hide.bs.collapse");if(u.default(this._element).trigger(c),!c.isDefaultPrevented()){var h=this._getDimension();this._element.style[h]=this._element.getBoundingClientRect()[h]+"px",W.reflow(this._element),u.default(this._element).addClass(Et).removeClass(Re+" "+jt);var N=this._triggerArray.length;if(N>0)for(var x=0;x<N;x++){var H=this._triggerArray[x],ie=W.getSelectorFromElement(H);null!==ie&&(u.default([].slice.call(document.querySelectorAll(ie))).hasClass(jt)||u.default(H).addClass(hn).attr("aria-expanded",!1))}this.setTransitioning(!0),this._element.style[h]="";var He=W.getTransitionDurationFromElement(this._element);u.default(this._element).one(W.TRANSITION_END,function(){i.setTransitioning(!1),u.default(i._element).removeClass(Et).addClass(Re).trigger("hidden.bs.collapse")}).emulateTransitionEnd(He)}}},y.setTransitioning=function(i){this._isTransitioning=i},y.dispose=function(){u.default.removeData(this._element,ot),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},y._getConfig=function(i){return(i=ge({},Dn,i)).toggle=Boolean(i.toggle),W.typeCheckConfig(Le,i,ri),i},y._getDimension=function(){return u.default(this._element).hasClass("width")?"width":"height"},y._getParent=function(){var c,i=this;W.isElement(this._config.parent)?(c=this._config.parent,void 0!==this._config.parent.jquery&&(c=this._config.parent[0])):c=document.querySelector(this._config.parent);var N=[].slice.call(c.querySelectorAll('[data-toggle="collapse"][data-parent="'+this._config.parent+'"]'));return u.default(N).each(function(x,H){i._addAriaAndCollapsedClass(A._getTargetFromElement(H),[H])}),c},y._addAriaAndCollapsedClass=function(i,c){var h=u.default(i).hasClass(jt);c.length&&u.default(c).toggleClass(hn,!h).attr("aria-expanded",h)},A._getTargetFromElement=function(i){var c=W.getSelectorFromElement(i);return c?document.querySelector(c):null},A._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(ot),N=ge({},Dn,c.data(),"object"==typeof i&&i?i:{});if(!h&&N.toggle&&"string"==typeof i&&/show|hide/.test(i)&&(N.toggle=!1),h||(h=new A(this,N),c.data(ot,h)),"string"==typeof i){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i]()}})},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return Dn}}]),A}();u.default(document).on("click.bs.collapse.data-api",gr,function(A){"A"===A.currentTarget.tagName&&A.preventDefault();var y=u.default(this),p=W.getSelectorFromElement(this),i=[].slice.call(document.querySelectorAll(p));u.default(i).each(function(){var c=u.default(this),N=c.data(ot)?"toggle":y.data();Ht._jQueryInterface.call(c,N)})}),u.default.fn[Le]=Ht._jQueryInterface,u.default.fn[Le].Constructor=Ht,u.default.fn[Le].noConflict=function(){return u.default.fn[Le]=ni,Ht._jQueryInterface};var en="dropdown",On="bs.dropdown",De="."+On,Gn=".data-api",xn=u.default.fn[en],Hr=new RegExp("38|40|27"),vr="hide"+De,pn="hidden"+De,Xn="click"+De+Gn,qr="keydown"+De+Gn,gn="disabled",st="show",Fr="dropdown-menu-right",Jn='[data-toggle="dropdown"]',Rn=".dropdown-menu",Pn={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},Yr={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},ct=function(){function A(p,i){this._element=p,this._popper=null,this._config=this._getConfig(i),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var y=A.prototype;return y.toggle=function(){if(!this._element.disabled&&!u.default(this._element).hasClass(gn)){var i=u.default(this._menu).hasClass(st);A._clearMenus(),!i&&this.show(!0)}},y.show=function(i){if(void 0===i&&(i=!1),!(this._element.disabled||u.default(this._element).hasClass(gn)||u.default(this._menu).hasClass(st))){var c={relatedTarget:this._element},h=u.default.Event("show.bs.dropdown",c),N=A._getParentFromElement(this._element);if(u.default(N).trigger(h),!h.isDefaultPrevented()){if(!this._inNavbar&&i){if(void 0===Ut.default)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");var x=this._element;"parent"===this._config.reference?x=N:W.isElement(this._config.reference)&&(x=this._config.reference,void 0!==this._config.reference.jquery&&(x=this._config.reference[0])),"scrollParent"!==this._config.boundary&&u.default(N).addClass("position-static"),this._popper=new Ut.default(x,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===u.default(N).closest(".navbar-nav").length&&u.default(document.body).children().on("mouseover",null,u.default.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),u.default(this._menu).toggleClass(st),u.default(N).toggleClass(st).trigger(u.default.Event("shown.bs.dropdown",c))}}},y.hide=function(){if(!this._element.disabled&&!u.default(this._element).hasClass(gn)&&u.default(this._menu).hasClass(st)){var i={relatedTarget:this._element},c=u.default.Event(vr,i),h=A._getParentFromElement(this._element);u.default(h).trigger(c),!c.isDefaultPrevented()&&(this._popper&&this._popper.destroy(),u.default(this._menu).toggleClass(st),u.default(h).toggleClass(st).trigger(u.default.Event(pn,i)))}},y.dispose=function(){u.default.removeData(this._element,On),u.default(this._element).off(De),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},y.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},y._addEventListeners=function(){var i=this;u.default(this._element).on("click.bs.dropdown",function(c){c.preventDefault(),c.stopPropagation(),i.toggle()})},y._getConfig=function(i){return i=ge({},this.constructor.Default,u.default(this._element).data(),i),W.typeCheckConfig(en,i,this.constructor.DefaultType),i},y._getMenuElement=function(){if(!this._menu){var i=A._getParentFromElement(this._element);i&&(this._menu=i.querySelector(Rn))}return this._menu},y._getPlacement=function(){var i=u.default(this._element.parentNode),c="bottom-start";return i.hasClass("dropup")?c=u.default(this._menu).hasClass(Fr)?"top-end":"top-start":i.hasClass("dropright")?c="right-start":i.hasClass("dropleft")?c="left-start":u.default(this._menu).hasClass(Fr)&&(c="bottom-end"),c},y._detectNavbar=function(){return u.default(this._element).closest(".navbar").length>0},y._getOffset=function(){var i=this,c={};return"function"==typeof this._config.offset?c.fn=function(h){return h.offsets=ge({},h.offsets,i._config.offset(h.offsets,i._element)||{}),h}:c.offset=this._config.offset,c},y._getPopperConfig=function(){var i={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(i.modifiers.applyStyle={enabled:!1}),ge({},i,this._config.popperConfig)},A._jQueryInterface=function(i){return this.each(function(){var c=u.default(this).data(On);if(c||(c=new A(this,"object"==typeof i?i:null),u.default(this).data(On,c)),"string"==typeof i){if(void 0===c[i])throw new TypeError('No method named "'+i+'"');c[i]()}})},A._clearMenus=function(i){if(!i||3!==i.which&&("keyup"!==i.type||9===i.which))for(var c=[].slice.call(document.querySelectorAll(Jn)),h=0,N=c.length;h<N;h++){var x=A._getParentFromElement(c[h]),H=u.default(c[h]).data(On),ie={relatedTarget:c[h]};if(i&&"click"===i.type&&(ie.clickEvent=i),H){var pe=H._menu;if(u.default(x).hasClass(st)&&!(i&&("click"===i.type&&/input|textarea/i.test(i.target.tagName)||"keyup"===i.type&&9===i.which)&&u.default.contains(x,i.target))){var ve=u.default.Event(vr,ie);u.default(x).trigger(ve),!ve.isDefaultPrevented()&&("ontouchstart"in document.documentElement&&u.default(document.body).children().off("mouseover",null,u.default.noop),c[h].setAttribute("aria-expanded","false"),H._popper&&H._popper.destroy(),u.default(pe).removeClass(st),u.default(x).removeClass(st).trigger(u.default.Event(pn,ie)))}}}},A._getParentFromElement=function(i){var c,h=W.getSelectorFromElement(i);return h&&(c=document.querySelector(h)),c||i.parentNode},A._dataApiKeydownHandler=function(i){if(!(/input|textarea/i.test(i.target.tagName)?32===i.which||27!==i.which&&(40!==i.which&&38!==i.which||u.default(i.target).closest(Rn).length):!Hr.test(i.which))&&!this.disabled&&!u.default(this).hasClass(gn)){var c=A._getParentFromElement(this),h=u.default(c).hasClass(st);if(h||27!==i.which){if(i.preventDefault(),i.stopPropagation(),!h||27===i.which||32===i.which)return 27===i.which&&u.default(c.querySelector(Jn)).trigger("focus"),void u.default(this).trigger("click");var N=[].slice.call(c.querySelectorAll(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)")).filter(function(H){return u.default(H).is(":visible")});if(0!==N.length){var x=N.indexOf(i.target);38===i.which&&x>0&&x--,40===i.which&&x<N.length-1&&x++,x<0&&(x=0),N[x].focus()}}}},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return Pn}},{key:"DefaultType",get:function(){return Yr}}]),A}();u.default(document).on(qr,Jn,ct._dataApiKeydownHandler).on(qr,Rn,ct._dataApiKeydownHandler).on(Xn+" keyup.bs.dropdown.data-api",ct._clearMenus).on(Xn,Jn,function(A){A.preventDefault(),A.stopPropagation(),ct._jQueryInterface.call(u.default(this),"toggle")}).on(Xn,".dropdown form",function(A){A.stopPropagation()}),u.default.fn[en]=ct._jQueryInterface,u.default.fn[en].Constructor=ct,u.default.fn[en].noConflict=function(){return u.default.fn[en]=xn,ct._jQueryInterface};var vn="modal",kn="bs.modal",e="."+kn,n=u.default.fn[vn],o={backdrop:!0,keyboard:!0,focus:!0,show:!0},s={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},m="hidden"+e,b="show"+e,k="focusin"+e,w="resize"+e,O="click.dismiss"+e,Y="keydown.dismiss"+e,K="mousedown.dismiss"+e,re="modal-open",xe="fade",ce="show",Te="modal-static",qt=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",Fe=".sticky-top",nt=function(){function A(p,i){this._config=this._getConfig(i),this._element=p,this._dialog=p.querySelector(".modal-dialog"),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var y=A.prototype;return y.toggle=function(i){return this._isShown?this.hide():this.show(i)},y.show=function(i){var c=this;if(!this._isShown&&!this._isTransitioning){u.default(this._element).hasClass(xe)&&(this._isTransitioning=!0);var h=u.default.Event(b,{relatedTarget:i});u.default(this._element).trigger(h),!this._isShown&&!h.isDefaultPrevented()&&(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),u.default(this._element).on(O,'[data-dismiss="modal"]',function(N){return c.hide(N)}),u.default(this._dialog).on(K,function(){u.default(c._element).one("mouseup.dismiss.bs.modal",function(N){u.default(N.target).is(c._element)&&(c._ignoreBackdropClick=!0)})}),this._showBackdrop(function(){return c._showElement(i)}))}},y.hide=function(i){var c=this;if(i&&i.preventDefault(),this._isShown&&!this._isTransitioning){var h=u.default.Event("hide.bs.modal");if(u.default(this._element).trigger(h),this._isShown&&!h.isDefaultPrevented()){this._isShown=!1;var N=u.default(this._element).hasClass(xe);if(N&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),u.default(document).off(k),u.default(this._element).removeClass(ce),u.default(this._element).off(O),u.default(this._dialog).off(K),N){var x=W.getTransitionDurationFromElement(this._element);u.default(this._element).one(W.TRANSITION_END,function(H){return c._hideModal(H)}).emulateTransitionEnd(x)}else this._hideModal()}}},y.dispose=function(){[window,this._element,this._dialog].forEach(function(i){return u.default(i).off(e)}),u.default(document).off(k),u.default.removeData(this._element,kn),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},y.handleUpdate=function(){this._adjustDialog()},y._getConfig=function(i){return i=ge({},o,i),W.typeCheckConfig(vn,i,s),i},y._triggerBackdropTransition=function(){var i=this,c=u.default.Event("hidePrevented.bs.modal");if(u.default(this._element).trigger(c),!c.isDefaultPrevented()){var h=this._element.scrollHeight>document.documentElement.clientHeight;h||(this._element.style.overflowY="hidden"),this._element.classList.add(Te);var N=W.getTransitionDurationFromElement(this._dialog);u.default(this._element).off(W.TRANSITION_END),u.default(this._element).one(W.TRANSITION_END,function(){i._element.classList.remove(Te),h||u.default(i._element).one(W.TRANSITION_END,function(){i._element.style.overflowY=""}).emulateTransitionEnd(i._element,N)}).emulateTransitionEnd(N),this._element.focus()}},y._showElement=function(i){var c=this,h=u.default(this._element).hasClass(xe),N=this._dialog?this._dialog.querySelector(".modal-body"):null;(!this._element.parentNode||this._element.parentNode.nodeType!==Node.ELEMENT_NODE)&&document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),u.default(this._dialog).hasClass("modal-dialog-scrollable")&&N?N.scrollTop=0:this._element.scrollTop=0,h&&W.reflow(this._element),u.default(this._element).addClass(ce),this._config.focus&&this._enforceFocus();var x=u.default.Event("shown.bs.modal",{relatedTarget:i}),H=function(){c._config.focus&&c._element.focus(),c._isTransitioning=!1,u.default(c._element).trigger(x)};if(h){var ie=W.getTransitionDurationFromElement(this._dialog);u.default(this._dialog).one(W.TRANSITION_END,H).emulateTransitionEnd(ie)}else H()},y._enforceFocus=function(){var i=this;u.default(document).off(k).on(k,function(c){document!==c.target&&i._element!==c.target&&0===u.default(i._element).has(c.target).length&&i._element.focus()})},y._setEscapeEvent=function(){var i=this;this._isShown?u.default(this._element).on(Y,function(c){i._config.keyboard&&27===c.which?(c.preventDefault(),i.hide()):!i._config.keyboard&&27===c.which&&i._triggerBackdropTransition()}):this._isShown||u.default(this._element).off(Y)},y._setResizeEvent=function(){var i=this;this._isShown?u.default(window).on(w,function(c){return i.handleUpdate(c)}):u.default(window).off(w)},y._hideModal=function(){var i=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop(function(){u.default(document.body).removeClass(re),i._resetAdjustments(),i._resetScrollbar(),u.default(i._element).trigger(m)})},y._removeBackdrop=function(){this._backdrop&&(u.default(this._backdrop).remove(),this._backdrop=null)},y._showBackdrop=function(i){var c=this,h=u.default(this._element).hasClass(xe)?xe:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",h&&this._backdrop.classList.add(h),u.default(this._backdrop).appendTo(document.body),u.default(this._element).on(O,function(ie){c._ignoreBackdropClick?c._ignoreBackdropClick=!1:ie.target===ie.currentTarget&&("static"===c._config.backdrop?c._triggerBackdropTransition():c.hide())}),h&&W.reflow(this._backdrop),u.default(this._backdrop).addClass(ce),!i)return;if(!h)return void i();var N=W.getTransitionDurationFromElement(this._backdrop);u.default(this._backdrop).one(W.TRANSITION_END,i).emulateTransitionEnd(N)}else if(!this._isShown&&this._backdrop){u.default(this._backdrop).removeClass(ce);var x=function(){c._removeBackdrop(),i&&i()};if(u.default(this._element).hasClass(xe)){var H=W.getTransitionDurationFromElement(this._backdrop);u.default(this._backdrop).one(W.TRANSITION_END,x).emulateTransitionEnd(H)}else x()}else i&&i()},y._adjustDialog=function(){var i=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&i&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!i&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},y._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},y._checkScrollbar=function(){var i=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(i.left+i.right)<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},y._setScrollbar=function(){var i=this;if(this._isBodyOverflowing){var c=[].slice.call(document.querySelectorAll(qt)),h=[].slice.call(document.querySelectorAll(Fe));u.default(c).each(function(H,ie){var pe=ie.style.paddingRight,ve=u.default(ie).css("padding-right");u.default(ie).data("padding-right",pe).css("padding-right",parseFloat(ve)+i._scrollbarWidth+"px")}),u.default(h).each(function(H,ie){var pe=ie.style.marginRight,ve=u.default(ie).css("margin-right");u.default(ie).data("margin-right",pe).css("margin-right",parseFloat(ve)-i._scrollbarWidth+"px")});var N=document.body.style.paddingRight,x=u.default(document.body).css("padding-right");u.default(document.body).data("padding-right",N).css("padding-right",parseFloat(x)+this._scrollbarWidth+"px")}u.default(document.body).addClass(re)},y._resetScrollbar=function(){var i=[].slice.call(document.querySelectorAll(qt));u.default(i).each(function(N,x){var H=u.default(x).data("padding-right");u.default(x).removeData("padding-right"),x.style.paddingRight=H||""});var c=[].slice.call(document.querySelectorAll(""+Fe));u.default(c).each(function(N,x){var H=u.default(x).data("margin-right");void 0!==H&&u.default(x).css("margin-right",H).removeData("margin-right")});var h=u.default(document.body).data("padding-right");u.default(document.body).removeData("padding-right"),document.body.style.paddingRight=h||""},y._getScrollbarWidth=function(){var i=document.createElement("div");i.className="modal-scrollbar-measure",document.body.appendChild(i);var c=i.getBoundingClientRect().width-i.clientWidth;return document.body.removeChild(i),c},A._jQueryInterface=function(i,c){return this.each(function(){var h=u.default(this).data(kn),N=ge({},o,u.default(this).data(),"object"==typeof i&&i?i:{});if(h||(h=new A(this,N),u.default(this).data(kn,h)),"string"==typeof i){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i](c)}else N.show&&h.show(c)})},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return o}}]),A}();u.default(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(A){var p,y=this,i=W.getSelectorFromElement(this);i&&(p=document.querySelector(i));var c=u.default(p).data(kn)?"toggle":ge({},u.default(p).data(),u.default(this).data());("A"===this.tagName||"AREA"===this.tagName)&&A.preventDefault();var h=u.default(p).one(b,function(N){N.isDefaultPrevented()||h.one(m,function(){u.default(y).is(":visible")&&y.focus()})});nt._jQueryInterface.call(u.default(p),c,this)}),u.default.fn[vn]=nt._jQueryInterface,u.default.fn[vn].Constructor=nt,u.default.fn[vn].noConflict=function(){return u.default.fn[vn]=n,nt._jQueryInterface};var rt=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],nn=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/gi,Er=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function Vt(A,y,p){if(0===A.length)return A;if(p&&"function"==typeof p)return p(A);for(var c=(new window.DOMParser).parseFromString(A,"text/html"),h=Object.keys(y),N=[].slice.call(c.body.querySelectorAll("*")),x=function(He,Bt){var Nt=N[He],ur=Nt.nodeName.toLowerCase();if(-1===h.indexOf(Nt.nodeName.toLowerCase()))return Nt.parentNode.removeChild(Nt),"continue";var wi=[].slice.call(Nt.attributes),ia=[].concat(y["*"]||[],y[ur]||[]);wi.forEach(function(Pi){(function(A,y){var p=A.nodeName.toLowerCase();if(-1!==y.indexOf(p))return-1===rt.indexOf(p)||Boolean(A.nodeValue.match(nn)||A.nodeValue.match(Er));for(var i=y.filter(function(N){return N instanceof RegExp}),c=0,h=i.length;c<h;c++)if(p.match(i[c]))return!0;return!1})(Pi,ia)||Nt.removeAttribute(Pi.nodeName)})},H=0,ie=N.length;H<ie;H++)x(H);return c.body.innerHTML}var Wt="tooltip",er="bs.tooltip",Ue="."+er,_i=u.default.fn[Wt],br="bs-tooltip",yi=new RegExp("(^|\\s)"+br+"\\S+","g"),Ei=["sanitize","whiteList","sanitizeFn"],Ti={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},tr={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},bi={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:{"*":["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:[]},popperConfig:null},jn="show",Hn={HIDE:"hide"+Ue,HIDDEN:"hidden"+Ue,SHOW:"show"+Ue,SHOWN:"shown"+Ue,INSERTED:"inserted"+Ue,CLICK:"click"+Ue,FOCUSIN:"focusin"+Ue,FOCUSOUT:"focusout"+Ue,MOUSEENTER:"mouseenter"+Ue,MOUSELEAVE:"mouseleave"+Ue},$n="fade",rn="show",mn="hover",nr="focus",de=function(){function A(p,i){if(void 0===Ut.default)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=p,this.config=this._getConfig(i),this.tip=null,this._setListeners()}var y=A.prototype;return y.enable=function(){this._isEnabled=!0},y.disable=function(){this._isEnabled=!1},y.toggleEnabled=function(){this._isEnabled=!this._isEnabled},y.toggle=function(i){if(this._isEnabled)if(i){var c=this.constructor.DATA_KEY,h=u.default(i.currentTarget).data(c);h||(h=new this.constructor(i.currentTarget,this._getDelegateConfig()),u.default(i.currentTarget).data(c,h)),h._activeTrigger.click=!h._activeTrigger.click,h._isWithActiveTrigger()?h._enter(null,h):h._leave(null,h)}else{if(u.default(this.getTipElement()).hasClass(rn))return void this._leave(null,this);this._enter(null,this)}},y.dispose=function(){clearTimeout(this._timeout),u.default.removeData(this.element,this.constructor.DATA_KEY),u.default(this.element).off(this.constructor.EVENT_KEY),u.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&u.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},y.show=function(){var i=this;if("none"===u.default(this.element).css("display"))throw new Error("Please use show on visible elements");var c=u.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){u.default(this.element).trigger(c);var h=W.findShadowRoot(this.element),N=u.default.contains(null!==h?h:this.element.ownerDocument.documentElement,this.element);if(c.isDefaultPrevented()||!N)return;var x=this.getTipElement(),H=W.getUID(this.constructor.NAME);x.setAttribute("id",H),this.element.setAttribute("aria-describedby",H),this.setContent(),this.config.animation&&u.default(x).addClass($n);var ie="function"==typeof this.config.placement?this.config.placement.call(this,x,this.element):this.config.placement,pe=this._getAttachment(ie);this.addAttachmentClass(pe);var ve=this._getContainer();u.default(x).data(this.constructor.DATA_KEY,this),u.default.contains(this.element.ownerDocument.documentElement,this.tip)||u.default(x).appendTo(ve),u.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new Ut.default(this.element,x,this._getPopperConfig(pe)),u.default(x).addClass(rn),u.default(x).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&u.default(document.body).children().on("mouseover",null,u.default.noop);var He=function(){i.config.animation&&i._fixTransition();var ur=i._hoverState;i._hoverState=null,u.default(i.element).trigger(i.constructor.Event.SHOWN),"out"===ur&&i._leave(null,i)};if(u.default(this.tip).hasClass($n)){var Bt=W.getTransitionDurationFromElement(this.tip);u.default(this.tip).one(W.TRANSITION_END,He).emulateTransitionEnd(Bt)}else He()}},y.hide=function(i){var c=this,h=this.getTipElement(),N=u.default.Event(this.constructor.Event.HIDE),x=function(){c._hoverState!==jn&&h.parentNode&&h.parentNode.removeChild(h),c._cleanTipClass(),c.element.removeAttribute("aria-describedby"),u.default(c.element).trigger(c.constructor.Event.HIDDEN),null!==c._popper&&c._popper.destroy(),i&&i()};if(u.default(this.element).trigger(N),!N.isDefaultPrevented()){if(u.default(h).removeClass(rn),"ontouchstart"in document.documentElement&&u.default(document.body).children().off("mouseover",null,u.default.noop),this._activeTrigger.click=!1,this._activeTrigger[nr]=!1,this._activeTrigger[mn]=!1,u.default(this.tip).hasClass($n)){var H=W.getTransitionDurationFromElement(h);u.default(h).one(W.TRANSITION_END,x).emulateTransitionEnd(H)}else x();this._hoverState=""}},y.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},y.isWithContent=function(){return Boolean(this.getTitle())},y.addAttachmentClass=function(i){u.default(this.getTipElement()).addClass(br+"-"+i)},y.getTipElement=function(){return this.tip=this.tip||u.default(this.config.template)[0],this.tip},y.setContent=function(){var i=this.getTipElement();this.setElementContent(u.default(i.querySelectorAll(".tooltip-inner")),this.getTitle()),u.default(i).removeClass($n+" "+rn)},y.setElementContent=function(i,c){"object"!=typeof c||!c.nodeType&&!c.jquery?this.config.html?(this.config.sanitize&&(c=Vt(c,this.config.whiteList,this.config.sanitizeFn)),i.html(c)):i.text(c):this.config.html?u.default(c).parent().is(i)||i.empty().append(c):i.text(u.default(c).text())},y.getTitle=function(){var i=this.element.getAttribute("data-original-title");return i||(i="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),i},y._getPopperConfig=function(i){var c=this;return ge({},{placement:i,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(x){x.originalPlacement!==x.placement&&c._handlePopperPlacementChange(x)},onUpdate:function(x){return c._handlePopperPlacementChange(x)}},this.config.popperConfig)},y._getOffset=function(){var i=this,c={};return"function"==typeof this.config.offset?c.fn=function(h){return h.offsets=ge({},h.offsets,i.config.offset(h.offsets,i.element)||{}),h}:c.offset=this.config.offset,c},y._getContainer=function(){return!1===this.config.container?document.body:W.isElement(this.config.container)?u.default(this.config.container):u.default(document).find(this.config.container)},y._getAttachment=function(i){return tr[i.toUpperCase()]},y._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(h){if("click"===h)u.default(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(H){return i.toggle(H)});else if("manual"!==h){var N=h===mn?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,x=h===mn?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;u.default(i.element).on(N,i.config.selector,function(H){return i._enter(H)}).on(x,i.config.selector,function(H){return i._leave(H)})}}),this._hideModalHandler=function(){i.element&&i.hide()},u.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=ge({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},y._fixTitle=function(){var i=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==i)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},y._enter=function(i,c){var h=this.constructor.DATA_KEY;(c=c||u.default(i.currentTarget).data(h))||(c=new this.constructor(i.currentTarget,this._getDelegateConfig()),u.default(i.currentTarget).data(h,c)),i&&(c._activeTrigger["focusin"===i.type?nr:mn]=!0),u.default(c.getTipElement()).hasClass(rn)||c._hoverState===jn?c._hoverState=jn:(clearTimeout(c._timeout),c._hoverState=jn,c.config.delay&&c.config.delay.show?c._timeout=setTimeout(function(){c._hoverState===jn&&c.show()},c.config.delay.show):c.show())},y._leave=function(i,c){var h=this.constructor.DATA_KEY;if((c=c||u.default(i.currentTarget).data(h))||(c=new this.constructor(i.currentTarget,this._getDelegateConfig()),u.default(i.currentTarget).data(h,c)),i&&(c._activeTrigger["focusout"===i.type?nr:mn]=!1),!c._isWithActiveTrigger()){if(clearTimeout(c._timeout),c._hoverState="out",!c.config.delay||!c.config.delay.hide)return void c.hide();c._timeout=setTimeout(function(){"out"===c._hoverState&&c.hide()},c.config.delay.hide)}},y._isWithActiveTrigger=function(){for(var i in this._activeTrigger)if(this._activeTrigger[i])return!0;return!1},y._getConfig=function(i){var c=u.default(this.element).data();return Object.keys(c).forEach(function(h){-1!==Ei.indexOf(h)&&delete c[h]}),"number"==typeof(i=ge({},this.constructor.Default,c,"object"==typeof i&&i?i:{})).delay&&(i.delay={show:i.delay,hide:i.delay}),"number"==typeof i.title&&(i.title=i.title.toString()),"number"==typeof i.content&&(i.content=i.content.toString()),W.typeCheckConfig(Wt,i,this.constructor.DefaultType),i.sanitize&&(i.template=Vt(i.template,i.whiteList,i.sanitizeFn)),i},y._getDelegateConfig=function(){var i={};if(this.config)for(var c in this.config)this.constructor.Default[c]!==this.config[c]&&(i[c]=this.config[c]);return i},y._cleanTipClass=function(){var i=u.default(this.getTipElement()),c=i.attr("class").match(yi);null!==c&&c.length&&i.removeClass(c.join(""))},y._handlePopperPlacementChange=function(i){this.tip=i.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(i.placement))},y._fixTransition=function(){var i=this.getTipElement(),c=this.config.animation;null===i.getAttribute("x-placement")&&(u.default(i).removeClass($n),this.config.animation=!1,this.hide(),this.show(),this.config.animation=c)},A._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(er),N="object"==typeof i&&i;if((h||!/dispose|hide/.test(i))&&(h||(h=new A(this,N),c.data(er,h)),"string"==typeof i)){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i]()}})},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return bi}},{key:"NAME",get:function(){return Wt}},{key:"DATA_KEY",get:function(){return er}},{key:"Event",get:function(){return Hn}},{key:"EVENT_KEY",get:function(){return Ue}},{key:"DefaultType",get:function(){return Ti}}]),A}();u.default.fn[Wt]=de._jQueryInterface,u.default.fn[Wt].Constructor=de,u.default.fn[Wt].noConflict=function(){return u.default.fn[Wt]=_i,de._jQueryInterface};var St="popover",Ye="bs.popover",Xe="."+Ye,zr=u.default.fn[St],Gr="bs-popover",Si=new RegExp("(^|\\s)"+Gr+"\\S+","g"),Xr=ge({},de.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),an=ge({},de.DefaultType,{content:"(string|element|function)"}),wr={HIDE:"hide"+Xe,HIDDEN:"hidden"+Xe,SHOW:"show"+Xe,SHOWN:"shown"+Xe,INSERTED:"inserted"+Xe,CLICK:"click"+Xe,FOCUSIN:"focusin"+Xe,FOCUSOUT:"focusout"+Xe,MOUSEENTER:"mouseenter"+Xe,MOUSELEAVE:"mouseleave"+Xe},ar=function(A){function y(){return A.apply(this,arguments)||this}!function(A,y){A.prototype=Object.create(y.prototype),A.prototype.constructor=A,A.__proto__=y}(y,A);var p=y.prototype;return p.isWithContent=function(){return this.getTitle()||this._getContent()},p.addAttachmentClass=function(c){u.default(this.getTipElement()).addClass(Gr+"-"+c)},p.getTipElement=function(){return this.tip=this.tip||u.default(this.config.template)[0],this.tip},p.setContent=function(){var c=u.default(this.getTipElement());this.setElementContent(c.find(".popover-header"),this.getTitle());var h=this._getContent();"function"==typeof h&&(h=h.call(this.element)),this.setElementContent(c.find(".popover-body"),h),c.removeClass("fade show")},p._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},p._cleanTipClass=function(){var c=u.default(this.getTipElement()),h=c.attr("class").match(Si);null!==h&&h.length>0&&c.removeClass(h.join(""))},y._jQueryInterface=function(c){return this.each(function(){var h=u.default(this).data(Ye),N="object"==typeof c?c:null;if((h||!/dispose|hide/.test(c))&&(h||(h=new y(this,N),u.default(this).data(Ye,h)),"string"==typeof c)){if(void 0===h[c])throw new TypeError('No method named "'+c+'"');h[c]()}})},be(y,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return Xr}},{key:"NAME",get:function(){return St}},{key:"DATA_KEY",get:function(){return Ye}},{key:"Event",get:function(){return wr}},{key:"EVENT_KEY",get:function(){return Xe}},{key:"DefaultType",get:function(){return an}}]),y}(de);u.default.fn[St]=ar._jQueryInterface,u.default.fn[St].Constructor=ar,u.default.fn[St].noConflict=function(){return u.default.fn[St]=zr,ar._jQueryInterface};var dt="scrollspy",_n="bs.scrollspy",g=u.default.fn[dt],T={offset:10,method:"auto",target:""},I={offset:"number",method:"string",target:"(string|element)"},F="active",X=".nav, .list-group",J=".nav-link",_e=".list-group-item",Ee="position",wt=function(){function A(p,i){var c=this;this._element=p,this._scrollElement="BODY"===p.tagName?window:p,this._config=this._getConfig(i),this._selector=this._config.target+" "+J+","+this._config.target+" "+_e+","+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,u.default(this._scrollElement).on("scroll.bs.scrollspy",function(h){return c._process(h)}),this.refresh(),this._process()}var y=A.prototype;return y.refresh=function(){var i=this,h="auto"===this._config.method?this._scrollElement===this._scrollElement.window?"offset":Ee:this._config.method,N=h===Ee?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map(function(H){var ie,pe=W.getSelectorFromElement(H);if(pe&&(ie=document.querySelector(pe)),ie){var ve=ie.getBoundingClientRect();if(ve.width||ve.height)return[u.default(ie)[h]().top+N,pe]}return null}).filter(function(H){return H}).sort(function(H,ie){return H[0]-ie[0]}).forEach(function(H){i._offsets.push(H[0]),i._targets.push(H[1])})},y.dispose=function(){u.default.removeData(this._element,_n),u.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},y._getConfig=function(i){if("string"!=typeof(i=ge({},T,"object"==typeof i&&i?i:{})).target&&W.isElement(i.target)){var c=u.default(i.target).attr("id");c||(c=W.getUID(dt),u.default(i.target).attr("id",c)),i.target="#"+c}return W.typeCheckConfig(dt,i,I),i},y._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},y._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},y._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},y._process=function(){var i=this._getScrollTop()+this._config.offset,c=this._getScrollHeight(),h=this._config.offset+c-this._getOffsetHeight();if(this._scrollHeight!==c&&this.refresh(),i>=h){var N=this._targets[this._targets.length-1];this._activeTarget!==N&&this._activate(N)}else{if(this._activeTarget&&i<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(var x=this._offsets.length;x--;)this._activeTarget!==this._targets[x]&&i>=this._offsets[x]&&(void 0===this._offsets[x+1]||i<this._offsets[x+1])&&this._activate(this._targets[x])}},y._activate=function(i){this._activeTarget=i,this._clear();var c=this._selector.split(",").map(function(N){return N+'[data-target="'+i+'"],'+N+'[href="'+i+'"]'}),h=u.default([].slice.call(document.querySelectorAll(c.join(","))));h.hasClass("dropdown-item")?(h.closest(".dropdown").find(".dropdown-toggle").addClass(F),h.addClass(F)):(h.addClass(F),h.parents(X).prev(J+", "+_e).addClass(F),h.parents(X).prev(".nav-item").children(J).addClass(F)),u.default(this._scrollElement).trigger("activate.bs.scrollspy",{relatedTarget:i})},y._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter(function(i){return i.classList.contains(F)}).forEach(function(i){return i.classList.remove(F)})},A._jQueryInterface=function(i){return this.each(function(){var c=u.default(this).data(_n);if(c||(c=new A(this,"object"==typeof i&&i),u.default(this).data(_n,c)),"string"==typeof i){if(void 0===c[i])throw new TypeError('No method named "'+i+'"');c[i]()}})},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return T}}]),A}();u.default(window).on("load.bs.scrollspy.data-api",function(){for(var A=[].slice.call(document.querySelectorAll('[data-spy="scroll"]')),p=A.length;p--;){var i=u.default(A[p]);wt._jQueryInterface.call(i,i.data())}}),u.default.fn[dt]=wt._jQueryInterface,u.default.fn[dt].Constructor=wt,u.default.fn[dt].noConflict=function(){return u.default.fn[dt]=g,wt._jQueryInterface};var Zr="bs.tab",Mi=u.default.fn.tab,Dr="active",Di=".active",Oi="> li > .active",Or=function(){function A(p){this._element=p}var y=A.prototype;return y.show=function(){var i=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&u.default(this._element).hasClass(Dr)||u.default(this._element).hasClass("disabled"))){var c,h,N=u.default(this._element).closest(".nav, .list-group")[0],x=W.getSelectorFromElement(this._element);if(N){var H="UL"===N.nodeName||"OL"===N.nodeName?Oi:Di;h=(h=u.default.makeArray(u.default(N).find(H)))[h.length-1]}var ie=u.default.Event("hide.bs.tab",{relatedTarget:this._element}),pe=u.default.Event("show.bs.tab",{relatedTarget:h});if(h&&u.default(h).trigger(ie),u.default(this._element).trigger(pe),!pe.isDefaultPrevented()&&!ie.isDefaultPrevented()){x&&(c=document.querySelector(x)),this._activate(this._element,N);var ve=function(){var Bt=u.default.Event("hidden.bs.tab",{relatedTarget:i._element}),Nt=u.default.Event("shown.bs.tab",{relatedTarget:h});u.default(h).trigger(Bt),u.default(i._element).trigger(Nt)};c?this._activate(c,c.parentNode,ve):ve()}}},y.dispose=function(){u.default.removeData(this._element,Zr),this._element=null},y._activate=function(i,c,h){var N=this,H=(!c||"UL"!==c.nodeName&&"OL"!==c.nodeName?u.default(c).children(Di):u.default(c).find(Oi))[0],ie=h&&H&&u.default(H).hasClass("fade"),pe=function(){return N._transitionComplete(i,H,h)};if(H&&ie){var ve=W.getTransitionDurationFromElement(H);u.default(H).removeClass("show").one(W.TRANSITION_END,pe).emulateTransitionEnd(ve)}else pe()},y._transitionComplete=function(i,c,h){if(c){u.default(c).removeClass(Dr);var N=u.default(c.parentNode).find("> .dropdown-menu .active")[0];N&&u.default(N).removeClass(Dr),"tab"===c.getAttribute("role")&&c.setAttribute("aria-selected",!1)}if(u.default(i).addClass(Dr),"tab"===i.getAttribute("role")&&i.setAttribute("aria-selected",!0),W.reflow(i),i.classList.contains("fade")&&i.classList.add("show"),i.parentNode&&u.default(i.parentNode).hasClass("dropdown-menu")){var x=u.default(i).closest(".dropdown")[0];if(x){var H=[].slice.call(x.querySelectorAll(".dropdown-toggle"));u.default(H).addClass(Dr)}i.setAttribute("aria-expanded",!0)}h&&h()},A._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(Zr);if(h||(h=new A(this),c.data(Zr,h)),"string"==typeof i){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i]()}})},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}}]),A}();u.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',function(A){A.preventDefault(),Or._jQueryInterface.call(u.default(this),"show")}),u.default.fn.tab=Or._jQueryInterface,u.default.fn.tab.Constructor=Or,u.default.fn.tab.noConflict=function(){return u.default.fn.tab=Mi,Or._jQueryInterface};var sr="toast",ei="bs.toast",Gi=u.default.fn[sr],xi="click.dismiss.bs.toast",Ir="show",Li="showing",na={animation:"boolean",autohide:"boolean",delay:"number"},Ri={animation:!0,autohide:!0,delay:500},ti=function(){function A(p,i){this._element=p,this._config=this._getConfig(i),this._timeout=null,this._setListeners()}var y=A.prototype;return y.show=function(){var i=this,c=u.default.Event("show.bs.toast");if(u.default(this._element).trigger(c),!c.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var h=function(){i._element.classList.remove(Li),i._element.classList.add(Ir),u.default(i._element).trigger("shown.bs.toast"),i._config.autohide&&(i._timeout=setTimeout(function(){i.hide()},i._config.delay))};if(this._element.classList.remove("hide"),W.reflow(this._element),this._element.classList.add(Li),this._config.animation){var N=W.getTransitionDurationFromElement(this._element);u.default(this._element).one(W.TRANSITION_END,h).emulateTransitionEnd(N)}else h()}},y.hide=function(){if(this._element.classList.contains(Ir)){var i=u.default.Event("hide.bs.toast");u.default(this._element).trigger(i),!i.isDefaultPrevented()&&this._close()}},y.dispose=function(){this._clearTimeout(),this._element.classList.contains(Ir)&&this._element.classList.remove(Ir),u.default(this._element).off(xi),u.default.removeData(this._element,ei),this._element=null,this._config=null},y._getConfig=function(i){return i=ge({},Ri,u.default(this._element).data(),"object"==typeof i&&i?i:{}),W.typeCheckConfig(sr,i,this.constructor.DefaultType),i},y._setListeners=function(){var i=this;u.default(this._element).on(xi,'[data-dismiss="toast"]',function(){return i.hide()})},y._close=function(){var i=this,c=function(){i._element.classList.add("hide"),u.default(i._element).trigger("hidden.bs.toast")};if(this._element.classList.remove(Ir),this._config.animation){var h=W.getTransitionDurationFromElement(this._element);u.default(this._element).one(W.TRANSITION_END,c).emulateTransitionEnd(h)}else c()},y._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},A._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(ei);if(h||(h=new A(this,"object"==typeof i&&i),c.data(ei,h)),"string"==typeof i){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i](this)}})},be(A,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"DefaultType",get:function(){return na}},{key:"Default",get:function(){return Ri}}]),A}();u.default.fn[sr]=ti._jQueryInterface,u.default.fn[sr].Constructor=ti,u.default.fn[sr].noConflict=function(){return u.default.fn[sr]=Gi,ti._jQueryInterface},B.Alert=gt,B.Button=z,B.Carousel=Ne,B.Collapse=Ht,B.Dropdown=ct,B.Modal=nt,B.Popover=ar,B.Scrollspy=wt,B.Tab=Or,B.Toast=ti,B.Tooltip=de,B.Util=W,Object.defineProperty(B,"__esModule",{value:!0})});
|