@twinalyze/web-analytics 1.0.12 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,50 @@
1
+ (()=>{var $h=Object.create;var Fs=Object.defineProperty;var Ag=Object.getOwnPropertyDescriptor;var eg=Object.getOwnPropertyNames;var tg=Object.getPrototypeOf,rg=Object.prototype.hasOwnProperty;var Wo=(s=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(s,{get:(r,i)=>(typeof require!="undefined"?require:r)[i]}):s)(function(s){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+s+'" is not supported')});var CA=(s,r)=>()=>(r||s((r={exports:{}}).exports,r),r.exports),ng=(s,r)=>{for(var i in r)Fs(s,i,{get:r[i],enumerable:!0})},ig=(s,r,i,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let f of eg(r))!rg.call(s,f)&&f!==i&&Fs(s,f,{get:()=>r[f],enumerable:!(a=Ag(r,f))||a.enumerable});return s};var Jo=(s,r,i)=>(i=s!=null?$h(tg(s)):{},ig(r||!s||!s.__esModule?Fs(i,"default",{value:s,enumerable:!0}):i,s));var Ua=CA(()=>{});var pA=CA((Pn,va)=>{(function(s,r){typeof Pn=="object"?va.exports=Pn=r():typeof define=="function"&&define.amd?define([],r):s.CryptoJS=r()})(Pn,function(){var s=s||(function(r,i){var a;if(typeof window!="undefined"&&window.crypto&&(a=window.crypto),typeof self!="undefined"&&self.crypto&&(a=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(a=globalThis.crypto),!a&&typeof window!="undefined"&&window.msCrypto&&(a=window.msCrypto),!a&&typeof global!="undefined"&&global.crypto&&(a=global.crypto),!a&&typeof Wo=="function")try{a=Ua()}catch{}var f=function(){if(a){if(typeof a.getRandomValues=="function")try{return a.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof a.randomBytes=="function")try{return a.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},u=Object.create||(function(){function p(){}return function(F){var _;return p.prototype=F,_=new p,p.prototype=null,_}})(),C={},l=C.lib={},h=l.Base=(function(){return{extend:function(p){var F=u(this);return p&&F.mixIn(p),(!F.hasOwnProperty("init")||this.init===F.init)&&(F.init=function(){F.$super.init.apply(this,arguments)}),F.init.prototype=F,F.$super=this,F},create:function(){var p=this.extend();return p.init.apply(p,arguments),p},init:function(){},mixIn:function(p){for(var F in p)p.hasOwnProperty(F)&&(this[F]=p[F]);p.hasOwnProperty("toString")&&(this.toString=p.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),Q=l.WordArray=h.extend({init:function(p,F){p=this.words=p||[],F!=i?this.sigBytes=F:this.sigBytes=p.length*4},toString:function(p){return(p||U).stringify(this)},concat:function(p){var F=this.words,_=p.words,b=this.sigBytes,S=p.sigBytes;if(this.clamp(),b%4)for(var L=0;L<S;L++){var z=_[L>>>2]>>>24-L%4*8&255;F[b+L>>>2]|=z<<24-(b+L)%4*8}else for(var J=0;J<S;J+=4)F[b+J>>>2]=_[J>>>2];return this.sigBytes+=S,this},clamp:function(){var p=this.words,F=this.sigBytes;p[F>>>2]&=4294967295<<32-F%4*8,p.length=r.ceil(F/4)},clone:function(){var p=h.clone.call(this);return p.words=this.words.slice(0),p},random:function(p){for(var F=[],_=0;_<p;_+=4)F.push(f());return new Q.init(F,p)}}),g=C.enc={},U=g.Hex={stringify:function(p){for(var F=p.words,_=p.sigBytes,b=[],S=0;S<_;S++){var L=F[S>>>2]>>>24-S%4*8&255;b.push((L>>>4).toString(16)),b.push((L&15).toString(16))}return b.join("")},parse:function(p){for(var F=p.length,_=[],b=0;b<F;b+=2)_[b>>>3]|=parseInt(p.substr(b,2),16)<<24-b%8*4;return new Q.init(_,F/2)}},x=g.Latin1={stringify:function(p){for(var F=p.words,_=p.sigBytes,b=[],S=0;S<_;S++){var L=F[S>>>2]>>>24-S%4*8&255;b.push(String.fromCharCode(L))}return b.join("")},parse:function(p){for(var F=p.length,_=[],b=0;b<F;b++)_[b>>>2]|=(p.charCodeAt(b)&255)<<24-b%4*8;return new Q.init(_,F)}},E=g.Utf8={stringify:function(p){try{return decodeURIComponent(escape(x.stringify(p)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(p){return x.parse(unescape(encodeURIComponent(p)))}},v=l.BufferedBlockAlgorithm=h.extend({reset:function(){this._data=new Q.init,this._nDataBytes=0},_append:function(p){typeof p=="string"&&(p=E.parse(p)),this._data.concat(p),this._nDataBytes+=p.sigBytes},_process:function(p){var F,_=this._data,b=_.words,S=_.sigBytes,L=this.blockSize,z=L*4,J=S/z;p?J=r.ceil(J):J=r.max((J|0)-this._minBufferSize,0);var Z=J*L,eA=r.min(Z*4,S);if(Z){for(var O=0;O<Z;O+=L)this._doProcessBlock(b,O);F=b.splice(0,Z),_.sigBytes-=eA}return new Q.init(F,eA)},clone:function(){var p=h.clone.call(this);return p._data=this._data.clone(),p},_minBufferSize:0}),I=l.Hasher=v.extend({cfg:h.extend(),init:function(p){this.cfg=this.cfg.extend(p),this.reset()},reset:function(){v.reset.call(this),this._doReset()},update:function(p){return this._append(p),this._process(),this},finalize:function(p){p&&this._append(p);var F=this._doFinalize();return F},blockSize:512/32,_createHelper:function(p){return function(F,_){return new p.init(_).finalize(F)}},_createHmacHelper:function(p){return function(F,_){return new D.HMAC.init(p,_).finalize(F)}}}),D=C.algo={};return C})(Math);return s})});var Nr=CA((Xn,Ea)=>{(function(s,r){typeof Xn=="object"?Ea.exports=Xn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Xn,function(s){return(function(r){var i=s,a=i.lib,f=a.Base,u=a.WordArray,C=i.x64={},l=C.Word=f.extend({init:function(Q,g){this.high=Q,this.low=g}}),h=C.WordArray=f.extend({init:function(Q,g){Q=this.words=Q||[],g!=r?this.sigBytes=g:this.sigBytes=Q.length*8},toX32:function(){for(var Q=this.words,g=Q.length,U=[],x=0;x<g;x++){var E=Q[x];U.push(E.high),U.push(E.low)}return u.create(U,this.sigBytes)},clone:function(){for(var Q=f.clone.call(this),g=Q.words=this.words.slice(0),U=g.length,x=0;x<U;x++)g[x]=g[x].clone();return Q}})})(),s})});var ya=CA((Wn,ma)=>{(function(s,r){typeof Wn=="object"?ma.exports=Wn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Wn,function(s){return(function(){if(typeof ArrayBuffer=="function"){var r=s,i=r.lib,a=i.WordArray,f=a.init,u=a.init=function(C){if(C instanceof ArrayBuffer&&(C=new Uint8Array(C)),(C instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&C instanceof Uint8ClampedArray||C instanceof Int16Array||C instanceof Uint16Array||C instanceof Int32Array||C instanceof Uint32Array||C instanceof Float32Array||C instanceof Float64Array)&&(C=new Uint8Array(C.buffer,C.byteOffset,C.byteLength)),C instanceof Uint8Array){for(var l=C.byteLength,h=[],Q=0;Q<l;Q++)h[Q>>>2]|=C[Q]<<24-Q%4*8;f.call(this,h,l)}else f.apply(this,arguments)};u.prototype=a}})(),s.lib.WordArray})});var ba=CA((Jn,Ha)=>{(function(s,r){typeof Jn=="object"?Ha.exports=Jn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Jn,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=r.enc,u=f.Utf16=f.Utf16BE={stringify:function(l){for(var h=l.words,Q=l.sigBytes,g=[],U=0;U<Q;U+=2){var x=h[U>>>2]>>>16-U%4*8&65535;g.push(String.fromCharCode(x))}return g.join("")},parse:function(l){for(var h=l.length,Q=[],g=0;g<h;g++)Q[g>>>1]|=l.charCodeAt(g)<<16-g%2*16;return a.create(Q,h*2)}};f.Utf16LE={stringify:function(l){for(var h=l.words,Q=l.sigBytes,g=[],U=0;U<Q;U+=2){var x=C(h[U>>>2]>>>16-U%4*8&65535);g.push(String.fromCharCode(x))}return g.join("")},parse:function(l){for(var h=l.length,Q=[],g=0;g<h;g++)Q[g>>>1]|=C(l.charCodeAt(g)<<16-g%2*16);return a.create(Q,h*2)}};function C(l){return l<<8&4278255360|l>>>8&16711935}})(),s.enc.Utf16})});var ft=CA((Yn,Ia)=>{(function(s,r){typeof Yn=="object"?Ia.exports=Yn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Yn,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=r.enc,u=f.Base64={stringify:function(l){var h=l.words,Q=l.sigBytes,g=this._map;l.clamp();for(var U=[],x=0;x<Q;x+=3)for(var E=h[x>>>2]>>>24-x%4*8&255,v=h[x+1>>>2]>>>24-(x+1)%4*8&255,I=h[x+2>>>2]>>>24-(x+2)%4*8&255,D=E<<16|v<<8|I,p=0;p<4&&x+p*.75<Q;p++)U.push(g.charAt(D>>>6*(3-p)&63));var F=g.charAt(64);if(F)for(;U.length%4;)U.push(F);return U.join("")},parse:function(l){var h=l.length,Q=this._map,g=this._reverseMap;if(!g){g=this._reverseMap=[];for(var U=0;U<Q.length;U++)g[Q.charCodeAt(U)]=U}var x=Q.charAt(64);if(x){var E=l.indexOf(x);E!==-1&&(h=E)}return C(l,h,g)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function C(l,h,Q){for(var g=[],U=0,x=0;x<h;x++)if(x%4){var E=Q[l.charCodeAt(x-1)]<<x%4*2,v=Q[l.charCodeAt(x)]>>>6-x%4*2,I=E|v;g[U>>>2]|=I<<24-U%4*8,U++}return a.create(g,U)}})(),s.enc.Base64})});var _a=CA((qn,Da)=>{(function(s,r){typeof qn=="object"?Da.exports=qn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(qn,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=r.enc,u=f.Base64url={stringify:function(l,h){h===void 0&&(h=!0);var Q=l.words,g=l.sigBytes,U=h?this._safe_map:this._map;l.clamp();for(var x=[],E=0;E<g;E+=3)for(var v=Q[E>>>2]>>>24-E%4*8&255,I=Q[E+1>>>2]>>>24-(E+1)%4*8&255,D=Q[E+2>>>2]>>>24-(E+2)%4*8&255,p=v<<16|I<<8|D,F=0;F<4&&E+F*.75<g;F++)x.push(U.charAt(p>>>6*(3-F)&63));var _=U.charAt(64);if(_)for(;x.length%4;)x.push(_);return x.join("")},parse:function(l,h){h===void 0&&(h=!0);var Q=l.length,g=h?this._safe_map:this._map,U=this._reverseMap;if(!U){U=this._reverseMap=[];for(var x=0;x<g.length;x++)U[g.charCodeAt(x)]=x}var E=g.charAt(64);if(E){var v=l.indexOf(E);v!==-1&&(Q=v)}return C(l,Q,U)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function C(l,h,Q){for(var g=[],U=0,x=0;x<h;x++)if(x%4){var E=Q[l.charCodeAt(x-1)]<<x%4*2,v=Q[l.charCodeAt(x)]>>>6-x%4*2,I=E|v;g[U>>>2]|=I<<24-U%4*8,U++}return a.create(g,U)}})(),s.enc.Base64url})});var lt=CA((zn,Sa)=>{(function(s,r){typeof zn=="object"?Sa.exports=zn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(zn,function(s){return(function(r){var i=s,a=i.lib,f=a.WordArray,u=a.Hasher,C=i.algo,l=[];(function(){for(var E=0;E<64;E++)l[E]=r.abs(r.sin(E+1))*4294967296|0})();var h=C.MD5=u.extend({_doReset:function(){this._hash=new f.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(E,v){for(var I=0;I<16;I++){var D=v+I,p=E[D];E[D]=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360}var F=this._hash.words,_=E[v+0],b=E[v+1],S=E[v+2],L=E[v+3],z=E[v+4],J=E[v+5],Z=E[v+6],eA=E[v+7],O=E[v+8],Y=E[v+9],tA=E[v+10],X=E[v+11],aA=E[v+12],oA=E[v+13],lA=E[v+14],xA=E[v+15],k=F[0],P=F[1],W=F[2],V=F[3];k=Q(k,P,W,V,_,7,l[0]),V=Q(V,k,P,W,b,12,l[1]),W=Q(W,V,k,P,S,17,l[2]),P=Q(P,W,V,k,L,22,l[3]),k=Q(k,P,W,V,z,7,l[4]),V=Q(V,k,P,W,J,12,l[5]),W=Q(W,V,k,P,Z,17,l[6]),P=Q(P,W,V,k,eA,22,l[7]),k=Q(k,P,W,V,O,7,l[8]),V=Q(V,k,P,W,Y,12,l[9]),W=Q(W,V,k,P,tA,17,l[10]),P=Q(P,W,V,k,X,22,l[11]),k=Q(k,P,W,V,aA,7,l[12]),V=Q(V,k,P,W,oA,12,l[13]),W=Q(W,V,k,P,lA,17,l[14]),P=Q(P,W,V,k,xA,22,l[15]),k=g(k,P,W,V,b,5,l[16]),V=g(V,k,P,W,Z,9,l[17]),W=g(W,V,k,P,X,14,l[18]),P=g(P,W,V,k,_,20,l[19]),k=g(k,P,W,V,J,5,l[20]),V=g(V,k,P,W,tA,9,l[21]),W=g(W,V,k,P,xA,14,l[22]),P=g(P,W,V,k,z,20,l[23]),k=g(k,P,W,V,Y,5,l[24]),V=g(V,k,P,W,lA,9,l[25]),W=g(W,V,k,P,L,14,l[26]),P=g(P,W,V,k,O,20,l[27]),k=g(k,P,W,V,oA,5,l[28]),V=g(V,k,P,W,S,9,l[29]),W=g(W,V,k,P,eA,14,l[30]),P=g(P,W,V,k,aA,20,l[31]),k=U(k,P,W,V,J,4,l[32]),V=U(V,k,P,W,O,11,l[33]),W=U(W,V,k,P,X,16,l[34]),P=U(P,W,V,k,lA,23,l[35]),k=U(k,P,W,V,b,4,l[36]),V=U(V,k,P,W,z,11,l[37]),W=U(W,V,k,P,eA,16,l[38]),P=U(P,W,V,k,tA,23,l[39]),k=U(k,P,W,V,oA,4,l[40]),V=U(V,k,P,W,_,11,l[41]),W=U(W,V,k,P,L,16,l[42]),P=U(P,W,V,k,Z,23,l[43]),k=U(k,P,W,V,Y,4,l[44]),V=U(V,k,P,W,aA,11,l[45]),W=U(W,V,k,P,xA,16,l[46]),P=U(P,W,V,k,S,23,l[47]),k=x(k,P,W,V,_,6,l[48]),V=x(V,k,P,W,eA,10,l[49]),W=x(W,V,k,P,lA,15,l[50]),P=x(P,W,V,k,J,21,l[51]),k=x(k,P,W,V,aA,6,l[52]),V=x(V,k,P,W,L,10,l[53]),W=x(W,V,k,P,tA,15,l[54]),P=x(P,W,V,k,b,21,l[55]),k=x(k,P,W,V,O,6,l[56]),V=x(V,k,P,W,xA,10,l[57]),W=x(W,V,k,P,Z,15,l[58]),P=x(P,W,V,k,oA,21,l[59]),k=x(k,P,W,V,z,6,l[60]),V=x(V,k,P,W,X,10,l[61]),W=x(W,V,k,P,S,15,l[62]),P=x(P,W,V,k,Y,21,l[63]),F[0]=F[0]+k|0,F[1]=F[1]+P|0,F[2]=F[2]+W|0,F[3]=F[3]+V|0},_doFinalize:function(){var E=this._data,v=E.words,I=this._nDataBytes*8,D=E.sigBytes*8;v[D>>>5]|=128<<24-D%32;var p=r.floor(I/4294967296),F=I;v[(D+64>>>9<<4)+15]=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,v[(D+64>>>9<<4)+14]=(F<<8|F>>>24)&16711935|(F<<24|F>>>8)&4278255360,E.sigBytes=(v.length+1)*4,this._process();for(var _=this._hash,b=_.words,S=0;S<4;S++){var L=b[S];b[S]=(L<<8|L>>>24)&16711935|(L<<24|L>>>8)&4278255360}return _},clone:function(){var E=u.clone.call(this);return E._hash=this._hash.clone(),E}});function Q(E,v,I,D,p,F,_){var b=E+(v&I|~v&D)+p+_;return(b<<F|b>>>32-F)+v}function g(E,v,I,D,p,F,_){var b=E+(v&D|I&~D)+p+_;return(b<<F|b>>>32-F)+v}function U(E,v,I,D,p,F,_){var b=E+(v^I^D)+p+_;return(b<<F|b>>>32-F)+v}function x(E,v,I,D,p,F,_){var b=E+(I^(v|~D))+p+_;return(b<<F|b>>>32-F)+v}i.MD5=u._createHelper(h),i.HmacMD5=u._createHmacHelper(h)})(Math),s.MD5})});var Os=CA((Zn,La)=>{(function(s,r){typeof Zn=="object"?La.exports=Zn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Zn,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=i.Hasher,u=r.algo,C=[],l=u.SHA1=f.extend({_doReset:function(){this._hash=new a.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(h,Q){for(var g=this._hash.words,U=g[0],x=g[1],E=g[2],v=g[3],I=g[4],D=0;D<80;D++){if(D<16)C[D]=h[Q+D]|0;else{var p=C[D-3]^C[D-8]^C[D-14]^C[D-16];C[D]=p<<1|p>>>31}var F=(U<<5|U>>>27)+I+C[D];D<20?F+=(x&E|~x&v)+1518500249:D<40?F+=(x^E^v)+1859775393:D<60?F+=(x&E|x&v|E&v)-1894007588:F+=(x^E^v)-899497514,I=v,v=E,E=x<<30|x>>>2,x=U,U=F}g[0]=g[0]+U|0,g[1]=g[1]+x|0,g[2]=g[2]+E|0,g[3]=g[3]+v|0,g[4]=g[4]+I|0},_doFinalize:function(){var h=this._data,Q=h.words,g=this._nDataBytes*8,U=h.sigBytes*8;return Q[U>>>5]|=128<<24-U%32,Q[(U+64>>>9<<4)+14]=Math.floor(g/4294967296),Q[(U+64>>>9<<4)+15]=g,h.sigBytes=Q.length*4,this._process(),this._hash},clone:function(){var h=f.clone.call(this);return h._hash=this._hash.clone(),h}});r.SHA1=f._createHelper(l),r.HmacSHA1=f._createHmacHelper(l)})(),s.SHA1})});var $n=CA((jn,Ka)=>{(function(s,r){typeof jn=="object"?Ka.exports=jn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(jn,function(s){return(function(r){var i=s,a=i.lib,f=a.WordArray,u=a.Hasher,C=i.algo,l=[],h=[];(function(){function U(I){for(var D=r.sqrt(I),p=2;p<=D;p++)if(!(I%p))return!1;return!0}function x(I){return(I-(I|0))*4294967296|0}for(var E=2,v=0;v<64;)U(E)&&(v<8&&(l[v]=x(r.pow(E,1/2))),h[v]=x(r.pow(E,1/3)),v++),E++})();var Q=[],g=C.SHA256=u.extend({_doReset:function(){this._hash=new f.init(l.slice(0))},_doProcessBlock:function(U,x){for(var E=this._hash.words,v=E[0],I=E[1],D=E[2],p=E[3],F=E[4],_=E[5],b=E[6],S=E[7],L=0;L<64;L++){if(L<16)Q[L]=U[x+L]|0;else{var z=Q[L-15],J=(z<<25|z>>>7)^(z<<14|z>>>18)^z>>>3,Z=Q[L-2],eA=(Z<<15|Z>>>17)^(Z<<13|Z>>>19)^Z>>>10;Q[L]=J+Q[L-7]+eA+Q[L-16]}var O=F&_^~F&b,Y=v&I^v&D^I&D,tA=(v<<30|v>>>2)^(v<<19|v>>>13)^(v<<10|v>>>22),X=(F<<26|F>>>6)^(F<<21|F>>>11)^(F<<7|F>>>25),aA=S+X+O+h[L]+Q[L],oA=tA+Y;S=b,b=_,_=F,F=p+aA|0,p=D,D=I,I=v,v=aA+oA|0}E[0]=E[0]+v|0,E[1]=E[1]+I|0,E[2]=E[2]+D|0,E[3]=E[3]+p|0,E[4]=E[4]+F|0,E[5]=E[5]+_|0,E[6]=E[6]+b|0,E[7]=E[7]+S|0},_doFinalize:function(){var U=this._data,x=U.words,E=this._nDataBytes*8,v=U.sigBytes*8;return x[v>>>5]|=128<<24-v%32,x[(v+64>>>9<<4)+14]=r.floor(E/4294967296),x[(v+64>>>9<<4)+15]=E,U.sigBytes=x.length*4,this._process(),this._hash},clone:function(){var U=u.clone.call(this);return U._hash=this._hash.clone(),U}});i.SHA256=u._createHelper(g),i.HmacSHA256=u._createHmacHelper(g)})(Math),s.SHA256})});var Oa=CA((Ai,Ta)=>{(function(s,r,i){typeof Ai=="object"?Ta.exports=Ai=r(pA(),$n()):typeof define=="function"&&define.amd?define(["./core","./sha256"],r):r(s.CryptoJS)})(Ai,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=r.algo,u=f.SHA256,C=f.SHA224=u.extend({_doReset:function(){this._hash=new a.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var l=u._doFinalize.call(this);return l.sigBytes-=4,l}});r.SHA224=u._createHelper(C),r.HmacSHA224=u._createHmacHelper(C)})(),s.SHA224})});var ks=CA((ei,ka)=>{(function(s,r,i){typeof ei=="object"?ka.exports=ei=r(pA(),Nr()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],r):r(s.CryptoJS)})(ei,function(s){return(function(){var r=s,i=r.lib,a=i.Hasher,f=r.x64,u=f.Word,C=f.WordArray,l=r.algo;function h(){return u.create.apply(u,arguments)}var Q=[h(1116352408,3609767458),h(1899447441,602891725),h(3049323471,3964484399),h(3921009573,2173295548),h(961987163,4081628472),h(1508970993,3053834265),h(2453635748,2937671579),h(2870763221,3664609560),h(3624381080,2734883394),h(310598401,1164996542),h(607225278,1323610764),h(1426881987,3590304994),h(1925078388,4068182383),h(2162078206,991336113),h(2614888103,633803317),h(3248222580,3479774868),h(3835390401,2666613458),h(4022224774,944711139),h(264347078,2341262773),h(604807628,2007800933),h(770255983,1495990901),h(1249150122,1856431235),h(1555081692,3175218132),h(1996064986,2198950837),h(2554220882,3999719339),h(2821834349,766784016),h(2952996808,2566594879),h(3210313671,3203337956),h(3336571891,1034457026),h(3584528711,2466948901),h(113926993,3758326383),h(338241895,168717936),h(666307205,1188179964),h(773529912,1546045734),h(1294757372,1522805485),h(1396182291,2643833823),h(1695183700,2343527390),h(1986661051,1014477480),h(2177026350,1206759142),h(2456956037,344077627),h(2730485921,1290863460),h(2820302411,3158454273),h(3259730800,3505952657),h(3345764771,106217008),h(3516065817,3606008344),h(3600352804,1432725776),h(4094571909,1467031594),h(275423344,851169720),h(430227734,3100823752),h(506948616,1363258195),h(659060556,3750685593),h(883997877,3785050280),h(958139571,3318307427),h(1322822218,3812723403),h(1537002063,2003034995),h(1747873779,3602036899),h(1955562222,1575990012),h(2024104815,1125592928),h(2227730452,2716904306),h(2361852424,442776044),h(2428436474,593698344),h(2756734187,3733110249),h(3204031479,2999351573),h(3329325298,3815920427),h(3391569614,3928383900),h(3515267271,566280711),h(3940187606,3454069534),h(4118630271,4000239992),h(116418474,1914138554),h(174292421,2731055270),h(289380356,3203993006),h(460393269,320620315),h(685471733,587496836),h(852142971,1086792851),h(1017036298,365543100),h(1126000580,2618297676),h(1288033470,3409855158),h(1501505948,4234509866),h(1607167915,987167468),h(1816402316,1246189591)],g=[];(function(){for(var x=0;x<80;x++)g[x]=h()})();var U=l.SHA512=a.extend({_doReset:function(){this._hash=new C.init([new u.init(1779033703,4089235720),new u.init(3144134277,2227873595),new u.init(1013904242,4271175723),new u.init(2773480762,1595750129),new u.init(1359893119,2917565137),new u.init(2600822924,725511199),new u.init(528734635,4215389547),new u.init(1541459225,327033209)])},_doProcessBlock:function(x,E){for(var v=this._hash.words,I=v[0],D=v[1],p=v[2],F=v[3],_=v[4],b=v[5],S=v[6],L=v[7],z=I.high,J=I.low,Z=D.high,eA=D.low,O=p.high,Y=p.low,tA=F.high,X=F.low,aA=_.high,oA=_.low,lA=b.high,xA=b.low,k=S.high,P=S.low,W=L.high,V=L.low,bA=z,EA=J,kA=Z,gA=eA,Ge=O,Ve=Y,Tt=tA,Pe=X,oe=aA,WA=oA,wt=lA,Xe=xA,Ct=k,jA=P,xt=W,We=V,JA=0;JA<80;JA++){var $A,Ae,Je=g[JA];if(JA<16)Ae=Je.high=x[E+JA*2]|0,$A=Je.low=x[E+JA*2+1]|0;else{var pt=g[JA-15],fe=pt.high,Qt=pt.low,Zr=(fe>>>1|Qt<<31)^(fe>>>8|Qt<<24)^fe>>>7,Ot=(Qt>>>1|fe<<31)^(Qt>>>8|fe<<24)^(Qt>>>7|fe<<25),Ye=g[JA-2],Fe=Ye.high,le=Ye.low,YA=(Fe>>>19|le<<13)^(Fe<<3|le>>>29)^Fe>>>6,qe=(le>>>19|Fe<<13)^(le<<3|Fe>>>29)^(le>>>6|Fe<<26),ze=g[JA-7],Ze=ze.high,ki=ze.low,Ue=g[JA-16],Ri=Ue.high,Ft=Ue.low;$A=Ot+ki,Ae=Zr+Ze+($A>>>0<Ot>>>0?1:0),$A=$A+qe,Ae=Ae+YA+($A>>>0<qe>>>0?1:0),$A=$A+Ft,Ae=Ae+Ri+($A>>>0<Ft>>>0?1:0),Je.high=Ae,Je.low=$A}var kt=oe&wt^~oe&Ct,Rt=WA&Xe^~WA&jA,hr=bA&kA^bA&Ge^kA&Ge,gr=EA&gA^EA&Ve^gA&Ve,Ut=(bA>>>28|EA<<4)^(bA<<30|EA>>>2)^(bA<<25|EA>>>7),Mt=(EA>>>28|bA<<4)^(EA<<30|bA>>>2)^(EA<<25|bA>>>7),Nt=(oe>>>14|WA<<18)^(oe>>>18|WA<<14)^(oe<<23|WA>>>9),Gt=(WA>>>14|oe<<18)^(WA>>>18|oe<<14)^(WA<<23|oe>>>9),Vt=Q[JA],jr=Vt.high,$r=Vt.low,qA=We+Gt,we=xt+Nt+(qA>>>0<We>>>0?1:0),qA=qA+Rt,we=we+kt+(qA>>>0<Rt>>>0?1:0),qA=qA+$r,we=we+jr+(qA>>>0<$r>>>0?1:0),qA=qA+$A,we=we+Ae+(qA>>>0<$A>>>0?1:0),wA=Mt+gr,Pt=Ut+hr+(wA>>>0<Mt>>>0?1:0);xt=Ct,We=jA,Ct=wt,jA=Xe,wt=oe,Xe=WA,WA=Pe+qA|0,oe=Tt+we+(WA>>>0<Pe>>>0?1:0)|0,Tt=Ge,Pe=Ve,Ge=kA,Ve=gA,kA=bA,gA=EA,EA=qA+wA|0,bA=we+Pt+(EA>>>0<qA>>>0?1:0)|0}J=I.low=J+EA,I.high=z+bA+(J>>>0<EA>>>0?1:0),eA=D.low=eA+gA,D.high=Z+kA+(eA>>>0<gA>>>0?1:0),Y=p.low=Y+Ve,p.high=O+Ge+(Y>>>0<Ve>>>0?1:0),X=F.low=X+Pe,F.high=tA+Tt+(X>>>0<Pe>>>0?1:0),oA=_.low=oA+WA,_.high=aA+oe+(oA>>>0<WA>>>0?1:0),xA=b.low=xA+Xe,b.high=lA+wt+(xA>>>0<Xe>>>0?1:0),P=S.low=P+jA,S.high=k+Ct+(P>>>0<jA>>>0?1:0),V=L.low=V+We,L.high=W+xt+(V>>>0<We>>>0?1:0)},_doFinalize:function(){var x=this._data,E=x.words,v=this._nDataBytes*8,I=x.sigBytes*8;E[I>>>5]|=128<<24-I%32,E[(I+128>>>10<<5)+30]=Math.floor(v/4294967296),E[(I+128>>>10<<5)+31]=v,x.sigBytes=E.length*4,this._process();var D=this._hash.toX32();return D},clone:function(){var x=a.clone.call(this);return x._hash=this._hash.clone(),x},blockSize:1024/32});r.SHA512=a._createHelper(U),r.HmacSHA512=a._createHmacHelper(U)})(),s.SHA512})});var Ma=CA((ti,Ra)=>{(function(s,r,i){typeof ti=="object"?Ra.exports=ti=r(pA(),Nr(),ks()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./sha512"],r):r(s.CryptoJS)})(ti,function(s){return(function(){var r=s,i=r.x64,a=i.Word,f=i.WordArray,u=r.algo,C=u.SHA512,l=u.SHA384=C.extend({_doReset:function(){this._hash=new f.init([new a.init(3418070365,3238371032),new a.init(1654270250,914150663),new a.init(2438529370,812702999),new a.init(355462360,4144912697),new a.init(1731405415,4290775857),new a.init(2394180231,1750603025),new a.init(3675008525,1694076839),new a.init(1203062813,3204075428)])},_doFinalize:function(){var h=C._doFinalize.call(this);return h.sigBytes-=16,h}});r.SHA384=C._createHelper(l),r.HmacSHA384=C._createHmacHelper(l)})(),s.SHA384})});var Ga=CA((ri,Na)=>{(function(s,r,i){typeof ri=="object"?Na.exports=ri=r(pA(),Nr()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],r):r(s.CryptoJS)})(ri,function(s){return(function(r){var i=s,a=i.lib,f=a.WordArray,u=a.Hasher,C=i.x64,l=C.Word,h=i.algo,Q=[],g=[],U=[];(function(){for(var v=1,I=0,D=0;D<24;D++){Q[v+5*I]=(D+1)*(D+2)/2%64;var p=I%5,F=(2*v+3*I)%5;v=p,I=F}for(var v=0;v<5;v++)for(var I=0;I<5;I++)g[v+5*I]=I+(2*v+3*I)%5*5;for(var _=1,b=0;b<24;b++){for(var S=0,L=0,z=0;z<7;z++){if(_&1){var J=(1<<z)-1;J<32?L^=1<<J:S^=1<<J-32}_&128?_=_<<1^113:_<<=1}U[b]=l.create(S,L)}})();var x=[];(function(){for(var v=0;v<25;v++)x[v]=l.create()})();var E=h.SHA3=u.extend({cfg:u.cfg.extend({outputLength:512}),_doReset:function(){for(var v=this._state=[],I=0;I<25;I++)v[I]=new l.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(v,I){for(var D=this._state,p=this.blockSize/2,F=0;F<p;F++){var _=v[I+2*F],b=v[I+2*F+1];_=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,b=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360;var S=D[F];S.high^=b,S.low^=_}for(var L=0;L<24;L++){for(var z=0;z<5;z++){for(var J=0,Z=0,eA=0;eA<5;eA++){var S=D[z+5*eA];J^=S.high,Z^=S.low}var O=x[z];O.high=J,O.low=Z}for(var z=0;z<5;z++)for(var Y=x[(z+4)%5],tA=x[(z+1)%5],X=tA.high,aA=tA.low,J=Y.high^(X<<1|aA>>>31),Z=Y.low^(aA<<1|X>>>31),eA=0;eA<5;eA++){var S=D[z+5*eA];S.high^=J,S.low^=Z}for(var oA=1;oA<25;oA++){var J,Z,S=D[oA],lA=S.high,xA=S.low,k=Q[oA];k<32?(J=lA<<k|xA>>>32-k,Z=xA<<k|lA>>>32-k):(J=xA<<k-32|lA>>>64-k,Z=lA<<k-32|xA>>>64-k);var P=x[g[oA]];P.high=J,P.low=Z}var W=x[0],V=D[0];W.high=V.high,W.low=V.low;for(var z=0;z<5;z++)for(var eA=0;eA<5;eA++){var oA=z+5*eA,S=D[oA],bA=x[oA],EA=x[(z+1)%5+5*eA],kA=x[(z+2)%5+5*eA];S.high=bA.high^~EA.high&kA.high,S.low=bA.low^~EA.low&kA.low}var S=D[0],gA=U[L];S.high^=gA.high,S.low^=gA.low}},_doFinalize:function(){var v=this._data,I=v.words,D=this._nDataBytes*8,p=v.sigBytes*8,F=this.blockSize*32;I[p>>>5]|=1<<24-p%32,I[(r.ceil((p+1)/F)*F>>>5)-1]|=128,v.sigBytes=I.length*4,this._process();for(var _=this._state,b=this.cfg.outputLength/8,S=b/8,L=[],z=0;z<S;z++){var J=_[z],Z=J.high,eA=J.low;Z=(Z<<8|Z>>>24)&16711935|(Z<<24|Z>>>8)&4278255360,eA=(eA<<8|eA>>>24)&16711935|(eA<<24|eA>>>8)&4278255360,L.push(eA),L.push(Z)}return new f.init(L,b)},clone:function(){for(var v=u.clone.call(this),I=v._state=this._state.slice(0),D=0;D<25;D++)I[D]=I[D].clone();return v}});i.SHA3=u._createHelper(E),i.HmacSHA3=u._createHmacHelper(E)})(Math),s.SHA3})});var Pa=CA((ni,Va)=>{(function(s,r){typeof ni=="object"?Va.exports=ni=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(ni,function(s){return(function(r){var i=s,a=i.lib,f=a.WordArray,u=a.Hasher,C=i.algo,l=f.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),h=f.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),Q=f.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),g=f.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),U=f.create([0,1518500249,1859775393,2400959708,2840853838]),x=f.create([1352829926,1548603684,1836072691,2053994217,0]),E=C.RIPEMD160=u.extend({_doReset:function(){this._hash=f.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(b,S){for(var L=0;L<16;L++){var z=S+L,J=b[z];b[z]=(J<<8|J>>>24)&16711935|(J<<24|J>>>8)&4278255360}var Z=this._hash.words,eA=U.words,O=x.words,Y=l.words,tA=h.words,X=Q.words,aA=g.words,oA,lA,xA,k,P,W,V,bA,EA,kA;W=oA=Z[0],V=lA=Z[1],bA=xA=Z[2],EA=k=Z[3],kA=P=Z[4];for(var gA,L=0;L<80;L+=1)gA=oA+b[S+Y[L]]|0,L<16?gA+=v(lA,xA,k)+eA[0]:L<32?gA+=I(lA,xA,k)+eA[1]:L<48?gA+=D(lA,xA,k)+eA[2]:L<64?gA+=p(lA,xA,k)+eA[3]:gA+=F(lA,xA,k)+eA[4],gA=gA|0,gA=_(gA,X[L]),gA=gA+P|0,oA=P,P=k,k=_(xA,10),xA=lA,lA=gA,gA=W+b[S+tA[L]]|0,L<16?gA+=F(V,bA,EA)+O[0]:L<32?gA+=p(V,bA,EA)+O[1]:L<48?gA+=D(V,bA,EA)+O[2]:L<64?gA+=I(V,bA,EA)+O[3]:gA+=v(V,bA,EA)+O[4],gA=gA|0,gA=_(gA,aA[L]),gA=gA+kA|0,W=kA,kA=EA,EA=_(bA,10),bA=V,V=gA;gA=Z[1]+xA+EA|0,Z[1]=Z[2]+k+kA|0,Z[2]=Z[3]+P+W|0,Z[3]=Z[4]+oA+V|0,Z[4]=Z[0]+lA+bA|0,Z[0]=gA},_doFinalize:function(){var b=this._data,S=b.words,L=this._nDataBytes*8,z=b.sigBytes*8;S[z>>>5]|=128<<24-z%32,S[(z+64>>>9<<4)+14]=(L<<8|L>>>24)&16711935|(L<<24|L>>>8)&4278255360,b.sigBytes=(S.length+1)*4,this._process();for(var J=this._hash,Z=J.words,eA=0;eA<5;eA++){var O=Z[eA];Z[eA]=(O<<8|O>>>24)&16711935|(O<<24|O>>>8)&4278255360}return J},clone:function(){var b=u.clone.call(this);return b._hash=this._hash.clone(),b}});function v(b,S,L){return b^S^L}function I(b,S,L){return b&S|~b&L}function D(b,S,L){return(b|~S)^L}function p(b,S,L){return b&L|S&~L}function F(b,S,L){return b^(S|~L)}function _(b,S){return b<<S|b>>>32-S}i.RIPEMD160=u._createHelper(E),i.HmacRIPEMD160=u._createHmacHelper(E)})(Math),s.RIPEMD160})});var si=CA((ii,Xa)=>{(function(s,r){typeof ii=="object"?Xa.exports=ii=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(ii,function(s){(function(){var r=s,i=r.lib,a=i.Base,f=r.enc,u=f.Utf8,C=r.algo,l=C.HMAC=a.extend({init:function(h,Q){h=this._hasher=new h.init,typeof Q=="string"&&(Q=u.parse(Q));var g=h.blockSize,U=g*4;Q.sigBytes>U&&(Q=h.finalize(Q)),Q.clamp();for(var x=this._oKey=Q.clone(),E=this._iKey=Q.clone(),v=x.words,I=E.words,D=0;D<g;D++)v[D]^=1549556828,I[D]^=909522486;x.sigBytes=E.sigBytes=U,this.reset()},reset:function(){var h=this._hasher;h.reset(),h.update(this._iKey)},update:function(h){return this._hasher.update(h),this},finalize:function(h){var Q=this._hasher,g=Q.finalize(h);Q.reset();var U=Q.finalize(this._oKey.clone().concat(g));return U}})})()})});var Ja=CA((oi,Wa)=>{(function(s,r,i){typeof oi=="object"?Wa.exports=oi=r(pA(),$n(),si()):typeof define=="function"&&define.amd?define(["./core","./sha256","./hmac"],r):r(s.CryptoJS)})(oi,function(s){return(function(){var r=s,i=r.lib,a=i.Base,f=i.WordArray,u=r.algo,C=u.SHA256,l=u.HMAC,h=u.PBKDF2=a.extend({cfg:a.extend({keySize:128/32,hasher:C,iterations:25e4}),init:function(Q){this.cfg=this.cfg.extend(Q)},compute:function(Q,g){for(var U=this.cfg,x=l.create(U.hasher,Q),E=f.create(),v=f.create([1]),I=E.words,D=v.words,p=U.keySize,F=U.iterations;I.length<p;){var _=x.update(g).finalize(v);x.reset();for(var b=_.words,S=b.length,L=_,z=1;z<F;z++){L=x.finalize(L),x.reset();for(var J=L.words,Z=0;Z<S;Z++)b[Z]^=J[Z]}E.concat(_),D[0]++}return E.sigBytes=p*4,E}});r.PBKDF2=function(Q,g,U){return h.create(U).compute(Q,g)}})(),s.PBKDF2})});var Re=CA((ai,Ya)=>{(function(s,r,i){typeof ai=="object"?Ya.exports=ai=r(pA(),Os(),si()):typeof define=="function"&&define.amd?define(["./core","./sha1","./hmac"],r):r(s.CryptoJS)})(ai,function(s){return(function(){var r=s,i=r.lib,a=i.Base,f=i.WordArray,u=r.algo,C=u.MD5,l=u.EvpKDF=a.extend({cfg:a.extend({keySize:128/32,hasher:C,iterations:1}),init:function(h){this.cfg=this.cfg.extend(h)},compute:function(h,Q){for(var g,U=this.cfg,x=U.hasher.create(),E=f.create(),v=E.words,I=U.keySize,D=U.iterations;v.length<I;){g&&x.update(g),g=x.update(h).finalize(Q),x.reset();for(var p=1;p<D;p++)g=x.finalize(g),x.reset();E.concat(g)}return E.sigBytes=I*4,E}});r.EvpKDF=function(h,Q,g){return l.create(g).compute(h,Q)}})(),s.EvpKDF})});var MA=CA((Bi,qa)=>{(function(s,r,i){typeof Bi=="object"?qa.exports=Bi=r(pA(),Re()):typeof define=="function"&&define.amd?define(["./core","./evpkdf"],r):r(s.CryptoJS)})(Bi,function(s){s.lib.Cipher||(function(r){var i=s,a=i.lib,f=a.Base,u=a.WordArray,C=a.BufferedBlockAlgorithm,l=i.enc,h=l.Utf8,Q=l.Base64,g=i.algo,U=g.EvpKDF,x=a.Cipher=C.extend({cfg:f.extend(),createEncryptor:function(O,Y){return this.create(this._ENC_XFORM_MODE,O,Y)},createDecryptor:function(O,Y){return this.create(this._DEC_XFORM_MODE,O,Y)},init:function(O,Y,tA){this.cfg=this.cfg.extend(tA),this._xformMode=O,this._key=Y,this.reset()},reset:function(){C.reset.call(this),this._doReset()},process:function(O){return this._append(O),this._process()},finalize:function(O){O&&this._append(O);var Y=this._doFinalize();return Y},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:(function(){function O(Y){return typeof Y=="string"?eA:z}return function(Y){return{encrypt:function(tA,X,aA){return O(X).encrypt(Y,tA,X,aA)},decrypt:function(tA,X,aA){return O(X).decrypt(Y,tA,X,aA)}}}})()}),E=a.StreamCipher=x.extend({_doFinalize:function(){var O=this._process(!0);return O},blockSize:1}),v=i.mode={},I=a.BlockCipherMode=f.extend({createEncryptor:function(O,Y){return this.Encryptor.create(O,Y)},createDecryptor:function(O,Y){return this.Decryptor.create(O,Y)},init:function(O,Y){this._cipher=O,this._iv=Y}}),D=v.CBC=(function(){var O=I.extend();O.Encryptor=O.extend({processBlock:function(tA,X){var aA=this._cipher,oA=aA.blockSize;Y.call(this,tA,X,oA),aA.encryptBlock(tA,X),this._prevBlock=tA.slice(X,X+oA)}}),O.Decryptor=O.extend({processBlock:function(tA,X){var aA=this._cipher,oA=aA.blockSize,lA=tA.slice(X,X+oA);aA.decryptBlock(tA,X),Y.call(this,tA,X,oA),this._prevBlock=lA}});function Y(tA,X,aA){var oA,lA=this._iv;lA?(oA=lA,this._iv=r):oA=this._prevBlock;for(var xA=0;xA<aA;xA++)tA[X+xA]^=oA[xA]}return O})(),p=i.pad={},F=p.Pkcs7={pad:function(O,Y){for(var tA=Y*4,X=tA-O.sigBytes%tA,aA=X<<24|X<<16|X<<8|X,oA=[],lA=0;lA<X;lA+=4)oA.push(aA);var xA=u.create(oA,X);O.concat(xA)},unpad:function(O){var Y=O.words[O.sigBytes-1>>>2]&255;O.sigBytes-=Y}},_=a.BlockCipher=x.extend({cfg:x.cfg.extend({mode:D,padding:F}),reset:function(){var O;x.reset.call(this);var Y=this.cfg,tA=Y.iv,X=Y.mode;this._xformMode==this._ENC_XFORM_MODE?O=X.createEncryptor:(O=X.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==O?this._mode.init(this,tA&&tA.words):(this._mode=O.call(X,this,tA&&tA.words),this._mode.__creator=O)},_doProcessBlock:function(O,Y){this._mode.processBlock(O,Y)},_doFinalize:function(){var O,Y=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(Y.pad(this._data,this.blockSize),O=this._process(!0)):(O=this._process(!0),Y.unpad(O)),O},blockSize:128/32}),b=a.CipherParams=f.extend({init:function(O){this.mixIn(O)},toString:function(O){return(O||this.formatter).stringify(this)}}),S=i.format={},L=S.OpenSSL={stringify:function(O){var Y,tA=O.ciphertext,X=O.salt;return X?Y=u.create([1398893684,1701076831]).concat(X).concat(tA):Y=tA,Y.toString(Q)},parse:function(O){var Y,tA=Q.parse(O),X=tA.words;return X[0]==1398893684&&X[1]==1701076831&&(Y=u.create(X.slice(2,4)),X.splice(0,4),tA.sigBytes-=16),b.create({ciphertext:tA,salt:Y})}},z=a.SerializableCipher=f.extend({cfg:f.extend({format:L}),encrypt:function(O,Y,tA,X){X=this.cfg.extend(X);var aA=O.createEncryptor(tA,X),oA=aA.finalize(Y),lA=aA.cfg;return b.create({ciphertext:oA,key:tA,iv:lA.iv,algorithm:O,mode:lA.mode,padding:lA.padding,blockSize:O.blockSize,formatter:X.format})},decrypt:function(O,Y,tA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var aA=O.createDecryptor(tA,X).finalize(Y.ciphertext);return aA},_parse:function(O,Y){return typeof O=="string"?Y.parse(O,this):O}}),J=i.kdf={},Z=J.OpenSSL={execute:function(O,Y,tA,X,aA){if(X||(X=u.random(64/8)),aA)var oA=U.create({keySize:Y+tA,hasher:aA}).compute(O,X);else var oA=U.create({keySize:Y+tA}).compute(O,X);var lA=u.create(oA.words.slice(Y),tA*4);return oA.sigBytes=Y*4,b.create({key:oA,iv:lA,salt:X})}},eA=a.PasswordBasedCipher=z.extend({cfg:z.cfg.extend({kdf:Z}),encrypt:function(O,Y,tA,X){X=this.cfg.extend(X);var aA=X.kdf.execute(tA,O.keySize,O.ivSize,X.salt,X.hasher);X.iv=aA.iv;var oA=z.encrypt.call(this,O,Y,aA.key,X);return oA.mixIn(aA),oA},decrypt:function(O,Y,tA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var aA=X.kdf.execute(tA,O.keySize,O.ivSize,Y.salt,X.hasher);X.iv=aA.iv;var oA=z.decrypt.call(this,O,Y,aA.key,X);return oA}})})()})});var Za=CA((ci,za)=>{(function(s,r,i){typeof ci=="object"?za.exports=ci=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(ci,function(s){return s.mode.CFB=(function(){var r=s.lib.BlockCipherMode.extend();r.Encryptor=r.extend({processBlock:function(a,f){var u=this._cipher,C=u.blockSize;i.call(this,a,f,C,u),this._prevBlock=a.slice(f,f+C)}}),r.Decryptor=r.extend({processBlock:function(a,f){var u=this._cipher,C=u.blockSize,l=a.slice(f,f+C);i.call(this,a,f,C,u),this._prevBlock=l}});function i(a,f,u,C){var l,h=this._iv;h?(l=h.slice(0),this._iv=void 0):l=this._prevBlock,C.encryptBlock(l,0);for(var Q=0;Q<u;Q++)a[f+Q]^=l[Q]}return r})(),s.mode.CFB})});var $a=CA((fi,ja)=>{(function(s,r,i){typeof fi=="object"?ja.exports=fi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(fi,function(s){return s.mode.CTR=(function(){var r=s.lib.BlockCipherMode.extend(),i=r.Encryptor=r.extend({processBlock:function(a,f){var u=this._cipher,C=u.blockSize,l=this._iv,h=this._counter;l&&(h=this._counter=l.slice(0),this._iv=void 0);var Q=h.slice(0);u.encryptBlock(Q,0),h[C-1]=h[C-1]+1|0;for(var g=0;g<C;g++)a[f+g]^=Q[g]}});return r.Decryptor=i,r})(),s.mode.CTR})});var eB=CA((li,AB)=>{(function(s,r,i){typeof li=="object"?AB.exports=li=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(li,function(s){return s.mode.CTRGladman=(function(){var r=s.lib.BlockCipherMode.extend();function i(u){if((u>>24&255)===255){var C=u>>16&255,l=u>>8&255,h=u&255;C===255?(C=0,l===255?(l=0,h===255?h=0:++h):++l):++C,u=0,u+=C<<16,u+=l<<8,u+=h}else u+=1<<24;return u}function a(u){return(u[0]=i(u[0]))===0&&(u[1]=i(u[1])),u}var f=r.Encryptor=r.extend({processBlock:function(u,C){var l=this._cipher,h=l.blockSize,Q=this._iv,g=this._counter;Q&&(g=this._counter=Q.slice(0),this._iv=void 0),a(g);var U=g.slice(0);l.encryptBlock(U,0);for(var x=0;x<h;x++)u[C+x]^=U[x]}});return r.Decryptor=f,r})(),s.mode.CTRGladman})});var rB=CA((ui,tB)=>{(function(s,r,i){typeof ui=="object"?tB.exports=ui=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(ui,function(s){return s.mode.OFB=(function(){var r=s.lib.BlockCipherMode.extend(),i=r.Encryptor=r.extend({processBlock:function(a,f){var u=this._cipher,C=u.blockSize,l=this._iv,h=this._keystream;l&&(h=this._keystream=l.slice(0),this._iv=void 0),u.encryptBlock(h,0);for(var Q=0;Q<C;Q++)a[f+Q]^=h[Q]}});return r.Decryptor=i,r})(),s.mode.OFB})});var iB=CA((hi,nB)=>{(function(s,r,i){typeof hi=="object"?nB.exports=hi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(hi,function(s){return s.mode.ECB=(function(){var r=s.lib.BlockCipherMode.extend();return r.Encryptor=r.extend({processBlock:function(i,a){this._cipher.encryptBlock(i,a)}}),r.Decryptor=r.extend({processBlock:function(i,a){this._cipher.decryptBlock(i,a)}}),r})(),s.mode.ECB})});var oB=CA((gi,sB)=>{(function(s,r,i){typeof gi=="object"?sB.exports=gi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(gi,function(s){return s.pad.AnsiX923={pad:function(r,i){var a=r.sigBytes,f=i*4,u=f-a%f,C=a+u-1;r.clamp(),r.words[C>>>2]|=u<<24-C%4*8,r.sigBytes+=u},unpad:function(r){var i=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=i}},s.pad.Ansix923})});var BB=CA((di,aB)=>{(function(s,r,i){typeof di=="object"?aB.exports=di=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(di,function(s){return s.pad.Iso10126={pad:function(r,i){var a=i*4,f=a-r.sigBytes%a;r.concat(s.lib.WordArray.random(f-1)).concat(s.lib.WordArray.create([f<<24],1))},unpad:function(r){var i=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=i}},s.pad.Iso10126})});var fB=CA((wi,cB)=>{(function(s,r,i){typeof wi=="object"?cB.exports=wi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(wi,function(s){return s.pad.Iso97971={pad:function(r,i){r.concat(s.lib.WordArray.create([2147483648],1)),s.pad.ZeroPadding.pad(r,i)},unpad:function(r){s.pad.ZeroPadding.unpad(r),r.sigBytes--}},s.pad.Iso97971})});var uB=CA((Ci,lB)=>{(function(s,r,i){typeof Ci=="object"?lB.exports=Ci=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(Ci,function(s){return s.pad.ZeroPadding={pad:function(r,i){var a=i*4;r.clamp(),r.sigBytes+=a-(r.sigBytes%a||a)},unpad:function(r){for(var i=r.words,a=r.sigBytes-1,a=r.sigBytes-1;a>=0;a--)if(i[a>>>2]>>>24-a%4*8&255){r.sigBytes=a+1;break}}},s.pad.ZeroPadding})});var gB=CA((xi,hB)=>{(function(s,r,i){typeof xi=="object"?hB.exports=xi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(xi,function(s){return s.pad.NoPadding={pad:function(){},unpad:function(){}},s.pad.NoPadding})});var wB=CA((pi,dB)=>{(function(s,r,i){typeof pi=="object"?dB.exports=pi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(pi,function(s){return(function(r){var i=s,a=i.lib,f=a.CipherParams,u=i.enc,C=u.Hex,l=i.format,h=l.Hex={stringify:function(Q){return Q.ciphertext.toString(C)},parse:function(Q){var g=C.parse(Q);return f.create({ciphertext:g})}}})(),s.format.Hex})});var xB=CA((Qi,CB)=>{(function(s,r,i){typeof Qi=="object"?CB.exports=Qi=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(Qi,function(s){return(function(){var r=s,i=r.lib,a=i.BlockCipher,f=r.algo,u=[],C=[],l=[],h=[],Q=[],g=[],U=[],x=[],E=[],v=[];(function(){for(var p=[],F=0;F<256;F++)F<128?p[F]=F<<1:p[F]=F<<1^283;for(var _=0,b=0,F=0;F<256;F++){var S=b^b<<1^b<<2^b<<3^b<<4;S=S>>>8^S&255^99,u[_]=S,C[S]=_;var L=p[_],z=p[L],J=p[z],Z=p[S]*257^S*16843008;l[_]=Z<<24|Z>>>8,h[_]=Z<<16|Z>>>16,Q[_]=Z<<8|Z>>>24,g[_]=Z;var Z=J*16843009^z*65537^L*257^_*16843008;U[S]=Z<<24|Z>>>8,x[S]=Z<<16|Z>>>16,E[S]=Z<<8|Z>>>24,v[S]=Z,_?(_=L^p[p[p[J^L]]],b^=p[p[b]]):_=b=1}})();var I=[0,1,2,4,8,16,32,64,128,27,54],D=f.AES=a.extend({_doReset:function(){var p;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var F=this._keyPriorReset=this._key,_=F.words,b=F.sigBytes/4,S=this._nRounds=b+6,L=(S+1)*4,z=this._keySchedule=[],J=0;J<L;J++)J<b?z[J]=_[J]:(p=z[J-1],J%b?b>6&&J%b==4&&(p=u[p>>>24]<<24|u[p>>>16&255]<<16|u[p>>>8&255]<<8|u[p&255]):(p=p<<8|p>>>24,p=u[p>>>24]<<24|u[p>>>16&255]<<16|u[p>>>8&255]<<8|u[p&255],p^=I[J/b|0]<<24),z[J]=z[J-b]^p);for(var Z=this._invKeySchedule=[],eA=0;eA<L;eA++){var J=L-eA;if(eA%4)var p=z[J];else var p=z[J-4];eA<4||J<=4?Z[eA]=p:Z[eA]=U[u[p>>>24]]^x[u[p>>>16&255]]^E[u[p>>>8&255]]^v[u[p&255]]}}},encryptBlock:function(p,F){this._doCryptBlock(p,F,this._keySchedule,l,h,Q,g,u)},decryptBlock:function(p,F){var _=p[F+1];p[F+1]=p[F+3],p[F+3]=_,this._doCryptBlock(p,F,this._invKeySchedule,U,x,E,v,C);var _=p[F+1];p[F+1]=p[F+3],p[F+3]=_},_doCryptBlock:function(p,F,_,b,S,L,z,J){for(var Z=this._nRounds,eA=p[F]^_[0],O=p[F+1]^_[1],Y=p[F+2]^_[2],tA=p[F+3]^_[3],X=4,aA=1;aA<Z;aA++){var oA=b[eA>>>24]^S[O>>>16&255]^L[Y>>>8&255]^z[tA&255]^_[X++],lA=b[O>>>24]^S[Y>>>16&255]^L[tA>>>8&255]^z[eA&255]^_[X++],xA=b[Y>>>24]^S[tA>>>16&255]^L[eA>>>8&255]^z[O&255]^_[X++],k=b[tA>>>24]^S[eA>>>16&255]^L[O>>>8&255]^z[Y&255]^_[X++];eA=oA,O=lA,Y=xA,tA=k}var oA=(J[eA>>>24]<<24|J[O>>>16&255]<<16|J[Y>>>8&255]<<8|J[tA&255])^_[X++],lA=(J[O>>>24]<<24|J[Y>>>16&255]<<16|J[tA>>>8&255]<<8|J[eA&255])^_[X++],xA=(J[Y>>>24]<<24|J[tA>>>16&255]<<16|J[eA>>>8&255]<<8|J[O&255])^_[X++],k=(J[tA>>>24]<<24|J[eA>>>16&255]<<16|J[O>>>8&255]<<8|J[Y&255])^_[X++];p[F]=oA,p[F+1]=lA,p[F+2]=xA,p[F+3]=k},keySize:256/32});r.AES=a._createHelper(D)})(),s.AES})});var QB=CA((Fi,pB)=>{(function(s,r,i){typeof Fi=="object"?pB.exports=Fi=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(Fi,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=i.BlockCipher,u=r.algo,C=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],l=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],h=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],Q=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],g=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],U=u.DES=f.extend({_doReset:function(){for(var I=this._key,D=I.words,p=[],F=0;F<56;F++){var _=C[F]-1;p[F]=D[_>>>5]>>>31-_%32&1}for(var b=this._subKeys=[],S=0;S<16;S++){for(var L=b[S]=[],z=h[S],F=0;F<24;F++)L[F/6|0]|=p[(l[F]-1+z)%28]<<31-F%6,L[4+(F/6|0)]|=p[28+(l[F+24]-1+z)%28]<<31-F%6;L[0]=L[0]<<1|L[0]>>>31;for(var F=1;F<7;F++)L[F]=L[F]>>>(F-1)*4+3;L[7]=L[7]<<5|L[7]>>>27}for(var J=this._invSubKeys=[],F=0;F<16;F++)J[F]=b[15-F]},encryptBlock:function(I,D){this._doCryptBlock(I,D,this._subKeys)},decryptBlock:function(I,D){this._doCryptBlock(I,D,this._invSubKeys)},_doCryptBlock:function(I,D,p){this._lBlock=I[D],this._rBlock=I[D+1],x.call(this,4,252645135),x.call(this,16,65535),E.call(this,2,858993459),E.call(this,8,16711935),x.call(this,1,1431655765);for(var F=0;F<16;F++){for(var _=p[F],b=this._lBlock,S=this._rBlock,L=0,z=0;z<8;z++)L|=Q[z][((S^_[z])&g[z])>>>0];this._lBlock=S,this._rBlock=b^L}var J=this._lBlock;this._lBlock=this._rBlock,this._rBlock=J,x.call(this,1,1431655765),E.call(this,8,16711935),E.call(this,2,858993459),x.call(this,16,65535),x.call(this,4,252645135),I[D]=this._lBlock,I[D+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function x(I,D){var p=(this._lBlock>>>I^this._rBlock)&D;this._rBlock^=p,this._lBlock^=p<<I}function E(I,D){var p=(this._rBlock>>>I^this._lBlock)&D;this._lBlock^=p,this._rBlock^=p<<I}r.DES=f._createHelper(U);var v=u.TripleDES=f.extend({_doReset:function(){var I=this._key,D=I.words;if(D.length!==2&&D.length!==4&&D.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var p=D.slice(0,2),F=D.length<4?D.slice(0,2):D.slice(2,4),_=D.length<6?D.slice(0,2):D.slice(4,6);this._des1=U.createEncryptor(a.create(p)),this._des2=U.createEncryptor(a.create(F)),this._des3=U.createEncryptor(a.create(_))},encryptBlock:function(I,D){this._des1.encryptBlock(I,D),this._des2.decryptBlock(I,D),this._des3.encryptBlock(I,D)},decryptBlock:function(I,D){this._des3.decryptBlock(I,D),this._des2.encryptBlock(I,D),this._des1.decryptBlock(I,D)},keySize:192/32,ivSize:64/32,blockSize:64/32});r.TripleDES=f._createHelper(v)})(),s.TripleDES})});var UB=CA((Ui,FB)=>{(function(s,r,i){typeof Ui=="object"?FB.exports=Ui=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(Ui,function(s){return(function(){var r=s,i=r.lib,a=i.StreamCipher,f=r.algo,u=f.RC4=a.extend({_doReset:function(){for(var h=this._key,Q=h.words,g=h.sigBytes,U=this._S=[],x=0;x<256;x++)U[x]=x;for(var x=0,E=0;x<256;x++){var v=x%g,I=Q[v>>>2]>>>24-v%4*8&255;E=(E+U[x]+I)%256;var D=U[x];U[x]=U[E],U[E]=D}this._i=this._j=0},_doProcessBlock:function(h,Q){h[Q]^=C.call(this)},keySize:256/32,ivSize:0});function C(){for(var h=this._S,Q=this._i,g=this._j,U=0,x=0;x<4;x++){Q=(Q+1)%256,g=(g+h[Q])%256;var E=h[Q];h[Q]=h[g],h[g]=E,U|=h[(h[Q]+h[g])%256]<<24-x*8}return this._i=Q,this._j=g,U}r.RC4=a._createHelper(u);var l=f.RC4Drop=u.extend({cfg:u.cfg.extend({drop:192}),_doReset:function(){u._doReset.call(this);for(var h=this.cfg.drop;h>0;h--)C.call(this)}});r.RC4Drop=a._createHelper(l)})(),s.RC4})});var EB=CA((vi,vB)=>{(function(s,r,i){typeof vi=="object"?vB.exports=vi=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(vi,function(s){return(function(){var r=s,i=r.lib,a=i.StreamCipher,f=r.algo,u=[],C=[],l=[],h=f.Rabbit=a.extend({_doReset:function(){for(var g=this._key.words,U=this.cfg.iv,x=0;x<4;x++)g[x]=(g[x]<<8|g[x]>>>24)&16711935|(g[x]<<24|g[x]>>>8)&4278255360;var E=this._X=[g[0],g[3]<<16|g[2]>>>16,g[1],g[0]<<16|g[3]>>>16,g[2],g[1]<<16|g[0]>>>16,g[3],g[2]<<16|g[1]>>>16],v=this._C=[g[2]<<16|g[2]>>>16,g[0]&4294901760|g[1]&65535,g[3]<<16|g[3]>>>16,g[1]&4294901760|g[2]&65535,g[0]<<16|g[0]>>>16,g[2]&4294901760|g[3]&65535,g[1]<<16|g[1]>>>16,g[3]&4294901760|g[0]&65535];this._b=0;for(var x=0;x<4;x++)Q.call(this);for(var x=0;x<8;x++)v[x]^=E[x+4&7];if(U){var I=U.words,D=I[0],p=I[1],F=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,_=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,b=F>>>16|_&4294901760,S=_<<16|F&65535;v[0]^=F,v[1]^=b,v[2]^=_,v[3]^=S,v[4]^=F,v[5]^=b,v[6]^=_,v[7]^=S;for(var x=0;x<4;x++)Q.call(this)}},_doProcessBlock:function(g,U){var x=this._X;Q.call(this),u[0]=x[0]^x[5]>>>16^x[3]<<16,u[1]=x[2]^x[7]>>>16^x[5]<<16,u[2]=x[4]^x[1]>>>16^x[7]<<16,u[3]=x[6]^x[3]>>>16^x[1]<<16;for(var E=0;E<4;E++)u[E]=(u[E]<<8|u[E]>>>24)&16711935|(u[E]<<24|u[E]>>>8)&4278255360,g[U+E]^=u[E]},blockSize:128/32,ivSize:64/32});function Q(){for(var g=this._X,U=this._C,x=0;x<8;x++)C[x]=U[x];U[0]=U[0]+1295307597+this._b|0,U[1]=U[1]+3545052371+(U[0]>>>0<C[0]>>>0?1:0)|0,U[2]=U[2]+886263092+(U[1]>>>0<C[1]>>>0?1:0)|0,U[3]=U[3]+1295307597+(U[2]>>>0<C[2]>>>0?1:0)|0,U[4]=U[4]+3545052371+(U[3]>>>0<C[3]>>>0?1:0)|0,U[5]=U[5]+886263092+(U[4]>>>0<C[4]>>>0?1:0)|0,U[6]=U[6]+1295307597+(U[5]>>>0<C[5]>>>0?1:0)|0,U[7]=U[7]+3545052371+(U[6]>>>0<C[6]>>>0?1:0)|0,this._b=U[7]>>>0<C[7]>>>0?1:0;for(var x=0;x<8;x++){var E=g[x]+U[x],v=E&65535,I=E>>>16,D=((v*v>>>17)+v*I>>>15)+I*I,p=((E&4294901760)*E|0)+((E&65535)*E|0);l[x]=D^p}g[0]=l[0]+(l[7]<<16|l[7]>>>16)+(l[6]<<16|l[6]>>>16)|0,g[1]=l[1]+(l[0]<<8|l[0]>>>24)+l[7]|0,g[2]=l[2]+(l[1]<<16|l[1]>>>16)+(l[0]<<16|l[0]>>>16)|0,g[3]=l[3]+(l[2]<<8|l[2]>>>24)+l[1]|0,g[4]=l[4]+(l[3]<<16|l[3]>>>16)+(l[2]<<16|l[2]>>>16)|0,g[5]=l[5]+(l[4]<<8|l[4]>>>24)+l[3]|0,g[6]=l[6]+(l[5]<<16|l[5]>>>16)+(l[4]<<16|l[4]>>>16)|0,g[7]=l[7]+(l[6]<<8|l[6]>>>24)+l[5]|0}r.Rabbit=a._createHelper(h)})(),s.Rabbit})});var yB=CA((Ei,mB)=>{(function(s,r,i){typeof Ei=="object"?mB.exports=Ei=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(Ei,function(s){return(function(){var r=s,i=r.lib,a=i.StreamCipher,f=r.algo,u=[],C=[],l=[],h=f.RabbitLegacy=a.extend({_doReset:function(){var g=this._key.words,U=this.cfg.iv,x=this._X=[g[0],g[3]<<16|g[2]>>>16,g[1],g[0]<<16|g[3]>>>16,g[2],g[1]<<16|g[0]>>>16,g[3],g[2]<<16|g[1]>>>16],E=this._C=[g[2]<<16|g[2]>>>16,g[0]&4294901760|g[1]&65535,g[3]<<16|g[3]>>>16,g[1]&4294901760|g[2]&65535,g[0]<<16|g[0]>>>16,g[2]&4294901760|g[3]&65535,g[1]<<16|g[1]>>>16,g[3]&4294901760|g[0]&65535];this._b=0;for(var v=0;v<4;v++)Q.call(this);for(var v=0;v<8;v++)E[v]^=x[v+4&7];if(U){var I=U.words,D=I[0],p=I[1],F=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,_=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,b=F>>>16|_&4294901760,S=_<<16|F&65535;E[0]^=F,E[1]^=b,E[2]^=_,E[3]^=S,E[4]^=F,E[5]^=b,E[6]^=_,E[7]^=S;for(var v=0;v<4;v++)Q.call(this)}},_doProcessBlock:function(g,U){var x=this._X;Q.call(this),u[0]=x[0]^x[5]>>>16^x[3]<<16,u[1]=x[2]^x[7]>>>16^x[5]<<16,u[2]=x[4]^x[1]>>>16^x[7]<<16,u[3]=x[6]^x[3]>>>16^x[1]<<16;for(var E=0;E<4;E++)u[E]=(u[E]<<8|u[E]>>>24)&16711935|(u[E]<<24|u[E]>>>8)&4278255360,g[U+E]^=u[E]},blockSize:128/32,ivSize:64/32});function Q(){for(var g=this._X,U=this._C,x=0;x<8;x++)C[x]=U[x];U[0]=U[0]+1295307597+this._b|0,U[1]=U[1]+3545052371+(U[0]>>>0<C[0]>>>0?1:0)|0,U[2]=U[2]+886263092+(U[1]>>>0<C[1]>>>0?1:0)|0,U[3]=U[3]+1295307597+(U[2]>>>0<C[2]>>>0?1:0)|0,U[4]=U[4]+3545052371+(U[3]>>>0<C[3]>>>0?1:0)|0,U[5]=U[5]+886263092+(U[4]>>>0<C[4]>>>0?1:0)|0,U[6]=U[6]+1295307597+(U[5]>>>0<C[5]>>>0?1:0)|0,U[7]=U[7]+3545052371+(U[6]>>>0<C[6]>>>0?1:0)|0,this._b=U[7]>>>0<C[7]>>>0?1:0;for(var x=0;x<8;x++){var E=g[x]+U[x],v=E&65535,I=E>>>16,D=((v*v>>>17)+v*I>>>15)+I*I,p=((E&4294901760)*E|0)+((E&65535)*E|0);l[x]=D^p}g[0]=l[0]+(l[7]<<16|l[7]>>>16)+(l[6]<<16|l[6]>>>16)|0,g[1]=l[1]+(l[0]<<8|l[0]>>>24)+l[7]|0,g[2]=l[2]+(l[1]<<16|l[1]>>>16)+(l[0]<<16|l[0]>>>16)|0,g[3]=l[3]+(l[2]<<8|l[2]>>>24)+l[1]|0,g[4]=l[4]+(l[3]<<16|l[3]>>>16)+(l[2]<<16|l[2]>>>16)|0,g[5]=l[5]+(l[4]<<8|l[4]>>>24)+l[3]|0,g[6]=l[6]+(l[5]<<16|l[5]>>>16)+(l[4]<<16|l[4]>>>16)|0,g[7]=l[7]+(l[6]<<8|l[6]>>>24)+l[5]|0}r.RabbitLegacy=a._createHelper(h)})(),s.RabbitLegacy})});var bB=CA((mi,HB)=>{(function(s,r,i){typeof mi=="object"?HB.exports=mi=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(mi,function(s){return(function(){var r=s,i=r.lib,a=i.BlockCipher,f=r.algo;let u=16,C=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],l=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var h={pbox:[],sbox:[]};function Q(v,I){let D=I>>24&255,p=I>>16&255,F=I>>8&255,_=I&255,b=v.sbox[0][D]+v.sbox[1][p];return b=b^v.sbox[2][F],b=b+v.sbox[3][_],b}function g(v,I,D){let p=I,F=D,_;for(let b=0;b<u;++b)p=p^v.pbox[b],F=Q(v,p)^F,_=p,p=F,F=_;return _=p,p=F,F=_,F=F^v.pbox[u],p=p^v.pbox[u+1],{left:p,right:F}}function U(v,I,D){let p=I,F=D,_;for(let b=u+1;b>1;--b)p=p^v.pbox[b],F=Q(v,p)^F,_=p,p=F,F=_;return _=p,p=F,F=_,F=F^v.pbox[1],p=p^v.pbox[0],{left:p,right:F}}function x(v,I,D){for(let S=0;S<4;S++){v.sbox[S]=[];for(let L=0;L<256;L++)v.sbox[S][L]=l[S][L]}let p=0;for(let S=0;S<u+2;S++)v.pbox[S]=C[S]^I[p],p++,p>=D&&(p=0);let F=0,_=0,b=0;for(let S=0;S<u+2;S+=2)b=g(v,F,_),F=b.left,_=b.right,v.pbox[S]=F,v.pbox[S+1]=_;for(let S=0;S<4;S++)for(let L=0;L<256;L+=2)b=g(v,F,_),F=b.left,_=b.right,v.sbox[S][L]=F,v.sbox[S][L+1]=_;return!0}var E=f.Blowfish=a.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var v=this._keyPriorReset=this._key,I=v.words,D=v.sigBytes/4;x(h,I,D)}},encryptBlock:function(v,I){var D=g(h,v[I],v[I+1]);v[I]=D.left,v[I+1]=D.right},decryptBlock:function(v,I){var D=U(h,v[I],v[I+1]);v[I]=D.left,v[I+1]=D.right},blockSize:64/32,keySize:128/32,ivSize:64/32});r.Blowfish=a._createHelper(E)})(),s.Blowfish})});var DB=CA((yi,IB)=>{(function(s,r,i){typeof yi=="object"?IB.exports=yi=r(pA(),Nr(),ya(),ba(),ft(),_a(),lt(),Os(),$n(),Oa(),ks(),Ma(),Ga(),Pa(),si(),Ja(),Re(),MA(),Za(),$a(),eB(),rB(),iB(),oB(),BB(),fB(),uB(),gB(),wB(),xB(),QB(),UB(),EB(),yB(),bB()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./lib-typedarrays","./enc-utf16","./enc-base64","./enc-base64url","./md5","./sha1","./sha256","./sha224","./sha512","./sha384","./sha3","./ripemd160","./hmac","./pbkdf2","./evpkdf","./cipher-core","./mode-cfb","./mode-ctr","./mode-ctr-gladman","./mode-ofb","./mode-ecb","./pad-ansix923","./pad-iso10126","./pad-iso97971","./pad-zeropadding","./pad-nopadding","./format-hex","./aes","./tripledes","./rc4","./rabbit","./rabbit-legacy","./blowfish"],r):s.CryptoJS=r(s.CryptoJS)})(yi,function(s){return s})});var _B=CA((Rs,Ms)=>{(function(s,r){typeof Rs=="object"&&typeof Ms!="undefined"?Ms.exports=r():typeof define=="function"&&define.amd?define(r):(s=typeof globalThis!="undefined"?globalThis:s||self,s.html2canvas=r())})(Rs,(function(){"use strict";var s=function(e,A){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=t[o])},s(e,A)};function r(e,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");s(e,A);function n(){this.constructor=e}e.prototype=A===null?Object.create(A):(n.prototype=A.prototype,new n)}var i=function(){return i=Object.assign||function(A){for(var n,t=1,o=arguments.length;t<o;t++){n=arguments[t];for(var B in n)Object.prototype.hasOwnProperty.call(n,B)&&(A[B]=n[B])}return A},i.apply(this,arguments)};function a(e,A,n,t){function o(B){return B instanceof n?B:new n(function(c){c(B)})}return new(n||(n=Promise))(function(B,c){function w(y){try{m(t.next(y))}catch(H){c(H)}}function d(y){try{m(t.throw(y))}catch(H){c(H)}}function m(y){y.done?B(y.value):o(y.value).then(w,d)}m((t=t.apply(e,A||[])).next())})}function f(e,A){var n={label:0,sent:function(){if(B[0]&1)throw B[1];return B[1]},trys:[],ops:[]},t,o,B,c;return c={next:w(0),throw:w(1),return:w(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function w(m){return function(y){return d([m,y])}}function d(m){if(t)throw new TypeError("Generator is already executing.");for(;n;)try{if(t=1,o&&(B=m[0]&2?o.return:m[0]?o.throw||((B=o.return)&&B.call(o),0):o.next)&&!(B=B.call(o,m[1])).done)return B;switch(o=0,B&&(m=[m[0]&2,B.value]),m[0]){case 0:case 1:B=m;break;case 4:return n.label++,{value:m[1],done:!1};case 5:n.label++,o=m[1],m=[0];continue;case 7:m=n.ops.pop(),n.trys.pop();continue;default:if(B=n.trys,!(B=B.length>0&&B[B.length-1])&&(m[0]===6||m[0]===2)){n=0;continue}if(m[0]===3&&(!B||m[1]>B[0]&&m[1]<B[3])){n.label=m[1];break}if(m[0]===6&&n.label<B[1]){n.label=B[1],B=m;break}if(B&&n.label<B[2]){n.label=B[2],n.ops.push(m);break}B[2]&&n.ops.pop(),n.trys.pop();continue}m=A.call(e,n)}catch(y){m=[6,y],o=0}finally{t=B=0}if(m[0]&5)throw m[1];return{value:m[0]?m[1]:void 0,done:!0}}}function u(e,A,n){if(n||arguments.length===2)for(var t=0,o=A.length,B;t<o;t++)(B||!(t in A))&&(B||(B=Array.prototype.slice.call(A,0,t)),B[t]=A[t]);return e.concat(B||A)}for(var C=(function(){function e(A,n,t,o){this.left=A,this.top=n,this.width=t,this.height=o}return e.prototype.add=function(A,n,t,o){return new e(this.left+A,this.top+n,this.width+t,this.height+o)},e.fromClientRect=function(A,n){return new e(n.left+A.windowBounds.left,n.top+A.windowBounds.top,n.width,n.height)},e.fromDOMRectList=function(A,n){var t=Array.from(n).find(function(o){return o.width!==0});return t?new e(t.left+A.windowBounds.left,t.top+A.windowBounds.top,t.width,t.height):e.EMPTY},e.EMPTY=new e(0,0,0,0),e})(),l=function(e,A){return C.fromClientRect(e,A.getBoundingClientRect())},h=function(e){var A=e.body,n=e.documentElement;if(!A||!n)throw new Error("Unable to get document size");var t=Math.max(Math.max(A.scrollWidth,n.scrollWidth),Math.max(A.offsetWidth,n.offsetWidth),Math.max(A.clientWidth,n.clientWidth)),o=Math.max(Math.max(A.scrollHeight,n.scrollHeight),Math.max(A.offsetHeight,n.offsetHeight),Math.max(A.clientHeight,n.clientHeight));return new C(0,0,t,o)},Q=function(e){for(var A=[],n=0,t=e.length;n<t;){var o=e.charCodeAt(n++);if(o>=55296&&o<=56319&&n<t){var B=e.charCodeAt(n++);(B&64512)===56320?A.push(((o&1023)<<10)+(B&1023)+65536):(A.push(o),n--)}else A.push(o)}return A},g=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var n=e.length;if(!n)return"";for(var t=[],o=-1,B="";++o<n;){var c=e[o];c<=65535?t.push(c):(c-=65536,t.push((c>>10)+55296,c%1024+56320)),(o+1===n||t.length>16384)&&(B+=String.fromCharCode.apply(String,t),t.length=0)}return B},U="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",x=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),E=0;E<U.length;E++)x[U.charCodeAt(E)]=E;for(var v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",I=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),D=0;D<v.length;D++)I[v.charCodeAt(D)]=D;for(var p=function(e){var A=e.length*.75,n=e.length,t,o=0,B,c,w,d;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var m=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(m)?m:new Uint8Array(m);for(t=0;t<n;t+=4)B=I[e.charCodeAt(t)],c=I[e.charCodeAt(t+1)],w=I[e.charCodeAt(t+2)],d=I[e.charCodeAt(t+3)],y[o++]=B<<2|c>>4,y[o++]=(c&15)<<4|w>>2,y[o++]=(w&3)<<6|d&63;return m},F=function(e){for(var A=e.length,n=[],t=0;t<A;t+=2)n.push(e[t+1]<<8|e[t]);return n},_=function(e){for(var A=e.length,n=[],t=0;t<A;t+=4)n.push(e[t+3]<<24|e[t+2]<<16|e[t+1]<<8|e[t]);return n},b=5,S=11,L=2,z=S-b,J=65536>>b,Z=1<<b,eA=Z-1,O=1024>>b,Y=J+O,tA=Y,X=32,aA=tA+X,oA=65536>>S,lA=1<<z,xA=lA-1,k=function(e,A,n){return e.slice?e.slice(A,n):new Uint16Array(Array.prototype.slice.call(e,A,n))},P=function(e,A,n){return e.slice?e.slice(A,n):new Uint32Array(Array.prototype.slice.call(e,A,n))},W=function(e,A){var n=p(e),t=Array.isArray(n)?_(n):new Uint32Array(n),o=Array.isArray(n)?F(n):new Uint16Array(n),B=24,c=k(o,B/2,t[4]/2),w=t[5]===2?k(o,(B+t[4])/2):P(t,Math.ceil((B+t[4])/4));return new V(t[0],t[1],t[2],t[3],c,w)},V=(function(){function e(A,n,t,o,B,c){this.initialValue=A,this.errorValue=n,this.highStart=t,this.highValueIndex=o,this.index=B,this.data=c}return e.prototype.get=function(A){var n;if(A>=0){if(A<55296||A>56319&&A<=65535)return n=this.index[A>>b],n=(n<<L)+(A&eA),this.data[n];if(A<=65535)return n=this.index[J+(A-55296>>b)],n=(n<<L)+(A&eA),this.data[n];if(A<this.highStart)return n=aA-oA+(A>>S),n=this.index[n],n+=A>>b&xA,n=this.index[n],n=(n<<L)+(A&eA),this.data[n];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),bA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",EA=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),kA=0;kA<bA.length;kA++)EA[bA.charCodeAt(kA)]=kA;var gA="KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA==",Ge=50,Ve=1,Tt=2,Pe=3,oe=4,WA=5,wt=7,Xe=8,Ct=9,jA=10,xt=11,We=12,JA=13,$A=14,Ae=15,Je=16,pt=17,fe=18,Qt=19,Zr=20,Ot=21,Ye=22,Fe=23,le=24,YA=25,qe=26,ze=27,Ze=28,ki=29,Ue=30,Ri=31,Ft=32,kt=33,Rt=34,hr=35,gr=36,Ut=37,Mt=38,Nt=39,Gt=40,Vt=41,jr=42,$r=43,qA=[9001,65288],we="!",wA="\xD7",Pt="\xF7",Mi=W(gA),De=[Ue,gr],Ni=[Ve,Tt,Pe,WA],n0=[jA,Xe],i0=[ze,qe],tc=Ni.concat(n0),s0=[Mt,Nt,Gt,Rt,hr],rc=[Ae,JA],nc=function(e,A){A===void 0&&(A="strict");var n=[],t=[],o=[];return e.forEach(function(B,c){var w=Mi.get(B);if(w>Ge?(o.push(!0),w-=Ge):o.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(B)!==-1)return t.push(c),n.push(Je);if(w===oe||w===xt){if(c===0)return t.push(c),n.push(Ue);var d=n[c-1];return tc.indexOf(d)===-1?(t.push(t[c-1]),n.push(d)):(t.push(c),n.push(Ue))}if(t.push(c),w===Ri)return n.push(A==="strict"?Ot:Ut);if(w===jr||w===ki)return n.push(Ue);if(w===$r)return B>=131072&&B<=196605||B>=196608&&B<=262141?n.push(Ut):n.push(Ue);n.push(w)}),[t,n,o]},Gi=function(e,A,n,t){var o=t[n];if(Array.isArray(e)?e.indexOf(o)!==-1:e===o)for(var B=n;B<=t.length;){B++;var c=t[B];if(c===A)return!0;if(c!==jA)break}if(o===jA)for(var B=n;B>0;){B--;var w=t[B];if(Array.isArray(e)?e.indexOf(w)!==-1:e===w)for(var d=n;d<=t.length;){d++;var c=t[d];if(c===A)return!0;if(c!==jA)break}if(w!==jA)break}return!1},o0=function(e,A){for(var n=e;n>=0;){var t=A[n];if(t===jA)n--;else return t}return 0},ic=function(e,A,n,t,o){if(n[t]===0)return wA;var B=t-1;if(Array.isArray(o)&&o[B]===!0)return wA;var c=B-1,w=B+1,d=A[B],m=c>=0?A[c]:0,y=A[w];if(d===Tt&&y===Pe)return wA;if(Ni.indexOf(d)!==-1)return we;if(Ni.indexOf(y)!==-1||n0.indexOf(y)!==-1)return wA;if(o0(B,A)===Xe)return Pt;if(Mi.get(e[B])===xt||(d===Ft||d===kt)&&Mi.get(e[w])===xt||d===wt||y===wt||d===Ct||[jA,JA,Ae].indexOf(d)===-1&&y===Ct||[pt,fe,Qt,le,Ze].indexOf(y)!==-1||o0(B,A)===Ye||Gi(Fe,Ye,B,A)||Gi([pt,fe],Ot,B,A)||Gi(We,We,B,A))return wA;if(d===jA)return Pt;if(d===Fe||y===Fe)return wA;if(y===Je||d===Je)return Pt;if([JA,Ae,Ot].indexOf(y)!==-1||d===$A||m===gr&&rc.indexOf(d)!==-1||d===Ze&&y===gr||y===Zr||De.indexOf(y)!==-1&&d===YA||De.indexOf(d)!==-1&&y===YA||d===ze&&[Ut,Ft,kt].indexOf(y)!==-1||[Ut,Ft,kt].indexOf(d)!==-1&&y===qe||De.indexOf(d)!==-1&&i0.indexOf(y)!==-1||i0.indexOf(d)!==-1&&De.indexOf(y)!==-1||[ze,qe].indexOf(d)!==-1&&(y===YA||[Ye,Ae].indexOf(y)!==-1&&A[w+1]===YA)||[Ye,Ae].indexOf(d)!==-1&&y===YA||d===YA&&[YA,Ze,le].indexOf(y)!==-1)return wA;if([YA,Ze,le,pt,fe].indexOf(y)!==-1)for(var H=B;H>=0;){var K=A[H];if(K===YA)return wA;if([Ze,le].indexOf(K)!==-1)H--;else break}if([ze,qe].indexOf(y)!==-1)for(var H=[pt,fe].indexOf(d)!==-1?c:B;H>=0;){var K=A[H];if(K===YA)return wA;if([Ze,le].indexOf(K)!==-1)H--;else break}if(Mt===d&&[Mt,Nt,Rt,hr].indexOf(y)!==-1||[Nt,Rt].indexOf(d)!==-1&&[Nt,Gt].indexOf(y)!==-1||[Gt,hr].indexOf(d)!==-1&&y===Gt||s0.indexOf(d)!==-1&&[Zr,qe].indexOf(y)!==-1||s0.indexOf(y)!==-1&&d===ze||De.indexOf(d)!==-1&&De.indexOf(y)!==-1||d===le&&De.indexOf(y)!==-1||De.concat(YA).indexOf(d)!==-1&&y===Ye&&qA.indexOf(e[w])===-1||De.concat(YA).indexOf(y)!==-1&&d===fe)return wA;if(d===Vt&&y===Vt){for(var rA=n[B],q=1;rA>0&&(rA--,A[rA]===Vt);)q++;if(q%2!==0)return wA}return d===Ft&&y===kt?wA:Pt},sc=function(e,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var n=nc(e,A.lineBreak),t=n[0],o=n[1],B=n[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(o=o.map(function(w){return[YA,Ue,jr].indexOf(w)!==-1?Ut:w}));var c=A.wordBreak==="keep-all"?B.map(function(w,d){return w&&e[d]>=19968&&e[d]<=40959}):void 0;return[t,o,c]},oc=(function(){function e(A,n,t,o){this.codePoints=A,this.required=n===we,this.start=t,this.end=o}return e.prototype.slice=function(){return g.apply(void 0,this.codePoints.slice(this.start,this.end))},e})(),ac=function(e,A){var n=Q(e),t=sc(n,A),o=t[0],B=t[1],c=t[2],w=n.length,d=0,m=0;return{next:function(){if(m>=w)return{done:!0,value:null};for(var y=wA;m<w&&(y=ic(n,B,o,++m,c))===wA;);if(y!==wA||m===w){var H=new oc(n,y,d,m);return d=m,{value:H,done:!1}}return{done:!0,value:null}}}},Bc=1,cc=2,dr=4,a0=8,An=10,B0=47,wr=92,fc=9,lc=32,en=34,Cr=61,uc=35,hc=36,gc=37,tn=39,rn=40,xr=41,dc=95,ee=45,wc=33,Cc=60,xc=62,pc=64,Qc=91,Fc=93,Uc=61,vc=123,nn=63,Ec=125,c0=124,mc=126,yc=128,f0=65533,Vi=42,vt=43,Hc=44,bc=58,Ic=59,pr=46,Dc=0,_c=8,Sc=11,Lc=14,Kc=31,Tc=127,ve=-1,l0=48,u0=97,h0=101,Oc=102,kc=117,Rc=122,g0=65,d0=69,w0=70,Mc=85,Nc=90,XA=function(e){return e>=l0&&e<=57},Gc=function(e){return e>=55296&&e<=57343},Xt=function(e){return XA(e)||e>=g0&&e<=w0||e>=u0&&e<=Oc},Vc=function(e){return e>=u0&&e<=Rc},Pc=function(e){return e>=g0&&e<=Nc},Xc=function(e){return Vc(e)||Pc(e)},Wc=function(e){return e>=yc},sn=function(e){return e===An||e===fc||e===lc},on=function(e){return Xc(e)||Wc(e)||e===dc},C0=function(e){return on(e)||XA(e)||e===ee},Jc=function(e){return e>=Dc&&e<=_c||e===Sc||e>=Lc&&e<=Kc||e===Tc},je=function(e,A){return e!==wr?!1:A!==An},an=function(e,A,n){return e===ee?on(A)||je(A,n):on(e)?!0:!!(e===wr&&je(e,A))},Pi=function(e,A,n){return e===vt||e===ee?XA(A)?!0:A===pr&&XA(n):XA(e===pr?A:e)},Yc=function(e){var A=0,n=1;(e[A]===vt||e[A]===ee)&&(e[A]===ee&&(n=-1),A++);for(var t=[];XA(e[A]);)t.push(e[A++]);var o=t.length?parseInt(g.apply(void 0,t),10):0;e[A]===pr&&A++;for(var B=[];XA(e[A]);)B.push(e[A++]);var c=B.length,w=c?parseInt(g.apply(void 0,B),10):0;(e[A]===d0||e[A]===h0)&&A++;var d=1;(e[A]===vt||e[A]===ee)&&(e[A]===ee&&(d=-1),A++);for(var m=[];XA(e[A]);)m.push(e[A++]);var y=m.length?parseInt(g.apply(void 0,m),10):0;return n*(o+w*Math.pow(10,-c))*Math.pow(10,d*y)},qc={type:2},zc={type:3},Zc={type:4},jc={type:13},$c={type:8},Af={type:21},ef={type:9},tf={type:10},rf={type:11},nf={type:12},sf={type:14},Bn={type:23},of={type:1},af={type:25},Bf={type:24},cf={type:26},ff={type:27},lf={type:28},uf={type:29},hf={type:31},Xi={type:32},x0=(function(){function e(){this._value=[]}return e.prototype.write=function(A){this._value=this._value.concat(Q(A))},e.prototype.read=function(){for(var A=[],n=this.consumeToken();n!==Xi;)A.push(n),n=this.consumeToken();return A},e.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case en:return this.consumeStringToken(en);case uc:var n=this.peekCodePoint(0),t=this.peekCodePoint(1),o=this.peekCodePoint(2);if(C0(n)||je(t,o)){var B=an(n,t,o)?cc:Bc,c=this.consumeName();return{type:5,value:c,flags:B}}break;case hc:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),jc;break;case tn:return this.consumeStringToken(tn);case rn:return qc;case xr:return zc;case Vi:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),sf;break;case vt:if(Pi(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Hc:return Zc;case ee:var w=A,d=this.peekCodePoint(0),m=this.peekCodePoint(1);if(Pi(w,d,m))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(an(w,d,m))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(d===ee&&m===xc)return this.consumeCodePoint(),this.consumeCodePoint(),Bf;break;case pr:if(Pi(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case B0:if(this.peekCodePoint(0)===Vi)for(this.consumeCodePoint();;){var y=this.consumeCodePoint();if(y===Vi&&(y=this.consumeCodePoint(),y===B0))return this.consumeToken();if(y===ve)return this.consumeToken()}break;case bc:return cf;case Ic:return ff;case Cc:if(this.peekCodePoint(0)===wc&&this.peekCodePoint(1)===ee&&this.peekCodePoint(2)===ee)return this.consumeCodePoint(),this.consumeCodePoint(),af;break;case pc:var H=this.peekCodePoint(0),K=this.peekCodePoint(1),rA=this.peekCodePoint(2);if(an(H,K,rA)){var c=this.consumeName();return{type:7,value:c}}break;case Qc:return lf;case wr:if(je(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case Fc:return uf;case Uc:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),$c;break;case vc:return rf;case Ec:return nf;case kc:case Mc:var q=this.peekCodePoint(0),j=this.peekCodePoint(1);return q===vt&&(Xt(j)||j===nn)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case c0:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),ef;if(this.peekCodePoint(0)===c0)return this.consumeCodePoint(),Af;break;case mc:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),tf;break;case ve:return Xi}return sn(A)?(this.consumeWhiteSpace(),hf):XA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):on(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:g(A)}},e.prototype.consumeCodePoint=function(){var A=this._value.shift();return typeof A=="undefined"?-1:A},e.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},e.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},e.prototype.consumeUnicodeRangeToken=function(){for(var A=[],n=this.consumeCodePoint();Xt(n)&&A.length<6;)A.push(n),n=this.consumeCodePoint();for(var t=!1;n===nn&&A.length<6;)A.push(n),n=this.consumeCodePoint(),t=!0;if(t){var o=parseInt(g.apply(void 0,A.map(function(d){return d===nn?l0:d})),16),B=parseInt(g.apply(void 0,A.map(function(d){return d===nn?w0:d})),16);return{type:30,start:o,end:B}}var c=parseInt(g.apply(void 0,A),16);if(this.peekCodePoint(0)===ee&&Xt(this.peekCodePoint(1))){this.consumeCodePoint(),n=this.consumeCodePoint();for(var w=[];Xt(n)&&w.length<6;)w.push(n),n=this.consumeCodePoint();var B=parseInt(g.apply(void 0,w),16);return{type:30,start:c,end:B}}else return{type:30,start:c,end:c}},e.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===rn?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===rn?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},e.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===ve)return{type:22,value:""};var n=this.peekCodePoint(0);if(n===tn||n===en){var t=this.consumeStringToken(this.consumeCodePoint());return t.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===ve||this.peekCodePoint(0)===xr)?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),Bn)}for(;;){var o=this.consumeCodePoint();if(o===ve||o===xr)return{type:22,value:g.apply(void 0,A)};if(sn(o))return this.consumeWhiteSpace(),this.peekCodePoint(0)===ve||this.peekCodePoint(0)===xr?(this.consumeCodePoint(),{type:22,value:g.apply(void 0,A)}):(this.consumeBadUrlRemnants(),Bn);if(o===en||o===tn||o===rn||Jc(o))return this.consumeBadUrlRemnants(),Bn;if(o===wr)if(je(o,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),Bn;else A.push(o)}},e.prototype.consumeWhiteSpace=function(){for(;sn(this.peekCodePoint(0));)this.consumeCodePoint()},e.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===xr||A===ve)return;je(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},e.prototype.consumeStringSlice=function(A){for(var n=5e4,t="";A>0;){var o=Math.min(n,A);t+=g.apply(void 0,this._value.splice(0,o)),A-=o}return this._value.shift(),t},e.prototype.consumeStringToken=function(A){var n="",t=0;do{var o=this._value[t];if(o===ve||o===void 0||o===A)return n+=this.consumeStringSlice(t),{type:0,value:n};if(o===An)return this._value.splice(0,t),of;if(o===wr){var B=this._value[t+1];B!==ve&&B!==void 0&&(B===An?(n+=this.consumeStringSlice(t),t=-1,this._value.shift()):je(o,B)&&(n+=this.consumeStringSlice(t),n+=g(this.consumeEscapedCodePoint()),t=-1))}t++}while(!0)},e.prototype.consumeNumber=function(){var A=[],n=dr,t=this.peekCodePoint(0);for((t===vt||t===ee)&&A.push(this.consumeCodePoint());XA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var o=this.peekCodePoint(1);if(t===pr&&XA(o))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),n=a0;XA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0),o=this.peekCodePoint(1);var B=this.peekCodePoint(2);if((t===d0||t===h0)&&((o===vt||o===ee)&&XA(B)||XA(o)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),n=a0;XA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[Yc(A),n]},e.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),n=A[0],t=A[1],o=this.peekCodePoint(0),B=this.peekCodePoint(1),c=this.peekCodePoint(2);if(an(o,B,c)){var w=this.consumeName();return{type:15,number:n,flags:t,unit:w}}return o===gc?(this.consumeCodePoint(),{type:16,number:n,flags:t}):{type:17,number:n,flags:t}},e.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(Xt(A)){for(var n=g(A);Xt(this.peekCodePoint(0))&&n.length<6;)n+=g(this.consumeCodePoint());sn(this.peekCodePoint(0))&&this.consumeCodePoint();var t=parseInt(n,16);return t===0||Gc(t)||t>1114111?f0:t}return A===ve?f0:A},e.prototype.consumeName=function(){for(var A="";;){var n=this.consumeCodePoint();if(C0(n))A+=g(n);else if(je(n,this.peekCodePoint(0)))A+=g(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(n),A}},e})(),p0=(function(){function e(A){this._tokens=A}return e.create=function(A){var n=new x0;return n.write(A),new e(n.read())},e.parseValue=function(A){return e.create(A).parseComponentValue()},e.parseValues=function(A){return e.create(A).parseComponentValues()},e.prototype.parseComponentValue=function(){for(var A=this.consumeToken();A.type===31;)A=this.consumeToken();if(A.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var n=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return n;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},e.prototype.parseComponentValues=function(){for(var A=[];;){var n=this.consumeComponentValue();if(n.type===32)return A;A.push(n),A.push()}},e.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},e.prototype.consumeSimpleBlock=function(A){for(var n={type:A,values:[]},t=this.consumeToken();;){if(t.type===32||df(t,A))return n;this.reconsumeToken(t),n.values.push(this.consumeComponentValue()),t=this.consumeToken()}},e.prototype.consumeFunction=function(A){for(var n={name:A.value,values:[],type:18};;){var t=this.consumeToken();if(t.type===32||t.type===3)return n;this.reconsumeToken(t),n.values.push(this.consumeComponentValue())}},e.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A=="undefined"?Xi:A},e.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},e})(),Qr=function(e){return e.type===15},Wt=function(e){return e.type===17},mA=function(e){return e.type===20},gf=function(e){return e.type===0},Wi=function(e,A){return mA(e)&&e.value===A},Q0=function(e){return e.type!==31},Jt=function(e){return e.type!==31&&e.type!==4},Ee=function(e){var A=[],n=[];return e.forEach(function(t){if(t.type===4){if(n.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(n),n=[];return}t.type!==31&&n.push(t)}),n.length&&A.push(n),A},df=function(e,A){return A===11&&e.type===12||A===28&&e.type===29?!0:A===2&&e.type===3},$e=function(e){return e.type===17||e.type===15},KA=function(e){return e.type===16||$e(e)},F0=function(e){return e.length>1?[e[0],e[1]]:[e[0]]},GA={type:17,number:0,flags:dr},Ji={type:16,number:50,flags:dr},At={type:16,number:100,flags:dr},Fr=function(e,A,n){var t=e[0],o=e[1];return[IA(t,A),IA(typeof o!="undefined"?o:t,n)]},IA=function(e,A){if(e.type===16)return e.number/100*A;if(Qr(e))switch(e.unit){case"rem":case"em":return 16*e.number;default:return e.number}return e.number},U0="deg",v0="grad",E0="rad",m0="turn",cn={name:"angle",parse:function(e,A){if(A.type===15)switch(A.unit){case U0:return Math.PI*A.number/180;case v0:return Math.PI/200*A.number;case E0:return A.number;case m0:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},y0=function(e){return e.type===15&&(e.unit===U0||e.unit===v0||e.unit===E0||e.unit===m0)},H0=function(e){var A=e.filter(mA).map(function(n){return n.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[GA,GA];case"to top":case"bottom":return ue(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[GA,At];case"to right":case"left":return ue(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[At,At];case"to bottom":case"top":return ue(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[At,GA];case"to left":case"right":return ue(270)}return 0},ue=function(e){return Math.PI*e/180},et={name:"color",parse:function(e,A){if(A.type===18){var n=wf[A.name];if(typeof n=="undefined")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return n(e,A.values)}if(A.type===5){if(A.value.length===3){var t=A.value.substring(0,1),o=A.value.substring(1,2),B=A.value.substring(2,3);return rt(parseInt(t+t,16),parseInt(o+o,16),parseInt(B+B,16),1)}if(A.value.length===4){var t=A.value.substring(0,1),o=A.value.substring(1,2),B=A.value.substring(2,3),c=A.value.substring(3,4);return rt(parseInt(t+t,16),parseInt(o+o,16),parseInt(B+B,16),parseInt(c+c,16)/255)}if(A.value.length===6){var t=A.value.substring(0,2),o=A.value.substring(2,4),B=A.value.substring(4,6);return rt(parseInt(t,16),parseInt(o,16),parseInt(B,16),1)}if(A.value.length===8){var t=A.value.substring(0,2),o=A.value.substring(2,4),B=A.value.substring(4,6),c=A.value.substring(6,8);return rt(parseInt(t,16),parseInt(o,16),parseInt(B,16),parseInt(c,16)/255)}}if(A.type===20){var w=_e[A.value.toUpperCase()];if(typeof w!="undefined")return w}return _e.TRANSPARENT}},tt=function(e){return(255&e)===0},NA=function(e){var A=255&e,n=255&e>>8,t=255&e>>16,o=255&e>>24;return A<255?"rgba("+o+","+t+","+n+","+A/255+")":"rgb("+o+","+t+","+n+")"},rt=function(e,A,n,t){return(e<<24|A<<16|n<<8|Math.round(t*255)<<0)>>>0},b0=function(e,A){if(e.type===17)return e.number;if(e.type===16){var n=A===3?1:255;return A===3?e.number/100*n:Math.round(e.number/100*n)}return 0},I0=function(e,A){var n=A.filter(Jt);if(n.length===3){var t=n.map(b0),o=t[0],B=t[1],c=t[2];return rt(o,B,c,1)}if(n.length===4){var w=n.map(b0),o=w[0],B=w[1],c=w[2],d=w[3];return rt(o,B,c,d)}return 0};function Yi(e,A,n){return n<0&&(n+=1),n>=1&&(n-=1),n<1/6?(A-e)*n*6+e:n<1/2?A:n<2/3?(A-e)*6*(2/3-n)+e:e}var D0=function(e,A){var n=A.filter(Jt),t=n[0],o=n[1],B=n[2],c=n[3],w=(t.type===17?ue(t.number):cn.parse(e,t))/(Math.PI*2),d=KA(o)?o.number/100:0,m=KA(B)?B.number/100:0,y=typeof c!="undefined"&&KA(c)?IA(c,1):1;if(d===0)return rt(m*255,m*255,m*255,1);var H=m<=.5?m*(d+1):m+d-m*d,K=m*2-H,rA=Yi(K,H,w+1/3),q=Yi(K,H,w),j=Yi(K,H,w-1/3);return rt(rA*255,q*255,j*255,y)},wf={hsl:D0,hsla:D0,rgb:I0,rgba:I0},Ur=function(e,A){return et.parse(e,p0.create(A).parseComponentValue())},_e={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},Cf={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(n){if(mA(n))switch(n.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},xf={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},fn=function(e,A){var n=et.parse(e,A[0]),t=A[1];return t&&KA(t)?{color:n,stop:t}:{color:n,stop:null}},_0=function(e,A){var n=e[0],t=e[e.length-1];n.stop===null&&(n.stop=GA),t.stop===null&&(t.stop=At);for(var o=[],B=0,c=0;c<e.length;c++){var w=e[c].stop;if(w!==null){var d=IA(w,A);d>B?o.push(d):o.push(B),B=d}else o.push(null)}for(var m=null,c=0;c<o.length;c++){var y=o[c];if(y===null)m===null&&(m=c);else if(m!==null){for(var H=c-m,K=o[m-1],rA=(y-K)/(H+1),q=1;q<=H;q++)o[m+q-1]=rA*q;m=null}}return e.map(function(j,uA){var sA=j.color;return{color:sA,stop:Math.max(Math.min(1,o[uA]/A),0)}})},pf=function(e,A,n){var t=A/2,o=n/2,B=IA(e[0],A)-t,c=o-IA(e[1],n);return(Math.atan2(c,B)+Math.PI*2)%(Math.PI*2)},Qf=function(e,A,n){var t=typeof e=="number"?e:pf(e,A,n),o=Math.abs(A*Math.sin(t))+Math.abs(n*Math.cos(t)),B=A/2,c=n/2,w=o/2,d=Math.sin(t-Math.PI/2)*w,m=Math.cos(t-Math.PI/2)*w;return[o,B-m,B+m,c-d,c+d]},Ce=function(e,A){return Math.sqrt(e*e+A*A)},S0=function(e,A,n,t,o){var B=[[0,0],[0,A],[e,0],[e,A]];return B.reduce(function(c,w){var d=w[0],m=w[1],y=Ce(n-d,t-m);return(o?y<c.optimumDistance:y>c.optimumDistance)?{optimumCorner:w,optimumDistance:y}:c},{optimumDistance:o?1/0:-1/0,optimumCorner:null}).optimumCorner},Ff=function(e,A,n,t,o){var B=0,c=0;switch(e.size){case 0:e.shape===0?B=c=Math.min(Math.abs(A),Math.abs(A-t),Math.abs(n),Math.abs(n-o)):e.shape===1&&(B=Math.min(Math.abs(A),Math.abs(A-t)),c=Math.min(Math.abs(n),Math.abs(n-o)));break;case 2:if(e.shape===0)B=c=Math.min(Ce(A,n),Ce(A,n-o),Ce(A-t,n),Ce(A-t,n-o));else if(e.shape===1){var w=Math.min(Math.abs(n),Math.abs(n-o))/Math.min(Math.abs(A),Math.abs(A-t)),d=S0(t,o,A,n,!0),m=d[0],y=d[1];B=Ce(m-A,(y-n)/w),c=w*B}break;case 1:e.shape===0?B=c=Math.max(Math.abs(A),Math.abs(A-t),Math.abs(n),Math.abs(n-o)):e.shape===1&&(B=Math.max(Math.abs(A),Math.abs(A-t)),c=Math.max(Math.abs(n),Math.abs(n-o)));break;case 3:if(e.shape===0)B=c=Math.max(Ce(A,n),Ce(A,n-o),Ce(A-t,n),Ce(A-t,n-o));else if(e.shape===1){var w=Math.max(Math.abs(n),Math.abs(n-o))/Math.max(Math.abs(A),Math.abs(A-t)),H=S0(t,o,A,n,!1),m=H[0],y=H[1];B=Ce(m-A,(y-n)/w),c=w*B}break}return Array.isArray(e.size)&&(B=IA(e.size[0],t),c=e.size.length===2?IA(e.size[1],o):B),[B,c]},Uf=function(e,A){var n=ue(180),t=[];return Ee(A).forEach(function(o,B){if(B===0){var c=o[0];if(c.type===20&&c.value==="to"){n=H0(o);return}else if(y0(c)){n=cn.parse(e,c);return}}var w=fn(e,o);t.push(w)}),{angle:n,stops:t,type:1}},ln=function(e,A){var n=ue(180),t=[];return Ee(A).forEach(function(o,B){if(B===0){var c=o[0];if(c.type===20&&["top","left","right","bottom"].indexOf(c.value)!==-1){n=H0(o);return}else if(y0(c)){n=(cn.parse(e,c)+ue(270))%ue(360);return}}var w=fn(e,o);t.push(w)}),{angle:n,stops:t,type:1}},vf=function(e,A){var n=ue(180),t=[],o=1,B=0,c=3,w=[];return Ee(A).forEach(function(d,m){var y=d[0];if(m===0){if(mA(y)&&y.value==="linear"){o=1;return}else if(mA(y)&&y.value==="radial"){o=2;return}}if(y.type===18){if(y.name==="from"){var H=et.parse(e,y.values[0]);t.push({stop:GA,color:H})}else if(y.name==="to"){var H=et.parse(e,y.values[0]);t.push({stop:At,color:H})}else if(y.name==="color-stop"){var K=y.values.filter(Jt);if(K.length===2){var H=et.parse(e,K[1]),rA=K[0];Wt(rA)&&t.push({stop:{type:16,number:rA.number*100,flags:rA.flags},color:H})}}}}),o===1?{angle:(n+ue(180))%ue(360),stops:t,type:o}:{size:c,shape:B,stops:t,position:w,type:o}},L0="closest-side",K0="farthest-side",T0="closest-corner",O0="farthest-corner",k0="circle",R0="ellipse",M0="cover",N0="contain",Ef=function(e,A){var n=0,t=3,o=[],B=[];return Ee(A).forEach(function(c,w){var d=!0;if(w===0){var m=!1;d=c.reduce(function(H,K){if(m)if(mA(K))switch(K.value){case"center":return B.push(Ji),H;case"top":case"left":return B.push(GA),H;case"right":case"bottom":return B.push(At),H}else(KA(K)||$e(K))&&B.push(K);else if(mA(K))switch(K.value){case k0:return n=0,!1;case R0:return n=1,!1;case"at":return m=!0,!1;case L0:return t=0,!1;case M0:case K0:return t=1,!1;case N0:case T0:return t=2,!1;case O0:return t=3,!1}else if($e(K)||KA(K))return Array.isArray(t)||(t=[]),t.push(K),!1;return H},d)}if(d){var y=fn(e,c);o.push(y)}}),{size:t,shape:n,stops:o,position:B,type:2}},un=function(e,A){var n=0,t=3,o=[],B=[];return Ee(A).forEach(function(c,w){var d=!0;if(w===0?d=c.reduce(function(y,H){if(mA(H))switch(H.value){case"center":return B.push(Ji),!1;case"top":case"left":return B.push(GA),!1;case"right":case"bottom":return B.push(At),!1}else if(KA(H)||$e(H))return B.push(H),!1;return y},d):w===1&&(d=c.reduce(function(y,H){if(mA(H))switch(H.value){case k0:return n=0,!1;case R0:return n=1,!1;case N0:case L0:return t=0,!1;case K0:return t=1,!1;case T0:return t=2,!1;case M0:case O0:return t=3,!1}else if($e(H)||KA(H))return Array.isArray(t)||(t=[]),t.push(H),!1;return y},d)),d){var m=fn(e,c);o.push(m)}}),{size:t,shape:n,stops:o,position:B,type:2}},mf=function(e){return e.type===1},yf=function(e){return e.type===2},qi={name:"image",parse:function(e,A){if(A.type===22){var n={url:A.value,type:0};return e.cache.addImage(A.value),n}if(A.type===18){var t=G0[A.name];if(typeof t=="undefined")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return t(e,A.values)}throw new Error("Unsupported image type "+A.type)}};function Hf(e){return!(e.type===20&&e.value==="none")&&(e.type!==18||!!G0[e.name])}var G0={"linear-gradient":Uf,"-moz-linear-gradient":ln,"-ms-linear-gradient":ln,"-o-linear-gradient":ln,"-webkit-linear-gradient":ln,"radial-gradient":Ef,"-moz-radial-gradient":un,"-ms-radial-gradient":un,"-o-radial-gradient":un,"-webkit-radial-gradient":un,"-webkit-gradient":vf},bf={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var n=A[0];return n.type===20&&n.value==="none"?[]:A.filter(function(t){return Jt(t)&&Hf(t)}).map(function(t){return qi.parse(e,t)})}},If={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(n){if(mA(n))switch(n.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Df={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(e,A){return Ee(A).map(function(n){return n.filter(KA)}).map(F0)}},_f={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(e,A){return Ee(A).map(function(n){return n.filter(mA).map(function(t){return t.value}).join(" ")}).map(Sf)}},Sf=function(e){switch(e){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}},Yt;(function(e){e.AUTO="auto",e.CONTAIN="contain",e.COVER="cover"})(Yt||(Yt={}));var Lf={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(e,A){return Ee(A).map(function(n){return n.filter(Kf)})}},Kf=function(e){return mA(e)||KA(e)},hn=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},Tf=hn("top"),Of=hn("right"),kf=hn("bottom"),Rf=hn("left"),gn=function(e){return{name:"border-radius-"+e,initialValue:"0 0",prefix:!1,type:1,parse:function(A,n){return F0(n.filter(KA))}}},Mf=gn("top-left"),Nf=gn("top-right"),Gf=gn("bottom-right"),Vf=gn("bottom-left"),dn=function(e){return{name:"border-"+e+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,n){switch(n){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Pf=dn("top"),Xf=dn("right"),Wf=dn("bottom"),Jf=dn("left"),wn=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,n){return Qr(n)?n.number:0}}},Yf=wn("top"),qf=wn("right"),zf=wn("bottom"),Zf=wn("left"),jf={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},$f={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(e,A){return A==="rtl"?1:0}},Al={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(e,A){return A.filter(mA).reduce(function(n,t){return n|el(t.value)},0)}},el=function(e){switch(e){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},tl={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},rl={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(e,A){return A.type===20&&A.value==="normal"?0:A.type===17||A.type===15?A.number:0}},Cn;(function(e){e.NORMAL="normal",e.STRICT="strict"})(Cn||(Cn={}));var nl={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="strict"?Cn.STRICT:Cn.NORMAL}},il={name:"line-height",initialValue:"normal",prefix:!1,type:4},V0=function(e,A){return mA(e)&&e.value==="normal"?1.2*A:e.type===17?A*e.number:KA(e)?IA(e,A):A},sl={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(e,A){return A.type===20&&A.value==="none"?null:qi.parse(e,A)}},ol={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(e,A){return A==="inside"?0:1}},zi={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":return 22;case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},xn=function(e){return{name:"margin-"+e,initialValue:"0",prefix:!1,type:4}},al=xn("top"),Bl=xn("right"),cl=xn("bottom"),fl=xn("left"),ll={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(e,A){return A.filter(mA).map(function(n){switch(n.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},ul={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="break-word"?"break-word":"normal"}},pn=function(e){return{name:"padding-"+e,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},hl=pn("top"),gl=pn("right"),dl=pn("bottom"),wl=pn("left"),Cl={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(e,A){switch(A){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},xl={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(e,A){switch(A){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},pl={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&Wi(A[0],"none")?[]:Ee(A).map(function(n){for(var t={color:_e.TRANSPARENT,offsetX:GA,offsetY:GA,blur:GA},o=0,B=0;B<n.length;B++){var c=n[B];$e(c)?(o===0?t.offsetX=c:o===1?t.offsetY=c:t.blur=c,o++):t.color=et.parse(e,c)}return t})}},Ql={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Fl={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(e,A){if(A.type===20&&A.value==="none")return null;if(A.type===18){var n=El[A.name];if(typeof n=="undefined")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return n(A.values)}return null}},Ul=function(e){var A=e.filter(function(n){return n.type===17}).map(function(n){return n.number});return A.length===6?A:null},vl=function(e){var A=e.filter(function(d){return d.type===17}).map(function(d){return d.number}),n=A[0],t=A[1];A[2],A[3];var o=A[4],B=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var c=A[12],w=A[13];return A[14],A[15],A.length===16?[n,t,o,B,c,w]:null},El={matrix:Ul,matrix3d:vl},P0={type:16,number:50,flags:dr},ml=[P0,P0],yl={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(e,A){var n=A.filter(KA);return n.length!==2?ml:[n[0],n[1]]}},Hl={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"hidden":return 1;case"collapse":return 2;default:return 0}}},vr;(function(e){e.NORMAL="normal",e.BREAK_ALL="break-all",e.KEEP_ALL="keep-all"})(vr||(vr={}));for(var bl={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"break-all":return vr.BREAK_ALL;case"keep-all":return vr.KEEP_ALL;default:return vr.NORMAL}}},Il={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(e,A){if(A.type===20)return{auto:!0,order:0};if(Wt(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},X0={name:"time",parse:function(e,A){if(A.type===15)switch(A.unit.toLowerCase()){case"s":return 1e3*A.number;case"ms":return A.number}throw new Error("Unsupported time type")}},Dl={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(e,A){return Wt(A)?A.number:1}},_l={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Sl={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(e,A){return A.filter(mA).map(function(n){switch(n.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(n){return n!==0})}},Ll={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(e,A){var n=[],t=[];return A.forEach(function(o){switch(o.type){case 20:case 0:n.push(o.value);break;case 17:n.push(o.number.toString());break;case 4:t.push(n.join(" ")),n.length=0;break}}),n.length&&t.push(n.join(" ")),t.map(function(o){return o.indexOf(" ")===-1?o:"'"+o+"'"})}},Kl={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},Tl={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(e,A){return Wt(A)?A.number:mA(A)&&A.value==="bold"?700:400}},Ol={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.filter(mA).map(function(n){return n.value})}},kl={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},RA=function(e,A){return(e&A)!==0},Rl={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var n=A[0];return n.type===20&&n.value==="none"?[]:A}},Ml={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var n=A[0];if(n.type===20&&n.value==="none")return null;for(var t=[],o=A.filter(Q0),B=0;B<o.length;B++){var c=o[B],w=o[B+1];if(c.type===20){var d=w&&Wt(w)?w.number:1;t.push({counter:c.value,increment:d})}}return t}},Nl={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return[];for(var n=[],t=A.filter(Q0),o=0;o<t.length;o++){var B=t[o],c=t[o+1];if(mA(B)&&B.value!=="none"){var w=c&&Wt(c)?c.number:0;n.push({counter:B.value,reset:w})}}return n}},Gl={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(e,A){return A.filter(Qr).map(function(n){return X0.parse(e,n)})}},Vl={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var n=A[0];if(n.type===20&&n.value==="none")return null;var t=[],o=A.filter(gf);if(o.length%2!==0)return null;for(var B=0;B<o.length;B+=2){var c=o[B].value,w=o[B+1].value;t.push({open:c,close:w})}return t}},W0=function(e,A,n){if(!e)return"";var t=e[Math.min(A,e.length-1)];return t?n?t.open:t.close:""},Pl={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&Wi(A[0],"none")?[]:Ee(A).map(function(n){for(var t={color:255,offsetX:GA,offsetY:GA,blur:GA,spread:GA,inset:!1},o=0,B=0;B<n.length;B++){var c=n[B];Wi(c,"inset")?t.inset=!0:$e(c)?(o===0?t.offsetX=c:o===1?t.offsetY=c:o===2?t.blur=c:t.spread=c,o++):t.color=et.parse(e,c)}return t})}},Xl={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(e,A){var n=[0,1,2],t=[];return A.filter(mA).forEach(function(o){switch(o.value){case"stroke":t.push(1);break;case"fill":t.push(0);break;case"markers":t.push(2);break}}),n.forEach(function(o){t.indexOf(o)===-1&&t.push(o)}),t}},Wl={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},Jl={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(e,A){return Qr(A)?A.number:0}},Yl=(function(){function e(A,n){var t,o;this.animationDuration=nA(A,Gl,n.animationDuration),this.backgroundClip=nA(A,Cf,n.backgroundClip),this.backgroundColor=nA(A,xf,n.backgroundColor),this.backgroundImage=nA(A,bf,n.backgroundImage),this.backgroundOrigin=nA(A,If,n.backgroundOrigin),this.backgroundPosition=nA(A,Df,n.backgroundPosition),this.backgroundRepeat=nA(A,_f,n.backgroundRepeat),this.backgroundSize=nA(A,Lf,n.backgroundSize),this.borderTopColor=nA(A,Tf,n.borderTopColor),this.borderRightColor=nA(A,Of,n.borderRightColor),this.borderBottomColor=nA(A,kf,n.borderBottomColor),this.borderLeftColor=nA(A,Rf,n.borderLeftColor),this.borderTopLeftRadius=nA(A,Mf,n.borderTopLeftRadius),this.borderTopRightRadius=nA(A,Nf,n.borderTopRightRadius),this.borderBottomRightRadius=nA(A,Gf,n.borderBottomRightRadius),this.borderBottomLeftRadius=nA(A,Vf,n.borderBottomLeftRadius),this.borderTopStyle=nA(A,Pf,n.borderTopStyle),this.borderRightStyle=nA(A,Xf,n.borderRightStyle),this.borderBottomStyle=nA(A,Wf,n.borderBottomStyle),this.borderLeftStyle=nA(A,Jf,n.borderLeftStyle),this.borderTopWidth=nA(A,Yf,n.borderTopWidth),this.borderRightWidth=nA(A,qf,n.borderRightWidth),this.borderBottomWidth=nA(A,zf,n.borderBottomWidth),this.borderLeftWidth=nA(A,Zf,n.borderLeftWidth),this.boxShadow=nA(A,Pl,n.boxShadow),this.color=nA(A,jf,n.color),this.direction=nA(A,$f,n.direction),this.display=nA(A,Al,n.display),this.float=nA(A,tl,n.cssFloat),this.fontFamily=nA(A,Ll,n.fontFamily),this.fontSize=nA(A,Kl,n.fontSize),this.fontStyle=nA(A,kl,n.fontStyle),this.fontVariant=nA(A,Ol,n.fontVariant),this.fontWeight=nA(A,Tl,n.fontWeight),this.letterSpacing=nA(A,rl,n.letterSpacing),this.lineBreak=nA(A,nl,n.lineBreak),this.lineHeight=nA(A,il,n.lineHeight),this.listStyleImage=nA(A,sl,n.listStyleImage),this.listStylePosition=nA(A,ol,n.listStylePosition),this.listStyleType=nA(A,zi,n.listStyleType),this.marginTop=nA(A,al,n.marginTop),this.marginRight=nA(A,Bl,n.marginRight),this.marginBottom=nA(A,cl,n.marginBottom),this.marginLeft=nA(A,fl,n.marginLeft),this.opacity=nA(A,Dl,n.opacity);var B=nA(A,ll,n.overflow);this.overflowX=B[0],this.overflowY=B[B.length>1?1:0],this.overflowWrap=nA(A,ul,n.overflowWrap),this.paddingTop=nA(A,hl,n.paddingTop),this.paddingRight=nA(A,gl,n.paddingRight),this.paddingBottom=nA(A,dl,n.paddingBottom),this.paddingLeft=nA(A,wl,n.paddingLeft),this.paintOrder=nA(A,Xl,n.paintOrder),this.position=nA(A,xl,n.position),this.textAlign=nA(A,Cl,n.textAlign),this.textDecorationColor=nA(A,_l,(t=n.textDecorationColor)!==null&&t!==void 0?t:n.color),this.textDecorationLine=nA(A,Sl,(o=n.textDecorationLine)!==null&&o!==void 0?o:n.textDecoration),this.textShadow=nA(A,pl,n.textShadow),this.textTransform=nA(A,Ql,n.textTransform),this.transform=nA(A,Fl,n.transform),this.transformOrigin=nA(A,yl,n.transformOrigin),this.visibility=nA(A,Hl,n.visibility),this.webkitTextStrokeColor=nA(A,Wl,n.webkitTextStrokeColor),this.webkitTextStrokeWidth=nA(A,Jl,n.webkitTextStrokeWidth),this.wordBreak=nA(A,bl,n.wordBreak),this.zIndex=nA(A,Il,n.zIndex)}return e.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},e.prototype.isTransparent=function(){return tt(this.backgroundColor)},e.prototype.isTransformed=function(){return this.transform!==null},e.prototype.isPositioned=function(){return this.position!==0},e.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},e.prototype.isFloating=function(){return this.float!==0},e.prototype.isInlineLevel=function(){return RA(this.display,4)||RA(this.display,33554432)||RA(this.display,268435456)||RA(this.display,536870912)||RA(this.display,67108864)||RA(this.display,134217728)},e})(),ql=(function(){function e(A,n){this.content=nA(A,Rl,n.content),this.quotes=nA(A,Vl,n.quotes)}return e})(),J0=(function(){function e(A,n){this.counterIncrement=nA(A,Ml,n.counterIncrement),this.counterReset=nA(A,Nl,n.counterReset)}return e})(),nA=function(e,A,n){var t=new x0,o=n!==null&&typeof n!="undefined"?n.toString():A.initialValue;t.write(o);var B=new p0(t.read());switch(A.type){case 2:var c=B.parseComponentValue();return A.parse(e,mA(c)?c.value:A.initialValue);case 0:return A.parse(e,B.parseComponentValue());case 1:return A.parse(e,B.parseComponentValues());case 4:return B.parseComponentValue();case 3:switch(A.format){case"angle":return cn.parse(e,B.parseComponentValue());case"color":return et.parse(e,B.parseComponentValue());case"image":return qi.parse(e,B.parseComponentValue());case"length":var w=B.parseComponentValue();return $e(w)?w:GA;case"length-percentage":var d=B.parseComponentValue();return KA(d)?d:GA;case"time":return X0.parse(e,B.parseComponentValue())}break}},zl="data-html2canvas-debug",Zl=function(e){var A=e.getAttribute(zl);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},Zi=function(e,A){var n=Zl(e);return n===1||A===n},me=(function(){function e(A,n){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Zi(n,3))debugger;this.styles=new Yl(A,window.getComputedStyle(n,null)),fs(n)&&(this.styles.animationDuration.some(function(t){return t>0})&&(n.style.animationDuration="0s"),this.styles.transform!==null&&(n.style.transform="none")),this.bounds=l(this.context,n),Zi(n,4)&&(this.flags|=16)}return e})(),jl="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",Y0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Er=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Qn=0;Qn<Y0.length;Qn++)Er[Y0.charCodeAt(Qn)]=Qn;for(var $l=function(e){var A=e.length*.75,n=e.length,t,o=0,B,c,w,d;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var m=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(m)?m:new Uint8Array(m);for(t=0;t<n;t+=4)B=Er[e.charCodeAt(t)],c=Er[e.charCodeAt(t+1)],w=Er[e.charCodeAt(t+2)],d=Er[e.charCodeAt(t+3)],y[o++]=B<<2|c>>4,y[o++]=(c&15)<<4|w>>2,y[o++]=(w&3)<<6|d&63;return m},Au=function(e){for(var A=e.length,n=[],t=0;t<A;t+=2)n.push(e[t+1]<<8|e[t]);return n},eu=function(e){for(var A=e.length,n=[],t=0;t<A;t+=4)n.push(e[t+3]<<24|e[t+2]<<16|e[t+1]<<8|e[t]);return n},Et=5,ji=11,$i=2,tu=ji-Et,q0=65536>>Et,ru=1<<Et,As=ru-1,nu=1024>>Et,iu=q0+nu,su=iu,ou=32,au=su+ou,Bu=65536>>ji,cu=1<<tu,fu=cu-1,z0=function(e,A,n){return e.slice?e.slice(A,n):new Uint16Array(Array.prototype.slice.call(e,A,n))},lu=function(e,A,n){return e.slice?e.slice(A,n):new Uint32Array(Array.prototype.slice.call(e,A,n))},uu=function(e,A){var n=$l(e),t=Array.isArray(n)?eu(n):new Uint32Array(n),o=Array.isArray(n)?Au(n):new Uint16Array(n),B=24,c=z0(o,B/2,t[4]/2),w=t[5]===2?z0(o,(B+t[4])/2):lu(t,Math.ceil((B+t[4])/4));return new hu(t[0],t[1],t[2],t[3],c,w)},hu=(function(){function e(A,n,t,o,B,c){this.initialValue=A,this.errorValue=n,this.highStart=t,this.highValueIndex=o,this.index=B,this.data=c}return e.prototype.get=function(A){var n;if(A>=0){if(A<55296||A>56319&&A<=65535)return n=this.index[A>>Et],n=(n<<$i)+(A&As),this.data[n];if(A<=65535)return n=this.index[q0+(A-55296>>Et)],n=(n<<$i)+(A&As),this.data[n];if(A<this.highStart)return n=au-Bu+(A>>ji),n=this.index[n],n+=A>>Et&fu,n=this.index[n],n=(n<<$i)+(A&As),this.data[n];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),Z0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",gu=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Fn=0;Fn<Z0.length;Fn++)gu[Z0.charCodeAt(Fn)]=Fn;var du=1,es=2,ts=3,j0=4,$0=5,wu=7,Ao=8,rs=9,ns=10,eo=11,to=12,ro=13,no=14,is=15,Cu=function(e){for(var A=[],n=0,t=e.length;n<t;){var o=e.charCodeAt(n++);if(o>=55296&&o<=56319&&n<t){var B=e.charCodeAt(n++);(B&64512)===56320?A.push(((o&1023)<<10)+(B&1023)+65536):(A.push(o),n--)}else A.push(o)}return A},xu=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var n=e.length;if(!n)return"";for(var t=[],o=-1,B="";++o<n;){var c=e[o];c<=65535?t.push(c):(c-=65536,t.push((c>>10)+55296,c%1024+56320)),(o+1===n||t.length>16384)&&(B+=String.fromCharCode.apply(String,t),t.length=0)}return B},pu=uu(jl),he="\xD7",ss="\xF7",Qu=function(e){return pu.get(e)},Fu=function(e,A,n){var t=n-2,o=A[t],B=A[n-1],c=A[n];if(B===es&&c===ts)return he;if(B===es||B===ts||B===j0||c===es||c===ts||c===j0)return ss;if(B===Ao&&[Ao,rs,eo,to].indexOf(c)!==-1||(B===eo||B===rs)&&(c===rs||c===ns)||(B===to||B===ns)&&c===ns||c===ro||c===$0||c===wu||B===du)return he;if(B===ro&&c===no){for(;o===$0;)o=A[--t];if(o===no)return he}if(B===is&&c===is){for(var w=0;o===is;)w++,o=A[--t];if(w%2===0)return he}return ss},Uu=function(e){var A=Cu(e),n=A.length,t=0,o=0,B=A.map(Qu);return{next:function(){if(t>=n)return{done:!0,value:null};for(var c=he;t<n&&(c=Fu(A,B,++t))===he;);if(c!==he||t===n){var w=xu.apply(null,A.slice(o,t));return o=t,{value:w,done:!1}}return{done:!0,value:null}}}},vu=function(e){for(var A=Uu(e),n=[],t;!(t=A.next()).done;)t.value&&n.push(t.value.slice());return n},Eu=function(e){var A=123;if(e.createRange){var n=e.createRange();if(n.getBoundingClientRect){var t=e.createElement("boundtest");t.style.height=A+"px",t.style.display="block",e.body.appendChild(t),n.selectNode(t);var o=n.getBoundingClientRect(),B=Math.round(o.height);if(e.body.removeChild(t),B===A)return!0}}return!1},mu=function(e){var A=e.createElement("boundtest");A.style.width="50px",A.style.display="block",A.style.fontSize="12px",A.style.letterSpacing="0px",A.style.wordSpacing="0px",e.body.appendChild(A);var n=e.createRange();A.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var t=A.firstChild,o=Q(t.data).map(function(d){return g(d)}),B=0,c={},w=o.every(function(d,m){n.setStart(t,B),n.setEnd(t,B+d.length);var y=n.getBoundingClientRect();B+=d.length;var H=y.x>c.x||y.y>c.y;return c=y,m===0?!0:H});return e.body.removeChild(A),w},yu=function(){return typeof new Image().crossOrigin!="undefined"},Hu=function(){return typeof new XMLHttpRequest().responseType=="string"},bu=function(e){var A=new Image,n=e.createElement("canvas"),t=n.getContext("2d");if(!t)return!1;A.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{t.drawImage(A,0,0),n.toDataURL()}catch{return!1}return!0},io=function(e){return e[0]===0&&e[1]===255&&e[2]===0&&e[3]===255},Iu=function(e){var A=e.createElement("canvas"),n=100;A.width=n,A.height=n;var t=A.getContext("2d");if(!t)return Promise.reject(!1);t.fillStyle="rgb(0, 255, 0)",t.fillRect(0,0,n,n);var o=new Image,B=A.toDataURL();o.src=B;var c=os(n,n,0,0,o);return t.fillStyle="red",t.fillRect(0,0,n,n),so(c).then(function(w){t.drawImage(w,0,0);var d=t.getImageData(0,0,n,n).data;t.fillStyle="red",t.fillRect(0,0,n,n);var m=e.createElement("div");return m.style.backgroundImage="url("+B+")",m.style.height=n+"px",io(d)?so(os(n,n,0,0,m)):Promise.reject(!1)}).then(function(w){return t.drawImage(w,0,0),io(t.getImageData(0,0,n,n).data)}).catch(function(){return!1})},os=function(e,A,n,t,o){var B="http://www.w3.org/2000/svg",c=document.createElementNS(B,"svg"),w=document.createElementNS(B,"foreignObject");return c.setAttributeNS(null,"width",e.toString()),c.setAttributeNS(null,"height",A.toString()),w.setAttributeNS(null,"width","100%"),w.setAttributeNS(null,"height","100%"),w.setAttributeNS(null,"x",n.toString()),w.setAttributeNS(null,"y",t.toString()),w.setAttributeNS(null,"externalResourcesRequired","true"),c.appendChild(w),w.appendChild(o),c},so=function(e){return new Promise(function(A,n){var t=new Image;t.onload=function(){return A(t)},t.onerror=n,t.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},VA={get SUPPORT_RANGE_BOUNDS(){var e=Eu(document);return Object.defineProperty(VA,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_WORD_BREAKING(){var e=VA.SUPPORT_RANGE_BOUNDS&&mu(document);return Object.defineProperty(VA,"SUPPORT_WORD_BREAKING",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=bu(document);return Object.defineProperty(VA,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e=typeof Array.from=="function"&&typeof window.fetch=="function"?Iu(document):Promise.resolve(!1);return Object.defineProperty(VA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=yu();return Object.defineProperty(VA,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=Hu();return Object.defineProperty(VA,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(VA,"SUPPORT_CORS_XHR",{value:e}),e},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var e=!!(typeof Intl!="undefined"&&Intl.Segmenter);return Object.defineProperty(VA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:e}),e}},mr=(function(){function e(A,n){this.text=A,this.bounds=n}return e})(),Du=function(e,A,n,t){var o=Lu(A,n),B=[],c=0;return o.forEach(function(w){if(n.textDecorationLine.length||w.trim().length>0)if(VA.SUPPORT_RANGE_BOUNDS){var d=oo(t,c,w.length).getClientRects();if(d.length>1){var m=as(w),y=0;m.forEach(function(K){B.push(new mr(K,C.fromDOMRectList(e,oo(t,y+c,K.length).getClientRects()))),y+=K.length})}else B.push(new mr(w,C.fromDOMRectList(e,d)))}else{var H=t.splitText(w.length);B.push(new mr(w,_u(e,t))),t=H}else VA.SUPPORT_RANGE_BOUNDS||(t=t.splitText(w.length));c+=w.length}),B},_u=function(e,A){var n=A.ownerDocument;if(n){var t=n.createElement("html2canvaswrapper");t.appendChild(A.cloneNode(!0));var o=A.parentNode;if(o){o.replaceChild(t,A);var B=l(e,t);return t.firstChild&&o.replaceChild(t.firstChild,t),B}}return C.EMPTY},oo=function(e,A,n){var t=e.ownerDocument;if(!t)throw new Error("Node has no owner document");var o=t.createRange();return o.setStart(e,A),o.setEnd(e,A+n),o},as=function(e){if(VA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(e)).map(function(n){return n.segment})}return vu(e)},Su=function(e,A){if(VA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var n=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(n.segment(e)).map(function(t){return t.segment})}return Tu(e,A)},Lu=function(e,A){return A.letterSpacing!==0?as(e):Su(e,A)},Ku=[32,160,4961,65792,65793,4153,4241],Tu=function(e,A){for(var n=ac(e,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),t=[],o,B=function(){if(o.value){var c=o.value.slice(),w=Q(c),d="";w.forEach(function(m){Ku.indexOf(m)===-1?d+=g(m):(d.length&&t.push(d),t.push(g(m)),d="")}),d.length&&t.push(d)}};!(o=n.next()).done;)B();return t},Ou=(function(){function e(A,n,t){this.text=ku(n.data,t.textTransform),this.textBounds=Du(A,this.text,t,n)}return e})(),ku=function(e,A){switch(A){case 1:return e.toLowerCase();case 3:return e.replace(Ru,Mu);case 2:return e.toUpperCase();default:return e}},Ru=/(^|\s|:|-|\(|\))([a-z])/g,Mu=function(e,A,n){return e.length>0?A+n.toUpperCase():e},ao=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.src=t.currentSrc||t.src,o.intrinsicWidth=t.naturalWidth,o.intrinsicHeight=t.naturalHeight,o.context.cache.addImage(o.src),o}return A})(me),Bo=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.canvas=t,o.intrinsicWidth=t.width,o.intrinsicHeight=t.height,o}return A})(me),co=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this,B=new XMLSerializer,c=l(n,t);return t.setAttribute("width",c.width+"px"),t.setAttribute("height",c.height+"px"),o.svg="data:image/svg+xml,"+encodeURIComponent(B.serializeToString(t)),o.intrinsicWidth=t.width.baseVal.value,o.intrinsicHeight=t.height.baseVal.value,o.context.cache.addImage(o.svg),o}return A})(me),fo=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.value=t.value,o}return A})(me),Bs=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.start=t.start,o.reversed=typeof t.reversed=="boolean"&&t.reversed===!0,o}return A})(me),Nu=[{type:15,flags:0,unit:"px",number:3}],Gu=[{type:16,flags:0,number:50}],Vu=function(e){return e.width>e.height?new C(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width<e.height?new C(e.left,e.top+(e.height-e.width)/2,e.width,e.width):e},Pu=function(e){var A=e.type===Xu?new Array(e.value.length+1).join("\u2022"):e.value;return A.length===0?e.placeholder||"":A},Un="checkbox",vn="radio",Xu="password",lo=707406591,cs=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;switch(o.type=t.type.toLowerCase(),o.checked=t.checked,o.value=Pu(t),(o.type===Un||o.type===vn)&&(o.styles.backgroundColor=3739148031,o.styles.borderTopColor=o.styles.borderRightColor=o.styles.borderBottomColor=o.styles.borderLeftColor=2779096575,o.styles.borderTopWidth=o.styles.borderRightWidth=o.styles.borderBottomWidth=o.styles.borderLeftWidth=1,o.styles.borderTopStyle=o.styles.borderRightStyle=o.styles.borderBottomStyle=o.styles.borderLeftStyle=1,o.styles.backgroundClip=[0],o.styles.backgroundOrigin=[0],o.bounds=Vu(o.bounds)),o.type){case Un:o.styles.borderTopRightRadius=o.styles.borderTopLeftRadius=o.styles.borderBottomRightRadius=o.styles.borderBottomLeftRadius=Nu;break;case vn:o.styles.borderTopRightRadius=o.styles.borderTopLeftRadius=o.styles.borderBottomRightRadius=o.styles.borderBottomLeftRadius=Gu;break}return o}return A})(me),uo=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this,B=t.options[t.selectedIndex||0];return o.value=B&&B.text||"",o}return A})(me),ho=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.value=t.value,o}return A})(me),go=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;o.src=t.src,o.width=parseInt(t.width,10)||0,o.height=parseInt(t.height,10)||0,o.backgroundColor=o.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){o.tree=Co(n,t.contentWindow.document.documentElement);var B=t.contentWindow.document.documentElement?Ur(n,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):_e.TRANSPARENT,c=t.contentWindow.document.body?Ur(n,getComputedStyle(t.contentWindow.document.body).backgroundColor):_e.TRANSPARENT;o.backgroundColor=tt(B)?tt(c)?o.styles.backgroundColor:c:B}}catch{}return o}return A})(me),Wu=["OL","UL","MENU"],En=function(e,A,n,t){for(var o=A.firstChild,B=void 0;o;o=B)if(B=o.nextSibling,xo(o)&&o.data.trim().length>0)n.textNodes.push(new Ou(e,o,n.styles));else if(qt(o))if(Eo(o)&&o.assignedNodes)o.assignedNodes().forEach(function(w){return En(e,w,n,t)});else{var c=wo(e,o);c.styles.isVisible()&&(Ju(o,c,t)?c.flags|=4:Yu(c.styles)&&(c.flags|=2),Wu.indexOf(o.tagName)!==-1&&(c.flags|=8),n.elements.push(c),o.slot,o.shadowRoot?En(e,o.shadowRoot,c,t):!yn(o)&&!po(o)&&!Hn(o)&&En(e,o,c,t))}},wo=function(e,A){return us(A)?new ao(e,A):Qo(A)?new Bo(e,A):po(A)?new co(e,A):qu(A)?new fo(e,A):zu(A)?new Bs(e,A):Zu(A)?new cs(e,A):Hn(A)?new uo(e,A):yn(A)?new ho(e,A):Uo(A)?new go(e,A):new me(e,A)},Co=function(e,A){var n=wo(e,A);return n.flags|=4,En(e,A,n,n),n},Ju=function(e,A,n){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||ls(e)&&n.styles.isTransparent()},Yu=function(e){return e.isPositioned()||e.isFloating()},xo=function(e){return e.nodeType===Node.TEXT_NODE},qt=function(e){return e.nodeType===Node.ELEMENT_NODE},fs=function(e){return qt(e)&&typeof e.style!="undefined"&&!mn(e)},mn=function(e){return typeof e.className=="object"},qu=function(e){return e.tagName==="LI"},zu=function(e){return e.tagName==="OL"},Zu=function(e){return e.tagName==="INPUT"},ju=function(e){return e.tagName==="HTML"},po=function(e){return e.tagName==="svg"},ls=function(e){return e.tagName==="BODY"},Qo=function(e){return e.tagName==="CANVAS"},Fo=function(e){return e.tagName==="VIDEO"},us=function(e){return e.tagName==="IMG"},Uo=function(e){return e.tagName==="IFRAME"},vo=function(e){return e.tagName==="STYLE"},$u=function(e){return e.tagName==="SCRIPT"},yn=function(e){return e.tagName==="TEXTAREA"},Hn=function(e){return e.tagName==="SELECT"},Eo=function(e){return e.tagName==="SLOT"},mo=function(e){return e.tagName.indexOf("-")>0},Ah=(function(){function e(){this.counters={}}return e.prototype.getCounterValue=function(A){var n=this.counters[A];return n&&n.length?n[n.length-1]:1},e.prototype.getCounterValues=function(A){var n=this.counters[A];return n||[]},e.prototype.pop=function(A){var n=this;A.forEach(function(t){return n.counters[t].pop()})},e.prototype.parse=function(A){var n=this,t=A.counterIncrement,o=A.counterReset,B=!0;t!==null&&t.forEach(function(w){var d=n.counters[w.counter];d&&w.increment!==0&&(B=!1,d.length||d.push(1),d[Math.max(0,d.length-1)]+=w.increment)});var c=[];return B&&o.forEach(function(w){var d=n.counters[w.counter];c.push(w.counter),d||(d=n.counters[w.counter]=[]),d.push(w.reset)}),c},e})(),yo={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},Ho={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054F","\u054E","\u054D","\u054C","\u054B","\u054A","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053F","\u053E","\u053D","\u053C","\u053B","\u053A","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},eh={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["\u05D9\u05F3","\u05D8\u05F3","\u05D7\u05F3","\u05D6\u05F3","\u05D5\u05F3","\u05D4\u05F3","\u05D3\u05F3","\u05D2\u05F3","\u05D1\u05F3","\u05D0\u05F3","\u05EA","\u05E9","\u05E8","\u05E7","\u05E6","\u05E4","\u05E2","\u05E1","\u05E0","\u05DE","\u05DC","\u05DB","\u05D9\u05D8","\u05D9\u05D7","\u05D9\u05D6","\u05D8\u05D6","\u05D8\u05D5","\u05D9","\u05D8","\u05D7","\u05D6","\u05D5","\u05D4","\u05D3","\u05D2","\u05D1","\u05D0"]},th={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u10F5","\u10F0","\u10EF","\u10F4","\u10EE","\u10ED","\u10EC","\u10EB","\u10EA","\u10E9","\u10E8","\u10E7","\u10E6","\u10E5","\u10E4","\u10F3","\u10E2","\u10E1","\u10E0","\u10DF","\u10DE","\u10DD","\u10F2","\u10DC","\u10DB","\u10DA","\u10D9","\u10D8","\u10D7","\u10F1","\u10D6","\u10D5","\u10D4","\u10D3","\u10D2","\u10D1","\u10D0"]},zt=function(e,A,n,t,o,B){return e<A||e>n?Hr(e,o,B.length>0):t.integers.reduce(function(c,w,d){for(;e>=w;)e-=w,c+=t.values[d];return c},"")+B},bo=function(e,A,n,t){var o="";do n||e--,o=t(e)+o,e/=A;while(e*A>=A);return o},SA=function(e,A,n,t,o){var B=n-A+1;return(e<0?"-":"")+(bo(Math.abs(e),B,t,function(c){return g(Math.floor(c%B)+A)})+o)},mt=function(e,A,n){n===void 0&&(n=". ");var t=A.length;return bo(Math.abs(e),t,!1,function(o){return A[Math.floor(o%t)]})+n},Zt=1,nt=2,it=4,yr=8,Se=function(e,A,n,t,o,B){if(e<-9999||e>9999)return Hr(e,4,o.length>0);var c=Math.abs(e),w=o;if(c===0)return A[0]+w;for(var d=0;c>0&&d<=4;d++){var m=c%10;m===0&&RA(B,Zt)&&w!==""?w=A[m]+w:m>1||m===1&&d===0||m===1&&d===1&&RA(B,nt)||m===1&&d===1&&RA(B,it)&&e>100||m===1&&d>1&&RA(B,yr)?w=A[m]+(d>0?n[d-1]:"")+w:m===1&&d>0&&(w=n[d-1]+w),c=Math.floor(c/10)}return(e<0?t:"")+w},Io="\u5341\u767E\u5343\u842C",Do="\u62FE\u4F70\u4EDF\u842C",_o="\u30DE\u30A4\u30CA\u30B9",hs="\uB9C8\uC774\uB108\uC2A4",Hr=function(e,A,n){var t=n?". ":"",o=n?"\u3001":"",B=n?", ":"",c=n?" ":"";switch(A){case 0:return"\u2022"+c;case 1:return"\u25E6"+c;case 2:return"\u25FE"+c;case 5:var w=SA(e,48,57,!0,t);return w.length<4?"0"+w:w;case 4:return mt(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",o);case 6:return zt(e,1,3999,yo,3,t).toLowerCase();case 7:return zt(e,1,3999,yo,3,t);case 8:return SA(e,945,969,!1,t);case 9:return SA(e,97,122,!1,t);case 10:return SA(e,65,90,!1,t);case 11:return SA(e,1632,1641,!0,t);case 12:case 49:return zt(e,1,9999,Ho,3,t);case 35:return zt(e,1,9999,Ho,3,t).toLowerCase();case 13:return SA(e,2534,2543,!0,t);case 14:case 30:return SA(e,6112,6121,!0,t);case 15:return mt(e,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",o);case 16:return mt(e,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",o);case 17:case 48:return Se(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Io,"\u8CA0",o,nt|it|yr);case 47:return Se(e,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",Do,"\u8CA0",o,Zt|nt|it|yr);case 42:return Se(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Io,"\u8D1F",o,nt|it|yr);case 41:return Se(e,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",Do,"\u8D1F",o,Zt|nt|it|yr);case 26:return Se(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",_o,o,0);case 25:return Se(e,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",_o,o,Zt|nt|it);case 31:return Se(e,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",hs,B,Zt|nt|it);case 33:return Se(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",hs,B,0);case 32:return Se(e,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",hs,B,Zt|nt|it);case 18:return SA(e,2406,2415,!0,t);case 20:return zt(e,1,19999,th,3,t);case 21:return SA(e,2790,2799,!0,t);case 22:return SA(e,2662,2671,!0,t);case 22:return zt(e,1,10999,eh,3,t);case 23:return mt(e,"\u3042\u3044\u3046\u3048\u304A\u304B\u304D\u304F\u3051\u3053\u3055\u3057\u3059\u305B\u305D\u305F\u3061\u3064\u3066\u3068\u306A\u306B\u306C\u306D\u306E\u306F\u3072\u3075\u3078\u307B\u307E\u307F\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308A\u308B\u308C\u308D\u308F\u3090\u3091\u3092\u3093");case 24:return mt(e,"\u3044\u308D\u306F\u306B\u307B\u3078\u3068\u3061\u308A\u306C\u308B\u3092\u308F\u304B\u3088\u305F\u308C\u305D\u3064\u306D\u306A\u3089\u3080\u3046\u3090\u306E\u304A\u304F\u3084\u307E\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304D\u3086\u3081\u307F\u3057\u3091\u3072\u3082\u305B\u3059");case 27:return SA(e,3302,3311,!0,t);case 28:return mt(e,"\u30A2\u30A4\u30A6\u30A8\u30AA\u30AB\u30AD\u30AF\u30B1\u30B3\u30B5\u30B7\u30B9\u30BB\u30BD\u30BF\u30C1\u30C4\u30C6\u30C8\u30CA\u30CB\u30CC\u30CD\u30CE\u30CF\u30D2\u30D5\u30D8\u30DB\u30DE\u30DF\u30E0\u30E1\u30E2\u30E4\u30E6\u30E8\u30E9\u30EA\u30EB\u30EC\u30ED\u30EF\u30F0\u30F1\u30F2\u30F3",o);case 29:return mt(e,"\u30A4\u30ED\u30CF\u30CB\u30DB\u30D8\u30C8\u30C1\u30EA\u30CC\u30EB\u30F2\u30EF\u30AB\u30E8\u30BF\u30EC\u30BD\u30C4\u30CD\u30CA\u30E9\u30E0\u30A6\u30F0\u30CE\u30AA\u30AF\u30E4\u30DE\u30B1\u30D5\u30B3\u30A8\u30C6\u30A2\u30B5\u30AD\u30E6\u30E1\u30DF\u30B7\u30F1\u30D2\u30E2\u30BB\u30B9",o);case 34:return SA(e,3792,3801,!0,t);case 37:return SA(e,6160,6169,!0,t);case 38:return SA(e,4160,4169,!0,t);case 39:return SA(e,2918,2927,!0,t);case 40:return SA(e,1776,1785,!0,t);case 43:return SA(e,3046,3055,!0,t);case 44:return SA(e,3174,3183,!0,t);case 45:return SA(e,3664,3673,!0,t);case 46:return SA(e,3872,3881,!0,t);default:return SA(e,48,57,!0,t)}},So="data-html2canvas-ignore",Lo=(function(){function e(A,n,t){if(this.context=A,this.options=t,this.scrolledElements=[],this.referenceElement=n,this.counters=new Ah,this.quoteDepth=0,!n.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(n.ownerDocument.documentElement,!1)}return e.prototype.toIFrame=function(A,n){var t=this,o=rh(A,n);if(!o.contentWindow)return Promise.reject("Unable to find iframe window");var B=A.defaultView.pageXOffset,c=A.defaultView.pageYOffset,w=o.contentWindow,d=w.document,m=sh(o).then(function(){return a(t,void 0,void 0,function(){var y,H;return f(this,function(K){switch(K.label){case 0:return this.scrolledElements.forEach(ch),w&&(w.scrollTo(n.left,n.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(w.scrollY!==n.top||w.scrollX!==n.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(w.scrollX-n.left,w.scrollY-n.top,0,0))),y=this.options.onclone,H=this.clonedReferenceElement,typeof H=="undefined"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:d.fonts&&d.fonts.ready?[4,d.fonts.ready]:[3,2];case 1:K.sent(),K.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,ih(d)]:[3,4];case 3:K.sent(),K.label=4;case 4:return typeof y=="function"?[2,Promise.resolve().then(function(){return y(d,H)}).then(function(){return o})]:[2,o]}})})});return d.open(),d.write(ah(document.doctype)+"<html></html>"),Bh(this.referenceElement.ownerDocument,B,c),d.replaceChild(d.adoptNode(this.documentElement),d.documentElement),d.close(),m},e.prototype.createElementClone=function(A){if(Zi(A,2))debugger;if(Qo(A))return this.createCanvasClone(A);if(Fo(A))return this.createVideoClone(A);if(vo(A))return this.createStyleClone(A);var n=A.cloneNode(!1);return us(n)&&(us(A)&&A.currentSrc&&A.currentSrc!==A.src&&(n.src=A.currentSrc,n.srcset=""),n.loading==="lazy"&&(n.loading="eager")),mo(n)?this.createCustomElementClone(n):n},e.prototype.createCustomElementClone=function(A){var n=document.createElement("html2canvascustomelement");return gs(A.style,n),n},e.prototype.createStyleClone=function(A){try{var n=A.sheet;if(n&&n.cssRules){var t=[].slice.call(n.cssRules,0).reduce(function(B,c){return c&&typeof c.cssText=="string"?B+c.cssText:B},""),o=A.cloneNode(!1);return o.textContent=t,o}}catch(B){if(this.context.logger.error("Unable to access cssRules property",B),B.name!=="SecurityError")throw B}return A.cloneNode(!1)},e.prototype.createCanvasClone=function(A){var n;if(this.options.inlineImages&&A.ownerDocument){var t=A.ownerDocument.createElement("img");try{return t.src=A.toDataURL(),t}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var o=A.cloneNode(!1);try{o.width=A.width,o.height=A.height;var B=A.getContext("2d"),c=o.getContext("2d");if(c)if(!this.options.allowTaint&&B)c.putImageData(B.getImageData(0,0,A.width,A.height),0,0);else{var w=(n=A.getContext("webgl2"))!==null&&n!==void 0?n:A.getContext("webgl");if(w){var d=w.getContextAttributes();(d==null?void 0:d.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}c.drawImage(A,0,0)}return o}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return o},e.prototype.createVideoClone=function(A){var n=A.ownerDocument.createElement("canvas");n.width=A.offsetWidth,n.height=A.offsetHeight;var t=n.getContext("2d");try{return t&&(t.drawImage(A,0,0,n.width,n.height),this.options.allowTaint||t.getImageData(0,0,n.width,n.height)),n}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var o=A.ownerDocument.createElement("canvas");return o.width=A.offsetWidth,o.height=A.offsetHeight,o},e.prototype.appendChildNode=function(A,n,t){(!qt(n)||!$u(n)&&!n.hasAttribute(So)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(n)))&&(!this.options.copyStyles||!qt(n)||!vo(n))&&A.appendChild(this.cloneNode(n,t))},e.prototype.cloneChildNodes=function(A,n,t){for(var o=this,B=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;B;B=B.nextSibling)if(qt(B)&&Eo(B)&&typeof B.assignedNodes=="function"){var c=B.assignedNodes();c.length&&c.forEach(function(w){return o.appendChildNode(n,w,t)})}else this.appendChildNode(n,B,t)},e.prototype.cloneNode=function(A,n){if(xo(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&qt(A)&&(fs(A)||mn(A))){var o=this.createElementClone(A);o.style.transitionProperty="none";var B=t.getComputedStyle(A),c=t.getComputedStyle(A,":before"),w=t.getComputedStyle(A,":after");this.referenceElement===A&&fs(o)&&(this.clonedReferenceElement=o),ls(o)&&uh(o);var d=this.counters.parse(new J0(this.context,B)),m=this.resolvePseudoContent(A,o,c,br.BEFORE);mo(A)&&(n=!0),Fo(A)||this.cloneChildNodes(A,o,n),m&&o.insertBefore(m,o.firstChild);var y=this.resolvePseudoContent(A,o,w,br.AFTER);return y&&o.appendChild(y),this.counters.pop(d),(B&&(this.options.copyStyles||mn(A))&&!Uo(A)||n)&&gs(B,o),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([o,A.scrollLeft,A.scrollTop]),(yn(A)||Hn(A))&&(yn(o)||Hn(o))&&(o.value=A.value),o}return A.cloneNode(!1)},e.prototype.resolvePseudoContent=function(A,n,t,o){var B=this;if(t){var c=t.content,w=n.ownerDocument;if(!(!w||!c||c==="none"||c==="-moz-alt-content"||t.display==="none")){this.counters.parse(new J0(this.context,t));var d=new ql(this.context,t),m=w.createElement("html2canvaspseudoelement");gs(t,m),d.content.forEach(function(H){if(H.type===0)m.appendChild(w.createTextNode(H.value));else if(H.type===22){var K=w.createElement("img");K.src=H.value,K.style.opacity="1",m.appendChild(K)}else if(H.type===18){if(H.name==="attr"){var rA=H.values.filter(mA);rA.length&&m.appendChild(w.createTextNode(A.getAttribute(rA[0].value)||""))}else if(H.name==="counter"){var q=H.values.filter(Jt),j=q[0],uA=q[1];if(j&&mA(j)){var sA=B.counters.getCounterValue(j.value),iA=uA&&mA(uA)?zi.parse(B.context,uA.value):3;m.appendChild(w.createTextNode(Hr(sA,iA,!1)))}}else if(H.name==="counters"){var UA=H.values.filter(Jt),j=UA[0],dA=UA[1],uA=UA[2];if(j&&mA(j)){var BA=B.counters.getCounterValues(j.value),AA=uA&&mA(uA)?zi.parse(B.context,uA.value):3,QA=dA&&dA.type===0?dA.value:"",FA=BA.map(function(te){return Hr(te,AA,!1)}).join(QA);m.appendChild(w.createTextNode(FA))}}}else if(H.type===20)switch(H.value){case"open-quote":m.appendChild(w.createTextNode(W0(d.quotes,B.quoteDepth++,!0)));break;case"close-quote":m.appendChild(w.createTextNode(W0(d.quotes,--B.quoteDepth,!1)));break;default:m.appendChild(w.createTextNode(H.value))}}),m.className=ds+" "+ws;var y=o===br.BEFORE?" "+ds:" "+ws;return mn(n)?n.className.baseValue+=y:n.className+=y,m}}},e.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},e})(),br;(function(e){e[e.BEFORE=0]="BEFORE",e[e.AFTER=1]="AFTER"})(br||(br={}));var rh=function(e,A){var n=e.createElement("iframe");return n.className="html2canvas-container",n.style.visibility="hidden",n.style.position="fixed",n.style.left="-10000px",n.style.top="0px",n.style.border="0",n.width=A.width.toString(),n.height=A.height.toString(),n.scrolling="no",n.setAttribute(So,"true"),e.body.appendChild(n),n},nh=function(e){return new Promise(function(A){if(e.complete){A();return}if(!e.src){A();return}e.onload=A,e.onerror=A})},ih=function(e){return Promise.all([].slice.call(e.images,0).map(nh))},sh=function(e){return new Promise(function(A,n){var t=e.contentWindow;if(!t)return n("No window assigned for iframe");var o=t.document;t.onload=e.onload=function(){t.onload=e.onload=null;var B=setInterval(function(){o.body.childNodes.length>0&&o.readyState==="complete"&&(clearInterval(B),A(e))},50)}})},oh=["all","d","content"],gs=function(e,A){for(var n=e.length-1;n>=0;n--){var t=e.item(n);oh.indexOf(t)===-1&&A.style.setProperty(t,e.getPropertyValue(t))}return A},ah=function(e){var A="";return e&&(A+="<!DOCTYPE ",e.name&&(A+=e.name),e.internalSubset&&(A+=e.internalSubset),e.publicId&&(A+='"'+e.publicId+'"'),e.systemId&&(A+='"'+e.systemId+'"'),A+=">"),A},Bh=function(e,A,n){e&&e.defaultView&&(A!==e.defaultView.pageXOffset||n!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(A,n)},ch=function(e){var A=e[0],n=e[1],t=e[2];A.scrollLeft=n,A.scrollTop=t},fh=":before",lh=":after",ds="___html2canvas___pseudoelement_before",ws="___html2canvas___pseudoelement_after",Ko=`{
2
+ content: "" !important;
3
+ display: none !important;
4
+ }`,uh=function(e){hh(e,"."+ds+fh+Ko+`
5
+ .`+ws+lh+Ko)},hh=function(e,A){var n=e.ownerDocument;if(n){var t=n.createElement("style");t.textContent=A,e.appendChild(t)}},To=(function(){function e(){}return e.getOrigin=function(A){var n=e._link;return n?(n.href=A,n.href=n.href,n.protocol+n.hostname+n.port):"about:blank"},e.isSameOrigin=function(A){return e.getOrigin(A)===e._origin},e.setContext=function(A){e._link=A.document.createElement("a"),e._origin=e.getOrigin(A.location.href)},e._origin="about:blank",e})(),gh=(function(){function e(A,n){this.context=A,this._options=n,this._cache={}}return e.prototype.addImage=function(A){var n=Promise.resolve();return this.has(A)||(xs(A)||xh(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),n},e.prototype.match=function(A){return this._cache[A]},e.prototype.loadImage=function(A){return a(this,void 0,void 0,function(){var n,t,o,B,c=this;return f(this,function(w){switch(w.label){case 0:return n=To.isSameOrigin(A),t=!Cs(A)&&this._options.useCORS===!0&&VA.SUPPORT_CORS_IMAGES&&!n,o=!Cs(A)&&!n&&!xs(A)&&typeof this._options.proxy=="string"&&VA.SUPPORT_CORS_XHR&&!t,!n&&this._options.allowTaint===!1&&!Cs(A)&&!xs(A)&&!o&&!t?[2]:(B=A,o?[4,this.proxy(B)]:[3,2]);case 1:B=w.sent(),w.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(d,m){var y=new Image;y.onload=function(){return d(y)},y.onerror=m,(ph(B)||t)&&(y.crossOrigin="anonymous"),y.src=B,y.complete===!0&&setTimeout(function(){return d(y)},500),c._options.imageTimeout>0&&setTimeout(function(){return m("Timed out ("+c._options.imageTimeout+"ms) loading image")},c._options.imageTimeout)})];case 3:return[2,w.sent()]}})})},e.prototype.has=function(A){return typeof this._cache[A]!="undefined"},e.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},e.prototype.proxy=function(A){var n=this,t=this._options.proxy;if(!t)throw new Error("No proxy defined");var o=A.substring(0,256);return new Promise(function(B,c){var w=VA.SUPPORT_RESPONSE_TYPE?"blob":"text",d=new XMLHttpRequest;d.onload=function(){if(d.status===200)if(w==="text")B(d.response);else{var H=new FileReader;H.addEventListener("load",function(){return B(H.result)},!1),H.addEventListener("error",function(K){return c(K)},!1),H.readAsDataURL(d.response)}else c("Failed to proxy resource "+o+" with status code "+d.status)},d.onerror=c;var m=t.indexOf("?")>-1?"&":"?";if(d.open("GET",""+t+m+"url="+encodeURIComponent(A)+"&responseType="+w),w!=="text"&&d instanceof XMLHttpRequest&&(d.responseType=w),n._options.imageTimeout){var y=n._options.imageTimeout;d.timeout=y,d.ontimeout=function(){return c("Timed out ("+y+"ms) proxying "+o)}}d.send()})},e})(),dh=/^data:image\/svg\+xml/i,wh=/^data:image\/.*;base64,/i,Ch=/^data:image\/.*/i,xh=function(e){return VA.SUPPORT_SVG_DRAWING||!Qh(e)},Cs=function(e){return Ch.test(e)},ph=function(e){return wh.test(e)},xs=function(e){return e.substr(0,4)==="blob"},Qh=function(e){return e.substr(-3).toLowerCase()==="svg"||dh.test(e)},$=(function(){function e(A,n){this.type=0,this.x=A,this.y=n}return e.prototype.add=function(A,n){return new e(this.x+A,this.y+n)},e})(),jt=function(e,A,n){return new $(e.x+(A.x-e.x)*n,e.y+(A.y-e.y)*n)},bn=(function(){function e(A,n,t,o){this.type=1,this.start=A,this.startControl=n,this.endControl=t,this.end=o}return e.prototype.subdivide=function(A,n){var t=jt(this.start,this.startControl,A),o=jt(this.startControl,this.endControl,A),B=jt(this.endControl,this.end,A),c=jt(t,o,A),w=jt(o,B,A),d=jt(c,w,A);return n?new e(this.start,t,c,d):new e(d,w,B,this.end)},e.prototype.add=function(A,n){return new e(this.start.add(A,n),this.startControl.add(A,n),this.endControl.add(A,n),this.end.add(A,n))},e.prototype.reverse=function(){return new e(this.end,this.endControl,this.startControl,this.start)},e})(),ge=function(e){return e.type===1},Fh=(function(){function e(A){var n=A.styles,t=A.bounds,o=Fr(n.borderTopLeftRadius,t.width,t.height),B=o[0],c=o[1],w=Fr(n.borderTopRightRadius,t.width,t.height),d=w[0],m=w[1],y=Fr(n.borderBottomRightRadius,t.width,t.height),H=y[0],K=y[1],rA=Fr(n.borderBottomLeftRadius,t.width,t.height),q=rA[0],j=rA[1],uA=[];uA.push((B+d)/t.width),uA.push((q+H)/t.width),uA.push((c+j)/t.height),uA.push((m+K)/t.height);var sA=Math.max.apply(Math,uA);sA>1&&(B/=sA,c/=sA,d/=sA,m/=sA,H/=sA,K/=sA,q/=sA,j/=sA);var iA=t.width-d,UA=t.height-K,dA=t.width-H,BA=t.height-j,AA=n.borderTopWidth,QA=n.borderRightWidth,FA=n.borderBottomWidth,cA=n.borderLeftWidth,TA=IA(n.paddingTop,A.bounds.width),te=IA(n.paddingRight,A.bounds.width),ae=IA(n.paddingBottom,A.bounds.width),yA=IA(n.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=B>0||c>0?_A(t.left+cA/3,t.top+AA/3,B-cA/3,c-AA/3,vA.TOP_LEFT):new $(t.left+cA/3,t.top+AA/3),this.topRightBorderDoubleOuterBox=B>0||c>0?_A(t.left+iA,t.top+AA/3,d-QA/3,m-AA/3,vA.TOP_RIGHT):new $(t.left+t.width-QA/3,t.top+AA/3),this.bottomRightBorderDoubleOuterBox=H>0||K>0?_A(t.left+dA,t.top+UA,H-QA/3,K-FA/3,vA.BOTTOM_RIGHT):new $(t.left+t.width-QA/3,t.top+t.height-FA/3),this.bottomLeftBorderDoubleOuterBox=q>0||j>0?_A(t.left+cA/3,t.top+BA,q-cA/3,j-FA/3,vA.BOTTOM_LEFT):new $(t.left+cA/3,t.top+t.height-FA/3),this.topLeftBorderDoubleInnerBox=B>0||c>0?_A(t.left+cA*2/3,t.top+AA*2/3,B-cA*2/3,c-AA*2/3,vA.TOP_LEFT):new $(t.left+cA*2/3,t.top+AA*2/3),this.topRightBorderDoubleInnerBox=B>0||c>0?_A(t.left+iA,t.top+AA*2/3,d-QA*2/3,m-AA*2/3,vA.TOP_RIGHT):new $(t.left+t.width-QA*2/3,t.top+AA*2/3),this.bottomRightBorderDoubleInnerBox=H>0||K>0?_A(t.left+dA,t.top+UA,H-QA*2/3,K-FA*2/3,vA.BOTTOM_RIGHT):new $(t.left+t.width-QA*2/3,t.top+t.height-FA*2/3),this.bottomLeftBorderDoubleInnerBox=q>0||j>0?_A(t.left+cA*2/3,t.top+BA,q-cA*2/3,j-FA*2/3,vA.BOTTOM_LEFT):new $(t.left+cA*2/3,t.top+t.height-FA*2/3),this.topLeftBorderStroke=B>0||c>0?_A(t.left+cA/2,t.top+AA/2,B-cA/2,c-AA/2,vA.TOP_LEFT):new $(t.left+cA/2,t.top+AA/2),this.topRightBorderStroke=B>0||c>0?_A(t.left+iA,t.top+AA/2,d-QA/2,m-AA/2,vA.TOP_RIGHT):new $(t.left+t.width-QA/2,t.top+AA/2),this.bottomRightBorderStroke=H>0||K>0?_A(t.left+dA,t.top+UA,H-QA/2,K-FA/2,vA.BOTTOM_RIGHT):new $(t.left+t.width-QA/2,t.top+t.height-FA/2),this.bottomLeftBorderStroke=q>0||j>0?_A(t.left+cA/2,t.top+BA,q-cA/2,j-FA/2,vA.BOTTOM_LEFT):new $(t.left+cA/2,t.top+t.height-FA/2),this.topLeftBorderBox=B>0||c>0?_A(t.left,t.top,B,c,vA.TOP_LEFT):new $(t.left,t.top),this.topRightBorderBox=d>0||m>0?_A(t.left+iA,t.top,d,m,vA.TOP_RIGHT):new $(t.left+t.width,t.top),this.bottomRightBorderBox=H>0||K>0?_A(t.left+dA,t.top+UA,H,K,vA.BOTTOM_RIGHT):new $(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=q>0||j>0?_A(t.left,t.top+BA,q,j,vA.BOTTOM_LEFT):new $(t.left,t.top+t.height),this.topLeftPaddingBox=B>0||c>0?_A(t.left+cA,t.top+AA,Math.max(0,B-cA),Math.max(0,c-AA),vA.TOP_LEFT):new $(t.left+cA,t.top+AA),this.topRightPaddingBox=d>0||m>0?_A(t.left+Math.min(iA,t.width-QA),t.top+AA,iA>t.width+QA?0:Math.max(0,d-QA),Math.max(0,m-AA),vA.TOP_RIGHT):new $(t.left+t.width-QA,t.top+AA),this.bottomRightPaddingBox=H>0||K>0?_A(t.left+Math.min(dA,t.width-cA),t.top+Math.min(UA,t.height-FA),Math.max(0,H-QA),Math.max(0,K-FA),vA.BOTTOM_RIGHT):new $(t.left+t.width-QA,t.top+t.height-FA),this.bottomLeftPaddingBox=q>0||j>0?_A(t.left+cA,t.top+Math.min(BA,t.height-FA),Math.max(0,q-cA),Math.max(0,j-FA),vA.BOTTOM_LEFT):new $(t.left+cA,t.top+t.height-FA),this.topLeftContentBox=B>0||c>0?_A(t.left+cA+yA,t.top+AA+TA,Math.max(0,B-(cA+yA)),Math.max(0,c-(AA+TA)),vA.TOP_LEFT):new $(t.left+cA+yA,t.top+AA+TA),this.topRightContentBox=d>0||m>0?_A(t.left+Math.min(iA,t.width+cA+yA),t.top+AA+TA,iA>t.width+cA+yA?0:d-cA+yA,m-(AA+TA),vA.TOP_RIGHT):new $(t.left+t.width-(QA+te),t.top+AA+TA),this.bottomRightContentBox=H>0||K>0?_A(t.left+Math.min(dA,t.width-(cA+yA)),t.top+Math.min(UA,t.height+AA+TA),Math.max(0,H-(QA+te)),K-(FA+ae),vA.BOTTOM_RIGHT):new $(t.left+t.width-(QA+te),t.top+t.height-(FA+ae)),this.bottomLeftContentBox=q>0||j>0?_A(t.left+cA+yA,t.top+BA,Math.max(0,q-(cA+yA)),j-(FA+ae),vA.BOTTOM_LEFT):new $(t.left+cA+yA,t.top+t.height-(FA+ae))}return e})(),vA;(function(e){e[e.TOP_LEFT=0]="TOP_LEFT",e[e.TOP_RIGHT=1]="TOP_RIGHT",e[e.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",e[e.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(vA||(vA={}));var _A=function(e,A,n,t,o){var B=4*((Math.sqrt(2)-1)/3),c=n*B,w=t*B,d=e+n,m=A+t;switch(o){case vA.TOP_LEFT:return new bn(new $(e,m),new $(e,m-w),new $(d-c,A),new $(d,A));case vA.TOP_RIGHT:return new bn(new $(e,A),new $(e+c,A),new $(d,m-w),new $(d,m));case vA.BOTTOM_RIGHT:return new bn(new $(d,A),new $(d,A+w),new $(e+c,m),new $(e,m));case vA.BOTTOM_LEFT:default:return new bn(new $(d,m),new $(d-c,m),new $(e,A+w),new $(e,A))}},In=function(e){return[e.topLeftBorderBox,e.topRightBorderBox,e.bottomRightBorderBox,e.bottomLeftBorderBox]},Uh=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},Dn=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},vh=(function(){function e(A,n,t){this.offsetX=A,this.offsetY=n,this.matrix=t,this.type=0,this.target=6}return e})(),_n=(function(){function e(A,n){this.path=A,this.target=n,this.type=1}return e})(),Eh=(function(){function e(A){this.opacity=A,this.type=2,this.target=6}return e})(),mh=function(e){return e.type===0},Oo=function(e){return e.type===1},yh=function(e){return e.type===2},ko=function(e,A){return e.length===A.length?e.some(function(n,t){return n===A[t]}):!1},Hh=function(e,A,n,t,o){return e.map(function(B,c){switch(c){case 0:return B.add(A,n);case 1:return B.add(A+t,n);case 2:return B.add(A+t,n+o);case 3:return B.add(A,n+o)}return B})},Ro=(function(){function e(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e})(),Mo=(function(){function e(A,n){if(this.container=A,this.parent=n,this.effects=[],this.curves=new Fh(this.container),this.container.styles.opacity<1&&this.effects.push(new Eh(this.container.styles.opacity)),this.container.styles.transform!==null){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,o=this.container.bounds.top+this.container.styles.transformOrigin[1].number,B=this.container.styles.transform;this.effects.push(new vh(t,o,B))}if(this.container.styles.overflowX!==0){var c=In(this.curves),w=Dn(this.curves);ko(c,w)?this.effects.push(new _n(c,6)):(this.effects.push(new _n(c,2)),this.effects.push(new _n(w,4)))}}return e.prototype.getEffects=function(A){for(var n=[2,3].indexOf(this.container.styles.position)===-1,t=this.parent,o=this.effects.slice(0);t;){var B=t.effects.filter(function(d){return!Oo(d)});if(n||t.container.styles.position!==0||!t.parent){if(o.unshift.apply(o,B),n=[2,3].indexOf(t.container.styles.position)===-1,t.container.styles.overflowX!==0){var c=In(t.curves),w=Dn(t.curves);ko(c,w)||o.unshift(new _n(w,6))}}else o.unshift.apply(o,B);t=t.parent}return o.filter(function(d){return RA(d.target,A)})},e})(),ps=function(e,A,n,t){e.container.elements.forEach(function(o){var B=RA(o.flags,4),c=RA(o.flags,2),w=new Mo(o,e);RA(o.styles.display,2048)&&t.push(w);var d=RA(o.flags,8)?[]:t;if(B||c){var m=B||o.styles.isPositioned()?n:A,y=new Ro(w);if(o.styles.isPositioned()||o.styles.opacity<1||o.styles.isTransformed()){var H=o.styles.zIndex.order;if(H<0){var K=0;m.negativeZIndex.some(function(q,j){return H>q.element.container.styles.zIndex.order?(K=j,!1):K>0}),m.negativeZIndex.splice(K,0,y)}else if(H>0){var rA=0;m.positiveZIndex.some(function(q,j){return H>=q.element.container.styles.zIndex.order?(rA=j+1,!1):rA>0}),m.positiveZIndex.splice(rA,0,y)}else m.zeroOrAutoZIndexOrTransformedOrOpacity.push(y)}else o.styles.isFloating()?m.nonPositionedFloats.push(y):m.nonPositionedInlineLevel.push(y);ps(w,y,B?y:n,d)}else o.styles.isInlineLevel()?A.inlineLevel.push(w):A.nonInlineLevel.push(w),ps(w,A,n,d);RA(o.flags,8)&&No(o,d)})},No=function(e,A){for(var n=e instanceof Bs?e.start:1,t=e instanceof Bs?e.reversed:!1,o=0;o<A.length;o++){var B=A[o];B.container instanceof fo&&typeof B.container.value=="number"&&B.container.value!==0&&(n=B.container.value),B.listValue=Hr(n,B.container.styles.listStyleType,!0),n+=t?-1:1}},bh=function(e){var A=new Mo(e,null),n=new Ro(A),t=[];return ps(A,n,n,t),No(A.container,t),n},Go=function(e,A){switch(A){case 0:return de(e.topLeftBorderBox,e.topLeftPaddingBox,e.topRightBorderBox,e.topRightPaddingBox);case 1:return de(e.topRightBorderBox,e.topRightPaddingBox,e.bottomRightBorderBox,e.bottomRightPaddingBox);case 2:return de(e.bottomRightBorderBox,e.bottomRightPaddingBox,e.bottomLeftBorderBox,e.bottomLeftPaddingBox);default:return de(e.bottomLeftBorderBox,e.bottomLeftPaddingBox,e.topLeftBorderBox,e.topLeftPaddingBox)}},Ih=function(e,A){switch(A){case 0:return de(e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox,e.topRightBorderBox,e.topRightBorderDoubleOuterBox);case 1:return de(e.topRightBorderBox,e.topRightBorderDoubleOuterBox,e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox);case 2:return de(e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox,e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox);default:return de(e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox,e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox)}},Dh=function(e,A){switch(A){case 0:return de(e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox,e.topRightBorderDoubleInnerBox,e.topRightPaddingBox);case 1:return de(e.topRightBorderDoubleInnerBox,e.topRightPaddingBox,e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox);case 2:return de(e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox,e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox);default:return de(e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox,e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox)}},_h=function(e,A){switch(A){case 0:return Sn(e.topLeftBorderStroke,e.topRightBorderStroke);case 1:return Sn(e.topRightBorderStroke,e.bottomRightBorderStroke);case 2:return Sn(e.bottomRightBorderStroke,e.bottomLeftBorderStroke);default:return Sn(e.bottomLeftBorderStroke,e.topLeftBorderStroke)}},Sn=function(e,A){var n=[];return ge(e)?n.push(e.subdivide(.5,!1)):n.push(e),ge(A)?n.push(A.subdivide(.5,!0)):n.push(A),n},de=function(e,A,n,t){var o=[];return ge(e)?o.push(e.subdivide(.5,!1)):o.push(e),ge(n)?o.push(n.subdivide(.5,!0)):o.push(n),ge(t)?o.push(t.subdivide(.5,!0).reverse()):o.push(t),ge(A)?o.push(A.subdivide(.5,!1).reverse()):o.push(A),o},Vo=function(e){var A=e.bounds,n=e.styles;return A.add(n.borderLeftWidth,n.borderTopWidth,-(n.borderRightWidth+n.borderLeftWidth),-(n.borderTopWidth+n.borderBottomWidth))},Ln=function(e){var A=e.styles,n=e.bounds,t=IA(A.paddingLeft,n.width),o=IA(A.paddingRight,n.width),B=IA(A.paddingTop,n.width),c=IA(A.paddingBottom,n.width);return n.add(t+A.borderLeftWidth,B+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+t+o),-(A.borderTopWidth+A.borderBottomWidth+B+c))},Sh=function(e,A){return e===0?A.bounds:e===2?Ln(A):Vo(A)},Lh=function(e,A){return e===0?A.bounds:e===2?Ln(A):Vo(A)},Qs=function(e,A,n){var t=Sh(Ar(e.styles.backgroundOrigin,A),e),o=Lh(Ar(e.styles.backgroundClip,A),e),B=Kh(Ar(e.styles.backgroundSize,A),n,t),c=B[0],w=B[1],d=Fr(Ar(e.styles.backgroundPosition,A),t.width-c,t.height-w),m=Th(Ar(e.styles.backgroundRepeat,A),d,B,t,o),y=Math.round(t.left+d[0]),H=Math.round(t.top+d[1]);return[m,y,H,c,w]},$t=function(e){return mA(e)&&e.value===Yt.AUTO},Kn=function(e){return typeof e=="number"},Kh=function(e,A,n){var t=A[0],o=A[1],B=A[2],c=e[0],w=e[1];if(!c)return[0,0];if(KA(c)&&w&&KA(w))return[IA(c,n.width),IA(w,n.height)];var d=Kn(B);if(mA(c)&&(c.value===Yt.CONTAIN||c.value===Yt.COVER)){if(Kn(B)){var m=n.width/n.height;return m<B!=(c.value===Yt.COVER)?[n.width,n.width/B]:[n.height*B,n.height]}return[n.width,n.height]}var y=Kn(t),H=Kn(o),K=y||H;if($t(c)&&(!w||$t(w))){if(y&&H)return[t,o];if(!d&&!K)return[n.width,n.height];if(K&&d){var rA=y?t:o*B,q=H?o:t/B;return[rA,q]}var j=y?t:n.width,uA=H?o:n.height;return[j,uA]}if(d){var sA=0,iA=0;return KA(c)?sA=IA(c,n.width):KA(w)&&(iA=IA(w,n.height)),$t(c)?sA=iA*B:(!w||$t(w))&&(iA=sA/B),[sA,iA]}var UA=null,dA=null;if(KA(c)?UA=IA(c,n.width):w&&KA(w)&&(dA=IA(w,n.height)),UA!==null&&(!w||$t(w))&&(dA=y&&H?UA/t*o:n.height),dA!==null&&$t(c)&&(UA=y&&H?dA/o*t:n.width),UA!==null&&dA!==null)return[UA,dA];throw new Error("Unable to calculate background-size for element")},Ar=function(e,A){var n=e[A];return typeof n=="undefined"?e[0]:n},Th=function(e,A,n,t,o){var B=A[0],c=A[1],w=n[0],d=n[1];switch(e){case 2:return[new $(Math.round(t.left),Math.round(t.top+c)),new $(Math.round(t.left+t.width),Math.round(t.top+c)),new $(Math.round(t.left+t.width),Math.round(d+t.top+c)),new $(Math.round(t.left),Math.round(d+t.top+c))];case 3:return[new $(Math.round(t.left+B),Math.round(t.top)),new $(Math.round(t.left+B+w),Math.round(t.top)),new $(Math.round(t.left+B+w),Math.round(t.height+t.top)),new $(Math.round(t.left+B),Math.round(t.height+t.top))];case 1:return[new $(Math.round(t.left+B),Math.round(t.top+c)),new $(Math.round(t.left+B+w),Math.round(t.top+c)),new $(Math.round(t.left+B+w),Math.round(t.top+c+d)),new $(Math.round(t.left+B),Math.round(t.top+c+d))];default:return[new $(Math.round(o.left),Math.round(o.top)),new $(Math.round(o.left+o.width),Math.round(o.top)),new $(Math.round(o.left+o.width),Math.round(o.height+o.top)),new $(Math.round(o.left),Math.round(o.height+o.top))]}},Oh="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Po="Hidden Text",kh=(function(){function e(A){this._data={},this._document=A}return e.prototype.parseMetrics=function(A,n){var t=this._document.createElement("div"),o=this._document.createElement("img"),B=this._document.createElement("span"),c=this._document.body;t.style.visibility="hidden",t.style.fontFamily=A,t.style.fontSize=n,t.style.margin="0",t.style.padding="0",t.style.whiteSpace="nowrap",c.appendChild(t),o.src=Oh,o.width=1,o.height=1,o.style.margin="0",o.style.padding="0",o.style.verticalAlign="baseline",B.style.fontFamily=A,B.style.fontSize=n,B.style.margin="0",B.style.padding="0",B.appendChild(this._document.createTextNode(Po)),t.appendChild(B),t.appendChild(o);var w=o.offsetTop-B.offsetTop+2;t.removeChild(B),t.appendChild(this._document.createTextNode(Po)),t.style.lineHeight="normal",o.style.verticalAlign="super";var d=o.offsetTop-t.offsetTop+2;return c.removeChild(t),{baseline:w,middle:d}},e.prototype.getMetrics=function(A,n){var t=A+" "+n;return typeof this._data[t]=="undefined"&&(this._data[t]=this.parseMetrics(A,n)),this._data[t]},e})(),Xo=(function(){function e(A,n){this.context=A,this.options=n}return e})(),Rh=1e4,Mh=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o._activeEffects=[],o.canvas=t.canvas?t.canvas:document.createElement("canvas"),o.ctx=o.canvas.getContext("2d"),t.canvas||(o.canvas.width=Math.floor(t.width*t.scale),o.canvas.height=Math.floor(t.height*t.scale),o.canvas.style.width=t.width+"px",o.canvas.style.height=t.height+"px"),o.fontMetrics=new kh(document),o.ctx.scale(o.options.scale,o.options.scale),o.ctx.translate(-t.x,-t.y),o.ctx.textBaseline="bottom",o._activeEffects=[],o.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale),o}return A.prototype.applyEffects=function(n){for(var t=this;this._activeEffects.length;)this.popEffect();n.forEach(function(o){return t.applyEffect(o)})},A.prototype.applyEffect=function(n){this.ctx.save(),yh(n)&&(this.ctx.globalAlpha=n.opacity),mh(n)&&(this.ctx.translate(n.offsetX,n.offsetY),this.ctx.transform(n.matrix[0],n.matrix[1],n.matrix[2],n.matrix[3],n.matrix[4],n.matrix[5]),this.ctx.translate(-n.offsetX,-n.offsetY)),Oo(n)&&(this.path(n.path),this.ctx.clip()),this._activeEffects.push(n)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(n){return a(this,void 0,void 0,function(){var t;return f(this,function(o){switch(o.label){case 0:return t=n.element.container.styles,t.isVisible()?[4,this.renderStackContent(n)]:[3,2];case 1:o.sent(),o.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(n){return a(this,void 0,void 0,function(){return f(this,function(t){switch(t.label){case 0:if(RA(n.container.flags,16))debugger;return n.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(n)]:[3,3];case 1:return t.sent(),[4,this.renderNodeContent(n)];case 2:t.sent(),t.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(n,t,o){var B=this;if(t===0)this.ctx.fillText(n.text,n.bounds.left,n.bounds.top+o);else{var c=as(n.text);c.reduce(function(w,d){return B.ctx.fillText(d,w,n.bounds.top+o),w+B.ctx.measureText(d).width},n.bounds.left)}},A.prototype.createFontStyle=function(n){var t=n.fontVariant.filter(function(c){return c==="normal"||c==="small-caps"}).join(""),o=Xh(n.fontFamily).join(", "),B=Qr(n.fontSize)?""+n.fontSize.number+n.fontSize.unit:n.fontSize.number+"px";return[[n.fontStyle,t,n.fontWeight,B,o].join(" "),o,B]},A.prototype.renderTextNode=function(n,t){return a(this,void 0,void 0,function(){var o,B,c,w,d,m,y,H,K=this;return f(this,function(rA){return o=this.createFontStyle(t),B=o[0],c=o[1],w=o[2],this.ctx.font=B,this.ctx.direction=t.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",d=this.fontMetrics.getMetrics(c,w),m=d.baseline,y=d.middle,H=t.paintOrder,n.textBounds.forEach(function(q){H.forEach(function(j){switch(j){case 0:K.ctx.fillStyle=NA(t.color),K.renderTextWithLetterSpacing(q,t.letterSpacing,m);var uA=t.textShadow;uA.length&&q.text.trim().length&&(uA.slice(0).reverse().forEach(function(sA){K.ctx.shadowColor=NA(sA.color),K.ctx.shadowOffsetX=sA.offsetX.number*K.options.scale,K.ctx.shadowOffsetY=sA.offsetY.number*K.options.scale,K.ctx.shadowBlur=sA.blur.number,K.renderTextWithLetterSpacing(q,t.letterSpacing,m)}),K.ctx.shadowColor="",K.ctx.shadowOffsetX=0,K.ctx.shadowOffsetY=0,K.ctx.shadowBlur=0),t.textDecorationLine.length&&(K.ctx.fillStyle=NA(t.textDecorationColor||t.color),t.textDecorationLine.forEach(function(sA){switch(sA){case 1:K.ctx.fillRect(q.bounds.left,Math.round(q.bounds.top+m),q.bounds.width,1);break;case 2:K.ctx.fillRect(q.bounds.left,Math.round(q.bounds.top),q.bounds.width,1);break;case 3:K.ctx.fillRect(q.bounds.left,Math.ceil(q.bounds.top+y),q.bounds.width,1);break}}));break;case 1:t.webkitTextStrokeWidth&&q.text.trim().length&&(K.ctx.strokeStyle=NA(t.webkitTextStrokeColor),K.ctx.lineWidth=t.webkitTextStrokeWidth,K.ctx.lineJoin=window.chrome?"miter":"round",K.ctx.strokeText(q.text,q.bounds.left,q.bounds.top+m)),K.ctx.strokeStyle="",K.ctx.lineWidth=0,K.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(n,t,o){if(o&&n.intrinsicWidth>0&&n.intrinsicHeight>0){var B=Ln(n),c=Dn(t);this.path(c),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(o,0,0,n.intrinsicWidth,n.intrinsicHeight,B.left,B.top,B.width,B.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(n){return a(this,void 0,void 0,function(){var t,o,B,c,w,d,iA,iA,m,y,H,K,dA,rA,q,BA,j,uA,sA,iA,UA,dA,BA;return f(this,function(AA){switch(AA.label){case 0:this.applyEffects(n.getEffects(4)),t=n.container,o=n.curves,B=t.styles,c=0,w=t.textNodes,AA.label=1;case 1:return c<w.length?(d=w[c],[4,this.renderTextNode(d,B)]):[3,4];case 2:AA.sent(),AA.label=3;case 3:return c++,[3,1];case 4:if(!(t instanceof ao))return[3,8];AA.label=5;case 5:return AA.trys.push([5,7,,8]),[4,this.context.cache.match(t.src)];case 6:return iA=AA.sent(),this.renderReplacedElement(t,o,iA),[3,8];case 7:return AA.sent(),this.context.logger.error("Error loading image "+t.src),[3,8];case 8:if(t instanceof Bo&&this.renderReplacedElement(t,o,t.canvas),!(t instanceof co))return[3,12];AA.label=9;case 9:return AA.trys.push([9,11,,12]),[4,this.context.cache.match(t.svg)];case 10:return iA=AA.sent(),this.renderReplacedElement(t,o,iA),[3,12];case 11:return AA.sent(),this.context.logger.error("Error loading svg "+t.svg.substring(0,255)),[3,12];case 12:return t instanceof go&&t.tree?(m=new A(this.context,{scale:this.options.scale,backgroundColor:t.backgroundColor,x:0,y:0,width:t.width,height:t.height}),[4,m.render(t.tree)]):[3,14];case 13:y=AA.sent(),t.width&&t.height&&this.ctx.drawImage(y,0,0,t.width,t.height,t.bounds.left,t.bounds.top,t.bounds.width,t.bounds.height),AA.label=14;case 14:if(t instanceof cs&&(H=Math.min(t.bounds.width,t.bounds.height),t.type===Un?t.checked&&(this.ctx.save(),this.path([new $(t.bounds.left+H*.39363,t.bounds.top+H*.79),new $(t.bounds.left+H*.16,t.bounds.top+H*.5549),new $(t.bounds.left+H*.27347,t.bounds.top+H*.44071),new $(t.bounds.left+H*.39694,t.bounds.top+H*.5649),new $(t.bounds.left+H*.72983,t.bounds.top+H*.23),new $(t.bounds.left+H*.84,t.bounds.top+H*.34085),new $(t.bounds.left+H*.39363,t.bounds.top+H*.79)]),this.ctx.fillStyle=NA(lo),this.ctx.fill(),this.ctx.restore()):t.type===vn&&t.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(t.bounds.left+H/2,t.bounds.top+H/2,H/4,0,Math.PI*2,!0),this.ctx.fillStyle=NA(lo),this.ctx.fill(),this.ctx.restore())),Nh(t)&&t.value.length){switch(K=this.createFontStyle(B),dA=K[0],rA=K[1],q=this.fontMetrics.getMetrics(dA,rA).baseline,this.ctx.font=dA,this.ctx.fillStyle=NA(B.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=Vh(t.styles.textAlign),BA=Ln(t),j=0,t.styles.textAlign){case 1:j+=BA.width/2;break;case 2:j+=BA.width;break}uA=BA.add(j,0,0,-BA.height/2+1),this.ctx.save(),this.path([new $(BA.left,BA.top),new $(BA.left+BA.width,BA.top),new $(BA.left+BA.width,BA.top+BA.height),new $(BA.left,BA.top+BA.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new mr(t.value,uA),B.letterSpacing,q),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!RA(t.styles.display,2048))return[3,20];if(t.styles.listStyleImage===null)return[3,19];if(sA=t.styles.listStyleImage,sA.type!==0)return[3,18];iA=void 0,UA=sA.url,AA.label=15;case 15:return AA.trys.push([15,17,,18]),[4,this.context.cache.match(UA)];case 16:return iA=AA.sent(),this.ctx.drawImage(iA,t.bounds.left-(iA.width+10),t.bounds.top),[3,18];case 17:return AA.sent(),this.context.logger.error("Error loading list-style-image "+UA),[3,18];case 18:return[3,20];case 19:n.listValue&&t.styles.listStyleType!==-1&&(dA=this.createFontStyle(B)[0],this.ctx.font=dA,this.ctx.fillStyle=NA(B.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",BA=new C(t.bounds.left,t.bounds.top+IA(t.styles.paddingTop,t.bounds.width),t.bounds.width,V0(B.lineHeight,B.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new mr(n.listValue,BA),B.letterSpacing,V0(B.lineHeight,B.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),AA.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(n){return a(this,void 0,void 0,function(){var t,o,sA,B,c,sA,w,d,sA,m,y,sA,H,K,sA,rA,q,sA,j,uA,sA;return f(this,function(iA){switch(iA.label){case 0:if(RA(n.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(n.element)];case 1:iA.sent(),t=0,o=n.negativeZIndex,iA.label=2;case 2:return t<o.length?(sA=o[t],[4,this.renderStack(sA)]):[3,5];case 3:iA.sent(),iA.label=4;case 4:return t++,[3,2];case 5:return[4,this.renderNodeContent(n.element)];case 6:iA.sent(),B=0,c=n.nonInlineLevel,iA.label=7;case 7:return B<c.length?(sA=c[B],[4,this.renderNode(sA)]):[3,10];case 8:iA.sent(),iA.label=9;case 9:return B++,[3,7];case 10:w=0,d=n.nonPositionedFloats,iA.label=11;case 11:return w<d.length?(sA=d[w],[4,this.renderStack(sA)]):[3,14];case 12:iA.sent(),iA.label=13;case 13:return w++,[3,11];case 14:m=0,y=n.nonPositionedInlineLevel,iA.label=15;case 15:return m<y.length?(sA=y[m],[4,this.renderStack(sA)]):[3,18];case 16:iA.sent(),iA.label=17;case 17:return m++,[3,15];case 18:H=0,K=n.inlineLevel,iA.label=19;case 19:return H<K.length?(sA=K[H],[4,this.renderNode(sA)]):[3,22];case 20:iA.sent(),iA.label=21;case 21:return H++,[3,19];case 22:rA=0,q=n.zeroOrAutoZIndexOrTransformedOrOpacity,iA.label=23;case 23:return rA<q.length?(sA=q[rA],[4,this.renderStack(sA)]):[3,26];case 24:iA.sent(),iA.label=25;case 25:return rA++,[3,23];case 26:j=0,uA=n.positiveZIndex,iA.label=27;case 27:return j<uA.length?(sA=uA[j],[4,this.renderStack(sA)]):[3,30];case 28:iA.sent(),iA.label=29;case 29:return j++,[3,27];case 30:return[2]}})})},A.prototype.mask=function(n){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(n.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(n){this.ctx.beginPath(),this.formatPath(n),this.ctx.closePath()},A.prototype.formatPath=function(n){var t=this;n.forEach(function(o,B){var c=ge(o)?o.start:o;B===0?t.ctx.moveTo(c.x,c.y):t.ctx.lineTo(c.x,c.y),ge(o)&&t.ctx.bezierCurveTo(o.startControl.x,o.startControl.y,o.endControl.x,o.endControl.y,o.end.x,o.end.y)})},A.prototype.renderRepeat=function(n,t,o,B){this.path(n),this.ctx.fillStyle=t,this.ctx.translate(o,B),this.ctx.fill(),this.ctx.translate(-o,-B)},A.prototype.resizeImage=function(n,t,o){var B;if(n.width===t&&n.height===o)return n;var c=(B=this.canvas.ownerDocument)!==null&&B!==void 0?B:document,w=c.createElement("canvas");w.width=Math.max(1,t),w.height=Math.max(1,o);var d=w.getContext("2d");return d.drawImage(n,0,0,n.width,n.height,0,0,t,o),w},A.prototype.renderBackgroundImage=function(n){return a(this,void 0,void 0,function(){var t,o,B,c,w,d;return f(this,function(m){switch(m.label){case 0:t=n.styles.backgroundImage.length-1,o=function(y){var H,K,rA,TA,re,ne,yA,PA,FA,q,TA,re,ne,yA,PA,j,uA,sA,iA,UA,dA,BA,AA,QA,FA,cA,TA,te,ae,yA,PA,st,re,ne,yt,ye,ot,Ht,bt,Le,It,Ke;return f(this,function(er){switch(er.label){case 0:if(y.type!==0)return[3,5];H=void 0,K=y.url,er.label=1;case 1:return er.trys.push([1,3,,4]),[4,B.context.cache.match(K)];case 2:return H=er.sent(),[3,4];case 3:return er.sent(),B.context.logger.error("Error loading background-image "+K),[3,4];case 4:return H&&(rA=Qs(n,t,[H.width,H.height,H.width/H.height]),TA=rA[0],re=rA[1],ne=rA[2],yA=rA[3],PA=rA[4],FA=B.ctx.createPattern(B.resizeImage(H,yA,PA),"repeat"),B.renderRepeat(TA,FA,re,ne)),[3,6];case 5:mf(y)?(q=Qs(n,t,[null,null,null]),TA=q[0],re=q[1],ne=q[2],yA=q[3],PA=q[4],j=Qf(y.angle,yA,PA),uA=j[0],sA=j[1],iA=j[2],UA=j[3],dA=j[4],BA=document.createElement("canvas"),BA.width=yA,BA.height=PA,AA=BA.getContext("2d"),QA=AA.createLinearGradient(sA,UA,iA,dA),_0(y.stops,uA).forEach(function(Ir){return QA.addColorStop(Ir.stop,NA(Ir.color))}),AA.fillStyle=QA,AA.fillRect(0,0,yA,PA),yA>0&&PA>0&&(FA=B.ctx.createPattern(BA,"repeat"),B.renderRepeat(TA,FA,re,ne))):yf(y)&&(cA=Qs(n,t,[null,null,null]),TA=cA[0],te=cA[1],ae=cA[2],yA=cA[3],PA=cA[4],st=y.position.length===0?[Ji]:y.position,re=IA(st[0],yA),ne=IA(st[st.length-1],PA),yt=Ff(y,re,ne,yA,PA),ye=yt[0],ot=yt[1],ye>0&&ot>0&&(Ht=B.ctx.createRadialGradient(te+re,ae+ne,0,te+re,ae+ne,ye),_0(y.stops,ye*2).forEach(function(Ir){return Ht.addColorStop(Ir.stop,NA(Ir.color))}),B.path(TA),B.ctx.fillStyle=Ht,ye!==ot?(bt=n.bounds.left+.5*n.bounds.width,Le=n.bounds.top+.5*n.bounds.height,It=ot/ye,Ke=1/It,B.ctx.save(),B.ctx.translate(bt,Le),B.ctx.transform(1,0,0,It,0,0),B.ctx.translate(-bt,-Le),B.ctx.fillRect(te,Ke*(ae-Le)+Le,yA,PA*Ke),B.ctx.restore()):B.ctx.fill())),er.label=6;case 6:return t--,[2]}})},B=this,c=0,w=n.styles.backgroundImage.slice(0).reverse(),m.label=1;case 1:return c<w.length?(d=w[c],[5,o(d)]):[3,4];case 2:m.sent(),m.label=3;case 3:return c++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(n,t,o){return a(this,void 0,void 0,function(){return f(this,function(B){return this.path(Go(o,t)),this.ctx.fillStyle=NA(n),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(n,t,o,B){return a(this,void 0,void 0,function(){var c,w;return f(this,function(d){switch(d.label){case 0:return t<3?[4,this.renderSolidBorder(n,o,B)]:[3,2];case 1:return d.sent(),[2];case 2:return c=Ih(B,o),this.path(c),this.ctx.fillStyle=NA(n),this.ctx.fill(),w=Dh(B,o),this.path(w),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(n){return a(this,void 0,void 0,function(){var t,o,B,c,w,d,m,y,H=this;return f(this,function(K){switch(K.label){case 0:return this.applyEffects(n.getEffects(2)),t=n.container.styles,o=!tt(t.backgroundColor)||t.backgroundImage.length,B=[{style:t.borderTopStyle,color:t.borderTopColor,width:t.borderTopWidth},{style:t.borderRightStyle,color:t.borderRightColor,width:t.borderRightWidth},{style:t.borderBottomStyle,color:t.borderBottomColor,width:t.borderBottomWidth},{style:t.borderLeftStyle,color:t.borderLeftColor,width:t.borderLeftWidth}],c=Gh(Ar(t.backgroundClip,0),n.curves),o||t.boxShadow.length?(this.ctx.save(),this.path(c),this.ctx.clip(),tt(t.backgroundColor)||(this.ctx.fillStyle=NA(t.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(n.container)]):[3,2];case 1:K.sent(),this.ctx.restore(),t.boxShadow.slice(0).reverse().forEach(function(rA){H.ctx.save();var q=In(n.curves),j=rA.inset?0:Rh,uA=Hh(q,-j+(rA.inset?1:-1)*rA.spread.number,(rA.inset?1:-1)*rA.spread.number,rA.spread.number*(rA.inset?-2:2),rA.spread.number*(rA.inset?-2:2));rA.inset?(H.path(q),H.ctx.clip(),H.mask(uA)):(H.mask(q),H.ctx.clip(),H.path(uA)),H.ctx.shadowOffsetX=rA.offsetX.number+j,H.ctx.shadowOffsetY=rA.offsetY.number,H.ctx.shadowColor=NA(rA.color),H.ctx.shadowBlur=rA.blur.number,H.ctx.fillStyle=rA.inset?NA(rA.color):"rgba(0,0,0,1)",H.ctx.fill(),H.ctx.restore()}),K.label=2;case 2:w=0,d=0,m=B,K.label=3;case 3:return d<m.length?(y=m[d],y.style!==0&&!tt(y.color)&&y.width>0?y.style!==2?[3,5]:[4,this.renderDashedDottedBorder(y.color,y.width,w,n.curves,2)]:[3,11]):[3,13];case 4:return K.sent(),[3,11];case 5:return y.style!==3?[3,7]:[4,this.renderDashedDottedBorder(y.color,y.width,w,n.curves,3)];case 6:return K.sent(),[3,11];case 7:return y.style!==4?[3,9]:[4,this.renderDoubleBorder(y.color,y.width,w,n.curves)];case 8:return K.sent(),[3,11];case 9:return[4,this.renderSolidBorder(y.color,w,n.curves)];case 10:K.sent(),K.label=11;case 11:w++,K.label=12;case 12:return d++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(n,t,o,B,c){return a(this,void 0,void 0,function(){var w,d,m,y,H,K,rA,q,j,uA,sA,iA,UA,dA,BA,AA,BA,AA;return f(this,function(QA){return this.ctx.save(),w=_h(B,o),d=Go(B,o),c===2&&(this.path(d),this.ctx.clip()),ge(d[0])?(m=d[0].start.x,y=d[0].start.y):(m=d[0].x,y=d[0].y),ge(d[1])?(H=d[1].end.x,K=d[1].end.y):(H=d[1].x,K=d[1].y),o===0||o===2?rA=Math.abs(m-H):rA=Math.abs(y-K),this.ctx.beginPath(),c===3?this.formatPath(w):this.formatPath(d.slice(0,2)),q=t<3?t*3:t*2,j=t<3?t*2:t,c===3&&(q=t,j=t),uA=!0,rA<=q*2?uA=!1:rA<=q*2+j?(sA=rA/(2*q+j),q*=sA,j*=sA):(iA=Math.floor((rA+j)/(q+j)),UA=(rA-iA*q)/(iA-1),dA=(rA-(iA+1)*q)/iA,j=dA<=0||Math.abs(j-UA)<Math.abs(j-dA)?UA:dA),uA&&(c===3?this.ctx.setLineDash([0,q+j]):this.ctx.setLineDash([q,j])),c===3?(this.ctx.lineCap="round",this.ctx.lineWidth=t):this.ctx.lineWidth=t*2+1.1,this.ctx.strokeStyle=NA(n),this.ctx.stroke(),this.ctx.setLineDash([]),c===2&&(ge(d[0])&&(BA=d[3],AA=d[0],this.ctx.beginPath(),this.formatPath([new $(BA.end.x,BA.end.y),new $(AA.start.x,AA.start.y)]),this.ctx.stroke()),ge(d[1])&&(BA=d[1],AA=d[2],this.ctx.beginPath(),this.formatPath([new $(BA.end.x,BA.end.y),new $(AA.start.x,AA.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},A.prototype.render=function(n){return a(this,void 0,void 0,function(){var t;return f(this,function(o){switch(o.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=NA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),t=bh(n),[4,this.renderStack(t)];case 1:return o.sent(),this.applyEffects([]),[2,this.canvas]}})})},A})(Xo),Nh=function(e){return e instanceof ho||e instanceof uo?!0:e instanceof cs&&e.type!==vn&&e.type!==Un},Gh=function(e,A){switch(e){case 0:return In(A);case 2:return Uh(A);default:return Dn(A)}},Vh=function(e){switch(e){case 1:return"center";case 2:return"right";default:return"left"}},Ph=["-apple-system","system-ui"],Xh=function(e){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?e.filter(function(A){return Ph.indexOf(A)===-1}):e},Wh=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.canvas=t.canvas?t.canvas:document.createElement("canvas"),o.ctx=o.canvas.getContext("2d"),o.options=t,o.canvas.width=Math.floor(t.width*t.scale),o.canvas.height=Math.floor(t.height*t.scale),o.canvas.style.width=t.width+"px",o.canvas.style.height=t.height+"px",o.ctx.scale(o.options.scale,o.options.scale),o.ctx.translate(-t.x,-t.y),o.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale),o}return A.prototype.render=function(n){return a(this,void 0,void 0,function(){var t,o;return f(this,function(B){switch(B.label){case 0:return t=os(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,n),[4,Jh(t)];case 1:return o=B.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=NA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(o,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A})(Xo),Jh=function(e){return new Promise(function(A,n){var t=new Image;t.onload=function(){A(t)},t.onerror=n,t.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},Yh=(function(){function e(A){var n=A.id,t=A.enabled;this.id=n,this.enabled=t,this.start=Date.now()}return e.prototype.debug=function(){for(var A=[],n=0;n<arguments.length;n++)A[n]=arguments[n];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,u([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.getTime=function(){return Date.now()-this.start},e.prototype.info=function(){for(var A=[],n=0;n<arguments.length;n++)A[n]=arguments[n];this.enabled&&typeof window!="undefined"&&window.console&&typeof console.info=="function"&&console.info.apply(console,u([this.id,this.getTime()+"ms"],A))},e.prototype.warn=function(){for(var A=[],n=0;n<arguments.length;n++)A[n]=arguments[n];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,u([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.error=function(){for(var A=[],n=0;n<arguments.length;n++)A[n]=arguments[n];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.error=="function"?console.error.apply(console,u([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.instances={},e})(),qh=(function(){function e(A,n){var t;this.windowBounds=n,this.instanceName="#"+e.instanceCount++,this.logger=new Yh({id:this.instanceName,enabled:A.logging}),this.cache=(t=A.cache)!==null&&t!==void 0?t:new gh(this,A)}return e.instanceCount=1,e})(),zh=function(e,A){return A===void 0&&(A={}),Zh(e,A)};typeof window!="undefined"&&To.setContext(window);var Zh=function(e,A){return a(void 0,void 0,void 0,function(){var n,t,o,B,c,w,d,m,y,H,K,rA,q,j,uA,sA,iA,UA,dA,BA,QA,AA,QA,FA,cA,TA,te,ae,yA,PA,st,re,ne,yt,ye,ot,Ht,bt,Le,It;return f(this,function(Ke){switch(Ke.label){case 0:if(!e||typeof e!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(n=e.ownerDocument,!n)throw new Error("Element is not attached to a Document");if(t=n.defaultView,!t)throw new Error("Document is not attached to a Window");return o={allowTaint:(FA=A.allowTaint)!==null&&FA!==void 0?FA:!1,imageTimeout:(cA=A.imageTimeout)!==null&&cA!==void 0?cA:15e3,proxy:A.proxy,useCORS:(TA=A.useCORS)!==null&&TA!==void 0?TA:!1},B=i({logging:(te=A.logging)!==null&&te!==void 0?te:!0,cache:A.cache},o),c={windowWidth:(ae=A.windowWidth)!==null&&ae!==void 0?ae:t.innerWidth,windowHeight:(yA=A.windowHeight)!==null&&yA!==void 0?yA:t.innerHeight,scrollX:(PA=A.scrollX)!==null&&PA!==void 0?PA:t.pageXOffset,scrollY:(st=A.scrollY)!==null&&st!==void 0?st:t.pageYOffset},w=new C(c.scrollX,c.scrollY,c.windowWidth,c.windowHeight),d=new qh(B,w),m=(re=A.foreignObjectRendering)!==null&&re!==void 0?re:!1,y={allowTaint:(ne=A.allowTaint)!==null&&ne!==void 0?ne:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:m,copyStyles:m},d.logger.debug("Starting document clone with size "+w.width+"x"+w.height+" scrolled to "+-w.left+","+-w.top),H=new Lo(d,e,y),K=H.clonedReferenceElement,K?[4,H.toIFrame(n,w)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return rA=Ke.sent(),q=ls(K)||ju(K)?h(K.ownerDocument):l(d,K),j=q.width,uA=q.height,sA=q.left,iA=q.top,UA=jh(d,K,A.backgroundColor),dA={canvas:A.canvas,backgroundColor:UA,scale:(ye=(yt=A.scale)!==null&&yt!==void 0?yt:t.devicePixelRatio)!==null&&ye!==void 0?ye:1,x:((ot=A.x)!==null&&ot!==void 0?ot:0)+sA,y:((Ht=A.y)!==null&&Ht!==void 0?Ht:0)+iA,width:(bt=A.width)!==null&&bt!==void 0?bt:Math.ceil(j),height:(Le=A.height)!==null&&Le!==void 0?Le:Math.ceil(uA)},m?(d.logger.debug("Document cloned, using foreign object rendering"),QA=new Wh(d,dA),[4,QA.render(K)]):[3,3];case 2:return BA=Ke.sent(),[3,5];case 3:return d.logger.debug("Document cloned, element located at "+sA+","+iA+" with size "+j+"x"+uA+" using computed rendering"),d.logger.debug("Starting DOM parsing"),AA=Co(d,K),UA===AA.styles.backgroundColor&&(AA.styles.backgroundColor=_e.TRANSPARENT),d.logger.debug("Starting renderer for element at "+dA.x+","+dA.y+" with size "+dA.width+"x"+dA.height),QA=new Mh(d,dA),[4,QA.render(AA)];case 4:BA=Ke.sent(),Ke.label=5;case 5:return(!((It=A.removeContainer)!==null&&It!==void 0)||It)&&(Lo.destroy(rA)||d.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),d.logger.debug("Finished rendering"),[2,BA]}})})},jh=function(e,A,n){var t=A.ownerDocument,o=t.documentElement?Ur(e,getComputedStyle(t.documentElement).backgroundColor):_e.TRANSPARENT,B=t.body?Ur(e,getComputedStyle(t.body).backgroundColor):_e.TRANSPARENT,c=typeof n=="string"?Ur(e,n):n===null?_e.TRANSPARENT:4294967295;return A===t.documentElement?tt(o)?tt(B)?c:B:o:c};return zh}))});var xe=Object.create(null);xe.open="0";xe.close="1";xe.ping="2";xe.pong="3";xe.message="4";xe.upgrade="5";xe.noop="6";var Dr=Object.create(null);Object.keys(xe).forEach(s=>{Dr[xe[s]]=s});var _r={type:"error",data:"parser error"};var zo=typeof Blob=="function"||typeof Blob!="undefined"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",Zo=typeof ArrayBuffer=="function",jo=s=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(s):s&&s.buffer instanceof ArrayBuffer,Sr=({type:s,data:r},i,a)=>zo&&r instanceof Blob?i?a(r):Yo(r,a):Zo&&(r instanceof ArrayBuffer||jo(r))?i?a(r):Yo(new Blob([r]),a):a(xe[s]+(r||"")),Yo=(s,r)=>{let i=new FileReader;return i.onload=function(){let a=i.result.split(",")[1];r("b"+(a||""))},i.readAsDataURL(s)};function qo(s){return s instanceof Uint8Array?s:s instanceof ArrayBuffer?new Uint8Array(s):new Uint8Array(s.buffer,s.byteOffset,s.byteLength)}var Us;function $o(s,r){if(zo&&s.data instanceof Blob)return s.data.arrayBuffer().then(qo).then(r);if(Zo&&(s.data instanceof ArrayBuffer||jo(s.data)))return r(qo(s.data));Sr(s,!1,i=>{Us||(Us=new TextEncoder),r(Us.encode(i))})}var Aa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Lr=typeof Uint8Array=="undefined"?[]:new Uint8Array(256);for(let s=0;s<Aa.length;s++)Lr[Aa.charCodeAt(s)]=s;var ea=s=>{let r=s.length*.75,i=s.length,a,f=0,u,C,l,h;s[s.length-1]==="="&&(r--,s[s.length-2]==="="&&r--);let Q=new ArrayBuffer(r),g=new Uint8Array(Q);for(a=0;a<i;a+=4)u=Lr[s.charCodeAt(a)],C=Lr[s.charCodeAt(a+1)],l=Lr[s.charCodeAt(a+2)],h=Lr[s.charCodeAt(a+3)],g[f++]=u<<2|C>>4,g[f++]=(C&15)<<4|l>>2,g[f++]=(l&3)<<6|h&63;return Q};var sg=typeof ArrayBuffer=="function",Kr=(s,r)=>{if(typeof s!="string")return{type:"message",data:ta(s,r)};let i=s.charAt(0);return i==="b"?{type:"message",data:og(s.substring(1),r)}:Dr[i]?s.length>1?{type:Dr[i],data:s.substring(1)}:{type:Dr[i]}:_r},og=(s,r)=>{if(sg){let i=ea(s);return ta(i,r)}else return{base64:!0,data:s}},ta=(s,r)=>r==="blob"?s instanceof Blob?s:new Blob([s]):s instanceof ArrayBuffer?s:s.buffer;var ra="",na=(s,r)=>{let i=s.length,a=new Array(i),f=0;s.forEach((u,C)=>{Sr(u,!1,l=>{a[C]=l,++f===i&&r(a.join(ra))})})},ia=(s,r)=>{let i=s.split(ra),a=[];for(let f=0;f<i.length;f++){let u=Kr(i[f],r);if(a.push(u),u.type==="error")break}return a};function sa(){return new TransformStream({transform(s,r){$o(s,i=>{let a=i.length,f;if(a<126)f=new Uint8Array(1),new DataView(f.buffer).setUint8(0,a);else if(a<65536){f=new Uint8Array(3);let u=new DataView(f.buffer);u.setUint8(0,126),u.setUint16(1,a)}else{f=new Uint8Array(9);let u=new DataView(f.buffer);u.setUint8(0,127),u.setBigUint64(1,BigInt(a))}s.data&&typeof s.data!="string"&&(f[0]|=128),r.enqueue(f),r.enqueue(i)})}})}var vs;function Tn(s){return s.reduce((r,i)=>r+i.length,0)}function On(s,r){if(s[0].length===r)return s.shift();let i=new Uint8Array(r),a=0;for(let f=0;f<r;f++)i[f]=s[0][a++],a===s[0].length&&(s.shift(),a=0);return s.length&&a<s[0].length&&(s[0]=s[0].slice(a)),i}function oa(s,r){vs||(vs=new TextDecoder);let i=[],a=0,f=-1,u=!1;return new TransformStream({transform(C,l){for(i.push(C);;){if(a===0){if(Tn(i)<1)break;let h=On(i,1);u=(h[0]&128)===128,f=h[0]&127,f<126?a=3:f===126?a=1:a=2}else if(a===1){if(Tn(i)<2)break;let h=On(i,2);f=new DataView(h.buffer,h.byteOffset,h.length).getUint16(0),a=3}else if(a===2){if(Tn(i)<8)break;let h=On(i,8),Q=new DataView(h.buffer,h.byteOffset,h.length),g=Q.getUint32(0);if(g>Math.pow(2,21)-1){l.enqueue(_r);break}f=g*Math.pow(2,32)+Q.getUint32(4),a=3}else{if(Tn(i)<f)break;let h=On(i,f);l.enqueue(Kr(u?h:vs.decode(h),r)),a=0}if(f===0||f>s){l.enqueue(_r);break}}}})}var Es=4;function DA(s){if(s)return ag(s)}function ag(s){for(var r in DA.prototype)s[r]=DA.prototype[r];return s}DA.prototype.on=DA.prototype.addEventListener=function(s,r){return this._callbacks=this._callbacks||{},(this._callbacks["$"+s]=this._callbacks["$"+s]||[]).push(r),this};DA.prototype.once=function(s,r){function i(){this.off(s,i),r.apply(this,arguments)}return i.fn=r,this.on(s,i),this};DA.prototype.off=DA.prototype.removeListener=DA.prototype.removeAllListeners=DA.prototype.removeEventListener=function(s,r){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var i=this._callbacks["$"+s];if(!i)return this;if(arguments.length==1)return delete this._callbacks["$"+s],this;for(var a,f=0;f<i.length;f++)if(a=i[f],a===r||a.fn===r){i.splice(f,1);break}return i.length===0&&delete this._callbacks["$"+s],this};DA.prototype.emit=function(s){this._callbacks=this._callbacks||{};for(var r=new Array(arguments.length-1),i=this._callbacks["$"+s],a=1;a<arguments.length;a++)r[a-1]=arguments[a];if(i){i=i.slice(0);for(var a=0,f=i.length;a<f;++a)i[a].apply(this,r)}return this};DA.prototype.emitReserved=DA.prototype.emit;DA.prototype.listeners=function(s){return this._callbacks=this._callbacks||{},this._callbacks["$"+s]||[]};DA.prototype.hasListeners=function(s){return!!this.listeners(s).length};var Te=typeof Promise=="function"&&typeof Promise.resolve=="function"?r=>Promise.resolve().then(r):(r,i)=>i(r,0),zA=typeof self!="undefined"?self:typeof window!="undefined"?window:Function("return this")(),aa="arraybuffer";function kn(s,...r){return r.reduce((i,a)=>(s.hasOwnProperty(a)&&(i[a]=s[a]),i),{})}var Bg=zA.setTimeout,cg=zA.clearTimeout;function Oe(s,r){r.useNativeTimers?(s.setTimeoutFn=Bg.bind(zA),s.clearTimeoutFn=cg.bind(zA)):(s.setTimeoutFn=zA.setTimeout.bind(zA),s.clearTimeoutFn=zA.clearTimeout.bind(zA))}var fg=1.33;function Ba(s){return typeof s=="string"?lg(s):Math.ceil((s.byteLength||s.size)*fg)}function lg(s){let r=0,i=0;for(let a=0,f=s.length;a<f;a++)r=s.charCodeAt(a),r<128?i+=1:r<2048?i+=2:r<55296||r>=57344?i+=3:(a++,i+=4);return i}function Rn(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function ca(s){let r="";for(let i in s)s.hasOwnProperty(i)&&(r.length&&(r+="&"),r+=encodeURIComponent(i)+"="+encodeURIComponent(s[i]));return r}function fa(s){let r={},i=s.split("&");for(let a=0,f=i.length;a<f;a++){let u=i[a].split("=");r[decodeURIComponent(u[0])]=decodeURIComponent(u[1])}return r}var Mn=class extends Error{constructor(r,i,a){super(r),this.description=i,this.context=a,this.type="TransportError"}},ke=class extends DA{constructor(r){super(),this.writable=!1,Oe(this,r),this.opts=r,this.query=r.query,this.socket=r.socket,this.supportsBinary=!r.forceBase64}onError(r,i,a){return super.emitReserved("error",new Mn(r,i,a)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(r){this.readyState==="open"&&this.write(r)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(r){let i=Kr(r,this.socket.binaryType);this.onPacket(i)}onPacket(r){super.emitReserved("packet",r)}onClose(r){this.readyState="closed",super.emitReserved("close",r)}pause(r){}createUri(r,i={}){return r+"://"+this._hostname()+this._port()+this.opts.path+this._query(i)}_hostname(){let r=this.opts.hostname;return r.indexOf(":")===-1?r:"["+r+"]"}_port(){return this.opts.port&&(this.opts.secure&&Number(this.opts.port)!==443||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(r){let i=ca(r);return i.length?"?"+i:""}};var Tr=class extends ke{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(r){this.readyState="pausing";let i=()=>{this.readyState="paused",r()};if(this._polling||!this.writable){let a=0;this._polling&&(a++,this.once("pollComplete",function(){--a||i()})),this.writable||(a++,this.once("drain",function(){--a||i()}))}else i()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(r){let i=a=>{if(this.readyState==="opening"&&a.type==="open"&&this.onOpen(),a.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(a)};ia(r,this.socket.binaryType).forEach(i),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this._poll())}doClose(){let r=()=>{this.write([{type:"close"}])};this.readyState==="open"?r():this.once("open",r)}write(r){this.writable=!1,na(r,i=>{this.doWrite(i,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let r=this.opts.secure?"https":"http",i=this.query||{};return this.opts.timestampRequests!==!1&&(i[this.opts.timestampParam]=Rn()),!this.supportsBinary&&!i.sid&&(i.b64=1),this.createUri(r,i)}};var la=!1;try{la=typeof XMLHttpRequest!="undefined"&&"withCredentials"in new XMLHttpRequest}catch{}var ua=la;function ug(){}var ms=class extends Tr{constructor(r){if(super(r),typeof location!="undefined"){let i=location.protocol==="https:",a=location.port;a||(a=i?"443":"80"),this.xd=typeof location!="undefined"&&r.hostname!==location.hostname||a!==r.port}}doWrite(r,i){let a=this.request({method:"POST",data:r});a.on("success",i),a.on("error",(f,u)=>{this.onError("xhr post error",f,u)})}doPoll(){let r=this.request();r.on("data",this.onData.bind(this)),r.on("error",(i,a)=>{this.onError("xhr poll error",i,a)}),this.pollXhr=r}},at=class s extends DA{constructor(r,i,a){super(),this.createRequest=r,Oe(this,a),this._opts=a,this._method=a.method||"GET",this._uri=i,this._data=a.data!==void 0?a.data:null,this._create()}_create(){var r;let i=kn(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");i.xdomain=!!this._opts.xd;let a=this._xhr=this.createRequest(i);try{a.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){a.setDisableHeaderCheck&&a.setDisableHeaderCheck(!0);for(let f in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(f)&&a.setRequestHeader(f,this._opts.extraHeaders[f])}}catch{}if(this._method==="POST")try{a.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{a.setRequestHeader("Accept","*/*")}catch{}(r=this._opts.cookieJar)===null||r===void 0||r.addCookies(a),"withCredentials"in a&&(a.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(a.timeout=this._opts.requestTimeout),a.onreadystatechange=()=>{var f;a.readyState===3&&((f=this._opts.cookieJar)===null||f===void 0||f.parseCookies(a.getResponseHeader("set-cookie"))),a.readyState===4&&(a.status===200||a.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof a.status=="number"?a.status:0)},0))},a.send(this._data)}catch(f){this.setTimeoutFn(()=>{this._onError(f)},0);return}typeof document!="undefined"&&(this._index=s.requestsCount++,s.requests[this._index]=this)}_onError(r){this.emitReserved("error",r,this._xhr),this._cleanup(!0)}_cleanup(r){if(!(typeof this._xhr=="undefined"||this._xhr===null)){if(this._xhr.onreadystatechange=ug,r)try{this._xhr.abort()}catch{}typeof document!="undefined"&&delete s.requests[this._index],this._xhr=null}}_onLoad(){let r=this._xhr.responseText;r!==null&&(this.emitReserved("data",r),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}};at.requestsCount=0;at.requests={};if(typeof document!="undefined"){if(typeof attachEvent=="function")attachEvent("onunload",ha);else if(typeof addEventListener=="function"){let s="onpagehide"in zA?"pagehide":"unload";addEventListener(s,ha,!1)}}function ha(){for(let s in at.requests)at.requests.hasOwnProperty(s)&&at.requests[s].abort()}var hg=(function(){let s=ga({xdomain:!1});return s&&s.responseType!==null})(),Bt=class extends ms{constructor(r){super(r);let i=r&&r.forceBase64;this.supportsBinary=hg&&!i}request(r={}){return Object.assign(r,{xd:this.xd},this.opts),new at(ga,this.uri(),r)}};function ga(s){let r=s.xdomain;try{if(typeof XMLHttpRequest!="undefined"&&(!r||ua))return new XMLHttpRequest}catch{}if(!r)try{return new zA[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}var da=typeof navigator!="undefined"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative",Hs=class extends ke{get name(){return"websocket"}doOpen(){let r=this.uri(),i=this.opts.protocols,a=da?{}:kn(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(a.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(r,i,a)}catch(f){return this.emitReserved("error",f)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=r=>this.onClose({description:"websocket connection closed",context:r}),this.ws.onmessage=r=>this.onData(r.data),this.ws.onerror=r=>this.onError("websocket error",r)}write(r){this.writable=!1;for(let i=0;i<r.length;i++){let a=r[i],f=i===r.length-1;Sr(a,this.supportsBinary,u=>{try{this.doWrite(a,u)}catch{}f&&Te(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws!="undefined"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){let r=this.opts.secure?"wss":"ws",i=this.query||{};return this.opts.timestampRequests&&(i[this.opts.timestampParam]=Rn()),this.supportsBinary||(i.b64=1),this.createUri(r,i)}},ys=zA.WebSocket||zA.MozWebSocket,ct=class extends Hs{createSocket(r,i,a){return da?new ys(r,i,a):i?new ys(r,i):new ys(r)}doWrite(r,i){this.ws.send(i)}};var tr=class extends ke{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(r){return this.emitReserved("error",r)}this._transport.closed.then(()=>{this.onClose()}).catch(r=>{this.onError("webtransport error",r)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(r=>{let i=oa(Number.MAX_SAFE_INTEGER,this.socket.binaryType),a=r.readable.pipeThrough(i).getReader(),f=sa();f.readable.pipeTo(r.writable),this._writer=f.writable.getWriter();let u=()=>{a.read().then(({done:l,value:h})=>{l||(this.onPacket(h),u())}).catch(l=>{})};u();let C={type:"open"};this.query.sid&&(C.data=`{"sid":"${this.query.sid}"}`),this._writer.write(C).then(()=>this.onOpen())})})}write(r){this.writable=!1;for(let i=0;i<r.length;i++){let a=r[i],f=i===r.length-1;this._writer.write(a).then(()=>{f&&Te(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var r;(r=this._transport)===null||r===void 0||r.close()}};var bs={websocket:ct,webtransport:tr,polling:Bt};var gg=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,dg=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function rr(s){if(s.length>8e3)throw"URI too long";let r=s,i=s.indexOf("["),a=s.indexOf("]");i!=-1&&a!=-1&&(s=s.substring(0,i)+s.substring(i,a).replace(/:/g,";")+s.substring(a,s.length));let f=gg.exec(s||""),u={},C=14;for(;C--;)u[dg[C]]=f[C]||"";return i!=-1&&a!=-1&&(u.source=r,u.host=u.host.substring(1,u.host.length-1).replace(/;/g,":"),u.authority=u.authority.replace("[","").replace("]","").replace(/;/g,":"),u.ipv6uri=!0),u.pathNames=wg(u,u.path),u.queryKey=Cg(u,u.query),u}function wg(s,r){let i=/\/{2,9}/g,a=r.replace(i,"/").split("/");return(r.slice(0,1)=="/"||r.length===0)&&a.splice(0,1),r.slice(-1)=="/"&&a.splice(a.length-1,1),a}function Cg(s,r){let i={};return r.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(a,f,u){f&&(i[f]=u)}),i}var Is=typeof addEventListener=="function"&&typeof removeEventListener=="function",Nn=[];Is&&addEventListener("offline",()=>{Nn.forEach(s=>s())},!1);var Dt=class s extends DA{constructor(r,i){if(super(),this.binaryType=aa,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,r&&typeof r=="object"&&(i=r,r=null),r){let a=rr(r);i.hostname=a.host,i.secure=a.protocol==="https"||a.protocol==="wss",i.port=a.port,a.query&&(i.query=a.query)}else i.host&&(i.hostname=rr(i.host).host);Oe(this,i),this.secure=i.secure!=null?i.secure:typeof location!="undefined"&&location.protocol==="https:",i.hostname&&!i.port&&(i.port=this.secure?"443":"80"),this.hostname=i.hostname||(typeof location!="undefined"?location.hostname:"localhost"),this.port=i.port||(typeof location!="undefined"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},i.transports.forEach(a=>{let f=a.prototype.name;this.transports.push(f),this._transportsByName[f]=a}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},i),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=fa(this.opts.query)),Is&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},Nn.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(r){let i=Object.assign({},this.opts.query);i.EIO=Es,i.transport=r,this.id&&(i.sid=this.id);let a=Object.assign({},this.opts,{query:i,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[r]);return new this._transportsByName[r](a)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}let r=this.opts.rememberUpgrade&&s.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";let i=this.createTransport(r);i.open(),this.setTransport(i)}setTransport(r){this.transport&&this.transport.removeAllListeners(),this.transport=r,r.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",i=>this._onClose("transport close",i))}onOpen(){this.readyState="open",s.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(r){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",r),this.emitReserved("heartbeat"),r.type){case"open":this.onHandshake(JSON.parse(r.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":let i=new Error("server error");i.code=r.data,this._onError(i);break;case"message":this.emitReserved("data",r.data),this.emitReserved("message",r.data);break}}onHandshake(r){this.emitReserved("handshake",r),this.id=r.sid,this.transport.query.sid=r.sid,this._pingInterval=r.pingInterval,this._pingTimeout=r.pingTimeout,this._maxPayload=r.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);let r=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+r,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},r),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){let r=this._getWritablePackets();this.transport.send(r),this._prevBufferLen=r.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let i=1;for(let a=0;a<this.writeBuffer.length;a++){let f=this.writeBuffer[a].data;if(f&&(i+=Ba(f)),a>0&&i>this._maxPayload)return this.writeBuffer.slice(0,a);i+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;let r=Date.now()>this._pingTimeoutTime;return r&&(this._pingTimeoutTime=0,Te(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),r}write(r,i,a){return this._sendPacket("message",r,i,a),this}send(r,i,a){return this._sendPacket("message",r,i,a),this}_sendPacket(r,i,a,f){if(typeof i=="function"&&(f=i,i=void 0),typeof a=="function"&&(f=a,a=null),this.readyState==="closing"||this.readyState==="closed")return;a=a||{},a.compress=a.compress!==!1;let u={type:r,data:i,options:a};this.emitReserved("packetCreate",u),this.writeBuffer.push(u),f&&this.once("flush",f),this.flush()}close(){let r=()=>{this._onClose("forced close"),this.transport.close()},i=()=>{this.off("upgrade",i),this.off("upgradeError",i),r()},a=()=>{this.once("upgrade",i),this.once("upgradeError",i)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?a():r()}):this.upgrading?a():r()),this}_onError(r){if(s.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return this.transports.shift(),this._open();this.emitReserved("error",r),this._onClose("transport error",r)}_onClose(r,i){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),Is&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){let a=Nn.indexOf(this._offlineEventListener);a!==-1&&Nn.splice(a,1)}this.readyState="closed",this.id=null,this.emitReserved("close",r,i),this.writeBuffer=[],this._prevBufferLen=0}}};Dt.protocol=Es;var Gn=class extends Dt{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade)for(let r=0;r<this._upgrades.length;r++)this._probe(this._upgrades[r])}_probe(r){let i=this.createTransport(r),a=!1;Dt.priorWebsocketSuccess=!1;let f=()=>{a||(i.send([{type:"ping",data:"probe"}]),i.once("packet",U=>{if(!a)if(U.type==="pong"&&U.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",i),!i)return;Dt.priorWebsocketSuccess=i.name==="websocket",this.transport.pause(()=>{a||this.readyState!=="closed"&&(g(),this.setTransport(i),i.send([{type:"upgrade"}]),this.emitReserved("upgrade",i),i=null,this.upgrading=!1,this.flush())})}else{let x=new Error("probe error");x.transport=i.name,this.emitReserved("upgradeError",x)}}))};function u(){a||(a=!0,g(),i.close(),i=null)}let C=U=>{let x=new Error("probe error: "+U);x.transport=i.name,u(),this.emitReserved("upgradeError",x)};function l(){C("transport closed")}function h(){C("socket closed")}function Q(U){i&&U.name!==i.name&&u()}let g=()=>{i.removeListener("open",f),i.removeListener("error",C),i.removeListener("close",l),this.off("close",h),this.off("upgrading",Q)};i.once("open",f),i.once("error",C),i.once("close",l),this.once("close",h),this.once("upgrading",Q),this._upgrades.indexOf("webtransport")!==-1&&r!=="webtransport"?this.setTimeoutFn(()=>{a||i.open()},200):i.open()}onHandshake(r){this._upgrades=this._filterUpgrades(r.upgrades),super.onHandshake(r)}_filterUpgrades(r){let i=[];for(let a=0;a<r.length;a++)~this.transports.indexOf(r[a])&&i.push(r[a]);return i}},nr=class extends Gn{constructor(r,i={}){let a=typeof r=="object"?r:i;(!a.transports||a.transports&&typeof a.transports[0]=="string")&&(a.transports=(a.transports||["polling","websocket","webtransport"]).map(f=>bs[f]).filter(f=>!!f)),super(r,a)}};var jd=nr.protocol;function wa(s,r="",i){let a=s;i=i||typeof location!="undefined"&&location,s==null&&(s=i.protocol+"//"+i.host),typeof s=="string"&&(s.charAt(0)==="/"&&(s.charAt(1)==="/"?s=i.protocol+s:s=i.host+s),/^(https?|wss?):\/\//.test(s)||(typeof i!="undefined"?s=i.protocol+"//"+s:s="https://"+s),a=rr(s)),a.port||(/^(http|ws)$/.test(a.protocol)?a.port="80":/^(http|ws)s$/.test(a.protocol)&&(a.port="443")),a.path=a.path||"/";let u=a.host.indexOf(":")!==-1?"["+a.host+"]":a.host;return a.id=a.protocol+"://"+u+":"+a.port+r,a.href=a.protocol+"://"+u+(i&&i.port===a.port?"":":"+a.port),a}var Ts={};ng(Ts,{Decoder:()=>Ls,Encoder:()=>Ss,PacketType:()=>hA,isPacketValid:()=>Hg,protocol:()=>Fa});var pg=typeof ArrayBuffer=="function",Qg=s=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(s):s.buffer instanceof ArrayBuffer,Ca=Object.prototype.toString,Fg=typeof Blob=="function"||typeof Blob!="undefined"&&Ca.call(Blob)==="[object BlobConstructor]",Ug=typeof File=="function"||typeof File!="undefined"&&Ca.call(File)==="[object FileConstructor]";function kr(s){return pg&&(s instanceof ArrayBuffer||Qg(s))||Fg&&s instanceof Blob||Ug&&s instanceof File}function Or(s,r){if(!s||typeof s!="object")return!1;if(Array.isArray(s)){for(let i=0,a=s.length;i<a;i++)if(Or(s[i]))return!0;return!1}if(kr(s))return!0;if(s.toJSON&&typeof s.toJSON=="function"&&arguments.length===1)return Or(s.toJSON(),!0);for(let i in s)if(Object.prototype.hasOwnProperty.call(s,i)&&Or(s[i]))return!0;return!1}function xa(s){let r=[],i=s.data,a=s;return a.data=Ds(i,r),a.attachments=r.length,{packet:a,buffers:r}}function Ds(s,r){if(!s)return s;if(kr(s)){let i={_placeholder:!0,num:r.length};return r.push(s),i}else if(Array.isArray(s)){let i=new Array(s.length);for(let a=0;a<s.length;a++)i[a]=Ds(s[a],r);return i}else if(typeof s=="object"&&!(s instanceof Date)){let i={};for(let a in s)Object.prototype.hasOwnProperty.call(s,a)&&(i[a]=Ds(s[a],r));return i}return s}function pa(s,r){return s.data=_s(s.data,r),delete s.attachments,s}function _s(s,r){if(!s)return s;if(s&&s._placeholder===!0){if(typeof s.num=="number"&&s.num>=0&&s.num<r.length)return r[s.num];throw new Error("illegal attachments")}else if(Array.isArray(s))for(let i=0;i<s.length;i++)s[i]=_s(s[i],r);else if(typeof s=="object")for(let i in s)Object.prototype.hasOwnProperty.call(s,i)&&(s[i]=_s(s[i],r));return s}var Qa=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],Fa=5,hA;(function(s){s[s.CONNECT=0]="CONNECT",s[s.DISCONNECT=1]="DISCONNECT",s[s.EVENT=2]="EVENT",s[s.ACK=3]="ACK",s[s.CONNECT_ERROR=4]="CONNECT_ERROR",s[s.BINARY_EVENT=5]="BINARY_EVENT",s[s.BINARY_ACK=6]="BINARY_ACK"})(hA||(hA={}));var Ss=class{constructor(r){this.replacer=r}encode(r){return(r.type===hA.EVENT||r.type===hA.ACK)&&Or(r)?this.encodeAsBinary({type:r.type===hA.EVENT?hA.BINARY_EVENT:hA.BINARY_ACK,nsp:r.nsp,data:r.data,id:r.id}):[this.encodeAsString(r)]}encodeAsString(r){let i=""+r.type;return(r.type===hA.BINARY_EVENT||r.type===hA.BINARY_ACK)&&(i+=r.attachments+"-"),r.nsp&&r.nsp!=="/"&&(i+=r.nsp+","),r.id!=null&&(i+=r.id),r.data!=null&&(i+=JSON.stringify(r.data,this.replacer)),i}encodeAsBinary(r){let i=xa(r),a=this.encodeAsString(i.packet),f=i.buffers;return f.unshift(a),f}},Ls=class s extends DA{constructor(r){super(),this.reviver=r}add(r){let i;if(typeof r=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");i=this.decodeString(r);let a=i.type===hA.BINARY_EVENT;a||i.type===hA.BINARY_ACK?(i.type=a?hA.EVENT:hA.ACK,this.reconstructor=new Ks(i),i.attachments===0&&super.emitReserved("decoded",i)):super.emitReserved("decoded",i)}else if(kr(r)||r.base64)if(this.reconstructor)i=this.reconstructor.takeBinaryData(r),i&&(this.reconstructor=null,super.emitReserved("decoded",i));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+r)}decodeString(r){let i=0,a={type:Number(r.charAt(0))};if(hA[a.type]===void 0)throw new Error("unknown packet type "+a.type);if(a.type===hA.BINARY_EVENT||a.type===hA.BINARY_ACK){let u=i+1;for(;r.charAt(++i)!=="-"&&i!=r.length;);let C=r.substring(u,i);if(C!=Number(C)||r.charAt(i)!=="-")throw new Error("Illegal attachments");a.attachments=Number(C)}if(r.charAt(i+1)==="/"){let u=i+1;for(;++i&&!(r.charAt(i)===","||i===r.length););a.nsp=r.substring(u,i)}else a.nsp="/";let f=r.charAt(i+1);if(f!==""&&Number(f)==f){let u=i+1;for(;++i;){let C=r.charAt(i);if(C==null||Number(C)!=C){--i;break}if(i===r.length)break}a.id=Number(r.substring(u,i+1))}if(r.charAt(++i)){let u=this.tryParse(r.substr(i));if(s.isPayloadValid(a.type,u))a.data=u;else throw new Error("invalid payload")}return a}tryParse(r){try{return JSON.parse(r,this.reviver)}catch{return!1}}static isPayloadValid(r,i){switch(r){case hA.CONNECT:return Vn(i);case hA.DISCONNECT:return i===void 0;case hA.CONNECT_ERROR:return typeof i=="string"||Vn(i);case hA.EVENT:case hA.BINARY_EVENT:return Array.isArray(i)&&(typeof i[0]=="number"||typeof i[0]=="string"&&Qa.indexOf(i[0])===-1);case hA.ACK:case hA.BINARY_ACK:return Array.isArray(i)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}},Ks=class{constructor(r){this.packet=r,this.buffers=[],this.reconPack=r}takeBinaryData(r){if(this.buffers.push(r),this.buffers.length===this.reconPack.attachments){let i=pa(this.reconPack,this.buffers);return this.finishedReconstruction(),i}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}};function vg(s){return typeof s=="string"}var Eg=Number.isInteger||function(s){return typeof s=="number"&&isFinite(s)&&Math.floor(s)===s};function mg(s){return s===void 0||Eg(s)}function Vn(s){return Object.prototype.toString.call(s)==="[object Object]"}function yg(s,r){switch(s){case hA.CONNECT:return r===void 0||Vn(r);case hA.DISCONNECT:return r===void 0;case hA.EVENT:return Array.isArray(r)&&(typeof r[0]=="number"||typeof r[0]=="string"&&Qa.indexOf(r[0])===-1);case hA.ACK:return Array.isArray(r);case hA.CONNECT_ERROR:return typeof r=="string"||Vn(r);default:return!1}}function Hg(s){return vg(s.nsp)&&mg(s.id)&&yg(s.type,s.data)}function Be(s,r,i){return s.on(r,i),function(){s.off(r,i)}}var bg=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1}),ir=class extends DA{constructor(r,i,a){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=r,this.nsp=i,a&&a.auth&&(this.auth=a.auth),this._opts=Object.assign({},a),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;let r=this.io;this.subs=[Be(r,"open",this.onopen.bind(this)),Be(r,"packet",this.onpacket.bind(this)),Be(r,"error",this.onerror.bind(this)),Be(r,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...r){return r.unshift("message"),this.emit.apply(this,r),this}emit(r,...i){var a,f,u;if(bg.hasOwnProperty(r))throw new Error('"'+r.toString()+'" is a reserved event name');if(i.unshift(r),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(i),this;let C={type:hA.EVENT,data:i};if(C.options={},C.options.compress=this.flags.compress!==!1,typeof i[i.length-1]=="function"){let g=this.ids++,U=i.pop();this._registerAckCallback(g,U),C.id=g}let l=(f=(a=this.io.engine)===null||a===void 0?void 0:a.transport)===null||f===void 0?void 0:f.writable,h=this.connected&&!(!((u=this.io.engine)===null||u===void 0)&&u._hasPingExpired());return this.flags.volatile&&!l||(h?(this.notifyOutgoingListeners(C),this.packet(C)):this.sendBuffer.push(C)),this.flags={},this}_registerAckCallback(r,i){var a;let f=(a=this.flags.timeout)!==null&&a!==void 0?a:this._opts.ackTimeout;if(f===void 0){this.acks[r]=i;return}let u=this.io.setTimeoutFn(()=>{delete this.acks[r];for(let l=0;l<this.sendBuffer.length;l++)this.sendBuffer[l].id===r&&this.sendBuffer.splice(l,1);i.call(this,new Error("operation has timed out"))},f),C=(...l)=>{this.io.clearTimeoutFn(u),i.apply(this,l)};C.withError=!0,this.acks[r]=C}emitWithAck(r,...i){return new Promise((a,f)=>{let u=(C,l)=>C?f(C):a(l);u.withError=!0,i.push(u),this.emit(r,...i)})}_addToQueue(r){let i;typeof r[r.length-1]=="function"&&(i=r.pop());let a={id:this._queueSeq++,tryCount:0,pending:!1,args:r,flags:Object.assign({fromQueue:!0},this.flags)};r.push((f,...u)=>(this._queue[0],f!==null?a.tryCount>this._opts.retries&&(this._queue.shift(),i&&i(f)):(this._queue.shift(),i&&i(null,...u)),a.pending=!1,this._drainQueue())),this._queue.push(a),this._drainQueue()}_drainQueue(r=!1){if(!this.connected||this._queue.length===0)return;let i=this._queue[0];i.pending&&!r||(i.pending=!0,i.tryCount++,this.flags=i.flags,this.emit.apply(this,i.args))}packet(r){r.nsp=this.nsp,this.io._packet(r)}onopen(){typeof this.auth=="function"?this.auth(r=>{this._sendConnectPacket(r)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(r){this.packet({type:hA.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},r):r})}onerror(r){this.connected||this.emitReserved("connect_error",r)}onclose(r,i){this.connected=!1,delete this.id,this.emitReserved("disconnect",r,i),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(r=>{if(!this.sendBuffer.some(a=>String(a.id)===r)){let a=this.acks[r];delete this.acks[r],a.withError&&a.call(this,new Error("socket has been disconnected"))}})}onpacket(r){if(r.nsp===this.nsp)switch(r.type){case hA.CONNECT:r.data&&r.data.sid?this.onconnect(r.data.sid,r.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case hA.EVENT:case hA.BINARY_EVENT:this.onevent(r);break;case hA.ACK:case hA.BINARY_ACK:this.onack(r);break;case hA.DISCONNECT:this.ondisconnect();break;case hA.CONNECT_ERROR:this.destroy();let a=new Error(r.data.message);a.data=r.data.data,this.emitReserved("connect_error",a);break}}onevent(r){let i=r.data||[];r.id!=null&&i.push(this.ack(r.id)),this.connected?this.emitEvent(i):this.receiveBuffer.push(Object.freeze(i))}emitEvent(r){if(this._anyListeners&&this._anyListeners.length){let i=this._anyListeners.slice();for(let a of i)a.apply(this,r)}super.emit.apply(this,r),this._pid&&r.length&&typeof r[r.length-1]=="string"&&(this._lastOffset=r[r.length-1])}ack(r){let i=this,a=!1;return function(...f){a||(a=!0,i.packet({type:hA.ACK,id:r,data:f}))}}onack(r){let i=this.acks[r.id];typeof i=="function"&&(delete this.acks[r.id],i.withError&&r.data.unshift(null),i.apply(this,r.data))}onconnect(r,i){this.id=r,this.recovered=i&&this._pid===i,this._pid=i,this.connected=!0,this.emitBuffered(),this._drainQueue(!0),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach(r=>this.emitEvent(r)),this.receiveBuffer=[],this.sendBuffer.forEach(r=>{this.notifyOutgoingListeners(r),this.packet(r)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(r=>r()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:hA.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(r){return this.flags.compress=r,this}get volatile(){return this.flags.volatile=!0,this}timeout(r){return this.flags.timeout=r,this}onAny(r){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(r),this}prependAny(r){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(r),this}offAny(r){if(!this._anyListeners)return this;if(r){let i=this._anyListeners;for(let a=0;a<i.length;a++)if(r===i[a])return i.splice(a,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(r){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(r),this}prependAnyOutgoing(r){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(r),this}offAnyOutgoing(r){if(!this._anyOutgoingListeners)return this;if(r){let i=this._anyOutgoingListeners;for(let a=0;a<i.length;a++)if(r===i[a])return i.splice(a,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(r){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){let i=this._anyOutgoingListeners.slice();for(let a of i)a.apply(this,r.data)}}};function _t(s){s=s||{},this.ms=s.min||100,this.max=s.max||1e4,this.factor=s.factor||2,this.jitter=s.jitter>0&&s.jitter<=1?s.jitter:0,this.attempts=0}_t.prototype.duration=function(){var s=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var r=Math.random(),i=Math.floor(r*this.jitter*s);s=(Math.floor(r*10)&1)==0?s-i:s+i}return Math.min(s,this.max)|0};_t.prototype.reset=function(){this.attempts=0};_t.prototype.setMin=function(s){this.ms=s};_t.prototype.setMax=function(s){this.max=s};_t.prototype.setJitter=function(s){this.jitter=s};var sr=class extends DA{constructor(r,i){var a;super(),this.nsps={},this.subs=[],r&&typeof r=="object"&&(i=r,r=void 0),i=i||{},i.path=i.path||"/socket.io",this.opts=i,Oe(this,i),this.reconnection(i.reconnection!==!1),this.reconnectionAttempts(i.reconnectionAttempts||1/0),this.reconnectionDelay(i.reconnectionDelay||1e3),this.reconnectionDelayMax(i.reconnectionDelayMax||5e3),this.randomizationFactor((a=i.randomizationFactor)!==null&&a!==void 0?a:.5),this.backoff=new _t({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(i.timeout==null?2e4:i.timeout),this._readyState="closed",this.uri=r;let f=i.parser||Ts;this.encoder=new f.Encoder,this.decoder=new f.Decoder,this._autoConnect=i.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(r){return arguments.length?(this._reconnection=!!r,r||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(r){return r===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=r,this)}reconnectionDelay(r){var i;return r===void 0?this._reconnectionDelay:(this._reconnectionDelay=r,(i=this.backoff)===null||i===void 0||i.setMin(r),this)}randomizationFactor(r){var i;return r===void 0?this._randomizationFactor:(this._randomizationFactor=r,(i=this.backoff)===null||i===void 0||i.setJitter(r),this)}reconnectionDelayMax(r){var i;return r===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=r,(i=this.backoff)===null||i===void 0||i.setMax(r),this)}timeout(r){return arguments.length?(this._timeout=r,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(r){if(~this._readyState.indexOf("open"))return this;this.engine=new nr(this.uri,this.opts);let i=this.engine,a=this;this._readyState="opening",this.skipReconnect=!1;let f=Be(i,"open",function(){a.onopen(),r&&r()}),u=l=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",l),r?r(l):this.maybeReconnectOnOpen()},C=Be(i,"error",u);if(this._timeout!==!1){let l=this._timeout,h=this.setTimeoutFn(()=>{f(),u(new Error("timeout")),i.close()},l);this.opts.autoUnref&&h.unref(),this.subs.push(()=>{this.clearTimeoutFn(h)})}return this.subs.push(f),this.subs.push(C),this}connect(r){return this.open(r)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");let r=this.engine;this.subs.push(Be(r,"ping",this.onping.bind(this)),Be(r,"data",this.ondata.bind(this)),Be(r,"error",this.onerror.bind(this)),Be(r,"close",this.onclose.bind(this)),Be(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(r){try{this.decoder.add(r)}catch(i){this.onclose("parse error",i)}}ondecoded(r){Te(()=>{this.emitReserved("packet",r)},this.setTimeoutFn)}onerror(r){this.emitReserved("error",r)}socket(r,i){let a=this.nsps[r];return a?this._autoConnect&&!a.active&&a.connect():(a=new ir(this,r,i),this.nsps[r]=a),a}_destroy(r){let i=Object.keys(this.nsps);for(let a of i)if(this.nsps[a].active)return;this._close()}_packet(r){let i=this.encoder.encode(r);for(let a=0;a<i.length;a++)this.engine.write(i[a],r.options)}cleanup(){this.subs.forEach(r=>r()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(r,i){var a;this.cleanup(),(a=this.engine)===null||a===void 0||a.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",r,i),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;let r=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{let i=this.backoff.duration();this._reconnecting=!0;let a=this.setTimeoutFn(()=>{r.skipReconnect||(this.emitReserved("reconnect_attempt",r.backoff.attempts),!r.skipReconnect&&r.open(f=>{f?(r._reconnecting=!1,r.reconnect(),this.emitReserved("reconnect_error",f)):r.onreconnect()}))},i);this.opts.autoUnref&&a.unref(),this.subs.push(()=>{this.clearTimeoutFn(a)})}}onreconnect(){let r=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",r)}};var Rr={};function Mr(s,r){typeof s=="object"&&(r=s,s=void 0),r=r||{};let i=wa(s,r.path||"/socket.io"),a=i.source,f=i.id,u=i.path,C=Rr[f]&&u in Rr[f].nsps,l=r.forceNew||r["force new connection"]||r.multiplex===!1||C,h;return l?h=new sr(a,r):(Rr[f]||(Rr[f]=new sr(a,r)),h=Rr[f]),i.query&&!r.query&&(r.query=i.queryKey),h.socket(i.path,r)}Object.assign(Mr,{Manager:sr,Socket:ir,io:Mr,connect:Mr});var $B=Jo(DB()),Ac=Jo(_B());var Ig="2.0.7",Dg=500,SB="user-agent",cr="",LB="?",LA={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},se="browser",Ne="cpu",be="device",Qe="engine",ce="os",fr="result",M="name",T="type",N="vendor",G="version",ZA="architecture",qr="major",R="model",_i="console",fA="mobile",HA="tablet",OA="smarttv",He="wearable",Hi="xr",Yr="embedded",or="inapp",$s="brands",Lt="formFactors",A0="fullVersionList",lr="platform",e0="platformVersion",Ti="bitness",dt="sec-ch-ua",_g=dt+"-full-version-list",Sg=dt+"-arch",Lg=dt+"-"+Ti,Kg=dt+"-form-factors",Tg=dt+"-"+fA,Og=dt+"-"+R,YB=dt+"-"+lr,kg=YB+"-version",qB=[$s,A0,fA,R,lr,e0,ZA,Lt,Ti],bi="Amazon",ar="Apple",KB="ASUS",TB="BlackBerry",St="Google",OB="Huawei",Ns="Lenovo",kB="Honor",Ii="LG",Gs="Microsoft",Vs="Motorola",RB="Nvidia",MB="OnePlus",Ps="OPPO",Gr="Samsung",NB="Sharp",Vr="Sony",Xs="Xiaomi",Ws="Zebra",GB="Chrome",VB="Chromium",ut="Chromecast",Si="Edge",Pr="Firefox",Xr="Opera",Js="Facebook",PB="Sogou",Br="Mobile ",Wr=" Browser",qs="Windows",Rg=typeof window!==LA.UNDEFINED,ie=Rg&&window.navigator?window.navigator:void 0,Kt=ie&&ie.userAgentData?ie.userAgentData:void 0,Mg=function(s,r){var i={},a=r;if(!Li(r)){a={};for(var f in r)for(var u in r[f])a[u]=r[f][u].concat(a[u]?a[u]:[])}for(var C in s)i[C]=a[C]&&a[C].length%2===0?a[C].concat(s[C]):s[C];return i},Oi=function(s){for(var r={},i=0;i<s.length;i++)r[s[i].toUpperCase()]=s[i];return r},zs=function(s,r){if(typeof s===LA.OBJECT&&s.length>0){for(var i in s)if(ht(r)==ht(s[i]))return!0;return!1}return zr(s)?ht(r)==ht(s):!1},Li=function(s,r){for(var i in s)return/^(browser|cpu|device|engine|os)$/.test(i)||(r?Li(s[i]):!1)},zr=function(s){return typeof s===LA.STRING},Ys=function(s){if(s){for(var r=[],i=ur(/\\?\"/g,s).split(","),a=0;a<i.length;a++)if(i[a].indexOf(";")>-1){var f=Ki(i[a]).split(";v=");r[a]={brand:f[0],version:f[1]}}else r[a]=Ki(i[a]);return r}},ht=function(s){return zr(s)?s.toLowerCase():s},Zs=function(s){return zr(s)?ur(/[^\d\.]/g,s).split(".")[0]:void 0},Me=function(s){for(var r in s)if(s.hasOwnProperty(r)){var i=s[r];typeof i==LA.OBJECT&&i.length==2?this[i[0]]=i[1]:this[i]=void 0}return this},ur=function(s,r){return zr(r)?r.replace(s,cr):r},Jr=function(s){return ur(/\\?\"/g,s)},Ki=function(s,r){return s=ur(/^\s\s*/,String(s)),typeof r===LA.UNDEFINED?s:s.substring(0,r)},js=function(s,r){if(!(!s||!r))for(var i=0,a,f,u,C,l,h;i<r.length&&!l;){var Q=r[i],g=r[i+1];for(a=f=0;a<Q.length&&!l&&Q[a];)if(l=Q[a++].exec(s),l)for(u=0;u<g.length;u++)h=l[++f],C=g[u],typeof C===LA.OBJECT&&C.length>0?C.length===2?typeof C[1]==LA.FUNCTION?this[C[0]]=C[1].call(this,h):this[C[0]]=C[1]:C.length>=3&&(typeof C[1]===LA.FUNCTION&&!(C[1].exec&&C[1].test)?C.length>3?this[C[0]]=h?C[1].apply(this,C.slice(2)):void 0:this[C[0]]=h?C[1].call(this,h,C[2]):void 0:C.length==3?this[C[0]]=h?h.replace(C[1],C[2]):void 0:C.length==4?this[C[0]]=h?C[3].call(this,h.replace(C[1],C[2])):void 0:C.length>4&&(this[C[0]]=h?C[3].apply(this,[h.replace(C[1],C[2])].concat(C.slice(4))):void 0)):this[C]=h||void 0;i+=2}},pe=function(s,r){for(var i in r)if(typeof r[i]===LA.OBJECT&&r[i].length>0){for(var a=0;a<r[i].length;a++)if(zs(r[i][a],s))return i===LB?void 0:i}else if(zs(r[i],s))return i===LB?void 0:i;return r.hasOwnProperty("*")?r["*"]:s},XB={ME:"4.90","NT 3.51":"3.51","NT 4.0":"4.0",2e3:["5.0","5.01"],XP:["5.1","5.2"],Vista:"6.0",7:"6.1",8:"6.2","8.1":"6.3",10:["6.4","10.0"],NT:""},WB={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},Ng={Chrome:"Google Chrome",Edge:"Microsoft Edge","Edge WebView2":"Microsoft Edge WebView2","Chrome WebView":"Android WebView","Chrome Headless":"HeadlessChrome","Huawei Browser":"HuaweiBrowser","MIUI Browser":"Miui Browser","Opera Mobi":"OperaMobile",Yandex:"YaBrowser"},JB={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[G,[M,Br+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[G,[M,Si+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[G,[M,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[M,G],[/opios[\/ ]+([\w\.]+)/i],[G,[M,Xr+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[G,[M,Xr+" GX"]],[/\bopr\/([\w\.]+)/i],[G,[M,Xr]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[G,[M,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[G,[M,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(atlas|flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser|palemoon)\/([-\w\.]+)/i,/(heytap|ovi|115|surf|qwant)browser\/([\d\.]+)/i,/(qwant)(?:ios|mobile)\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[M,G],[/quark(?:pc)?\/([-\w\.]+)/i],[G,[M,"Quark"]],[/\bddg\/([\w\.]+)/i],[G,[M,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[G,[M,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[G,[M,"WeChat"]],[/konqueror\/([\w\.]+)/i],[G,[M,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[G,[M,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[G,[M,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[G,[M,"Smart "+Ns+Wr]],[/(avast|avg)\/([\w\.]+)/i],[[M,/(.+)/,"$1 Secure"+Wr],G],[/\bfocus\/([\w\.]+)/i],[G,[M,Pr+" Focus"]],[/\bopt\/([\w\.]+)/i],[G,[M,Xr+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[G,[M,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[G,[M,"Dolphin"]],[/coast\/([\w\.]+)/i],[G,[M,Xr+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[G,[M,"MIUI"+Wr]],[/fxios\/([\w\.-]+)/i],[G,[M,Br+Pr]],[/\bqihoobrowser\/?([\w\.]*)/i],[G,[M,"360"]],[/\b(qq)\/([\w\.]+)/i],[[M,/(.+)/,"$1Browser"],G],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[M,/(.+)/,"$1"+Wr],G],[/samsungbrowser\/([\w\.]+)/i],[G,[M,Gr+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[G,[M,PB+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[M,PB+" Mobile"],G],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[M,G],[/(lbbrowser|rekonq|steam(?= (clie|tenf|gameo)))/i],[M],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[G,M],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[M,Js],G,[T,or]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(bing)(?:web|sapphire)\/([\w\.]+)/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[M,G,[T,or]],[/\bgsa\/([\w\.]+) .*safari\//i],[G,[M,"GSA"],[T,or]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[G,[M,"TikTok"],[T,or]],[/\[(linkedin)app\]/i],[M,[T,or]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[M,/(.+)/,"Zalo"],G,[T,or]],[/(chromium)[\/ ]([-\w\.]+)/i],[M,G],[/headlesschrome(?:\/([\w\.]+)| )/i],[G,[M,GB+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[G,[M,Si+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[M,GB+" WebView"],G],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[G,[M,"Android"+Wr]],[/chrome\/([\w\.]+) mobile/i],[G,[M,Br+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[M,G],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[G,[M,Br+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[M,Br+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[G,M],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[M,[G,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[M,G],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[M,Br+Pr],G],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[M,"Netscape"],G],[/(wolvic|librewolf)\/([\w\.]+)/i],[M,G],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[G,[M,Pr+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+(?= .+rv\:.+gecko\/\d+)|[0-4][\w\.]+(?!.+compatible))/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[M,[G,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[M,[G,/[^\d\.]+./,cr]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[ZA,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[ZA,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[ZA,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[ZA,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[ZA,"arm"]],[/ sun4\w[;\)]/i],[[ZA,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i,/((ppc|powerpc)(64)?)( mac|;|\))/i,/(?:osf1|[freopnt]{3,4}bsd) (alpha)/i],[[ZA,/ower/,cr,ht]],[/mc680.0/i],[[ZA,"68k"]],[/winnt.+\[axp/i],[[ZA,"alpha"]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[R,[N,Gr],[T,HA]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[R,[N,Gr],[T,fA]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[R,[N,ar],[T,fA]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[R,[N,ar],[T,HA]],[/(macintosh);/i],[R,[N,ar]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[R,[N,NB],[T,fA]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[R,[N,kB],[T,HA]],[/honor([-\w ]+)[;\)]/i],[R,[N,kB],[T,fA]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[R,[N,OB],[T,HA]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[R,[N,OB],[T,fA]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[R,/_/g," "],[N,Xs],[T,HA]],[/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/oid[^\)]+; (redmi[\-_ ]?(?:note|k)?[\w_ ]+|m?[12]\d[01]\d\w{3,6}|poco[\w ]+|(shark )?\w{3}-[ah]0|qin ?[1-3](s\+|ultra| pro)?)( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note|max|cc)?[_ ]?(?:\d{0,2}\w?)[_ ]?(?:plus|se|lite|pro)?( 5g|lte)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[R,/_/g," "],[N,Xs],[T,fA]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[R,[N,MB],[T,fA]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[R,[N,Ps],[T,fA]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[R,[N,pe,{OnePlus:["203","304","403","404","413","415"],"*":Ps}],[T,HA]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[R,[N,"BLU"],[T,fA]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[R,[N,"Vivo"],[T,fA]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[R,[N,"Realme"],[T,fA]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[R,[N,Ns],[T,HA]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[R,[N,Ns],[T,fA]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[R,[N,Vs],[T,fA]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[R,[N,Vs],[T,HA]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[R,[N,Ii],[T,HA]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[R,[N,Ii],[T,fA]],[/(nokia) (t[12][01])/i],[N,R,[T,HA]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[R,/_/g," "],[T,fA],[N,"Nokia"]],[/(pixel (c|tablet))\b/i],[R,[N,St],[T,HA]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[R,[N,St],[T,fA]],[/(google) (pixelbook( go)?)/i],[N,R],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[R,[N,Vr],[T,fA]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[R,"Xperia Tablet"],[N,Vr],[T,HA]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[R,[N,bi],[T,HA]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[R,/(.+)/g,"Fire Phone $1"],[N,bi],[T,fA]],[/(playbook);[-\w\),; ]+(rim)/i],[R,N,[T,HA]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[R,[N,TB],[T,fA]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[R,[N,KB],[T,HA]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[R,[N,KB],[T,fA]],[/(nexus 9)/i],[R,[N,"HTC"],[T,HA]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[N,[R,/_/g," "],[T,fA]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[R,[N,"TCL"],[T,HA]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[R,[N,"TCL"],[T,fA]],[/(itel) ((\w+))/i],[[N,ht],R,[T,pe,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[R,[N,"Acer"],[T,HA]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[R,[N,"Meizu"],[T,fA]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[R,[N,"Ulefone"],[T,fA]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[R,[N,"Energizer"],[T,fA]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[R,[N,"Cat"],[T,fA]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[R,[N,"Smartfren"],[T,fA]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[R,[N,"Nothing"],[T,fA]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[R,[N,"Archos"],[T,HA]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[R,[N,"Archos"],[T,fA]],[/; (n159v)/i],[R,[N,"HMD"],[T,fA]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[N,R,[T,HA]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl|wiko)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i,/(hisense) ([ehv][\w ]+)\)/i,/droid[^;]+; (philips)[_ ]([sv-x][\d]{3,4}[xz]?)/i],[N,R,[T,fA]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[N,R,[T,HA]],[/(surface duo)/i],[R,[N,Gs],[T,HA]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[R,[N,"Fairphone"],[T,fA]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[R,[N,RB],[T,HA]],[/(sprint) (\w+)/i],[N,R,[T,fA]],[/(kin\.[onetw]{3})/i],[[R,/\./g," "],[N,Gs],[T,fA]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[R,[N,Ws],[T,HA]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[R,[N,Ws],[T,fA]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[N,[T,OA]],[/hbbtv.+maple;(\d+)/i],[[R,/^/,"SmartTV"],[N,Gr],[T,OA]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[N,R,[T,OA]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[N,Ii],[T,OA]],[/(apple) ?tv/i],[N,[R,ar+" TV"],[T,OA]],[/crkey.*devicetype\/chromecast/i],[[R,ut+" Third Generation"],[N,St],[T,OA]],[/crkey.*devicetype\/([^/]*)/i],[[R,/^/,"Chromecast "],[N,St],[T,OA]],[/fuchsia.*crkey/i],[[R,ut+" Nest Hub"],[N,St],[T,OA]],[/crkey/i],[[R,ut],[N,St],[T,OA]],[/(portaltv)/i],[R,[N,Js],[T,OA]],[/droid.+aft(\w+)( bui|\))/i],[R,[N,bi],[T,OA]],[/(shield \w+ tv)/i],[R,[N,RB],[T,OA]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[R,[N,NB],[T,OA]],[/(bravia[\w ]+)( bui|\))/i],[R,[N,Vr],[T,OA]],[/(mi(tv|box)-?\w+) bui/i],[R,[N,Xs],[T,OA]],[/Hbbtv.*(technisat) (.*);/i],[N,R,[T,OA]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[N,/.+\/(\w+)/,"$1",pe,{LG:"lge"}],[R,Ki],[T,OA]],[/(playstation \w+)/i],[R,[N,Vr],[T,_i]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[R,[N,Gs],[T,_i]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i,/(valve).+(steam deck)/i,/droid.+; ((shield|rgcube|gr0006))( bui|\))/i],[[N,pe,{Nvidia:"Shield",Anbernic:"RGCUBE",Logitech:"GR0006"}],R,[T,_i]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[R,[N,Gr],[T,He]],[/((pebble))app/i,/(asus|google|lg|oppo|xiaomi) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[N,R,[T,He]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[R,[N,Ps],[T,He]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[R,[N,ar],[T,He]],[/(opwwe\d{3})/i],[R,[N,MB],[T,He]],[/(moto 360)/i],[R,[N,Vs],[T,He]],[/(smartwatch 3)/i],[R,[N,Vr],[T,He]],[/(g watch r)/i],[R,[N,Ii],[T,He]],[/droid.+; (wt63?0{2,3})\)/i],[R,[N,Ws],[T,He]],[/droid.+; (glass) \d/i],[R,[N,St],[T,Hi]],[/(pico) ([\w ]+) os\d/i],[N,R,[T,Hi]],[/(quest( \d| pro)?s?).+vr/i],[R,[N,Js],[T,Hi]],[/mobile vr; rv.+firefox/i],[[T,Hi]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[N,[T,Yr]],[/(aeobc)\b/i],[R,[N,bi],[T,Yr]],[/(homepod).+mac os/i],[R,[N,ar],[T,Yr]],[/windows iot/i],[[T,Yr]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[R,[T,OA]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[T,OA]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[R,[T,pe,{mobile:"Mobile",xr:"VR","*":HA}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[T,HA]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[T,fA]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[R,[N,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[G,[M,Si+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[M,G],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[G,[M,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[M,G],[/ladybird\//i],[[M,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[G,M]],os:[[/(windows nt) (6\.[23]); arm/i],[[M,/N/,"R"],[G,pe,XB]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[M,G],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[G,/(;|\))/g,"",pe,XB],[M,qs]],[/(windows ce)\/?([\d\.]*)/i],[M,G],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv|ios(?=.+ip(?:ad|hone)|.+apple ?tv)|ip(?:ad|hone)(?: |.+i(?:pad)?)os|apple ?tv.+ios)[\/ ]([\w\.]+)/i,/\btvos ?([\w\.]+)/i,/cfnetwork\/.+darwin/i],[[G,/_/g,"."],[M,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[M,"macOS"],[G,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[G,[M,ut+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[G,[M,ut+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[G,[M,ut+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[G,[M,ut+" Linux"]],[/crkey\/([\d\.]+)/i],[G,[M,ut]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[G,M],[/(ubuntu) ([\w\.]+) like android/i],[[M,/(.+)/,"$1 Touch"],G],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[M,G],[/\(bb(10);/i],[G,[M,TB]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[G,[M,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[G,[M,Pr+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[G,[M,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[G,pe,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[M,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[G,[M,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[M,"Chrome OS"],G],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[M,G],[/(sunos) ?([\d\.]*)/i],[[M,"Solaris"],G],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[M,G]]},Di=(function(){var s={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return Me.call(s.init,[[se,[M,G,qr,T]],[Ne,[ZA]],[be,[T,R,N]],[Qe,[M,G]],[ce,[M,G]]]),Me.call(s.isIgnore,[[se,[G,qr]],[Qe,[G]],[ce,[G]]]),Me.call(s.isIgnoreRgx,[[se,/ ?browser$/i],[ce,/ ?os$/i]]),Me.call(s.toString,[[se,[M,G]],[Ne,[ZA]],[be,[N,R]],[Qe,[M,G]],[ce,[M,G]]]),s})(),Gg=function(s,r){var i=Di.init[r],a=Di.isIgnore[r]||0,f=Di.isIgnoreRgx[r]||0,u=Di.toString[r]||0;function C(){Me.call(this,i)}return C.prototype.getItem=function(){return s},C.prototype.withClientHints=function(){return Kt?Kt.getHighEntropyValues(qB).then(function(l){return s.setCH(new zB(l,!1)).parseCH().get()}):s.parseCH().get()},C.prototype.withFeatureCheck=function(){return s.detectFeature().get()},r!=fr&&(C.prototype.is=function(l){var h=!1;for(var Q in this)if(this.hasOwnProperty(Q)&&!zs(a,Q)&&ht(f?ur(f,this[Q]):this[Q])==ht(f?ur(f,l):l)){if(h=!0,l!=LA.UNDEFINED)break}else if(l==LA.UNDEFINED&&h){h=!h;break}return h},C.prototype.toString=function(){var l=cr;for(var h in u)typeof this[u[h]]!==LA.UNDEFINED&&(l+=(l?" ":cr)+this[u[h]]);return l||LA.UNDEFINED}),C.prototype.then=function(l){var h=this,Q=function(){for(var U in h)h.hasOwnProperty(U)&&(this[U]=h[U])};Q.prototype={is:C.prototype.is,toString:C.prototype.toString,withClientHints:C.prototype.withClientHints,withFeatureCheck:C.prototype.withFeatureCheck};var g=new Q;return l(g),g},new C};function zB(s,r){if(s=s||{},Me.call(this,qB),r)Me.call(this,[[$s,Ys(s[dt])],[A0,Ys(s[_g])],[fA,/\?1/.test(s[Tg])],[R,Jr(s[Og])],[lr,Jr(s[YB])],[e0,Jr(s[kg])],[ZA,Jr(s[Sg])],[Lt,Ys(s[Kg])],[Ti,Jr(s[Lg])]]);else for(var i in s)this.hasOwnProperty(i)&&typeof s[i]!==LA.UNDEFINED&&(this[i]=s[i])}function gt(s,r,i,a){return Me.call(this,[["itemType",s],["ua",r],["uaCH",a],["rgxMap",i],["data",Gg(this,s)]]),this}gt.prototype.get=function(s){return s?this.data.hasOwnProperty(s)?this.data[s]:void 0:this.data};gt.prototype.set=function(s,r){return this.data[s]=r,this};gt.prototype.setCH=function(s){return this.uaCH=s,this};gt.prototype.detectFeature=function(){if(ie&&ie.userAgent==this.ua)switch(this.itemType){case se:ie.brave&&typeof ie.brave.isBrave==LA.FUNCTION&&this.set(M,"Brave");break;case be:!this.get(T)&&Kt&&Kt[fA]&&this.set(T,fA),this.get(R)=="Macintosh"&&ie&&typeof ie.standalone!==LA.UNDEFINED&&ie.maxTouchPoints&&ie.maxTouchPoints>2&&this.set(R,"iPad").set(T,HA);break;case ce:!this.get(M)&&Kt&&Kt[lr]&&this.set(M,Kt[lr]);break;case fr:var s=this.data,r=function(i){return s[i].getItem().detectFeature().get()};this.set(se,r(se)).set(Ne,r(Ne)).set(be,r(be)).set(Qe,r(Qe)).set(ce,r(ce))}return this};gt.prototype.parseUA=function(){switch(this.itemType!=fr&&js.call(this.data,this.ua,this.rgxMap),this.itemType){case se:this.set(qr,Zs(this.get(G)));break;case ce:if(this.get(M)=="iOS"&&this.get(G)=="18.6"){var s=/\) Version\/([\d\.]+)/.exec(this.ua);s&&parseInt(s[1].substring(0,2),10)>=26&&this.set(G,s[1])}break}return this};gt.prototype.parseCH=function(){var s=this.uaCH,r=this.rgxMap;switch(this.itemType){case se:case Qe:var i=s[A0]||s[$s],a;if(i)for(var f=0;f<i.length;f++){var u=i[f].brand||i[f],C=i[f].version;this.itemType==se&&!/not.a.brand/i.test(u)&&(!a||/Chrom/.test(a)&&u!=VB||a==Si&&/WebView2/.test(u))&&(u=pe(u,Ng),a=this.get(M),a&&!/Chrom/.test(a)&&/Chrom/.test(u)||this.set(M,u).set(G,C).set(qr,Zs(C)),a=u),this.itemType==Qe&&u==VB&&this.set(G,C)}break;case Ne:var l=s[ZA];l&&(l&&s[Ti]=="64"&&(l+="64"),js.call(this.data,l+";",r));break;case be:if(s[fA]&&this.set(T,fA),s[R]&&(this.set(R,s[R]),!this.get(T)||!this.get(N))){var h={};js.call(h,"droid 9; "+s[R]+")",r),!this.get(T)&&h.type&&this.set(T,h.type),!this.get(N)&&h.vendor&&this.set(N,h.vendor)}if(s[Lt]){var Q;if(typeof s[Lt]!="string")for(var g=0;!Q&&g<s[Lt].length;)Q=pe(s[Lt][g++],WB);else Q=pe(s[Lt],WB);this.set(T,Q)}break;case ce:var U=s[lr];if(U){var x=s[e0];U==qs&&(x=parseInt(Zs(x),10)>=13?"11":"10"),this.set(M,U).set(G,x)}this.get(M)==qs&&s[R]=="Xbox"&&this.set(M,"Xbox").set(G,void 0);break;case fr:var E=this.data,v=function(I){return E[I].getItem().setCH(s).parseCH().get()};this.set(se,v(se)).set(Ne,v(Ne)).set(be,v(be)).set(Qe,v(Qe)).set(ce,v(ce))}return this};function Ie(s,r,i){if(typeof s===LA.OBJECT?(Li(s,!0)?(typeof r===LA.OBJECT&&(i=r),r=s):(i=s,r=void 0),s=void 0):typeof s===LA.STRING&&!Li(r,!0)&&(i=r,r=void 0),i)if(typeof i.append===LA.FUNCTION){var a={};i.forEach(function(g,U){a[String(U).toLowerCase()]=g}),i=a}else{var f={};for(var u in i)i.hasOwnProperty(u)&&(f[String(u).toLowerCase()]=i[u]);i=f}if(!(this instanceof Ie))return new Ie(s,r,i).getResult();var C=typeof s===LA.STRING?s:i&&i[SB]?i[SB]:ie&&ie.userAgent?ie.userAgent:cr,l=new zB(i,!0),h=r?Mg(JB,r):JB,Q=function(g){return g==fr?function(){return new gt(g,C,h,l).set("ua",C).set(se,this.getBrowser()).set(Ne,this.getCPU()).set(be,this.getDevice()).set(Qe,this.getEngine()).set(ce,this.getOS()).get()}:function(){return new gt(g,C,h[g],l).parseUA().get()}};return Me.call(this,[["getBrowser",Q(se)],["getCPU",Q(Ne)],["getDevice",Q(be)],["getEngine",Q(Qe)],["getOS",Q(ce)],["getResult",Q(fr)],["getUA",function(){return C}],["setUA",function(g){return zr(g)&&(C=Ki(g,Dg)),this}]]).setUA(C),this}Ie.VERSION=Ig;Ie.BROWSER=Oi([M,G,qr,T]);Ie.CPU=Oi([ZA]);Ie.DEVICE=Oi([R,N,T,_i,fA,OA,HA,He,Yr]);Ie.ENGINE=Ie.OS=Oi([M,G]);var Pg=Ie;function ZB(){return typeof crypto!="undefined"&&crypto.randomUUID?crypto.randomUUID():Math.random().toString(16).slice(2)+Date.now().toString(16)}var t0=class{constructor(){this.cfg=null,this.socket=null,this.socketReady=!1,this.deviceId=null,this.sessionId=null,this.sessionReady=!1,this._booting=!1,this._disabled=!1,this.pendingEvents=[],this.scrollFired=!1,this._initialized=!1,this._sentSessionUpdate=!1,this._sentUserUpdate=!1,this.indexId=0,this._indexKey=null,this._lastShotAt=0,this._shotInFlight=!1}init(r){var u,C,l;if(typeof window=="undefined"||this._initialized)return;this._initialized=!0;let i=r.organization||r.orgId,a={enabled:!1,apiUrl:(C=(u=r.screenActivity)==null?void 0:u.apiUrl)!=null?C:`${r.socketUrl}/api/app/screenActivity/screenActivityDetails_post`,captureOn:["page_view","click","form_start","form_submit","scroll","view_search_results","custom_event"],throttleMs:2e3,jpegQuality:.7},f=typeof r.screenActivity=="object"?{...a,...r.screenActivity}:{...a};if(this.cfg={apiKey:r.apiKey,organization:i,socketUrl:"https://api.twinalyze.com",debug:!0,encrypt:!0,persistSession:r.persistSession!==!1,sessionKey:"twinalyze_session_id",responseSuffix:r.responseSuffix||":res",responseTimeoutMs:r.responseTimeoutMs||15e3,source:r.source||"web",indexId:(l=r.indexId)!=null?l:null,enhancedMeasurement:{pageViews:!0,scrolls:!0,outboundClicks:!0,siteSearch:{params:["q","s","search","query"]},formInteractions:!0,fileDownloads:{extensions:["pdf","zip","apk","doc","docx","xls","xlsx","ppt","pptx"]},...r.enhancedMeasurement||{}},apiBaseUrl:r.apiBaseUrl||r.endpoint||r.socketUrl,screenActivity:f},!this.cfg.apiKey||!this.cfg.organization){console.log("[Twinalyze] \u274C Missing apiKey / organization / socketUrl");return}this.deviceId=this._getOrCreateDeviceId(),this.cfg.persistSession&&(this.sessionId=sessionStorage.getItem(this.cfg.sessionKey)||null),this._connectSocket(),this._setupEnhancedMeasurement()}track(r,i={}){var a;if(!this._disabled){if((a=this.cfg)!=null&&a.debug&&console.log("[Twinalyze][CUSTOM]",r,i),!this.sessionReady){this.pendingEvents.push({eventName:r,properties:{...this._pageContext(),...i},ts:Date.now(),eventType:"custom"});return}this._emitEventAdd(r,{...this._pageContext(),...i},"custom")}}_connectSocket(){if(this.socket)return;let r={transports:["websocket"],reconnection:!0,reconnectionAttempts:1/0,reconnectionDelay:2e3,reconnectionDelayMax:1e4,timeout:2e4,path:"/socket.io/",auth:{"x-api-key":this.cfg.apiKey,"x-organization-id":this.cfg.organization,"x-app-version-name":this.cfg.appVersionName||"not_found","x-analytics-sdk-version":this.cfg.analyticsSdkVersion||this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":this.cfg.adAnalyticsSdkVersion||"not_found","x-app-package-name":this.cfg.appPackageName||location.hostname,"x-platform":"web","x-sdk-version":this.cfg.version||"1.0.0"},extraHeaders:{Origin:this.cfg.socketUrl,"x-api-key":this.cfg.apiKey,"x-organization-id":this.cfg.organization,"x-app-version-name":this.cfg.appVersionName||"not_found","x-analytics-sdk-version":this.cfg.analyticsSdkVersion||this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":this.cfg.adAnalyticsSdkVersion||"not_found","x-app-package-name":this.cfg.appPackageName||location.hostname,"x-platform":"web","x-sdk-version":this.cfg.version||"1.0.0"},methods:["GET","POST"]};this.socket=Mr(this.cfg.socketUrl,r),this.socket.on("connect",async()=>{this.socketReady=!0,this.cfg.debug&&console.log("[Twinalyze][SOCKET] \u2705 connected CHANGED NEW 1",{id:this.socket.id,transport:this.socket.io.engine.transport.name}),await this._startFlow()}),this.socket.on("disconnect",i=>{this.socketReady=!1,this.sessionReady=!1,this._booting=!1,this._sentSessionUpdate=!1,this._sentUserUpdate=!1,this._resetIndexId(),this.cfg.debug&&console.log("[Twinalyze][SOCKET] \u274C disconnected:",i)}),this.socket.on("connect_error",i=>{this.socketReady=!1,this.cfg.debug&&console.log("[Twinalyze][SOCKET] \u274C connect_error:",(i==null?void 0:i.message)||i)}),this.socket.on("sdk_upgrade_warning",i=>{i&&i.message?(console.log("SDK Upgrade Warning:",i.message),alert(i.message),i.updateUrl&&confirm("A new SDK version is available. Do you want to upgrade now?")&&(window.location.href=i.updateUrl)):console.error("Received invalid data in sdk_upgrade_warning event:",i)})}_initIndexId(){this._indexKey=`twinalyze_event_index_${this.sessionId}`;let r=sessionStorage.getItem(this._indexKey);this.indexId=r?parseInt(r,10):0,Number.isNaN(this.indexId)&&(this.indexId=0)}_nextIndexId(){let r=this.indexId;return this.indexId+=1,this._indexKey&&sessionStorage.setItem(this._indexKey,String(this.indexId)),r}_resetIndexId(){this.indexId=0,this._indexKey&&sessionStorage.removeItem(this._indexKey),this._indexKey=null}_normalizeHttpBase(r){return String(r||"").replace(/^ws:\/\//,"http://").replace(/^wss:\/\//,"https://").replace(/\/$/,"")}async _startFlow(){if(!this._disabled&&this.socketReady&&!this._booting){this._booting=!0;try{let r=await this._request("user|userCheckApp",{apiKey:this.cfg.apiKey,organization:this.cfg.organization});this.cfg.debug&&console.log("[Twinalyze][FLOW] userCheckRes:",r);let i=r&&r.success===!0&&(r.status===1||r.status==="1"),a=!!(r!=null&&r.debugScreenshotCapture);if(this.cfg.screenActivity.enabled=a,!i){this._disabled=!0,this.sessionReady=!1,this.cfg.screenActivity.enabled=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (userCheck failed)");return}let f=await this._request("user|userExistsApp",{apiKey:this.cfg.apiKey,deviceId:this.deviceId,organization:this.cfg.organization});if(this.cfg.debug&&console.log("[Twinalyze][FLOW] userExistsRes:",f),!!!(f&&f.success===!0&&f.userRegister===!0)){let l=await this._request("user|web|userCreateApp",{apiKey:this.cfg.apiKey,deviceId:this.deviceId,properties:this._userProperties(),organization:this.cfg.organization});this.cfg.debug&&console.log("[Twinalyze][FLOW] userCreateRes:",l),l&&l.success===!1&&(console.log("[Twinalyze][FLOW] \u{1F6D1} userCreate failed, continuing..."),this.sessionReady=!0)}this.sessionId||(this.sessionId=`sess_${ZB()}`,this.cfg.persistSession&&sessionStorage.setItem(this.cfg.sessionKey,this.sessionId));let C=await this._request("session|web|sessionCreateApp",{apiKey:this.cfg.apiKey,deviceId:this.deviceId,socketId:this.socket.id,uniqueSessionId:this.sessionId,deviceProperties:this._deviceProperties(),organization:this.cfg.organization});if(this.cfg.debug&&console.log("[Twinalyze][FLOW] sessionCreateRes:",C),C&&C.success===!1){this._disabled=!0,this.sessionReady=!1;return}this.sessionReady=!0,this._initIndexId(),this._flushPendingEvents()}finally{this._booting=!1}}}_request(r,i){let a=this.cfg.responseTimeoutMs,f=[],u=this.cfg.responseSuffix;f.push(`${r}${u}`),f.push(`${r}Res`),f.push(`${r}Response`),f.push(r);let C=[...new Set(f)];return new Promise(l=>{if(!this.socketReady)return l(null);let h=!1,Q=()=>{C.forEach(E=>this.socket.off(E,g)),clearTimeout(U)},g=E=>{h||(h=!0,Q(),l(E))};C.forEach(E=>this.socket.on(E,g));let U=setTimeout(()=>{h||(h=!0,Q(),l(null))},a),x=this.cfg.encrypt?this._encrypt(i):i;this.socket.emit(r,x)})}_encrypt(r){return $B.default.AES.encrypt(JSON.stringify(r),"3Xn8vQp2Lm9sAa7ZkT1yCw5eR0uH6dJ4").toString()}async _waitForRenderStable(){var i;await new Promise(a=>requestAnimationFrame(()=>requestAnimationFrame(a)));try{(i=document.fonts)!=null&&i.ready&&await document.fonts.ready}catch{}let r=Array.from(document.images||[]).filter(a=>!a.complete);await Promise.allSettled(r.map(a=>new Promise(f=>{a.addEventListener("load",f,{once:!0}),a.addEventListener("error",f,{once:!0})})))}async _captureViewportJpegBlob(){var u,C,l;await this._waitForRenderStable();let r=(((u=this.cfg.screenActivity)==null?void 0:u.capture)||"viewport")==="viewport",i=Math.min(2,window.devicePixelRatio||1),a=await(0,Ac.default)(document.documentElement,{useCORS:!0,allowTaint:!1,backgroundColor:"#ffffff",logging:!1,...r?{x:window.scrollX,y:window.scrollY,width:window.innerWidth,height:window.innerHeight}:{x:0,y:0,width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight},scale:i,onclone:h=>{let Q=h.createElement("style");Q.textContent=`
6
+ * { animation: none !important; transition: none !important; caret-color: transparent !important; }
7
+ `,h.head.appendChild(Q)}}),f=(l=(C=this.cfg.screenActivity)==null?void 0:C.maxWidth)!=null?l:1280;if(a.width>f){let h=f/a.width,Q=document.createElement("canvas");return Q.width=Math.round(a.width*h),Q.height=Math.round(a.height*h),Q.getContext("2d").drawImage(a,0,0,Q.width,Q.height),await new Promise(g=>{var U,x;return Q.toBlob(g,"image/jpeg",(x=(U=this.cfg.screenActivity)==null?void 0:U.jpegQuality)!=null?x:.7)})}return await new Promise(h=>{var Q,g;return a.toBlob(h,"image/jpeg",(g=(Q=this.cfg.screenActivity)==null?void 0:Q.jpegQuality)!=null?g:.7)})}async _uploadScreenActivity({eventName:r,properties:i}){var u,C,l;if(!((u=this.cfg.screenActivity)!=null&&u.enabled)||!this.sessionReady)return;let a=Date.now(),f=(l=(C=this.cfg.screenActivity)==null?void 0:C.throttleMs)!=null?l:2e3;if(!(a-this._lastShotAt<f)&&!this._shotInFlight){this._shotInFlight=!0,this._lastShotAt=a;try{let h=await this._captureViewportJpegBlob();if(!h)return;let Q=new FormData;Q.append("apiKey",this.cfg.apiKey),Q.append("organization",this.cfg.organization),Q.append("screenName",document.title||"unknown"),Q.append("identifier",JSON.stringify(i||{})),Q.append("description",r||"event"),Q.append("image",h,`shot_${Date.now()}.jpg`),await fetch(this.cfg.screenActivity.apiUrl,{method:"POST",body:Q,keepalive:!0})}catch(h){this.cfg.debug&&console.log("[Twinalyze][SCREENSHOT] error:",(h==null?void 0:h.message)||h)}finally{this._shotInFlight=!1}}}_emitSessionUpdateOnce(){if(!this.sessionReady||this._sentSessionUpdate)return;this._sentSessionUpdate=!0;let r={apiKey:this.cfg.apiKey,deviceId:this.deviceId,deviceProperties:this._deviceProperties(),organization:this.cfg.organization},i=this.cfg.encrypt?this._encrypt(r):r;this.socket.emit("session|sessionUpdateApp",i),this.cfg.debug&&console.log("[Twinalyze] \u2705 sessionUpdate sent")}_emitUserUpdateOnce(){if(!this.sessionReady||this._sentUserUpdate)return;this._sentUserUpdate=!0;let r={apiKey:this.cfg.apiKey,deviceId:this.deviceId,properties:this._userProperties(),organization:this.cfg.organization},i=this.cfg.encrypt?this._encrypt(r):r;this.socket.emit("user|userUpdateApp",i),this.cfg.debug&&console.log("[Twinalyze] \u2705 userUpdate sent")}_emitEventAdd(r,i={},a="auto"){if(!this.sessionReady)return;this._indexKey==null&&this._initIndexId();let f=this._nextIndexId(),u={socketId:this.socket.id,date:new Date().toISOString(),eventType:a,uniqueSessionId:this.sessionId,deviceId:this.deviceId,eventName:r,properties:i,apiKey:this.cfg.apiKey,source:this.cfg.source,indexId:f,organization:this.cfg.organization};console.log("payload session|web|sessionEventAddApp",u);let C=this.cfg.encrypt?this._encrypt(u):u;this.socket.emit("session|web|sessionEventAddApp",C),this._uploadScreenActivity({eventName:r,properties:i}),this.cfg.debug&&console.log("[Twinalyze][EVENT_ADD]",r,i,f)}_flushPendingEvents(){if(!this.sessionReady||!this.pendingEvents.length)return;this.pendingEvents.splice(0,this.pendingEvents.length).forEach(i=>this._emitEventAdd(i.eventName,i.properties||{},i.eventType||"auto"))}_trackAuto(r,i={}){var a;if(!this._disabled){if((a=this.cfg)!=null&&a.debug&&console.log("[Twinalyze][AUTO]",r,i),!this.sessionReady){this.pendingEvents.push({eventName:r,properties:i,ts:Date.now(),eventType:"auto"});return}this._emitEventAdd(r,i,"auto")}}_setupEnhancedMeasurement(){let r=this.cfg.enhancedMeasurement||{};if(r.pageViews){let i=this._pageViewInfo();this._trackAuto("page_view",i);let a=()=>{this.scrollFired=!1;let C=this._pageViewInfo();this._trackAuto("page_view",C),this._fireSiteSearch()},f=history.pushState,u=history.replaceState;history.pushState=(...C)=>{f.apply(history,C),a()},history.replaceState=(...C)=>{u.apply(history,C),a()},window.addEventListener("popstate",a)}if(r.scrolls&&window.addEventListener("scroll",()=>{if(this.scrollFired)return;let i=document.documentElement,a=window.scrollY||i.scrollTop,f=i.scrollHeight-i.clientHeight;if(f<=0)return;let u=Math.round(a/f*100);u>=90&&(this.scrollFired=!0,this._trackAuto("scroll",{percent_scrolled:u,...this._pageContext()}))},{passive:!0}),r.outboundClicks&&document.addEventListener("click",i=>{var h,Q,g;let a=this._getClickTarget(i);if(!a)return;let f=a.el,u=(f.tagName||"").toLowerCase(),C=this._getTextFromElement(f),l={click_type:a.kind,element_tag:u,element_text:C||"not_found",element_id:f.id||null,element_name:((h=f.getAttribute)==null?void 0:h.call(f,"name"))||null,element_role:((Q=f.getAttribute)==null?void 0:Q.call(f,"role"))||null,element_classes:f.className&&typeof f.className=="string"?f.className.slice(0,120):null,element_path:this._cssPath(f),...this._pageContext&&this._pageContext()||{}};if(a.kind==="link"){let U=f.getAttribute("href")||"";if(/^(javascript:|mailto:|tel:)/i.test(U))return;let x;try{x=new URL(f.href)}catch{return}l.link_url=x.href,l.link_domain=x.hostname,l.link_path=x.pathname,l.outbound=x.hostname!==location.hostname}a.kind==="button"&&(l.button_type=((g=f.getAttribute)==null?void 0:g.call(f,"type"))||null,l.disabled=!!f.disabled),this._trackAuto("click",l)},!0),r.siteSearch&&this._fireSiteSearch(),r.formInteractions){let i=new WeakSet;document.addEventListener("focusin",a=>{let f=a.target&&a.target.closest?a.target.closest("form"):null;!f||i.has(f)||(i.add(f),this._trackAuto("form_start",{form_id:f.id||void 0,form_name:f.getAttribute("name")||void 0,form_action:f.action||void 0,...this._pageContext()}))}),document.addEventListener("submit",a=>{let f=a.target;f&&this._trackAuto("form_submit",{form_id:f.id||void 0,form_name:f.getAttribute("name")||void 0,form_action:f.action||void 0,form_destination:location.href,...this._pageContext()})},!0)}if(r.fileDownloads&&r.fileDownloads.extensions){let i=r.fileDownloads.extensions.map(a=>String(a).toLowerCase());document.addEventListener("click",a=>{let f=a.target&&a.target.closest?a.target.closest("a"):null;if(!f||!f.href)return;let u=f.href.split("?")[0].toLowerCase(),C=u.split(".").pop()||"";i.includes(C)&&this._trackAuto("file_download",{link_url:f.href,file_extension:C,file_name:u.split("/").pop()})},!0)}}_fireSiteSearch(){let r=this.cfg.enhancedMeasurement||{};if(!r.siteSearch)return;let i=r.siteSearch.params||["q","s","search","query"],a=new URLSearchParams(location.search),f=i.find(C=>a.get(C)),u=f?a.get(f):null;u&&u.trim()&&this._trackAuto("view_search_results",{search_term:u.trim(),search_param:f,page_path:location.pathname,...this._pageContext()})}_getTextFromElement(r){var u,C;if(!r)return null;let i=(u=r.getAttribute)==null?void 0:u.call(r,"aria-label");if(i&&i.trim())return i.trim();let a=(C=r.getAttribute)==null?void 0:C.call(r,"title");if(a&&a.trim())return a.trim();let f=(r.innerText||r.textContent||"").trim();return f?f.length>80?f.slice(0,80):f:null}_cssPath(r){if(!r||!r.tagName)return null;let i=[],a=r,f=0;for(;a&&a.nodeType===1&&f<5;){let u=a.tagName.toLowerCase();if(a.id){u+=`#${a.id}`,i.unshift(u);break}let C=a.className&&typeof a.className=="string"?a.className.trim().split(/\s+/).slice(0,2).join("."):"";C&&(u+=`.${C}`),i.unshift(u),a=a.parentElement,f++}return i.join(" > ")}_getClickTarget(r){let i=typeof r.composedPath=="function"?r.composedPath():null,a=i&&i.length?i[0]:r.target,f=(Q,g)=>Q&&Q.closest?Q.closest(g):null,u=f(a,"a[href]");if(u)return{el:u,kind:"link"};let C=f(a,'button, input[type="button"], input[type="submit"], input[type="reset"], [role="button"]');if(C)return{el:C,kind:"button"};let l=f(a,'[role="menuitem"], [role="menuitemradio"], [role="menuitemcheckbox"], [role="option"]');if(l)return{el:l,kind:"dropdown_item"};let h=f(a,'[role="link"], [tabindex]:not([tabindex="-1"]), [aria-haspopup], [contenteditable="true"]');return h?{el:h,kind:"interactive"}:null}_deviceProperties(){var u,C,l,h,Q,g,U,x;let i=new Pg(navigator.userAgent).getResult(),a=navigator.connection||navigator.mozConnection||navigator.webkitConnection,f=(C=(u=window.matchMedia)==null?void 0:u.call(window,"(prefers-color-scheme: dark)"))!=null&&C.matches?"dark":"light";return{device_type:((l=i.device)==null?void 0:l.type)||(matchMedia("(pointer:coarse)").matches?"mobile":"desktop"),os_name:((h=i.os)==null?void 0:h.name)||"not_found",os_version:((Q=i.os)==null?void 0:Q.version)||"not_found",browser_name:((g=i.browser)==null?void 0:g.name)||"not_found",browser_version:((U=i.browser)==null?void 0:U.version)||"not_found",sdk:"web",sdk_version:((x=this.cfg)==null?void 0:x.version)||"not_found",device_screen_mode:f,screen_w:String(screen.width),screen_h:String(screen.height),viewport_w:String(window.innerWidth),viewport_h:String(window.innerHeight),density:String(window.devicePixelRatio||1),color_depth:String(screen.colorDepth||"not_found"),device_language:navigator.language||"not_found",timezone:Intl.DateTimeFormat().resolvedOptions().timeZone||"not_found",cores:navigator.hardwareConcurrency!=null?String(navigator.hardwareConcurrency):"not_found",memory_gb:navigator.deviceMemory!=null?String(navigator.deviceMemory):"not_found",touch_points:navigator.maxTouchPoints!=null?String(navigator.maxTouchPoints):"0",is_data_on:navigator.onLine?"true":"false",connection_effective_type:(a==null?void 0:a.effectiveType)||"not_found",connection_downlink:(a==null?void 0:a.downlink)!=null?String(a.downlink):"not_found",connection_rtt:(a==null?void 0:a.rtt)!=null?String(a.rtt):"not_found",connection_save_data:(a==null?void 0:a.saveData)!=null?String(a.saveData):"not_found",user_agent:navigator.userAgent}}_userProperties(){let r=new URL(location.href),i=r.searchParams,a=u=>i.get(u),f="not_found";return{landing_url:r.href,referrer:[{utm_source:a("utm_source")||f},{utm_medium:a("utm_medium")||f},{utm_campaign:a("utm_campaign")||f},{utm_term:a("utm_term")||f},{utm_content:a("utm_content")||f}],gclid:a("gclid")||f,fbclid:a("fbclid")||f,msclkid:a("msclkid")||f,language_pref:navigator.language||f}}_getOrCreateDeviceId(){let r="twinalyze_device_id",i=localStorage.getItem(r);if(i)return i;let a=ZB();return localStorage.setItem(r,a),a}_pageContext(){let r="twinalyze_last_page_location",i=location.href,a=location.hostname,f=location.pathname,u=document.title,l=sessionStorage.getItem(r)||document.referrer||null,h="direct";if(l)try{h=new URL(l).hostname===a?"internal":"external"}catch{h="external"}return{page_domain:a,page_location:i,page_url:i,page_path:f,page_title:u,previous_page_location:l,previous_page_type:h}}_pageViewInfo(){let r="twinalyze_last_page_location",i="twinalyze_page_counter",a="twinalyze_last_counted_path",f=this._pageContext(),u=f.page_path,C=sessionStorage.getItem(a),l=parseInt(sessionStorage.getItem(i)||"0",10);return Number.isNaN(l)&&(l=0),C!==u?(l+=1,sessionStorage.setItem(i,String(l)),sessionStorage.setItem(a,u)):sessionStorage.setItem(i,String(l)),sessionStorage.setItem(r,f.page_location),{page_counter:l,...f}}},jB=new t0,Xg=["init","track"],Wg=Object.fromEntries(Xg.map(s=>[s,jB[s].bind(jB)]));var ec=Wg;var r0=ec;typeof window!="undefined"&&(window.twinalyze=r0,window.TwinalyzeAnalytics=r0);var Pw=r0;})();
8
+ /*! Bundled license information:
9
+
10
+ crypto-js/ripemd160.js:
11
+ (** @preserve
12
+ (c) 2012 by Cédric Mesnil. All rights reserved.
13
+
14
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
15
+
16
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
17
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
18
+
19
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20
+ *)
21
+
22
+ crypto-js/mode-ctr-gladman.js:
23
+ (** @preserve
24
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
25
+ * derived from CryptoJS.mode.CTR
26
+ * Jan Hruby jhruby.web@gmail.com
27
+ *)
28
+
29
+ html2canvas/dist/html2canvas.js:
30
+ (*!
31
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
32
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
33
+ * Released under MIT License
34
+ *)
35
+ (*! *****************************************************************************
36
+ Copyright (c) Microsoft Corporation.
37
+
38
+ Permission to use, copy, modify, and/or distribute this software for any
39
+ purpose with or without fee is hereby granted.
40
+
41
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
42
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
43
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
44
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
45
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
46
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
47
+ PERFORMANCE OF THIS SOFTWARE.
48
+ ***************************************************************************** *)
49
+ */
50
+ //# sourceMappingURL=cdn.global.min.global.js.map