@theoplayer/extended 6.1.1 → 6.2.0
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/README.md +1 -1
- package/THEOplayer.chromeless.d.ts +1 -1
- package/THEOplayer.chromeless.esm.js +2 -2
- package/THEOplayer.chromeless.js +3 -3
- package/THEOplayer.common.d.ts +15 -2
- 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: 6.
|
|
29
|
-
Created: 2023-10-
|
|
28
|
+
Version: 6.2.0
|
|
29
|
+
Created: 2023-10-16T12:08:00.537Z
|
|
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,s=t.clearInterval,f=t.Error,c=t.TypeError,a=(t.SyntaxError,t.Object),h=t.Math,l=t.parseInt,v=t.parseFloat,d=t.isNaN,y=t.Uint8Array;t.Worker,t.WorkerGlobalScope,t.XMLHttpRequest;var _=e;function w(t){return Boolean(t&&void 0!==t.length)}function p(){}function g(t){if(!(this instanceof g))throw new c("Promises must be constructed via new");if("function"!=typeof t)throw new c("not a function");this.Pa=0,this.u0t=!1,this.wrt=void 0,this.o0t=[],b(t,this)}function S(t,n){for(;3===t.Pa;)t=t.wrt;0!==t.Pa?(t.u0t=!0,g.c0t((function(){var r=1===t.Pa?n.onFulfilled:n.onRejected;if(null!==r){var i;try{i=r(t.wrt)}catch(t){return void k(n.promise,t)}I(n.promise,i)}else(1===t.Pa?I:k)(n.promise,t.wrt)}))):t.o0t.push(n)}function I(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 g)return t.Pa=3,t.wrt=n,void E(t);if("function"==typeof r)return void b(function(t,n){return function(){t.apply(n,arguments)}}(r,n),t)}t.Pa=1,t.wrt=n,E(t)}catch(n){k(t,n)}}function k(t,n){t.Pa=2,t.wrt=n,E(t)}function E(t){2===t.Pa&&0===t.o0t.length&&g.c0t((function(){t.u0t||g.a0t(t.wrt)}));for(var n=0,r=t.o0t.length;n<r;n++)S(t,t.o0t[n]);t.o0t=null}function m(t,n,r){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof n?n:null,this.promise=r}function b(t,n){var r=!1;try{t((function(t){r||(r=!0,I(n,t))}),(function(t){r||(r=!0,k(n,t))}))}catch(t){if(r)return;r=!0,k(n,t)}}g.prototype.catch=function(t){return this.then(null,t)},g.prototype.then=function(t,n){var r=new this.constructor(p);return S(this,new m(t,n,r)),r},g.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)}))}))},g.all=function(t){return new g((function(n,r){if(!w(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 s=o.then;if("function"==typeof s)return void s.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])}))},g.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])}))},g.resolve=function(t){return t&&"object"==typeof t&&t.constructor===g?t:new g((function(n){n(t)}))},g.reject=function(t){return new g((function(n,r){r(t)}))},g.race=function(t){return new g((function(n,r){if(!w(t))return r(new c("Promise.race accepts an array"));for(var i=0,e=t.length;i<e;i++)g.resolve(t[i]).then(n,r)}))},g.c0t="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){_(t,0)},g.a0t=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var A,R=function(){var t=self.Promise;if(void 0!==t)try{if(-1!==t.toString().indexOf("[native code]"))return t}catch(t){}}(),O=i?i.userAgent:"",T=O.match(/Firefox\/([0-9]+)/i),D=null!=T,N=T?Number(T[1]):0,P=O.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),C=null!=P,F=P?Number(P[3]):0,L=((A=function(t){this.wI=0,this.Iu=0,this.rR=[],this.h0t=t}).prototype.f0t=function(t){var n=this.length();this.v0t(n+1);var r=this.Iu+n&this.h0t-1;this.rR[r]=t,this.wI=n+1},A.prototype.push=function(t){var n=this.length()+1;if(this.h0t<n)this.f0t(t);else{var r=this.Iu+n-1,i=this.h0t-1;this.rR[r&i]=t,this.wI=n}},A.prototype.shift=function(){var t=this.Iu,n=this.rR[t];return this.rR[t]=void 0,this.Iu=t+1&this.h0t-1,this.wI--,n},A.prototype.length=function(){return this.wI},A.prototype.v0t=function(t){this.h0t<t&&this.d0t(this.h0t<<1)},A.prototype.d0t=function(t){var n=this.h0t;this.h0t=t;var r=this.Iu+this.wI&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.rR,0,n,r)},A);var U="unhandledrejection",W=self.PromiseRejectionEvent,M=self.CustomEvent;function H(t){return new W(U,{reason:t,promise:R.reject(t).catch((function(){})),cancelable:!0})}function j(t){var n=new M(U,{detail:{reason:t},cancelable:!0});return a.defineProperty(n,"reason",{value:t}),n}function B(t){var n=r.createEvent("CustomEvent");return n.initCustomEvent(U,!1,!0,{reason:t}),n}var V,x,G,K,Y=function(t){return(Y=function(){try{var t=R.resolve(),n="error",r=new W(U,{reason:n,promise:t});return U===r.type&&n===r.reason}catch(t){}return!1}()?H:function(){try{var t="error",n=new M(U,{detail:{reason:t}});return U===n.type&&t===n.detail.reason}catch(t){}return!1}()?j:B)(t)};function z(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),a.defineProperty(t,i.key,i)}}function X(t,n,r){return n&&z(t.prototype,n),r&&z(t,r),t}function Z(t,n){return(Z=a.setPrototypeOf||function(t,n){return t.__proto__=n,t})(t,n)}function $(t,n){if("function"!=typeof n&&null!==n)throw new c("Super expression must either be null or a function");t.prototype=a.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&Z(t,n)}function q(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 J(t,n){if(t){if("string"==typeof t)return q(t,n);var r=a.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)?q(t,n):void 0}}function Q(t){return function(t){if(Array.isArray(t))return q(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||J(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.")}()}R&&!(D&&N<60||C&&F<15)?x=R:(x=g,(G=function(t){var n=new L(16),r=!1,i=function(){for(;n.length()>0;)n.shift()();r=!1};return{SY:function(e){n.push(e),r||(r=!0,t(i))},L2:i}}(null!==(V=function(){var t=self.queueMicrotask;if("function"==typeof t)return function(n){return t(n)};var n=R;if(n&&"function"==typeof n.resolve){var r=n.resolve();return function(t){return r.then(t)}}}())&&void 0!==V?V:g.c0t)).L2,g.c0t=G.SY,g.a0t=function(t){try{var n=Y(t);if(!self.dispatchEvent(n)||n.defaultPrevented)return}catch(t){}e((function(){throw new f("Unhandled promise rejection: ".concat(t))}),0)}),function(t){t.VS="web",t.qS="android",t.WS="android-tv",t.zS="ios",t.XS="tvos",t.GS="chromecast"}(K||(K={}));var tt=i?i.userAgent:"",nt=tt.match(/chrome\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),rt=tt.match(/Edg\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),it=tt.match(/Android ([0-9\.]+)/i),et=tt.match(/Windows NT ([0-9\.]+)/i),ut=tt.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),ot=tt.match(/Firefox\/([0-9\.]+)/i),st=tt.match(/OPR\/(\d+\.\d+)/i),ft=tt.match(/Tizen ([0-9\.]+)/i),ct=tt.match(/(iPhone OS|iPad OS|iPod OS|Mac OS X) (\d+)_(\d+)_?(\d+)?/),at=function(){function t(){this.QS=Boolean("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch||i&&i.msMaxTouchPoints),this.YS=/(mac\sos\sx)\s?([\w\s\.]+\w)*/i.test(tt)||/(macintosh|mac(?=_powerpc)\s)/i.test(tt),this.ZS=/Windows NT/i.test(tt),this.$S=et?v(et[1]):0,this.nk=/Android/i.test(tt),this.hk=it?v(it[1]):0,this.lk=/windows phone (8|8\.1)/i.test(tt),this.fk=/iPhone/i.test(tt),this.gk=/iPad/i.test(tt),this.wk=this.YS&&this.QS&&!this.gk,this.yk=/iPod/i.test(tt),this.xk=/Mobile Safari/i.test(tt),this.Ik=/EOS\d*STB/i.test(tt),this.Rk=/APP\d*STB/i.test(tt),this.bk=(this.fk||this.gk||this.wk||this.yk)&&!this.lk,this.Sk=ct?v(ct[2]):0,this.Ck=this.lk||this.bk||this.nk||this.xk,this.Dk=/CriOS/i.test(tt),this.Lk=Boolean(self.chrome&&/google/i.test(i.vendor))||this.Dk,this.Uk=this.Lk&&/Edg\//i.test(i.userAgent),this.Vk=rt?l(rt[1],10):0,this.BE=Boolean(self.chrome||/Chrome/i.test(tt)||/CriOS/i.test(tt)),this.Mk=nt?l(nt[1],10):0,this.Wk=/SMART-TV.*Tizen/i.test(tt),this.Xk=ft?v(ft[1]):0,this.Qk=/webos|web0s/i.test(tt),this.Yk=/VIZIO/i.test(tt),this.Zk=/Edge\/\d+/i.test(tt),this.$k=/Trident/i.test(tt),this.eE=this.$k&&!self.ActiveXObject&&"ActiveXObject"in self,this.sE=/Vivaldi/i.test(tt),this.rE=/Firefox/i.test(tt)&&!/Seamonkey/i.test(tt),this.oE=ot?v(ot[1]):0,this.uE=/Safari/i.test(tt)&&!/Chrome/i.test(tt)&&!this.lk&&!this.Wk,this.lE=ut?v(ut[2]):0,this.fE=Boolean(st),this.gE=st?v(st[1]):0,this.wE=/CrKey/.test(tt),this.pE=/\b(tv|smart-tv|smarttv|appletv|crkey|googletv|hbbtv|pov_tv|roku|viera|nettv|philipstv|vizio)\b/i.test(tt),this.bE="web"===K.WS,this.SE="web"===K.qS,this.EE=this.SE||this.bE,this.RE="web"===K.zS,this.xE="web"===K.XS,this.NE="web"===K.GS}return X(t,[{key:"Ye",get:function(){return this.QS}},{key:"KS",get:function(){return this.YS}},{key:"jS",get:function(){return this.ZS}},{key:"JS",get:function(){return this.$S}},{key:"ek",get:function(){return this.nk}},{key:"rk",get:function(){return this.hk}},{key:"ck",get:function(){return this.lk}},{key:"dk",get:function(){return this.fk}},{key:"_k",get:function(){return this.gk}},{key:"vk",get:function(){return this.wk}},{key:"pk",get:function(){return this.yk}},{key:"Ak",get:function(){return this.bk}},{key:"Tk",get:function(){return this.Sk}},{key:"Ek",get:function(){return this.Ik||this.Rk}},{key:"Pk",get:function(){return this.xk}},{key:"Ks",get:function(){return this.Ck}},{key:"Nk",get:function(){return this.Dk}},{key:"Bk",get:function(){return this.Lk}},{key:"Ok",get:function(){return this.Mk}},{key:"Fk",get:function(){return this.Uk}},{key:"Hk",get:function(){return this.Vk}},{key:"qk",get:function(){return this.Wk}},{key:"zk",get:function(){return this.Xk}},{key:"Gk",get:function(){return this.Qk}},{key:"Kk",get:function(){return this.Yk}},{key:"jk",get:function(){return this.Zk}},{key:"Jk",get:function(){return this.$k}},{key:"tE",get:function(){return this.eE}},{key:"iE",get:function(){return this.sE}},{key:"nE",get:function(){return this.rE}},{key:"hE",get:function(){return this.oE}},{key:"aE",get:function(){return this.uE}},{key:"cE",get:function(){return this.lE}},{key:"dE",get:function(){return this.fE}},{key:"_E",get:function(){return this.gE}},{key:"vE",get:function(){return this.wE}},{key:"mE",get:function(){return this.pE}},{key:"yE",get:function(){return!(!this.Gk&&!this.qk)&&this.Ok<=56}},{key:"AE",get:function(){return this.bE}},{key:"TE",get:function(){return this.SE}},{key:"kE",get:function(){return this.EE}},{key:"IE",get:function(){return this.RE}},{key:"PE",get:function(){return this.xE}},{key:"CE",get:function(){return this.NE}},{key:"DE",get:function(){return this.BE}}]),t}();at.Gf=new at;var ht=at.Gf,lt={}.toString;function vt(t){return null!=t}Array.isArray;var dt=function(){},yt=!(ht.Jk&&!ht.tE),_t=self.console;function wt(t){if(function(t){return"object"==typeof t&&null!==t}(t))try{return JSON.stringify(t)}catch(t){}return t}function pt(t){return t.map(wt).join(" ")}function gt(t){var n=_t&&_t[t];return n?n.bind&&yt?n.bind(_t):function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];_t[t](pt(r))}:void 0}var St=gt("log")||dt,It=gt("warn")||St.bind(void 0,"WARNING:"),kt=gt("error")||St.bind(void 0,"ERROR:"),Et=function(){var t=_t&&_t.assert;return t?t.bind&&yt?t.bind(_t):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.assert(t,pt(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||kt.apply(void 0,["Assertion failed:"].concat(Q(r)))}}(),mt=null;try{mt=new WebAssembly.Instance(new WebAssembly.Module(new y([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(A){}function bt(t,n,r){this.low=0|t,this.high=0|n,this.unsigned=!!r}function At(t){return!0===(t&&t.Bf)}function Rt(t){var n=h.clz32(t&-t);return t?31-n:n}bt.prototype.Bf,a.defineProperty(bt.prototype,"Bf",{value:!0}),bt.isLong=At;var Ot={},Tt={};function Dt(t,n){var r,i,e;return n?(e=0<=(t>>>=0)&&t<256)&&(i=Tt[t])?i:(r=Pt(t,0,!0),e&&(Tt[t]=r),r):(e=-128<=(t|=0)&&t<128)&&(i=Ot[t])?i:(r=Pt(t,t<0?-1:0,!1),e&&(Ot[t]=r),r)}function Nt(t,n){if(d(t))return n?Bt:jt;if(n){if(t<0)return Bt;if(t>=Wt)return Yt}else{if(t<=-Mt)return zt;if(t+1>=Mt)return Kt}return t<0?Nt(-t,n).neg():Pt(t%Ut|0,t/Ut|0,n)}function Pt(t,n,r){return new bt(t,n,r)}bt.fromInt=Dt,bt.fromNumber=Nt,bt.fromBits=Pt;var Ct=h.pow;function Ft(t,n,r){if(0===t.length)throw f("empty string");if("number"==typeof n?(r=n,n=!1):n=!!n,"NaN"===t||"Infinity"===t||"+Infinity"===t||"-Infinity"===t)return n?Bt:jt;if((r=r||10)<2||36<r)throw RangeError("radix");var i;if((i=t.indexOf("-"))>0)throw f("interior hyphen");if(0===i)return Ft(t.substring(1),n,r).neg();for(var e=Nt(Ct(r,8)),u=jt,o=0;o<t.length;o+=8){var s=h.min(8,t.length-o),c=l(t.substring(o,o+s),r);if(s<8){var a=Nt(Ct(r,s));u=u.mul(a).add(Nt(c))}else u=(u=u.mul(e)).add(Nt(c))}return u.unsigned=n,u}function Lt(t,n){return"number"==typeof t?Nt(t,n):"string"==typeof t?Ft(t,n):Pt(t.low,t.high,"boolean"==typeof n?n:t.unsigned)}bt.fromString=Ft,bt.fromValue=Lt;var Ut=4294967296,Wt=Ut*Ut,Mt=Wt/2,Ht=Dt(1<<24),jt=Dt(0);bt.ZERO=jt;var Bt=Dt(0,!0);bt.UZERO=Bt;var Vt=Dt(1);bt.ONE=Vt;var xt=Dt(1,!0);bt.UONE=xt;var Gt=Dt(-1);bt.NEG_ONE=Gt;var Kt=Pt(-1,2147483647,!1);bt.MAX_VALUE=Kt;var Yt=Pt(-1,-1,!0);bt.MAX_UNSIGNED_VALUE=Yt;var zt=Pt(0,-2147483648,!1);bt.MIN_VALUE=zt;var Xt=bt.prototype;Xt.toInt=function(){return this.unsigned?this.low>>>0:this.low},Xt.toNumber=function(){return this.unsigned?(this.high>>>0)*Ut+(this.low>>>0):this.high*Ut+(this.low>>>0)},Xt.toString=function(t){if((t=t||10)<2||36<t)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(zt)){var n=Nt(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=Nt(Ct(t,6),this.unsigned),u=this,o="";;){var s=u.div(e),f=(u.sub(s.mul(e)).toInt()>>>0).toString(t);if((u=s).isZero())return f+o;for(;f.length<6;)f="0"+f;o=""+f+o}},Xt.getHighBits=function(){return this.high},Xt.getHighBitsUnsigned=function(){return this.high>>>0},Xt.getLowBits=function(){return this.low},Xt.getLowBitsUnsigned=function(){return this.low>>>0},Xt.getNumBitsAbs=function(){if(this.isNegative())return this.eq(zt)?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},Xt.isZero=function(){return 0===this.high&&0===this.low},Xt.eqz=Xt.isZero,Xt.isNegative=function(){return!this.unsigned&&this.high<0},Xt.isPositive=function(){return this.unsigned||this.high>=0},Xt.isOdd=function(){return 1==(1&this.low)},Xt.isEven=function(){return 0==(1&this.low)},Xt.equals=function(t){return At(t)||(t=Lt(t)),(this.unsigned===t.unsigned||this.high>>>31!=1||t.high>>>31!=1)&&(this.high===t.high&&this.low===t.low)},Xt.eq=Xt.equals,Xt.notEquals=function(t){return!this.eq(t)},Xt.neq=Xt.notEquals,Xt.ne=Xt.notEquals,Xt.lessThan=function(t){return this.comp(t)<0},Xt.lt=Xt.lessThan,Xt.lessThanOrEqual=function(t){return this.comp(t)<=0},Xt.lte=Xt.lessThanOrEqual,Xt.le=Xt.lessThanOrEqual,Xt.greaterThan=function(t){return this.comp(t)>0},Xt.gt=Xt.greaterThan,Xt.greaterThanOrEqual=function(t){return this.comp(t)>=0},Xt.gte=Xt.greaterThanOrEqual,Xt.ge=Xt.greaterThanOrEqual,Xt.compare=function(t){if(At(t)||(t=Lt(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},Xt.comp=Xt.compare,Xt.negate=function(){return!this.unsigned&&this.eq(zt)?zt:this.not().add(Vt)},Xt.neg=Xt.negate,Xt.add=function(t){At(t)||(t=Lt(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,s=t.low>>>16,f=0,c=0,a=0,h=0;return a+=(h+=e+(65535&t.low))>>>16,c+=(a+=i+s)>>>16,f+=(c+=r+o)>>>16,f+=n+u,Pt((a&=65535)<<16|(h&=65535),(f&=65535)<<16|(c&=65535),this.unsigned)},Xt.subtract=function(t){return At(t)||(t=Lt(t)),this.add(t.neg())},Xt.sub=Xt.subtract,Xt.multiply=function(t){if(this.isZero())return this;if(At(t)||(t=Lt(t)),mt)return Pt(mt.mul(this.low,this.high,t.low,t.high),mt.get_high(),this.unsigned);if(t.isZero())return this.unsigned?Bt:jt;if(this.eq(zt))return t.isOdd()?zt:jt;if(t.eq(zt))return this.isOdd()?zt:jt;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(Ht)&&t.lt(Ht))return Nt(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,s=t.low>>>16,f=65535&t.low,c=0,a=0,h=0,l=0;return h+=(l+=e*f)>>>16,a+=(h+=i*f)>>>16,h&=65535,a+=(h+=e*s)>>>16,c+=(a+=r*f)>>>16,a&=65535,c+=(a+=i*s)>>>16,a&=65535,c+=(a+=e*o)>>>16,c+=n*f+r*s+i*o+e*u,Pt((h&=65535)<<16|(l&=65535),(c&=65535)<<16|(a&=65535),this.unsigned)},Xt.mul=Xt.multiply,Xt.divide=function(t){if(At(t)||(t=Lt(t)),t.isZero())throw f("division by zero");var n,r,i;if(mt)return this.unsigned||-2147483648!==this.high||-1!==t.low||-1!==t.high?Pt((this.unsigned?mt.div_u:mt.div_s)(this.low,this.high,t.low,t.high),mt.get_high(),this.unsigned):this;if(this.isZero())return this.unsigned?Bt:jt;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return Bt;if(t.gt(this.shru(1)))return xt;i=Bt}else{if(this.eq(zt))return t.eq(Vt)||t.eq(Gt)?zt:t.eq(zt)?Vt:(n=this.shr(1).div(t).shl(1)).eq(jt)?t.isNegative()?Vt:Gt:(r=this.sub(t.mul(n)),i=n.add(r.div(t)));if(t.eq(zt))return this.unsigned?Bt:jt;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=jt}for(r=this;r.gte(t);){n=h.max(1,h.floor(r.toNumber()/t.toNumber()));for(var e=h.ceil(h.log(n)/h.LN2),u=e<=48?1:Ct(2,e-48),o=Nt(n),s=o.mul(t);s.isNegative()||s.gt(r);)s=(o=Nt(n-=u,this.unsigned)).mul(t);o.isZero()&&(o=Vt),i=i.add(o),r=r.sub(s)}return i},Xt.div=Xt.divide,Xt.modulo=function(t){return At(t)||(t=Lt(t)),mt?Pt((this.unsigned?mt.rem_u:mt.rem_s)(this.low,this.high,t.low,t.high),mt.get_high(),this.unsigned):this.sub(this.div(t).mul(t))},Xt.mod=Xt.modulo,Xt.rem=Xt.modulo,Xt.not=function(){return Pt(~this.low,~this.high,this.unsigned)},Xt.countLeadingZeros=function(){return this.high?h.clz32(this.high):h.clz32(this.low)+32},Xt.clz=Xt.countLeadingZeros,Xt.countTrailingZeros=function(){return this.low?Rt(this.low):Rt(this.high)+32},Xt.ctz=Xt.countTrailingZeros,Xt.and=function(t){return At(t)||(t=Lt(t)),Pt(this.low&t.low,this.high&t.high,this.unsigned)},Xt.or=function(t){return At(t)||(t=Lt(t)),Pt(this.low|t.low,this.high|t.high,this.unsigned)},Xt.xor=function(t){return At(t)||(t=Lt(t)),Pt(this.low^t.low,this.high^t.high,this.unsigned)},Xt.shiftLeft=function(t){return At(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Pt(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):Pt(0,this.low<<t-32,this.unsigned)},Xt.shl=Xt.shiftLeft,Xt.shiftRight=function(t){return At(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Pt(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):Pt(this.high>>t-32,this.high>=0?0:-1,this.unsigned)},Xt.shr=Xt.shiftRight,Xt.shiftRightUnsigned=function(t){return At(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Pt(this.low>>>t|this.high<<32-t,this.high>>>t,this.unsigned):Pt(32===t?this.high:this.high>>>t-32,0,this.unsigned)},Xt.shru=Xt.shiftRightUnsigned,Xt.shr_u=Xt.shiftRightUnsigned,Xt.rotateLeft=function(t){var n;return At(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Pt(this.high,this.low,this.unsigned):t<32?(n=32-t,Pt(this.low<<t|this.high>>>n,this.high<<t|this.low>>>n,this.unsigned)):(n=32-(t-=32),Pt(this.high<<t|this.low>>>n,this.low<<t|this.high>>>n,this.unsigned))},Xt.rotl=Xt.rotateLeft,Xt.rotateRight=function(t){var n;return At(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Pt(this.high,this.low,this.unsigned):t<32?(n=32-t,Pt(this.high<<n|this.low>>>t,this.low<<n|this.high>>>t,this.unsigned)):(n=32-(t-=32),Pt(this.low<<n|this.high>>>t,this.high<<n|this.low>>>t,this.unsigned))},Xt.rotr=Xt.rotateRight,Xt.toSigned=function(){return this.unsigned?Pt(this.low,this.high,!1):this},Xt.toUnsigned=function(){return this.unsigned?this:Pt(this.low,this.high,!0)},Xt.toBytes=function(t){return t?this.toBytesLE():this.toBytesBE()},Xt.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]},Xt.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]},bt.fromBytes=function(t,n,r){return r?bt.fromBytesLE(t,n):bt.fromBytesBE(t,n)},bt.fromBytesLE=function(t,n){return new bt(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,n)},bt.fromBytesBE=function(t,n){return new bt(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],n)};var Zt=bt;h.pow(2,-52);function $t(){return Date.now()||(new Date).getTime()}Zt.fromNumber(9007199254740991);function qt(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),a.defineProperty(t,i.key,i)}}function Jt(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){Qt(t,n,e,i);var u=t;t=i,i=u}return t}(t,n);return r!==t&&Qt(r,null,t.length,t),t}function Qt(t,n,r,i){var e,u,o,s,f,c=t.length,a=0,h=2*r;for(e=0;e<c;e+=h)for(o=(u=e+r)+r,u>c&&(u=c),o>c&&(o=c),s=e,f=u;;)if(s<u&&f<o)n(t[s],t[f])<=0?i[a++]=t[s++]:i[a++]=t[f++];else if(s<u)i[a++]=t[s++];else{if(!(f<o))break;i[a++]=t[f++]}}var tn=/[a-zA-Z]/,nn=/[0-9]/,rn=/[0-9a-fA-F]/,en=/^0x/i,un=/^[0-9]+$/,on=/^[0-9a-fA-F]+$/,sn=/^[0-7]+$/,fn=a.prototype.toString,cn=Array.isArray||function(t){return"[object Array]"===fn.call(t)},an="undefined"!=typeof Symbol&&"symbol"==typeof Symbol.iterator;function hn(t){return cn(t)?t:Array.from(t)}function ln(t,n,r){var i=t[n];t[n]=t[r],t[r]=i}function vn(t){return t>=65&&t<=90}function dn(t){return vn(t)||function(t){return t>=97&&t<=122}(t)}function yn(t){return t>=48&&t<=57}function _n(t){return yn(t)||dn(t)}function wn(t){return yn(t)||t>=65&&t<=70||t>=97&&t<=102}function pn(t){return vn(t)?t+32:t}function gn(t){return yn(t)?t-48:t>=65&&t<=70?t-65+10:t>=97&&t<=102?t-97+10:-1}function Sn(t,n){return void 0===n&&(n=!1),0<=t&&t<=9?t+48:10<=t&&t<=15?t+(n?87:55):-1}var In=h.min,kn=String.fromCharCode;function En(t){for(var n=t.length,r=[],i=0;i<n;i+=16384){var e=In(i+16384,n);r.push(kn.apply(null,t.slice(i,e)))}return r.join("")}var mn=2147483647,bn=/[^\0-\x7E]/,An=/[\x2E\u3002\uFF0E\uFF61]/g,Rn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},On=h.floor,Tn=String.fromCharCode;function Dn(t){throw new RangeError(Rn[t])}function Nn(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 Pn,Cn,Fn,Ln=function(t,n){return t+22+75*(t<26)-((0!=n)<<5)},Un=function(t,n,r){var i=0;for(t=r?On(t/700):t>>1,t+=On(t/n);t>455;i+=36)t=On(t/35);return On(i+36*t/(t+38))},Wn=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(An,".")).split("."),n).join(".");return i+e}(t,(function(t){return bn.test(t)?"xn--"+function(t){for(var n=[],r=(t=Nn(t)).length,i=128,e=0,u=72,o=0,s=t;o<s.length;o++){var f=s[o];f<128&&n.push(Tn(f))}var c=n.length,a=c;for(c&&n.push("-");a<r;){for(var h=mn,l=0,v=t;l<v.length;l++){var d=v[l];d>=i&&d<h&&(h=d)}var y=a+1;h-i>On((mn-e)/y)&&Dn("overflow"),e+=(h-i)*y,i=h;for(var _=0,w=t;_<w.length;_++){var p=w[_];if(p<i&&++e>mn&&Dn("overflow"),p==i){for(var g=e,S=36;;S+=36){var I=S<=u?1:S>=u+26?26:S-u;if(g<I)break;var k=g-I,E=36-I;n.push(Tn(Ln(I+k%E,0))),g=On(k/E)}n.push(Tn(Ln(g,0))),u=Un(e,y,a==c),e=0,++a}}++e,++i}return n.join("")}(t):t}))};function Mn(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 En(n)}function Hn(t){if(t>=55296&&t<=57343)throw new f("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function jn(t,n){return t>>n&63|128}function Bn(t,n){0!=(4294967168&t)?(0==(4294965248&t)?n.push(t>>6&31|192):0==(4294901760&t)?(Hn(t),n.push(t>>12&15|224),n.push(jn(t,6))):0==(4292870144&t)&&(n.push(t>>18&7|240),n.push(jn(t,12)),n.push(jn(t,6))),n.push(63&t|128)):n.push(t)}function Vn(t){for(var n=[],r=0;r<t.length;r++){Bn(t[r],n)}return n}function xn(){if(Fn>=Cn)throw new f("Invalid byte index");var t=255&Pn[Fn];if(Fn++,128==(192&t))return 63&t;throw new f("Invalid continuation byte")}function Gn(){var t,n;if(Fn>Cn)throw new f("Invalid byte index");if(Fn===Cn)return!1;if(t=255&Pn[Fn],Fn++,0==(128&t))return t;if(192==(224&t)){if((n=(31&t)<<6|xn())>=128)return n;throw new f("Invalid continuation byte")}if(224==(240&t)){if((n=(15&t)<<12|xn()<<6|xn())>=2048)return Hn(n),n;throw new f("Invalid continuation byte")}if(240==(248&t)&&(n=(7&t)<<18|xn()<<12|xn()<<6|xn())>=65536&&n<=1114111)return n;throw new f("Invalid UTF-8 detected")}function Kn(t){return[37,Sn(t>>4),Sn(15&t)]}function Yn(t){return function(t){return t>=0&&t<=31}(t)||t>126}function zn(t){return Yn(t)||32===t||34===t||60===t||62===t||96===t}function Xn(t){return zn(t)||35===t||63===t||123===t||125===t}function Zn(t){return Xn(t)||47===t||58===t||59===t||61===t||64===t||t>=91&&t<=94||124===t}function $n(t){return t<33||t>126||34===t||35===t||60===t||62===t}function qn(t){return $n(t)||39===t}function Jn(t,n){if(!n(t))return[t];for(var r=Vn([t]),i=[],e=0;e<r.length;e++){var u=r[e];i.push.apply(i,Kn(u))}return i}function Qn(t,n){for(var r=[],i=0,e=Nn(t);i<e.length;i++){var u=e[i];r.push.apply(r,Jn(u,n))}return Mn(r)}function tr(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&&wn(t[i+1])&&wn(t[i+2])){var u=gn(t[i+1])<<4|gn(t[i+2]);n.push(u),i+=2}else n.push(e)}return n}(Vn(t))}function nr(t){return Mn(function(t){Pn=t.slice(),Cn=Pn.length,Fn=0;for(var n,r=[];!1!==(n=Gn());)r.push(n);return r}(tr(Nn(t))))}function rr(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,s=0;s<4&&u<n&&rn.test(t[u]);)o=o<<4|l(t[u],16),u+=1,s+=1;if("."===t[u]){if(0===s)throw new c;if(u-=s,i>6)throw new c;for(var f=0;u<n;){var a=null;if(f>0){if(!("."===t[u]&&f<4))throw new c;u+=1}if(!nn.test(t[u]))throw new c;for(;u<n&&nn.test(t[u]);){var h=l(t[u],10);if(null===a)a=h;else{if(0===a)throw new c;if((a=10*a+h)>255)throw new c}u+=1}r[i]=r[i]<<8|a,2!==(f+=1)&&4!==f||(i+=1)}if(4!==f)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;)ln(r,i,e+v-1),i-=1,v-=1}else if(8!==i)throw new c;return r}function ir(t){var n=10,r=un;return en.test(t)?(t=t.slice(2),n=16,r=on):t.length>=2&&"0"===t[0]&&(t=t.slice(1),n=8,r=sn),""===t?0:r.test(t)?l(t,n):void 0}var er={SK:4},ur=/[\0\t\n\r #%/:?@\[\\\]]/,or=/[\0\t\n\r #/:?@\[\\\]]/;function sr(t,n){if("["===t[0]){if("]"!==t[t.length-1])throw new c("Invalid IPv6 address");return{SK:2,h4:rr(t.slice(1,-1))}}if(!n)return function(t){if(or.test(t))throw new c("Invalid code point in opaque host");var n=Qn(t,Yn);return""===n?er:{SK:3,rR:n}}(t);var r=function(t){return function(t){return Wn(t.toLowerCase())}(t)}(nr(t));if(ur.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=ir(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]>=h.pow(256,5-r.length))throw new c;for(var s=r.pop(),f=0;f<r.length;f++)s+=r[f]*h.pow(256,3-f);return s}}(r);return void 0!==i?{SK:1,h4:i}:""===r?er:{SK:0,o4:r}}function fr(t){switch(t.SK){case 0:return t.o4;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.h4);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.h4)+"]";case 3:return t.rR;case 4:return""}}var cr=/\+/g;function ar(t){return 42===t||45===t||46===t||95===t||_n(t)}function hr(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,s=void 0;-1!==u?(o=e.slice(0,u),s=e.slice(u+1)):(o=e,s=""),o=o.replace(cr," "),s=s.replace(cr," ");var f=nr(o),c=nr(s);r.push([f,c])}}return r}function lr(t){for(var n="",r=0;r<t.length;r++){var i=t[r];r>0&&(n+="&"),n+=vr(Vn(Nn(i[0])))+"="+vr(Vn(Nn(i[1])))}return n}function vr(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];32===i?n.push(43):ar(i)?n.push(i):n.push.apply(n,Kn(i))}return En(n)}var dr=/(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])/;function yr(t){var n=""+t,r=dr.exec(n);return r?function(t,n){for(var r=t.length,i=[],e=n;e<r;e++){var u=t.charCodeAt(e);if(wr(u))if(pr(u)||e===r-1)i.push(_r);else{var o=t.charCodeAt(e+1);pr(o)?(i.push(u,o),e++):i.push(_r)}else i.push(u)}return t.slice(0,n)+En(i)}(n,r.index):n}var _r=65533,wr=function(t){return 55296==(63488&t)},pr=function(t){return 0!=(1024&t)};function gr(t,n){var r=t[0],i=n[0];return r===i?0:r<i?-1:1}function Sr(t){t.a4.length=0}function Ir(t,n){!function(t,n){for(var r=0;r<n.length;r++)t[r]=n[r];t.length=n.length}(t.a4,hr(n))}function kr(t){if(t.u4){var n=lr(t.a4);""===n&&(n=null),t.u4.u4.c4=n}}var Er=function(){function t(t){if(void 0===t&&(t=void 0),this.u4=null,null==t)this.a4=[];else if("object"==typeof t||"function"==typeof t)if(function(t){return t instanceof Er&&!!cn(t.a4)&&(!an||t[Symbol.iterator]===mr)}(t))this.a4=t.a4.slice();else if(function(t){return null!=t&&(!!cn(t)||!!an&&"function"==typeof t[Symbol.iterator])}(t)){this.a4=[];for(var n=0,r=hn(t);n<r.length;n++){var i=hn(r[n]);if(2!==i.length)throw new c("Invalid name-value pair");this.a4.push([yr(i[0]),yr(i[1])])}}else for(var e in this.a4=[],t)a.prototype.hasOwnProperty.call(t,e)&&this.a4.push([yr(e),yr(t[e])]);else(t=yr(t)).length>0&&"?"===t[0]&&(t=t.slice(1)),this.a4=hr(t)}var n=t.prototype;return n.append=function(t,n){t=yr(t),n=yr(n),this.a4.push([t,n]),kr(this)},n.delete=function(t){t=yr(t);for(var n=this.a4,r=0;r<n.length;){n[r][0]===t?n.splice(r,1):r++}kr(this)},n.get=function(t){t=yr(t);for(var n=this.a4,r=0;r<n.length;r++){var i=n[r];if(i[0]===t)return i[1]}return null},n.getAll=function(t){t=yr(t);for(var n=this.a4,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=yr(t);for(var n=this.a4,r=0;r<n.length;r++){if(n[r][0]===t)return!0}return!1},n.set=function(t,n){t=yr(t),n=yr(n);for(var r=this.a4,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]),kr(this)},n.sort=function(){Jt(this.a4,gr),kr(this)},n.toString=function(){return lr(this.a4)},n.entries=function(){return new Or(this.a4,br)},n.keys=function(){return new Or(this.a4,Ar)},n.values=function(){return new Or(this.a4,Rr)},n.forEach=function(t){var n=this;this.a4.forEach((function(r){return t(r[1],r[0],n)}))},t}(),mr=Er.prototype.entries;an&&(Er.prototype[Symbol.iterator]=mr);var br=function(t){return[t[0],t[1]]},Ar=function(t){return t[0]},Rr=function(t){return t[1]},Or=function(){function t(t,n){this.l4=0,this.a4=t,this.d4=n}return t.prototype.next=function(){return this.l4<this.a4.length?{done:!1,value:this.d4(this.a4[this.l4++])}:{done:!0,value:void 0}},t}(),Tr="null";var Dr=a.create(null);Dr.ftp=21,Dr.file=0,Dr.gopher=70,Dr.http=80,Dr.https=443,Dr.ws=80,Dr.wss=443;var Nr=/^(?:\.|%2e)$/i,Pr=/^(?:\.|%2e){2}$/i;function Cr(t){return Nr.test(t)}function Fr(t){return Pr.test(t)}function Lr(t){return void 0!==Dr[t]}function Ur(t){return Lr(t.f4)}function Wr(t){return""!==t._4||""!==t.g4}function Mr(t){var n=t.length;if(!(n>=2))return!1;if(!jr(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 Hr(t){return 2===t.length&&tn.test(t[0])&&(":"===t[1]||"|"===t[1])}function jr(t){return 2===t.length&&Hr(En(t))}function Br(t){return Hr(t)&&":"===t[1]}function Vr(t){var n=t.v4;0!==n.length&&("file"===t.f4&&1===n.length&&Br(n[0])||n.pop())}function xr(t){return null===t.w4||er===t.w4||t.m4||"file"===t.f4}var Gr=-1,Kr=/\t|\n|\r/g,Yr=/^[\x00-\x1f ]+|[\x00-\x1f ]+$/g;function zr(t,n,r,i){void 0===r&&(r=null),void 0===i&&(i=null),r||(r=new Zr,t=t.replace(Yr,""));var e=null!==i?i:0;n=n||null;for(var u=[],o=!1,s=!1,f=!1,a=Nn(t=t.replace(Kr,"")),h=a.length,v=0;v<=h;){var d=v<h?a[v]:Gr;switch(e){case 0:if(!dn(d)){if(null===i){u.length=0,e=2;continue}throw new c("Invalid scheme")}u.push(pn(d)),e=1;break;case 1:if(_n(d)||43===d||45===d||46===d)u.push(pn(d));else{if(58!==d){if(null===i){u.length=0,e=2,v=0;continue}throw new c("Invalid scheme")}var y=Mn(u);if(null!==i){if(Lr(r.f4)&&!Lr(y))return;if(!Lr(r.f4)&&Lr(y))return;if((Wr(r)||null!==r.H1)&&"file"===y)return;if("file"===r.f4&&(r.w4===er||null===r.w4))return}if(r.f4=y,null!==i)return void(Ur(r)&&r.H1===Dr[r.f4]&&(r.H1=null));u.length=0,"file"===r.f4?e=13:Ur(r)&&n&&n.f4===r.f4?e=3:Ur(r)?e=7:47===a[v+1]?(e=4,v+=1):(r.m4=!0,r.v4.push(""),e=18)}break;case 2:if(!n||n.m4&&35!==d)throw new c("Invalid scheme");n.m4&&35===d?(r.f4=n.f4,r.v4=n.v4.slice(),r.c4=n.c4,r.y4="",r.m4=!0,e=20):"file"!==n.f4?(e=5,v-=1):(e=13,v-=1);break;case 3:47===d&&47===a[v+1]?e=8:(e=5,v-=1);break;case 4:47===d?e=9:(e=17,v-=1);break;case 5:r.f4=n.f4,Gr===d?(r._4=n._4,r.g4=n.g4,r.w4=n.w4,r.H1=n.H1,r.v4=n.v4.slice(),r.c4=n.c4):47===d?e=6:63===d?(r._4=n._4,r.g4=n.g4,r.w4=n.w4,r.H1=n.H1,r.v4=n.v4.slice(),r.c4="",e=19):35===d?(r._4=n._4,r.g4=n.g4,r.w4=n.w4,r.H1=n.H1,r.v4=n.v4.slice(),r.c4=n.c4,r.y4="",e=20):92===d&&Ur(r)?e=6:(r._4=n._4,r.g4=n.g4,r.w4=n.w4,r.H1=n.H1,r.v4=n.v4.slice(),r.v4.pop(),e=17,v-=1);break;case 6:!Ur(r)||47!==d&&92!==d?47===d?e=9:(r._4=n._4,r.g4=n.g4,r.w4=n.w4,r.H1=n.H1,e=17,v-=1):e=8;break;case 7:if(47!==d||47!==a[v+1]){e=8;continue}e=8,v+=1;break;case 8:47!==d&&92!==d&&(e=9,v-=1);break;case 9:if(64===d){o&&u.unshift(37,52,48),o=!0;for(var _=0;_<u.length;_++){var w=u[_];if(58!==w||f){var p=Mn(Jn(w,Zn));f?r.g4+=p:r._4+=p}else f=!0}u.length=0}else if(Gr===d||47===d||63===d||35===d||Ur(r)&&92===d){if(o&&0===u.length)throw new c("Invalid host");v-=u.length+1,u.length=0,e=10}else u.push(d);break;case 10:case 11:if(null!==i&&"file"===r.f4)v-=1,e=15;else if(58!==d||s)if(Gr===d||47===d||63===d||35===d||Ur(r)&&92===d){if(v-=1,Ur(r)&&0===u.length)throw new c("Invalid host");if(null!==i&&0===u.length&&(Wr(r)||null!==r.H1))return;var g=sr(Mn(u),Ur(r));if(r.w4=g,u.length=0,e=16,null!==i)return}else 91===d?s=!0:93===d&&(s=!1),u.push(d);else{if(0===u.length)throw new c("Invalid host");var S=sr(Mn(u),Ur(r));if(r.w4=S,u.length=0,e=12,11===i)return}break;case 12:if(yn(d))u.push(d);else{if(!(Gr===d||47===d||63===d||35===d||Ur(r)&&92===d||null!==i))throw new c("Invalid port");if(0!==u.length){var I=l(Mn(u),10);if(I>65535)throw new c("Invalid port");r.H1=I===Dr[r.f4]?null:I,u.length=0}if(null!==i)return;e=16,v-=1}break;case 13:r.f4="file",47===d||92===d?e=14:n&&"file"===n.f4?Gr===d?(r.w4=n.w4,r.v4=n.v4.slice(),r.c4=n.c4):63===d?(r.w4=n.w4,r.v4=n.v4.slice(),r.c4="",e=19):35===d?(r.w4=n.w4,r.v4=n.v4.slice(),r.c4=n.c4,r.y4="",e=20):(Mr(a.slice(v))||(r.w4=n.w4,r.v4=n.v4.slice(),Vr(r)),e=17,v-=1):(e=17,v-=1);break;case 14:47===d||92===d?e=15:(n&&"file"===n.f4&&!Mr(a.slice(v))&&(Br(n.v4[0])?r.v4.push(n.v4[0]):r.w4=n.w4),e=17,v-=1);break;case 15:if(Gr===d||47===d||92===d||63===d||35===d)if(v-=1,null===i&&jr(u))e=17;else if(0===u.length){if(r.w4=er,null!==i)return;e=16}else{var k=sr(Mn(u),Ur(r));if(0===k.SK&&"localhost"===k.o4&&(k=er),r.w4=k,null!==i)return;u.length=0,e=16}else u.push(d);break;case 16:Ur(r)?(e=17,47!==d&&92!==d&&(v-=1)):null===i&&63===d?(r.c4="",e=19):null===i&&35===d?(r.y4="",e=20):Gr!==d&&(e=17,47!==d&&(v-=1));break;case 17:if(Gr===d||47===d||Ur(r)&&92===d||null===i&&(63===d||35===d)){var E=Mn(u);if(Fr(E)?(Vr(r),47===d||Ur(r)&&92===d||r.v4.push("")):!Cr(E)||47===d||Ur(r)&&92===d?Cr(E)||("file"===r.f4&&0===r.v4.length&&jr(u)&&(er!==r.w4&&null!==r.w4&&(r.w4=er),u[1]=58,E=Mn(u)),r.v4.push(E)):r.v4.push(""),u.length=0,"file"===r.f4&&(Gr===d||63===d||35===d))for(;r.v4.length>1&&""===r.v4[0];)r.v4.shift();63===d?(r.c4="",e=19):35===d&&(r.y4="",e=20)}else u.push.apply(u,Jn(d,Xn));break;case 18:63===d?(r.c4="",e=19):35===d?(r.y4="",e=20):Gr!==d&&(r.v4[0]+=Mn(Jn(d,Yn)));break;case 19:null===i&&35===d?(r.y4="",e=20):Gr!==d&&(r.c4+=Mn(Jn(d,Ur(r)?qn:$n)));break;case 20:Gr===d||0===d||(r.y4+=Mn(Jn(d,zn)))}v++}return r}function Xr(t,n,r,i){try{zr(t,n,r,i)}catch(t){}}var Zr=function(){this.f4="",this._4="",this.g4="",this.w4=null,this.H1=null,this.v4=[],this.c4=null,this.y4=null,this.m4=!1};function $r(t){switch(t.f4){case"blob":var n;try{n=zr(t.v4[0],null)}catch(t){return Tr}return $r(n);case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return function(t,n,r){return t+"://"+fr(n)+(null===r?"":":"+r)}(t.f4,t.w4,t.H1);case"file":default:return Tr}}var qr,Jr,Qr=function(){function t(t,n){var r,i=null;if(null!=n)if(function(t){return null!=t&&t instanceof Qr&&"object"==typeof t.u4}(n))i=n.u4;else try{i=zr(String(n),null)}catch(t){throw new c("Invalid base URL: "+t.message)}try{r=zr(String(t),i)}catch(t){throw new c("Invalid URL: "+t.message)}var e=r.c4;this.u4=r,this.c4=function(t){var n=new Er;return null!==t&&Ir(n,t),n}(e),this.c4.u4=this}var n=t.prototype;return n.toString=function(){return this.href},n.toJSON=function(){return this.href},function(t,n,r){n&&qt(t.prototype,n),r&&qt(t,r)}(t,[{key:"href",get:function(){return function(t,n){void 0===n&&(n=!1);var r=t.f4+":";if(null!==t.w4?(r+="//",Wr(t)&&(r+=t._4,""!==t.g4&&(r+=":"+t.g4),r+="@"),r+=fr(t.w4),null!==t.H1&&(r+=":"+t.H1)):null===t.w4&&"file"===t.f4&&(r+="//"),t.m4)r+=t.v4[0];else for(var i=0,e=t.v4;i<e.length;i++)r+="/"+e[i];return null!==t.c4&&(r+="?"+t.c4),n||null===t.y4||(r+="#"+t.y4),r}(this.u4)},set:function(t){var n;try{n=zr(String(t),null)}catch(t){throw new c("Invalid URL: "+t.message)}this.u4=n,Sr(this.c4);var r=this.u4.c4;null!==r&&Ir(this.c4,r)}},{key:"origin",get:function(){return $r(this.u4)}},{key:"protocol",get:function(){return this.u4.f4+":"},set:function(t){Xr(t+":",null,this.u4,0)}},{key:"username",get:function(){return this.u4._4},set:function(t){xr(this.u4)||(this.u4._4=Qn(t,Zn))}},{key:"password",get:function(){return this.u4.g4},set:function(t){xr(this.u4)||(this.u4.g4=Qn(t,Zn))}},{key:"host",get:function(){var t=this.u4,n=t.w4;if(null===n)return"";var r=t.H1,i=fr(n);return null!==r&&(i+=":"+r),i},set:function(t){this.u4.m4||Xr(t,null,this.u4,10)}},{key:"hostname",get:function(){var t=this.u4.w4;return null===t?"":fr(t)},set:function(t){this.u4.m4||Xr(t,null,this.u4,11)}},{key:"port",get:function(){var t=this.u4.H1;return null===t?"":""+t},set:function(t){xr(this.u4)||(""===t?this.u4.H1=null:Xr(t,null,this.u4,12))}},{key:"pathname",get:function(){var t=this.u4.v4;return this.u4.m4?t[0]:0===t.length?"":"/"+t.join("/")},set:function(t){this.u4.m4||(this.u4.v4.length=0,Xr(t,null,this.u4,16))}},{key:"search",get:function(){var t=this.u4.c4;return null===t||""===t?"":"?"+t},set:function(t){t=yr(t);var n=this.u4;if(""===t)return n.c4=null,void Sr(this.c4);"?"===t[0]&&(t=t.slice(1)),n.c4="",Xr(t,null,n,19),Ir(this.c4,t)}},{key:"searchParams",get:function(){return this.c4}},{key:"hash",get:function(){var t=this.u4.y4;return null===t||""===t?"":"#"+t},set:function(t){""!==t?("#"===t[0]&&(t=t.slice(1)),this.u4.y4="",Xr(t,null,this.u4,20)):this.u4.y4=null}}]),t}();function ti(t){return t.document&&t.document.baseURI||t.location.href||""}function ni(){return void 0!==r?r.createElement("video"):void 0}var ri=!!("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch)||!(!i||!i.msMaxTouchPoints),ii=(Jr||(Jr=ni()),Jr),ei=!(!ii||!ii.webkitShowPlaybackTargetPicker),ui=function(){function t(){this.b4=void 0,this.B4=!1,this.Ye=ri,this.Ks=!1,this.z1=!0}var r=t.prototype;return r.T4=function(){return 0},r.N4=function(t,n){return!0},r.D4=function(t){return t>=.3333333333333333},X(t,[{key:"A4",get:function(){return void 0===this.b4&&(this.b4=this.T4()),this.b4}},{key:"S4",get:function(){return!ht.mE}},{key:"E4",get:function(){if(n.screen)return{width:n.screen.width,height:n.screen.height}}},{key:"Uj",get:function(){return n.devicePixelRatio||1}},{key:"I4",get:function(){return ei}},{key:"pj",get:function(){return!1}},{key:"cj",get:function(){return!0}},{key:"L_",get:function(){return ht.aE||ht.Ak}},{key:"oN",get:function(){return!0}},{key:"M_",get:function(){return!0}},{key:"O_",get:function(){return!1}},{key:"R4",get:function(){}},{key:"P4",get:function(){return!0}},{key:"EG",get:function(){return!1}},{key:"x4",get:function(){return!1}},{key:"C4",get:function(){return ht.Kk}}]),t}(),oi=function(){var t=ni();if(!t)return!1;var n=t.muted;return t.muted=!n,t.muted!==n}();!function(){if(ht.vk)return!1;var t=ni();if(!t)return!1;var n=t.volume;t.volume=n/2+.1,t.volume}();var si=function(t){function n(n){var r;return(r=t.call(this)||this).L4=n,r.L4&&(r.B4=r.L4.B4,r.Ye=r.L4.Ye,r.z1=oi&&r.L4.z1),r}$(n,t);var r=n.prototype;return r.T4=function(){return this.L4?this.L4.A4:t.prototype.T4.call(this)},r.N4=function(n,r){return this.L4?this.L4.N4(n,r):t.prototype.N4.call(this,n,r)},r.D4=function(n){return this.L4?this.L4.D4(n):t.prototype.D4.call(this,n)},X(n,[{key:"R4",get:function(){var t;return null==(t=this.L4)?void 0:t.R4}},{key:"P4",get:function(){var t,n;return null==(n=null==(t=this.L4)?void 0:t.P4)||n}}]),n}(ui),fi=function(t){function n(n){var r;return(r=t.call(this,n)||this).B4=!0,r.Ks=!0,r}return $(n,t),X(n,[{key:"O_",get:function(){return ht.Ak}}]),n}(si),ci=function(t){function n(){return t.apply(this,arguments)}return $(n,t),n.prototype.T4=function(){return qr.MediaSource?t.prototype.T4.call(this):1},X(n,[{key:"O_",get:function(){return!0}}]),n}(fi),ai=function(t){function r(){return t.apply(this,arguments)}return $(r,t),r.prototype.N4=function(n,r){return t.prototype.N4.call(this,n,r)},X(r,[{key:"pj",get:function(){return ht.zk<3}},{key:"cj",get:function(){return ht.zk>=3}},{key:"E4",get:function(){var t=this;return n.tizen&&!this.O4&&n.tizen.systeminfo.getPropertyValue("DISPLAY",(function(n){var r=n.resolutionWidth,i=n.resolutionHeight;1===r&&1===i||(t.O4={width:r,height:i})})),this.O4}},{key:"EG",get:function(){return ht.zk<3}},{key:"x4",get:function(){return!0}}]),r}(si),hi=function(t){function n(){return t.call(this)}return $(n,t),n}(ui),li=function(t){function n(){return t.apply(this,arguments)}return $(n,t),n.prototype.N4=function(t,n){if(t&&t.M4&&n&&n.M4){var r=vi(t.M4,"mp4a.40.2")&&vi(n.M4,"mp4a.40.5"),i=vi(t.M4,"mp4a.40.5")&&vi(n.M4,"mp4a.40.2"),e=vi(t.M4,"mp4a.40.2")&&vi(n.M4,"mp4a.40.34"),u=vi(t.M4,"mp4a.40.34")&&vi(n.M4,"mp4a.40.2"),o=vi(t.M4,"mp4a.40.5")&&vi(n.M4,"mp4a.40.34"),s=vi(t.M4,"mp4a.40.34")&&vi(n.M4,"mp4a.40.5");return!(r||i||e||u||o||s)}return!0},X(n,[{key:"R4",get:function(){if(ht.KS)return 4096}}]),n}(hi);function vi(t,n){return t.indexOf(n)>-1}var di=function(t){function n(){return t.apply(this,arguments)}return $(n,t),n.prototype.D4=function(t){return t>=2},n}(hi),yi=function(t){function n(){var n;return(n=t.call(this)||this).B4=ht.cE>=11,n.z1=ht.aE&&!(ht.Ak&&ht.cE<10),n}return $(n,t),n}(hi),_i=function(t){function r(){return t.apply(this,arguments)}return $(r,t),X(r,[{key:"E4",get:function(){var t=this;return n.webOS&&!this.O4&&n.webOS.deviceInfo((function(n){t.O4={width:n.screenWidth,height:n.screenHeight}})),this.O4}},{key:"oN",get:function(){return!1}},{key:"x4",get:function(){return!0}}]),r}(si),wi=function(t){function n(){return t.apply(this,arguments)}return $(n,t),X(n,[{key:"P4",get:function(){return!ht.jS||(ht.Fk?92!==ht.Hk:ht.Ok>=100)}}]),n}(hi),pi=function(t){function n(){return t.apply(this,arguments)}return $(n,t),X(n,[{key:"O_",get:function(){return!0}}]),n}(si),gi=function(){function t(){this.M6=new Si,this.U6=function(){var t=function(){if(ht.nE)return new li;if(ht.jk||ht.Jk)return new di;if(ht.aE)return new yi;if(ht.Bk)return new wi;return new hi}();return ht.Ak?new ci(t):ht.Ks?new fi(t):ht.qk?new ai(t):ht.Gk?new _i(t):ht.KS?new pi(t):new si(t)}(),this.F6=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.Il=function(){return self.performance.now()}:this.Il=$t}var n=t.prototype;return n.I6=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];St.apply(void 0,Q(n))},n.g_=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];It.apply(void 0,Q(n))},n.R6=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];kt.apply(void 0,Q(n))},n.P6=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];Et.apply(void 0,[t].concat(Q(r)))},n.Pl=function(t,n){return e(t,n)},n.LQ=function(t,n){return o(t,n)},n.Rl=function(t){u(t)},n.MQ=function(t){s(t)},n.mj=function(){return this.x6.mj()},n.C6=function(){return this.x6.C6()},n.N6=function(){return this.x6.N6()},n.D6=function(){return this.x6.D6()},n.B6=function(){return this.x6.B6()},n.L6=function(t,n){return this.x6.L6(t,n)},n.O6=function(t){return this.x6.O6(t)},n.Ih=function(t,n){var r;return void 0===n&&(n=ti(qr)),r="object"!=typeof n||n instanceof Qr?n:n.href,new Qr(t,r)},n.Qf=function(t,n){if(void 0===n&&(n=ti(qr)),this.F6){var r=function(t){return"string"==typeof t}(n)?n:n.toString();return new self.URL(t,r).href}return this.Ih(t,n).href},X(t,[{key:"tN",get:function(){return this.M6}},{key:"Zs",get:function(){return this.U6}},{key:"U_",get:function(){return{F_:i&&i.userAgent.match(/Android /i)?"Android":"other",H_:Boolean(i&&i.userAgent.match(/Android 8.0.0/i))}}},{key:"YF",get:function(){return self&&self.location&&"https:"===self.location.protocol}},{key:"H6",get:function(){return"languages"in i?i.languages.slice():[i.language]}}]),t}(),Si=function(){function t(){}return X(t,[{key:"eN",get:function(){return i.oscpu}},{key:"Zs",get:function(){return i.platform}},{key:"iN",get:function(){return i.vendor}},{key:"sN",get:function(){return i.vendorSub}}]),t}();var Ii,ki=function(){function t(){}var n=t.prototype;return n.B6=function(){return x.resolve(!1)},n.C6=function(){return x.resolve(!1)},n.D6=function(){return x.resolve(!1)},n.N6=function(){return x.resolve(!1)},n.O6=function(t){return x.resolve(!1)},n.L6=function(t,n){return x.resolve(!1)},n.mj=function(){return x.resolve(!1)},t}(),Ei=function(){function t(){}var n=t.prototype;return n.tM=function(){},n.nI=function(t){},n.Mf=function(t){},n.Hf=function(t,n){},t}();function mi(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,s=!1;try{for(r=r.call(t);!(o=(i=r.next()).done)&&(u.push(i.value),!n||u.length!==n);o=!0);}catch(t){s=!0,e=t}finally{try{o||null==r.return||r.return()}finally{if(s)throw e}}return u}}(t,n)||J(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.iS="arraybuffer",t.sS="json",t.nS="stream",t.E_="text"}(Ii||(Ii={}));var bi,Ai=function(){function t(n){var r=this;this.ol={},n instanceof t?n.asList().forEach((function(t){var n=mi(t,2),i=n[0],e=n[1];r.append(i,e)})):Array.isArray(n)?n.forEach((function(t){r.append(t[0],t[1])})):n&&a.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=Ri(r),i=Oi(i);var e=r.toLowerCase();if(this.ol.hasOwnProperty(e)){var u=this.ol[e],o=u[1];u[1]=o?o+", "+i:i}else this.ol[e]=[r,i]},n.delete=function(t){var n=Ri(t).toLowerCase();delete this.ol[n]},n.get=function(t){var n=Ri(t).toLowerCase();return this.ol.hasOwnProperty(n)?this.ol[n][1]:null},n.has=function(t){var n=Ri(t).toLowerCase();return this.ol.hasOwnProperty(n)},n.set=function(t,n){var r=t,i=(r=Ri(r)).toLowerCase();this.ol[i]=[r,Oi(n)]},n.forEach=function(t,n){for(var r in this.ol)this.ol.hasOwnProperty(r)&&t.call(n,this.ol[r][1],r,this)},n.asList=function(){var t=[];for(var n in this.ol)if(this.ol.hasOwnProperty(n)){var r=mi(this.ol[n],2),i=r[0],e=r[1];t.push([i,e])}return t},n.rS=function(){var t={};return this.forEach((function(n,r){t[r]=n})),t},n.hS=function(t){var n=this;t.forEach((function(t,r){n.append(r,t)}))},n.oS=function(t){var n=this;t.forEach((function(t,r){n.set(r,t)}))},t}();function Ri(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 Oi(t){var n=t;return"string"!=typeof n&&(n=String(n)),n}!function(t){t[t.qr=0]="qr",t[t.Zc=1]="Zc",t[t.Jc=-1]="Jc"}(bi||(bi={}));Array.prototype.find,Array.prototype.findLast;var Ti="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},Di="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 Ni(t,n){var r=t.indexOf(n);return-1!==r&&(Pi(t,r),!0)}function Pi(t,n){0===n?t.shift():t.splice(n,1)}function Ci(t){t.length=0}Array.prototype.flat,Array.prototype.flatMap;var Fi,Li,Ui,Wi,Mi=function(){function t(){this._l=!1,this.vl=!1,this.Sl=[],this.El=[]}var n=t.prototype;return n.ll=function(){if(!this._l&&!this.vl){this._l=!0;for(var t=0,n=this.Sl.slice();t<n.length;t++){(0,n[t])()}this.dl()}},n.dl=function(){if(!this.vl){this.vl=!0;for(var t=0,n=this.El.slice();t<n.length;t++){(0,n[t])()}Ci(this.Sl),Ci(this.El)}},n.Al=function(t){this.vl||this.Sl.push(t)},n.wl=function(t){this.vl||Ni(this.Sl,t)},n.bl=function(t){this.vl||this.El.push(t)},n.yl=function(t){this.vl||Ni(this.El,t)},t}(),Hi=function(){function t(){this.ul=new Mi}var n=t.prototype;return n.cl=function(){this.ul.ll()},n.dl=function(){this.ul.dl()},n.fl=function(t){var n=this.ul;if(!n._l)if(t._l)n.ll();else if(!n.vl&&!t.vl){var r=function(){i(),n.ll()},i=function(){t.wl(r),t.yl(i),n.wl(r),n.yl(i)};t.Al(r),t.bl(i),n.Al(r),n.bl(i)}},n.Tl=function(){var n=new t,r=new t,i=n.al,e=r.al,u=this.ul,o=function(){i._l&&e.vl||e._l&&i.vl?u.ll():i.vl&&e.vl&&u.dl()};i.Al(o),e.Al(o),i.bl(o),e.bl(o),n.fl(u),r.fl(u);return u.bl((function(){i.wl(o),e.wl(o),i.yl(o),e.yl(o)})),[n,r]},X(t,[{key:"al",get:function(){return this.ul}}]),t}();!function(t){t.DELETE="DELETE",t.GET="GET",t.HEAD="HEAD",t.OPTIONS="OPTIONS",t.POST="POST",t.PUT="PUT"}(Fi||(Fi={})),function(t){t.R_="",t.aS="manifest",t.uS="segment",t.cS="preload-hint",t.lS="content-protection"}(Li||(Li={})),function(t){t.R_="",t.dS="initialization-segment",t.fS="fairplay-license",t._S="fairplay-certificate",t.gS="widevine-license",t.vS="widevine-certificate",t.wS="playready-license",t.mS="clearkey-license",t.pS="aes128-key"}(Ui||(Ui={})),function(t){t.R_="",t.__="audio",t.f_="video",t.E_="text",t.I_="image"}(Wi||(Wi={}));var ji=function(t,n){var r,i,e,u,o,s,f,c,a,h,l,v,d=t.zT;n?(r=n.yS,i=n.AS,e=n.bS,u=n.TS,o=n.GT,s=n.SS,f=n.al,c=n.Hd,a=n.kS,h=n.ES,l=n.IS,v=n.RS):(r=null,i={},e="GET",u=Ii.E_,o=0,s=0,c="",a="",h="",l=!1),this.zT=d,this.yS=t.yS||r,this.AS=new Ai(t.AS||i),this.bS=t.bS||e,this.TS=t.TS||u,this.GT=void 0!==t.GT?Number(t.GT)||0:o,this.SS=void 0!==t.SS?Number(t.SS)||0:s,this.al=t.al||f||(new Hi).al,this.Hd=t.Hd||c,this.kS=t.kS||a,this.ES=t.ES||h,this.IS=void 0!==t.IS?Boolean(t.IS):l,this.RS=t.RS||v};var Bi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];f.apply(this,n)};(Bi.prototype=a.create(f.prototype)).constructor=Bi;var Vi,xi=function(t){function n(n,r){var i;return(i=t.call(this)||this).message=n||"Unknown error",i.cause=r,f.captureStackTrace&&f.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 $(n,t),X(n,[{key:"name",get:function(){return"BaseError"}}]),n}(Bi);!function(t){t.MT="HttpOpenError",t.FT="HttpResponseError",t.UT="HttpTimeoutError"}(Vi||(Vi={}));var Gi=function(t){function n(n,r){return t.call(this,n,function(t){return"Error while opening "+t+". Invalid URL."}(n.zT),r)}return $(n,t),X(n,[{key:"name",get:function(){return Vi.MT}}]),n}(function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).VT=n,e}return $(n,t),X(n,[{key:"HT",get:function(){return this.VT}}]),n}(xi)),Ki=function(){function t(){}var n=t.prototype;return n.HT=function(t){return x.reject(new Gi(new ji(t)))},n.WF=function(t){},n.fn=function(){},t}(),Yi=function(t){function n(n){return t.call(this,"Invalid XML",n)}return $(n,t),n}(xi);!function(t){t}(new(function(t){function n(){var n;return(n=t.apply(this,arguments)||this).V6=new ki,n.DS=new Ki,n.i=new Ei,n}return $(n,t),n.prototype.RT=function(t){throw new Yi},X(n,[{key:"x6",get:function(){return this.V6}},{key:"X6",get:function(){return!1}},{key:"EQ",get:function(){return!1}},{key:"Y6",get:function(){return!1}},{key:"XQ",get:function(){return!1}},{key:"Of",get:function(){return this.i}},{key:"j6",get:function(){return{Z6:dt}}},{key:"J6",get:function(){return"default"}},{key:"t5",get:function(){return"unknown"}},{key:"uC",get:function(){return this.DS}}]),n}(gi)));var zi,Xi=function(){function t(){this.Hp=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.Hp=new y(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.Hp?this.Hp.length:0;this.ui(t);var i=(n=h).max.apply(n,Q(this.p));return i>r?i+=h.round(.1*i):i<r&&(i=h.min(r,i+h.round(.1*i))),i},n.zu=function(t){var n=this.li(t);return(this.Hp?this.Hp.length:0)!==n&&this.vr(n),this.Hp},t}(),Zi=function(t){function n(n,r){var i,e=Qi[n];return(i=t.call(this,e?e.QE:"")||this).code=n,i.info=r,i.helpLink=e&&e.qu,i.helpLinkText=e&&e.ff,i}return $(n,t),X(n,[{key:"name",get:function(){return"THEOplayerError"}}]),n}(xi);!function(t){t.af="LICENSE_INVALID",t.oc="MANIFEST_NOT_FOUND",t.sc="MANIFEST_CORS_ERROR",t.tl="INVALID_HLS_MANIFEST",t.nl="PLAYBACK_ISSUE",t.rl="AUDIO_ISSUE",t.sl="BROWSER_SUPPORT_ISSUE",t.pl="INVALID_KEY",t.iNt="DECRYPTION_ERROR",t.gl="AD_BLOCK_DETECTED",t.kl="THEOPLAYER_NOT_INITIALIZED",t.ma="ERROR",t.ml="MANIFEST_SEQUENCE_RESET_ERROR",t.nv="PLAYER_INCORRECTLY_CONFIGURED",t.iv="UNSUPPORTED"}(zi||(zi={}));var $i,qi,Ji=[{aI:"LICENSE_INVALID",QE:"The license for this player is invalid. Please contact your service provider for additional information."},{aI:"MANIFEST_NOT_FOUND",QE:"Could not load the manifest file."},{aI:"MANIFEST_CORS_ERROR",QE:"Could not load the manifest file. Make sure the source is set correctly and that CORS support is enabled.",qu:"https://www.theoplayer.com/documentation/cors.html",sv:!1},{aI:"INVALID_HLS_MANIFEST",QE:"The source of the player is an invalid HLS manifest.",qu:"https://developer.apple.com/library/ios/technotes/tn2288/_index.html"},{aI:"PLAYBACK_ISSUE",QE:"There appears to be a playback issue."},{aI:"AUDIO_ISSUE",QE:"There is an audio issue. Please contact your service provider with the code below for additional information."},{aI:"BROWSER_SUPPORT_ISSUE",QE:"Your browser doesn't support a feature. Try upgrading your browser or please contact your service provider referring to the code below."},{aI:"INVALID_KEY",QE:"There is an invalid key being decrypted. Please contact your service provider with the code below for additional information."},{aI:"DECRYPTION_ERROR",QE:"There is a decryption error. Please contact your service provider with the code below for additional information."},{aI:"AD_BLOCK_DETECTED",QE:"An ad blocker was detected. Please turn it off and refresh the page in order to watch this video."},{aI:"THEOPLAYER_NOT_INITIALIZED",QE:"THEOplayer hasn't been initialized yet. Please check your configuration or wait."},{aI:"ERROR",QE:"THEOplayer encountered an error. If this issue holds, please contact your service provider."},{aI:"MANIFEST_SEQUENCE_RESET_ERROR",QE:"The video stream has been reset. THEOplayer will attempt to reload the source."},{aI:"PLAYER_INCORRECTLY_CONFIGURED",QE:"The player is incorrectly configured.",qu:"https://support.theoplayer.com/hc/en-us/articles/214343065-Player-API"},{aI:"UNSUPPORTED",QE:"This browser does not allow you to watch this video. Try to update your browser or use a different browser."}],Qi={};for(qi=0;qi<Ji.length;qi++)Qi[($i=Ji[qi]).aI]=$i;"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");var te=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"],ne=(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}),re=(String.prototype.padStart,String.prototype.padEnd,16384);String.fromCodePoint;function ie(t,n){for(var r=[],i=0;i<t.length;i+=re)r.push(n.apply(void 0,Q(t.slice(i,i+re))));return r.join("")}function ee(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 y(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 y(t.buffer,t.byteOffset+n,r-n)}(t,n,r))}var ue=[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],oe=2048,se=16;function fe(t,n,r){var i=function(t,n,r,i,zi,Xi,Zi,$i,qi,Ji,Qi,te,ne,re,ie,ee){t|=0,n|=0,r|=0,i|=0,zi|=0,Xi|=0,Zi|=0,$i|=0,qi|=0,Ji|=0,Qi|=0,te|=0,ne|=0,re|=0,ie|=0,ee|=0;var ue=0,oe=0,se=0,fe=0,ce=0,ae=0,he=0,le=0,ve=0,de=0,ye=0,_e=0,we=0,pe=0,ge=0,Se=0,Ie=256,ke=1024,Ee=1280,me=1536,be=1792;32==(0|S)?(ue=Yi[Ie|t^Di]^di,oe=Yi[Ie|re^xi]^yi,se=Yi[Ie|Qi^ji]^_i,fe=Yi[Ie|$i^Wi]^wi,ce=Yi[Ie|zi^Fi]^pi,ae=Yi[Ie|n^Ni]^gi,he=Yi[Ie|ie^Gi]^Si,le=Yi[Ie|te^Bi]^Ii,ve=Yi[Ie|qi^Mi]^ki,de=Yi[Ie|Xi^Li]^Ei,ye=Yi[Ie|r^Pi]^mi,_e=Yi[Ie|ee^Ki]^bi,we=Yi[Ie|ne^Vi]^Ai,pe=Yi[Ie|Ji^Hi]^Ri,ge=Yi[Ie|Zi^Ui]^Oi,Se=Yi[Ie|i^Ci]^Ti,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Jr,oe=Yi[Ie|n]^Qr,se=Yi[Ie|r]^ti,fe=Yi[Ie|i]^ni,ce=Yi[Ie|zi]^ri,ae=Yi[Ie|Xi]^ii,he=Yi[Ie|Zi]^ei,le=Yi[Ie|$i]^ui,ve=Yi[Ie|qi]^oi,de=Yi[Ie|Ji]^si,ye=Yi[Ie|Qi]^fi,_e=Yi[Ie|te]^ci,we=Yi[Ie|ne]^ai,pe=Yi[Ie|re]^hi,ge=Yi[Ie|ie]^li,Se=Yi[Ie|ee]^vi,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Ur,oe=Yi[Ie|n]^Wr,se=Yi[Ie|r]^Mr,fe=Yi[Ie|i]^Hr,ce=Yi[Ie|zi]^jr,ae=Yi[Ie|Xi]^Br,he=Yi[Ie|Zi]^Vr,le=Yi[Ie|$i]^xr,ve=Yi[Ie|qi]^Gr,de=Yi[Ie|Ji]^Kr,ye=Yi[Ie|Qi]^Yr,_e=Yi[Ie|te]^zr,we=Yi[Ie|ne]^Xr,pe=Yi[Ie|re]^Zr,ge=Yi[Ie|ie]^$r,Se=Yi[Ie|ee]^qr,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Sr,oe=Yi[Ie|n]^Ir,se=Yi[Ie|r]^kr,fe=Yi[Ie|i]^Er,ce=Yi[Ie|zi]^mr,ae=Yi[Ie|Xi]^br,he=Yi[Ie|Zi]^Ar,le=Yi[Ie|$i]^Rr,ve=Yi[Ie|qi]^Or,de=Yi[Ie|Ji]^Tr,ye=Yi[Ie|Qi]^Dr,_e=Yi[Ie|te]^Nr,we=Yi[Ie|ne]^Pr,pe=Yi[Ie|re]^Cr,ge=Yi[Ie|ie]^Fr,Se=Yi[Ie|ee]^Lr,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^er,oe=Yi[Ie|n]^ur,se=Yi[Ie|r]^or,fe=Yi[Ie|i]^sr,ce=Yi[Ie|zi]^fr,ae=Yi[Ie|Xi]^cr,he=Yi[Ie|Zi]^ar,le=Yi[Ie|$i]^hr,ve=Yi[Ie|qi]^lr,de=Yi[Ie|Ji]^vr,ye=Yi[Ie|Qi]^dr,_e=Yi[Ie|te]^yr,we=Yi[Ie|ne]^_r,pe=Yi[Ie|re]^wr,ge=Yi[Ie|ie]^pr,Se=Yi[Ie|ee]^gr):(ue=Yi[Ie|t^Sr]^er,oe=Yi[Ie|re^Cr]^ur,se=Yi[Ie|Qi^Dr]^or,fe=Yi[Ie|$i^Rr]^sr,ce=Yi[Ie|zi^mr]^fr,ae=Yi[Ie|n^Ir]^cr,he=Yi[Ie|ie^Fr]^ar,le=Yi[Ie|te^Nr]^hr,ve=Yi[Ie|qi^Or]^lr,de=Yi[Ie|Xi^br]^vr,ye=Yi[Ie|r^kr]^dr,_e=Yi[Ie|ee^Lr]^yr,we=Yi[Ie|ne^Pr]^_r,pe=Yi[Ie|Ji^Tr]^wr,ge=Yi[Ie|Zi^Ar]^pr,Se=Yi[Ie|i^Er]^gr),t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Vn,oe=Yi[Ie|n]^xn,se=Yi[Ie|r]^Gn,fe=Yi[Ie|i]^Kn,ce=Yi[Ie|zi]^Yn,ae=Yi[Ie|Xi]^zn,he=Yi[Ie|Zi]^Xn,le=Yi[Ie|$i]^Zn,ve=Yi[Ie|qi]^$n,de=Yi[Ie|Ji]^qn,ye=Yi[Ie|Qi]^Jn,_e=Yi[Ie|te]^Qn,we=Yi[Ie|ne]^tr,pe=Yi[Ie|re]^nr,ge=Yi[Ie|ie]^rr,Se=Yi[Ie|ee]^ir,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^An,oe=Yi[Ie|n]^Rn,se=Yi[Ie|r]^On,fe=Yi[Ie|i]^Tn,ce=Yi[Ie|zi]^Dn,ae=Yi[Ie|Xi]^Nn,he=Yi[Ie|Zi]^Pn,le=Yi[Ie|$i]^Cn,ve=Yi[Ie|qi]^Fn,de=Yi[Ie|Ji]^Ln,ye=Yi[Ie|Qi]^Un,_e=Yi[Ie|te]^Wn,we=Yi[Ie|ne]^Mn,pe=Yi[Ie|re]^Hn,ge=Yi[Ie|ie]^jn,Se=Yi[Ie|ee]^Bn,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^an,oe=Yi[Ie|n]^hn,se=Yi[Ie|r]^ln,fe=Yi[Ie|i]^vn,ce=Yi[Ie|zi]^dn,ae=Yi[Ie|Xi]^yn,he=Yi[Ie|Zi]^_n,le=Yi[Ie|$i]^wn,ve=Yi[Ie|qi]^pn,de=Yi[Ie|Ji]^gn,ye=Yi[Ie|Qi]^Sn,_e=Yi[Ie|te]^In,we=Yi[Ie|ne]^kn,pe=Yi[Ie|re]^En,ge=Yi[Ie|ie]^mn,Se=Yi[Ie|ee]^bn,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^zt,oe=Yi[Ie|n]^Xt,se=Yi[Ie|r]^Zt,fe=Yi[Ie|i]^$t,ce=Yi[Ie|zi]^qt,ae=Yi[Ie|Xi]^Jt,he=Yi[Ie|Zi]^Qt,le=Yi[Ie|$i]^tn,ve=Yi[Ie|qi]^nn,de=Yi[Ie|Ji]^rn,ye=Yi[Ie|Qi]^en,_e=Yi[Ie|te]^un,we=Yi[Ie|ne]^on,pe=Yi[Ie|re]^sn,ge=Yi[Ie|ie]^fn,Se=Yi[Ie|ee]^cn,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Nt,oe=Yi[Ie|n]^Pt,se=Yi[Ie|r]^Ct,fe=Yi[Ie|i]^Ft,ce=Yi[Ie|zi]^Lt,ae=Yi[Ie|Xi]^Ut,he=Yi[Ie|Zi]^Wt,le=Yi[Ie|$i]^Mt,ve=Yi[Ie|qi]^Ht,de=Yi[Ie|Ji]^jt,ye=Yi[Ie|Qi]^Bt,_e=Yi[Ie|te]^Vt,we=Yi[Ie|ne]^xt,pe=Yi[Ie|re]^Gt,ge=Yi[Ie|ie]^Kt,Se=Yi[Ie|ee]^Yt,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^yt,oe=Yi[Ie|n]^_t,se=Yi[Ie|r]^wt,fe=Yi[Ie|i]^pt,ce=Yi[Ie|zi]^gt,ae=Yi[Ie|Xi]^St,he=Yi[Ie|Zi]^It,le=Yi[Ie|$i]^kt,ve=Yi[Ie|qi]^Et,de=Yi[Ie|Ji]^mt,ye=Yi[Ie|Qi]^bt,_e=Yi[Ie|te]^At,we=Yi[Ie|ne]^Rt,pe=Yi[Ie|re]^Ot,ge=Yi[Ie|ie]^Tt,Se=Yi[Ie|ee]^Dt,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Q,oe=Yi[Ie|n]^tt,se=Yi[Ie|r]^nt,fe=Yi[Ie|i]^rt,ce=Yi[Ie|zi]^it,ae=Yi[Ie|Xi]^et,he=Yi[Ie|Zi]^ut,le=Yi[Ie|$i]^ot,ve=Yi[Ie|qi]^st,de=Yi[Ie|Ji]^ft,ye=Yi[Ie|Qi]^ct,_e=Yi[Ie|te]^at,we=Yi[Ie|ne]^ht,pe=Yi[Ie|re]^lt,ge=Yi[Ie|ie]^vt,Se=Yi[Ie|ee]^dt,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^W,oe=Yi[Ie|n]^M,se=Yi[Ie|r]^H,fe=Yi[Ie|i]^j,ce=Yi[Ie|zi]^B,ae=Yi[Ie|Xi]^V,he=Yi[Ie|Zi]^x,le=Yi[Ie|$i]^G,ve=Yi[Ie|qi]^K,de=Yi[Ie|Ji]^Y,ye=Yi[Ie|Qi]^z,_e=Yi[Ie|te]^X,we=Yi[Ie|ne]^Z,pe=Yi[Ie|re]^$,ge=Yi[Ie|ie]^q,Se=Yi[Ie|ee]^J,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],e=Yi[Ie|t]^I,u=Yi[Ie|n]^k,o=Yi[Ie|r]^E,s=Yi[Ie|i]^m,f=Yi[Ie|zi]^b,c=Yi[Ie|Xi]^A,a=Yi[Ie|Zi]^R,h=Yi[Ie|$i]^O,l=Yi[Ie|qi]^T,v=Yi[Ie|Ji]^D,d=Yi[Ie|Qi]^N,y=Yi[Ie|te]^P,_=Yi[Ie|ne]^C,w=Yi[Ie|re]^F,p=Yi[Ie|ie]^L,g=Yi[Ie|ee]^U},e=0,u=0,o=0,s=0,f=0,c=0,a=0,h=0,l=0,v=0,d=0,y=0,_=0,w=0,p=0,g=0,S=0,I=0,k=0,E=0,m=0,b=0,A=0,R=0,O=0,T=0,D=0,N=0,P=0,C=0,F=0,L=0,U=0,W=0,M=0,H=0,j=0,B=0,V=0,x=0,G=0,K=0,Y=0,z=0,X=0,Z=0,$=0,q=0,J=0,Q=0,tt=0,nt=0,rt=0,it=0,et=0,ut=0,ot=0,st=0,ft=0,ct=0,at=0,ht=0,lt=0,vt=0,dt=0,yt=0,_t=0,wt=0,pt=0,gt=0,St=0,It=0,kt=0,Et=0,mt=0,bt=0,At=0,Rt=0,Ot=0,Tt=0,Dt=0,Nt=0,Pt=0,Ct=0,Ft=0,Lt=0,Ut=0,Wt=0,Mt=0,Ht=0,jt=0,Bt=0,Vt=0,xt=0,Gt=0,Kt=0,Yt=0,zt=0,Xt=0,Zt=0,$t=0,qt=0,Jt=0,Qt=0,tn=0,nn=0,rn=0,en=0,un=0,on=0,sn=0,fn=0,cn=0,an=0,hn=0,ln=0,vn=0,dn=0,yn=0,_n=0,wn=0,pn=0,gn=0,Sn=0,In=0,kn=0,En=0,mn=0,bn=0,An=0,Rn=0,On=0,Tn=0,Dn=0,Nn=0,Pn=0,Cn=0,Fn=0,Ln=0,Un=0,Wn=0,Mn=0,Hn=0,jn=0,Bn=0,Vn=0,xn=0,Gn=0,Kn=0,Yn=0,zn=0,Xn=0,Zn=0,$n=0,qn=0,Jn=0,Qn=0,tr=0,nr=0,rr=0,ir=0,er=0,ur=0,or=0,sr=0,fr=0,cr=0,ar=0,hr=0,lr=0,vr=0,dr=0,yr=0,_r=0,wr=0,pr=0,gr=0,Sr=0,Ir=0,kr=0,Er=0,mr=0,br=0,Ar=0,Rr=0,Or=0,Tr=0,Dr=0,Nr=0,Pr=0,Cr=0,Fr=0,Lr=0,Ur=0,Wr=0,Mr=0,Hr=0,jr=0,Br=0,Vr=0,xr=0,Gr=0,Kr=0,Yr=0,zr=0,Xr=0,Zr=0,$r=0,qr=0,Jr=0,Qr=0,ti=0,ni=0,ri=0,ii=0,ei=0,ui=0,oi=0,si=0,fi=0,ci=0,ai=0,hi=0,li=0,vi=0,di=0,yi=0,_i=0,wi=0,pi=0,gi=0,Si=0,Ii=0,ki=0,Ei=0,mi=0,bi=0,Ai=0,Ri=0,Oi=0,Ti=0,Di=0,Ni=0,Pi=0,Ci=0,Fi=0,Li=0,Ui=0,Wi=0,Mi=0,Hi=0,ji=0,Bi=0,Vi=0,xi=0,Gi=0,Ki=0,Yi=new t.Uint8Array(r);return{cv:function(t,n,r,i,S,I,k,E,m,b,A,R,O,T,D,N){e=t|=0,u=n|=0,o=r|=0,s=i|=0,f=S|=0,c=I|=0,a=k|=0,h=E|=0,l=m|=0,v=b|=0,d=A|=0,y=R|=0,_=O|=0,w=T|=0,p=D|=0,g=N|=0},av:function(t,n,r,i,e,u,o,s,f,c,a,h,l,v,d,y){k=n|=0,E=r|=0,m=i|=0,b=e|=0,A=u|=0,R=o|=0,O=s|=0,T=f|=0,D=c|=0,N=a|=0,P=h|=0,C=l|=0,L=d|=0,U=y|=0,S=16,W=(I=t|=0)^Yi[0|(F=v|=0)]^1,M=k^Yi[0|L],H=E^Yi[0|U],j=m^Yi[0|C],Z=C^(K=T^(B=b^W)),q=L^(z=N^(x=R^H)),J=U^(X=P^(G=O^j)),Q=W^Yi[0|($=F^(Y=D^(V=A^M)))]^2,tt=M^Yi[0|q],nt=H^Yi[0|J],rt=j^Yi[0|Z],ht=Z^(st=K^(it=B^Q)),vt=q^(ct=z^(ut=x^nt)),dt=J^(at=X^(ot=G^rt)),yt=Q^Yi[0|(lt=$^(ft=Y^(et=V^tt)))]^4,_t=tt^Yi[0|vt],wt=nt^Yi[0|dt],pt=rt^Yi[0|ht],Rt=ht^(Et=st^(gt=it^yt)),Tt=vt^(bt=ct^(It=ut^wt)),Dt=dt^(At=at^(kt=ot^pt)),Nt=yt^Yi[0|(Ot=lt^(mt=ft^(St=et^_t)))]^8,Pt=_t^Yi[0|Tt],Ct=wt^Yi[0|Dt],Ft=pt^Yi[0|Rt],xt=Rt^(Ht=Et^(Lt=gt^Nt)),Kt=Tt^(Bt=bt^(Wt=It^Ct)),Yt=Dt^(Vt=At^(Mt=kt^Ft)),zt=Nt^Yi[0|(Gt=Ot^(jt=mt^(Ut=St^Pt)))]^16,Xt=Pt^Yi[0|Kt],Zt=Ct^Yi[0|Yt],$t=Ft^Yi[0|xt],on=xt^(nn=Ht^(qt=Lt^zt)),fn=Kt^(en=Bt^(Qt=Wt^Zt)),cn=Yt^(un=Vt^(tn=Mt^$t)),an=zt^Yi[0|(sn=Gt^(rn=jt^(Jt=Ut^Xt)))]^32,hn=Xt^Yi[0|fn],ln=Zt^Yi[0|cn],vn=$t^Yi[0|on],kn=on^(pn=nn^(dn=qt^an)),mn=fn^(Sn=en^(_n=Qt^ln)),bn=cn^(In=un^(wn=tn^vn)),An=an^Yi[0|(En=sn^(gn=rn^(yn=Jt^hn)))]^64,Rn=hn^Yi[0|mn],On=ln^Yi[0|bn],Tn=vn^Yi[0|kn],Mn=kn^(Fn=pn^(Dn=dn^An)),jn=mn^(Un=Sn^(Pn=_n^On)),Bn=bn^(Wn=In^(Cn=wn^Tn)),Vn=An^Yi[0|(Hn=En^(Ln=gn^(Nn=yn^Rn)))]^128,xn=Rn^Yi[0|jn],Gn=On^Yi[0|Bn],Kn=Tn^Yi[0|Mn],tr=Mn^($n=Fn^(Yn=Dn^Vn)),rr=jn^(Jn=Un^(Xn=Pn^Gn)),ir=Bn^(Qn=Wn^(Zn=Cn^Kn)),er=Vn^Yi[0|(nr=Hn^(qn=Ln^(zn=Nn^xn)))]^27,ur=xn^Yi[0|rr],or=Gn^Yi[0|ir],sr=Kn^Yi[0|tr],_r=tr^(lr=$n^(fr=Yn^er)),pr=rr^(dr=Jn^(ar=Xn^or)),gr=ir^(yr=Qn^(hr=Zn^sr)),Sr=er^Yi[0|(wr=nr^(vr=qn^(cr=zn^ur)))]^54,Ir=ur^Yi[0|pr],kr=or^Yi[0|gr],Er=sr^Yi[0|_r],Pr=_r^(Or=lr^(mr=fr^Sr)),Cr=wr^(Tr=vr^(br=cr^Ir)),Fr=pr^(Dr=dr^(Ar=ar^kr)),Lr=gr^(Nr=yr^(Rr=hr^Er))},lv:function(t,n){n|=0;var r=0,S=0,I=0,k=0,E=0,m=0,b=0,A=0,R=0,O=0,T=0,D=0,N=0,P=0,C=0,F=0,L=0;if(15&(t|=0))return-1;for(r=e,S=u,I=o,k=s,E=f,m=c,b=a,A=h,R=l,O=v,T=d,D=y,N=_,P=w,C=p,F=g;(0|n)>=16;)i(0|Yi[t],0|Yi[1|t],0|Yi[2|t],0|Yi[3|t],0|Yi[4|t],0|Yi[5|t],0|Yi[6|t],0|Yi[7|t],0|Yi[8|t],0|Yi[9|t],0|Yi[10|t],0|Yi[11|t],0|Yi[12|t],0|Yi[13|t],0|Yi[14|t],0|Yi[15|t]),e^=r,r=0|Yi[t],u^=S,S=0|Yi[1|t],o^=I,I=0|Yi[2|t],s^=k,k=0|Yi[3|t],f^=E,E=0|Yi[4|t],c^=m,m=0|Yi[5|t],a^=b,b=0|Yi[6|t],h^=A,A=0|Yi[7|t],l^=R,R=0|Yi[8|t],v^=O,O=0|Yi[9|t],d^=T,T=0|Yi[10|t],y^=D,D=0|Yi[11|t],_^=N,N=0|Yi[12|t],w^=P,P=0|Yi[13|t],p^=C,C=0|Yi[14|t],g^=F,F=0|Yi[15|t],Yi[t]=e,Yi[1|t]=u,Yi[2|t]=o,Yi[3|t]=s,Yi[4|t]=f,Yi[5|t]=c,Yi[6|t]=a,Yi[7|t]=h,Yi[8|t]=l,Yi[9|t]=v,Yi[10|t]=d,Yi[11|t]=y,Yi[12|t]=_,Yi[13|t]=w,Yi[14|t]=p,Yi[15|t]=g,t=t+16|0,n=n-16|0,L=L+16|0;return e=r,u=S,o=I,s=k,f=E,c=m,a=b,h=A,l=R,v=O,d=T,y=D,_=N,w=P,p=C,g=F,0|L}}}function ce(t){return new y(t).set(ue),fe({Uint8Array:y},0,t)}var ae=new y(1048576),he=new(function(){function t(t){if(this.dv=!0,this.Cft=oe,this.gv=0,this.kv=null,this.jv=new Xi,this.nd=new Xi,this.sd=new Xi,(t=t||{}).ad=t.ad||4096,t.ad<=0||t.ad%4096)throw new Zi(zi.iNt,{code:"CAD1409"});this.gd=t.gd||new y(t.ad),this.Ad=t.Ad||ce(this.gd.buffer),this.Bn(t)}var n=t.prototype;return n.ty=function(t){var n=t.ny;this.kv=null,this.Cft=oe,this.gv=0;var r=new y(16);return n&&(n.length>16&&(n=ee(n,0,16)),r.set(n,16-n.length),this.Ad.av(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.hy=function(t){var n=new y(se);t&&(t.length>se&&(t=ee(t,0,se)),n.set(t,se-t.length)),this.Ad.cv(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.Bn=function(t){t=t||{},this.ty(t);var n=t.dv;return this.dv=void 0===n||!!n,this.hy(t.HAt),this},n.ky=function(t,n,r,i,e){var u=t.byteLength-n,o=u<e?u:e;return t.set(new y(r.buffer||r,i,o),n),o},n.my=function(t){for(var n=t.byteOffset||0,r=t.byteLength||t.length||0,i=this.Ad,e=this.gd,u=this.dv,o=this.Cft,s=this.gv,f=0,c=se*h.floor((s+r)/se),a=0,l=this.jv.zu(c);r>0;)s+=a=this.ky(e,o+s,t,n,r),n+=a,r-=a,a=i.lv(o,s-(u&&0===r&&s%se==0?se:0)),l.set(e.subarray(o,o+a),f),f+=a,a<s?(o+=a,s-=a):(o=oe,s=0);return this.kv=l.subarray(0,f),this.Cft=o,this.gv=s,this},n.tw=function(){var t,n=this.Ad,r=this.gd,i=this.dv,e=this.Cft,u=this.gv,o=this.nd.zu(u);if(0===u){if(i)throw new Zi(zi.iNt,{code:"DAC1559"});return this.kv=new y(0),this.Cft=oe,this.gv=0,this}if(u%se!=0)throw new Zi(zi.iNt,{code:"DAC1563"});return u>0&&(n.lv(e,u),o.set(r.subarray(e,e+u))),i&&(t=o[u-1],o=o.subarray(0,u-t)),this.kv=o.subarray(0,u),this.Cft=oe,this.gv=0,this},n.rIt=function(t){var n=this.my(t).kv,r=this.tw().kv,i=n.length+r.length,e=this.sd.zu(i);return e.set(n),r.length>0&&e.set(r,n.length),this.kv=e.subarray(0,i),this},t}())({gd:ae,Ad:ce(ae.buffer)});var le,ve,de,ye=self;function _e(t,n){return void 0===le&&(le=function(){var t=new y(1);try{return ye.postMessage(t,[t.buffer]),0===t.byteLength}catch(t){return!1}}()),n&&le?ye.postMessage(t,n):ye.postMessage(t)}!function(t){t.JCt="rIt",t.$Ct="vEt"}(ve||(ve={})),function(t){t.tNt="eNt",t.iNt="sNt"}(de||(de={}));var we=self;function pe(t,n,r){n={},r||(r="DAW0008"),we.postMessage({vNt:de.iNt,gNt:t,rw:n.message||r,sw:n.name,kw:n.stack,up:JSON.stringify(n)})}var ge,Se=[];function Ie(t){for(var n=0;n<Se.length;n++){if(Se[n].cNt===t)return void Pi(Se,n)}}function ke(){Se.length?ge||(ge=e(Ee,0)):(u(ge),ge=void 0)}function Ee(){ge&&(u(ge),ge=void 0),Se.length&&function(t){var n,r=t.uNt,i=t.cNt,e=t.lNt,u=t.dNt,o=t.fNt;try{if(r===ve.JCt){try{n=function(t,n,r,i){if(void 0===t)throw new Zi(zi.iNt,{code:"CAD1600"});if(void 0===n)throw new Zi(zi.pl,{code:"CAD1603"});return he.Bn({ny:n,dv:r,HAt:i}).rIt(t).kv}(e,u,!0,o)}catch(t){return pe(i,t,"DAW0033")}try{return _e({vNt:de.tNt,gNt:i,wNt:n},[n.buffer])}catch(t){return pe(i,t,"DAW0038")}}throw new Zi(zi.nl,{code:"DAW0042"})}catch(t){return pe(i,t,"DAW0045")}}(Se.shift()),ke()}we.addEventListener("message",(function(t){var n=t.data;switch(n.uNt){case ve.$Ct:!function(t){for(var n=0;n<t.length;n++)Ie(t[n])}(n.tg);break;default:!function(t){Se.push(t)}(n)}ke()}),!1),we.postMessage({ZCt:"6.1.1"})}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof s?s:"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,s=t.clearInterval,f=t.Error,c=t.TypeError,a=(t.SyntaxError,t.Object),h=t.Math,l=t.parseInt,v=t.parseFloat,d=t.isNaN,y=t.Uint8Array;t.Worker,t.WorkerGlobalScope,t.XMLHttpRequest;var _=e;function w(t){return Boolean(t&&void 0!==t.length)}function p(){}function g(t){if(!(this instanceof g))throw new c("Promises must be constructed via new");if("function"!=typeof t)throw new c("not a function");this.Aa=0,this.u0t=!1,this.krt=void 0,this.c0t=[],b(t,this)}function S(t,n){for(;3===t.Aa;)t=t.krt;0!==t.Aa?(t.u0t=!0,g.f0t((function(){var r=1===t.Aa?n.onFulfilled:n.onRejected;if(null!==r){var i;try{i=r(t.krt)}catch(t){return void k(n.promise,t)}I(n.promise,i)}else(1===t.Aa?I:k)(n.promise,t.krt)}))):t.c0t.push(n)}function I(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 g)return t.Aa=3,t.krt=n,void E(t);if("function"==typeof r)return void b(function(t,n){return function(){t.apply(n,arguments)}}(r,n),t)}t.Aa=1,t.krt=n,E(t)}catch(n){k(t,n)}}function k(t,n){t.Aa=2,t.krt=n,E(t)}function E(t){2===t.Aa&&0===t.c0t.length&&g.f0t((function(){t.u0t||g.v0t(t.krt)}));for(var n=0,r=t.c0t.length;n<r;n++)S(t,t.c0t[n]);t.c0t=null}function m(t,n,r){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof n?n:null,this.promise=r}function b(t,n){var r=!1;try{t((function(t){r||(r=!0,I(n,t))}),(function(t){r||(r=!0,k(n,t))}))}catch(t){if(r)return;r=!0,k(n,t)}}g.prototype.catch=function(t){return this.then(null,t)},g.prototype.then=function(t,n){var r=new this.constructor(p);return S(this,new m(t,n,r)),r},g.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)}))}))},g.all=function(t){return new g((function(n,r){if(!w(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 s=o.then;if("function"==typeof s)return void s.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])}))},g.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])}))},g.resolve=function(t){return t&&"object"==typeof t&&t.constructor===g?t:new g((function(n){n(t)}))},g.reject=function(t){return new g((function(n,r){r(t)}))},g.race=function(t){return new g((function(n,r){if(!w(t))return r(new c("Promise.race accepts an array"));for(var i=0,e=t.length;i<e;i++)g.resolve(t[i]).then(n,r)}))},g.f0t="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){_(t,0)},g.v0t=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var A,R=function(){var t=self.Promise;if(void 0!==t)try{if(-1!==t.toString().indexOf("[native code]"))return t}catch(t){}}(),O=i?i.userAgent:"",T=O.match(/Firefox\/([0-9]+)/i),D=null!=T,N=T?Number(T[1]):0,P=O.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),C=null!=P,F=P?Number(P[3]):0,L=((A=function(t){this.mI=0,this.Ru=0,this.hP=[],this.d0t=t}).prototype.l0t=function(t){var n=this.length();this._0t(n+1);var r=this.Ru+n&this.d0t-1;this.hP[r]=t,this.mI=n+1},A.prototype.push=function(t){var n=this.length()+1;if(this.d0t<n)this.l0t(t);else{var r=this.Ru+n-1,i=this.d0t-1;this.hP[r&i]=t,this.mI=n}},A.prototype.shift=function(){var t=this.Ru,n=this.hP[t];return this.hP[t]=void 0,this.Ru=t+1&this.d0t-1,this.mI--,n},A.prototype.length=function(){return this.mI},A.prototype._0t=function(t){this.d0t<t&&this.g0t(this.d0t<<1)},A.prototype.g0t=function(t){var n=this.d0t;this.d0t=t;var r=this.Ru+this.mI&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.hP,0,n,r)},A);var U="unhandledrejection",W=self.PromiseRejectionEvent,M=self.CustomEvent;function H(t){return new W(U,{reason:t,promise:R.reject(t).catch((function(){})),cancelable:!0})}function j(t){var n=new M(U,{detail:{reason:t},cancelable:!0});return a.defineProperty(n,"reason",{value:t}),n}function B(t){var n=r.createEvent("CustomEvent");return n.initCustomEvent(U,!1,!0,{reason:t}),n}var V,x,G,K,Y,z=function(t){return z=function(){try{var t=R.resolve(),n="error",r=new W(U,{reason:n,promise:t});return U===r.type&&n===r.reason}catch(t){}return!1}()?H:function(){try{var t="error",n=new M(U,{detail:{reason:t}});return U===n.type&&t===n.detail.reason}catch(t){}return!1}()?j:B,z(t)};function X(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),a.defineProperty(t,i.key,i)}}function Z(t,n,r){return n&&X(t.prototype,n),r&&X(t,r),t}function $(t,n){return($=a.setPrototypeOf||function(t,n){return t.__proto__=n,t})(t,n)}function q(t,n){if("function"!=typeof n&&null!==n)throw new c("Super expression must either be null or a function");t.prototype=a.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&$(t,n)}function J(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 Q(t,n){if(t){if("string"==typeof t)return J(t,n);var r=a.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)?J(t,n):void 0}}function tt(t){return function(t){if(Array.isArray(t))return J(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Q(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.")}()}R&&!(D&&N<60||C&&F<15)?x=R:(x=g,G=null!==(V=function(){var t=self.queueMicrotask;if("function"==typeof t)return function(n){return t(n)};var n=R;if(n&&"function"==typeof n.resolve){var r=n.resolve();return function(t){return r.then(t)}}}())&&void 0!==V?V:g.f0t,K=function(t){var n=new L(16),r=!1,i=function(){for(;n.length()>0;)n.shift()();r=!1};return{jj:function(e){n.push(e),r||(r=!0,t(i))},DF:i}}(G),K.DF,g.f0t=K.jj,g.v0t=function(t){try{var n=z(t);if(!self.dispatchEvent(n)||n.defaultPrevented)return}catch(t){}e((function(){throw new f("Unhandled promise rejection: ".concat(t))}),0)}),function(t){t.qS="web",t.WS="android",t.zS="android-tv",t.XS="ios",t.GS="tvos",t.QS="chromecast"}(Y||(Y={}));var nt=i?i.userAgent:"",rt=nt.match(/chrome\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),it=nt.match(/Edg\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),et=nt.match(/Android ([0-9\.]+)/i),ut=nt.match(/Windows NT ([0-9\.]+)/i),ot=nt.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),st=nt.match(/Firefox\/([0-9\.]+)/i),ft=nt.match(/OPR\/(\d+\.\d+)/i),ct=nt.match(/Tizen ([0-9\.]+)/i),at=nt.match(/(iPhone OS|iPad OS|iPod OS|Mac OS X) (\d+)_(\d+)_?(\d+)?/),ht=function(){function t(){this.KS=Boolean("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch||i&&i.msMaxTouchPoints),this.jS=/(mac\sos\sx)\s?([\w\s\.]+\w)*/i.test(nt)||/(macintosh|mac(?=_powerpc)\s)/i.test(nt),this.JS=/Windows NT/i.test(nt),this.ek=ut?v(ut[1]):0,this.rk=/Android/i.test(nt),this.ck=et?v(et[1]):0,this.dk=/windows phone (8|8\.1)/i.test(nt),this._k=/iPhone/i.test(nt),this.vk=/iPad/i.test(nt),this.pk=this.jS&&this.KS&&!this.vk,this.Ak=/iPod/i.test(nt),this.Ck=/Mobile Safari/i.test(nt),this.Pk=/EOS\d*STB/i.test(nt),this.Rk=/APP\d*STB/i.test(nt),this.Tk=(this._k||this.vk||this.pk||this.Ak)&&!this.dk,this.Ek=at?v(at[2]):0,this.Dk=this.dk||this.Tk||this.rk||this.Ck,this.Bk=/CriOS/i.test(nt),this.Ok=Boolean(self.chrome&&/google/i.test(i.vendor))||this.Bk,this.Hk=this.Ok&&/Edg\//i.test(i.userAgent),this.qk=it?l(it[1],10):0,this.LE=Boolean(self.chrome||/Chrome/i.test(nt)||/CriOS/i.test(nt)),this.Fk=rt?l(rt[1],10):0,this.zk=/SMART-TV.*Tizen/i.test(nt),this.Gk=ct?v(ct[1]):0,this.Kk=/webos|web0s/i.test(nt),this.jk=/VIZIO/i.test(nt),this.Jk=/Edge\/\d+/i.test(nt),this.tE=/Trident/i.test(nt),this.iE=this.tE&&!self.ActiveXObject&&"ActiveXObject"in self,this.nE=/Vivaldi/i.test(nt),this.hE=/Firefox/i.test(nt)&&!/Seamonkey/i.test(nt),this.aE=st?v(st[1]):0,this.cE=/Safari/i.test(nt)&&!/Chrome/i.test(nt)&&!this.dk&&!this.zk,this.dE=ot?v(ot[2]):0,this._E=Boolean(ft),this.vE=ft?v(ft[1]):0,this.mE=/CrKey/.test(nt),this.yE=/\b(tv|smart-tv|smarttv|appletv|crkey|googletv|hbbtv|pov_tv|roku|viera|nettv|philipstv|vizio)\b/i.test(nt),this.TE="web"===Y.zS,this.kE="web"===Y.WS,this.IE=this.kE||this.TE,this.RE="web"===Y.XS,this.CE="web"===Y.GS,this.NE="web"===Y.QS}return Z(t,[{key:"Ke",get:function(){return this.KS}},{key:"YS",get:function(){return this.jS}},{key:"ZS",get:function(){return this.JS}},{key:"$S",get:function(){return this.ek}},{key:"nk",get:function(){return this.rk}},{key:"hk",get:function(){return this.ck}},{key:"lk",get:function(){return this.dk}},{key:"fk",get:function(){return this._k}},{key:"gk",get:function(){return this.vk}},{key:"wk",get:function(){return this.pk}},{key:"yk",get:function(){return this.Ak}},{key:"bk",get:function(){return this.Tk}},{key:"Sk",get:function(){return this.Ek}},{key:"Ik",get:function(){return this.Pk||this.Rk}},{key:"xk",get:function(){return this.Ck}},{key:"Zs",get:function(){return this.Dk}},{key:"Nk",get:function(){return this.Bk}},{key:"Lk",get:function(){return this.Ok}},{key:"Mk",get:function(){return this.Fk}},{key:"Uk",get:function(){return this.Hk}},{key:"Vk",get:function(){return this.qk}},{key:"Wk",get:function(){return this.zk}},{key:"Xk",get:function(){return this.Gk}},{key:"Qk",get:function(){return this.Kk}},{key:"Yk",get:function(){return this.jk}},{key:"Zk",get:function(){return this.Jk}},{key:"$k",get:function(){return this.tE}},{key:"eE",get:function(){return this.iE}},{key:"sE",get:function(){return this.nE}},{key:"rE",get:function(){return this.hE}},{key:"oE",get:function(){return this.aE}},{key:"uE",get:function(){return this.cE}},{key:"lE",get:function(){return this.dE}},{key:"fE",get:function(){return this._E}},{key:"gE",get:function(){return this.vE}},{key:"wE",get:function(){return this.mE}},{key:"pE",get:function(){return this.yE}},{key:"AE",get:function(){return!(!this.Qk&&!this.Wk)&&this.Mk<=56}},{key:"bE",get:function(){return this.TE}},{key:"SE",get:function(){return this.kE}},{key:"EE",get:function(){return this.IE}},{key:"PE",get:function(){return this.RE}},{key:"xE",get:function(){return this.CE}},{key:"DE",get:function(){return this.NE}},{key:"BE",get:function(){return this.LE}}]),t}();ht.Qf=new ht;var lt=ht.Qf,vt={}.toString;function dt(t){return null!=t}Array.isArray;var yt=function(){},_t=!(lt.$k&&!lt.eE),wt=self.console;function pt(t){if(function(t){return"object"==typeof t&&null!==t}(t))try{return JSON.stringify(t)}catch(t){}return t}function gt(t){return t.map(pt).join(" ")}function St(t){var n=wt&&wt[t];return n?n.bind&&_t?n.bind(wt):function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];wt[t](gt(r))}:void 0}var It=St("log")||yt,kt=St("warn")||It.bind(void 0,"WARNING:"),Et=St("error")||It.bind(void 0,"ERROR:"),mt=function(){var t=wt&&wt.assert;return t?t.bind&&_t?t.bind(wt):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];wt.assert(t,gt(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||Et.apply(void 0,["Assertion failed:"].concat(tt(r)))}}(),bt=null;try{bt=new WebAssembly.Instance(new WebAssembly.Module(new y([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(A){}function At(t,n,r){this.low=0|t,this.high=0|n,this.unsigned=!!r}function Rt(t){return!0===(t&&t.Lf)}function Ot(t){var n=h.clz32(t&-t);return t?31-n:n}At.prototype.Lf,a.defineProperty(At.prototype,"Lf",{value:!0}),At.isLong=Rt;var Tt={},Dt={};function Nt(t,n){var r,i,e;return n?(e=0<=(t>>>=0)&&t<256)&&(i=Dt[t])?i:(r=Ct(t,0,!0),e&&(Dt[t]=r),r):(e=-128<=(t|=0)&&t<128)&&(i=Tt[t])?i:(r=Ct(t,t<0?-1:0,!1),e&&(Tt[t]=r),r)}function Pt(t,n){if(d(t))return n?Vt:Bt;if(n){if(t<0)return Vt;if(t>=Mt)return zt}else{if(t<=-Ht)return Xt;if(t+1>=Ht)return Yt}return t<0?Pt(-t,n).neg():Ct(t%Wt|0,t/Wt|0,n)}function Ct(t,n,r){return new At(t,n,r)}At.fromInt=Nt,At.fromNumber=Pt,At.fromBits=Ct;var Ft=h.pow;function Lt(t,n,r){if(0===t.length)throw f("empty string");if("number"==typeof n?(r=n,n=!1):n=!!n,"NaN"===t||"Infinity"===t||"+Infinity"===t||"-Infinity"===t)return n?Vt:Bt;if((r=r||10)<2||36<r)throw RangeError("radix");var i;if((i=t.indexOf("-"))>0)throw f("interior hyphen");if(0===i)return Lt(t.substring(1),n,r).neg();for(var e=Pt(Ft(r,8)),u=Bt,o=0;o<t.length;o+=8){var s=h.min(8,t.length-o),c=l(t.substring(o,o+s),r);if(s<8){var a=Pt(Ft(r,s));u=u.mul(a).add(Pt(c))}else u=(u=u.mul(e)).add(Pt(c))}return u.unsigned=n,u}function Ut(t,n){return"number"==typeof t?Pt(t,n):"string"==typeof t?Lt(t,n):Ct(t.low,t.high,"boolean"==typeof n?n:t.unsigned)}At.fromString=Lt,At.fromValue=Ut;var Wt=4294967296,Mt=Wt*Wt,Ht=Mt/2,jt=Nt(1<<24),Bt=Nt(0);At.ZERO=Bt;var Vt=Nt(0,!0);At.UZERO=Vt;var xt=Nt(1);At.ONE=xt;var Gt=Nt(1,!0);At.UONE=Gt;var Kt=Nt(-1);At.NEG_ONE=Kt;var Yt=Ct(-1,2147483647,!1);At.MAX_VALUE=Yt;var zt=Ct(-1,-1,!0);At.MAX_UNSIGNED_VALUE=zt;var Xt=Ct(0,-2147483648,!1);At.MIN_VALUE=Xt;var Zt=At.prototype;Zt.toInt=function(){return this.unsigned?this.low>>>0:this.low},Zt.toNumber=function(){return this.unsigned?(this.high>>>0)*Wt+(this.low>>>0):this.high*Wt+(this.low>>>0)},Zt.toString=function(t){if((t=t||10)<2||36<t)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(Xt)){var n=Pt(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=Pt(Ft(t,6),this.unsigned),u=this,o="";;){var s=u.div(e),f=(u.sub(s.mul(e)).toInt()>>>0).toString(t);if((u=s).isZero())return f+o;for(;f.length<6;)f="0"+f;o=""+f+o}},Zt.getHighBits=function(){return this.high},Zt.getHighBitsUnsigned=function(){return this.high>>>0},Zt.getLowBits=function(){return this.low},Zt.getLowBitsUnsigned=function(){return this.low>>>0},Zt.getNumBitsAbs=function(){if(this.isNegative())return this.eq(Xt)?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},Zt.isZero=function(){return 0===this.high&&0===this.low},Zt.eqz=Zt.isZero,Zt.isNegative=function(){return!this.unsigned&&this.high<0},Zt.isPositive=function(){return this.unsigned||this.high>=0},Zt.isOdd=function(){return 1==(1&this.low)},Zt.isEven=function(){return 0==(1&this.low)},Zt.equals=function(t){return Rt(t)||(t=Ut(t)),(this.unsigned===t.unsigned||this.high>>>31!=1||t.high>>>31!=1)&&(this.high===t.high&&this.low===t.low)},Zt.eq=Zt.equals,Zt.notEquals=function(t){return!this.eq(t)},Zt.neq=Zt.notEquals,Zt.ne=Zt.notEquals,Zt.lessThan=function(t){return this.comp(t)<0},Zt.lt=Zt.lessThan,Zt.lessThanOrEqual=function(t){return this.comp(t)<=0},Zt.lte=Zt.lessThanOrEqual,Zt.le=Zt.lessThanOrEqual,Zt.greaterThan=function(t){return this.comp(t)>0},Zt.gt=Zt.greaterThan,Zt.greaterThanOrEqual=function(t){return this.comp(t)>=0},Zt.gte=Zt.greaterThanOrEqual,Zt.ge=Zt.greaterThanOrEqual,Zt.compare=function(t){if(Rt(t)||(t=Ut(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},Zt.comp=Zt.compare,Zt.negate=function(){return!this.unsigned&&this.eq(Xt)?Xt:this.not().add(xt)},Zt.neg=Zt.negate,Zt.add=function(t){Rt(t)||(t=Ut(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,s=t.low>>>16,f=0,c=0,a=0,h=0;return a+=(h+=e+(65535&t.low))>>>16,c+=(a+=i+s)>>>16,f+=(c+=r+o)>>>16,f+=n+u,Ct((a&=65535)<<16|(h&=65535),(f&=65535)<<16|(c&=65535),this.unsigned)},Zt.subtract=function(t){return Rt(t)||(t=Ut(t)),this.add(t.neg())},Zt.sub=Zt.subtract,Zt.multiply=function(t){if(this.isZero())return this;if(Rt(t)||(t=Ut(t)),bt)return Ct(bt.mul(this.low,this.high,t.low,t.high),bt.get_high(),this.unsigned);if(t.isZero())return this.unsigned?Vt:Bt;if(this.eq(Xt))return t.isOdd()?Xt:Bt;if(t.eq(Xt))return this.isOdd()?Xt:Bt;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(jt)&&t.lt(jt))return Pt(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,s=t.low>>>16,f=65535&t.low,c=0,a=0,h=0,l=0;return h+=(l+=e*f)>>>16,a+=(h+=i*f)>>>16,h&=65535,a+=(h+=e*s)>>>16,c+=(a+=r*f)>>>16,a&=65535,c+=(a+=i*s)>>>16,a&=65535,c+=(a+=e*o)>>>16,c+=n*f+r*s+i*o+e*u,Ct((h&=65535)<<16|(l&=65535),(c&=65535)<<16|(a&=65535),this.unsigned)},Zt.mul=Zt.multiply,Zt.divide=function(t){if(Rt(t)||(t=Ut(t)),t.isZero())throw f("division by zero");var n,r,i;if(bt)return this.unsigned||-2147483648!==this.high||-1!==t.low||-1!==t.high?Ct((this.unsigned?bt.div_u:bt.div_s)(this.low,this.high,t.low,t.high),bt.get_high(),this.unsigned):this;if(this.isZero())return this.unsigned?Vt:Bt;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return Vt;if(t.gt(this.shru(1)))return Gt;i=Vt}else{if(this.eq(Xt))return t.eq(xt)||t.eq(Kt)?Xt:t.eq(Xt)?xt:(n=this.shr(1).div(t).shl(1)).eq(Bt)?t.isNegative()?xt:Kt:(r=this.sub(t.mul(n)),i=n.add(r.div(t)));if(t.eq(Xt))return this.unsigned?Vt:Bt;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=Bt}for(r=this;r.gte(t);){n=h.max(1,h.floor(r.toNumber()/t.toNumber()));for(var e=h.ceil(h.log(n)/h.LN2),u=e<=48?1:Ft(2,e-48),o=Pt(n),s=o.mul(t);s.isNegative()||s.gt(r);)s=(o=Pt(n-=u,this.unsigned)).mul(t);o.isZero()&&(o=xt),i=i.add(o),r=r.sub(s)}return i},Zt.div=Zt.divide,Zt.modulo=function(t){return Rt(t)||(t=Ut(t)),bt?Ct((this.unsigned?bt.rem_u:bt.rem_s)(this.low,this.high,t.low,t.high),bt.get_high(),this.unsigned):this.sub(this.div(t).mul(t))},Zt.mod=Zt.modulo,Zt.rem=Zt.modulo,Zt.not=function(){return Ct(~this.low,~this.high,this.unsigned)},Zt.countLeadingZeros=function(){return this.high?h.clz32(this.high):h.clz32(this.low)+32},Zt.clz=Zt.countLeadingZeros,Zt.countTrailingZeros=function(){return this.low?Ot(this.low):Ot(this.high)+32},Zt.ctz=Zt.countTrailingZeros,Zt.and=function(t){return Rt(t)||(t=Ut(t)),Ct(this.low&t.low,this.high&t.high,this.unsigned)},Zt.or=function(t){return Rt(t)||(t=Ut(t)),Ct(this.low|t.low,this.high|t.high,this.unsigned)},Zt.xor=function(t){return Rt(t)||(t=Ut(t)),Ct(this.low^t.low,this.high^t.high,this.unsigned)},Zt.shiftLeft=function(t){return Rt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Ct(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):Ct(0,this.low<<t-32,this.unsigned)},Zt.shl=Zt.shiftLeft,Zt.shiftRight=function(t){return Rt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Ct(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):Ct(this.high>>t-32,this.high>=0?0:-1,this.unsigned)},Zt.shr=Zt.shiftRight,Zt.shiftRightUnsigned=function(t){return Rt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Ct(this.low>>>t|this.high<<32-t,this.high>>>t,this.unsigned):Ct(32===t?this.high:this.high>>>t-32,0,this.unsigned)},Zt.shru=Zt.shiftRightUnsigned,Zt.shr_u=Zt.shiftRightUnsigned,Zt.rotateLeft=function(t){var n;return Rt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Ct(this.high,this.low,this.unsigned):t<32?(n=32-t,Ct(this.low<<t|this.high>>>n,this.high<<t|this.low>>>n,this.unsigned)):(n=32-(t-=32),Ct(this.high<<t|this.low>>>n,this.low<<t|this.high>>>n,this.unsigned))},Zt.rotl=Zt.rotateLeft,Zt.rotateRight=function(t){var n;return Rt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Ct(this.high,this.low,this.unsigned):t<32?(n=32-t,Ct(this.high<<n|this.low>>>t,this.low<<n|this.high>>>t,this.unsigned)):(n=32-(t-=32),Ct(this.low<<n|this.high>>>t,this.high<<n|this.low>>>t,this.unsigned))},Zt.rotr=Zt.rotateRight,Zt.toSigned=function(){return this.unsigned?Ct(this.low,this.high,!1):this},Zt.toUnsigned=function(){return this.unsigned?this:Ct(this.low,this.high,!0)},Zt.toBytes=function(t){return t?this.toBytesLE():this.toBytesBE()},Zt.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]},Zt.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]},At.fromBytes=function(t,n,r){return r?At.fromBytesLE(t,n):At.fromBytesBE(t,n)},At.fromBytesLE=function(t,n){return new At(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,n)},At.fromBytesBE=function(t,n){return new At(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],n)};var $t=At;h.pow(2,-52);function qt(){return Date.now()||(new Date).getTime()}$t.fromNumber(9007199254740991);function Jt(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),a.defineProperty(t,i.key,i)}}function Qt(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){tn(t,n,e,i);var u=t;t=i,i=u}return t}(t,n);return r!==t&&tn(r,null,t.length,t),t}function tn(t,n,r,i){var e,u,o,s,f,c=t.length,a=0,h=2*r;for(e=0;e<c;e+=h)for(o=(u=e+r)+r,u>c&&(u=c),o>c&&(o=c),s=e,f=u;;)if(s<u&&f<o)n(t[s],t[f])<=0?i[a++]=t[s++]:i[a++]=t[f++];else if(s<u)i[a++]=t[s++];else{if(!(f<o))break;i[a++]=t[f++]}}var nn=/[a-zA-Z]/,rn=/[0-9]/,en=/[0-9a-fA-F]/,un=/^0x/i,on=/^[0-9]+$/,sn=/^[0-9a-fA-F]+$/,fn=/^[0-7]+$/,cn=a.prototype.toString,an=Array.isArray||function(t){return"[object Array]"===cn.call(t)},hn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol.iterator;function ln(t){return an(t)?t:Array.from(t)}function vn(t,n,r){var i=t[n];t[n]=t[r],t[r]=i}function dn(t){return t>=65&&t<=90}function yn(t){return dn(t)||function(t){return t>=97&&t<=122}(t)}function _n(t){return t>=48&&t<=57}function wn(t){return _n(t)||yn(t)}function pn(t){return _n(t)||t>=65&&t<=70||t>=97&&t<=102}function gn(t){return dn(t)?t+32:t}function Sn(t){return _n(t)?t-48:t>=65&&t<=70?t-65+10:t>=97&&t<=102?t-97+10:-1}function In(t,n){return void 0===n&&(n=!1),0<=t&&t<=9?t+48:10<=t&&t<=15?t+(n?87:55):-1}var kn=h.min,En=String.fromCharCode,mn=16384;function bn(t){for(var n=t.length,r=[],i=0;i<n;i+=mn){var e=kn(i+mn,n);r.push(En.apply(null,t.slice(i,e)))}return r.join("")}var An=2147483647,Rn=/[^\0-\x7E]/,On=/[\x2E\u3002\uFF0E\uFF61]/g,Tn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Dn=h.floor,Nn=String.fromCharCode;function Pn(t){throw new RangeError(Tn[t])}function Cn(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 Fn,Ln,Un,Wn=function(t,n){return t+22+75*(t<26)-((0!=n)<<5)},Mn=function(t,n,r){var i=0;for(t=r?Dn(t/700):t>>1,t+=Dn(t/n);t>455;i+=36)t=Dn(t/35);return Dn(i+36*t/(t+38))},Hn=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(On,".")).split("."),n).join(".");return i+e}(t,(function(t){return Rn.test(t)?"xn--"+function(t){for(var n=[],r=(t=Cn(t)).length,i=128,e=0,u=72,o=0,s=t;o<s.length;o++){var f=s[o];f<128&&n.push(Nn(f))}var c=n.length,a=c;for(c&&n.push("-");a<r;){for(var h=An,l=0,v=t;l<v.length;l++){var d=v[l];d>=i&&d<h&&(h=d)}var y=a+1;h-i>Dn((An-e)/y)&&Pn("overflow"),e+=(h-i)*y,i=h;for(var _=0,w=t;_<w.length;_++){var p=w[_];if(p<i&&++e>An&&Pn("overflow"),p==i){for(var g=e,S=36;;S+=36){var I=S<=u?1:S>=u+26?26:S-u;if(g<I)break;var k=g-I,E=36-I;n.push(Nn(Wn(I+k%E,0))),g=Dn(k/E)}n.push(Nn(Wn(g,0))),u=Mn(e,y,a==c),e=0,++a}}++e,++i}return n.join("")}(t):t}))};function jn(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 bn(n)}function Bn(t){if(t>=55296&&t<=57343)throw new f("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function Vn(t,n){return t>>n&63|128}function xn(t,n){0!=(4294967168&t)?(0==(4294965248&t)?n.push(t>>6&31|192):0==(4294901760&t)?(Bn(t),n.push(t>>12&15|224),n.push(Vn(t,6))):0==(4292870144&t)&&(n.push(t>>18&7|240),n.push(Vn(t,12)),n.push(Vn(t,6))),n.push(63&t|128)):n.push(t)}function Gn(t){for(var n=[],r=0;r<t.length;r++){xn(t[r],n)}return n}function Kn(){if(Un>=Ln)throw new f("Invalid byte index");var t=255&Fn[Un];if(Un++,128==(192&t))return 63&t;throw new f("Invalid continuation byte")}function Yn(){var t,n;if(Un>Ln)throw new f("Invalid byte index");if(Un===Ln)return!1;if(t=255&Fn[Un],Un++,0==(128&t))return t;if(192==(224&t)){if((n=(31&t)<<6|Kn())>=128)return n;throw new f("Invalid continuation byte")}if(224==(240&t)){if((n=(15&t)<<12|Kn()<<6|Kn())>=2048)return Bn(n),n;throw new f("Invalid continuation byte")}if(240==(248&t)&&(n=(7&t)<<18|Kn()<<12|Kn()<<6|Kn())>=65536&&n<=1114111)return n;throw new f("Invalid UTF-8 detected")}function zn(t){return[37,In(t>>4),In(15&t)]}function Xn(t){return function(t){return t>=0&&t<=31}(t)||t>126}function Zn(t){return Xn(t)||32===t||34===t||60===t||62===t||96===t}function $n(t){return Zn(t)||35===t||63===t||123===t||125===t}function qn(t){return $n(t)||47===t||58===t||59===t||61===t||64===t||t>=91&&t<=94||124===t}function Jn(t){return t<33||t>126||34===t||35===t||60===t||62===t}function Qn(t){return Jn(t)||39===t}function tr(t,n){if(!n(t))return[t];for(var r=Gn([t]),i=[],e=0;e<r.length;e++){var u=r[e];i.push.apply(i,zn(u))}return i}function nr(t,n){for(var r=[],i=0,e=Cn(t);i<e.length;i++){var u=e[i];r.push.apply(r,tr(u,n))}return jn(r)}function rr(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&&pn(t[i+1])&&pn(t[i+2])){var u=Sn(t[i+1])<<4|Sn(t[i+2]);n.push(u),i+=2}else n.push(e)}return n}(Gn(t))}function ir(t){return jn(function(t){Fn=t.slice(),Ln=Fn.length,Un=0;for(var n,r=[];!1!==(n=Yn());)r.push(n);return r}(rr(Cn(t))))}function er(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,s=0;s<4&&u<n&&en.test(t[u]);)o=o<<4|l(t[u],16),u+=1,s+=1;if("."===t[u]){if(0===s)throw new c;if(u-=s,i>6)throw new c;for(var f=0;u<n;){var a=null;if(f>0){if(!("."===t[u]&&f<4))throw new c;u+=1}if(!rn.test(t[u]))throw new c;for(;u<n&&rn.test(t[u]);){var h=l(t[u],10);if(null===a)a=h;else{if(0===a)throw new c;if((a=10*a+h)>255)throw new c}u+=1}r[i]=r[i]<<8|a,2!==(f+=1)&&4!==f||(i+=1)}if(4!==f)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;)vn(r,i,e+v-1),i-=1,v-=1}else if(8!==i)throw new c;return r}function ur(t){var n=10,r=on;return un.test(t)?(t=t.slice(2),n=16,r=sn):t.length>=2&&"0"===t[0]&&(t=t.slice(1),n=8,r=fn),""===t?0:r.test(t)?l(t,n):void 0}var or={KY:4},sr=/[\0\t\n\r #%/:?@\[\\\]]/,fr=/[\0\t\n\r #/:?@\[\\\]]/;function cr(t,n){if("["===t[0]){if("]"!==t[t.length-1])throw new c("Invalid IPv6 address");return{KY:2,y4:er(t.slice(1,-1))}}if(!n)return function(t){if(fr.test(t))throw new c("Invalid code point in opaque host");var n=nr(t,Xn);return""===n?or:{KY:3,hP:n}}(t);var r=function(t){var n=function(t){return Hn(t.toLowerCase())}(t);return n}(ir(t));if(sr.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=ur(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]>=h.pow(256,5-r.length))throw new c;for(var s=r.pop(),f=0;f<r.length;f++)s+=r[f]*h.pow(256,3-f);return s}}(r);return void 0!==i?{KY:1,y4:i}:""===r?or:{KY:0,A4:r}}function ar(t){switch(t.KY){case 0:return t.A4;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.y4);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.y4)+"]";case 3:return t.hP;case 4:return""}}var hr=/\+/g;function lr(t){return 42===t||45===t||46===t||95===t||wn(t)}function vr(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,s=void 0;-1!==u?(o=e.slice(0,u),s=e.slice(u+1)):(o=e,s=""),o=o.replace(hr," "),s=s.replace(hr," ");var f=ir(o),c=ir(s);r.push([f,c])}}return r}function dr(t){for(var n="",r=0;r<t.length;r++){var i=t[r];r>0&&(n+="&"),n+=yr(Gn(Cn(i[0])))+"="+yr(Gn(Cn(i[1])))}return n}function yr(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];32===i?n.push(43):lr(i)?n.push(i):n.push.apply(n,zn(i))}return bn(n)}var _r=/(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])/;function wr(t){var n=""+t,r=_r.exec(n);return r?function(t,n){for(var r=t.length,i=[],e=n;e<r;e++){var u=t.charCodeAt(e);if(gr(u))if(Sr(u)||e===r-1)i.push(pr);else{var o=t.charCodeAt(e+1);Sr(o)?(i.push(u,o),e++):i.push(pr)}else i.push(u)}return t.slice(0,n)+bn(i)}(n,r.index):n}var pr=65533,gr=function(t){return 55296==(63488&t)},Sr=function(t){return 0!=(1024&t)};function Ir(t,n){var r=t[0],i=n[0];return r===i?0:r<i?-1:1}function kr(t){t.b4.length=0}function Er(t,n){!function(t,n){for(var r=0;r<n.length;r++)t[r]=n[r];t.length=n.length}(t.b4,vr(n))}function mr(t){if(t.T4){var n=dr(t.b4);""===n&&(n=null),t.T4.T4.S4=n}}var br=function(){function t(t){if(void 0===t&&(t=void 0),this.T4=null,null==t)this.b4=[];else if("object"==typeof t||"function"==typeof t)if(function(t){return t instanceof br&&!!an(t.b4)&&(!hn||t[Symbol.iterator]===Ar)}(t))this.b4=t.b4.slice();else if(function(t){return null!=t&&(!!an(t)||!!hn&&"function"==typeof t[Symbol.iterator])}(t)){this.b4=[];for(var n=0,r=ln(t);n<r.length;n++){var i=ln(r[n]);if(2!==i.length)throw new c("Invalid name-value pair");this.b4.push([wr(i[0]),wr(i[1])])}}else for(var e in this.b4=[],t)a.prototype.hasOwnProperty.call(t,e)&&this.b4.push([wr(e),wr(t[e])]);else(t=wr(t)).length>0&&"?"===t[0]&&(t=t.slice(1)),this.b4=vr(t)}var n=t.prototype;return n.append=function(t,n){t=wr(t),n=wr(n),this.b4.push([t,n]),mr(this)},n.delete=function(t){t=wr(t);for(var n=this.b4,r=0;r<n.length;){n[r][0]===t?n.splice(r,1):r++}mr(this)},n.get=function(t){t=wr(t);for(var n=this.b4,r=0;r<n.length;r++){var i=n[r];if(i[0]===t)return i[1]}return null},n.getAll=function(t){t=wr(t);for(var n=this.b4,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=wr(t);for(var n=this.b4,r=0;r<n.length;r++){if(n[r][0]===t)return!0}return!1},n.set=function(t,n){t=wr(t),n=wr(n);for(var r=this.b4,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]),mr(this)},n.sort=function(){Qt(this.b4,Ir),mr(this)},n.toString=function(){return dr(this.b4)},n.entries=function(){return new Dr(this.b4,Rr)},n.keys=function(){return new Dr(this.b4,Or)},n.values=function(){return new Dr(this.b4,Tr)},n.forEach=function(t){var n=this;this.b4.forEach((function(r){return t(r[1],r[0],n)}))},t}(),Ar=br.prototype.entries;hn&&(br.prototype[Symbol.iterator]=Ar);var Rr=function(t){return[t[0],t[1]]},Or=function(t){return t[0]},Tr=function(t){return t[1]},Dr=function(){function t(t,n){this.E4=0,this.b4=t,this.I4=n}return t.prototype.next=function(){return this.E4<this.b4.length?{done:!1,value:this.I4(this.b4[this.E4++])}:{done:!0,value:void 0}},t}(),Nr="null";var Pr=a.create(null);Pr.ftp=21,Pr.file=0,Pr.gopher=70,Pr.http=80,Pr.https=443,Pr.ws=80,Pr.wss=443;var Cr=/^(?:\.|%2e)$/i,Fr=/^(?:\.|%2e){2}$/i;function Lr(t){return Cr.test(t)}function Ur(t){return Fr.test(t)}function Wr(t){return void 0!==Pr[t]}function Mr(t){return Wr(t.P4)}function Hr(t){return""!==t.R4||""!==t.x4}function jr(t){var n=t.length;if(!(n>=2))return!1;if(!Vr(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 Br(t){return 2===t.length&&nn.test(t[0])&&(":"===t[1]||"|"===t[1])}function Vr(t){return 2===t.length&&Br(bn(t))}function xr(t){return Br(t)&&":"===t[1]}function Gr(t){var n=t.C4;0!==n.length&&("file"===t.P4&&1===n.length&&xr(n[0])||n.pop())}function Kr(t){return null===t.D4||or===t.D4||t.N4||"file"===t.P4}var Yr=-1,zr=/\t|\n|\r/g,Xr=/^[\x00-\x1f ]+|[\x00-\x1f ]+$/g;function Zr(t,n,r,i){void 0===r&&(r=null),void 0===i&&(i=null),r||(r=new qr,t=t.replace(Xr,""));var e=null!==i?i:0;n=n||null;for(var u=[],o=!1,s=!1,f=!1,a=Cn(t=t.replace(zr,"")),h=a.length,v=0;v<=h;){var d=v<h?a[v]:Yr;switch(e){case 0:if(!yn(d)){if(null===i){u.length=0,e=2;continue}throw new c("Invalid scheme")}u.push(gn(d)),e=1;break;case 1:if(wn(d)||43===d||45===d||46===d)u.push(gn(d));else{if(58!==d){if(null===i){u.length=0,e=2,v=0;continue}throw new c("Invalid scheme")}var y=jn(u);if(null!==i){if(Wr(r.P4)&&!Wr(y))return;if(!Wr(r.P4)&&Wr(y))return;if((Hr(r)||null!==r.P2)&&"file"===y)return;if("file"===r.P4&&(r.D4===or||null===r.D4))return}if(r.P4=y,null!==i)return void(Mr(r)&&r.P2===Pr[r.P4]&&(r.P2=null));u.length=0,"file"===r.P4?e=13:Mr(r)&&n&&n.P4===r.P4?e=3:Mr(r)?e=7:47===a[v+1]?(e=4,v+=1):(r.N4=!0,r.C4.push(""),e=18)}break;case 2:if(!n||n.N4&&35!==d)throw new c("Invalid scheme");n.N4&&35===d?(r.P4=n.P4,r.C4=n.C4.slice(),r.S4=n.S4,r.B4="",r.N4=!0,e=20):"file"!==n.P4?(e=5,v-=1):(e=13,v-=1);break;case 3:47===d&&47===a[v+1]?e=8:(e=5,v-=1);break;case 4:47===d?e=9:(e=17,v-=1);break;case 5:r.P4=n.P4,Yr===d?(r.R4=n.R4,r.x4=n.x4,r.D4=n.D4,r.P2=n.P2,r.C4=n.C4.slice(),r.S4=n.S4):47===d?e=6:63===d?(r.R4=n.R4,r.x4=n.x4,r.D4=n.D4,r.P2=n.P2,r.C4=n.C4.slice(),r.S4="",e=19):35===d?(r.R4=n.R4,r.x4=n.x4,r.D4=n.D4,r.P2=n.P2,r.C4=n.C4.slice(),r.S4=n.S4,r.B4="",e=20):92===d&&Mr(r)?e=6:(r.R4=n.R4,r.x4=n.x4,r.D4=n.D4,r.P2=n.P2,r.C4=n.C4.slice(),r.C4.pop(),e=17,v-=1);break;case 6:!Mr(r)||47!==d&&92!==d?47===d?e=9:(r.R4=n.R4,r.x4=n.x4,r.D4=n.D4,r.P2=n.P2,e=17,v-=1):e=8;break;case 7:if(47!==d||47!==a[v+1]){e=8;continue}e=8,v+=1;break;case 8:47!==d&&92!==d&&(e=9,v-=1);break;case 9:if(64===d){o&&u.unshift(37,52,48),o=!0;for(var _=0;_<u.length;_++){var w=u[_];if(58!==w||f){var p=jn(tr(w,qn));f?r.x4+=p:r.R4+=p}else f=!0}u.length=0}else if(Yr===d||47===d||63===d||35===d||Mr(r)&&92===d){if(o&&0===u.length)throw new c("Invalid host");v-=u.length+1,u.length=0,e=10}else u.push(d);break;case 10:case 11:if(null!==i&&"file"===r.P4)v-=1,e=15;else if(58!==d||s)if(Yr===d||47===d||63===d||35===d||Mr(r)&&92===d){if(v-=1,Mr(r)&&0===u.length)throw new c("Invalid host");if(null!==i&&0===u.length&&(Hr(r)||null!==r.P2))return;var g=cr(jn(u),Mr(r));if(r.D4=g,u.length=0,e=16,null!==i)return}else 91===d?s=!0:93===d&&(s=!1),u.push(d);else{if(0===u.length)throw new c("Invalid host");var S=cr(jn(u),Mr(r));if(r.D4=S,u.length=0,e=12,11===i)return}break;case 12:if(_n(d))u.push(d);else{if(!(Yr===d||47===d||63===d||35===d||Mr(r)&&92===d||null!==i))throw new c("Invalid port");if(0!==u.length){var I=l(jn(u),10);if(I>65535)throw new c("Invalid port");r.P2=I===Pr[r.P4]?null:I,u.length=0}if(null!==i)return;e=16,v-=1}break;case 13:r.P4="file",47===d||92===d?e=14:n&&"file"===n.P4?Yr===d?(r.D4=n.D4,r.C4=n.C4.slice(),r.S4=n.S4):63===d?(r.D4=n.D4,r.C4=n.C4.slice(),r.S4="",e=19):35===d?(r.D4=n.D4,r.C4=n.C4.slice(),r.S4=n.S4,r.B4="",e=20):(jr(a.slice(v))||(r.D4=n.D4,r.C4=n.C4.slice(),Gr(r)),e=17,v-=1):(e=17,v-=1);break;case 14:47===d||92===d?e=15:(n&&"file"===n.P4&&!jr(a.slice(v))&&(xr(n.C4[0])?r.C4.push(n.C4[0]):r.D4=n.D4),e=17,v-=1);break;case 15:if(Yr===d||47===d||92===d||63===d||35===d)if(v-=1,null===i&&Vr(u))e=17;else if(0===u.length){if(r.D4=or,null!==i)return;e=16}else{var k=cr(jn(u),Mr(r));if(0===k.KY&&"localhost"===k.A4&&(k=or),r.D4=k,null!==i)return;u.length=0,e=16}else u.push(d);break;case 16:Mr(r)?(e=17,47!==d&&92!==d&&(v-=1)):null===i&&63===d?(r.S4="",e=19):null===i&&35===d?(r.B4="",e=20):Yr!==d&&(e=17,47!==d&&(v-=1));break;case 17:if(Yr===d||47===d||Mr(r)&&92===d||null===i&&(63===d||35===d)){var E=jn(u);if(Ur(E)?(Gr(r),47===d||Mr(r)&&92===d||r.C4.push("")):!Lr(E)||47===d||Mr(r)&&92===d?Lr(E)||("file"===r.P4&&0===r.C4.length&&Vr(u)&&(or!==r.D4&&null!==r.D4&&(r.D4=or),u[1]=58,E=jn(u)),r.C4.push(E)):r.C4.push(""),u.length=0,"file"===r.P4&&(Yr===d||63===d||35===d))for(;r.C4.length>1&&""===r.C4[0];)r.C4.shift();63===d?(r.S4="",e=19):35===d&&(r.B4="",e=20)}else u.push.apply(u,tr(d,$n));break;case 18:63===d?(r.S4="",e=19):35===d?(r.B4="",e=20):Yr!==d&&(r.C4[0]+=jn(tr(d,Xn)));break;case 19:null===i&&35===d?(r.B4="",e=20):Yr!==d&&(r.S4+=jn(tr(d,Mr(r)?Qn:Jn)));break;case 20:Yr===d||0===d||(r.B4+=jn(tr(d,Zn)))}v++}return r}function $r(t,n,r,i){try{Zr(t,n,r,i)}catch(t){}}var qr=function(){this.P4="",this.R4="",this.x4="",this.D4=null,this.P2=null,this.C4=[],this.S4=null,this.B4=null,this.N4=!1};function Jr(t){switch(t.P4){case"blob":var n;try{n=Zr(t.C4[0],null)}catch(t){return Nr}return Jr(n);case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return function(t,n,r){return t+"://"+ar(n)+(null===r?"":":"+r)}(t.P4,t.D4,t.P2);default:return Nr}}var Qr,ti,ni=function(){function t(t,n){var r,i=null;if(null!=n)if(function(t){return null!=t&&t instanceof ni&&"object"==typeof t.T4}(n))i=n.T4;else try{i=Zr(String(n),null)}catch(t){throw new c("Invalid base URL: "+t.message)}try{r=Zr(String(t),i)}catch(t){throw new c("Invalid URL: "+t.message)}var e=r.S4;this.T4=r,this.S4=function(t){var n=new br;return null!==t&&Er(n,t),n}(e),this.S4.T4=this}var n=t.prototype;return n.toString=function(){return this.href},n.toJSON=function(){return this.href},function(t,n,r){n&&Jt(t.prototype,n),r&&Jt(t,r)}(t,[{key:"href",get:function(){return function(t,n){void 0===n&&(n=!1);var r=t.P4+":";if(null!==t.D4?(r+="//",Hr(t)&&(r+=t.R4,""!==t.x4&&(r+=":"+t.x4),r+="@"),r+=ar(t.D4),null!==t.P2&&(r+=":"+t.P2)):null===t.D4&&"file"===t.P4&&(r+="//"),t.N4)r+=t.C4[0];else for(var i=0,e=t.C4;i<e.length;i++)r+="/"+e[i];return null!==t.S4&&(r+="?"+t.S4),n||null===t.B4||(r+="#"+t.B4),r}(this.T4)},set:function(t){var n;try{n=Zr(String(t),null)}catch(t){throw new c("Invalid URL: "+t.message)}this.T4=n,kr(this.S4);var r=this.T4.S4;null!==r&&Er(this.S4,r)}},{key:"origin",get:function(){return Jr(this.T4)}},{key:"protocol",get:function(){return this.T4.P4+":"},set:function(t){$r(t+":",null,this.T4,0)}},{key:"username",get:function(){return this.T4.R4},set:function(t){Kr(this.T4)||(this.T4.R4=nr(t,qn))}},{key:"password",get:function(){return this.T4.x4},set:function(t){Kr(this.T4)||(this.T4.x4=nr(t,qn))}},{key:"host",get:function(){var t=this.T4,n=t.D4;if(null===n)return"";var r=t.P2,i=ar(n);return null!==r&&(i+=":"+r),i},set:function(t){this.T4.N4||$r(t,null,this.T4,10)}},{key:"hostname",get:function(){var t=this.T4.D4;return null===t?"":ar(t)},set:function(t){this.T4.N4||$r(t,null,this.T4,11)}},{key:"port",get:function(){var t=this.T4.P2;return null===t?"":""+t},set:function(t){Kr(this.T4)||(""===t?this.T4.P2=null:$r(t,null,this.T4,12))}},{key:"pathname",get:function(){var t=this.T4.C4;return this.T4.N4?t[0]:0===t.length?"":"/"+t.join("/")},set:function(t){this.T4.N4||(this.T4.C4.length=0,$r(t,null,this.T4,16))}},{key:"search",get:function(){var t=this.T4.S4;return null===t||""===t?"":"?"+t},set:function(t){t=wr(t);var n=this.T4;if(""===t)return n.S4=null,void kr(this.S4);"?"===t[0]&&(t=t.slice(1)),n.S4="",$r(t,null,n,19),Er(this.S4,t)}},{key:"searchParams",get:function(){return this.S4}},{key:"hash",get:function(){var t=this.T4.B4;return null===t||""===t?"":"#"+t},set:function(t){""!==t?("#"===t[0]&&(t=t.slice(1)),this.T4.B4="",$r(t,null,this.T4,20)):this.T4.B4=null}}]),t}();function ri(t){return t.document&&t.document.baseURI||t.location.href||""}function ii(){return void 0!==r?r.createElement("video"):void 0}var ei=!!("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch)||!(!i||!i.msMaxTouchPoints),ui=(ti||(ti=ii()),ti),oi=!(!ui||!ui.webkitShowPlaybackTargetPicker),si=function(){function t(){this.O4=void 0,this.Q4=!1,this.Ke=ei,this.Zs=!1,this.y3=!0}var r=t.prototype;return r.M4=function(){return 0},r.X4=function(t,n){return!0},r.G4=function(t){return t>=.3333333333333333},Z(t,[{key:"L4",get:function(){return void 0===this.O4&&(this.O4=this.M4()),this.O4}},{key:"F4",get:function(){return!lt.pE}},{key:"U4",get:function(){if(n.screen)return{width:n.screen.width,height:n.screen.height}}},{key:"oJ",get:function(){return n.devicePixelRatio||1}},{key:"H4",get:function(){return oi}},{key:"qZ",get:function(){return!1}},{key:"LZ",get:function(){return!0}},{key:"O_",get:function(){return lt.uE||lt.bk}},{key:"pD",get:function(){return!0}},{key:"F_",get:function(){return!0}},{key:"M_",get:function(){return!1}},{key:"V4",get:function(){}},{key:"q4",get:function(){return!0}},{key:"jQ",get:function(){return!1}},{key:"W4",get:function(){return!1}},{key:"z4",get:function(){return lt.Yk}}]),t}(),fi=function(){var t=ii();if(!t)return!1;var n=t.muted;return t.muted=!n,t.muted!==n}();!function(){if(lt.wk)return!1;var t=ii();if(!t)return!1;var n=t.volume;t.volume=n/2+.1,t.volume}();var ci=function(t){function n(n){var r;return(r=t.call(this)||this).K4=n,r.K4&&(r.Q4=r.K4.Q4,r.Ke=r.K4.Ke,r.y3=fi&&r.K4.y3),r}q(n,t);var r=n.prototype;return r.M4=function(){return this.K4?this.K4.L4:t.prototype.M4.call(this)},r.X4=function(n,r){return this.K4?this.K4.X4(n,r):t.prototype.X4.call(this,n,r)},r.G4=function(n){return this.K4?this.K4.G4(n):t.prototype.G4.call(this,n)},Z(n,[{key:"V4",get:function(){var t;return null==(t=this.K4)?void 0:t.V4}},{key:"q4",get:function(){var t,n;return null==(n=null==(t=this.K4)?void 0:t.q4)||n}}]),n}(si),ai=function(t){function n(n){var r;return(r=t.call(this,n)||this).Q4=!0,r.Zs=!0,r}return q(n,t),Z(n,[{key:"M_",get:function(){return lt.bk}}]),n}(ci);var hi=function(t){function n(){return t.apply(this,arguments)}return q(n,t),n.prototype.M4=function(){return function(t){return t&&"function"==typeof Qr.ManagedMediaSource?Qr.ManagedMediaSource:"function"==typeof Qr.MediaSource?Qr.MediaSource:void 0}(!0)?t.prototype.M4.call(this):1},Z(n,[{key:"M_",get:function(){return!0}}]),n}(ai),li=function(t){function r(){return t.apply(this,arguments)}return q(r,t),r.prototype.X4=function(n,r){return t.prototype.X4.call(this,n,r)},Z(r,[{key:"qZ",get:function(){return lt.Xk<3}},{key:"LZ",get:function(){return lt.Xk>=3}},{key:"U4",get:function(){var t=this;return n.tizen&&!this.Y4&&n.tizen.systeminfo.getPropertyValue("DISPLAY",(function(n){var r=n.resolutionWidth,i=n.resolutionHeight;1===r&&1===i||(t.Y4={width:r,height:i})})),this.Y4}},{key:"jQ",get:function(){return lt.Xk<3}},{key:"W4",get:function(){return!0}}]),r}(ci),vi=function(t){function n(){return t.call(this)}return q(n,t),n}(si),di=function(t){function n(){return t.apply(this,arguments)}return q(n,t),n.prototype.X4=function(t,n){if(t&&t.j4&&n&&n.j4){var r=yi(t.j4,"mp4a.40.2")&&yi(n.j4,"mp4a.40.5"),i=yi(t.j4,"mp4a.40.5")&&yi(n.j4,"mp4a.40.2"),e=yi(t.j4,"mp4a.40.2")&&yi(n.j4,"mp4a.40.34"),u=yi(t.j4,"mp4a.40.34")&&yi(n.j4,"mp4a.40.2"),o=yi(t.j4,"mp4a.40.5")&&yi(n.j4,"mp4a.40.34"),s=yi(t.j4,"mp4a.40.34")&&yi(n.j4,"mp4a.40.5");return!(r||i||e||u||o||s)}return!0},Z(n,[{key:"V4",get:function(){if(lt.YS)return 4096}}]),n}(vi);function yi(t,n){return t.indexOf(n)>-1}var _i=function(t){function n(){return t.apply(this,arguments)}return q(n,t),n.prototype.G4=function(t){return t>=2},n}(vi),wi=function(t){function n(){var n;return(n=t.call(this)||this).Q4=lt.lE>=11,n.y3=lt.uE&&!(lt.bk&<.lE<10),n}return q(n,t),n}(vi),pi=function(t){function r(){return t.apply(this,arguments)}return q(r,t),Z(r,[{key:"U4",get:function(){var t=this;return n.webOS&&!this.Y4&&n.webOS.deviceInfo((function(n){t.Y4={width:n.screenWidth,height:n.screenHeight}})),this.Y4}},{key:"pD",get:function(){return!1}},{key:"W4",get:function(){return!0}}]),r}(ci),gi=function(t){function n(){return t.apply(this,arguments)}return q(n,t),Z(n,[{key:"q4",get:function(){return!lt.ZS||(lt.Uk?92!==lt.Vk:lt.Mk>=100)}}]),n}(vi),Si=function(t){function n(){return t.apply(this,arguments)}return q(n,t),Z(n,[{key:"M_",get:function(){return!0}}]),n}(ci),Ii=function(){function t(){this.i6=new ki,this.n6=function(){var t=function(){if(lt.rE)return new di;if(lt.Zk||lt.$k)return new _i;if(lt.uE)return new wi;if(lt.Lk)return new gi;return new vi}();return lt.bk?new hi(t):lt.Zs?new ai(t):lt.Wk?new li(t):lt.Qk?new pi(t):lt.YS?new Si(t):new ci(t)}(),this.s6=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.Pl=function(){return self.performance.now()}:this.Pl=qt}var n=t.prototype;return n.Z4=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];It.apply(void 0,tt(n))},n.v_=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];kt.apply(void 0,tt(n))},n.J4=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Et.apply(void 0,tt(n))},n.t6=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];mt.apply(void 0,[t].concat(tt(r)))},n.xl=function(t,n){return e(t,n)},n.BK=function(t,n){return o(t,n)},n.Rl=function(t){u(t)},n.MK=function(t){s(t)},n.ZR=function(){return this.e6.ZR()},n.zR=function(){return this.e6.zR()},n.GR=function(){return this.e6.GR()},n.XR=function(){return this.e6.XR()},n.qR=function(){return this.e6.qR()},n.KR=function(t,n){return this.e6.KR(t,n)},n.WR=function(t){return this.e6.WR(t)},n.Eh=function(t,n){var r;return void 0===n&&(n=ri(Qr)),r="object"!=typeof n||n instanceof ni?n:n.href,new ni(t,r)},n.Kf=function(t,n){if(void 0===n&&(n=ri(Qr)),this.s6){var r=function(t){return"string"==typeof t}(n)?n:n.toString();return new self.URL(t,r).href}return this.Eh(t,n).href},Z(t,[{key:"dD",get:function(){return this.i6}},{key:"te",get:function(){return this.n6}},{key:"H_",get:function(){return{U_:i&&i.userAgent.match(/Android /i)?"Android":"other",V_:Boolean(i&&i.userAgent.match(/Android 8.0.0/i))}}},{key:"eH",get:function(){return self&&self.location&&"https:"===self.location.protocol}},{key:"r6",get:function(){return"languages"in i?i.languages.slice():[i.language]}}]),t}(),ki=function(){function t(){}return Z(t,[{key:"fD",get:function(){return i.oscpu}},{key:"te",get:function(){return i.platform}},{key:"_D",get:function(){return i.vendor}},{key:"gD",get:function(){return i.vendorSub}}]),t}();var Ei,mi=function(){function t(){}var n=t.prototype;return n.qR=function(){return x.resolve(!1)},n.zR=function(){return x.resolve(!1)},n.XR=function(){return x.resolve(!1)},n.GR=function(){return x.resolve(!1)},n.WR=function(t){return x.resolve(!1)},n.KR=function(t,n){return x.resolve(!1)},n.ZR=function(){return x.resolve(!1)},t}(),bi=function(){function t(){}var n=t.prototype;return n.lM=function(){},n.rI=function(t){},n.Ff=function(t){},n.Vf=function(t,n){},t}();function Ai(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,s=!1;try{for(r=r.call(t);!(o=(i=r.next()).done)&&(u.push(i.value),!n||u.length!==n);o=!0);}catch(t){s=!0,e=t}finally{try{o||null==r.return||r.return()}finally{if(s)throw e}}return u}}(t,n)||Q(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.sS="arraybuffer",t.nS="json",t.rS="stream",t.I_="text"}(Ei||(Ei={}));var Ri,Oi=function(){function t(n){var r=this;this.al={},n instanceof t?n.asList().forEach((function(t){var n=Ai(t,2),i=n[0],e=n[1];r.append(i,e)})):Array.isArray(n)?n.forEach((function(t){r.append(t[0],t[1])})):n&&a.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=Ti(r),i=Di(i);var e=r.toLowerCase();if(this.al.hasOwnProperty(e)){var u=this.al[e],o=u[1];u[1]=o?o+", "+i:i}else this.al[e]=[r,i]},n.delete=function(t){var n=Ti(t).toLowerCase();delete this.al[n]},n.get=function(t){var n=Ti(t).toLowerCase();return this.al.hasOwnProperty(n)?this.al[n][1]:null},n.has=function(t){var n=Ti(t).toLowerCase();return this.al.hasOwnProperty(n)},n.set=function(t,n){var r=t,i=(r=Ti(r)).toLowerCase();this.al[i]=[r,Di(n)]},n.forEach=function(t,n){for(var r in this.al)this.al.hasOwnProperty(r)&&t.call(n,this.al[r][1],r,this)},n.asList=function(){var t=[];for(var n in this.al)if(this.al.hasOwnProperty(n)){var r=Ai(this.al[n],2),i=r[0],e=r[1];t.push([i,e])}return t},n.hS=function(){var t={};return this.forEach((function(n,r){t[r]=n})),t},n.oS=function(t){var n=this;t.forEach((function(t,r){n.append(r,t)}))},n.aS=function(t){var n=this;t.forEach((function(t,r){n.set(r,t)}))},t}();function Ti(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 Di(t){var n=t;return"string"!=typeof n&&(n=String(n)),n}!function(t){t[t.Gr=0]="Gr",t[t.Jc=1]="Jc",t[t.$c=-1]="$c"}(Ri||(Ri={}));Array.prototype.find,Array.prototype.findLast;var Ni="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},Pi="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 Ci(t,n){var r=t.indexOf(n);return-1!==r&&(Fi(t,r),!0)}function Fi(t,n){0===n?t.shift():t.splice(n,1)}function Li(t){t.length=0}Array.prototype.flat,Array.prototype.flatMap;var Ui,Wi,Mi,Hi,ji=function(){function t(){this.cl=!1,this.ll=!1,this.dl=[],this._l=[]}var n=t.prototype;return n.ul=function(){if(!this.cl&&!this.ll){this.cl=!0;for(var t=0,n=this.dl.slice();t<n.length;t++){(0,n[t])()}this.fl()}},n.fl=function(){if(!this.ll){this.ll=!0;for(var t=0,n=this._l.slice();t<n.length;t++){(0,n[t])()}Li(this.dl),Li(this._l)}},n.vl=function(t){this.ll||this.dl.push(t)},n.wl=function(t){this.ll||Ci(this.dl,t)},n.yl=function(t){this.ll||this._l.push(t)},n.Al=function(t){this.ll||Ci(this._l,t)},t}(),Bi=function(){function t(){this.Tl=new ji}var n=t.prototype;return n.Sl=function(){this.Tl.ul()},n.fl=function(){this.Tl.fl()},n.El=function(t){var n=this.Tl;if(!n.cl)if(t.cl)n.ul();else if(!n.ll&&!t.ll){var r=function(){i(),n.ul()},i=function(){t.wl(r),t.Al(i),n.wl(r),n.Al(i)};t.vl(r),t.yl(i),n.vl(r),n.yl(i)}},n.Il=function(){var n=new t,r=new t,i=n.bl,e=r.bl,u=this.Tl,o=function(){i.cl&&e.ll||e.cl&&i.ll?u.ul():i.ll&&e.ll&&u.fl()};i.vl(o),e.vl(o),i.yl(o),e.yl(o),n.El(u),r.El(u);return u.yl((function(){i.wl(o),e.wl(o),i.Al(o),e.Al(o)})),[n,r]},Z(t,[{key:"bl",get:function(){return this.Tl}}]),t}();!function(t){t.DELETE="DELETE",t.GET="GET",t.HEAD="HEAD",t.OPTIONS="OPTIONS",t.POST="POST",t.PUT="PUT"}(Ui||(Ui={})),function(t){t.R_="",t.uS="manifest",t.cS="segment",t.lS="preload-hint",t.dS="content-protection"}(Wi||(Wi={})),function(t){t.R_="",t.fS="initialization-segment",t._S="fairplay-license",t.gS="fairplay-certificate",t.vS="widevine-license",t.wS="widevine-certificate",t.mS="playready-license",t.pS="clearkey-license",t.yS="aes128-key"}(Mi||(Mi={})),function(t){t.R_="",t.g_="audio",t.__="video",t.I_="text",t.P_="image"}(Hi||(Hi={}));var Vi=function(t,n){var r,i,e,u,o,s,f,c,a,h,l,v,d=t.XT;n?(r=n.AS,i=n.bS,e=n.TS,u=n.SS,o=n.QT,s=n.kS,f=n.bl,c=n.Vd,a=n.ES,h=n.IS,l=n.PS,v=n.RS):(r=null,i={},e="GET",u=Ei.I_,o=0,s=0,c="",a="",h="",l=!1),this.XT=d,this.AS=t.AS||r,this.bS=new Oi(t.bS||i),this.TS=t.TS||e,this.SS=t.SS||u,this.QT=void 0!==t.QT?Number(t.QT)||0:o,this.kS=void 0!==t.kS?Number(t.kS)||0:s,this.bl=t.bl||f||(new Bi).bl,this.Vd=t.Vd||c,this.ES=t.ES||a,this.IS=t.IS||h,this.PS=void 0!==t.PS?Boolean(t.PS):l,this.RS=t.RS||v};var xi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];f.apply(this,n)};(xi.prototype=a.create(f.prototype)).constructor=xi;var Gi,Ki=function(t){function n(n,r){var i;return(i=t.call(this)||this).message=n||"Unknown error",i.cause=r,f.captureStackTrace&&f.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 q(n,t),Z(n,[{key:"name",get:function(){return"BaseError"}}]),n}(xi);!function(t){t.FT="HttpOpenError",t.UT="HttpResponseError",t.HT="HttpTimeoutError"}(Gi||(Gi={}));var Yi=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).qT=n,e}return q(n,t),Z(n,[{key:"VT",get:function(){return this.qT}}]),n}(Ki);var zi=function(t){function n(n,r){return t.call(this,n,function(t){return"Error while opening "+t+". Invalid URL."}(n.XT),r)}return q(n,t),Z(n,[{key:"name",get:function(){return Gi.FT}}]),n}(Yi),Xi=function(){function t(){}var n=t.prototype;return n.VT=function(t){return x.reject(new zi(new Vi(t)))},n.OF=function(t){},n.dn=function(){},t}(),Zi=function(t){function n(n){return t.call(this,"Invalid XML",n)}return q(n,t),n}(Ki),$i=function(t){function n(){var n;return(n=t.apply(this,arguments)||this).j6=new mi,n.LS=new Xi,n.i=new bi,n}return q(n,t),n.prototype.RT=function(t){throw new Zi},Z(n,[{key:"e6",get:function(){return this.j6}},{key:"Z6",get:function(){return!1}},{key:"EK",get:function(){return!1}},{key:"i5",get:function(){return!1}},{key:"XK",get:function(){return!1}},{key:"Mf",get:function(){return this.i}},{key:"s5",get:function(){return{n5:yt}}},{key:"r5",get:function(){return"default"}},{key:"h5",get:function(){return"unknown"}},{key:"AC",get:function(){return this.LS}}]),n}(Ii);!function(t){t}(new $i);var qi,Ji=function(){function t(){this.Vp=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.Vp=new y(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.Vp?this.Vp.length:0;this.ui(t);var i=(n=h).max.apply(n,tt(this.p));return i>r?i+=h.round(.1*i):i<r&&(i=h.min(r,i+h.round(.1*i))),i},n.zu=function(t){var n=this.li(t);return(this.Vp?this.Vp.length:0)!==n&&this.vr(n),this.Vp},t}(),Qi=function(t){function n(n,r){var i,e=ie[n];return(i=t.call(this,e?e.KE:"")||this).code=n,i.info=r,i.helpLink=e&&e.qu,i.helpLinkText=e&&e.ff,i}return q(n,t),Z(n,[{key:"name",get:function(){return"THEOplayerError"}}]),n}(Ki);!function(t){t.af="LICENSE_INVALID",t.oc="MANIFEST_NOT_FOUND",t.sc="MANIFEST_CORS_ERROR",t.tl="INVALID_HLS_MANIFEST",t.nl="PLAYBACK_ISSUE",t.rl="AUDIO_ISSUE",t.sl="BROWSER_SUPPORT_ISSUE",t.pl="INVALID_KEY",t.aDt="DECRYPTION_ERROR",t.gl="AD_BLOCK_DETECTED",t.kl="THEOPLAYER_NOT_INITIALIZED",t.ga="ERROR",t.ml="MANIFEST_SEQUENCE_RESET_ERROR",t.nv="PLAYER_INCORRECTLY_CONFIGURED",t.iv="UNSUPPORTED"}(qi||(qi={}));var te,ne,re=[{uI:"LICENSE_INVALID",KE:"The license for this player is invalid. Please contact your service provider for additional information."},{uI:"MANIFEST_NOT_FOUND",KE:"Could not load the manifest file."},{uI:"MANIFEST_CORS_ERROR",KE:"Could not load the manifest file. Make sure the source is set correctly and that CORS support is enabled.",qu:"https://www.theoplayer.com/documentation/cors.html",sv:!1},{uI:"INVALID_HLS_MANIFEST",KE:"The source of the player is an invalid HLS manifest.",qu:"https://developer.apple.com/library/ios/technotes/tn2288/_index.html"},{uI:"PLAYBACK_ISSUE",KE:"There appears to be a playback issue."},{uI:"AUDIO_ISSUE",KE:"There is an audio issue. Please contact your service provider with the code below for additional information."},{uI:"BROWSER_SUPPORT_ISSUE",KE:"Your browser doesn't support a feature. Try upgrading your browser or please contact your service provider referring to the code below."},{uI:"INVALID_KEY",KE:"There is an invalid key being decrypted. Please contact your service provider with the code below for additional information."},{uI:"DECRYPTION_ERROR",KE:"There is a decryption error. Please contact your service provider with the code below for additional information."},{uI:"AD_BLOCK_DETECTED",KE:"An ad blocker was detected. Please turn it off and refresh the page in order to watch this video."},{uI:"THEOPLAYER_NOT_INITIALIZED",KE:"THEOplayer hasn't been initialized yet. Please check your configuration or wait."},{uI:"ERROR",KE:"THEOplayer encountered an error. If this issue holds, please contact your service provider."},{uI:"MANIFEST_SEQUENCE_RESET_ERROR",KE:"The video stream has been reset. THEOplayer will attempt to reload the source."},{uI:"PLAYER_INCORRECTLY_CONFIGURED",KE:"The player is incorrectly configured.",qu:"https://support.theoplayer.com/hc/en-us/articles/214343065-Player-API"},{uI:"UNSUPPORTED",KE:"This browser does not allow you to watch this video. Try to update your browser or use a different browser."}],ie={};for(ne=0;ne<re.length;ne++)ie[(te=re[ne]).uI]=te;"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");var ee=["[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 se(t,n){for(var r=[],i=0;i<t.length;i+=oe)r.push(n.apply(void 0,tt(t.slice(i,i+oe))));return r.join("")}function fe(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 y(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 y(t.buffer,t.byteOffset+n,r-n)}(t,n,r))}var ce=[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,he=16;function le(t,n,r){var i=function(t,n,r,i,zi,Xi,Zi,$i,qi,Ji,Qi,te,ne,re,ie,ee){t|=0,n|=0,r|=0,i|=0,zi|=0,Xi|=0,Zi|=0,$i|=0,qi|=0,Ji|=0,Qi|=0,te|=0,ne|=0,re|=0,ie|=0,ee|=0;var ue=0,oe=0,se=0,fe=0,ce=0,ae=0,he=0,le=0,ve=0,de=0,ye=0,_e=0,we=0,pe=0,ge=0,Se=0,Ie=256,ke=1024,Ee=1280,me=1536,be=1792;32==(0|S)?(ue=Yi[Ie|t^Di]^di,oe=Yi[Ie|re^xi]^yi,se=Yi[Ie|Qi^ji]^_i,fe=Yi[Ie|$i^Wi]^wi,ce=Yi[Ie|zi^Fi]^pi,ae=Yi[Ie|n^Ni]^gi,he=Yi[Ie|ie^Gi]^Si,le=Yi[Ie|te^Bi]^Ii,ve=Yi[Ie|qi^Mi]^ki,de=Yi[Ie|Xi^Li]^Ei,ye=Yi[Ie|r^Pi]^mi,_e=Yi[Ie|ee^Ki]^bi,we=Yi[Ie|ne^Vi]^Ai,pe=Yi[Ie|Ji^Hi]^Ri,ge=Yi[Ie|Zi^Ui]^Oi,Se=Yi[Ie|i^Ci]^Ti,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Jr,oe=Yi[Ie|n]^Qr,se=Yi[Ie|r]^ti,fe=Yi[Ie|i]^ni,ce=Yi[Ie|zi]^ri,ae=Yi[Ie|Xi]^ii,he=Yi[Ie|Zi]^ei,le=Yi[Ie|$i]^ui,ve=Yi[Ie|qi]^oi,de=Yi[Ie|Ji]^si,ye=Yi[Ie|Qi]^fi,_e=Yi[Ie|te]^ci,we=Yi[Ie|ne]^ai,pe=Yi[Ie|re]^hi,ge=Yi[Ie|ie]^li,Se=Yi[Ie|ee]^vi,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Ur,oe=Yi[Ie|n]^Wr,se=Yi[Ie|r]^Mr,fe=Yi[Ie|i]^Hr,ce=Yi[Ie|zi]^jr,ae=Yi[Ie|Xi]^Br,he=Yi[Ie|Zi]^Vr,le=Yi[Ie|$i]^xr,ve=Yi[Ie|qi]^Gr,de=Yi[Ie|Ji]^Kr,ye=Yi[Ie|Qi]^Yr,_e=Yi[Ie|te]^zr,we=Yi[Ie|ne]^Xr,pe=Yi[Ie|re]^Zr,ge=Yi[Ie|ie]^$r,Se=Yi[Ie|ee]^qr,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Sr,oe=Yi[Ie|n]^Ir,se=Yi[Ie|r]^kr,fe=Yi[Ie|i]^Er,ce=Yi[Ie|zi]^mr,ae=Yi[Ie|Xi]^br,he=Yi[Ie|Zi]^Ar,le=Yi[Ie|$i]^Rr,ve=Yi[Ie|qi]^Or,de=Yi[Ie|Ji]^Tr,ye=Yi[Ie|Qi]^Dr,_e=Yi[Ie|te]^Nr,we=Yi[Ie|ne]^Pr,pe=Yi[Ie|re]^Cr,ge=Yi[Ie|ie]^Fr,Se=Yi[Ie|ee]^Lr,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^er,oe=Yi[Ie|n]^ur,se=Yi[Ie|r]^or,fe=Yi[Ie|i]^sr,ce=Yi[Ie|zi]^fr,ae=Yi[Ie|Xi]^cr,he=Yi[Ie|Zi]^ar,le=Yi[Ie|$i]^hr,ve=Yi[Ie|qi]^lr,de=Yi[Ie|Ji]^vr,ye=Yi[Ie|Qi]^dr,_e=Yi[Ie|te]^yr,we=Yi[Ie|ne]^_r,pe=Yi[Ie|re]^wr,ge=Yi[Ie|ie]^pr,Se=Yi[Ie|ee]^gr):(ue=Yi[Ie|t^Sr]^er,oe=Yi[Ie|re^Cr]^ur,se=Yi[Ie|Qi^Dr]^or,fe=Yi[Ie|$i^Rr]^sr,ce=Yi[Ie|zi^mr]^fr,ae=Yi[Ie|n^Ir]^cr,he=Yi[Ie|ie^Fr]^ar,le=Yi[Ie|te^Nr]^hr,ve=Yi[Ie|qi^Or]^lr,de=Yi[Ie|Xi^br]^vr,ye=Yi[Ie|r^kr]^dr,_e=Yi[Ie|ee^Lr]^yr,we=Yi[Ie|ne^Pr]^_r,pe=Yi[Ie|Ji^Tr]^wr,ge=Yi[Ie|Zi^Ar]^pr,Se=Yi[Ie|i^Er]^gr),t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Vn,oe=Yi[Ie|n]^xn,se=Yi[Ie|r]^Gn,fe=Yi[Ie|i]^Kn,ce=Yi[Ie|zi]^Yn,ae=Yi[Ie|Xi]^zn,he=Yi[Ie|Zi]^Xn,le=Yi[Ie|$i]^Zn,ve=Yi[Ie|qi]^$n,de=Yi[Ie|Ji]^qn,ye=Yi[Ie|Qi]^Jn,_e=Yi[Ie|te]^Qn,we=Yi[Ie|ne]^tr,pe=Yi[Ie|re]^nr,ge=Yi[Ie|ie]^rr,Se=Yi[Ie|ee]^ir,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^An,oe=Yi[Ie|n]^Rn,se=Yi[Ie|r]^On,fe=Yi[Ie|i]^Tn,ce=Yi[Ie|zi]^Dn,ae=Yi[Ie|Xi]^Nn,he=Yi[Ie|Zi]^Pn,le=Yi[Ie|$i]^Cn,ve=Yi[Ie|qi]^Fn,de=Yi[Ie|Ji]^Ln,ye=Yi[Ie|Qi]^Un,_e=Yi[Ie|te]^Wn,we=Yi[Ie|ne]^Mn,pe=Yi[Ie|re]^Hn,ge=Yi[Ie|ie]^jn,Se=Yi[Ie|ee]^Bn,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^an,oe=Yi[Ie|n]^hn,se=Yi[Ie|r]^ln,fe=Yi[Ie|i]^vn,ce=Yi[Ie|zi]^dn,ae=Yi[Ie|Xi]^yn,he=Yi[Ie|Zi]^_n,le=Yi[Ie|$i]^wn,ve=Yi[Ie|qi]^pn,de=Yi[Ie|Ji]^gn,ye=Yi[Ie|Qi]^Sn,_e=Yi[Ie|te]^In,we=Yi[Ie|ne]^kn,pe=Yi[Ie|re]^En,ge=Yi[Ie|ie]^mn,Se=Yi[Ie|ee]^bn,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^zt,oe=Yi[Ie|n]^Xt,se=Yi[Ie|r]^Zt,fe=Yi[Ie|i]^$t,ce=Yi[Ie|zi]^qt,ae=Yi[Ie|Xi]^Jt,he=Yi[Ie|Zi]^Qt,le=Yi[Ie|$i]^tn,ve=Yi[Ie|qi]^nn,de=Yi[Ie|Ji]^rn,ye=Yi[Ie|Qi]^en,_e=Yi[Ie|te]^un,we=Yi[Ie|ne]^on,pe=Yi[Ie|re]^sn,ge=Yi[Ie|ie]^fn,Se=Yi[Ie|ee]^cn,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Nt,oe=Yi[Ie|n]^Pt,se=Yi[Ie|r]^Ct,fe=Yi[Ie|i]^Ft,ce=Yi[Ie|zi]^Lt,ae=Yi[Ie|Xi]^Ut,he=Yi[Ie|Zi]^Wt,le=Yi[Ie|$i]^Mt,ve=Yi[Ie|qi]^Ht,de=Yi[Ie|Ji]^jt,ye=Yi[Ie|Qi]^Bt,_e=Yi[Ie|te]^Vt,we=Yi[Ie|ne]^xt,pe=Yi[Ie|re]^Gt,ge=Yi[Ie|ie]^Kt,Se=Yi[Ie|ee]^Yt,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^yt,oe=Yi[Ie|n]^_t,se=Yi[Ie|r]^wt,fe=Yi[Ie|i]^pt,ce=Yi[Ie|zi]^gt,ae=Yi[Ie|Xi]^St,he=Yi[Ie|Zi]^It,le=Yi[Ie|$i]^kt,ve=Yi[Ie|qi]^Et,de=Yi[Ie|Ji]^mt,ye=Yi[Ie|Qi]^bt,_e=Yi[Ie|te]^At,we=Yi[Ie|ne]^Rt,pe=Yi[Ie|re]^Ot,ge=Yi[Ie|ie]^Tt,Se=Yi[Ie|ee]^Dt,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^Q,oe=Yi[Ie|n]^tt,se=Yi[Ie|r]^nt,fe=Yi[Ie|i]^rt,ce=Yi[Ie|zi]^it,ae=Yi[Ie|Xi]^et,he=Yi[Ie|Zi]^ut,le=Yi[Ie|$i]^ot,ve=Yi[Ie|qi]^st,de=Yi[Ie|Ji]^ft,ye=Yi[Ie|Qi]^ct,_e=Yi[Ie|te]^at,we=Yi[Ie|ne]^ht,pe=Yi[Ie|re]^lt,ge=Yi[Ie|ie]^vt,Se=Yi[Ie|ee]^dt,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],ue=Yi[Ie|t]^W,oe=Yi[Ie|n]^M,se=Yi[Ie|r]^H,fe=Yi[Ie|i]^j,ce=Yi[Ie|zi]^B,ae=Yi[Ie|Xi]^V,he=Yi[Ie|Zi]^x,le=Yi[Ie|$i]^G,ve=Yi[Ie|qi]^K,de=Yi[Ie|Ji]^Y,ye=Yi[Ie|Qi]^z,_e=Yi[Ie|te]^X,we=Yi[Ie|ne]^Z,pe=Yi[Ie|re]^$,ge=Yi[Ie|ie]^q,Se=Yi[Ie|ee]^J,t=Yi[be|ue]^Yi[Ee|oe]^Yi[me|se]^Yi[ke|fe],n=Yi[ke|we]^Yi[be|pe]^Yi[Ee|ge]^Yi[me|Se],r=Yi[me|ve]^Yi[ke|de]^Yi[be|ye]^Yi[Ee|_e],i=Yi[Ee|ce]^Yi[me|ae]^Yi[ke|he]^Yi[be|le],zi=Yi[be|ce]^Yi[Ee|ae]^Yi[me|he]^Yi[ke|le],Xi=Yi[ke|ue]^Yi[be|oe]^Yi[Ee|se]^Yi[me|fe],Zi=Yi[me|we]^Yi[ke|pe]^Yi[be|ge]^Yi[Ee|Se],$i=Yi[Ee|ve]^Yi[me|de]^Yi[ke|ye]^Yi[be|_e],qi=Yi[be|ve]^Yi[Ee|de]^Yi[me|ye]^Yi[ke|_e],Ji=Yi[ke|ce]^Yi[be|ae]^Yi[Ee|he]^Yi[me|le],Qi=Yi[me|ue]^Yi[ke|oe]^Yi[be|se]^Yi[Ee|fe],te=Yi[Ee|we]^Yi[me|pe]^Yi[ke|ge]^Yi[be|Se],ne=Yi[be|we]^Yi[Ee|pe]^Yi[me|ge]^Yi[ke|Se],re=Yi[ke|ve]^Yi[be|de]^Yi[Ee|ye]^Yi[me|_e],ie=Yi[me|ce]^Yi[ke|ae]^Yi[be|he]^Yi[Ee|le],ee=Yi[Ee|ue]^Yi[me|oe]^Yi[ke|se]^Yi[be|fe],e=Yi[Ie|t]^I,u=Yi[Ie|n]^k,o=Yi[Ie|r]^E,s=Yi[Ie|i]^m,f=Yi[Ie|zi]^b,c=Yi[Ie|Xi]^A,a=Yi[Ie|Zi]^R,h=Yi[Ie|$i]^O,l=Yi[Ie|qi]^T,v=Yi[Ie|Ji]^D,d=Yi[Ie|Qi]^N,y=Yi[Ie|te]^P,_=Yi[Ie|ne]^C,w=Yi[Ie|re]^F,p=Yi[Ie|ie]^L,g=Yi[Ie|ee]^U},e=0,u=0,o=0,s=0,f=0,c=0,a=0,h=0,l=0,v=0,d=0,y=0,_=0,w=0,p=0,g=0,S=0,I=0,k=0,E=0,m=0,b=0,A=0,R=0,O=0,T=0,D=0,N=0,P=0,C=0,F=0,L=0,U=0,W=0,M=0,H=0,j=0,B=0,V=0,x=0,G=0,K=0,Y=0,z=0,X=0,Z=0,$=0,q=0,J=0,Q=0,tt=0,nt=0,rt=0,it=0,et=0,ut=0,ot=0,st=0,ft=0,ct=0,at=0,ht=0,lt=0,vt=0,dt=0,yt=0,_t=0,wt=0,pt=0,gt=0,St=0,It=0,kt=0,Et=0,mt=0,bt=0,At=0,Rt=0,Ot=0,Tt=0,Dt=0,Nt=0,Pt=0,Ct=0,Ft=0,Lt=0,Ut=0,Wt=0,Mt=0,Ht=0,jt=0,Bt=0,Vt=0,xt=0,Gt=0,Kt=0,Yt=0,zt=0,Xt=0,Zt=0,$t=0,qt=0,Jt=0,Qt=0,tn=0,nn=0,rn=0,en=0,un=0,on=0,sn=0,fn=0,cn=0,an=0,hn=0,ln=0,vn=0,dn=0,yn=0,_n=0,wn=0,pn=0,gn=0,Sn=0,In=0,kn=0,En=0,mn=0,bn=0,An=0,Rn=0,On=0,Tn=0,Dn=0,Nn=0,Pn=0,Cn=0,Fn=0,Ln=0,Un=0,Wn=0,Mn=0,Hn=0,jn=0,Bn=0,Vn=0,xn=0,Gn=0,Kn=0,Yn=0,zn=0,Xn=0,Zn=0,$n=0,qn=0,Jn=0,Qn=0,tr=0,nr=0,rr=0,ir=0,er=0,ur=0,or=0,sr=0,fr=0,cr=0,ar=0,hr=0,lr=0,vr=0,dr=0,yr=0,_r=0,wr=0,pr=0,gr=0,Sr=0,Ir=0,kr=0,Er=0,mr=0,br=0,Ar=0,Rr=0,Or=0,Tr=0,Dr=0,Nr=0,Pr=0,Cr=0,Fr=0,Lr=0,Ur=0,Wr=0,Mr=0,Hr=0,jr=0,Br=0,Vr=0,xr=0,Gr=0,Kr=0,Yr=0,zr=0,Xr=0,Zr=0,$r=0,qr=0,Jr=0,Qr=0,ti=0,ni=0,ri=0,ii=0,ei=0,ui=0,oi=0,si=0,fi=0,ci=0,ai=0,hi=0,li=0,vi=0,di=0,yi=0,_i=0,wi=0,pi=0,gi=0,Si=0,Ii=0,ki=0,Ei=0,mi=0,bi=0,Ai=0,Ri=0,Oi=0,Ti=0,Di=0,Ni=0,Pi=0,Ci=0,Fi=0,Li=0,Ui=0,Wi=0,Mi=0,Hi=0,ji=0,Bi=0,Vi=0,xi=0,Gi=0,Ki=0,Yi=new t.Uint8Array(r);return{cv:function(t,n,r,i,S,I,k,E,m,b,A,R,O,T,D,N){e=t|=0,u=n|=0,o=r|=0,s=i|=0,f=S|=0,c=I|=0,a=k|=0,h=E|=0,l=m|=0,v=b|=0,d=A|=0,y=R|=0,_=O|=0,w=T|=0,p=D|=0,g=N|=0},av:function(t,n,r,i,e,u,o,s,f,c,a,h,l,v,d,y){k=n|=0,E=r|=0,m=i|=0,b=e|=0,A=u|=0,R=o|=0,O=s|=0,T=f|=0,D=c|=0,N=a|=0,P=h|=0,C=l|=0,L=d|=0,U=y|=0,S=16,W=(I=t|=0)^Yi[0|(F=v|=0)]^1,M=k^Yi[0|L],H=E^Yi[0|U],j=m^Yi[0|C],Z=C^(K=T^(B=b^W)),q=L^(z=N^(x=R^H)),J=U^(X=P^(G=O^j)),Q=W^Yi[0|($=F^(Y=D^(V=A^M)))]^2,tt=M^Yi[0|q],nt=H^Yi[0|J],rt=j^Yi[0|Z],ht=Z^(st=K^(it=B^Q)),vt=q^(ct=z^(ut=x^nt)),dt=J^(at=X^(ot=G^rt)),yt=Q^Yi[0|(lt=$^(ft=Y^(et=V^tt)))]^4,_t=tt^Yi[0|vt],wt=nt^Yi[0|dt],pt=rt^Yi[0|ht],Rt=ht^(Et=st^(gt=it^yt)),Tt=vt^(bt=ct^(It=ut^wt)),Dt=dt^(At=at^(kt=ot^pt)),Nt=yt^Yi[0|(Ot=lt^(mt=ft^(St=et^_t)))]^8,Pt=_t^Yi[0|Tt],Ct=wt^Yi[0|Dt],Ft=pt^Yi[0|Rt],xt=Rt^(Ht=Et^(Lt=gt^Nt)),Kt=Tt^(Bt=bt^(Wt=It^Ct)),Yt=Dt^(Vt=At^(Mt=kt^Ft)),zt=Nt^Yi[0|(Gt=Ot^(jt=mt^(Ut=St^Pt)))]^16,Xt=Pt^Yi[0|Kt],Zt=Ct^Yi[0|Yt],$t=Ft^Yi[0|xt],on=xt^(nn=Ht^(qt=Lt^zt)),fn=Kt^(en=Bt^(Qt=Wt^Zt)),cn=Yt^(un=Vt^(tn=Mt^$t)),an=zt^Yi[0|(sn=Gt^(rn=jt^(Jt=Ut^Xt)))]^32,hn=Xt^Yi[0|fn],ln=Zt^Yi[0|cn],vn=$t^Yi[0|on],kn=on^(pn=nn^(dn=qt^an)),mn=fn^(Sn=en^(_n=Qt^ln)),bn=cn^(In=un^(wn=tn^vn)),An=an^Yi[0|(En=sn^(gn=rn^(yn=Jt^hn)))]^64,Rn=hn^Yi[0|mn],On=ln^Yi[0|bn],Tn=vn^Yi[0|kn],Mn=kn^(Fn=pn^(Dn=dn^An)),jn=mn^(Un=Sn^(Pn=_n^On)),Bn=bn^(Wn=In^(Cn=wn^Tn)),Vn=An^Yi[0|(Hn=En^(Ln=gn^(Nn=yn^Rn)))]^128,xn=Rn^Yi[0|jn],Gn=On^Yi[0|Bn],Kn=Tn^Yi[0|Mn],tr=Mn^($n=Fn^(Yn=Dn^Vn)),rr=jn^(Jn=Un^(Xn=Pn^Gn)),ir=Bn^(Qn=Wn^(Zn=Cn^Kn)),er=Vn^Yi[0|(nr=Hn^(qn=Ln^(zn=Nn^xn)))]^27,ur=xn^Yi[0|rr],or=Gn^Yi[0|ir],sr=Kn^Yi[0|tr],_r=tr^(lr=$n^(fr=Yn^er)),pr=rr^(dr=Jn^(ar=Xn^or)),gr=ir^(yr=Qn^(hr=Zn^sr)),Sr=er^Yi[0|(wr=nr^(vr=qn^(cr=zn^ur)))]^54,Ir=ur^Yi[0|pr],kr=or^Yi[0|gr],Er=sr^Yi[0|_r],Pr=_r^(Or=lr^(mr=fr^Sr)),Cr=wr^(Tr=vr^(br=cr^Ir)),Fr=pr^(Dr=dr^(Ar=ar^kr)),Lr=gr^(Nr=yr^(Rr=hr^Er))},lv:function(t,n){n|=0;var r=0,S=0,I=0,k=0,E=0,m=0,b=0,A=0,R=0,O=0,T=0,D=0,N=0,P=0,C=0,F=0,L=0;if(15&(t|=0))return-1;for(r=e,S=u,I=o,k=s,E=f,m=c,b=a,A=h,R=l,O=v,T=d,D=y,N=_,P=w,C=p,F=g;(0|n)>=16;)i(0|Yi[t],0|Yi[1|t],0|Yi[2|t],0|Yi[3|t],0|Yi[4|t],0|Yi[5|t],0|Yi[6|t],0|Yi[7|t],0|Yi[8|t],0|Yi[9|t],0|Yi[10|t],0|Yi[11|t],0|Yi[12|t],0|Yi[13|t],0|Yi[14|t],0|Yi[15|t]),e^=r,r=0|Yi[t],u^=S,S=0|Yi[1|t],o^=I,I=0|Yi[2|t],s^=k,k=0|Yi[3|t],f^=E,E=0|Yi[4|t],c^=m,m=0|Yi[5|t],a^=b,b=0|Yi[6|t],h^=A,A=0|Yi[7|t],l^=R,R=0|Yi[8|t],v^=O,O=0|Yi[9|t],d^=T,T=0|Yi[10|t],y^=D,D=0|Yi[11|t],_^=N,N=0|Yi[12|t],w^=P,P=0|Yi[13|t],p^=C,C=0|Yi[14|t],g^=F,F=0|Yi[15|t],Yi[t]=e,Yi[1|t]=u,Yi[2|t]=o,Yi[3|t]=s,Yi[4|t]=f,Yi[5|t]=c,Yi[6|t]=a,Yi[7|t]=h,Yi[8|t]=l,Yi[9|t]=v,Yi[10|t]=d,Yi[11|t]=y,Yi[12|t]=_,Yi[13|t]=w,Yi[14|t]=p,Yi[15|t]=g,t=t+16|0,n=n-16|0,L=L+16|0;return e=r,u=S,o=I,s=k,f=E,c=m,a=b,h=A,l=R,v=O,d=T,y=D,_=N,w=P,p=C,g=F,0|L}}}function ve(t){return new y(t).set(ce),le({Uint8Array:y},0,t)}var de=new y(1048576),ye=function(){function t(t){if(this.dv=!0,this.Xft=ae,this.gv=0,this.kv=null,this.jv=new Ji,this.nd=new Ji,this.sd=new Ji,(t=t||{}).ad=t.ad||4096,t.ad<=0||t.ad%4096)throw new Qi(qi.aDt,{code:"CAD1409"});this.gd=t.gd||new y(t.ad),this.Ad=t.Ad||ve(this.gd.buffer),this.Gn(t)}var n=t.prototype;return n.ty=function(t){var n=t.ny;this.kv=null,this.Xft=ae,this.gv=0;var r=new y(16);return n&&(n.length>16&&(n=fe(n,0,16)),r.set(n,16-n.length),this.Ad.av(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.hy=function(t){var n=new y(he);t&&(t.length>he&&(t=fe(t,0,he)),n.set(t,he-t.length)),this.Ad.cv(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.Gn=function(t){t=t||{},this.ty(t);var n=t.dv;return this.dv=void 0===n||!!n,this.hy(t._bt),this},n.ky=function(t,n,r,i,e){var u=t.byteLength-n,o=u<e?u:e;return t.set(new y(r.buffer||r,i,o),n),o},n.my=function(t){for(var n=t.byteOffset||0,r=t.byteLength||t.length||0,i=this.Ad,e=this.gd,u=this.dv,o=this.Xft,s=this.gv,f=0,c=he*h.floor((s+r)/he),a=0,l=this.jv.zu(c);r>0;)s+=a=this.ky(e,o+s,t,n,r),n+=a,r-=a,a=i.lv(o,s-(u&&0===r&&s%he==0?he:0)),l.set(e.subarray(o,o+a),f),f+=a,a<s?(o+=a,s-=a):(o=ae,s=0);return this.kv=l.subarray(0,f),this.Xft=o,this.gv=s,this},n.tw=function(){var t,n=this.Ad,r=this.gd,i=this.dv,e=this.Xft,u=this.gv,o=this.nd.zu(u);if(0===u){if(i)throw new Qi(qi.aDt,{code:"DAC1559"});return this.kv=new y(0),this.Xft=ae,this.gv=0,this}if(u%he!=0)throw new Qi(qi.aDt,{code:"DAC1563"});return u>0&&(n.lv(e,u),o.set(r.subarray(e,e+u))),i&&(t=o[u-1],o=o.subarray(0,u-t)),this.kv=o.subarray(0,u),this.Xft=ae,this.gv=0,this},n.wEt=function(t){var n=this.my(t).kv,r=this.tw().kv,i=n.length+r.length,e=this.sd.zu(i);return e.set(n),r.length>0&&e.set(r,n.length),this.kv=e.subarray(0,i),this},t}(),_e=new ye({gd:de,Ad:ve(de.buffer)});var we,pe,ge,Se=self;function Ie(t,n){return void 0===we&&(we=function(){var t=new y(1);try{return Se.postMessage(t,[t.buffer]),0===t.byteLength}catch(t){return!1}}()),n&&we?Se.postMessage(t,n):Se.postMessage(t)}!function(t){t.nDt="wEt",t.rDt="qEt"}(pe||(pe={})),function(t){t.hDt="oDt",t.aDt="uDt"}(ge||(ge={}));var ke=self;function Ee(t,n,r){n={},r||(r="DAW0008"),ke.postMessage({bDt:ge.aDt,ADt:t,rw:n.message||r,sw:n.name,kw:n.stack,up:JSON.stringify(n)})}var me,be=[];function Ae(t){for(var n=0;n<be.length;n++){if(be[n].vDt===t)return void Fi(be,n)}}function Re(){be.length?me||(me=e(Oe,0)):(u(me),me=void 0)}function Oe(){me&&(u(me),me=void 0),be.length&&function(t){var n,r=t.gDt,i=t.vDt,e=t.wDt,u=t.mDt,o=t.pDt;try{if(r===pe.nDt){try{n=function(t,n,r,i){if(void 0===t)throw new Qi(qi.aDt,{code:"CAD1600"});if(void 0===n)throw new Qi(qi.pl,{code:"CAD1603"});return _e.Gn({ny:n,dv:r,_bt:i}).wEt(t).kv}(e,u,!0,o)}catch(t){return Ee(i,t,"DAW0033")}try{return Ie({bDt:ge.hDt,ADt:i,TDt:n},[n.buffer])}catch(t){return Ee(i,t,"DAW0038")}}throw new Qi(qi.nl,{code:"DAW0042"})}catch(t){return Ee(i,t,"DAW0045")}}(be.shift()),Re()}ke.addEventListener("message",(function(t){var n=t.data;if(n.gDt===pe.rDt)!function(t){for(var n=0;n<t.length;n++)Ae(t[n])}(n.tg);else!function(t){be.push(t)}(n);Re()}),!1),ke.postMessage({sDt:"6.2.0"})}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof s?s:"undefined"!=typeof global?global:this);
|