(function(){var qg={9742:function(ve,L){"use strict";L.byteLength=v,L.toByteArray=T,L.fromByteArray=F;for(var P=[],H=[],y=typeof Uint8Array<"u"?Uint8Array:Array,M="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",A=0,D=M.length;A0)throw new Error("Invalid string. Length must be a multiple of 4");var V=R.indexOf("=");V===-1&&(V=C);var q=V===C?0:4-V%4;return[V,q]}function v(R){var C=l(R),V=C[0],q=C[1];return(V+q)*3/4-q}function w(R,C,V){return(C+V)*3/4-V}function T(R){var C,V=l(R),q=V[0],j=V[1],Q=new y(w(R,q,j)),le=0,te=j>0?q-4:q,ee;for(ee=0;ee>16&255,Q[le++]=C>>8&255,Q[le++]=C&255;return j===2&&(C=H[R.charCodeAt(ee)]<<2|H[R.charCodeAt(ee+1)]>>4,Q[le++]=C&255),j===1&&(C=H[R.charCodeAt(ee)]<<10|H[R.charCodeAt(ee+1)]<<4|H[R.charCodeAt(ee+2)]>>2,Q[le++]=C>>8&255,Q[le++]=C&255),Q}function k(R){return P[R>>18&63]+P[R>>12&63]+P[R>>6&63]+P[R&63]}function O(R,C,V){for(var q,j=[],Q=C;Qte?te:le+Q));return q===1?(C=R[V-1],j.push(P[C>>2]+P[C<<4&63]+"==")):q===2&&(C=(R[V-2]<<8)+R[V-1],j.push(P[C>>10]+P[C>>4&63]+P[C<<2&63]+"=")),j.join("")}},8764:function(ve,L,P){"use strict";var H;/*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh * @license MIT */var y=P(9742),M=P(645),A=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;L.lW=w,H=le,L.h2=50;var D=2147483647;H=D,w.TYPED_ARRAY_SUPPORT=l(),!w.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function l(){try{var J=new Uint8Array(1),z={foo:function(){return 42}};return Object.setPrototypeOf(z,Uint8Array.prototype),Object.setPrototypeOf(J,z),J.foo()===42}catch{return!1}}Object.defineProperty(w.prototype,"parent",{enumerable:!0,get:function(){if(w.isBuffer(this))return this.buffer}}),Object.defineProperty(w.prototype,"offset",{enumerable:!0,get:function(){if(w.isBuffer(this))return this.byteOffset}});function v(J){if(J>D)throw new RangeError('The value "'+J+'" is invalid for option "size"');var z=new Uint8Array(J);return Object.setPrototypeOf(z,w.prototype),z}function w(J,z,G){if(typeof J=="number"){if(typeof z=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return F(J)}return T(J,z,G)}w.poolSize=8192;function T(J,z,G){if(typeof J=="string")return R(J,z);if(ArrayBuffer.isView(J))return V(J);if(J==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof J);if(bt(J,ArrayBuffer)||J&&bt(J.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(bt(J,SharedArrayBuffer)||J&&bt(J.buffer,SharedArrayBuffer)))return q(J,z,G);if(typeof J=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var fe=J.valueOf&&J.valueOf();if(fe!=null&&fe!==J)return w.from(fe,z,G);var Oe=j(J);if(Oe)return Oe;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof J[Symbol.toPrimitive]=="function")return w.from(J[Symbol.toPrimitive]("string"),z,G);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof J)}w.from=function(J,z,G){return T(J,z,G)},Object.setPrototypeOf(w.prototype,Uint8Array.prototype),Object.setPrototypeOf(w,Uint8Array);function k(J){if(typeof J!="number")throw new TypeError('"size" argument must be of type number');if(J<0)throw new RangeError('The value "'+J+'" is invalid for option "size"')}function O(J,z,G){return k(J),J<=0?v(J):z!==void 0?typeof G=="string"?v(J).fill(z,G):v(J).fill(z):v(J)}w.alloc=function(J,z,G){return O(J,z,G)};function F(J){return k(J),v(J<0?0:Q(J)|0)}w.allocUnsafe=function(J){return F(J)},w.allocUnsafeSlow=function(J){return F(J)};function R(J,z){if((typeof z!="string"||z==="")&&(z="utf8"),!w.isEncoding(z))throw new TypeError("Unknown encoding: "+z);var G=te(J,z)|0,fe=v(G),Oe=fe.write(J,z);return Oe!==G&&(fe=fe.slice(0,Oe)),fe}function C(J){for(var z=J.length<0?0:Q(J.length)|0,G=v(z),fe=0;fe=D)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+D.toString(16)+" bytes");return J|0}function le(J){return+J!=J&&(J=0),w.alloc(+J)}w.isBuffer=function(z){return z!=null&&z._isBuffer===!0&&z!==w.prototype},w.compare=function(z,G){if(bt(z,Uint8Array)&&(z=w.from(z,z.offset,z.byteLength)),bt(G,Uint8Array)&&(G=w.from(G,G.offset,G.byteLength)),!w.isBuffer(z)||!w.isBuffer(G))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(z===G)return 0;for(var fe=z.length,Oe=G.length,et=0,ut=Math.min(fe,Oe);etOe.length?w.from(ut).copy(Oe,et):Uint8Array.prototype.set.call(Oe,ut,et);else if(w.isBuffer(ut))ut.copy(Oe,et);else throw new TypeError('"list" argument must be an Array of Buffers');et+=ut.length}return Oe};function te(J,z){if(w.isBuffer(J))return J.length;if(ArrayBuffer.isView(J)||bt(J,ArrayBuffer))return J.byteLength;if(typeof J!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof J);var G=J.length,fe=arguments.length>2&&arguments[2]===!0;if(!fe&&G===0)return 0;for(var Oe=!1;;)switch(z){case"ascii":case"latin1":case"binary":return G;case"utf8":case"utf-8":return je(J).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return G*2;case"hex":return G>>>1;case"base64":return Ye(J).length;default:if(Oe)return fe?-1:je(J).length;z=(""+z).toLowerCase(),Oe=!0}}w.byteLength=te;function ee(J,z,G){var fe=!1;if((z===void 0||z<0)&&(z=0),z>this.length||((G===void 0||G>this.length)&&(G=this.length),G<=0)||(G>>>=0,z>>>=0,G<=z))return"";for(J||(J="utf8");;)switch(J){case"hex":return Cr(this,z,G);case"utf8":case"utf-8":return Bt(this,z,G);case"ascii":return wr(this,z,G);case"latin1":case"binary":return Nr(this,z,G);case"base64":return lr(this,z,G);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $r(this,z,G);default:if(fe)throw new TypeError("Unknown encoding: "+J);J=(J+"").toLowerCase(),fe=!0}}w.prototype._isBuffer=!0;function K(J,z,G){var fe=J[z];J[z]=J[G],J[G]=fe}w.prototype.swap16=function(){var z=this.length;if(z%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var G=0;GG&&(z+=" ... "),""},A&&(w.prototype[A]=w.prototype.inspect),w.prototype.compare=function(z,G,fe,Oe,et){if(bt(z,Uint8Array)&&(z=w.from(z,z.offset,z.byteLength)),!w.isBuffer(z))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof z);if(G===void 0&&(G=0),fe===void 0&&(fe=z?z.length:0),Oe===void 0&&(Oe=0),et===void 0&&(et=this.length),G<0||fe>z.length||Oe<0||et>this.length)throw new RangeError("out of range index");if(Oe>=et&&G>=fe)return 0;if(Oe>=et)return-1;if(G>=fe)return 1;if(G>>>=0,fe>>>=0,Oe>>>=0,et>>>=0,this===z)return 0;for(var ut=et-Oe,Vt=fe-G,Xt=Math.min(ut,Vt),hr=this.slice(Oe,et),Dr=z.slice(G,fe),Or=0;Or2147483647?G=2147483647:G<-2147483648&&(G=-2147483648),G=+G,kt(G)&&(G=Oe?0:J.length-1),G<0&&(G=J.length+G),G>=J.length){if(Oe)return-1;G=J.length-1}else if(G<0)if(Oe)G=0;else return-1;if(typeof z=="string"&&(z=w.from(z,fe)),w.isBuffer(z))return z.length===0?-1:he(J,z,G,fe,Oe);if(typeof z=="number")return z=z&255,typeof Uint8Array.prototype.indexOf=="function"?Oe?Uint8Array.prototype.indexOf.call(J,z,G):Uint8Array.prototype.lastIndexOf.call(J,z,G):he(J,[z],G,fe,Oe);throw new TypeError("val must be string, number or Buffer")}function he(J,z,G,fe,Oe){var et=1,ut=J.length,Vt=z.length;if(fe!==void 0&&(fe=String(fe).toLowerCase(),fe==="ucs2"||fe==="ucs-2"||fe==="utf16le"||fe==="utf-16le")){if(J.length<2||z.length<2)return-1;et=2,ut/=2,Vt/=2,G/=2}function Xt(qi,nn){return et===1?qi[nn]:qi.readUInt16BE(nn*et)}var hr;if(Oe){var Dr=-1;for(hr=G;hrut&&(G=ut-Vt),hr=G;hr>=0;hr--){for(var Or=!0,Ti=0;TiOe&&(fe=Oe)):fe=Oe;var et=z.length;fe>et/2&&(fe=et/2);for(var ut=0;ut>>0,isFinite(fe)?(fe=fe>>>0,Oe===void 0&&(Oe="utf8")):(Oe=fe,fe=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var et=this.length-G;if((fe===void 0||fe>et)&&(fe=et),z.length>0&&(fe<0||G<0)||G>this.length)throw new RangeError("Attempt to write outside buffer bounds");Oe||(Oe="utf8");for(var ut=!1;;)switch(Oe){case"hex":return we(this,z,G,fe);case"utf8":case"utf-8":return Ve(this,z,G,fe);case"ascii":case"latin1":case"binary":return ot(this,z,G,fe);case"base64":return Xe(this,z,G,fe);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Yt(this,z,G,fe);default:if(ut)throw new TypeError("Unknown encoding: "+Oe);Oe=(""+Oe).toLowerCase(),ut=!0}},w.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function lr(J,z,G){return z===0&&G===J.length?y.fromByteArray(J):y.fromByteArray(J.slice(z,G))}function Bt(J,z,G){G=Math.min(J.length,G);for(var fe=[],Oe=z;Oe239?4:et>223?3:et>191?2:1;if(Oe+Vt<=G){var Xt,hr,Dr,Or;switch(Vt){case 1:et<128&&(ut=et);break;case 2:Xt=J[Oe+1],(Xt&192)===128&&(Or=(et&31)<<6|Xt&63,Or>127&&(ut=Or));break;case 3:Xt=J[Oe+1],hr=J[Oe+2],(Xt&192)===128&&(hr&192)===128&&(Or=(et&15)<<12|(Xt&63)<<6|hr&63,Or>2047&&(Or<55296||Or>57343)&&(ut=Or));break;case 4:Xt=J[Oe+1],hr=J[Oe+2],Dr=J[Oe+3],(Xt&192)===128&&(hr&192)===128&&(Dr&192)===128&&(Or=(et&15)<<18|(Xt&63)<<12|(hr&63)<<6|Dr&63,Or>65535&&Or<1114112&&(ut=Or))}}ut===null?(ut=65533,Vt=1):ut>65535&&(ut-=65536,fe.push(ut>>>10&1023|55296),ut=56320|ut&1023),fe.push(ut),Oe+=Vt}return cr(fe)}var Ht=4096;function cr(J){var z=J.length;if(z<=Ht)return String.fromCharCode.apply(String,J);for(var G="",fe=0;fefe)&&(G=fe);for(var Oe="",et=z;etfe&&(z=fe),G<0?(G+=fe,G<0&&(G=0)):G>fe&&(G=fe),GG)throw new RangeError("Trying to access beyond buffer length")}w.prototype.readUintLE=w.prototype.readUIntLE=function(z,G,fe){z=z>>>0,G=G>>>0,fe||ht(z,G,this.length);for(var Oe=this[z],et=1,ut=0;++ut>>0,G=G>>>0,fe||ht(z,G,this.length);for(var Oe=this[z+--G],et=1;G>0&&(et*=256);)Oe+=this[z+--G]*et;return Oe},w.prototype.readUint8=w.prototype.readUInt8=function(z,G){return z=z>>>0,G||ht(z,1,this.length),this[z]},w.prototype.readUint16LE=w.prototype.readUInt16LE=function(z,G){return z=z>>>0,G||ht(z,2,this.length),this[z]|this[z+1]<<8},w.prototype.readUint16BE=w.prototype.readUInt16BE=function(z,G){return z=z>>>0,G||ht(z,2,this.length),this[z]<<8|this[z+1]},w.prototype.readUint32LE=w.prototype.readUInt32LE=function(z,G){return z=z>>>0,G||ht(z,4,this.length),(this[z]|this[z+1]<<8|this[z+2]<<16)+this[z+3]*16777216},w.prototype.readUint32BE=w.prototype.readUInt32BE=function(z,G){return z=z>>>0,G||ht(z,4,this.length),this[z]*16777216+(this[z+1]<<16|this[z+2]<<8|this[z+3])},w.prototype.readIntLE=function(z,G,fe){z=z>>>0,G=G>>>0,fe||ht(z,G,this.length);for(var Oe=this[z],et=1,ut=0;++ut=et&&(Oe-=Math.pow(2,8*G)),Oe},w.prototype.readIntBE=function(z,G,fe){z=z>>>0,G=G>>>0,fe||ht(z,G,this.length);for(var Oe=G,et=1,ut=this[z+--Oe];Oe>0&&(et*=256);)ut+=this[z+--Oe]*et;return et*=128,ut>=et&&(ut-=Math.pow(2,8*G)),ut},w.prototype.readInt8=function(z,G){return z=z>>>0,G||ht(z,1,this.length),this[z]&128?(255-this[z]+1)*-1:this[z]},w.prototype.readInt16LE=function(z,G){z=z>>>0,G||ht(z,2,this.length);var fe=this[z]|this[z+1]<<8;return fe&32768?fe|4294901760:fe},w.prototype.readInt16BE=function(z,G){z=z>>>0,G||ht(z,2,this.length);var fe=this[z+1]|this[z]<<8;return fe&32768?fe|4294901760:fe},w.prototype.readInt32LE=function(z,G){return z=z>>>0,G||ht(z,4,this.length),this[z]|this[z+1]<<8|this[z+2]<<16|this[z+3]<<24},w.prototype.readInt32BE=function(z,G){return z=z>>>0,G||ht(z,4,this.length),this[z]<<24|this[z+1]<<16|this[z+2]<<8|this[z+3]},w.prototype.readFloatLE=function(z,G){return z=z>>>0,G||ht(z,4,this.length),M.read(this,z,!0,23,4)},w.prototype.readFloatBE=function(z,G){return z=z>>>0,G||ht(z,4,this.length),M.read(this,z,!1,23,4)},w.prototype.readDoubleLE=function(z,G){return z=z>>>0,G||ht(z,8,this.length),M.read(this,z,!0,52,8)},w.prototype.readDoubleBE=function(z,G){return z=z>>>0,G||ht(z,8,this.length),M.read(this,z,!1,52,8)};function br(J,z,G,fe,Oe,et){if(!w.isBuffer(J))throw new TypeError('"buffer" argument must be a Buffer instance');if(z>Oe||zJ.length)throw new RangeError("Index out of range")}w.prototype.writeUintLE=w.prototype.writeUIntLE=function(z,G,fe,Oe){if(z=+z,G=G>>>0,fe=fe>>>0,!Oe){var et=Math.pow(2,8*fe)-1;br(this,z,G,fe,et,0)}var ut=1,Vt=0;for(this[G]=z&255;++Vt>>0,fe=fe>>>0,!Oe){var et=Math.pow(2,8*fe)-1;br(this,z,G,fe,et,0)}var ut=fe-1,Vt=1;for(this[G+ut]=z&255;--ut>=0&&(Vt*=256);)this[G+ut]=z/Vt&255;return G+fe},w.prototype.writeUint8=w.prototype.writeUInt8=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,1,255,0),this[G]=z&255,G+1},w.prototype.writeUint16LE=w.prototype.writeUInt16LE=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,2,65535,0),this[G]=z&255,this[G+1]=z>>>8,G+2},w.prototype.writeUint16BE=w.prototype.writeUInt16BE=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,2,65535,0),this[G]=z>>>8,this[G+1]=z&255,G+2},w.prototype.writeUint32LE=w.prototype.writeUInt32LE=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,4,4294967295,0),this[G+3]=z>>>24,this[G+2]=z>>>16,this[G+1]=z>>>8,this[G]=z&255,G+4},w.prototype.writeUint32BE=w.prototype.writeUInt32BE=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,4,4294967295,0),this[G]=z>>>24,this[G+1]=z>>>16,this[G+2]=z>>>8,this[G+3]=z&255,G+4},w.prototype.writeIntLE=function(z,G,fe,Oe){if(z=+z,G=G>>>0,!Oe){var et=Math.pow(2,8*fe-1);br(this,z,G,fe,et-1,-et)}var ut=0,Vt=1,Xt=0;for(this[G]=z&255;++ut>0)-Xt&255;return G+fe},w.prototype.writeIntBE=function(z,G,fe,Oe){if(z=+z,G=G>>>0,!Oe){var et=Math.pow(2,8*fe-1);br(this,z,G,fe,et-1,-et)}var ut=fe-1,Vt=1,Xt=0;for(this[G+ut]=z&255;--ut>=0&&(Vt*=256);)z<0&&Xt===0&&this[G+ut+1]!==0&&(Xt=1),this[G+ut]=(z/Vt>>0)-Xt&255;return G+fe},w.prototype.writeInt8=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,1,127,-128),z<0&&(z=255+z+1),this[G]=z&255,G+1},w.prototype.writeInt16LE=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,2,32767,-32768),this[G]=z&255,this[G+1]=z>>>8,G+2},w.prototype.writeInt16BE=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,2,32767,-32768),this[G]=z>>>8,this[G+1]=z&255,G+2},w.prototype.writeInt32LE=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,4,2147483647,-2147483648),this[G]=z&255,this[G+1]=z>>>8,this[G+2]=z>>>16,this[G+3]=z>>>24,G+4},w.prototype.writeInt32BE=function(z,G,fe){return z=+z,G=G>>>0,fe||br(this,z,G,4,2147483647,-2147483648),z<0&&(z=4294967295+z+1),this[G]=z>>>24,this[G+1]=z>>>16,this[G+2]=z>>>8,this[G+3]=z&255,G+4};function lt(J,z,G,fe,Oe,et){if(G+fe>J.length)throw new RangeError("Index out of range");if(G<0)throw new RangeError("Index out of range")}function pe(J,z,G,fe,Oe){return z=+z,G=G>>>0,Oe||lt(J,z,G,4,34028234663852886e22,-34028234663852886e22),M.write(J,z,G,fe,23,4),G+4}w.prototype.writeFloatLE=function(z,G,fe){return pe(this,z,G,!0,fe)},w.prototype.writeFloatBE=function(z,G,fe){return pe(this,z,G,!1,fe)};function Ke(J,z,G,fe,Oe){return z=+z,G=G>>>0,Oe||lt(J,z,G,8,17976931348623157e292,-17976931348623157e292),M.write(J,z,G,fe,52,8),G+8}w.prototype.writeDoubleLE=function(z,G,fe){return Ke(this,z,G,!0,fe)},w.prototype.writeDoubleBE=function(z,G,fe){return Ke(this,z,G,!1,fe)},w.prototype.copy=function(z,G,fe,Oe){if(!w.isBuffer(z))throw new TypeError("argument should be a Buffer");if(fe||(fe=0),!Oe&&Oe!==0&&(Oe=this.length),G>=z.length&&(G=z.length),G||(G=0),Oe>0&&Oe=this.length)throw new RangeError("Index out of range");if(Oe<0)throw new RangeError("sourceEnd out of bounds");Oe>this.length&&(Oe=this.length),z.length-G>>0,fe=fe===void 0?this.length:fe>>>0,z||(z=0);var ut;if(typeof z=="number")for(ut=G;ut55295&&G<57344){if(!Oe){if(G>56319){(z-=3)>-1&&et.push(239,191,189);continue}else if(ut+1===fe){(z-=3)>-1&&et.push(239,191,189);continue}Oe=G;continue}if(G<56320){(z-=3)>-1&&et.push(239,191,189),Oe=G;continue}G=(Oe-55296<<10|G-56320)+65536}else Oe&&(z-=3)>-1&&et.push(239,191,189);if(Oe=null,G<128){if((z-=1)<0)break;et.push(G)}else if(G<2048){if((z-=2)<0)break;et.push(G>>6|192,G&63|128)}else if(G<65536){if((z-=3)<0)break;et.push(G>>12|224,G>>6&63|128,G&63|128)}else if(G<1114112){if((z-=4)<0)break;et.push(G>>18|240,G>>12&63|128,G>>6&63|128,G&63|128)}else throw new Error("Invalid code point")}return et}function Ae(J){for(var z=[],G=0;G>8,Oe=G%256,et.push(Oe),et.push(fe);return et}function Ye(J){return y.toByteArray(Ee(J))}function wt(J,z,G,fe){for(var Oe=0;Oe=z.length||Oe>=J.length);++Oe)z[Oe+G]=J[Oe];return Oe}function bt(J,z){return J instanceof z||J!=null&&J.constructor!=null&&J.constructor.name!=null&&J.constructor.name===z.name}function kt(J){return J!==J}var Pt=function(){for(var J="0123456789abcdef",z=new Array(256),G=0;G<16;++G)for(var fe=G*16,Oe=0;Oe<16;++Oe)z[fe+Oe]=J[G]+J[Oe];return z}()},9996:function(ve){"use strict";var L=function(j){return P(j)&&!H(j)};function P(q){return!!q&&typeof q=="object"}function H(q){var j=Object.prototype.toString.call(q);return j==="[object RegExp]"||j==="[object Date]"||A(q)}var y=typeof Symbol=="function"&&Symbol.for,M=y?Symbol.for("react.element"):60103;function A(q){return q.$$typeof===M}function D(q){return Array.isArray(q)?[]:{}}function l(q,j){return j.clone!==!1&&j.isMergeableObject(q)?C(D(q),q,j):q}function v(q,j,Q){return q.concat(j).map(function(le){return l(le,Q)})}function w(q,j){if(!j.customMerge)return C;var Q=j.customMerge(q);return typeof Q=="function"?Q:C}function T(q){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(q).filter(function(j){return q.propertyIsEnumerable(j)}):[]}function k(q){return Object.keys(q).concat(T(q))}function O(q,j){try{return j in q}catch{return!1}}function F(q,j){return O(q,j)&&!(Object.hasOwnProperty.call(q,j)&&Object.propertyIsEnumerable.call(q,j))}function R(q,j,Q){var le={};return Q.isMergeableObject(q)&&k(q).forEach(function(te){le[te]=l(q[te],Q)}),k(j).forEach(function(te){F(q,te)||(O(q,te)&&Q.isMergeableObject(j[te])?le[te]=w(te,Q)(q[te],j[te],Q):le[te]=l(j[te],Q))}),le}function C(q,j,Q){Q=Q||{},Q.arrayMerge=Q.arrayMerge||v,Q.isMergeableObject=Q.isMergeableObject||L,Q.cloneUnlessOtherwiseSpecified=l;var le=Array.isArray(j),te=Array.isArray(q),ee=le===te;return ee?le?Q.arrayMerge(q,j,Q):R(q,j,Q):l(j,Q)}C.all=function(j,Q){if(!Array.isArray(j))throw new Error("first argument should be an array");return j.reduce(function(le,te){return C(le,te,Q)},{})};var V=C;ve.exports=V},9960:function(ve,L){"use strict";Object.defineProperty(L,"__esModule",{value:!0}),L.Doctype=L.CDATA=L.Tag=L.Style=L.Script=L.Comment=L.Directive=L.Text=L.Root=L.isTag=L.ElementType=void 0;var P;(function(y){y.Root="root",y.Text="text",y.Directive="directive",y.Comment="comment",y.Script="script",y.Style="style",y.Tag="tag",y.CDATA="cdata",y.Doctype="doctype"})(P=L.ElementType||(L.ElementType={}));function H(y){return y.type===P.Tag||y.type===P.Script||y.type===P.Style}L.isTag=H,L.Root=P.Root,L.Text=P.Text,L.Directive=P.Directive,L.Comment=P.Comment,L.Script=P.Script,L.Style=P.Style,L.Tag=P.Tag,L.CDATA=P.CDATA,L.Doctype=P.Doctype},7915:function(ve,L,P){"use strict";var H=this&&this.__createBinding||(Object.create?function(w,T,k,O){O===void 0&&(O=k);var F=Object.getOwnPropertyDescriptor(T,k);(!F||("get"in F?!T.__esModule:F.writable||F.configurable))&&(F={enumerable:!0,get:function(){return T[k]}}),Object.defineProperty(w,O,F)}:function(w,T,k,O){O===void 0&&(O=k),w[O]=T[k]}),y=this&&this.__exportStar||function(w,T){for(var k in w)k!=="default"&&!Object.prototype.hasOwnProperty.call(T,k)&&H(T,w,k)};Object.defineProperty(L,"__esModule",{value:!0}),L.DomHandler=void 0;var M=P(9960),A=P(7790);y(P(7790),L);var D=/\s+/g,l={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1,xmlMode:!1},v=function(){function w(T,k,O){this.dom=[],this.root=new A.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof k=="function"&&(O=k,k=l),typeof T=="object"&&(k=T,T=void 0),this.callback=T??null,this.options=k??l,this.elementCB=O??null}return w.prototype.onparserinit=function(T){this.parser=T},w.prototype.onreset=function(){this.dom=[],this.root=new A.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},w.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},w.prototype.onerror=function(T){this.handleCallback(T)},w.prototype.onclosetag=function(){this.lastNode=null;var T=this.tagStack.pop();this.options.withEndIndices&&(T.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(T)},w.prototype.onopentag=function(T,k){var O=this.options.xmlMode?M.ElementType.Tag:void 0,F=new A.Element(T,k,void 0,O);this.addNode(F),this.tagStack.push(F)},w.prototype.ontext=function(T){var k=this.options.normalizeWhitespace,O=this.lastNode;if(O&&O.type===M.ElementType.Text)k?O.data=(O.data+T).replace(D," "):O.data+=T,this.options.withEndIndices&&(O.endIndex=this.parser.endIndex);else{k&&(T=T.replace(D," "));var F=new A.Text(T);this.addNode(F),this.lastNode=F}},w.prototype.oncomment=function(T){if(this.lastNode&&this.lastNode.type===M.ElementType.Comment){this.lastNode.data+=T;return}var k=new A.Comment(T);this.addNode(k),this.lastNode=k},w.prototype.oncommentend=function(){this.lastNode=null},w.prototype.oncdatastart=function(){var T=new A.Text(""),k=new A.NodeWithChildren(M.ElementType.CDATA,[T]);this.addNode(k),T.parent=k,this.lastNode=T},w.prototype.oncdataend=function(){this.lastNode=null},w.prototype.onprocessinginstruction=function(T,k){var O=new A.ProcessingInstruction(T,k);this.addNode(O)},w.prototype.handleCallback=function(T){if(typeof this.callback=="function")this.callback(T,this.dom);else if(T)throw T},w.prototype.addNode=function(T){var k=this.tagStack[this.tagStack.length-1],O=k.children[k.children.length-1];this.options.withStartIndices&&(T.startIndex=this.parser.startIndex),this.options.withEndIndices&&(T.endIndex=this.parser.endIndex),k.children.push(T),O&&(T.prev=O,O.next=T),T.parent=k,this.lastNode=null},w}();L.DomHandler=v,L.default=v},7790:function(ve,L,P){"use strict";var H=this&&this.__extends||function(){var K=function(h,he){return K=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(we,Ve){we.__proto__=Ve}||function(we,Ve){for(var ot in Ve)Object.prototype.hasOwnProperty.call(Ve,ot)&&(we[ot]=Ve[ot])},K(h,he)};return function(h,he){if(typeof he!="function"&&he!==null)throw new TypeError("Class extends value "+String(he)+" is not a constructor or null");K(h,he);function we(){this.constructor=h}h.prototype=he===null?Object.create(he):(we.prototype=he.prototype,new we)}}(),y=this&&this.__assign||function(){return y=Object.assign||function(K){for(var h,he=1,we=arguments.length;he0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"childNodes",{get:function(){return this.children},set:function(he){this.children=he},enumerable:!1,configurable:!0}),h}(D);L.NodeWithChildren=k;var O=function(K){H(h,K);function h(he){return K.call(this,M.ElementType.Root,he)||this}return h}(k);L.Document=O;var F=function(K){H(h,K);function h(he,we,Ve,ot){Ve===void 0&&(Ve=[]),ot===void 0&&(ot=he==="script"?M.ElementType.Script:he==="style"?M.ElementType.Style:M.ElementType.Tag);var Xe=K.call(this,ot,Ve)||this;return Xe.name=he,Xe.attribs=we,Xe}return Object.defineProperty(h.prototype,"tagName",{get:function(){return this.name},set:function(he){this.name=he},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"attributes",{get:function(){var he=this;return Object.keys(this.attribs).map(function(we){var Ve,ot;return{name:we,value:he.attribs[we],namespace:(Ve=he["x-attribsNamespace"])===null||Ve===void 0?void 0:Ve[we],prefix:(ot=he["x-attribsPrefix"])===null||ot===void 0?void 0:ot[we]}})},enumerable:!1,configurable:!0}),h}(k);L.Element=F;function R(K){return(0,M.isTag)(K)}L.isTag=R;function C(K){return K.type===M.ElementType.CDATA}L.isCDATA=C;function V(K){return K.type===M.ElementType.Text}L.isText=V;function q(K){return K.type===M.ElementType.Comment}L.isComment=q;function j(K){return K.type===M.ElementType.Directive}L.isDirective=j;function Q(K){return K.type===M.ElementType.Root}L.isDocument=Q;function le(K){return Object.prototype.hasOwnProperty.call(K,"children")}L.hasChildren=le;function te(K,h){h===void 0&&(h=!1);var he;if(V(K))he=new v(K.data);else if(q(K))he=new w(K.data);else if(R(K)){var we=h?ee(K.children):[],Ve=new F(K.name,y({},K.attribs),we);we.forEach(function(lr){return lr.parent=Ve}),K.namespace!=null&&(Ve.namespace=K.namespace),K["x-attribsNamespace"]&&(Ve["x-attribsNamespace"]=y({},K["x-attribsNamespace"])),K["x-attribsPrefix"]&&(Ve["x-attribsPrefix"]=y({},K["x-attribsPrefix"])),he=Ve}else if(C(K)){var we=h?ee(K.children):[],ot=new k(M.ElementType.CDATA,we);we.forEach(function(Bt){return Bt.parent=ot}),he=ot}else if(Q(K)){var we=h?ee(K.children):[],Xe=new O(we);we.forEach(function(Bt){return Bt.parent=Xe}),K["x-mode"]&&(Xe["x-mode"]=K["x-mode"]),he=Xe}else if(j(K)){var Yt=new T(K.name,K.data);K["x-name"]!=null&&(Yt["x-name"]=K["x-name"],Yt["x-publicId"]=K["x-publicId"],Yt["x-systemId"]=K["x-systemId"]),he=Yt}else throw new Error("Not implemented yet: ".concat(K.type));return he.startIndex=K.startIndex,he.endIndex=K.endIndex,K.sourceCodeLocation!=null&&(he.sourceCodeLocation=K.sourceCodeLocation),he}L.cloneNode=te;function ee(K){for(var h=K.map(function(we){return te(we,!0)}),he=1;he=0;){var v=D[l];if(l>0&&D.lastIndexOf(v,l-1)>=0){D.splice(l,1);continue}for(var w=v.parent;w;w=w.parent)if(D.includes(w)){D.splice(l,1);break}}return D}L.removeSubsets=y;function M(D,l){var v=[],w=[];if(D===l)return 0;for(var T=(0,H.hasChildren)(D)?D:D.parent;T;)v.unshift(T),T=T.parent;for(T=(0,H.hasChildren)(l)?l:l.parent;T;)w.unshift(T),T=T.parent;for(var k=Math.min(v.length,w.length),O=0;OR.indexOf(V)?F===l?20:4:F===D?10:2}L.compareDocumentPosition=M;function A(D){return D=D.filter(function(l,v,w){return!w.includes(l,v+1)}),D.sort(function(l,v){var w=M(l,v);return w&2?-1:w&4?1:0}),D}L.uniqueSort=A},9432:function(ve,L,P){"use strict";var H=this&&this.__createBinding||(Object.create?function(A,D,l,v){v===void 0&&(v=l),Object.defineProperty(A,v,{enumerable:!0,get:function(){return D[l]}})}:function(A,D,l,v){v===void 0&&(v=l),A[v]=D[l]}),y=this&&this.__exportStar||function(A,D){for(var l in A)l!=="default"&&!Object.prototype.hasOwnProperty.call(D,l)&&H(D,A,l)};Object.defineProperty(L,"__esModule",{value:!0}),L.hasChildren=L.isDocument=L.isComment=L.isText=L.isCDATA=L.isTag=void 0,y(P(3346),L),y(P(5010),L),y(P(6765),L),y(P(8043),L),y(P(3905),L),y(P(4975),L),y(P(6996),L);var M=P(7915);Object.defineProperty(L,"isTag",{enumerable:!0,get:function(){return M.isTag}}),Object.defineProperty(L,"isCDATA",{enumerable:!0,get:function(){return M.isCDATA}}),Object.defineProperty(L,"isText",{enumerable:!0,get:function(){return M.isText}}),Object.defineProperty(L,"isComment",{enumerable:!0,get:function(){return M.isComment}}),Object.defineProperty(L,"isDocument",{enumerable:!0,get:function(){return M.isDocument}}),Object.defineProperty(L,"hasChildren",{enumerable:!0,get:function(){return M.hasChildren}})},3905:function(ve,L,P){"use strict";Object.defineProperty(L,"__esModule",{value:!0}),L.getElementsByTagType=L.getElementsByTagName=L.getElementById=L.getElements=L.testElement=void 0;var H=P(7915),y=P(8043),M={tag_name:function(F){return typeof F=="function"?function(R){return(0,H.isTag)(R)&&F(R.name)}:F==="*"?H.isTag:function(R){return(0,H.isTag)(R)&&R.name===F}},tag_type:function(F){return typeof F=="function"?function(R){return F(R.type)}:function(R){return R.type===F}},tag_contains:function(F){return typeof F=="function"?function(R){return(0,H.isText)(R)&&F(R.data)}:function(R){return(0,H.isText)(R)&&R.data===F}}};function A(F,R){return typeof R=="function"?function(C){return(0,H.isTag)(C)&&R(C.attribs[F])}:function(C){return(0,H.isTag)(C)&&C.attribs[F]===R}}function D(F,R){return function(C){return F(C)||R(C)}}function l(F){var R=Object.keys(F).map(function(C){var V=F[C];return Object.prototype.hasOwnProperty.call(M,C)?M[C](V):A(C,V)});return R.length===0?null:R.reduce(D)}function v(F,R){var C=l(F);return C?C(R):!0}L.testElement=v;function w(F,R,C,V){V===void 0&&(V=1/0);var q=l(F);return q?(0,y.filter)(q,R,C,V):[]}L.getElements=w;function T(F,R,C){return C===void 0&&(C=!0),Array.isArray(R)||(R=[R]),(0,y.findOne)(A("id",F),R,C)}L.getElementById=T;function k(F,R,C,V){return C===void 0&&(C=!0),V===void 0&&(V=1/0),(0,y.filter)(M.tag_name(F),R,C,V)}L.getElementsByTagName=k;function O(F,R,C,V){return C===void 0&&(C=!0),V===void 0&&(V=1/0),(0,y.filter)(M.tag_type(F),R,C,V)}L.getElementsByTagType=O},6765:function(ve,L){"use strict";Object.defineProperty(L,"__esModule",{value:!0}),L.prepend=L.prependChild=L.append=L.appendChild=L.replaceElement=L.removeElement=void 0;function P(l){if(l.prev&&(l.prev.next=l.next),l.next&&(l.next.prev=l.prev),l.parent){var v=l.parent.children;v.splice(v.lastIndexOf(l),1)}}L.removeElement=P;function H(l,v){var w=v.prev=l.prev;w&&(w.next=v);var T=v.next=l.next;T&&(T.prev=v);var k=v.parent=l.parent;if(k){var O=k.children;O[O.lastIndexOf(l)]=v}}L.replaceElement=H;function y(l,v){if(P(v),v.next=null,v.parent=l,l.children.push(v)>1){var w=l.children[l.children.length-2];w.next=v,v.prev=w}else v.prev=null}L.appendChild=y;function M(l,v){P(v);var w=l.parent,T=l.next;if(v.next=T,v.prev=l,l.next=v,v.parent=w,T){if(T.prev=v,w){var k=w.children;k.splice(k.lastIndexOf(T),0,v)}}else w&&w.children.push(v)}L.append=M;function A(l,v){if(P(v),v.parent=l,v.prev=null,l.children.unshift(v)!==1){var w=l.children[1];w.prev=v,v.next=w}else v.next=null}L.prependChild=A;function D(l,v){P(v);var w=l.parent;if(w){var T=w.children;T.splice(T.indexOf(l),0,v)}l.prev&&(l.prev.next=v),v.parent=w,v.prev=l.prev,v.next=l,l.prev=v}L.prepend=D},8043:function(ve,L,P){"use strict";Object.defineProperty(L,"__esModule",{value:!0}),L.findAll=L.existsOne=L.findOne=L.findOneChild=L.find=L.filter=void 0;var H=P(7915);function y(w,T,k,O){return k===void 0&&(k=!0),O===void 0&&(O=1/0),Array.isArray(T)||(T=[T]),M(w,T,k,O)}L.filter=y;function M(w,T,k,O){for(var F=[],R=0,C=T;R0){var q=M(w,V.children,k,O);if(F.push.apply(F,q),O-=q.length,O<=0)break}}return F}L.find=M;function A(w,T){return T.find(w)}L.findOneChild=A;function D(w,T,k){k===void 0&&(k=!0);for(var O=null,F=0;F0&&(O=D(w,R.children));else continue}return O}L.findOne=D;function l(w,T){return T.some(function(k){return(0,H.isTag)(k)&&(w(k)||k.children.length>0&&l(w,k.children))})}L.existsOne=l;function v(w,T){for(var k,O=[],F=T.filter(H.isTag),R;R=F.shift();){var C=(k=R.children)===null||k===void 0?void 0:k.filter(H.isTag);C&&C.length>0&&F.unshift.apply(F,C),w(R)&&O.push(R)}return O}L.findAll=v},3346:function(ve,L,P){"use strict";var H=this&&this.__importDefault||function(k){return k&&k.__esModule?k:{default:k}};Object.defineProperty(L,"__esModule",{value:!0}),L.innerText=L.textContent=L.getText=L.getInnerHTML=L.getOuterHTML=void 0;var y=P(7915),M=H(P(8401)),A=P(9960);function D(k,O){return(0,M.default)(k,O)}L.getOuterHTML=D;function l(k,O){return(0,y.hasChildren)(k)?k.children.map(function(F){return D(F,O)}).join(""):""}L.getInnerHTML=l;function v(k){return Array.isArray(k)?k.map(v).join(""):(0,y.isTag)(k)?k.name==="br"?` `:v(k.children):(0,y.isCDATA)(k)?v(k.children):(0,y.isText)(k)?k.data:""}L.getText=v;function w(k){return Array.isArray(k)?k.map(w).join(""):(0,y.hasChildren)(k)&&!(0,y.isComment)(k)?w(k.children):(0,y.isText)(k)?k.data:""}L.textContent=w;function T(k){return Array.isArray(k)?k.map(T).join(""):(0,y.hasChildren)(k)&&(k.type===A.ElementType.Tag||(0,y.isCDATA)(k))?T(k.children):(0,y.isText)(k)?k.data:""}L.innerText=T},5010:function(ve,L,P){"use strict";Object.defineProperty(L,"__esModule",{value:!0}),L.prevElementSibling=L.nextElementSibling=L.getName=L.hasAttrib=L.getAttributeValue=L.getSiblings=L.getParent=L.getChildren=void 0;var H=P(7915),y=[];function M(O){var F;return(F=O.children)!==null&&F!==void 0?F:y}L.getChildren=M;function A(O){return O.parent||null}L.getParent=A;function D(O){var F,R,C=A(O);if(C!=null)return M(C);for(var V=[O],q=O.prev,j=O.next;q!=null;)V.unshift(q),F=q,q=F.prev;for(;j!=null;)V.push(j),R=j,j=R.next;return V}L.getSiblings=D;function l(O,F){var R;return(R=O.attribs)===null||R===void 0?void 0:R[F]}L.getAttributeValue=l;function v(O,F){return O.attribs!=null&&Object.prototype.hasOwnProperty.call(O.attribs,F)&&O.attribs[F]!=null}L.hasAttrib=v;function w(O){return O.name}L.getName=w;function T(O){for(var F,R=O.next;R!==null&&!(0,H.isTag)(R);)F=R,R=F.next;return R}L.nextElementSibling=T;function k(O){for(var F,R=O.prev;R!==null&&!(0,H.isTag)(R);)F=R,R=F.prev;return R}L.prevElementSibling=k},3626:function(ve,L){"use strict";Object.defineProperty(L,"__esModule",{value:!0}),L.attributeNames=L.elementNames=void 0,L.elementNames=new Map([["altglyph","altGlyph"],["altglyphdef","altGlyphDef"],["altglyphitem","altGlyphItem"],["animatecolor","animateColor"],["animatemotion","animateMotion"],["animatetransform","animateTransform"],["clippath","clipPath"],["feblend","feBlend"],["fecolormatrix","feColorMatrix"],["fecomponenttransfer","feComponentTransfer"],["fecomposite","feComposite"],["feconvolvematrix","feConvolveMatrix"],["fediffuselighting","feDiffuseLighting"],["fedisplacementmap","feDisplacementMap"],["fedistantlight","feDistantLight"],["fedropshadow","feDropShadow"],["feflood","feFlood"],["fefunca","feFuncA"],["fefuncb","feFuncB"],["fefuncg","feFuncG"],["fefuncr","feFuncR"],["fegaussianblur","feGaussianBlur"],["feimage","feImage"],["femerge","feMerge"],["femergenode","feMergeNode"],["femorphology","feMorphology"],["feoffset","feOffset"],["fepointlight","fePointLight"],["fespecularlighting","feSpecularLighting"],["fespotlight","feSpotLight"],["fetile","feTile"],["feturbulence","feTurbulence"],["foreignobject","foreignObject"],["glyphref","glyphRef"],["lineargradient","linearGradient"],["radialgradient","radialGradient"],["textpath","textPath"]]),L.attributeNames=new Map([["definitionurl","definitionURL"],["attributename","attributeName"],["attributetype","attributeType"],["basefrequency","baseFrequency"],["baseprofile","baseProfile"],["calcmode","calcMode"],["clippathunits","clipPathUnits"],["diffuseconstant","diffuseConstant"],["edgemode","edgeMode"],["filterunits","filterUnits"],["glyphref","glyphRef"],["gradienttransform","gradientTransform"],["gradientunits","gradientUnits"],["kernelmatrix","kernelMatrix"],["kernelunitlength","kernelUnitLength"],["keypoints","keyPoints"],["keysplines","keySplines"],["keytimes","keyTimes"],["lengthadjust","lengthAdjust"],["limitingconeangle","limitingConeAngle"],["markerheight","markerHeight"],["markerunits","markerUnits"],["markerwidth","markerWidth"],["maskcontentunits","maskContentUnits"],["maskunits","maskUnits"],["numoctaves","numOctaves"],["pathlength","pathLength"],["patterncontentunits","patternContentUnits"],["patterntransform","patternTransform"],["patternunits","patternUnits"],["pointsatx","pointsAtX"],["pointsaty","pointsAtY"],["pointsatz","pointsAtZ"],["preservealpha","preserveAlpha"],["preserveaspectratio","preserveAspectRatio"],["primitiveunits","primitiveUnits"],["refx","refX"],["refy","refY"],["repeatcount","repeatCount"],["repeatdur","repeatDur"],["requiredextensions","requiredExtensions"],["requiredfeatures","requiredFeatures"],["specularconstant","specularConstant"],["specularexponent","specularExponent"],["spreadmethod","spreadMethod"],["startoffset","startOffset"],["stddeviation","stdDeviation"],["stitchtiles","stitchTiles"],["surfacescale","surfaceScale"],["systemlanguage","systemLanguage"],["tablevalues","tableValues"],["targetx","targetX"],["targety","targetY"],["textlength","textLength"],["viewbox","viewBox"],["viewtarget","viewTarget"],["xchannelselector","xChannelSelector"],["ychannelselector","yChannelSelector"],["zoomandpan","zoomAndPan"]])},8401:function(ve,L,P){"use strict";var H=this&&this.__assign||function(){return H=Object.assign||function(te){for(var ee,K=1,h=arguments.length;K0&&(h+=O(te.children,ee)),(ee.xmlMode||!k.has(te.name))&&(h+="")),h}function q(te){return"<"+te.data+">"}function j(te,ee){var K=te.data||"";return ee.decodeEntities!==!1&&!(!ee.xmlMode&&te.parent&&w.has(te.parent.name))&&(K=l.encodeXML(K)),K}function Q(te){return""}function le(te){return""}},4076:function(ve,L,P){"use strict";var H=this&&this.__importDefault||function(k){return k&&k.__esModule?k:{default:k}};Object.defineProperty(L,"__esModule",{value:!0}),L.decodeHTML=L.decodeHTMLStrict=L.decodeXML=void 0;var y=H(P(9323)),M=H(P(9591)),A=H(P(2586)),D=H(P(26)),l=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;L.decodeXML=v(A.default),L.decodeHTMLStrict=v(y.default);function v(k){var O=T(k);return function(F){return String(F).replace(l,O)}}var w=function(k,O){return k65535&&(D-=65536,l+=String.fromCharCode(D>>>10&1023|55296),D=56320|D&1023),l+=String.fromCharCode(D),l};function A(D){return D>=55296&&D<=57343||D>1114111?"\uFFFD":(D in y.default&&(D=y.default[D]),M(D))}L.default=A},7322:function(ve,L,P){"use strict";var H=this&&this.__importDefault||function(Q){return Q&&Q.__esModule?Q:{default:Q}};Object.defineProperty(L,"__esModule",{value:!0}),L.escapeUTF8=L.escape=L.encodeNonAsciiHTML=L.encodeHTML=L.encodeXML=void 0;var y=H(P(2586)),M=w(y.default),A=T(M);L.encodeXML=j(M);var D=H(P(9323)),l=w(D.default),v=T(l);L.encodeHTML=R(l,v),L.encodeNonAsciiHTML=j(l);function w(Q){return Object.keys(Q).sort().reduce(function(le,te){return le[Q[te]]="&"+te+";",le},{})}function T(Q){for(var le=[],te=[],ee=0,K=Object.keys(Q);ee1?O(Q):Q.charCodeAt(0)).toString(16).toUpperCase()+";"}function R(Q,le){return function(te){return te.replace(le,function(ee){return Q[ee]}).replace(k,F)}}var C=new RegExp(A.source+"|"+k.source,"g");function V(Q){return Q.replace(C,F)}L.escape=V;function q(Q){return Q.replace(A,F)}L.escapeUTF8=q;function j(Q){return function(le){return le.replace(C,function(te){return Q[te]||F(te)})}}},5863:function(ve,L,P){"use strict";Object.defineProperty(L,"__esModule",{value:!0}),L.decodeXMLStrict=L.decodeHTML5Strict=L.decodeHTML4Strict=L.decodeHTML5=L.decodeHTML4=L.decodeHTMLStrict=L.decodeHTML=L.decodeXML=L.encodeHTML5=L.encodeHTML4=L.escapeUTF8=L.escape=L.encodeNonAsciiHTML=L.encodeHTML=L.encodeXML=L.encode=L.decodeStrict=L.decode=void 0;var H=P(4076),y=P(7322);function M(w,T){return(!T||T<=0?H.decodeXML:H.decodeHTML)(w)}L.decode=M;function A(w,T){return(!T||T<=0?H.decodeXML:H.decodeHTMLStrict)(w)}L.decodeStrict=A;function D(w,T){return(!T||T<=0?y.encodeXML:y.encodeHTML)(w)}L.encode=D;var l=P(7322);Object.defineProperty(L,"encodeXML",{enumerable:!0,get:function(){return l.encodeXML}}),Object.defineProperty(L,"encodeHTML",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(L,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return l.encodeNonAsciiHTML}}),Object.defineProperty(L,"escape",{enumerable:!0,get:function(){return l.escape}}),Object.defineProperty(L,"escapeUTF8",{enumerable:!0,get:function(){return l.escapeUTF8}}),Object.defineProperty(L,"encodeHTML4",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(L,"encodeHTML5",{enumerable:!0,get:function(){return l.encodeHTML}});var v=P(4076);Object.defineProperty(L,"decodeXML",{enumerable:!0,get:function(){return v.decodeXML}}),Object.defineProperty(L,"decodeHTML",{enumerable:!0,get:function(){return v.decodeHTML}}),Object.defineProperty(L,"decodeHTMLStrict",{enumerable:!0,get:function(){return v.decodeHTMLStrict}}),Object.defineProperty(L,"decodeHTML4",{enumerable:!0,get:function(){return v.decodeHTML}}),Object.defineProperty(L,"decodeHTML5",{enumerable:!0,get:function(){return v.decodeHTML}}),Object.defineProperty(L,"decodeHTML4Strict",{enumerable:!0,get:function(){return v.decodeHTMLStrict}}),Object.defineProperty(L,"decodeHTML5Strict",{enumerable:!0,get:function(){return v.decodeHTMLStrict}}),Object.defineProperty(L,"decodeXMLStrict",{enumerable:!0,get:function(){return v.decodeXML}})},2353:function(ve,L,P){"use strict";P.d(L,{a:function(){return H}});const H=(y,M={})=>{_.has(window,"Dotshop.store.online_settings.fb_pixel.ids")&&Array.isArray(Dotshop.store.online_settings.fb_pixel.ids)&&Dotshop.store.online_settings.fb_pixel.ids.length&&typeof fbq=="function"&&fbq("track",y,M)}},8146:function(ve,L){"use strict";var P=Object.defineProperty,H=Object.defineProperties,y=Object.getOwnPropertyDescriptors,M=Object.getOwnPropertySymbols,A=Object.prototype.hasOwnProperty,D=Object.prototype.propertyIsEnumerable,l=(k,O,F)=>O in k?P(k,O,{enumerable:!0,configurable:!0,writable:!0,value:F}):k[O]=F,v=(k,O)=>{for(var F in O||(O={}))A.call(O,F)&&l(k,F,O[F]);if(M)for(var F of M(O))D.call(O,F)&&l(k,F,O[F]);return k},w=(k,O)=>H(k,y(O)),T=(k,O,F)=>new Promise((R,C)=>{var V=Q=>{try{j(F.next(Q))}catch(le){C(le)}},q=Q=>{try{j(F.throw(Q))}catch(le){C(le)}},j=Q=>Q.done?R(Q.value):Promise.resolve(Q.value).then(V,q);j((F=F.apply(k,O)).next())});L.Z=(k,O=0)=>T(void 0,null,function*(){_.has(window,"Dotshop.store.online_settings.google_analytics.ids")&&Array.isArray(Dotshop.store.online_settings.google_analytics.ids)&&Dotshop.store.online_settings.google_analytics.ids.length&&typeof gtag=="function"&&Dotshop.store.online_settings.google_analytics.ids.forEach(F=>{gtag("event",k,w(v({},O),{send_to:F}))})})},5569:function(ve,L){"use strict";L.Z=(P,H={})=>{_.has(window,"Dotshop.store.online_settings.snap_pixel.ids")&&Array.isArray(Dotshop.store.online_settings.snap_pixel.ids)&&Dotshop.store.online_settings.snap_pixel.ids.length&&typeof snaptr=="function"&&snaptr("track",P,H)}},5136:function(ve,L){"use strict";L.Z=(P,H={})=>{_.has(window,"Dotshop.store.online_settings.tiktok_pixel.ids")&&Array.isArray(Dotshop.store.online_settings.tiktok_pixel.ids)&&Dotshop.store.online_settings.tiktok_pixel.ids.length&&typeof ttq<"u"&&ttq.track(P,H)}},3121:function(ve,L,P){"use strict";P.d(L,{L7:function(){return y}});function H(A,D={}){if(!Array.isArray(A))return D;const l=A.find(w=>{const T=w.productVariant.product.product_settings;return T.customCurrency&&T.customCurrency.enabled===!0});if(!l||l!==this.cart.items[0])return D;const v=l.productVariant.product.product_settings;return v.customCurrency?v.customCurrency:D}function y(A,D=window.Dotshop.currency){return!A||A.enabled!==!0?D:A}function M(A){return A.product_settings.customCurrency&&A.product_settings.customCurrency.enabled===!0?A.product_settings.customCurrency:{}}},3750:function(ve,L,P){"use strict";var H=P(629),y=P(2353),M=P(8146),A=P(5569),D=P(5136),l=P(3121),v=Object.defineProperty,w=Object.defineProperties,T=Object.getOwnPropertyDescriptors,k=Object.getOwnPropertySymbols,O=Object.prototype.hasOwnProperty,F=Object.prototype.propertyIsEnumerable,R=(q,j,Q)=>j in q?v(q,j,{enumerable:!0,configurable:!0,writable:!0,value:Q}):q[j]=Q,C=(q,j)=>{for(var Q in j||(j={}))O.call(j,Q)&&R(q,Q,j[Q]);if(k)for(var Q of k(j))F.call(j,Q)&&R(q,Q,j[Q]);return q},V=(q,j)=>w(q,T(j));L.Z={name:"direct-add-to-cart",props:{selectedVariantId:{type:String},productId:{type:String},inventory:{type:Number},price:{type:Number,required:!0},name:{type:String,required:!0},trackInventory:{type:Boolean,required:!0},cartText:{type:String,default:()=>_t("actions.add_to_cart")},onePageCheckout:{type:Boolean,default:!1},categories:{type:Array},currency:{type:Object,default:()=>window.Dotshop.currency}},data(){return{isLoading:!1}},computed:V(C({},(0,H.rn)(["cart"])),{isDisabled(){return!this.selectedVariantId||!this.inventory&&this.trackInventory}}),created(){this.currency=(0,l.L7)(this.currency,window.Dotshop.currency),Events.$on("product-added-to-cart",q=>{q===this.selectedVariantId&&((0,y.a)("AddToCart",this.fbqTrackDetails()),(0,M.Z)("add_to_cart",this.gTagTrackDetails()),(0,A.Z)("ADD_CART",this.snapTrackDetails()),(0,D.Z)("AddToCart",this.tiktokTrackDetails()),this.isLoading=!1,Events.$emit("OpenCartDropDown"),flash(_t("checkout.product_added")))}),Events.$on("error-add-to-cart",()=>{this.isLoading=!1})},methods:V(C({},(0,H.nv)(["addToCart"])),{addItemToCart(){this.isLoading=!0,this.addToCart({id:this.selectedVariantId,quantity:1,options:[],empty_cart:!1})},fbqTrackDetails(){let q="";return this.categories||window._.forEach(this.categories,function(j){q+=" "+j.name}),{content_name:this.name,content_category:q,content_ids:[this.productId],content_type:"product",value:this.price,currency:this.currency.code}},tiktokTrackDetails(){let q="";return this.categories||window._.forEach(this.categories,function(j){q+=" "+j.name}),{content_type:"product",content_name:this.name,content_category:q,content_id:this.productId,price:this.price,currency:this.currency.code}},gTagTrackDetails(){let q="";return this.categories||window._.forEach(this.categories,function(j){q+=" "+j.name}),{items:[{id:this.productId,name:this.name,category:q,type:"product",price:this.price,currency:this.currency.code}]}},snapTrackDetails(){let q="";return this.categories||window._.forEach(this.categories,function(j){q+=" "+j.name}),{item_category:q,item_ids:[this.productId]}}})}},8515:function(ve,L,P){"use strict";P.d(L,{s:function(){return H},x:function(){return y}});var H=function(){var A=this,D=A._self._c;return D("div",{class:{disabled:A.isDisabled}},[D("button",{staticClass:"button small-button secondary-button",class:{"is-loading prevent":A.isLoading},attrs:{disabled:A.isDisabled,type:"button"},on:{click:function(l){return A.addItemToCart()}}},[A._v(` `+A._s(A.isDisabled?A._t("exception.product_not_available"):A.cartText)+` `)])])},y=[]},1722:function(ve){ve.exports="/images/vendor/vue-image-lightbox-carousel/src/loading.gif?640ba98c18515b2fa7e7a10a23ebf13d"},645:function(ve,L){L.read=function(P,H,y,M,A){var D,l,v=A*8-M-1,w=(1<>1,k=-7,O=y?A-1:0,F=y?-1:1,R=P[H+O];for(O+=F,D=R&(1<<-k)-1,R>>=-k,k+=v;k>0;D=D*256+P[H+O],O+=F,k-=8);for(l=D&(1<<-k)-1,D>>=-k,k+=M;k>0;l=l*256+P[H+O],O+=F,k-=8);if(D===0)D=1-T;else{if(D===w)return l?NaN:(R?-1:1)*(1/0);l=l+Math.pow(2,M),D=D-T}return(R?-1:1)*l*Math.pow(2,D-M)},L.write=function(P,H,y,M,A,D){var l,v,w,T=D*8-A-1,k=(1<>1,F=A===23?Math.pow(2,-24)-Math.pow(2,-77):0,R=M?0:D-1,C=M?1:-1,V=H<0||H===0&&1/H<0?1:0;for(H=Math.abs(H),isNaN(H)||H===1/0?(v=isNaN(H)?1:0,l=k):(l=Math.floor(Math.log(H)/Math.LN2),H*(w=Math.pow(2,-l))<1&&(l--,w*=2),l+O>=1?H+=F/w:H+=F*Math.pow(2,1-O),H*w>=2&&(l++,w/=2),l+O>=k?(v=0,l=k):l+O>=1?(v=(H*w-1)*Math.pow(2,A),l=l+O):(v=H*Math.pow(2,O-1)*Math.pow(2,A),l=0));A>=8;P[y+R]=v&255,R+=C,v/=256,A-=8);for(l=l<0;P[y+R]=l&255,R+=C,l/=256,T-=8);P[y+R-C]|=V*128}},8738:function(ve){/*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh * @license MIT */ve.exports=function(P){return P!=null&&P.constructor!=null&&typeof P.constructor.isBuffer=="function"&&P.constructor.isBuffer(P)}},6057:function(ve,L){"use strict";Object.defineProperty(L,"__esModule",{value:!0});/*! * is-plain-object * * Copyright (c) 2014-2017, Jon Schlinkert. * Released under the MIT License. */function P(y){return Object.prototype.toString.call(y)==="[object Object]"}function H(y){var M,A;return P(y)===!1?!1:(M=y.constructor,M===void 0?!0:(A=M.prototype,!(P(A)===!1||A.hasOwnProperty("isPrototypeOf")===!1)))}L.isPlainObject=H},9357:function(){/*! Zoom 1.7.21 license: MIT http://www.jacklmoore.com/zoom */(function(ve){var L={url:!1,callback:!1,target:!1,duration:120,on:"mouseover",touch:!0,onZoomIn:!1,onZoomOut:!1,magnify:1};ve.zoom=function(P,H,y,M){var A,D,l,v,w,T,k,O=ve(P),F=O.css("position"),R=ve(H);return P.style.position=/(absolute|fixed)/.test(F)?F:"relative",P.style.overflow="hidden",y.style.width=y.style.height="",ve(y).addClass("zoomImg").css({position:"absolute",top:0,left:0,opacity:0,width:y.width*M,height:y.height*M,border:"none",maxWidth:"none",maxHeight:"none"}).appendTo(P),{init:function(){D=O.outerWidth(),A=O.outerHeight(),H===P?(v=D,l=A):(v=R.outerWidth(),l=R.outerHeight()),w=(y.width-D)/v,T=(y.height-A)/l,k=R.offset()},move:function(C){var V=C.pageX-k.left,q=C.pageY-k.top;q=Math.max(Math.min(q,l),0),V=Math.max(Math.min(V,v),0),y.style.left=V*-w+"px",y.style.top=q*-T+"px"}}},ve.fn.zoom=function(P){return this.each(function(){var H=ve.extend({},L,P||{}),y=H.target&&ve(H.target)[0]||this,M=this,A=ve(M),D=document.createElement("img"),l=ve(D),v="mousemove.zoom",w=!1,T=!1;if(!H.url){var k=M.querySelector("img");if(k&&(H.url=k.getAttribute("data-src")||k.currentSrc||k.src),!H.url)return}A.one("zoom.destroy",function(O,F){A.off(".zoom"),y.style.position=O,y.style.overflow=F,D.onload=null,l.remove()}.bind(this,y.style.position,y.style.overflow)),D.onload=function(){var O=ve.zoom(y,M,D,H.magnify);function F(C){O.init(),O.move(C),l.stop().fadeTo(ve.support.opacity?H.duration:0,1,ve.isFunction(H.onZoomIn)?H.onZoomIn.call(D):!1)}function R(){l.stop().fadeTo(H.duration,0,ve.isFunction(H.onZoomOut)?H.onZoomOut.call(D):!1)}H.on==="grab"?A.on("mousedown.zoom",function(C){C.which===1&&(ve(document).one("mouseup.zoom",function(){R(),ve(document).off(v,O.move)}),F(C),ve(document).on(v,O.move),C.preventDefault())}):H.on==="click"?A.on("click.zoom",function(C){if(!w)return w=!0,F(C),ve(document).on(v,O.move),ve(document).one("click.zoom",function(){R(),w=!1,ve(document).off(v,O.move)}),!1}):H.on==="toggle"?A.on("click.zoom",function(C){w?R():F(C),w=!w}):H.on==="mouseover"&&(O.init(),A.on("mouseenter.zoom",F).on("mouseleave.zoom",R).on(v,O.move)),H.touch&&A.on("touchstart.zoom",function(C){C.preventDefault(),T?(T=!1,R()):(T=!0,F(C.originalEvent.touches[0]||C.originalEvent.changedTouches[0]))}).on("touchmove.zoom",function(C){C.preventDefault(),O.move(C.originalEvent.touches[0]||C.originalEvent.changedTouches[0])}).on("touchend.zoom",function(C){C.preventDefault(),T&&(T=!1,R())}),ve.isFunction(H.callback)&&H.callback.call(D)},D.setAttribute("role","presentation"),D.alt="",D.src=H.url})},ve.fn.zoom.defaults=L})(window.jQuery)},9755:function(ve,L){var P,H;/*! * jQuery JavaScript Library v3.6.0 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright OpenJS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2021-03-02T17:08Z */(function(y,M){"use strict";typeof ve.exports=="object"?ve.exports=y.document?M(y,!0):function(A){if(!A.document)throw new Error("jQuery requires a window with a document");return M(A)}:M(y)})(typeof window<"u"?window:this,function(y,M){"use strict";var A=[],D=Object.getPrototypeOf,l=A.slice,v=A.flat?function(o){return A.flat.call(o)}:function(o){return A.concat.apply([],o)},w=A.push,T=A.indexOf,k={},O=k.toString,F=k.hasOwnProperty,R=F.toString,C=R.call(Object),V={},q=function(c){return typeof c=="function"&&typeof c.nodeType!="number"&&typeof c.item!="function"},j=function(c){return c!=null&&c===c.window},Q=y.document,le={type:!0,src:!0,nonce:!0,noModule:!0};function te(o,c,g){g=g||Q;var S,N,U=g.createElement("script");if(U.text=o,c)for(S in le)N=c[S]||c.getAttribute&&c.getAttribute(S),N&&U.setAttribute(S,N);g.head.appendChild(U).parentNode.removeChild(U)}function ee(o){return o==null?o+"":typeof o=="object"||typeof o=="function"?k[O.call(o)]||"object":typeof o}var K="3.6.0",h=function(o,c){return new h.fn.init(o,c)};h.fn=h.prototype={jquery:K,constructor:h,length:0,toArray:function(){return l.call(this)},get:function(o){return o==null?l.call(this):o<0?this[o+this.length]:this[o]},pushStack:function(o){var c=h.merge(this.constructor(),o);return c.prevObject=this,c},each:function(o){return h.each(this,o)},map:function(o){return this.pushStack(h.map(this,function(c,g){return o.call(c,g,c)}))},slice:function(){return this.pushStack(l.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(h.grep(this,function(o,c){return(c+1)%2}))},odd:function(){return this.pushStack(h.grep(this,function(o,c){return c%2}))},eq:function(o){var c=this.length,g=+o+(o<0?c:0);return this.pushStack(g>=0&&g0&&c-1 in o}var we=function(o){var c,g,S,N,U,Y,de,ce,be,_e,Be,Ce,Ie,dt,Ot,pt,St,qt,nr,xt="sizzle"+1*new Date,Ct=o.document,Vr=0,Dt=0,Lr=Wn(),Pn=Wn(),Ur=Wn(),Di=Wn(),In=function(ae,ye){return ae===ye&&(Be=!0),0},Gi={}.hasOwnProperty,_r=[],Gr=_r.pop,ni=_r.push,Ei=_r.push,oa=_r.slice,ln=function(ae,ye){for(var Pe=0,Ze=ae.length;Pe+~]|"+Tr+")"+Tr+"*"),un=new RegExp(Tr+"|>"),qr=new RegExp(Ln),Tc=new RegExp("^"+Ci+"$"),xn={ID:new RegExp("^#("+Ci+")"),CLASS:new RegExp("^\\.("+Ci+")"),TAG:new RegExp("^("+Ci+"|[*])"),ATTR:new RegExp("^"+Dn),PSEUDO:new RegExp("^"+Ln),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+Tr+"*(even|odd|(([+-]|)(\\d*)n|)"+Tr+"*(?:([+-]|)"+Tr+"*(\\d+)|))"+Tr+"*\\)|)","i"),bool:new RegExp("^(?:"+la+")$","i"),needsContext:new RegExp("^"+Tr+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+Tr+"*((?:-\\d)?\\d*)"+Tr+"*\\)|)(?=[^-]|$)","i")},Zi=/HTML$/i,Pa=/^(?:input|select|textarea|button)$/i,is=/^h\d$/i,cn=/^[^{]+\{\s*\[native \w/,Ec=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Yo=/[+~]/,Mn=new RegExp("\\\\[\\da-fA-F]{1,6}"+Tr+"?|\\\\([^\\r\\n\\f])","g"),qn=function(ae,ye){var Pe="0x"+ae.slice(1)-65536;return ye||(Pe<0?String.fromCharCode(Pe+65536):String.fromCharCode(Pe>>10|55296,Pe&1023|56320))},ua=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,Hs=function(ae,ye){return ye?ae==="\0"?"\uFFFD":ae.slice(0,-1)+"\\"+ae.charCodeAt(ae.length-1).toString(16)+" ":"\\"+ae},Wl=function(){Ce()},Ac=At(function(ae){return ae.disabled===!0&&ae.nodeName.toLowerCase()==="fieldset"},{dir:"parentNode",next:"legend"});try{Ei.apply(_r=oa.call(Ct.childNodes),Ct.childNodes),_r[Ct.childNodes.length].nodeType}catch{Ei={apply:_r.length?function(ye,Pe){ni.apply(ye,oa.call(Pe))}:function(ye,Pe){for(var Ze=ye.length,Le=0;ye[Ze++]=Pe[Le++];);ye.length=Ze-1}}}function Br(ae,ye,Pe,Ze){var Le,Qe,Ge,gt,Tt,jt,Gt,Qt=ye&&ye.ownerDocument,vr=ye?ye.nodeType:9;if(Pe=Pe||[],typeof ae!="string"||!ae||vr!==1&&vr!==9&&vr!==11)return Pe;if(!Ze&&(Ce(ye),ye=ye||Ie,Ot)){if(vr!==11&&(Tt=Ec.exec(ae)))if(Le=Tt[1]){if(vr===9)if(Ge=ye.getElementById(Le)){if(Ge.id===Le)return Pe.push(Ge),Pe}else return Pe;else if(Qt&&(Ge=Qt.getElementById(Le))&&nr(ye,Ge)&&Ge.id===Le)return Pe.push(Ge),Pe}else{if(Tt[2])return Ei.apply(Pe,ye.getElementsByTagName(ae)),Pe;if((Le=Tt[3])&&g.getElementsByClassName&&ye.getElementsByClassName)return Ei.apply(Pe,ye.getElementsByClassName(Le)),Pe}if(g.qsa&&!Di[ae+" "]&&(!pt||!pt.test(ae))&&(vr!==1||ye.nodeName.toLowerCase()!=="object")){if(Gt=ae,Qt=ye,vr===1&&(un.test(ae)||Xi.test(ae))){for(Qt=Yo.test(ae)&&De(ye.parentNode)||ye,(Qt!==ye||!g.scope)&&((gt=ye.getAttribute("id"))?gt=gt.replace(ua,Hs):ye.setAttribute("id",gt=xt)),jt=Y(ae),Qe=jt.length;Qe--;)jt[Qe]=(gt?"#"+gt:":scope")+" "+He(jt[Qe]);Gt=jt.join(",")}try{return Ei.apply(Pe,Qt.querySelectorAll(Gt)),Pe}catch{Di(ae,!0)}finally{gt===xt&&ye.removeAttribute("id")}}}return ce(ae.replace(ai,"$1"),ye,Pe,Ze)}function Wn(){var ae=[];function ye(Pe,Ze){return ae.push(Pe+" ")>S.cacheLength&&delete ye[ae.shift()],ye[Pe+" "]=Ze}return ye}function Qr(ae){return ae[xt]=!0,ae}function fn(ae){var ye=Ie.createElement("fieldset");try{return!!ae(ye)}catch{return!1}finally{ye.parentNode&&ye.parentNode.removeChild(ye),ye=null}}function dn(ae,ye){for(var Pe=ae.split("|"),Ze=Pe.length;Ze--;)S.attrHandle[Pe[Ze]]=ye}function Cs(ae,ye){var Pe=ye&&ae,Ze=Pe&&ae.nodeType===1&&ye.nodeType===1&&ae.sourceIndex-ye.sourceIndex;if(Ze)return Ze;if(Pe){for(;Pe=Pe.nextSibling;)if(Pe===ye)return-1}return ae?1:-1}function ns(ae){return function(ye){var Pe=ye.nodeName.toLowerCase();return Pe==="input"&&ye.type===ae}}function as(ae){return function(ye){var Pe=ye.nodeName.toLowerCase();return(Pe==="input"||Pe==="button")&&ye.type===ae}}function po(ae){return function(ye){return"form"in ye?ye.parentNode&&ye.disabled===!1?"label"in ye?"label"in ye.parentNode?ye.parentNode.disabled===ae:ye.disabled===ae:ye.isDisabled===ae||ye.isDisabled!==!ae&&Ac(ye)===ae:ye.disabled===ae:"label"in ye?ye.disabled===ae:!1}}function Ki(ae){return Qr(function(ye){return ye=+ye,Qr(function(Pe,Ze){for(var Le,Qe=ae([],Pe.length,ye),Ge=Qe.length;Ge--;)Pe[Le=Qe[Ge]]&&(Pe[Le]=!(Ze[Le]=Pe[Le]))})})}function De(ae){return ae&&typeof ae.getElementsByTagName<"u"&&ae}g=Br.support={},U=Br.isXML=function(ae){var ye=ae&&ae.namespaceURI,Pe=ae&&(ae.ownerDocument||ae).documentElement;return!Zi.test(ye||Pe&&Pe.nodeName||"HTML")},Ce=Br.setDocument=function(ae){var ye,Pe,Ze=ae?ae.ownerDocument||ae:Ct;return Ze==Ie||Ze.nodeType!==9||!Ze.documentElement||(Ie=Ze,dt=Ie.documentElement,Ot=!U(Ie),Ct!=Ie&&(Pe=Ie.defaultView)&&Pe.top!==Pe&&(Pe.addEventListener?Pe.addEventListener("unload",Wl,!1):Pe.attachEvent&&Pe.attachEvent("onunload",Wl)),g.scope=fn(function(Le){return dt.appendChild(Le).appendChild(Ie.createElement("div")),typeof Le.querySelectorAll<"u"&&!Le.querySelectorAll(":scope fieldset div").length}),g.attributes=fn(function(Le){return Le.className="i",!Le.getAttribute("className")}),g.getElementsByTagName=fn(function(Le){return Le.appendChild(Ie.createComment("")),!Le.getElementsByTagName("*").length}),g.getElementsByClassName=cn.test(Ie.getElementsByClassName),g.getById=fn(function(Le){return dt.appendChild(Le).id=xt,!Ie.getElementsByName||!Ie.getElementsByName(xt).length}),g.getById?(S.filter.ID=function(Le){var Qe=Le.replace(Mn,qn);return function(Ge){return Ge.getAttribute("id")===Qe}},S.find.ID=function(Le,Qe){if(typeof Qe.getElementById<"u"&&Ot){var Ge=Qe.getElementById(Le);return Ge?[Ge]:[]}}):(S.filter.ID=function(Le){var Qe=Le.replace(Mn,qn);return function(Ge){var gt=typeof Ge.getAttributeNode<"u"&&Ge.getAttributeNode("id");return gt&>.value===Qe}},S.find.ID=function(Le,Qe){if(typeof Qe.getElementById<"u"&&Ot){var Ge,gt,Tt,jt=Qe.getElementById(Le);if(jt){if(Ge=jt.getAttributeNode("id"),Ge&&Ge.value===Le)return[jt];for(Tt=Qe.getElementsByName(Le),gt=0;jt=Tt[gt++];)if(Ge=jt.getAttributeNode("id"),Ge&&Ge.value===Le)return[jt]}return[]}}),S.find.TAG=g.getElementsByTagName?function(Le,Qe){if(typeof Qe.getElementsByTagName<"u")return Qe.getElementsByTagName(Le);if(g.qsa)return Qe.querySelectorAll(Le)}:function(Le,Qe){var Ge,gt=[],Tt=0,jt=Qe.getElementsByTagName(Le);if(Le==="*"){for(;Ge=jt[Tt++];)Ge.nodeType===1&>.push(Ge);return gt}return jt},S.find.CLASS=g.getElementsByClassName&&function(Le,Qe){if(typeof Qe.getElementsByClassName<"u"&&Ot)return Qe.getElementsByClassName(Le)},St=[],pt=[],(g.qsa=cn.test(Ie.querySelectorAll))&&(fn(function(Le){var Qe;dt.appendChild(Le).innerHTML="",Le.querySelectorAll("[msallowcapture^='']").length&&pt.push("[*^$]="+Tr+`*(?:''|"")`),Le.querySelectorAll("[selected]").length||pt.push("\\["+Tr+"*(?:value|"+la+")"),Le.querySelectorAll("[id~="+xt+"-]").length||pt.push("~="),Qe=Ie.createElement("input"),Qe.setAttribute("name",""),Le.appendChild(Qe),Le.querySelectorAll("[name='']").length||pt.push("\\["+Tr+"*name"+Tr+"*="+Tr+`*(?:''|"")`),Le.querySelectorAll(":checked").length||pt.push(":checked"),Le.querySelectorAll("a#"+xt+"+*").length||pt.push(".#.+[+~]"),Le.querySelectorAll("\\\f"),pt.push("[\\r\\n\\f]")}),fn(function(Le){Le.innerHTML="";var Qe=Ie.createElement("input");Qe.setAttribute("type","hidden"),Le.appendChild(Qe).setAttribute("name","D"),Le.querySelectorAll("[name=d]").length&&pt.push("name"+Tr+"*[*^$|!~]?="),Le.querySelectorAll(":enabled").length!==2&&pt.push(":enabled",":disabled"),dt.appendChild(Le).disabled=!0,Le.querySelectorAll(":disabled").length!==2&&pt.push(":enabled",":disabled"),Le.querySelectorAll("*,:x"),pt.push(",.*:")})),(g.matchesSelector=cn.test(qt=dt.matches||dt.webkitMatchesSelector||dt.mozMatchesSelector||dt.oMatchesSelector||dt.msMatchesSelector))&&fn(function(Le){g.disconnectedMatch=qt.call(Le,"*"),qt.call(Le,"[s!='']:x"),St.push("!=",Ln)}),pt=pt.length&&new RegExp(pt.join("|")),St=St.length&&new RegExp(St.join("|")),ye=cn.test(dt.compareDocumentPosition),nr=ye||cn.test(dt.contains)?function(Le,Qe){var Ge=Le.nodeType===9?Le.documentElement:Le,gt=Qe&&Qe.parentNode;return Le===gt||!!(gt&>.nodeType===1&&(Ge.contains?Ge.contains(gt):Le.compareDocumentPosition&&Le.compareDocumentPosition(gt)&16))}:function(Le,Qe){if(Qe){for(;Qe=Qe.parentNode;)if(Qe===Le)return!0}return!1},In=ye?function(Le,Qe){if(Le===Qe)return Be=!0,0;var Ge=!Le.compareDocumentPosition-!Qe.compareDocumentPosition;return Ge||(Ge=(Le.ownerDocument||Le)==(Qe.ownerDocument||Qe)?Le.compareDocumentPosition(Qe):1,Ge&1||!g.sortDetached&&Qe.compareDocumentPosition(Le)===Ge?Le==Ie||Le.ownerDocument==Ct&&nr(Ct,Le)?-1:Qe==Ie||Qe.ownerDocument==Ct&&nr(Ct,Qe)?1:_e?ln(_e,Le)-ln(_e,Qe):0:Ge&4?-1:1)}:function(Le,Qe){if(Le===Qe)return Be=!0,0;var Ge,gt=0,Tt=Le.parentNode,jt=Qe.parentNode,Gt=[Le],Qt=[Qe];if(!Tt||!jt)return Le==Ie?-1:Qe==Ie?1:Tt?-1:jt?1:_e?ln(_e,Le)-ln(_e,Qe):0;if(Tt===jt)return Cs(Le,Qe);for(Ge=Le;Ge=Ge.parentNode;)Gt.unshift(Ge);for(Ge=Qe;Ge=Ge.parentNode;)Qt.unshift(Ge);for(;Gt[gt]===Qt[gt];)gt++;return gt?Cs(Gt[gt],Qt[gt]):Gt[gt]==Ct?-1:Qt[gt]==Ct?1:0}),Ie},Br.matches=function(ae,ye){return Br(ae,null,null,ye)},Br.matchesSelector=function(ae,ye){if(Ce(ae),g.matchesSelector&&Ot&&!Di[ye+" "]&&(!St||!St.test(ye))&&(!pt||!pt.test(ye)))try{var Pe=qt.call(ae,ye);if(Pe||g.disconnectedMatch||ae.document&&ae.document.nodeType!==11)return Pe}catch{Di(ye,!0)}return Br(ye,Ie,null,[ae]).length>0},Br.contains=function(ae,ye){return(ae.ownerDocument||ae)!=Ie&&Ce(ae),nr(ae,ye)},Br.attr=function(ae,ye){(ae.ownerDocument||ae)!=Ie&&Ce(ae);var Pe=S.attrHandle[ye.toLowerCase()],Ze=Pe&&Gi.call(S.attrHandle,ye.toLowerCase())?Pe(ae,ye,!Ot):void 0;return Ze!==void 0?Ze:g.attributes||!Ot?ae.getAttribute(ye):(Ze=ae.getAttributeNode(ye))&&Ze.specified?Ze.value:null},Br.escape=function(ae){return(ae+"").replace(ua,Hs)},Br.error=function(ae){throw new Error("Syntax error, unrecognized expression: "+ae)},Br.uniqueSort=function(ae){var ye,Pe=[],Ze=0,Le=0;if(Be=!g.detectDuplicates,_e=!g.sortStable&&ae.slice(0),ae.sort(In),Be){for(;ye=ae[Le++];)ye===ae[Le]&&(Ze=Pe.push(Le));for(;Ze--;)ae.splice(Pe[Ze],1)}return _e=null,ae},N=Br.getText=function(ae){var ye,Pe="",Ze=0,Le=ae.nodeType;if(Le){if(Le===1||Le===9||Le===11){if(typeof ae.textContent=="string")return ae.textContent;for(ae=ae.firstChild;ae;ae=ae.nextSibling)Pe+=N(ae)}else if(Le===3||Le===4)return ae.nodeValue}else for(;ye=ae[Ze++];)Pe+=N(ye);return Pe},S=Br.selectors={cacheLength:50,createPseudo:Qr,match:xn,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(ae){return ae[1]=ae[1].replace(Mn,qn),ae[3]=(ae[3]||ae[4]||ae[5]||"").replace(Mn,qn),ae[2]==="~="&&(ae[3]=" "+ae[3]+" "),ae.slice(0,4)},CHILD:function(ae){return ae[1]=ae[1].toLowerCase(),ae[1].slice(0,3)==="nth"?(ae[3]||Br.error(ae[0]),ae[4]=+(ae[4]?ae[5]+(ae[6]||1):2*(ae[3]==="even"||ae[3]==="odd")),ae[5]=+(ae[7]+ae[8]||ae[3]==="odd")):ae[3]&&Br.error(ae[0]),ae},PSEUDO:function(ae){var ye,Pe=!ae[6]&&ae[2];return xn.CHILD.test(ae[0])?null:(ae[3]?ae[2]=ae[4]||ae[5]||"":Pe&&qr.test(Pe)&&(ye=Y(Pe,!0))&&(ye=Pe.indexOf(")",Pe.length-ye)-Pe.length)&&(ae[0]=ae[0].slice(0,ye),ae[2]=Pe.slice(0,ye)),ae.slice(0,3))}},filter:{TAG:function(ae){var ye=ae.replace(Mn,qn).toLowerCase();return ae==="*"?function(){return!0}:function(Pe){return Pe.nodeName&&Pe.nodeName.toLowerCase()===ye}},CLASS:function(ae){var ye=Lr[ae+" "];return ye||(ye=new RegExp("(^|"+Tr+")"+ae+"("+Tr+"|$)"))&&Lr(ae,function(Pe){return ye.test(typeof Pe.className=="string"&&Pe.className||typeof Pe.getAttribute<"u"&&Pe.getAttribute("class")||"")})},ATTR:function(ae,ye,Pe){return function(Ze){var Le=Br.attr(Ze,ae);return Le==null?ye==="!=":ye?(Le+="",ye==="="?Le===Pe:ye==="!="?Le!==Pe:ye==="^="?Pe&&Le.indexOf(Pe)===0:ye==="*="?Pe&&Le.indexOf(Pe)>-1:ye==="$="?Pe&&Le.slice(-Pe.length)===Pe:ye==="~="?(" "+Le.replace(Li," ")+" ").indexOf(Pe)>-1:ye==="|="?Le===Pe||Le.slice(0,Pe.length+1)===Pe+"-":!1):!0}},CHILD:function(ae,ye,Pe,Ze,Le){var Qe=ae.slice(0,3)!=="nth",Ge=ae.slice(-4)!=="last",gt=ye==="of-type";return Ze===1&&Le===0?function(Tt){return!!Tt.parentNode}:function(Tt,jt,Gt){var Qt,vr,ur,$t,li,yi,Mi=Qe!==Ge?"nextSibling":"previousSibling",ei=Tt.parentNode,Ss=gt&&Tt.nodeName.toLowerCase(),Cn=!Gt&&!gt,Ji=!1;if(ei){if(Qe){for(;Mi;){for($t=Tt;$t=$t[Mi];)if(gt?$t.nodeName.toLowerCase()===Ss:$t.nodeType===1)return!1;yi=Mi=ae==="only"&&!yi&&"nextSibling"}return!0}if(yi=[Ge?ei.firstChild:ei.lastChild],Ge&&Cn){for($t=ei,ur=$t[xt]||($t[xt]={}),vr=ur[$t.uniqueID]||(ur[$t.uniqueID]={}),Qt=vr[ae]||[],li=Qt[0]===Vr&&Qt[1],Ji=li&&Qt[2],$t=li&&ei.childNodes[li];$t=++li&&$t&&$t[Mi]||(Ji=li=0)||yi.pop();)if($t.nodeType===1&&++Ji&&$t===Tt){vr[ae]=[Vr,li,Ji];break}}else if(Cn&&($t=Tt,ur=$t[xt]||($t[xt]={}),vr=ur[$t.uniqueID]||(ur[$t.uniqueID]={}),Qt=vr[ae]||[],li=Qt[0]===Vr&&Qt[1],Ji=li),Ji===!1)for(;($t=++li&&$t&&$t[Mi]||(Ji=li=0)||yi.pop())&&!((gt?$t.nodeName.toLowerCase()===Ss:$t.nodeType===1)&&++Ji&&(Cn&&(ur=$t[xt]||($t[xt]={}),vr=ur[$t.uniqueID]||(ur[$t.uniqueID]={}),vr[ae]=[Vr,Ji]),$t===Tt)););return Ji-=Le,Ji===Ze||Ji%Ze===0&&Ji/Ze>=0}}},PSEUDO:function(ae,ye){var Pe,Ze=S.pseudos[ae]||S.setFilters[ae.toLowerCase()]||Br.error("unsupported pseudo: "+ae);return Ze[xt]?Ze(ye):Ze.length>1?(Pe=[ae,ae,"",ye],S.setFilters.hasOwnProperty(ae.toLowerCase())?Qr(function(Le,Qe){for(var Ge,gt=Ze(Le,ye),Tt=gt.length;Tt--;)Ge=ln(Le,gt[Tt]),Le[Ge]=!(Qe[Ge]=gt[Tt])}):function(Le){return Ze(Le,0,Pe)}):Ze}},pseudos:{not:Qr(function(ae){var ye=[],Pe=[],Ze=de(ae.replace(ai,"$1"));return Ze[xt]?Qr(function(Le,Qe,Ge,gt){for(var Tt,jt=Ze(Le,null,gt,[]),Gt=Le.length;Gt--;)(Tt=jt[Gt])&&(Le[Gt]=!(Qe[Gt]=Tt))}):function(Le,Qe,Ge){return ye[0]=Le,Ze(ye,null,Ge,Pe),ye[0]=null,!Pe.pop()}}),has:Qr(function(ae){return function(ye){return Br(ae,ye).length>0}}),contains:Qr(function(ae){return ae=ae.replace(Mn,qn),function(ye){return(ye.textContent||N(ye)).indexOf(ae)>-1}}),lang:Qr(function(ae){return Tc.test(ae||"")||Br.error("unsupported lang: "+ae),ae=ae.replace(Mn,qn).toLowerCase(),function(ye){var Pe;do if(Pe=Ot?ye.lang:ye.getAttribute("xml:lang")||ye.getAttribute("lang"))return Pe=Pe.toLowerCase(),Pe===ae||Pe.indexOf(ae+"-")===0;while((ye=ye.parentNode)&&ye.nodeType===1);return!1}}),target:function(ae){var ye=o.location&&o.location.hash;return ye&&ye.slice(1)===ae.id},root:function(ae){return ae===dt},focus:function(ae){return ae===Ie.activeElement&&(!Ie.hasFocus||Ie.hasFocus())&&!!(ae.type||ae.href||~ae.tabIndex)},enabled:po(!1),disabled:po(!0),checked:function(ae){var ye=ae.nodeName.toLowerCase();return ye==="input"&&!!ae.checked||ye==="option"&&!!ae.selected},selected:function(ae){return ae.parentNode&&ae.parentNode.selectedIndex,ae.selected===!0},empty:function(ae){for(ae=ae.firstChild;ae;ae=ae.nextSibling)if(ae.nodeType<6)return!1;return!0},parent:function(ae){return!S.pseudos.empty(ae)},header:function(ae){return is.test(ae.nodeName)},input:function(ae){return Pa.test(ae.nodeName)},button:function(ae){var ye=ae.nodeName.toLowerCase();return ye==="input"&&ae.type==="button"||ye==="button"},text:function(ae){var ye;return ae.nodeName.toLowerCase()==="input"&&ae.type==="text"&&((ye=ae.getAttribute("type"))==null||ye.toLowerCase()==="text")},first:Ki(function(){return[0]}),last:Ki(function(ae,ye){return[ye-1]}),eq:Ki(function(ae,ye,Pe){return[Pe<0?Pe+ye:Pe]}),even:Ki(function(ae,ye){for(var Pe=0;Peye?ye:Pe;--Ze>=0;)ae.push(Ze);return ae}),gt:Ki(function(ae,ye,Pe){for(var Ze=Pe<0?Pe+ye:Pe;++Ze1?function(ye,Pe,Ze){for(var Le=ae.length;Le--;)if(!ae[Le](ye,Pe,Ze))return!1;return!0}:ae[0]}function Mr(ae,ye,Pe){for(var Ze=0,Le=ye.length;Ze-1&&(Ge[Gt]=!(gt[Gt]=vr))}}else ei=si(ei===gt?ei.splice(li,ei.length):ei),Le?Le(null,gt,ei,jt):Ei.apply(gt,ei)})}function pn(ae){for(var ye,Pe,Ze,Le=ae.length,Qe=S.relative[ae[0].type],Ge=Qe||S.relative[" "],gt=Qe?1:0,Tt=At(function(Qt){return Qt===ye},Ge,!0),jt=At(function(Qt){return ln(ye,Qt)>-1},Ge,!0),Gt=[function(Qt,vr,ur){var $t=!Qe&&(ur||vr!==be)||((ye=vr).nodeType?Tt(Qt,vr,ur):jt(Qt,vr,ur));return ye=null,$t}];gt1&&Wt(Gt),gt>1&&He(ae.slice(0,gt-1).concat({value:ae[gt-2].type===" "?"*":""})).replace(ai,"$1"),Pe,gt0,Ze=ae.length>0,Le=function(Qe,Ge,gt,Tt,jt){var Gt,Qt,vr,ur=0,$t="0",li=Qe&&[],yi=[],Mi=be,ei=Qe||Ze&&S.find.TAG("*",jt),Ss=Vr+=Mi==null?1:Math.random()||.1,Cn=ei.length;for(jt&&(be=Ge==Ie||Ge||jt);$t!==Cn&&(Gt=ei[$t])!=null;$t++){if(Ze&&Gt){for(Qt=0,!Ge&&Gt.ownerDocument!=Ie&&(Ce(Gt),gt=!Ot);vr=ae[Qt++];)if(vr(Gt,Ge||Ie,gt)){Tt.push(Gt);break}jt&&(Vr=Ss)}Pe&&((Gt=!vr&&Gt)&&ur--,Qe&&li.push(Gt))}if(ur+=$t,Pe&&$t!==ur){for(Qt=0;vr=ye[Qt++];)vr(li,yi,Ge,gt);if(Qe){if(ur>0)for(;$t--;)li[$t]||yi[$t]||(yi[$t]=Gr.call(Tt));yi=si(yi)}Ei.apply(Tt,yi),jt&&!Qe&&yi.length>0&&ur+ye.length>1&&Br.uniqueSort(Tt)}return jt&&(Vr=Ss,be=Mi),li};return Pe?Qr(Le):Le}return de=Br.compile=function(ae,ye){var Pe,Ze=[],Le=[],Qe=Ur[ae+" "];if(!Qe){for(ye||(ye=Y(ae)),Pe=ye.length;Pe--;)Qe=pn(ye[Pe]),Qe[xt]?Ze.push(Qe):Le.push(Qe);Qe=Ur(ae,ho(Le,Ze)),Qe.selector=ae}return Qe},ce=Br.select=function(ae,ye,Pe,Ze){var Le,Qe,Ge,gt,Tt,jt=typeof ae=="function"&&ae,Gt=!Ze&&Y(ae=jt.selector||ae);if(Pe=Pe||[],Gt.length===1){if(Qe=Gt[0]=Gt[0].slice(0),Qe.length>2&&(Ge=Qe[0]).type==="ID"&&ye.nodeType===9&&Ot&&S.relative[Qe[1].type]){if(ye=(S.find.ID(Ge.matches[0].replace(Mn,qn),ye)||[])[0],ye)jt&&(ye=ye.parentNode);else return Pe;ae=ae.slice(Qe.shift().value.length)}for(Le=xn.needsContext.test(ae)?0:Qe.length;Le--&&(Ge=Qe[Le],!S.relative[gt=Ge.type]);)if((Tt=S.find[gt])&&(Ze=Tt(Ge.matches[0].replace(Mn,qn),Yo.test(Qe[0].type)&&De(ye.parentNode)||ye))){if(Qe.splice(Le,1),ae=Ze.length&&He(Qe),!ae)return Ei.apply(Pe,Ze),Pe;break}}return(jt||de(ae,Gt))(Ze,ye,!Ot,Pe,!ye||Yo.test(ae)&&De(ye.parentNode)||ye),Pe},g.sortStable=xt.split("").sort(In).join("")===xt,g.detectDuplicates=!!Be,Ce(),g.sortDetached=fn(function(ae){return ae.compareDocumentPosition(Ie.createElement("fieldset"))&1}),fn(function(ae){return ae.innerHTML="",ae.firstChild.getAttribute("href")==="#"})||dn("type|href|height|width",function(ae,ye,Pe){if(!Pe)return ae.getAttribute(ye,ye.toLowerCase()==="type"?1:2)}),(!g.attributes||!fn(function(ae){return ae.innerHTML="",ae.firstChild.setAttribute("value",""),ae.firstChild.getAttribute("value")===""}))&&dn("value",function(ae,ye,Pe){if(!Pe&&ae.nodeName.toLowerCase()==="input")return ae.defaultValue}),fn(function(ae){return ae.getAttribute("disabled")==null})||dn(la,function(ae,ye,Pe){var Ze;if(!Pe)return ae[ye]===!0?ye.toLowerCase():(Ze=ae.getAttributeNode(ye))&&Ze.specified?Ze.value:null}),Br}(y);h.find=we,h.expr=we.selectors,h.expr[":"]=h.expr.pseudos,h.uniqueSort=h.unique=we.uniqueSort,h.text=we.getText,h.isXMLDoc=we.isXML,h.contains=we.contains,h.escapeSelector=we.escape;var Ve=function(o,c,g){for(var S=[],N=g!==void 0;(o=o[c])&&o.nodeType!==9;)if(o.nodeType===1){if(N&&h(o).is(g))break;S.push(o)}return S},ot=function(o,c){for(var g=[];o;o=o.nextSibling)o.nodeType===1&&o!==c&&g.push(o);return g},Xe=h.expr.match.needsContext;function Yt(o,c){return o.nodeName&&o.nodeName.toLowerCase()===c.toLowerCase()}var lr=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Bt(o,c,g){return q(c)?h.grep(o,function(S,N){return!!c.call(S,N,S)!==g}):c.nodeType?h.grep(o,function(S){return S===c!==g}):typeof c!="string"?h.grep(o,function(S){return T.call(c,S)>-1!==g}):h.filter(c,o,g)}h.filter=function(o,c,g){var S=c[0];return g&&(o=":not("+o+")"),c.length===1&&S.nodeType===1?h.find.matchesSelector(S,o)?[S]:[]:h.find.matches(o,h.grep(c,function(N){return N.nodeType===1}))},h.fn.extend({find:function(o){var c,g,S=this.length,N=this;if(typeof o!="string")return this.pushStack(h(o).filter(function(){for(c=0;c1?h.uniqueSort(g):g},filter:function(o){return this.pushStack(Bt(this,o||[],!1))},not:function(o){return this.pushStack(Bt(this,o||[],!0))},is:function(o){return!!Bt(this,typeof o=="string"&&Xe.test(o)?h(o):o||[],!1).length}});var Ht,cr=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,wr=h.fn.init=function(o,c,g){var S,N;if(!o)return this;if(g=g||Ht,typeof o=="string")if(o[0]==="<"&&o[o.length-1]===">"&&o.length>=3?S=[null,o,null]:S=cr.exec(o),S&&(S[1]||!c))if(S[1]){if(c=c instanceof h?c[0]:c,h.merge(this,h.parseHTML(S[1],c&&c.nodeType?c.ownerDocument||c:Q,!0)),lr.test(S[1])&&h.isPlainObject(c))for(S in c)q(this[S])?this[S](c[S]):this.attr(S,c[S]);return this}else return N=Q.getElementById(S[2]),N&&(this[0]=N,this.length=1),this;else return!c||c.jquery?(c||g).find(o):this.constructor(c).find(o);else{if(o.nodeType)return this[0]=o,this.length=1,this;if(q(o))return g.ready!==void 0?g.ready(o):o(h)}return h.makeArray(o,this)};wr.prototype=h.fn,Ht=h(Q);var Nr=/^(?:parents|prev(?:Until|All))/,Cr={children:!0,contents:!0,next:!0,prev:!0};h.fn.extend({has:function(o){var c=h(o,this),g=c.length;return this.filter(function(){for(var S=0;S-1:g.nodeType===1&&h.find.matchesSelector(g,o))){U.push(g);break}}return this.pushStack(U.length>1?h.uniqueSort(U):U)},index:function(o){return o?typeof o=="string"?T.call(h(o),this[0]):T.call(this,o.jquery?o[0]:o):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(o,c){return this.pushStack(h.uniqueSort(h.merge(this.get(),h(o,c))))},addBack:function(o){return this.add(o==null?this.prevObject:this.prevObject.filter(o))}});function $r(o,c){for(;(o=o[c])&&o.nodeType!==1;);return o}h.each({parent:function(o){var c=o.parentNode;return c&&c.nodeType!==11?c:null},parents:function(o){return Ve(o,"parentNode")},parentsUntil:function(o,c,g){return Ve(o,"parentNode",g)},next:function(o){return $r(o,"nextSibling")},prev:function(o){return $r(o,"previousSibling")},nextAll:function(o){return Ve(o,"nextSibling")},prevAll:function(o){return Ve(o,"previousSibling")},nextUntil:function(o,c,g){return Ve(o,"nextSibling",g)},prevUntil:function(o,c,g){return Ve(o,"previousSibling",g)},siblings:function(o){return ot((o.parentNode||{}).firstChild,o)},children:function(o){return ot(o.firstChild)},contents:function(o){return o.contentDocument!=null&&D(o.contentDocument)?o.contentDocument:(Yt(o,"template")&&(o=o.content||o),h.merge([],o.childNodes))}},function(o,c){h.fn[o]=function(g,S){var N=h.map(this,c,g);return o.slice(-5)!=="Until"&&(S=g),S&&typeof S=="string"&&(N=h.filter(S,N)),this.length>1&&(Cr[o]||h.uniqueSort(N),Nr.test(o)&&N.reverse()),this.pushStack(N)}});var ht=/[^\x20\t\r\n\f]+/g;function br(o){var c={};return h.each(o.match(ht)||[],function(g,S){c[S]=!0}),c}h.Callbacks=function(o){o=typeof o=="string"?br(o):h.extend({},o);var c,g,S,N,U=[],Y=[],de=-1,ce=function(){for(N=N||o.once,S=c=!0;Y.length;de=-1)for(g=Y.shift();++de-1;)U.splice(Ce,1),Ce<=de&&de--}),this},has:function(_e){return _e?h.inArray(_e,U)>-1:U.length>0},empty:function(){return U&&(U=[]),this},disable:function(){return N=Y=[],U=g="",this},disabled:function(){return!U},lock:function(){return N=Y=[],!g&&!c&&(U=g=""),this},locked:function(){return!!N},fireWith:function(_e,Be){return N||(Be=Be||[],Be=[_e,Be.slice?Be.slice():Be],Y.push(Be),c||ce()),this},fire:function(){return be.fireWith(this,arguments),this},fired:function(){return!!S}};return be};function lt(o){return o}function pe(o){throw o}function Ke(o,c,g,S){var N;try{o&&q(N=o.promise)?N.call(o).done(c).fail(g):o&&q(N=o.then)?N.call(o,c,g):c.apply(void 0,[o].slice(S))}catch(U){g.apply(void 0,[U])}}h.extend({Deferred:function(o){var c=[["notify","progress",h.Callbacks("memory"),h.Callbacks("memory"),2],["resolve","done",h.Callbacks("once memory"),h.Callbacks("once memory"),0,"resolved"],["reject","fail",h.Callbacks("once memory"),h.Callbacks("once memory"),1,"rejected"]],g="pending",S={state:function(){return g},always:function(){return N.done(arguments).fail(arguments),this},catch:function(U){return S.then(null,U)},pipe:function(){var U=arguments;return h.Deferred(function(Y){h.each(c,function(de,ce){var be=q(U[ce[4]])&&U[ce[4]];N[ce[1]](function(){var _e=be&&be.apply(this,arguments);_e&&q(_e.promise)?_e.promise().progress(Y.notify).done(Y.resolve).fail(Y.reject):Y[ce[0]+"With"](this,be?[_e]:arguments)})}),U=null}).promise()},then:function(U,Y,de){var ce=0;function be(_e,Be,Ce,Ie){return function(){var dt=this,Ot=arguments,pt=function(){var qt,nr;if(!(_e=ce&&(Ce!==pe&&(dt=void 0,Ot=[qt]),Be.rejectWith(dt,Ot))}};_e?St():(h.Deferred.getStackHook&&(St.stackTrace=h.Deferred.getStackHook()),y.setTimeout(St))}}return h.Deferred(function(_e){c[0][3].add(be(0,_e,q(de)?de:lt,_e.notifyWith)),c[1][3].add(be(0,_e,q(U)?U:lt)),c[2][3].add(be(0,_e,q(Y)?Y:pe))}).promise()},promise:function(U){return U!=null?h.extend(U,S):S}},N={};return h.each(c,function(U,Y){var de=Y[2],ce=Y[5];S[Y[1]]=de.add,ce&&de.add(function(){g=ce},c[3-U][2].disable,c[3-U][3].disable,c[0][2].lock,c[0][3].lock),de.add(Y[3].fire),N[Y[0]]=function(){return N[Y[0]+"With"](this===N?void 0:this,arguments),this},N[Y[0]+"With"]=de.fireWith}),S.promise(N),o&&o.call(N,N),N},when:function(o){var c=arguments.length,g=c,S=Array(g),N=l.call(arguments),U=h.Deferred(),Y=function(de){return function(ce){S[de]=this,N[de]=arguments.length>1?l.call(arguments):ce,--c||U.resolveWith(S,N)}};if(c<=1&&(Ke(o,U.done(Y(g)).resolve,U.reject,!c),U.state()==="pending"||q(N[g]&&N[g].then)))return U.then();for(;g--;)Ke(N[g],Y(g),U.reject);return U.promise()}});var ge=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;h.Deferred.exceptionHook=function(o,c){y.console&&y.console.warn&&o&&ge.test(o.name)&&y.console.warn("jQuery.Deferred exception: "+o.message,o.stack,c)},h.readyException=function(o){y.setTimeout(function(){throw o})};var Ee=h.Deferred();h.fn.ready=function(o){return Ee.then(o).catch(function(c){h.readyException(c)}),this},h.extend({isReady:!1,readyWait:1,ready:function(o){(o===!0?--h.readyWait:h.isReady)||(h.isReady=!0,!(o!==!0&&--h.readyWait>0)&&Ee.resolveWith(Q,[h]))}}),h.ready.then=Ee.then;function je(){Q.removeEventListener("DOMContentLoaded",je),y.removeEventListener("load",je),h.ready()}Q.readyState==="complete"||Q.readyState!=="loading"&&!Q.documentElement.doScroll?y.setTimeout(h.ready):(Q.addEventListener("DOMContentLoaded",je),y.addEventListener("load",je));var Ae=function(o,c,g,S,N,U,Y){var de=0,ce=o.length,be=g==null;if(ee(g)==="object"){N=!0;for(de in g)Ae(o,c,de,g[de],!0,U,Y)}else if(S!==void 0&&(N=!0,q(S)||(Y=!0),be&&(Y?(c.call(o,S),c=null):(be=c,c=function(_e,Be,Ce){return be.call(h(_e),Ce)})),c))for(;de1,null,!0)},removeData:function(o){return this.each(function(){z.remove(this,o)})}}),h.extend({queue:function(o,c,g){var S;if(o)return c=(c||"fx")+"queue",S=J.get(o,c),g&&(!S||Array.isArray(g)?S=J.access(o,c,h.makeArray(g)):S.push(g)),S||[]},dequeue:function(o,c){c=c||"fx";var g=h.queue(o,c),S=g.length,N=g.shift(),U=h._queueHooks(o,c),Y=function(){h.dequeue(o,c)};N==="inprogress"&&(N=g.shift(),S--),N&&(c==="fx"&&g.unshift("inprogress"),delete U.stop,N.call(o,Y,U)),!S&&U&&U.empty.fire()},_queueHooks:function(o,c){var g=c+"queueHooks";return J.get(o,g)||J.access(o,g,{empty:h.Callbacks("once memory").add(function(){J.remove(o,[c+"queue",g])})})}}),h.fn.extend({queue:function(o,c){var g=2;return typeof o!="string"&&(c=o,o="fx",g--),arguments.length\x20\t\r\n\f]*)/i,ea=/^$|^module$|\/(?:java|ecma)script/i;(function(){var o=Q.createDocumentFragment(),c=o.appendChild(Q.createElement("div")),g=Q.createElement("input");g.setAttribute("type","radio"),g.setAttribute("checked","checked"),g.setAttribute("name","t"),c.appendChild(g),V.checkClone=c.cloneNode(!0).cloneNode(!0).lastChild.checked,c.innerHTML="",V.noCloneChecked=!!c.cloneNode(!0).lastChild.defaultValue,c.innerHTML="",V.option=!!c.lastChild})();var gi={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};gi.tbody=gi.tfoot=gi.colgroup=gi.caption=gi.thead,gi.th=gi.td,V.option||(gi.optgroup=gi.option=[1,""]);function mi(o,c){var g;return typeof o.getElementsByTagName<"u"?g=o.getElementsByTagName(c||"*"):typeof o.querySelectorAll<"u"?g=o.querySelectorAll(c||"*"):g=[],c===void 0||c&&Yt(o,c)?h.merge([o],g):g}function wa(o,c){for(var g=0,S=o.length;g-1){N&&N.push(U);continue}if(be=Dr(U),Y=mi(Be.appendChild(U),"script"),be&&wa(Y),g)for(_e=0;U=Y[_e++];)ea.test(U.type||"")&&g.push(U)}return Be}var _a=/^([^.]*)(?:\.(.+)|)/;function kn(){return!0}function Wi(){return!1}function re(o,c){return o===xe()==(c==="focus")}function xe(){try{return Q.activeElement}catch{}}function ke(o,c,g,S,N,U){var Y,de;if(typeof c=="object"){typeof g!="string"&&(S=S||g,g=void 0);for(de in c)ke(o,de,g,S,c[de],U);return o}if(S==null&&N==null?(N=g,S=g=void 0):N==null&&(typeof g=="string"?(N=S,S=void 0):(N=S,S=g,g=void 0)),N===!1)N=Wi;else if(!N)return o;return U===1&&(Y=N,N=function(ce){return h().off(ce),Y.apply(this,arguments)},N.guid=Y.guid||(Y.guid=h.guid++)),o.each(function(){h.event.add(this,c,N,S,g)})}h.event={global:{},add:function(o,c,g,S,N){var U,Y,de,ce,be,_e,Be,Ce,Ie,dt,Ot,pt=J.get(o);if(kt(o))for(g.handler&&(U=g,g=U.handler,N=U.selector),N&&h.find.matchesSelector(hr,N),g.guid||(g.guid=h.guid++),(ce=pt.events)||(ce=pt.events=Object.create(null)),(Y=pt.handle)||(Y=pt.handle=function(St){return typeof h<"u"&&h.event.triggered!==St.type?h.event.dispatch.apply(o,arguments):void 0}),c=(c||"").match(ht)||[""],be=c.length;be--;)de=_a.exec(c[be])||[],Ie=Ot=de[1],dt=(de[2]||"").split(".").sort(),Ie&&(Be=h.event.special[Ie]||{},Ie=(N?Be.delegateType:Be.bindType)||Ie,Be=h.event.special[Ie]||{},_e=h.extend({type:Ie,origType:Ot,data:S,handler:g,guid:g.guid,selector:N,needsContext:N&&h.expr.match.needsContext.test(N),namespace:dt.join(".")},U),(Ce=ce[Ie])||(Ce=ce[Ie]=[],Ce.delegateCount=0,(!Be.setup||Be.setup.call(o,S,dt,Y)===!1)&&o.addEventListener&&o.addEventListener(Ie,Y)),Be.add&&(Be.add.call(o,_e),_e.handler.guid||(_e.handler.guid=g.guid)),N?Ce.splice(Ce.delegateCount++,0,_e):Ce.push(_e),h.event.global[Ie]=!0)},remove:function(o,c,g,S,N){var U,Y,de,ce,be,_e,Be,Ce,Ie,dt,Ot,pt=J.hasData(o)&&J.get(o);if(!(!pt||!(ce=pt.events))){for(c=(c||"").match(ht)||[""],be=c.length;be--;){if(de=_a.exec(c[be])||[],Ie=Ot=de[1],dt=(de[2]||"").split(".").sort(),!Ie){for(Ie in ce)h.event.remove(o,Ie+c[be],g,S,!0);continue}for(Be=h.event.special[Ie]||{},Ie=(S?Be.delegateType:Be.bindType)||Ie,Ce=ce[Ie]||[],de=de[2]&&new RegExp("(^|\\.)"+dt.join("\\.(?:.*\\.|)")+"(\\.|$)"),Y=U=Ce.length;U--;)_e=Ce[U],(N||Ot===_e.origType)&&(!g||g.guid===_e.guid)&&(!de||de.test(_e.namespace))&&(!S||S===_e.selector||S==="**"&&_e.selector)&&(Ce.splice(U,1),_e.selector&&Ce.delegateCount--,Be.remove&&Be.remove.call(o,_e));Y&&!Ce.length&&((!Be.teardown||Be.teardown.call(o,dt,pt.handle)===!1)&&h.removeEvent(o,Ie,pt.handle),delete ce[Ie])}h.isEmptyObject(ce)&&J.remove(o,"handle events")}},dispatch:function(o){var c,g,S,N,U,Y,de=new Array(arguments.length),ce=h.event.fix(o),be=(J.get(this,"events")||Object.create(null))[ce.type]||[],_e=h.event.special[ce.type]||{};for(de[0]=ce,c=1;c=1)){for(;be!==this;be=be.parentNode||this)if(be.nodeType===1&&!(o.type==="click"&&be.disabled===!0)){for(U=[],Y={},g=0;g-1:h.find(N,this,null,[be]).length),Y[N]&&U.push(S);U.length&&de.push({elem:be,handlers:U})}}return be=this,ce\s*$/g;function vt(o,c){return Yt(o,"table")&&Yt(c.nodeType!==11?c:c.firstChild,"tr")&&h(o).children("tbody")[0]||o}function yt(o){return o.type=(o.getAttribute("type")!==null)+"/"+o.type,o}function Mt(o){return(o.type||"").slice(0,5)==="true/"?o.type=o.type.slice(5):o.removeAttribute("type"),o}function Nt(o,c){var g,S,N,U,Y,de,ce;if(c.nodeType===1){if(J.hasData(o)&&(U=J.get(o),ce=U.events,ce)){J.remove(c,"handle events");for(N in ce)for(g=0,S=ce[N].length;g1&&typeof Ie=="string"&&!V.checkClone&&tt.test(Ie))return o.each(function(Ot){var pt=o.eq(Ot);dt&&(c[0]=Ie.call(this,Ot,pt.html())),Zt(pt,c,g,S)});if(Be&&(N=ba(c,o[0].ownerDocument,!1,o,S),U=N.firstChild,N.childNodes.length===1&&(N=U),U||S)){for(Y=h.map(mi(N,"script"),yt),de=Y.length;_e0&&wa(Y,!ce&&mi(o,"script")),de},cleanData:function(o){for(var c,g,S,N=h.event.special,U=0;(g=o[U])!==void 0;U++)if(kt(g)){if(c=g[J.expando]){if(c.events)for(S in c.events)N[S]?h.event.remove(g,S):h.removeEvent(g,S,c.handle);g[J.expando]=void 0}g[z.expando]&&(g[z.expando]=void 0)}}}),h.fn.extend({detach:function(o){return ir(this,o,!0)},remove:function(o){return ir(this,o)},text:function(o){return Ae(this,function(c){return c===void 0?h.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=c)})},null,o,arguments.length)},append:function(){return Zt(this,arguments,function(o){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var c=vt(this,o);c.appendChild(o)}})},prepend:function(){return Zt(this,arguments,function(o){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var c=vt(this,o);c.insertBefore(o,c.firstChild)}})},before:function(){return Zt(this,arguments,function(o){this.parentNode&&this.parentNode.insertBefore(o,this)})},after:function(){return Zt(this,arguments,function(o){this.parentNode&&this.parentNode.insertBefore(o,this.nextSibling)})},empty:function(){for(var o,c=0;(o=this[c])!=null;c++)o.nodeType===1&&(h.cleanData(mi(o,!1)),o.textContent="");return this},clone:function(o,c){return o=o??!1,c=c??o,this.map(function(){return h.clone(this,o,c)})},html:function(o){return Ae(this,function(c){var g=this[0]||{},S=0,N=this.length;if(c===void 0&&g.nodeType===1)return g.innerHTML;if(typeof c=="string"&&!nt.test(c)&&!gi[(Qn.exec(c)||["",""])[1].toLowerCase()]){c=h.htmlPrefilter(c);try{for(;S=0&&(ce+=Math.max(0,Math.ceil(o["offset"+c[0].toUpperCase()+c.slice(1)]-U-ce-de-.5))||0),ce}function ws(o,c,g){var S=Fr(o),N=!V.boxSizingReliable()||g,U=N&&h.css(o,"boxSizing",!1,S)==="border-box",Y=U,de=ui(o,c,S),ce="offset"+c[0].toUpperCase()+c.slice(1);if(sr.test(de)){if(!g)return de;de="auto"}return(!V.boxSizingReliable()&&U||!V.reliableTrDimensions()&&Yt(o,"tr")||de==="auto"||!parseFloat(de)&&h.css(o,"display",!1,S)==="inline")&&o.getClientRects().length&&(U=h.css(o,"boxSizing",!1,S)==="border-box",Y=ce in o,Y&&(de=o[ce])),de=parseFloat(de)||0,de+Ka(o,c,g||(U?"border":"content"),Y,S,de)+"px"}h.extend({cssHooks:{opacity:{get:function(o,c){if(c){var g=ui(o,"opacity");return g===""?"1":g}}}},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(o,c,g,S){if(!(!o||o.nodeType===3||o.nodeType===8||!o.style)){var N,U,Y,de=bt(c),ce=ra.test(c),be=o.style;if(ce||(c=ta(de)),Y=h.cssHooks[c]||h.cssHooks[de],g!==void 0){if(U=typeof g,U==="string"&&(N=Vt.exec(g))&&N[1]&&(g=qi(o,c,N),U="number"),g==null||g!==g)return;U==="number"&&!ce&&(g+=N&&N[3]||(h.cssNumber[de]?"":"px")),!V.clearCloneStyle&&g===""&&c.indexOf("background")===0&&(be[c]="inherit"),(!Y||!("set"in Y)||(g=Y.set(o,g,S))!==void 0)&&(ce?be.setProperty(c,g):be[c]=g)}else return Y&&"get"in Y&&(N=Y.get(o,!1,S))!==void 0?N:be[c]}},css:function(o,c,g,S){var N,U,Y,de=bt(c),ce=ra.test(c);return ce||(c=ta(de)),Y=h.cssHooks[c]||h.cssHooks[de],Y&&"get"in Y&&(N=Y.get(o,!0,g)),N===void 0&&(N=ui(o,c,S)),N==="normal"&&c in Za&&(N=Za[c]),g===""||g?(U=parseFloat(N),g===!0||isFinite(U)?U||0:N):N}}),h.each(["height","width"],function(o,c){h.cssHooks[c]={get:function(g,S,N){if(S)return uo.test(h.css(g,"display"))&&(!g.getClientRects().length||!g.getBoundingClientRect().width)?Fi(g,ys,function(){return ws(g,c,N)}):ws(g,c,N)},set:function(g,S,N){var U,Y=Fr(g),de=!V.scrollboxSize()&&Y.position==="absolute",ce=de||N,be=ce&&h.css(g,"boxSizing",!1,Y)==="border-box",_e=N?Ka(g,c,N,be,Y):0;return be&&de&&(_e-=Math.ceil(g["offset"+c[0].toUpperCase()+c.slice(1)]-parseFloat(Y[c])-Ka(g,c,"border",!1,Y)-.5)),_e&&(U=Vt.exec(S))&&(U[3]||"px")!=="px"&&(g.style[c]=S,S=h.css(g,c)),Bi(g,S,_e)}}}),h.cssHooks.marginLeft=sn(V.reliableMarginLeft,function(o,c){if(c)return(parseFloat(ui(o,"marginLeft"))||o.getBoundingClientRect().left-Fi(o,{marginLeft:0},function(){return o.getBoundingClientRect().left}))+"px"}),h.each({margin:"",padding:"",border:"Width"},function(o,c){h.cssHooks[o+c]={expand:function(g){for(var S=0,N={},U=typeof g=="string"?g.split(" "):[g];S<4;S++)N[o+Xt[S]+c]=U[S]||U[S-2]||U[0];return N}},o!=="margin"&&(h.cssHooks[o+c].set=Bi)}),h.fn.extend({css:function(o,c){return Ae(this,function(g,S,N){var U,Y,de={},ce=0;if(Array.isArray(S)){for(U=Fr(g),Y=S.length;ce1)}});function xi(o,c,g,S,N){return new xi.prototype.init(o,c,g,S,N)}h.Tween=xi,xi.prototype={constructor:xi,init:function(o,c,g,S,N,U){this.elem=o,this.prop=g,this.easing=N||h.easing._default,this.options=c,this.start=this.now=this.cur(),this.end=S,this.unit=U||(h.cssNumber[g]?"":"px")},cur:function(){var o=xi.propHooks[this.prop];return o&&o.get?o.get(this):xi.propHooks._default.get(this)},run:function(o){var c,g=xi.propHooks[this.prop];return this.options.duration?this.pos=c=h.easing[this.easing](o,this.options.duration*o,0,1,this.options.duration):this.pos=c=o,this.now=(this.end-this.start)*c+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),g&&g.set?g.set(this):xi.propHooks._default.set(this),this}},xi.prototype.init.prototype=xi.prototype,xi.propHooks={_default:{get:function(o){var c;return o.elem.nodeType!==1||o.elem[o.prop]!=null&&o.elem.style[o.prop]==null?o.elem[o.prop]:(c=h.css(o.elem,o.prop,""),!c||c==="auto"?0:c)},set:function(o){h.fx.step[o.prop]?h.fx.step[o.prop](o):o.elem.nodeType===1&&(h.cssHooks[o.prop]||o.elem.style[ta(o.prop)]!=null)?h.style(o.elem,o.prop,o.now+o.unit):o.elem[o.prop]=o.now}}},xi.propHooks.scrollTop=xi.propHooks.scrollLeft={set:function(o){o.elem.nodeType&&o.elem.parentNode&&(o.elem[o.prop]=o.now)}},h.easing={linear:function(o){return o},swing:function(o){return .5-Math.cos(o*Math.PI)/2},_default:"swing"},h.fx=xi.prototype.init,h.fx.step={};var ia,Hn,co=/^(?:toggle|show|hide)$/,na=/queueHooks$/;function Ja(){Hn&&(Q.hidden===!1&&y.requestAnimationFrame?y.requestAnimationFrame(Ja):y.setTimeout(Ja,h.fx.interval),h.fx.tick())}function Ca(){return y.setTimeout(function(){ia=void 0}),ia=Date.now()}function Sa(o,c){var g,S=0,N={height:o};for(c=c?1:0;S<4;S+=2-c)g=Xt[S],N["margin"+g]=N["padding"+g]=o;return c&&(N.opacity=N.width=o),N}function Qa(o,c,g){for(var S,N=(ci.tweeners[c]||[]).concat(ci.tweeners["*"]),U=0,Y=N.length;U1)},removeAttr:function(o){return this.each(function(){h.removeAttr(this,o)})}}),h.extend({attr:function(o,c,g){var S,N,U=o.nodeType;if(!(U===3||U===8||U===2)){if(typeof o.getAttribute>"u")return h.prop(o,c,g);if((U!==1||!h.isXMLDoc(o))&&(N=h.attrHooks[c.toLowerCase()]||(h.expr.match.bool.test(c)?bs:void 0)),g!==void 0){if(g===null){h.removeAttr(o,c);return}return N&&"set"in N&&(S=N.set(o,g,c))!==void 0?S:(o.setAttribute(c,g+""),g)}return N&&"get"in N&&(S=N.get(o,c))!==null?S:(S=h.find.attr(o,c),S??void 0)}},attrHooks:{type:{set:function(o,c){if(!V.radioValue&&c==="radio"&&Yt(o,"input")){var g=o.value;return o.setAttribute("type",c),g&&(o.value=g),c}}}},removeAttr:function(o,c){var g,S=0,N=c&&c.match(ht);if(N&&o.nodeType===1)for(;g=N[S++];)o.removeAttribute(g)}}),bs={set:function(o,c,g){return c===!1?h.removeAttr(o,g):o.setAttribute(g,g),g}},h.each(h.expr.match.bool.source.match(/\w+/g),function(o,c){var g=On[c]||h.find.attr;On[c]=function(S,N,U){var Y,de,ce=N.toLowerCase();return U||(de=On[ce],On[ce]=Y,Y=g(S,N,U)!=null?ce:null,On[ce]=de),Y}});var Ta=/^(?:input|select|textarea|button)$/i,Pi=/^(?:a|area)$/i;h.fn.extend({prop:function(o,c){return Ae(this,h.prop,o,c,arguments.length>1)},removeProp:function(o){return this.each(function(){delete this[h.propFix[o]||o]})}}),h.extend({prop:function(o,c,g){var S,N,U=o.nodeType;if(!(U===3||U===8||U===2))return(U!==1||!h.isXMLDoc(o))&&(c=h.propFix[c]||c,N=h.propHooks[c]),g!==void 0?N&&"set"in N&&(S=N.set(o,g,c))!==void 0?S:o[c]=g:N&&"get"in N&&(S=N.get(o,c))!==null?S:o[c]},propHooks:{tabIndex:{get:function(o){var c=h.find.attr(o,"tabindex");return c?parseInt(c,10):Ta.test(o.nodeName)||Pi.test(o.nodeName)&&o.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),V.optSelected||(h.propHooks.selected={get:function(o){var c=o.parentNode;return c&&c.parentNode&&c.parentNode.selectedIndex,null},set:function(o){var c=o.parentNode;c&&(c.selectedIndex,c.parentNode&&c.parentNode.selectedIndex)}}),h.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){h.propFix[this.toLowerCase()]=this});function bn(o){var c=o.match(ht)||[];return c.join(" ")}function _n(o){return o.getAttribute&&o.getAttribute("class")||""}function es(o){return Array.isArray(o)?o:typeof o=="string"?o.match(ht)||[]:[]}h.fn.extend({addClass:function(o){var c,g,S,N,U,Y,de,ce=0;if(q(o))return this.each(function(be){h(this).addClass(o.call(this,be,_n(this)))});if(c=es(o),c.length){for(;g=this[ce++];)if(N=_n(g),S=g.nodeType===1&&" "+bn(N)+" ",S){for(Y=0;U=c[Y++];)S.indexOf(" "+U+" ")<0&&(S+=U+" ");de=bn(S),N!==de&&g.setAttribute("class",de)}}return this},removeClass:function(o){var c,g,S,N,U,Y,de,ce=0;if(q(o))return this.each(function(be){h(this).removeClass(o.call(this,be,_n(this)))});if(!arguments.length)return this.attr("class","");if(c=es(o),c.length){for(;g=this[ce++];)if(N=_n(g),S=g.nodeType===1&&" "+bn(N)+" ",S){for(Y=0;U=c[Y++];)for(;S.indexOf(" "+U+" ")>-1;)S=S.replace(" "+U+" "," ");de=bn(S),N!==de&&g.setAttribute("class",de)}}return this},toggleClass:function(o,c){var g=typeof o,S=g==="string"||Array.isArray(o);return typeof c=="boolean"&&S?c?this.addClass(o):this.removeClass(o):q(o)?this.each(function(N){h(this).toggleClass(o.call(this,N,_n(this),c),c)}):this.each(function(){var N,U,Y,de;if(S)for(U=0,Y=h(this),de=es(o);N=de[U++];)Y.hasClass(N)?Y.removeClass(N):Y.addClass(N);else(o===void 0||g==="boolean")&&(N=_n(this),N&&J.set(this,"__className__",N),this.setAttribute&&this.setAttribute("class",N||o===!1?"":J.get(this,"__className__")||""))})},hasClass:function(o){var c,g,S=0;for(c=" "+o+" ";g=this[S++];)if(g.nodeType===1&&(" "+bn(_n(g))+" ").indexOf(c)>-1)return!0;return!1}});var Ea=/\r/g;h.fn.extend({val:function(o){var c,g,S,N=this[0];return arguments.length?(S=q(o),this.each(function(U){var Y;this.nodeType===1&&(S?Y=o.call(this,U,h(this).val()):Y=o,Y==null?Y="":typeof Y=="number"?Y+="":Array.isArray(Y)&&(Y=h.map(Y,function(de){return de==null?"":de+""})),c=h.valHooks[this.type]||h.valHooks[this.nodeName.toLowerCase()],(!c||!("set"in c)||c.set(this,Y,"value")===void 0)&&(this.value=Y))})):N?(c=h.valHooks[N.type]||h.valHooks[N.nodeName.toLowerCase()],c&&"get"in c&&(g=c.get(N,"value"))!==void 0?g:(g=N.value,typeof g=="string"?g.replace(Ea,""):g??"")):void 0}}),h.extend({valHooks:{option:{get:function(o){var c=h.find.attr(o,"value");return c??bn(h.text(o))}},select:{get:function(o){var c,g,S,N=o.options,U=o.selectedIndex,Y=o.type==="select-one",de=Y?null:[],ce=Y?U+1:N.length;for(U<0?S=ce:S=Y?U:0;S-1)&&(g=!0);return g||(o.selectedIndex=-1),U}}}}),h.each(["radio","checkbox"],function(){h.valHooks[this]={set:function(o,c){if(Array.isArray(c))return o.checked=h.inArray(h(o).val(),c)>-1}},V.checkOn||(h.valHooks[this].get=function(o){return o.getAttribute("value")===null?"on":o.value})}),V.focusin="onfocusin"in y;var ts=/^(?:focusinfocus|focusoutblur)$/,Ii=function(o){o.stopPropagation()};h.extend(h.event,{trigger:function(o,c,g,S){var N,U,Y,de,ce,be,_e,Be,Ce=[g||Q],Ie=F.call(o,"type")?o.type:o,dt=F.call(o,"namespace")?o.namespace.split("."):[];if(U=Be=Y=g=g||Q,!(g.nodeType===3||g.nodeType===8)&&!ts.test(Ie+h.event.triggered)&&(Ie.indexOf(".")>-1&&(dt=Ie.split("."),Ie=dt.shift(),dt.sort()),ce=Ie.indexOf(":")<0&&"on"+Ie,o=o[h.expando]?o:new h.Event(Ie,typeof o=="object"&&o),o.isTrigger=S?2:3,o.namespace=dt.join("."),o.rnamespace=o.namespace?new RegExp("(^|\\.)"+dt.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,o.result=void 0,o.target||(o.target=g),c=c==null?[o]:h.makeArray(c,[o]),_e=h.event.special[Ie]||{},!(!S&&_e.trigger&&_e.trigger.apply(g,c)===!1))){if(!S&&!_e.noBubble&&!j(g)){for(de=_e.delegateType||Ie,ts.test(de+Ie)||(U=U.parentNode);U;U=U.parentNode)Ce.push(U),Y=U;Y===(g.ownerDocument||Q)&&Ce.push(Y.defaultView||Y.parentWindow||y)}for(N=0;(U=Ce[N++])&&!o.isPropagationStopped();)Be=U,o.type=N>1?de:_e.bindType||Ie,be=(J.get(U,"events")||Object.create(null))[o.type]&&J.get(U,"handle"),be&&be.apply(U,c),be=ce&&U[ce],be&&be.apply&&kt(U)&&(o.result=be.apply(U,c),o.result===!1&&o.preventDefault());return o.type=Ie,!S&&!o.isDefaultPrevented()&&(!_e._default||_e._default.apply(Ce.pop(),c)===!1)&&kt(g)&&ce&&q(g[Ie])&&!j(g)&&(Y=g[ce],Y&&(g[ce]=null),h.event.triggered=Ie,o.isPropagationStopped()&&Be.addEventListener(Ie,Ii),g[Ie](),o.isPropagationStopped()&&Be.removeEventListener(Ie,Ii),h.event.triggered=void 0,Y&&(g[ce]=Y)),o.result}},simulate:function(o,c,g){var S=h.extend(new h.Event,g,{type:o,isSimulated:!0});h.event.trigger(S,null,c)}}),h.fn.extend({trigger:function(o,c){return this.each(function(){h.event.trigger(o,c,this)})},triggerHandler:function(o,c){var g=this[0];if(g)return h.event.trigger(o,c,g,!0)}}),V.focusin||h.each({focus:"focusin",blur:"focusout"},function(o,c){var g=function(S){h.event.simulate(c,S.target,h.event.fix(S))};h.event.special[c]={setup:function(){var S=this.ownerDocument||this.document||this,N=J.access(S,c);N||S.addEventListener(o,g,!0),J.access(S,c,(N||0)+1)},teardown:function(){var S=this.ownerDocument||this.document||this,N=J.access(S,c)-1;N?J.access(S,c,N):(S.removeEventListener(o,g,!0),J.remove(S,c))}}});var aa=y.location,jn={guid:Date.now()},_s=/\?/;h.parseXML=function(o){var c,g;if(!o||typeof o!="string")return null;try{c=new y.DOMParser().parseFromString(o,"text/xml")}catch{}return g=c&&c.getElementsByTagName("parsererror")[0],(!c||g)&&h.error("Invalid XML: "+(g?h.map(g.childNodes,function(S){return S.textContent}).join(` `):o)),c};var Un=/\[\]$/,rs=/\r?\n/g,zi=/^(?:submit|button|image|reset|file)$/i,fo=/^(?:input|select|textarea|keygen)/i;function Aa(o,c,g,S){var N;if(Array.isArray(c))h.each(c,function(U,Y){g||Un.test(o)?S(o,Y):Aa(o+"["+(typeof Y=="object"&&Y!=null?U:"")+"]",Y,g,S)});else if(!g&&ee(c)==="object")for(N in c)Aa(o+"["+N+"]",c[N],g,S);else S(o,c)}h.param=function(o,c){var g,S=[],N=function(U,Y){var de=q(Y)?Y():Y;S[S.length]=encodeURIComponent(U)+"="+encodeURIComponent(de??"")};if(o==null)return"";if(Array.isArray(o)||o.jquery&&!h.isPlainObject(o))h.each(o,function(){N(this.name,this.value)});else for(g in o)Aa(g,o[g],c,N);return S.join("&")},h.fn.extend({serialize:function(){return h.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var o=h.prop(this,"elements");return o?h.makeArray(o):this}).filter(function(){var o=this.type;return this.name&&!h(this).is(":disabled")&&fo.test(this.nodeName)&&!zi.test(o)&&(this.checked||!wn.test(o))}).map(function(o,c){var g=h(this).val();return g==null?null:Array.isArray(g)?h.map(g,function(S){return{name:c.name,value:S.replace(rs,`\r `)}}):{name:c.name,value:g.replace(rs,`\r `)}}).get()}});var fi=/%20/g,Kt=/#.*$/,Jt=/([?&])_=[^&]*/,ze=/^(.*?):[ \t]*([^\r\n]*)$/mg,Kr=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,zs=/^(?:GET|HEAD)$/,ka=/^\/\//,Sr={},di={},sa="*/".concat("*"),Oa=Q.createElement("a");Oa.href=aa.href;function oi(o){return function(c,g){typeof c!="string"&&(g=c,c="*");var S,N=0,U=c.toLowerCase().match(ht)||[];if(q(g))for(;S=U[N++];)S[0]==="+"?(S=S.slice(1)||"*",(o[S]=o[S]||[]).unshift(g)):(o[S]=o[S]||[]).push(g)}}function xs(o,c,g,S){var N={},U=o===di;function Y(de){var ce;return N[de]=!0,h.each(o[de]||[],function(be,_e){var Be=_e(c,g,S);if(typeof Be=="string"&&!U&&!N[Be])return c.dataTypes.unshift(Be),Y(Be),!1;if(U)return!(ce=Be)}),ce}return Y(c.dataTypes[0])||!N["*"]&&Y("*")}function Rr(o,c){var g,S,N=h.ajaxSettings.flatOptions||{};for(g in c)c[g]!==void 0&&((N[g]?o:S||(S={}))[g]=c[g]);return S&&h.extend(!0,o,S),o}function m(o,c,g){for(var S,N,U,Y,de=o.contents,ce=o.dataTypes;ce[0]==="*";)ce.shift(),S===void 0&&(S=o.mimeType||c.getResponseHeader("Content-Type"));if(S){for(N in de)if(de[N]&&de[N].test(S)){ce.unshift(N);break}}if(ce[0]in g)U=ce[0];else{for(N in g){if(!ce[0]||o.converters[N+" "+ce[0]]){U=N;break}Y||(Y=N)}U=U||Y}if(U)return U!==ce[0]&&ce.unshift(U),g[U]}function n(o,c,g,S){var N,U,Y,de,ce,be={},_e=o.dataTypes.slice();if(_e[1])for(Y in o.converters)be[Y.toLowerCase()]=o.converters[Y];for(U=_e.shift();U;)if(o.responseFields[U]&&(g[o.responseFields[U]]=c),!ce&&S&&o.dataFilter&&(c=o.dataFilter(c,o.dataType)),ce=U,U=_e.shift(),U){if(U==="*")U=ce;else if(ce!=="*"&&ce!==U){if(Y=be[ce+" "+U]||be["* "+U],!Y){for(N in be)if(de=N.split(" "),de[1]===U&&(Y=be[ce+" "+de[0]]||be["* "+de[0]],Y)){Y===!0?Y=be[N]:be[N]!==!0&&(U=de[0],_e.unshift(de[1]));break}}if(Y!==!0)if(Y&&o.throws)c=Y(c);else try{c=Y(c)}catch(Be){return{state:"parsererror",error:Y?Be:"No conversion from "+ce+" to "+U}}}}return{state:"success",data:c}}h.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:aa.href,type:"GET",isLocal:Kr.test(aa.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":sa,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":h.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(o,c){return c?Rr(Rr(o,h.ajaxSettings),c):Rr(h.ajaxSettings,o)},ajaxPrefilter:oi(Sr),ajaxTransport:oi(di),ajax:function(o,c){typeof o=="object"&&(c=o,o=void 0),c=c||{};var g,S,N,U,Y,de,ce,be,_e,Be,Ce=h.ajaxSetup({},c),Ie=Ce.context||Ce,dt=Ce.context&&(Ie.nodeType||Ie.jquery)?h(Ie):h.event,Ot=h.Deferred(),pt=h.Callbacks("once memory"),St=Ce.statusCode||{},qt={},nr={},xt="canceled",Ct={readyState:0,getResponseHeader:function(Dt){var Lr;if(ce){if(!U)for(U={};Lr=ze.exec(N);)U[Lr[1].toLowerCase()+" "]=(U[Lr[1].toLowerCase()+" "]||[]).concat(Lr[2]);Lr=U[Dt.toLowerCase()+" "]}return Lr==null?null:Lr.join(", ")},getAllResponseHeaders:function(){return ce?N:null},setRequestHeader:function(Dt,Lr){return ce==null&&(Dt=nr[Dt.toLowerCase()]=nr[Dt.toLowerCase()]||Dt,qt[Dt]=Lr),this},overrideMimeType:function(Dt){return ce==null&&(Ce.mimeType=Dt),this},statusCode:function(Dt){var Lr;if(Dt)if(ce)Ct.always(Dt[Ct.status]);else for(Lr in Dt)St[Lr]=[St[Lr],Dt[Lr]];return this},abort:function(Dt){var Lr=Dt||xt;return g&&g.abort(Lr),Vr(0,Lr),this}};if(Ot.promise(Ct),Ce.url=((o||Ce.url||aa.href)+"").replace(ka,aa.protocol+"//"),Ce.type=c.method||c.type||Ce.method||Ce.type,Ce.dataTypes=(Ce.dataType||"*").toLowerCase().match(ht)||[""],Ce.crossDomain==null){de=Q.createElement("a");try{de.href=Ce.url,de.href=de.href,Ce.crossDomain=Oa.protocol+"//"+Oa.host!=de.protocol+"//"+de.host}catch{Ce.crossDomain=!0}}if(Ce.data&&Ce.processData&&typeof Ce.data!="string"&&(Ce.data=h.param(Ce.data,Ce.traditional)),xs(Sr,Ce,c,Ct),ce)return Ct;be=h.event&&Ce.global,be&&h.active++===0&&h.event.trigger("ajaxStart"),Ce.type=Ce.type.toUpperCase(),Ce.hasContent=!zs.test(Ce.type),S=Ce.url.replace(Kt,""),Ce.hasContent?Ce.data&&Ce.processData&&(Ce.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(Ce.data=Ce.data.replace(fi,"+")):(Be=Ce.url.slice(S.length),Ce.data&&(Ce.processData||typeof Ce.data=="string")&&(S+=(_s.test(S)?"&":"?")+Ce.data,delete Ce.data),Ce.cache===!1&&(S=S.replace(Jt,"$1"),Be=(_s.test(S)?"&":"?")+"_="+jn.guid+++Be),Ce.url=S+Be),Ce.ifModified&&(h.lastModified[S]&&Ct.setRequestHeader("If-Modified-Since",h.lastModified[S]),h.etag[S]&&Ct.setRequestHeader("If-None-Match",h.etag[S])),(Ce.data&&Ce.hasContent&&Ce.contentType!==!1||c.contentType)&&Ct.setRequestHeader("Content-Type",Ce.contentType),Ct.setRequestHeader("Accept",Ce.dataTypes[0]&&Ce.accepts[Ce.dataTypes[0]]?Ce.accepts[Ce.dataTypes[0]]+(Ce.dataTypes[0]!=="*"?", "+sa+"; q=0.01":""):Ce.accepts["*"]);for(_e in Ce.headers)Ct.setRequestHeader(_e,Ce.headers[_e]);if(Ce.beforeSend&&(Ce.beforeSend.call(Ie,Ct,Ce)===!1||ce))return Ct.abort();if(xt="abort",pt.add(Ce.complete),Ct.done(Ce.success),Ct.fail(Ce.error),g=xs(di,Ce,c,Ct),!g)Vr(-1,"No Transport");else{if(Ct.readyState=1,be&&dt.trigger("ajaxSend",[Ct,Ce]),ce)return Ct;Ce.async&&Ce.timeout>0&&(Y=y.setTimeout(function(){Ct.abort("timeout")},Ce.timeout));try{ce=!1,g.send(qt,Vr)}catch(Dt){if(ce)throw Dt;Vr(-1,Dt)}}function Vr(Dt,Lr,Pn,Ur){var Di,In,Gi,_r,Gr,ni=Lr;ce||(ce=!0,Y&&y.clearTimeout(Y),g=void 0,N=Ur||"",Ct.readyState=Dt>0?4:0,Di=Dt>=200&&Dt<300||Dt===304,Pn&&(_r=m(Ce,Ct,Pn)),!Di&&h.inArray("script",Ce.dataTypes)>-1&&h.inArray("json",Ce.dataTypes)<0&&(Ce.converters["text script"]=function(){}),_r=n(Ce,_r,Ct,Di),Di?(Ce.ifModified&&(Gr=Ct.getResponseHeader("Last-Modified"),Gr&&(h.lastModified[S]=Gr),Gr=Ct.getResponseHeader("etag"),Gr&&(h.etag[S]=Gr)),Dt===204||Ce.type==="HEAD"?ni="nocontent":Dt===304?ni="notmodified":(ni=_r.state,In=_r.data,Gi=_r.error,Di=!Gi)):(Gi=ni,(Dt||!ni)&&(ni="error",Dt<0&&(Dt=0))),Ct.status=Dt,Ct.statusText=(Lr||ni)+"",Di?Ot.resolveWith(Ie,[In,ni,Ct]):Ot.rejectWith(Ie,[Ct,ni,Gi]),Ct.statusCode(St),St=void 0,be&&dt.trigger(Di?"ajaxSuccess":"ajaxError",[Ct,Ce,Di?In:Gi]),pt.fireWith(Ie,[Ct,ni]),be&&(dt.trigger("ajaxComplete",[Ct,Ce]),--h.active||h.event.trigger("ajaxStop")))}return Ct},getJSON:function(o,c,g){return h.get(o,c,g,"json")},getScript:function(o,c){return h.get(o,void 0,c,"script")}}),h.each(["get","post"],function(o,c){h[c]=function(g,S,N,U){return q(S)&&(U=U||N,N=S,S=void 0),h.ajax(h.extend({url:g,type:c,dataType:U,data:S,success:N},h.isPlainObject(g)&&g))}}),h.ajaxPrefilter(function(o){var c;for(c in o.headers)c.toLowerCase()==="content-type"&&(o.contentType=o.headers[c]||"")}),h._evalUrl=function(o,c,g){return h.ajax({url:o,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(S){h.globalEval(S,c,g)}})},h.fn.extend({wrapAll:function(o){var c;return this[0]&&(q(o)&&(o=o.call(this[0])),c=h(o,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&c.insertBefore(this[0]),c.map(function(){for(var g=this;g.firstElementChild;)g=g.firstElementChild;return g}).append(this)),this},wrapInner:function(o){return q(o)?this.each(function(c){h(this).wrapInner(o.call(this,c))}):this.each(function(){var c=h(this),g=c.contents();g.length?g.wrapAll(o):c.append(o)})},wrap:function(o){var c=q(o);return this.each(function(g){h(this).wrapAll(c?o.call(this,g):o)})},unwrap:function(o){return this.parent(o).not("body").each(function(){h(this).replaceWith(this.childNodes)}),this}}),h.expr.pseudos.hidden=function(o){return!h.expr.pseudos.visible(o)},h.expr.pseudos.visible=function(o){return!!(o.offsetWidth||o.offsetHeight||o.getClientRects().length)},h.ajaxSettings.xhr=function(){try{return new y.XMLHttpRequest}catch{}};var u={0:200,1223:204},d=h.ajaxSettings.xhr();V.cors=!!d&&"withCredentials"in d,V.ajax=d=!!d,h.ajaxTransport(function(o){var c,g;if(V.cors||d&&!o.crossDomain)return{send:function(S,N){var U,Y=o.xhr();if(Y.open(o.type,o.url,o.async,o.username,o.password),o.xhrFields)for(U in o.xhrFields)Y[U]=o.xhrFields[U];o.mimeType&&Y.overrideMimeType&&Y.overrideMimeType(o.mimeType),!o.crossDomain&&!S["X-Requested-With"]&&(S["X-Requested-With"]="XMLHttpRequest");for(U in S)Y.setRequestHeader(U,S[U]);c=function(de){return function(){c&&(c=g=Y.onload=Y.onerror=Y.onabort=Y.ontimeout=Y.onreadystatechange=null,de==="abort"?Y.abort():de==="error"?typeof Y.status!="number"?N(0,"error"):N(Y.status,Y.statusText):N(u[Y.status]||Y.status,Y.statusText,(Y.responseType||"text")!=="text"||typeof Y.responseText!="string"?{binary:Y.response}:{text:Y.responseText},Y.getAllResponseHeaders()))}},Y.onload=c(),g=Y.onerror=Y.ontimeout=c("error"),Y.onabort!==void 0?Y.onabort=g:Y.onreadystatechange=function(){Y.readyState===4&&y.setTimeout(function(){c&&g()})},c=c("abort");try{Y.send(o.hasContent&&o.data||null)}catch(de){if(c)throw de}},abort:function(){c&&c()}}}),h.ajaxPrefilter(function(o){o.crossDomain&&(o.contents.script=!1)}),h.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(o){return h.globalEval(o),o}}}),h.ajaxPrefilter("script",function(o){o.cache===void 0&&(o.cache=!1),o.crossDomain&&(o.type="GET")}),h.ajaxTransport("script",function(o){if(o.crossDomain||o.scriptAttrs){var c,g;return{send:function(S,N){c=h("