@theoplayer/extended 7.7.0 → 7.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THEOplayer.chromeless.d.ts +1 -1
- package/THEOplayer.chromeless.esm.js +2 -2
- package/THEOplayer.chromeless.js +3 -3
- package/THEOplayer.common.esm.js +3 -3
- package/THEOplayer.d.ts +1 -1
- package/THEOplayer.esm.js +3 -3
- package/THEOplayer.js +3 -3
- package/THEOplayer.transmux.asmjs.js +3 -3
- package/THEOplayer.transmux.js +3 -3
- package/package.json +1 -1
- package/theoplayer.d.js +3 -3
package/theoplayer.d.js
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
THEOplayer is based on patented technology developed by
|
|
26
26
|
THEO Technologies (https://www.theoplayer.com).
|
|
27
27
|
|
|
28
|
-
Version: 7.7.
|
|
29
|
-
Created: 2024-07-
|
|
28
|
+
Version: 7.7.1
|
|
29
|
+
Created: 2024-07-09T14:10:01.004Z
|
|
30
30
|
*/
|
|
31
|
-
!function(t){"use strict";var n=t.window,r=t.document,i=(t.location,t.navigator),e=t.setTimeout,u=t.clearTimeout,o=t.setInterval,f=t.clearInterval,s=t.Error,c=t.TypeError,h=(t.SyntaxError,t.Object),a=t.Math,l=t.parseInt,v=t.parseFloat,y=t.isNaN,d=t.Uint8Array;t.Worker,t.WorkerGlobalScope,t.XMLHttpRequest;var w=e;function _(t){return Boolean(t&&void 0!==t.length)}function g(){}function p(t){if(!(this instanceof p))throw new c("Promises must be constructed via new");if("function"!=typeof t)throw new c("not a function");this.Pa=0,this.X4t=!1,this.Zpt=void 0,this.z4t=[],A(t,this)}function k(t,n){for(;3===t.Pa;)t=t.Zpt;0!==t.Pa?(t.X4t=!0,p.G4t((function(){var r=1===t.Pa?n.onFulfilled:n.onRejected;if(null!==r){var i;try{i=r(t.Zpt)}catch(t){return void I(n.promise,t)}S(n.promise,i)}else(1===t.Pa?S:I)(n.promise,t.Zpt)}))):t.z4t.push(n)}function S(t,n){try{if(n===t)throw new c("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var r=n.then;if(n instanceof p)return t.Pa=3,t.Zpt=n,void b(t);if("function"==typeof r)return void A(function(t,n){return function(){t.apply(n,arguments)}}(r,n),t)}t.Pa=1,t.Zpt=n,b(t)}catch(n){I(t,n)}}function I(t,n){t.Pa=2,t.Zpt=n,b(t)}function b(t){2===t.Pa&&0===t.z4t.length&&p.G4t((function(){t.X4t||p.q4t(t.Zpt)}));for(var n=0,r=t.z4t.length;n<r;n++)k(t,t.z4t[n]);t.z4t=null}function m(t,n,r){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof n?n:null,this.promise=r}function A(t,n){var r=!1;try{t((function(t){r||(r=!0,S(n,t))}),(function(t){r||(r=!0,I(n,t))}))}catch(t){if(r)return;r=!0,I(n,t)}}p.prototype.catch=function(t){return this.then(null,t)},p.prototype.then=function(t,n){var r=new this.constructor(g);return k(this,new m(t,n,r)),r},p.prototype.finally=function(t){var n=this.constructor;return this.then((function(r){return n.resolve(t()).then((function(){return r}))}),(function(r){return n.resolve(t()).then((function(){return n.reject(r)}))}))},p.all=function(t){return new p((function(n,r){if(!_(t))return r(new c("Promise.all accepts an array"));var i=Array.prototype.slice.call(t);if(0===i.length)return n([]);var e=i.length;function u(t,o){try{if(o&&("object"==typeof o||"function"==typeof o)){var f=o.then;if("function"==typeof f)return void f.call(o,(function(n){u(t,n)}),r)}i[t]=o,0==--e&&n(i)}catch(t){r(t)}}for(var o=0;o<i.length;o++)u(o,i[o])}))},p.allSettled=function(t){return new this((function(n,r){if(!t||void 0===t.length)return r(new c((void 0===t?"undefined":function(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}(t))+" "+t+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var i=Array.prototype.slice.call(t);if(0===i.length)return n([]);var e=i.length;function u(t,r){if(r&&("object"==typeof r||"function"==typeof r)){var o=r.then;if("function"==typeof o)return void o.call(r,(function(n){u(t,n)}),(function(r){i[t]={status:"rejected",reason:r},0==--e&&n(i)}))}i[t]={status:"fulfilled",value:r},0==--e&&n(i)}for(var o=0;o<i.length;o++)u(o,i[o])}))},p.resolve=function(t){return t&&"object"==typeof t&&t.constructor===p?t:new p((function(n){n(t)}))},p.reject=function(t){return new p((function(n,r){r(t)}))},p.race=function(t){return new p((function(n,r){if(!_(t))return r(new c("Promise.race accepts an array"));for(var i=0,e=t.length;i<e;i++)p.resolve(t[i]).then(n,r)}))},p.G4t="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){w(t,0)},p.q4t=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var E=function(){var t=self.Promise;if(void 0!==t)try{if(-1!==t.toString().indexOf("[native code]"))return t}catch(t){}}(),R=i?i.userAgent:"",O=R.match(/Firefox\/([0-9]+)/i),D=null!=O,T=O?Number(O[1]):0,P=R.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),N=null!=P,F=P?Number(P[3]):0,C=function(){function t(t){this.KP=0,this.qH=0,this.MC=[],this.Y4t=t}return t.prototype.Q4t=function(t){var n=this.length();this.j4t(n+1);var r=this.qH+n&this.Y4t-1;this.MC[r]=t,this.KP=n+1},t.prototype.push=function(t){var n=this.length()+1;if(this.Y4t<n)this.Q4t(t);else{var r=this.qH+n-1,i=this.Y4t-1;this.MC[r&i]=t,this.KP=n}},t.prototype.shift=function(){var t=this.qH,n=this.MC[t];return this.MC[t]=void 0,this.qH=t+1&this.Y4t-1,this.KP--,n},t.prototype.length=function(){return this.KP},t.prototype.j4t=function(t){this.Y4t<t&&this.K4t(this.Y4t<<1)},t.prototype.K4t=function(t){var n=this.Y4t;this.Y4t=t;var r=this.qH+this.KP&n-1;!function(t,n,r,i){for(var e=0;e<i;++e)t[e+r]=t[e+n],t[e+n]=void 0}(this.MC,0,n,r)},t}();var W="unhandledrejection",j=self.PromiseRejectionEvent,M=self.CustomEvent;function B(t){return new j(W,{reason:t,promise:E.reject(t).catch((function(){})),cancelable:!0})}function U(t){var n=new M(W,{detail:{reason:t},cancelable:!0});return h.defineProperty(n,"reason",{value:t}),n}function L(t){var n=r.createEvent("CustomEvent");return n.initCustomEvent(W,!1,!0,{reason:t}),n}var V,x,H,G,z,K,X,$,q,Z=function(t){return Z=function(){try{var t=E.resolve(),n="error",r=new j(W,{reason:n,promise:t});return W===r.type&&n===r.reason}catch(t){}return!1}()?B:function(){try{var t="error",n=new M(W,{detail:{reason:t}});return W===n.type&&t===n.detail.reason}catch(t){}return!1}()?U:L,Z(t)};function J(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),h.defineProperty(t,i.key,i)}}function Y(t,n,r){return n&&J(t.prototype,n),r&&J(t,r),t}function Q(t,n){return Q=h.setPrototypeOf||function(t,n){return t.__proto__=n,t},Q(t,n)}function tt(t,n){if("function"!=typeof n&&null!==n)throw new c("Super expression must either be null or a function");t.prototype=h.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&Q(t,n)}function nt(t,n){(null==n||n>t.length)&&(n=t.length);for(var r=0,i=new Array(n);r<n;r++)i[r]=t[r];return i}function rt(t,n){if(t){if("string"==typeof t)return nt(t,n);var r=h.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(r):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?nt(t,n):void 0}}function it(t){return function(t){if(Array.isArray(t))return nt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||rt(t)||function(){throw new c("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}E&&!(D&&T<60||N&&F<15)?x=E:(x=p,X=null!==(V=function(){var t=self.queueMicrotask;if("function"==typeof t)return function(n){return t(n)};var n=E;if(n&&"function"==typeof n.resolve){var r=n.resolve();return function(t){return r.then(t)}}}())&&void 0!==V?V:p.G4t,H=X,G=new C(16),z=!1,($={L$:function(t){G.push(t),z||(z=!0,H(K))},DV:K=function(){for(;G.length()>0;)G.shift()();z=!1}}).DV,p.G4t=$.L$,p.q4t=function(t){try{var n=Z(t);if(!self.dispatchEvent(n)||n.defaultPrevented)return}catch(t){}e((function(){throw new s("Unhandled promise rejection: ".concat(t))}),0)}),function(t){t.TI="web",t.SI="android",t.kI="android-tv",t.EI="ios",t.II="tvos",t.RI="chromecast",t.CI="theoliveweb"}(q||(q={}));var et=i?i.userAgent:"",ut=et.match(/chrome\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),ot=et.match(/Edg\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),ft=et.match(/Android ([0-9\.]+)/i),st=et.match(/Windows NT ([0-9\.]+)/i),ct=et.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),ht=et.match(/Firefox\/([0-9\.]+)/i),at=et.match(/OPR\/(\d+\.\d+)/i),lt=et.match(/Tizen ([0-9\.]+)/i),vt=et.match(/(iPhone OS|iPad OS|iPod OS|Mac OS X) (\d+)_(\d+)_?(\d+)?/),yt=function(){function t(){this.xI=Boolean("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch||i&&i.msMaxTouchPoints),this.DI=/(mac\sos\sx)\s?([\w\s\.]+\w)*/i.test(et)||/(macintosh|mac(?=_powerpc)\s)/i.test(et),this.OI=/Windows NT/i.test(et),this.MI=st?v(st[1]):0,this.UI=/Android/i.test(et),this.HI=ft?v(ft[1]):0,this.qI=/windows phone (8|8\.1)/i.test(et),this.XI=/iPhone/i.test(et),this.QI=/iPad/i.test(et),this.YI=this.DI&&this.xI&&!this.QI,this.ZI=/iPod/i.test(et),this.hR=/Mobile Safari/i.test(et),this.sR=/EOS\d*STB/i.test(et),this.nR=/APP\d*STB/i.test(et),this.$I=(this.XI||this.QI||this.YI||this.ZI)&&!this.qI,this.eR=vt?v(vt[2]):0,this.oR=this.qI||this.$I||this.UI||this.hR,this.uR=/CriOS/i.test(et),this.lR=Boolean(self.chrome&&/google/i.test(i.vendor))||this.uR,this.gR=this.lR&&/Edg\//i.test(i.userAgent),this.mR=ot?l(ot[1],10):0,this._P=Boolean(self.chrome||/Chrome/i.test(et)||/CriOS/i.test(et)),this.fR=ut?l(ut[1],10):0,this.pR=/SMART-TV.*Tizen/i.test(et),this.AR=lt?v(lt[1]):0,this.SR=/webos|web0s/i.test(et),this.ER=/VIZIO/i.test(et),this.RR=/Edge\/\d+/i.test(et),this.xR=/Trident/i.test(et),this.DR=this.xR&&!self.ActiveXObject&&"ActiveXObject"in self,this.LR=/Vivaldi/i.test(et),this.FR=/Firefox/i.test(et)&&!/Seamonkey/i.test(et),this.HR=ht?v(ht[1]):0,this.qR=/Safari/i.test(et)&&!/Chrome/i.test(et)&&!this.qI&&!this.pR,this.XR=ct?v(ct[2]):0,this.QR=Boolean(at),this.YR=at?v(at[1]):0,this.ZR=/CrKey/.test(et),this.$R=/\b(tv|smart-tv|smarttv|appletv|crkey|googletv|hbbtv|pov_tv|roku|viera|nettv|philipstv|vizio)\b/i.test(et),this.iP="web"===q.kI,this.nP="web"===q.SI,this.hP=this.nP||this.iP,this.aP="web"===q.EI,this.cP="web"===q.II,this.dP="web"===q.RI}return Y(t,[{key:"Ye",get:function(){return this.xI}},{key:"NI",get:function(){return this.DI}},{key:"BI",get:function(){return this.OI}},{key:"LI",get:function(){return this.MI}},{key:"FI",get:function(){return this.UI}},{key:"VI",get:function(){return this.HI}},{key:"WI",get:function(){return this.qI}},{key:"zI",get:function(){return this.XI}},{key:"GI",get:function(){return this.QI}},{key:"KI",get:function(){return this.YI}},{key:"jI",get:function(){return this.ZI}},{key:"JI",get:function(){return this.$I}},{key:"tR",get:function(){return this.eR}},{key:"iR",get:function(){return this.sR||this.nR}},{key:"rR",get:function(){return this.hR}},{key:"Ks",get:function(){return this.oR}},{key:"aR",get:function(){return this.uR}},{key:"cR",get:function(){return this.lR}},{key:"dR",get:function(){return this.fR}},{key:"_R",get:function(){return this.gR}},{key:"vR",get:function(){return this.mR}},{key:"wR",get:function(){return this.pR}},{key:"yR",get:function(){return this.AR}},{key:"bR",get:function(){return this.SR}},{key:"kR",get:function(){return this.ER}},{key:"IR",get:function(){return this.RR}},{key:"PR",get:function(){return this.xR}},{key:"NR",get:function(){return this.DR}},{key:"OR",get:function(){return this.LR}},{key:"MR",get:function(){return this.FR}},{key:"UR",get:function(){return this.HR}},{key:"WR",get:function(){return this.qR}},{key:"zR",get:function(){return this.XR}},{key:"GR",get:function(){return this.QR}},{key:"KR",get:function(){return this.YR}},{key:"jR",get:function(){return this.ZR}},{key:"JR",get:function(){return this.$R}},{key:"tP",get:function(){return!(!this.bR&&!this.wR)&&this.dR<=56}},{key:"eP",get:function(){return this.iP}},{key:"sP",get:function(){return this.nP}},{key:"rP",get:function(){return this.hP}},{key:"oP",get:function(){return this.aP}},{key:"uP",get:function(){return this.cP}},{key:"lP",get:function(){return this.dP}},{key:"fP",get:function(){return this._P}}]),t}();yt.gP=new yt;var dt=yt.gP,wt={}.toString;function _t(t){return null!=t}Array.isArray;function gt(t){return"object"==typeof t&&null!==t}function pt(t){return function(t){return"function"==typeof t}(t)||gt(t)}var kt=function(){},St=!(dt.PR&&!dt.NR),It=self.console;function bt(t){if(gt(t))try{return JSON.stringify(t)}catch(t){}return t}function mt(t){return t.map(bt).join(" ")}function At(t){var n=It&&It[t];return n?n.bind&&St?n.bind(It):function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];It[t](mt(r))}:void 0}var Et=At("log")||kt,Rt=At("warn")||Et.bind(void 0,"WARNING:"),Ot=At("error")||Et.bind(void 0,"ERROR:"),Dt=function(){var t=It&&It.assert;return t?t.bind&&St?t.bind(It):function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];It.assert(t,mt(r))}:function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];t||Ot.apply(void 0,["Assertion failed:"].concat(it(r)))}}(),Tt=null;try{Tt=new WebAssembly.Instance(new WebAssembly.Module(new d([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch(H){}function Pt(t,n,r){this.low=0|t,this.high=0|n,this.unsigned=!!r}function Nt(t){return!0===(t&&t.wp)}function Ft(t){var n=a.clz32(t&-t);return t?31-n:n}Pt.prototype.wp,h.defineProperty(Pt.prototype,"wp",{value:!0}),Pt.isLong=Nt;var Ct={},Wt={};function jt(t,n){var r,i,e;return n?(e=0<=(t>>>=0)&&t<256)&&(i=Wt[t])?i:(r=Bt(t,0,!0),e&&(Wt[t]=r),r):(e=-128<=(t|=0)&&t<128)&&(i=Ct[t])?i:(r=Bt(t,t<0?-1:0,!1),e&&(Ct[t]=r),r)}function Mt(t,n){if(y(t))return n?Xt:Kt;if(n){if(t<0)return Xt;if(t>=Ht)return Yt}else{if(t<=-Gt)return Qt;if(t+1>=Gt)return Jt}return t<0?Mt(-t,n).neg():Bt(t%xt|0,t/xt|0,n)}function Bt(t,n,r){return new Pt(t,n,r)}Pt.fromInt=jt,Pt.fromNumber=Mt,Pt.fromBits=Bt;var Ut=a.pow;function Lt(t,n,r){if(0===t.length)throw s("empty string");if("number"==typeof n?(r=n,n=!1):n=!!n,"NaN"===t||"Infinity"===t||"+Infinity"===t||"-Infinity"===t)return n?Xt:Kt;if((r=r||10)<2||36<r)throw RangeError("radix");var i;if((i=t.indexOf("-"))>0)throw s("interior hyphen");if(0===i)return Lt(t.substring(1),n,r).neg();for(var e=Mt(Ut(r,8)),u=Kt,o=0;o<t.length;o+=8){var f=a.min(8,t.length-o),c=l(t.substring(o,o+f),r);if(f<8){var h=Mt(Ut(r,f));u=u.mul(h).add(Mt(c))}else u=(u=u.mul(e)).add(Mt(c))}return u.unsigned=n,u}function Vt(t,n){return"number"==typeof t?Mt(t,n):"string"==typeof t?Lt(t,n):Bt(t.low,t.high,"boolean"==typeof n?n:t.unsigned)}Pt.fromString=Lt,Pt.fromValue=Vt;var xt=4294967296,Ht=xt*xt,Gt=Ht/2,zt=jt(1<<24),Kt=jt(0);Pt.ZERO=Kt;var Xt=jt(0,!0);Pt.UZERO=Xt;var $t=jt(1);Pt.ONE=$t;var qt=jt(1,!0);Pt.UONE=qt;var Zt=jt(-1);Pt.NEG_ONE=Zt;var Jt=Bt(-1,2147483647,!1);Pt.MAX_VALUE=Jt;var Yt=Bt(-1,-1,!0);Pt.MAX_UNSIGNED_VALUE=Yt;var Qt=Bt(0,-2147483648,!1);Pt.MIN_VALUE=Qt;var tn=Pt.prototype;tn.toInt=function(){return this.unsigned?this.low>>>0:this.low},tn.toNumber=function(){return this.unsigned?(this.high>>>0)*xt+(this.low>>>0):this.high*xt+(this.low>>>0)},tn.toString=function(t){if((t=t||10)<2||36<t)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(Qt)){var n=Mt(t),r=this.div(n),i=r.mul(n).sub(this);return r.toString(t)+i.toInt().toString(t)}return"-"+this.neg().toString(t)}for(var e=Mt(Ut(t,6),this.unsigned),u=this,o="";;){var f=u.div(e),s=(u.sub(f.mul(e)).toInt()>>>0).toString(t);if((u=f).isZero())return s+o;for(;s.length<6;)s="0"+s;o=""+s+o}},tn.getHighBits=function(){return this.high},tn.getHighBitsUnsigned=function(){return this.high>>>0},tn.getLowBits=function(){return this.low},tn.getLowBitsUnsigned=function(){return this.low>>>0},tn.getNumBitsAbs=function(){if(this.isNegative())return this.eq(Qt)?64:this.neg().getNumBitsAbs();for(var t=0!=this.high?this.high:this.low,n=31;n>0&&0==(t&1<<n);n--);return 0!=this.high?n+33:n+1},tn.isZero=function(){return 0===this.high&&0===this.low},tn.eqz=tn.isZero,tn.isNegative=function(){return!this.unsigned&&this.high<0},tn.isPositive=function(){return this.unsigned||this.high>=0},tn.isOdd=function(){return 1==(1&this.low)},tn.isEven=function(){return 0==(1&this.low)},tn.equals=function(t){return Nt(t)||(t=Vt(t)),(this.unsigned===t.unsigned||this.high>>>31!=1||t.high>>>31!=1)&&(this.high===t.high&&this.low===t.low)},tn.eq=tn.equals,tn.notEquals=function(t){return!this.eq(t)},tn.neq=tn.notEquals,tn.ne=tn.notEquals,tn.lessThan=function(t){return this.comp(t)<0},tn.lt=tn.lessThan,tn.lessThanOrEqual=function(t){return this.comp(t)<=0},tn.lte=tn.lessThanOrEqual,tn.le=tn.lessThanOrEqual,tn.greaterThan=function(t){return this.comp(t)>0},tn.gt=tn.greaterThan,tn.greaterThanOrEqual=function(t){return this.comp(t)>=0},tn.gte=tn.greaterThanOrEqual,tn.ge=tn.greaterThanOrEqual,tn.compare=function(t){if(Nt(t)||(t=Vt(t)),this.eq(t))return 0;var n=this.isNegative(),r=t.isNegative();return n&&!r?-1:!n&&r?1:this.unsigned?t.high>>>0>this.high>>>0||t.high===this.high&&t.low>>>0>this.low>>>0?-1:1:this.sub(t).isNegative()?-1:1},tn.comp=tn.compare,tn.negate=function(){return!this.unsigned&&this.eq(Qt)?Qt:this.not().add($t)},tn.neg=tn.negate,tn.add=function(t){Nt(t)||(t=Vt(t));var n=this.high>>>16,r=65535&this.high,i=this.low>>>16,e=65535&this.low,u=t.high>>>16,o=65535&t.high,f=t.low>>>16,s=0,c=0,h=0,a=0;return h+=(a+=e+(65535&t.low))>>>16,c+=(h+=i+f)>>>16,s+=(c+=r+o)>>>16,s+=n+u,Bt((h&=65535)<<16|(a&=65535),(s&=65535)<<16|(c&=65535),this.unsigned)},tn.subtract=function(t){return Nt(t)||(t=Vt(t)),this.add(t.neg())},tn.sub=tn.subtract,tn.multiply=function(t){if(this.isZero())return this;if(Nt(t)||(t=Vt(t)),Tt)return Bt(Tt.mul(this.low,this.high,t.low,t.high),Tt.get_high(),this.unsigned);if(t.isZero())return this.unsigned?Xt:Kt;if(this.eq(Qt))return t.isOdd()?Qt:Kt;if(t.eq(Qt))return this.isOdd()?Qt:Kt;if(this.isNegative())return t.isNegative()?this.neg().mul(t.neg()):this.neg().mul(t).neg();if(t.isNegative())return this.mul(t.neg()).neg();if(this.lt(zt)&&t.lt(zt))return Mt(this.toNumber()*t.toNumber(),this.unsigned);var n=this.high>>>16,r=65535&this.high,i=this.low>>>16,e=65535&this.low,u=t.high>>>16,o=65535&t.high,f=t.low>>>16,s=65535&t.low,c=0,h=0,a=0,l=0;return a+=(l+=e*s)>>>16,h+=(a+=i*s)>>>16,a&=65535,h+=(a+=e*f)>>>16,c+=(h+=r*s)>>>16,h&=65535,c+=(h+=i*f)>>>16,h&=65535,c+=(h+=e*o)>>>16,c+=n*s+r*f+i*o+e*u,Bt((a&=65535)<<16|(l&=65535),(c&=65535)<<16|(h&=65535),this.unsigned)},tn.mul=tn.multiply,tn.divide=function(t){if(Nt(t)||(t=Vt(t)),t.isZero())throw s("division by zero");var n,r,i;if(Tt)return this.unsigned||-2147483648!==this.high||-1!==t.low||-1!==t.high?Bt((this.unsigned?Tt.div_u:Tt.div_s)(this.low,this.high,t.low,t.high),Tt.get_high(),this.unsigned):this;if(this.isZero())return this.unsigned?Xt:Kt;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return Xt;if(t.gt(this.shru(1)))return qt;i=Xt}else{if(this.eq(Qt))return t.eq($t)||t.eq(Zt)?Qt:t.eq(Qt)?$t:(n=this.shr(1).div(t).shl(1)).eq(Kt)?t.isNegative()?$t:Zt:(r=this.sub(t.mul(n)),i=n.add(r.div(t)));if(t.eq(Qt))return this.unsigned?Xt:Kt;if(this.isNegative())return t.isNegative()?this.neg().div(t.neg()):this.neg().div(t).neg();if(t.isNegative())return this.div(t.neg()).neg();i=Kt}for(r=this;r.gte(t);){n=a.max(1,a.floor(r.toNumber()/t.toNumber()));for(var e=a.ceil(a.log(n)/a.LN2),u=e<=48?1:Ut(2,e-48),o=Mt(n),f=o.mul(t);f.isNegative()||f.gt(r);)f=(o=Mt(n-=u,this.unsigned)).mul(t);o.isZero()&&(o=$t),i=i.add(o),r=r.sub(f)}return i},tn.div=tn.divide,tn.modulo=function(t){return Nt(t)||(t=Vt(t)),Tt?Bt((this.unsigned?Tt.rem_u:Tt.rem_s)(this.low,this.high,t.low,t.high),Tt.get_high(),this.unsigned):this.sub(this.div(t).mul(t))},tn.mod=tn.modulo,tn.rem=tn.modulo,tn.not=function(){return Bt(~this.low,~this.high,this.unsigned)},tn.countLeadingZeros=function(){return this.high?a.clz32(this.high):a.clz32(this.low)+32},tn.clz=tn.countLeadingZeros,tn.countTrailingZeros=function(){return this.low?Ft(this.low):Ft(this.high)+32},tn.ctz=tn.countTrailingZeros,tn.and=function(t){return Nt(t)||(t=Vt(t)),Bt(this.low&t.low,this.high&t.high,this.unsigned)},tn.or=function(t){return Nt(t)||(t=Vt(t)),Bt(this.low|t.low,this.high|t.high,this.unsigned)},tn.xor=function(t){return Nt(t)||(t=Vt(t)),Bt(this.low^t.low,this.high^t.high,this.unsigned)},tn.shiftLeft=function(t){return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Bt(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):Bt(0,this.low<<t-32,this.unsigned)},tn.shl=tn.shiftLeft,tn.shiftRight=function(t){return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Bt(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):Bt(this.high>>t-32,this.high>=0?0:-1,this.unsigned)},tn.shr=tn.shiftRight,tn.shiftRightUnsigned=function(t){return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Bt(this.low>>>t|this.high<<32-t,this.high>>>t,this.unsigned):Bt(32===t?this.high:this.high>>>t-32,0,this.unsigned)},tn.shru=tn.shiftRightUnsigned,tn.shr_u=tn.shiftRightUnsigned,tn.rotateLeft=function(t){var n;return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Bt(this.high,this.low,this.unsigned):t<32?(n=32-t,Bt(this.low<<t|this.high>>>n,this.high<<t|this.low>>>n,this.unsigned)):(n=32-(t-=32),Bt(this.high<<t|this.low>>>n,this.low<<t|this.high>>>n,this.unsigned))},tn.rotl=tn.rotateLeft,tn.rotateRight=function(t){var n;return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Bt(this.high,this.low,this.unsigned):t<32?(n=32-t,Bt(this.high<<n|this.low>>>t,this.low<<n|this.high>>>t,this.unsigned)):(n=32-(t-=32),Bt(this.low<<n|this.high>>>t,this.high<<n|this.low>>>t,this.unsigned))},tn.rotr=tn.rotateRight,tn.toSigned=function(){return this.unsigned?Bt(this.low,this.high,!1):this},tn.toUnsigned=function(){return this.unsigned?this:Bt(this.low,this.high,!0)},tn.toBytes=function(t){return t?this.toBytesLE():this.toBytesBE()},tn.toBytesLE=function(){var t=this.high,n=this.low;return[255&n,n>>>8&255,n>>>16&255,n>>>24,255&t,t>>>8&255,t>>>16&255,t>>>24]},tn.toBytesBE=function(){var t=this.high,n=this.low;return[t>>>24,t>>>16&255,t>>>8&255,255&t,n>>>24,n>>>16&255,n>>>8&255,255&n]},Pt.fromBytes=function(t,n,r){return r?Pt.fromBytesLE(t,n):Pt.fromBytesBE(t,n)},Pt.fromBytesLE=function(t,n){return new Pt(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,n)},Pt.fromBytesBE=function(t,n){return new Pt(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],n)};var nn=Pt;a.pow(2,-52);function rn(){return Date.now()||(new Date).getTime()}nn.fromNumber(9007199254740991);function en(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),h.defineProperty(t,i.key,i)}}function un(t,n){var r=function(t,n){var r=t.length;if(r<=1)return t;for(var i=new Array(r),e=1;e<r;e*=2){on(t,n,e,i);var u=t;t=i,i=u}return t}(t,n);return r!==t&&on(r,null,t.length,t),t}function on(t,n,r,i){var e,u,o,f,s,c=t.length,h=0,a=2*r;for(e=0;e<c;e+=a)for(o=(u=e+r)+r,u>c&&(u=c),o>c&&(o=c),f=e,s=u;;)if(f<u&&s<o)n(t[f],t[s])<=0?i[h++]=t[f++]:i[h++]=t[s++];else if(f<u)i[h++]=t[f++];else{if(!(s<o))break;i[h++]=t[s++]}}var fn=/[a-zA-Z]/,sn=/[0-9]/,cn=/[0-9a-fA-F]/,hn=/^0x/i,an=/^[0-9]+$/,ln=/^[0-9a-fA-F]+$/,vn=/^[0-7]+$/,yn=h.prototype.toString,dn=Array.isArray||function(t){return"[object Array]"===yn.call(t)},wn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol.iterator;function _n(t){return dn(t)?t:Array.from(t)}function gn(t,n,r){var i=t[n];t[n]=t[r],t[r]=i}function pn(t){return t>=65&&t<=90}function kn(t){return pn(t)||function(t){return t>=97&&t<=122}(t)}function Sn(t){return t>=48&&t<=57}function In(t){return Sn(t)||kn(t)}function bn(t){return Sn(t)||t>=65&&t<=70||t>=97&&t<=102}function mn(t){return pn(t)?t+32:t}function An(t){return Sn(t)?t-48:t>=65&&t<=70?t-65+10:t>=97&&t<=102?t-97+10:-1}function En(t,n){return void 0===n&&(n=!1),0<=t&&t<=9?t+48:10<=t&&t<=15?t+(n?87:55):-1}var Rn=a.min,On=String.fromCharCode,Dn=16384;function Tn(t){for(var n=t.length,r=[],i=0;i<n;i+=Dn){var e=Rn(i+Dn,n);r.push(On.apply(null,t.slice(i,e)))}return r.join("")}var Pn=2147483647,Nn=/[^\0-\x7E]/,Fn=/[\x2E\u3002\uFF0E\uFF61]/g,Cn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Wn=a.floor,jn=String.fromCharCode;function Mn(t){throw new RangeError(Cn[t])}function Bn(t){for(var n=[],r=0,i=t.length;r<i;){var e=t.charCodeAt(r++);if(e>=55296&&e<=56319&&r<i){var u=t.charCodeAt(r++);56320==(64512&u)?n.push(((1023&e)<<10)+(1023&u)+65536):(n.push(e),r--)}else n.push(e)}return n}var Un,Ln,Vn,xn=function(t,n){return t+22+75*(t<26)-((0!=n)<<5)},Hn=function(t,n,r){var i=0;for(t=r?Wn(t/700):t>>1,t+=Wn(t/n);t>455;i+=36)t=Wn(t/35);return Wn(i+36*t/(t+38))},Gn=function(t){return function(t,n){var r=t.split("@"),i="";r.length>1&&(i=r[0]+"@",t=r[1]);var e=function(t,n){for(var r=[],i=t.length;i--;)r[i]=n(t[i]);return r}((t=t.replace(Fn,".")).split("."),n).join(".");return i+e}(t,(function(t){return Nn.test(t)?"xn--"+function(t){for(var n=[],r=(t=Bn(t)).length,i=128,e=0,u=72,o=0,f=t;o<f.length;o++){var s=f[o];s<128&&n.push(jn(s))}var c=n.length,h=c;for(c&&n.push("-");h<r;){for(var a=Pn,l=0,v=t;l<v.length;l++){var y=v[l];y>=i&&y<a&&(a=y)}var d=h+1;a-i>Wn((Pn-e)/d)&&Mn("overflow"),e+=(a-i)*d,i=a;for(var w=0,_=t;w<_.length;w++){var g=_[w];if(g<i&&++e>Pn&&Mn("overflow"),g==i){for(var p=e,k=36;;k+=36){var S=k<=u?1:k>=u+26?26:k-u;if(p<S)break;var I=p-S,b=36-S;n.push(jn(xn(S+I%b,0))),p=Wn(I/b)}n.push(jn(xn(p,0))),u=Hn(e,d,h==c),e=0,++h}}++e,++i}return n.join("")}(t):t}))};function zn(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|1023&i),n.push(i)}return Tn(n)}function Kn(t){if(t>=55296&&t<=57343)throw new s("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function Xn(t,n){return t>>n&63|128}function $n(t,n){0!=(4294967168&t)?(0==(4294965248&t)?n.push(t>>6&31|192):0==(4294901760&t)?(Kn(t),n.push(t>>12&15|224),n.push(Xn(t,6))):0==(4292870144&t)&&(n.push(t>>18&7|240),n.push(Xn(t,12)),n.push(Xn(t,6))),n.push(63&t|128)):n.push(t)}function qn(t){for(var n=[],r=0;r<t.length;r++){$n(t[r],n)}return n}function Zn(){if(Vn>=Ln)throw new s("Invalid byte index");var t=255&Un[Vn];if(Vn++,128==(192&t))return 63&t;throw new s("Invalid continuation byte")}function Jn(){var t,n;if(Vn>Ln)throw new s("Invalid byte index");if(Vn===Ln)return!1;if(t=255&Un[Vn],Vn++,0==(128&t))return t;if(192==(224&t)){if((n=(31&t)<<6|Zn())>=128)return n;throw new s("Invalid continuation byte")}if(224==(240&t)){if((n=(15&t)<<12|Zn()<<6|Zn())>=2048)return Kn(n),n;throw new s("Invalid continuation byte")}if(240==(248&t)&&(n=(7&t)<<18|Zn()<<12|Zn()<<6|Zn())>=65536&&n<=1114111)return n;throw new s("Invalid UTF-8 detected")}function Yn(t){return[37,En(t>>4),En(15&t)]}function Qn(t){return function(t){return t>=0&&t<=31}(t)||t>126}function tr(t){return Qn(t)||32===t||34===t||60===t||62===t||96===t}function nr(t){return tr(t)||35===t||63===t||123===t||125===t}function rr(t){return nr(t)||47===t||58===t||59===t||61===t||64===t||t>=91&&t<=94||124===t}function ir(t){return t<33||t>126||34===t||35===t||60===t||62===t}function er(t){return ir(t)||39===t}function ur(t,n){if(!n(t))return[t];for(var r=qn([t]),i=[],e=0;e<r.length;e++){var u=r[e];i.push.apply(i,Yn(u))}return i}function or(t,n){for(var r=[],i=0,e=Bn(t);i<e.length;i++){var u=e[i];r.push.apply(r,ur(u,n))}return zn(r)}function fr(t){return function(t){for(var n=[],r=t.length,i=0;i<r;i++){var e=t[i];if(37===e&&i+2<r&&bn(t[i+1])&&bn(t[i+2])){var u=An(t[i+1])<<4|An(t[i+2]);n.push(u),i+=2}else n.push(e)}return n}(qn(t))}function sr(t){return zn(function(t){Un=t.slice(),Ln=Un.length,Vn=0;for(var n,r=[];!1!==(n=Jn());)r.push(n);return r}(fr(Bn(t))))}function cr(t){var n=t.length,r=[0,0,0,0,0,0,0,0],i=0,e=null,u=0;if(u<n&&":"===t[u]){if(!(u+1<n&&":"===t[u+1]))throw new c;u+=2,e=i+=1}for(;u<n;){if(8===i)throw new c("Too many groups");if(":"!==t[u]){for(var o=0,f=0;f<4&&u<n&&cn.test(t[u]);)o=o<<4|l(t[u],16),u+=1,f+=1;if("."===t[u]){if(0===f)throw new c;if(u-=f,i>6)throw new c;for(var s=0;u<n;){var h=null;if(s>0){if(!("."===t[u]&&s<4))throw new c;u+=1}if(!sn.test(t[u]))throw new c;for(;u<n&&sn.test(t[u]);){var a=l(t[u],10);if(null===h)h=a;else{if(0===h)throw new c;if((h=10*h+a)>255)throw new c}u+=1}r[i]=r[i]<<8|h,2!==(s+=1)&&4!==s||(i+=1)}if(4!==s)throw new c;break}if(":"===t[u]){if((u+=1)===n)throw new c}else if(u<n)throw new c;r[i]=o,i+=1}else{if(null!==e)throw new c("Too many :: groups");u+=1,e=i+=1}}if(null!==e){var v=i-e;for(i=7;0!==i&&v>0;)gn(r,i,e+v-1),i-=1,v-=1}else if(8!==i)throw new c;return r}function hr(t){var n=10,r=an;return hn.test(t)?(t=t.slice(2),n=16,r=ln):t.length>=2&&"0"===t[0]&&(t=t.slice(1),n=8,r=vn),""===t?0:r.test(t)?l(t,n):void 0}var ar={BJ:4},lr=/[\0\t\n\r #%/:?@\[\\\]]/,vr=/[\0\t\n\r #/:?@\[\\\]]/;function yr(t,n){if("["===t[0]){if("]"!==t[t.length-1])throw new c("Invalid IPv6 address");return{BJ:2,d9:cr(t.slice(1,-1))}}if(!n)return function(t){if(vr.test(t))throw new c("Invalid code point in opaque host");var n=or(t,Qn);return""===n?ar:{BJ:3,MC:n}}(t);var r=function(t){var n=function(t){return Gn(t.toLowerCase())}(t);return n}(sr(t));if(lr.test(r))throw new c("Invalid code point in host");var i=function(t){var n=t.split(".");if(""===n[n.length-1]&&n.pop(),!(n.length>4)){for(var r=[],i=0;i<n.length;i++){var e=n[i];if(""===e)return;var u=hr(e);if(void 0===u)return;r.push(u)}for(var o=0;o<r.length-1;o++)if(r[o]>255)throw new c;if(r[r.length-1]>=a.pow(256,5-r.length))throw new c;for(var f=r.pop(),s=0;s<r.length;s++)f+=r[s]*a.pow(256,3-s);return f}}(r);return void 0!==i?{BJ:1,d9:i}:""===r?ar:{BJ:0,f9:r}}function dr(t){switch(t.BJ){case 0:return t.f9;case 1:return function(t){for(var n=[],r=t,i=1;i<=4;i++)n.push(""+(255&r)),4!==i&&n.push("."),r>>>=8;return n.reverse().join("")}(t.d9);case 2:return"["+function(t){for(var n="",r=function(t){for(var n=0,r=0,i=0,e=0,u=0;u<8;u++)0===t[u]?(0===e&&(i=u),e++):(e>r&&(n=i,r=e),e=0);return e>r&&(n=i,r=e),r>1?n:null}(t),i=!1,e=0;e<8;e++){if(i){if(0===t[e])continue;i=!1}r!==e?(n+=t[e].toString(16),7!==e&&(n+=":")):(n+=0===e?"::":":",i=!0)}return n}(t.d9)+"]";case 3:return t.MC;case 4:return""}}var wr=/\+/g;function _r(t){return 42===t||45===t||46===t||95===t||In(t)}function gr(t){for(var n=t.split("&"),r=[],i=0;i<n.length;i++){var e=n[i];if(""!==e){var u=e.indexOf("="),o=void 0,f=void 0;-1!==u?(o=e.slice(0,u),f=e.slice(u+1)):(o=e,f=""),o=o.replace(wr," "),f=f.replace(wr," ");var s=sr(o),c=sr(f);r.push([s,c])}}return r}function pr(t){for(var n="",r=0;r<t.length;r++){var i=t[r];r>0&&(n+="&"),n+=kr(qn(Bn(i[0])))+"="+kr(qn(Bn(i[1])))}return n}function kr(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];32===i?n.push(43):_r(i)?n.push(i):n.push.apply(n,Yn(i))}return Tn(n)}var Sr=/(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])/;function Ir(t){var n=""+t,r=Sr.exec(n);return r?function(t,n){for(var r=t.length,i=[],e=n;e<r;e++){var u=t.charCodeAt(e);if(mr(u))if(Ar(u)||e===r-1)i.push(br);else{var o=t.charCodeAt(e+1);Ar(o)?(i.push(u,o),e++):i.push(br)}else i.push(u)}return t.slice(0,n)+Tn(i)}(n,r.index):n}var br=65533,mr=function(t){return 55296==(63488&t)},Ar=function(t){return 0!=(1024&t)};function Er(t,n){var r=t[0],i=n[0];return r===i?0:r<i?-1:1}function Rr(t){t._9.length=0}function Or(t,n){!function(t,n){for(var r=0;r<n.length;r++)t[r]=n[r];t.length=n.length}(t._9,gr(n))}function Dr(t){if(t.g9){var n=pr(t._9);""===n&&(n=null),t.g9.g9.v9=n}}var Tr=function(){function t(t){if(void 0===t&&(t=void 0),this.g9=null,null==t)this._9=[];else if("object"==typeof t||"function"==typeof t)if(function(t){return t instanceof Tr&&!!dn(t._9)&&(!wn||t[Symbol.iterator]===Pr)}(t))this._9=t._9.slice();else if(function(t){return null!=t&&(!!dn(t)||!!wn&&"function"==typeof t[Symbol.iterator])}(t)){this._9=[];for(var n=0,r=_n(t);n<r.length;n++){var i=_n(r[n]);if(2!==i.length)throw new c("Invalid name-value pair");this._9.push([Ir(i[0]),Ir(i[1])])}}else for(var e in this._9=[],t)h.prototype.hasOwnProperty.call(t,e)&&this._9.push([Ir(e),Ir(t[e])]);else(t=Ir(t)).length>0&&"?"===t[0]&&(t=t.slice(1)),this._9=gr(t)}var n=t.prototype;return n.append=function(t,n){t=Ir(t),n=Ir(n),this._9.push([t,n]),Dr(this)},n.delete=function(t){t=Ir(t);for(var n=this._9,r=0;r<n.length;){n[r][0]===t?n.splice(r,1):r++}Dr(this)},n.get=function(t){t=Ir(t);for(var n=this._9,r=0;r<n.length;r++){var i=n[r];if(i[0]===t)return i[1]}return null},n.getAll=function(t){t=Ir(t);for(var n=this._9,r=[],i=0;i<n.length;i++){var e=n[i];e[0]===t&&r.push(e[1])}return r},n.has=function(t){t=Ir(t);for(var n=this._9,r=0;r<n.length;r++){if(n[r][0]===t)return!0}return!1},n.set=function(t,n){t=Ir(t),n=Ir(n);for(var r=this._9,i=!1,e=0;e<r.length;){var u=r[e];u[0]===t?i?r.splice(e,1):(u[1]=n,i=!0,e++):e++}i||r.push([t,n]),Dr(this)},n.sort=function(){un(this._9,Er),Dr(this)},n.toString=function(){return pr(this._9)},n.entries=function(){return new Wr(this._9,Nr)},n.keys=function(){return new Wr(this._9,Fr)},n.values=function(){return new Wr(this._9,Cr)},n.forEach=function(t){var n=this;this._9.forEach((function(r){return t(r[1],r[0],n)}))},t}(),Pr=Tr.prototype.entries;wn&&(Tr.prototype[Symbol.iterator]=Pr);var Nr=function(t){return[t[0],t[1]]},Fr=function(t){return t[0]},Cr=function(t){return t[1]},Wr=function(){function t(t,n){this.m9=0,this._9=t,this.w9=n}return t.prototype.next=function(){return this.m9<this._9.length?{done:!1,value:this.w9(this._9[this.m9++])}:{done:!0,value:void 0}},t}(),jr="null";var Mr=h.create(null);Mr.ftp=21,Mr.file=0,Mr.gopher=70,Mr.http=80,Mr.https=443,Mr.ws=80,Mr.wss=443;var Br=/^(?:\.|%2e)$/i,Ur=/^(?:\.|%2e){2}$/i;function Lr(t){return Br.test(t)}function Vr(t){return Ur.test(t)}function xr(t){return void 0!==Mr[t]}function Hr(t){return xr(t.oO)}function Gr(t){return""!==t.p9||""!==t.y9}function zr(t){var n=t.length;if(!(n>=2))return!1;if(!Xr(t.slice(0,2)))return!1;if(2!==n){var r=t[2];if(47!==r&&92!==r&&63!==r&&35!==r)return!1}return!0}function Kr(t){return 2===t.length&&fn.test(t[0])&&(":"===t[1]||"|"===t[1])}function Xr(t){return 2===t.length&&Kr(Tn(t))}function $r(t){return Kr(t)&&":"===t[1]}function qr(t){var n=t.A9;0!==n.length&&("file"===t.oO&&1===n.length&&$r(n[0])||n.pop())}function Zr(t){return null===t.b9||ar===t.b9||t.T9||"file"===t.oO}var Jr=-1,Yr=/\t|\n|\r/g,Qr=/^[\x00-\x1f ]+|[\x00-\x1f ]+$/g;function ti(t,n,r,i){void 0===r&&(r=null),void 0===i&&(i=null),r||(r=new ri,t=t.replace(Qr,""));var e=null!==i?i:0;n=n||null;for(var u=[],o=!1,f=!1,s=!1,h=Bn(t=t.replace(Yr,"")),a=h.length,v=0;v<=a;){var y=v<a?h[v]:Jr;switch(e){case 0:if(!kn(y)){if(null===i){u.length=0,e=2;continue}throw new c("Invalid scheme")}u.push(mn(y)),e=1;break;case 1:if(In(y)||43===y||45===y||46===y)u.push(mn(y));else{if(58!==y){if(null===i){u.length=0,e=2,v=0;continue}throw new c("Invalid scheme")}var d=zn(u);if(null!==i){if(xr(r.oO)&&!xr(d))return;if(!xr(r.oO)&&xr(d))return;if((Gr(r)||null!==r.T6)&&"file"===d)return;if("file"===r.oO&&(r.b9===ar||null===r.b9))return}if(r.oO=d,null!==i)return void(Hr(r)&&r.T6===Mr[r.oO]&&(r.T6=null));u.length=0,"file"===r.oO?e=13:Hr(r)&&n&&n.oO===r.oO?e=3:Hr(r)?e=7:47===h[v+1]?(e=4,v+=1):(r.T9=!0,r.A9.push(""),e=18)}break;case 2:if(!n||n.T9&&35!==y)throw new c("Invalid scheme");n.T9&&35===y?(r.oO=n.oO,r.A9=n.A9.slice(),r.v9=n.v9,r.S9="",r.T9=!0,e=20):"file"!==n.oO?(e=5,v-=1):(e=13,v-=1);break;case 3:47===y&&47===h[v+1]?e=8:(e=5,v-=1);break;case 4:47===y?e=9:(e=17,v-=1);break;case 5:r.oO=n.oO,Jr===y?(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,r.A9=n.A9.slice(),r.v9=n.v9):47===y?e=6:63===y?(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,r.A9=n.A9.slice(),r.v9="",e=19):35===y?(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,r.A9=n.A9.slice(),r.v9=n.v9,r.S9="",e=20):92===y&&Hr(r)?e=6:(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,r.A9=n.A9.slice(),r.A9.pop(),e=17,v-=1);break;case 6:!Hr(r)||47!==y&&92!==y?47===y?e=9:(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,e=17,v-=1):e=8;break;case 7:if(47!==y||47!==h[v+1]){e=8;continue}e=8,v+=1;break;case 8:47!==y&&92!==y&&(e=9,v-=1);break;case 9:if(64===y){o&&u.unshift(37,52,48),o=!0;for(var w=0;w<u.length;w++){var _=u[w];if(58!==_||s){var g=zn(ur(_,rr));s?r.y9+=g:r.p9+=g}else s=!0}u.length=0}else if(Jr===y||47===y||63===y||35===y||Hr(r)&&92===y){if(o&&0===u.length)throw new c("Invalid host");v-=u.length+1,u.length=0,e=10}else u.push(y);break;case 10:case 11:if(null!==i&&"file"===r.oO)v-=1,e=15;else if(58!==y||f)if(Jr===y||47===y||63===y||35===y||Hr(r)&&92===y){if(v-=1,Hr(r)&&0===u.length)throw new c("Invalid host");if(null!==i&&0===u.length&&(Gr(r)||null!==r.T6))return;var p=yr(zn(u),Hr(r));if(r.b9=p,u.length=0,e=16,null!==i)return}else 91===y?f=!0:93===y&&(f=!1),u.push(y);else{if(0===u.length)throw new c("Invalid host");var k=yr(zn(u),Hr(r));if(r.b9=k,u.length=0,e=12,11===i)return}break;case 12:if(Sn(y))u.push(y);else{if(!(Jr===y||47===y||63===y||35===y||Hr(r)&&92===y||null!==i))throw new c("Invalid port");if(0!==u.length){var S=l(zn(u),10);if(S>65535)throw new c("Invalid port");r.T6=S===Mr[r.oO]?null:S,u.length=0}if(null!==i)return;e=16,v-=1}break;case 13:r.oO="file",47===y||92===y?e=14:n&&"file"===n.oO?Jr===y?(r.b9=n.b9,r.A9=n.A9.slice(),r.v9=n.v9):63===y?(r.b9=n.b9,r.A9=n.A9.slice(),r.v9="",e=19):35===y?(r.b9=n.b9,r.A9=n.A9.slice(),r.v9=n.v9,r.S9="",e=20):(zr(h.slice(v))||(r.b9=n.b9,r.A9=n.A9.slice(),qr(r)),e=17,v-=1):(e=17,v-=1);break;case 14:47===y||92===y?e=15:(n&&"file"===n.oO&&!zr(h.slice(v))&&($r(n.A9[0])?r.A9.push(n.A9[0]):r.b9=n.b9),e=17,v-=1);break;case 15:if(Jr===y||47===y||92===y||63===y||35===y)if(v-=1,null===i&&Xr(u))e=17;else if(0===u.length){if(r.b9=ar,null!==i)return;e=16}else{var I=yr(zn(u),Hr(r));if(0===I.BJ&&"localhost"===I.f9&&(I=ar),r.b9=I,null!==i)return;u.length=0,e=16}else u.push(y);break;case 16:Hr(r)?(e=17,47!==y&&92!==y&&(v-=1)):null===i&&63===y?(r.v9="",e=19):null===i&&35===y?(r.S9="",e=20):Jr!==y&&(e=17,47!==y&&(v-=1));break;case 17:if(Jr===y||47===y||Hr(r)&&92===y||null===i&&(63===y||35===y)){var b=zn(u);if(Vr(b)?(qr(r),47===y||Hr(r)&&92===y||r.A9.push("")):!Lr(b)||47===y||Hr(r)&&92===y?Lr(b)||("file"===r.oO&&0===r.A9.length&&Xr(u)&&(ar!==r.b9&&null!==r.b9&&(r.b9=ar),u[1]=58,b=zn(u)),r.A9.push(b)):r.A9.push(""),u.length=0,"file"===r.oO&&(Jr===y||63===y||35===y))for(;r.A9.length>1&&""===r.A9[0];)r.A9.shift();63===y?(r.v9="",e=19):35===y&&(r.S9="",e=20)}else u.push.apply(u,ur(y,nr));break;case 18:63===y?(r.v9="",e=19):35===y?(r.S9="",e=20):Jr!==y&&(r.A9[0]+=zn(ur(y,Qn)));break;case 19:null===i&&35===y?(r.S9="",e=20):Jr!==y&&(r.v9+=zn(ur(y,Hr(r)?er:ir)));break;case 20:Jr===y||0===y||(r.S9+=zn(ur(y,tr)))}v++}return r}function ni(t,n,r,i){try{ti(t,n,r,i)}catch(t){}}var ri=function(){this.oO="",this.p9="",this.y9="",this.b9=null,this.T6=null,this.A9=[],this.v9=null,this.S9=null,this.T9=!1};function ii(t){switch(t.oO){case"blob":var n;try{n=ti(t.A9[0],null)}catch(t){return jr}return ii(n);case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return function(t,n,r){return t+"://"+dr(n)+(null===r?"":":"+r)}(t.oO,t.b9,t.T6);default:return jr}}var ei,ui,oi=function(){function t(t,n){var r,i=null;if(null!=n)if(function(t){return null!=t&&t instanceof oi&&"object"==typeof t.g9}(n))i=n.g9;else try{i=ti(String(n),null)}catch(t){throw new c("Invalid base URL: "+t.message)}try{r=ti(String(t),i)}catch(t){throw new c("Invalid URL: "+t.message)}var e=r.v9;this.g9=r,this.v9=function(t){var n=new Tr;return null!==t&&Or(n,t),n}(e),this.v9.g9=this}var n=t.prototype;return n.toString=function(){return this.href},n.toJSON=function(){return this.href},function(t,n,r){n&&en(t.prototype,n),r&&en(t,r)}(t,[{key:"href",get:function(){return function(t,n){void 0===n&&(n=!1);var r=t.oO+":";if(null!==t.b9?(r+="//",Gr(t)&&(r+=t.p9,""!==t.y9&&(r+=":"+t.y9),r+="@"),r+=dr(t.b9),null!==t.T6&&(r+=":"+t.T6)):null===t.b9&&"file"===t.oO&&(r+="//"),t.T9)r+=t.A9[0];else for(var i=0,e=t.A9;i<e.length;i++)r+="/"+e[i];return null!==t.v9&&(r+="?"+t.v9),n||null===t.S9||(r+="#"+t.S9),r}(this.g9)},set:function(t){var n;try{n=ti(String(t),null)}catch(t){throw new c("Invalid URL: "+t.message)}this.g9=n,Rr(this.v9);var r=this.g9.v9;null!==r&&Or(this.v9,r)}},{key:"origin",get:function(){return ii(this.g9)}},{key:"protocol",get:function(){return this.g9.oO+":"},set:function(t){ni(t+":",null,this.g9,0)}},{key:"username",get:function(){return this.g9.p9},set:function(t){Zr(this.g9)||(this.g9.p9=or(t,rr))}},{key:"password",get:function(){return this.g9.y9},set:function(t){Zr(this.g9)||(this.g9.y9=or(t,rr))}},{key:"host",get:function(){var t=this.g9,n=t.b9;if(null===n)return"";var r=t.T6,i=dr(n);return null!==r&&(i+=":"+r),i},set:function(t){this.g9.T9||ni(t,null,this.g9,10)}},{key:"hostname",get:function(){var t=this.g9.b9;return null===t?"":dr(t)},set:function(t){this.g9.T9||ni(t,null,this.g9,11)}},{key:"port",get:function(){var t=this.g9.T6;return null===t?"":""+t},set:function(t){Zr(this.g9)||(""===t?this.g9.T6=null:ni(t,null,this.g9,12))}},{key:"pathname",get:function(){var t=this.g9.A9;return this.g9.T9?t[0]:0===t.length?"":"/"+t.join("/")},set:function(t){this.g9.T9||(this.g9.A9.length=0,ni(t,null,this.g9,16))}},{key:"search",get:function(){var t=this.g9.v9;return null===t||""===t?"":"?"+t},set:function(t){t=Ir(t);var n=this.g9;if(""===t)return n.v9=null,void Rr(this.v9);"?"===t[0]&&(t=t.slice(1)),n.v9="",ni(t,null,n,19),Or(this.v9,t)}},{key:"searchParams",get:function(){return this.v9}},{key:"hash",get:function(){var t=this.g9.S9;return null===t||""===t?"":"#"+t},set:function(t){""!==t?("#"===t[0]&&(t=t.slice(1)),this.g9.S9="",ni(t,null,this.g9,20)):this.g9.S9=null}}]),t}();function fi(t){return t.document&&t.document.baseURI||t.location.href||""}function si(){return void 0!==r?r.createElement("video"):void 0}var ci=!!("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch)||!(!i||!i.msMaxTouchPoints),hi=(ui||(ui=si()),ui),ai=!(!hi||!hi.webkitShowPlaybackTargetPicker),li=function(){function t(){this.E9=void 0,this.M9=!1,this.Ye=ci,this.Ks=!1,this.f5=!0}var r=t.prototype;return r.I9=function(){return 0},r.O9=function(t,n){return!0},r.L9=function(t){return t>=.3333333333333333},Y(t,[{key:"k9",get:function(){return void 0===this.E9&&(this.E9=this.I9()),this.E9}},{key:"R9",get:function(){return!dt.JR}},{key:"P9",get:function(){if(n.screen)return{width:n.screen.width,height:n.screen.height}}},{key:"K0",get:function(){return n.devicePixelRatio||1}},{key:"C9",get:function(){return ai}},{key:"P0",get:function(){return!1}},{key:"b0",get:function(){return!0}},{key:"ym",get:function(){return dt.WR||dt.JI}},{key:"x9",get:function(){return!dt.JI}},{key:"kB",get:function(){return!0}},{key:"Tm",get:function(){return!0}},{key:"Am",get:function(){return!1}},{key:"N9",get:function(){}},{key:"D9",get:function(){return!0}},{key:"Vj",get:function(){return!1}},{key:"B9",get:function(){return dt.kR}}]),t}(),vi=function(){var t=si();if(!t)return!1;var n=t.muted;return t.muted=!n,t.muted!==n}();!function(){if(dt.KI)return!1;var t=si();if(!t)return!1;var n=t.volume;t.volume=n/2+.1,t.volume}();var yi=function(t){function n(n){var r;return(r=t.call(this)||this).F9=n,r.F9&&(r.M9=r.F9.M9,r.Ye=r.F9.Ye,r.f5=vi&&r.F9.f5),r}tt(n,t);var r=n.prototype;return r.I9=function(){return this.F9?this.F9.k9:t.prototype.I9.call(this)},r.O9=function(n,r){return this.F9?this.F9.O9(n,r):t.prototype.O9.call(this,n,r)},r.L9=function(n){return this.F9?this.F9.L9(n):t.prototype.L9.call(this,n)},Y(n,[{key:"N9",get:function(){var t;return null==(t=this.F9)?void 0:t.N9}},{key:"D9",get:function(){var t,n;return null==(n=null==(t=this.F9)?void 0:t.D9)||n}}]),n}(li),di=function(t){function n(n){var r;return(r=t.call(this,n)||this).M9=!0,r.Ks=!0,r}return tt(n,t),Y(n,[{key:"Am",get:function(){return dt.JI}}]),n}(yi);var wi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.I9=function(){return function(t){return t&&pt(ei.ManagedMediaSource)?ei.ManagedMediaSource:pt(ei.MediaSource)?ei.MediaSource:void 0}(!0)?t.prototype.I9.call(this):1},Y(n,[{key:"Am",get:function(){return!0}}]),n}(di),_i=function(t){function r(){return t.apply(this,arguments)}return tt(r,t),r.prototype.O9=function(n,r){return t.prototype.O9.call(this,n,r)},Y(r,[{key:"P0",get:function(){return dt.yR<3}},{key:"b0",get:function(){return dt.yR>=3}},{key:"P9",get:function(){var t=this;return n.tizen&&!this.U9&&n.tizen.systeminfo.getPropertyValue("DISPLAY",(function(n){var r=n.resolutionWidth,i=n.resolutionHeight;1===r&&1===i||(t.U9={width:r,height:i})})),this.U9}},{key:"Vj",get:function(){return dt.yR<3}}]),r}(yi),gi=function(t){function n(){return t.call(this)}return tt(n,t),n}(li),pi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.O9=function(t,n){if(t&&t.V9&&n&&n.V9){var r=ki(t.V9,"mp4a.40.2")&&ki(n.V9,"mp4a.40.5"),i=ki(t.V9,"mp4a.40.5")&&ki(n.V9,"mp4a.40.2"),e=ki(t.V9,"mp4a.40.2")&&ki(n.V9,"mp4a.40.34"),u=ki(t.V9,"mp4a.40.34")&&ki(n.V9,"mp4a.40.2"),o=ki(t.V9,"mp4a.40.5")&&ki(n.V9,"mp4a.40.34"),f=ki(t.V9,"mp4a.40.34")&&ki(n.V9,"mp4a.40.5");return!(r||i||e||u||o||f)}return!0},Y(n,[{key:"N9",get:function(){if(dt.NI)return 4096}}]),n}(gi);function ki(t,n){return t.indexOf(n)>-1}var Si=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.L9=function(t){return t>=2},n}(gi),Ii=function(t){function n(){var n;return(n=t.call(this)||this).M9=dt.zR>=11,n.f5=dt.WR&&!(dt.JI&&dt.zR<10),n}return tt(n,t),n}(gi),bi=function(t){function r(){return t.apply(this,arguments)}return tt(r,t),Y(r,[{key:"P9",get:function(){var t=this;return n.webOS&&!this.U9&&n.webOS.deviceInfo((function(n){t.U9={width:n.screenWidth,height:n.screenHeight}})),this.U9}},{key:"kB",get:function(){return!1}}]),r}(yi),mi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),Y(n,[{key:"D9",get:function(){return!dt.BI||(dt._R?92!==dt.vR:dt.dR>=100)}}]),n}(gi),Ai=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),Y(n,[{key:"Am",get:function(){return!0}}]),n}(yi),Ei=function(){function t(){this.X9=new Ri,this.Q9=function(){var t=function(){if(dt.MR)return new pi;if(dt.IR||dt.PR)return new Si;if(dt.WR)return new Ii;if(dt.cR)return new mi;return new gi}();return dt.JI?new wi(t):dt.Ks?new di(t):dt.wR?new _i(t):dt.bR?new bi(t):dt.NI?new Ai(t):new yi(t)}(),this.G9=function(){if(self.URL)try{var t=new self.URL("b","http://a");return t.pathname="c d","http://a/c%20d"===t.href}catch(t){}return!1}(),self.performance&&self.performance.now?this.Pd=function(){return self.performance.now()}:this.Pd=rn}var n=t.prototype;return n.H9=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Et.apply(void 0,it(n))},n.Bm=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Rt.apply(void 0,it(n))},n.W9=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Ot.apply(void 0,it(n))},n.q9=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];Dt.apply(void 0,[t].concat(it(r)))},n.xd=function(t,n){return e(t,n)},n.SZ=function(t,n){return o(t,n)},n.Cd=function(t){u(t)},n.EZ=function(t){f(t)},n.RN=function(){return this.z9.RN()},n.AN=function(){return this.z9.AN()},n.TN=function(){return this.z9.TN()},n.bN=function(){return this.z9.bN()},n.pN=function(){return this.z9.pN()},n.kN=function(t,n){return this.z9.kN(t,n)},n.yN=function(t){return this.z9.yN(t)},n.Rh=function(t,n){var r;return void 0===n&&(n=fi(ei)),r="object"!=typeof n||n instanceof oi?n:n.href,new oi(t,r)},n.Dm=function(t,n){if(void 0===n&&(n=fi(ei)),this.G9){var r=function(t){return"string"==typeof t}(n)?n:n.toString();return new self.URL(t,r).href}return this.Rh(t,n).href},Y(t,[{key:"wB",get:function(){return this.X9}},{key:"Zs",get:function(){return this.Q9}},{key:"Em",get:function(){return{Sm:i&&i.userAgent.match(/Android /i)?"Android":"other",Im:Boolean(i&&i.userAgent.match(/Android 8.0.0/i))}}},{key:"yq",get:function(){return self&&self.location&&"https:"===self.location.protocol}},{key:"K9",get:function(){return"languages"in i?i.languages.slice():[i.language]}}]),t}(),Ri=function(){function t(){}return Y(t,[{key:"pB",get:function(){return i.oscpu}},{key:"Zs",get:function(){return i.platform}},{key:"yB",get:function(){return i.vendor}},{key:"AB",get:function(){return i.vendorSub}}]),t}();var Oi,Di=function(){function t(){}var n=t.prototype;return n.pN=function(){return x.resolve(!1)},n.AN=function(){return x.resolve(!1)},n.bN=function(){return x.resolve(!1)},n.TN=function(){return x.resolve(!1)},n.yN=function(t){return x.resolve(!1)},n.kN=function(t,n){return x.resolve(!1)},n.RN=function(){return x.resolve(!1)},t}(),Ti=function(){function t(){}var n=t.prototype;return n.vU=function(){},n.OP=function(t){},n.NP=function(t){},n.AO=function(t,n){},t}();function Pi(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var i,e,u=[],o=!0,f=!1;try{for(r=r.call(t);!(o=(i=r.next()).done)&&(u.push(i.value),!n||u.length!==n);o=!0);}catch(t){f=!0,e=t}finally{try{o||null==r.return||r.return()}finally{if(f)throw e}}return u}}(t,n)||rt(t,n)||function(){throw new c("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}!function(t){t.OE="arraybuffer",t.LE="json",t.ME="stream",t.Kb="text"}(Oi||(Oi={}));var Ni,Fi=function(){function t(n){var r=this;this.fd={},n instanceof t?n.asList().forEach((function(t){var n=Pi(t,2),i=n[0],e=n[1];r.append(i,e)})):Array.isArray(n)?n.forEach((function(t){var n=Pi(t,2),i=n[0],e=n[1];r.append(i,e)})):n&&h.getOwnPropertyNames(n).forEach((function(t){r.append(t,n[t])}))}var n=t.prototype;return n.append=function(t,n){var r=t,i=n;r=Ci(r),i=Wi(i);var e=r.toLowerCase();if(this.fd.hasOwnProperty(e)){var u=this.fd[e],o=u[1];u[1]=o?o+", "+i:i}else this.fd[e]=[r,i]},n.delete=function(t){var n=Ci(t).toLowerCase();delete this.fd[n]},n.get=function(t){var n=Ci(t).toLowerCase();return this.fd.hasOwnProperty(n)?this.fd[n][1]:null},n.has=function(t){var n=Ci(t).toLowerCase();return this.fd.hasOwnProperty(n)},n.set=function(t,n){var r=t,i=(r=Ci(r)).toLowerCase();this.fd[i]=[r,Wi(n)]},n.forEach=function(t,n){for(var r in this.fd)this.fd.hasOwnProperty(r)&&t.call(n,this.fd[r][1],r,this)},n.asList=function(){var t=[];for(var n in this.fd)if(this.fd.hasOwnProperty(n)){var r=Pi(this.fd[n],2),i=r[0],e=r[1];t.push([i,e])}return t},n.FE=function(){var t={};return this.forEach((function(n,r){t[r]=n})),t},n.UE=function(t){var n=this;t.forEach((function(t,r){n.append(r,t)}))},n.VE=function(t){var n=this;t.forEach((function(t,r){n.set(r,t)}))},t}();function Ci(t){var n=t;if("string"!=typeof n&&(n=String(n)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(n))throw new c("Invalid character in header field name");return n}function Wi(t){var n=t;return"string"!=typeof n&&(n=String(n)),n}!function(t){t[t.ih=0]="ih",t[t.ul=1]="ul",t[t.hd=-1]="hd"}(Ni||(Ni={}));Array.prototype.find,Array.prototype.findLast;var ji="function"==typeof Array.prototype.findIndex?function(t,n){return t.findIndex(n)}:function(t,n){for(var r=0;r<t.length;r+=1){if(n(t[r],r,t))return r}return-1},Mi="function"==typeof Array.prototype.findLastIndex?function(t,n){return t.findLastIndex(n)}:function(t,n){for(var r=t.length-1;r>=0;r-=1){if(n(t[r],r,t))return r}return-1};function Bi(t,n){var r=t.indexOf(n);return-1!==r&&(Ui(t,r),!0)}function Ui(t,n){0===n?t.shift():t.splice(n,1)}function Li(t){t.length=0}Array.prototype.flat,Array.prototype.flatMap;var Vi,xi,Hi,Gi,zi,Ki=function(){function t(){this.vd=!1,this.md=!1,this.wd=[],this.pd=[]}var n=t.prototype;return n._d=function(){if(!this.vd&&!this.md){this.vd=!0;for(var t=0,n=this.wd.slice();t<n.length;t++){(0,n[t])()}this.Ou()}},n.Ou=function(){if(!this.md){this.md=!0;for(var t=0,n=this.pd.slice();t<n.length;t++){(0,n[t])()}Li(this.wd),Li(this.pd)}},n.yd=function(t){this.md||this.wd.push(t)},n.bd=function(t){this.md||Bi(this.wd,t)},n.Td=function(t){this.md||this.pd.push(t)},n.Sd=function(t){this.md||Bi(this.pd,t)},t}(),Xi=function(){function t(){this.Ed=new Ki}var n=t.prototype;return n.Jl=function(){this.Ed._d()},n.Ou=function(){this.Ed.Ou()},n.Id=function(t){var n=this.Ed;if(!n.vd)if(t.vd)n._d();else if(!n.md&&!t.md){var r=function(){i(),n._d()},i=function(){t.bd(r),t.Sd(i),n.bd(r),n.Sd(i)};t.yd(r),t.Td(i),n.yd(r),n.Td(i)}},n.Rd=function(){var n=new t,r=new t,i=n.kd,e=r.kd,u=this.Ed,o=function(){i.vd&&e.md||e.vd&&i.md?u._d():i.md&&e.md&&u.Ou()};i.yd(o),e.yd(o),i.Td(o),e.Td(o),n.Id(u),r.Id(u);return u.Td((function(){i.bd(o),e.bd(o),i.Sd(o),e.Sd(o)})),[n,r]},Y(t,[{key:"kd",get:function(){return this.Ed}}]),t}();!function(t){t.DELETE="DELETE",t.GET="GET",t.HEAD="HEAD",t.OPTIONS="OPTIONS",t.POST="POST",t.PUT="PUT"}(Vi||(Vi={})),function(t){t.jb="",t.HE="manifest",t.WE="segment",t.qE="preload-hint",t.zE="content-protection"}(xi||(xi={})),function(t){t.jb="",t.XE="initialization-segment",t.GE="fairplay-license",t.QE="fairplay-certificate",t.KE="widevine-license",t.YE="widevine-certificate",t.jE="playready-license",t.ZE="clearkey-license",t.JE="aes128-key"}(Hi||(Hi={})),function(t){t.jb="",t.lp="audio",t.vl="video",t.Kb="text",t.Yb="image"}(Gi||(Gi={})),function(t){t.$E="same-origin",t.Om="no-cors",t.tI="cors",t.eI="navigate"}(zi||(zi={}));var $i=function(t,n){var r,i,e,u,o,f,s,c,h,a,l,v,y,d,w,_,g=t.TE;n?(r=n.iI,i=n.sI,e=n.nI,u=n.rI,o=n.kE,f=n.hI,s=n.kd,c=n.Jg,h=n.oI,a=n.aI,l=n.uI,v=n.cI,y=n.Kg,d=n.lI):(r=null,i={},e="GET",u=Oi.Kb,o=0,f=0,c="",h="",a="",l=!1,y=void 0,d=!1),this.TE=g,this.iI=t.iI||r,this.sI=new Fi(t.sI||i),this.nI=t.nI||e,this.rI=t.rI||u,this.kE=void 0!==t.kE?Number(t.kE)||0:o,this.hI=void 0!==t.hI?Number(t.hI)||0:f,this.kd=t.kd||s||(new Xi).kd,this.Jg=t.Jg||c,this.oI=t.oI||h,this.aI=t.aI||a,this.uI=void 0!==t.uI?Boolean(t.uI):l,this.cI=t.cI||v,this.Kg=null!=(w=t.Kg)?w:y,this.lI=null!=(_=t.lI)?_:d};var qi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];s.apply(this,n)};(qi.prototype=h.create(s.prototype)).constructor=qi;var Zi,Ji=function(t){function n(n,r){var i;return(i=t.call(this)||this).message=n||"Unknown error",i.cause=r,s.captureStackTrace&&s.captureStackTrace(function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(i),i.constructor),i}return tt(n,t),Y(n,[{key:"name",get:function(){return"BaseError"}}]),n}(qi);!function(t){t.vE="HttpOpenError",t.mE="HttpResponseError",t.wE="HttpTimeoutError"}(Zi||(Zi={}));var Yi=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).yE=n,e}return tt(n,t),Y(n,[{key:"pE",get:function(){return this.yE}}]),n}(Ji);var Qi=function(t){function n(n,r){return t.call(this,n,function(t){return"Error while opening "+t+". Invalid URL."}(n.TE),r)}return tt(n,t),Y(n,[{key:"name",get:function(){return Zi.vE}}]),n}(Yi),te=function(){function t(){}var n=t.prototype;return n.pE=function(t){return x.reject(new Qi(new $i(t)))},n.MV=function(t){},n.bn=function(){},t}(),ne=function(t){function n(n){return t.call(this,"Invalid XML",n)}return tt(n,t),n}(Ji),re=function(t){function n(){var n;return(n=t.apply(this,arguments)||this).k7=new Di,n.vI=new te,n.i=new Ti,n}return tt(n,t),n.prototype.oE=function(t){throw new ne},Y(n,[{key:"z9",get:function(){return this.k7}},{key:"E7",get:function(){return!1}},{key:"vZ",get:function(){return!1}},{key:"C7",get:function(){return!1}},{key:"BZ",get:function(){return!1}},{key:"wO",get:function(){return this.i}},{key:"x7",get:function(){return{N7:kt}}},{key:"D7",get:function(){return"default"}},{key:"B7",get:function(){return"unknown"}},{key:"Gf",get:function(){return this.vI}}]),n}(Ei);!function(t){t}(new re);var ie=function(){function t(){this.Tp=void 0,this.p=function(t){for(var n=new Array(t),r=0;r<t;r++)n[r]=0;return n}(20),this.en=0}var n=t.prototype;return n.vr=function(t){this.Tp=new d(t)},n.ui=function(t){var n=this.en;this.p[n]=t,n=(n+1)%20,this.en=n},n.li=function(t){var n,r=this.Tp?this.Tp.length:0;this.ui(t);var i=(n=a).max.apply(n,it(this.p));return i>r?i+=a.round(.1*i):i<r&&(i=a.min(r,i+a.round(.1*i))),i},n.nv=function(t){var n=this.li(t);return(this.Tp?this.Tp.length:0)!==n&&this.vr(n),this.Tp},t}(),ee=("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"]),ue=(ArrayBuffer.isView,String.prototype.replaceAll,String.prototype.startsWith,String.prototype.endsWith,"function"==typeof String.prototype.repeat?function(t,n){return t.repeat(n)}:function(t,n){var r=0|n;if(0===t.length||0===r)return"";for(var i=t,e="";1==(1&r)&&(e+=i),0!=(r>>>=1);)i+=i;return e}),oe=(String.prototype.padStart,String.prototype.padEnd,16384);String.fromCodePoint;function fe(t,n){for(var r=[],i=0;i<t.length;i+=oe)r.push(n.apply(void 0,it(t.slice(i,i+oe))));return r.join("")}function se(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=t.byteLength),t.slice?t.slice(n,r):function(t){if(t.slice)return t.slice(0);var n=new d(t.byteLength);return n.set(t,0),n}(function(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=t.byteLength),new d(t.buffer,t.byteOffset+n,r-n)}(t,n,r))}var ce=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).code=n,e}return tt(n,t),n}(Ji),he=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22,82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125,198,248,238,246,255,214,222,145,96,2,206,86,231,181,77,236,143,31,137,250,239,178,142,251,65,179,95,69,35,83,228,155,117,225,61,76,108,126,245,131,104,81,209,249,226,171,98,42,8,149,70,157,48,55,10,47,14,36,27,223,205,78,127,234,18,29,88,52,54,220,180,91,164,118,183,125,82,221,94,19,166,185,0,193,64,227,121,182,212,141,103,114,148,152,176,133,187,197,79,237,134,154,102,17,138,233,4,254,160,120,37,75,162,93,128,5,63,33,112,241,99,119,175,66,32,229,253,191,129,24,38,195,190,53,136,46,147,85,252,122,200,186,50,230,192,25,158,163,68,84,59,11,140,199,107,40,167,188,22,173,219,100,116,20,146,12,72,184,159,189,67,196,57,49,211,242,213,139,110,218,1,177,156,73,216,172,243,207,202,244,71,16,111,240,74,92,56,87,115,151,203,161,232,62,150,97,13,15,224,124,113,204,144,6,247,28,194,106,174,105,23,153,58,39,217,235,43,34,210,169,7,51,45,60,21,201,135,170,80,165,3,89,9,26,101,215,132,208,130,41,90,30,123,168,109,44,165,132,153,141,13,189,177,84,80,3,169,125,25,98,230,154,69,157,64,135,21,235,201,11,236,103,253,234,191,247,150,91,194,28,174,106,90,65,2,79,92,244,52,8,147,115,83,63,12,82,101,94,40,161,15,181,9,54,155,61,38,105,205,159,27,158,116,46,45,178,238,251,246,77,97,206,123,62,113,151,245,104,0,44,96,31,200,237,190,70,217,75,222,212,232,74,107,42,229,22,197,215,85,148,207,16,6,129,240,68,186,227,243,254,192,138,173,188,72,4,223,193,117,99,48,26,14,109,76,20,53,47,225,162,204,57,87,242,130,71,172,231,43,149,160,152,209,127,102,126,171,131,202,41,211,60,121,226,29,118,59,86,78,30,219,10,108,228,93,110,239,166,168,164,55,139,50,67,89,183,140,100,210,224,180,250,7,37,175,142,233,24,213,136,111,114,36,241,199,81,35,124,156,33,221,220,134,133,144,66,196,170,216,5,1,18,163,95,249,208,145,88,39,185,56,19,179,51,187,112,137,167,182,34,146,32,73,255,120,122,143,248,128,23,218,49,198,184,195,176,119,17,203,252,214,58,0,9,18,27,36,45,54,63,72,65,90,83,108,101,126,119,144,153,130,139,180,189,166,175,216,209,202,195,252,245,238,231,59,50,41,32,31,22,13,4,115,122,97,104,87,94,69,76,171,162,185,176,143,134,157,148,227,234,241,248,199,206,213,220,118,127,100,109,82,91,64,73,62,55,44,37,26,19,8,1,230,239,244,253,194,203,208,217,174,167,188,181,138,131,152,145,77,68,95,86,105,96,123,114,5,12,23,30,33,40,51,58,221,212,207,198,249,240,235,226,149,156,135,142,177,184,163,170,236,229,254,247,200,193,218,211,164,173,182,191,128,137,146,155,124,117,110,103,88,81,74,67,52,61,38,47,16,25,2,11,215,222,197,204,243,250,225,232,159,150,141,132,187,178,169,160,71,78,85,92,99,106,113,120,15,6,29,20,43,34,57,48,154,147,136,129,190,183,172,165,210,219,192,201,246,255,228,237,10,3,24,17,46,39,60,53,66,75,80,89,102,111,116,125,161,168,179,186,133,140,151,158,233,224,251,242,205,196,223,214,49,56,35,42,21,28,7,14,121,112,107,98,93,84,79,70,0,11,22,29,44,39,58,49,88,83,78,69,116,127,98,105,176,187,166,173,156,151,138,129,232,227,254,245,196,207,210,217,123,112,109,102,87,92,65,74,35,40,53,62,15,4,25,18,203,192,221,214,231,236,241,250,147,152,133,142,191,180,169,162,246,253,224,235,218,209,204,199,174,165,184,179,130,137,148,159,70,77,80,91,106,97,124,119,30,21,8,3,50,57,36,47,141,134,155,144,161,170,183,188,213,222,195,200,249,242,239,228,61,54,43,32,17,26,7,12,101,110,115,120,73,66,95,84,247,252,225,234,219,208,205,198,175,164,185,178,131,136,149,158,71,76,81,90,107,96,125,118,31,20,9,2,51,56,37,46,140,135,154,145,160,171,182,189,212,223,194,201,248,243,238,229,60,55,42,33,16,27,6,13,100,111,114,121,72,67,94,85,1,10,23,28,45,38,59,48,89,82,79,68,117,126,99,104,177,186,167,172,157,150,139,128,233,226,255,244,197,206,211,216,122,113,108,103,86,93,64,75,34,41,52,63,14,5,24,19,202,193,220,215,230,237,240,251,146,153,132,143,190,181,168,163,0,13,26,23,52,57,46,35,104,101,114,127,92,81,70,75,208,221,202,199,228,233,254,243,184,181,162,175,140,129,150,155,187,182,161,172,143,130,149,152,211,222,201,196,231,234,253,240,107,102,113,124,95,82,69,72,3,14,25,20,55,58,45,32,109,96,119,122,89,84,67,78,5,8,31,18,49,60,43,38,189,176,167,170,137,132,147,158,213,216,207,194,225,236,251,246,214,219,204,193,226,239,248,245,190,179,164,169,138,135,144,157,6,11,28,17,50,63,40,37,110,99,116,121,90,87,64,77,218,215,192,205,238,227,244,249,178,191,168,165,134,139,156,145,10,7,16,29,62,51,36,41,98,111,120,117,86,91,76,65,97,108,123,118,85,88,79,66,9,4,19,30,61,48,39,42,177,188,171,166,133,136,159,146,217,212,195,206,237,224,247,250,183,186,173,160,131,142,153,148,223,210,197,200,235,230,241,252,103,106,125,112,83,94,73,68,15,2,21,24,59,54,33,44,12,1,22,27,56,53,34,47,100,105,126,115,80,93,74,71,220,209,198,203,232,229,242,255,180,185,174,163,128,141,154,151,0,14,28,18,56,54,36,42,112,126,108,98,72,70,84,90,224,238,252,242,216,214,196,202,144,158,140,130,168,166,180,186,219,213,199,201,227,237,255,241,171,165,183,185,147,157,143,129,59,53,39,41,3,13,31,17,75,69,87,89,115,125,111,97,173,163,177,191,149,155,137,135,221,211,193,207,229,235,249,247,77,67,81,95,117,123,105,103,61,51,33,47,5,11,25,23,118,120,106,100,78,64,82,92,6,8,26,20,62,48,34,44,150,152,138,132,174,160,178,188,230,232,250,244,222,208,194,204,65,79,93,83,121,119,101,107,49,63,45,35,9,7,21,27,161,175,189,179,153,151,133,139,209,223,205,195,233,231,245,251,154,148,134,136,162,172,190,176,234,228,246,248,210,220,206,192,122,116,102,104,66,76,94,80,10,4,22,24,50,60,46,32,236,226,240,254,212,218,200,198,156,146,128,142,164,170,184,182,12,2,16,30,52,58,40,38,124,114,96,110,68,74,88,86,55,57,43,37,15,1,19,29,71,73,91,85,127,113,99,109,215,217,203,197,239,225,243,253,167,169,187,181,159,145,131,141],ae=2048,le=16;function ve(t,n,r){var i=0,e=0,u=0,o=0,f=0,s=0,c=0,h=0,a=0,l=0,v=0,y=0,d=0,w=0,_=0,g=0,p=0,k=0,S=0,I=0,b=0,m=0,A=0,E=0,R=0,O=0,D=0,T=0,P=0,N=0,F=0,C=0,W=0,j=0,M=0,B=0,U=0,L=0,V=0,x=0,H=0,G=0,z=0,K=0,X=0,$=0,q=0,Z=0,J=0,Y=0,Q=0,tt=0,nt=0,rt=0,it=0,et=0,ut=0,ot=0,ft=0,st=0,ct=0,ht=0,at=0,lt=0,vt=0,yt=0,dt=0,wt=0,_t=0,gt=0,pt=0,kt=0,St=0,It=0,bt=0,mt=0,At=0,Et=0,Rt=0,Ot=0,Dt=0,Tt=0,Pt=0,Nt=0,Ft=0,Ct=0,Wt=0,jt=0,Mt=0,Bt=0,Ut=0,Lt=0,Vt=0,xt=0,Ht=0,Gt=0,zt=0,Kt=0,Xt=0,$t=0,qt=0,Zt=0,Jt=0,Yt=0,Qt=0,tn=0,nn=0,rn=0,en=0,un=0,on=0,fn=0,sn=0,cn=0,hn=0,an=0,ln=0,vn=0,yn=0,dn=0,wn=0,_n=0,gn=0,pn=0,kn=0,Sn=0,In=0,bn=0,mn=0,An=0,En=0,Rn=0,On=0,Dn=0,Tn=0,Pn=0,Nn=0,Fn=0,Cn=0,Wn=0,jn=0,Mn=0,Bn=0,Un=0,Ln=0,Vn=0,xn=0,Hn=0,Gn=0,zn=0,Kn=0,Xn=0,$n=0,qn=0,Zn=0,Jn=0,Yn=0,Qn=0,tr=0,nr=0,rr=0,ir=0,er=0,ur=0,or=0,fr=0,sr=0,cr=0,hr=0,ar=0,lr=0,vr=0,yr=0,dr=0,wr=0,_r=0,gr=0,pr=0,kr=0,Sr=0,Ir=0,br=0,mr=0,Ar=0,Er=0,Rr=0,Or=0,Dr=0,Tr=0,Pr=0,Nr=0,Fr=0,Cr=0,Wr=0,jr=0,Mr=0,Br=0,Ur=0,Lr=0,Vr=0,xr=0,Hr=0,Gr=0,zr=0,Kr=0,Xr=0,$r=0,qr=0,Zr=0,Jr=0,Yr=0,Qr=0,ti=0,ni=0,ri=0,ii=0,ei=0,ui=0,oi=0,fi=0,si=0,ci=0,hi=0,ai=0,li=0,vi=0,yi=0,di=0,wi=0,_i=0,gi=0,pi=0,ki=0,Si=0,Ii=0,bi=0,mi=0,Ai=0,Ei=0,Ri=0,Oi=0,Di=0,Ti=0,Pi=0,Ni=0,Fi=0,Ci=0,Wi=0,ji=0,Mi=0,Bi=0,Ui=0,Li=0,Vi=0,xi=0,Hi=0,Gi=0,zi=new t.Uint8Array(r);function Ki(t,n,r,Ki,Xi,$i,qi,Zi,Ji,Yi,Qi,te,ne,re,ie,ee){t|=0,n|=0,r|=0,Ki|=0,Xi|=0,$i|=0,qi|=0,Zi|=0,Ji|=0,Yi|=0,Qi|=0,te|=0,ne|=0,re|=0,ie|=0,ee|=0;var ue=0,oe=0,fe=0,se=0,ce=0,he=0,ae=0,le=0,ve=0,ye=0,de=0,we=0,_e=0,ge=0,pe=0,ke=0,Se=256,Ie=1024,be=1280,me=1536,Ae=1792;32==(0|p)?(ue=zi[Se|t^Di]^vi,oe=zi[Se|re^xi]^yi,fe=zi[Se|Qi^Ui]^di,se=zi[Se|Zi^ji]^wi,ce=zi[Se|Xi^Fi]^_i,he=zi[Se|n^Ti]^gi,ae=zi[Se|ie^Hi]^pi,le=zi[Se|te^Li]^ki,ve=zi[Se|Ji^Mi]^Si,ye=zi[Se|$i^Ci]^Ii,de=zi[Se|r^Pi]^bi,we=zi[Se|ee^Gi]^mi,_e=zi[Se|ne^Vi]^Ai,ge=zi[Se|Yi^Bi]^Ei,pe=zi[Se|qi^Wi]^Ri,ke=zi[Se|Ki^Ni]^Oi,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Jr,oe=zi[Se|n]^Yr,fe=zi[Se|r]^Qr,se=zi[Se|Ki]^ti,ce=zi[Se|Xi]^ni,he=zi[Se|$i]^ri,ae=zi[Se|qi]^ii,le=zi[Se|Zi]^ei,ve=zi[Se|Ji]^ui,ye=zi[Se|Yi]^oi,de=zi[Se|Qi]^fi,we=zi[Se|te]^si,_e=zi[Se|ne]^ci,ge=zi[Se|re]^hi,pe=zi[Se|ie]^ai,ke=zi[Se|ee]^li,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Wr,oe=zi[Se|n]^jr,fe=zi[Se|r]^Mr,se=zi[Se|Ki]^Br,ce=zi[Se|Xi]^Ur,he=zi[Se|$i]^Lr,ae=zi[Se|qi]^Vr,le=zi[Se|Zi]^xr,ve=zi[Se|Ji]^Hr,ye=zi[Se|Yi]^Gr,de=zi[Se|Qi]^zr,we=zi[Se|te]^Kr,_e=zi[Se|ne]^Xr,ge=zi[Se|re]^$r,pe=zi[Se|ie]^qr,ke=zi[Se|ee]^Zr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^pr,oe=zi[Se|n]^kr,fe=zi[Se|r]^Sr,se=zi[Se|Ki]^Ir,ce=zi[Se|Xi]^br,he=zi[Se|$i]^mr,ae=zi[Se|qi]^Ar,le=zi[Se|Zi]^Er,ve=zi[Se|Ji]^Rr,ye=zi[Se|Yi]^Or,de=zi[Se|Qi]^Dr,we=zi[Se|te]^Tr,_e=zi[Se|ne]^Pr,ge=zi[Se|re]^Nr,pe=zi[Se|ie]^Fr,ke=zi[Se|ee]^Cr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^ir,oe=zi[Se|n]^er,fe=zi[Se|r]^ur,se=zi[Se|Ki]^or,ce=zi[Se|Xi]^fr,he=zi[Se|$i]^sr,ae=zi[Se|qi]^cr,le=zi[Se|Zi]^hr,ve=zi[Se|Ji]^ar,ye=zi[Se|Yi]^lr,de=zi[Se|Qi]^vr,we=zi[Se|te]^yr,_e=zi[Se|ne]^dr,ge=zi[Se|re]^wr,pe=zi[Se|ie]^_r,ke=zi[Se|ee]^gr):(ue=zi[Se|t^pr]^ir,oe=zi[Se|re^Nr]^er,fe=zi[Se|Qi^Dr]^ur,se=zi[Se|Zi^Er]^or,ce=zi[Se|Xi^br]^fr,he=zi[Se|n^kr]^sr,ae=zi[Se|ie^Fr]^cr,le=zi[Se|te^Tr]^hr,ve=zi[Se|Ji^Rr]^ar,ye=zi[Se|$i^mr]^lr,de=zi[Se|r^Sr]^vr,we=zi[Se|ee^Cr]^yr,_e=zi[Se|ne^Pr]^dr,ge=zi[Se|Yi^Or]^wr,pe=zi[Se|qi^Ar]^_r,ke=zi[Se|Ki^Ir]^gr),t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Vn,oe=zi[Se|n]^xn,fe=zi[Se|r]^Hn,se=zi[Se|Ki]^Gn,ce=zi[Se|Xi]^zn,he=zi[Se|$i]^Kn,ae=zi[Se|qi]^Xn,le=zi[Se|Zi]^$n,ve=zi[Se|Ji]^qn,ye=zi[Se|Yi]^Zn,de=zi[Se|Qi]^Jn,we=zi[Se|te]^Yn,_e=zi[Se|ne]^Qn,ge=zi[Se|re]^tr,pe=zi[Se|ie]^nr,ke=zi[Se|ee]^rr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^An,oe=zi[Se|n]^En,fe=zi[Se|r]^Rn,se=zi[Se|Ki]^On,ce=zi[Se|Xi]^Dn,he=zi[Se|$i]^Tn,ae=zi[Se|qi]^Pn,le=zi[Se|Zi]^Nn,ve=zi[Se|Ji]^Fn,ye=zi[Se|Yi]^Cn,de=zi[Se|Qi]^Wn,we=zi[Se|te]^jn,_e=zi[Se|ne]^Mn,ge=zi[Se|re]^Bn,pe=zi[Se|ie]^Un,ke=zi[Se|ee]^Ln,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^cn,oe=zi[Se|n]^hn,fe=zi[Se|r]^an,se=zi[Se|Ki]^ln,ce=zi[Se|Xi]^vn,he=zi[Se|$i]^yn,ae=zi[Se|qi]^dn,le=zi[Se|Zi]^wn,ve=zi[Se|Ji]^_n,ye=zi[Se|Yi]^gn,de=zi[Se|Qi]^pn,we=zi[Se|te]^kn,_e=zi[Se|ne]^Sn,ge=zi[Se|re]^In,pe=zi[Se|ie]^bn,ke=zi[Se|ee]^mn,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Kt,oe=zi[Se|n]^Xt,fe=zi[Se|r]^$t,se=zi[Se|Ki]^qt,ce=zi[Se|Xi]^Zt,he=zi[Se|$i]^Jt,ae=zi[Se|qi]^Yt,le=zi[Se|Zi]^Qt,ve=zi[Se|Ji]^tn,ye=zi[Se|Yi]^nn,de=zi[Se|Qi]^rn,we=zi[Se|te]^en,_e=zi[Se|ne]^un,ge=zi[Se|re]^on,pe=zi[Se|ie]^fn,ke=zi[Se|ee]^sn,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Tt,oe=zi[Se|n]^Pt,fe=zi[Se|r]^Nt,se=zi[Se|Ki]^Ft,ce=zi[Se|Xi]^Ct,he=zi[Se|$i]^Wt,ae=zi[Se|qi]^jt,le=zi[Se|Zi]^Mt,ve=zi[Se|Ji]^Bt,ye=zi[Se|Yi]^Ut,de=zi[Se|Qi]^Lt,we=zi[Se|te]^Vt,_e=zi[Se|ne]^xt,ge=zi[Se|re]^Ht,pe=zi[Se|ie]^Gt,ke=zi[Se|ee]^zt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^yt,oe=zi[Se|n]^dt,fe=zi[Se|r]^wt,se=zi[Se|Ki]^_t,ce=zi[Se|Xi]^gt,he=zi[Se|$i]^pt,ae=zi[Se|qi]^kt,le=zi[Se|Zi]^St,ve=zi[Se|Ji]^It,ye=zi[Se|Yi]^bt,de=zi[Se|Qi]^mt,we=zi[Se|te]^At,_e=zi[Se|ne]^Et,ge=zi[Se|re]^Rt,pe=zi[Se|ie]^Ot,ke=zi[Se|ee]^Dt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Y,oe=zi[Se|n]^Q,fe=zi[Se|r]^tt,se=zi[Se|Ki]^nt,ce=zi[Se|Xi]^rt,he=zi[Se|$i]^it,ae=zi[Se|qi]^et,le=zi[Se|Zi]^ut,ve=zi[Se|Ji]^ot,ye=zi[Se|Yi]^ft,de=zi[Se|Qi]^st,we=zi[Se|te]^ct,_e=zi[Se|ne]^ht,ge=zi[Se|re]^at,pe=zi[Se|ie]^lt,ke=zi[Se|ee]^vt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^j,oe=zi[Se|n]^M,fe=zi[Se|r]^B,se=zi[Se|Ki]^U,ce=zi[Se|Xi]^L,he=zi[Se|$i]^V,ae=zi[Se|qi]^x,le=zi[Se|Zi]^H,ve=zi[Se|Ji]^G,ye=zi[Se|Yi]^z,de=zi[Se|Qi]^K,we=zi[Se|te]^X,_e=zi[Se|ne]^$,ge=zi[Se|re]^q,pe=zi[Se|ie]^Z,ke=zi[Se|ee]^J,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],i=zi[Se|t]^k,e=zi[Se|n]^S,u=zi[Se|r]^I,o=zi[Se|Ki]^b,f=zi[Se|Xi]^m,s=zi[Se|$i]^A,c=zi[Se|qi]^E,h=zi[Se|Zi]^R,a=zi[Se|Ji]^O,l=zi[Se|Yi]^D,v=zi[Se|Qi]^T,y=zi[Se|te]^P,d=zi[Se|ne]^N,w=zi[Se|re]^F,_=zi[Se|ie]^C,g=zi[Se|ee]^W}return{iv:function(t,n,r,p,k,S,I,b,m,A,E,R,O,D,T,P){i=t|=0,e=n|=0,u=r|=0,o=p|=0,f=k|=0,s=S|=0,c=I|=0,h=b|=0,a=m|=0,l=A|=0,v=E|=0,y=R|=0,d=O|=0,w=D|=0,_=T|=0,g=P|=0},sv:function(t,n,r,i,e,u,o,f,s,c,h,a,l,v,y,d){S=n|=0,I=r|=0,b=i|=0,m=e|=0,A=u|=0,E=o|=0,R=f|=0,O=s|=0,D=c|=0,T=h|=0,P=a|=0,N=l|=0,C=y|=0,W=d|=0,p=16,j=(k=t|=0)^zi[0|(F=v|=0)]^1,M=S^zi[0|C],B=I^zi[0|W],U=b^zi[0|N],$=N^(G=O^(L=m^j)),Z=C^(K=T^(x=E^B)),J=W^(X=P^(H=R^U)),Y=j^zi[0|(q=F^(z=D^(V=A^M)))]^2,Q=M^zi[0|Z],tt=B^zi[0|J],nt=U^zi[0|$],ht=$^(ot=G^(rt=L^Y)),lt=Z^(st=K^(et=x^tt)),vt=J^(ct=X^(ut=H^nt)),yt=Y^zi[0|(at=q^(ft=z^(it=V^Q)))]^4,dt=Q^zi[0|lt],wt=tt^zi[0|vt],_t=nt^zi[0|ht],Et=ht^(It=ot^(gt=rt^yt)),Ot=lt^(mt=st^(kt=et^wt)),Dt=vt^(At=ct^(St=ut^_t)),Tt=yt^zi[0|(Rt=at^(bt=ft^(pt=it^dt)))]^8,Pt=dt^zi[0|Ot],Nt=wt^zi[0|Dt],Ft=_t^zi[0|Et],xt=Et^(Bt=It^(Ct=gt^Tt)),Gt=Ot^(Lt=mt^(jt=kt^Nt)),zt=Dt^(Vt=At^(Mt=St^Ft)),Kt=Tt^zi[0|(Ht=Rt^(Ut=bt^(Wt=pt^Pt)))]^16,Xt=Pt^zi[0|Gt],$t=Nt^zi[0|zt],qt=Ft^zi[0|xt],un=xt^(tn=Bt^(Zt=Ct^Kt)),fn=Gt^(rn=Lt^(Yt=jt^$t)),sn=zt^(en=Vt^(Qt=Mt^qt)),cn=Kt^zi[0|(on=Ht^(nn=Ut^(Jt=Wt^Xt)))]^32,hn=Xt^zi[0|fn],an=$t^zi[0|sn],ln=qt^zi[0|un],Sn=un^(_n=tn^(vn=Zt^cn)),bn=fn^(pn=rn^(dn=Yt^an)),mn=sn^(kn=en^(wn=Qt^ln)),An=cn^zi[0|(In=on^(gn=nn^(yn=Jt^hn)))]^64,En=hn^zi[0|bn],Rn=an^zi[0|mn],On=ln^zi[0|Sn],Mn=Sn^(Fn=_n^(Dn=vn^An)),Un=bn^(Wn=pn^(Pn=dn^Rn)),Ln=mn^(jn=kn^(Nn=wn^On)),Vn=An^zi[0|(Bn=In^(Cn=gn^(Tn=yn^En)))]^128,xn=En^zi[0|Un],Hn=Rn^zi[0|Ln],Gn=On^zi[0|Mn],Qn=Mn^(qn=Fn^(zn=Dn^Vn)),nr=Un^(Jn=Wn^(Xn=Pn^Hn)),rr=Ln^(Yn=jn^($n=Nn^Gn)),ir=Vn^zi[0|(tr=Bn^(Zn=Cn^(Kn=Tn^xn)))]^27,er=xn^zi[0|nr],ur=Hn^zi[0|rr],or=Gn^zi[0|Qn],dr=Qn^(ar=qn^(fr=zn^ir)),_r=nr^(vr=Jn^(cr=Xn^ur)),gr=rr^(yr=Yn^(hr=$n^or)),pr=ir^zi[0|(wr=tr^(lr=Zn^(sr=Kn^er)))]^54,kr=er^zi[0|_r],Sr=ur^zi[0|gr],Ir=or^zi[0|dr],Pr=dr^(Rr=ar^(br=fr^pr)),Nr=wr^(Or=lr^(mr=sr^kr)),Fr=_r^(Dr=vr^(Ar=cr^Sr)),Cr=gr^(Tr=yr^(Er=hr^Ir))},cv:function(t,n){n|=0;var r=0,p=0,k=0,S=0,I=0,b=0,m=0,A=0,E=0,R=0,O=0,D=0,T=0,P=0,N=0,F=0,C=0;if(15&(t|=0))return-1;for(r=i,p=e,k=u,S=o,I=f,b=s,m=c,A=h,E=a,R=l,O=v,D=y,T=d,P=w,N=_,F=g;(0|n)>=16;)Ki(0|zi[t],0|zi[1|t],0|zi[2|t],0|zi[3|t],0|zi[4|t],0|zi[5|t],0|zi[6|t],0|zi[7|t],0|zi[8|t],0|zi[9|t],0|zi[10|t],0|zi[11|t],0|zi[12|t],0|zi[13|t],0|zi[14|t],0|zi[15|t]),i^=r,r=0|zi[t],e^=p,p=0|zi[1|t],u^=k,k=0|zi[2|t],o^=S,S=0|zi[3|t],f^=I,I=0|zi[4|t],s^=b,b=0|zi[5|t],c^=m,m=0|zi[6|t],h^=A,A=0|zi[7|t],a^=E,E=0|zi[8|t],l^=R,R=0|zi[9|t],v^=O,O=0|zi[10|t],y^=D,D=0|zi[11|t],d^=T,T=0|zi[12|t],w^=P,P=0|zi[13|t],_^=N,N=0|zi[14|t],g^=F,F=0|zi[15|t],zi[t]=i,zi[1|t]=e,zi[2|t]=u,zi[3|t]=o,zi[4|t]=f,zi[5|t]=s,zi[6|t]=c,zi[7|t]=h,zi[8|t]=a,zi[9|t]=l,zi[10|t]=v,zi[11|t]=y,zi[12|t]=d,zi[13|t]=w,zi[14|t]=_,zi[15|t]=g,t=t+16|0,n=n-16|0,C=C+16|0;return i=r,e=p,u=k,o=S,f=I,s=b,c=m,h=A,a=E,l=R,v=O,y=D,d=T,w=P,_=N,g=F,0|C}}}function ye(t){return new d(t).set(he),ve({Uint8Array:d},0,t)}var de=new d(1048576),we=function(){function t(t){this.av=!0,this.Put=ae,this.lv=0,this.dv=null,this.gv=new ie,this.kv=new ie,this.jv=new ie;var n=t.ty||4096;if(n<=0||n%4096)throw new ce("CAD1409","Invalid heap size");this.ny=t.ny||new d(n),this.hy=t.hy||ye(this.ny.buffer),this.sr(t)}var n=t.prototype;return n.ky=function(t){var n=t.my;this.dv=null,this.Put=ae,this.lv=0;var r=new d(16);return n&&(n.length>16&&(n=se(n,0,16)),r.set(n,16-n.length),this.hy.sv(r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8],r[9],r[10],r[11],r[12],r[13],r[14],r[15])),this},n.gd=function(t){var n=new d(le);if(t){0;var r=t.length>le?se(t,0,le):t;n.set(r,le-r.length)}this.hy.iv(n[0],n[1],n[2],n[3],n[4],n[5],n[6],n[7],n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])},n.sr=function(t){this.ky(t);var n=t.av;return this.av=void 0===n||Boolean(n),this.gd(t.dEt),this},n.Ad=function(t,n,r,i,e){var u=t.byteLength-n,o=u<e?u:e;return t.set(new d(r.buffer||r,i,o),n),o},n.tw=function(t){for(var n=t.byteOffset||0,r=t.byteLength||t.length||0,i=this.hy,e=this.ny,u=this.av,o=this.Put,f=this.lv,s=0,c=le*a.floor((f+r)/le),h=0,l=this.gv.nv(c);r>0;)f+=h=this.Ad(e,o+f,t,n,r),n+=h,r-=h,h=i.cv(o,f-(u&&0===r&&f%le==0?le:0)),l.set(e.subarray(o,o+h),s),s+=h,h<f?(o+=h,f-=h):(o=ae,f=0);return this.dv=l.subarray(0,s),this.Put=o,this.lv=f,this},n.rw=function(){var t,n=this.hy,r=this.ny,i=this.av,e=this.Put,u=this.lv,o=this.kv.nv(u);if(0===u){if(i)throw new ce("DAC1559","Invalid padding");return this.dv=new d(0),this.Put=ae,this.lv=0,this}if(u%le!=0)throw new ce("DAC1563","Invalid data length");return u>0&&(n.cv(e,u),o.set(r.subarray(e,e+u))),i&&(t=o[u-1],o=o.subarray(0,u-t)),this.dv=o.subarray(0,u),this.Put=ae,this.lv=0,this},n.yCt=function(t){var n=this.tw(t).dv,r=this.rw().dv,i=n.length+r.length,e=this.jv.nv(i);return e.set(n),r.length>0&&e.set(r,n.length),this.dv=e.subarray(0,i),this},t}(),_e=new we({ny:de,hy:ye(de.buffer)});var ge,pe,ke,Se=self;function Ie(t,n){return void 0===ge&&(ge=function(){var t=new d(1);try{return Se.postMessage(t,[t.buffer]),0===t.byteLength}catch(t){return!1}}()),n&&ge?Se.postMessage(t,n):Se.postMessage(t)}!function(t){t.dLt="yCt",t.fLt="XCt"}(pe||(pe={})),function(t){t._Lt="gLt",t.vLt="mLt"}(ke||(ke={}));var be=self;function me(t,n,r){be.postMessage({xLt:ke.vLt,CLt:t,DLt:(null==n?void 0:n.code)||r||"DAW0008",BLt:(null==n?void 0:n.message)||""})}var Ae,Ee=[];function Re(t){for(var n=0;n<Ee.length;n++){if(Ee[n].kLt===t)return void Ui(Ee,n)}}function Oe(){Ee.length?Ae||(Ae=e(De,0)):(u(Ae),Ae=void 0)}function De(){Ae&&(u(Ae),Ae=void 0),Ee.length&&function(t){var n,r=t.SLt,i=t.kLt,e=t.ELt,u=t.ILt,o=t.RLt;try{if(r!==pe.dLt)return me(i,new ce("DAW0042","Unknown message type"));try{n=function(t,n,r,i){if(void 0===t)throw new ce("CAD1600","Missing data");if(void 0===n)throw new ce("CAD1603","Missing key");return _e.sr({my:n,av:r,dEt:i}).yCt(t).dv}(e,u,!0,o)}catch(t){return me(i,t,"DAW0033")}try{return Ie({xLt:ke._Lt,CLt:i,NLt:n},[n.buffer])}catch(t){return me(i,t,"DAW0038")}}catch(t){return me(i,t,"DAW0045")}}(Ee.shift()),Oe()}be.addEventListener("message",(function(t){var n=t.data;if(n.SLt===pe.fLt)!function(t){for(var n=0;n<t.length;n++)Re(t[n])}(n.sw);else!function(t){Ee.push(t)}(n);Oe()}),!1),be.postMessage({lLt:"7.7.0"})}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof a?a:"undefined"!=typeof global?global:this);
|
|
31
|
+
!function(t){"use strict";var n=t.window,r=t.document,i=(t.location,t.navigator),e=t.setTimeout,u=t.clearTimeout,o=t.setInterval,f=t.clearInterval,s=t.Error,c=t.TypeError,h=(t.SyntaxError,t.Object),a=t.Math,l=t.parseInt,v=t.parseFloat,y=t.isNaN,d=t.Uint8Array;t.Worker,t.WorkerGlobalScope,t.XMLHttpRequest;var w=e;function _(t){return Boolean(t&&void 0!==t.length)}function g(){}function p(t){if(!(this instanceof p))throw new c("Promises must be constructed via new");if("function"!=typeof t)throw new c("not a function");this.Pa=0,this.X4t=!1,this.Zpt=void 0,this.z4t=[],A(t,this)}function k(t,n){for(;3===t.Pa;)t=t.Zpt;0!==t.Pa?(t.X4t=!0,p.G4t((function(){var r=1===t.Pa?n.onFulfilled:n.onRejected;if(null!==r){var i;try{i=r(t.Zpt)}catch(t){return void I(n.promise,t)}S(n.promise,i)}else(1===t.Pa?S:I)(n.promise,t.Zpt)}))):t.z4t.push(n)}function S(t,n){try{if(n===t)throw new c("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var r=n.then;if(n instanceof p)return t.Pa=3,t.Zpt=n,void b(t);if("function"==typeof r)return void A(function(t,n){return function(){t.apply(n,arguments)}}(r,n),t)}t.Pa=1,t.Zpt=n,b(t)}catch(n){I(t,n)}}function I(t,n){t.Pa=2,t.Zpt=n,b(t)}function b(t){2===t.Pa&&0===t.z4t.length&&p.G4t((function(){t.X4t||p.q4t(t.Zpt)}));for(var n=0,r=t.z4t.length;n<r;n++)k(t,t.z4t[n]);t.z4t=null}function m(t,n,r){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof n?n:null,this.promise=r}function A(t,n){var r=!1;try{t((function(t){r||(r=!0,S(n,t))}),(function(t){r||(r=!0,I(n,t))}))}catch(t){if(r)return;r=!0,I(n,t)}}p.prototype.catch=function(t){return this.then(null,t)},p.prototype.then=function(t,n){var r=new this.constructor(g);return k(this,new m(t,n,r)),r},p.prototype.finally=function(t){var n=this.constructor;return this.then((function(r){return n.resolve(t()).then((function(){return r}))}),(function(r){return n.resolve(t()).then((function(){return n.reject(r)}))}))},p.all=function(t){return new p((function(n,r){if(!_(t))return r(new c("Promise.all accepts an array"));var i=Array.prototype.slice.call(t);if(0===i.length)return n([]);var e=i.length;function u(t,o){try{if(o&&("object"==typeof o||"function"==typeof o)){var f=o.then;if("function"==typeof f)return void f.call(o,(function(n){u(t,n)}),r)}i[t]=o,0==--e&&n(i)}catch(t){r(t)}}for(var o=0;o<i.length;o++)u(o,i[o])}))},p.allSettled=function(t){return new this((function(n,r){if(!t||void 0===t.length)return r(new c((void 0===t?"undefined":function(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}(t))+" "+t+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var i=Array.prototype.slice.call(t);if(0===i.length)return n([]);var e=i.length;function u(t,r){if(r&&("object"==typeof r||"function"==typeof r)){var o=r.then;if("function"==typeof o)return void o.call(r,(function(n){u(t,n)}),(function(r){i[t]={status:"rejected",reason:r},0==--e&&n(i)}))}i[t]={status:"fulfilled",value:r},0==--e&&n(i)}for(var o=0;o<i.length;o++)u(o,i[o])}))},p.resolve=function(t){return t&&"object"==typeof t&&t.constructor===p?t:new p((function(n){n(t)}))},p.reject=function(t){return new p((function(n,r){r(t)}))},p.race=function(t){return new p((function(n,r){if(!_(t))return r(new c("Promise.race accepts an array"));for(var i=0,e=t.length;i<e;i++)p.resolve(t[i]).then(n,r)}))},p.G4t="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){w(t,0)},p.q4t=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var E=function(){var t=self.Promise;if(void 0!==t)try{if(-1!==t.toString().indexOf("[native code]"))return t}catch(t){}}(),R=i?i.userAgent:"",O=R.match(/Firefox\/([0-9]+)/i),D=null!=O,T=O?Number(O[1]):0,P=R.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),N=null!=P,F=P?Number(P[3]):0,C=function(){function t(t){this.KP=0,this.qH=0,this.MC=[],this.Y4t=t}return t.prototype.Q4t=function(t){var n=this.length();this.j4t(n+1);var r=this.qH+n&this.Y4t-1;this.MC[r]=t,this.KP=n+1},t.prototype.push=function(t){var n=this.length()+1;if(this.Y4t<n)this.Q4t(t);else{var r=this.qH+n-1,i=this.Y4t-1;this.MC[r&i]=t,this.KP=n}},t.prototype.shift=function(){var t=this.qH,n=this.MC[t];return this.MC[t]=void 0,this.qH=t+1&this.Y4t-1,this.KP--,n},t.prototype.length=function(){return this.KP},t.prototype.j4t=function(t){this.Y4t<t&&this.K4t(this.Y4t<<1)},t.prototype.K4t=function(t){var n=this.Y4t;this.Y4t=t;var r=this.qH+this.KP&n-1;!function(t,n,r,i){for(var e=0;e<i;++e)t[e+r]=t[e+n],t[e+n]=void 0}(this.MC,0,n,r)},t}();var W="unhandledrejection",j=self.PromiseRejectionEvent,M=self.CustomEvent;function B(t){return new j(W,{reason:t,promise:E.reject(t).catch((function(){})),cancelable:!0})}function U(t){var n=new M(W,{detail:{reason:t},cancelable:!0});return h.defineProperty(n,"reason",{value:t}),n}function L(t){var n=r.createEvent("CustomEvent");return n.initCustomEvent(W,!1,!0,{reason:t}),n}var V,x,H,G,z,K,X,$,q,Z=function(t){return Z=function(){try{var t=E.resolve(),n="error",r=new j(W,{reason:n,promise:t});return W===r.type&&n===r.reason}catch(t){}return!1}()?B:function(){try{var t="error",n=new M(W,{detail:{reason:t}});return W===n.type&&t===n.detail.reason}catch(t){}return!1}()?U:L,Z(t)};function J(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),h.defineProperty(t,i.key,i)}}function Y(t,n,r){return n&&J(t.prototype,n),r&&J(t,r),t}function Q(t,n){return Q=h.setPrototypeOf||function(t,n){return t.__proto__=n,t},Q(t,n)}function tt(t,n){if("function"!=typeof n&&null!==n)throw new c("Super expression must either be null or a function");t.prototype=h.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&Q(t,n)}function nt(t,n){(null==n||n>t.length)&&(n=t.length);for(var r=0,i=new Array(n);r<n;r++)i[r]=t[r];return i}function rt(t,n){if(t){if("string"==typeof t)return nt(t,n);var r=h.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(r):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?nt(t,n):void 0}}function it(t){return function(t){if(Array.isArray(t))return nt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||rt(t)||function(){throw new c("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}E&&!(D&&T<60||N&&F<15)?x=E:(x=p,X=null!==(V=function(){var t=self.queueMicrotask;if("function"==typeof t)return function(n){return t(n)};var n=E;if(n&&"function"==typeof n.resolve){var r=n.resolve();return function(t){return r.then(t)}}}())&&void 0!==V?V:p.G4t,H=X,G=new C(16),z=!1,($={L$:function(t){G.push(t),z||(z=!0,H(K))},DV:K=function(){for(;G.length()>0;)G.shift()();z=!1}}).DV,p.G4t=$.L$,p.q4t=function(t){try{var n=Z(t);if(!self.dispatchEvent(n)||n.defaultPrevented)return}catch(t){}e((function(){throw new s("Unhandled promise rejection: ".concat(t))}),0)}),function(t){t.TI="web",t.SI="android",t.kI="android-tv",t.EI="ios",t.II="tvos",t.RI="chromecast",t.CI="theoliveweb"}(q||(q={}));var et=i?i.userAgent:"",ut=et.match(/chrome\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),ot=et.match(/Edg\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),ft=et.match(/Android ([0-9\.]+)/i),st=et.match(/Windows NT ([0-9\.]+)/i),ct=et.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),ht=et.match(/Firefox\/([0-9\.]+)/i),at=et.match(/OPR\/(\d+\.\d+)/i),lt=et.match(/Tizen ([0-9\.]+)/i),vt=et.match(/(iPhone OS|iPad OS|iPod OS|Mac OS X) (\d+)_(\d+)_?(\d+)?/),yt=function(){function t(){this.xI=Boolean("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch||i&&i.msMaxTouchPoints),this.DI=/(mac\sos\sx)\s?([\w\s\.]+\w)*/i.test(et)||/(macintosh|mac(?=_powerpc)\s)/i.test(et),this.OI=/Windows NT/i.test(et),this.MI=st?v(st[1]):0,this.UI=/Android/i.test(et),this.HI=ft?v(ft[1]):0,this.qI=/windows phone (8|8\.1)/i.test(et),this.XI=/iPhone/i.test(et),this.QI=/iPad/i.test(et),this.YI=this.DI&&this.xI&&!this.QI,this.ZI=/iPod/i.test(et),this.hR=/Mobile Safari/i.test(et),this.sR=/EOS\d*STB/i.test(et),this.nR=/APP\d*STB/i.test(et),this.$I=(this.XI||this.QI||this.YI||this.ZI)&&!this.qI,this.eR=vt?v(vt[2]):0,this.oR=this.qI||this.$I||this.UI||this.hR,this.uR=/CriOS/i.test(et),this.lR=Boolean(self.chrome&&/google/i.test(i.vendor))||this.uR,this.gR=this.lR&&/Edg\//i.test(i.userAgent),this.mR=ot?l(ot[1],10):0,this._P=Boolean(self.chrome||/Chrome/i.test(et)||/CriOS/i.test(et)),this.fR=ut?l(ut[1],10):0,this.pR=/SMART-TV.*Tizen/i.test(et),this.AR=lt?v(lt[1]):0,this.SR=/webos|web0s/i.test(et),this.ER=/VIZIO/i.test(et),this.RR=/Edge\/\d+/i.test(et),this.xR=/Trident/i.test(et),this.DR=this.xR&&!self.ActiveXObject&&"ActiveXObject"in self,this.LR=/Vivaldi/i.test(et),this.FR=/Firefox/i.test(et)&&!/Seamonkey/i.test(et),this.HR=ht?v(ht[1]):0,this.qR=/Safari/i.test(et)&&!/Chrome/i.test(et)&&!this.qI&&!this.pR,this.XR=ct?v(ct[2]):0,this.QR=Boolean(at),this.YR=at?v(at[1]):0,this.ZR=/CrKey/.test(et),this.$R=/\b(tv|smart-tv|smarttv|appletv|crkey|googletv|hbbtv|pov_tv|roku|viera|nettv|philipstv|vizio)\b/i.test(et),this.iP="web"===q.kI,this.nP="web"===q.SI,this.hP=this.nP||this.iP,this.aP="web"===q.EI,this.cP="web"===q.II,this.dP="web"===q.RI}return Y(t,[{key:"Ye",get:function(){return this.xI}},{key:"NI",get:function(){return this.DI}},{key:"BI",get:function(){return this.OI}},{key:"LI",get:function(){return this.MI}},{key:"FI",get:function(){return this.UI}},{key:"VI",get:function(){return this.HI}},{key:"WI",get:function(){return this.qI}},{key:"zI",get:function(){return this.XI}},{key:"GI",get:function(){return this.QI}},{key:"KI",get:function(){return this.YI}},{key:"jI",get:function(){return this.ZI}},{key:"JI",get:function(){return this.$I}},{key:"tR",get:function(){return this.eR}},{key:"iR",get:function(){return this.sR||this.nR}},{key:"rR",get:function(){return this.hR}},{key:"Ks",get:function(){return this.oR}},{key:"aR",get:function(){return this.uR}},{key:"cR",get:function(){return this.lR}},{key:"dR",get:function(){return this.fR}},{key:"_R",get:function(){return this.gR}},{key:"vR",get:function(){return this.mR}},{key:"wR",get:function(){return this.pR}},{key:"yR",get:function(){return this.AR}},{key:"bR",get:function(){return this.SR}},{key:"kR",get:function(){return this.ER}},{key:"IR",get:function(){return this.RR}},{key:"PR",get:function(){return this.xR}},{key:"NR",get:function(){return this.DR}},{key:"OR",get:function(){return this.LR}},{key:"MR",get:function(){return this.FR}},{key:"UR",get:function(){return this.HR}},{key:"WR",get:function(){return this.qR}},{key:"zR",get:function(){return this.XR}},{key:"GR",get:function(){return this.QR}},{key:"KR",get:function(){return this.YR}},{key:"jR",get:function(){return this.ZR}},{key:"JR",get:function(){return this.$R}},{key:"tP",get:function(){return!(!this.bR&&!this.wR)&&this.dR<=56}},{key:"eP",get:function(){return this.iP}},{key:"sP",get:function(){return this.nP}},{key:"rP",get:function(){return this.hP}},{key:"oP",get:function(){return this.aP}},{key:"uP",get:function(){return this.cP}},{key:"lP",get:function(){return this.dP}},{key:"fP",get:function(){return this._P}}]),t}();yt.gP=new yt;var dt=yt.gP,wt={}.toString;function _t(t){return null!=t}Array.isArray;function gt(t){return"object"==typeof t&&null!==t}function pt(t){return function(t){return"function"==typeof t}(t)||gt(t)}var kt=function(){},St=!(dt.PR&&!dt.NR),It=self.console;function bt(t){if(gt(t))try{return JSON.stringify(t)}catch(t){}return t}function mt(t){return t.map(bt).join(" ")}function At(t){var n=It&&It[t];return n?n.bind&&St?n.bind(It):function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];It[t](mt(r))}:void 0}var Et=At("log")||kt,Rt=At("warn")||Et.bind(void 0,"WARNING:"),Ot=At("error")||Et.bind(void 0,"ERROR:"),Dt=function(){var t=It&&It.assert;return t?t.bind&&St?t.bind(It):function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];It.assert(t,mt(r))}:function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];t||Ot.apply(void 0,["Assertion failed:"].concat(it(r)))}}(),Tt=null;try{Tt=new WebAssembly.Instance(new WebAssembly.Module(new d([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch(H){}function Pt(t,n,r){this.low=0|t,this.high=0|n,this.unsigned=!!r}function Nt(t){return!0===(t&&t.wp)}function Ft(t){var n=a.clz32(t&-t);return t?31-n:n}Pt.prototype.wp,h.defineProperty(Pt.prototype,"wp",{value:!0}),Pt.isLong=Nt;var Ct={},Wt={};function jt(t,n){var r,i,e;return n?(e=0<=(t>>>=0)&&t<256)&&(i=Wt[t])?i:(r=Bt(t,0,!0),e&&(Wt[t]=r),r):(e=-128<=(t|=0)&&t<128)&&(i=Ct[t])?i:(r=Bt(t,t<0?-1:0,!1),e&&(Ct[t]=r),r)}function Mt(t,n){if(y(t))return n?Xt:Kt;if(n){if(t<0)return Xt;if(t>=Ht)return Yt}else{if(t<=-Gt)return Qt;if(t+1>=Gt)return Jt}return t<0?Mt(-t,n).neg():Bt(t%xt|0,t/xt|0,n)}function Bt(t,n,r){return new Pt(t,n,r)}Pt.fromInt=jt,Pt.fromNumber=Mt,Pt.fromBits=Bt;var Ut=a.pow;function Lt(t,n,r){if(0===t.length)throw s("empty string");if("number"==typeof n?(r=n,n=!1):n=!!n,"NaN"===t||"Infinity"===t||"+Infinity"===t||"-Infinity"===t)return n?Xt:Kt;if((r=r||10)<2||36<r)throw RangeError("radix");var i;if((i=t.indexOf("-"))>0)throw s("interior hyphen");if(0===i)return Lt(t.substring(1),n,r).neg();for(var e=Mt(Ut(r,8)),u=Kt,o=0;o<t.length;o+=8){var f=a.min(8,t.length-o),c=l(t.substring(o,o+f),r);if(f<8){var h=Mt(Ut(r,f));u=u.mul(h).add(Mt(c))}else u=(u=u.mul(e)).add(Mt(c))}return u.unsigned=n,u}function Vt(t,n){return"number"==typeof t?Mt(t,n):"string"==typeof t?Lt(t,n):Bt(t.low,t.high,"boolean"==typeof n?n:t.unsigned)}Pt.fromString=Lt,Pt.fromValue=Vt;var xt=4294967296,Ht=xt*xt,Gt=Ht/2,zt=jt(1<<24),Kt=jt(0);Pt.ZERO=Kt;var Xt=jt(0,!0);Pt.UZERO=Xt;var $t=jt(1);Pt.ONE=$t;var qt=jt(1,!0);Pt.UONE=qt;var Zt=jt(-1);Pt.NEG_ONE=Zt;var Jt=Bt(-1,2147483647,!1);Pt.MAX_VALUE=Jt;var Yt=Bt(-1,-1,!0);Pt.MAX_UNSIGNED_VALUE=Yt;var Qt=Bt(0,-2147483648,!1);Pt.MIN_VALUE=Qt;var tn=Pt.prototype;tn.toInt=function(){return this.unsigned?this.low>>>0:this.low},tn.toNumber=function(){return this.unsigned?(this.high>>>0)*xt+(this.low>>>0):this.high*xt+(this.low>>>0)},tn.toString=function(t){if((t=t||10)<2||36<t)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(Qt)){var n=Mt(t),r=this.div(n),i=r.mul(n).sub(this);return r.toString(t)+i.toInt().toString(t)}return"-"+this.neg().toString(t)}for(var e=Mt(Ut(t,6),this.unsigned),u=this,o="";;){var f=u.div(e),s=(u.sub(f.mul(e)).toInt()>>>0).toString(t);if((u=f).isZero())return s+o;for(;s.length<6;)s="0"+s;o=""+s+o}},tn.getHighBits=function(){return this.high},tn.getHighBitsUnsigned=function(){return this.high>>>0},tn.getLowBits=function(){return this.low},tn.getLowBitsUnsigned=function(){return this.low>>>0},tn.getNumBitsAbs=function(){if(this.isNegative())return this.eq(Qt)?64:this.neg().getNumBitsAbs();for(var t=0!=this.high?this.high:this.low,n=31;n>0&&0==(t&1<<n);n--);return 0!=this.high?n+33:n+1},tn.isZero=function(){return 0===this.high&&0===this.low},tn.eqz=tn.isZero,tn.isNegative=function(){return!this.unsigned&&this.high<0},tn.isPositive=function(){return this.unsigned||this.high>=0},tn.isOdd=function(){return 1==(1&this.low)},tn.isEven=function(){return 0==(1&this.low)},tn.equals=function(t){return Nt(t)||(t=Vt(t)),(this.unsigned===t.unsigned||this.high>>>31!=1||t.high>>>31!=1)&&(this.high===t.high&&this.low===t.low)},tn.eq=tn.equals,tn.notEquals=function(t){return!this.eq(t)},tn.neq=tn.notEquals,tn.ne=tn.notEquals,tn.lessThan=function(t){return this.comp(t)<0},tn.lt=tn.lessThan,tn.lessThanOrEqual=function(t){return this.comp(t)<=0},tn.lte=tn.lessThanOrEqual,tn.le=tn.lessThanOrEqual,tn.greaterThan=function(t){return this.comp(t)>0},tn.gt=tn.greaterThan,tn.greaterThanOrEqual=function(t){return this.comp(t)>=0},tn.gte=tn.greaterThanOrEqual,tn.ge=tn.greaterThanOrEqual,tn.compare=function(t){if(Nt(t)||(t=Vt(t)),this.eq(t))return 0;var n=this.isNegative(),r=t.isNegative();return n&&!r?-1:!n&&r?1:this.unsigned?t.high>>>0>this.high>>>0||t.high===this.high&&t.low>>>0>this.low>>>0?-1:1:this.sub(t).isNegative()?-1:1},tn.comp=tn.compare,tn.negate=function(){return!this.unsigned&&this.eq(Qt)?Qt:this.not().add($t)},tn.neg=tn.negate,tn.add=function(t){Nt(t)||(t=Vt(t));var n=this.high>>>16,r=65535&this.high,i=this.low>>>16,e=65535&this.low,u=t.high>>>16,o=65535&t.high,f=t.low>>>16,s=0,c=0,h=0,a=0;return h+=(a+=e+(65535&t.low))>>>16,c+=(h+=i+f)>>>16,s+=(c+=r+o)>>>16,s+=n+u,Bt((h&=65535)<<16|(a&=65535),(s&=65535)<<16|(c&=65535),this.unsigned)},tn.subtract=function(t){return Nt(t)||(t=Vt(t)),this.add(t.neg())},tn.sub=tn.subtract,tn.multiply=function(t){if(this.isZero())return this;if(Nt(t)||(t=Vt(t)),Tt)return Bt(Tt.mul(this.low,this.high,t.low,t.high),Tt.get_high(),this.unsigned);if(t.isZero())return this.unsigned?Xt:Kt;if(this.eq(Qt))return t.isOdd()?Qt:Kt;if(t.eq(Qt))return this.isOdd()?Qt:Kt;if(this.isNegative())return t.isNegative()?this.neg().mul(t.neg()):this.neg().mul(t).neg();if(t.isNegative())return this.mul(t.neg()).neg();if(this.lt(zt)&&t.lt(zt))return Mt(this.toNumber()*t.toNumber(),this.unsigned);var n=this.high>>>16,r=65535&this.high,i=this.low>>>16,e=65535&this.low,u=t.high>>>16,o=65535&t.high,f=t.low>>>16,s=65535&t.low,c=0,h=0,a=0,l=0;return a+=(l+=e*s)>>>16,h+=(a+=i*s)>>>16,a&=65535,h+=(a+=e*f)>>>16,c+=(h+=r*s)>>>16,h&=65535,c+=(h+=i*f)>>>16,h&=65535,c+=(h+=e*o)>>>16,c+=n*s+r*f+i*o+e*u,Bt((a&=65535)<<16|(l&=65535),(c&=65535)<<16|(h&=65535),this.unsigned)},tn.mul=tn.multiply,tn.divide=function(t){if(Nt(t)||(t=Vt(t)),t.isZero())throw s("division by zero");var n,r,i;if(Tt)return this.unsigned||-2147483648!==this.high||-1!==t.low||-1!==t.high?Bt((this.unsigned?Tt.div_u:Tt.div_s)(this.low,this.high,t.low,t.high),Tt.get_high(),this.unsigned):this;if(this.isZero())return this.unsigned?Xt:Kt;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return Xt;if(t.gt(this.shru(1)))return qt;i=Xt}else{if(this.eq(Qt))return t.eq($t)||t.eq(Zt)?Qt:t.eq(Qt)?$t:(n=this.shr(1).div(t).shl(1)).eq(Kt)?t.isNegative()?$t:Zt:(r=this.sub(t.mul(n)),i=n.add(r.div(t)));if(t.eq(Qt))return this.unsigned?Xt:Kt;if(this.isNegative())return t.isNegative()?this.neg().div(t.neg()):this.neg().div(t).neg();if(t.isNegative())return this.div(t.neg()).neg();i=Kt}for(r=this;r.gte(t);){n=a.max(1,a.floor(r.toNumber()/t.toNumber()));for(var e=a.ceil(a.log(n)/a.LN2),u=e<=48?1:Ut(2,e-48),o=Mt(n),f=o.mul(t);f.isNegative()||f.gt(r);)f=(o=Mt(n-=u,this.unsigned)).mul(t);o.isZero()&&(o=$t),i=i.add(o),r=r.sub(f)}return i},tn.div=tn.divide,tn.modulo=function(t){return Nt(t)||(t=Vt(t)),Tt?Bt((this.unsigned?Tt.rem_u:Tt.rem_s)(this.low,this.high,t.low,t.high),Tt.get_high(),this.unsigned):this.sub(this.div(t).mul(t))},tn.mod=tn.modulo,tn.rem=tn.modulo,tn.not=function(){return Bt(~this.low,~this.high,this.unsigned)},tn.countLeadingZeros=function(){return this.high?a.clz32(this.high):a.clz32(this.low)+32},tn.clz=tn.countLeadingZeros,tn.countTrailingZeros=function(){return this.low?Ft(this.low):Ft(this.high)+32},tn.ctz=tn.countTrailingZeros,tn.and=function(t){return Nt(t)||(t=Vt(t)),Bt(this.low&t.low,this.high&t.high,this.unsigned)},tn.or=function(t){return Nt(t)||(t=Vt(t)),Bt(this.low|t.low,this.high|t.high,this.unsigned)},tn.xor=function(t){return Nt(t)||(t=Vt(t)),Bt(this.low^t.low,this.high^t.high,this.unsigned)},tn.shiftLeft=function(t){return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Bt(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):Bt(0,this.low<<t-32,this.unsigned)},tn.shl=tn.shiftLeft,tn.shiftRight=function(t){return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Bt(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):Bt(this.high>>t-32,this.high>=0?0:-1,this.unsigned)},tn.shr=tn.shiftRight,tn.shiftRightUnsigned=function(t){return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Bt(this.low>>>t|this.high<<32-t,this.high>>>t,this.unsigned):Bt(32===t?this.high:this.high>>>t-32,0,this.unsigned)},tn.shru=tn.shiftRightUnsigned,tn.shr_u=tn.shiftRightUnsigned,tn.rotateLeft=function(t){var n;return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Bt(this.high,this.low,this.unsigned):t<32?(n=32-t,Bt(this.low<<t|this.high>>>n,this.high<<t|this.low>>>n,this.unsigned)):(n=32-(t-=32),Bt(this.high<<t|this.low>>>n,this.low<<t|this.high>>>n,this.unsigned))},tn.rotl=tn.rotateLeft,tn.rotateRight=function(t){var n;return Nt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Bt(this.high,this.low,this.unsigned):t<32?(n=32-t,Bt(this.high<<n|this.low>>>t,this.low<<n|this.high>>>t,this.unsigned)):(n=32-(t-=32),Bt(this.low<<n|this.high>>>t,this.high<<n|this.low>>>t,this.unsigned))},tn.rotr=tn.rotateRight,tn.toSigned=function(){return this.unsigned?Bt(this.low,this.high,!1):this},tn.toUnsigned=function(){return this.unsigned?this:Bt(this.low,this.high,!0)},tn.toBytes=function(t){return t?this.toBytesLE():this.toBytesBE()},tn.toBytesLE=function(){var t=this.high,n=this.low;return[255&n,n>>>8&255,n>>>16&255,n>>>24,255&t,t>>>8&255,t>>>16&255,t>>>24]},tn.toBytesBE=function(){var t=this.high,n=this.low;return[t>>>24,t>>>16&255,t>>>8&255,255&t,n>>>24,n>>>16&255,n>>>8&255,255&n]},Pt.fromBytes=function(t,n,r){return r?Pt.fromBytesLE(t,n):Pt.fromBytesBE(t,n)},Pt.fromBytesLE=function(t,n){return new Pt(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,n)},Pt.fromBytesBE=function(t,n){return new Pt(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],n)};var nn=Pt;a.pow(2,-52);function rn(){return Date.now()||(new Date).getTime()}nn.fromNumber(9007199254740991);function en(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),h.defineProperty(t,i.key,i)}}function un(t,n){var r=function(t,n){var r=t.length;if(r<=1)return t;for(var i=new Array(r),e=1;e<r;e*=2){on(t,n,e,i);var u=t;t=i,i=u}return t}(t,n);return r!==t&&on(r,null,t.length,t),t}function on(t,n,r,i){var e,u,o,f,s,c=t.length,h=0,a=2*r;for(e=0;e<c;e+=a)for(o=(u=e+r)+r,u>c&&(u=c),o>c&&(o=c),f=e,s=u;;)if(f<u&&s<o)n(t[f],t[s])<=0?i[h++]=t[f++]:i[h++]=t[s++];else if(f<u)i[h++]=t[f++];else{if(!(s<o))break;i[h++]=t[s++]}}var fn=/[a-zA-Z]/,sn=/[0-9]/,cn=/[0-9a-fA-F]/,hn=/^0x/i,an=/^[0-9]+$/,ln=/^[0-9a-fA-F]+$/,vn=/^[0-7]+$/,yn=h.prototype.toString,dn=Array.isArray||function(t){return"[object Array]"===yn.call(t)},wn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol.iterator;function _n(t){return dn(t)?t:Array.from(t)}function gn(t,n,r){var i=t[n];t[n]=t[r],t[r]=i}function pn(t){return t>=65&&t<=90}function kn(t){return pn(t)||function(t){return t>=97&&t<=122}(t)}function Sn(t){return t>=48&&t<=57}function In(t){return Sn(t)||kn(t)}function bn(t){return Sn(t)||t>=65&&t<=70||t>=97&&t<=102}function mn(t){return pn(t)?t+32:t}function An(t){return Sn(t)?t-48:t>=65&&t<=70?t-65+10:t>=97&&t<=102?t-97+10:-1}function En(t,n){return void 0===n&&(n=!1),0<=t&&t<=9?t+48:10<=t&&t<=15?t+(n?87:55):-1}var Rn=a.min,On=String.fromCharCode,Dn=16384;function Tn(t){for(var n=t.length,r=[],i=0;i<n;i+=Dn){var e=Rn(i+Dn,n);r.push(On.apply(null,t.slice(i,e)))}return r.join("")}var Pn=2147483647,Nn=/[^\0-\x7E]/,Fn=/[\x2E\u3002\uFF0E\uFF61]/g,Cn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Wn=a.floor,jn=String.fromCharCode;function Mn(t){throw new RangeError(Cn[t])}function Bn(t){for(var n=[],r=0,i=t.length;r<i;){var e=t.charCodeAt(r++);if(e>=55296&&e<=56319&&r<i){var u=t.charCodeAt(r++);56320==(64512&u)?n.push(((1023&e)<<10)+(1023&u)+65536):(n.push(e),r--)}else n.push(e)}return n}var Un,Ln,Vn,xn=function(t,n){return t+22+75*(t<26)-((0!=n)<<5)},Hn=function(t,n,r){var i=0;for(t=r?Wn(t/700):t>>1,t+=Wn(t/n);t>455;i+=36)t=Wn(t/35);return Wn(i+36*t/(t+38))},Gn=function(t){return function(t,n){var r=t.split("@"),i="";r.length>1&&(i=r[0]+"@",t=r[1]);var e=function(t,n){for(var r=[],i=t.length;i--;)r[i]=n(t[i]);return r}((t=t.replace(Fn,".")).split("."),n).join(".");return i+e}(t,(function(t){return Nn.test(t)?"xn--"+function(t){for(var n=[],r=(t=Bn(t)).length,i=128,e=0,u=72,o=0,f=t;o<f.length;o++){var s=f[o];s<128&&n.push(jn(s))}var c=n.length,h=c;for(c&&n.push("-");h<r;){for(var a=Pn,l=0,v=t;l<v.length;l++){var y=v[l];y>=i&&y<a&&(a=y)}var d=h+1;a-i>Wn((Pn-e)/d)&&Mn("overflow"),e+=(a-i)*d,i=a;for(var w=0,_=t;w<_.length;w++){var g=_[w];if(g<i&&++e>Pn&&Mn("overflow"),g==i){for(var p=e,k=36;;k+=36){var S=k<=u?1:k>=u+26?26:k-u;if(p<S)break;var I=p-S,b=36-S;n.push(jn(xn(S+I%b,0))),p=Wn(I/b)}n.push(jn(xn(p,0))),u=Hn(e,d,h==c),e=0,++h}}++e,++i}return n.join("")}(t):t}))};function zn(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|1023&i),n.push(i)}return Tn(n)}function Kn(t){if(t>=55296&&t<=57343)throw new s("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function Xn(t,n){return t>>n&63|128}function $n(t,n){0!=(4294967168&t)?(0==(4294965248&t)?n.push(t>>6&31|192):0==(4294901760&t)?(Kn(t),n.push(t>>12&15|224),n.push(Xn(t,6))):0==(4292870144&t)&&(n.push(t>>18&7|240),n.push(Xn(t,12)),n.push(Xn(t,6))),n.push(63&t|128)):n.push(t)}function qn(t){for(var n=[],r=0;r<t.length;r++){$n(t[r],n)}return n}function Zn(){if(Vn>=Ln)throw new s("Invalid byte index");var t=255&Un[Vn];if(Vn++,128==(192&t))return 63&t;throw new s("Invalid continuation byte")}function Jn(){var t,n;if(Vn>Ln)throw new s("Invalid byte index");if(Vn===Ln)return!1;if(t=255&Un[Vn],Vn++,0==(128&t))return t;if(192==(224&t)){if((n=(31&t)<<6|Zn())>=128)return n;throw new s("Invalid continuation byte")}if(224==(240&t)){if((n=(15&t)<<12|Zn()<<6|Zn())>=2048)return Kn(n),n;throw new s("Invalid continuation byte")}if(240==(248&t)&&(n=(7&t)<<18|Zn()<<12|Zn()<<6|Zn())>=65536&&n<=1114111)return n;throw new s("Invalid UTF-8 detected")}function Yn(t){return[37,En(t>>4),En(15&t)]}function Qn(t){return function(t){return t>=0&&t<=31}(t)||t>126}function tr(t){return Qn(t)||32===t||34===t||60===t||62===t||96===t}function nr(t){return tr(t)||35===t||63===t||123===t||125===t}function rr(t){return nr(t)||47===t||58===t||59===t||61===t||64===t||t>=91&&t<=94||124===t}function ir(t){return t<33||t>126||34===t||35===t||60===t||62===t}function er(t){return ir(t)||39===t}function ur(t,n){if(!n(t))return[t];for(var r=qn([t]),i=[],e=0;e<r.length;e++){var u=r[e];i.push.apply(i,Yn(u))}return i}function or(t,n){for(var r=[],i=0,e=Bn(t);i<e.length;i++){var u=e[i];r.push.apply(r,ur(u,n))}return zn(r)}function fr(t){return function(t){for(var n=[],r=t.length,i=0;i<r;i++){var e=t[i];if(37===e&&i+2<r&&bn(t[i+1])&&bn(t[i+2])){var u=An(t[i+1])<<4|An(t[i+2]);n.push(u),i+=2}else n.push(e)}return n}(qn(t))}function sr(t){return zn(function(t){Un=t.slice(),Ln=Un.length,Vn=0;for(var n,r=[];!1!==(n=Jn());)r.push(n);return r}(fr(Bn(t))))}function cr(t){var n=t.length,r=[0,0,0,0,0,0,0,0],i=0,e=null,u=0;if(u<n&&":"===t[u]){if(!(u+1<n&&":"===t[u+1]))throw new c;u+=2,e=i+=1}for(;u<n;){if(8===i)throw new c("Too many groups");if(":"!==t[u]){for(var o=0,f=0;f<4&&u<n&&cn.test(t[u]);)o=o<<4|l(t[u],16),u+=1,f+=1;if("."===t[u]){if(0===f)throw new c;if(u-=f,i>6)throw new c;for(var s=0;u<n;){var h=null;if(s>0){if(!("."===t[u]&&s<4))throw new c;u+=1}if(!sn.test(t[u]))throw new c;for(;u<n&&sn.test(t[u]);){var a=l(t[u],10);if(null===h)h=a;else{if(0===h)throw new c;if((h=10*h+a)>255)throw new c}u+=1}r[i]=r[i]<<8|h,2!==(s+=1)&&4!==s||(i+=1)}if(4!==s)throw new c;break}if(":"===t[u]){if((u+=1)===n)throw new c}else if(u<n)throw new c;r[i]=o,i+=1}else{if(null!==e)throw new c("Too many :: groups");u+=1,e=i+=1}}if(null!==e){var v=i-e;for(i=7;0!==i&&v>0;)gn(r,i,e+v-1),i-=1,v-=1}else if(8!==i)throw new c;return r}function hr(t){var n=10,r=an;return hn.test(t)?(t=t.slice(2),n=16,r=ln):t.length>=2&&"0"===t[0]&&(t=t.slice(1),n=8,r=vn),""===t?0:r.test(t)?l(t,n):void 0}var ar={BJ:4},lr=/[\0\t\n\r #%/:?@\[\\\]]/,vr=/[\0\t\n\r #/:?@\[\\\]]/;function yr(t,n){if("["===t[0]){if("]"!==t[t.length-1])throw new c("Invalid IPv6 address");return{BJ:2,d9:cr(t.slice(1,-1))}}if(!n)return function(t){if(vr.test(t))throw new c("Invalid code point in opaque host");var n=or(t,Qn);return""===n?ar:{BJ:3,MC:n}}(t);var r=function(t){var n=function(t){return Gn(t.toLowerCase())}(t);return n}(sr(t));if(lr.test(r))throw new c("Invalid code point in host");var i=function(t){var n=t.split(".");if(""===n[n.length-1]&&n.pop(),!(n.length>4)){for(var r=[],i=0;i<n.length;i++){var e=n[i];if(""===e)return;var u=hr(e);if(void 0===u)return;r.push(u)}for(var o=0;o<r.length-1;o++)if(r[o]>255)throw new c;if(r[r.length-1]>=a.pow(256,5-r.length))throw new c;for(var f=r.pop(),s=0;s<r.length;s++)f+=r[s]*a.pow(256,3-s);return f}}(r);return void 0!==i?{BJ:1,d9:i}:""===r?ar:{BJ:0,f9:r}}function dr(t){switch(t.BJ){case 0:return t.f9;case 1:return function(t){for(var n=[],r=t,i=1;i<=4;i++)n.push(""+(255&r)),4!==i&&n.push("."),r>>>=8;return n.reverse().join("")}(t.d9);case 2:return"["+function(t){for(var n="",r=function(t){for(var n=0,r=0,i=0,e=0,u=0;u<8;u++)0===t[u]?(0===e&&(i=u),e++):(e>r&&(n=i,r=e),e=0);return e>r&&(n=i,r=e),r>1?n:null}(t),i=!1,e=0;e<8;e++){if(i){if(0===t[e])continue;i=!1}r!==e?(n+=t[e].toString(16),7!==e&&(n+=":")):(n+=0===e?"::":":",i=!0)}return n}(t.d9)+"]";case 3:return t.MC;case 4:return""}}var wr=/\+/g;function _r(t){return 42===t||45===t||46===t||95===t||In(t)}function gr(t){for(var n=t.split("&"),r=[],i=0;i<n.length;i++){var e=n[i];if(""!==e){var u=e.indexOf("="),o=void 0,f=void 0;-1!==u?(o=e.slice(0,u),f=e.slice(u+1)):(o=e,f=""),o=o.replace(wr," "),f=f.replace(wr," ");var s=sr(o),c=sr(f);r.push([s,c])}}return r}function pr(t){for(var n="",r=0;r<t.length;r++){var i=t[r];r>0&&(n+="&"),n+=kr(qn(Bn(i[0])))+"="+kr(qn(Bn(i[1])))}return n}function kr(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];32===i?n.push(43):_r(i)?n.push(i):n.push.apply(n,Yn(i))}return Tn(n)}var Sr=/(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])/;function Ir(t){var n=""+t,r=Sr.exec(n);return r?function(t,n){for(var r=t.length,i=[],e=n;e<r;e++){var u=t.charCodeAt(e);if(mr(u))if(Ar(u)||e===r-1)i.push(br);else{var o=t.charCodeAt(e+1);Ar(o)?(i.push(u,o),e++):i.push(br)}else i.push(u)}return t.slice(0,n)+Tn(i)}(n,r.index):n}var br=65533,mr=function(t){return 55296==(63488&t)},Ar=function(t){return 0!=(1024&t)};function Er(t,n){var r=t[0],i=n[0];return r===i?0:r<i?-1:1}function Rr(t){t._9.length=0}function Or(t,n){!function(t,n){for(var r=0;r<n.length;r++)t[r]=n[r];t.length=n.length}(t._9,gr(n))}function Dr(t){if(t.g9){var n=pr(t._9);""===n&&(n=null),t.g9.g9.v9=n}}var Tr=function(){function t(t){if(void 0===t&&(t=void 0),this.g9=null,null==t)this._9=[];else if("object"==typeof t||"function"==typeof t)if(function(t){return t instanceof Tr&&!!dn(t._9)&&(!wn||t[Symbol.iterator]===Pr)}(t))this._9=t._9.slice();else if(function(t){return null!=t&&(!!dn(t)||!!wn&&"function"==typeof t[Symbol.iterator])}(t)){this._9=[];for(var n=0,r=_n(t);n<r.length;n++){var i=_n(r[n]);if(2!==i.length)throw new c("Invalid name-value pair");this._9.push([Ir(i[0]),Ir(i[1])])}}else for(var e in this._9=[],t)h.prototype.hasOwnProperty.call(t,e)&&this._9.push([Ir(e),Ir(t[e])]);else(t=Ir(t)).length>0&&"?"===t[0]&&(t=t.slice(1)),this._9=gr(t)}var n=t.prototype;return n.append=function(t,n){t=Ir(t),n=Ir(n),this._9.push([t,n]),Dr(this)},n.delete=function(t){t=Ir(t);for(var n=this._9,r=0;r<n.length;){n[r][0]===t?n.splice(r,1):r++}Dr(this)},n.get=function(t){t=Ir(t);for(var n=this._9,r=0;r<n.length;r++){var i=n[r];if(i[0]===t)return i[1]}return null},n.getAll=function(t){t=Ir(t);for(var n=this._9,r=[],i=0;i<n.length;i++){var e=n[i];e[0]===t&&r.push(e[1])}return r},n.has=function(t){t=Ir(t);for(var n=this._9,r=0;r<n.length;r++){if(n[r][0]===t)return!0}return!1},n.set=function(t,n){t=Ir(t),n=Ir(n);for(var r=this._9,i=!1,e=0;e<r.length;){var u=r[e];u[0]===t?i?r.splice(e,1):(u[1]=n,i=!0,e++):e++}i||r.push([t,n]),Dr(this)},n.sort=function(){un(this._9,Er),Dr(this)},n.toString=function(){return pr(this._9)},n.entries=function(){return new Wr(this._9,Nr)},n.keys=function(){return new Wr(this._9,Fr)},n.values=function(){return new Wr(this._9,Cr)},n.forEach=function(t){var n=this;this._9.forEach((function(r){return t(r[1],r[0],n)}))},t}(),Pr=Tr.prototype.entries;wn&&(Tr.prototype[Symbol.iterator]=Pr);var Nr=function(t){return[t[0],t[1]]},Fr=function(t){return t[0]},Cr=function(t){return t[1]},Wr=function(){function t(t,n){this.m9=0,this._9=t,this.w9=n}return t.prototype.next=function(){return this.m9<this._9.length?{done:!1,value:this.w9(this._9[this.m9++])}:{done:!0,value:void 0}},t}(),jr="null";var Mr=h.create(null);Mr.ftp=21,Mr.file=0,Mr.gopher=70,Mr.http=80,Mr.https=443,Mr.ws=80,Mr.wss=443;var Br=/^(?:\.|%2e)$/i,Ur=/^(?:\.|%2e){2}$/i;function Lr(t){return Br.test(t)}function Vr(t){return Ur.test(t)}function xr(t){return void 0!==Mr[t]}function Hr(t){return xr(t.oO)}function Gr(t){return""!==t.p9||""!==t.y9}function zr(t){var n=t.length;if(!(n>=2))return!1;if(!Xr(t.slice(0,2)))return!1;if(2!==n){var r=t[2];if(47!==r&&92!==r&&63!==r&&35!==r)return!1}return!0}function Kr(t){return 2===t.length&&fn.test(t[0])&&(":"===t[1]||"|"===t[1])}function Xr(t){return 2===t.length&&Kr(Tn(t))}function $r(t){return Kr(t)&&":"===t[1]}function qr(t){var n=t.A9;0!==n.length&&("file"===t.oO&&1===n.length&&$r(n[0])||n.pop())}function Zr(t){return null===t.b9||ar===t.b9||t.T9||"file"===t.oO}var Jr=-1,Yr=/\t|\n|\r/g,Qr=/^[\x00-\x1f ]+|[\x00-\x1f ]+$/g;function ti(t,n,r,i){void 0===r&&(r=null),void 0===i&&(i=null),r||(r=new ri,t=t.replace(Qr,""));var e=null!==i?i:0;n=n||null;for(var u=[],o=!1,f=!1,s=!1,h=Bn(t=t.replace(Yr,"")),a=h.length,v=0;v<=a;){var y=v<a?h[v]:Jr;switch(e){case 0:if(!kn(y)){if(null===i){u.length=0,e=2;continue}throw new c("Invalid scheme")}u.push(mn(y)),e=1;break;case 1:if(In(y)||43===y||45===y||46===y)u.push(mn(y));else{if(58!==y){if(null===i){u.length=0,e=2,v=0;continue}throw new c("Invalid scheme")}var d=zn(u);if(null!==i){if(xr(r.oO)&&!xr(d))return;if(!xr(r.oO)&&xr(d))return;if((Gr(r)||null!==r.T6)&&"file"===d)return;if("file"===r.oO&&(r.b9===ar||null===r.b9))return}if(r.oO=d,null!==i)return void(Hr(r)&&r.T6===Mr[r.oO]&&(r.T6=null));u.length=0,"file"===r.oO?e=13:Hr(r)&&n&&n.oO===r.oO?e=3:Hr(r)?e=7:47===h[v+1]?(e=4,v+=1):(r.T9=!0,r.A9.push(""),e=18)}break;case 2:if(!n||n.T9&&35!==y)throw new c("Invalid scheme");n.T9&&35===y?(r.oO=n.oO,r.A9=n.A9.slice(),r.v9=n.v9,r.S9="",r.T9=!0,e=20):"file"!==n.oO?(e=5,v-=1):(e=13,v-=1);break;case 3:47===y&&47===h[v+1]?e=8:(e=5,v-=1);break;case 4:47===y?e=9:(e=17,v-=1);break;case 5:r.oO=n.oO,Jr===y?(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,r.A9=n.A9.slice(),r.v9=n.v9):47===y?e=6:63===y?(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,r.A9=n.A9.slice(),r.v9="",e=19):35===y?(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,r.A9=n.A9.slice(),r.v9=n.v9,r.S9="",e=20):92===y&&Hr(r)?e=6:(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,r.A9=n.A9.slice(),r.A9.pop(),e=17,v-=1);break;case 6:!Hr(r)||47!==y&&92!==y?47===y?e=9:(r.p9=n.p9,r.y9=n.y9,r.b9=n.b9,r.T6=n.T6,e=17,v-=1):e=8;break;case 7:if(47!==y||47!==h[v+1]){e=8;continue}e=8,v+=1;break;case 8:47!==y&&92!==y&&(e=9,v-=1);break;case 9:if(64===y){o&&u.unshift(37,52,48),o=!0;for(var w=0;w<u.length;w++){var _=u[w];if(58!==_||s){var g=zn(ur(_,rr));s?r.y9+=g:r.p9+=g}else s=!0}u.length=0}else if(Jr===y||47===y||63===y||35===y||Hr(r)&&92===y){if(o&&0===u.length)throw new c("Invalid host");v-=u.length+1,u.length=0,e=10}else u.push(y);break;case 10:case 11:if(null!==i&&"file"===r.oO)v-=1,e=15;else if(58!==y||f)if(Jr===y||47===y||63===y||35===y||Hr(r)&&92===y){if(v-=1,Hr(r)&&0===u.length)throw new c("Invalid host");if(null!==i&&0===u.length&&(Gr(r)||null!==r.T6))return;var p=yr(zn(u),Hr(r));if(r.b9=p,u.length=0,e=16,null!==i)return}else 91===y?f=!0:93===y&&(f=!1),u.push(y);else{if(0===u.length)throw new c("Invalid host");var k=yr(zn(u),Hr(r));if(r.b9=k,u.length=0,e=12,11===i)return}break;case 12:if(Sn(y))u.push(y);else{if(!(Jr===y||47===y||63===y||35===y||Hr(r)&&92===y||null!==i))throw new c("Invalid port");if(0!==u.length){var S=l(zn(u),10);if(S>65535)throw new c("Invalid port");r.T6=S===Mr[r.oO]?null:S,u.length=0}if(null!==i)return;e=16,v-=1}break;case 13:r.oO="file",47===y||92===y?e=14:n&&"file"===n.oO?Jr===y?(r.b9=n.b9,r.A9=n.A9.slice(),r.v9=n.v9):63===y?(r.b9=n.b9,r.A9=n.A9.slice(),r.v9="",e=19):35===y?(r.b9=n.b9,r.A9=n.A9.slice(),r.v9=n.v9,r.S9="",e=20):(zr(h.slice(v))||(r.b9=n.b9,r.A9=n.A9.slice(),qr(r)),e=17,v-=1):(e=17,v-=1);break;case 14:47===y||92===y?e=15:(n&&"file"===n.oO&&!zr(h.slice(v))&&($r(n.A9[0])?r.A9.push(n.A9[0]):r.b9=n.b9),e=17,v-=1);break;case 15:if(Jr===y||47===y||92===y||63===y||35===y)if(v-=1,null===i&&Xr(u))e=17;else if(0===u.length){if(r.b9=ar,null!==i)return;e=16}else{var I=yr(zn(u),Hr(r));if(0===I.BJ&&"localhost"===I.f9&&(I=ar),r.b9=I,null!==i)return;u.length=0,e=16}else u.push(y);break;case 16:Hr(r)?(e=17,47!==y&&92!==y&&(v-=1)):null===i&&63===y?(r.v9="",e=19):null===i&&35===y?(r.S9="",e=20):Jr!==y&&(e=17,47!==y&&(v-=1));break;case 17:if(Jr===y||47===y||Hr(r)&&92===y||null===i&&(63===y||35===y)){var b=zn(u);if(Vr(b)?(qr(r),47===y||Hr(r)&&92===y||r.A9.push("")):!Lr(b)||47===y||Hr(r)&&92===y?Lr(b)||("file"===r.oO&&0===r.A9.length&&Xr(u)&&(ar!==r.b9&&null!==r.b9&&(r.b9=ar),u[1]=58,b=zn(u)),r.A9.push(b)):r.A9.push(""),u.length=0,"file"===r.oO&&(Jr===y||63===y||35===y))for(;r.A9.length>1&&""===r.A9[0];)r.A9.shift();63===y?(r.v9="",e=19):35===y&&(r.S9="",e=20)}else u.push.apply(u,ur(y,nr));break;case 18:63===y?(r.v9="",e=19):35===y?(r.S9="",e=20):Jr!==y&&(r.A9[0]+=zn(ur(y,Qn)));break;case 19:null===i&&35===y?(r.S9="",e=20):Jr!==y&&(r.v9+=zn(ur(y,Hr(r)?er:ir)));break;case 20:Jr===y||0===y||(r.S9+=zn(ur(y,tr)))}v++}return r}function ni(t,n,r,i){try{ti(t,n,r,i)}catch(t){}}var ri=function(){this.oO="",this.p9="",this.y9="",this.b9=null,this.T6=null,this.A9=[],this.v9=null,this.S9=null,this.T9=!1};function ii(t){switch(t.oO){case"blob":var n;try{n=ti(t.A9[0],null)}catch(t){return jr}return ii(n);case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return function(t,n,r){return t+"://"+dr(n)+(null===r?"":":"+r)}(t.oO,t.b9,t.T6);default:return jr}}var ei,ui,oi=function(){function t(t,n){var r,i=null;if(null!=n)if(function(t){return null!=t&&t instanceof oi&&"object"==typeof t.g9}(n))i=n.g9;else try{i=ti(String(n),null)}catch(t){throw new c("Invalid base URL: "+t.message)}try{r=ti(String(t),i)}catch(t){throw new c("Invalid URL: "+t.message)}var e=r.v9;this.g9=r,this.v9=function(t){var n=new Tr;return null!==t&&Or(n,t),n}(e),this.v9.g9=this}var n=t.prototype;return n.toString=function(){return this.href},n.toJSON=function(){return this.href},function(t,n,r){n&&en(t.prototype,n),r&&en(t,r)}(t,[{key:"href",get:function(){return function(t,n){void 0===n&&(n=!1);var r=t.oO+":";if(null!==t.b9?(r+="//",Gr(t)&&(r+=t.p9,""!==t.y9&&(r+=":"+t.y9),r+="@"),r+=dr(t.b9),null!==t.T6&&(r+=":"+t.T6)):null===t.b9&&"file"===t.oO&&(r+="//"),t.T9)r+=t.A9[0];else for(var i=0,e=t.A9;i<e.length;i++)r+="/"+e[i];return null!==t.v9&&(r+="?"+t.v9),n||null===t.S9||(r+="#"+t.S9),r}(this.g9)},set:function(t){var n;try{n=ti(String(t),null)}catch(t){throw new c("Invalid URL: "+t.message)}this.g9=n,Rr(this.v9);var r=this.g9.v9;null!==r&&Or(this.v9,r)}},{key:"origin",get:function(){return ii(this.g9)}},{key:"protocol",get:function(){return this.g9.oO+":"},set:function(t){ni(t+":",null,this.g9,0)}},{key:"username",get:function(){return this.g9.p9},set:function(t){Zr(this.g9)||(this.g9.p9=or(t,rr))}},{key:"password",get:function(){return this.g9.y9},set:function(t){Zr(this.g9)||(this.g9.y9=or(t,rr))}},{key:"host",get:function(){var t=this.g9,n=t.b9;if(null===n)return"";var r=t.T6,i=dr(n);return null!==r&&(i+=":"+r),i},set:function(t){this.g9.T9||ni(t,null,this.g9,10)}},{key:"hostname",get:function(){var t=this.g9.b9;return null===t?"":dr(t)},set:function(t){this.g9.T9||ni(t,null,this.g9,11)}},{key:"port",get:function(){var t=this.g9.T6;return null===t?"":""+t},set:function(t){Zr(this.g9)||(""===t?this.g9.T6=null:ni(t,null,this.g9,12))}},{key:"pathname",get:function(){var t=this.g9.A9;return this.g9.T9?t[0]:0===t.length?"":"/"+t.join("/")},set:function(t){this.g9.T9||(this.g9.A9.length=0,ni(t,null,this.g9,16))}},{key:"search",get:function(){var t=this.g9.v9;return null===t||""===t?"":"?"+t},set:function(t){t=Ir(t);var n=this.g9;if(""===t)return n.v9=null,void Rr(this.v9);"?"===t[0]&&(t=t.slice(1)),n.v9="",ni(t,null,n,19),Or(this.v9,t)}},{key:"searchParams",get:function(){return this.v9}},{key:"hash",get:function(){var t=this.g9.S9;return null===t||""===t?"":"#"+t},set:function(t){""!==t?("#"===t[0]&&(t=t.slice(1)),this.g9.S9="",ni(t,null,this.g9,20)):this.g9.S9=null}}]),t}();function fi(t){return t.document&&t.document.baseURI||t.location.href||""}function si(){return void 0!==r?r.createElement("video"):void 0}var ci=!!("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch)||!(!i||!i.msMaxTouchPoints),hi=(ui||(ui=si()),ui),ai=!(!hi||!hi.webkitShowPlaybackTargetPicker),li=function(){function t(){this.E9=void 0,this.M9=!1,this.Ye=ci,this.Ks=!1,this.f5=!0}var r=t.prototype;return r.I9=function(){return 0},r.O9=function(t,n){return!0},r.L9=function(t){return t>=.3333333333333333},Y(t,[{key:"k9",get:function(){return void 0===this.E9&&(this.E9=this.I9()),this.E9}},{key:"R9",get:function(){return!dt.JR}},{key:"P9",get:function(){if(n.screen)return{width:n.screen.width,height:n.screen.height}}},{key:"K0",get:function(){return n.devicePixelRatio||1}},{key:"C9",get:function(){return ai}},{key:"P0",get:function(){return!1}},{key:"b0",get:function(){return!0}},{key:"ym",get:function(){return dt.WR||dt.JI}},{key:"x9",get:function(){return!dt.JI}},{key:"kB",get:function(){return!0}},{key:"Tm",get:function(){return!0}},{key:"Am",get:function(){return!1}},{key:"N9",get:function(){}},{key:"D9",get:function(){return!0}},{key:"Vj",get:function(){return!1}},{key:"B9",get:function(){return dt.kR}}]),t}(),vi=function(){var t=si();if(!t)return!1;var n=t.muted;return t.muted=!n,t.muted!==n}();!function(){if(dt.KI)return!1;var t=si();if(!t)return!1;var n=t.volume;t.volume=n/2+.1,t.volume}();var yi=function(t){function n(n){var r;return(r=t.call(this)||this).F9=n,r.F9&&(r.M9=r.F9.M9,r.Ye=r.F9.Ye,r.f5=vi&&r.F9.f5),r}tt(n,t);var r=n.prototype;return r.I9=function(){return this.F9?this.F9.k9:t.prototype.I9.call(this)},r.O9=function(n,r){return this.F9?this.F9.O9(n,r):t.prototype.O9.call(this,n,r)},r.L9=function(n){return this.F9?this.F9.L9(n):t.prototype.L9.call(this,n)},Y(n,[{key:"N9",get:function(){var t;return null==(t=this.F9)?void 0:t.N9}},{key:"D9",get:function(){var t,n;return null==(n=null==(t=this.F9)?void 0:t.D9)||n}}]),n}(li),di=function(t){function n(n){var r;return(r=t.call(this,n)||this).M9=!0,r.Ks=!0,r}return tt(n,t),Y(n,[{key:"Am",get:function(){return dt.JI}}]),n}(yi);var wi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.I9=function(){return function(t){return t&&pt(ei.ManagedMediaSource)?ei.ManagedMediaSource:pt(ei.MediaSource)?ei.MediaSource:void 0}(!0)?t.prototype.I9.call(this):1},Y(n,[{key:"Am",get:function(){return!0}}]),n}(di),_i=function(t){function r(){return t.apply(this,arguments)}return tt(r,t),r.prototype.O9=function(n,r){return t.prototype.O9.call(this,n,r)},Y(r,[{key:"P0",get:function(){return dt.yR<3}},{key:"b0",get:function(){return dt.yR>=3}},{key:"P9",get:function(){var t=this;return n.tizen&&!this.U9&&n.tizen.systeminfo.getPropertyValue("DISPLAY",(function(n){var r=n.resolutionWidth,i=n.resolutionHeight;1===r&&1===i||(t.U9={width:r,height:i})})),this.U9}},{key:"Vj",get:function(){return dt.yR<3}}]),r}(yi),gi=function(t){function n(){return t.call(this)}return tt(n,t),n}(li),pi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.O9=function(t,n){if(t&&t.V9&&n&&n.V9){var r=ki(t.V9,"mp4a.40.2")&&ki(n.V9,"mp4a.40.5"),i=ki(t.V9,"mp4a.40.5")&&ki(n.V9,"mp4a.40.2"),e=ki(t.V9,"mp4a.40.2")&&ki(n.V9,"mp4a.40.34"),u=ki(t.V9,"mp4a.40.34")&&ki(n.V9,"mp4a.40.2"),o=ki(t.V9,"mp4a.40.5")&&ki(n.V9,"mp4a.40.34"),f=ki(t.V9,"mp4a.40.34")&&ki(n.V9,"mp4a.40.5");return!(r||i||e||u||o||f)}return!0},Y(n,[{key:"N9",get:function(){if(dt.NI)return 4096}}]),n}(gi);function ki(t,n){return t.indexOf(n)>-1}var Si=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.L9=function(t){return t>=2},n}(gi),Ii=function(t){function n(){var n;return(n=t.call(this)||this).M9=dt.zR>=11,n.f5=dt.WR&&!(dt.JI&&dt.zR<10),n}return tt(n,t),n}(gi),bi=function(t){function r(){return t.apply(this,arguments)}return tt(r,t),Y(r,[{key:"P9",get:function(){var t=this;return n.webOS&&!this.U9&&n.webOS.deviceInfo((function(n){t.U9={width:n.screenWidth,height:n.screenHeight}})),this.U9}},{key:"kB",get:function(){return!1}}]),r}(yi),mi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),Y(n,[{key:"D9",get:function(){return!dt.BI||(dt._R?92!==dt.vR:dt.dR>=100)}}]),n}(gi),Ai=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),Y(n,[{key:"Am",get:function(){return!0}}]),n}(yi),Ei=function(){function t(){this.X9=new Ri,this.Q9=function(){var t=function(){if(dt.MR)return new pi;if(dt.IR||dt.PR)return new Si;if(dt.WR)return new Ii;if(dt.cR)return new mi;return new gi}();return dt.JI?new wi(t):dt.Ks?new di(t):dt.wR?new _i(t):dt.bR?new bi(t):dt.NI?new Ai(t):new yi(t)}(),this.G9=function(){if(self.URL)try{var t=new self.URL("b","http://a");return t.pathname="c d","http://a/c%20d"===t.href}catch(t){}return!1}(),self.performance&&self.performance.now?this.Pd=function(){return self.performance.now()}:this.Pd=rn}var n=t.prototype;return n.H9=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Et.apply(void 0,it(n))},n.Bm=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Rt.apply(void 0,it(n))},n.W9=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Ot.apply(void 0,it(n))},n.q9=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];Dt.apply(void 0,[t].concat(it(r)))},n.xd=function(t,n){return e(t,n)},n.SZ=function(t,n){return o(t,n)},n.Cd=function(t){u(t)},n.EZ=function(t){f(t)},n.RN=function(){return this.z9.RN()},n.AN=function(){return this.z9.AN()},n.TN=function(){return this.z9.TN()},n.bN=function(){return this.z9.bN()},n.pN=function(){return this.z9.pN()},n.kN=function(t,n){return this.z9.kN(t,n)},n.yN=function(t){return this.z9.yN(t)},n.Rh=function(t,n){var r;return void 0===n&&(n=fi(ei)),r="object"!=typeof n||n instanceof oi?n:n.href,new oi(t,r)},n.Dm=function(t,n){if(void 0===n&&(n=fi(ei)),this.G9){var r=function(t){return"string"==typeof t}(n)?n:n.toString();return new self.URL(t,r).href}return this.Rh(t,n).href},Y(t,[{key:"wB",get:function(){return this.X9}},{key:"Zs",get:function(){return this.Q9}},{key:"Em",get:function(){return{Sm:i&&i.userAgent.match(/Android /i)?"Android":"other",Im:Boolean(i&&i.userAgent.match(/Android 8.0.0/i))}}},{key:"yq",get:function(){return self&&self.location&&"https:"===self.location.protocol}},{key:"K9",get:function(){return"languages"in i?i.languages.slice():[i.language]}}]),t}(),Ri=function(){function t(){}return Y(t,[{key:"pB",get:function(){return i.oscpu}},{key:"Zs",get:function(){return i.platform}},{key:"yB",get:function(){return i.vendor}},{key:"AB",get:function(){return i.vendorSub}}]),t}();var Oi,Di=function(){function t(){}var n=t.prototype;return n.pN=function(){return x.resolve(!1)},n.AN=function(){return x.resolve(!1)},n.bN=function(){return x.resolve(!1)},n.TN=function(){return x.resolve(!1)},n.yN=function(t){return x.resolve(!1)},n.kN=function(t,n){return x.resolve(!1)},n.RN=function(){return x.resolve(!1)},t}(),Ti=function(){function t(){}var n=t.prototype;return n.vU=function(){},n.OP=function(t){},n.NP=function(t){},n.AO=function(t,n){},t}();function Pi(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var i,e,u=[],o=!0,f=!1;try{for(r=r.call(t);!(o=(i=r.next()).done)&&(u.push(i.value),!n||u.length!==n);o=!0);}catch(t){f=!0,e=t}finally{try{o||null==r.return||r.return()}finally{if(f)throw e}}return u}}(t,n)||rt(t,n)||function(){throw new c("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}!function(t){t.OE="arraybuffer",t.LE="json",t.ME="stream",t.Kb="text"}(Oi||(Oi={}));var Ni,Fi=function(){function t(n){var r=this;this.fd={},n instanceof t?n.asList().forEach((function(t){var n=Pi(t,2),i=n[0],e=n[1];r.append(i,e)})):Array.isArray(n)?n.forEach((function(t){var n=Pi(t,2),i=n[0],e=n[1];r.append(i,e)})):n&&h.getOwnPropertyNames(n).forEach((function(t){r.append(t,n[t])}))}var n=t.prototype;return n.append=function(t,n){var r=t,i=n;r=Ci(r),i=Wi(i);var e=r.toLowerCase();if(this.fd.hasOwnProperty(e)){var u=this.fd[e],o=u[1];u[1]=o?o+", "+i:i}else this.fd[e]=[r,i]},n.delete=function(t){var n=Ci(t).toLowerCase();delete this.fd[n]},n.get=function(t){var n=Ci(t).toLowerCase();return this.fd.hasOwnProperty(n)?this.fd[n][1]:null},n.has=function(t){var n=Ci(t).toLowerCase();return this.fd.hasOwnProperty(n)},n.set=function(t,n){var r=t,i=(r=Ci(r)).toLowerCase();this.fd[i]=[r,Wi(n)]},n.forEach=function(t,n){for(var r in this.fd)this.fd.hasOwnProperty(r)&&t.call(n,this.fd[r][1],r,this)},n.asList=function(){var t=[];for(var n in this.fd)if(this.fd.hasOwnProperty(n)){var r=Pi(this.fd[n],2),i=r[0],e=r[1];t.push([i,e])}return t},n.FE=function(){var t={};return this.forEach((function(n,r){t[r]=n})),t},n.UE=function(t){var n=this;t.forEach((function(t,r){n.append(r,t)}))},n.VE=function(t){var n=this;t.forEach((function(t,r){n.set(r,t)}))},t}();function Ci(t){var n=t;if("string"!=typeof n&&(n=String(n)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(n))throw new c("Invalid character in header field name");return n}function Wi(t){var n=t;return"string"!=typeof n&&(n=String(n)),n}!function(t){t[t.ih=0]="ih",t[t.ul=1]="ul",t[t.hd=-1]="hd"}(Ni||(Ni={}));Array.prototype.find,Array.prototype.findLast;var ji="function"==typeof Array.prototype.findIndex?function(t,n){return t.findIndex(n)}:function(t,n){for(var r=0;r<t.length;r+=1){if(n(t[r],r,t))return r}return-1},Mi="function"==typeof Array.prototype.findLastIndex?function(t,n){return t.findLastIndex(n)}:function(t,n){for(var r=t.length-1;r>=0;r-=1){if(n(t[r],r,t))return r}return-1};function Bi(t,n){var r=t.indexOf(n);return-1!==r&&(Ui(t,r),!0)}function Ui(t,n){0===n?t.shift():t.splice(n,1)}function Li(t){t.length=0}Array.prototype.flat,Array.prototype.flatMap;var Vi,xi,Hi,Gi,zi,Ki=function(){function t(){this.vd=!1,this.md=!1,this.wd=[],this.pd=[]}var n=t.prototype;return n._d=function(){if(!this.vd&&!this.md){this.vd=!0;for(var t=0,n=this.wd.slice();t<n.length;t++){(0,n[t])()}this.Ou()}},n.Ou=function(){if(!this.md){this.md=!0;for(var t=0,n=this.pd.slice();t<n.length;t++){(0,n[t])()}Li(this.wd),Li(this.pd)}},n.yd=function(t){this.md||this.wd.push(t)},n.bd=function(t){this.md||Bi(this.wd,t)},n.Td=function(t){this.md||this.pd.push(t)},n.Sd=function(t){this.md||Bi(this.pd,t)},t}(),Xi=function(){function t(){this.Ed=new Ki}var n=t.prototype;return n.Jl=function(){this.Ed._d()},n.Ou=function(){this.Ed.Ou()},n.Id=function(t){var n=this.Ed;if(!n.vd)if(t.vd)n._d();else if(!n.md&&!t.md){var r=function(){i(),n._d()},i=function(){t.bd(r),t.Sd(i),n.bd(r),n.Sd(i)};t.yd(r),t.Td(i),n.yd(r),n.Td(i)}},n.Rd=function(){var n=new t,r=new t,i=n.kd,e=r.kd,u=this.Ed,o=function(){i.vd&&e.md||e.vd&&i.md?u._d():i.md&&e.md&&u.Ou()};i.yd(o),e.yd(o),i.Td(o),e.Td(o),n.Id(u),r.Id(u);return u.Td((function(){i.bd(o),e.bd(o),i.Sd(o),e.Sd(o)})),[n,r]},Y(t,[{key:"kd",get:function(){return this.Ed}}]),t}();!function(t){t.DELETE="DELETE",t.GET="GET",t.HEAD="HEAD",t.OPTIONS="OPTIONS",t.POST="POST",t.PUT="PUT"}(Vi||(Vi={})),function(t){t.jb="",t.HE="manifest",t.WE="segment",t.qE="preload-hint",t.zE="content-protection"}(xi||(xi={})),function(t){t.jb="",t.XE="initialization-segment",t.GE="fairplay-license",t.QE="fairplay-certificate",t.KE="widevine-license",t.YE="widevine-certificate",t.jE="playready-license",t.ZE="clearkey-license",t.JE="aes128-key"}(Hi||(Hi={})),function(t){t.jb="",t.lp="audio",t.vl="video",t.Kb="text",t.Yb="image"}(Gi||(Gi={})),function(t){t.$E="same-origin",t.Om="no-cors",t.tI="cors",t.eI="navigate"}(zi||(zi={}));var $i=function(t,n){var r,i,e,u,o,f,s,c,h,a,l,v,y,d,w,_,g=t.TE;n?(r=n.iI,i=n.sI,e=n.nI,u=n.rI,o=n.kE,f=n.hI,s=n.kd,c=n.Jg,h=n.oI,a=n.aI,l=n.uI,v=n.cI,y=n.Kg,d=n.lI):(r=null,i={},e="GET",u=Oi.Kb,o=0,f=0,c="",h="",a="",l=!1,y=void 0,d=!1),this.TE=g,this.iI=t.iI||r,this.sI=new Fi(t.sI||i),this.nI=t.nI||e,this.rI=t.rI||u,this.kE=void 0!==t.kE?Number(t.kE)||0:o,this.hI=void 0!==t.hI?Number(t.hI)||0:f,this.kd=t.kd||s||(new Xi).kd,this.Jg=t.Jg||c,this.oI=t.oI||h,this.aI=t.aI||a,this.uI=void 0!==t.uI?Boolean(t.uI):l,this.cI=t.cI||v,this.Kg=null!=(w=t.Kg)?w:y,this.lI=null!=(_=t.lI)?_:d};var qi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];s.apply(this,n)};(qi.prototype=h.create(s.prototype)).constructor=qi;var Zi,Ji=function(t){function n(n,r){var i;return(i=t.call(this)||this).message=n||"Unknown error",i.cause=r,s.captureStackTrace&&s.captureStackTrace(function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(i),i.constructor),i}return tt(n,t),Y(n,[{key:"name",get:function(){return"BaseError"}}]),n}(qi);!function(t){t.vE="HttpOpenError",t.mE="HttpResponseError",t.wE="HttpTimeoutError"}(Zi||(Zi={}));var Yi=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).yE=n,e}return tt(n,t),Y(n,[{key:"pE",get:function(){return this.yE}}]),n}(Ji);var Qi=function(t){function n(n,r){return t.call(this,n,function(t){return"Error while opening "+t+". Invalid URL."}(n.TE),r)}return tt(n,t),Y(n,[{key:"name",get:function(){return Zi.vE}}]),n}(Yi),te=function(){function t(){}var n=t.prototype;return n.pE=function(t){return x.reject(new Qi(new $i(t)))},n.MV=function(t){},n.bn=function(){},t}(),ne=function(t){function n(n){return t.call(this,"Invalid XML",n)}return tt(n,t),n}(Ji),re=function(t){function n(){var n;return(n=t.apply(this,arguments)||this).k7=new Di,n.vI=new te,n.i=new Ti,n}return tt(n,t),n.prototype.oE=function(t){throw new ne},Y(n,[{key:"z9",get:function(){return this.k7}},{key:"E7",get:function(){return!1}},{key:"vZ",get:function(){return!1}},{key:"C7",get:function(){return!1}},{key:"BZ",get:function(){return!1}},{key:"wO",get:function(){return this.i}},{key:"x7",get:function(){return{N7:kt}}},{key:"D7",get:function(){return"default"}},{key:"B7",get:function(){return"unknown"}},{key:"Gf",get:function(){return this.vI}}]),n}(Ei);!function(t){t}(new re);var ie=function(){function t(){this.Tp=void 0,this.p=function(t){for(var n=new Array(t),r=0;r<t;r++)n[r]=0;return n}(20),this.en=0}var n=t.prototype;return n.vr=function(t){this.Tp=new d(t)},n.ui=function(t){var n=this.en;this.p[n]=t,n=(n+1)%20,this.en=n},n.li=function(t){var n,r=this.Tp?this.Tp.length:0;this.ui(t);var i=(n=a).max.apply(n,it(this.p));return i>r?i+=a.round(.1*i):i<r&&(i=a.min(r,i+a.round(.1*i))),i},n.nv=function(t){var n=this.li(t);return(this.Tp?this.Tp.length:0)!==n&&this.vr(n),this.Tp},t}(),ee=("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"]),ue=(ArrayBuffer.isView,String.prototype.replaceAll,String.prototype.startsWith,String.prototype.endsWith,"function"==typeof String.prototype.repeat?function(t,n){return t.repeat(n)}:function(t,n){var r=0|n;if(0===t.length||0===r)return"";for(var i=t,e="";1==(1&r)&&(e+=i),0!=(r>>>=1);)i+=i;return e}),oe=(String.prototype.padStart,String.prototype.padEnd,16384);String.fromCodePoint;function fe(t,n){for(var r=[],i=0;i<t.length;i+=oe)r.push(n.apply(void 0,it(t.slice(i,i+oe))));return r.join("")}function se(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=t.byteLength),t.slice?t.slice(n,r):function(t){if(t.slice)return t.slice(0);var n=new d(t.byteLength);return n.set(t,0),n}(function(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=t.byteLength),new d(t.buffer,t.byteOffset+n,r-n)}(t,n,r))}var ce=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).code=n,e}return tt(n,t),n}(Ji),he=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22,82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125,198,248,238,246,255,214,222,145,96,2,206,86,231,181,77,236,143,31,137,250,239,178,142,251,65,179,95,69,35,83,228,155,117,225,61,76,108,126,245,131,104,81,209,249,226,171,98,42,8,149,70,157,48,55,10,47,14,36,27,223,205,78,127,234,18,29,88,52,54,220,180,91,164,118,183,125,82,221,94,19,166,185,0,193,64,227,121,182,212,141,103,114,148,152,176,133,187,197,79,237,134,154,102,17,138,233,4,254,160,120,37,75,162,93,128,5,63,33,112,241,99,119,175,66,32,229,253,191,129,24,38,195,190,53,136,46,147,85,252,122,200,186,50,230,192,25,158,163,68,84,59,11,140,199,107,40,167,188,22,173,219,100,116,20,146,12,72,184,159,189,67,196,57,49,211,242,213,139,110,218,1,177,156,73,216,172,243,207,202,244,71,16,111,240,74,92,56,87,115,151,203,161,232,62,150,97,13,15,224,124,113,204,144,6,247,28,194,106,174,105,23,153,58,39,217,235,43,34,210,169,7,51,45,60,21,201,135,170,80,165,3,89,9,26,101,215,132,208,130,41,90,30,123,168,109,44,165,132,153,141,13,189,177,84,80,3,169,125,25,98,230,154,69,157,64,135,21,235,201,11,236,103,253,234,191,247,150,91,194,28,174,106,90,65,2,79,92,244,52,8,147,115,83,63,12,82,101,94,40,161,15,181,9,54,155,61,38,105,205,159,27,158,116,46,45,178,238,251,246,77,97,206,123,62,113,151,245,104,0,44,96,31,200,237,190,70,217,75,222,212,232,74,107,42,229,22,197,215,85,148,207,16,6,129,240,68,186,227,243,254,192,138,173,188,72,4,223,193,117,99,48,26,14,109,76,20,53,47,225,162,204,57,87,242,130,71,172,231,43,149,160,152,209,127,102,126,171,131,202,41,211,60,121,226,29,118,59,86,78,30,219,10,108,228,93,110,239,166,168,164,55,139,50,67,89,183,140,100,210,224,180,250,7,37,175,142,233,24,213,136,111,114,36,241,199,81,35,124,156,33,221,220,134,133,144,66,196,170,216,5,1,18,163,95,249,208,145,88,39,185,56,19,179,51,187,112,137,167,182,34,146,32,73,255,120,122,143,248,128,23,218,49,198,184,195,176,119,17,203,252,214,58,0,9,18,27,36,45,54,63,72,65,90,83,108,101,126,119,144,153,130,139,180,189,166,175,216,209,202,195,252,245,238,231,59,50,41,32,31,22,13,4,115,122,97,104,87,94,69,76,171,162,185,176,143,134,157,148,227,234,241,248,199,206,213,220,118,127,100,109,82,91,64,73,62,55,44,37,26,19,8,1,230,239,244,253,194,203,208,217,174,167,188,181,138,131,152,145,77,68,95,86,105,96,123,114,5,12,23,30,33,40,51,58,221,212,207,198,249,240,235,226,149,156,135,142,177,184,163,170,236,229,254,247,200,193,218,211,164,173,182,191,128,137,146,155,124,117,110,103,88,81,74,67,52,61,38,47,16,25,2,11,215,222,197,204,243,250,225,232,159,150,141,132,187,178,169,160,71,78,85,92,99,106,113,120,15,6,29,20,43,34,57,48,154,147,136,129,190,183,172,165,210,219,192,201,246,255,228,237,10,3,24,17,46,39,60,53,66,75,80,89,102,111,116,125,161,168,179,186,133,140,151,158,233,224,251,242,205,196,223,214,49,56,35,42,21,28,7,14,121,112,107,98,93,84,79,70,0,11,22,29,44,39,58,49,88,83,78,69,116,127,98,105,176,187,166,173,156,151,138,129,232,227,254,245,196,207,210,217,123,112,109,102,87,92,65,74,35,40,53,62,15,4,25,18,203,192,221,214,231,236,241,250,147,152,133,142,191,180,169,162,246,253,224,235,218,209,204,199,174,165,184,179,130,137,148,159,70,77,80,91,106,97,124,119,30,21,8,3,50,57,36,47,141,134,155,144,161,170,183,188,213,222,195,200,249,242,239,228,61,54,43,32,17,26,7,12,101,110,115,120,73,66,95,84,247,252,225,234,219,208,205,198,175,164,185,178,131,136,149,158,71,76,81,90,107,96,125,118,31,20,9,2,51,56,37,46,140,135,154,145,160,171,182,189,212,223,194,201,248,243,238,229,60,55,42,33,16,27,6,13,100,111,114,121,72,67,94,85,1,10,23,28,45,38,59,48,89,82,79,68,117,126,99,104,177,186,167,172,157,150,139,128,233,226,255,244,197,206,211,216,122,113,108,103,86,93,64,75,34,41,52,63,14,5,24,19,202,193,220,215,230,237,240,251,146,153,132,143,190,181,168,163,0,13,26,23,52,57,46,35,104,101,114,127,92,81,70,75,208,221,202,199,228,233,254,243,184,181,162,175,140,129,150,155,187,182,161,172,143,130,149,152,211,222,201,196,231,234,253,240,107,102,113,124,95,82,69,72,3,14,25,20,55,58,45,32,109,96,119,122,89,84,67,78,5,8,31,18,49,60,43,38,189,176,167,170,137,132,147,158,213,216,207,194,225,236,251,246,214,219,204,193,226,239,248,245,190,179,164,169,138,135,144,157,6,11,28,17,50,63,40,37,110,99,116,121,90,87,64,77,218,215,192,205,238,227,244,249,178,191,168,165,134,139,156,145,10,7,16,29,62,51,36,41,98,111,120,117,86,91,76,65,97,108,123,118,85,88,79,66,9,4,19,30,61,48,39,42,177,188,171,166,133,136,159,146,217,212,195,206,237,224,247,250,183,186,173,160,131,142,153,148,223,210,197,200,235,230,241,252,103,106,125,112,83,94,73,68,15,2,21,24,59,54,33,44,12,1,22,27,56,53,34,47,100,105,126,115,80,93,74,71,220,209,198,203,232,229,242,255,180,185,174,163,128,141,154,151,0,14,28,18,56,54,36,42,112,126,108,98,72,70,84,90,224,238,252,242,216,214,196,202,144,158,140,130,168,166,180,186,219,213,199,201,227,237,255,241,171,165,183,185,147,157,143,129,59,53,39,41,3,13,31,17,75,69,87,89,115,125,111,97,173,163,177,191,149,155,137,135,221,211,193,207,229,235,249,247,77,67,81,95,117,123,105,103,61,51,33,47,5,11,25,23,118,120,106,100,78,64,82,92,6,8,26,20,62,48,34,44,150,152,138,132,174,160,178,188,230,232,250,244,222,208,194,204,65,79,93,83,121,119,101,107,49,63,45,35,9,7,21,27,161,175,189,179,153,151,133,139,209,223,205,195,233,231,245,251,154,148,134,136,162,172,190,176,234,228,246,248,210,220,206,192,122,116,102,104,66,76,94,80,10,4,22,24,50,60,46,32,236,226,240,254,212,218,200,198,156,146,128,142,164,170,184,182,12,2,16,30,52,58,40,38,124,114,96,110,68,74,88,86,55,57,43,37,15,1,19,29,71,73,91,85,127,113,99,109,215,217,203,197,239,225,243,253,167,169,187,181,159,145,131,141],ae=2048,le=16;function ve(t,n,r){var i=0,e=0,u=0,o=0,f=0,s=0,c=0,h=0,a=0,l=0,v=0,y=0,d=0,w=0,_=0,g=0,p=0,k=0,S=0,I=0,b=0,m=0,A=0,E=0,R=0,O=0,D=0,T=0,P=0,N=0,F=0,C=0,W=0,j=0,M=0,B=0,U=0,L=0,V=0,x=0,H=0,G=0,z=0,K=0,X=0,$=0,q=0,Z=0,J=0,Y=0,Q=0,tt=0,nt=0,rt=0,it=0,et=0,ut=0,ot=0,ft=0,st=0,ct=0,ht=0,at=0,lt=0,vt=0,yt=0,dt=0,wt=0,_t=0,gt=0,pt=0,kt=0,St=0,It=0,bt=0,mt=0,At=0,Et=0,Rt=0,Ot=0,Dt=0,Tt=0,Pt=0,Nt=0,Ft=0,Ct=0,Wt=0,jt=0,Mt=0,Bt=0,Ut=0,Lt=0,Vt=0,xt=0,Ht=0,Gt=0,zt=0,Kt=0,Xt=0,$t=0,qt=0,Zt=0,Jt=0,Yt=0,Qt=0,tn=0,nn=0,rn=0,en=0,un=0,on=0,fn=0,sn=0,cn=0,hn=0,an=0,ln=0,vn=0,yn=0,dn=0,wn=0,_n=0,gn=0,pn=0,kn=0,Sn=0,In=0,bn=0,mn=0,An=0,En=0,Rn=0,On=0,Dn=0,Tn=0,Pn=0,Nn=0,Fn=0,Cn=0,Wn=0,jn=0,Mn=0,Bn=0,Un=0,Ln=0,Vn=0,xn=0,Hn=0,Gn=0,zn=0,Kn=0,Xn=0,$n=0,qn=0,Zn=0,Jn=0,Yn=0,Qn=0,tr=0,nr=0,rr=0,ir=0,er=0,ur=0,or=0,fr=0,sr=0,cr=0,hr=0,ar=0,lr=0,vr=0,yr=0,dr=0,wr=0,_r=0,gr=0,pr=0,kr=0,Sr=0,Ir=0,br=0,mr=0,Ar=0,Er=0,Rr=0,Or=0,Dr=0,Tr=0,Pr=0,Nr=0,Fr=0,Cr=0,Wr=0,jr=0,Mr=0,Br=0,Ur=0,Lr=0,Vr=0,xr=0,Hr=0,Gr=0,zr=0,Kr=0,Xr=0,$r=0,qr=0,Zr=0,Jr=0,Yr=0,Qr=0,ti=0,ni=0,ri=0,ii=0,ei=0,ui=0,oi=0,fi=0,si=0,ci=0,hi=0,ai=0,li=0,vi=0,yi=0,di=0,wi=0,_i=0,gi=0,pi=0,ki=0,Si=0,Ii=0,bi=0,mi=0,Ai=0,Ei=0,Ri=0,Oi=0,Di=0,Ti=0,Pi=0,Ni=0,Fi=0,Ci=0,Wi=0,ji=0,Mi=0,Bi=0,Ui=0,Li=0,Vi=0,xi=0,Hi=0,Gi=0,zi=new t.Uint8Array(r);function Ki(t,n,r,Ki,Xi,$i,qi,Zi,Ji,Yi,Qi,te,ne,re,ie,ee){t|=0,n|=0,r|=0,Ki|=0,Xi|=0,$i|=0,qi|=0,Zi|=0,Ji|=0,Yi|=0,Qi|=0,te|=0,ne|=0,re|=0,ie|=0,ee|=0;var ue=0,oe=0,fe=0,se=0,ce=0,he=0,ae=0,le=0,ve=0,ye=0,de=0,we=0,_e=0,ge=0,pe=0,ke=0,Se=256,Ie=1024,be=1280,me=1536,Ae=1792;32==(0|p)?(ue=zi[Se|t^Di]^vi,oe=zi[Se|re^xi]^yi,fe=zi[Se|Qi^Ui]^di,se=zi[Se|Zi^ji]^wi,ce=zi[Se|Xi^Fi]^_i,he=zi[Se|n^Ti]^gi,ae=zi[Se|ie^Hi]^pi,le=zi[Se|te^Li]^ki,ve=zi[Se|Ji^Mi]^Si,ye=zi[Se|$i^Ci]^Ii,de=zi[Se|r^Pi]^bi,we=zi[Se|ee^Gi]^mi,_e=zi[Se|ne^Vi]^Ai,ge=zi[Se|Yi^Bi]^Ei,pe=zi[Se|qi^Wi]^Ri,ke=zi[Se|Ki^Ni]^Oi,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Jr,oe=zi[Se|n]^Yr,fe=zi[Se|r]^Qr,se=zi[Se|Ki]^ti,ce=zi[Se|Xi]^ni,he=zi[Se|$i]^ri,ae=zi[Se|qi]^ii,le=zi[Se|Zi]^ei,ve=zi[Se|Ji]^ui,ye=zi[Se|Yi]^oi,de=zi[Se|Qi]^fi,we=zi[Se|te]^si,_e=zi[Se|ne]^ci,ge=zi[Se|re]^hi,pe=zi[Se|ie]^ai,ke=zi[Se|ee]^li,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Wr,oe=zi[Se|n]^jr,fe=zi[Se|r]^Mr,se=zi[Se|Ki]^Br,ce=zi[Se|Xi]^Ur,he=zi[Se|$i]^Lr,ae=zi[Se|qi]^Vr,le=zi[Se|Zi]^xr,ve=zi[Se|Ji]^Hr,ye=zi[Se|Yi]^Gr,de=zi[Se|Qi]^zr,we=zi[Se|te]^Kr,_e=zi[Se|ne]^Xr,ge=zi[Se|re]^$r,pe=zi[Se|ie]^qr,ke=zi[Se|ee]^Zr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^pr,oe=zi[Se|n]^kr,fe=zi[Se|r]^Sr,se=zi[Se|Ki]^Ir,ce=zi[Se|Xi]^br,he=zi[Se|$i]^mr,ae=zi[Se|qi]^Ar,le=zi[Se|Zi]^Er,ve=zi[Se|Ji]^Rr,ye=zi[Se|Yi]^Or,de=zi[Se|Qi]^Dr,we=zi[Se|te]^Tr,_e=zi[Se|ne]^Pr,ge=zi[Se|re]^Nr,pe=zi[Se|ie]^Fr,ke=zi[Se|ee]^Cr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^ir,oe=zi[Se|n]^er,fe=zi[Se|r]^ur,se=zi[Se|Ki]^or,ce=zi[Se|Xi]^fr,he=zi[Se|$i]^sr,ae=zi[Se|qi]^cr,le=zi[Se|Zi]^hr,ve=zi[Se|Ji]^ar,ye=zi[Se|Yi]^lr,de=zi[Se|Qi]^vr,we=zi[Se|te]^yr,_e=zi[Se|ne]^dr,ge=zi[Se|re]^wr,pe=zi[Se|ie]^_r,ke=zi[Se|ee]^gr):(ue=zi[Se|t^pr]^ir,oe=zi[Se|re^Nr]^er,fe=zi[Se|Qi^Dr]^ur,se=zi[Se|Zi^Er]^or,ce=zi[Se|Xi^br]^fr,he=zi[Se|n^kr]^sr,ae=zi[Se|ie^Fr]^cr,le=zi[Se|te^Tr]^hr,ve=zi[Se|Ji^Rr]^ar,ye=zi[Se|$i^mr]^lr,de=zi[Se|r^Sr]^vr,we=zi[Se|ee^Cr]^yr,_e=zi[Se|ne^Pr]^dr,ge=zi[Se|Yi^Or]^wr,pe=zi[Se|qi^Ar]^_r,ke=zi[Se|Ki^Ir]^gr),t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Vn,oe=zi[Se|n]^xn,fe=zi[Se|r]^Hn,se=zi[Se|Ki]^Gn,ce=zi[Se|Xi]^zn,he=zi[Se|$i]^Kn,ae=zi[Se|qi]^Xn,le=zi[Se|Zi]^$n,ve=zi[Se|Ji]^qn,ye=zi[Se|Yi]^Zn,de=zi[Se|Qi]^Jn,we=zi[Se|te]^Yn,_e=zi[Se|ne]^Qn,ge=zi[Se|re]^tr,pe=zi[Se|ie]^nr,ke=zi[Se|ee]^rr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^An,oe=zi[Se|n]^En,fe=zi[Se|r]^Rn,se=zi[Se|Ki]^On,ce=zi[Se|Xi]^Dn,he=zi[Se|$i]^Tn,ae=zi[Se|qi]^Pn,le=zi[Se|Zi]^Nn,ve=zi[Se|Ji]^Fn,ye=zi[Se|Yi]^Cn,de=zi[Se|Qi]^Wn,we=zi[Se|te]^jn,_e=zi[Se|ne]^Mn,ge=zi[Se|re]^Bn,pe=zi[Se|ie]^Un,ke=zi[Se|ee]^Ln,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^cn,oe=zi[Se|n]^hn,fe=zi[Se|r]^an,se=zi[Se|Ki]^ln,ce=zi[Se|Xi]^vn,he=zi[Se|$i]^yn,ae=zi[Se|qi]^dn,le=zi[Se|Zi]^wn,ve=zi[Se|Ji]^_n,ye=zi[Se|Yi]^gn,de=zi[Se|Qi]^pn,we=zi[Se|te]^kn,_e=zi[Se|ne]^Sn,ge=zi[Se|re]^In,pe=zi[Se|ie]^bn,ke=zi[Se|ee]^mn,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Kt,oe=zi[Se|n]^Xt,fe=zi[Se|r]^$t,se=zi[Se|Ki]^qt,ce=zi[Se|Xi]^Zt,he=zi[Se|$i]^Jt,ae=zi[Se|qi]^Yt,le=zi[Se|Zi]^Qt,ve=zi[Se|Ji]^tn,ye=zi[Se|Yi]^nn,de=zi[Se|Qi]^rn,we=zi[Se|te]^en,_e=zi[Se|ne]^un,ge=zi[Se|re]^on,pe=zi[Se|ie]^fn,ke=zi[Se|ee]^sn,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Tt,oe=zi[Se|n]^Pt,fe=zi[Se|r]^Nt,se=zi[Se|Ki]^Ft,ce=zi[Se|Xi]^Ct,he=zi[Se|$i]^Wt,ae=zi[Se|qi]^jt,le=zi[Se|Zi]^Mt,ve=zi[Se|Ji]^Bt,ye=zi[Se|Yi]^Ut,de=zi[Se|Qi]^Lt,we=zi[Se|te]^Vt,_e=zi[Se|ne]^xt,ge=zi[Se|re]^Ht,pe=zi[Se|ie]^Gt,ke=zi[Se|ee]^zt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^yt,oe=zi[Se|n]^dt,fe=zi[Se|r]^wt,se=zi[Se|Ki]^_t,ce=zi[Se|Xi]^gt,he=zi[Se|$i]^pt,ae=zi[Se|qi]^kt,le=zi[Se|Zi]^St,ve=zi[Se|Ji]^It,ye=zi[Se|Yi]^bt,de=zi[Se|Qi]^mt,we=zi[Se|te]^At,_e=zi[Se|ne]^Et,ge=zi[Se|re]^Rt,pe=zi[Se|ie]^Ot,ke=zi[Se|ee]^Dt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Y,oe=zi[Se|n]^Q,fe=zi[Se|r]^tt,se=zi[Se|Ki]^nt,ce=zi[Se|Xi]^rt,he=zi[Se|$i]^it,ae=zi[Se|qi]^et,le=zi[Se|Zi]^ut,ve=zi[Se|Ji]^ot,ye=zi[Se|Yi]^ft,de=zi[Se|Qi]^st,we=zi[Se|te]^ct,_e=zi[Se|ne]^ht,ge=zi[Se|re]^at,pe=zi[Se|ie]^lt,ke=zi[Se|ee]^vt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^j,oe=zi[Se|n]^M,fe=zi[Se|r]^B,se=zi[Se|Ki]^U,ce=zi[Se|Xi]^L,he=zi[Se|$i]^V,ae=zi[Se|qi]^x,le=zi[Se|Zi]^H,ve=zi[Se|Ji]^G,ye=zi[Se|Yi]^z,de=zi[Se|Qi]^K,we=zi[Se|te]^X,_e=zi[Se|ne]^$,ge=zi[Se|re]^q,pe=zi[Se|ie]^Z,ke=zi[Se|ee]^J,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],i=zi[Se|t]^k,e=zi[Se|n]^S,u=zi[Se|r]^I,o=zi[Se|Ki]^b,f=zi[Se|Xi]^m,s=zi[Se|$i]^A,c=zi[Se|qi]^E,h=zi[Se|Zi]^R,a=zi[Se|Ji]^O,l=zi[Se|Yi]^D,v=zi[Se|Qi]^T,y=zi[Se|te]^P,d=zi[Se|ne]^N,w=zi[Se|re]^F,_=zi[Se|ie]^C,g=zi[Se|ee]^W}return{iv:function(t,n,r,p,k,S,I,b,m,A,E,R,O,D,T,P){i=t|=0,e=n|=0,u=r|=0,o=p|=0,f=k|=0,s=S|=0,c=I|=0,h=b|=0,a=m|=0,l=A|=0,v=E|=0,y=R|=0,d=O|=0,w=D|=0,_=T|=0,g=P|=0},sv:function(t,n,r,i,e,u,o,f,s,c,h,a,l,v,y,d){S=n|=0,I=r|=0,b=i|=0,m=e|=0,A=u|=0,E=o|=0,R=f|=0,O=s|=0,D=c|=0,T=h|=0,P=a|=0,N=l|=0,C=y|=0,W=d|=0,p=16,j=(k=t|=0)^zi[0|(F=v|=0)]^1,M=S^zi[0|C],B=I^zi[0|W],U=b^zi[0|N],$=N^(G=O^(L=m^j)),Z=C^(K=T^(x=E^B)),J=W^(X=P^(H=R^U)),Y=j^zi[0|(q=F^(z=D^(V=A^M)))]^2,Q=M^zi[0|Z],tt=B^zi[0|J],nt=U^zi[0|$],ht=$^(ot=G^(rt=L^Y)),lt=Z^(st=K^(et=x^tt)),vt=J^(ct=X^(ut=H^nt)),yt=Y^zi[0|(at=q^(ft=z^(it=V^Q)))]^4,dt=Q^zi[0|lt],wt=tt^zi[0|vt],_t=nt^zi[0|ht],Et=ht^(It=ot^(gt=rt^yt)),Ot=lt^(mt=st^(kt=et^wt)),Dt=vt^(At=ct^(St=ut^_t)),Tt=yt^zi[0|(Rt=at^(bt=ft^(pt=it^dt)))]^8,Pt=dt^zi[0|Ot],Nt=wt^zi[0|Dt],Ft=_t^zi[0|Et],xt=Et^(Bt=It^(Ct=gt^Tt)),Gt=Ot^(Lt=mt^(jt=kt^Nt)),zt=Dt^(Vt=At^(Mt=St^Ft)),Kt=Tt^zi[0|(Ht=Rt^(Ut=bt^(Wt=pt^Pt)))]^16,Xt=Pt^zi[0|Gt],$t=Nt^zi[0|zt],qt=Ft^zi[0|xt],un=xt^(tn=Bt^(Zt=Ct^Kt)),fn=Gt^(rn=Lt^(Yt=jt^$t)),sn=zt^(en=Vt^(Qt=Mt^qt)),cn=Kt^zi[0|(on=Ht^(nn=Ut^(Jt=Wt^Xt)))]^32,hn=Xt^zi[0|fn],an=$t^zi[0|sn],ln=qt^zi[0|un],Sn=un^(_n=tn^(vn=Zt^cn)),bn=fn^(pn=rn^(dn=Yt^an)),mn=sn^(kn=en^(wn=Qt^ln)),An=cn^zi[0|(In=on^(gn=nn^(yn=Jt^hn)))]^64,En=hn^zi[0|bn],Rn=an^zi[0|mn],On=ln^zi[0|Sn],Mn=Sn^(Fn=_n^(Dn=vn^An)),Un=bn^(Wn=pn^(Pn=dn^Rn)),Ln=mn^(jn=kn^(Nn=wn^On)),Vn=An^zi[0|(Bn=In^(Cn=gn^(Tn=yn^En)))]^128,xn=En^zi[0|Un],Hn=Rn^zi[0|Ln],Gn=On^zi[0|Mn],Qn=Mn^(qn=Fn^(zn=Dn^Vn)),nr=Un^(Jn=Wn^(Xn=Pn^Hn)),rr=Ln^(Yn=jn^($n=Nn^Gn)),ir=Vn^zi[0|(tr=Bn^(Zn=Cn^(Kn=Tn^xn)))]^27,er=xn^zi[0|nr],ur=Hn^zi[0|rr],or=Gn^zi[0|Qn],dr=Qn^(ar=qn^(fr=zn^ir)),_r=nr^(vr=Jn^(cr=Xn^ur)),gr=rr^(yr=Yn^(hr=$n^or)),pr=ir^zi[0|(wr=tr^(lr=Zn^(sr=Kn^er)))]^54,kr=er^zi[0|_r],Sr=ur^zi[0|gr],Ir=or^zi[0|dr],Pr=dr^(Rr=ar^(br=fr^pr)),Nr=wr^(Or=lr^(mr=sr^kr)),Fr=_r^(Dr=vr^(Ar=cr^Sr)),Cr=gr^(Tr=yr^(Er=hr^Ir))},cv:function(t,n){n|=0;var r=0,p=0,k=0,S=0,I=0,b=0,m=0,A=0,E=0,R=0,O=0,D=0,T=0,P=0,N=0,F=0,C=0;if(15&(t|=0))return-1;for(r=i,p=e,k=u,S=o,I=f,b=s,m=c,A=h,E=a,R=l,O=v,D=y,T=d,P=w,N=_,F=g;(0|n)>=16;)Ki(0|zi[t],0|zi[1|t],0|zi[2|t],0|zi[3|t],0|zi[4|t],0|zi[5|t],0|zi[6|t],0|zi[7|t],0|zi[8|t],0|zi[9|t],0|zi[10|t],0|zi[11|t],0|zi[12|t],0|zi[13|t],0|zi[14|t],0|zi[15|t]),i^=r,r=0|zi[t],e^=p,p=0|zi[1|t],u^=k,k=0|zi[2|t],o^=S,S=0|zi[3|t],f^=I,I=0|zi[4|t],s^=b,b=0|zi[5|t],c^=m,m=0|zi[6|t],h^=A,A=0|zi[7|t],a^=E,E=0|zi[8|t],l^=R,R=0|zi[9|t],v^=O,O=0|zi[10|t],y^=D,D=0|zi[11|t],d^=T,T=0|zi[12|t],w^=P,P=0|zi[13|t],_^=N,N=0|zi[14|t],g^=F,F=0|zi[15|t],zi[t]=i,zi[1|t]=e,zi[2|t]=u,zi[3|t]=o,zi[4|t]=f,zi[5|t]=s,zi[6|t]=c,zi[7|t]=h,zi[8|t]=a,zi[9|t]=l,zi[10|t]=v,zi[11|t]=y,zi[12|t]=d,zi[13|t]=w,zi[14|t]=_,zi[15|t]=g,t=t+16|0,n=n-16|0,C=C+16|0;return i=r,e=p,u=k,o=S,f=I,s=b,c=m,h=A,a=E,l=R,v=O,y=D,d=T,w=P,_=N,g=F,0|C}}}function ye(t){return new d(t).set(he),ve({Uint8Array:d},0,t)}var de=new d(1048576),we=function(){function t(t){this.av=!0,this.Put=ae,this.lv=0,this.dv=null,this.gv=new ie,this.kv=new ie,this.jv=new ie;var n=t.ty||4096;if(n<=0||n%4096)throw new ce("CAD1409","Invalid heap size");this.ny=t.ny||new d(n),this.hy=t.hy||ye(this.ny.buffer),this.sr(t)}var n=t.prototype;return n.ky=function(t){var n=t.my;this.dv=null,this.Put=ae,this.lv=0;var r=new d(16);return n&&(n.length>16&&(n=se(n,0,16)),r.set(n,16-n.length),this.hy.sv(r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8],r[9],r[10],r[11],r[12],r[13],r[14],r[15])),this},n.gd=function(t){var n=new d(le);if(t){0;var r=t.length>le?se(t,0,le):t;n.set(r,le-r.length)}this.hy.iv(n[0],n[1],n[2],n[3],n[4],n[5],n[6],n[7],n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])},n.sr=function(t){this.ky(t);var n=t.av;return this.av=void 0===n||Boolean(n),this.gd(t.dEt),this},n.Ad=function(t,n,r,i,e){var u=t.byteLength-n,o=u<e?u:e;return t.set(new d(r.buffer||r,i,o),n),o},n.tw=function(t){for(var n=t.byteOffset||0,r=t.byteLength||t.length||0,i=this.hy,e=this.ny,u=this.av,o=this.Put,f=this.lv,s=0,c=le*a.floor((f+r)/le),h=0,l=this.gv.nv(c);r>0;)f+=h=this.Ad(e,o+f,t,n,r),n+=h,r-=h,h=i.cv(o,f-(u&&0===r&&f%le==0?le:0)),l.set(e.subarray(o,o+h),s),s+=h,h<f?(o+=h,f-=h):(o=ae,f=0);return this.dv=l.subarray(0,s),this.Put=o,this.lv=f,this},n.rw=function(){var t,n=this.hy,r=this.ny,i=this.av,e=this.Put,u=this.lv,o=this.kv.nv(u);if(0===u){if(i)throw new ce("DAC1559","Invalid padding");return this.dv=new d(0),this.Put=ae,this.lv=0,this}if(u%le!=0)throw new ce("DAC1563","Invalid data length");return u>0&&(n.cv(e,u),o.set(r.subarray(e,e+u))),i&&(t=o[u-1],o=o.subarray(0,u-t)),this.dv=o.subarray(0,u),this.Put=ae,this.lv=0,this},n.yCt=function(t){var n=this.tw(t).dv,r=this.rw().dv,i=n.length+r.length,e=this.jv.nv(i);return e.set(n),r.length>0&&e.set(r,n.length),this.dv=e.subarray(0,i),this},t}(),_e=new we({ny:de,hy:ye(de.buffer)});var ge,pe,ke,Se=self;function Ie(t,n){return void 0===ge&&(ge=function(){var t=new d(1);try{return Se.postMessage(t,[t.buffer]),0===t.byteLength}catch(t){return!1}}()),n&&ge?Se.postMessage(t,n):Se.postMessage(t)}!function(t){t.dLt="yCt",t.fLt="XCt"}(pe||(pe={})),function(t){t._Lt="gLt",t.vLt="mLt"}(ke||(ke={}));var be=self;function me(t,n,r){be.postMessage({xLt:ke.vLt,CLt:t,DLt:(null==n?void 0:n.code)||r||"DAW0008",BLt:(null==n?void 0:n.message)||""})}var Ae,Ee=[];function Re(t){for(var n=0;n<Ee.length;n++){if(Ee[n].kLt===t)return void Ui(Ee,n)}}function Oe(){Ee.length?Ae||(Ae=e(De,0)):(u(Ae),Ae=void 0)}function De(){Ae&&(u(Ae),Ae=void 0),Ee.length&&function(t){var n,r=t.SLt,i=t.kLt,e=t.ELt,u=t.ILt,o=t.RLt;try{if(r!==pe.dLt)return me(i,new ce("DAW0042","Unknown message type"));try{n=function(t,n,r,i){if(void 0===t)throw new ce("CAD1600","Missing data");if(void 0===n)throw new ce("CAD1603","Missing key");return _e.sr({my:n,av:r,dEt:i}).yCt(t).dv}(e,u,!0,o)}catch(t){return me(i,t,"DAW0033")}try{return Ie({xLt:ke._Lt,CLt:i,NLt:n},[n.buffer])}catch(t){return me(i,t,"DAW0038")}}catch(t){return me(i,t,"DAW0045")}}(Ee.shift()),Oe()}be.addEventListener("message",(function(t){var n=t.data;if(n.SLt===pe.fLt)!function(t){for(var n=0;n<t.length;n++)Re(t[n])}(n.sw);else!function(t){Ee.push(t)}(n);Oe()}),!1),be.postMessage({lLt:"7.7.1"})}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof a?a:"undefined"!=typeof global?global:this);
|