@twinalyze/web-analytics 1.0.18 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
- (()=>{var bu=Object.create;var Zs=Object.defineProperty;var Du=Object.getOwnPropertyDescriptor;var Ku=Object.getOwnPropertyNames;var Lu=Object.getPrototypeOf,Su=Object.prototype.hasOwnProperty;var js=(o=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(o,{get:(i,f)=>(typeof require!="undefined"?require:i)[f]}):o)(function(o){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+o+'" is not supported')});var CA=(o,i)=>()=>(i||o((i={exports:{}}).exports,i),i.exports);var _u=(o,i,f,c)=>{if(i&&typeof i=="object"||typeof i=="function")for(let Q of Ku(i))!Su.call(o,Q)&&Q!==f&&Zs(o,Q,{get:()=>i[Q],enumerable:!(c=Du(i,Q))||c.enumerable});return o};var $s=(o,i,f)=>(f=o!=null?bu(Lu(o)):{},_u(i||!o||!o.__esModule?Zs(f,"default",{value:o,enumerable:!0}):f,o));var Aa=CA(()=>{});var dA=CA((o0,ea)=>{(function(o,i){typeof o0=="object"?ea.exports=o0=i():typeof define=="function"&&define.amd?define([],i):o.CryptoJS=i()})(o0,function(){var o=o||(function(i,f){var c;if(typeof window!="undefined"&&window.crypto&&(c=window.crypto),typeof self!="undefined"&&self.crypto&&(c=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(c=globalThis.crypto),!c&&typeof window!="undefined"&&window.msCrypto&&(c=window.msCrypto),!c&&typeof global!="undefined"&&global.crypto&&(c=global.crypto),!c&&typeof js=="function")try{c=Aa()}catch{}var Q=function(){if(c){if(typeof c.getRandomValues=="function")try{return c.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof c.randomBytes=="function")try{return c.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},d=Object.create||(function(){function x(){}return function(U){var K;return x.prototype=U,K=new x,x.prototype=null,K}})(),h={},B=h.lib={},w=B.Base=(function(){return{extend:function(x){var U=d(this);return x&&U.mixIn(x),(!U.hasOwnProperty("init")||this.init===U.init)&&(U.init=function(){U.$super.init.apply(this,arguments)}),U.init.prototype=U,U.$super=this,U},create:function(){var x=this.extend();return x.init.apply(x,arguments),x},init:function(){},mixIn:function(x){for(var U in x)x.hasOwnProperty(U)&&(this[U]=x[U]);x.hasOwnProperty("toString")&&(this.toString=x.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),F=B.WordArray=w.extend({init:function(x,U){x=this.words=x||[],U!=f?this.sigBytes=U:this.sigBytes=x.length*4},toString:function(x){return(x||v).stringify(this)},concat:function(x){var U=this.words,K=x.words,I=this.sigBytes,L=x.sigBytes;if(this.clamp(),I%4)for(var S=0;S<L;S++){var q=K[S>>>2]>>>24-S%4*8&255;U[I+S>>>2]|=q<<24-(I+S)%4*8}else for(var J=0;J<L;J+=4)U[I+J>>>2]=K[J>>>2];return this.sigBytes+=L,this},clamp:function(){var x=this.words,U=this.sigBytes;x[U>>>2]&=4294967295<<32-U%4*8,x.length=i.ceil(U/4)},clone:function(){var x=w.clone.call(this);return x.words=this.words.slice(0),x},random:function(x){for(var U=[],K=0;K<x;K+=4)U.push(Q());return new F.init(U,x)}}),l=h.enc={},v=l.Hex={stringify:function(x){for(var U=x.words,K=x.sigBytes,I=[],L=0;L<K;L++){var S=U[L>>>2]>>>24-L%4*8&255;I.push((S>>>4).toString(16)),I.push((S&15).toString(16))}return I.join("")},parse:function(x){for(var U=x.length,K=[],I=0;I<U;I+=2)K[I>>>3]|=parseInt(x.substr(I,2),16)<<24-I%8*4;return new F.init(K,U/2)}},C=l.Latin1={stringify:function(x){for(var U=x.words,K=x.sigBytes,I=[],L=0;L<K;L++){var S=U[L>>>2]>>>24-L%4*8&255;I.push(String.fromCharCode(S))}return I.join("")},parse:function(x){for(var U=x.length,K=[],I=0;I<U;I++)K[I>>>2]|=(x.charCodeAt(I)&255)<<24-I%4*8;return new F.init(K,U)}},E=l.Utf8={stringify:function(x){try{return decodeURIComponent(escape(C.stringify(x)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(x){return C.parse(unescape(encodeURIComponent(x)))}},p=B.BufferedBlockAlgorithm=w.extend({reset:function(){this._data=new F.init,this._nDataBytes=0},_append:function(x){typeof x=="string"&&(x=E.parse(x)),this._data.concat(x),this._nDataBytes+=x.sigBytes},_process:function(x){var U,K=this._data,I=K.words,L=K.sigBytes,S=this.blockSize,q=S*4,J=L/q;x?J=i.ceil(J):J=i.max((J|0)-this._minBufferSize,0);var Z=J*S,eA=i.min(Z*4,L);if(Z){for(var O=0;O<Z;O+=S)this._doProcessBlock(I,O);U=I.splice(0,Z),K.sigBytes-=eA}return new F.init(U,eA)},clone:function(){var x=w.clone.call(this);return x._data=this._data.clone(),x},_minBufferSize:0}),b=B.Hasher=p.extend({cfg:w.extend(),init:function(x){this.cfg=this.cfg.extend(x),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(x){return this._append(x),this._process(),this},finalize:function(x){x&&this._append(x);var U=this._doFinalize();return U},blockSize:512/32,_createHelper:function(x){return function(U,K){return new x.init(K).finalize(U)}},_createHmacHelper:function(x){return function(U,K){return new D.HMAC.init(x,K).finalize(U)}}}),D=h.algo={};return h})(Math);return o})});var ut=CA((B0,ra)=>{(function(o,i){typeof B0=="object"?ra.exports=B0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(B0,function(o){return(function(i){var f=o,c=f.lib,Q=c.Base,d=c.WordArray,h=f.x64={},B=h.Word=Q.extend({init:function(F,l){this.high=F,this.low=l}}),w=h.WordArray=Q.extend({init:function(F,l){F=this.words=F||[],l!=i?this.sigBytes=l:this.sigBytes=F.length*8},toX32:function(){for(var F=this.words,l=F.length,v=[],C=0;C<l;C++){var E=F[C];v.push(E.high),v.push(E.low)}return d.create(v,this.sigBytes)},clone:function(){for(var F=Q.clone.call(this),l=F.words=this.words.slice(0),v=l.length,C=0;C<v;C++)l[C]=l[C].clone();return F}})})(),o})});var na=CA((c0,ta)=>{(function(o,i){typeof c0=="object"?ta.exports=c0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(c0,function(o){return(function(){if(typeof ArrayBuffer=="function"){var i=o,f=i.lib,c=f.WordArray,Q=c.init,d=c.init=function(h){if(h instanceof ArrayBuffer&&(h=new Uint8Array(h)),(h instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&h instanceof Uint8ClampedArray||h instanceof Int16Array||h instanceof Uint16Array||h instanceof Int32Array||h instanceof Uint32Array||h instanceof Float32Array||h instanceof Float64Array)&&(h=new Uint8Array(h.buffer,h.byteOffset,h.byteLength)),h instanceof Uint8Array){for(var B=h.byteLength,w=[],F=0;F<B;F++)w[F>>>2]|=h[F]<<24-F%4*8;Q.call(this,w,B)}else Q.apply(this,arguments)};d.prototype=c}})(),o.lib.WordArray})});var sa=CA((f0,ia)=>{(function(o,i){typeof f0=="object"?ia.exports=f0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(f0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=i.enc,d=Q.Utf16=Q.Utf16BE={stringify:function(B){for(var w=B.words,F=B.sigBytes,l=[],v=0;v<F;v+=2){var C=w[v>>>2]>>>16-v%4*8&65535;l.push(String.fromCharCode(C))}return l.join("")},parse:function(B){for(var w=B.length,F=[],l=0;l<w;l++)F[l>>>1]|=B.charCodeAt(l)<<16-l%2*16;return c.create(F,w*2)}};Q.Utf16LE={stringify:function(B){for(var w=B.words,F=B.sigBytes,l=[],v=0;v<F;v+=2){var C=h(w[v>>>2]>>>16-v%4*8&65535);l.push(String.fromCharCode(C))}return l.join("")},parse:function(B){for(var w=B.length,F=[],l=0;l<w;l++)F[l>>>1]|=h(B.charCodeAt(l)<<16-l%2*16);return c.create(F,w*2)}};function h(B){return B<<8&4278255360|B>>>8&16711935}})(),o.enc.Utf16})});var Ar=CA((l0,aa)=>{(function(o,i){typeof l0=="object"?aa.exports=l0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(l0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=i.enc,d=Q.Base64={stringify:function(B){var w=B.words,F=B.sigBytes,l=this._map;B.clamp();for(var v=[],C=0;C<F;C+=3)for(var E=w[C>>>2]>>>24-C%4*8&255,p=w[C+1>>>2]>>>24-(C+1)%4*8&255,b=w[C+2>>>2]>>>24-(C+2)%4*8&255,D=E<<16|p<<8|b,x=0;x<4&&C+x*.75<F;x++)v.push(l.charAt(D>>>6*(3-x)&63));var U=l.charAt(64);if(U)for(;v.length%4;)v.push(U);return v.join("")},parse:function(B){var w=B.length,F=this._map,l=this._reverseMap;if(!l){l=this._reverseMap=[];for(var v=0;v<F.length;v++)l[F.charCodeAt(v)]=v}var C=F.charAt(64);if(C){var E=B.indexOf(C);E!==-1&&(w=E)}return h(B,w,l)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function h(B,w,F){for(var l=[],v=0,C=0;C<w;C++)if(C%4){var E=F[B.charCodeAt(C-1)]<<C%4*2,p=F[B.charCodeAt(C)]>>>6-C%4*2,b=E|p;l[v>>>2]|=b<<24-v%4*8,v++}return c.create(l,v)}})(),o.enc.Base64})});var Ba=CA((u0,oa)=>{(function(o,i){typeof u0=="object"?oa.exports=u0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(u0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=i.enc,d=Q.Base64url={stringify:function(B,w){w===void 0&&(w=!0);var F=B.words,l=B.sigBytes,v=w?this._safe_map:this._map;B.clamp();for(var C=[],E=0;E<l;E+=3)for(var p=F[E>>>2]>>>24-E%4*8&255,b=F[E+1>>>2]>>>24-(E+1)%4*8&255,D=F[E+2>>>2]>>>24-(E+2)%4*8&255,x=p<<16|b<<8|D,U=0;U<4&&E+U*.75<l;U++)C.push(v.charAt(x>>>6*(3-U)&63));var K=v.charAt(64);if(K)for(;C.length%4;)C.push(K);return C.join("")},parse:function(B,w){w===void 0&&(w=!0);var F=B.length,l=w?this._safe_map:this._map,v=this._reverseMap;if(!v){v=this._reverseMap=[];for(var C=0;C<l.length;C++)v[l.charCodeAt(C)]=C}var E=l.charAt(64);if(E){var p=B.indexOf(E);p!==-1&&(F=p)}return h(B,F,v)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function h(B,w,F){for(var l=[],v=0,C=0;C<w;C++)if(C%4){var E=F[B.charCodeAt(C-1)]<<C%4*2,p=F[B.charCodeAt(C)]>>>6-C%4*2,b=E|p;l[v>>>2]|=b<<24-v%4*8,v++}return c.create(l,v)}})(),o.enc.Base64url})});var er=CA((g0,ca)=>{(function(o,i){typeof g0=="object"?ca.exports=g0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(g0,function(o){return(function(i){var f=o,c=f.lib,Q=c.WordArray,d=c.Hasher,h=f.algo,B=[];(function(){for(var E=0;E<64;E++)B[E]=i.abs(i.sin(E+1))*4294967296|0})();var w=h.MD5=d.extend({_doReset:function(){this._hash=new Q.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(E,p){for(var b=0;b<16;b++){var D=p+b,x=E[D];E[D]=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360}var U=this._hash.words,K=E[p+0],I=E[p+1],L=E[p+2],S=E[p+3],q=E[p+4],J=E[p+5],Z=E[p+6],eA=E[p+7],O=E[p+8],Y=E[p+9],rA=E[p+10],X=E[p+11],oA=E[p+12],aA=E[p+13],lA=E[p+14],xA=E[p+15],R=U[0],P=U[1],W=U[2],V=U[3];R=F(R,P,W,V,K,7,B[0]),V=F(V,R,P,W,I,12,B[1]),W=F(W,V,R,P,L,17,B[2]),P=F(P,W,V,R,S,22,B[3]),R=F(R,P,W,V,q,7,B[4]),V=F(V,R,P,W,J,12,B[5]),W=F(W,V,R,P,Z,17,B[6]),P=F(P,W,V,R,eA,22,B[7]),R=F(R,P,W,V,O,7,B[8]),V=F(V,R,P,W,Y,12,B[9]),W=F(W,V,R,P,rA,17,B[10]),P=F(P,W,V,R,X,22,B[11]),R=F(R,P,W,V,oA,7,B[12]),V=F(V,R,P,W,aA,12,B[13]),W=F(W,V,R,P,lA,17,B[14]),P=F(P,W,V,R,xA,22,B[15]),R=l(R,P,W,V,I,5,B[16]),V=l(V,R,P,W,Z,9,B[17]),W=l(W,V,R,P,X,14,B[18]),P=l(P,W,V,R,K,20,B[19]),R=l(R,P,W,V,J,5,B[20]),V=l(V,R,P,W,rA,9,B[21]),W=l(W,V,R,P,xA,14,B[22]),P=l(P,W,V,R,q,20,B[23]),R=l(R,P,W,V,Y,5,B[24]),V=l(V,R,P,W,lA,9,B[25]),W=l(W,V,R,P,S,14,B[26]),P=l(P,W,V,R,O,20,B[27]),R=l(R,P,W,V,aA,5,B[28]),V=l(V,R,P,W,L,9,B[29]),W=l(W,V,R,P,eA,14,B[30]),P=l(P,W,V,R,oA,20,B[31]),R=v(R,P,W,V,J,4,B[32]),V=v(V,R,P,W,O,11,B[33]),W=v(W,V,R,P,X,16,B[34]),P=v(P,W,V,R,lA,23,B[35]),R=v(R,P,W,V,I,4,B[36]),V=v(V,R,P,W,q,11,B[37]),W=v(W,V,R,P,eA,16,B[38]),P=v(P,W,V,R,rA,23,B[39]),R=v(R,P,W,V,aA,4,B[40]),V=v(V,R,P,W,K,11,B[41]),W=v(W,V,R,P,S,16,B[42]),P=v(P,W,V,R,Z,23,B[43]),R=v(R,P,W,V,Y,4,B[44]),V=v(V,R,P,W,oA,11,B[45]),W=v(W,V,R,P,xA,16,B[46]),P=v(P,W,V,R,L,23,B[47]),R=C(R,P,W,V,K,6,B[48]),V=C(V,R,P,W,eA,10,B[49]),W=C(W,V,R,P,lA,15,B[50]),P=C(P,W,V,R,J,21,B[51]),R=C(R,P,W,V,oA,6,B[52]),V=C(V,R,P,W,S,10,B[53]),W=C(W,V,R,P,rA,15,B[54]),P=C(P,W,V,R,I,21,B[55]),R=C(R,P,W,V,O,6,B[56]),V=C(V,R,P,W,xA,10,B[57]),W=C(W,V,R,P,Z,15,B[58]),P=C(P,W,V,R,aA,21,B[59]),R=C(R,P,W,V,q,6,B[60]),V=C(V,R,P,W,X,10,B[61]),W=C(W,V,R,P,L,15,B[62]),P=C(P,W,V,R,Y,21,B[63]),U[0]=U[0]+R|0,U[1]=U[1]+P|0,U[2]=U[2]+W|0,U[3]=U[3]+V|0},_doFinalize:function(){var E=this._data,p=E.words,b=this._nDataBytes*8,D=E.sigBytes*8;p[D>>>5]|=128<<24-D%32;var x=i.floor(b/4294967296),U=b;p[(D+64>>>9<<4)+15]=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,p[(D+64>>>9<<4)+14]=(U<<8|U>>>24)&16711935|(U<<24|U>>>8)&4278255360,E.sigBytes=(p.length+1)*4,this._process();for(var K=this._hash,I=K.words,L=0;L<4;L++){var S=I[L];I[L]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}return K},clone:function(){var E=d.clone.call(this);return E._hash=this._hash.clone(),E}});function F(E,p,b,D,x,U,K){var I=E+(p&b|~p&D)+x+K;return(I<<U|I>>>32-U)+p}function l(E,p,b,D,x,U,K){var I=E+(p&D|b&~D)+x+K;return(I<<U|I>>>32-U)+p}function v(E,p,b,D,x,U,K){var I=E+(p^b^D)+x+K;return(I<<U|I>>>32-U)+p}function C(E,p,b,D,x,U,K){var I=E+(b^(p|~D))+x+K;return(I<<U|I>>>32-U)+p}f.MD5=d._createHelper(w),f.HmacMD5=d._createHmacHelper(w)})(Math),o.MD5})});var Gn=CA((w0,fa)=>{(function(o,i){typeof w0=="object"?fa.exports=w0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(w0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=f.Hasher,d=i.algo,h=[],B=d.SHA1=Q.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(w,F){for(var l=this._hash.words,v=l[0],C=l[1],E=l[2],p=l[3],b=l[4],D=0;D<80;D++){if(D<16)h[D]=w[F+D]|0;else{var x=h[D-3]^h[D-8]^h[D-14]^h[D-16];h[D]=x<<1|x>>>31}var U=(v<<5|v>>>27)+b+h[D];D<20?U+=(C&E|~C&p)+1518500249:D<40?U+=(C^E^p)+1859775393:D<60?U+=(C&E|C&p|E&p)-1894007588:U+=(C^E^p)-899497514,b=p,p=E,E=C<<30|C>>>2,C=v,v=U}l[0]=l[0]+v|0,l[1]=l[1]+C|0,l[2]=l[2]+E|0,l[3]=l[3]+p|0,l[4]=l[4]+b|0},_doFinalize:function(){var w=this._data,F=w.words,l=this._nDataBytes*8,v=w.sigBytes*8;return F[v>>>5]|=128<<24-v%32,F[(v+64>>>9<<4)+14]=Math.floor(l/4294967296),F[(v+64>>>9<<4)+15]=l,w.sigBytes=F.length*4,this._process(),this._hash},clone:function(){var w=Q.clone.call(this);return w._hash=this._hash.clone(),w}});i.SHA1=Q._createHelper(B),i.HmacSHA1=Q._createHmacHelper(B)})(),o.SHA1})});var C0=CA((h0,la)=>{(function(o,i){typeof h0=="object"?la.exports=h0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(h0,function(o){return(function(i){var f=o,c=f.lib,Q=c.WordArray,d=c.Hasher,h=f.algo,B=[],w=[];(function(){function v(b){for(var D=i.sqrt(b),x=2;x<=D;x++)if(!(b%x))return!1;return!0}function C(b){return(b-(b|0))*4294967296|0}for(var E=2,p=0;p<64;)v(E)&&(p<8&&(B[p]=C(i.pow(E,1/2))),w[p]=C(i.pow(E,1/3)),p++),E++})();var F=[],l=h.SHA256=d.extend({_doReset:function(){this._hash=new Q.init(B.slice(0))},_doProcessBlock:function(v,C){for(var E=this._hash.words,p=E[0],b=E[1],D=E[2],x=E[3],U=E[4],K=E[5],I=E[6],L=E[7],S=0;S<64;S++){if(S<16)F[S]=v[C+S]|0;else{var q=F[S-15],J=(q<<25|q>>>7)^(q<<14|q>>>18)^q>>>3,Z=F[S-2],eA=(Z<<15|Z>>>17)^(Z<<13|Z>>>19)^Z>>>10;F[S]=J+F[S-7]+eA+F[S-16]}var O=U&K^~U&I,Y=p&b^p&D^b&D,rA=(p<<30|p>>>2)^(p<<19|p>>>13)^(p<<10|p>>>22),X=(U<<26|U>>>6)^(U<<21|U>>>11)^(U<<7|U>>>25),oA=L+X+O+w[S]+F[S],aA=rA+Y;L=I,I=K,K=U,U=x+oA|0,x=D,D=b,b=p,p=oA+aA|0}E[0]=E[0]+p|0,E[1]=E[1]+b|0,E[2]=E[2]+D|0,E[3]=E[3]+x|0,E[4]=E[4]+U|0,E[5]=E[5]+K|0,E[6]=E[6]+I|0,E[7]=E[7]+L|0},_doFinalize:function(){var v=this._data,C=v.words,E=this._nDataBytes*8,p=v.sigBytes*8;return C[p>>>5]|=128<<24-p%32,C[(p+64>>>9<<4)+14]=i.floor(E/4294967296),C[(p+64>>>9<<4)+15]=E,v.sigBytes=C.length*4,this._process(),this._hash},clone:function(){var v=d.clone.call(this);return v._hash=this._hash.clone(),v}});f.SHA256=d._createHelper(l),f.HmacSHA256=d._createHmacHelper(l)})(Math),o.SHA256})});var ga=CA((x0,ua)=>{(function(o,i,f){typeof x0=="object"?ua.exports=x0=i(dA(),C0()):typeof define=="function"&&define.amd?define(["./core","./sha256"],i):i(o.CryptoJS)})(x0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=i.algo,d=Q.SHA256,h=Q.SHA224=d.extend({_doReset:function(){this._hash=new c.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var B=d._doFinalize.call(this);return B.sigBytes-=4,B}});i.SHA224=d._createHelper(h),i.HmacSHA224=d._createHmacHelper(h)})(),o.SHA224})});var Nn=CA((d0,wa)=>{(function(o,i,f){typeof d0=="object"?wa.exports=d0=i(dA(),ut()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],i):i(o.CryptoJS)})(d0,function(o){return(function(){var i=o,f=i.lib,c=f.Hasher,Q=i.x64,d=Q.Word,h=Q.WordArray,B=i.algo;function w(){return d.create.apply(d,arguments)}var F=[w(1116352408,3609767458),w(1899447441,602891725),w(3049323471,3964484399),w(3921009573,2173295548),w(961987163,4081628472),w(1508970993,3053834265),w(2453635748,2937671579),w(2870763221,3664609560),w(3624381080,2734883394),w(310598401,1164996542),w(607225278,1323610764),w(1426881987,3590304994),w(1925078388,4068182383),w(2162078206,991336113),w(2614888103,633803317),w(3248222580,3479774868),w(3835390401,2666613458),w(4022224774,944711139),w(264347078,2341262773),w(604807628,2007800933),w(770255983,1495990901),w(1249150122,1856431235),w(1555081692,3175218132),w(1996064986,2198950837),w(2554220882,3999719339),w(2821834349,766784016),w(2952996808,2566594879),w(3210313671,3203337956),w(3336571891,1034457026),w(3584528711,2466948901),w(113926993,3758326383),w(338241895,168717936),w(666307205,1188179964),w(773529912,1546045734),w(1294757372,1522805485),w(1396182291,2643833823),w(1695183700,2343527390),w(1986661051,1014477480),w(2177026350,1206759142),w(2456956037,344077627),w(2730485921,1290863460),w(2820302411,3158454273),w(3259730800,3505952657),w(3345764771,106217008),w(3516065817,3606008344),w(3600352804,1432725776),w(4094571909,1467031594),w(275423344,851169720),w(430227734,3100823752),w(506948616,1363258195),w(659060556,3750685593),w(883997877,3785050280),w(958139571,3318307427),w(1322822218,3812723403),w(1537002063,2003034995),w(1747873779,3602036899),w(1955562222,1575990012),w(2024104815,1125592928),w(2227730452,2716904306),w(2361852424,442776044),w(2428436474,593698344),w(2756734187,3733110249),w(3204031479,2999351573),w(3329325298,3815920427),w(3391569614,3928383900),w(3515267271,566280711),w(3940187606,3454069534),w(4118630271,4000239992),w(116418474,1914138554),w(174292421,2731055270),w(289380356,3203993006),w(460393269,320620315),w(685471733,587496836),w(852142971,1086792851),w(1017036298,365543100),w(1126000580,2618297676),w(1288033470,3409855158),w(1501505948,4234509866),w(1607167915,987167468),w(1816402316,1246189591)],l=[];(function(){for(var C=0;C<80;C++)l[C]=w()})();var v=B.SHA512=c.extend({_doReset:function(){this._hash=new h.init([new d.init(1779033703,4089235720),new d.init(3144134277,2227873595),new d.init(1013904242,4271175723),new d.init(2773480762,1595750129),new d.init(1359893119,2917565137),new d.init(2600822924,725511199),new d.init(528734635,4215389547),new d.init(1541459225,327033209)])},_doProcessBlock:function(C,E){for(var p=this._hash.words,b=p[0],D=p[1],x=p[2],U=p[3],K=p[4],I=p[5],L=p[6],S=p[7],q=b.high,J=b.low,Z=D.high,eA=D.low,O=x.high,Y=x.low,rA=U.high,X=U.low,oA=K.high,aA=K.low,lA=I.high,xA=I.low,R=L.high,P=L.low,W=S.high,V=S.low,mA=q,pA=J,TA=Z,gA=eA,Se=O,_e=Y,vr=rA,Te=X,ne=oA,PA=aA,sr=lA,Oe=xA,ar=R,zA=P,or=W,Re=V,XA=0;XA<80;XA++){var qA,ZA,Me=l[XA];if(XA<16)ZA=Me.high=C[E+XA*2]|0,qA=Me.low=C[E+XA*2+1]|0;else{var Br=l[XA-15],ae=Br.high,cr=Br.low,pt=(ae>>>1|cr<<31)^(ae>>>8|cr<<24)^ae>>>7,pr=(cr>>>1|ae<<31)^(cr>>>8|ae<<24)^(cr>>>7|ae<<25),ke=l[XA-2],Ce=ke.high,oe=ke.low,WA=(Ce>>>19|oe<<13)^(Ce<<3|oe>>>29)^Ce>>>6,Ge=(oe>>>19|Ce<<13)^(oe<<3|Ce>>>29)^(oe>>>6|Ce<<26),Ne=l[XA-7],Ve=Ne.high,rn=Ne.low,xe=l[XA-16],tn=xe.high,fr=xe.low;qA=pr+rn,ZA=pt+Ve+(qA>>>0<pr>>>0?1:0),qA=qA+Ge,ZA=ZA+WA+(qA>>>0<Ge>>>0?1:0),qA=qA+fr,ZA=ZA+tn+(qA>>>0<fr>>>0?1:0),Me.high=ZA,Me.low=qA}var Er=ne&sr^~ne&ar,Hr=PA&Oe^~PA&zA,qr=mA&TA^mA&Se^TA&Se,Zr=pA&gA^pA&_e^gA&_e,lr=(mA>>>28|pA<<4)^(mA<<30|pA>>>2)^(mA<<25|pA>>>7),yr=(pA>>>28|mA<<4)^(pA<<30|mA>>>2)^(pA<<25|mA>>>7),mr=(ne>>>14|PA<<18)^(ne>>>18|PA<<14)^(ne<<23|PA>>>9),Ir=(PA>>>14|ne<<18)^(PA>>>18|ne<<14)^(PA<<23|ne>>>9),br=F[XA],Et=br.high,Ht=br.low,JA=Re+Ir,ue=or+mr+(JA>>>0<Re>>>0?1:0),JA=JA+Hr,ue=ue+Er+(JA>>>0<Hr>>>0?1:0),JA=JA+Ht,ue=ue+Et+(JA>>>0<Ht>>>0?1:0),JA=JA+qA,ue=ue+ZA+(JA>>>0<qA>>>0?1:0),hA=yr+Zr,Dr=lr+qr+(hA>>>0<yr>>>0?1:0);or=ar,Re=zA,ar=sr,zA=Oe,sr=ne,Oe=PA,PA=Te+JA|0,ne=vr+ue+(PA>>>0<Te>>>0?1:0)|0,vr=Se,Te=_e,Se=TA,_e=gA,TA=mA,gA=pA,pA=JA+hA|0,mA=ue+Dr+(pA>>>0<JA>>>0?1:0)|0}J=b.low=J+pA,b.high=q+mA+(J>>>0<pA>>>0?1:0),eA=D.low=eA+gA,D.high=Z+TA+(eA>>>0<gA>>>0?1:0),Y=x.low=Y+_e,x.high=O+Se+(Y>>>0<_e>>>0?1:0),X=U.low=X+Te,U.high=rA+vr+(X>>>0<Te>>>0?1:0),aA=K.low=aA+PA,K.high=oA+ne+(aA>>>0<PA>>>0?1:0),xA=I.low=xA+Oe,I.high=lA+sr+(xA>>>0<Oe>>>0?1:0),P=L.low=P+zA,L.high=R+ar+(P>>>0<zA>>>0?1:0),V=S.low=V+Re,S.high=W+or+(V>>>0<Re>>>0?1:0)},_doFinalize:function(){var C=this._data,E=C.words,p=this._nDataBytes*8,b=C.sigBytes*8;E[b>>>5]|=128<<24-b%32,E[(b+128>>>10<<5)+30]=Math.floor(p/4294967296),E[(b+128>>>10<<5)+31]=p,C.sigBytes=E.length*4,this._process();var D=this._hash.toX32();return D},clone:function(){var C=c.clone.call(this);return C._hash=this._hash.clone(),C},blockSize:1024/32});i.SHA512=c._createHelper(v),i.HmacSHA512=c._createHmacHelper(v)})(),o.SHA512})});var Ca=CA((Q0,ha)=>{(function(o,i,f){typeof Q0=="object"?ha.exports=Q0=i(dA(),ut(),Nn()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./sha512"],i):i(o.CryptoJS)})(Q0,function(o){return(function(){var i=o,f=i.x64,c=f.Word,Q=f.WordArray,d=i.algo,h=d.SHA512,B=d.SHA384=h.extend({_doReset:function(){this._hash=new Q.init([new c.init(3418070365,3238371032),new c.init(1654270250,914150663),new c.init(2438529370,812702999),new c.init(355462360,4144912697),new c.init(1731405415,4290775857),new c.init(2394180231,1750603025),new c.init(3675008525,1694076839),new c.init(1203062813,3204075428)])},_doFinalize:function(){var w=h._doFinalize.call(this);return w.sigBytes-=16,w}});i.SHA384=h._createHelper(B),i.HmacSHA384=h._createHmacHelper(B)})(),o.SHA384})});var da=CA((F0,xa)=>{(function(o,i,f){typeof F0=="object"?xa.exports=F0=i(dA(),ut()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],i):i(o.CryptoJS)})(F0,function(o){return(function(i){var f=o,c=f.lib,Q=c.WordArray,d=c.Hasher,h=f.x64,B=h.Word,w=f.algo,F=[],l=[],v=[];(function(){for(var p=1,b=0,D=0;D<24;D++){F[p+5*b]=(D+1)*(D+2)/2%64;var x=b%5,U=(2*p+3*b)%5;p=x,b=U}for(var p=0;p<5;p++)for(var b=0;b<5;b++)l[p+5*b]=b+(2*p+3*b)%5*5;for(var K=1,I=0;I<24;I++){for(var L=0,S=0,q=0;q<7;q++){if(K&1){var J=(1<<q)-1;J<32?S^=1<<J:L^=1<<J-32}K&128?K=K<<1^113:K<<=1}v[I]=B.create(L,S)}})();var C=[];(function(){for(var p=0;p<25;p++)C[p]=B.create()})();var E=w.SHA3=d.extend({cfg:d.cfg.extend({outputLength:512}),_doReset:function(){for(var p=this._state=[],b=0;b<25;b++)p[b]=new B.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(p,b){for(var D=this._state,x=this.blockSize/2,U=0;U<x;U++){var K=p[b+2*U],I=p[b+2*U+1];K=(K<<8|K>>>24)&16711935|(K<<24|K>>>8)&4278255360,I=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360;var L=D[U];L.high^=I,L.low^=K}for(var S=0;S<24;S++){for(var q=0;q<5;q++){for(var J=0,Z=0,eA=0;eA<5;eA++){var L=D[q+5*eA];J^=L.high,Z^=L.low}var O=C[q];O.high=J,O.low=Z}for(var q=0;q<5;q++)for(var Y=C[(q+4)%5],rA=C[(q+1)%5],X=rA.high,oA=rA.low,J=Y.high^(X<<1|oA>>>31),Z=Y.low^(oA<<1|X>>>31),eA=0;eA<5;eA++){var L=D[q+5*eA];L.high^=J,L.low^=Z}for(var aA=1;aA<25;aA++){var J,Z,L=D[aA],lA=L.high,xA=L.low,R=F[aA];R<32?(J=lA<<R|xA>>>32-R,Z=xA<<R|lA>>>32-R):(J=xA<<R-32|lA>>>64-R,Z=lA<<R-32|xA>>>64-R);var P=C[l[aA]];P.high=J,P.low=Z}var W=C[0],V=D[0];W.high=V.high,W.low=V.low;for(var q=0;q<5;q++)for(var eA=0;eA<5;eA++){var aA=q+5*eA,L=D[aA],mA=C[aA],pA=C[(q+1)%5+5*eA],TA=C[(q+2)%5+5*eA];L.high=mA.high^~pA.high&TA.high,L.low=mA.low^~pA.low&TA.low}var L=D[0],gA=v[S];L.high^=gA.high,L.low^=gA.low}},_doFinalize:function(){var p=this._data,b=p.words,D=this._nDataBytes*8,x=p.sigBytes*8,U=this.blockSize*32;b[x>>>5]|=1<<24-x%32,b[(i.ceil((x+1)/U)*U>>>5)-1]|=128,p.sigBytes=b.length*4,this._process();for(var K=this._state,I=this.cfg.outputLength/8,L=I/8,S=[],q=0;q<L;q++){var J=K[q],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,S.push(eA),S.push(Z)}return new Q.init(S,I)},clone:function(){for(var p=d.clone.call(this),b=p._state=this._state.slice(0),D=0;D<25;D++)b[D]=b[D].clone();return p}});f.SHA3=d._createHelper(E),f.HmacSHA3=d._createHmacHelper(E)})(Math),o.SHA3})});var Fa=CA((U0,Qa)=>{(function(o,i){typeof U0=="object"?Qa.exports=U0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(U0,function(o){return(function(i){var f=o,c=f.lib,Q=c.WordArray,d=c.Hasher,h=f.algo,B=Q.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]),w=Q.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]),F=Q.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]),l=Q.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]),v=Q.create([0,1518500249,1859775393,2400959708,2840853838]),C=Q.create([1352829926,1548603684,1836072691,2053994217,0]),E=h.RIPEMD160=d.extend({_doReset:function(){this._hash=Q.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(I,L){for(var S=0;S<16;S++){var q=L+S,J=I[q];I[q]=(J<<8|J>>>24)&16711935|(J<<24|J>>>8)&4278255360}var Z=this._hash.words,eA=v.words,O=C.words,Y=B.words,rA=w.words,X=F.words,oA=l.words,aA,lA,xA,R,P,W,V,mA,pA,TA;W=aA=Z[0],V=lA=Z[1],mA=xA=Z[2],pA=R=Z[3],TA=P=Z[4];for(var gA,S=0;S<80;S+=1)gA=aA+I[L+Y[S]]|0,S<16?gA+=p(lA,xA,R)+eA[0]:S<32?gA+=b(lA,xA,R)+eA[1]:S<48?gA+=D(lA,xA,R)+eA[2]:S<64?gA+=x(lA,xA,R)+eA[3]:gA+=U(lA,xA,R)+eA[4],gA=gA|0,gA=K(gA,X[S]),gA=gA+P|0,aA=P,P=R,R=K(xA,10),xA=lA,lA=gA,gA=W+I[L+rA[S]]|0,S<16?gA+=U(V,mA,pA)+O[0]:S<32?gA+=x(V,mA,pA)+O[1]:S<48?gA+=D(V,mA,pA)+O[2]:S<64?gA+=b(V,mA,pA)+O[3]:gA+=p(V,mA,pA)+O[4],gA=gA|0,gA=K(gA,oA[S]),gA=gA+TA|0,W=TA,TA=pA,pA=K(mA,10),mA=V,V=gA;gA=Z[1]+xA+pA|0,Z[1]=Z[2]+R+TA|0,Z[2]=Z[3]+P+W|0,Z[3]=Z[4]+aA+V|0,Z[4]=Z[0]+lA+mA|0,Z[0]=gA},_doFinalize:function(){var I=this._data,L=I.words,S=this._nDataBytes*8,q=I.sigBytes*8;L[q>>>5]|=128<<24-q%32,L[(q+64>>>9<<4)+14]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,I.sigBytes=(L.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 I=d.clone.call(this);return I._hash=this._hash.clone(),I}});function p(I,L,S){return I^L^S}function b(I,L,S){return I&L|~I&S}function D(I,L,S){return(I|~L)^S}function x(I,L,S){return I&S|L&~S}function U(I,L,S){return I^(L|~S)}function K(I,L){return I<<L|I>>>32-L}f.RIPEMD160=d._createHelper(E),f.HmacRIPEMD160=d._createHmacHelper(E)})(Math),o.RIPEMD160})});var p0=CA((v0,Ua)=>{(function(o,i){typeof v0=="object"?Ua.exports=v0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(v0,function(o){(function(){var i=o,f=i.lib,c=f.Base,Q=i.enc,d=Q.Utf8,h=i.algo,B=h.HMAC=c.extend({init:function(w,F){w=this._hasher=new w.init,typeof F=="string"&&(F=d.parse(F));var l=w.blockSize,v=l*4;F.sigBytes>v&&(F=w.finalize(F)),F.clamp();for(var C=this._oKey=F.clone(),E=this._iKey=F.clone(),p=C.words,b=E.words,D=0;D<l;D++)p[D]^=1549556828,b[D]^=909522486;C.sigBytes=E.sigBytes=v,this.reset()},reset:function(){var w=this._hasher;w.reset(),w.update(this._iKey)},update:function(w){return this._hasher.update(w),this},finalize:function(w){var F=this._hasher,l=F.finalize(w);F.reset();var v=F.finalize(this._oKey.clone().concat(l));return v}})})()})});var pa=CA((E0,va)=>{(function(o,i,f){typeof E0=="object"?va.exports=E0=i(dA(),C0(),p0()):typeof define=="function"&&define.amd?define(["./core","./sha256","./hmac"],i):i(o.CryptoJS)})(E0,function(o){return(function(){var i=o,f=i.lib,c=f.Base,Q=f.WordArray,d=i.algo,h=d.SHA256,B=d.HMAC,w=d.PBKDF2=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:25e4}),init:function(F){this.cfg=this.cfg.extend(F)},compute:function(F,l){for(var v=this.cfg,C=B.create(v.hasher,F),E=Q.create(),p=Q.create([1]),b=E.words,D=p.words,x=v.keySize,U=v.iterations;b.length<x;){var K=C.update(l).finalize(p);C.reset();for(var I=K.words,L=I.length,S=K,q=1;q<U;q++){S=C.finalize(S),C.reset();for(var J=S.words,Z=0;Z<L;Z++)I[Z]^=J[Z]}E.concat(K),D[0]++}return E.sigBytes=x*4,E}});i.PBKDF2=function(F,l,v){return w.create(v).compute(F,l)}})(),o.PBKDF2})});var De=CA((H0,Ea)=>{(function(o,i,f){typeof H0=="object"?Ea.exports=H0=i(dA(),Gn(),p0()):typeof define=="function"&&define.amd?define(["./core","./sha1","./hmac"],i):i(o.CryptoJS)})(H0,function(o){return(function(){var i=o,f=i.lib,c=f.Base,Q=f.WordArray,d=i.algo,h=d.MD5,B=d.EvpKDF=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:1}),init:function(w){this.cfg=this.cfg.extend(w)},compute:function(w,F){for(var l,v=this.cfg,C=v.hasher.create(),E=Q.create(),p=E.words,b=v.keySize,D=v.iterations;p.length<b;){l&&C.update(l),l=C.update(w).finalize(F),C.reset();for(var x=1;x<D;x++)l=C.finalize(l),C.reset();E.concat(l)}return E.sigBytes=b*4,E}});i.EvpKDF=function(w,F,l){return B.create(l).compute(w,F)}})(),o.EvpKDF})});var RA=CA((y0,Ha)=>{(function(o,i,f){typeof y0=="object"?Ha.exports=y0=i(dA(),De()):typeof define=="function"&&define.amd?define(["./core","./evpkdf"],i):i(o.CryptoJS)})(y0,function(o){o.lib.Cipher||(function(i){var f=o,c=f.lib,Q=c.Base,d=c.WordArray,h=c.BufferedBlockAlgorithm,B=f.enc,w=B.Utf8,F=B.Base64,l=f.algo,v=l.EvpKDF,C=c.Cipher=h.extend({cfg:Q.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,rA){this.cfg=this.cfg.extend(rA),this._xformMode=O,this._key=Y,this.reset()},reset:function(){h.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:q}return function(Y){return{encrypt:function(rA,X,oA){return O(X).encrypt(Y,rA,X,oA)},decrypt:function(rA,X,oA){return O(X).decrypt(Y,rA,X,oA)}}}})()}),E=c.StreamCipher=C.extend({_doFinalize:function(){var O=this._process(!0);return O},blockSize:1}),p=f.mode={},b=c.BlockCipherMode=Q.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=p.CBC=(function(){var O=b.extend();O.Encryptor=O.extend({processBlock:function(rA,X){var oA=this._cipher,aA=oA.blockSize;Y.call(this,rA,X,aA),oA.encryptBlock(rA,X),this._prevBlock=rA.slice(X,X+aA)}}),O.Decryptor=O.extend({processBlock:function(rA,X){var oA=this._cipher,aA=oA.blockSize,lA=rA.slice(X,X+aA);oA.decryptBlock(rA,X),Y.call(this,rA,X,aA),this._prevBlock=lA}});function Y(rA,X,oA){var aA,lA=this._iv;lA?(aA=lA,this._iv=i):aA=this._prevBlock;for(var xA=0;xA<oA;xA++)rA[X+xA]^=aA[xA]}return O})(),x=f.pad={},U=x.Pkcs7={pad:function(O,Y){for(var rA=Y*4,X=rA-O.sigBytes%rA,oA=X<<24|X<<16|X<<8|X,aA=[],lA=0;lA<X;lA+=4)aA.push(oA);var xA=d.create(aA,X);O.concat(xA)},unpad:function(O){var Y=O.words[O.sigBytes-1>>>2]&255;O.sigBytes-=Y}},K=c.BlockCipher=C.extend({cfg:C.cfg.extend({mode:D,padding:U}),reset:function(){var O;C.reset.call(this);var Y=this.cfg,rA=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,rA&&rA.words):(this._mode=O.call(X,this,rA&&rA.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}),I=c.CipherParams=Q.extend({init:function(O){this.mixIn(O)},toString:function(O){return(O||this.formatter).stringify(this)}}),L=f.format={},S=L.OpenSSL={stringify:function(O){var Y,rA=O.ciphertext,X=O.salt;return X?Y=d.create([1398893684,1701076831]).concat(X).concat(rA):Y=rA,Y.toString(F)},parse:function(O){var Y,rA=F.parse(O),X=rA.words;return X[0]==1398893684&&X[1]==1701076831&&(Y=d.create(X.slice(2,4)),X.splice(0,4),rA.sigBytes-=16),I.create({ciphertext:rA,salt:Y})}},q=c.SerializableCipher=Q.extend({cfg:Q.extend({format:S}),encrypt:function(O,Y,rA,X){X=this.cfg.extend(X);var oA=O.createEncryptor(rA,X),aA=oA.finalize(Y),lA=oA.cfg;return I.create({ciphertext:aA,key:rA,iv:lA.iv,algorithm:O,mode:lA.mode,padding:lA.padding,blockSize:O.blockSize,formatter:X.format})},decrypt:function(O,Y,rA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var oA=O.createDecryptor(rA,X).finalize(Y.ciphertext);return oA},_parse:function(O,Y){return typeof O=="string"?Y.parse(O,this):O}}),J=f.kdf={},Z=J.OpenSSL={execute:function(O,Y,rA,X,oA){if(X||(X=d.random(64/8)),oA)var aA=v.create({keySize:Y+rA,hasher:oA}).compute(O,X);else var aA=v.create({keySize:Y+rA}).compute(O,X);var lA=d.create(aA.words.slice(Y),rA*4);return aA.sigBytes=Y*4,I.create({key:aA,iv:lA,salt:X})}},eA=c.PasswordBasedCipher=q.extend({cfg:q.cfg.extend({kdf:Z}),encrypt:function(O,Y,rA,X){X=this.cfg.extend(X);var oA=X.kdf.execute(rA,O.keySize,O.ivSize,X.salt,X.hasher);X.iv=oA.iv;var aA=q.encrypt.call(this,O,Y,oA.key,X);return aA.mixIn(oA),aA},decrypt:function(O,Y,rA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var oA=X.kdf.execute(rA,O.keySize,O.ivSize,Y.salt,X.hasher);X.iv=oA.iv;var aA=q.decrypt.call(this,O,Y,oA.key,X);return aA}})})()})});var ma=CA((m0,ya)=>{(function(o,i,f){typeof m0=="object"?ya.exports=m0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(m0,function(o){return o.mode.CFB=(function(){var i=o.lib.BlockCipherMode.extend();i.Encryptor=i.extend({processBlock:function(c,Q){var d=this._cipher,h=d.blockSize;f.call(this,c,Q,h,d),this._prevBlock=c.slice(Q,Q+h)}}),i.Decryptor=i.extend({processBlock:function(c,Q){var d=this._cipher,h=d.blockSize,B=c.slice(Q,Q+h);f.call(this,c,Q,h,d),this._prevBlock=B}});function f(c,Q,d,h){var B,w=this._iv;w?(B=w.slice(0),this._iv=void 0):B=this._prevBlock,h.encryptBlock(B,0);for(var F=0;F<d;F++)c[Q+F]^=B[F]}return i})(),o.mode.CFB})});var ba=CA((I0,Ia)=>{(function(o,i,f){typeof I0=="object"?Ia.exports=I0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(I0,function(o){return o.mode.CTR=(function(){var i=o.lib.BlockCipherMode.extend(),f=i.Encryptor=i.extend({processBlock:function(c,Q){var d=this._cipher,h=d.blockSize,B=this._iv,w=this._counter;B&&(w=this._counter=B.slice(0),this._iv=void 0);var F=w.slice(0);d.encryptBlock(F,0),w[h-1]=w[h-1]+1|0;for(var l=0;l<h;l++)c[Q+l]^=F[l]}});return i.Decryptor=f,i})(),o.mode.CTR})});var Ka=CA((b0,Da)=>{(function(o,i,f){typeof b0=="object"?Da.exports=b0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(b0,function(o){return o.mode.CTRGladman=(function(){var i=o.lib.BlockCipherMode.extend();function f(d){if((d>>24&255)===255){var h=d>>16&255,B=d>>8&255,w=d&255;h===255?(h=0,B===255?(B=0,w===255?w=0:++w):++B):++h,d=0,d+=h<<16,d+=B<<8,d+=w}else d+=1<<24;return d}function c(d){return(d[0]=f(d[0]))===0&&(d[1]=f(d[1])),d}var Q=i.Encryptor=i.extend({processBlock:function(d,h){var B=this._cipher,w=B.blockSize,F=this._iv,l=this._counter;F&&(l=this._counter=F.slice(0),this._iv=void 0),c(l);var v=l.slice(0);B.encryptBlock(v,0);for(var C=0;C<w;C++)d[h+C]^=v[C]}});return i.Decryptor=Q,i})(),o.mode.CTRGladman})});var Sa=CA((D0,La)=>{(function(o,i,f){typeof D0=="object"?La.exports=D0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(D0,function(o){return o.mode.OFB=(function(){var i=o.lib.BlockCipherMode.extend(),f=i.Encryptor=i.extend({processBlock:function(c,Q){var d=this._cipher,h=d.blockSize,B=this._iv,w=this._keystream;B&&(w=this._keystream=B.slice(0),this._iv=void 0),d.encryptBlock(w,0);for(var F=0;F<h;F++)c[Q+F]^=w[F]}});return i.Decryptor=f,i})(),o.mode.OFB})});var Ta=CA((K0,_a)=>{(function(o,i,f){typeof K0=="object"?_a.exports=K0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(K0,function(o){return o.mode.ECB=(function(){var i=o.lib.BlockCipherMode.extend();return i.Encryptor=i.extend({processBlock:function(f,c){this._cipher.encryptBlock(f,c)}}),i.Decryptor=i.extend({processBlock:function(f,c){this._cipher.decryptBlock(f,c)}}),i})(),o.mode.ECB})});var Ra=CA((L0,Oa)=>{(function(o,i,f){typeof L0=="object"?Oa.exports=L0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(L0,function(o){return o.pad.AnsiX923={pad:function(i,f){var c=i.sigBytes,Q=f*4,d=Q-c%Q,h=c+d-1;i.clamp(),i.words[h>>>2]|=d<<24-h%4*8,i.sigBytes+=d},unpad:function(i){var f=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=f}},o.pad.Ansix923})});var ka=CA((S0,Ma)=>{(function(o,i,f){typeof S0=="object"?Ma.exports=S0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(S0,function(o){return o.pad.Iso10126={pad:function(i,f){var c=f*4,Q=c-i.sigBytes%c;i.concat(o.lib.WordArray.random(Q-1)).concat(o.lib.WordArray.create([Q<<24],1))},unpad:function(i){var f=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=f}},o.pad.Iso10126})});var Na=CA((_0,Ga)=>{(function(o,i,f){typeof _0=="object"?Ga.exports=_0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(_0,function(o){return o.pad.Iso97971={pad:function(i,f){i.concat(o.lib.WordArray.create([2147483648],1)),o.pad.ZeroPadding.pad(i,f)},unpad:function(i){o.pad.ZeroPadding.unpad(i),i.sigBytes--}},o.pad.Iso97971})});var Pa=CA((T0,Va)=>{(function(o,i,f){typeof T0=="object"?Va.exports=T0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(T0,function(o){return o.pad.ZeroPadding={pad:function(i,f){var c=f*4;i.clamp(),i.sigBytes+=c-(i.sigBytes%c||c)},unpad:function(i){for(var f=i.words,c=i.sigBytes-1,c=i.sigBytes-1;c>=0;c--)if(f[c>>>2]>>>24-c%4*8&255){i.sigBytes=c+1;break}}},o.pad.ZeroPadding})});var Wa=CA((O0,Xa)=>{(function(o,i,f){typeof O0=="object"?Xa.exports=O0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(O0,function(o){return o.pad.NoPadding={pad:function(){},unpad:function(){}},o.pad.NoPadding})});var Ya=CA((R0,Ja)=>{(function(o,i,f){typeof R0=="object"?Ja.exports=R0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(R0,function(o){return(function(i){var f=o,c=f.lib,Q=c.CipherParams,d=f.enc,h=d.Hex,B=f.format,w=B.Hex={stringify:function(F){return F.ciphertext.toString(h)},parse:function(F){var l=h.parse(F);return Q.create({ciphertext:l})}}})(),o.format.Hex})});var qa=CA((M0,za)=>{(function(o,i,f){typeof M0=="object"?za.exports=M0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(M0,function(o){return(function(){var i=o,f=i.lib,c=f.BlockCipher,Q=i.algo,d=[],h=[],B=[],w=[],F=[],l=[],v=[],C=[],E=[],p=[];(function(){for(var x=[],U=0;U<256;U++)U<128?x[U]=U<<1:x[U]=U<<1^283;for(var K=0,I=0,U=0;U<256;U++){var L=I^I<<1^I<<2^I<<3^I<<4;L=L>>>8^L&255^99,d[K]=L,h[L]=K;var S=x[K],q=x[S],J=x[q],Z=x[L]*257^L*16843008;B[K]=Z<<24|Z>>>8,w[K]=Z<<16|Z>>>16,F[K]=Z<<8|Z>>>24,l[K]=Z;var Z=J*16843009^q*65537^S*257^K*16843008;v[L]=Z<<24|Z>>>8,C[L]=Z<<16|Z>>>16,E[L]=Z<<8|Z>>>24,p[L]=Z,K?(K=S^x[x[x[J^S]]],I^=x[x[I]]):K=I=1}})();var b=[0,1,2,4,8,16,32,64,128,27,54],D=Q.AES=c.extend({_doReset:function(){var x;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var U=this._keyPriorReset=this._key,K=U.words,I=U.sigBytes/4,L=this._nRounds=I+6,S=(L+1)*4,q=this._keySchedule=[],J=0;J<S;J++)J<I?q[J]=K[J]:(x=q[J-1],J%I?I>6&&J%I==4&&(x=d[x>>>24]<<24|d[x>>>16&255]<<16|d[x>>>8&255]<<8|d[x&255]):(x=x<<8|x>>>24,x=d[x>>>24]<<24|d[x>>>16&255]<<16|d[x>>>8&255]<<8|d[x&255],x^=b[J/I|0]<<24),q[J]=q[J-I]^x);for(var Z=this._invKeySchedule=[],eA=0;eA<S;eA++){var J=S-eA;if(eA%4)var x=q[J];else var x=q[J-4];eA<4||J<=4?Z[eA]=x:Z[eA]=v[d[x>>>24]]^C[d[x>>>16&255]]^E[d[x>>>8&255]]^p[d[x&255]]}}},encryptBlock:function(x,U){this._doCryptBlock(x,U,this._keySchedule,B,w,F,l,d)},decryptBlock:function(x,U){var K=x[U+1];x[U+1]=x[U+3],x[U+3]=K,this._doCryptBlock(x,U,this._invKeySchedule,v,C,E,p,h);var K=x[U+1];x[U+1]=x[U+3],x[U+3]=K},_doCryptBlock:function(x,U,K,I,L,S,q,J){for(var Z=this._nRounds,eA=x[U]^K[0],O=x[U+1]^K[1],Y=x[U+2]^K[2],rA=x[U+3]^K[3],X=4,oA=1;oA<Z;oA++){var aA=I[eA>>>24]^L[O>>>16&255]^S[Y>>>8&255]^q[rA&255]^K[X++],lA=I[O>>>24]^L[Y>>>16&255]^S[rA>>>8&255]^q[eA&255]^K[X++],xA=I[Y>>>24]^L[rA>>>16&255]^S[eA>>>8&255]^q[O&255]^K[X++],R=I[rA>>>24]^L[eA>>>16&255]^S[O>>>8&255]^q[Y&255]^K[X++];eA=aA,O=lA,Y=xA,rA=R}var aA=(J[eA>>>24]<<24|J[O>>>16&255]<<16|J[Y>>>8&255]<<8|J[rA&255])^K[X++],lA=(J[O>>>24]<<24|J[Y>>>16&255]<<16|J[rA>>>8&255]<<8|J[eA&255])^K[X++],xA=(J[Y>>>24]<<24|J[rA>>>16&255]<<16|J[eA>>>8&255]<<8|J[O&255])^K[X++],R=(J[rA>>>24]<<24|J[eA>>>16&255]<<16|J[O>>>8&255]<<8|J[Y&255])^K[X++];x[U]=aA,x[U+1]=lA,x[U+2]=xA,x[U+3]=R},keySize:256/32});i.AES=c._createHelper(D)})(),o.AES})});var ja=CA((k0,Za)=>{(function(o,i,f){typeof k0=="object"?Za.exports=k0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(k0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=f.BlockCipher,d=i.algo,h=[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],B=[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],w=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],F=[{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}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],v=d.DES=Q.extend({_doReset:function(){for(var b=this._key,D=b.words,x=[],U=0;U<56;U++){var K=h[U]-1;x[U]=D[K>>>5]>>>31-K%32&1}for(var I=this._subKeys=[],L=0;L<16;L++){for(var S=I[L]=[],q=w[L],U=0;U<24;U++)S[U/6|0]|=x[(B[U]-1+q)%28]<<31-U%6,S[4+(U/6|0)]|=x[28+(B[U+24]-1+q)%28]<<31-U%6;S[0]=S[0]<<1|S[0]>>>31;for(var U=1;U<7;U++)S[U]=S[U]>>>(U-1)*4+3;S[7]=S[7]<<5|S[7]>>>27}for(var J=this._invSubKeys=[],U=0;U<16;U++)J[U]=I[15-U]},encryptBlock:function(b,D){this._doCryptBlock(b,D,this._subKeys)},decryptBlock:function(b,D){this._doCryptBlock(b,D,this._invSubKeys)},_doCryptBlock:function(b,D,x){this._lBlock=b[D],this._rBlock=b[D+1],C.call(this,4,252645135),C.call(this,16,65535),E.call(this,2,858993459),E.call(this,8,16711935),C.call(this,1,1431655765);for(var U=0;U<16;U++){for(var K=x[U],I=this._lBlock,L=this._rBlock,S=0,q=0;q<8;q++)S|=F[q][((L^K[q])&l[q])>>>0];this._lBlock=L,this._rBlock=I^S}var J=this._lBlock;this._lBlock=this._rBlock,this._rBlock=J,C.call(this,1,1431655765),E.call(this,8,16711935),E.call(this,2,858993459),C.call(this,16,65535),C.call(this,4,252645135),b[D]=this._lBlock,b[D+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function C(b,D){var x=(this._lBlock>>>b^this._rBlock)&D;this._rBlock^=x,this._lBlock^=x<<b}function E(b,D){var x=(this._rBlock>>>b^this._lBlock)&D;this._lBlock^=x,this._rBlock^=x<<b}i.DES=Q._createHelper(v);var p=d.TripleDES=Q.extend({_doReset:function(){var b=this._key,D=b.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 x=D.slice(0,2),U=D.length<4?D.slice(0,2):D.slice(2,4),K=D.length<6?D.slice(0,2):D.slice(4,6);this._des1=v.createEncryptor(c.create(x)),this._des2=v.createEncryptor(c.create(U)),this._des3=v.createEncryptor(c.create(K))},encryptBlock:function(b,D){this._des1.encryptBlock(b,D),this._des2.decryptBlock(b,D),this._des3.encryptBlock(b,D)},decryptBlock:function(b,D){this._des3.decryptBlock(b,D),this._des2.encryptBlock(b,D),this._des1.decryptBlock(b,D)},keySize:192/32,ivSize:64/32,blockSize:64/32});i.TripleDES=Q._createHelper(p)})(),o.TripleDES})});var Ao=CA((G0,$a)=>{(function(o,i,f){typeof G0=="object"?$a.exports=G0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(G0,function(o){return(function(){var i=o,f=i.lib,c=f.StreamCipher,Q=i.algo,d=Q.RC4=c.extend({_doReset:function(){for(var w=this._key,F=w.words,l=w.sigBytes,v=this._S=[],C=0;C<256;C++)v[C]=C;for(var C=0,E=0;C<256;C++){var p=C%l,b=F[p>>>2]>>>24-p%4*8&255;E=(E+v[C]+b)%256;var D=v[C];v[C]=v[E],v[E]=D}this._i=this._j=0},_doProcessBlock:function(w,F){w[F]^=h.call(this)},keySize:256/32,ivSize:0});function h(){for(var w=this._S,F=this._i,l=this._j,v=0,C=0;C<4;C++){F=(F+1)%256,l=(l+w[F])%256;var E=w[F];w[F]=w[l],w[l]=E,v|=w[(w[F]+w[l])%256]<<24-C*8}return this._i=F,this._j=l,v}i.RC4=c._createHelper(d);var B=Q.RC4Drop=d.extend({cfg:d.cfg.extend({drop:192}),_doReset:function(){d._doReset.call(this);for(var w=this.cfg.drop;w>0;w--)h.call(this)}});i.RC4Drop=c._createHelper(B)})(),o.RC4})});var ro=CA((N0,eo)=>{(function(o,i,f){typeof N0=="object"?eo.exports=N0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(N0,function(o){return(function(){var i=o,f=i.lib,c=f.StreamCipher,Q=i.algo,d=[],h=[],B=[],w=Q.Rabbit=c.extend({_doReset:function(){for(var l=this._key.words,v=this.cfg.iv,C=0;C<4;C++)l[C]=(l[C]<<8|l[C]>>>24)&16711935|(l[C]<<24|l[C]>>>8)&4278255360;var E=this._X=[l[0],l[3]<<16|l[2]>>>16,l[1],l[0]<<16|l[3]>>>16,l[2],l[1]<<16|l[0]>>>16,l[3],l[2]<<16|l[1]>>>16],p=this._C=[l[2]<<16|l[2]>>>16,l[0]&4294901760|l[1]&65535,l[3]<<16|l[3]>>>16,l[1]&4294901760|l[2]&65535,l[0]<<16|l[0]>>>16,l[2]&4294901760|l[3]&65535,l[1]<<16|l[1]>>>16,l[3]&4294901760|l[0]&65535];this._b=0;for(var C=0;C<4;C++)F.call(this);for(var C=0;C<8;C++)p[C]^=E[C+4&7];if(v){var b=v.words,D=b[0],x=b[1],U=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,K=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,I=U>>>16|K&4294901760,L=K<<16|U&65535;p[0]^=U,p[1]^=I,p[2]^=K,p[3]^=L,p[4]^=U,p[5]^=I,p[6]^=K,p[7]^=L;for(var C=0;C<4;C++)F.call(this)}},_doProcessBlock:function(l,v){var C=this._X;F.call(this),d[0]=C[0]^C[5]>>>16^C[3]<<16,d[1]=C[2]^C[7]>>>16^C[5]<<16,d[2]=C[4]^C[1]>>>16^C[7]<<16,d[3]=C[6]^C[3]>>>16^C[1]<<16;for(var E=0;E<4;E++)d[E]=(d[E]<<8|d[E]>>>24)&16711935|(d[E]<<24|d[E]>>>8)&4278255360,l[v+E]^=d[E]},blockSize:128/32,ivSize:64/32});function F(){for(var l=this._X,v=this._C,C=0;C<8;C++)h[C]=v[C];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0<h[0]>>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0<h[1]>>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0<h[2]>>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0<h[3]>>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0<h[4]>>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0<h[5]>>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0<h[6]>>>0?1:0)|0,this._b=v[7]>>>0<h[7]>>>0?1:0;for(var C=0;C<8;C++){var E=l[C]+v[C],p=E&65535,b=E>>>16,D=((p*p>>>17)+p*b>>>15)+b*b,x=((E&4294901760)*E|0)+((E&65535)*E|0);B[C]=D^x}l[0]=B[0]+(B[7]<<16|B[7]>>>16)+(B[6]<<16|B[6]>>>16)|0,l[1]=B[1]+(B[0]<<8|B[0]>>>24)+B[7]|0,l[2]=B[2]+(B[1]<<16|B[1]>>>16)+(B[0]<<16|B[0]>>>16)|0,l[3]=B[3]+(B[2]<<8|B[2]>>>24)+B[1]|0,l[4]=B[4]+(B[3]<<16|B[3]>>>16)+(B[2]<<16|B[2]>>>16)|0,l[5]=B[5]+(B[4]<<8|B[4]>>>24)+B[3]|0,l[6]=B[6]+(B[5]<<16|B[5]>>>16)+(B[4]<<16|B[4]>>>16)|0,l[7]=B[7]+(B[6]<<8|B[6]>>>24)+B[5]|0}i.Rabbit=c._createHelper(w)})(),o.Rabbit})});var no=CA((V0,to)=>{(function(o,i,f){typeof V0=="object"?to.exports=V0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(V0,function(o){return(function(){var i=o,f=i.lib,c=f.StreamCipher,Q=i.algo,d=[],h=[],B=[],w=Q.RabbitLegacy=c.extend({_doReset:function(){var l=this._key.words,v=this.cfg.iv,C=this._X=[l[0],l[3]<<16|l[2]>>>16,l[1],l[0]<<16|l[3]>>>16,l[2],l[1]<<16|l[0]>>>16,l[3],l[2]<<16|l[1]>>>16],E=this._C=[l[2]<<16|l[2]>>>16,l[0]&4294901760|l[1]&65535,l[3]<<16|l[3]>>>16,l[1]&4294901760|l[2]&65535,l[0]<<16|l[0]>>>16,l[2]&4294901760|l[3]&65535,l[1]<<16|l[1]>>>16,l[3]&4294901760|l[0]&65535];this._b=0;for(var p=0;p<4;p++)F.call(this);for(var p=0;p<8;p++)E[p]^=C[p+4&7];if(v){var b=v.words,D=b[0],x=b[1],U=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,K=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,I=U>>>16|K&4294901760,L=K<<16|U&65535;E[0]^=U,E[1]^=I,E[2]^=K,E[3]^=L,E[4]^=U,E[5]^=I,E[6]^=K,E[7]^=L;for(var p=0;p<4;p++)F.call(this)}},_doProcessBlock:function(l,v){var C=this._X;F.call(this),d[0]=C[0]^C[5]>>>16^C[3]<<16,d[1]=C[2]^C[7]>>>16^C[5]<<16,d[2]=C[4]^C[1]>>>16^C[7]<<16,d[3]=C[6]^C[3]>>>16^C[1]<<16;for(var E=0;E<4;E++)d[E]=(d[E]<<8|d[E]>>>24)&16711935|(d[E]<<24|d[E]>>>8)&4278255360,l[v+E]^=d[E]},blockSize:128/32,ivSize:64/32});function F(){for(var l=this._X,v=this._C,C=0;C<8;C++)h[C]=v[C];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0<h[0]>>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0<h[1]>>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0<h[2]>>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0<h[3]>>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0<h[4]>>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0<h[5]>>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0<h[6]>>>0?1:0)|0,this._b=v[7]>>>0<h[7]>>>0?1:0;for(var C=0;C<8;C++){var E=l[C]+v[C],p=E&65535,b=E>>>16,D=((p*p>>>17)+p*b>>>15)+b*b,x=((E&4294901760)*E|0)+((E&65535)*E|0);B[C]=D^x}l[0]=B[0]+(B[7]<<16|B[7]>>>16)+(B[6]<<16|B[6]>>>16)|0,l[1]=B[1]+(B[0]<<8|B[0]>>>24)+B[7]|0,l[2]=B[2]+(B[1]<<16|B[1]>>>16)+(B[0]<<16|B[0]>>>16)|0,l[3]=B[3]+(B[2]<<8|B[2]>>>24)+B[1]|0,l[4]=B[4]+(B[3]<<16|B[3]>>>16)+(B[2]<<16|B[2]>>>16)|0,l[5]=B[5]+(B[4]<<8|B[4]>>>24)+B[3]|0,l[6]=B[6]+(B[5]<<16|B[5]>>>16)+(B[4]<<16|B[4]>>>16)|0,l[7]=B[7]+(B[6]<<8|B[6]>>>24)+B[5]|0}i.RabbitLegacy=c._createHelper(w)})(),o.RabbitLegacy})});var so=CA((P0,io)=>{(function(o,i,f){typeof P0=="object"?io.exports=P0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(P0,function(o){return(function(){var i=o,f=i.lib,c=f.BlockCipher,Q=i.algo;let d=16,h=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],B=[[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 w={pbox:[],sbox:[]};function F(p,b){let D=b>>24&255,x=b>>16&255,U=b>>8&255,K=b&255,I=p.sbox[0][D]+p.sbox[1][x];return I=I^p.sbox[2][U],I=I+p.sbox[3][K],I}function l(p,b,D){let x=b,U=D,K;for(let I=0;I<d;++I)x=x^p.pbox[I],U=F(p,x)^U,K=x,x=U,U=K;return K=x,x=U,U=K,U=U^p.pbox[d],x=x^p.pbox[d+1],{left:x,right:U}}function v(p,b,D){let x=b,U=D,K;for(let I=d+1;I>1;--I)x=x^p.pbox[I],U=F(p,x)^U,K=x,x=U,U=K;return K=x,x=U,U=K,U=U^p.pbox[1],x=x^p.pbox[0],{left:x,right:U}}function C(p,b,D){for(let L=0;L<4;L++){p.sbox[L]=[];for(let S=0;S<256;S++)p.sbox[L][S]=B[L][S]}let x=0;for(let L=0;L<d+2;L++)p.pbox[L]=h[L]^b[x],x++,x>=D&&(x=0);let U=0,K=0,I=0;for(let L=0;L<d+2;L+=2)I=l(p,U,K),U=I.left,K=I.right,p.pbox[L]=U,p.pbox[L+1]=K;for(let L=0;L<4;L++)for(let S=0;S<256;S+=2)I=l(p,U,K),U=I.left,K=I.right,p.sbox[L][S]=U,p.sbox[L][S+1]=K;return!0}var E=Q.Blowfish=c.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var p=this._keyPriorReset=this._key,b=p.words,D=p.sigBytes/4;C(w,b,D)}},encryptBlock:function(p,b){var D=l(w,p[b],p[b+1]);p[b]=D.left,p[b+1]=D.right},decryptBlock:function(p,b){var D=v(w,p[b],p[b+1]);p[b]=D.left,p[b+1]=D.right},blockSize:64/32,keySize:128/32,ivSize:64/32});i.Blowfish=c._createHelper(E)})(),o.Blowfish})});var oo=CA((X0,ao)=>{(function(o,i,f){typeof X0=="object"?ao.exports=X0=i(dA(),ut(),na(),sa(),Ar(),Ba(),er(),Gn(),C0(),ga(),Nn(),Ca(),da(),Fa(),p0(),pa(),De(),RA(),ma(),ba(),Ka(),Sa(),Ta(),Ra(),ka(),Na(),Pa(),Wa(),Ya(),qa(),ja(),Ao(),ro(),no(),so()):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"],i):o.CryptoJS=i(o.CryptoJS)})(X0,function(o){return o})});var Bo=CA((Vn,Pn)=>{(function(o,i){typeof Vn=="object"&&typeof Pn!="undefined"?Pn.exports=i():typeof define=="function"&&define.amd?define(i):(o=typeof globalThis!="undefined"?globalThis:o||self,o.html2canvas=i())})(Vn,(function(){"use strict";var o=function(e,A){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},o(e,A)};function i(e,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");o(e,A);function t(){this.constructor=e}e.prototype=A===null?Object.create(A):(t.prototype=A.prototype,new t)}var f=function(){return f=Object.assign||function(A){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(A[s]=t[s])}return A},f.apply(this,arguments)};function c(e,A,t,r){function n(s){return s instanceof t?s:new t(function(a){a(s)})}return new(t||(t=Promise))(function(s,a){function g(y){try{H(r.next(y))}catch(m){a(m)}}function u(y){try{H(r.throw(y))}catch(m){a(m)}}function H(y){y.done?s(y.value):n(y.value).then(g,u)}H((r=r.apply(e,A||[])).next())})}function Q(e,A){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,n,s,a;return a={next:g(0),throw:g(1),return:g(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function g(H){return function(y){return u([H,y])}}function u(H){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(s=H[0]&2?n.return:H[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,H[1])).done)return s;switch(n=0,s&&(H=[H[0]&2,s.value]),H[0]){case 0:case 1:s=H;break;case 4:return t.label++,{value:H[1],done:!1};case 5:t.label++,n=H[1],H=[0];continue;case 7:H=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(H[0]===6||H[0]===2)){t=0;continue}if(H[0]===3&&(!s||H[1]>s[0]&&H[1]<s[3])){t.label=H[1];break}if(H[0]===6&&t.label<s[1]){t.label=s[1],s=H;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(H);break}s[2]&&t.ops.pop(),t.trys.pop();continue}H=A.call(e,t)}catch(y){H=[6,y],n=0}finally{r=s=0}if(H[0]&5)throw H[1];return{value:H[0]?H[1]:void 0,done:!0}}}function d(e,A,t){if(t||arguments.length===2)for(var r=0,n=A.length,s;r<n;r++)(s||!(r in A))&&(s||(s=Array.prototype.slice.call(A,0,r)),s[r]=A[r]);return e.concat(s||A)}for(var h=(function(){function e(A,t,r,n){this.left=A,this.top=t,this.width=r,this.height=n}return e.prototype.add=function(A,t,r,n){return new e(this.left+A,this.top+t,this.width+r,this.height+n)},e.fromClientRect=function(A,t){return new e(t.left+A.windowBounds.left,t.top+A.windowBounds.top,t.width,t.height)},e.fromDOMRectList=function(A,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new e(r.left+A.windowBounds.left,r.top+A.windowBounds.top,r.width,r.height):e.EMPTY},e.EMPTY=new e(0,0,0,0),e})(),B=function(e,A){return h.fromClientRect(e,A.getBoundingClientRect())},w=function(e){var A=e.body,t=e.documentElement;if(!A||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(A.scrollWidth,t.scrollWidth),Math.max(A.offsetWidth,t.offsetWidth),Math.max(A.clientWidth,t.clientWidth)),n=Math.max(Math.max(A.scrollHeight,t.scrollHeight),Math.max(A.offsetHeight,t.offsetHeight),Math.max(A.clientHeight,t.clientHeight));return new h(0,0,r,n)},F=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=e.charCodeAt(t++);(s&64512)===56320?A.push(((n&1023)<<10)+(s&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},l=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=e[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",C=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),E=0;E<v.length;E++)C[v.charCodeAt(E)]=E;for(var p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",b=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),D=0;D<p.length;D++)b[p.charCodeAt(D)]=D;for(var x=function(e){var A=e.length*.75,t=e.length,r,n=0,s,a,g,u;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var H=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(H)?H:new Uint8Array(H);for(r=0;r<t;r+=4)s=b[e.charCodeAt(r)],a=b[e.charCodeAt(r+1)],g=b[e.charCodeAt(r+2)],u=b[e.charCodeAt(r+3)],y[n++]=s<<2|a>>4,y[n++]=(a&15)<<4|g>>2,y[n++]=(g&3)<<6|u&63;return H},U=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},K=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},I=5,L=11,S=2,q=L-I,J=65536>>I,Z=1<<I,eA=Z-1,O=1024>>I,Y=J+O,rA=Y,X=32,oA=rA+X,aA=65536>>L,lA=1<<q,xA=lA-1,R=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},P=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},W=function(e,A){var t=x(e),r=Array.isArray(t)?K(t):new Uint32Array(t),n=Array.isArray(t)?U(t):new Uint16Array(t),s=24,a=R(n,s/2,r[4]/2),g=r[5]===2?R(n,(s+r[4])/2):P(r,Math.ceil((s+r[4])/4));return new V(r[0],r[1],r[2],r[3],a,g)},V=(function(){function e(A,t,r,n,s,a){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>I],t=(t<<S)+(A&eA),this.data[t];if(A<=65535)return t=this.index[J+(A-55296>>I)],t=(t<<S)+(A&eA),this.data[t];if(A<this.highStart)return t=oA-aA+(A>>L),t=this.index[t],t+=A>>I&xA,t=this.index[t],t=(t<<S)+(A&eA),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),mA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",pA=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),TA=0;TA<mA.length;TA++)pA[mA.charCodeAt(TA)]=TA;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==",Se=50,_e=1,vr=2,Te=3,ne=4,PA=5,sr=7,Oe=8,ar=9,zA=10,or=11,Re=12,XA=13,qA=14,ZA=15,Me=16,Br=17,ae=18,cr=19,pt=20,pr=21,ke=22,Ce=23,oe=24,WA=25,Ge=26,Ne=27,Ve=28,rn=29,xe=30,tn=31,fr=32,Er=33,Hr=34,qr=35,Zr=36,lr=37,yr=38,mr=39,Ir=40,br=41,Et=42,Ht=43,JA=[9001,65288],ue="!",hA="\xD7",Dr="\xF7",nn=W(gA),He=[xe,Zr],sn=[_e,vr,Te,PA],ci=[zA,Oe],fi=[Ne,Ge],Lo=sn.concat(ci),li=[yr,mr,Ir,Hr,qr],So=[ZA,XA],_o=function(e,A){A===void 0&&(A="strict");var t=[],r=[],n=[];return e.forEach(function(s,a){var g=nn.get(s);if(g>Se?(n.push(!0),g-=Se):n.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return r.push(a),t.push(Me);if(g===ne||g===or){if(a===0)return r.push(a),t.push(xe);var u=t[a-1];return Lo.indexOf(u)===-1?(r.push(r[a-1]),t.push(u)):(r.push(a),t.push(xe))}if(r.push(a),g===tn)return t.push(A==="strict"?pr:lr);if(g===Et||g===rn)return t.push(xe);if(g===Ht)return s>=131072&&s<=196605||s>=196608&&s<=262141?t.push(lr):t.push(xe);t.push(g)}),[r,t,n]},an=function(e,A,t,r){var n=r[t];if(Array.isArray(e)?e.indexOf(n)!==-1:e===n)for(var s=t;s<=r.length;){s++;var a=r[s];if(a===A)return!0;if(a!==zA)break}if(n===zA)for(var s=t;s>0;){s--;var g=r[s];if(Array.isArray(e)?e.indexOf(g)!==-1:e===g)for(var u=t;u<=r.length;){u++;var a=r[u];if(a===A)return!0;if(a!==zA)break}if(g!==zA)break}return!1},ui=function(e,A){for(var t=e;t>=0;){var r=A[t];if(r===zA)t--;else return r}return 0},To=function(e,A,t,r,n){if(t[r]===0)return hA;var s=r-1;if(Array.isArray(n)&&n[s]===!0)return hA;var a=s-1,g=s+1,u=A[s],H=a>=0?A[a]:0,y=A[g];if(u===vr&&y===Te)return hA;if(sn.indexOf(u)!==-1)return ue;if(sn.indexOf(y)!==-1||ci.indexOf(y)!==-1)return hA;if(ui(s,A)===Oe)return Dr;if(nn.get(e[s])===or||(u===fr||u===Er)&&nn.get(e[g])===or||u===sr||y===sr||u===ar||[zA,XA,ZA].indexOf(u)===-1&&y===ar||[Br,ae,cr,oe,Ve].indexOf(y)!==-1||ui(s,A)===ke||an(Ce,ke,s,A)||an([Br,ae],pr,s,A)||an(Re,Re,s,A))return hA;if(u===zA)return Dr;if(u===Ce||y===Ce)return hA;if(y===Me||u===Me)return Dr;if([XA,ZA,pr].indexOf(y)!==-1||u===qA||H===Zr&&So.indexOf(u)!==-1||u===Ve&&y===Zr||y===pt||He.indexOf(y)!==-1&&u===WA||He.indexOf(u)!==-1&&y===WA||u===Ne&&[lr,fr,Er].indexOf(y)!==-1||[lr,fr,Er].indexOf(u)!==-1&&y===Ge||He.indexOf(u)!==-1&&fi.indexOf(y)!==-1||fi.indexOf(u)!==-1&&He.indexOf(y)!==-1||[Ne,Ge].indexOf(u)!==-1&&(y===WA||[ke,ZA].indexOf(y)!==-1&&A[g+1]===WA)||[ke,ZA].indexOf(u)!==-1&&y===WA||u===WA&&[WA,Ve,oe].indexOf(y)!==-1)return hA;if([WA,Ve,oe,Br,ae].indexOf(y)!==-1)for(var m=s;m>=0;){var _=A[m];if(_===WA)return hA;if([Ve,oe].indexOf(_)!==-1)m--;else break}if([Ne,Ge].indexOf(y)!==-1)for(var m=[Br,ae].indexOf(u)!==-1?a:s;m>=0;){var _=A[m];if(_===WA)return hA;if([Ve,oe].indexOf(_)!==-1)m--;else break}if(yr===u&&[yr,mr,Hr,qr].indexOf(y)!==-1||[mr,Hr].indexOf(u)!==-1&&[mr,Ir].indexOf(y)!==-1||[Ir,qr].indexOf(u)!==-1&&y===Ir||li.indexOf(u)!==-1&&[pt,Ge].indexOf(y)!==-1||li.indexOf(y)!==-1&&u===Ne||He.indexOf(u)!==-1&&He.indexOf(y)!==-1||u===oe&&He.indexOf(y)!==-1||He.concat(WA).indexOf(u)!==-1&&y===ke&&JA.indexOf(e[g])===-1||He.concat(WA).indexOf(y)!==-1&&u===ae)return hA;if(u===br&&y===br){for(var tA=t[s],z=1;tA>0&&(tA--,A[tA]===br);)z++;if(z%2!==0)return hA}return u===fr&&y===Er?hA:Dr},Oo=function(e,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var t=_o(e,A.lineBreak),r=t[0],n=t[1],s=t[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(n=n.map(function(g){return[WA,xe,Et].indexOf(g)!==-1?lr:g}));var a=A.wordBreak==="keep-all"?s.map(function(g,u){return g&&e[u]>=19968&&e[u]<=40959}):void 0;return[r,n,a]},Ro=(function(){function e(A,t,r,n){this.codePoints=A,this.required=t===ue,this.start=r,this.end=n}return e.prototype.slice=function(){return l.apply(void 0,this.codePoints.slice(this.start,this.end))},e})(),Mo=function(e,A){var t=F(e),r=Oo(t,A),n=r[0],s=r[1],a=r[2],g=t.length,u=0,H=0;return{next:function(){if(H>=g)return{done:!0,value:null};for(var y=hA;H<g&&(y=To(t,s,n,++H,a))===hA;);if(y!==hA||H===g){var m=new Ro(t,y,u,H);return u=H,{value:m,done:!1}}return{done:!0,value:null}}}},ko=1,Go=2,jr=4,gi=8,yt=10,wi=47,$r=92,No=9,Vo=32,mt=34,At=61,Po=35,Xo=36,Wo=37,It=39,bt=40,et=41,Jo=95,jA=45,Yo=33,zo=60,qo=62,Zo=64,jo=91,$o=93,AB=61,eB=123,Dt=63,rB=125,hi=124,tB=126,nB=128,Ci=65533,on=42,ur=43,iB=44,sB=58,aB=59,rt=46,oB=0,BB=8,cB=11,fB=14,lB=31,uB=127,de=-1,xi=48,di=97,Qi=101,gB=102,wB=117,hB=122,Fi=65,Ui=69,vi=70,CB=85,xB=90,VA=function(e){return e>=xi&&e<=57},dB=function(e){return e>=55296&&e<=57343},Kr=function(e){return VA(e)||e>=Fi&&e<=vi||e>=di&&e<=gB},QB=function(e){return e>=di&&e<=hB},FB=function(e){return e>=Fi&&e<=xB},UB=function(e){return QB(e)||FB(e)},vB=function(e){return e>=nB},Kt=function(e){return e===yt||e===No||e===Vo},Lt=function(e){return UB(e)||vB(e)||e===Jo},pi=function(e){return Lt(e)||VA(e)||e===jA},pB=function(e){return e>=oB&&e<=BB||e===cB||e>=fB&&e<=lB||e===uB},Pe=function(e,A){return e!==$r?!1:A!==yt},St=function(e,A,t){return e===jA?Lt(A)||Pe(A,t):Lt(e)?!0:!!(e===$r&&Pe(e,A))},Bn=function(e,A,t){return e===ur||e===jA?VA(A)?!0:A===rt&&VA(t):VA(e===rt?A:e)},EB=function(e){var A=0,t=1;(e[A]===ur||e[A]===jA)&&(e[A]===jA&&(t=-1),A++);for(var r=[];VA(e[A]);)r.push(e[A++]);var n=r.length?parseInt(l.apply(void 0,r),10):0;e[A]===rt&&A++;for(var s=[];VA(e[A]);)s.push(e[A++]);var a=s.length,g=a?parseInt(l.apply(void 0,s),10):0;(e[A]===Ui||e[A]===Qi)&&A++;var u=1;(e[A]===ur||e[A]===jA)&&(e[A]===jA&&(u=-1),A++);for(var H=[];VA(e[A]);)H.push(e[A++]);var y=H.length?parseInt(l.apply(void 0,H),10):0;return t*(n+g*Math.pow(10,-a))*Math.pow(10,u*y)},HB={type:2},yB={type:3},mB={type:4},IB={type:13},bB={type:8},DB={type:21},KB={type:9},LB={type:10},SB={type:11},_B={type:12},TB={type:14},_t={type:23},OB={type:1},RB={type:25},MB={type:24},kB={type:26},GB={type:27},NB={type:28},VB={type:29},PB={type:31},cn={type:32},Ei=(function(){function e(){this._value=[]}return e.prototype.write=function(A){this._value=this._value.concat(F(A))},e.prototype.read=function(){for(var A=[],t=this.consumeToken();t!==cn;)A.push(t),t=this.consumeToken();return A},e.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case mt:return this.consumeStringToken(mt);case Po:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(pi(t)||Pe(r,n)){var s=St(t,r,n)?Go:ko,a=this.consumeName();return{type:5,value:a,flags:s}}break;case Xo:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),IB;break;case It:return this.consumeStringToken(It);case bt:return HB;case et:return yB;case on:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),TB;break;case ur:if(Bn(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case iB:return mB;case jA:var g=A,u=this.peekCodePoint(0),H=this.peekCodePoint(1);if(Bn(g,u,H))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(St(g,u,H))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(u===jA&&H===qo)return this.consumeCodePoint(),this.consumeCodePoint(),MB;break;case rt:if(Bn(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case wi:if(this.peekCodePoint(0)===on)for(this.consumeCodePoint();;){var y=this.consumeCodePoint();if(y===on&&(y=this.consumeCodePoint(),y===wi))return this.consumeToken();if(y===de)return this.consumeToken()}break;case sB:return kB;case aB:return GB;case zo:if(this.peekCodePoint(0)===Yo&&this.peekCodePoint(1)===jA&&this.peekCodePoint(2)===jA)return this.consumeCodePoint(),this.consumeCodePoint(),RB;break;case Zo:var m=this.peekCodePoint(0),_=this.peekCodePoint(1),tA=this.peekCodePoint(2);if(St(m,_,tA)){var a=this.consumeName();return{type:7,value:a}}break;case jo:return NB;case $r:if(Pe(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case $o:return VB;case AB:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),bB;break;case eB:return SB;case rB:return _B;case wB:case CB:var z=this.peekCodePoint(0),j=this.peekCodePoint(1);return z===ur&&(Kr(j)||j===Dt)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case hi:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),KB;if(this.peekCodePoint(0)===hi)return this.consumeCodePoint(),DB;break;case tB:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),LB;break;case de:return cn}return Kt(A)?(this.consumeWhiteSpace(),PB):VA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):Lt(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:l(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=[],t=this.consumeCodePoint();Kr(t)&&A.length<6;)A.push(t),t=this.consumeCodePoint();for(var r=!1;t===Dt&&A.length<6;)A.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(l.apply(void 0,A.map(function(u){return u===Dt?xi:u})),16),s=parseInt(l.apply(void 0,A.map(function(u){return u===Dt?vi:u})),16);return{type:30,start:n,end:s}}var a=parseInt(l.apply(void 0,A),16);if(this.peekCodePoint(0)===jA&&Kr(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var g=[];Kr(t)&&g.length<6;)g.push(t),t=this.consumeCodePoint();var s=parseInt(l.apply(void 0,g),16);return{type:30,start:a,end:s}}else return{type:30,start:a,end:a}},e.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===bt?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===bt?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},e.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===de)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===It||t===mt){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===de||this.peekCodePoint(0)===et)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),_t)}for(;;){var n=this.consumeCodePoint();if(n===de||n===et)return{type:22,value:l.apply(void 0,A)};if(Kt(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===de||this.peekCodePoint(0)===et?(this.consumeCodePoint(),{type:22,value:l.apply(void 0,A)}):(this.consumeBadUrlRemnants(),_t);if(n===mt||n===It||n===bt||pB(n))return this.consumeBadUrlRemnants(),_t;if(n===$r)if(Pe(n,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),_t;else A.push(n)}},e.prototype.consumeWhiteSpace=function(){for(;Kt(this.peekCodePoint(0));)this.consumeCodePoint()},e.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===et||A===de)return;Pe(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},e.prototype.consumeStringSlice=function(A){for(var t=5e4,r="";A>0;){var n=Math.min(t,A);r+=l.apply(void 0,this._value.splice(0,n)),A-=n}return this._value.shift(),r},e.prototype.consumeStringToken=function(A){var t="",r=0;do{var n=this._value[r];if(n===de||n===void 0||n===A)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===yt)return this._value.splice(0,r),OB;if(n===$r){var s=this._value[r+1];s!==de&&s!==void 0&&(s===yt?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):Pe(n,s)&&(t+=this.consumeStringSlice(r),t+=l(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},e.prototype.consumeNumber=function(){var A=[],t=jr,r=this.peekCodePoint(0);for((r===ur||r===jA)&&A.push(this.consumeCodePoint());VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===rt&&VA(n))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=gi;VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((r===Ui||r===Qi)&&((n===ur||n===jA)&&VA(s)||VA(n)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=gi;VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[EB(A),t]},e.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),t=A[0],r=A[1],n=this.peekCodePoint(0),s=this.peekCodePoint(1),a=this.peekCodePoint(2);if(St(n,s,a)){var g=this.consumeName();return{type:15,number:t,flags:r,unit:g}}return n===Wo?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},e.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(Kr(A)){for(var t=l(A);Kr(this.peekCodePoint(0))&&t.length<6;)t+=l(this.consumeCodePoint());Kt(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||dB(r)||r>1114111?Ci:r}return A===de?Ci:A},e.prototype.consumeName=function(){for(var A="";;){var t=this.consumeCodePoint();if(pi(t))A+=l(t);else if(Pe(t,this.peekCodePoint(0)))A+=l(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),A}},e})(),Hi=(function(){function e(A){this._tokens=A}return e.create=function(A){var t=new Ei;return t.write(A),new e(t.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 t=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},e.prototype.parseComponentValues=function(){for(var A=[];;){var t=this.consumeComponentValue();if(t.type===32)return A;A.push(t),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 t={type:A,values:[]},r=this.consumeToken();;){if(r.type===32||WB(r,A))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},e.prototype.consumeFunction=function(A){for(var t={name:A.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue())}},e.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A=="undefined"?cn:A},e.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},e})(),tt=function(e){return e.type===15},Lr=function(e){return e.type===17},EA=function(e){return e.type===20},XB=function(e){return e.type===0},fn=function(e,A){return EA(e)&&e.value===A},yi=function(e){return e.type!==31},Sr=function(e){return e.type!==31&&e.type!==4},Qe=function(e){var A=[],t=[];return e.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&A.push(t),A},WB=function(e,A){return A===11&&e.type===12||A===28&&e.type===29?!0:A===2&&e.type===3},Xe=function(e){return e.type===17||e.type===15},LA=function(e){return e.type===16||Xe(e)},mi=function(e){return e.length>1?[e[0],e[1]]:[e[0]]},kA={type:17,number:0,flags:jr},ln={type:16,number:50,flags:jr},We={type:16,number:100,flags:jr},nt=function(e,A,t){var r=e[0],n=e[1];return[IA(r,A),IA(typeof n!="undefined"?n:r,t)]},IA=function(e,A){if(e.type===16)return e.number/100*A;if(tt(e))switch(e.unit){case"rem":case"em":return 16*e.number;default:return e.number}return e.number},Ii="deg",bi="grad",Di="rad",Ki="turn",Tt={name:"angle",parse:function(e,A){if(A.type===15)switch(A.unit){case Ii:return Math.PI*A.number/180;case bi:return Math.PI/200*A.number;case Di:return A.number;case Ki:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},Li=function(e){return e.type===15&&(e.unit===Ii||e.unit===bi||e.unit===Di||e.unit===Ki)},Si=function(e){var A=e.filter(EA).map(function(t){return t.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[kA,kA];case"to top":case"bottom":return Be(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[kA,We];case"to right":case"left":return Be(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[We,We];case"to bottom":case"top":return Be(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[We,kA];case"to left":case"right":return Be(270)}return 0},Be=function(e){return Math.PI*e/180},Je={name:"color",parse:function(e,A){if(A.type===18){var t=JB[A.name];if(typeof t=="undefined")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return t(e,A.values)}if(A.type===5){if(A.value.length===3){var r=A.value.substring(0,1),n=A.value.substring(1,2),s=A.value.substring(2,3);return ze(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),1)}if(A.value.length===4){var r=A.value.substring(0,1),n=A.value.substring(1,2),s=A.value.substring(2,3),a=A.value.substring(3,4);return ze(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),parseInt(a+a,16)/255)}if(A.value.length===6){var r=A.value.substring(0,2),n=A.value.substring(2,4),s=A.value.substring(4,6);return ze(parseInt(r,16),parseInt(n,16),parseInt(s,16),1)}if(A.value.length===8){var r=A.value.substring(0,2),n=A.value.substring(2,4),s=A.value.substring(4,6),a=A.value.substring(6,8);return ze(parseInt(r,16),parseInt(n,16),parseInt(s,16),parseInt(a,16)/255)}}if(A.type===20){var g=ye[A.value.toUpperCase()];if(typeof g!="undefined")return g}return ye.TRANSPARENT}},Ye=function(e){return(255&e)===0},MA=function(e){var A=255&e,t=255&e>>8,r=255&e>>16,n=255&e>>24;return A<255?"rgba("+n+","+r+","+t+","+A/255+")":"rgb("+n+","+r+","+t+")"},ze=function(e,A,t,r){return(e<<24|A<<16|t<<8|Math.round(r*255)<<0)>>>0},_i=function(e,A){if(e.type===17)return e.number;if(e.type===16){var t=A===3?1:255;return A===3?e.number/100*t:Math.round(e.number/100*t)}return 0},Ti=function(e,A){var t=A.filter(Sr);if(t.length===3){var r=t.map(_i),n=r[0],s=r[1],a=r[2];return ze(n,s,a,1)}if(t.length===4){var g=t.map(_i),n=g[0],s=g[1],a=g[2],u=g[3];return ze(n,s,a,u)}return 0};function un(e,A,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(A-e)*t*6+e:t<1/2?A:t<2/3?(A-e)*6*(2/3-t)+e:e}var Oi=function(e,A){var t=A.filter(Sr),r=t[0],n=t[1],s=t[2],a=t[3],g=(r.type===17?Be(r.number):Tt.parse(e,r))/(Math.PI*2),u=LA(n)?n.number/100:0,H=LA(s)?s.number/100:0,y=typeof a!="undefined"&&LA(a)?IA(a,1):1;if(u===0)return ze(H*255,H*255,H*255,1);var m=H<=.5?H*(u+1):H+u-H*u,_=H*2-m,tA=un(_,m,g+1/3),z=un(_,m,g),j=un(_,m,g-1/3);return ze(tA*255,z*255,j*255,y)},JB={hsl:Oi,hsla:Oi,rgb:Ti,rgba:Ti},it=function(e,A){return Je.parse(e,Hi.create(A).parseComponentValue())},ye={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},YB={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(EA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},zB={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Ot=function(e,A){var t=Je.parse(e,A[0]),r=A[1];return r&&LA(r)?{color:t,stop:r}:{color:t,stop:null}},Ri=function(e,A){var t=e[0],r=e[e.length-1];t.stop===null&&(t.stop=kA),r.stop===null&&(r.stop=We);for(var n=[],s=0,a=0;a<e.length;a++){var g=e[a].stop;if(g!==null){var u=IA(g,A);u>s?n.push(u):n.push(s),s=u}else n.push(null)}for(var H=null,a=0;a<n.length;a++){var y=n[a];if(y===null)H===null&&(H=a);else if(H!==null){for(var m=a-H,_=n[H-1],tA=(y-_)/(m+1),z=1;z<=m;z++)n[H+z-1]=tA*z;H=null}}return e.map(function(j,uA){var sA=j.color;return{color:sA,stop:Math.max(Math.min(1,n[uA]/A),0)}})},qB=function(e,A,t){var r=A/2,n=t/2,s=IA(e[0],A)-r,a=n-IA(e[1],t);return(Math.atan2(a,s)+Math.PI*2)%(Math.PI*2)},ZB=function(e,A,t){var r=typeof e=="number"?e:qB(e,A,t),n=Math.abs(A*Math.sin(r))+Math.abs(t*Math.cos(r)),s=A/2,a=t/2,g=n/2,u=Math.sin(r-Math.PI/2)*g,H=Math.cos(r-Math.PI/2)*g;return[n,s-H,s+H,a-u,a+u]},ge=function(e,A){return Math.sqrt(e*e+A*A)},Mi=function(e,A,t,r,n){var s=[[0,0],[0,A],[e,0],[e,A]];return s.reduce(function(a,g){var u=g[0],H=g[1],y=ge(t-u,r-H);return(n?y<a.optimumDistance:y>a.optimumDistance)?{optimumCorner:g,optimumDistance:y}:a},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},jB=function(e,A,t,r,n){var s=0,a=0;switch(e.size){case 0:e.shape===0?s=a=Math.min(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(s=Math.min(Math.abs(A),Math.abs(A-r)),a=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(e.shape===0)s=a=Math.min(ge(A,t),ge(A,t-n),ge(A-r,t),ge(A-r,t-n));else if(e.shape===1){var g=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(A),Math.abs(A-r)),u=Mi(r,n,A,t,!0),H=u[0],y=u[1];s=ge(H-A,(y-t)/g),a=g*s}break;case 1:e.shape===0?s=a=Math.max(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(s=Math.max(Math.abs(A),Math.abs(A-r)),a=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(e.shape===0)s=a=Math.max(ge(A,t),ge(A,t-n),ge(A-r,t),ge(A-r,t-n));else if(e.shape===1){var g=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(A),Math.abs(A-r)),m=Mi(r,n,A,t,!1),H=m[0],y=m[1];s=ge(H-A,(y-t)/g),a=g*s}break}return Array.isArray(e.size)&&(s=IA(e.size[0],r),a=e.size.length===2?IA(e.size[1],n):s),[s,a]},$B=function(e,A){var t=Be(180),r=[];return Qe(A).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&a.value==="to"){t=Si(n);return}else if(Li(a)){t=Tt.parse(e,a);return}}var g=Ot(e,n);r.push(g)}),{angle:t,stops:r,type:1}},Rt=function(e,A){var t=Be(180),r=[];return Qe(A).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&["top","left","right","bottom"].indexOf(a.value)!==-1){t=Si(n);return}else if(Li(a)){t=(Tt.parse(e,a)+Be(270))%Be(360);return}}var g=Ot(e,n);r.push(g)}),{angle:t,stops:r,type:1}},Ac=function(e,A){var t=Be(180),r=[],n=1,s=0,a=3,g=[];return Qe(A).forEach(function(u,H){var y=u[0];if(H===0){if(EA(y)&&y.value==="linear"){n=1;return}else if(EA(y)&&y.value==="radial"){n=2;return}}if(y.type===18){if(y.name==="from"){var m=Je.parse(e,y.values[0]);r.push({stop:kA,color:m})}else if(y.name==="to"){var m=Je.parse(e,y.values[0]);r.push({stop:We,color:m})}else if(y.name==="color-stop"){var _=y.values.filter(Sr);if(_.length===2){var m=Je.parse(e,_[1]),tA=_[0];Lr(tA)&&r.push({stop:{type:16,number:tA.number*100,flags:tA.flags},color:m})}}}}),n===1?{angle:(t+Be(180))%Be(360),stops:r,type:n}:{size:a,shape:s,stops:r,position:g,type:n}},ki="closest-side",Gi="farthest-side",Ni="closest-corner",Vi="farthest-corner",Pi="circle",Xi="ellipse",Wi="cover",Ji="contain",ec=function(e,A){var t=0,r=3,n=[],s=[];return Qe(A).forEach(function(a,g){var u=!0;if(g===0){var H=!1;u=a.reduce(function(m,_){if(H)if(EA(_))switch(_.value){case"center":return s.push(ln),m;case"top":case"left":return s.push(kA),m;case"right":case"bottom":return s.push(We),m}else(LA(_)||Xe(_))&&s.push(_);else if(EA(_))switch(_.value){case Pi:return t=0,!1;case Xi:return t=1,!1;case"at":return H=!0,!1;case ki:return r=0,!1;case Wi:case Gi:return r=1,!1;case Ji:case Ni:return r=2,!1;case Vi:return r=3,!1}else if(Xe(_)||LA(_))return Array.isArray(r)||(r=[]),r.push(_),!1;return m},u)}if(u){var y=Ot(e,a);n.push(y)}}),{size:r,shape:t,stops:n,position:s,type:2}},Mt=function(e,A){var t=0,r=3,n=[],s=[];return Qe(A).forEach(function(a,g){var u=!0;if(g===0?u=a.reduce(function(y,m){if(EA(m))switch(m.value){case"center":return s.push(ln),!1;case"top":case"left":return s.push(kA),!1;case"right":case"bottom":return s.push(We),!1}else if(LA(m)||Xe(m))return s.push(m),!1;return y},u):g===1&&(u=a.reduce(function(y,m){if(EA(m))switch(m.value){case Pi:return t=0,!1;case Xi:return t=1,!1;case Ji:case ki:return r=0,!1;case Gi:return r=1,!1;case Ni:return r=2,!1;case Wi:case Vi:return r=3,!1}else if(Xe(m)||LA(m))return Array.isArray(r)||(r=[]),r.push(m),!1;return y},u)),u){var H=Ot(e,a);n.push(H)}}),{size:r,shape:t,stops:n,position:s,type:2}},rc=function(e){return e.type===1},tc=function(e){return e.type===2},gn={name:"image",parse:function(e,A){if(A.type===22){var t={url:A.value,type:0};return e.cache.addImage(A.value),t}if(A.type===18){var r=Yi[A.name];if(typeof r=="undefined")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return r(e,A.values)}throw new Error("Unsupported image type "+A.type)}};function nc(e){return!(e.type===20&&e.value==="none")&&(e.type!==18||!!Yi[e.name])}var Yi={"linear-gradient":$B,"-moz-linear-gradient":Rt,"-ms-linear-gradient":Rt,"-o-linear-gradient":Rt,"-webkit-linear-gradient":Rt,"radial-gradient":ec,"-moz-radial-gradient":Mt,"-ms-radial-gradient":Mt,"-o-radial-gradient":Mt,"-webkit-radial-gradient":Mt,"-webkit-gradient":Ac},ic={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A.filter(function(r){return Sr(r)&&nc(r)}).map(function(r){return gn.parse(e,r)})}},sc={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(EA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},ac={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(e,A){return Qe(A).map(function(t){return t.filter(LA)}).map(mi)}},oc={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(e,A){return Qe(A).map(function(t){return t.filter(EA).map(function(r){return r.value}).join(" ")}).map(Bc)}},Bc=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}},_r;(function(e){e.AUTO="auto",e.CONTAIN="contain",e.COVER="cover"})(_r||(_r={}));var cc={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(e,A){return Qe(A).map(function(t){return t.filter(fc)})}},fc=function(e){return EA(e)||LA(e)},kt=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},lc=kt("top"),uc=kt("right"),gc=kt("bottom"),wc=kt("left"),Gt=function(e){return{name:"border-radius-"+e,initialValue:"0 0",prefix:!1,type:1,parse:function(A,t){return mi(t.filter(LA))}}},hc=Gt("top-left"),Cc=Gt("top-right"),xc=Gt("bottom-right"),dc=Gt("bottom-left"),Nt=function(e){return{name:"border-"+e+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Qc=Nt("top"),Fc=Nt("right"),Uc=Nt("bottom"),vc=Nt("left"),Vt=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,t){return tt(t)?t.number:0}}},pc=Vt("top"),Ec=Vt("right"),Hc=Vt("bottom"),yc=Vt("left"),mc={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Ic={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(e,A){return A==="rtl"?1:0}},bc={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(e,A){return A.filter(EA).reduce(function(t,r){return t|Dc(r.value)},0)}},Dc=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},Kc={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}},Lc={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}},Pt;(function(e){e.NORMAL="normal",e.STRICT="strict"})(Pt||(Pt={}));var Sc={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="strict"?Pt.STRICT:Pt.NORMAL}},_c={name:"line-height",initialValue:"normal",prefix:!1,type:4},zi=function(e,A){return EA(e)&&e.value==="normal"?1.2*A:e.type===17?A*e.number:LA(e)?IA(e,A):A},Tc={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(e,A){return A.type===20&&A.value==="none"?null:gn.parse(e,A)}},Oc={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(e,A){return A==="inside"?0:1}},wn={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}}},Xt=function(e){return{name:"margin-"+e,initialValue:"0",prefix:!1,type:4}},Rc=Xt("top"),Mc=Xt("right"),kc=Xt("bottom"),Gc=Xt("left"),Nc={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(e,A){return A.filter(EA).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},Vc={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="break-word"?"break-word":"normal"}},Wt=function(e){return{name:"padding-"+e,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},Pc=Wt("top"),Xc=Wt("right"),Wc=Wt("bottom"),Jc=Wt("left"),Yc={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}}},zc={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}},qc={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&fn(A[0],"none")?[]:Qe(A).map(function(t){for(var r={color:ye.TRANSPARENT,offsetX:kA,offsetY:kA,blur:kA},n=0,s=0;s<t.length;s++){var a=t[s];Xe(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:r.blur=a,n++):r.color=Je.parse(e,a)}return r})}},Zc={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}},jc={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 t=ef[A.name];if(typeof t=="undefined")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return t(A.values)}return null}},$c=function(e){var A=e.filter(function(t){return t.type===17}).map(function(t){return t.number});return A.length===6?A:null},Af=function(e){var A=e.filter(function(u){return u.type===17}).map(function(u){return u.number}),t=A[0],r=A[1];A[2],A[3];var n=A[4],s=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var a=A[12],g=A[13];return A[14],A[15],A.length===16?[t,r,n,s,a,g]:null},ef={matrix:$c,matrix3d:Af},qi={type:16,number:50,flags:jr},rf=[qi,qi],tf={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(e,A){var t=A.filter(LA);return t.length!==2?rf:[t[0],t[1]]}},nf={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}}},st;(function(e){e.NORMAL="normal",e.BREAK_ALL="break-all",e.KEEP_ALL="keep-all"})(st||(st={}));for(var sf={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"break-all":return st.BREAK_ALL;case"keep-all":return st.KEEP_ALL;default:return st.NORMAL}}},af={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(e,A){if(A.type===20)return{auto:!0,order:0};if(Lr(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},Zi={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")}},of={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(e,A){return Lr(A)?A.number:1}},Bf={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},cf={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(e,A){return A.filter(EA).map(function(t){switch(t.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(t){return t!==0})}},ff={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(e,A){var t=[],r=[];return A.forEach(function(n){switch(n.type){case 20:case 0:t.push(n.value);break;case 17:t.push(n.number.toString());break;case 4:r.push(t.join(" ")),t.length=0;break}}),t.length&&r.push(t.join(" ")),r.map(function(n){return n.indexOf(" ")===-1?n:"'"+n+"'"})}},lf={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},uf={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(e,A){return Lr(A)?A.number:EA(A)&&A.value==="bold"?700:400}},gf={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.filter(EA).map(function(t){return t.value})}},wf={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"}}},OA=function(e,A){return(e&A)!==0},hf={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A}},Cf={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=A.filter(yi),s=0;s<n.length;s++){var a=n[s],g=n[s+1];if(a.type===20){var u=g&&Lr(g)?g.number:1;r.push({counter:a.value,increment:u})}}return r}},xf={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return[];for(var t=[],r=A.filter(yi),n=0;n<r.length;n++){var s=r[n],a=r[n+1];if(EA(s)&&s.value!=="none"){var g=a&&Lr(a)?a.number:0;t.push({counter:s.value,reset:g})}}return t}},df={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(e,A){return A.filter(tt).map(function(t){return Zi.parse(e,t)})}},Qf={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;var r=[],n=A.filter(XB);if(n.length%2!==0)return null;for(var s=0;s<n.length;s+=2){var a=n[s].value,g=n[s+1].value;r.push({open:a,close:g})}return r}},ji=function(e,A,t){if(!e)return"";var r=e[Math.min(A,e.length-1)];return r?t?r.open:r.close:""},Ff={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&fn(A[0],"none")?[]:Qe(A).map(function(t){for(var r={color:255,offsetX:kA,offsetY:kA,blur:kA,spread:kA,inset:!1},n=0,s=0;s<t.length;s++){var a=t[s];fn(a,"inset")?r.inset=!0:Xe(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:n===2?r.blur=a:r.spread=a,n++):r.color=Je.parse(e,a)}return r})}},Uf={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(e,A){var t=[0,1,2],r=[];return A.filter(EA).forEach(function(n){switch(n.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),t.forEach(function(n){r.indexOf(n)===-1&&r.push(n)}),r}},vf={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},pf={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(e,A){return tt(A)?A.number:0}},Ef=(function(){function e(A,t){var r,n;this.animationDuration=nA(A,df,t.animationDuration),this.backgroundClip=nA(A,YB,t.backgroundClip),this.backgroundColor=nA(A,zB,t.backgroundColor),this.backgroundImage=nA(A,ic,t.backgroundImage),this.backgroundOrigin=nA(A,sc,t.backgroundOrigin),this.backgroundPosition=nA(A,ac,t.backgroundPosition),this.backgroundRepeat=nA(A,oc,t.backgroundRepeat),this.backgroundSize=nA(A,cc,t.backgroundSize),this.borderTopColor=nA(A,lc,t.borderTopColor),this.borderRightColor=nA(A,uc,t.borderRightColor),this.borderBottomColor=nA(A,gc,t.borderBottomColor),this.borderLeftColor=nA(A,wc,t.borderLeftColor),this.borderTopLeftRadius=nA(A,hc,t.borderTopLeftRadius),this.borderTopRightRadius=nA(A,Cc,t.borderTopRightRadius),this.borderBottomRightRadius=nA(A,xc,t.borderBottomRightRadius),this.borderBottomLeftRadius=nA(A,dc,t.borderBottomLeftRadius),this.borderTopStyle=nA(A,Qc,t.borderTopStyle),this.borderRightStyle=nA(A,Fc,t.borderRightStyle),this.borderBottomStyle=nA(A,Uc,t.borderBottomStyle),this.borderLeftStyle=nA(A,vc,t.borderLeftStyle),this.borderTopWidth=nA(A,pc,t.borderTopWidth),this.borderRightWidth=nA(A,Ec,t.borderRightWidth),this.borderBottomWidth=nA(A,Hc,t.borderBottomWidth),this.borderLeftWidth=nA(A,yc,t.borderLeftWidth),this.boxShadow=nA(A,Ff,t.boxShadow),this.color=nA(A,mc,t.color),this.direction=nA(A,Ic,t.direction),this.display=nA(A,bc,t.display),this.float=nA(A,Kc,t.cssFloat),this.fontFamily=nA(A,ff,t.fontFamily),this.fontSize=nA(A,lf,t.fontSize),this.fontStyle=nA(A,wf,t.fontStyle),this.fontVariant=nA(A,gf,t.fontVariant),this.fontWeight=nA(A,uf,t.fontWeight),this.letterSpacing=nA(A,Lc,t.letterSpacing),this.lineBreak=nA(A,Sc,t.lineBreak),this.lineHeight=nA(A,_c,t.lineHeight),this.listStyleImage=nA(A,Tc,t.listStyleImage),this.listStylePosition=nA(A,Oc,t.listStylePosition),this.listStyleType=nA(A,wn,t.listStyleType),this.marginTop=nA(A,Rc,t.marginTop),this.marginRight=nA(A,Mc,t.marginRight),this.marginBottom=nA(A,kc,t.marginBottom),this.marginLeft=nA(A,Gc,t.marginLeft),this.opacity=nA(A,of,t.opacity);var s=nA(A,Nc,t.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=nA(A,Vc,t.overflowWrap),this.paddingTop=nA(A,Pc,t.paddingTop),this.paddingRight=nA(A,Xc,t.paddingRight),this.paddingBottom=nA(A,Wc,t.paddingBottom),this.paddingLeft=nA(A,Jc,t.paddingLeft),this.paintOrder=nA(A,Uf,t.paintOrder),this.position=nA(A,zc,t.position),this.textAlign=nA(A,Yc,t.textAlign),this.textDecorationColor=nA(A,Bf,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=nA(A,cf,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=nA(A,qc,t.textShadow),this.textTransform=nA(A,Zc,t.textTransform),this.transform=nA(A,jc,t.transform),this.transformOrigin=nA(A,tf,t.transformOrigin),this.visibility=nA(A,nf,t.visibility),this.webkitTextStrokeColor=nA(A,vf,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=nA(A,pf,t.webkitTextStrokeWidth),this.wordBreak=nA(A,sf,t.wordBreak),this.zIndex=nA(A,af,t.zIndex)}return e.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},e.prototype.isTransparent=function(){return Ye(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 OA(this.display,4)||OA(this.display,33554432)||OA(this.display,268435456)||OA(this.display,536870912)||OA(this.display,67108864)||OA(this.display,134217728)},e})(),Hf=(function(){function e(A,t){this.content=nA(A,hf,t.content),this.quotes=nA(A,Qf,t.quotes)}return e})(),$i=(function(){function e(A,t){this.counterIncrement=nA(A,Cf,t.counterIncrement),this.counterReset=nA(A,xf,t.counterReset)}return e})(),nA=function(e,A,t){var r=new Ei,n=t!==null&&typeof t!="undefined"?t.toString():A.initialValue;r.write(n);var s=new Hi(r.read());switch(A.type){case 2:var a=s.parseComponentValue();return A.parse(e,EA(a)?a.value:A.initialValue);case 0:return A.parse(e,s.parseComponentValue());case 1:return A.parse(e,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(A.format){case"angle":return Tt.parse(e,s.parseComponentValue());case"color":return Je.parse(e,s.parseComponentValue());case"image":return gn.parse(e,s.parseComponentValue());case"length":var g=s.parseComponentValue();return Xe(g)?g:kA;case"length-percentage":var u=s.parseComponentValue();return LA(u)?u:kA;case"time":return Zi.parse(e,s.parseComponentValue())}break}},yf="data-html2canvas-debug",mf=function(e){var A=e.getAttribute(yf);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},hn=function(e,A){var t=mf(e);return t===1||A===t},Fe=(function(){function e(A,t){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,hn(t,3))debugger;this.styles=new Ef(A,window.getComputedStyle(t,null)),bn(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=B(this.context,t),hn(t,4)&&(this.flags|=16)}return e})(),If="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",As="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",at=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Jt=0;Jt<As.length;Jt++)at[As.charCodeAt(Jt)]=Jt;for(var bf=function(e){var A=e.length*.75,t=e.length,r,n=0,s,a,g,u;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var H=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(H)?H:new Uint8Array(H);for(r=0;r<t;r+=4)s=at[e.charCodeAt(r)],a=at[e.charCodeAt(r+1)],g=at[e.charCodeAt(r+2)],u=at[e.charCodeAt(r+3)],y[n++]=s<<2|a>>4,y[n++]=(a&15)<<4|g>>2,y[n++]=(g&3)<<6|u&63;return H},Df=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},Kf=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},gr=5,Cn=11,xn=2,Lf=Cn-gr,es=65536>>gr,Sf=1<<gr,dn=Sf-1,_f=1024>>gr,Tf=es+_f,Of=Tf,Rf=32,Mf=Of+Rf,kf=65536>>Cn,Gf=1<<Lf,Nf=Gf-1,rs=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},Vf=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},Pf=function(e,A){var t=bf(e),r=Array.isArray(t)?Kf(t):new Uint32Array(t),n=Array.isArray(t)?Df(t):new Uint16Array(t),s=24,a=rs(n,s/2,r[4]/2),g=r[5]===2?rs(n,(s+r[4])/2):Vf(r,Math.ceil((s+r[4])/4));return new Xf(r[0],r[1],r[2],r[3],a,g)},Xf=(function(){function e(A,t,r,n,s,a){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>gr],t=(t<<xn)+(A&dn),this.data[t];if(A<=65535)return t=this.index[es+(A-55296>>gr)],t=(t<<xn)+(A&dn),this.data[t];if(A<this.highStart)return t=Mf-kf+(A>>Cn),t=this.index[t],t+=A>>gr&Nf,t=this.index[t],t=(t<<xn)+(A&dn),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),ts="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Wf=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Yt=0;Yt<ts.length;Yt++)Wf[ts.charCodeAt(Yt)]=Yt;var Jf=1,Qn=2,Fn=3,ns=4,is=5,Yf=7,ss=8,Un=9,vn=10,as=11,os=12,Bs=13,cs=14,pn=15,zf=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=e.charCodeAt(t++);(s&64512)===56320?A.push(((n&1023)<<10)+(s&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},qf=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=e[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Zf=Pf(If),ce="\xD7",En="\xF7",jf=function(e){return Zf.get(e)},$f=function(e,A,t){var r=t-2,n=A[r],s=A[t-1],a=A[t];if(s===Qn&&a===Fn)return ce;if(s===Qn||s===Fn||s===ns||a===Qn||a===Fn||a===ns)return En;if(s===ss&&[ss,Un,as,os].indexOf(a)!==-1||(s===as||s===Un)&&(a===Un||a===vn)||(s===os||s===vn)&&a===vn||a===Bs||a===is||a===Yf||s===Jf)return ce;if(s===Bs&&a===cs){for(;n===is;)n=A[--r];if(n===cs)return ce}if(s===pn&&a===pn){for(var g=0;n===pn;)g++,n=A[--r];if(g%2===0)return ce}return En},Al=function(e){var A=zf(e),t=A.length,r=0,n=0,s=A.map(jf);return{next:function(){if(r>=t)return{done:!0,value:null};for(var a=ce;r<t&&(a=$f(A,s,++r))===ce;);if(a!==ce||r===t){var g=qf.apply(null,A.slice(n,r));return n=r,{value:g,done:!1}}return{done:!0,value:null}}}},el=function(e){for(var A=Al(e),t=[],r;!(r=A.next()).done;)r.value&&t.push(r.value.slice());return t},rl=function(e){var A=123;if(e.createRange){var t=e.createRange();if(t.getBoundingClientRect){var r=e.createElement("boundtest");r.style.height=A+"px",r.style.display="block",e.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),s=Math.round(n.height);if(e.body.removeChild(r),s===A)return!0}}return!1},tl=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 t=e.createRange();A.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var r=A.firstChild,n=F(r.data).map(function(u){return l(u)}),s=0,a={},g=n.every(function(u,H){t.setStart(r,s),t.setEnd(r,s+u.length);var y=t.getBoundingClientRect();s+=u.length;var m=y.x>a.x||y.y>a.y;return a=y,H===0?!0:m});return e.body.removeChild(A),g},nl=function(){return typeof new Image().crossOrigin!="undefined"},il=function(){return typeof new XMLHttpRequest().responseType=="string"},sl=function(e){var A=new Image,t=e.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;A.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(A,0,0),t.toDataURL()}catch{return!1}return!0},fs=function(e){return e[0]===0&&e[1]===255&&e[2]===0&&e[3]===255},al=function(e){var A=e.createElement("canvas"),t=100;A.width=t,A.height=t;var r=A.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,s=A.toDataURL();n.src=s;var a=Hn(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),ls(a).then(function(g){r.drawImage(g,0,0);var u=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var H=e.createElement("div");return H.style.backgroundImage="url("+s+")",H.style.height=t+"px",fs(u)?ls(Hn(t,t,0,0,H)):Promise.reject(!1)}).then(function(g){return r.drawImage(g,0,0),fs(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},Hn=function(e,A,t,r,n){var s="http://www.w3.org/2000/svg",a=document.createElementNS(s,"svg"),g=document.createElementNS(s,"foreignObject");return a.setAttributeNS(null,"width",e.toString()),a.setAttributeNS(null,"height",A.toString()),g.setAttributeNS(null,"width","100%"),g.setAttributeNS(null,"height","100%"),g.setAttributeNS(null,"x",t.toString()),g.setAttributeNS(null,"y",r.toString()),g.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(g),g.appendChild(n),a},ls=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){return A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},GA={get SUPPORT_RANGE_BOUNDS(){var e=rl(document);return Object.defineProperty(GA,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_WORD_BREAKING(){var e=GA.SUPPORT_RANGE_BOUNDS&&tl(document);return Object.defineProperty(GA,"SUPPORT_WORD_BREAKING",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=sl(document);return Object.defineProperty(GA,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e=typeof Array.from=="function"&&typeof window.fetch=="function"?al(document):Promise.resolve(!1);return Object.defineProperty(GA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=nl();return Object.defineProperty(GA,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=il();return Object.defineProperty(GA,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(GA,"SUPPORT_CORS_XHR",{value:e}),e},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var e=!!(typeof Intl!="undefined"&&Intl.Segmenter);return Object.defineProperty(GA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:e}),e}},ot=(function(){function e(A,t){this.text=A,this.bounds=t}return e})(),ol=function(e,A,t,r){var n=fl(A,t),s=[],a=0;return n.forEach(function(g){if(t.textDecorationLine.length||g.trim().length>0)if(GA.SUPPORT_RANGE_BOUNDS){var u=us(r,a,g.length).getClientRects();if(u.length>1){var H=yn(g),y=0;H.forEach(function(_){s.push(new ot(_,h.fromDOMRectList(e,us(r,y+a,_.length).getClientRects()))),y+=_.length})}else s.push(new ot(g,h.fromDOMRectList(e,u)))}else{var m=r.splitText(g.length);s.push(new ot(g,Bl(e,r))),r=m}else GA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(g.length));a+=g.length}),s},Bl=function(e,A){var t=A.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(A.cloneNode(!0));var n=A.parentNode;if(n){n.replaceChild(r,A);var s=B(e,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return h.EMPTY},us=function(e,A,t){var r=e.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(e,A),n.setEnd(e,A+t),n},yn=function(e){if(GA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(e)).map(function(t){return t.segment})}return el(e)},cl=function(e,A){if(GA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(e)).map(function(r){return r.segment})}return ul(e,A)},fl=function(e,A){return A.letterSpacing!==0?yn(e):cl(e,A)},ll=[32,160,4961,65792,65793,4153,4241],ul=function(e,A){for(var t=Mo(e,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),r=[],n,s=function(){if(n.value){var a=n.value.slice(),g=F(a),u="";g.forEach(function(H){ll.indexOf(H)===-1?u+=l(H):(u.length&&r.push(u),r.push(l(H)),u="")}),u.length&&r.push(u)}};!(n=t.next()).done;)s();return r},gl=(function(){function e(A,t,r){this.text=wl(t.data,r.textTransform),this.textBounds=ol(A,this.text,r,t)}return e})(),wl=function(e,A){switch(A){case 1:return e.toLowerCase();case 3:return e.replace(hl,Cl);case 2:return e.toUpperCase();default:return e}},hl=/(^|\s|:|-|\(|\))([a-z])/g,Cl=function(e,A,t){return e.length>0?A+t.toUpperCase():e},gs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.src=r.currentSrc||r.src,n.intrinsicWidth=r.naturalWidth,n.intrinsicHeight=r.naturalHeight,n.context.cache.addImage(n.src),n}return A})(Fe),ws=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return A})(Fe),hs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this,s=new XMLSerializer,a=B(t,r);return r.setAttribute("width",a.width+"px"),r.setAttribute("height",a.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return A})(Fe),Cs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A})(Fe),mn=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return A})(Fe),xl=[{type:15,flags:0,unit:"px",number:3}],dl=[{type:16,flags:0,number:50}],Ql=function(e){return e.width>e.height?new h(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width<e.height?new h(e.left,e.top+(e.height-e.width)/2,e.width,e.width):e},Fl=function(e){var A=e.type===Ul?new Array(e.value.length+1).join("\u2022"):e.value;return A.length===0?e.placeholder||"":A},zt="checkbox",qt="radio",Ul="password",xs=707406591,In=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=Fl(r),(n.type===zt||n.type===qt)&&(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=Ql(n.bounds)),n.type){case zt:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=xl;break;case qt:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=dl;break}return n}return A})(Fe),ds=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this,s=r.options[r.selectedIndex||0];return n.value=s&&s.text||"",n}return A})(Fe),Qs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A})(Fe),Fs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;n.src=r.src,n.width=parseInt(r.width,10)||0,n.height=parseInt(r.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){n.tree=vs(t,r.contentWindow.document.documentElement);var s=r.contentWindow.document.documentElement?it(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):ye.TRANSPARENT,a=r.contentWindow.document.body?it(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):ye.TRANSPARENT;n.backgroundColor=Ye(s)?Ye(a)?n.styles.backgroundColor:a:s}}catch{}return n}return A})(Fe),vl=["OL","UL","MENU"],Zt=function(e,A,t,r){for(var n=A.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,ps(n)&&n.data.trim().length>0)t.textNodes.push(new gl(e,n,t.styles));else if(Tr(n))if(bs(n)&&n.assignedNodes)n.assignedNodes().forEach(function(g){return Zt(e,g,t,r)});else{var a=Us(e,n);a.styles.isVisible()&&(pl(n,a,r)?a.flags|=4:El(a.styles)&&(a.flags|=2),vl.indexOf(n.tagName)!==-1&&(a.flags|=8),t.elements.push(a),n.slot,n.shadowRoot?Zt(e,n.shadowRoot,a,r):!$t(n)&&!Es(n)&&!A0(n)&&Zt(e,n,a,r))}},Us=function(e,A){return Kn(A)?new gs(e,A):Hs(A)?new ws(e,A):Es(A)?new hs(e,A):Hl(A)?new Cs(e,A):yl(A)?new mn(e,A):ml(A)?new In(e,A):A0(A)?new ds(e,A):$t(A)?new Qs(e,A):ms(A)?new Fs(e,A):new Fe(e,A)},vs=function(e,A){var t=Us(e,A);return t.flags|=4,Zt(e,A,t,t),t},pl=function(e,A,t){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||Dn(e)&&t.styles.isTransparent()},El=function(e){return e.isPositioned()||e.isFloating()},ps=function(e){return e.nodeType===Node.TEXT_NODE},Tr=function(e){return e.nodeType===Node.ELEMENT_NODE},bn=function(e){return Tr(e)&&typeof e.style!="undefined"&&!jt(e)},jt=function(e){return typeof e.className=="object"},Hl=function(e){return e.tagName==="LI"},yl=function(e){return e.tagName==="OL"},ml=function(e){return e.tagName==="INPUT"},Il=function(e){return e.tagName==="HTML"},Es=function(e){return e.tagName==="svg"},Dn=function(e){return e.tagName==="BODY"},Hs=function(e){return e.tagName==="CANVAS"},ys=function(e){return e.tagName==="VIDEO"},Kn=function(e){return e.tagName==="IMG"},ms=function(e){return e.tagName==="IFRAME"},Is=function(e){return e.tagName==="STYLE"},bl=function(e){return e.tagName==="SCRIPT"},$t=function(e){return e.tagName==="TEXTAREA"},A0=function(e){return e.tagName==="SELECT"},bs=function(e){return e.tagName==="SLOT"},Ds=function(e){return e.tagName.indexOf("-")>0},Dl=(function(){function e(){this.counters={}}return e.prototype.getCounterValue=function(A){var t=this.counters[A];return t&&t.length?t[t.length-1]:1},e.prototype.getCounterValues=function(A){var t=this.counters[A];return t||[]},e.prototype.pop=function(A){var t=this;A.forEach(function(r){return t.counters[r].pop()})},e.prototype.parse=function(A){var t=this,r=A.counterIncrement,n=A.counterReset,s=!0;r!==null&&r.forEach(function(g){var u=t.counters[g.counter];u&&g.increment!==0&&(s=!1,u.length||u.push(1),u[Math.max(0,u.length-1)]+=g.increment)});var a=[];return s&&n.forEach(function(g){var u=t.counters[g.counter];a.push(g.counter),u||(u=t.counters[g.counter]=[]),u.push(g.reset)}),a},e})(),Ks={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"]},Ls={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"]},Kl={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"]},Ll={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"]},Or=function(e,A,t,r,n,s){return e<A||e>t?ct(e,n,s.length>0):r.integers.reduce(function(a,g,u){for(;e>=g;)e-=g,a+=r.values[u];return a},"")+s},Ss=function(e,A,t,r){var n="";do t||e--,n=r(e)+n,e/=A;while(e*A>=A);return n},DA=function(e,A,t,r,n){var s=t-A+1;return(e<0?"-":"")+(Ss(Math.abs(e),s,r,function(a){return l(Math.floor(a%s)+A)})+n)},wr=function(e,A,t){t===void 0&&(t=". ");var r=A.length;return Ss(Math.abs(e),r,!1,function(n){return A[Math.floor(n%r)]})+t},Rr=1,qe=2,Ze=4,Bt=8,me=function(e,A,t,r,n,s){if(e<-9999||e>9999)return ct(e,4,n.length>0);var a=Math.abs(e),g=n;if(a===0)return A[0]+g;for(var u=0;a>0&&u<=4;u++){var H=a%10;H===0&&OA(s,Rr)&&g!==""?g=A[H]+g:H>1||H===1&&u===0||H===1&&u===1&&OA(s,qe)||H===1&&u===1&&OA(s,Ze)&&e>100||H===1&&u>1&&OA(s,Bt)?g=A[H]+(u>0?t[u-1]:"")+g:H===1&&u>0&&(g=t[u-1]+g),a=Math.floor(a/10)}return(e<0?r:"")+g},_s="\u5341\u767E\u5343\u842C",Ts="\u62FE\u4F70\u4EDF\u842C",Os="\u30DE\u30A4\u30CA\u30B9",Ln="\uB9C8\uC774\uB108\uC2A4",ct=function(e,A,t){var r=t?". ":"",n=t?"\u3001":"",s=t?", ":"",a=t?" ":"";switch(A){case 0:return"\u2022"+a;case 1:return"\u25E6"+a;case 2:return"\u25FE"+a;case 5:var g=DA(e,48,57,!0,r);return g.length<4?"0"+g:g;case 4:return wr(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",n);case 6:return Or(e,1,3999,Ks,3,r).toLowerCase();case 7:return Or(e,1,3999,Ks,3,r);case 8:return DA(e,945,969,!1,r);case 9:return DA(e,97,122,!1,r);case 10:return DA(e,65,90,!1,r);case 11:return DA(e,1632,1641,!0,r);case 12:case 49:return Or(e,1,9999,Ls,3,r);case 35:return Or(e,1,9999,Ls,3,r).toLowerCase();case 13:return DA(e,2534,2543,!0,r);case 14:case 30:return DA(e,6112,6121,!0,r);case 15:return wr(e,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",n);case 16:return wr(e,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",n);case 17:case 48:return me(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",_s,"\u8CA0",n,qe|Ze|Bt);case 47:return me(e,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",Ts,"\u8CA0",n,Rr|qe|Ze|Bt);case 42:return me(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",_s,"\u8D1F",n,qe|Ze|Bt);case 41:return me(e,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",Ts,"\u8D1F",n,Rr|qe|Ze|Bt);case 26:return me(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",Os,n,0);case 25:return me(e,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",Os,n,Rr|qe|Ze);case 31:return me(e,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",Ln,s,Rr|qe|Ze);case 33:return me(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",Ln,s,0);case 32:return me(e,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",Ln,s,Rr|qe|Ze);case 18:return DA(e,2406,2415,!0,r);case 20:return Or(e,1,19999,Ll,3,r);case 21:return DA(e,2790,2799,!0,r);case 22:return DA(e,2662,2671,!0,r);case 22:return Or(e,1,10999,Kl,3,r);case 23:return wr(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 wr(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 DA(e,3302,3311,!0,r);case 28:return wr(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",n);case 29:return wr(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",n);case 34:return DA(e,3792,3801,!0,r);case 37:return DA(e,6160,6169,!0,r);case 38:return DA(e,4160,4169,!0,r);case 39:return DA(e,2918,2927,!0,r);case 40:return DA(e,1776,1785,!0,r);case 43:return DA(e,3046,3055,!0,r);case 44:return DA(e,3174,3183,!0,r);case 45:return DA(e,3664,3673,!0,r);case 46:return DA(e,3872,3881,!0,r);default:return DA(e,48,57,!0,r)}},Rs="data-html2canvas-ignore",Ms=(function(){function e(A,t,r){if(this.context=A,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new Dl,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return e.prototype.toIFrame=function(A,t){var r=this,n=Sl(A,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var s=A.defaultView.pageXOffset,a=A.defaultView.pageYOffset,g=n.contentWindow,u=g.document,H=Ol(n).then(function(){return c(r,void 0,void 0,function(){var y,m;return Q(this,function(_){switch(_.label){case 0:return this.scrolledElements.forEach(Gl),g&&(g.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(g.scrollY!==t.top||g.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(g.scrollX-t.left,g.scrollY-t.top,0,0))),y=this.options.onclone,m=this.clonedReferenceElement,typeof m=="undefined"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:u.fonts&&u.fonts.ready?[4,u.fonts.ready]:[3,2];case 1:_.sent(),_.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Tl(u)]:[3,4];case 3:_.sent(),_.label=4;case 4:return typeof y=="function"?[2,Promise.resolve().then(function(){return y(u,m)}).then(function(){return n})]:[2,n]}})})});return u.open(),u.write(Ml(document.doctype)+"<html></html>"),kl(this.referenceElement.ownerDocument,s,a),u.replaceChild(u.adoptNode(this.documentElement),u.documentElement),u.close(),H},e.prototype.createElementClone=function(A){if(hn(A,2))debugger;if(Hs(A))return this.createCanvasClone(A);if(ys(A))return this.createVideoClone(A);if(Is(A))return this.createStyleClone(A);var t=A.cloneNode(!1);return Kn(t)&&(Kn(A)&&A.currentSrc&&A.currentSrc!==A.src&&(t.src=A.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),Ds(t)?this.createCustomElementClone(t):t},e.prototype.createCustomElementClone=function(A){var t=document.createElement("html2canvascustomelement");return Sn(A.style,t),t},e.prototype.createStyleClone=function(A){try{var t=A.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(s,a){return a&&typeof a.cssText=="string"?s+a.cssText:s},""),n=A.cloneNode(!1);return n.textContent=r,n}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return A.cloneNode(!1)},e.prototype.createCanvasClone=function(A){var t;if(this.options.inlineImages&&A.ownerDocument){var r=A.ownerDocument.createElement("img");try{return r.src=A.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var n=A.cloneNode(!1);try{n.width=A.width,n.height=A.height;var s=A.getContext("2d"),a=n.getContext("2d");if(a)if(!this.options.allowTaint&&s)a.putImageData(s.getImageData(0,0,A.width,A.height),0,0);else{var g=(t=A.getContext("webgl2"))!==null&&t!==void 0?t:A.getContext("webgl");if(g){var u=g.getContextAttributes();(u==null?void 0:u.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}a.drawImage(A,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return n},e.prototype.createVideoClone=function(A){var t=A.ownerDocument.createElement("canvas");t.width=A.offsetWidth,t.height=A.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(A,0,0,t.width,t.height),this.options.allowTaint||r.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var n=A.ownerDocument.createElement("canvas");return n.width=A.offsetWidth,n.height=A.offsetHeight,n},e.prototype.appendChildNode=function(A,t,r){(!Tr(t)||!bl(t)&&!t.hasAttribute(Rs)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!Tr(t)||!Is(t))&&A.appendChild(this.cloneNode(t,r))},e.prototype.cloneChildNodes=function(A,t,r){for(var n=this,s=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;s;s=s.nextSibling)if(Tr(s)&&bs(s)&&typeof s.assignedNodes=="function"){var a=s.assignedNodes();a.length&&a.forEach(function(g){return n.appendChildNode(t,g,r)})}else this.appendChildNode(t,s,r)},e.prototype.cloneNode=function(A,t){if(ps(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var r=A.ownerDocument.defaultView;if(r&&Tr(A)&&(bn(A)||jt(A))){var n=this.createElementClone(A);n.style.transitionProperty="none";var s=r.getComputedStyle(A),a=r.getComputedStyle(A,":before"),g=r.getComputedStyle(A,":after");this.referenceElement===A&&bn(n)&&(this.clonedReferenceElement=n),Dn(n)&&Pl(n);var u=this.counters.parse(new $i(this.context,s)),H=this.resolvePseudoContent(A,n,a,ft.BEFORE);Ds(A)&&(t=!0),ys(A)||this.cloneChildNodes(A,n,t),H&&n.insertBefore(H,n.firstChild);var y=this.resolvePseudoContent(A,n,g,ft.AFTER);return y&&n.appendChild(y),this.counters.pop(u),(s&&(this.options.copyStyles||jt(A))&&!ms(A)||t)&&Sn(s,n),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([n,A.scrollLeft,A.scrollTop]),($t(A)||A0(A))&&($t(n)||A0(n))&&(n.value=A.value),n}return A.cloneNode(!1)},e.prototype.resolvePseudoContent=function(A,t,r,n){var s=this;if(r){var a=r.content,g=t.ownerDocument;if(!(!g||!a||a==="none"||a==="-moz-alt-content"||r.display==="none")){this.counters.parse(new $i(this.context,r));var u=new Hf(this.context,r),H=g.createElement("html2canvaspseudoelement");Sn(r,H),u.content.forEach(function(m){if(m.type===0)H.appendChild(g.createTextNode(m.value));else if(m.type===22){var _=g.createElement("img");_.src=m.value,_.style.opacity="1",H.appendChild(_)}else if(m.type===18){if(m.name==="attr"){var tA=m.values.filter(EA);tA.length&&H.appendChild(g.createTextNode(A.getAttribute(tA[0].value)||""))}else if(m.name==="counter"){var z=m.values.filter(Sr),j=z[0],uA=z[1];if(j&&EA(j)){var sA=s.counters.getCounterValue(j.value),iA=uA&&EA(uA)?wn.parse(s.context,uA.value):3;H.appendChild(g.createTextNode(ct(sA,iA,!1)))}}else if(m.name==="counters"){var UA=m.values.filter(Sr),j=UA[0],wA=UA[1],uA=UA[2];if(j&&EA(j)){var BA=s.counters.getCounterValues(j.value),AA=uA&&EA(uA)?wn.parse(s.context,uA.value):3,QA=wA&&wA.type===0?wA.value:"",FA=BA.map(function($A){return ct($A,AA,!1)}).join(QA);H.appendChild(g.createTextNode(FA))}}}else if(m.type===20)switch(m.value){case"open-quote":H.appendChild(g.createTextNode(ji(u.quotes,s.quoteDepth++,!0)));break;case"close-quote":H.appendChild(g.createTextNode(ji(u.quotes,--s.quoteDepth,!1)));break;default:H.appendChild(g.createTextNode(m.value))}}),H.className=_n+" "+Tn;var y=n===ft.BEFORE?" "+_n:" "+Tn;return jt(t)?t.className.baseValue+=y:t.className+=y,H}}},e.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},e})(),ft;(function(e){e[e.BEFORE=0]="BEFORE",e[e.AFTER=1]="AFTER"})(ft||(ft={}));var Sl=function(e,A){var t=e.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=A.width.toString(),t.height=A.height.toString(),t.scrolling="no",t.setAttribute(Rs,"true"),e.body.appendChild(t),t},_l=function(e){return new Promise(function(A){if(e.complete){A();return}if(!e.src){A();return}e.onload=A,e.onerror=A})},Tl=function(e){return Promise.all([].slice.call(e.images,0).map(_l))},Ol=function(e){return new Promise(function(A,t){var r=e.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=e.onload=function(){r.onload=e.onload=null;var s=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(s),A(e))},50)}})},Rl=["all","d","content"],Sn=function(e,A){for(var t=e.length-1;t>=0;t--){var r=e.item(t);Rl.indexOf(r)===-1&&A.style.setProperty(r,e.getPropertyValue(r))}return A},Ml=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},kl=function(e,A,t){e&&e.defaultView&&(A!==e.defaultView.pageXOffset||t!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(A,t)},Gl=function(e){var A=e[0],t=e[1],r=e[2];A.scrollLeft=t,A.scrollTop=r},Nl=":before",Vl=":after",_n="___html2canvas___pseudoelement_before",Tn="___html2canvas___pseudoelement_after",ks=`{
1
+ (()=>{var bu=Object.create;var Zs=Object.defineProperty;var Du=Object.getOwnPropertyDescriptor;var Ku=Object.getOwnPropertyNames;var Lu=Object.getPrototypeOf,Su=Object.prototype.hasOwnProperty;var js=(o=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(o,{get:(i,B)=>(typeof require!="undefined"?require:i)[B]}):o)(function(o){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+o+'" is not supported')});var CA=(o,i)=>()=>(i||o((i={exports:{}}).exports,i),i.exports);var _u=(o,i,B,c)=>{if(i&&typeof i=="object"||typeof i=="function")for(let Q of Ku(i))!Su.call(o,Q)&&Q!==B&&Zs(o,Q,{get:()=>i[Q],enumerable:!(c=Du(i,Q))||c.enumerable});return o};var $s=(o,i,B)=>(B=o!=null?bu(Lu(o)):{},_u(i||!o||!o.__esModule?Zs(B,"default",{value:o,enumerable:!0}):B,o));var Aa=CA(()=>{});var dA=CA((o0,ea)=>{(function(o,i){typeof o0=="object"?ea.exports=o0=i():typeof define=="function"&&define.amd?define([],i):o.CryptoJS=i()})(o0,function(){var o=o||(function(i,B){var c;if(typeof window!="undefined"&&window.crypto&&(c=window.crypto),typeof self!="undefined"&&self.crypto&&(c=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(c=globalThis.crypto),!c&&typeof window!="undefined"&&window.msCrypto&&(c=window.msCrypto),!c&&typeof global!="undefined"&&global.crypto&&(c=global.crypto),!c&&typeof js=="function")try{c=Aa()}catch{}var Q=function(){if(c){if(typeof c.getRandomValues=="function")try{return c.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof c.randomBytes=="function")try{return c.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},d=Object.create||(function(){function x(){}return function(U){var K;return x.prototype=U,K=new x,x.prototype=null,K}})(),h={},f=h.lib={},w=f.Base=(function(){return{extend:function(x){var U=d(this);return x&&U.mixIn(x),(!U.hasOwnProperty("init")||this.init===U.init)&&(U.init=function(){U.$super.init.apply(this,arguments)}),U.init.prototype=U,U.$super=this,U},create:function(){var x=this.extend();return x.init.apply(x,arguments),x},init:function(){},mixIn:function(x){for(var U in x)x.hasOwnProperty(U)&&(this[U]=x[U]);x.hasOwnProperty("toString")&&(this.toString=x.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),F=f.WordArray=w.extend({init:function(x,U){x=this.words=x||[],U!=B?this.sigBytes=U:this.sigBytes=x.length*4},toString:function(x){return(x||v).stringify(this)},concat:function(x){var U=this.words,K=x.words,b=this.sigBytes,L=x.sigBytes;if(this.clamp(),b%4)for(var S=0;S<L;S++){var q=K[S>>>2]>>>24-S%4*8&255;U[b+S>>>2]|=q<<24-(b+S)%4*8}else for(var J=0;J<L;J+=4)U[b+J>>>2]=K[J>>>2];return this.sigBytes+=L,this},clamp:function(){var x=this.words,U=this.sigBytes;x[U>>>2]&=4294967295<<32-U%4*8,x.length=i.ceil(U/4)},clone:function(){var x=w.clone.call(this);return x.words=this.words.slice(0),x},random:function(x){for(var U=[],K=0;K<x;K+=4)U.push(Q());return new F.init(U,x)}}),l=h.enc={},v=l.Hex={stringify:function(x){for(var U=x.words,K=x.sigBytes,b=[],L=0;L<K;L++){var S=U[L>>>2]>>>24-L%4*8&255;b.push((S>>>4).toString(16)),b.push((S&15).toString(16))}return b.join("")},parse:function(x){for(var U=x.length,K=[],b=0;b<U;b+=2)K[b>>>3]|=parseInt(x.substr(b,2),16)<<24-b%8*4;return new F.init(K,U/2)}},C=l.Latin1={stringify:function(x){for(var U=x.words,K=x.sigBytes,b=[],L=0;L<K;L++){var S=U[L>>>2]>>>24-L%4*8&255;b.push(String.fromCharCode(S))}return b.join("")},parse:function(x){for(var U=x.length,K=[],b=0;b<U;b++)K[b>>>2]|=(x.charCodeAt(b)&255)<<24-b%4*8;return new F.init(K,U)}},E=l.Utf8={stringify:function(x){try{return decodeURIComponent(escape(C.stringify(x)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(x){return C.parse(unescape(encodeURIComponent(x)))}},p=f.BufferedBlockAlgorithm=w.extend({reset:function(){this._data=new F.init,this._nDataBytes=0},_append:function(x){typeof x=="string"&&(x=E.parse(x)),this._data.concat(x),this._nDataBytes+=x.sigBytes},_process:function(x){var U,K=this._data,b=K.words,L=K.sigBytes,S=this.blockSize,q=S*4,J=L/q;x?J=i.ceil(J):J=i.max((J|0)-this._minBufferSize,0);var Z=J*S,eA=i.min(Z*4,L);if(Z){for(var O=0;O<Z;O+=S)this._doProcessBlock(b,O);U=b.splice(0,Z),K.sigBytes-=eA}return new F.init(U,eA)},clone:function(){var x=w.clone.call(this);return x._data=this._data.clone(),x},_minBufferSize:0}),I=f.Hasher=p.extend({cfg:w.extend(),init:function(x){this.cfg=this.cfg.extend(x),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(x){return this._append(x),this._process(),this},finalize:function(x){x&&this._append(x);var U=this._doFinalize();return U},blockSize:512/32,_createHelper:function(x){return function(U,K){return new x.init(K).finalize(U)}},_createHmacHelper:function(x){return function(U,K){return new D.HMAC.init(x,K).finalize(U)}}}),D=h.algo={};return h})(Math);return o})});var ut=CA((B0,ra)=>{(function(o,i){typeof B0=="object"?ra.exports=B0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(B0,function(o){return(function(i){var B=o,c=B.lib,Q=c.Base,d=c.WordArray,h=B.x64={},f=h.Word=Q.extend({init:function(F,l){this.high=F,this.low=l}}),w=h.WordArray=Q.extend({init:function(F,l){F=this.words=F||[],l!=i?this.sigBytes=l:this.sigBytes=F.length*8},toX32:function(){for(var F=this.words,l=F.length,v=[],C=0;C<l;C++){var E=F[C];v.push(E.high),v.push(E.low)}return d.create(v,this.sigBytes)},clone:function(){for(var F=Q.clone.call(this),l=F.words=this.words.slice(0),v=l.length,C=0;C<v;C++)l[C]=l[C].clone();return F}})})(),o})});var na=CA((c0,ta)=>{(function(o,i){typeof c0=="object"?ta.exports=c0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(c0,function(o){return(function(){if(typeof ArrayBuffer=="function"){var i=o,B=i.lib,c=B.WordArray,Q=c.init,d=c.init=function(h){if(h instanceof ArrayBuffer&&(h=new Uint8Array(h)),(h instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&h instanceof Uint8ClampedArray||h instanceof Int16Array||h instanceof Uint16Array||h instanceof Int32Array||h instanceof Uint32Array||h instanceof Float32Array||h instanceof Float64Array)&&(h=new Uint8Array(h.buffer,h.byteOffset,h.byteLength)),h instanceof Uint8Array){for(var f=h.byteLength,w=[],F=0;F<f;F++)w[F>>>2]|=h[F]<<24-F%4*8;Q.call(this,w,f)}else Q.apply(this,arguments)};d.prototype=c}})(),o.lib.WordArray})});var sa=CA((f0,ia)=>{(function(o,i){typeof f0=="object"?ia.exports=f0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(f0,function(o){return(function(){var i=o,B=i.lib,c=B.WordArray,Q=i.enc,d=Q.Utf16=Q.Utf16BE={stringify:function(f){for(var w=f.words,F=f.sigBytes,l=[],v=0;v<F;v+=2){var C=w[v>>>2]>>>16-v%4*8&65535;l.push(String.fromCharCode(C))}return l.join("")},parse:function(f){for(var w=f.length,F=[],l=0;l<w;l++)F[l>>>1]|=f.charCodeAt(l)<<16-l%2*16;return c.create(F,w*2)}};Q.Utf16LE={stringify:function(f){for(var w=f.words,F=f.sigBytes,l=[],v=0;v<F;v+=2){var C=h(w[v>>>2]>>>16-v%4*8&65535);l.push(String.fromCharCode(C))}return l.join("")},parse:function(f){for(var w=f.length,F=[],l=0;l<w;l++)F[l>>>1]|=h(f.charCodeAt(l)<<16-l%2*16);return c.create(F,w*2)}};function h(f){return f<<8&4278255360|f>>>8&16711935}})(),o.enc.Utf16})});var Ar=CA((l0,aa)=>{(function(o,i){typeof l0=="object"?aa.exports=l0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(l0,function(o){return(function(){var i=o,B=i.lib,c=B.WordArray,Q=i.enc,d=Q.Base64={stringify:function(f){var w=f.words,F=f.sigBytes,l=this._map;f.clamp();for(var v=[],C=0;C<F;C+=3)for(var E=w[C>>>2]>>>24-C%4*8&255,p=w[C+1>>>2]>>>24-(C+1)%4*8&255,I=w[C+2>>>2]>>>24-(C+2)%4*8&255,D=E<<16|p<<8|I,x=0;x<4&&C+x*.75<F;x++)v.push(l.charAt(D>>>6*(3-x)&63));var U=l.charAt(64);if(U)for(;v.length%4;)v.push(U);return v.join("")},parse:function(f){var w=f.length,F=this._map,l=this._reverseMap;if(!l){l=this._reverseMap=[];for(var v=0;v<F.length;v++)l[F.charCodeAt(v)]=v}var C=F.charAt(64);if(C){var E=f.indexOf(C);E!==-1&&(w=E)}return h(f,w,l)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function h(f,w,F){for(var l=[],v=0,C=0;C<w;C++)if(C%4){var E=F[f.charCodeAt(C-1)]<<C%4*2,p=F[f.charCodeAt(C)]>>>6-C%4*2,I=E|p;l[v>>>2]|=I<<24-v%4*8,v++}return c.create(l,v)}})(),o.enc.Base64})});var Ba=CA((u0,oa)=>{(function(o,i){typeof u0=="object"?oa.exports=u0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(u0,function(o){return(function(){var i=o,B=i.lib,c=B.WordArray,Q=i.enc,d=Q.Base64url={stringify:function(f,w){w===void 0&&(w=!0);var F=f.words,l=f.sigBytes,v=w?this._safe_map:this._map;f.clamp();for(var C=[],E=0;E<l;E+=3)for(var p=F[E>>>2]>>>24-E%4*8&255,I=F[E+1>>>2]>>>24-(E+1)%4*8&255,D=F[E+2>>>2]>>>24-(E+2)%4*8&255,x=p<<16|I<<8|D,U=0;U<4&&E+U*.75<l;U++)C.push(v.charAt(x>>>6*(3-U)&63));var K=v.charAt(64);if(K)for(;C.length%4;)C.push(K);return C.join("")},parse:function(f,w){w===void 0&&(w=!0);var F=f.length,l=w?this._safe_map:this._map,v=this._reverseMap;if(!v){v=this._reverseMap=[];for(var C=0;C<l.length;C++)v[l.charCodeAt(C)]=C}var E=l.charAt(64);if(E){var p=f.indexOf(E);p!==-1&&(F=p)}return h(f,F,v)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function h(f,w,F){for(var l=[],v=0,C=0;C<w;C++)if(C%4){var E=F[f.charCodeAt(C-1)]<<C%4*2,p=F[f.charCodeAt(C)]>>>6-C%4*2,I=E|p;l[v>>>2]|=I<<24-v%4*8,v++}return c.create(l,v)}})(),o.enc.Base64url})});var er=CA((g0,ca)=>{(function(o,i){typeof g0=="object"?ca.exports=g0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(g0,function(o){return(function(i){var B=o,c=B.lib,Q=c.WordArray,d=c.Hasher,h=B.algo,f=[];(function(){for(var E=0;E<64;E++)f[E]=i.abs(i.sin(E+1))*4294967296|0})();var w=h.MD5=d.extend({_doReset:function(){this._hash=new Q.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(E,p){for(var I=0;I<16;I++){var D=p+I,x=E[D];E[D]=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360}var U=this._hash.words,K=E[p+0],b=E[p+1],L=E[p+2],S=E[p+3],q=E[p+4],J=E[p+5],Z=E[p+6],eA=E[p+7],O=E[p+8],Y=E[p+9],rA=E[p+10],X=E[p+11],oA=E[p+12],aA=E[p+13],lA=E[p+14],xA=E[p+15],R=U[0],P=U[1],W=U[2],V=U[3];R=F(R,P,W,V,K,7,f[0]),V=F(V,R,P,W,b,12,f[1]),W=F(W,V,R,P,L,17,f[2]),P=F(P,W,V,R,S,22,f[3]),R=F(R,P,W,V,q,7,f[4]),V=F(V,R,P,W,J,12,f[5]),W=F(W,V,R,P,Z,17,f[6]),P=F(P,W,V,R,eA,22,f[7]),R=F(R,P,W,V,O,7,f[8]),V=F(V,R,P,W,Y,12,f[9]),W=F(W,V,R,P,rA,17,f[10]),P=F(P,W,V,R,X,22,f[11]),R=F(R,P,W,V,oA,7,f[12]),V=F(V,R,P,W,aA,12,f[13]),W=F(W,V,R,P,lA,17,f[14]),P=F(P,W,V,R,xA,22,f[15]),R=l(R,P,W,V,b,5,f[16]),V=l(V,R,P,W,Z,9,f[17]),W=l(W,V,R,P,X,14,f[18]),P=l(P,W,V,R,K,20,f[19]),R=l(R,P,W,V,J,5,f[20]),V=l(V,R,P,W,rA,9,f[21]),W=l(W,V,R,P,xA,14,f[22]),P=l(P,W,V,R,q,20,f[23]),R=l(R,P,W,V,Y,5,f[24]),V=l(V,R,P,W,lA,9,f[25]),W=l(W,V,R,P,S,14,f[26]),P=l(P,W,V,R,O,20,f[27]),R=l(R,P,W,V,aA,5,f[28]),V=l(V,R,P,W,L,9,f[29]),W=l(W,V,R,P,eA,14,f[30]),P=l(P,W,V,R,oA,20,f[31]),R=v(R,P,W,V,J,4,f[32]),V=v(V,R,P,W,O,11,f[33]),W=v(W,V,R,P,X,16,f[34]),P=v(P,W,V,R,lA,23,f[35]),R=v(R,P,W,V,b,4,f[36]),V=v(V,R,P,W,q,11,f[37]),W=v(W,V,R,P,eA,16,f[38]),P=v(P,W,V,R,rA,23,f[39]),R=v(R,P,W,V,aA,4,f[40]),V=v(V,R,P,W,K,11,f[41]),W=v(W,V,R,P,S,16,f[42]),P=v(P,W,V,R,Z,23,f[43]),R=v(R,P,W,V,Y,4,f[44]),V=v(V,R,P,W,oA,11,f[45]),W=v(W,V,R,P,xA,16,f[46]),P=v(P,W,V,R,L,23,f[47]),R=C(R,P,W,V,K,6,f[48]),V=C(V,R,P,W,eA,10,f[49]),W=C(W,V,R,P,lA,15,f[50]),P=C(P,W,V,R,J,21,f[51]),R=C(R,P,W,V,oA,6,f[52]),V=C(V,R,P,W,S,10,f[53]),W=C(W,V,R,P,rA,15,f[54]),P=C(P,W,V,R,b,21,f[55]),R=C(R,P,W,V,O,6,f[56]),V=C(V,R,P,W,xA,10,f[57]),W=C(W,V,R,P,Z,15,f[58]),P=C(P,W,V,R,aA,21,f[59]),R=C(R,P,W,V,q,6,f[60]),V=C(V,R,P,W,X,10,f[61]),W=C(W,V,R,P,L,15,f[62]),P=C(P,W,V,R,Y,21,f[63]),U[0]=U[0]+R|0,U[1]=U[1]+P|0,U[2]=U[2]+W|0,U[3]=U[3]+V|0},_doFinalize:function(){var E=this._data,p=E.words,I=this._nDataBytes*8,D=E.sigBytes*8;p[D>>>5]|=128<<24-D%32;var x=i.floor(I/4294967296),U=I;p[(D+64>>>9<<4)+15]=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,p[(D+64>>>9<<4)+14]=(U<<8|U>>>24)&16711935|(U<<24|U>>>8)&4278255360,E.sigBytes=(p.length+1)*4,this._process();for(var K=this._hash,b=K.words,L=0;L<4;L++){var S=b[L];b[L]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}return K},clone:function(){var E=d.clone.call(this);return E._hash=this._hash.clone(),E}});function F(E,p,I,D,x,U,K){var b=E+(p&I|~p&D)+x+K;return(b<<U|b>>>32-U)+p}function l(E,p,I,D,x,U,K){var b=E+(p&D|I&~D)+x+K;return(b<<U|b>>>32-U)+p}function v(E,p,I,D,x,U,K){var b=E+(p^I^D)+x+K;return(b<<U|b>>>32-U)+p}function C(E,p,I,D,x,U,K){var b=E+(I^(p|~D))+x+K;return(b<<U|b>>>32-U)+p}B.MD5=d._createHelper(w),B.HmacMD5=d._createHmacHelper(w)})(Math),o.MD5})});var Gn=CA((w0,fa)=>{(function(o,i){typeof w0=="object"?fa.exports=w0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(w0,function(o){return(function(){var i=o,B=i.lib,c=B.WordArray,Q=B.Hasher,d=i.algo,h=[],f=d.SHA1=Q.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(w,F){for(var l=this._hash.words,v=l[0],C=l[1],E=l[2],p=l[3],I=l[4],D=0;D<80;D++){if(D<16)h[D]=w[F+D]|0;else{var x=h[D-3]^h[D-8]^h[D-14]^h[D-16];h[D]=x<<1|x>>>31}var U=(v<<5|v>>>27)+I+h[D];D<20?U+=(C&E|~C&p)+1518500249:D<40?U+=(C^E^p)+1859775393:D<60?U+=(C&E|C&p|E&p)-1894007588:U+=(C^E^p)-899497514,I=p,p=E,E=C<<30|C>>>2,C=v,v=U}l[0]=l[0]+v|0,l[1]=l[1]+C|0,l[2]=l[2]+E|0,l[3]=l[3]+p|0,l[4]=l[4]+I|0},_doFinalize:function(){var w=this._data,F=w.words,l=this._nDataBytes*8,v=w.sigBytes*8;return F[v>>>5]|=128<<24-v%32,F[(v+64>>>9<<4)+14]=Math.floor(l/4294967296),F[(v+64>>>9<<4)+15]=l,w.sigBytes=F.length*4,this._process(),this._hash},clone:function(){var w=Q.clone.call(this);return w._hash=this._hash.clone(),w}});i.SHA1=Q._createHelper(f),i.HmacSHA1=Q._createHmacHelper(f)})(),o.SHA1})});var C0=CA((h0,la)=>{(function(o,i){typeof h0=="object"?la.exports=h0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(h0,function(o){return(function(i){var B=o,c=B.lib,Q=c.WordArray,d=c.Hasher,h=B.algo,f=[],w=[];(function(){function v(I){for(var D=i.sqrt(I),x=2;x<=D;x++)if(!(I%x))return!1;return!0}function C(I){return(I-(I|0))*4294967296|0}for(var E=2,p=0;p<64;)v(E)&&(p<8&&(f[p]=C(i.pow(E,1/2))),w[p]=C(i.pow(E,1/3)),p++),E++})();var F=[],l=h.SHA256=d.extend({_doReset:function(){this._hash=new Q.init(f.slice(0))},_doProcessBlock:function(v,C){for(var E=this._hash.words,p=E[0],I=E[1],D=E[2],x=E[3],U=E[4],K=E[5],b=E[6],L=E[7],S=0;S<64;S++){if(S<16)F[S]=v[C+S]|0;else{var q=F[S-15],J=(q<<25|q>>>7)^(q<<14|q>>>18)^q>>>3,Z=F[S-2],eA=(Z<<15|Z>>>17)^(Z<<13|Z>>>19)^Z>>>10;F[S]=J+F[S-7]+eA+F[S-16]}var O=U&K^~U&b,Y=p&I^p&D^I&D,rA=(p<<30|p>>>2)^(p<<19|p>>>13)^(p<<10|p>>>22),X=(U<<26|U>>>6)^(U<<21|U>>>11)^(U<<7|U>>>25),oA=L+X+O+w[S]+F[S],aA=rA+Y;L=b,b=K,K=U,U=x+oA|0,x=D,D=I,I=p,p=oA+aA|0}E[0]=E[0]+p|0,E[1]=E[1]+I|0,E[2]=E[2]+D|0,E[3]=E[3]+x|0,E[4]=E[4]+U|0,E[5]=E[5]+K|0,E[6]=E[6]+b|0,E[7]=E[7]+L|0},_doFinalize:function(){var v=this._data,C=v.words,E=this._nDataBytes*8,p=v.sigBytes*8;return C[p>>>5]|=128<<24-p%32,C[(p+64>>>9<<4)+14]=i.floor(E/4294967296),C[(p+64>>>9<<4)+15]=E,v.sigBytes=C.length*4,this._process(),this._hash},clone:function(){var v=d.clone.call(this);return v._hash=this._hash.clone(),v}});B.SHA256=d._createHelper(l),B.HmacSHA256=d._createHmacHelper(l)})(Math),o.SHA256})});var ga=CA((x0,ua)=>{(function(o,i,B){typeof x0=="object"?ua.exports=x0=i(dA(),C0()):typeof define=="function"&&define.amd?define(["./core","./sha256"],i):i(o.CryptoJS)})(x0,function(o){return(function(){var i=o,B=i.lib,c=B.WordArray,Q=i.algo,d=Q.SHA256,h=Q.SHA224=d.extend({_doReset:function(){this._hash=new c.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var f=d._doFinalize.call(this);return f.sigBytes-=4,f}});i.SHA224=d._createHelper(h),i.HmacSHA224=d._createHmacHelper(h)})(),o.SHA224})});var Nn=CA((d0,wa)=>{(function(o,i,B){typeof d0=="object"?wa.exports=d0=i(dA(),ut()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],i):i(o.CryptoJS)})(d0,function(o){return(function(){var i=o,B=i.lib,c=B.Hasher,Q=i.x64,d=Q.Word,h=Q.WordArray,f=i.algo;function w(){return d.create.apply(d,arguments)}var F=[w(1116352408,3609767458),w(1899447441,602891725),w(3049323471,3964484399),w(3921009573,2173295548),w(961987163,4081628472),w(1508970993,3053834265),w(2453635748,2937671579),w(2870763221,3664609560),w(3624381080,2734883394),w(310598401,1164996542),w(607225278,1323610764),w(1426881987,3590304994),w(1925078388,4068182383),w(2162078206,991336113),w(2614888103,633803317),w(3248222580,3479774868),w(3835390401,2666613458),w(4022224774,944711139),w(264347078,2341262773),w(604807628,2007800933),w(770255983,1495990901),w(1249150122,1856431235),w(1555081692,3175218132),w(1996064986,2198950837),w(2554220882,3999719339),w(2821834349,766784016),w(2952996808,2566594879),w(3210313671,3203337956),w(3336571891,1034457026),w(3584528711,2466948901),w(113926993,3758326383),w(338241895,168717936),w(666307205,1188179964),w(773529912,1546045734),w(1294757372,1522805485),w(1396182291,2643833823),w(1695183700,2343527390),w(1986661051,1014477480),w(2177026350,1206759142),w(2456956037,344077627),w(2730485921,1290863460),w(2820302411,3158454273),w(3259730800,3505952657),w(3345764771,106217008),w(3516065817,3606008344),w(3600352804,1432725776),w(4094571909,1467031594),w(275423344,851169720),w(430227734,3100823752),w(506948616,1363258195),w(659060556,3750685593),w(883997877,3785050280),w(958139571,3318307427),w(1322822218,3812723403),w(1537002063,2003034995),w(1747873779,3602036899),w(1955562222,1575990012),w(2024104815,1125592928),w(2227730452,2716904306),w(2361852424,442776044),w(2428436474,593698344),w(2756734187,3733110249),w(3204031479,2999351573),w(3329325298,3815920427),w(3391569614,3928383900),w(3515267271,566280711),w(3940187606,3454069534),w(4118630271,4000239992),w(116418474,1914138554),w(174292421,2731055270),w(289380356,3203993006),w(460393269,320620315),w(685471733,587496836),w(852142971,1086792851),w(1017036298,365543100),w(1126000580,2618297676),w(1288033470,3409855158),w(1501505948,4234509866),w(1607167915,987167468),w(1816402316,1246189591)],l=[];(function(){for(var C=0;C<80;C++)l[C]=w()})();var v=f.SHA512=c.extend({_doReset:function(){this._hash=new h.init([new d.init(1779033703,4089235720),new d.init(3144134277,2227873595),new d.init(1013904242,4271175723),new d.init(2773480762,1595750129),new d.init(1359893119,2917565137),new d.init(2600822924,725511199),new d.init(528734635,4215389547),new d.init(1541459225,327033209)])},_doProcessBlock:function(C,E){for(var p=this._hash.words,I=p[0],D=p[1],x=p[2],U=p[3],K=p[4],b=p[5],L=p[6],S=p[7],q=I.high,J=I.low,Z=D.high,eA=D.low,O=x.high,Y=x.low,rA=U.high,X=U.low,oA=K.high,aA=K.low,lA=b.high,xA=b.low,R=L.high,P=L.low,W=S.high,V=S.low,mA=q,pA=J,TA=Z,gA=eA,Se=O,_e=Y,vr=rA,Te=X,ne=oA,PA=aA,sr=lA,Oe=xA,ar=R,zA=P,or=W,Re=V,XA=0;XA<80;XA++){var qA,ZA,Me=l[XA];if(XA<16)ZA=Me.high=C[E+XA*2]|0,qA=Me.low=C[E+XA*2+1]|0;else{var Br=l[XA-15],ae=Br.high,cr=Br.low,pt=(ae>>>1|cr<<31)^(ae>>>8|cr<<24)^ae>>>7,pr=(cr>>>1|ae<<31)^(cr>>>8|ae<<24)^(cr>>>7|ae<<25),ke=l[XA-2],Ce=ke.high,oe=ke.low,WA=(Ce>>>19|oe<<13)^(Ce<<3|oe>>>29)^Ce>>>6,Ge=(oe>>>19|Ce<<13)^(oe<<3|Ce>>>29)^(oe>>>6|Ce<<26),Ne=l[XA-7],Ve=Ne.high,rn=Ne.low,xe=l[XA-16],tn=xe.high,fr=xe.low;qA=pr+rn,ZA=pt+Ve+(qA>>>0<pr>>>0?1:0),qA=qA+Ge,ZA=ZA+WA+(qA>>>0<Ge>>>0?1:0),qA=qA+fr,ZA=ZA+tn+(qA>>>0<fr>>>0?1:0),Me.high=ZA,Me.low=qA}var Er=ne&sr^~ne&ar,Hr=PA&Oe^~PA&zA,qr=mA&TA^mA&Se^TA&Se,Zr=pA&gA^pA&_e^gA&_e,lr=(mA>>>28|pA<<4)^(mA<<30|pA>>>2)^(mA<<25|pA>>>7),yr=(pA>>>28|mA<<4)^(pA<<30|mA>>>2)^(pA<<25|mA>>>7),mr=(ne>>>14|PA<<18)^(ne>>>18|PA<<14)^(ne<<23|PA>>>9),Ir=(PA>>>14|ne<<18)^(PA>>>18|ne<<14)^(PA<<23|ne>>>9),br=F[XA],Et=br.high,Ht=br.low,JA=Re+Ir,ue=or+mr+(JA>>>0<Re>>>0?1:0),JA=JA+Hr,ue=ue+Er+(JA>>>0<Hr>>>0?1:0),JA=JA+Ht,ue=ue+Et+(JA>>>0<Ht>>>0?1:0),JA=JA+qA,ue=ue+ZA+(JA>>>0<qA>>>0?1:0),hA=yr+Zr,Dr=lr+qr+(hA>>>0<yr>>>0?1:0);or=ar,Re=zA,ar=sr,zA=Oe,sr=ne,Oe=PA,PA=Te+JA|0,ne=vr+ue+(PA>>>0<Te>>>0?1:0)|0,vr=Se,Te=_e,Se=TA,_e=gA,TA=mA,gA=pA,pA=JA+hA|0,mA=ue+Dr+(pA>>>0<JA>>>0?1:0)|0}J=I.low=J+pA,I.high=q+mA+(J>>>0<pA>>>0?1:0),eA=D.low=eA+gA,D.high=Z+TA+(eA>>>0<gA>>>0?1:0),Y=x.low=Y+_e,x.high=O+Se+(Y>>>0<_e>>>0?1:0),X=U.low=X+Te,U.high=rA+vr+(X>>>0<Te>>>0?1:0),aA=K.low=aA+PA,K.high=oA+ne+(aA>>>0<PA>>>0?1:0),xA=b.low=xA+Oe,b.high=lA+sr+(xA>>>0<Oe>>>0?1:0),P=L.low=P+zA,L.high=R+ar+(P>>>0<zA>>>0?1:0),V=S.low=V+Re,S.high=W+or+(V>>>0<Re>>>0?1:0)},_doFinalize:function(){var C=this._data,E=C.words,p=this._nDataBytes*8,I=C.sigBytes*8;E[I>>>5]|=128<<24-I%32,E[(I+128>>>10<<5)+30]=Math.floor(p/4294967296),E[(I+128>>>10<<5)+31]=p,C.sigBytes=E.length*4,this._process();var D=this._hash.toX32();return D},clone:function(){var C=c.clone.call(this);return C._hash=this._hash.clone(),C},blockSize:1024/32});i.SHA512=c._createHelper(v),i.HmacSHA512=c._createHmacHelper(v)})(),o.SHA512})});var Ca=CA((Q0,ha)=>{(function(o,i,B){typeof Q0=="object"?ha.exports=Q0=i(dA(),ut(),Nn()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./sha512"],i):i(o.CryptoJS)})(Q0,function(o){return(function(){var i=o,B=i.x64,c=B.Word,Q=B.WordArray,d=i.algo,h=d.SHA512,f=d.SHA384=h.extend({_doReset:function(){this._hash=new Q.init([new c.init(3418070365,3238371032),new c.init(1654270250,914150663),new c.init(2438529370,812702999),new c.init(355462360,4144912697),new c.init(1731405415,4290775857),new c.init(2394180231,1750603025),new c.init(3675008525,1694076839),new c.init(1203062813,3204075428)])},_doFinalize:function(){var w=h._doFinalize.call(this);return w.sigBytes-=16,w}});i.SHA384=h._createHelper(f),i.HmacSHA384=h._createHmacHelper(f)})(),o.SHA384})});var da=CA((F0,xa)=>{(function(o,i,B){typeof F0=="object"?xa.exports=F0=i(dA(),ut()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],i):i(o.CryptoJS)})(F0,function(o){return(function(i){var B=o,c=B.lib,Q=c.WordArray,d=c.Hasher,h=B.x64,f=h.Word,w=B.algo,F=[],l=[],v=[];(function(){for(var p=1,I=0,D=0;D<24;D++){F[p+5*I]=(D+1)*(D+2)/2%64;var x=I%5,U=(2*p+3*I)%5;p=x,I=U}for(var p=0;p<5;p++)for(var I=0;I<5;I++)l[p+5*I]=I+(2*p+3*I)%5*5;for(var K=1,b=0;b<24;b++){for(var L=0,S=0,q=0;q<7;q++){if(K&1){var J=(1<<q)-1;J<32?S^=1<<J:L^=1<<J-32}K&128?K=K<<1^113:K<<=1}v[b]=f.create(L,S)}})();var C=[];(function(){for(var p=0;p<25;p++)C[p]=f.create()})();var E=w.SHA3=d.extend({cfg:d.cfg.extend({outputLength:512}),_doReset:function(){for(var p=this._state=[],I=0;I<25;I++)p[I]=new f.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(p,I){for(var D=this._state,x=this.blockSize/2,U=0;U<x;U++){var K=p[I+2*U],b=p[I+2*U+1];K=(K<<8|K>>>24)&16711935|(K<<24|K>>>8)&4278255360,b=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360;var L=D[U];L.high^=b,L.low^=K}for(var S=0;S<24;S++){for(var q=0;q<5;q++){for(var J=0,Z=0,eA=0;eA<5;eA++){var L=D[q+5*eA];J^=L.high,Z^=L.low}var O=C[q];O.high=J,O.low=Z}for(var q=0;q<5;q++)for(var Y=C[(q+4)%5],rA=C[(q+1)%5],X=rA.high,oA=rA.low,J=Y.high^(X<<1|oA>>>31),Z=Y.low^(oA<<1|X>>>31),eA=0;eA<5;eA++){var L=D[q+5*eA];L.high^=J,L.low^=Z}for(var aA=1;aA<25;aA++){var J,Z,L=D[aA],lA=L.high,xA=L.low,R=F[aA];R<32?(J=lA<<R|xA>>>32-R,Z=xA<<R|lA>>>32-R):(J=xA<<R-32|lA>>>64-R,Z=lA<<R-32|xA>>>64-R);var P=C[l[aA]];P.high=J,P.low=Z}var W=C[0],V=D[0];W.high=V.high,W.low=V.low;for(var q=0;q<5;q++)for(var eA=0;eA<5;eA++){var aA=q+5*eA,L=D[aA],mA=C[aA],pA=C[(q+1)%5+5*eA],TA=C[(q+2)%5+5*eA];L.high=mA.high^~pA.high&TA.high,L.low=mA.low^~pA.low&TA.low}var L=D[0],gA=v[S];L.high^=gA.high,L.low^=gA.low}},_doFinalize:function(){var p=this._data,I=p.words,D=this._nDataBytes*8,x=p.sigBytes*8,U=this.blockSize*32;I[x>>>5]|=1<<24-x%32,I[(i.ceil((x+1)/U)*U>>>5)-1]|=128,p.sigBytes=I.length*4,this._process();for(var K=this._state,b=this.cfg.outputLength/8,L=b/8,S=[],q=0;q<L;q++){var J=K[q],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,S.push(eA),S.push(Z)}return new Q.init(S,b)},clone:function(){for(var p=d.clone.call(this),I=p._state=this._state.slice(0),D=0;D<25;D++)I[D]=I[D].clone();return p}});B.SHA3=d._createHelper(E),B.HmacSHA3=d._createHmacHelper(E)})(Math),o.SHA3})});var Fa=CA((U0,Qa)=>{(function(o,i){typeof U0=="object"?Qa.exports=U0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(U0,function(o){return(function(i){var B=o,c=B.lib,Q=c.WordArray,d=c.Hasher,h=B.algo,f=Q.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]),w=Q.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]),F=Q.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]),l=Q.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]),v=Q.create([0,1518500249,1859775393,2400959708,2840853838]),C=Q.create([1352829926,1548603684,1836072691,2053994217,0]),E=h.RIPEMD160=d.extend({_doReset:function(){this._hash=Q.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(b,L){for(var S=0;S<16;S++){var q=L+S,J=b[q];b[q]=(J<<8|J>>>24)&16711935|(J<<24|J>>>8)&4278255360}var Z=this._hash.words,eA=v.words,O=C.words,Y=f.words,rA=w.words,X=F.words,oA=l.words,aA,lA,xA,R,P,W,V,mA,pA,TA;W=aA=Z[0],V=lA=Z[1],mA=xA=Z[2],pA=R=Z[3],TA=P=Z[4];for(var gA,S=0;S<80;S+=1)gA=aA+b[L+Y[S]]|0,S<16?gA+=p(lA,xA,R)+eA[0]:S<32?gA+=I(lA,xA,R)+eA[1]:S<48?gA+=D(lA,xA,R)+eA[2]:S<64?gA+=x(lA,xA,R)+eA[3]:gA+=U(lA,xA,R)+eA[4],gA=gA|0,gA=K(gA,X[S]),gA=gA+P|0,aA=P,P=R,R=K(xA,10),xA=lA,lA=gA,gA=W+b[L+rA[S]]|0,S<16?gA+=U(V,mA,pA)+O[0]:S<32?gA+=x(V,mA,pA)+O[1]:S<48?gA+=D(V,mA,pA)+O[2]:S<64?gA+=I(V,mA,pA)+O[3]:gA+=p(V,mA,pA)+O[4],gA=gA|0,gA=K(gA,oA[S]),gA=gA+TA|0,W=TA,TA=pA,pA=K(mA,10),mA=V,V=gA;gA=Z[1]+xA+pA|0,Z[1]=Z[2]+R+TA|0,Z[2]=Z[3]+P+W|0,Z[3]=Z[4]+aA+V|0,Z[4]=Z[0]+lA+mA|0,Z[0]=gA},_doFinalize:function(){var b=this._data,L=b.words,S=this._nDataBytes*8,q=b.sigBytes*8;L[q>>>5]|=128<<24-q%32,L[(q+64>>>9<<4)+14]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,b.sigBytes=(L.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=d.clone.call(this);return b._hash=this._hash.clone(),b}});function p(b,L,S){return b^L^S}function I(b,L,S){return b&L|~b&S}function D(b,L,S){return(b|~L)^S}function x(b,L,S){return b&S|L&~S}function U(b,L,S){return b^(L|~S)}function K(b,L){return b<<L|b>>>32-L}B.RIPEMD160=d._createHelper(E),B.HmacRIPEMD160=d._createHmacHelper(E)})(Math),o.RIPEMD160})});var p0=CA((v0,Ua)=>{(function(o,i){typeof v0=="object"?Ua.exports=v0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(v0,function(o){(function(){var i=o,B=i.lib,c=B.Base,Q=i.enc,d=Q.Utf8,h=i.algo,f=h.HMAC=c.extend({init:function(w,F){w=this._hasher=new w.init,typeof F=="string"&&(F=d.parse(F));var l=w.blockSize,v=l*4;F.sigBytes>v&&(F=w.finalize(F)),F.clamp();for(var C=this._oKey=F.clone(),E=this._iKey=F.clone(),p=C.words,I=E.words,D=0;D<l;D++)p[D]^=1549556828,I[D]^=909522486;C.sigBytes=E.sigBytes=v,this.reset()},reset:function(){var w=this._hasher;w.reset(),w.update(this._iKey)},update:function(w){return this._hasher.update(w),this},finalize:function(w){var F=this._hasher,l=F.finalize(w);F.reset();var v=F.finalize(this._oKey.clone().concat(l));return v}})})()})});var pa=CA((E0,va)=>{(function(o,i,B){typeof E0=="object"?va.exports=E0=i(dA(),C0(),p0()):typeof define=="function"&&define.amd?define(["./core","./sha256","./hmac"],i):i(o.CryptoJS)})(E0,function(o){return(function(){var i=o,B=i.lib,c=B.Base,Q=B.WordArray,d=i.algo,h=d.SHA256,f=d.HMAC,w=d.PBKDF2=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:25e4}),init:function(F){this.cfg=this.cfg.extend(F)},compute:function(F,l){for(var v=this.cfg,C=f.create(v.hasher,F),E=Q.create(),p=Q.create([1]),I=E.words,D=p.words,x=v.keySize,U=v.iterations;I.length<x;){var K=C.update(l).finalize(p);C.reset();for(var b=K.words,L=b.length,S=K,q=1;q<U;q++){S=C.finalize(S),C.reset();for(var J=S.words,Z=0;Z<L;Z++)b[Z]^=J[Z]}E.concat(K),D[0]++}return E.sigBytes=x*4,E}});i.PBKDF2=function(F,l,v){return w.create(v).compute(F,l)}})(),o.PBKDF2})});var De=CA((H0,Ea)=>{(function(o,i,B){typeof H0=="object"?Ea.exports=H0=i(dA(),Gn(),p0()):typeof define=="function"&&define.amd?define(["./core","./sha1","./hmac"],i):i(o.CryptoJS)})(H0,function(o){return(function(){var i=o,B=i.lib,c=B.Base,Q=B.WordArray,d=i.algo,h=d.MD5,f=d.EvpKDF=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:1}),init:function(w){this.cfg=this.cfg.extend(w)},compute:function(w,F){for(var l,v=this.cfg,C=v.hasher.create(),E=Q.create(),p=E.words,I=v.keySize,D=v.iterations;p.length<I;){l&&C.update(l),l=C.update(w).finalize(F),C.reset();for(var x=1;x<D;x++)l=C.finalize(l),C.reset();E.concat(l)}return E.sigBytes=I*4,E}});i.EvpKDF=function(w,F,l){return f.create(l).compute(w,F)}})(),o.EvpKDF})});var RA=CA((y0,Ha)=>{(function(o,i,B){typeof y0=="object"?Ha.exports=y0=i(dA(),De()):typeof define=="function"&&define.amd?define(["./core","./evpkdf"],i):i(o.CryptoJS)})(y0,function(o){o.lib.Cipher||(function(i){var B=o,c=B.lib,Q=c.Base,d=c.WordArray,h=c.BufferedBlockAlgorithm,f=B.enc,w=f.Utf8,F=f.Base64,l=B.algo,v=l.EvpKDF,C=c.Cipher=h.extend({cfg:Q.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,rA){this.cfg=this.cfg.extend(rA),this._xformMode=O,this._key=Y,this.reset()},reset:function(){h.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:q}return function(Y){return{encrypt:function(rA,X,oA){return O(X).encrypt(Y,rA,X,oA)},decrypt:function(rA,X,oA){return O(X).decrypt(Y,rA,X,oA)}}}})()}),E=c.StreamCipher=C.extend({_doFinalize:function(){var O=this._process(!0);return O},blockSize:1}),p=B.mode={},I=c.BlockCipherMode=Q.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=p.CBC=(function(){var O=I.extend();O.Encryptor=O.extend({processBlock:function(rA,X){var oA=this._cipher,aA=oA.blockSize;Y.call(this,rA,X,aA),oA.encryptBlock(rA,X),this._prevBlock=rA.slice(X,X+aA)}}),O.Decryptor=O.extend({processBlock:function(rA,X){var oA=this._cipher,aA=oA.blockSize,lA=rA.slice(X,X+aA);oA.decryptBlock(rA,X),Y.call(this,rA,X,aA),this._prevBlock=lA}});function Y(rA,X,oA){var aA,lA=this._iv;lA?(aA=lA,this._iv=i):aA=this._prevBlock;for(var xA=0;xA<oA;xA++)rA[X+xA]^=aA[xA]}return O})(),x=B.pad={},U=x.Pkcs7={pad:function(O,Y){for(var rA=Y*4,X=rA-O.sigBytes%rA,oA=X<<24|X<<16|X<<8|X,aA=[],lA=0;lA<X;lA+=4)aA.push(oA);var xA=d.create(aA,X);O.concat(xA)},unpad:function(O){var Y=O.words[O.sigBytes-1>>>2]&255;O.sigBytes-=Y}},K=c.BlockCipher=C.extend({cfg:C.cfg.extend({mode:D,padding:U}),reset:function(){var O;C.reset.call(this);var Y=this.cfg,rA=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,rA&&rA.words):(this._mode=O.call(X,this,rA&&rA.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=c.CipherParams=Q.extend({init:function(O){this.mixIn(O)},toString:function(O){return(O||this.formatter).stringify(this)}}),L=B.format={},S=L.OpenSSL={stringify:function(O){var Y,rA=O.ciphertext,X=O.salt;return X?Y=d.create([1398893684,1701076831]).concat(X).concat(rA):Y=rA,Y.toString(F)},parse:function(O){var Y,rA=F.parse(O),X=rA.words;return X[0]==1398893684&&X[1]==1701076831&&(Y=d.create(X.slice(2,4)),X.splice(0,4),rA.sigBytes-=16),b.create({ciphertext:rA,salt:Y})}},q=c.SerializableCipher=Q.extend({cfg:Q.extend({format:S}),encrypt:function(O,Y,rA,X){X=this.cfg.extend(X);var oA=O.createEncryptor(rA,X),aA=oA.finalize(Y),lA=oA.cfg;return b.create({ciphertext:aA,key:rA,iv:lA.iv,algorithm:O,mode:lA.mode,padding:lA.padding,blockSize:O.blockSize,formatter:X.format})},decrypt:function(O,Y,rA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var oA=O.createDecryptor(rA,X).finalize(Y.ciphertext);return oA},_parse:function(O,Y){return typeof O=="string"?Y.parse(O,this):O}}),J=B.kdf={},Z=J.OpenSSL={execute:function(O,Y,rA,X,oA){if(X||(X=d.random(64/8)),oA)var aA=v.create({keySize:Y+rA,hasher:oA}).compute(O,X);else var aA=v.create({keySize:Y+rA}).compute(O,X);var lA=d.create(aA.words.slice(Y),rA*4);return aA.sigBytes=Y*4,b.create({key:aA,iv:lA,salt:X})}},eA=c.PasswordBasedCipher=q.extend({cfg:q.cfg.extend({kdf:Z}),encrypt:function(O,Y,rA,X){X=this.cfg.extend(X);var oA=X.kdf.execute(rA,O.keySize,O.ivSize,X.salt,X.hasher);X.iv=oA.iv;var aA=q.encrypt.call(this,O,Y,oA.key,X);return aA.mixIn(oA),aA},decrypt:function(O,Y,rA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var oA=X.kdf.execute(rA,O.keySize,O.ivSize,Y.salt,X.hasher);X.iv=oA.iv;var aA=q.decrypt.call(this,O,Y,oA.key,X);return aA}})})()})});var ma=CA((m0,ya)=>{(function(o,i,B){typeof m0=="object"?ya.exports=m0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(m0,function(o){return o.mode.CFB=(function(){var i=o.lib.BlockCipherMode.extend();i.Encryptor=i.extend({processBlock:function(c,Q){var d=this._cipher,h=d.blockSize;B.call(this,c,Q,h,d),this._prevBlock=c.slice(Q,Q+h)}}),i.Decryptor=i.extend({processBlock:function(c,Q){var d=this._cipher,h=d.blockSize,f=c.slice(Q,Q+h);B.call(this,c,Q,h,d),this._prevBlock=f}});function B(c,Q,d,h){var f,w=this._iv;w?(f=w.slice(0),this._iv=void 0):f=this._prevBlock,h.encryptBlock(f,0);for(var F=0;F<d;F++)c[Q+F]^=f[F]}return i})(),o.mode.CFB})});var ba=CA((I0,Ia)=>{(function(o,i,B){typeof I0=="object"?Ia.exports=I0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(I0,function(o){return o.mode.CTR=(function(){var i=o.lib.BlockCipherMode.extend(),B=i.Encryptor=i.extend({processBlock:function(c,Q){var d=this._cipher,h=d.blockSize,f=this._iv,w=this._counter;f&&(w=this._counter=f.slice(0),this._iv=void 0);var F=w.slice(0);d.encryptBlock(F,0),w[h-1]=w[h-1]+1|0;for(var l=0;l<h;l++)c[Q+l]^=F[l]}});return i.Decryptor=B,i})(),o.mode.CTR})});var Ka=CA((b0,Da)=>{(function(o,i,B){typeof b0=="object"?Da.exports=b0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(b0,function(o){return o.mode.CTRGladman=(function(){var i=o.lib.BlockCipherMode.extend();function B(d){if((d>>24&255)===255){var h=d>>16&255,f=d>>8&255,w=d&255;h===255?(h=0,f===255?(f=0,w===255?w=0:++w):++f):++h,d=0,d+=h<<16,d+=f<<8,d+=w}else d+=1<<24;return d}function c(d){return(d[0]=B(d[0]))===0&&(d[1]=B(d[1])),d}var Q=i.Encryptor=i.extend({processBlock:function(d,h){var f=this._cipher,w=f.blockSize,F=this._iv,l=this._counter;F&&(l=this._counter=F.slice(0),this._iv=void 0),c(l);var v=l.slice(0);f.encryptBlock(v,0);for(var C=0;C<w;C++)d[h+C]^=v[C]}});return i.Decryptor=Q,i})(),o.mode.CTRGladman})});var Sa=CA((D0,La)=>{(function(o,i,B){typeof D0=="object"?La.exports=D0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(D0,function(o){return o.mode.OFB=(function(){var i=o.lib.BlockCipherMode.extend(),B=i.Encryptor=i.extend({processBlock:function(c,Q){var d=this._cipher,h=d.blockSize,f=this._iv,w=this._keystream;f&&(w=this._keystream=f.slice(0),this._iv=void 0),d.encryptBlock(w,0);for(var F=0;F<h;F++)c[Q+F]^=w[F]}});return i.Decryptor=B,i})(),o.mode.OFB})});var Ta=CA((K0,_a)=>{(function(o,i,B){typeof K0=="object"?_a.exports=K0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(K0,function(o){return o.mode.ECB=(function(){var i=o.lib.BlockCipherMode.extend();return i.Encryptor=i.extend({processBlock:function(B,c){this._cipher.encryptBlock(B,c)}}),i.Decryptor=i.extend({processBlock:function(B,c){this._cipher.decryptBlock(B,c)}}),i})(),o.mode.ECB})});var Ra=CA((L0,Oa)=>{(function(o,i,B){typeof L0=="object"?Oa.exports=L0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(L0,function(o){return o.pad.AnsiX923={pad:function(i,B){var c=i.sigBytes,Q=B*4,d=Q-c%Q,h=c+d-1;i.clamp(),i.words[h>>>2]|=d<<24-h%4*8,i.sigBytes+=d},unpad:function(i){var B=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=B}},o.pad.Ansix923})});var ka=CA((S0,Ma)=>{(function(o,i,B){typeof S0=="object"?Ma.exports=S0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(S0,function(o){return o.pad.Iso10126={pad:function(i,B){var c=B*4,Q=c-i.sigBytes%c;i.concat(o.lib.WordArray.random(Q-1)).concat(o.lib.WordArray.create([Q<<24],1))},unpad:function(i){var B=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=B}},o.pad.Iso10126})});var Na=CA((_0,Ga)=>{(function(o,i,B){typeof _0=="object"?Ga.exports=_0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(_0,function(o){return o.pad.Iso97971={pad:function(i,B){i.concat(o.lib.WordArray.create([2147483648],1)),o.pad.ZeroPadding.pad(i,B)},unpad:function(i){o.pad.ZeroPadding.unpad(i),i.sigBytes--}},o.pad.Iso97971})});var Pa=CA((T0,Va)=>{(function(o,i,B){typeof T0=="object"?Va.exports=T0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(T0,function(o){return o.pad.ZeroPadding={pad:function(i,B){var c=B*4;i.clamp(),i.sigBytes+=c-(i.sigBytes%c||c)},unpad:function(i){for(var B=i.words,c=i.sigBytes-1,c=i.sigBytes-1;c>=0;c--)if(B[c>>>2]>>>24-c%4*8&255){i.sigBytes=c+1;break}}},o.pad.ZeroPadding})});var Wa=CA((O0,Xa)=>{(function(o,i,B){typeof O0=="object"?Xa.exports=O0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(O0,function(o){return o.pad.NoPadding={pad:function(){},unpad:function(){}},o.pad.NoPadding})});var Ya=CA((R0,Ja)=>{(function(o,i,B){typeof R0=="object"?Ja.exports=R0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(R0,function(o){return(function(i){var B=o,c=B.lib,Q=c.CipherParams,d=B.enc,h=d.Hex,f=B.format,w=f.Hex={stringify:function(F){return F.ciphertext.toString(h)},parse:function(F){var l=h.parse(F);return Q.create({ciphertext:l})}}})(),o.format.Hex})});var qa=CA((M0,za)=>{(function(o,i,B){typeof M0=="object"?za.exports=M0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(M0,function(o){return(function(){var i=o,B=i.lib,c=B.BlockCipher,Q=i.algo,d=[],h=[],f=[],w=[],F=[],l=[],v=[],C=[],E=[],p=[];(function(){for(var x=[],U=0;U<256;U++)U<128?x[U]=U<<1:x[U]=U<<1^283;for(var K=0,b=0,U=0;U<256;U++){var L=b^b<<1^b<<2^b<<3^b<<4;L=L>>>8^L&255^99,d[K]=L,h[L]=K;var S=x[K],q=x[S],J=x[q],Z=x[L]*257^L*16843008;f[K]=Z<<24|Z>>>8,w[K]=Z<<16|Z>>>16,F[K]=Z<<8|Z>>>24,l[K]=Z;var Z=J*16843009^q*65537^S*257^K*16843008;v[L]=Z<<24|Z>>>8,C[L]=Z<<16|Z>>>16,E[L]=Z<<8|Z>>>24,p[L]=Z,K?(K=S^x[x[x[J^S]]],b^=x[x[b]]):K=b=1}})();var I=[0,1,2,4,8,16,32,64,128,27,54],D=Q.AES=c.extend({_doReset:function(){var x;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var U=this._keyPriorReset=this._key,K=U.words,b=U.sigBytes/4,L=this._nRounds=b+6,S=(L+1)*4,q=this._keySchedule=[],J=0;J<S;J++)J<b?q[J]=K[J]:(x=q[J-1],J%b?b>6&&J%b==4&&(x=d[x>>>24]<<24|d[x>>>16&255]<<16|d[x>>>8&255]<<8|d[x&255]):(x=x<<8|x>>>24,x=d[x>>>24]<<24|d[x>>>16&255]<<16|d[x>>>8&255]<<8|d[x&255],x^=I[J/b|0]<<24),q[J]=q[J-b]^x);for(var Z=this._invKeySchedule=[],eA=0;eA<S;eA++){var J=S-eA;if(eA%4)var x=q[J];else var x=q[J-4];eA<4||J<=4?Z[eA]=x:Z[eA]=v[d[x>>>24]]^C[d[x>>>16&255]]^E[d[x>>>8&255]]^p[d[x&255]]}}},encryptBlock:function(x,U){this._doCryptBlock(x,U,this._keySchedule,f,w,F,l,d)},decryptBlock:function(x,U){var K=x[U+1];x[U+1]=x[U+3],x[U+3]=K,this._doCryptBlock(x,U,this._invKeySchedule,v,C,E,p,h);var K=x[U+1];x[U+1]=x[U+3],x[U+3]=K},_doCryptBlock:function(x,U,K,b,L,S,q,J){for(var Z=this._nRounds,eA=x[U]^K[0],O=x[U+1]^K[1],Y=x[U+2]^K[2],rA=x[U+3]^K[3],X=4,oA=1;oA<Z;oA++){var aA=b[eA>>>24]^L[O>>>16&255]^S[Y>>>8&255]^q[rA&255]^K[X++],lA=b[O>>>24]^L[Y>>>16&255]^S[rA>>>8&255]^q[eA&255]^K[X++],xA=b[Y>>>24]^L[rA>>>16&255]^S[eA>>>8&255]^q[O&255]^K[X++],R=b[rA>>>24]^L[eA>>>16&255]^S[O>>>8&255]^q[Y&255]^K[X++];eA=aA,O=lA,Y=xA,rA=R}var aA=(J[eA>>>24]<<24|J[O>>>16&255]<<16|J[Y>>>8&255]<<8|J[rA&255])^K[X++],lA=(J[O>>>24]<<24|J[Y>>>16&255]<<16|J[rA>>>8&255]<<8|J[eA&255])^K[X++],xA=(J[Y>>>24]<<24|J[rA>>>16&255]<<16|J[eA>>>8&255]<<8|J[O&255])^K[X++],R=(J[rA>>>24]<<24|J[eA>>>16&255]<<16|J[O>>>8&255]<<8|J[Y&255])^K[X++];x[U]=aA,x[U+1]=lA,x[U+2]=xA,x[U+3]=R},keySize:256/32});i.AES=c._createHelper(D)})(),o.AES})});var ja=CA((k0,Za)=>{(function(o,i,B){typeof k0=="object"?Za.exports=k0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(k0,function(o){return(function(){var i=o,B=i.lib,c=B.WordArray,Q=B.BlockCipher,d=i.algo,h=[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],f=[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],w=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],F=[{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}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],v=d.DES=Q.extend({_doReset:function(){for(var I=this._key,D=I.words,x=[],U=0;U<56;U++){var K=h[U]-1;x[U]=D[K>>>5]>>>31-K%32&1}for(var b=this._subKeys=[],L=0;L<16;L++){for(var S=b[L]=[],q=w[L],U=0;U<24;U++)S[U/6|0]|=x[(f[U]-1+q)%28]<<31-U%6,S[4+(U/6|0)]|=x[28+(f[U+24]-1+q)%28]<<31-U%6;S[0]=S[0]<<1|S[0]>>>31;for(var U=1;U<7;U++)S[U]=S[U]>>>(U-1)*4+3;S[7]=S[7]<<5|S[7]>>>27}for(var J=this._invSubKeys=[],U=0;U<16;U++)J[U]=b[15-U]},encryptBlock:function(I,D){this._doCryptBlock(I,D,this._subKeys)},decryptBlock:function(I,D){this._doCryptBlock(I,D,this._invSubKeys)},_doCryptBlock:function(I,D,x){this._lBlock=I[D],this._rBlock=I[D+1],C.call(this,4,252645135),C.call(this,16,65535),E.call(this,2,858993459),E.call(this,8,16711935),C.call(this,1,1431655765);for(var U=0;U<16;U++){for(var K=x[U],b=this._lBlock,L=this._rBlock,S=0,q=0;q<8;q++)S|=F[q][((L^K[q])&l[q])>>>0];this._lBlock=L,this._rBlock=b^S}var J=this._lBlock;this._lBlock=this._rBlock,this._rBlock=J,C.call(this,1,1431655765),E.call(this,8,16711935),E.call(this,2,858993459),C.call(this,16,65535),C.call(this,4,252645135),I[D]=this._lBlock,I[D+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function C(I,D){var x=(this._lBlock>>>I^this._rBlock)&D;this._rBlock^=x,this._lBlock^=x<<I}function E(I,D){var x=(this._rBlock>>>I^this._lBlock)&D;this._lBlock^=x,this._rBlock^=x<<I}i.DES=Q._createHelper(v);var p=d.TripleDES=Q.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 x=D.slice(0,2),U=D.length<4?D.slice(0,2):D.slice(2,4),K=D.length<6?D.slice(0,2):D.slice(4,6);this._des1=v.createEncryptor(c.create(x)),this._des2=v.createEncryptor(c.create(U)),this._des3=v.createEncryptor(c.create(K))},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});i.TripleDES=Q._createHelper(p)})(),o.TripleDES})});var Ao=CA((G0,$a)=>{(function(o,i,B){typeof G0=="object"?$a.exports=G0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(G0,function(o){return(function(){var i=o,B=i.lib,c=B.StreamCipher,Q=i.algo,d=Q.RC4=c.extend({_doReset:function(){for(var w=this._key,F=w.words,l=w.sigBytes,v=this._S=[],C=0;C<256;C++)v[C]=C;for(var C=0,E=0;C<256;C++){var p=C%l,I=F[p>>>2]>>>24-p%4*8&255;E=(E+v[C]+I)%256;var D=v[C];v[C]=v[E],v[E]=D}this._i=this._j=0},_doProcessBlock:function(w,F){w[F]^=h.call(this)},keySize:256/32,ivSize:0});function h(){for(var w=this._S,F=this._i,l=this._j,v=0,C=0;C<4;C++){F=(F+1)%256,l=(l+w[F])%256;var E=w[F];w[F]=w[l],w[l]=E,v|=w[(w[F]+w[l])%256]<<24-C*8}return this._i=F,this._j=l,v}i.RC4=c._createHelper(d);var f=Q.RC4Drop=d.extend({cfg:d.cfg.extend({drop:192}),_doReset:function(){d._doReset.call(this);for(var w=this.cfg.drop;w>0;w--)h.call(this)}});i.RC4Drop=c._createHelper(f)})(),o.RC4})});var ro=CA((N0,eo)=>{(function(o,i,B){typeof N0=="object"?eo.exports=N0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(N0,function(o){return(function(){var i=o,B=i.lib,c=B.StreamCipher,Q=i.algo,d=[],h=[],f=[],w=Q.Rabbit=c.extend({_doReset:function(){for(var l=this._key.words,v=this.cfg.iv,C=0;C<4;C++)l[C]=(l[C]<<8|l[C]>>>24)&16711935|(l[C]<<24|l[C]>>>8)&4278255360;var E=this._X=[l[0],l[3]<<16|l[2]>>>16,l[1],l[0]<<16|l[3]>>>16,l[2],l[1]<<16|l[0]>>>16,l[3],l[2]<<16|l[1]>>>16],p=this._C=[l[2]<<16|l[2]>>>16,l[0]&4294901760|l[1]&65535,l[3]<<16|l[3]>>>16,l[1]&4294901760|l[2]&65535,l[0]<<16|l[0]>>>16,l[2]&4294901760|l[3]&65535,l[1]<<16|l[1]>>>16,l[3]&4294901760|l[0]&65535];this._b=0;for(var C=0;C<4;C++)F.call(this);for(var C=0;C<8;C++)p[C]^=E[C+4&7];if(v){var I=v.words,D=I[0],x=I[1],U=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,K=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,b=U>>>16|K&4294901760,L=K<<16|U&65535;p[0]^=U,p[1]^=b,p[2]^=K,p[3]^=L,p[4]^=U,p[5]^=b,p[6]^=K,p[7]^=L;for(var C=0;C<4;C++)F.call(this)}},_doProcessBlock:function(l,v){var C=this._X;F.call(this),d[0]=C[0]^C[5]>>>16^C[3]<<16,d[1]=C[2]^C[7]>>>16^C[5]<<16,d[2]=C[4]^C[1]>>>16^C[7]<<16,d[3]=C[6]^C[3]>>>16^C[1]<<16;for(var E=0;E<4;E++)d[E]=(d[E]<<8|d[E]>>>24)&16711935|(d[E]<<24|d[E]>>>8)&4278255360,l[v+E]^=d[E]},blockSize:128/32,ivSize:64/32});function F(){for(var l=this._X,v=this._C,C=0;C<8;C++)h[C]=v[C];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0<h[0]>>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0<h[1]>>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0<h[2]>>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0<h[3]>>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0<h[4]>>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0<h[5]>>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0<h[6]>>>0?1:0)|0,this._b=v[7]>>>0<h[7]>>>0?1:0;for(var C=0;C<8;C++){var E=l[C]+v[C],p=E&65535,I=E>>>16,D=((p*p>>>17)+p*I>>>15)+I*I,x=((E&4294901760)*E|0)+((E&65535)*E|0);f[C]=D^x}l[0]=f[0]+(f[7]<<16|f[7]>>>16)+(f[6]<<16|f[6]>>>16)|0,l[1]=f[1]+(f[0]<<8|f[0]>>>24)+f[7]|0,l[2]=f[2]+(f[1]<<16|f[1]>>>16)+(f[0]<<16|f[0]>>>16)|0,l[3]=f[3]+(f[2]<<8|f[2]>>>24)+f[1]|0,l[4]=f[4]+(f[3]<<16|f[3]>>>16)+(f[2]<<16|f[2]>>>16)|0,l[5]=f[5]+(f[4]<<8|f[4]>>>24)+f[3]|0,l[6]=f[6]+(f[5]<<16|f[5]>>>16)+(f[4]<<16|f[4]>>>16)|0,l[7]=f[7]+(f[6]<<8|f[6]>>>24)+f[5]|0}i.Rabbit=c._createHelper(w)})(),o.Rabbit})});var no=CA((V0,to)=>{(function(o,i,B){typeof V0=="object"?to.exports=V0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(V0,function(o){return(function(){var i=o,B=i.lib,c=B.StreamCipher,Q=i.algo,d=[],h=[],f=[],w=Q.RabbitLegacy=c.extend({_doReset:function(){var l=this._key.words,v=this.cfg.iv,C=this._X=[l[0],l[3]<<16|l[2]>>>16,l[1],l[0]<<16|l[3]>>>16,l[2],l[1]<<16|l[0]>>>16,l[3],l[2]<<16|l[1]>>>16],E=this._C=[l[2]<<16|l[2]>>>16,l[0]&4294901760|l[1]&65535,l[3]<<16|l[3]>>>16,l[1]&4294901760|l[2]&65535,l[0]<<16|l[0]>>>16,l[2]&4294901760|l[3]&65535,l[1]<<16|l[1]>>>16,l[3]&4294901760|l[0]&65535];this._b=0;for(var p=0;p<4;p++)F.call(this);for(var p=0;p<8;p++)E[p]^=C[p+4&7];if(v){var I=v.words,D=I[0],x=I[1],U=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,K=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,b=U>>>16|K&4294901760,L=K<<16|U&65535;E[0]^=U,E[1]^=b,E[2]^=K,E[3]^=L,E[4]^=U,E[5]^=b,E[6]^=K,E[7]^=L;for(var p=0;p<4;p++)F.call(this)}},_doProcessBlock:function(l,v){var C=this._X;F.call(this),d[0]=C[0]^C[5]>>>16^C[3]<<16,d[1]=C[2]^C[7]>>>16^C[5]<<16,d[2]=C[4]^C[1]>>>16^C[7]<<16,d[3]=C[6]^C[3]>>>16^C[1]<<16;for(var E=0;E<4;E++)d[E]=(d[E]<<8|d[E]>>>24)&16711935|(d[E]<<24|d[E]>>>8)&4278255360,l[v+E]^=d[E]},blockSize:128/32,ivSize:64/32});function F(){for(var l=this._X,v=this._C,C=0;C<8;C++)h[C]=v[C];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0<h[0]>>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0<h[1]>>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0<h[2]>>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0<h[3]>>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0<h[4]>>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0<h[5]>>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0<h[6]>>>0?1:0)|0,this._b=v[7]>>>0<h[7]>>>0?1:0;for(var C=0;C<8;C++){var E=l[C]+v[C],p=E&65535,I=E>>>16,D=((p*p>>>17)+p*I>>>15)+I*I,x=((E&4294901760)*E|0)+((E&65535)*E|0);f[C]=D^x}l[0]=f[0]+(f[7]<<16|f[7]>>>16)+(f[6]<<16|f[6]>>>16)|0,l[1]=f[1]+(f[0]<<8|f[0]>>>24)+f[7]|0,l[2]=f[2]+(f[1]<<16|f[1]>>>16)+(f[0]<<16|f[0]>>>16)|0,l[3]=f[3]+(f[2]<<8|f[2]>>>24)+f[1]|0,l[4]=f[4]+(f[3]<<16|f[3]>>>16)+(f[2]<<16|f[2]>>>16)|0,l[5]=f[5]+(f[4]<<8|f[4]>>>24)+f[3]|0,l[6]=f[6]+(f[5]<<16|f[5]>>>16)+(f[4]<<16|f[4]>>>16)|0,l[7]=f[7]+(f[6]<<8|f[6]>>>24)+f[5]|0}i.RabbitLegacy=c._createHelper(w)})(),o.RabbitLegacy})});var so=CA((P0,io)=>{(function(o,i,B){typeof P0=="object"?io.exports=P0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(P0,function(o){return(function(){var i=o,B=i.lib,c=B.BlockCipher,Q=i.algo;let d=16,h=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],f=[[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 w={pbox:[],sbox:[]};function F(p,I){let D=I>>24&255,x=I>>16&255,U=I>>8&255,K=I&255,b=p.sbox[0][D]+p.sbox[1][x];return b=b^p.sbox[2][U],b=b+p.sbox[3][K],b}function l(p,I,D){let x=I,U=D,K;for(let b=0;b<d;++b)x=x^p.pbox[b],U=F(p,x)^U,K=x,x=U,U=K;return K=x,x=U,U=K,U=U^p.pbox[d],x=x^p.pbox[d+1],{left:x,right:U}}function v(p,I,D){let x=I,U=D,K;for(let b=d+1;b>1;--b)x=x^p.pbox[b],U=F(p,x)^U,K=x,x=U,U=K;return K=x,x=U,U=K,U=U^p.pbox[1],x=x^p.pbox[0],{left:x,right:U}}function C(p,I,D){for(let L=0;L<4;L++){p.sbox[L]=[];for(let S=0;S<256;S++)p.sbox[L][S]=f[L][S]}let x=0;for(let L=0;L<d+2;L++)p.pbox[L]=h[L]^I[x],x++,x>=D&&(x=0);let U=0,K=0,b=0;for(let L=0;L<d+2;L+=2)b=l(p,U,K),U=b.left,K=b.right,p.pbox[L]=U,p.pbox[L+1]=K;for(let L=0;L<4;L++)for(let S=0;S<256;S+=2)b=l(p,U,K),U=b.left,K=b.right,p.sbox[L][S]=U,p.sbox[L][S+1]=K;return!0}var E=Q.Blowfish=c.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var p=this._keyPriorReset=this._key,I=p.words,D=p.sigBytes/4;C(w,I,D)}},encryptBlock:function(p,I){var D=l(w,p[I],p[I+1]);p[I]=D.left,p[I+1]=D.right},decryptBlock:function(p,I){var D=v(w,p[I],p[I+1]);p[I]=D.left,p[I+1]=D.right},blockSize:64/32,keySize:128/32,ivSize:64/32});i.Blowfish=c._createHelper(E)})(),o.Blowfish})});var oo=CA((X0,ao)=>{(function(o,i,B){typeof X0=="object"?ao.exports=X0=i(dA(),ut(),na(),sa(),Ar(),Ba(),er(),Gn(),C0(),ga(),Nn(),Ca(),da(),Fa(),p0(),pa(),De(),RA(),ma(),ba(),Ka(),Sa(),Ta(),Ra(),ka(),Na(),Pa(),Wa(),Ya(),qa(),ja(),Ao(),ro(),no(),so()):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"],i):o.CryptoJS=i(o.CryptoJS)})(X0,function(o){return o})});var Bo=CA((Vn,Pn)=>{(function(o,i){typeof Vn=="object"&&typeof Pn!="undefined"?Pn.exports=i():typeof define=="function"&&define.amd?define(i):(o=typeof globalThis!="undefined"?globalThis:o||self,o.html2canvas=i())})(Vn,(function(){"use strict";var o=function(e,A){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},o(e,A)};function i(e,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");o(e,A);function t(){this.constructor=e}e.prototype=A===null?Object.create(A):(t.prototype=A.prototype,new t)}var B=function(){return B=Object.assign||function(A){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(A[s]=t[s])}return A},B.apply(this,arguments)};function c(e,A,t,r){function n(s){return s instanceof t?s:new t(function(a){a(s)})}return new(t||(t=Promise))(function(s,a){function g(y){try{H(r.next(y))}catch(m){a(m)}}function u(y){try{H(r.throw(y))}catch(m){a(m)}}function H(y){y.done?s(y.value):n(y.value).then(g,u)}H((r=r.apply(e,A||[])).next())})}function Q(e,A){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,n,s,a;return a={next:g(0),throw:g(1),return:g(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function g(H){return function(y){return u([H,y])}}function u(H){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(s=H[0]&2?n.return:H[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,H[1])).done)return s;switch(n=0,s&&(H=[H[0]&2,s.value]),H[0]){case 0:case 1:s=H;break;case 4:return t.label++,{value:H[1],done:!1};case 5:t.label++,n=H[1],H=[0];continue;case 7:H=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(H[0]===6||H[0]===2)){t=0;continue}if(H[0]===3&&(!s||H[1]>s[0]&&H[1]<s[3])){t.label=H[1];break}if(H[0]===6&&t.label<s[1]){t.label=s[1],s=H;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(H);break}s[2]&&t.ops.pop(),t.trys.pop();continue}H=A.call(e,t)}catch(y){H=[6,y],n=0}finally{r=s=0}if(H[0]&5)throw H[1];return{value:H[0]?H[1]:void 0,done:!0}}}function d(e,A,t){if(t||arguments.length===2)for(var r=0,n=A.length,s;r<n;r++)(s||!(r in A))&&(s||(s=Array.prototype.slice.call(A,0,r)),s[r]=A[r]);return e.concat(s||A)}for(var h=(function(){function e(A,t,r,n){this.left=A,this.top=t,this.width=r,this.height=n}return e.prototype.add=function(A,t,r,n){return new e(this.left+A,this.top+t,this.width+r,this.height+n)},e.fromClientRect=function(A,t){return new e(t.left+A.windowBounds.left,t.top+A.windowBounds.top,t.width,t.height)},e.fromDOMRectList=function(A,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new e(r.left+A.windowBounds.left,r.top+A.windowBounds.top,r.width,r.height):e.EMPTY},e.EMPTY=new e(0,0,0,0),e})(),f=function(e,A){return h.fromClientRect(e,A.getBoundingClientRect())},w=function(e){var A=e.body,t=e.documentElement;if(!A||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(A.scrollWidth,t.scrollWidth),Math.max(A.offsetWidth,t.offsetWidth),Math.max(A.clientWidth,t.clientWidth)),n=Math.max(Math.max(A.scrollHeight,t.scrollHeight),Math.max(A.offsetHeight,t.offsetHeight),Math.max(A.clientHeight,t.clientHeight));return new h(0,0,r,n)},F=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=e.charCodeAt(t++);(s&64512)===56320?A.push(((n&1023)<<10)+(s&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},l=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=e[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",C=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),E=0;E<v.length;E++)C[v.charCodeAt(E)]=E;for(var p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",I=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),D=0;D<p.length;D++)I[p.charCodeAt(D)]=D;for(var x=function(e){var A=e.length*.75,t=e.length,r,n=0,s,a,g,u;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var H=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(H)?H:new Uint8Array(H);for(r=0;r<t;r+=4)s=I[e.charCodeAt(r)],a=I[e.charCodeAt(r+1)],g=I[e.charCodeAt(r+2)],u=I[e.charCodeAt(r+3)],y[n++]=s<<2|a>>4,y[n++]=(a&15)<<4|g>>2,y[n++]=(g&3)<<6|u&63;return H},U=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},K=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},b=5,L=11,S=2,q=L-b,J=65536>>b,Z=1<<b,eA=Z-1,O=1024>>b,Y=J+O,rA=Y,X=32,oA=rA+X,aA=65536>>L,lA=1<<q,xA=lA-1,R=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},P=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},W=function(e,A){var t=x(e),r=Array.isArray(t)?K(t):new Uint32Array(t),n=Array.isArray(t)?U(t):new Uint16Array(t),s=24,a=R(n,s/2,r[4]/2),g=r[5]===2?R(n,(s+r[4])/2):P(r,Math.ceil((s+r[4])/4));return new V(r[0],r[1],r[2],r[3],a,g)},V=(function(){function e(A,t,r,n,s,a){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>b],t=(t<<S)+(A&eA),this.data[t];if(A<=65535)return t=this.index[J+(A-55296>>b)],t=(t<<S)+(A&eA),this.data[t];if(A<this.highStart)return t=oA-aA+(A>>L),t=this.index[t],t+=A>>b&xA,t=this.index[t],t=(t<<S)+(A&eA),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),mA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",pA=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),TA=0;TA<mA.length;TA++)pA[mA.charCodeAt(TA)]=TA;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==",Se=50,_e=1,vr=2,Te=3,ne=4,PA=5,sr=7,Oe=8,ar=9,zA=10,or=11,Re=12,XA=13,qA=14,ZA=15,Me=16,Br=17,ae=18,cr=19,pt=20,pr=21,ke=22,Ce=23,oe=24,WA=25,Ge=26,Ne=27,Ve=28,rn=29,xe=30,tn=31,fr=32,Er=33,Hr=34,qr=35,Zr=36,lr=37,yr=38,mr=39,Ir=40,br=41,Et=42,Ht=43,JA=[9001,65288],ue="!",hA="\xD7",Dr="\xF7",nn=W(gA),He=[xe,Zr],sn=[_e,vr,Te,PA],ci=[zA,Oe],fi=[Ne,Ge],Lo=sn.concat(ci),li=[yr,mr,Ir,Hr,qr],So=[ZA,XA],_o=function(e,A){A===void 0&&(A="strict");var t=[],r=[],n=[];return e.forEach(function(s,a){var g=nn.get(s);if(g>Se?(n.push(!0),g-=Se):n.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return r.push(a),t.push(Me);if(g===ne||g===or){if(a===0)return r.push(a),t.push(xe);var u=t[a-1];return Lo.indexOf(u)===-1?(r.push(r[a-1]),t.push(u)):(r.push(a),t.push(xe))}if(r.push(a),g===tn)return t.push(A==="strict"?pr:lr);if(g===Et||g===rn)return t.push(xe);if(g===Ht)return s>=131072&&s<=196605||s>=196608&&s<=262141?t.push(lr):t.push(xe);t.push(g)}),[r,t,n]},an=function(e,A,t,r){var n=r[t];if(Array.isArray(e)?e.indexOf(n)!==-1:e===n)for(var s=t;s<=r.length;){s++;var a=r[s];if(a===A)return!0;if(a!==zA)break}if(n===zA)for(var s=t;s>0;){s--;var g=r[s];if(Array.isArray(e)?e.indexOf(g)!==-1:e===g)for(var u=t;u<=r.length;){u++;var a=r[u];if(a===A)return!0;if(a!==zA)break}if(g!==zA)break}return!1},ui=function(e,A){for(var t=e;t>=0;){var r=A[t];if(r===zA)t--;else return r}return 0},To=function(e,A,t,r,n){if(t[r]===0)return hA;var s=r-1;if(Array.isArray(n)&&n[s]===!0)return hA;var a=s-1,g=s+1,u=A[s],H=a>=0?A[a]:0,y=A[g];if(u===vr&&y===Te)return hA;if(sn.indexOf(u)!==-1)return ue;if(sn.indexOf(y)!==-1||ci.indexOf(y)!==-1)return hA;if(ui(s,A)===Oe)return Dr;if(nn.get(e[s])===or||(u===fr||u===Er)&&nn.get(e[g])===or||u===sr||y===sr||u===ar||[zA,XA,ZA].indexOf(u)===-1&&y===ar||[Br,ae,cr,oe,Ve].indexOf(y)!==-1||ui(s,A)===ke||an(Ce,ke,s,A)||an([Br,ae],pr,s,A)||an(Re,Re,s,A))return hA;if(u===zA)return Dr;if(u===Ce||y===Ce)return hA;if(y===Me||u===Me)return Dr;if([XA,ZA,pr].indexOf(y)!==-1||u===qA||H===Zr&&So.indexOf(u)!==-1||u===Ve&&y===Zr||y===pt||He.indexOf(y)!==-1&&u===WA||He.indexOf(u)!==-1&&y===WA||u===Ne&&[lr,fr,Er].indexOf(y)!==-1||[lr,fr,Er].indexOf(u)!==-1&&y===Ge||He.indexOf(u)!==-1&&fi.indexOf(y)!==-1||fi.indexOf(u)!==-1&&He.indexOf(y)!==-1||[Ne,Ge].indexOf(u)!==-1&&(y===WA||[ke,ZA].indexOf(y)!==-1&&A[g+1]===WA)||[ke,ZA].indexOf(u)!==-1&&y===WA||u===WA&&[WA,Ve,oe].indexOf(y)!==-1)return hA;if([WA,Ve,oe,Br,ae].indexOf(y)!==-1)for(var m=s;m>=0;){var _=A[m];if(_===WA)return hA;if([Ve,oe].indexOf(_)!==-1)m--;else break}if([Ne,Ge].indexOf(y)!==-1)for(var m=[Br,ae].indexOf(u)!==-1?a:s;m>=0;){var _=A[m];if(_===WA)return hA;if([Ve,oe].indexOf(_)!==-1)m--;else break}if(yr===u&&[yr,mr,Hr,qr].indexOf(y)!==-1||[mr,Hr].indexOf(u)!==-1&&[mr,Ir].indexOf(y)!==-1||[Ir,qr].indexOf(u)!==-1&&y===Ir||li.indexOf(u)!==-1&&[pt,Ge].indexOf(y)!==-1||li.indexOf(y)!==-1&&u===Ne||He.indexOf(u)!==-1&&He.indexOf(y)!==-1||u===oe&&He.indexOf(y)!==-1||He.concat(WA).indexOf(u)!==-1&&y===ke&&JA.indexOf(e[g])===-1||He.concat(WA).indexOf(y)!==-1&&u===ae)return hA;if(u===br&&y===br){for(var tA=t[s],z=1;tA>0&&(tA--,A[tA]===br);)z++;if(z%2!==0)return hA}return u===fr&&y===Er?hA:Dr},Oo=function(e,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var t=_o(e,A.lineBreak),r=t[0],n=t[1],s=t[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(n=n.map(function(g){return[WA,xe,Et].indexOf(g)!==-1?lr:g}));var a=A.wordBreak==="keep-all"?s.map(function(g,u){return g&&e[u]>=19968&&e[u]<=40959}):void 0;return[r,n,a]},Ro=(function(){function e(A,t,r,n){this.codePoints=A,this.required=t===ue,this.start=r,this.end=n}return e.prototype.slice=function(){return l.apply(void 0,this.codePoints.slice(this.start,this.end))},e})(),Mo=function(e,A){var t=F(e),r=Oo(t,A),n=r[0],s=r[1],a=r[2],g=t.length,u=0,H=0;return{next:function(){if(H>=g)return{done:!0,value:null};for(var y=hA;H<g&&(y=To(t,s,n,++H,a))===hA;);if(y!==hA||H===g){var m=new Ro(t,y,u,H);return u=H,{value:m,done:!1}}return{done:!0,value:null}}}},ko=1,Go=2,jr=4,gi=8,yt=10,wi=47,$r=92,No=9,Vo=32,mt=34,At=61,Po=35,Xo=36,Wo=37,It=39,bt=40,et=41,Jo=95,jA=45,Yo=33,zo=60,qo=62,Zo=64,jo=91,$o=93,AB=61,eB=123,Dt=63,rB=125,hi=124,tB=126,nB=128,Ci=65533,on=42,ur=43,iB=44,sB=58,aB=59,rt=46,oB=0,BB=8,cB=11,fB=14,lB=31,uB=127,de=-1,xi=48,di=97,Qi=101,gB=102,wB=117,hB=122,Fi=65,Ui=69,vi=70,CB=85,xB=90,VA=function(e){return e>=xi&&e<=57},dB=function(e){return e>=55296&&e<=57343},Kr=function(e){return VA(e)||e>=Fi&&e<=vi||e>=di&&e<=gB},QB=function(e){return e>=di&&e<=hB},FB=function(e){return e>=Fi&&e<=xB},UB=function(e){return QB(e)||FB(e)},vB=function(e){return e>=nB},Kt=function(e){return e===yt||e===No||e===Vo},Lt=function(e){return UB(e)||vB(e)||e===Jo},pi=function(e){return Lt(e)||VA(e)||e===jA},pB=function(e){return e>=oB&&e<=BB||e===cB||e>=fB&&e<=lB||e===uB},Pe=function(e,A){return e!==$r?!1:A!==yt},St=function(e,A,t){return e===jA?Lt(A)||Pe(A,t):Lt(e)?!0:!!(e===$r&&Pe(e,A))},Bn=function(e,A,t){return e===ur||e===jA?VA(A)?!0:A===rt&&VA(t):VA(e===rt?A:e)},EB=function(e){var A=0,t=1;(e[A]===ur||e[A]===jA)&&(e[A]===jA&&(t=-1),A++);for(var r=[];VA(e[A]);)r.push(e[A++]);var n=r.length?parseInt(l.apply(void 0,r),10):0;e[A]===rt&&A++;for(var s=[];VA(e[A]);)s.push(e[A++]);var a=s.length,g=a?parseInt(l.apply(void 0,s),10):0;(e[A]===Ui||e[A]===Qi)&&A++;var u=1;(e[A]===ur||e[A]===jA)&&(e[A]===jA&&(u=-1),A++);for(var H=[];VA(e[A]);)H.push(e[A++]);var y=H.length?parseInt(l.apply(void 0,H),10):0;return t*(n+g*Math.pow(10,-a))*Math.pow(10,u*y)},HB={type:2},yB={type:3},mB={type:4},IB={type:13},bB={type:8},DB={type:21},KB={type:9},LB={type:10},SB={type:11},_B={type:12},TB={type:14},_t={type:23},OB={type:1},RB={type:25},MB={type:24},kB={type:26},GB={type:27},NB={type:28},VB={type:29},PB={type:31},cn={type:32},Ei=(function(){function e(){this._value=[]}return e.prototype.write=function(A){this._value=this._value.concat(F(A))},e.prototype.read=function(){for(var A=[],t=this.consumeToken();t!==cn;)A.push(t),t=this.consumeToken();return A},e.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case mt:return this.consumeStringToken(mt);case Po:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(pi(t)||Pe(r,n)){var s=St(t,r,n)?Go:ko,a=this.consumeName();return{type:5,value:a,flags:s}}break;case Xo:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),IB;break;case It:return this.consumeStringToken(It);case bt:return HB;case et:return yB;case on:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),TB;break;case ur:if(Bn(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case iB:return mB;case jA:var g=A,u=this.peekCodePoint(0),H=this.peekCodePoint(1);if(Bn(g,u,H))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(St(g,u,H))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(u===jA&&H===qo)return this.consumeCodePoint(),this.consumeCodePoint(),MB;break;case rt:if(Bn(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case wi:if(this.peekCodePoint(0)===on)for(this.consumeCodePoint();;){var y=this.consumeCodePoint();if(y===on&&(y=this.consumeCodePoint(),y===wi))return this.consumeToken();if(y===de)return this.consumeToken()}break;case sB:return kB;case aB:return GB;case zo:if(this.peekCodePoint(0)===Yo&&this.peekCodePoint(1)===jA&&this.peekCodePoint(2)===jA)return this.consumeCodePoint(),this.consumeCodePoint(),RB;break;case Zo:var m=this.peekCodePoint(0),_=this.peekCodePoint(1),tA=this.peekCodePoint(2);if(St(m,_,tA)){var a=this.consumeName();return{type:7,value:a}}break;case jo:return NB;case $r:if(Pe(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case $o:return VB;case AB:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),bB;break;case eB:return SB;case rB:return _B;case wB:case CB:var z=this.peekCodePoint(0),j=this.peekCodePoint(1);return z===ur&&(Kr(j)||j===Dt)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case hi:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),KB;if(this.peekCodePoint(0)===hi)return this.consumeCodePoint(),DB;break;case tB:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),LB;break;case de:return cn}return Kt(A)?(this.consumeWhiteSpace(),PB):VA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):Lt(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:l(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=[],t=this.consumeCodePoint();Kr(t)&&A.length<6;)A.push(t),t=this.consumeCodePoint();for(var r=!1;t===Dt&&A.length<6;)A.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(l.apply(void 0,A.map(function(u){return u===Dt?xi:u})),16),s=parseInt(l.apply(void 0,A.map(function(u){return u===Dt?vi:u})),16);return{type:30,start:n,end:s}}var a=parseInt(l.apply(void 0,A),16);if(this.peekCodePoint(0)===jA&&Kr(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var g=[];Kr(t)&&g.length<6;)g.push(t),t=this.consumeCodePoint();var s=parseInt(l.apply(void 0,g),16);return{type:30,start:a,end:s}}else return{type:30,start:a,end:a}},e.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===bt?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===bt?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},e.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===de)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===It||t===mt){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===de||this.peekCodePoint(0)===et)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),_t)}for(;;){var n=this.consumeCodePoint();if(n===de||n===et)return{type:22,value:l.apply(void 0,A)};if(Kt(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===de||this.peekCodePoint(0)===et?(this.consumeCodePoint(),{type:22,value:l.apply(void 0,A)}):(this.consumeBadUrlRemnants(),_t);if(n===mt||n===It||n===bt||pB(n))return this.consumeBadUrlRemnants(),_t;if(n===$r)if(Pe(n,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),_t;else A.push(n)}},e.prototype.consumeWhiteSpace=function(){for(;Kt(this.peekCodePoint(0));)this.consumeCodePoint()},e.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===et||A===de)return;Pe(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},e.prototype.consumeStringSlice=function(A){for(var t=5e4,r="";A>0;){var n=Math.min(t,A);r+=l.apply(void 0,this._value.splice(0,n)),A-=n}return this._value.shift(),r},e.prototype.consumeStringToken=function(A){var t="",r=0;do{var n=this._value[r];if(n===de||n===void 0||n===A)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===yt)return this._value.splice(0,r),OB;if(n===$r){var s=this._value[r+1];s!==de&&s!==void 0&&(s===yt?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):Pe(n,s)&&(t+=this.consumeStringSlice(r),t+=l(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},e.prototype.consumeNumber=function(){var A=[],t=jr,r=this.peekCodePoint(0);for((r===ur||r===jA)&&A.push(this.consumeCodePoint());VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===rt&&VA(n))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=gi;VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((r===Ui||r===Qi)&&((n===ur||n===jA)&&VA(s)||VA(n)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=gi;VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[EB(A),t]},e.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),t=A[0],r=A[1],n=this.peekCodePoint(0),s=this.peekCodePoint(1),a=this.peekCodePoint(2);if(St(n,s,a)){var g=this.consumeName();return{type:15,number:t,flags:r,unit:g}}return n===Wo?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},e.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(Kr(A)){for(var t=l(A);Kr(this.peekCodePoint(0))&&t.length<6;)t+=l(this.consumeCodePoint());Kt(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||dB(r)||r>1114111?Ci:r}return A===de?Ci:A},e.prototype.consumeName=function(){for(var A="";;){var t=this.consumeCodePoint();if(pi(t))A+=l(t);else if(Pe(t,this.peekCodePoint(0)))A+=l(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),A}},e})(),Hi=(function(){function e(A){this._tokens=A}return e.create=function(A){var t=new Ei;return t.write(A),new e(t.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 t=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},e.prototype.parseComponentValues=function(){for(var A=[];;){var t=this.consumeComponentValue();if(t.type===32)return A;A.push(t),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 t={type:A,values:[]},r=this.consumeToken();;){if(r.type===32||WB(r,A))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},e.prototype.consumeFunction=function(A){for(var t={name:A.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue())}},e.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A=="undefined"?cn:A},e.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},e})(),tt=function(e){return e.type===15},Lr=function(e){return e.type===17},EA=function(e){return e.type===20},XB=function(e){return e.type===0},fn=function(e,A){return EA(e)&&e.value===A},yi=function(e){return e.type!==31},Sr=function(e){return e.type!==31&&e.type!==4},Qe=function(e){var A=[],t=[];return e.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&A.push(t),A},WB=function(e,A){return A===11&&e.type===12||A===28&&e.type===29?!0:A===2&&e.type===3},Xe=function(e){return e.type===17||e.type===15},LA=function(e){return e.type===16||Xe(e)},mi=function(e){return e.length>1?[e[0],e[1]]:[e[0]]},kA={type:17,number:0,flags:jr},ln={type:16,number:50,flags:jr},We={type:16,number:100,flags:jr},nt=function(e,A,t){var r=e[0],n=e[1];return[IA(r,A),IA(typeof n!="undefined"?n:r,t)]},IA=function(e,A){if(e.type===16)return e.number/100*A;if(tt(e))switch(e.unit){case"rem":case"em":return 16*e.number;default:return e.number}return e.number},Ii="deg",bi="grad",Di="rad",Ki="turn",Tt={name:"angle",parse:function(e,A){if(A.type===15)switch(A.unit){case Ii:return Math.PI*A.number/180;case bi:return Math.PI/200*A.number;case Di:return A.number;case Ki:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},Li=function(e){return e.type===15&&(e.unit===Ii||e.unit===bi||e.unit===Di||e.unit===Ki)},Si=function(e){var A=e.filter(EA).map(function(t){return t.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[kA,kA];case"to top":case"bottom":return Be(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[kA,We];case"to right":case"left":return Be(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[We,We];case"to bottom":case"top":return Be(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[We,kA];case"to left":case"right":return Be(270)}return 0},Be=function(e){return Math.PI*e/180},Je={name:"color",parse:function(e,A){if(A.type===18){var t=JB[A.name];if(typeof t=="undefined")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return t(e,A.values)}if(A.type===5){if(A.value.length===3){var r=A.value.substring(0,1),n=A.value.substring(1,2),s=A.value.substring(2,3);return ze(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),1)}if(A.value.length===4){var r=A.value.substring(0,1),n=A.value.substring(1,2),s=A.value.substring(2,3),a=A.value.substring(3,4);return ze(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),parseInt(a+a,16)/255)}if(A.value.length===6){var r=A.value.substring(0,2),n=A.value.substring(2,4),s=A.value.substring(4,6);return ze(parseInt(r,16),parseInt(n,16),parseInt(s,16),1)}if(A.value.length===8){var r=A.value.substring(0,2),n=A.value.substring(2,4),s=A.value.substring(4,6),a=A.value.substring(6,8);return ze(parseInt(r,16),parseInt(n,16),parseInt(s,16),parseInt(a,16)/255)}}if(A.type===20){var g=ye[A.value.toUpperCase()];if(typeof g!="undefined")return g}return ye.TRANSPARENT}},Ye=function(e){return(255&e)===0},MA=function(e){var A=255&e,t=255&e>>8,r=255&e>>16,n=255&e>>24;return A<255?"rgba("+n+","+r+","+t+","+A/255+")":"rgb("+n+","+r+","+t+")"},ze=function(e,A,t,r){return(e<<24|A<<16|t<<8|Math.round(r*255)<<0)>>>0},_i=function(e,A){if(e.type===17)return e.number;if(e.type===16){var t=A===3?1:255;return A===3?e.number/100*t:Math.round(e.number/100*t)}return 0},Ti=function(e,A){var t=A.filter(Sr);if(t.length===3){var r=t.map(_i),n=r[0],s=r[1],a=r[2];return ze(n,s,a,1)}if(t.length===4){var g=t.map(_i),n=g[0],s=g[1],a=g[2],u=g[3];return ze(n,s,a,u)}return 0};function un(e,A,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(A-e)*t*6+e:t<1/2?A:t<2/3?(A-e)*6*(2/3-t)+e:e}var Oi=function(e,A){var t=A.filter(Sr),r=t[0],n=t[1],s=t[2],a=t[3],g=(r.type===17?Be(r.number):Tt.parse(e,r))/(Math.PI*2),u=LA(n)?n.number/100:0,H=LA(s)?s.number/100:0,y=typeof a!="undefined"&&LA(a)?IA(a,1):1;if(u===0)return ze(H*255,H*255,H*255,1);var m=H<=.5?H*(u+1):H+u-H*u,_=H*2-m,tA=un(_,m,g+1/3),z=un(_,m,g),j=un(_,m,g-1/3);return ze(tA*255,z*255,j*255,y)},JB={hsl:Oi,hsla:Oi,rgb:Ti,rgba:Ti},it=function(e,A){return Je.parse(e,Hi.create(A).parseComponentValue())},ye={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},YB={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(EA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},zB={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Ot=function(e,A){var t=Je.parse(e,A[0]),r=A[1];return r&&LA(r)?{color:t,stop:r}:{color:t,stop:null}},Ri=function(e,A){var t=e[0],r=e[e.length-1];t.stop===null&&(t.stop=kA),r.stop===null&&(r.stop=We);for(var n=[],s=0,a=0;a<e.length;a++){var g=e[a].stop;if(g!==null){var u=IA(g,A);u>s?n.push(u):n.push(s),s=u}else n.push(null)}for(var H=null,a=0;a<n.length;a++){var y=n[a];if(y===null)H===null&&(H=a);else if(H!==null){for(var m=a-H,_=n[H-1],tA=(y-_)/(m+1),z=1;z<=m;z++)n[H+z-1]=tA*z;H=null}}return e.map(function(j,uA){var sA=j.color;return{color:sA,stop:Math.max(Math.min(1,n[uA]/A),0)}})},qB=function(e,A,t){var r=A/2,n=t/2,s=IA(e[0],A)-r,a=n-IA(e[1],t);return(Math.atan2(a,s)+Math.PI*2)%(Math.PI*2)},ZB=function(e,A,t){var r=typeof e=="number"?e:qB(e,A,t),n=Math.abs(A*Math.sin(r))+Math.abs(t*Math.cos(r)),s=A/2,a=t/2,g=n/2,u=Math.sin(r-Math.PI/2)*g,H=Math.cos(r-Math.PI/2)*g;return[n,s-H,s+H,a-u,a+u]},ge=function(e,A){return Math.sqrt(e*e+A*A)},Mi=function(e,A,t,r,n){var s=[[0,0],[0,A],[e,0],[e,A]];return s.reduce(function(a,g){var u=g[0],H=g[1],y=ge(t-u,r-H);return(n?y<a.optimumDistance:y>a.optimumDistance)?{optimumCorner:g,optimumDistance:y}:a},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},jB=function(e,A,t,r,n){var s=0,a=0;switch(e.size){case 0:e.shape===0?s=a=Math.min(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(s=Math.min(Math.abs(A),Math.abs(A-r)),a=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(e.shape===0)s=a=Math.min(ge(A,t),ge(A,t-n),ge(A-r,t),ge(A-r,t-n));else if(e.shape===1){var g=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(A),Math.abs(A-r)),u=Mi(r,n,A,t,!0),H=u[0],y=u[1];s=ge(H-A,(y-t)/g),a=g*s}break;case 1:e.shape===0?s=a=Math.max(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(s=Math.max(Math.abs(A),Math.abs(A-r)),a=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(e.shape===0)s=a=Math.max(ge(A,t),ge(A,t-n),ge(A-r,t),ge(A-r,t-n));else if(e.shape===1){var g=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(A),Math.abs(A-r)),m=Mi(r,n,A,t,!1),H=m[0],y=m[1];s=ge(H-A,(y-t)/g),a=g*s}break}return Array.isArray(e.size)&&(s=IA(e.size[0],r),a=e.size.length===2?IA(e.size[1],n):s),[s,a]},$B=function(e,A){var t=Be(180),r=[];return Qe(A).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&a.value==="to"){t=Si(n);return}else if(Li(a)){t=Tt.parse(e,a);return}}var g=Ot(e,n);r.push(g)}),{angle:t,stops:r,type:1}},Rt=function(e,A){var t=Be(180),r=[];return Qe(A).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&["top","left","right","bottom"].indexOf(a.value)!==-1){t=Si(n);return}else if(Li(a)){t=(Tt.parse(e,a)+Be(270))%Be(360);return}}var g=Ot(e,n);r.push(g)}),{angle:t,stops:r,type:1}},Ac=function(e,A){var t=Be(180),r=[],n=1,s=0,a=3,g=[];return Qe(A).forEach(function(u,H){var y=u[0];if(H===0){if(EA(y)&&y.value==="linear"){n=1;return}else if(EA(y)&&y.value==="radial"){n=2;return}}if(y.type===18){if(y.name==="from"){var m=Je.parse(e,y.values[0]);r.push({stop:kA,color:m})}else if(y.name==="to"){var m=Je.parse(e,y.values[0]);r.push({stop:We,color:m})}else if(y.name==="color-stop"){var _=y.values.filter(Sr);if(_.length===2){var m=Je.parse(e,_[1]),tA=_[0];Lr(tA)&&r.push({stop:{type:16,number:tA.number*100,flags:tA.flags},color:m})}}}}),n===1?{angle:(t+Be(180))%Be(360),stops:r,type:n}:{size:a,shape:s,stops:r,position:g,type:n}},ki="closest-side",Gi="farthest-side",Ni="closest-corner",Vi="farthest-corner",Pi="circle",Xi="ellipse",Wi="cover",Ji="contain",ec=function(e,A){var t=0,r=3,n=[],s=[];return Qe(A).forEach(function(a,g){var u=!0;if(g===0){var H=!1;u=a.reduce(function(m,_){if(H)if(EA(_))switch(_.value){case"center":return s.push(ln),m;case"top":case"left":return s.push(kA),m;case"right":case"bottom":return s.push(We),m}else(LA(_)||Xe(_))&&s.push(_);else if(EA(_))switch(_.value){case Pi:return t=0,!1;case Xi:return t=1,!1;case"at":return H=!0,!1;case ki:return r=0,!1;case Wi:case Gi:return r=1,!1;case Ji:case Ni:return r=2,!1;case Vi:return r=3,!1}else if(Xe(_)||LA(_))return Array.isArray(r)||(r=[]),r.push(_),!1;return m},u)}if(u){var y=Ot(e,a);n.push(y)}}),{size:r,shape:t,stops:n,position:s,type:2}},Mt=function(e,A){var t=0,r=3,n=[],s=[];return Qe(A).forEach(function(a,g){var u=!0;if(g===0?u=a.reduce(function(y,m){if(EA(m))switch(m.value){case"center":return s.push(ln),!1;case"top":case"left":return s.push(kA),!1;case"right":case"bottom":return s.push(We),!1}else if(LA(m)||Xe(m))return s.push(m),!1;return y},u):g===1&&(u=a.reduce(function(y,m){if(EA(m))switch(m.value){case Pi:return t=0,!1;case Xi:return t=1,!1;case Ji:case ki:return r=0,!1;case Gi:return r=1,!1;case Ni:return r=2,!1;case Wi:case Vi:return r=3,!1}else if(Xe(m)||LA(m))return Array.isArray(r)||(r=[]),r.push(m),!1;return y},u)),u){var H=Ot(e,a);n.push(H)}}),{size:r,shape:t,stops:n,position:s,type:2}},rc=function(e){return e.type===1},tc=function(e){return e.type===2},gn={name:"image",parse:function(e,A){if(A.type===22){var t={url:A.value,type:0};return e.cache.addImage(A.value),t}if(A.type===18){var r=Yi[A.name];if(typeof r=="undefined")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return r(e,A.values)}throw new Error("Unsupported image type "+A.type)}};function nc(e){return!(e.type===20&&e.value==="none")&&(e.type!==18||!!Yi[e.name])}var Yi={"linear-gradient":$B,"-moz-linear-gradient":Rt,"-ms-linear-gradient":Rt,"-o-linear-gradient":Rt,"-webkit-linear-gradient":Rt,"radial-gradient":ec,"-moz-radial-gradient":Mt,"-ms-radial-gradient":Mt,"-o-radial-gradient":Mt,"-webkit-radial-gradient":Mt,"-webkit-gradient":Ac},ic={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A.filter(function(r){return Sr(r)&&nc(r)}).map(function(r){return gn.parse(e,r)})}},sc={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(EA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},ac={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(e,A){return Qe(A).map(function(t){return t.filter(LA)}).map(mi)}},oc={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(e,A){return Qe(A).map(function(t){return t.filter(EA).map(function(r){return r.value}).join(" ")}).map(Bc)}},Bc=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}},_r;(function(e){e.AUTO="auto",e.CONTAIN="contain",e.COVER="cover"})(_r||(_r={}));var cc={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(e,A){return Qe(A).map(function(t){return t.filter(fc)})}},fc=function(e){return EA(e)||LA(e)},kt=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},lc=kt("top"),uc=kt("right"),gc=kt("bottom"),wc=kt("left"),Gt=function(e){return{name:"border-radius-"+e,initialValue:"0 0",prefix:!1,type:1,parse:function(A,t){return mi(t.filter(LA))}}},hc=Gt("top-left"),Cc=Gt("top-right"),xc=Gt("bottom-right"),dc=Gt("bottom-left"),Nt=function(e){return{name:"border-"+e+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Qc=Nt("top"),Fc=Nt("right"),Uc=Nt("bottom"),vc=Nt("left"),Vt=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,t){return tt(t)?t.number:0}}},pc=Vt("top"),Ec=Vt("right"),Hc=Vt("bottom"),yc=Vt("left"),mc={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Ic={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(e,A){return A==="rtl"?1:0}},bc={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(e,A){return A.filter(EA).reduce(function(t,r){return t|Dc(r.value)},0)}},Dc=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},Kc={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}},Lc={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}},Pt;(function(e){e.NORMAL="normal",e.STRICT="strict"})(Pt||(Pt={}));var Sc={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="strict"?Pt.STRICT:Pt.NORMAL}},_c={name:"line-height",initialValue:"normal",prefix:!1,type:4},zi=function(e,A){return EA(e)&&e.value==="normal"?1.2*A:e.type===17?A*e.number:LA(e)?IA(e,A):A},Tc={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(e,A){return A.type===20&&A.value==="none"?null:gn.parse(e,A)}},Oc={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(e,A){return A==="inside"?0:1}},wn={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}}},Xt=function(e){return{name:"margin-"+e,initialValue:"0",prefix:!1,type:4}},Rc=Xt("top"),Mc=Xt("right"),kc=Xt("bottom"),Gc=Xt("left"),Nc={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(e,A){return A.filter(EA).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},Vc={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="break-word"?"break-word":"normal"}},Wt=function(e){return{name:"padding-"+e,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},Pc=Wt("top"),Xc=Wt("right"),Wc=Wt("bottom"),Jc=Wt("left"),Yc={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}}},zc={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}},qc={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&fn(A[0],"none")?[]:Qe(A).map(function(t){for(var r={color:ye.TRANSPARENT,offsetX:kA,offsetY:kA,blur:kA},n=0,s=0;s<t.length;s++){var a=t[s];Xe(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:r.blur=a,n++):r.color=Je.parse(e,a)}return r})}},Zc={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}},jc={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 t=ef[A.name];if(typeof t=="undefined")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return t(A.values)}return null}},$c=function(e){var A=e.filter(function(t){return t.type===17}).map(function(t){return t.number});return A.length===6?A:null},Af=function(e){var A=e.filter(function(u){return u.type===17}).map(function(u){return u.number}),t=A[0],r=A[1];A[2],A[3];var n=A[4],s=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var a=A[12],g=A[13];return A[14],A[15],A.length===16?[t,r,n,s,a,g]:null},ef={matrix:$c,matrix3d:Af},qi={type:16,number:50,flags:jr},rf=[qi,qi],tf={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(e,A){var t=A.filter(LA);return t.length!==2?rf:[t[0],t[1]]}},nf={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}}},st;(function(e){e.NORMAL="normal",e.BREAK_ALL="break-all",e.KEEP_ALL="keep-all"})(st||(st={}));for(var sf={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"break-all":return st.BREAK_ALL;case"keep-all":return st.KEEP_ALL;default:return st.NORMAL}}},af={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(e,A){if(A.type===20)return{auto:!0,order:0};if(Lr(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},Zi={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")}},of={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(e,A){return Lr(A)?A.number:1}},Bf={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},cf={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(e,A){return A.filter(EA).map(function(t){switch(t.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(t){return t!==0})}},ff={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(e,A){var t=[],r=[];return A.forEach(function(n){switch(n.type){case 20:case 0:t.push(n.value);break;case 17:t.push(n.number.toString());break;case 4:r.push(t.join(" ")),t.length=0;break}}),t.length&&r.push(t.join(" ")),r.map(function(n){return n.indexOf(" ")===-1?n:"'"+n+"'"})}},lf={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},uf={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(e,A){return Lr(A)?A.number:EA(A)&&A.value==="bold"?700:400}},gf={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.filter(EA).map(function(t){return t.value})}},wf={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"}}},OA=function(e,A){return(e&A)!==0},hf={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A}},Cf={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=A.filter(yi),s=0;s<n.length;s++){var a=n[s],g=n[s+1];if(a.type===20){var u=g&&Lr(g)?g.number:1;r.push({counter:a.value,increment:u})}}return r}},xf={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return[];for(var t=[],r=A.filter(yi),n=0;n<r.length;n++){var s=r[n],a=r[n+1];if(EA(s)&&s.value!=="none"){var g=a&&Lr(a)?a.number:0;t.push({counter:s.value,reset:g})}}return t}},df={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(e,A){return A.filter(tt).map(function(t){return Zi.parse(e,t)})}},Qf={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;var r=[],n=A.filter(XB);if(n.length%2!==0)return null;for(var s=0;s<n.length;s+=2){var a=n[s].value,g=n[s+1].value;r.push({open:a,close:g})}return r}},ji=function(e,A,t){if(!e)return"";var r=e[Math.min(A,e.length-1)];return r?t?r.open:r.close:""},Ff={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&fn(A[0],"none")?[]:Qe(A).map(function(t){for(var r={color:255,offsetX:kA,offsetY:kA,blur:kA,spread:kA,inset:!1},n=0,s=0;s<t.length;s++){var a=t[s];fn(a,"inset")?r.inset=!0:Xe(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:n===2?r.blur=a:r.spread=a,n++):r.color=Je.parse(e,a)}return r})}},Uf={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(e,A){var t=[0,1,2],r=[];return A.filter(EA).forEach(function(n){switch(n.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),t.forEach(function(n){r.indexOf(n)===-1&&r.push(n)}),r}},vf={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},pf={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(e,A){return tt(A)?A.number:0}},Ef=(function(){function e(A,t){var r,n;this.animationDuration=nA(A,df,t.animationDuration),this.backgroundClip=nA(A,YB,t.backgroundClip),this.backgroundColor=nA(A,zB,t.backgroundColor),this.backgroundImage=nA(A,ic,t.backgroundImage),this.backgroundOrigin=nA(A,sc,t.backgroundOrigin),this.backgroundPosition=nA(A,ac,t.backgroundPosition),this.backgroundRepeat=nA(A,oc,t.backgroundRepeat),this.backgroundSize=nA(A,cc,t.backgroundSize),this.borderTopColor=nA(A,lc,t.borderTopColor),this.borderRightColor=nA(A,uc,t.borderRightColor),this.borderBottomColor=nA(A,gc,t.borderBottomColor),this.borderLeftColor=nA(A,wc,t.borderLeftColor),this.borderTopLeftRadius=nA(A,hc,t.borderTopLeftRadius),this.borderTopRightRadius=nA(A,Cc,t.borderTopRightRadius),this.borderBottomRightRadius=nA(A,xc,t.borderBottomRightRadius),this.borderBottomLeftRadius=nA(A,dc,t.borderBottomLeftRadius),this.borderTopStyle=nA(A,Qc,t.borderTopStyle),this.borderRightStyle=nA(A,Fc,t.borderRightStyle),this.borderBottomStyle=nA(A,Uc,t.borderBottomStyle),this.borderLeftStyle=nA(A,vc,t.borderLeftStyle),this.borderTopWidth=nA(A,pc,t.borderTopWidth),this.borderRightWidth=nA(A,Ec,t.borderRightWidth),this.borderBottomWidth=nA(A,Hc,t.borderBottomWidth),this.borderLeftWidth=nA(A,yc,t.borderLeftWidth),this.boxShadow=nA(A,Ff,t.boxShadow),this.color=nA(A,mc,t.color),this.direction=nA(A,Ic,t.direction),this.display=nA(A,bc,t.display),this.float=nA(A,Kc,t.cssFloat),this.fontFamily=nA(A,ff,t.fontFamily),this.fontSize=nA(A,lf,t.fontSize),this.fontStyle=nA(A,wf,t.fontStyle),this.fontVariant=nA(A,gf,t.fontVariant),this.fontWeight=nA(A,uf,t.fontWeight),this.letterSpacing=nA(A,Lc,t.letterSpacing),this.lineBreak=nA(A,Sc,t.lineBreak),this.lineHeight=nA(A,_c,t.lineHeight),this.listStyleImage=nA(A,Tc,t.listStyleImage),this.listStylePosition=nA(A,Oc,t.listStylePosition),this.listStyleType=nA(A,wn,t.listStyleType),this.marginTop=nA(A,Rc,t.marginTop),this.marginRight=nA(A,Mc,t.marginRight),this.marginBottom=nA(A,kc,t.marginBottom),this.marginLeft=nA(A,Gc,t.marginLeft),this.opacity=nA(A,of,t.opacity);var s=nA(A,Nc,t.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=nA(A,Vc,t.overflowWrap),this.paddingTop=nA(A,Pc,t.paddingTop),this.paddingRight=nA(A,Xc,t.paddingRight),this.paddingBottom=nA(A,Wc,t.paddingBottom),this.paddingLeft=nA(A,Jc,t.paddingLeft),this.paintOrder=nA(A,Uf,t.paintOrder),this.position=nA(A,zc,t.position),this.textAlign=nA(A,Yc,t.textAlign),this.textDecorationColor=nA(A,Bf,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=nA(A,cf,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=nA(A,qc,t.textShadow),this.textTransform=nA(A,Zc,t.textTransform),this.transform=nA(A,jc,t.transform),this.transformOrigin=nA(A,tf,t.transformOrigin),this.visibility=nA(A,nf,t.visibility),this.webkitTextStrokeColor=nA(A,vf,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=nA(A,pf,t.webkitTextStrokeWidth),this.wordBreak=nA(A,sf,t.wordBreak),this.zIndex=nA(A,af,t.zIndex)}return e.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},e.prototype.isTransparent=function(){return Ye(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 OA(this.display,4)||OA(this.display,33554432)||OA(this.display,268435456)||OA(this.display,536870912)||OA(this.display,67108864)||OA(this.display,134217728)},e})(),Hf=(function(){function e(A,t){this.content=nA(A,hf,t.content),this.quotes=nA(A,Qf,t.quotes)}return e})(),$i=(function(){function e(A,t){this.counterIncrement=nA(A,Cf,t.counterIncrement),this.counterReset=nA(A,xf,t.counterReset)}return e})(),nA=function(e,A,t){var r=new Ei,n=t!==null&&typeof t!="undefined"?t.toString():A.initialValue;r.write(n);var s=new Hi(r.read());switch(A.type){case 2:var a=s.parseComponentValue();return A.parse(e,EA(a)?a.value:A.initialValue);case 0:return A.parse(e,s.parseComponentValue());case 1:return A.parse(e,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(A.format){case"angle":return Tt.parse(e,s.parseComponentValue());case"color":return Je.parse(e,s.parseComponentValue());case"image":return gn.parse(e,s.parseComponentValue());case"length":var g=s.parseComponentValue();return Xe(g)?g:kA;case"length-percentage":var u=s.parseComponentValue();return LA(u)?u:kA;case"time":return Zi.parse(e,s.parseComponentValue())}break}},yf="data-html2canvas-debug",mf=function(e){var A=e.getAttribute(yf);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},hn=function(e,A){var t=mf(e);return t===1||A===t},Fe=(function(){function e(A,t){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,hn(t,3))debugger;this.styles=new Ef(A,window.getComputedStyle(t,null)),bn(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=f(this.context,t),hn(t,4)&&(this.flags|=16)}return e})(),If="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",As="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",at=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Jt=0;Jt<As.length;Jt++)at[As.charCodeAt(Jt)]=Jt;for(var bf=function(e){var A=e.length*.75,t=e.length,r,n=0,s,a,g,u;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var H=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(H)?H:new Uint8Array(H);for(r=0;r<t;r+=4)s=at[e.charCodeAt(r)],a=at[e.charCodeAt(r+1)],g=at[e.charCodeAt(r+2)],u=at[e.charCodeAt(r+3)],y[n++]=s<<2|a>>4,y[n++]=(a&15)<<4|g>>2,y[n++]=(g&3)<<6|u&63;return H},Df=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},Kf=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},gr=5,Cn=11,xn=2,Lf=Cn-gr,es=65536>>gr,Sf=1<<gr,dn=Sf-1,_f=1024>>gr,Tf=es+_f,Of=Tf,Rf=32,Mf=Of+Rf,kf=65536>>Cn,Gf=1<<Lf,Nf=Gf-1,rs=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},Vf=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},Pf=function(e,A){var t=bf(e),r=Array.isArray(t)?Kf(t):new Uint32Array(t),n=Array.isArray(t)?Df(t):new Uint16Array(t),s=24,a=rs(n,s/2,r[4]/2),g=r[5]===2?rs(n,(s+r[4])/2):Vf(r,Math.ceil((s+r[4])/4));return new Xf(r[0],r[1],r[2],r[3],a,g)},Xf=(function(){function e(A,t,r,n,s,a){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>gr],t=(t<<xn)+(A&dn),this.data[t];if(A<=65535)return t=this.index[es+(A-55296>>gr)],t=(t<<xn)+(A&dn),this.data[t];if(A<this.highStart)return t=Mf-kf+(A>>Cn),t=this.index[t],t+=A>>gr&Nf,t=this.index[t],t=(t<<xn)+(A&dn),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),ts="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Wf=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Yt=0;Yt<ts.length;Yt++)Wf[ts.charCodeAt(Yt)]=Yt;var Jf=1,Qn=2,Fn=3,ns=4,is=5,Yf=7,ss=8,Un=9,vn=10,as=11,os=12,Bs=13,cs=14,pn=15,zf=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=e.charCodeAt(t++);(s&64512)===56320?A.push(((n&1023)<<10)+(s&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},qf=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=e[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Zf=Pf(If),ce="\xD7",En="\xF7",jf=function(e){return Zf.get(e)},$f=function(e,A,t){var r=t-2,n=A[r],s=A[t-1],a=A[t];if(s===Qn&&a===Fn)return ce;if(s===Qn||s===Fn||s===ns||a===Qn||a===Fn||a===ns)return En;if(s===ss&&[ss,Un,as,os].indexOf(a)!==-1||(s===as||s===Un)&&(a===Un||a===vn)||(s===os||s===vn)&&a===vn||a===Bs||a===is||a===Yf||s===Jf)return ce;if(s===Bs&&a===cs){for(;n===is;)n=A[--r];if(n===cs)return ce}if(s===pn&&a===pn){for(var g=0;n===pn;)g++,n=A[--r];if(g%2===0)return ce}return En},Al=function(e){var A=zf(e),t=A.length,r=0,n=0,s=A.map(jf);return{next:function(){if(r>=t)return{done:!0,value:null};for(var a=ce;r<t&&(a=$f(A,s,++r))===ce;);if(a!==ce||r===t){var g=qf.apply(null,A.slice(n,r));return n=r,{value:g,done:!1}}return{done:!0,value:null}}}},el=function(e){for(var A=Al(e),t=[],r;!(r=A.next()).done;)r.value&&t.push(r.value.slice());return t},rl=function(e){var A=123;if(e.createRange){var t=e.createRange();if(t.getBoundingClientRect){var r=e.createElement("boundtest");r.style.height=A+"px",r.style.display="block",e.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),s=Math.round(n.height);if(e.body.removeChild(r),s===A)return!0}}return!1},tl=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 t=e.createRange();A.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var r=A.firstChild,n=F(r.data).map(function(u){return l(u)}),s=0,a={},g=n.every(function(u,H){t.setStart(r,s),t.setEnd(r,s+u.length);var y=t.getBoundingClientRect();s+=u.length;var m=y.x>a.x||y.y>a.y;return a=y,H===0?!0:m});return e.body.removeChild(A),g},nl=function(){return typeof new Image().crossOrigin!="undefined"},il=function(){return typeof new XMLHttpRequest().responseType=="string"},sl=function(e){var A=new Image,t=e.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;A.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(A,0,0),t.toDataURL()}catch{return!1}return!0},fs=function(e){return e[0]===0&&e[1]===255&&e[2]===0&&e[3]===255},al=function(e){var A=e.createElement("canvas"),t=100;A.width=t,A.height=t;var r=A.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,s=A.toDataURL();n.src=s;var a=Hn(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),ls(a).then(function(g){r.drawImage(g,0,0);var u=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var H=e.createElement("div");return H.style.backgroundImage="url("+s+")",H.style.height=t+"px",fs(u)?ls(Hn(t,t,0,0,H)):Promise.reject(!1)}).then(function(g){return r.drawImage(g,0,0),fs(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},Hn=function(e,A,t,r,n){var s="http://www.w3.org/2000/svg",a=document.createElementNS(s,"svg"),g=document.createElementNS(s,"foreignObject");return a.setAttributeNS(null,"width",e.toString()),a.setAttributeNS(null,"height",A.toString()),g.setAttributeNS(null,"width","100%"),g.setAttributeNS(null,"height","100%"),g.setAttributeNS(null,"x",t.toString()),g.setAttributeNS(null,"y",r.toString()),g.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(g),g.appendChild(n),a},ls=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){return A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},GA={get SUPPORT_RANGE_BOUNDS(){var e=rl(document);return Object.defineProperty(GA,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_WORD_BREAKING(){var e=GA.SUPPORT_RANGE_BOUNDS&&tl(document);return Object.defineProperty(GA,"SUPPORT_WORD_BREAKING",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=sl(document);return Object.defineProperty(GA,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e=typeof Array.from=="function"&&typeof window.fetch=="function"?al(document):Promise.resolve(!1);return Object.defineProperty(GA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=nl();return Object.defineProperty(GA,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=il();return Object.defineProperty(GA,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(GA,"SUPPORT_CORS_XHR",{value:e}),e},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var e=!!(typeof Intl!="undefined"&&Intl.Segmenter);return Object.defineProperty(GA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:e}),e}},ot=(function(){function e(A,t){this.text=A,this.bounds=t}return e})(),ol=function(e,A,t,r){var n=fl(A,t),s=[],a=0;return n.forEach(function(g){if(t.textDecorationLine.length||g.trim().length>0)if(GA.SUPPORT_RANGE_BOUNDS){var u=us(r,a,g.length).getClientRects();if(u.length>1){var H=yn(g),y=0;H.forEach(function(_){s.push(new ot(_,h.fromDOMRectList(e,us(r,y+a,_.length).getClientRects()))),y+=_.length})}else s.push(new ot(g,h.fromDOMRectList(e,u)))}else{var m=r.splitText(g.length);s.push(new ot(g,Bl(e,r))),r=m}else GA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(g.length));a+=g.length}),s},Bl=function(e,A){var t=A.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(A.cloneNode(!0));var n=A.parentNode;if(n){n.replaceChild(r,A);var s=f(e,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return h.EMPTY},us=function(e,A,t){var r=e.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(e,A),n.setEnd(e,A+t),n},yn=function(e){if(GA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(e)).map(function(t){return t.segment})}return el(e)},cl=function(e,A){if(GA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(e)).map(function(r){return r.segment})}return ul(e,A)},fl=function(e,A){return A.letterSpacing!==0?yn(e):cl(e,A)},ll=[32,160,4961,65792,65793,4153,4241],ul=function(e,A){for(var t=Mo(e,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),r=[],n,s=function(){if(n.value){var a=n.value.slice(),g=F(a),u="";g.forEach(function(H){ll.indexOf(H)===-1?u+=l(H):(u.length&&r.push(u),r.push(l(H)),u="")}),u.length&&r.push(u)}};!(n=t.next()).done;)s();return r},gl=(function(){function e(A,t,r){this.text=wl(t.data,r.textTransform),this.textBounds=ol(A,this.text,r,t)}return e})(),wl=function(e,A){switch(A){case 1:return e.toLowerCase();case 3:return e.replace(hl,Cl);case 2:return e.toUpperCase();default:return e}},hl=/(^|\s|:|-|\(|\))([a-z])/g,Cl=function(e,A,t){return e.length>0?A+t.toUpperCase():e},gs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.src=r.currentSrc||r.src,n.intrinsicWidth=r.naturalWidth,n.intrinsicHeight=r.naturalHeight,n.context.cache.addImage(n.src),n}return A})(Fe),ws=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return A})(Fe),hs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this,s=new XMLSerializer,a=f(t,r);return r.setAttribute("width",a.width+"px"),r.setAttribute("height",a.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return A})(Fe),Cs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A})(Fe),mn=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return A})(Fe),xl=[{type:15,flags:0,unit:"px",number:3}],dl=[{type:16,flags:0,number:50}],Ql=function(e){return e.width>e.height?new h(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width<e.height?new h(e.left,e.top+(e.height-e.width)/2,e.width,e.width):e},Fl=function(e){var A=e.type===Ul?new Array(e.value.length+1).join("\u2022"):e.value;return A.length===0?e.placeholder||"":A},zt="checkbox",qt="radio",Ul="password",xs=707406591,In=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=Fl(r),(n.type===zt||n.type===qt)&&(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=Ql(n.bounds)),n.type){case zt:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=xl;break;case qt:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=dl;break}return n}return A})(Fe),ds=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this,s=r.options[r.selectedIndex||0];return n.value=s&&s.text||"",n}return A})(Fe),Qs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A})(Fe),Fs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;n.src=r.src,n.width=parseInt(r.width,10)||0,n.height=parseInt(r.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){n.tree=vs(t,r.contentWindow.document.documentElement);var s=r.contentWindow.document.documentElement?it(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):ye.TRANSPARENT,a=r.contentWindow.document.body?it(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):ye.TRANSPARENT;n.backgroundColor=Ye(s)?Ye(a)?n.styles.backgroundColor:a:s}}catch{}return n}return A})(Fe),vl=["OL","UL","MENU"],Zt=function(e,A,t,r){for(var n=A.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,ps(n)&&n.data.trim().length>0)t.textNodes.push(new gl(e,n,t.styles));else if(Tr(n))if(bs(n)&&n.assignedNodes)n.assignedNodes().forEach(function(g){return Zt(e,g,t,r)});else{var a=Us(e,n);a.styles.isVisible()&&(pl(n,a,r)?a.flags|=4:El(a.styles)&&(a.flags|=2),vl.indexOf(n.tagName)!==-1&&(a.flags|=8),t.elements.push(a),n.slot,n.shadowRoot?Zt(e,n.shadowRoot,a,r):!$t(n)&&!Es(n)&&!A0(n)&&Zt(e,n,a,r))}},Us=function(e,A){return Kn(A)?new gs(e,A):Hs(A)?new ws(e,A):Es(A)?new hs(e,A):Hl(A)?new Cs(e,A):yl(A)?new mn(e,A):ml(A)?new In(e,A):A0(A)?new ds(e,A):$t(A)?new Qs(e,A):ms(A)?new Fs(e,A):new Fe(e,A)},vs=function(e,A){var t=Us(e,A);return t.flags|=4,Zt(e,A,t,t),t},pl=function(e,A,t){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||Dn(e)&&t.styles.isTransparent()},El=function(e){return e.isPositioned()||e.isFloating()},ps=function(e){return e.nodeType===Node.TEXT_NODE},Tr=function(e){return e.nodeType===Node.ELEMENT_NODE},bn=function(e){return Tr(e)&&typeof e.style!="undefined"&&!jt(e)},jt=function(e){return typeof e.className=="object"},Hl=function(e){return e.tagName==="LI"},yl=function(e){return e.tagName==="OL"},ml=function(e){return e.tagName==="INPUT"},Il=function(e){return e.tagName==="HTML"},Es=function(e){return e.tagName==="svg"},Dn=function(e){return e.tagName==="BODY"},Hs=function(e){return e.tagName==="CANVAS"},ys=function(e){return e.tagName==="VIDEO"},Kn=function(e){return e.tagName==="IMG"},ms=function(e){return e.tagName==="IFRAME"},Is=function(e){return e.tagName==="STYLE"},bl=function(e){return e.tagName==="SCRIPT"},$t=function(e){return e.tagName==="TEXTAREA"},A0=function(e){return e.tagName==="SELECT"},bs=function(e){return e.tagName==="SLOT"},Ds=function(e){return e.tagName.indexOf("-")>0},Dl=(function(){function e(){this.counters={}}return e.prototype.getCounterValue=function(A){var t=this.counters[A];return t&&t.length?t[t.length-1]:1},e.prototype.getCounterValues=function(A){var t=this.counters[A];return t||[]},e.prototype.pop=function(A){var t=this;A.forEach(function(r){return t.counters[r].pop()})},e.prototype.parse=function(A){var t=this,r=A.counterIncrement,n=A.counterReset,s=!0;r!==null&&r.forEach(function(g){var u=t.counters[g.counter];u&&g.increment!==0&&(s=!1,u.length||u.push(1),u[Math.max(0,u.length-1)]+=g.increment)});var a=[];return s&&n.forEach(function(g){var u=t.counters[g.counter];a.push(g.counter),u||(u=t.counters[g.counter]=[]),u.push(g.reset)}),a},e})(),Ks={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"]},Ls={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"]},Kl={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"]},Ll={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"]},Or=function(e,A,t,r,n,s){return e<A||e>t?ct(e,n,s.length>0):r.integers.reduce(function(a,g,u){for(;e>=g;)e-=g,a+=r.values[u];return a},"")+s},Ss=function(e,A,t,r){var n="";do t||e--,n=r(e)+n,e/=A;while(e*A>=A);return n},DA=function(e,A,t,r,n){var s=t-A+1;return(e<0?"-":"")+(Ss(Math.abs(e),s,r,function(a){return l(Math.floor(a%s)+A)})+n)},wr=function(e,A,t){t===void 0&&(t=". ");var r=A.length;return Ss(Math.abs(e),r,!1,function(n){return A[Math.floor(n%r)]})+t},Rr=1,qe=2,Ze=4,Bt=8,me=function(e,A,t,r,n,s){if(e<-9999||e>9999)return ct(e,4,n.length>0);var a=Math.abs(e),g=n;if(a===0)return A[0]+g;for(var u=0;a>0&&u<=4;u++){var H=a%10;H===0&&OA(s,Rr)&&g!==""?g=A[H]+g:H>1||H===1&&u===0||H===1&&u===1&&OA(s,qe)||H===1&&u===1&&OA(s,Ze)&&e>100||H===1&&u>1&&OA(s,Bt)?g=A[H]+(u>0?t[u-1]:"")+g:H===1&&u>0&&(g=t[u-1]+g),a=Math.floor(a/10)}return(e<0?r:"")+g},_s="\u5341\u767E\u5343\u842C",Ts="\u62FE\u4F70\u4EDF\u842C",Os="\u30DE\u30A4\u30CA\u30B9",Ln="\uB9C8\uC774\uB108\uC2A4",ct=function(e,A,t){var r=t?". ":"",n=t?"\u3001":"",s=t?", ":"",a=t?" ":"";switch(A){case 0:return"\u2022"+a;case 1:return"\u25E6"+a;case 2:return"\u25FE"+a;case 5:var g=DA(e,48,57,!0,r);return g.length<4?"0"+g:g;case 4:return wr(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",n);case 6:return Or(e,1,3999,Ks,3,r).toLowerCase();case 7:return Or(e,1,3999,Ks,3,r);case 8:return DA(e,945,969,!1,r);case 9:return DA(e,97,122,!1,r);case 10:return DA(e,65,90,!1,r);case 11:return DA(e,1632,1641,!0,r);case 12:case 49:return Or(e,1,9999,Ls,3,r);case 35:return Or(e,1,9999,Ls,3,r).toLowerCase();case 13:return DA(e,2534,2543,!0,r);case 14:case 30:return DA(e,6112,6121,!0,r);case 15:return wr(e,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",n);case 16:return wr(e,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",n);case 17:case 48:return me(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",_s,"\u8CA0",n,qe|Ze|Bt);case 47:return me(e,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",Ts,"\u8CA0",n,Rr|qe|Ze|Bt);case 42:return me(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",_s,"\u8D1F",n,qe|Ze|Bt);case 41:return me(e,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",Ts,"\u8D1F",n,Rr|qe|Ze|Bt);case 26:return me(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",Os,n,0);case 25:return me(e,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",Os,n,Rr|qe|Ze);case 31:return me(e,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",Ln,s,Rr|qe|Ze);case 33:return me(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",Ln,s,0);case 32:return me(e,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",Ln,s,Rr|qe|Ze);case 18:return DA(e,2406,2415,!0,r);case 20:return Or(e,1,19999,Ll,3,r);case 21:return DA(e,2790,2799,!0,r);case 22:return DA(e,2662,2671,!0,r);case 22:return Or(e,1,10999,Kl,3,r);case 23:return wr(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 wr(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 DA(e,3302,3311,!0,r);case 28:return wr(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",n);case 29:return wr(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",n);case 34:return DA(e,3792,3801,!0,r);case 37:return DA(e,6160,6169,!0,r);case 38:return DA(e,4160,4169,!0,r);case 39:return DA(e,2918,2927,!0,r);case 40:return DA(e,1776,1785,!0,r);case 43:return DA(e,3046,3055,!0,r);case 44:return DA(e,3174,3183,!0,r);case 45:return DA(e,3664,3673,!0,r);case 46:return DA(e,3872,3881,!0,r);default:return DA(e,48,57,!0,r)}},Rs="data-html2canvas-ignore",Ms=(function(){function e(A,t,r){if(this.context=A,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new Dl,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return e.prototype.toIFrame=function(A,t){var r=this,n=Sl(A,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var s=A.defaultView.pageXOffset,a=A.defaultView.pageYOffset,g=n.contentWindow,u=g.document,H=Ol(n).then(function(){return c(r,void 0,void 0,function(){var y,m;return Q(this,function(_){switch(_.label){case 0:return this.scrolledElements.forEach(Gl),g&&(g.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(g.scrollY!==t.top||g.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(g.scrollX-t.left,g.scrollY-t.top,0,0))),y=this.options.onclone,m=this.clonedReferenceElement,typeof m=="undefined"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:u.fonts&&u.fonts.ready?[4,u.fonts.ready]:[3,2];case 1:_.sent(),_.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Tl(u)]:[3,4];case 3:_.sent(),_.label=4;case 4:return typeof y=="function"?[2,Promise.resolve().then(function(){return y(u,m)}).then(function(){return n})]:[2,n]}})})});return u.open(),u.write(Ml(document.doctype)+"<html></html>"),kl(this.referenceElement.ownerDocument,s,a),u.replaceChild(u.adoptNode(this.documentElement),u.documentElement),u.close(),H},e.prototype.createElementClone=function(A){if(hn(A,2))debugger;if(Hs(A))return this.createCanvasClone(A);if(ys(A))return this.createVideoClone(A);if(Is(A))return this.createStyleClone(A);var t=A.cloneNode(!1);return Kn(t)&&(Kn(A)&&A.currentSrc&&A.currentSrc!==A.src&&(t.src=A.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),Ds(t)?this.createCustomElementClone(t):t},e.prototype.createCustomElementClone=function(A){var t=document.createElement("html2canvascustomelement");return Sn(A.style,t),t},e.prototype.createStyleClone=function(A){try{var t=A.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(s,a){return a&&typeof a.cssText=="string"?s+a.cssText:s},""),n=A.cloneNode(!1);return n.textContent=r,n}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return A.cloneNode(!1)},e.prototype.createCanvasClone=function(A){var t;if(this.options.inlineImages&&A.ownerDocument){var r=A.ownerDocument.createElement("img");try{return r.src=A.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var n=A.cloneNode(!1);try{n.width=A.width,n.height=A.height;var s=A.getContext("2d"),a=n.getContext("2d");if(a)if(!this.options.allowTaint&&s)a.putImageData(s.getImageData(0,0,A.width,A.height),0,0);else{var g=(t=A.getContext("webgl2"))!==null&&t!==void 0?t:A.getContext("webgl");if(g){var u=g.getContextAttributes();(u==null?void 0:u.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}a.drawImage(A,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return n},e.prototype.createVideoClone=function(A){var t=A.ownerDocument.createElement("canvas");t.width=A.offsetWidth,t.height=A.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(A,0,0,t.width,t.height),this.options.allowTaint||r.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var n=A.ownerDocument.createElement("canvas");return n.width=A.offsetWidth,n.height=A.offsetHeight,n},e.prototype.appendChildNode=function(A,t,r){(!Tr(t)||!bl(t)&&!t.hasAttribute(Rs)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!Tr(t)||!Is(t))&&A.appendChild(this.cloneNode(t,r))},e.prototype.cloneChildNodes=function(A,t,r){for(var n=this,s=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;s;s=s.nextSibling)if(Tr(s)&&bs(s)&&typeof s.assignedNodes=="function"){var a=s.assignedNodes();a.length&&a.forEach(function(g){return n.appendChildNode(t,g,r)})}else this.appendChildNode(t,s,r)},e.prototype.cloneNode=function(A,t){if(ps(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var r=A.ownerDocument.defaultView;if(r&&Tr(A)&&(bn(A)||jt(A))){var n=this.createElementClone(A);n.style.transitionProperty="none";var s=r.getComputedStyle(A),a=r.getComputedStyle(A,":before"),g=r.getComputedStyle(A,":after");this.referenceElement===A&&bn(n)&&(this.clonedReferenceElement=n),Dn(n)&&Pl(n);var u=this.counters.parse(new $i(this.context,s)),H=this.resolvePseudoContent(A,n,a,ft.BEFORE);Ds(A)&&(t=!0),ys(A)||this.cloneChildNodes(A,n,t),H&&n.insertBefore(H,n.firstChild);var y=this.resolvePseudoContent(A,n,g,ft.AFTER);return y&&n.appendChild(y),this.counters.pop(u),(s&&(this.options.copyStyles||jt(A))&&!ms(A)||t)&&Sn(s,n),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([n,A.scrollLeft,A.scrollTop]),($t(A)||A0(A))&&($t(n)||A0(n))&&(n.value=A.value),n}return A.cloneNode(!1)},e.prototype.resolvePseudoContent=function(A,t,r,n){var s=this;if(r){var a=r.content,g=t.ownerDocument;if(!(!g||!a||a==="none"||a==="-moz-alt-content"||r.display==="none")){this.counters.parse(new $i(this.context,r));var u=new Hf(this.context,r),H=g.createElement("html2canvaspseudoelement");Sn(r,H),u.content.forEach(function(m){if(m.type===0)H.appendChild(g.createTextNode(m.value));else if(m.type===22){var _=g.createElement("img");_.src=m.value,_.style.opacity="1",H.appendChild(_)}else if(m.type===18){if(m.name==="attr"){var tA=m.values.filter(EA);tA.length&&H.appendChild(g.createTextNode(A.getAttribute(tA[0].value)||""))}else if(m.name==="counter"){var z=m.values.filter(Sr),j=z[0],uA=z[1];if(j&&EA(j)){var sA=s.counters.getCounterValue(j.value),iA=uA&&EA(uA)?wn.parse(s.context,uA.value):3;H.appendChild(g.createTextNode(ct(sA,iA,!1)))}}else if(m.name==="counters"){var UA=m.values.filter(Sr),j=UA[0],wA=UA[1],uA=UA[2];if(j&&EA(j)){var BA=s.counters.getCounterValues(j.value),AA=uA&&EA(uA)?wn.parse(s.context,uA.value):3,QA=wA&&wA.type===0?wA.value:"",FA=BA.map(function($A){return ct($A,AA,!1)}).join(QA);H.appendChild(g.createTextNode(FA))}}}else if(m.type===20)switch(m.value){case"open-quote":H.appendChild(g.createTextNode(ji(u.quotes,s.quoteDepth++,!0)));break;case"close-quote":H.appendChild(g.createTextNode(ji(u.quotes,--s.quoteDepth,!1)));break;default:H.appendChild(g.createTextNode(m.value))}}),H.className=_n+" "+Tn;var y=n===ft.BEFORE?" "+_n:" "+Tn;return jt(t)?t.className.baseValue+=y:t.className+=y,H}}},e.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},e})(),ft;(function(e){e[e.BEFORE=0]="BEFORE",e[e.AFTER=1]="AFTER"})(ft||(ft={}));var Sl=function(e,A){var t=e.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=A.width.toString(),t.height=A.height.toString(),t.scrolling="no",t.setAttribute(Rs,"true"),e.body.appendChild(t),t},_l=function(e){return new Promise(function(A){if(e.complete){A();return}if(!e.src){A();return}e.onload=A,e.onerror=A})},Tl=function(e){return Promise.all([].slice.call(e.images,0).map(_l))},Ol=function(e){return new Promise(function(A,t){var r=e.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=e.onload=function(){r.onload=e.onload=null;var s=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(s),A(e))},50)}})},Rl=["all","d","content"],Sn=function(e,A){for(var t=e.length-1;t>=0;t--){var r=e.item(t);Rl.indexOf(r)===-1&&A.style.setProperty(r,e.getPropertyValue(r))}return A},Ml=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},kl=function(e,A,t){e&&e.defaultView&&(A!==e.defaultView.pageXOffset||t!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(A,t)},Gl=function(e){var A=e[0],t=e[1],r=e[2];A.scrollLeft=t,A.scrollTop=r},Nl=":before",Vl=":after",_n="___html2canvas___pseudoelement_before",Tn="___html2canvas___pseudoelement_after",ks=`{
2
2
  content: "" !important;
3
3
  display: none !important;
4
4
  }`,Pl=function(e){Xl(e,"."+_n+Nl+ks+`
5
- .`+Tn+Vl+ks)},Xl=function(e,A){var t=e.ownerDocument;if(t){var r=t.createElement("style");r.textContent=A,e.appendChild(r)}},Gs=(function(){function e(){}return e.getOrigin=function(A){var t=e._link;return t?(t.href=A,t.href=t.href,t.protocol+t.hostname+t.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})(),Wl=(function(){function e(A,t){this.context=A,this._options=t,this._cache={}}return e.prototype.addImage=function(A){var t=Promise.resolve();return this.has(A)||(Rn(A)||ql(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),t},e.prototype.match=function(A){return this._cache[A]},e.prototype.loadImage=function(A){return c(this,void 0,void 0,function(){var t,r,n,s,a=this;return Q(this,function(g){switch(g.label){case 0:return t=Gs.isSameOrigin(A),r=!On(A)&&this._options.useCORS===!0&&GA.SUPPORT_CORS_IMAGES&&!t,n=!On(A)&&!t&&!Rn(A)&&typeof this._options.proxy=="string"&&GA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!On(A)&&!Rn(A)&&!n&&!r?[2]:(s=A,n?[4,this.proxy(s)]:[3,2]);case 1:s=g.sent(),g.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(u,H){var y=new Image;y.onload=function(){return u(y)},y.onerror=H,(Zl(s)||r)&&(y.crossOrigin="anonymous"),y.src=s,y.complete===!0&&setTimeout(function(){return u(y)},500),a._options.imageTimeout>0&&setTimeout(function(){return H("Timed out ("+a._options.imageTimeout+"ms) loading image")},a._options.imageTimeout)})];case 3:return[2,g.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 t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=A.substring(0,256);return new Promise(function(s,a){var g=GA.SUPPORT_RESPONSE_TYPE?"blob":"text",u=new XMLHttpRequest;u.onload=function(){if(u.status===200)if(g==="text")s(u.response);else{var m=new FileReader;m.addEventListener("load",function(){return s(m.result)},!1),m.addEventListener("error",function(_){return a(_)},!1),m.readAsDataURL(u.response)}else a("Failed to proxy resource "+n+" with status code "+u.status)},u.onerror=a;var H=r.indexOf("?")>-1?"&":"?";if(u.open("GET",""+r+H+"url="+encodeURIComponent(A)+"&responseType="+g),g!=="text"&&u instanceof XMLHttpRequest&&(u.responseType=g),t._options.imageTimeout){var y=t._options.imageTimeout;u.timeout=y,u.ontimeout=function(){return a("Timed out ("+y+"ms) proxying "+n)}}u.send()})},e})(),Jl=/^data:image\/svg\+xml/i,Yl=/^data:image\/.*;base64,/i,zl=/^data:image\/.*/i,ql=function(e){return GA.SUPPORT_SVG_DRAWING||!jl(e)},On=function(e){return zl.test(e)},Zl=function(e){return Yl.test(e)},Rn=function(e){return e.substr(0,4)==="blob"},jl=function(e){return e.substr(-3).toLowerCase()==="svg"||Jl.test(e)},$=(function(){function e(A,t){this.type=0,this.x=A,this.y=t}return e.prototype.add=function(A,t){return new e(this.x+A,this.y+t)},e})(),Mr=function(e,A,t){return new $(e.x+(A.x-e.x)*t,e.y+(A.y-e.y)*t)},e0=(function(){function e(A,t,r,n){this.type=1,this.start=A,this.startControl=t,this.endControl=r,this.end=n}return e.prototype.subdivide=function(A,t){var r=Mr(this.start,this.startControl,A),n=Mr(this.startControl,this.endControl,A),s=Mr(this.endControl,this.end,A),a=Mr(r,n,A),g=Mr(n,s,A),u=Mr(a,g,A);return t?new e(this.start,r,a,u):new e(u,g,s,this.end)},e.prototype.add=function(A,t){return new e(this.start.add(A,t),this.startControl.add(A,t),this.endControl.add(A,t),this.end.add(A,t))},e.prototype.reverse=function(){return new e(this.end,this.endControl,this.startControl,this.start)},e})(),fe=function(e){return e.type===1},$l=(function(){function e(A){var t=A.styles,r=A.bounds,n=nt(t.borderTopLeftRadius,r.width,r.height),s=n[0],a=n[1],g=nt(t.borderTopRightRadius,r.width,r.height),u=g[0],H=g[1],y=nt(t.borderBottomRightRadius,r.width,r.height),m=y[0],_=y[1],tA=nt(t.borderBottomLeftRadius,r.width,r.height),z=tA[0],j=tA[1],uA=[];uA.push((s+u)/r.width),uA.push((z+m)/r.width),uA.push((a+j)/r.height),uA.push((H+_)/r.height);var sA=Math.max.apply(Math,uA);sA>1&&(s/=sA,a/=sA,u/=sA,H/=sA,m/=sA,_/=sA,z/=sA,j/=sA);var iA=r.width-u,UA=r.height-_,wA=r.width-m,BA=r.height-j,AA=t.borderTopWidth,QA=t.borderRightWidth,FA=t.borderBottomWidth,cA=t.borderLeftWidth,SA=IA(t.paddingTop,A.bounds.width),$A=IA(t.paddingRight,A.bounds.width),ie=IA(t.paddingBottom,A.bounds.width),HA=IA(t.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||a>0?bA(r.left+cA/3,r.top+AA/3,s-cA/3,a-AA/3,vA.TOP_LEFT):new $(r.left+cA/3,r.top+AA/3),this.topRightBorderDoubleOuterBox=s>0||a>0?bA(r.left+iA,r.top+AA/3,u-QA/3,H-AA/3,vA.TOP_RIGHT):new $(r.left+r.width-QA/3,r.top+AA/3),this.bottomRightBorderDoubleOuterBox=m>0||_>0?bA(r.left+wA,r.top+UA,m-QA/3,_-FA/3,vA.BOTTOM_RIGHT):new $(r.left+r.width-QA/3,r.top+r.height-FA/3),this.bottomLeftBorderDoubleOuterBox=z>0||j>0?bA(r.left+cA/3,r.top+BA,z-cA/3,j-FA/3,vA.BOTTOM_LEFT):new $(r.left+cA/3,r.top+r.height-FA/3),this.topLeftBorderDoubleInnerBox=s>0||a>0?bA(r.left+cA*2/3,r.top+AA*2/3,s-cA*2/3,a-AA*2/3,vA.TOP_LEFT):new $(r.left+cA*2/3,r.top+AA*2/3),this.topRightBorderDoubleInnerBox=s>0||a>0?bA(r.left+iA,r.top+AA*2/3,u-QA*2/3,H-AA*2/3,vA.TOP_RIGHT):new $(r.left+r.width-QA*2/3,r.top+AA*2/3),this.bottomRightBorderDoubleInnerBox=m>0||_>0?bA(r.left+wA,r.top+UA,m-QA*2/3,_-FA*2/3,vA.BOTTOM_RIGHT):new $(r.left+r.width-QA*2/3,r.top+r.height-FA*2/3),this.bottomLeftBorderDoubleInnerBox=z>0||j>0?bA(r.left+cA*2/3,r.top+BA,z-cA*2/3,j-FA*2/3,vA.BOTTOM_LEFT):new $(r.left+cA*2/3,r.top+r.height-FA*2/3),this.topLeftBorderStroke=s>0||a>0?bA(r.left+cA/2,r.top+AA/2,s-cA/2,a-AA/2,vA.TOP_LEFT):new $(r.left+cA/2,r.top+AA/2),this.topRightBorderStroke=s>0||a>0?bA(r.left+iA,r.top+AA/2,u-QA/2,H-AA/2,vA.TOP_RIGHT):new $(r.left+r.width-QA/2,r.top+AA/2),this.bottomRightBorderStroke=m>0||_>0?bA(r.left+wA,r.top+UA,m-QA/2,_-FA/2,vA.BOTTOM_RIGHT):new $(r.left+r.width-QA/2,r.top+r.height-FA/2),this.bottomLeftBorderStroke=z>0||j>0?bA(r.left+cA/2,r.top+BA,z-cA/2,j-FA/2,vA.BOTTOM_LEFT):new $(r.left+cA/2,r.top+r.height-FA/2),this.topLeftBorderBox=s>0||a>0?bA(r.left,r.top,s,a,vA.TOP_LEFT):new $(r.left,r.top),this.topRightBorderBox=u>0||H>0?bA(r.left+iA,r.top,u,H,vA.TOP_RIGHT):new $(r.left+r.width,r.top),this.bottomRightBorderBox=m>0||_>0?bA(r.left+wA,r.top+UA,m,_,vA.BOTTOM_RIGHT):new $(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=z>0||j>0?bA(r.left,r.top+BA,z,j,vA.BOTTOM_LEFT):new $(r.left,r.top+r.height),this.topLeftPaddingBox=s>0||a>0?bA(r.left+cA,r.top+AA,Math.max(0,s-cA),Math.max(0,a-AA),vA.TOP_LEFT):new $(r.left+cA,r.top+AA),this.topRightPaddingBox=u>0||H>0?bA(r.left+Math.min(iA,r.width-QA),r.top+AA,iA>r.width+QA?0:Math.max(0,u-QA),Math.max(0,H-AA),vA.TOP_RIGHT):new $(r.left+r.width-QA,r.top+AA),this.bottomRightPaddingBox=m>0||_>0?bA(r.left+Math.min(wA,r.width-cA),r.top+Math.min(UA,r.height-FA),Math.max(0,m-QA),Math.max(0,_-FA),vA.BOTTOM_RIGHT):new $(r.left+r.width-QA,r.top+r.height-FA),this.bottomLeftPaddingBox=z>0||j>0?bA(r.left+cA,r.top+Math.min(BA,r.height-FA),Math.max(0,z-cA),Math.max(0,j-FA),vA.BOTTOM_LEFT):new $(r.left+cA,r.top+r.height-FA),this.topLeftContentBox=s>0||a>0?bA(r.left+cA+HA,r.top+AA+SA,Math.max(0,s-(cA+HA)),Math.max(0,a-(AA+SA)),vA.TOP_LEFT):new $(r.left+cA+HA,r.top+AA+SA),this.topRightContentBox=u>0||H>0?bA(r.left+Math.min(iA,r.width+cA+HA),r.top+AA+SA,iA>r.width+cA+HA?0:u-cA+HA,H-(AA+SA),vA.TOP_RIGHT):new $(r.left+r.width-(QA+$A),r.top+AA+SA),this.bottomRightContentBox=m>0||_>0?bA(r.left+Math.min(wA,r.width-(cA+HA)),r.top+Math.min(UA,r.height+AA+SA),Math.max(0,m-(QA+$A)),_-(FA+ie),vA.BOTTOM_RIGHT):new $(r.left+r.width-(QA+$A),r.top+r.height-(FA+ie)),this.bottomLeftContentBox=z>0||j>0?bA(r.left+cA+HA,r.top+BA,Math.max(0,z-(cA+HA)),j-(FA+ie),vA.BOTTOM_LEFT):new $(r.left+cA+HA,r.top+r.height-(FA+ie))}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 bA=function(e,A,t,r,n){var s=4*((Math.sqrt(2)-1)/3),a=t*s,g=r*s,u=e+t,H=A+r;switch(n){case vA.TOP_LEFT:return new e0(new $(e,H),new $(e,H-g),new $(u-a,A),new $(u,A));case vA.TOP_RIGHT:return new e0(new $(e,A),new $(e+a,A),new $(u,H-g),new $(u,H));case vA.BOTTOM_RIGHT:return new e0(new $(u,A),new $(u,A+g),new $(e+a,H),new $(e,H));case vA.BOTTOM_LEFT:default:return new e0(new $(u,H),new $(u-a,H),new $(e,A+g),new $(e,A))}},r0=function(e){return[e.topLeftBorderBox,e.topRightBorderBox,e.bottomRightBorderBox,e.bottomLeftBorderBox]},Au=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},t0=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},eu=(function(){function e(A,t,r){this.offsetX=A,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return e})(),n0=(function(){function e(A,t){this.path=A,this.target=t,this.type=1}return e})(),ru=(function(){function e(A){this.opacity=A,this.type=2,this.target=6}return e})(),tu=function(e){return e.type===0},Ns=function(e){return e.type===1},nu=function(e){return e.type===2},Vs=function(e,A){return e.length===A.length?e.some(function(t,r){return t===A[r]}):!1},iu=function(e,A,t,r,n){return e.map(function(s,a){switch(a){case 0:return s.add(A,t);case 1:return s.add(A+r,t);case 2:return s.add(A+r,t+n);case 3:return s.add(A,t+n)}return s})},Ps=(function(){function e(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e})(),Xs=(function(){function e(A,t){if(this.container=A,this.parent=t,this.effects=[],this.curves=new $l(this.container),this.container.styles.opacity<1&&this.effects.push(new ru(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,s=this.container.styles.transform;this.effects.push(new eu(r,n,s))}if(this.container.styles.overflowX!==0){var a=r0(this.curves),g=t0(this.curves);Vs(a,g)?this.effects.push(new n0(a,6)):(this.effects.push(new n0(a,2)),this.effects.push(new n0(g,4)))}}return e.prototype.getEffects=function(A){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var s=r.effects.filter(function(u){return!Ns(u)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,s),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var a=r0(r.curves),g=t0(r.curves);Vs(a,g)||n.unshift(new n0(g,6))}}else n.unshift.apply(n,s);r=r.parent}return n.filter(function(u){return OA(u.target,A)})},e})(),Mn=function(e,A,t,r){e.container.elements.forEach(function(n){var s=OA(n.flags,4),a=OA(n.flags,2),g=new Xs(n,e);OA(n.styles.display,2048)&&r.push(g);var u=OA(n.flags,8)?[]:r;if(s||a){var H=s||n.styles.isPositioned()?t:A,y=new Ps(g);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var m=n.styles.zIndex.order;if(m<0){var _=0;H.negativeZIndex.some(function(z,j){return m>z.element.container.styles.zIndex.order?(_=j,!1):_>0}),H.negativeZIndex.splice(_,0,y)}else if(m>0){var tA=0;H.positiveZIndex.some(function(z,j){return m>=z.element.container.styles.zIndex.order?(tA=j+1,!1):tA>0}),H.positiveZIndex.splice(tA,0,y)}else H.zeroOrAutoZIndexOrTransformedOrOpacity.push(y)}else n.styles.isFloating()?H.nonPositionedFloats.push(y):H.nonPositionedInlineLevel.push(y);Mn(g,y,s?y:t,u)}else n.styles.isInlineLevel()?A.inlineLevel.push(g):A.nonInlineLevel.push(g),Mn(g,A,t,u);OA(n.flags,8)&&Ws(n,u)})},Ws=function(e,A){for(var t=e instanceof mn?e.start:1,r=e instanceof mn?e.reversed:!1,n=0;n<A.length;n++){var s=A[n];s.container instanceof Cs&&typeof s.container.value=="number"&&s.container.value!==0&&(t=s.container.value),s.listValue=ct(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},su=function(e){var A=new Xs(e,null),t=new Ps(A),r=[];return Mn(A,t,t,r),Ws(A.container,r),t},Js=function(e,A){switch(A){case 0:return le(e.topLeftBorderBox,e.topLeftPaddingBox,e.topRightBorderBox,e.topRightPaddingBox);case 1:return le(e.topRightBorderBox,e.topRightPaddingBox,e.bottomRightBorderBox,e.bottomRightPaddingBox);case 2:return le(e.bottomRightBorderBox,e.bottomRightPaddingBox,e.bottomLeftBorderBox,e.bottomLeftPaddingBox);default:return le(e.bottomLeftBorderBox,e.bottomLeftPaddingBox,e.topLeftBorderBox,e.topLeftPaddingBox)}},au=function(e,A){switch(A){case 0:return le(e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox,e.topRightBorderBox,e.topRightBorderDoubleOuterBox);case 1:return le(e.topRightBorderBox,e.topRightBorderDoubleOuterBox,e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox);case 2:return le(e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox,e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox);default:return le(e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox,e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox)}},ou=function(e,A){switch(A){case 0:return le(e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox,e.topRightBorderDoubleInnerBox,e.topRightPaddingBox);case 1:return le(e.topRightBorderDoubleInnerBox,e.topRightPaddingBox,e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox);case 2:return le(e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox,e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox);default:return le(e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox,e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox)}},Bu=function(e,A){switch(A){case 0:return i0(e.topLeftBorderStroke,e.topRightBorderStroke);case 1:return i0(e.topRightBorderStroke,e.bottomRightBorderStroke);case 2:return i0(e.bottomRightBorderStroke,e.bottomLeftBorderStroke);default:return i0(e.bottomLeftBorderStroke,e.topLeftBorderStroke)}},i0=function(e,A){var t=[];return fe(e)?t.push(e.subdivide(.5,!1)):t.push(e),fe(A)?t.push(A.subdivide(.5,!0)):t.push(A),t},le=function(e,A,t,r){var n=[];return fe(e)?n.push(e.subdivide(.5,!1)):n.push(e),fe(t)?n.push(t.subdivide(.5,!0)):n.push(t),fe(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),fe(A)?n.push(A.subdivide(.5,!1).reverse()):n.push(A),n},Ys=function(e){var A=e.bounds,t=e.styles;return A.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},s0=function(e){var A=e.styles,t=e.bounds,r=IA(A.paddingLeft,t.width),n=IA(A.paddingRight,t.width),s=IA(A.paddingTop,t.width),a=IA(A.paddingBottom,t.width);return t.add(r+A.borderLeftWidth,s+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+r+n),-(A.borderTopWidth+A.borderBottomWidth+s+a))},cu=function(e,A){return e===0?A.bounds:e===2?s0(A):Ys(A)},fu=function(e,A){return e===0?A.bounds:e===2?s0(A):Ys(A)},kn=function(e,A,t){var r=cu(Gr(e.styles.backgroundOrigin,A),e),n=fu(Gr(e.styles.backgroundClip,A),e),s=lu(Gr(e.styles.backgroundSize,A),t,r),a=s[0],g=s[1],u=nt(Gr(e.styles.backgroundPosition,A),r.width-a,r.height-g),H=uu(Gr(e.styles.backgroundRepeat,A),u,s,r,n),y=Math.round(r.left+u[0]),m=Math.round(r.top+u[1]);return[H,y,m,a,g]},kr=function(e){return EA(e)&&e.value===_r.AUTO},a0=function(e){return typeof e=="number"},lu=function(e,A,t){var r=A[0],n=A[1],s=A[2],a=e[0],g=e[1];if(!a)return[0,0];if(LA(a)&&g&&LA(g))return[IA(a,t.width),IA(g,t.height)];var u=a0(s);if(EA(a)&&(a.value===_r.CONTAIN||a.value===_r.COVER)){if(a0(s)){var H=t.width/t.height;return H<s!=(a.value===_r.COVER)?[t.width,t.width/s]:[t.height*s,t.height]}return[t.width,t.height]}var y=a0(r),m=a0(n),_=y||m;if(kr(a)&&(!g||kr(g))){if(y&&m)return[r,n];if(!u&&!_)return[t.width,t.height];if(_&&u){var tA=y?r:n*s,z=m?n:r/s;return[tA,z]}var j=y?r:t.width,uA=m?n:t.height;return[j,uA]}if(u){var sA=0,iA=0;return LA(a)?sA=IA(a,t.width):LA(g)&&(iA=IA(g,t.height)),kr(a)?sA=iA*s:(!g||kr(g))&&(iA=sA/s),[sA,iA]}var UA=null,wA=null;if(LA(a)?UA=IA(a,t.width):g&&LA(g)&&(wA=IA(g,t.height)),UA!==null&&(!g||kr(g))&&(wA=y&&m?UA/r*n:t.height),wA!==null&&kr(a)&&(UA=y&&m?wA/n*r:t.width),UA!==null&&wA!==null)return[UA,wA];throw new Error("Unable to calculate background-size for element")},Gr=function(e,A){var t=e[A];return typeof t=="undefined"?e[0]:t},uu=function(e,A,t,r,n){var s=A[0],a=A[1],g=t[0],u=t[1];switch(e){case 2:return[new $(Math.round(r.left),Math.round(r.top+a)),new $(Math.round(r.left+r.width),Math.round(r.top+a)),new $(Math.round(r.left+r.width),Math.round(u+r.top+a)),new $(Math.round(r.left),Math.round(u+r.top+a))];case 3:return[new $(Math.round(r.left+s),Math.round(r.top)),new $(Math.round(r.left+s+g),Math.round(r.top)),new $(Math.round(r.left+s+g),Math.round(r.height+r.top)),new $(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new $(Math.round(r.left+s),Math.round(r.top+a)),new $(Math.round(r.left+s+g),Math.round(r.top+a)),new $(Math.round(r.left+s+g),Math.round(r.top+a+u)),new $(Math.round(r.left+s),Math.round(r.top+a+u))];default:return[new $(Math.round(n.left),Math.round(n.top)),new $(Math.round(n.left+n.width),Math.round(n.top)),new $(Math.round(n.left+n.width),Math.round(n.height+n.top)),new $(Math.round(n.left),Math.round(n.height+n.top))]}},gu="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",zs="Hidden Text",wu=(function(){function e(A){this._data={},this._document=A}return e.prototype.parseMetrics=function(A,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),s=this._document.createElement("span"),a=this._document.body;r.style.visibility="hidden",r.style.fontFamily=A,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",a.appendChild(r),n.src=gu,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",s.style.fontFamily=A,s.style.fontSize=t,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode(zs)),r.appendChild(s),r.appendChild(n);var g=n.offsetTop-s.offsetTop+2;r.removeChild(s),r.appendChild(this._document.createTextNode(zs)),r.style.lineHeight="normal",n.style.verticalAlign="super";var u=n.offsetTop-r.offsetTop+2;return a.removeChild(r),{baseline:g,middle:u}},e.prototype.getMetrics=function(A,t){var r=A+" "+t;return typeof this._data[r]=="undefined"&&(this._data[r]=this.parseMetrics(A,t)),this._data[r]},e})(),qs=(function(){function e(A,t){this.context=A,this.options=t}return e})(),hu=1e4,Cu=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new wu(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return A.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},A.prototype.applyEffect=function(t){this.ctx.save(),nu(t)&&(this.ctx.globalAlpha=t.opacity),tu(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),Ns(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(t){return c(this,void 0,void 0,function(){var r;return Q(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(t){return c(this,void 0,void 0,function(){return Q(this,function(r){switch(r.label){case 0:if(OA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(t,r,n){var s=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var a=yn(t.text);a.reduce(function(g,u){return s.ctx.fillText(u,g,t.bounds.top+n),g+s.ctx.measureText(u).width},t.bounds.left)}},A.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(a){return a==="normal"||a==="small-caps"}).join(""),n=Uu(t.fontFamily).join(", "),s=tt(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,s,n].join(" "),n,s]},A.prototype.renderTextNode=function(t,r){return c(this,void 0,void 0,function(){var n,s,a,g,u,H,y,m,_=this;return Q(this,function(tA){return n=this.createFontStyle(r),s=n[0],a=n[1],g=n[2],this.ctx.font=s,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",u=this.fontMetrics.getMetrics(a,g),H=u.baseline,y=u.middle,m=r.paintOrder,t.textBounds.forEach(function(z){m.forEach(function(j){switch(j){case 0:_.ctx.fillStyle=MA(r.color),_.renderTextWithLetterSpacing(z,r.letterSpacing,H);var uA=r.textShadow;uA.length&&z.text.trim().length&&(uA.slice(0).reverse().forEach(function(sA){_.ctx.shadowColor=MA(sA.color),_.ctx.shadowOffsetX=sA.offsetX.number*_.options.scale,_.ctx.shadowOffsetY=sA.offsetY.number*_.options.scale,_.ctx.shadowBlur=sA.blur.number,_.renderTextWithLetterSpacing(z,r.letterSpacing,H)}),_.ctx.shadowColor="",_.ctx.shadowOffsetX=0,_.ctx.shadowOffsetY=0,_.ctx.shadowBlur=0),r.textDecorationLine.length&&(_.ctx.fillStyle=MA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(sA){switch(sA){case 1:_.ctx.fillRect(z.bounds.left,Math.round(z.bounds.top+H),z.bounds.width,1);break;case 2:_.ctx.fillRect(z.bounds.left,Math.round(z.bounds.top),z.bounds.width,1);break;case 3:_.ctx.fillRect(z.bounds.left,Math.ceil(z.bounds.top+y),z.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&z.text.trim().length&&(_.ctx.strokeStyle=MA(r.webkitTextStrokeColor),_.ctx.lineWidth=r.webkitTextStrokeWidth,_.ctx.lineJoin=window.chrome?"miter":"round",_.ctx.strokeText(z.text,z.bounds.left,z.bounds.top+H)),_.ctx.strokeStyle="",_.ctx.lineWidth=0,_.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var s=s0(t),a=t0(r);this.path(a),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(t){return c(this,void 0,void 0,function(){var r,n,s,a,g,u,iA,iA,H,y,m,_,wA,tA,z,BA,j,uA,sA,iA,UA,wA,BA;return Q(this,function(AA){switch(AA.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,s=r.styles,a=0,g=r.textNodes,AA.label=1;case 1:return a<g.length?(u=g[a],[4,this.renderTextNode(u,s)]):[3,4];case 2:AA.sent(),AA.label=3;case 3:return a++,[3,1];case 4:if(!(r instanceof gs))return[3,8];AA.label=5;case 5:return AA.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return iA=AA.sent(),this.renderReplacedElement(r,n,iA),[3,8];case 7:return AA.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof ws&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof hs))return[3,12];AA.label=9;case 9:return AA.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return iA=AA.sent(),this.renderReplacedElement(r,n,iA),[3,12];case 11:return AA.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Fs&&r.tree?(H=new A(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,H.render(r.tree)]):[3,14];case 13:y=AA.sent(),r.width&&r.height&&this.ctx.drawImage(y,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),AA.label=14;case 14:if(r instanceof In&&(m=Math.min(r.bounds.width,r.bounds.height),r.type===zt?r.checked&&(this.ctx.save(),this.path([new $(r.bounds.left+m*.39363,r.bounds.top+m*.79),new $(r.bounds.left+m*.16,r.bounds.top+m*.5549),new $(r.bounds.left+m*.27347,r.bounds.top+m*.44071),new $(r.bounds.left+m*.39694,r.bounds.top+m*.5649),new $(r.bounds.left+m*.72983,r.bounds.top+m*.23),new $(r.bounds.left+m*.84,r.bounds.top+m*.34085),new $(r.bounds.left+m*.39363,r.bounds.top+m*.79)]),this.ctx.fillStyle=MA(xs),this.ctx.fill(),this.ctx.restore()):r.type===qt&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+m/2,r.bounds.top+m/2,m/4,0,Math.PI*2,!0),this.ctx.fillStyle=MA(xs),this.ctx.fill(),this.ctx.restore())),xu(r)&&r.value.length){switch(_=this.createFontStyle(s),wA=_[0],tA=_[1],z=this.fontMetrics.getMetrics(wA,tA).baseline,this.ctx.font=wA,this.ctx.fillStyle=MA(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=Qu(r.styles.textAlign),BA=s0(r),j=0,r.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 ot(r.value,uA),s.letterSpacing,z),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!OA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(sA=r.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,r.bounds.left-(iA.width+10),r.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:t.listValue&&r.styles.listStyleType!==-1&&(wA=this.createFontStyle(s)[0],this.ctx.font=wA,this.ctx.fillStyle=MA(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",BA=new h(r.bounds.left,r.bounds.top+IA(r.styles.paddingTop,r.bounds.width),r.bounds.width,zi(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new ot(t.listValue,BA),s.letterSpacing,zi(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),AA.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(t){return c(this,void 0,void 0,function(){var r,n,sA,s,a,sA,g,u,sA,H,y,sA,m,_,sA,tA,z,sA,j,uA,sA;return Q(this,function(iA){switch(iA.label){case 0:if(OA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:iA.sent(),r=0,n=t.negativeZIndex,iA.label=2;case 2:return r<n.length?(sA=n[r],[4,this.renderStack(sA)]):[3,5];case 3:iA.sent(),iA.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:iA.sent(),s=0,a=t.nonInlineLevel,iA.label=7;case 7:return s<a.length?(sA=a[s],[4,this.renderNode(sA)]):[3,10];case 8:iA.sent(),iA.label=9;case 9:return s++,[3,7];case 10:g=0,u=t.nonPositionedFloats,iA.label=11;case 11:return g<u.length?(sA=u[g],[4,this.renderStack(sA)]):[3,14];case 12:iA.sent(),iA.label=13;case 13:return g++,[3,11];case 14:H=0,y=t.nonPositionedInlineLevel,iA.label=15;case 15:return H<y.length?(sA=y[H],[4,this.renderStack(sA)]):[3,18];case 16:iA.sent(),iA.label=17;case 17:return H++,[3,15];case 18:m=0,_=t.inlineLevel,iA.label=19;case 19:return m<_.length?(sA=_[m],[4,this.renderNode(sA)]):[3,22];case 20:iA.sent(),iA.label=21;case 21:return m++,[3,19];case 22:tA=0,z=t.zeroOrAutoZIndexOrTransformedOrOpacity,iA.label=23;case 23:return tA<z.length?(sA=z[tA],[4,this.renderStack(sA)]):[3,26];case 24:iA.sent(),iA.label=25;case 25:return tA++,[3,23];case 26:j=0,uA=t.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(t){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(t.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},A.prototype.formatPath=function(t){var r=this;t.forEach(function(n,s){var a=fe(n)?n.start:n;s===0?r.ctx.moveTo(a.x,a.y):r.ctx.lineTo(a.x,a.y),fe(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},A.prototype.renderRepeat=function(t,r,n,s){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,s),this.ctx.fill(),this.ctx.translate(-n,-s)},A.prototype.resizeImage=function(t,r,n){var s;if(t.width===r&&t.height===n)return t;var a=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,g=a.createElement("canvas");g.width=Math.max(1,r),g.height=Math.max(1,n);var u=g.getContext("2d");return u.drawImage(t,0,0,t.width,t.height,0,0,r,n),g},A.prototype.renderBackgroundImage=function(t){return c(this,void 0,void 0,function(){var r,n,s,a,g,u;return Q(this,function(H){switch(H.label){case 0:r=t.styles.backgroundImage.length-1,n=function(y){var m,_,tA,SA,Ae,ee,HA,NA,FA,z,SA,Ae,ee,HA,NA,j,uA,sA,iA,UA,wA,BA,AA,QA,FA,cA,SA,$A,ie,HA,NA,je,Ae,ee,hr,Ue,$e,Cr,xr,Ie,dr,be;return Q(this,function(Nr){switch(Nr.label){case 0:if(y.type!==0)return[3,5];m=void 0,_=y.url,Nr.label=1;case 1:return Nr.trys.push([1,3,,4]),[4,s.context.cache.match(_)];case 2:return m=Nr.sent(),[3,4];case 3:return Nr.sent(),s.context.logger.error("Error loading background-image "+_),[3,4];case 4:return m&&(tA=kn(t,r,[m.width,m.height,m.width/m.height]),SA=tA[0],Ae=tA[1],ee=tA[2],HA=tA[3],NA=tA[4],FA=s.ctx.createPattern(s.resizeImage(m,HA,NA),"repeat"),s.renderRepeat(SA,FA,Ae,ee)),[3,6];case 5:rc(y)?(z=kn(t,r,[null,null,null]),SA=z[0],Ae=z[1],ee=z[2],HA=z[3],NA=z[4],j=ZB(y.angle,HA,NA),uA=j[0],sA=j[1],iA=j[2],UA=j[3],wA=j[4],BA=document.createElement("canvas"),BA.width=HA,BA.height=NA,AA=BA.getContext("2d"),QA=AA.createLinearGradient(sA,UA,iA,wA),Ri(y.stops,uA).forEach(function(lt){return QA.addColorStop(lt.stop,MA(lt.color))}),AA.fillStyle=QA,AA.fillRect(0,0,HA,NA),HA>0&&NA>0&&(FA=s.ctx.createPattern(BA,"repeat"),s.renderRepeat(SA,FA,Ae,ee))):tc(y)&&(cA=kn(t,r,[null,null,null]),SA=cA[0],$A=cA[1],ie=cA[2],HA=cA[3],NA=cA[4],je=y.position.length===0?[ln]:y.position,Ae=IA(je[0],HA),ee=IA(je[je.length-1],NA),hr=jB(y,Ae,ee,HA,NA),Ue=hr[0],$e=hr[1],Ue>0&&$e>0&&(Cr=s.ctx.createRadialGradient($A+Ae,ie+ee,0,$A+Ae,ie+ee,Ue),Ri(y.stops,Ue*2).forEach(function(lt){return Cr.addColorStop(lt.stop,MA(lt.color))}),s.path(SA),s.ctx.fillStyle=Cr,Ue!==$e?(xr=t.bounds.left+.5*t.bounds.width,Ie=t.bounds.top+.5*t.bounds.height,dr=$e/Ue,be=1/dr,s.ctx.save(),s.ctx.translate(xr,Ie),s.ctx.transform(1,0,0,dr,0,0),s.ctx.translate(-xr,-Ie),s.ctx.fillRect($A,be*(ie-Ie)+Ie,HA,NA*be),s.ctx.restore()):s.ctx.fill())),Nr.label=6;case 6:return r--,[2]}})},s=this,a=0,g=t.styles.backgroundImage.slice(0).reverse(),H.label=1;case 1:return a<g.length?(u=g[a],[5,n(u)]):[3,4];case 2:H.sent(),H.label=3;case 3:return a++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(t,r,n){return c(this,void 0,void 0,function(){return Q(this,function(s){return this.path(Js(n,r)),this.ctx.fillStyle=MA(t),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(t,r,n,s){return c(this,void 0,void 0,function(){var a,g;return Q(this,function(u){switch(u.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,s)]:[3,2];case 1:return u.sent(),[2];case 2:return a=au(s,n),this.path(a),this.ctx.fillStyle=MA(t),this.ctx.fill(),g=ou(s,n),this.path(g),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(t){return c(this,void 0,void 0,function(){var r,n,s,a,g,u,H,y,m=this;return Q(this,function(_){switch(_.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!Ye(r.backgroundColor)||r.backgroundImage.length,s=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],a=du(Gr(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(a),this.ctx.clip(),Ye(r.backgroundColor)||(this.ctx.fillStyle=MA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:_.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(tA){m.ctx.save();var z=r0(t.curves),j=tA.inset?0:hu,uA=iu(z,-j+(tA.inset?1:-1)*tA.spread.number,(tA.inset?1:-1)*tA.spread.number,tA.spread.number*(tA.inset?-2:2),tA.spread.number*(tA.inset?-2:2));tA.inset?(m.path(z),m.ctx.clip(),m.mask(uA)):(m.mask(z),m.ctx.clip(),m.path(uA)),m.ctx.shadowOffsetX=tA.offsetX.number+j,m.ctx.shadowOffsetY=tA.offsetY.number,m.ctx.shadowColor=MA(tA.color),m.ctx.shadowBlur=tA.blur.number,m.ctx.fillStyle=tA.inset?MA(tA.color):"rgba(0,0,0,1)",m.ctx.fill(),m.ctx.restore()}),_.label=2;case 2:g=0,u=0,H=s,_.label=3;case 3:return u<H.length?(y=H[u],y.style!==0&&!Ye(y.color)&&y.width>0?y.style!==2?[3,5]:[4,this.renderDashedDottedBorder(y.color,y.width,g,t.curves,2)]:[3,11]):[3,13];case 4:return _.sent(),[3,11];case 5:return y.style!==3?[3,7]:[4,this.renderDashedDottedBorder(y.color,y.width,g,t.curves,3)];case 6:return _.sent(),[3,11];case 7:return y.style!==4?[3,9]:[4,this.renderDoubleBorder(y.color,y.width,g,t.curves)];case 8:return _.sent(),[3,11];case 9:return[4,this.renderSolidBorder(y.color,g,t.curves)];case 10:_.sent(),_.label=11;case 11:g++,_.label=12;case 12:return u++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(t,r,n,s,a){return c(this,void 0,void 0,function(){var g,u,H,y,m,_,tA,z,j,uA,sA,iA,UA,wA,BA,AA,BA,AA;return Q(this,function(QA){return this.ctx.save(),g=Bu(s,n),u=Js(s,n),a===2&&(this.path(u),this.ctx.clip()),fe(u[0])?(H=u[0].start.x,y=u[0].start.y):(H=u[0].x,y=u[0].y),fe(u[1])?(m=u[1].end.x,_=u[1].end.y):(m=u[1].x,_=u[1].y),n===0||n===2?tA=Math.abs(H-m):tA=Math.abs(y-_),this.ctx.beginPath(),a===3?this.formatPath(g):this.formatPath(u.slice(0,2)),z=r<3?r*3:r*2,j=r<3?r*2:r,a===3&&(z=r,j=r),uA=!0,tA<=z*2?uA=!1:tA<=z*2+j?(sA=tA/(2*z+j),z*=sA,j*=sA):(iA=Math.floor((tA+j)/(z+j)),UA=(tA-iA*z)/(iA-1),wA=(tA-(iA+1)*z)/iA,j=wA<=0||Math.abs(j-UA)<Math.abs(j-wA)?UA:wA),uA&&(a===3?this.ctx.setLineDash([0,z+j]):this.ctx.setLineDash([z,j])),a===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=MA(t),this.ctx.stroke(),this.ctx.setLineDash([]),a===2&&(fe(u[0])&&(BA=u[3],AA=u[0],this.ctx.beginPath(),this.formatPath([new $(BA.end.x,BA.end.y),new $(AA.start.x,AA.start.y)]),this.ctx.stroke()),fe(u[1])&&(BA=u[1],AA=u[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(t){return c(this,void 0,void 0,function(){var r;return Q(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=MA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=su(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},A})(qs),xu=function(e){return e instanceof Qs||e instanceof ds?!0:e instanceof In&&e.type!==qt&&e.type!==zt},du=function(e,A){switch(e){case 0:return r0(A);case 2:return Au(A);default:return t0(A)}},Qu=function(e){switch(e){case 1:return"center";case 2:return"right";default:return"left"}},Fu=["-apple-system","system-ui"],Uu=function(e){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?e.filter(function(A){return Fu.indexOf(A)===-1}):e},vu=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return A.prototype.render=function(t){return c(this,void 0,void 0,function(){var r,n;return Q(this,function(s){switch(s.label){case 0:return r=Hn(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,pu(r)];case 1:return n=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=MA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A})(qs),pu=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},Eu=(function(){function e(A){var t=A.id,r=A.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return e.prototype.debug=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,d([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=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&typeof window!="undefined"&&window.console&&typeof console.info=="function"&&console.info.apply(console,d([this.id,this.getTime()+"ms"],A))},e.prototype.warn=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,d([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.error=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.error=="function"?console.error.apply(console,d([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.instances={},e})(),Hu=(function(){function e(A,t){var r;this.windowBounds=t,this.instanceName="#"+e.instanceCount++,this.logger=new Eu({id:this.instanceName,enabled:A.logging}),this.cache=(r=A.cache)!==null&&r!==void 0?r:new Wl(this,A)}return e.instanceCount=1,e})(),yu=function(e,A){return A===void 0&&(A={}),mu(e,A)};typeof window!="undefined"&&Gs.setContext(window);var mu=function(e,A){return c(void 0,void 0,void 0,function(){var t,r,n,s,a,g,u,H,y,m,_,tA,z,j,uA,sA,iA,UA,wA,BA,QA,AA,QA,FA,cA,SA,$A,ie,HA,NA,je,Ae,ee,hr,Ue,$e,Cr,xr,Ie,dr;return Q(this,function(be){switch(be.label){case 0:if(!e||typeof e!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=e.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(FA=A.allowTaint)!==null&&FA!==void 0?FA:!1,imageTimeout:(cA=A.imageTimeout)!==null&&cA!==void 0?cA:15e3,proxy:A.proxy,useCORS:(SA=A.useCORS)!==null&&SA!==void 0?SA:!1},s=f({logging:($A=A.logging)!==null&&$A!==void 0?$A:!0,cache:A.cache},n),a={windowWidth:(ie=A.windowWidth)!==null&&ie!==void 0?ie:r.innerWidth,windowHeight:(HA=A.windowHeight)!==null&&HA!==void 0?HA:r.innerHeight,scrollX:(NA=A.scrollX)!==null&&NA!==void 0?NA:r.pageXOffset,scrollY:(je=A.scrollY)!==null&&je!==void 0?je:r.pageYOffset},g=new h(a.scrollX,a.scrollY,a.windowWidth,a.windowHeight),u=new Hu(s,g),H=(Ae=A.foreignObjectRendering)!==null&&Ae!==void 0?Ae:!1,y={allowTaint:(ee=A.allowTaint)!==null&&ee!==void 0?ee:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:H,copyStyles:H},u.logger.debug("Starting document clone with size "+g.width+"x"+g.height+" scrolled to "+-g.left+","+-g.top),m=new Ms(u,e,y),_=m.clonedReferenceElement,_?[4,m.toIFrame(t,g)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return tA=be.sent(),z=Dn(_)||Il(_)?w(_.ownerDocument):B(u,_),j=z.width,uA=z.height,sA=z.left,iA=z.top,UA=Iu(u,_,A.backgroundColor),wA={canvas:A.canvas,backgroundColor:UA,scale:(Ue=(hr=A.scale)!==null&&hr!==void 0?hr:r.devicePixelRatio)!==null&&Ue!==void 0?Ue:1,x:(($e=A.x)!==null&&$e!==void 0?$e:0)+sA,y:((Cr=A.y)!==null&&Cr!==void 0?Cr:0)+iA,width:(xr=A.width)!==null&&xr!==void 0?xr:Math.ceil(j),height:(Ie=A.height)!==null&&Ie!==void 0?Ie:Math.ceil(uA)},H?(u.logger.debug("Document cloned, using foreign object rendering"),QA=new vu(u,wA),[4,QA.render(_)]):[3,3];case 2:return BA=be.sent(),[3,5];case 3:return u.logger.debug("Document cloned, element located at "+sA+","+iA+" with size "+j+"x"+uA+" using computed rendering"),u.logger.debug("Starting DOM parsing"),AA=vs(u,_),UA===AA.styles.backgroundColor&&(AA.styles.backgroundColor=ye.TRANSPARENT),u.logger.debug("Starting renderer for element at "+wA.x+","+wA.y+" with size "+wA.width+"x"+wA.height),QA=new Cu(u,wA),[4,QA.render(AA)];case 4:BA=be.sent(),be.label=5;case 5:return(!((dr=A.removeContainer)!==null&&dr!==void 0)||dr)&&(Ms.destroy(tA)||u.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),u.logger.debug("Finished rendering"),[2,BA]}})})},Iu=function(e,A,t){var r=A.ownerDocument,n=r.documentElement?it(e,getComputedStyle(r.documentElement).backgroundColor):ye.TRANSPARENT,s=r.body?it(e,getComputedStyle(r.body).backgroundColor):ye.TRANSPARENT,a=typeof t=="string"?it(e,t):t===null?ye.TRANSPARENT:4294967295;return A===r.documentElement?Ye(n)?Ye(s)?a:s:n:a};return yu}))});var vt=$s(oo()),Do=$s(Bo());var Tu="2.0.7",Ou=500,co="user-agent",Wr="",fo="?",KA={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},te="browser",Le="cpu",pe="device",he="engine",se="os",Jr="result",k="name",T="type",G="vendor",N="version",YA="architecture",Ft="major",M="model",q0="console",fA="mobile",yA="tablet",_A="smarttv",ve="wearable",W0="xr",Qt="embedded",Vr="inapp",ti="brands",Fr="formFactors",ni="fullVersionList",Yr="platform",ii="platformVersion",An="bitness",ir="sec-ch-ua",Ru=ir+"-full-version-list",Mu=ir+"-arch",ku=ir+"-"+An,Gu=ir+"-form-factors",Nu=ir+"-"+fA,Vu=ir+"-"+M,Ho=ir+"-"+Yr,Pu=Ho+"-version",yo=[ti,ni,fA,M,Yr,ii,YA,Fr,An],J0="Amazon",Pr="Apple",lo="ASUS",uo="BlackBerry",Qr="Google",go="Huawei",Xn="Lenovo",wo="Honor",Y0="LG",Wn="Microsoft",Jn="Motorola",ho="Nvidia",Co="OnePlus",Yn="OPPO",gt="Samsung",xo="Sharp",wt="Sony",zn="Xiaomi",qn="Zebra",Qo="Chrome",Fo="Chromium",rr="Chromecast",Z0="Edge",ht="Firefox",Ct="Opera",Zn="Facebook",Uo="Sogou",Xr="Mobile ",xt=" Browser",$n="Windows",Xu=typeof window!==KA.UNDEFINED,re=Xu&&window.navigator?window.navigator:void 0,Ur=re&&re.userAgentData?re.userAgentData:void 0,Wu=function(o,i){var f={},c=i;if(!j0(i)){c={};for(var Q in i)for(var d in i[Q])c[d]=i[Q][d].concat(c[d]?c[d]:[])}for(var h in o)f[h]=c[h]&&c[h].length%2===0?c[h].concat(o[h]):o[h];return f},en=function(o){for(var i={},f=0;f<o.length;f++)i[o[f].toUpperCase()]=o[f];return i},Ai=function(o,i){if(typeof o===KA.OBJECT&&o.length>0){for(var f in o)if(tr(i)==tr(o[f]))return!0;return!1}return Ut(o)?tr(i)==tr(o):!1},j0=function(o,i){for(var f in o)return/^(browser|cpu|device|engine|os)$/.test(f)||(i?j0(o[f]):!1)},Ut=function(o){return typeof o===KA.STRING},jn=function(o){if(o){for(var i=[],f=zr(/\\?\"/g,o).split(","),c=0;c<f.length;c++)if(f[c].indexOf(";")>-1){var Q=$0(f[c]).split(";v=");i[c]={brand:Q[0],version:Q[1]}}else i[c]=$0(f[c]);return i}},tr=function(o){return Ut(o)?o.toLowerCase():o},ei=function(o){return Ut(o)?zr(/[^\d\.]/g,o).split(".")[0]:void 0},Ke=function(o){for(var i in o)if(o.hasOwnProperty(i)){var f=o[i];typeof f==KA.OBJECT&&f.length==2?this[f[0]]=f[1]:this[f]=void 0}return this},zr=function(o,i){return Ut(i)?i.replace(o,Wr):i},dt=function(o){return zr(/\\?\"/g,o)},$0=function(o,i){return o=zr(/^\s\s*/,String(o)),typeof i===KA.UNDEFINED?o:o.substring(0,i)},ri=function(o,i){if(!(!o||!i))for(var f=0,c,Q,d,h,B,w;f<i.length&&!B;){var F=i[f],l=i[f+1];for(c=Q=0;c<F.length&&!B&&F[c];)if(B=F[c++].exec(o),B)for(d=0;d<l.length;d++)w=B[++Q],h=l[d],typeof h===KA.OBJECT&&h.length>0?h.length===2?typeof h[1]==KA.FUNCTION?this[h[0]]=h[1].call(this,w):this[h[0]]=h[1]:h.length>=3&&(typeof h[1]===KA.FUNCTION&&!(h[1].exec&&h[1].test)?h.length>3?this[h[0]]=w?h[1].apply(this,h.slice(2)):void 0:this[h[0]]=w?h[1].call(this,w,h[2]):void 0:h.length==3?this[h[0]]=w?w.replace(h[1],h[2]):void 0:h.length==4?this[h[0]]=w?h[3].call(this,w.replace(h[1],h[2])):void 0:h.length>4&&(this[h[0]]=w?h[3].apply(this,[w.replace(h[1],h[2])].concat(h.slice(4))):void 0)):this[h]=w||void 0;f+=2}},we=function(o,i){for(var f in i)if(typeof i[f]===KA.OBJECT&&i[f].length>0){for(var c=0;c<i[f].length;c++)if(Ai(i[f][c],o))return f===fo?void 0:f}else if(Ai(i[f],o))return f===fo?void 0:f;return i.hasOwnProperty("*")?i["*"]:o},vo={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:""},po={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},Ju={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"},Eo={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[N,[k,Xr+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[N,[k,Z0+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[N,[k,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[k,N],[/opios[\/ ]+([\w\.]+)/i],[N,[k,Ct+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[N,[k,Ct+" GX"]],[/\bopr\/([\w\.]+)/i],[N,[k,Ct]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[N,[k,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[N,[k,"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],[k,N],[/quark(?:pc)?\/([-\w\.]+)/i],[N,[k,"Quark"]],[/\bddg\/([\w\.]+)/i],[N,[k,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[N,[k,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[N,[k,"WeChat"]],[/konqueror\/([\w\.]+)/i],[N,[k,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[N,[k,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[N,[k,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[N,[k,"Smart "+Xn+xt]],[/(avast|avg)\/([\w\.]+)/i],[[k,/(.+)/,"$1 Secure"+xt],N],[/\bfocus\/([\w\.]+)/i],[N,[k,ht+" Focus"]],[/\bopt\/([\w\.]+)/i],[N,[k,Ct+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[N,[k,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[N,[k,"Dolphin"]],[/coast\/([\w\.]+)/i],[N,[k,Ct+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[N,[k,"MIUI"+xt]],[/fxios\/([\w\.-]+)/i],[N,[k,Xr+ht]],[/\bqihoobrowser\/?([\w\.]*)/i],[N,[k,"360"]],[/\b(qq)\/([\w\.]+)/i],[[k,/(.+)/,"$1Browser"],N],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[k,/(.+)/,"$1"+xt],N],[/samsungbrowser\/([\w\.]+)/i],[N,[k,gt+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[N,[k,Uo+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[k,Uo+" Mobile"],N],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[k,N],[/(lbbrowser|rekonq|steam(?= (clie|tenf|gameo)))/i],[k],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[N,k],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[k,Zn],N,[T,Vr]],[/(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],[k,N,[T,Vr]],[/\bgsa\/([\w\.]+) .*safari\//i],[N,[k,"GSA"],[T,Vr]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[N,[k,"TikTok"],[T,Vr]],[/\[(linkedin)app\]/i],[k,[T,Vr]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[k,/(.+)/,"Zalo"],N,[T,Vr]],[/(chromium)[\/ ]([-\w\.]+)/i],[k,N],[/headlesschrome(?:\/([\w\.]+)| )/i],[N,[k,Qo+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[N,[k,Z0+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[k,Qo+" WebView"],N],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[N,[k,"Android"+xt]],[/chrome\/([\w\.]+) mobile/i],[N,[k,Xr+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[k,N],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[N,[k,Xr+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[k,Xr+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[N,k],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[k,[N,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[k,N],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[k,Xr+ht],N],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[k,"Netscape"],N],[/(wolvic|librewolf)\/([\w\.]+)/i],[k,N],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[N,[k,ht+" 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],[k,[N,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[k,[N,/[^\d\.]+./,Wr]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[YA,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[YA,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[YA,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[YA,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[YA,"arm"]],[/ sun4\w[;\)]/i],[[YA,"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],[[YA,/ower/,Wr,tr]],[/mc680.0/i],[[YA,"68k"]],[/winnt.+\[axp/i],[[YA,"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],[M,[G,gt],[T,yA]],[/\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],[M,[G,gt],[T,fA]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[M,[G,Pr],[T,fA]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[M,[G,Pr],[T,yA]],[/(macintosh);/i],[M,[G,Pr]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[M,[G,xo],[T,fA]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[M,[G,wo],[T,yA]],[/honor([-\w ]+)[;\)]/i],[M,[G,wo],[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],[M,[G,go],[T,yA]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[M,[G,go],[T,fA]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[M,/_/g," "],[G,zn],[T,yA]],[/\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],[[M,/_/g," "],[G,zn],[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],[M,[G,Co],[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],[M,[G,Yn],[T,fA]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[M,[G,we,{OnePlus:["203","304","403","404","413","415"],"*":Yn}],[T,yA]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[M,[G,"BLU"],[T,fA]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[M,[G,"Vivo"],[T,fA]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[M,[G,"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],[M,[G,Xn],[T,yA]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[M,[G,Xn],[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],[M,[G,Jn],[T,fA]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[M,[G,Jn],[T,yA]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[M,[G,Y0],[T,yA]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[M,[G,Y0],[T,fA]],[/(nokia) (t[12][01])/i],[G,M,[T,yA]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[M,/_/g," "],[T,fA],[G,"Nokia"]],[/(pixel (c|tablet))\b/i],[M,[G,Qr],[T,yA]],[/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],[M,[G,Qr],[T,fA]],[/(google) (pixelbook( go)?)/i],[G,M],[/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],[M,[G,wt],[T,fA]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[M,"Xperia Tablet"],[G,wt],[T,yA]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[M,[G,J0],[T,yA]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[M,/(.+)/g,"Fire Phone $1"],[G,J0],[T,fA]],[/(playbook);[-\w\),; ]+(rim)/i],[M,G,[T,yA]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[M,[G,uo],[T,fA]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[M,[G,lo],[T,yA]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[M,[G,lo],[T,fA]],[/(nexus 9)/i],[M,[G,"HTC"],[T,yA]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[G,[M,/_/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],[M,[G,"TCL"],[T,yA]],[/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],[M,[G,"TCL"],[T,fA]],[/(itel) ((\w+))/i],[[G,tr],M,[T,we,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[M,[G,"Acer"],[T,yA]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[M,[G,"Meizu"],[T,fA]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[M,[G,"Ulefone"],[T,fA]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[M,[G,"Energizer"],[T,fA]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[M,[G,"Cat"],[T,fA]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[M,[G,"Smartfren"],[T,fA]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[M,[G,"Nothing"],[T,fA]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[M,[G,"Archos"],[T,yA]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[M,[G,"Archos"],[T,fA]],[/; (n159v)/i],[M,[G,"HMD"],[T,fA]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[G,M,[T,yA]],[/(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],[G,M,[T,fA]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[G,M,[T,yA]],[/(surface duo)/i],[M,[G,Wn],[T,yA]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[M,[G,"Fairphone"],[T,fA]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[M,[G,ho],[T,yA]],[/(sprint) (\w+)/i],[G,M,[T,fA]],[/(kin\.[onetw]{3})/i],[[M,/\./g," "],[G,Wn],[T,fA]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[M,[G,qn],[T,yA]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[M,[G,qn],[T,fA]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[G,[T,_A]],[/hbbtv.+maple;(\d+)/i],[[M,/^/,"SmartTV"],[G,gt],[T,_A]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[G,M,[T,_A]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[G,Y0],[T,_A]],[/(apple) ?tv/i],[G,[M,Pr+" TV"],[T,_A]],[/crkey.*devicetype\/chromecast/i],[[M,rr+" Third Generation"],[G,Qr],[T,_A]],[/crkey.*devicetype\/([^/]*)/i],[[M,/^/,"Chromecast "],[G,Qr],[T,_A]],[/fuchsia.*crkey/i],[[M,rr+" Nest Hub"],[G,Qr],[T,_A]],[/crkey/i],[[M,rr],[G,Qr],[T,_A]],[/(portaltv)/i],[M,[G,Zn],[T,_A]],[/droid.+aft(\w+)( bui|\))/i],[M,[G,J0],[T,_A]],[/(shield \w+ tv)/i],[M,[G,ho],[T,_A]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[M,[G,xo],[T,_A]],[/(bravia[\w ]+)( bui|\))/i],[M,[G,wt],[T,_A]],[/(mi(tv|box)-?\w+) bui/i],[M,[G,zn],[T,_A]],[/Hbbtv.*(technisat) (.*);/i],[G,M,[T,_A]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[G,/.+\/(\w+)/,"$1",we,{LG:"lge"}],[M,$0],[T,_A]],[/(playstation \w+)/i],[M,[G,wt],[T,q0]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[M,[G,Wn],[T,q0]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i,/(valve).+(steam deck)/i,/droid.+; ((shield|rgcube|gr0006))( bui|\))/i],[[G,we,{Nvidia:"Shield",Anbernic:"RGCUBE",Logitech:"GR0006"}],M,[T,q0]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[M,[G,gt],[T,ve]],[/((pebble))app/i,/(asus|google|lg|oppo|xiaomi) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[G,M,[T,ve]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[M,[G,Yn],[T,ve]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[M,[G,Pr],[T,ve]],[/(opwwe\d{3})/i],[M,[G,Co],[T,ve]],[/(moto 360)/i],[M,[G,Jn],[T,ve]],[/(smartwatch 3)/i],[M,[G,wt],[T,ve]],[/(g watch r)/i],[M,[G,Y0],[T,ve]],[/droid.+; (wt63?0{2,3})\)/i],[M,[G,qn],[T,ve]],[/droid.+; (glass) \d/i],[M,[G,Qr],[T,W0]],[/(pico) ([\w ]+) os\d/i],[G,M,[T,W0]],[/(quest( \d| pro)?s?).+vr/i],[M,[G,Zn],[T,W0]],[/mobile vr; rv.+firefox/i],[[T,W0]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[G,[T,Qt]],[/(aeobc)\b/i],[M,[G,J0],[T,Qt]],[/(homepod).+mac os/i],[M,[G,Pr],[T,Qt]],[/windows iot/i],[[T,Qt]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[M,[T,_A]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[T,_A]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[M,[T,we,{mobile:"Mobile",xr:"VR","*":yA}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[T,yA]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[T,fA]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[M,[G,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[N,[k,Z0+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[k,N],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[N,[k,"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],[k,N],[/ladybird\//i],[[k,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[N,k]],os:[[/(windows nt) (6\.[23]); arm/i],[[k,/N/,"R"],[N,we,vo]],[/(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],[k,N],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[N,/(;|\))/g,"",we,vo],[k,$n]],[/(windows ce)\/?([\d\.]*)/i],[k,N],[/[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],[[N,/_/g,"."],[k,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[k,"macOS"],[N,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[N,[k,rr+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[N,[k,rr+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[N,[k,rr+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[N,[k,rr+" Linux"]],[/crkey\/([\d\.]+)/i],[N,[k,rr]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[N,k],[/(ubuntu) ([\w\.]+) like android/i],[[k,/(.+)/,"$1 Touch"],N],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[k,N],[/\(bb(10);/i],[N,[k,uo]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[N,[k,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[N,[k,ht+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[N,[k,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[N,we,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[k,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[N,[k,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[k,"Chrome OS"],N],[/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],[k,N],[/(sunos) ?([\d\.]*)/i],[[k,"Solaris"],N],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[k,N]]},z0=(function(){var o={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return Ke.call(o.init,[[te,[k,N,Ft,T]],[Le,[YA]],[pe,[T,M,G]],[he,[k,N]],[se,[k,N]]]),Ke.call(o.isIgnore,[[te,[N,Ft]],[he,[N]],[se,[N]]]),Ke.call(o.isIgnoreRgx,[[te,/ ?browser$/i],[se,/ ?os$/i]]),Ke.call(o.toString,[[te,[k,N]],[Le,[YA]],[pe,[G,M]],[he,[k,N]],[se,[k,N]]]),o})(),Yu=function(o,i){var f=z0.init[i],c=z0.isIgnore[i]||0,Q=z0.isIgnoreRgx[i]||0,d=z0.toString[i]||0;function h(){Ke.call(this,f)}return h.prototype.getItem=function(){return o},h.prototype.withClientHints=function(){return Ur?Ur.getHighEntropyValues(yo).then(function(B){return o.setCH(new mo(B,!1)).parseCH().get()}):o.parseCH().get()},h.prototype.withFeatureCheck=function(){return o.detectFeature().get()},i!=Jr&&(h.prototype.is=function(B){var w=!1;for(var F in this)if(this.hasOwnProperty(F)&&!Ai(c,F)&&tr(Q?zr(Q,this[F]):this[F])==tr(Q?zr(Q,B):B)){if(w=!0,B!=KA.UNDEFINED)break}else if(B==KA.UNDEFINED&&w){w=!w;break}return w},h.prototype.toString=function(){var B=Wr;for(var w in d)typeof this[d[w]]!==KA.UNDEFINED&&(B+=(B?" ":Wr)+this[d[w]]);return B||KA.UNDEFINED}),h.prototype.then=function(B){var w=this,F=function(){for(var v in w)w.hasOwnProperty(v)&&(this[v]=w[v])};F.prototype={is:h.prototype.is,toString:h.prototype.toString,withClientHints:h.prototype.withClientHints,withFeatureCheck:h.prototype.withFeatureCheck};var l=new F;return B(l),l},new h};function mo(o,i){if(o=o||{},Ke.call(this,yo),i)Ke.call(this,[[ti,jn(o[ir])],[ni,jn(o[Ru])],[fA,/\?1/.test(o[Nu])],[M,dt(o[Vu])],[Yr,dt(o[Ho])],[ii,dt(o[Pu])],[YA,dt(o[Mu])],[Fr,jn(o[Gu])],[An,dt(o[ku])]]);else for(var f in o)this.hasOwnProperty(f)&&typeof o[f]!==KA.UNDEFINED&&(this[f]=o[f])}function nr(o,i,f,c){return Ke.call(this,[["itemType",o],["ua",i],["uaCH",c],["rgxMap",f],["data",Yu(this,o)]]),this}nr.prototype.get=function(o){return o?this.data.hasOwnProperty(o)?this.data[o]:void 0:this.data};nr.prototype.set=function(o,i){return this.data[o]=i,this};nr.prototype.setCH=function(o){return this.uaCH=o,this};nr.prototype.detectFeature=function(){if(re&&re.userAgent==this.ua)switch(this.itemType){case te:re.brave&&typeof re.brave.isBrave==KA.FUNCTION&&this.set(k,"Brave");break;case pe:!this.get(T)&&Ur&&Ur[fA]&&this.set(T,fA),this.get(M)=="Macintosh"&&re&&typeof re.standalone!==KA.UNDEFINED&&re.maxTouchPoints&&re.maxTouchPoints>2&&this.set(M,"iPad").set(T,yA);break;case se:!this.get(k)&&Ur&&Ur[Yr]&&this.set(k,Ur[Yr]);break;case Jr:var o=this.data,i=function(f){return o[f].getItem().detectFeature().get()};this.set(te,i(te)).set(Le,i(Le)).set(pe,i(pe)).set(he,i(he)).set(se,i(se))}return this};nr.prototype.parseUA=function(){switch(this.itemType!=Jr&&ri.call(this.data,this.ua,this.rgxMap),this.itemType){case te:this.set(Ft,ei(this.get(N)));break;case se:if(this.get(k)=="iOS"&&this.get(N)=="18.6"){var o=/\) Version\/([\d\.]+)/.exec(this.ua);o&&parseInt(o[1].substring(0,2),10)>=26&&this.set(N,o[1])}break}return this};nr.prototype.parseCH=function(){var o=this.uaCH,i=this.rgxMap;switch(this.itemType){case te:case he:var f=o[ni]||o[ti],c;if(f)for(var Q=0;Q<f.length;Q++){var d=f[Q].brand||f[Q],h=f[Q].version;this.itemType==te&&!/not.a.brand/i.test(d)&&(!c||/Chrom/.test(c)&&d!=Fo||c==Z0&&/WebView2/.test(d))&&(d=we(d,Ju),c=this.get(k),c&&!/Chrom/.test(c)&&/Chrom/.test(d)||this.set(k,d).set(N,h).set(Ft,ei(h)),c=d),this.itemType==he&&d==Fo&&this.set(N,h)}break;case Le:var B=o[YA];B&&(B&&o[An]=="64"&&(B+="64"),ri.call(this.data,B+";",i));break;case pe:if(o[fA]&&this.set(T,fA),o[M]&&(this.set(M,o[M]),!this.get(T)||!this.get(G))){var w={};ri.call(w,"droid 9; "+o[M]+")",i),!this.get(T)&&w.type&&this.set(T,w.type),!this.get(G)&&w.vendor&&this.set(G,w.vendor)}if(o[Fr]){var F;if(typeof o[Fr]!="string")for(var l=0;!F&&l<o[Fr].length;)F=we(o[Fr][l++],po);else F=we(o[Fr],po);this.set(T,F)}break;case se:var v=o[Yr];if(v){var C=o[ii];v==$n&&(C=parseInt(ei(C),10)>=13?"11":"10"),this.set(k,v).set(N,C)}this.get(k)==$n&&o[M]=="Xbox"&&this.set(k,"Xbox").set(N,void 0);break;case Jr:var E=this.data,p=function(b){return E[b].getItem().setCH(o).parseCH().get()};this.set(te,p(te)).set(Le,p(Le)).set(pe,p(pe)).set(he,p(he)).set(se,p(se))}return this};function Ee(o,i,f){if(typeof o===KA.OBJECT?(j0(o,!0)?(typeof i===KA.OBJECT&&(f=i),i=o):(f=o,i=void 0),o=void 0):typeof o===KA.STRING&&!j0(i,!0)&&(f=i,i=void 0),f)if(typeof f.append===KA.FUNCTION){var c={};f.forEach(function(l,v){c[String(v).toLowerCase()]=l}),f=c}else{var Q={};for(var d in f)f.hasOwnProperty(d)&&(Q[String(d).toLowerCase()]=f[d]);f=Q}if(!(this instanceof Ee))return new Ee(o,i,f).getResult();var h=typeof o===KA.STRING?o:f&&f[co]?f[co]:re&&re.userAgent?re.userAgent:Wr,B=new mo(f,!0),w=i?Wu(Eo,i):Eo,F=function(l){return l==Jr?function(){return new nr(l,h,w,B).set("ua",h).set(te,this.getBrowser()).set(Le,this.getCPU()).set(pe,this.getDevice()).set(he,this.getEngine()).set(se,this.getOS()).get()}:function(){return new nr(l,h,w[l],B).parseUA().get()}};return Ke.call(this,[["getBrowser",F(te)],["getCPU",F(Le)],["getDevice",F(pe)],["getEngine",F(he)],["getOS",F(se)],["getResult",F(Jr)],["getUA",function(){return h}],["setUA",function(l){return Ut(l)&&(h=$0(l,Ou)),this}]]).setUA(h),this}Ee.VERSION=Tu;Ee.BROWSER=en([k,N,Ft,T]);Ee.CPU=en([YA]);Ee.DEVICE=en([M,G,T,q0,fA,_A,yA,ve,Qt]);Ee.ENGINE=Ee.OS=en([k,N]);var Io=Ee;function si(){return typeof crypto!="undefined"&&crypto.randomUUID?crypto.randomUUID():Math.random().toString(16).slice(2)+Date.now().toString(16)}var qu=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,o=>{let i=Math.random()*16|0;return(o==="x"?i:i&3|8).toString(16)}),ai=o=>o===null||typeof o!="object"?JSON.stringify(o):Array.isArray(o)?"["+o.map(ai).join(",")+"]":"{"+Object.keys(o).filter(f=>o[f]!==void 0).sort().map(f=>JSON.stringify(f)+":"+ai(o[f])).join(",")+"}",oi=class{constructor(){this.cfg=null,this.deviceId=null,this.sessionId=null,this.sessionStartTime=null,this.sessionReady=!1,this._booting=!1,this._disabled=!1,this.pendingEvents=[],this.batchQueue=[],this.scrollFired=!1,this._initialized=!1,this._flushTimer=null,this.indexId=0,this._indexKey=null,this._lastShotAt=0,this._shotInFlight=!1,this.batchConfig={eventsBatchSize:10,flushIntervalMs:5e3,sessionTimeout:3e5}}_getAppPackageName(){try{return window.location.hostname.replace(/^www\./i,"").toLowerCase()}catch{return"unknown"}}init(i){var B,w,F;if(typeof window=="undefined"||this._initialized)return;this._initialized=!0;let f=i.apiBaseUrl||i.endpoint||i.socketUrl||"https://api.twinalyze.com",c=f.endsWith("/")?f.slice(0,-1):f,Q={enabled:!1,apiUrl:(w=(B=i.screenActivity)==null?void 0:B.apiUrl)!=null?w:`${c}/api/app/screenActivity/screenActivityDetails_post`,captureOn:["pageView","elementClick","formStart","formSubmit","scrollDepth","searchResultsView","customEvent"],throttleMs:2e3,jpegQuality:.7},d=typeof i.screenActivity=="object"?{...Q,...i.screenActivity}:{...Q};if(this.cfg={apiKey:i.apiKey,secretKey:i.secretKey,version:i.version,apiBaseUrl:c,debug:i.debug!==!1,encrypt:i.encrypt!==!1,persistSession:i.persistSession!==!1,sessionKey:"twinalyze_session_id",source:i.source||"web",indexId:(F=i.indexId)!=null?F: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"]},...i.enhancedMeasurement||{}},screenActivity:d},!this.cfg.apiKey){console.log("[Twinalyze] \u274C Missing apiKey");return}this.deviceId=this._getOrCreateDeviceId();let h="twinalyze_session_start_time";this.cfg.persistSession&&(this.sessionId=sessionStorage.getItem(this.cfg.sessionKey)||null,this.sessionStartTime=sessionStorage.getItem(h)||null),this.sessionId?this.sessionStartTime||(this.sessionStartTime=new Date().toISOString(),this.cfg.persistSession&&sessionStorage.setItem(h,this.sessionStartTime)):(this.sessionId=`sess_${si()}`,this.sessionStartTime=new Date().toISOString(),this.cfg.persistSession&&(sessionStorage.setItem(this.cfg.sessionKey,this.sessionId),sessionStorage.setItem(h,this.sessionStartTime))),this._setupEnhancedMeasurement(),this._loadAndSendUnsentEvents(),this._setupVisibilityAndUnloadHandlers(),this._startFlow()}track(i,f={}){var c;if(!this._disabled&&!(this.cfg&&this.cfg.manualEventStatus===!1)){if((c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze][CUSTOM]",i,f),!this.sessionReady){this.pendingEvents.push({eventName:i,properties:{...this._pageContext(),...f},ts:Date.now(),eventType:"manual"});return}this._emitEventAdd(i,{...this._pageContext(),...f},"manual")}}async _startFlow(){if(!this._disabled&&!this._booting){this._booting=!0;try{let i=await this._fetchApi("/api/web/sdk/init",{});if(this.cfg.debug&&console.log("[Twinalyze][FLOW] initRes: HAR HAR MAHADEV",i),!i||i.success===!1){this._disabled=!0,this.sessionReady=!1,this.cfg.screenActivity.enabled=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (init failed)");return}let f=i.data||{};this.cfg.screenActivity.enabled=!1,f.eventData?(this.cfg.autoEventStatus=f.eventData.autoEventStatus!==!1,this.cfg.manualEventStatus=f.eventData.manualEventStatus!==!1):(this.cfg.autoEventStatus=!0,this.cfg.manualEventStatus=!0),f.eventsBatchConfig&&(this.batchConfig={eventsBatchSize:f.eventsBatchConfig.eventsBatchSize||10,flushIntervalMs:f.eventsBatchConfig.flushIntervalMs||5e3,sessionTimeout:f.eventsBatchConfig.sessionTimeout||3e5}),this._initIndexId();let c={properties:this._userProperties(),deviceProperties:this._deviceProperties()},Q=await this._fetchApi("/api/web/sdk/identify",c);if(this.cfg.debug&&console.log("[Twinalyze][FLOW] identifyRes:",Q),!Q||Q.success===!1){this._disabled=!0,this.sessionReady=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (identify failed)");return}this.sessionReady=!0,this.pendingEvents.length>0&&this.pendingEvents.splice(0,this.pendingEvents.length).forEach(h=>this._emitEventAdd(h.eventName,h.properties||{},h.eventType||"auto"))}finally{this._booting=!1}}}async _fetchApi(i,f){let c=`${this.cfg.apiBaseUrl}${i}`,Q=qu(),d=new Date().toISOString(),h=f?JSON.stringify(f):"{}",B=ai(JSON.parse(h)),w=vt.default.SHA256(B).toString(vt.default.enc.Hex),l=["POST",i,d,Q,this.deviceId,w].join(`
6
- `),v=this.cfg.secretKey||"",C=vt.default.HmacSHA256(l,v).toString(vt.default.enc.Hex);this.cfg.debug&&console.log("[Twinalyze][API] Request signing trace:",{endpoint:i,nonce:Q,timestamp:d,canonicalBody:B,bodyHash:w,baseString:l,signature:C});let E={"Content-Type":"application/json","x-deviceId":this.deviceId,"x-api-key":this.cfg.apiKey,"x-analytics-sdk-version":this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":"","x-app-package-name":this._getAppPackageName(),"x-platform":"javascript","x-app-version-name":"1.0.0","x-app-version-mode":this.cfg.debug?"debug":"release","x-sdk-version":"latest","x-timestamp":d,"x-nonce":Q,"x-signature":C};try{return await(await fetch(c,{method:"POST",headers:E,body:h,keepalive:!0})).json()}catch(p){return this.cfg.debug&&console.log(`[Twinalyze][API] Error calling ${i}:`,p),null}}async _waitForRenderStable(){var f;await new Promise(c=>requestAnimationFrame(()=>requestAnimationFrame(c)));try{(f=document.fonts)!=null&&f.ready&&await document.fonts.ready}catch{}let i=Array.from(document.images||[]).filter(c=>!c.complete);await Promise.allSettled(i.map(c=>new Promise(Q=>{c.addEventListener("load",Q,{once:!0}),c.addEventListener("error",Q,{once:!0})})))}async _captureViewportJpegBlob(){var d,h,B;await this._waitForRenderStable();let i=(((d=this.cfg.screenActivity)==null?void 0:d.capture)||"viewport")==="viewport",f=Math.min(2,window.devicePixelRatio||1),c=await(0,Do.default)(document.documentElement,{useCORS:!0,allowTaint:!1,backgroundColor:"#ffffff",logging:!1,...i?{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:f,onclone:w=>{let F=w.createElement("style");F.textContent=`
5
+ .`+Tn+Vl+ks)},Xl=function(e,A){var t=e.ownerDocument;if(t){var r=t.createElement("style");r.textContent=A,e.appendChild(r)}},Gs=(function(){function e(){}return e.getOrigin=function(A){var t=e._link;return t?(t.href=A,t.href=t.href,t.protocol+t.hostname+t.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})(),Wl=(function(){function e(A,t){this.context=A,this._options=t,this._cache={}}return e.prototype.addImage=function(A){var t=Promise.resolve();return this.has(A)||(Rn(A)||ql(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),t},e.prototype.match=function(A){return this._cache[A]},e.prototype.loadImage=function(A){return c(this,void 0,void 0,function(){var t,r,n,s,a=this;return Q(this,function(g){switch(g.label){case 0:return t=Gs.isSameOrigin(A),r=!On(A)&&this._options.useCORS===!0&&GA.SUPPORT_CORS_IMAGES&&!t,n=!On(A)&&!t&&!Rn(A)&&typeof this._options.proxy=="string"&&GA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!On(A)&&!Rn(A)&&!n&&!r?[2]:(s=A,n?[4,this.proxy(s)]:[3,2]);case 1:s=g.sent(),g.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(u,H){var y=new Image;y.onload=function(){return u(y)},y.onerror=H,(Zl(s)||r)&&(y.crossOrigin="anonymous"),y.src=s,y.complete===!0&&setTimeout(function(){return u(y)},500),a._options.imageTimeout>0&&setTimeout(function(){return H("Timed out ("+a._options.imageTimeout+"ms) loading image")},a._options.imageTimeout)})];case 3:return[2,g.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 t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=A.substring(0,256);return new Promise(function(s,a){var g=GA.SUPPORT_RESPONSE_TYPE?"blob":"text",u=new XMLHttpRequest;u.onload=function(){if(u.status===200)if(g==="text")s(u.response);else{var m=new FileReader;m.addEventListener("load",function(){return s(m.result)},!1),m.addEventListener("error",function(_){return a(_)},!1),m.readAsDataURL(u.response)}else a("Failed to proxy resource "+n+" with status code "+u.status)},u.onerror=a;var H=r.indexOf("?")>-1?"&":"?";if(u.open("GET",""+r+H+"url="+encodeURIComponent(A)+"&responseType="+g),g!=="text"&&u instanceof XMLHttpRequest&&(u.responseType=g),t._options.imageTimeout){var y=t._options.imageTimeout;u.timeout=y,u.ontimeout=function(){return a("Timed out ("+y+"ms) proxying "+n)}}u.send()})},e})(),Jl=/^data:image\/svg\+xml/i,Yl=/^data:image\/.*;base64,/i,zl=/^data:image\/.*/i,ql=function(e){return GA.SUPPORT_SVG_DRAWING||!jl(e)},On=function(e){return zl.test(e)},Zl=function(e){return Yl.test(e)},Rn=function(e){return e.substr(0,4)==="blob"},jl=function(e){return e.substr(-3).toLowerCase()==="svg"||Jl.test(e)},$=(function(){function e(A,t){this.type=0,this.x=A,this.y=t}return e.prototype.add=function(A,t){return new e(this.x+A,this.y+t)},e})(),Mr=function(e,A,t){return new $(e.x+(A.x-e.x)*t,e.y+(A.y-e.y)*t)},e0=(function(){function e(A,t,r,n){this.type=1,this.start=A,this.startControl=t,this.endControl=r,this.end=n}return e.prototype.subdivide=function(A,t){var r=Mr(this.start,this.startControl,A),n=Mr(this.startControl,this.endControl,A),s=Mr(this.endControl,this.end,A),a=Mr(r,n,A),g=Mr(n,s,A),u=Mr(a,g,A);return t?new e(this.start,r,a,u):new e(u,g,s,this.end)},e.prototype.add=function(A,t){return new e(this.start.add(A,t),this.startControl.add(A,t),this.endControl.add(A,t),this.end.add(A,t))},e.prototype.reverse=function(){return new e(this.end,this.endControl,this.startControl,this.start)},e})(),fe=function(e){return e.type===1},$l=(function(){function e(A){var t=A.styles,r=A.bounds,n=nt(t.borderTopLeftRadius,r.width,r.height),s=n[0],a=n[1],g=nt(t.borderTopRightRadius,r.width,r.height),u=g[0],H=g[1],y=nt(t.borderBottomRightRadius,r.width,r.height),m=y[0],_=y[1],tA=nt(t.borderBottomLeftRadius,r.width,r.height),z=tA[0],j=tA[1],uA=[];uA.push((s+u)/r.width),uA.push((z+m)/r.width),uA.push((a+j)/r.height),uA.push((H+_)/r.height);var sA=Math.max.apply(Math,uA);sA>1&&(s/=sA,a/=sA,u/=sA,H/=sA,m/=sA,_/=sA,z/=sA,j/=sA);var iA=r.width-u,UA=r.height-_,wA=r.width-m,BA=r.height-j,AA=t.borderTopWidth,QA=t.borderRightWidth,FA=t.borderBottomWidth,cA=t.borderLeftWidth,SA=IA(t.paddingTop,A.bounds.width),$A=IA(t.paddingRight,A.bounds.width),ie=IA(t.paddingBottom,A.bounds.width),HA=IA(t.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||a>0?bA(r.left+cA/3,r.top+AA/3,s-cA/3,a-AA/3,vA.TOP_LEFT):new $(r.left+cA/3,r.top+AA/3),this.topRightBorderDoubleOuterBox=s>0||a>0?bA(r.left+iA,r.top+AA/3,u-QA/3,H-AA/3,vA.TOP_RIGHT):new $(r.left+r.width-QA/3,r.top+AA/3),this.bottomRightBorderDoubleOuterBox=m>0||_>0?bA(r.left+wA,r.top+UA,m-QA/3,_-FA/3,vA.BOTTOM_RIGHT):new $(r.left+r.width-QA/3,r.top+r.height-FA/3),this.bottomLeftBorderDoubleOuterBox=z>0||j>0?bA(r.left+cA/3,r.top+BA,z-cA/3,j-FA/3,vA.BOTTOM_LEFT):new $(r.left+cA/3,r.top+r.height-FA/3),this.topLeftBorderDoubleInnerBox=s>0||a>0?bA(r.left+cA*2/3,r.top+AA*2/3,s-cA*2/3,a-AA*2/3,vA.TOP_LEFT):new $(r.left+cA*2/3,r.top+AA*2/3),this.topRightBorderDoubleInnerBox=s>0||a>0?bA(r.left+iA,r.top+AA*2/3,u-QA*2/3,H-AA*2/3,vA.TOP_RIGHT):new $(r.left+r.width-QA*2/3,r.top+AA*2/3),this.bottomRightBorderDoubleInnerBox=m>0||_>0?bA(r.left+wA,r.top+UA,m-QA*2/3,_-FA*2/3,vA.BOTTOM_RIGHT):new $(r.left+r.width-QA*2/3,r.top+r.height-FA*2/3),this.bottomLeftBorderDoubleInnerBox=z>0||j>0?bA(r.left+cA*2/3,r.top+BA,z-cA*2/3,j-FA*2/3,vA.BOTTOM_LEFT):new $(r.left+cA*2/3,r.top+r.height-FA*2/3),this.topLeftBorderStroke=s>0||a>0?bA(r.left+cA/2,r.top+AA/2,s-cA/2,a-AA/2,vA.TOP_LEFT):new $(r.left+cA/2,r.top+AA/2),this.topRightBorderStroke=s>0||a>0?bA(r.left+iA,r.top+AA/2,u-QA/2,H-AA/2,vA.TOP_RIGHT):new $(r.left+r.width-QA/2,r.top+AA/2),this.bottomRightBorderStroke=m>0||_>0?bA(r.left+wA,r.top+UA,m-QA/2,_-FA/2,vA.BOTTOM_RIGHT):new $(r.left+r.width-QA/2,r.top+r.height-FA/2),this.bottomLeftBorderStroke=z>0||j>0?bA(r.left+cA/2,r.top+BA,z-cA/2,j-FA/2,vA.BOTTOM_LEFT):new $(r.left+cA/2,r.top+r.height-FA/2),this.topLeftBorderBox=s>0||a>0?bA(r.left,r.top,s,a,vA.TOP_LEFT):new $(r.left,r.top),this.topRightBorderBox=u>0||H>0?bA(r.left+iA,r.top,u,H,vA.TOP_RIGHT):new $(r.left+r.width,r.top),this.bottomRightBorderBox=m>0||_>0?bA(r.left+wA,r.top+UA,m,_,vA.BOTTOM_RIGHT):new $(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=z>0||j>0?bA(r.left,r.top+BA,z,j,vA.BOTTOM_LEFT):new $(r.left,r.top+r.height),this.topLeftPaddingBox=s>0||a>0?bA(r.left+cA,r.top+AA,Math.max(0,s-cA),Math.max(0,a-AA),vA.TOP_LEFT):new $(r.left+cA,r.top+AA),this.topRightPaddingBox=u>0||H>0?bA(r.left+Math.min(iA,r.width-QA),r.top+AA,iA>r.width+QA?0:Math.max(0,u-QA),Math.max(0,H-AA),vA.TOP_RIGHT):new $(r.left+r.width-QA,r.top+AA),this.bottomRightPaddingBox=m>0||_>0?bA(r.left+Math.min(wA,r.width-cA),r.top+Math.min(UA,r.height-FA),Math.max(0,m-QA),Math.max(0,_-FA),vA.BOTTOM_RIGHT):new $(r.left+r.width-QA,r.top+r.height-FA),this.bottomLeftPaddingBox=z>0||j>0?bA(r.left+cA,r.top+Math.min(BA,r.height-FA),Math.max(0,z-cA),Math.max(0,j-FA),vA.BOTTOM_LEFT):new $(r.left+cA,r.top+r.height-FA),this.topLeftContentBox=s>0||a>0?bA(r.left+cA+HA,r.top+AA+SA,Math.max(0,s-(cA+HA)),Math.max(0,a-(AA+SA)),vA.TOP_LEFT):new $(r.left+cA+HA,r.top+AA+SA),this.topRightContentBox=u>0||H>0?bA(r.left+Math.min(iA,r.width+cA+HA),r.top+AA+SA,iA>r.width+cA+HA?0:u-cA+HA,H-(AA+SA),vA.TOP_RIGHT):new $(r.left+r.width-(QA+$A),r.top+AA+SA),this.bottomRightContentBox=m>0||_>0?bA(r.left+Math.min(wA,r.width-(cA+HA)),r.top+Math.min(UA,r.height+AA+SA),Math.max(0,m-(QA+$A)),_-(FA+ie),vA.BOTTOM_RIGHT):new $(r.left+r.width-(QA+$A),r.top+r.height-(FA+ie)),this.bottomLeftContentBox=z>0||j>0?bA(r.left+cA+HA,r.top+BA,Math.max(0,z-(cA+HA)),j-(FA+ie),vA.BOTTOM_LEFT):new $(r.left+cA+HA,r.top+r.height-(FA+ie))}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 bA=function(e,A,t,r,n){var s=4*((Math.sqrt(2)-1)/3),a=t*s,g=r*s,u=e+t,H=A+r;switch(n){case vA.TOP_LEFT:return new e0(new $(e,H),new $(e,H-g),new $(u-a,A),new $(u,A));case vA.TOP_RIGHT:return new e0(new $(e,A),new $(e+a,A),new $(u,H-g),new $(u,H));case vA.BOTTOM_RIGHT:return new e0(new $(u,A),new $(u,A+g),new $(e+a,H),new $(e,H));case vA.BOTTOM_LEFT:default:return new e0(new $(u,H),new $(u-a,H),new $(e,A+g),new $(e,A))}},r0=function(e){return[e.topLeftBorderBox,e.topRightBorderBox,e.bottomRightBorderBox,e.bottomLeftBorderBox]},Au=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},t0=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},eu=(function(){function e(A,t,r){this.offsetX=A,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return e})(),n0=(function(){function e(A,t){this.path=A,this.target=t,this.type=1}return e})(),ru=(function(){function e(A){this.opacity=A,this.type=2,this.target=6}return e})(),tu=function(e){return e.type===0},Ns=function(e){return e.type===1},nu=function(e){return e.type===2},Vs=function(e,A){return e.length===A.length?e.some(function(t,r){return t===A[r]}):!1},iu=function(e,A,t,r,n){return e.map(function(s,a){switch(a){case 0:return s.add(A,t);case 1:return s.add(A+r,t);case 2:return s.add(A+r,t+n);case 3:return s.add(A,t+n)}return s})},Ps=(function(){function e(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e})(),Xs=(function(){function e(A,t){if(this.container=A,this.parent=t,this.effects=[],this.curves=new $l(this.container),this.container.styles.opacity<1&&this.effects.push(new ru(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,s=this.container.styles.transform;this.effects.push(new eu(r,n,s))}if(this.container.styles.overflowX!==0){var a=r0(this.curves),g=t0(this.curves);Vs(a,g)?this.effects.push(new n0(a,6)):(this.effects.push(new n0(a,2)),this.effects.push(new n0(g,4)))}}return e.prototype.getEffects=function(A){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var s=r.effects.filter(function(u){return!Ns(u)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,s),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var a=r0(r.curves),g=t0(r.curves);Vs(a,g)||n.unshift(new n0(g,6))}}else n.unshift.apply(n,s);r=r.parent}return n.filter(function(u){return OA(u.target,A)})},e})(),Mn=function(e,A,t,r){e.container.elements.forEach(function(n){var s=OA(n.flags,4),a=OA(n.flags,2),g=new Xs(n,e);OA(n.styles.display,2048)&&r.push(g);var u=OA(n.flags,8)?[]:r;if(s||a){var H=s||n.styles.isPositioned()?t:A,y=new Ps(g);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var m=n.styles.zIndex.order;if(m<0){var _=0;H.negativeZIndex.some(function(z,j){return m>z.element.container.styles.zIndex.order?(_=j,!1):_>0}),H.negativeZIndex.splice(_,0,y)}else if(m>0){var tA=0;H.positiveZIndex.some(function(z,j){return m>=z.element.container.styles.zIndex.order?(tA=j+1,!1):tA>0}),H.positiveZIndex.splice(tA,0,y)}else H.zeroOrAutoZIndexOrTransformedOrOpacity.push(y)}else n.styles.isFloating()?H.nonPositionedFloats.push(y):H.nonPositionedInlineLevel.push(y);Mn(g,y,s?y:t,u)}else n.styles.isInlineLevel()?A.inlineLevel.push(g):A.nonInlineLevel.push(g),Mn(g,A,t,u);OA(n.flags,8)&&Ws(n,u)})},Ws=function(e,A){for(var t=e instanceof mn?e.start:1,r=e instanceof mn?e.reversed:!1,n=0;n<A.length;n++){var s=A[n];s.container instanceof Cs&&typeof s.container.value=="number"&&s.container.value!==0&&(t=s.container.value),s.listValue=ct(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},su=function(e){var A=new Xs(e,null),t=new Ps(A),r=[];return Mn(A,t,t,r),Ws(A.container,r),t},Js=function(e,A){switch(A){case 0:return le(e.topLeftBorderBox,e.topLeftPaddingBox,e.topRightBorderBox,e.topRightPaddingBox);case 1:return le(e.topRightBorderBox,e.topRightPaddingBox,e.bottomRightBorderBox,e.bottomRightPaddingBox);case 2:return le(e.bottomRightBorderBox,e.bottomRightPaddingBox,e.bottomLeftBorderBox,e.bottomLeftPaddingBox);default:return le(e.bottomLeftBorderBox,e.bottomLeftPaddingBox,e.topLeftBorderBox,e.topLeftPaddingBox)}},au=function(e,A){switch(A){case 0:return le(e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox,e.topRightBorderBox,e.topRightBorderDoubleOuterBox);case 1:return le(e.topRightBorderBox,e.topRightBorderDoubleOuterBox,e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox);case 2:return le(e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox,e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox);default:return le(e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox,e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox)}},ou=function(e,A){switch(A){case 0:return le(e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox,e.topRightBorderDoubleInnerBox,e.topRightPaddingBox);case 1:return le(e.topRightBorderDoubleInnerBox,e.topRightPaddingBox,e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox);case 2:return le(e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox,e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox);default:return le(e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox,e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox)}},Bu=function(e,A){switch(A){case 0:return i0(e.topLeftBorderStroke,e.topRightBorderStroke);case 1:return i0(e.topRightBorderStroke,e.bottomRightBorderStroke);case 2:return i0(e.bottomRightBorderStroke,e.bottomLeftBorderStroke);default:return i0(e.bottomLeftBorderStroke,e.topLeftBorderStroke)}},i0=function(e,A){var t=[];return fe(e)?t.push(e.subdivide(.5,!1)):t.push(e),fe(A)?t.push(A.subdivide(.5,!0)):t.push(A),t},le=function(e,A,t,r){var n=[];return fe(e)?n.push(e.subdivide(.5,!1)):n.push(e),fe(t)?n.push(t.subdivide(.5,!0)):n.push(t),fe(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),fe(A)?n.push(A.subdivide(.5,!1).reverse()):n.push(A),n},Ys=function(e){var A=e.bounds,t=e.styles;return A.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},s0=function(e){var A=e.styles,t=e.bounds,r=IA(A.paddingLeft,t.width),n=IA(A.paddingRight,t.width),s=IA(A.paddingTop,t.width),a=IA(A.paddingBottom,t.width);return t.add(r+A.borderLeftWidth,s+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+r+n),-(A.borderTopWidth+A.borderBottomWidth+s+a))},cu=function(e,A){return e===0?A.bounds:e===2?s0(A):Ys(A)},fu=function(e,A){return e===0?A.bounds:e===2?s0(A):Ys(A)},kn=function(e,A,t){var r=cu(Gr(e.styles.backgroundOrigin,A),e),n=fu(Gr(e.styles.backgroundClip,A),e),s=lu(Gr(e.styles.backgroundSize,A),t,r),a=s[0],g=s[1],u=nt(Gr(e.styles.backgroundPosition,A),r.width-a,r.height-g),H=uu(Gr(e.styles.backgroundRepeat,A),u,s,r,n),y=Math.round(r.left+u[0]),m=Math.round(r.top+u[1]);return[H,y,m,a,g]},kr=function(e){return EA(e)&&e.value===_r.AUTO},a0=function(e){return typeof e=="number"},lu=function(e,A,t){var r=A[0],n=A[1],s=A[2],a=e[0],g=e[1];if(!a)return[0,0];if(LA(a)&&g&&LA(g))return[IA(a,t.width),IA(g,t.height)];var u=a0(s);if(EA(a)&&(a.value===_r.CONTAIN||a.value===_r.COVER)){if(a0(s)){var H=t.width/t.height;return H<s!=(a.value===_r.COVER)?[t.width,t.width/s]:[t.height*s,t.height]}return[t.width,t.height]}var y=a0(r),m=a0(n),_=y||m;if(kr(a)&&(!g||kr(g))){if(y&&m)return[r,n];if(!u&&!_)return[t.width,t.height];if(_&&u){var tA=y?r:n*s,z=m?n:r/s;return[tA,z]}var j=y?r:t.width,uA=m?n:t.height;return[j,uA]}if(u){var sA=0,iA=0;return LA(a)?sA=IA(a,t.width):LA(g)&&(iA=IA(g,t.height)),kr(a)?sA=iA*s:(!g||kr(g))&&(iA=sA/s),[sA,iA]}var UA=null,wA=null;if(LA(a)?UA=IA(a,t.width):g&&LA(g)&&(wA=IA(g,t.height)),UA!==null&&(!g||kr(g))&&(wA=y&&m?UA/r*n:t.height),wA!==null&&kr(a)&&(UA=y&&m?wA/n*r:t.width),UA!==null&&wA!==null)return[UA,wA];throw new Error("Unable to calculate background-size for element")},Gr=function(e,A){var t=e[A];return typeof t=="undefined"?e[0]:t},uu=function(e,A,t,r,n){var s=A[0],a=A[1],g=t[0],u=t[1];switch(e){case 2:return[new $(Math.round(r.left),Math.round(r.top+a)),new $(Math.round(r.left+r.width),Math.round(r.top+a)),new $(Math.round(r.left+r.width),Math.round(u+r.top+a)),new $(Math.round(r.left),Math.round(u+r.top+a))];case 3:return[new $(Math.round(r.left+s),Math.round(r.top)),new $(Math.round(r.left+s+g),Math.round(r.top)),new $(Math.round(r.left+s+g),Math.round(r.height+r.top)),new $(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new $(Math.round(r.left+s),Math.round(r.top+a)),new $(Math.round(r.left+s+g),Math.round(r.top+a)),new $(Math.round(r.left+s+g),Math.round(r.top+a+u)),new $(Math.round(r.left+s),Math.round(r.top+a+u))];default:return[new $(Math.round(n.left),Math.round(n.top)),new $(Math.round(n.left+n.width),Math.round(n.top)),new $(Math.round(n.left+n.width),Math.round(n.height+n.top)),new $(Math.round(n.left),Math.round(n.height+n.top))]}},gu="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",zs="Hidden Text",wu=(function(){function e(A){this._data={},this._document=A}return e.prototype.parseMetrics=function(A,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),s=this._document.createElement("span"),a=this._document.body;r.style.visibility="hidden",r.style.fontFamily=A,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",a.appendChild(r),n.src=gu,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",s.style.fontFamily=A,s.style.fontSize=t,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode(zs)),r.appendChild(s),r.appendChild(n);var g=n.offsetTop-s.offsetTop+2;r.removeChild(s),r.appendChild(this._document.createTextNode(zs)),r.style.lineHeight="normal",n.style.verticalAlign="super";var u=n.offsetTop-r.offsetTop+2;return a.removeChild(r),{baseline:g,middle:u}},e.prototype.getMetrics=function(A,t){var r=A+" "+t;return typeof this._data[r]=="undefined"&&(this._data[r]=this.parseMetrics(A,t)),this._data[r]},e})(),qs=(function(){function e(A,t){this.context=A,this.options=t}return e})(),hu=1e4,Cu=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new wu(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return A.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},A.prototype.applyEffect=function(t){this.ctx.save(),nu(t)&&(this.ctx.globalAlpha=t.opacity),tu(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),Ns(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(t){return c(this,void 0,void 0,function(){var r;return Q(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(t){return c(this,void 0,void 0,function(){return Q(this,function(r){switch(r.label){case 0:if(OA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(t,r,n){var s=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var a=yn(t.text);a.reduce(function(g,u){return s.ctx.fillText(u,g,t.bounds.top+n),g+s.ctx.measureText(u).width},t.bounds.left)}},A.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(a){return a==="normal"||a==="small-caps"}).join(""),n=Uu(t.fontFamily).join(", "),s=tt(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,s,n].join(" "),n,s]},A.prototype.renderTextNode=function(t,r){return c(this,void 0,void 0,function(){var n,s,a,g,u,H,y,m,_=this;return Q(this,function(tA){return n=this.createFontStyle(r),s=n[0],a=n[1],g=n[2],this.ctx.font=s,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",u=this.fontMetrics.getMetrics(a,g),H=u.baseline,y=u.middle,m=r.paintOrder,t.textBounds.forEach(function(z){m.forEach(function(j){switch(j){case 0:_.ctx.fillStyle=MA(r.color),_.renderTextWithLetterSpacing(z,r.letterSpacing,H);var uA=r.textShadow;uA.length&&z.text.trim().length&&(uA.slice(0).reverse().forEach(function(sA){_.ctx.shadowColor=MA(sA.color),_.ctx.shadowOffsetX=sA.offsetX.number*_.options.scale,_.ctx.shadowOffsetY=sA.offsetY.number*_.options.scale,_.ctx.shadowBlur=sA.blur.number,_.renderTextWithLetterSpacing(z,r.letterSpacing,H)}),_.ctx.shadowColor="",_.ctx.shadowOffsetX=0,_.ctx.shadowOffsetY=0,_.ctx.shadowBlur=0),r.textDecorationLine.length&&(_.ctx.fillStyle=MA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(sA){switch(sA){case 1:_.ctx.fillRect(z.bounds.left,Math.round(z.bounds.top+H),z.bounds.width,1);break;case 2:_.ctx.fillRect(z.bounds.left,Math.round(z.bounds.top),z.bounds.width,1);break;case 3:_.ctx.fillRect(z.bounds.left,Math.ceil(z.bounds.top+y),z.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&z.text.trim().length&&(_.ctx.strokeStyle=MA(r.webkitTextStrokeColor),_.ctx.lineWidth=r.webkitTextStrokeWidth,_.ctx.lineJoin=window.chrome?"miter":"round",_.ctx.strokeText(z.text,z.bounds.left,z.bounds.top+H)),_.ctx.strokeStyle="",_.ctx.lineWidth=0,_.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var s=s0(t),a=t0(r);this.path(a),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(t){return c(this,void 0,void 0,function(){var r,n,s,a,g,u,iA,iA,H,y,m,_,wA,tA,z,BA,j,uA,sA,iA,UA,wA,BA;return Q(this,function(AA){switch(AA.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,s=r.styles,a=0,g=r.textNodes,AA.label=1;case 1:return a<g.length?(u=g[a],[4,this.renderTextNode(u,s)]):[3,4];case 2:AA.sent(),AA.label=3;case 3:return a++,[3,1];case 4:if(!(r instanceof gs))return[3,8];AA.label=5;case 5:return AA.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return iA=AA.sent(),this.renderReplacedElement(r,n,iA),[3,8];case 7:return AA.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof ws&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof hs))return[3,12];AA.label=9;case 9:return AA.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return iA=AA.sent(),this.renderReplacedElement(r,n,iA),[3,12];case 11:return AA.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Fs&&r.tree?(H=new A(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,H.render(r.tree)]):[3,14];case 13:y=AA.sent(),r.width&&r.height&&this.ctx.drawImage(y,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),AA.label=14;case 14:if(r instanceof In&&(m=Math.min(r.bounds.width,r.bounds.height),r.type===zt?r.checked&&(this.ctx.save(),this.path([new $(r.bounds.left+m*.39363,r.bounds.top+m*.79),new $(r.bounds.left+m*.16,r.bounds.top+m*.5549),new $(r.bounds.left+m*.27347,r.bounds.top+m*.44071),new $(r.bounds.left+m*.39694,r.bounds.top+m*.5649),new $(r.bounds.left+m*.72983,r.bounds.top+m*.23),new $(r.bounds.left+m*.84,r.bounds.top+m*.34085),new $(r.bounds.left+m*.39363,r.bounds.top+m*.79)]),this.ctx.fillStyle=MA(xs),this.ctx.fill(),this.ctx.restore()):r.type===qt&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+m/2,r.bounds.top+m/2,m/4,0,Math.PI*2,!0),this.ctx.fillStyle=MA(xs),this.ctx.fill(),this.ctx.restore())),xu(r)&&r.value.length){switch(_=this.createFontStyle(s),wA=_[0],tA=_[1],z=this.fontMetrics.getMetrics(wA,tA).baseline,this.ctx.font=wA,this.ctx.fillStyle=MA(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=Qu(r.styles.textAlign),BA=s0(r),j=0,r.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 ot(r.value,uA),s.letterSpacing,z),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!OA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(sA=r.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,r.bounds.left-(iA.width+10),r.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:t.listValue&&r.styles.listStyleType!==-1&&(wA=this.createFontStyle(s)[0],this.ctx.font=wA,this.ctx.fillStyle=MA(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",BA=new h(r.bounds.left,r.bounds.top+IA(r.styles.paddingTop,r.bounds.width),r.bounds.width,zi(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new ot(t.listValue,BA),s.letterSpacing,zi(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),AA.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(t){return c(this,void 0,void 0,function(){var r,n,sA,s,a,sA,g,u,sA,H,y,sA,m,_,sA,tA,z,sA,j,uA,sA;return Q(this,function(iA){switch(iA.label){case 0:if(OA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:iA.sent(),r=0,n=t.negativeZIndex,iA.label=2;case 2:return r<n.length?(sA=n[r],[4,this.renderStack(sA)]):[3,5];case 3:iA.sent(),iA.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:iA.sent(),s=0,a=t.nonInlineLevel,iA.label=7;case 7:return s<a.length?(sA=a[s],[4,this.renderNode(sA)]):[3,10];case 8:iA.sent(),iA.label=9;case 9:return s++,[3,7];case 10:g=0,u=t.nonPositionedFloats,iA.label=11;case 11:return g<u.length?(sA=u[g],[4,this.renderStack(sA)]):[3,14];case 12:iA.sent(),iA.label=13;case 13:return g++,[3,11];case 14:H=0,y=t.nonPositionedInlineLevel,iA.label=15;case 15:return H<y.length?(sA=y[H],[4,this.renderStack(sA)]):[3,18];case 16:iA.sent(),iA.label=17;case 17:return H++,[3,15];case 18:m=0,_=t.inlineLevel,iA.label=19;case 19:return m<_.length?(sA=_[m],[4,this.renderNode(sA)]):[3,22];case 20:iA.sent(),iA.label=21;case 21:return m++,[3,19];case 22:tA=0,z=t.zeroOrAutoZIndexOrTransformedOrOpacity,iA.label=23;case 23:return tA<z.length?(sA=z[tA],[4,this.renderStack(sA)]):[3,26];case 24:iA.sent(),iA.label=25;case 25:return tA++,[3,23];case 26:j=0,uA=t.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(t){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(t.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},A.prototype.formatPath=function(t){var r=this;t.forEach(function(n,s){var a=fe(n)?n.start:n;s===0?r.ctx.moveTo(a.x,a.y):r.ctx.lineTo(a.x,a.y),fe(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},A.prototype.renderRepeat=function(t,r,n,s){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,s),this.ctx.fill(),this.ctx.translate(-n,-s)},A.prototype.resizeImage=function(t,r,n){var s;if(t.width===r&&t.height===n)return t;var a=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,g=a.createElement("canvas");g.width=Math.max(1,r),g.height=Math.max(1,n);var u=g.getContext("2d");return u.drawImage(t,0,0,t.width,t.height,0,0,r,n),g},A.prototype.renderBackgroundImage=function(t){return c(this,void 0,void 0,function(){var r,n,s,a,g,u;return Q(this,function(H){switch(H.label){case 0:r=t.styles.backgroundImage.length-1,n=function(y){var m,_,tA,SA,Ae,ee,HA,NA,FA,z,SA,Ae,ee,HA,NA,j,uA,sA,iA,UA,wA,BA,AA,QA,FA,cA,SA,$A,ie,HA,NA,je,Ae,ee,hr,Ue,$e,Cr,xr,Ie,dr,be;return Q(this,function(Nr){switch(Nr.label){case 0:if(y.type!==0)return[3,5];m=void 0,_=y.url,Nr.label=1;case 1:return Nr.trys.push([1,3,,4]),[4,s.context.cache.match(_)];case 2:return m=Nr.sent(),[3,4];case 3:return Nr.sent(),s.context.logger.error("Error loading background-image "+_),[3,4];case 4:return m&&(tA=kn(t,r,[m.width,m.height,m.width/m.height]),SA=tA[0],Ae=tA[1],ee=tA[2],HA=tA[3],NA=tA[4],FA=s.ctx.createPattern(s.resizeImage(m,HA,NA),"repeat"),s.renderRepeat(SA,FA,Ae,ee)),[3,6];case 5:rc(y)?(z=kn(t,r,[null,null,null]),SA=z[0],Ae=z[1],ee=z[2],HA=z[3],NA=z[4],j=ZB(y.angle,HA,NA),uA=j[0],sA=j[1],iA=j[2],UA=j[3],wA=j[4],BA=document.createElement("canvas"),BA.width=HA,BA.height=NA,AA=BA.getContext("2d"),QA=AA.createLinearGradient(sA,UA,iA,wA),Ri(y.stops,uA).forEach(function(lt){return QA.addColorStop(lt.stop,MA(lt.color))}),AA.fillStyle=QA,AA.fillRect(0,0,HA,NA),HA>0&&NA>0&&(FA=s.ctx.createPattern(BA,"repeat"),s.renderRepeat(SA,FA,Ae,ee))):tc(y)&&(cA=kn(t,r,[null,null,null]),SA=cA[0],$A=cA[1],ie=cA[2],HA=cA[3],NA=cA[4],je=y.position.length===0?[ln]:y.position,Ae=IA(je[0],HA),ee=IA(je[je.length-1],NA),hr=jB(y,Ae,ee,HA,NA),Ue=hr[0],$e=hr[1],Ue>0&&$e>0&&(Cr=s.ctx.createRadialGradient($A+Ae,ie+ee,0,$A+Ae,ie+ee,Ue),Ri(y.stops,Ue*2).forEach(function(lt){return Cr.addColorStop(lt.stop,MA(lt.color))}),s.path(SA),s.ctx.fillStyle=Cr,Ue!==$e?(xr=t.bounds.left+.5*t.bounds.width,Ie=t.bounds.top+.5*t.bounds.height,dr=$e/Ue,be=1/dr,s.ctx.save(),s.ctx.translate(xr,Ie),s.ctx.transform(1,0,0,dr,0,0),s.ctx.translate(-xr,-Ie),s.ctx.fillRect($A,be*(ie-Ie)+Ie,HA,NA*be),s.ctx.restore()):s.ctx.fill())),Nr.label=6;case 6:return r--,[2]}})},s=this,a=0,g=t.styles.backgroundImage.slice(0).reverse(),H.label=1;case 1:return a<g.length?(u=g[a],[5,n(u)]):[3,4];case 2:H.sent(),H.label=3;case 3:return a++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(t,r,n){return c(this,void 0,void 0,function(){return Q(this,function(s){return this.path(Js(n,r)),this.ctx.fillStyle=MA(t),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(t,r,n,s){return c(this,void 0,void 0,function(){var a,g;return Q(this,function(u){switch(u.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,s)]:[3,2];case 1:return u.sent(),[2];case 2:return a=au(s,n),this.path(a),this.ctx.fillStyle=MA(t),this.ctx.fill(),g=ou(s,n),this.path(g),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(t){return c(this,void 0,void 0,function(){var r,n,s,a,g,u,H,y,m=this;return Q(this,function(_){switch(_.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!Ye(r.backgroundColor)||r.backgroundImage.length,s=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],a=du(Gr(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(a),this.ctx.clip(),Ye(r.backgroundColor)||(this.ctx.fillStyle=MA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:_.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(tA){m.ctx.save();var z=r0(t.curves),j=tA.inset?0:hu,uA=iu(z,-j+(tA.inset?1:-1)*tA.spread.number,(tA.inset?1:-1)*tA.spread.number,tA.spread.number*(tA.inset?-2:2),tA.spread.number*(tA.inset?-2:2));tA.inset?(m.path(z),m.ctx.clip(),m.mask(uA)):(m.mask(z),m.ctx.clip(),m.path(uA)),m.ctx.shadowOffsetX=tA.offsetX.number+j,m.ctx.shadowOffsetY=tA.offsetY.number,m.ctx.shadowColor=MA(tA.color),m.ctx.shadowBlur=tA.blur.number,m.ctx.fillStyle=tA.inset?MA(tA.color):"rgba(0,0,0,1)",m.ctx.fill(),m.ctx.restore()}),_.label=2;case 2:g=0,u=0,H=s,_.label=3;case 3:return u<H.length?(y=H[u],y.style!==0&&!Ye(y.color)&&y.width>0?y.style!==2?[3,5]:[4,this.renderDashedDottedBorder(y.color,y.width,g,t.curves,2)]:[3,11]):[3,13];case 4:return _.sent(),[3,11];case 5:return y.style!==3?[3,7]:[4,this.renderDashedDottedBorder(y.color,y.width,g,t.curves,3)];case 6:return _.sent(),[3,11];case 7:return y.style!==4?[3,9]:[4,this.renderDoubleBorder(y.color,y.width,g,t.curves)];case 8:return _.sent(),[3,11];case 9:return[4,this.renderSolidBorder(y.color,g,t.curves)];case 10:_.sent(),_.label=11;case 11:g++,_.label=12;case 12:return u++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(t,r,n,s,a){return c(this,void 0,void 0,function(){var g,u,H,y,m,_,tA,z,j,uA,sA,iA,UA,wA,BA,AA,BA,AA;return Q(this,function(QA){return this.ctx.save(),g=Bu(s,n),u=Js(s,n),a===2&&(this.path(u),this.ctx.clip()),fe(u[0])?(H=u[0].start.x,y=u[0].start.y):(H=u[0].x,y=u[0].y),fe(u[1])?(m=u[1].end.x,_=u[1].end.y):(m=u[1].x,_=u[1].y),n===0||n===2?tA=Math.abs(H-m):tA=Math.abs(y-_),this.ctx.beginPath(),a===3?this.formatPath(g):this.formatPath(u.slice(0,2)),z=r<3?r*3:r*2,j=r<3?r*2:r,a===3&&(z=r,j=r),uA=!0,tA<=z*2?uA=!1:tA<=z*2+j?(sA=tA/(2*z+j),z*=sA,j*=sA):(iA=Math.floor((tA+j)/(z+j)),UA=(tA-iA*z)/(iA-1),wA=(tA-(iA+1)*z)/iA,j=wA<=0||Math.abs(j-UA)<Math.abs(j-wA)?UA:wA),uA&&(a===3?this.ctx.setLineDash([0,z+j]):this.ctx.setLineDash([z,j])),a===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=MA(t),this.ctx.stroke(),this.ctx.setLineDash([]),a===2&&(fe(u[0])&&(BA=u[3],AA=u[0],this.ctx.beginPath(),this.formatPath([new $(BA.end.x,BA.end.y),new $(AA.start.x,AA.start.y)]),this.ctx.stroke()),fe(u[1])&&(BA=u[1],AA=u[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(t){return c(this,void 0,void 0,function(){var r;return Q(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=MA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=su(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},A})(qs),xu=function(e){return e instanceof Qs||e instanceof ds?!0:e instanceof In&&e.type!==qt&&e.type!==zt},du=function(e,A){switch(e){case 0:return r0(A);case 2:return Au(A);default:return t0(A)}},Qu=function(e){switch(e){case 1:return"center";case 2:return"right";default:return"left"}},Fu=["-apple-system","system-ui"],Uu=function(e){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?e.filter(function(A){return Fu.indexOf(A)===-1}):e},vu=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return A.prototype.render=function(t){return c(this,void 0,void 0,function(){var r,n;return Q(this,function(s){switch(s.label){case 0:return r=Hn(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,pu(r)];case 1:return n=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=MA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A})(qs),pu=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},Eu=(function(){function e(A){var t=A.id,r=A.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return e.prototype.debug=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,d([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=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&typeof window!="undefined"&&window.console&&typeof console.info=="function"&&console.info.apply(console,d([this.id,this.getTime()+"ms"],A))},e.prototype.warn=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,d([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.error=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.error=="function"?console.error.apply(console,d([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.instances={},e})(),Hu=(function(){function e(A,t){var r;this.windowBounds=t,this.instanceName="#"+e.instanceCount++,this.logger=new Eu({id:this.instanceName,enabled:A.logging}),this.cache=(r=A.cache)!==null&&r!==void 0?r:new Wl(this,A)}return e.instanceCount=1,e})(),yu=function(e,A){return A===void 0&&(A={}),mu(e,A)};typeof window!="undefined"&&Gs.setContext(window);var mu=function(e,A){return c(void 0,void 0,void 0,function(){var t,r,n,s,a,g,u,H,y,m,_,tA,z,j,uA,sA,iA,UA,wA,BA,QA,AA,QA,FA,cA,SA,$A,ie,HA,NA,je,Ae,ee,hr,Ue,$e,Cr,xr,Ie,dr;return Q(this,function(be){switch(be.label){case 0:if(!e||typeof e!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=e.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(FA=A.allowTaint)!==null&&FA!==void 0?FA:!1,imageTimeout:(cA=A.imageTimeout)!==null&&cA!==void 0?cA:15e3,proxy:A.proxy,useCORS:(SA=A.useCORS)!==null&&SA!==void 0?SA:!1},s=B({logging:($A=A.logging)!==null&&$A!==void 0?$A:!0,cache:A.cache},n),a={windowWidth:(ie=A.windowWidth)!==null&&ie!==void 0?ie:r.innerWidth,windowHeight:(HA=A.windowHeight)!==null&&HA!==void 0?HA:r.innerHeight,scrollX:(NA=A.scrollX)!==null&&NA!==void 0?NA:r.pageXOffset,scrollY:(je=A.scrollY)!==null&&je!==void 0?je:r.pageYOffset},g=new h(a.scrollX,a.scrollY,a.windowWidth,a.windowHeight),u=new Hu(s,g),H=(Ae=A.foreignObjectRendering)!==null&&Ae!==void 0?Ae:!1,y={allowTaint:(ee=A.allowTaint)!==null&&ee!==void 0?ee:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:H,copyStyles:H},u.logger.debug("Starting document clone with size "+g.width+"x"+g.height+" scrolled to "+-g.left+","+-g.top),m=new Ms(u,e,y),_=m.clonedReferenceElement,_?[4,m.toIFrame(t,g)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return tA=be.sent(),z=Dn(_)||Il(_)?w(_.ownerDocument):f(u,_),j=z.width,uA=z.height,sA=z.left,iA=z.top,UA=Iu(u,_,A.backgroundColor),wA={canvas:A.canvas,backgroundColor:UA,scale:(Ue=(hr=A.scale)!==null&&hr!==void 0?hr:r.devicePixelRatio)!==null&&Ue!==void 0?Ue:1,x:(($e=A.x)!==null&&$e!==void 0?$e:0)+sA,y:((Cr=A.y)!==null&&Cr!==void 0?Cr:0)+iA,width:(xr=A.width)!==null&&xr!==void 0?xr:Math.ceil(j),height:(Ie=A.height)!==null&&Ie!==void 0?Ie:Math.ceil(uA)},H?(u.logger.debug("Document cloned, using foreign object rendering"),QA=new vu(u,wA),[4,QA.render(_)]):[3,3];case 2:return BA=be.sent(),[3,5];case 3:return u.logger.debug("Document cloned, element located at "+sA+","+iA+" with size "+j+"x"+uA+" using computed rendering"),u.logger.debug("Starting DOM parsing"),AA=vs(u,_),UA===AA.styles.backgroundColor&&(AA.styles.backgroundColor=ye.TRANSPARENT),u.logger.debug("Starting renderer for element at "+wA.x+","+wA.y+" with size "+wA.width+"x"+wA.height),QA=new Cu(u,wA),[4,QA.render(AA)];case 4:BA=be.sent(),be.label=5;case 5:return(!((dr=A.removeContainer)!==null&&dr!==void 0)||dr)&&(Ms.destroy(tA)||u.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),u.logger.debug("Finished rendering"),[2,BA]}})})},Iu=function(e,A,t){var r=A.ownerDocument,n=r.documentElement?it(e,getComputedStyle(r.documentElement).backgroundColor):ye.TRANSPARENT,s=r.body?it(e,getComputedStyle(r.body).backgroundColor):ye.TRANSPARENT,a=typeof t=="string"?it(e,t):t===null?ye.TRANSPARENT:4294967295;return A===r.documentElement?Ye(n)?Ye(s)?a:s:n:a};return yu}))});var vt=$s(oo()),Do=$s(Bo());var Tu="2.0.7",Ou=500,co="user-agent",Wr="",fo="?",KA={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},te="browser",Le="cpu",pe="device",he="engine",se="os",Jr="result",k="name",T="type",G="vendor",N="version",YA="architecture",Ft="major",M="model",q0="console",fA="mobile",yA="tablet",_A="smarttv",ve="wearable",W0="xr",Qt="embedded",Vr="inapp",ti="brands",Fr="formFactors",ni="fullVersionList",Yr="platform",ii="platformVersion",An="bitness",ir="sec-ch-ua",Ru=ir+"-full-version-list",Mu=ir+"-arch",ku=ir+"-"+An,Gu=ir+"-form-factors",Nu=ir+"-"+fA,Vu=ir+"-"+M,Ho=ir+"-"+Yr,Pu=Ho+"-version",yo=[ti,ni,fA,M,Yr,ii,YA,Fr,An],J0="Amazon",Pr="Apple",lo="ASUS",uo="BlackBerry",Qr="Google",go="Huawei",Xn="Lenovo",wo="Honor",Y0="LG",Wn="Microsoft",Jn="Motorola",ho="Nvidia",Co="OnePlus",Yn="OPPO",gt="Samsung",xo="Sharp",wt="Sony",zn="Xiaomi",qn="Zebra",Qo="Chrome",Fo="Chromium",rr="Chromecast",Z0="Edge",ht="Firefox",Ct="Opera",Zn="Facebook",Uo="Sogou",Xr="Mobile ",xt=" Browser",$n="Windows",Xu=typeof window!==KA.UNDEFINED,re=Xu&&window.navigator?window.navigator:void 0,Ur=re&&re.userAgentData?re.userAgentData:void 0,Wu=function(o,i){var B={},c=i;if(!j0(i)){c={};for(var Q in i)for(var d in i[Q])c[d]=i[Q][d].concat(c[d]?c[d]:[])}for(var h in o)B[h]=c[h]&&c[h].length%2===0?c[h].concat(o[h]):o[h];return B},en=function(o){for(var i={},B=0;B<o.length;B++)i[o[B].toUpperCase()]=o[B];return i},Ai=function(o,i){if(typeof o===KA.OBJECT&&o.length>0){for(var B in o)if(tr(i)==tr(o[B]))return!0;return!1}return Ut(o)?tr(i)==tr(o):!1},j0=function(o,i){for(var B in o)return/^(browser|cpu|device|engine|os)$/.test(B)||(i?j0(o[B]):!1)},Ut=function(o){return typeof o===KA.STRING},jn=function(o){if(o){for(var i=[],B=zr(/\\?\"/g,o).split(","),c=0;c<B.length;c++)if(B[c].indexOf(";")>-1){var Q=$0(B[c]).split(";v=");i[c]={brand:Q[0],version:Q[1]}}else i[c]=$0(B[c]);return i}},tr=function(o){return Ut(o)?o.toLowerCase():o},ei=function(o){return Ut(o)?zr(/[^\d\.]/g,o).split(".")[0]:void 0},Ke=function(o){for(var i in o)if(o.hasOwnProperty(i)){var B=o[i];typeof B==KA.OBJECT&&B.length==2?this[B[0]]=B[1]:this[B]=void 0}return this},zr=function(o,i){return Ut(i)?i.replace(o,Wr):i},dt=function(o){return zr(/\\?\"/g,o)},$0=function(o,i){return o=zr(/^\s\s*/,String(o)),typeof i===KA.UNDEFINED?o:o.substring(0,i)},ri=function(o,i){if(!(!o||!i))for(var B=0,c,Q,d,h,f,w;B<i.length&&!f;){var F=i[B],l=i[B+1];for(c=Q=0;c<F.length&&!f&&F[c];)if(f=F[c++].exec(o),f)for(d=0;d<l.length;d++)w=f[++Q],h=l[d],typeof h===KA.OBJECT&&h.length>0?h.length===2?typeof h[1]==KA.FUNCTION?this[h[0]]=h[1].call(this,w):this[h[0]]=h[1]:h.length>=3&&(typeof h[1]===KA.FUNCTION&&!(h[1].exec&&h[1].test)?h.length>3?this[h[0]]=w?h[1].apply(this,h.slice(2)):void 0:this[h[0]]=w?h[1].call(this,w,h[2]):void 0:h.length==3?this[h[0]]=w?w.replace(h[1],h[2]):void 0:h.length==4?this[h[0]]=w?h[3].call(this,w.replace(h[1],h[2])):void 0:h.length>4&&(this[h[0]]=w?h[3].apply(this,[w.replace(h[1],h[2])].concat(h.slice(4))):void 0)):this[h]=w||void 0;B+=2}},we=function(o,i){for(var B in i)if(typeof i[B]===KA.OBJECT&&i[B].length>0){for(var c=0;c<i[B].length;c++)if(Ai(i[B][c],o))return B===fo?void 0:B}else if(Ai(i[B],o))return B===fo?void 0:B;return i.hasOwnProperty("*")?i["*"]:o},vo={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:""},po={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},Ju={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"},Eo={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[N,[k,Xr+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[N,[k,Z0+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[N,[k,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[k,N],[/opios[\/ ]+([\w\.]+)/i],[N,[k,Ct+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[N,[k,Ct+" GX"]],[/\bopr\/([\w\.]+)/i],[N,[k,Ct]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[N,[k,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[N,[k,"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],[k,N],[/quark(?:pc)?\/([-\w\.]+)/i],[N,[k,"Quark"]],[/\bddg\/([\w\.]+)/i],[N,[k,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[N,[k,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[N,[k,"WeChat"]],[/konqueror\/([\w\.]+)/i],[N,[k,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[N,[k,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[N,[k,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[N,[k,"Smart "+Xn+xt]],[/(avast|avg)\/([\w\.]+)/i],[[k,/(.+)/,"$1 Secure"+xt],N],[/\bfocus\/([\w\.]+)/i],[N,[k,ht+" Focus"]],[/\bopt\/([\w\.]+)/i],[N,[k,Ct+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[N,[k,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[N,[k,"Dolphin"]],[/coast\/([\w\.]+)/i],[N,[k,Ct+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[N,[k,"MIUI"+xt]],[/fxios\/([\w\.-]+)/i],[N,[k,Xr+ht]],[/\bqihoobrowser\/?([\w\.]*)/i],[N,[k,"360"]],[/\b(qq)\/([\w\.]+)/i],[[k,/(.+)/,"$1Browser"],N],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[k,/(.+)/,"$1"+xt],N],[/samsungbrowser\/([\w\.]+)/i],[N,[k,gt+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[N,[k,Uo+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[k,Uo+" Mobile"],N],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[k,N],[/(lbbrowser|rekonq|steam(?= (clie|tenf|gameo)))/i],[k],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[N,k],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[k,Zn],N,[T,Vr]],[/(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],[k,N,[T,Vr]],[/\bgsa\/([\w\.]+) .*safari\//i],[N,[k,"GSA"],[T,Vr]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[N,[k,"TikTok"],[T,Vr]],[/\[(linkedin)app\]/i],[k,[T,Vr]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[k,/(.+)/,"Zalo"],N,[T,Vr]],[/(chromium)[\/ ]([-\w\.]+)/i],[k,N],[/headlesschrome(?:\/([\w\.]+)| )/i],[N,[k,Qo+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[N,[k,Z0+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[k,Qo+" WebView"],N],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[N,[k,"Android"+xt]],[/chrome\/([\w\.]+) mobile/i],[N,[k,Xr+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[k,N],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[N,[k,Xr+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[k,Xr+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[N,k],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[k,[N,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[k,N],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[k,Xr+ht],N],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[k,"Netscape"],N],[/(wolvic|librewolf)\/([\w\.]+)/i],[k,N],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[N,[k,ht+" 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],[k,[N,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[k,[N,/[^\d\.]+./,Wr]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[YA,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[YA,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[YA,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[YA,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[YA,"arm"]],[/ sun4\w[;\)]/i],[[YA,"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],[[YA,/ower/,Wr,tr]],[/mc680.0/i],[[YA,"68k"]],[/winnt.+\[axp/i],[[YA,"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],[M,[G,gt],[T,yA]],[/\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],[M,[G,gt],[T,fA]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[M,[G,Pr],[T,fA]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[M,[G,Pr],[T,yA]],[/(macintosh);/i],[M,[G,Pr]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[M,[G,xo],[T,fA]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[M,[G,wo],[T,yA]],[/honor([-\w ]+)[;\)]/i],[M,[G,wo],[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],[M,[G,go],[T,yA]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[M,[G,go],[T,fA]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[M,/_/g," "],[G,zn],[T,yA]],[/\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],[[M,/_/g," "],[G,zn],[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],[M,[G,Co],[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],[M,[G,Yn],[T,fA]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[M,[G,we,{OnePlus:["203","304","403","404","413","415"],"*":Yn}],[T,yA]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[M,[G,"BLU"],[T,fA]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[M,[G,"Vivo"],[T,fA]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[M,[G,"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],[M,[G,Xn],[T,yA]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[M,[G,Xn],[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],[M,[G,Jn],[T,fA]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[M,[G,Jn],[T,yA]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[M,[G,Y0],[T,yA]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[M,[G,Y0],[T,fA]],[/(nokia) (t[12][01])/i],[G,M,[T,yA]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[M,/_/g," "],[T,fA],[G,"Nokia"]],[/(pixel (c|tablet))\b/i],[M,[G,Qr],[T,yA]],[/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],[M,[G,Qr],[T,fA]],[/(google) (pixelbook( go)?)/i],[G,M],[/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],[M,[G,wt],[T,fA]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[M,"Xperia Tablet"],[G,wt],[T,yA]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[M,[G,J0],[T,yA]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[M,/(.+)/g,"Fire Phone $1"],[G,J0],[T,fA]],[/(playbook);[-\w\),; ]+(rim)/i],[M,G,[T,yA]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[M,[G,uo],[T,fA]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[M,[G,lo],[T,yA]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[M,[G,lo],[T,fA]],[/(nexus 9)/i],[M,[G,"HTC"],[T,yA]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[G,[M,/_/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],[M,[G,"TCL"],[T,yA]],[/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],[M,[G,"TCL"],[T,fA]],[/(itel) ((\w+))/i],[[G,tr],M,[T,we,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[M,[G,"Acer"],[T,yA]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[M,[G,"Meizu"],[T,fA]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[M,[G,"Ulefone"],[T,fA]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[M,[G,"Energizer"],[T,fA]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[M,[G,"Cat"],[T,fA]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[M,[G,"Smartfren"],[T,fA]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[M,[G,"Nothing"],[T,fA]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[M,[G,"Archos"],[T,yA]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[M,[G,"Archos"],[T,fA]],[/; (n159v)/i],[M,[G,"HMD"],[T,fA]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[G,M,[T,yA]],[/(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],[G,M,[T,fA]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[G,M,[T,yA]],[/(surface duo)/i],[M,[G,Wn],[T,yA]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[M,[G,"Fairphone"],[T,fA]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[M,[G,ho],[T,yA]],[/(sprint) (\w+)/i],[G,M,[T,fA]],[/(kin\.[onetw]{3})/i],[[M,/\./g," "],[G,Wn],[T,fA]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[M,[G,qn],[T,yA]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[M,[G,qn],[T,fA]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[G,[T,_A]],[/hbbtv.+maple;(\d+)/i],[[M,/^/,"SmartTV"],[G,gt],[T,_A]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[G,M,[T,_A]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[G,Y0],[T,_A]],[/(apple) ?tv/i],[G,[M,Pr+" TV"],[T,_A]],[/crkey.*devicetype\/chromecast/i],[[M,rr+" Third Generation"],[G,Qr],[T,_A]],[/crkey.*devicetype\/([^/]*)/i],[[M,/^/,"Chromecast "],[G,Qr],[T,_A]],[/fuchsia.*crkey/i],[[M,rr+" Nest Hub"],[G,Qr],[T,_A]],[/crkey/i],[[M,rr],[G,Qr],[T,_A]],[/(portaltv)/i],[M,[G,Zn],[T,_A]],[/droid.+aft(\w+)( bui|\))/i],[M,[G,J0],[T,_A]],[/(shield \w+ tv)/i],[M,[G,ho],[T,_A]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[M,[G,xo],[T,_A]],[/(bravia[\w ]+)( bui|\))/i],[M,[G,wt],[T,_A]],[/(mi(tv|box)-?\w+) bui/i],[M,[G,zn],[T,_A]],[/Hbbtv.*(technisat) (.*);/i],[G,M,[T,_A]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[G,/.+\/(\w+)/,"$1",we,{LG:"lge"}],[M,$0],[T,_A]],[/(playstation \w+)/i],[M,[G,wt],[T,q0]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[M,[G,Wn],[T,q0]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i,/(valve).+(steam deck)/i,/droid.+; ((shield|rgcube|gr0006))( bui|\))/i],[[G,we,{Nvidia:"Shield",Anbernic:"RGCUBE",Logitech:"GR0006"}],M,[T,q0]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[M,[G,gt],[T,ve]],[/((pebble))app/i,/(asus|google|lg|oppo|xiaomi) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[G,M,[T,ve]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[M,[G,Yn],[T,ve]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[M,[G,Pr],[T,ve]],[/(opwwe\d{3})/i],[M,[G,Co],[T,ve]],[/(moto 360)/i],[M,[G,Jn],[T,ve]],[/(smartwatch 3)/i],[M,[G,wt],[T,ve]],[/(g watch r)/i],[M,[G,Y0],[T,ve]],[/droid.+; (wt63?0{2,3})\)/i],[M,[G,qn],[T,ve]],[/droid.+; (glass) \d/i],[M,[G,Qr],[T,W0]],[/(pico) ([\w ]+) os\d/i],[G,M,[T,W0]],[/(quest( \d| pro)?s?).+vr/i],[M,[G,Zn],[T,W0]],[/mobile vr; rv.+firefox/i],[[T,W0]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[G,[T,Qt]],[/(aeobc)\b/i],[M,[G,J0],[T,Qt]],[/(homepod).+mac os/i],[M,[G,Pr],[T,Qt]],[/windows iot/i],[[T,Qt]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[M,[T,_A]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[T,_A]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[M,[T,we,{mobile:"Mobile",xr:"VR","*":yA}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[T,yA]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[T,fA]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[M,[G,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[N,[k,Z0+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[k,N],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[N,[k,"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],[k,N],[/ladybird\//i],[[k,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[N,k]],os:[[/(windows nt) (6\.[23]); arm/i],[[k,/N/,"R"],[N,we,vo]],[/(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],[k,N],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[N,/(;|\))/g,"",we,vo],[k,$n]],[/(windows ce)\/?([\d\.]*)/i],[k,N],[/[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],[[N,/_/g,"."],[k,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[k,"macOS"],[N,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[N,[k,rr+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[N,[k,rr+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[N,[k,rr+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[N,[k,rr+" Linux"]],[/crkey\/([\d\.]+)/i],[N,[k,rr]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[N,k],[/(ubuntu) ([\w\.]+) like android/i],[[k,/(.+)/,"$1 Touch"],N],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[k,N],[/\(bb(10);/i],[N,[k,uo]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[N,[k,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[N,[k,ht+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[N,[k,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[N,we,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[k,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[N,[k,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[k,"Chrome OS"],N],[/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],[k,N],[/(sunos) ?([\d\.]*)/i],[[k,"Solaris"],N],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[k,N]]},z0=(function(){var o={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return Ke.call(o.init,[[te,[k,N,Ft,T]],[Le,[YA]],[pe,[T,M,G]],[he,[k,N]],[se,[k,N]]]),Ke.call(o.isIgnore,[[te,[N,Ft]],[he,[N]],[se,[N]]]),Ke.call(o.isIgnoreRgx,[[te,/ ?browser$/i],[se,/ ?os$/i]]),Ke.call(o.toString,[[te,[k,N]],[Le,[YA]],[pe,[G,M]],[he,[k,N]],[se,[k,N]]]),o})(),Yu=function(o,i){var B=z0.init[i],c=z0.isIgnore[i]||0,Q=z0.isIgnoreRgx[i]||0,d=z0.toString[i]||0;function h(){Ke.call(this,B)}return h.prototype.getItem=function(){return o},h.prototype.withClientHints=function(){return Ur?Ur.getHighEntropyValues(yo).then(function(f){return o.setCH(new mo(f,!1)).parseCH().get()}):o.parseCH().get()},h.prototype.withFeatureCheck=function(){return o.detectFeature().get()},i!=Jr&&(h.prototype.is=function(f){var w=!1;for(var F in this)if(this.hasOwnProperty(F)&&!Ai(c,F)&&tr(Q?zr(Q,this[F]):this[F])==tr(Q?zr(Q,f):f)){if(w=!0,f!=KA.UNDEFINED)break}else if(f==KA.UNDEFINED&&w){w=!w;break}return w},h.prototype.toString=function(){var f=Wr;for(var w in d)typeof this[d[w]]!==KA.UNDEFINED&&(f+=(f?" ":Wr)+this[d[w]]);return f||KA.UNDEFINED}),h.prototype.then=function(f){var w=this,F=function(){for(var v in w)w.hasOwnProperty(v)&&(this[v]=w[v])};F.prototype={is:h.prototype.is,toString:h.prototype.toString,withClientHints:h.prototype.withClientHints,withFeatureCheck:h.prototype.withFeatureCheck};var l=new F;return f(l),l},new h};function mo(o,i){if(o=o||{},Ke.call(this,yo),i)Ke.call(this,[[ti,jn(o[ir])],[ni,jn(o[Ru])],[fA,/\?1/.test(o[Nu])],[M,dt(o[Vu])],[Yr,dt(o[Ho])],[ii,dt(o[Pu])],[YA,dt(o[Mu])],[Fr,jn(o[Gu])],[An,dt(o[ku])]]);else for(var B in o)this.hasOwnProperty(B)&&typeof o[B]!==KA.UNDEFINED&&(this[B]=o[B])}function nr(o,i,B,c){return Ke.call(this,[["itemType",o],["ua",i],["uaCH",c],["rgxMap",B],["data",Yu(this,o)]]),this}nr.prototype.get=function(o){return o?this.data.hasOwnProperty(o)?this.data[o]:void 0:this.data};nr.prototype.set=function(o,i){return this.data[o]=i,this};nr.prototype.setCH=function(o){return this.uaCH=o,this};nr.prototype.detectFeature=function(){if(re&&re.userAgent==this.ua)switch(this.itemType){case te:re.brave&&typeof re.brave.isBrave==KA.FUNCTION&&this.set(k,"Brave");break;case pe:!this.get(T)&&Ur&&Ur[fA]&&this.set(T,fA),this.get(M)=="Macintosh"&&re&&typeof re.standalone!==KA.UNDEFINED&&re.maxTouchPoints&&re.maxTouchPoints>2&&this.set(M,"iPad").set(T,yA);break;case se:!this.get(k)&&Ur&&Ur[Yr]&&this.set(k,Ur[Yr]);break;case Jr:var o=this.data,i=function(B){return o[B].getItem().detectFeature().get()};this.set(te,i(te)).set(Le,i(Le)).set(pe,i(pe)).set(he,i(he)).set(se,i(se))}return this};nr.prototype.parseUA=function(){switch(this.itemType!=Jr&&ri.call(this.data,this.ua,this.rgxMap),this.itemType){case te:this.set(Ft,ei(this.get(N)));break;case se:if(this.get(k)=="iOS"&&this.get(N)=="18.6"){var o=/\) Version\/([\d\.]+)/.exec(this.ua);o&&parseInt(o[1].substring(0,2),10)>=26&&this.set(N,o[1])}break}return this};nr.prototype.parseCH=function(){var o=this.uaCH,i=this.rgxMap;switch(this.itemType){case te:case he:var B=o[ni]||o[ti],c;if(B)for(var Q=0;Q<B.length;Q++){var d=B[Q].brand||B[Q],h=B[Q].version;this.itemType==te&&!/not.a.brand/i.test(d)&&(!c||/Chrom/.test(c)&&d!=Fo||c==Z0&&/WebView2/.test(d))&&(d=we(d,Ju),c=this.get(k),c&&!/Chrom/.test(c)&&/Chrom/.test(d)||this.set(k,d).set(N,h).set(Ft,ei(h)),c=d),this.itemType==he&&d==Fo&&this.set(N,h)}break;case Le:var f=o[YA];f&&(f&&o[An]=="64"&&(f+="64"),ri.call(this.data,f+";",i));break;case pe:if(o[fA]&&this.set(T,fA),o[M]&&(this.set(M,o[M]),!this.get(T)||!this.get(G))){var w={};ri.call(w,"droid 9; "+o[M]+")",i),!this.get(T)&&w.type&&this.set(T,w.type),!this.get(G)&&w.vendor&&this.set(G,w.vendor)}if(o[Fr]){var F;if(typeof o[Fr]!="string")for(var l=0;!F&&l<o[Fr].length;)F=we(o[Fr][l++],po);else F=we(o[Fr],po);this.set(T,F)}break;case se:var v=o[Yr];if(v){var C=o[ii];v==$n&&(C=parseInt(ei(C),10)>=13?"11":"10"),this.set(k,v).set(N,C)}this.get(k)==$n&&o[M]=="Xbox"&&this.set(k,"Xbox").set(N,void 0);break;case Jr:var E=this.data,p=function(I){return E[I].getItem().setCH(o).parseCH().get()};this.set(te,p(te)).set(Le,p(Le)).set(pe,p(pe)).set(he,p(he)).set(se,p(se))}return this};function Ee(o,i,B){if(typeof o===KA.OBJECT?(j0(o,!0)?(typeof i===KA.OBJECT&&(B=i),i=o):(B=o,i=void 0),o=void 0):typeof o===KA.STRING&&!j0(i,!0)&&(B=i,i=void 0),B)if(typeof B.append===KA.FUNCTION){var c={};B.forEach(function(l,v){c[String(v).toLowerCase()]=l}),B=c}else{var Q={};for(var d in B)B.hasOwnProperty(d)&&(Q[String(d).toLowerCase()]=B[d]);B=Q}if(!(this instanceof Ee))return new Ee(o,i,B).getResult();var h=typeof o===KA.STRING?o:B&&B[co]?B[co]:re&&re.userAgent?re.userAgent:Wr,f=new mo(B,!0),w=i?Wu(Eo,i):Eo,F=function(l){return l==Jr?function(){return new nr(l,h,w,f).set("ua",h).set(te,this.getBrowser()).set(Le,this.getCPU()).set(pe,this.getDevice()).set(he,this.getEngine()).set(se,this.getOS()).get()}:function(){return new nr(l,h,w[l],f).parseUA().get()}};return Ke.call(this,[["getBrowser",F(te)],["getCPU",F(Le)],["getDevice",F(pe)],["getEngine",F(he)],["getOS",F(se)],["getResult",F(Jr)],["getUA",function(){return h}],["setUA",function(l){return Ut(l)&&(h=$0(l,Ou)),this}]]).setUA(h),this}Ee.VERSION=Tu;Ee.BROWSER=en([k,N,Ft,T]);Ee.CPU=en([YA]);Ee.DEVICE=en([M,G,T,q0,fA,_A,yA,ve,Qt]);Ee.ENGINE=Ee.OS=en([k,N]);var Io=Ee;function si(){return typeof crypto!="undefined"&&crypto.randomUUID?crypto.randomUUID():Math.random().toString(16).slice(2)+Date.now().toString(16)}var qu=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,o=>{let i=Math.random()*16|0;return(o==="x"?i:i&3|8).toString(16)}),ai=o=>o===null||typeof o!="object"?JSON.stringify(o):Array.isArray(o)?"["+o.map(ai).join(",")+"]":"{"+Object.keys(o).filter(B=>o[B]!==void 0).sort().map(B=>JSON.stringify(B)+":"+ai(o[B])).join(",")+"}",oi=class{constructor(){this.cfg=null,this.deviceId=null,this.sessionId=null,this.sessionStartTime=null,this.sessionReady=!1,this._booting=!1,this._disabled=!1,this.pendingEvents=[],this.batchQueue=[],this.scrollFired=!1,this._initialized=!1,this._flushTimer=null,this.indexId=0,this._indexKey=null,this._lastShotAt=0,this._shotInFlight=!1,this.batchConfig={eventsBatchSize:10,flushIntervalMs:5e3,sessionTimeout:3e5}}_getAppPackageName(){try{return window.location.hostname.replace(/^www\./i,"").toLowerCase()}catch{return"unknown"}}_getLanguageCode(i){return i?i.split("-")[0].toLowerCase():"not_found"}_isLikelyBot(){try{let i=navigator.userAgent||"",B=/bot|crawler|spider|crawling|googlebot|bingbot|yandexbot|duckduckbot|baiduspider|facebookexternalhit|twitterbot|linkedinbot|whatsapp|telegrambot|pinterest|ahrefs|semrush|mj12bot|dotbot|petalbot|bytespider|gptbot|ccbot|claudebot|perplexitybot|headlesschrome|puppeteer|playwright|phantomjs|lighthouse|pagespeed|gtmetrix|pingdom/i;return!!(!i||B.test(i)||navigator.webdriver===!0)}catch{return!1}}init(i){var f,w,F,l;if(typeof window=="undefined"||this._initialized)return;this._initialized=!0;let B=i.apiBaseUrl||i.endpoint||i.socketUrl||"https://api.twinalyze.com",c=B.endsWith("/")?B.slice(0,-1):B,Q={enabled:!1,apiUrl:(w=(f=i.screenActivity)==null?void 0:f.apiUrl)!=null?w:`${c}/api/app/screenActivity/screenActivityDetails_post`,captureOn:["pageView","elementClick","formStart","formSubmit","scrollDepth","searchResultsView","customEvent"],throttleMs:2e3,jpegQuality:.7},d=typeof i.screenActivity=="object"?{...Q,...i.screenActivity}:{...Q};if(this.cfg={apiKey:i.apiKey,secretKey:i.secretKey,version:i.version,apiBaseUrl:c,debug:i.debug!==!1,encrypt:i.encrypt!==!1,persistSession:i.persistSession!==!1,sessionKey:"twinalyze_session_id",source:i.source||"web",indexId:(F=i.indexId)!=null?F: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"]},...i.enhancedMeasurement||{}},screenActivity:d},!this.cfg.apiKey){console.log("[Twinalyze] \u274C Missing apiKey");return}if(this._isLikelyBot()){this._disabled=!0,this.sessionReady=!1,this.pendingEvents=[],this.batchQueue=[],(l=this.cfg)!=null&&l.debug&&console.log("[Twinalyze] \u{1F916} Bot detected. SDK stopped.",{userAgent:navigator.userAgent,webdriver:navigator.webdriver===!0});return}this.deviceId=this._getOrCreateDeviceId();let h="twinalyze_session_start_time";this.cfg.persistSession&&(this.sessionId=sessionStorage.getItem(this.cfg.sessionKey)||null,this.sessionStartTime=sessionStorage.getItem(h)||null),this.sessionId?this.sessionStartTime||(this.sessionStartTime=new Date().toISOString(),this.cfg.persistSession&&sessionStorage.setItem(h,this.sessionStartTime)):(this.sessionId=`sess_${si()}`,this.sessionStartTime=new Date().toISOString(),this.cfg.persistSession&&(sessionStorage.setItem(this.cfg.sessionKey,this.sessionId),sessionStorage.setItem(h,this.sessionStartTime))),this._setupEnhancedMeasurement(),this._loadAndSendUnsentEvents(),this._setupVisibilityAndUnloadHandlers(),this._startFlow()}track(i,B={}){var c;if(!this._disabled&&!(this.cfg&&this.cfg.manualEventStatus===!1)){if((c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze][CUSTOM]",i,B),!this.sessionReady){this.pendingEvents.push({eventName:i,properties:{...this._pageContext(),...B},ts:Date.now(),eventType:"manual"});return}this._emitEventAdd(i,{...this._pageContext(),...B},"manual")}}async _startFlow(){if(!this._disabled&&!this._booting){this._booting=!0;try{let i=await this._fetchApi("/api/web/sdk/init",{});if(this.cfg.debug&&console.log("[Twinalyze][FLOW] initRes: HAR HAR MAHADEV",i),!i||i.success===!1){this._disabled=!0,this.sessionReady=!1,this.cfg.screenActivity.enabled=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (init failed)");return}let B=i.data||{};this.cfg.screenActivity.enabled=!1,B.eventData?(this.cfg.autoEventStatus=B.eventData.autoEventStatus!==!1,this.cfg.manualEventStatus=B.eventData.manualEventStatus!==!1):(this.cfg.autoEventStatus=!0,this.cfg.manualEventStatus=!0),B.eventsBatchConfig&&(this.batchConfig={eventsBatchSize:B.eventsBatchConfig.eventsBatchSize||10,flushIntervalMs:B.eventsBatchConfig.flushIntervalMs||5e3,sessionTimeout:B.eventsBatchConfig.sessionTimeout||3e5}),this._initIndexId();let c={properties:this._userProperties(),deviceProperties:this._deviceProperties()},Q=await this._fetchApi("/api/web/sdk/identify",c);if(this.cfg.debug&&console.log("[Twinalyze][FLOW] identifyRes:",Q),!Q||Q.success===!1){this._disabled=!0,this.sessionReady=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (identify failed)");return}this.sessionReady=!0,this.pendingEvents.length>0&&this.pendingEvents.splice(0,this.pendingEvents.length).forEach(h=>this._emitEventAdd(h.eventName,h.properties||{},h.eventType||"auto"))}finally{this._booting=!1}}}async _fetchApi(i,B){var p;if(this._disabled||this._isLikelyBot())return(p=this.cfg)!=null&&p.debug&&console.log("[Twinalyze][API] skipped because bot/disabled",i),null;let c=`${this.cfg.apiBaseUrl}${i}`,Q=qu(),d=new Date().toISOString(),h=B?JSON.stringify(B):"{}",f=ai(JSON.parse(h)),w=vt.default.SHA256(f).toString(vt.default.enc.Hex),l=["POST",i,d,Q,this.deviceId,w].join(`
6
+ `),v=this.cfg.secretKey||"",C=vt.default.HmacSHA256(l,v).toString(vt.default.enc.Hex);this.cfg.debug&&console.log("[Twinalyze][API] Request signing trace:",{endpoint:i,nonce:Q,timestamp:d,canonicalBody:f,bodyHash:w,baseString:l,signature:C});let E={"Content-Type":"application/json","x-deviceId":this.deviceId,"x-api-key":this.cfg.apiKey,"x-analytics-sdk-version":this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":"","x-app-package-name":this._getAppPackageName(),"x-platform":"javascript","x-app-version-name":"1.0.0","x-app-version-mode":this.cfg.debug?"debug":"release","x-sdk-version":"latest","x-timestamp":d,"x-nonce":Q,"x-signature":C};try{return await(await fetch(c,{method:"POST",headers:E,body:h,keepalive:!0})).json()}catch(I){return this.cfg.debug&&console.log(`[Twinalyze][API] Error calling ${i}:`,I),null}}async _waitForRenderStable(){var B;await new Promise(c=>requestAnimationFrame(()=>requestAnimationFrame(c)));try{(B=document.fonts)!=null&&B.ready&&await document.fonts.ready}catch{}let i=Array.from(document.images||[]).filter(c=>!c.complete);await Promise.allSettled(i.map(c=>new Promise(Q=>{c.addEventListener("load",Q,{once:!0}),c.addEventListener("error",Q,{once:!0})})))}async _captureViewportJpegBlob(){var d,h,f;await this._waitForRenderStable();let i=(((d=this.cfg.screenActivity)==null?void 0:d.capture)||"viewport")==="viewport",B=Math.min(2,window.devicePixelRatio||1),c=await(0,Do.default)(document.documentElement,{useCORS:!0,allowTaint:!1,backgroundColor:"#ffffff",logging:!1,...i?{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:B,onclone:w=>{let F=w.createElement("style");F.textContent=`
7
7
  * { animation: none !important; transition: none !important; caret-color: transparent !important; }
8
- `,w.head.appendChild(F)}}),Q=(B=(h=this.cfg.screenActivity)==null?void 0:h.maxWidth)!=null?B:1280;if(c.width>Q){let w=Q/c.width,F=document.createElement("canvas");return F.width=Math.round(c.width*w),F.height=Math.round(c.height*w),F.getContext("2d").drawImage(c,0,0,F.width,F.height),await new Promise(l=>{var v,C;return F.toBlob(l,"image/jpeg",(C=(v=this.cfg.screenActivity)==null?void 0:v.jpegQuality)!=null?C:.7)})}return await new Promise(w=>{var F,l;return c.toBlob(w,"image/jpeg",(l=(F=this.cfg.screenActivity)==null?void 0:F.jpegQuality)!=null?l:.7)})}async _uploadScreenActivity({eventName:i,properties:f}){var d,h,B;if(!((d=this.cfg.screenActivity)!=null&&d.enabled)||!this.sessionReady)return;let c=Date.now(),Q=(B=(h=this.cfg.screenActivity)==null?void 0:h.throttleMs)!=null?B:2e3;if(!(c-this._lastShotAt<Q)&&!this._shotInFlight){this._shotInFlight=!0,this._lastShotAt=c;try{let w=await this._captureViewportJpegBlob();if(!w)return;let F=new FormData;F.append("apiKey",this.cfg.apiKey),F.append("screenName",document.title||"unknown"),F.append("identifier",JSON.stringify(f||{})),F.append("appInfo",JSON.stringify({appVersion:this.cfg.version||"1.0.0",platform:"javascript"})),F.append("description",i||"event"),F.append("image",w,`shot_${Date.now()}.jpg`);let l={"x-deviceId":this.deviceId,"x-api-key":this.cfg.apiKey,"x-analytics-sdk-version":this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":"","x-app-package-name":this._getAppPackageName(),"x-platform":"javascript","x-app-version-name":"1.0.0","x-app-version-mode":this.cfg.debug?"debug":"release","x-sdk-version":"latest"};await fetch(this.cfg.screenActivity.apiUrl,{method:"POST",headers:l,body:F})}catch(w){this.cfg.debug&&console.log("[Twinalyze][SCREENSHOT] error:",(w==null?void 0:w.message)||w)}finally{this._shotInFlight=!1}}}_emitEventAdd(i,f={},c="auto"){if(!this.sessionReady)return;this._checkSessionTimeoutBeforeEvent(),this._indexKey==null&&this._initIndexId();let Q=this._nextIndexId(),d={uniqueSessionId:this.sessionId,date:new Date().toISOString(),eventType:c,eventName:i,properties:{eventName:i,...f},indexId:Q,source:this.cfg.source};this.batchQueue.length===0&&(this._flushTimer&&clearTimeout(this._flushTimer),this._flushTimer=setTimeout(()=>this._flushBatchQueue(),this.batchConfig.flushIntervalMs)),this.batchQueue.push(d),this.cfg.debug&&console.log("[Twinalyze][EVENT_QUEUED]",i,f,Q),this.batchQueue.length>=this.batchConfig.eventsBatchSize&&this._flushBatchQueue()}async _flushBatchQueue(){if(this._flushTimer&&(clearTimeout(this._flushTimer),this._flushTimer=null),!this.sessionReady||!this.batchQueue.length)return;let i=this.batchQueue.splice(0,this.batchQueue.length);this.cfg.debug&&console.log(`[Twinalyze][FLUSHING] ${i.length} events...`);let f={eventsBatch:[{events:i.map(Q=>({appInfo:{appVersion:this.cfg.version||"1.0.0",platform:"javascript"},date:Q.date,eventName:Q.eventName,eventType:Q.eventType,indexId:Q.indexId,properties:Q.properties})),startDate:this.sessionStartTime||i[0].date,uniqueSessionId:this.sessionId}]},c=await this._fetchApi("/api/web/sdk/eventsBatch",f);this.cfg.debug&&console.log("[Twinalyze][FLUSH_RES]",c),(!c||c.success===!1)&&this.cfg.debug&&console.log("[Twinalyze][FLUSH_FAIL] events dropped")}_trackAuto(i,f={}){var c;if(!this._disabled&&!(this.cfg&&this.cfg.autoEventStatus===!1)){if((c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze][AUTO]",i,f),!this.sessionReady){this.pendingEvents.push({eventName:i,properties:f,ts:Date.now(),eventType:"auto"});return}this._emitEventAdd(i,f,"auto")}}_setupEnhancedMeasurement(){let i=this.cfg.enhancedMeasurement||{};if(i.pageViews){let f=this._pageViewInfo();this._trackAuto("pageView",f);let c=()=>{this.scrollFired=!1;let h=this._pageViewInfo();this._trackAuto("pageView",h),this._fireSiteSearch()},Q=history.pushState,d=history.replaceState;history.pushState=(...h)=>{Q.apply(history,h),c()},history.replaceState=(...h)=>{d.apply(history,h),c()},window.addEventListener("popstate",c)}if(i.scrolls&&window.addEventListener("scroll",()=>{if(this.scrollFired)return;let f=document.documentElement,c=window.scrollY||f.scrollTop,Q=f.scrollHeight-f.clientHeight;if(Q<=0)return;let d=Math.round(c/Q*100);d>=90&&(this.scrollFired=!0,this._trackAuto("scrollDepth",{scrollPercent:d,...this._pageContext()}))},{passive:!0}),i.outboundClicks&&document.addEventListener("click",f=>{var w,F,l;let c=this._getClickTarget(f);if(!c)return;let Q=c.el,d=(Q.tagName||"").toLowerCase(),h=this._getTextFromElement(Q),B={clickType:c.kind,elementTag:d,elementText:h||"not_found",elementId:Q.id||null,elementName:((w=Q.getAttribute)==null?void 0:w.call(Q,"name"))||null,elementRole:((F=Q.getAttribute)==null?void 0:F.call(Q,"role"))||null,...this._pageContext&&this._pageContext()||{}};if(c.kind==="link"){let v=Q.getAttribute("href")||"";if(/^(javascript:|mailto:|tel:)/i.test(v))return;let C;try{C=new URL(Q.href)}catch{return}B.linkUrl=C.href,B.linkDomain=C.hostname,B.linkPath=C.pathname,B.isExternalLink=C.hostname!==location.hostname}c.kind==="button"&&(B.buttonType=((l=Q.getAttribute)==null?void 0:l.call(Q,"type"))||null,B.disabled=!!Q.disabled),this._trackAuto("elementClick",B)},!0),i.siteSearch&&this._fireSiteSearch(),i.formInteractions){let f=new WeakSet;document.addEventListener("focusin",c=>{let Q=c.target&&c.target.closest?c.target.closest("form"):null;!Q||f.has(Q)||(f.add(Q),this._trackAuto("formStart",{formId:Q.id||void 0,formName:Q.getAttribute("name")||void 0,formActionUrl:Q.action||void 0,...this._pageContext()}))}),document.addEventListener("submit",c=>{let Q=c.target;Q&&this._trackAuto("formSubmit",{formStatus:"success",formActionUrl:Q.action||void 0,formDestinationUrl:location.href,formId:Q.id||void 0,formName:Q.getAttribute("name")||void 0,...this._pageContext()})},!0)}if(i.fileDownloads&&i.fileDownloads.extensions){let f=i.fileDownloads.extensions.map(c=>String(c).toLowerCase());document.addEventListener("click",c=>{let Q=c.target&&c.target.closest?c.target.closest("a"):null;if(!Q||!Q.href)return;let d=Q.href.split("?")[0].toLowerCase(),h=d.split(".").pop()||"";f.includes(h)&&this._trackAuto("fileDownload",{linkUrl:Q.href,fileExtension:h,fileName:d.split("/").pop(),...this._pageContext()})},!0)}}_fireSiteSearch(){let i=this.cfg.enhancedMeasurement||{};if(!i.siteSearch)return;let f=i.siteSearch.params||["q","s","search","query"],c=new URLSearchParams(location.search),Q=f.find(h=>c.get(h)),d=Q?c.get(Q):null;d&&d.trim()&&this._trackAuto("searchResultsView",{searchKey:Q,searchTerm:d.trim(),searchUrl:location.href,...this._pageContext()})}_getTextFromElement(i){var d,h;if(!i)return null;let f=(d=i.getAttribute)==null?void 0:d.call(i,"aria-label");if(f&&f.trim())return f.trim();let c=(h=i.getAttribute)==null?void 0:h.call(i,"title");if(c&&c.trim())return c.trim();let Q=(i.innerText||i.textContent||"").trim();return Q?Q.length>80?Q.slice(0,80):Q:null}_cssPath(i){if(!i||!i.tagName)return null;let f=[],c=i,Q=0;for(;c&&c.nodeType===1&&Q<5;){let d=c.tagName.toLowerCase();if(c.id){d+=`#${c.id}`,f.unshift(d);break}let h=c.className&&typeof c.className=="string"?c.className.trim().split(/\s+/).slice(0,2).join("."):"";h&&(d+=`.${h}`),f.unshift(d),c=c.parentElement,Q++}return f.join(" > ")}_getClickTarget(i){let f=typeof i.composedPath=="function"?i.composedPath():null,c=f&&f.length?f[0]:i.target,Q=(F,l)=>F&&F.closest?F.closest(l):null,d=Q(c,"a[href]");if(d)return{el:d,kind:"link"};let h=Q(c,'button, input[type="button"], input[type="submit"], input[type="reset"], [role="button"]');if(h)return{el:h,kind:"button"};let B=Q(c,'[role="menuitem"], [role="menuitemradio"], [role="menuitemcheckbox"], [role="option"]');if(B)return{el:B,kind:"dropdown_item"};let w=Q(c,'[role="link"], [tabindex]:not([tabindex="-1"]), [aria-haspopup], [contenteditable="true"]');return w?{el:w,kind:"interactive"}:null}_deviceProperties(){var d,h,B,w,F,l,v;let f=new Io(navigator.userAgent).getResult(),c=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return{device_screen_mode:(h=(d=window.matchMedia)==null?void 0:d.call(window,"(prefers-color-scheme: dark)"))!=null&&h.matches?"dark":"light",is_data_on:navigator.onLine?"true":"false",screen_width:String(screen.width),screen_height:String(screen.height),viewport_width:String(window.innerWidth),viewport_height:String(window.innerHeight),color_depth:String(screen.colorDepth||"not_found"),browser_name:((B=f.browser)==null?void 0:B.name)||"not_found",browser_version:((w=f.browser)==null?void 0:w.version)||"not_found",os_name:((F=f.os)==null?void 0:F.name)||"not_found",os_version:((l=f.os)==null?void 0:l.version)||"not_found",app_language:navigator.language||"not_found",cpu_cores:navigator.hardwareConcurrency!=null?String(navigator.hardwareConcurrency):"not_found",touch_points:navigator.maxTouchPoints!=null?String(navigator.maxTouchPoints):"0",network_type:(c==null?void 0:c.effectiveType)||"not_found",network_speed_mbps:(c==null?void 0:c.downlink)!=null?String(c.downlink):"not_found",network_latency_ms:(c==null?void 0:c.rtt)!=null?String(c.rtt):"not_found",data_saver_enabled:(c==null?void 0:c.saveData)!=null?String(c.saveData):"not_found",user_agent:navigator.userAgent,analytics_version:((v=this.cfg)==null?void 0:v.version)||"not_found"}}_normalizeUrl(i){if(!i)return i;try{let f=new URL(i),c=new URLSearchParams,Q=["source","medium","campaign","term","content"];for(let[d,h]of f.searchParams.entries())d.toLowerCase().startsWith("utm")?c.set(d.toLowerCase(),h):Q.includes(d.toLowerCase())?c.set("utm_"+d.toLowerCase(),h):c.set(d,h);return f.search=c.toString(),f.href}catch{return i}}_userProperties(){var w;let f=new Io(navigator.userAgent).getResult(),c=this._normalizeUrl(location.href),d=new URL(c).searchParams,h=F=>d.get(F),B="not_found";return{device_type:((w=f.device)==null?void 0:w.type)||(matchMedia("(pointer:coarse)").matches?"mobile":"desktop"),density:String(window.devicePixelRatio||1),timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone||"not_found",ram:navigator.deviceMemory!=null?String(navigator.deviceMemory):"not_found",device_language:navigator.language||"not_found",landing_url:c,utm_source:h("utm_source")||B,utm_medium:h("utm_medium")||B,utm_campaign:h("utm_campaign")||B,utm_term:h("utm_term")||B,utm_content:h("utm_content")||B,utm_gclid:h("gclid")||B,utm_fbclid:h("fbclid")||B,utm_msclkid:h("msclkid")||B}}_initIndexId(){this._indexKey=`twinalyze_index_${this.sessionId}`,this.indexId=parseInt(sessionStorage.getItem(this._indexKey)||"0",10),Number.isNaN(this.indexId)&&(this.indexId=0)}_nextIndexId(){return this.indexId+=1,this._indexKey&&sessionStorage.setItem(this._indexKey,String(this.indexId)),this.indexId}_getLastEventTime(){try{return parseInt(sessionStorage.getItem("twinalyze_last_event_time")||"0",10)}catch{return 0}}_setLastEventTime(){try{sessionStorage.setItem("twinalyze_last_event_time",String(Date.now()))}catch{}}_createNewSessionAfterIdle(){var f,c;let i="twinalyze_session_start_time";this.sessionId=`sess_${si()}`,this.sessionStartTime=new Date().toISOString(),((f=this.cfg)==null?void 0:f.persistSession)!==!1&&(sessionStorage.setItem(this.cfg.sessionKey,this.sessionId),sessionStorage.setItem(i,this.sessionStartTime)),this._indexKey=null,this.indexId=0,this._initIndexId(),(c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze][SESSION] New session created after idle:",this.sessionId)}_checkSessionTimeoutBeforeEvent(){var c;let i=this._getLastEventTime(),f=((c=this.batchConfig)==null?void 0:c.sessionTimeout)||3e5;i&&Date.now()-i>f&&this._createNewSessionAfterIdle(),this._setLastEventTime()}_getOrCreateDeviceId(){let i="twinalyze_device_id",f=localStorage.getItem(i);if(f)return f;let c=si();return localStorage.setItem(i,c),c}_pageContext(){let i="twinalyze_last_page_location",f=document.title,c=this._normalizeUrl(location.href),Q=location.hostname,d=location.pathname,B=sessionStorage.getItem(i)||document.referrer||null,w="direct";if(B)try{w=new URL(B).hostname===Q?"internal":"external"}catch{w="external"}return{pageTitle:f,pageDomain:Q,pageUrl:c,pagePath:d,previousPageUrl:B&&this._normalizeUrl(B),previousPageType:w}}_pageViewInfo(){let i="twinalyze_last_page_location",f=this._pageContext();return sessionStorage.setItem(i,f.pageUrl),{...f}}_saveUnsentEvents(){var i;try{let f=[...this.pendingEvents,...this.batchQueue];f.length>0?localStorage.setItem("twinalyze_unsent_events",JSON.stringify(f)):localStorage.removeItem("twinalyze_unsent_events")}catch(f){(i=this.cfg)!=null&&i.debug&&console.log("[Twinalyze] Error saving unsent events:",f)}}_loadAndSendUnsentEvents(){var i,f;try{let c=localStorage.getItem("twinalyze_unsent_events");if(c){let Q=JSON.parse(c);localStorage.removeItem("twinalyze_unsent_events"),Array.isArray(Q)&&Q.length>0&&((i=this.cfg)!=null&&i.debug&&console.log(`[Twinalyze] Loaded ${Q.length} unsent events from localStorage`),Q.forEach(d=>{this.sessionReady?this._emitEventAdd(d.eventName,d.properties||{},d.eventType||"auto"):this.pendingEvents.push(d)}))}}catch(c){(f=this.cfg)!=null&&f.debug&&console.log("[Twinalyze] Error loading unsent events:",c)}}_setupVisibilityAndUnloadHandlers(){let i=()=>{var c,Q;(c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze] Visibility changed or page hiding. Flushing events...");let f=this.sessionReady;!this.sessionReady&&this.pendingEvents.length>0&&((Q=this.cfg)!=null&&Q.debug&&console.log("[Twinalyze] Force flushing pending events on unload..."),this.pendingEvents.splice(0,this.pendingEvents.length).forEach(h=>{this._indexKey==null&&this._initIndexId();let B=this._nextIndexId();this.batchQueue.push({uniqueSessionId:this.sessionId,date:new Date(h.ts||Date.now()).toISOString(),eventType:h.eventType||"auto",eventName:h.eventName,properties:{eventName:h.eventName,...h.properties},indexId:B,source:this.cfg.source})}),this.sessionReady=!0),this.batchQueue.length>0&&this._flushBatchQueue(),f||(this.sessionReady=f),this._saveUnsentEvents()};document.addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&i()}),window.addEventListener("pagehide",()=>{i()})}},bo=new oi,Zu=["init","track"],ju=Object.fromEntries(Zu.map(o=>[o,bo[o].bind(bo)]));var Ko=ju;var Bi=Ko;typeof window!="undefined"&&(window.twinalyze=Bi,window.TwinalyzeAnalytics=Bi);var ig=Bi;})();
8
+ `,w.head.appendChild(F)}}),Q=(f=(h=this.cfg.screenActivity)==null?void 0:h.maxWidth)!=null?f:1280;if(c.width>Q){let w=Q/c.width,F=document.createElement("canvas");return F.width=Math.round(c.width*w),F.height=Math.round(c.height*w),F.getContext("2d").drawImage(c,0,0,F.width,F.height),await new Promise(l=>{var v,C;return F.toBlob(l,"image/jpeg",(C=(v=this.cfg.screenActivity)==null?void 0:v.jpegQuality)!=null?C:.7)})}return await new Promise(w=>{var F,l;return c.toBlob(w,"image/jpeg",(l=(F=this.cfg.screenActivity)==null?void 0:F.jpegQuality)!=null?l:.7)})}async _uploadScreenActivity({eventName:i,properties:B}){var d,h,f;if(!((d=this.cfg.screenActivity)!=null&&d.enabled)||!this.sessionReady)return;let c=Date.now(),Q=(f=(h=this.cfg.screenActivity)==null?void 0:h.throttleMs)!=null?f:2e3;if(!(c-this._lastShotAt<Q)&&!this._shotInFlight){this._shotInFlight=!0,this._lastShotAt=c;try{let w=await this._captureViewportJpegBlob();if(!w)return;let F=new FormData;F.append("apiKey",this.cfg.apiKey),F.append("screenName",document.title||"unknown"),F.append("identifier",JSON.stringify(B||{})),F.append("appInfo",JSON.stringify({appVersion:this.cfg.version||"1.0.0",platform:"javascript"})),F.append("description",i||"event"),F.append("image",w,`shot_${Date.now()}.jpg`);let l={"x-deviceId":this.deviceId,"x-api-key":this.cfg.apiKey,"x-analytics-sdk-version":this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":"","x-app-package-name":this._getAppPackageName(),"x-platform":"javascript","x-app-version-name":"1.0.0","x-app-version-mode":this.cfg.debug?"debug":"release","x-sdk-version":"latest"};await fetch(this.cfg.screenActivity.apiUrl,{method:"POST",headers:l,body:F})}catch(w){this.cfg.debug&&console.log("[Twinalyze][SCREENSHOT] error:",(w==null?void 0:w.message)||w)}finally{this._shotInFlight=!1}}}_emitEventAdd(i,B={},c="auto"){if(!this.sessionReady)return;this._checkSessionTimeoutBeforeEvent(),this._indexKey==null&&this._initIndexId();let Q=this._nextIndexId(),d={uniqueSessionId:this.sessionId,date:new Date().toISOString(),eventType:c,eventName:i,properties:{eventName:i,...B},indexId:Q,source:this.cfg.source};this.batchQueue.length===0&&(this._flushTimer&&clearTimeout(this._flushTimer),this._flushTimer=setTimeout(()=>this._flushBatchQueue(),this.batchConfig.flushIntervalMs)),this.batchQueue.push(d),this.cfg.debug&&console.log("[Twinalyze][EVENT_QUEUED]",i,B,Q),this.batchQueue.length>=this.batchConfig.eventsBatchSize&&this._flushBatchQueue()}async _flushBatchQueue(){if(this._flushTimer&&(clearTimeout(this._flushTimer),this._flushTimer=null),!this.sessionReady||!this.batchQueue.length)return;let i=this.batchQueue.splice(0,this.batchQueue.length);this.cfg.debug&&console.log(`[Twinalyze][FLUSHING] ${i.length} events...`);let B={eventsBatch:[{events:i.map(Q=>({appInfo:{appVersion:this.cfg.version||"1.0.0",platform:"javascript"},date:Q.date,eventName:Q.eventName,eventType:Q.eventType,indexId:Q.indexId,properties:Q.properties})),startDate:this.sessionStartTime||i[0].date,uniqueSessionId:this.sessionId}]},c=await this._fetchApi("/api/web/sdk/eventsBatch",B);this.cfg.debug&&console.log("[Twinalyze][FLUSH_RES]",c),(!c||c.success===!1)&&this.cfg.debug&&console.log("[Twinalyze][FLUSH_FAIL] events dropped")}_trackAuto(i,B={}){var c;if(!this._disabled&&!(this.cfg&&this.cfg.autoEventStatus===!1)){if((c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze][AUTO]",i,B),!this.sessionReady){this.pendingEvents.push({eventName:i,properties:B,ts:Date.now(),eventType:"auto"});return}this._emitEventAdd(i,B,"auto")}}_setupEnhancedMeasurement(){let i=this.cfg.enhancedMeasurement||{};if(i.pageViews){let B=this._pageViewInfo();this._trackAuto("pageView",B);let c=()=>{this.scrollFired=!1;let h=this._pageViewInfo();this._trackAuto("pageView",h),this._fireSiteSearch()},Q=history.pushState,d=history.replaceState;history.pushState=(...h)=>{Q.apply(history,h),c()},history.replaceState=(...h)=>{d.apply(history,h),c()},window.addEventListener("popstate",c)}if(i.scrolls&&window.addEventListener("scroll",()=>{if(this.scrollFired)return;let B=document.documentElement,c=window.scrollY||B.scrollTop,Q=B.scrollHeight-B.clientHeight;if(Q<=0)return;let d=Math.round(c/Q*100);d>=90&&(this.scrollFired=!0,this._trackAuto("scrollDepth",{scrollPercent:d,...this._pageContext()}))},{passive:!0}),i.outboundClicks&&document.addEventListener("click",B=>{var w,F,l;let c=this._getClickTarget(B);if(!c)return;let Q=c.el,d=(Q.tagName||"").toLowerCase(),h=this._getTextFromElement(Q),f={clickType:c.kind,elementTag:d,elementText:h||"not_found",elementId:Q.id||null,elementName:((w=Q.getAttribute)==null?void 0:w.call(Q,"name"))||null,elementRole:((F=Q.getAttribute)==null?void 0:F.call(Q,"role"))||null,...this._pageContext&&this._pageContext()||{}};if(c.kind==="link"){let v=Q.getAttribute("href")||"";if(/^(javascript:|mailto:|tel:)/i.test(v))return;let C;try{C=new URL(Q.href)}catch{return}f.linkUrl=C.href,f.linkDomain=C.hostname,f.linkPath=C.pathname,f.isExternalLink=C.hostname!==location.hostname}c.kind==="button"&&(f.buttonType=((l=Q.getAttribute)==null?void 0:l.call(Q,"type"))||null,f.disabled=!!Q.disabled),this._trackAuto("elementClick",f)},!0),i.siteSearch&&this._fireSiteSearch(),i.formInteractions){let B=new WeakSet;document.addEventListener("focusin",c=>{let Q=c.target&&c.target.closest?c.target.closest("form"):null;!Q||B.has(Q)||(B.add(Q),this._trackAuto("formStart",{formId:Q.id||void 0,formName:Q.getAttribute("name")||void 0,formActionUrl:Q.action||void 0,...this._pageContext()}))}),document.addEventListener("submit",c=>{let Q=c.target;Q&&this._trackAuto("formSubmit",{formStatus:"success",formActionUrl:Q.action||void 0,formDestinationUrl:location.href,formId:Q.id||void 0,formName:Q.getAttribute("name")||void 0,...this._pageContext()})},!0)}if(i.fileDownloads&&i.fileDownloads.extensions){let B=i.fileDownloads.extensions.map(c=>String(c).toLowerCase());document.addEventListener("click",c=>{let Q=c.target&&c.target.closest?c.target.closest("a"):null;if(!Q||!Q.href)return;let d=Q.href.split("?")[0].toLowerCase(),h=d.split(".").pop()||"";B.includes(h)&&this._trackAuto("fileDownload",{linkUrl:Q.href,fileExtension:h,fileName:d.split("/").pop(),...this._pageContext()})},!0)}}_fireSiteSearch(){let i=this.cfg.enhancedMeasurement||{};if(!i.siteSearch)return;let B=i.siteSearch.params||["q","s","search","query"],c=new URLSearchParams(location.search),Q=B.find(h=>c.get(h)),d=Q?c.get(Q):null;d&&d.trim()&&this._trackAuto("searchResultsView",{searchKey:Q,searchTerm:d.trim(),searchUrl:location.href,...this._pageContext()})}_getTextFromElement(i){var d,h;if(!i)return null;let B=(d=i.getAttribute)==null?void 0:d.call(i,"aria-label");if(B&&B.trim())return B.trim();let c=(h=i.getAttribute)==null?void 0:h.call(i,"title");if(c&&c.trim())return c.trim();let Q=(i.innerText||i.textContent||"").trim();return Q?Q.length>80?Q.slice(0,80):Q:null}_cssPath(i){if(!i||!i.tagName)return null;let B=[],c=i,Q=0;for(;c&&c.nodeType===1&&Q<5;){let d=c.tagName.toLowerCase();if(c.id){d+=`#${c.id}`,B.unshift(d);break}let h=c.className&&typeof c.className=="string"?c.className.trim().split(/\s+/).slice(0,2).join("."):"";h&&(d+=`.${h}`),B.unshift(d),c=c.parentElement,Q++}return B.join(" > ")}_getClickTarget(i){let B=typeof i.composedPath=="function"?i.composedPath():null,c=B&&B.length?B[0]:i.target,Q=(F,l)=>F&&F.closest?F.closest(l):null,d=Q(c,"a[href]");if(d)return{el:d,kind:"link"};let h=Q(c,'button, input[type="button"], input[type="submit"], input[type="reset"], [role="button"]');if(h)return{el:h,kind:"button"};let f=Q(c,'[role="menuitem"], [role="menuitemradio"], [role="menuitemcheckbox"], [role="option"]');if(f)return{el:f,kind:"dropdown_item"};let w=Q(c,'[role="link"], [tabindex]:not([tabindex="-1"]), [aria-haspopup], [contenteditable="true"]');return w?{el:w,kind:"interactive"}:null}_deviceProperties(){var d,h,f,w,F,l,v;let B=new Io(navigator.userAgent).getResult(),c=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return{device_screen_mode:(h=(d=window.matchMedia)==null?void 0:d.call(window,"(prefers-color-scheme: dark)"))!=null&&h.matches?"dark":"light",is_data_on:navigator.onLine?"true":"false",screen_width:String(screen.width),screen_height:String(screen.height),viewport_width:String(window.innerWidth),viewport_height:String(window.innerHeight),color_depth:String(screen.colorDepth||"not_found"),browser_name:((f=B.browser)==null?void 0:f.name)||"not_found",browser_version:((w=B.browser)==null?void 0:w.version)||"not_found",os_name:((F=B.os)==null?void 0:F.name)||"not_found",os_version:((l=B.os)==null?void 0:l.version)||"not_found",app_language:this._getLanguageCode(navigator.language),cpu_cores:navigator.hardwareConcurrency!=null?String(navigator.hardwareConcurrency):"not_found",touch_points:navigator.maxTouchPoints!=null?String(navigator.maxTouchPoints):"0",network_type:(c==null?void 0:c.effectiveType)||"not_found",network_speed_mbps:(c==null?void 0:c.downlink)!=null?String(c.downlink):"not_found",network_latency_ms:(c==null?void 0:c.rtt)!=null?String(c.rtt):"not_found",data_saver_enabled:(c==null?void 0:c.saveData)!=null?String(c.saveData):"not_found",user_agent:navigator.userAgent,analytics_version:((v=this.cfg)==null?void 0:v.version)||"not_found"}}_normalizeUrl(i){if(!i)return i;try{let B=new URL(i),c=new URLSearchParams,Q=["source","medium","campaign","term","content"];for(let[d,h]of B.searchParams.entries())d.toLowerCase().startsWith("utm")?c.set(d.toLowerCase(),h):Q.includes(d.toLowerCase())?c.set("utm_"+d.toLowerCase(),h):c.set(d,h);return B.search=c.toString(),B.href}catch{return i}}_userProperties(){var F;let B=new Io(navigator.userAgent).getResult(),c=this._normalizeUrl(location.href),d=new URL(c).searchParams,h=l=>d.get(l),f={device_type:((F=B.device)==null?void 0:F.type)||(matchMedia("(pointer:coarse)").matches?"mobile":"desktop"),density:String(window.devicePixelRatio||1),ram:navigator.deviceMemory!=null?String(navigator.deviceMemory):"not_found",device_language:this._getLanguageCode(navigator.language),landing_url:c},w=(l,v)=>{v!=null&&String(v).trim()!==""&&(f[l]=v)};return w("utm_source",h("utm_source")),w("utm_medium",h("utm_medium")),w("utm_campaign",h("utm_campaign")),w("utm_term",h("utm_term")),w("utm_content",h("utm_content")),w("utm_gclid",h("gclid")),w("utm_fbclid",h("fbclid")),w("utm_msclkid",h("msclkid")),f}_initIndexId(){this._indexKey=`twinalyze_index_${this.sessionId}`,this.indexId=parseInt(sessionStorage.getItem(this._indexKey)||"0",10),Number.isNaN(this.indexId)&&(this.indexId=0)}_nextIndexId(){return this.indexId+=1,this._indexKey&&sessionStorage.setItem(this._indexKey,String(this.indexId)),this.indexId}_getLastEventTime(){try{return parseInt(sessionStorage.getItem("twinalyze_last_event_time")||"0",10)}catch{return 0}}_setLastEventTime(){try{sessionStorage.setItem("twinalyze_last_event_time",String(Date.now()))}catch{}}_createNewSessionAfterIdle(){var B,c;let i="twinalyze_session_start_time";this.sessionId=`sess_${si()}`,this.sessionStartTime=new Date().toISOString(),((B=this.cfg)==null?void 0:B.persistSession)!==!1&&(sessionStorage.setItem(this.cfg.sessionKey,this.sessionId),sessionStorage.setItem(i,this.sessionStartTime)),this._indexKey=null,this.indexId=0,this._initIndexId(),(c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze][SESSION] New session created after idle:",this.sessionId)}_checkSessionTimeoutBeforeEvent(){var c;let i=this._getLastEventTime(),B=((c=this.batchConfig)==null?void 0:c.sessionTimeout)||3e5;i&&Date.now()-i>B&&this._createNewSessionAfterIdle(),this._setLastEventTime()}_getOrCreateDeviceId(){let i="twinalyze_device_id",B=localStorage.getItem(i);if(B)return B;let c=si();return localStorage.setItem(i,c),c}_pageContext(){let i="twinalyze_last_page_location",B=document.title,c=this._normalizeUrl(location.href),Q=location.hostname,d=location.pathname,f=sessionStorage.getItem(i)||document.referrer||null,w="direct";if(f)try{w=new URL(f).hostname===Q?"internal":"external"}catch{w="external"}return{pageTitle:B,pageDomain:Q,pageUrl:c,pagePath:d,previousPageUrl:f&&this._normalizeUrl(f),previousPageType:w}}_pageViewInfo(){let i="twinalyze_last_page_location",B=this._pageContext();return sessionStorage.setItem(i,B.pageUrl),{...B}}_saveUnsentEvents(){var i;try{let B=[...this.pendingEvents,...this.batchQueue];B.length>0?localStorage.setItem("twinalyze_unsent_events",JSON.stringify(B)):localStorage.removeItem("twinalyze_unsent_events")}catch(B){(i=this.cfg)!=null&&i.debug&&console.log("[Twinalyze] Error saving unsent events:",B)}}_loadAndSendUnsentEvents(){var i,B;try{let c=localStorage.getItem("twinalyze_unsent_events");if(c){let Q=JSON.parse(c);localStorage.removeItem("twinalyze_unsent_events"),Array.isArray(Q)&&Q.length>0&&((i=this.cfg)!=null&&i.debug&&console.log(`[Twinalyze] Loaded ${Q.length} unsent events from localStorage`),Q.forEach(d=>{this.sessionReady?this._emitEventAdd(d.eventName,d.properties||{},d.eventType||"auto"):this.pendingEvents.push(d)}))}}catch(c){(B=this.cfg)!=null&&B.debug&&console.log("[Twinalyze] Error loading unsent events:",c)}}_setupVisibilityAndUnloadHandlers(){let i=()=>{var c,Q;(c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze] Visibility changed or page hiding. Flushing events...");let B=this.sessionReady;!this.sessionReady&&this.pendingEvents.length>0&&((Q=this.cfg)!=null&&Q.debug&&console.log("[Twinalyze] Force flushing pending events on unload..."),this.pendingEvents.splice(0,this.pendingEvents.length).forEach(h=>{this._indexKey==null&&this._initIndexId();let f=this._nextIndexId();this.batchQueue.push({uniqueSessionId:this.sessionId,date:new Date(h.ts||Date.now()).toISOString(),eventType:h.eventType||"auto",eventName:h.eventName,properties:{eventName:h.eventName,...h.properties},indexId:f,source:this.cfg.source})}),this.sessionReady=!0),this.batchQueue.length>0&&this._flushBatchQueue(),B||(this.sessionReady=B),this._saveUnsentEvents()};document.addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&i()}),window.addEventListener("pagehide",()=>{i()})}},bo=new oi,Zu=["init","track"],ju=Object.fromEntries(Zu.map(o=>[o,bo[o].bind(bo)]));var Ko=ju;var Bi=Ko;typeof window!="undefined"&&(window.twinalyze=Bi,window.TwinalyzeAnalytics=Bi);var ig=Bi;})();
9
9
  /*! Bundled license information:
10
10
 
11
11
  crypto-js/ripemd160.js: