@theoplayer/extended 7.0.0 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THEOplayer.chromeless.d.ts +1 -1
- package/THEOplayer.chromeless.esm.js +2 -2
- package/THEOplayer.chromeless.js +3 -3
- package/THEOplayer.common.d.ts +0 -1
- package/THEOplayer.common.esm.js +3 -3
- package/THEOplayer.d.ts +1 -1
- package/THEOplayer.esm.js +3 -3
- package/THEOplayer.js +3 -3
- package/THEOplayer.transmux.asmjs.js +3 -3
- package/THEOplayer.transmux.js +3 -3
- package/package.json +1 -1
- package/theoplayer.d.js +3 -3
package/theoplayer.d.js
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
THEOplayer is based on patented technology developed by
|
|
26
26
|
THEO Technologies (https://www.theoplayer.com).
|
|
27
27
|
|
|
28
|
-
Version: 7.
|
|
29
|
-
Created: 2024-04-
|
|
28
|
+
Version: 7.1.1
|
|
29
|
+
Created: 2024-04-15T14:33:00.268Z
|
|
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.M3t=!1,this.iut=void 0,this.U3t=[],b(t,this)}function S(t,n){for(;3===t.Pa;)t=t.iut;0!==t.Pa?(t.M3t=!0,g.F3t((function(){var r=1===t.Pa?n.onFulfilled:n.onRejected;if(null!==r){var i;try{i=r(t.iut)}catch(t){return void k(n.promise,t)}I(n.promise,i)}else(1===t.Pa?I:k)(n.promise,t.iut)}))):t.U3t.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.iut=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.iut=n,E(t)}catch(n){k(t,n)}}function k(t,n){t.Pa=2,t.iut=n,E(t)}function E(t){2===t.Pa&&0===t.U3t.length&&g.F3t((function(){t.M3t||g.H3t(t.iut)}));for(var n=0,r=t.U3t.length;n<r;n++)S(t,t.U3t[n]);t.U3t=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.F3t="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){_(t,0)},g.H3t=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var A=function(){var t=self.Promise;if(void 0!==t)try{if(-1!==t.toString().indexOf("[native code]"))return t}catch(t){}}(),R=i?i.userAgent:"",O=R.match(/Firefox\/([0-9]+)/i),T=null!=O,D=O?Number(O[1]):0,N=R.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),P=null!=N,C=N?Number(N[3]):0,F=function(){function t(t){this.QC=0,this.ud=0,this.Hx=[],this.V3t=t}return t.prototype.X3t=function(t){var n=this.length();this.z3t(n+1);var r=this.ud+n&this.V3t-1;this.Hx[r]=t,this.QC=n+1},t.prototype.push=function(t){var n=this.length()+1;if(this.V3t<n)this.X3t(t);else{var r=this.ud+n-1,i=this.V3t-1;this.Hx[r&i]=t,this.QC=n}},t.prototype.shift=function(){var t=this.ud,n=this.Hx[t];return this.Hx[t]=void 0,this.ud=t+1&this.V3t-1,this.QC--,n},t.prototype.length=function(){return this.QC},t.prototype.z3t=function(t){this.V3t<t&&this.W3t(this.V3t<<1)},t.prototype.W3t=function(t){var n=this.V3t;this.V3t=t;var r=this.ud+this.QC&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.Hx,0,n,r)},t}();var L="unhandledrejection",U=self.PromiseRejectionEvent,W=self.CustomEvent;function M(t){return new U(L,{reason:t,promise:A.reject(t).catch((function(){})),cancelable:!0})}function H(t){var n=new W(L,{detail:{reason:t},cancelable:!0});return a.defineProperty(n,"reason",{value:t}),n}function j(t){var n=r.createEvent("CustomEvent");return n.initCustomEvent(L,!1,!0,{reason:t}),n}var B,V,x,G,K,Y,z,X,Z,$=function(t){return $=function(){try{var t=A.resolve(),n="error",r=new U(L,{reason:n,promise:t});return L===r.type&&n===r.reason}catch(t){}return!1}()?M:function(){try{var t="error",n=new W(L,{detail:{reason:t}});return L===n.type&&t===n.detail.reason}catch(t){}return!1}()?H:j,$(t)};function q(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 J(t,n,r){return n&&q(t.prototype,n),r&&q(t,r),t}function Q(t,n){return Q=a.setPrototypeOf||function(t,n){return t.__proto__=n,t},Q(t,n)}function tt(t,n){if("function"!=typeof n&&null!==n)throw new c("Super expression must either be null or a function");t.prototype=a.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&Q(t,n)}function nt(t,n){(null==n||n>t.length)&&(n=t.length);for(var r=0,i=new Array(n);r<n;r++)i[r]=t[r];return i}function rt(t,n){if(t){if("string"==typeof t)return nt(t,n);var r=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)?nt(t,n):void 0}}function it(t){return function(t){if(Array.isArray(t))return nt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||rt(t)||function(){throw new c("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}A&&!(T&&D<60||P&&C<15)?V=A:(V=g,z=null!==(B=function(){var t=self.queueMicrotask;if("function"==typeof t)return function(n){return t(n)};var n=A;if(n&&"function"==typeof n.resolve){var r=n.resolve();return function(t){return r.then(t)}}}())&&void 0!==B?B:g.F3t,x=z,G=new F(16),K=!1,(X={A$:function(t){G.push(t),K||(K=!0,x(Y))},EV:Y=function(){for(;G.length()>0;)G.shift()();K=!1}}).EV,g.F3t=X.A$,g.H3t=function(t){try{var n=$(t);if(!self.dispatchEvent(n)||n.defaultPrevented)return}catch(t){}e((function(){throw new f("Unhandled promise rejection: ".concat(t))}),0)}),function(t){t.SR="web",t.kR="android",t.ER="android-tv",t.IR="ios",t.RR="tvos",t.PR="chromecast",t.xR="theoliveweb"}(Z||(Z={}));var et=i?i.userAgent:"",ut=et.match(/chrome\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),ot=et.match(/Edg\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),st=et.match(/Android ([0-9\.]+)/i),ft=et.match(/Windows NT ([0-9\.]+)/i),ct=et.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),at=et.match(/Firefox\/([0-9\.]+)/i),ht=et.match(/OPR\/(\d+\.\d+)/i),lt=et.match(/Tizen ([0-9\.]+)/i),vt=et.match(/(iPhone OS|iPad OS|iPod OS|Mac OS X) (\d+)_(\d+)_?(\d+)?/),dt=function(){function t(){this.NR=Boolean("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch||i&&i.msMaxTouchPoints),this.LR=/(mac\sos\sx)\s?([\w\s\.]+\w)*/i.test(et)||/(macintosh|mac(?=_powerpc)\s)/i.test(et),this.MR=/Windows NT/i.test(et),this.UR=ft?v(ft[1]):0,this.WR=/Android/i.test(et),this.zR=st?v(st[1]):0,this.GR=/windows phone (8|8\.1)/i.test(et),this.KR=/iPhone/i.test(et),this.YR=/iPad/i.test(et),this.JR=this.LR&&this.NR&&!this.YR,this.tP=/iPod/i.test(et),this.uP=/Mobile Safari/i.test(et),this.hP=/EOS\d*STB/i.test(et),this.oP=/APP\d*STB/i.test(et),this.iP=(this.KR||this.YR||this.JR||this.tP)&&!this.GR,this.nP=vt?v(vt[2]):0,this.cP=this.GR||this.iP||this.WR||this.uP,this.dP=/CriOS/i.test(et),this._P=Boolean(self.chrome&&/google/i.test(i.vendor))||this.dP,this.mP=this._P&&/Edg\//i.test(i.userAgent),this.yP=ot?l(ot[1],10):0,this.fC=Boolean(self.chrome||/Chrome/i.test(et)||/CriOS/i.test(et)),this.vP=ut?l(ut[1],10):0,this.bP=/SMART-TV.*Tizen/i.test(et),this.SP=lt?v(lt[1]):0,this.EP=/webos|web0s/i.test(et),this.RP=/VIZIO/i.test(et),this.CP=/Edge\/\d+/i.test(et),this.NP=/Trident/i.test(et),this.BP=this.NP&&!self.ActiveXObject&&"ActiveXObject"in self,this.OP=/Vivaldi/i.test(et),this.FP=/Firefox/i.test(et)&&!/Seamonkey/i.test(et),this.HP=at?v(at[1]):0,this.WP=/Safari/i.test(et)&&!/Chrome/i.test(et)&&!this.GR&&!this.bP,this.zP=ct?v(ct[2]):0,this.GP=Boolean(ht),this.KP=ht?v(ht[1]):0,this.YP=/CrKey/.test(et),this.JP=/\b(tv|smart-tv|smarttv|appletv|crkey|googletv|hbbtv|pov_tv|roku|viera|nettv|philipstv|vizio)\b/i.test(et),this.eC="web"===Z.ER,this.sC="web"===Z.kR,this.rC=this.sC||this.eC,this.oC="web"===Z.IR,this.uC="web"===Z.RR,this.lC="web"===Z.PR}return J(t,[{key:"Ye",get:function(){return this.NR}},{key:"DR",get:function(){return this.LR}},{key:"OR",get:function(){return this.MR}},{key:"FR",get:function(){return this.UR}},{key:"HR",get:function(){return this.WR}},{key:"qR",get:function(){return this.zR}},{key:"XR",get:function(){return this.GR}},{key:"QR",get:function(){return this.KR}},{key:"jR",get:function(){return this.YR}},{key:"ZR",get:function(){return this.JR}},{key:"$R",get:function(){return this.tP}},{key:"eP",get:function(){return this.iP}},{key:"sP",get:function(){return this.nP}},{key:"rP",get:function(){return this.hP||this.oP}},{key:"aP",get:function(){return this.uP}},{key:"Ks",get:function(){return this.cP}},{key:"lP",get:function(){return this.dP}},{key:"fP",get:function(){return this._P}},{key:"gP",get:function(){return this.vP}},{key:"wP",get:function(){return this.mP}},{key:"pP",get:function(){return this.yP}},{key:"AP",get:function(){return this.bP}},{key:"TP",get:function(){return this.SP}},{key:"kP",get:function(){return this.EP}},{key:"IP",get:function(){return this.RP}},{key:"PP",get:function(){return this.CP}},{key:"xP",get:function(){return this.NP}},{key:"DP",get:function(){return this.BP}},{key:"LP",get:function(){return this.OP}},{key:"MP",get:function(){return this.FP}},{key:"UP",get:function(){return this.HP}},{key:"VP",get:function(){return this.WP}},{key:"qP",get:function(){return this.zP}},{key:"XP",get:function(){return this.GP}},{key:"QP",get:function(){return this.KP}},{key:"jP",get:function(){return this.YP}},{key:"ZP",get:function(){return this.JP}},{key:"$P",get:function(){return!(!this.kP&&!this.AP)&&this.gP<=56}},{key:"tC",get:function(){return this.eC}},{key:"iC",get:function(){return this.sC}},{key:"nC",get:function(){return this.rC}},{key:"hC",get:function(){return this.oC}},{key:"aC",get:function(){return this.uC}},{key:"cC",get:function(){return this.lC}},{key:"dC",get:function(){return this.fC}}]),t}();dt._C=new dt;var yt=dt._C,_t={}.toString;function wt(t){return null!=t}Array.isArray;function pt(t){return"object"==typeof t&&null!==t}function gt(t){return function(t){return"function"==typeof t}(t)||pt(t)}var St=function(){},It=!(yt.xP&&!yt.DP),kt=self.console;function Et(t){if(pt(t))try{return JSON.stringify(t)}catch(t){}return t}function mt(t){return t.map(Et).join(" ")}function bt(t){var n=kt&&kt[t];return n?n.bind&&It?n.bind(kt):function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];kt[t](mt(r))}:void 0}var At=bt("log")||St,Rt=bt("warn")||At.bind(void 0,"WARNING:"),Ot=bt("error")||At.bind(void 0,"ERROR:"),Tt=function(){var t=kt&&kt.assert;return t?t.bind&&It?t.bind(kt):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];kt.assert(t,mt(r))}:function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];t||Ot.apply(void 0,["Assertion failed:"].concat(it(r)))}}(),Dt=null;try{Dt=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(x){}function Nt(t,n,r){this.low=0|t,this.high=0|n,this.unsigned=!!r}function Pt(t){return!0===(t&&t.Ry)}function Ct(t){var n=h.clz32(t&-t);return t?31-n:n}Nt.prototype.Ry,a.defineProperty(Nt.prototype,"Ry",{value:!0}),Nt.isLong=Pt;var Ft={},Lt={};function Ut(t,n){var r,i,e;return n?(e=0<=(t>>>=0)&&t<256)&&(i=Lt[t])?i:(r=Mt(t,0,!0),e&&(Lt[t]=r),r):(e=-128<=(t|=0)&&t<128)&&(i=Ft[t])?i:(r=Mt(t,t<0?-1:0,!1),e&&(Ft[t]=r),r)}function Wt(t,n){if(d(t))return n?zt:Yt;if(n){if(t<0)return zt;if(t>=xt)return Jt}else{if(t<=-Gt)return Qt;if(t+1>=Gt)return qt}return t<0?Wt(-t,n).neg():Mt(t%Vt|0,t/Vt|0,n)}function Mt(t,n,r){return new Nt(t,n,r)}Nt.fromInt=Ut,Nt.fromNumber=Wt,Nt.fromBits=Mt;var Ht=h.pow;function jt(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?zt:Yt;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 jt(t.substring(1),n,r).neg();for(var e=Wt(Ht(r,8)),u=Yt,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=Wt(Ht(r,s));u=u.mul(a).add(Wt(c))}else u=(u=u.mul(e)).add(Wt(c))}return u.unsigned=n,u}function Bt(t,n){return"number"==typeof t?Wt(t,n):"string"==typeof t?jt(t,n):Mt(t.low,t.high,"boolean"==typeof n?n:t.unsigned)}Nt.fromString=jt,Nt.fromValue=Bt;var Vt=4294967296,xt=Vt*Vt,Gt=xt/2,Kt=Ut(1<<24),Yt=Ut(0);Nt.ZERO=Yt;var zt=Ut(0,!0);Nt.UZERO=zt;var Xt=Ut(1);Nt.ONE=Xt;var Zt=Ut(1,!0);Nt.UONE=Zt;var $t=Ut(-1);Nt.NEG_ONE=$t;var qt=Mt(-1,2147483647,!1);Nt.MAX_VALUE=qt;var Jt=Mt(-1,-1,!0);Nt.MAX_UNSIGNED_VALUE=Jt;var Qt=Mt(0,-2147483648,!1);Nt.MIN_VALUE=Qt;var tn=Nt.prototype;tn.toInt=function(){return this.unsigned?this.low>>>0:this.low},tn.toNumber=function(){return this.unsigned?(this.high>>>0)*Vt+(this.low>>>0):this.high*Vt+(this.low>>>0)},tn.toString=function(t){if((t=t||10)<2||36<t)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(Qt)){var n=Wt(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=Wt(Ht(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}},tn.getHighBits=function(){return this.high},tn.getHighBitsUnsigned=function(){return this.high>>>0},tn.getLowBits=function(){return this.low},tn.getLowBitsUnsigned=function(){return this.low>>>0},tn.getNumBitsAbs=function(){if(this.isNegative())return this.eq(Qt)?64:this.neg().getNumBitsAbs();for(var t=0!=this.high?this.high:this.low,n=31;n>0&&0==(t&1<<n);n--);return 0!=this.high?n+33:n+1},tn.isZero=function(){return 0===this.high&&0===this.low},tn.eqz=tn.isZero,tn.isNegative=function(){return!this.unsigned&&this.high<0},tn.isPositive=function(){return this.unsigned||this.high>=0},tn.isOdd=function(){return 1==(1&this.low)},tn.isEven=function(){return 0==(1&this.low)},tn.equals=function(t){return Pt(t)||(t=Bt(t)),(this.unsigned===t.unsigned||this.high>>>31!=1||t.high>>>31!=1)&&(this.high===t.high&&this.low===t.low)},tn.eq=tn.equals,tn.notEquals=function(t){return!this.eq(t)},tn.neq=tn.notEquals,tn.ne=tn.notEquals,tn.lessThan=function(t){return this.comp(t)<0},tn.lt=tn.lessThan,tn.lessThanOrEqual=function(t){return this.comp(t)<=0},tn.lte=tn.lessThanOrEqual,tn.le=tn.lessThanOrEqual,tn.greaterThan=function(t){return this.comp(t)>0},tn.gt=tn.greaterThan,tn.greaterThanOrEqual=function(t){return this.comp(t)>=0},tn.gte=tn.greaterThanOrEqual,tn.ge=tn.greaterThanOrEqual,tn.compare=function(t){if(Pt(t)||(t=Bt(t)),this.eq(t))return 0;var n=this.isNegative(),r=t.isNegative();return n&&!r?-1:!n&&r?1:this.unsigned?t.high>>>0>this.high>>>0||t.high===this.high&&t.low>>>0>this.low>>>0?-1:1:this.sub(t).isNegative()?-1:1},tn.comp=tn.compare,tn.negate=function(){return!this.unsigned&&this.eq(Qt)?Qt:this.not().add(Xt)},tn.neg=tn.negate,tn.add=function(t){Pt(t)||(t=Bt(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,Mt((a&=65535)<<16|(h&=65535),(f&=65535)<<16|(c&=65535),this.unsigned)},tn.subtract=function(t){return Pt(t)||(t=Bt(t)),this.add(t.neg())},tn.sub=tn.subtract,tn.multiply=function(t){if(this.isZero())return this;if(Pt(t)||(t=Bt(t)),Dt)return Mt(Dt.mul(this.low,this.high,t.low,t.high),Dt.get_high(),this.unsigned);if(t.isZero())return this.unsigned?zt:Yt;if(this.eq(Qt))return t.isOdd()?Qt:Yt;if(t.eq(Qt))return this.isOdd()?Qt:Yt;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(Kt)&&t.lt(Kt))return Wt(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,Mt((h&=65535)<<16|(l&=65535),(c&=65535)<<16|(a&=65535),this.unsigned)},tn.mul=tn.multiply,tn.divide=function(t){if(Pt(t)||(t=Bt(t)),t.isZero())throw f("division by zero");var n,r,i;if(Dt)return this.unsigned||-2147483648!==this.high||-1!==t.low||-1!==t.high?Mt((this.unsigned?Dt.div_u:Dt.div_s)(this.low,this.high,t.low,t.high),Dt.get_high(),this.unsigned):this;if(this.isZero())return this.unsigned?zt:Yt;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return zt;if(t.gt(this.shru(1)))return Zt;i=zt}else{if(this.eq(Qt))return t.eq(Xt)||t.eq($t)?Qt:t.eq(Qt)?Xt:(n=this.shr(1).div(t).shl(1)).eq(Yt)?t.isNegative()?Xt:$t:(r=this.sub(t.mul(n)),i=n.add(r.div(t)));if(t.eq(Qt))return this.unsigned?zt:Yt;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=Yt}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:Ht(2,e-48),o=Wt(n),s=o.mul(t);s.isNegative()||s.gt(r);)s=(o=Wt(n-=u,this.unsigned)).mul(t);o.isZero()&&(o=Xt),i=i.add(o),r=r.sub(s)}return i},tn.div=tn.divide,tn.modulo=function(t){return Pt(t)||(t=Bt(t)),Dt?Mt((this.unsigned?Dt.rem_u:Dt.rem_s)(this.low,this.high,t.low,t.high),Dt.get_high(),this.unsigned):this.sub(this.div(t).mul(t))},tn.mod=tn.modulo,tn.rem=tn.modulo,tn.not=function(){return Mt(~this.low,~this.high,this.unsigned)},tn.countLeadingZeros=function(){return this.high?h.clz32(this.high):h.clz32(this.low)+32},tn.clz=tn.countLeadingZeros,tn.countTrailingZeros=function(){return this.low?Ct(this.low):Ct(this.high)+32},tn.ctz=tn.countTrailingZeros,tn.and=function(t){return Pt(t)||(t=Bt(t)),Mt(this.low&t.low,this.high&t.high,this.unsigned)},tn.or=function(t){return Pt(t)||(t=Bt(t)),Mt(this.low|t.low,this.high|t.high,this.unsigned)},tn.xor=function(t){return Pt(t)||(t=Bt(t)),Mt(this.low^t.low,this.high^t.high,this.unsigned)},tn.shiftLeft=function(t){return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Mt(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):Mt(0,this.low<<t-32,this.unsigned)},tn.shl=tn.shiftLeft,tn.shiftRight=function(t){return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Mt(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):Mt(this.high>>t-32,this.high>=0?0:-1,this.unsigned)},tn.shr=tn.shiftRight,tn.shiftRightUnsigned=function(t){return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Mt(this.low>>>t|this.high<<32-t,this.high>>>t,this.unsigned):Mt(32===t?this.high:this.high>>>t-32,0,this.unsigned)},tn.shru=tn.shiftRightUnsigned,tn.shr_u=tn.shiftRightUnsigned,tn.rotateLeft=function(t){var n;return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Mt(this.high,this.low,this.unsigned):t<32?(n=32-t,Mt(this.low<<t|this.high>>>n,this.high<<t|this.low>>>n,this.unsigned)):(n=32-(t-=32),Mt(this.high<<t|this.low>>>n,this.low<<t|this.high>>>n,this.unsigned))},tn.rotl=tn.rotateLeft,tn.rotateRight=function(t){var n;return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Mt(this.high,this.low,this.unsigned):t<32?(n=32-t,Mt(this.high<<n|this.low>>>t,this.low<<n|this.high>>>t,this.unsigned)):(n=32-(t-=32),Mt(this.low<<n|this.high>>>t,this.high<<n|this.low>>>t,this.unsigned))},tn.rotr=tn.rotateRight,tn.toSigned=function(){return this.unsigned?Mt(this.low,this.high,!1):this},tn.toUnsigned=function(){return this.unsigned?this:Mt(this.low,this.high,!0)},tn.toBytes=function(t){return t?this.toBytesLE():this.toBytesBE()},tn.toBytesLE=function(){var t=this.high,n=this.low;return[255&n,n>>>8&255,n>>>16&255,n>>>24,255&t,t>>>8&255,t>>>16&255,t>>>24]},tn.toBytesBE=function(){var t=this.high,n=this.low;return[t>>>24,t>>>16&255,t>>>8&255,255&t,n>>>24,n>>>16&255,n>>>8&255,255&n]},Nt.fromBytes=function(t,n,r){return r?Nt.fromBytesLE(t,n):Nt.fromBytesBE(t,n)},Nt.fromBytesLE=function(t,n){return new Nt(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,n)},Nt.fromBytesBE=function(t,n){return new Nt(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],n)};var nn=Nt;h.pow(2,-52);function rn(){return Date.now()||(new Date).getTime()}nn.fromNumber(9007199254740991);function en(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),a.defineProperty(t,i.key,i)}}function un(t,n){var r=function(t,n){var r=t.length;if(r<=1)return t;for(var i=new Array(r),e=1;e<r;e*=2){on(t,n,e,i);var u=t;t=i,i=u}return t}(t,n);return r!==t&&on(r,null,t.length,t),t}function on(t,n,r,i){var e,u,o,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 sn=/[a-zA-Z]/,fn=/[0-9]/,cn=/[0-9a-fA-F]/,an=/^0x/i,hn=/^[0-9]+$/,ln=/^[0-9a-fA-F]+$/,vn=/^[0-7]+$/,dn=a.prototype.toString,yn=Array.isArray||function(t){return"[object Array]"===dn.call(t)},_n="undefined"!=typeof Symbol&&"symbol"==typeof Symbol.iterator;function wn(t){return yn(t)?t:Array.from(t)}function pn(t,n,r){var i=t[n];t[n]=t[r],t[r]=i}function gn(t){return t>=65&&t<=90}function Sn(t){return gn(t)||function(t){return t>=97&&t<=122}(t)}function In(t){return t>=48&&t<=57}function kn(t){return In(t)||Sn(t)}function En(t){return In(t)||t>=65&&t<=70||t>=97&&t<=102}function mn(t){return gn(t)?t+32:t}function bn(t){return In(t)?t-48:t>=65&&t<=70?t-65+10:t>=97&&t<=102?t-97+10:-1}function An(t,n){return void 0===n&&(n=!1),0<=t&&t<=9?t+48:10<=t&&t<=15?t+(n?87:55):-1}var Rn=h.min,On=String.fromCharCode,Tn=16384;function Dn(t){for(var n=t.length,r=[],i=0;i<n;i+=Tn){var e=Rn(i+Tn,n);r.push(On.apply(null,t.slice(i,e)))}return r.join("")}var Nn=2147483647,Pn=/[^\0-\x7E]/,Cn=/[\x2E\u3002\uFF0E\uFF61]/g,Fn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Ln=h.floor,Un=String.fromCharCode;function Wn(t){throw new RangeError(Fn[t])}function Mn(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 Hn,jn,Bn,Vn=function(t,n){return t+22+75*(t<26)-((0!=n)<<5)},xn=function(t,n,r){var i=0;for(t=r?Ln(t/700):t>>1,t+=Ln(t/n);t>455;i+=36)t=Ln(t/35);return Ln(i+36*t/(t+38))},Gn=function(t){return function(t,n){var r=t.split("@"),i="";r.length>1&&(i=r[0]+"@",t=r[1]);var e=function(t,n){for(var r=[],i=t.length;i--;)r[i]=n(t[i]);return r}((t=t.replace(Cn,".")).split("."),n).join(".");return i+e}(t,(function(t){return Pn.test(t)?"xn--"+function(t){for(var n=[],r=(t=Mn(t)).length,i=128,e=0,u=72,o=0,s=t;o<s.length;o++){var f=s[o];f<128&&n.push(Un(f))}var c=n.length,a=c;for(c&&n.push("-");a<r;){for(var h=Nn,l=0,v=t;l<v.length;l++){var d=v[l];d>=i&&d<h&&(h=d)}var y=a+1;h-i>Ln((Nn-e)/y)&&Wn("overflow"),e+=(h-i)*y,i=h;for(var _=0,w=t;_<w.length;_++){var p=w[_];if(p<i&&++e>Nn&&Wn("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(Un(Vn(I+k%E,0))),g=Ln(k/E)}n.push(Un(Vn(g,0))),u=xn(e,y,a==c),e=0,++a}}++e,++i}return n.join("")}(t):t}))};function Kn(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 Dn(n)}function Yn(t){if(t>=55296&&t<=57343)throw new f("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function zn(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)?(Yn(t),n.push(t>>12&15|224),n.push(zn(t,6))):0==(4292870144&t)&&(n.push(t>>18&7|240),n.push(zn(t,12)),n.push(zn(t,6))),n.push(63&t|128)):n.push(t)}function Zn(t){for(var n=[],r=0;r<t.length;r++){Xn(t[r],n)}return n}function $n(){if(Bn>=jn)throw new f("Invalid byte index");var t=255&Hn[Bn];if(Bn++,128==(192&t))return 63&t;throw new f("Invalid continuation byte")}function qn(){var t,n;if(Bn>jn)throw new f("Invalid byte index");if(Bn===jn)return!1;if(t=255&Hn[Bn],Bn++,0==(128&t))return t;if(192==(224&t)){if((n=(31&t)<<6|$n())>=128)return n;throw new f("Invalid continuation byte")}if(224==(240&t)){if((n=(15&t)<<12|$n()<<6|$n())>=2048)return Yn(n),n;throw new f("Invalid continuation byte")}if(240==(248&t)&&(n=(7&t)<<18|$n()<<12|$n()<<6|$n())>=65536&&n<=1114111)return n;throw new f("Invalid UTF-8 detected")}function Jn(t){return[37,An(t>>4),An(15&t)]}function Qn(t){return function(t){return t>=0&&t<=31}(t)||t>126}function tr(t){return Qn(t)||32===t||34===t||60===t||62===t||96===t}function nr(t){return tr(t)||35===t||63===t||123===t||125===t}function rr(t){return nr(t)||47===t||58===t||59===t||61===t||64===t||t>=91&&t<=94||124===t}function ir(t){return t<33||t>126||34===t||35===t||60===t||62===t}function er(t){return ir(t)||39===t}function ur(t,n){if(!n(t))return[t];for(var r=Zn([t]),i=[],e=0;e<r.length;e++){var u=r[e];i.push.apply(i,Jn(u))}return i}function or(t,n){for(var r=[],i=0,e=Mn(t);i<e.length;i++){var u=e[i];r.push.apply(r,ur(u,n))}return Kn(r)}function sr(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&&En(t[i+1])&&En(t[i+2])){var u=bn(t[i+1])<<4|bn(t[i+2]);n.push(u),i+=2}else n.push(e)}return n}(Zn(t))}function fr(t){return Kn(function(t){Hn=t.slice(),jn=Hn.length,Bn=0;for(var n,r=[];!1!==(n=qn());)r.push(n);return r}(sr(Mn(t))))}function cr(t){var n=t.length,r=[0,0,0,0,0,0,0,0],i=0,e=null,u=0;if(u<n&&":"===t[u]){if(!(u+1<n&&":"===t[u+1]))throw new c;u+=2,e=i+=1}for(;u<n;){if(8===i)throw new c("Too many groups");if(":"!==t[u]){for(var o=0,s=0;s<4&&u<n&&cn.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(!fn.test(t[u]))throw new c;for(;u<n&&fn.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;)pn(r,i,e+v-1),i-=1,v-=1}else if(8!==i)throw new c;return r}function ar(t){var n=10,r=hn;return an.test(t)?(t=t.slice(2),n=16,r=ln):t.length>=2&&"0"===t[0]&&(t=t.slice(1),n=8,r=vn),""===t?0:r.test(t)?l(t,n):void 0}var hr={pJ:4},lr=/[\0\t\n\r #%/:?@\[\\\]]/,vr=/[\0\t\n\r #/:?@\[\\\]]/;function dr(t,n){if("["===t[0]){if("]"!==t[t.length-1])throw new c("Invalid IPv6 address");return{pJ:2,q8:cr(t.slice(1,-1))}}if(!n)return function(t){if(vr.test(t))throw new c("Invalid code point in opaque host");var n=or(t,Qn);return""===n?hr:{pJ:3,Hx:n}}(t);var r=function(t){var n=function(t){return Gn(t.toLowerCase())}(t);return n}(fr(t));if(lr.test(r))throw new c("Invalid code point in host");var i=function(t){var n=t.split(".");if(""===n[n.length-1]&&n.pop(),!(n.length>4)){for(var r=[],i=0;i<n.length;i++){var e=n[i];if(""===e)return;var u=ar(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?{pJ:1,q8:i}:""===r?hr:{pJ:0,z8:r}}function yr(t){switch(t.pJ){case 0:return t.z8;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.q8);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.q8)+"]";case 3:return t.Hx;case 4:return""}}var _r=/\+/g;function wr(t){return 42===t||45===t||46===t||95===t||kn(t)}function pr(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(_r," "),s=s.replace(_r," ");var f=fr(o),c=fr(s);r.push([f,c])}}return r}function gr(t){for(var n="",r=0;r<t.length;r++){var i=t[r];r>0&&(n+="&"),n+=Sr(Zn(Mn(i[0])))+"="+Sr(Zn(Mn(i[1])))}return n}function Sr(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];32===i?n.push(43):wr(i)?n.push(i):n.push.apply(n,Jn(i))}return Dn(n)}var Ir=/(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])/;function kr(t){var n=""+t,r=Ir.exec(n);return r?function(t,n){for(var r=t.length,i=[],e=n;e<r;e++){var u=t.charCodeAt(e);if(mr(u))if(br(u)||e===r-1)i.push(Er);else{var o=t.charCodeAt(e+1);br(o)?(i.push(u,o),e++):i.push(Er)}else i.push(u)}return t.slice(0,n)+Dn(i)}(n,r.index):n}var Er=65533,mr=function(t){return 55296==(63488&t)},br=function(t){return 0!=(1024&t)};function Ar(t,n){var r=t[0],i=n[0];return r===i?0:r<i?-1:1}function Rr(t){t.X8.length=0}function Or(t,n){!function(t,n){for(var r=0;r<n.length;r++)t[r]=n[r];t.length=n.length}(t.X8,pr(n))}function Tr(t){if(t.G8){var n=gr(t.X8);""===n&&(n=null),t.G8.G8.Q8=n}}var Dr=function(){function t(t){if(void 0===t&&(t=void 0),this.G8=null,null==t)this.X8=[];else if("object"==typeof t||"function"==typeof t)if(function(t){return t instanceof Dr&&!!yn(t.X8)&&(!_n||t[Symbol.iterator]===Nr)}(t))this.X8=t.X8.slice();else if(function(t){return null!=t&&(!!yn(t)||!!_n&&"function"==typeof t[Symbol.iterator])}(t)){this.X8=[];for(var n=0,r=wn(t);n<r.length;n++){var i=wn(r[n]);if(2!==i.length)throw new c("Invalid name-value pair");this.X8.push([kr(i[0]),kr(i[1])])}}else for(var e in this.X8=[],t)a.prototype.hasOwnProperty.call(t,e)&&this.X8.push([kr(e),kr(t[e])]);else(t=kr(t)).length>0&&"?"===t[0]&&(t=t.slice(1)),this.X8=pr(t)}var n=t.prototype;return n.append=function(t,n){t=kr(t),n=kr(n),this.X8.push([t,n]),Tr(this)},n.delete=function(t){t=kr(t);for(var n=this.X8,r=0;r<n.length;){n[r][0]===t?n.splice(r,1):r++}Tr(this)},n.get=function(t){t=kr(t);for(var n=this.X8,r=0;r<n.length;r++){var i=n[r];if(i[0]===t)return i[1]}return null},n.getAll=function(t){t=kr(t);for(var n=this.X8,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=kr(t);for(var n=this.X8,r=0;r<n.length;r++){if(n[r][0]===t)return!0}return!1},n.set=function(t,n){t=kr(t),n=kr(n);for(var r=this.X8,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]),Tr(this)},n.sort=function(){un(this.X8,Ar),Tr(this)},n.toString=function(){return gr(this.X8)},n.entries=function(){return new Lr(this.X8,Pr)},n.keys=function(){return new Lr(this.X8,Cr)},n.values=function(){return new Lr(this.X8,Fr)},n.forEach=function(t){var n=this;this.X8.forEach((function(r){return t(r[1],r[0],n)}))},t}(),Nr=Dr.prototype.entries;_n&&(Dr.prototype[Symbol.iterator]=Nr);var Pr=function(t){return[t[0],t[1]]},Cr=function(t){return t[0]},Fr=function(t){return t[1]},Lr=function(){function t(t,n){this.K8=0,this.X8=t,this.j8=n}return t.prototype.next=function(){return this.K8<this.X8.length?{done:!1,value:this.j8(this.X8[this.K8++])}:{done:!0,value:void 0}},t}(),Ur="null";var Wr=a.create(null);Wr.ftp=21,Wr.file=0,Wr.gopher=70,Wr.http=80,Wr.https=443,Wr.ws=80,Wr.wss=443;var Mr=/^(?:\.|%2e)$/i,Hr=/^(?:\.|%2e){2}$/i;function jr(t){return Mr.test(t)}function Br(t){return Hr.test(t)}function Vr(t){return void 0!==Wr[t]}function xr(t){return Vr(t.Y8)}function Gr(t){return""!==t.Z8||""!==t.J8}function Kr(t){var n=t.length;if(!(n>=2))return!1;if(!zr(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 Yr(t){return 2===t.length&&sn.test(t[0])&&(":"===t[1]||"|"===t[1])}function zr(t){return 2===t.length&&Yr(Dn(t))}function Xr(t){return Yr(t)&&":"===t[1]}function Zr(t){var n=t.t9;0!==n.length&&("file"===t.Y8&&1===n.length&&Xr(n[0])||n.pop())}function $r(t){return null===t.e9||hr===t.e9||t.i9||"file"===t.Y8}var qr=-1,Jr=/\t|\n|\r/g,Qr=/^[\x00-\x1f ]+|[\x00-\x1f ]+$/g;function ti(t,n,r,i){void 0===r&&(r=null),void 0===i&&(i=null),r||(r=new ri,t=t.replace(Qr,""));var e=null!==i?i:0;n=n||null;for(var u=[],o=!1,s=!1,f=!1,a=Mn(t=t.replace(Jr,"")),h=a.length,v=0;v<=h;){var d=v<h?a[v]:qr;switch(e){case 0:if(!Sn(d)){if(null===i){u.length=0,e=2;continue}throw new c("Invalid scheme")}u.push(mn(d)),e=1;break;case 1:if(kn(d)||43===d||45===d||46===d)u.push(mn(d));else{if(58!==d){if(null===i){u.length=0,e=2,v=0;continue}throw new c("Invalid scheme")}var y=Kn(u);if(null!==i){if(Vr(r.Y8)&&!Vr(y))return;if(!Vr(r.Y8)&&Vr(y))return;if((Gr(r)||null!==r.a6)&&"file"===y)return;if("file"===r.Y8&&(r.e9===hr||null===r.e9))return}if(r.Y8=y,null!==i)return void(xr(r)&&r.a6===Wr[r.Y8]&&(r.a6=null));u.length=0,"file"===r.Y8?e=13:xr(r)&&n&&n.Y8===r.Y8?e=3:xr(r)?e=7:47===a[v+1]?(e=4,v+=1):(r.i9=!0,r.t9.push(""),e=18)}break;case 2:if(!n||n.i9&&35!==d)throw new c("Invalid scheme");n.i9&&35===d?(r.Y8=n.Y8,r.t9=n.t9.slice(),r.Q8=n.Q8,r.s9="",r.i9=!0,e=20):"file"!==n.Y8?(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.Y8=n.Y8,qr===d?(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,r.t9=n.t9.slice(),r.Q8=n.Q8):47===d?e=6:63===d?(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,r.t9=n.t9.slice(),r.Q8="",e=19):35===d?(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,r.t9=n.t9.slice(),r.Q8=n.Q8,r.s9="",e=20):92===d&&xr(r)?e=6:(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,r.t9=n.t9.slice(),r.t9.pop(),e=17,v-=1);break;case 6:!xr(r)||47!==d&&92!==d?47===d?e=9:(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,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=Kn(ur(w,rr));f?r.J8+=p:r.Z8+=p}else f=!0}u.length=0}else if(qr===d||47===d||63===d||35===d||xr(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.Y8)v-=1,e=15;else if(58!==d||s)if(qr===d||47===d||63===d||35===d||xr(r)&&92===d){if(v-=1,xr(r)&&0===u.length)throw new c("Invalid host");if(null!==i&&0===u.length&&(Gr(r)||null!==r.a6))return;var g=dr(Kn(u),xr(r));if(r.e9=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=dr(Kn(u),xr(r));if(r.e9=S,u.length=0,e=12,11===i)return}break;case 12:if(In(d))u.push(d);else{if(!(qr===d||47===d||63===d||35===d||xr(r)&&92===d||null!==i))throw new c("Invalid port");if(0!==u.length){var I=l(Kn(u),10);if(I>65535)throw new c("Invalid port");r.a6=I===Wr[r.Y8]?null:I,u.length=0}if(null!==i)return;e=16,v-=1}break;case 13:r.Y8="file",47===d||92===d?e=14:n&&"file"===n.Y8?qr===d?(r.e9=n.e9,r.t9=n.t9.slice(),r.Q8=n.Q8):63===d?(r.e9=n.e9,r.t9=n.t9.slice(),r.Q8="",e=19):35===d?(r.e9=n.e9,r.t9=n.t9.slice(),r.Q8=n.Q8,r.s9="",e=20):(Kr(a.slice(v))||(r.e9=n.e9,r.t9=n.t9.slice(),Zr(r)),e=17,v-=1):(e=17,v-=1);break;case 14:47===d||92===d?e=15:(n&&"file"===n.Y8&&!Kr(a.slice(v))&&(Xr(n.t9[0])?r.t9.push(n.t9[0]):r.e9=n.e9),e=17,v-=1);break;case 15:if(qr===d||47===d||92===d||63===d||35===d)if(v-=1,null===i&&zr(u))e=17;else if(0===u.length){if(r.e9=hr,null!==i)return;e=16}else{var k=dr(Kn(u),xr(r));if(0===k.pJ&&"localhost"===k.z8&&(k=hr),r.e9=k,null!==i)return;u.length=0,e=16}else u.push(d);break;case 16:xr(r)?(e=17,47!==d&&92!==d&&(v-=1)):null===i&&63===d?(r.Q8="",e=19):null===i&&35===d?(r.s9="",e=20):qr!==d&&(e=17,47!==d&&(v-=1));break;case 17:if(qr===d||47===d||xr(r)&&92===d||null===i&&(63===d||35===d)){var E=Kn(u);if(Br(E)?(Zr(r),47===d||xr(r)&&92===d||r.t9.push("")):!jr(E)||47===d||xr(r)&&92===d?jr(E)||("file"===r.Y8&&0===r.t9.length&&zr(u)&&(hr!==r.e9&&null!==r.e9&&(r.e9=hr),u[1]=58,E=Kn(u)),r.t9.push(E)):r.t9.push(""),u.length=0,"file"===r.Y8&&(qr===d||63===d||35===d))for(;r.t9.length>1&&""===r.t9[0];)r.t9.shift();63===d?(r.Q8="",e=19):35===d&&(r.s9="",e=20)}else u.push.apply(u,ur(d,nr));break;case 18:63===d?(r.Q8="",e=19):35===d?(r.s9="",e=20):qr!==d&&(r.t9[0]+=Kn(ur(d,Qn)));break;case 19:null===i&&35===d?(r.s9="",e=20):qr!==d&&(r.Q8+=Kn(ur(d,xr(r)?er:ir)));break;case 20:qr===d||0===d||(r.s9+=Kn(ur(d,tr)))}v++}return r}function ni(t,n,r,i){try{ti(t,n,r,i)}catch(t){}}var ri=function(){this.Y8="",this.Z8="",this.J8="",this.e9=null,this.a6=null,this.t9=[],this.Q8=null,this.s9=null,this.i9=!1};function ii(t){switch(t.Y8){case"blob":var n;try{n=ti(t.t9[0],null)}catch(t){return Ur}return ii(n);case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return function(t,n,r){return t+"://"+yr(n)+(null===r?"":":"+r)}(t.Y8,t.e9,t.a6);default:return Ur}}var ei,ui,oi=function(){function t(t,n){var r,i=null;if(null!=n)if(function(t){return null!=t&&t instanceof oi&&"object"==typeof t.G8}(n))i=n.G8;else try{i=ti(String(n),null)}catch(t){throw new c("Invalid base URL: "+t.message)}try{r=ti(String(t),i)}catch(t){throw new c("Invalid URL: "+t.message)}var e=r.Q8;this.G8=r,this.Q8=function(t){var n=new Dr;return null!==t&&Or(n,t),n}(e),this.Q8.G8=this}var n=t.prototype;return n.toString=function(){return this.href},n.toJSON=function(){return this.href},function(t,n,r){n&&en(t.prototype,n),r&&en(t,r)}(t,[{key:"href",get:function(){return function(t,n){void 0===n&&(n=!1);var r=t.Y8+":";if(null!==t.e9?(r+="//",Gr(t)&&(r+=t.Z8,""!==t.J8&&(r+=":"+t.J8),r+="@"),r+=yr(t.e9),null!==t.a6&&(r+=":"+t.a6)):null===t.e9&&"file"===t.Y8&&(r+="//"),t.i9)r+=t.t9[0];else for(var i=0,e=t.t9;i<e.length;i++)r+="/"+e[i];return null!==t.Q8&&(r+="?"+t.Q8),n||null===t.s9||(r+="#"+t.s9),r}(this.G8)},set:function(t){var n;try{n=ti(String(t),null)}catch(t){throw new c("Invalid URL: "+t.message)}this.G8=n,Rr(this.Q8);var r=this.G8.Q8;null!==r&&Or(this.Q8,r)}},{key:"origin",get:function(){return ii(this.G8)}},{key:"protocol",get:function(){return this.G8.Y8+":"},set:function(t){ni(t+":",null,this.G8,0)}},{key:"username",get:function(){return this.G8.Z8},set:function(t){$r(this.G8)||(this.G8.Z8=or(t,rr))}},{key:"password",get:function(){return this.G8.J8},set:function(t){$r(this.G8)||(this.G8.J8=or(t,rr))}},{key:"host",get:function(){var t=this.G8,n=t.e9;if(null===n)return"";var r=t.a6,i=yr(n);return null!==r&&(i+=":"+r),i},set:function(t){this.G8.i9||ni(t,null,this.G8,10)}},{key:"hostname",get:function(){var t=this.G8.e9;return null===t?"":yr(t)},set:function(t){this.G8.i9||ni(t,null,this.G8,11)}},{key:"port",get:function(){var t=this.G8.a6;return null===t?"":""+t},set:function(t){$r(this.G8)||(""===t?this.G8.a6=null:ni(t,null,this.G8,12))}},{key:"pathname",get:function(){var t=this.G8.t9;return this.G8.i9?t[0]:0===t.length?"":"/"+t.join("/")},set:function(t){this.G8.i9||(this.G8.t9.length=0,ni(t,null,this.G8,16))}},{key:"search",get:function(){var t=this.G8.Q8;return null===t||""===t?"":"?"+t},set:function(t){t=kr(t);var n=this.G8;if(""===t)return n.Q8=null,void Rr(this.Q8);"?"===t[0]&&(t=t.slice(1)),n.Q8="",ni(t,null,n,19),Or(this.Q8,t)}},{key:"searchParams",get:function(){return this.Q8}},{key:"hash",get:function(){var t=this.G8.s9;return null===t||""===t?"":"#"+t},set:function(t){""!==t?("#"===t[0]&&(t=t.slice(1)),this.G8.s9="",ni(t,null,this.G8,20)):this.G8.s9=null}}]),t}();function si(t){return t.document&&t.document.baseURI||t.location.href||""}function fi(){return void 0!==r?r.createElement("video"):void 0}var ci=!!("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch)||!(!i||!i.msMaxTouchPoints),ai=(ui||(ui=fi()),ui),hi=!(!ai||!ai.webkitShowPlaybackTargetPicker),li=function(){function t(){this.r9=void 0,this.w9=!1,this.Ye=ci,this.Ks=!1,this.Z6=!0}var r=t.prototype;return r.h9=function(){return 0},r.g9=function(t,n){return!0},r.v9=function(t){return t>=.3333333333333333},J(t,[{key:"n9",get:function(){return void 0===this.r9&&(this.r9=this.h9()),this.r9}},{key:"o9",get:function(){return!yt.ZP}},{key:"a9",get:function(){if(n.screen)return{width:n.screen.width,height:n.screen.height}}},{key:"D0",get:function(){return n.devicePixelRatio||1}},{key:"u9",get:function(){return hi}},{key:"_0",get:function(){return!1}},{key:"o0",get:function(){return!0}},{key:"Lw",get:function(){return yt.VP||yt.eP}},{key:"c9",get:function(){return!yt.eP}},{key:"yL",get:function(){return!0}},{key:"Mw",get:function(){return!0}},{key:"Ow",get:function(){return!1}},{key:"l9",get:function(){}},{key:"d9",get:function(){return!0}},{key:"kY",get:function(){return!1}},{key:"f9",get:function(){return!1}},{key:"_9",get:function(){return yt.IP}}]),t}(),vi=function(){var t=fi();if(!t)return!1;var n=t.muted;return t.muted=!n,t.muted!==n}();!function(){if(yt.ZR)return!1;var t=fi();if(!t)return!1;var n=t.volume;t.volume=n/2+.1,t.volume}();var di=function(t){function n(n){var r;return(r=t.call(this)||this).m9=n,r.m9&&(r.w9=r.m9.w9,r.Ye=r.m9.Ye,r.Z6=vi&&r.m9.Z6),r}tt(n,t);var r=n.prototype;return r.h9=function(){return this.m9?this.m9.n9:t.prototype.h9.call(this)},r.g9=function(n,r){return this.m9?this.m9.g9(n,r):t.prototype.g9.call(this,n,r)},r.v9=function(n){return this.m9?this.m9.v9(n):t.prototype.v9.call(this,n)},J(n,[{key:"l9",get:function(){var t;return null==(t=this.m9)?void 0:t.l9}},{key:"d9",get:function(){var t,n;return null==(n=null==(t=this.m9)?void 0:t.d9)||n}}]),n}(li),yi=function(t){function n(n){var r;return(r=t.call(this,n)||this).w9=!0,r.Ks=!0,r}return tt(n,t),J(n,[{key:"Ow",get:function(){return yt.eP}}]),n}(di);var _i=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.h9=function(){return function(t){return t&>(ei.ManagedMediaSource)?ei.ManagedMediaSource:gt(ei.MediaSource)?ei.MediaSource:void 0}(!0)?t.prototype.h9.call(this):1},J(n,[{key:"Ow",get:function(){return!0}}]),n}(yi),wi=function(t){function r(){return t.apply(this,arguments)}return tt(r,t),r.prototype.g9=function(n,r){return t.prototype.g9.call(this,n,r)},J(r,[{key:"_0",get:function(){return yt.TP<3}},{key:"o0",get:function(){return yt.TP>=3}},{key:"a9",get:function(){var t=this;return n.tizen&&!this.p9&&n.tizen.systeminfo.getPropertyValue("DISPLAY",(function(n){var r=n.resolutionWidth,i=n.resolutionHeight;1===r&&1===i||(t.p9={width:r,height:i})})),this.p9}},{key:"kY",get:function(){return yt.TP<3}},{key:"f9",get:function(){return!0}}]),r}(di),pi=function(t){function n(){return t.call(this)}return tt(n,t),n}(li),gi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.g9=function(t,n){if(t&&t.y9&&n&&n.y9){var r=Si(t.y9,"mp4a.40.2")&&Si(n.y9,"mp4a.40.5"),i=Si(t.y9,"mp4a.40.5")&&Si(n.y9,"mp4a.40.2"),e=Si(t.y9,"mp4a.40.2")&&Si(n.y9,"mp4a.40.34"),u=Si(t.y9,"mp4a.40.34")&&Si(n.y9,"mp4a.40.2"),o=Si(t.y9,"mp4a.40.5")&&Si(n.y9,"mp4a.40.34"),s=Si(t.y9,"mp4a.40.34")&&Si(n.y9,"mp4a.40.5");return!(r||i||e||u||o||s)}return!0},J(n,[{key:"l9",get:function(){if(yt.DR)return 4096}}]),n}(pi);function Si(t,n){return t.indexOf(n)>-1}var Ii=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.v9=function(t){return t>=2},n}(pi),ki=function(t){function n(){var n;return(n=t.call(this)||this).w9=yt.qP>=11,n.Z6=yt.VP&&!(yt.eP&&yt.qP<10),n}return tt(n,t),n}(pi),Ei=function(t){function r(){return t.apply(this,arguments)}return tt(r,t),J(r,[{key:"a9",get:function(){var t=this;return n.webOS&&!this.p9&&n.webOS.deviceInfo((function(n){t.p9={width:n.screenWidth,height:n.screenHeight}})),this.p9}},{key:"yL",get:function(){return!1}},{key:"f9",get:function(){return!0}}]),r}(di),mi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),J(n,[{key:"d9",get:function(){return!yt.OR||(yt.wP?92!==yt.pP:yt.gP>=100)}}]),n}(pi),bi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),J(n,[{key:"Ow",get:function(){return!0}}]),n}(di),Ai=function(){function t(){this.k9=new Ri,this.I9=function(){var t=function(){if(yt.MP)return new gi;if(yt.PP||yt.xP)return new Ii;if(yt.VP)return new ki;if(yt.fP)return new mi;return new pi}();return yt.eP?new _i(t):yt.Ks?new yi(t):yt.AP?new wi(t):yt.kP?new Ei(t):yt.DR?new bi(t):new di(t)}(),this.E9=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.V_=function(){return self.performance.now()}:this.V_=rn}var n=t.prototype;return n.A9=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];At.apply(void 0,it(n))},n.Um=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Rt.apply(void 0,it(n))},n.b9=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Ot.apply(void 0,it(n))},n.T9=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];Tt.apply(void 0,[t].concat(it(r)))},n.q_=function(t,n){return e(t,n)},n.uZ=function(t,n){return o(t,n)},n.W_=function(t){u(t)},n.lZ=function(t){s(t)},n.SD=function(){return this.S9.SD()},n.vD=function(){return this.S9.vD()},n.mD=function(){return this.S9.mD()},n.wD=function(){return this.S9.wD()},n._D=function(){return this.S9._D()},n.yD=function(t,n){return this.S9.yD(t,n)},n.gD=function(t){return this.S9.gD(t)},n.Rh=function(t,n){var r;return void 0===n&&(n=si(ei)),r="object"!=typeof n||n instanceof oi?n:n.href,new oi(t,r)},n.Fm=function(t,n){if(void 0===n&&(n=si(ei)),this.E9){var r=function(t){return"string"==typeof t}(n)?n:n.toString();return new self.URL(t,r).href}return this.Rh(t,n).href},J(t,[{key:"fL",get:function(){return this.k9}},{key:"Zs",get:function(){return this.I9}},{key:"Uw",get:function(){return{Fw:i&&i.userAgent.match(/Android /i)?"Android":"other",Hw:Boolean(i&&i.userAgent.match(/Android 8.0.0/i))}}},{key:"rq",get:function(){return self&&self.location&&"https:"===self.location.protocol}},{key:"R9",get:function(){return"languages"in i?i.languages.slice():[i.language]}}]),t}(),Ri=function(){function t(){}return J(t,[{key:"_L",get:function(){return i.oscpu}},{key:"Zs",get:function(){return i.platform}},{key:"gL",get:function(){return i.vendor}},{key:"vL",get:function(){return i.vendorSub}}]),t}();var Oi,Ti=function(){function t(){}var n=t.prototype;return n._D=function(){return V.resolve(!1)},n.vD=function(){return V.resolve(!1)},n.wD=function(){return V.resolve(!1)},n.mD=function(){return V.resolve(!1)},n.gD=function(t){return V.resolve(!1)},n.yD=function(t,n){return V.resolve(!1)},n.SD=function(){return V.resolve(!1)},t}(),Di=function(){function t(){}var n=t.prototype;return n.cH=function(){},n.OC=function(t){},n.DC=function(t){},n.gO=function(t,n){},t}();function Ni(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)||rt(t,n)||function(){throw new c("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}!function(t){t.OI="arraybuffer",t.MI="json",t.FI="stream",t.KT="text"}(Oi||(Oi={}));var Pi,Ci=function(){function t(n){var r=this;this.I_={},n instanceof t?n.asList().forEach((function(t){var n=Ni(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=Fi(r),i=Li(i);var e=r.toLowerCase();if(this.I_.hasOwnProperty(e)){var u=this.I_[e],o=u[1];u[1]=o?o+", "+i:i}else this.I_[e]=[r,i]},n.delete=function(t){var n=Fi(t).toLowerCase();delete this.I_[n]},n.get=function(t){var n=Fi(t).toLowerCase();return this.I_.hasOwnProperty(n)?this.I_[n][1]:null},n.has=function(t){var n=Fi(t).toLowerCase();return this.I_.hasOwnProperty(n)},n.set=function(t,n){var r=t,i=(r=Fi(r)).toLowerCase();this.I_[i]=[r,Li(n)]},n.forEach=function(t,n){for(var r in this.I_)this.I_.hasOwnProperty(r)&&t.call(n,this.I_[r][1],r,this)},n.asList=function(){var t=[];for(var n in this.I_)if(this.I_.hasOwnProperty(n)){var r=Ni(this.I_[n],2),i=r[0],e=r[1];t.push([i,e])}return t},n.UI=function(){var t={};return this.forEach((function(n,r){t[r]=n})),t},n.HI=function(t){var n=this;t.forEach((function(t,r){n.append(r,t)}))},n.VI=function(t){var n=this;t.forEach((function(t,r){n.set(r,t)}))},t}();function Fi(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 Li(t){var n=t;return"string"!=typeof n&&(n=String(n)),n}!function(t){t[t.ih=0]="ih",t[t.b_=1]="b_",t[t.T_=-1]="T_"}(Pi||(Pi={}));Array.prototype.find,Array.prototype.findLast;var Ui="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},Wi="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 Mi(t,n){var r=t.indexOf(n);return-1!==r&&(Hi(t,r),!0)}function Hi(t,n){0===n?t.shift():t.splice(n,1)}function ji(t){t.length=0}Array.prototype.flat,Array.prototype.flatMap;var Bi,Vi,xi,Gi,Ki,Yi=function(){function t(){this.P_=!1,this.C_=!1,this.x_=[],this.N_=[]}var n=t.prototype;return n.R_=function(){if(!this.P_&&!this.C_){this.P_=!0;for(var t=0,n=this.x_.slice();t<n.length;t++){(0,n[t])()}this.Ou()}},n.Ou=function(){if(!this.C_){this.C_=!0;for(var t=0,n=this.N_.slice();t<n.length;t++){(0,n[t])()}ji(this.x_),ji(this.N_)}},n.D_=function(t){this.C_||this.x_.push(t)},n.B_=function(t){this.C_||Mi(this.x_,t)},n.L_=function(t){this.C_||this.N_.push(t)},n.O_=function(t){this.C_||Mi(this.N_,t)},t}(),zi=function(){function t(){this.F_=new Yi}var n=t.prototype;return n.Jl=function(){this.F_.R_()},n.Ou=function(){this.F_.Ou()},n.U_=function(t){var n=this.F_;if(!n.P_)if(t.P_)n.R_();else if(!n.C_&&!t.C_){var r=function(){i(),n.R_()},i=function(){t.B_(r),t.O_(i),n.B_(r),n.O_(i)};t.D_(r),t.L_(i),n.D_(r),n.L_(i)}},n.H_=function(){var n=new t,r=new t,i=n.M_,e=r.M_,u=this.F_,o=function(){i.P_&&e.C_||e.P_&&i.C_?u.R_():i.C_&&e.C_&&u.Ou()};i.D_(o),e.D_(o),i.L_(o),e.L_(o),n.U_(u),r.U_(u);return u.L_((function(){i.B_(o),e.B_(o),i.O_(o),e.O_(o)})),[n,r]},J(t,[{key:"M_",get:function(){return this.F_}}]),t}();!function(t){t.DELETE="DELETE",t.GET="GET",t.HEAD="HEAD",t.OPTIONS="OPTIONS",t.POST="POST",t.PUT="PUT"}(Bi||(Bi={})),function(t){t.YT="",t.WI="manifest",t.qI="segment",t.zI="preload-hint",t.XI="content-protection"}(Vi||(Vi={})),function(t){t.YT="",t.GI="initialization-segment",t.QI="fairplay-license",t.KI="fairplay-certificate",t.jI="widevine-license",t.YI="widevine-certificate",t.ZI="playready-license",t.JI="clearkey-license",t.$I="aes128-key"}(xi||(xi={})),function(t){t.YT="",t.yy="audio",t.vl="video",t.KT="text",t.jT="image"}(Gi||(Gi={})),function(t){t.tR="same-origin",t.Hm="no-cors",t.eR="cors",t.iR="navigate"}(Ki||(Ki={}));var Xi=function(t,n){var r,i,e,u,o,s,f,c,a,h,l,v,d,y,_=t.TI;n?(r=n.sR,i=n.nR,e=n.rR,u=n.hR,o=n.kI,s=n.oR,f=n.M_,c=n.Iw,a=n.aR,h=n.uR,l=n.cR,v=n.lR,d=n.bw):(r=null,i={},e="GET",u=Oi.KT,o=0,s=0,c="",a="",h="",l=!1,d=void 0),this.TI=_,this.sR=t.sR||r,this.nR=new Ci(t.nR||i),this.rR=t.rR||e,this.hR=t.hR||u,this.kI=void 0!==t.kI?Number(t.kI)||0:o,this.oR=void 0!==t.oR?Number(t.oR)||0:s,this.M_=t.M_||f||(new zi).M_,this.Iw=t.Iw||c,this.aR=t.aR||a,this.uR=t.uR||h,this.cR=void 0!==t.cR?Boolean(t.cR):l,this.lR=t.lR||v,this.bw=null!=(y=t.bw)?y:d};var Zi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];f.apply(this,n)};(Zi.prototype=a.create(f.prototype)).constructor=Zi;var $i,qi=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 tt(n,t),J(n,[{key:"name",get:function(){return"BaseError"}}]),n}(Zi);!function(t){t.vI="HttpOpenError",t.wI="HttpResponseError",t.mI="HttpTimeoutError"}($i||($i={}));var Ji=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).yI=n,e}return tt(n,t),J(n,[{key:"pI",get:function(){return this.yI}}]),n}(qi);var Qi=function(t){function n(n,r){return t.call(this,n,function(t){return"Error while opening "+t+". Invalid URL."}(n.TI),r)}return tt(n,t),J(n,[{key:"name",get:function(){return $i.vI}}]),n}(Ji),te=function(){function t(){}var n=t.prototype;return n.pI=function(t){return V.reject(new Qi(new Xi(t)))},n.xV=function(t){},n.bn=function(){},t}(),ne=function(t){function n(n){return t.call(this,"Invalid XML",n)}return tt(n,t),n}(qi),re=function(t){function n(){var n;return(n=t.apply(this,arguments)||this).y7=new Ti,n.vR=new te,n.i=new Di,n}return tt(n,t),n.prototype.oI=function(t){throw new ne},J(n,[{key:"S9",get:function(){return this.y7}},{key:"A7",get:function(){return!1}},{key:"eZ",get:function(){return!1}},{key:"k7",get:function(){return!1}},{key:"pZ",get:function(){return!1}},{key:"dO",get:function(){return this.i}},{key:"E7",get:function(){return{I7:St}}},{key:"R7",get:function(){return"default"}},{key:"P7",get:function(){return"unknown"}},{key:"Gf",get:function(){return this.vR}}]),n}(Ai);!function(t){t}(new re);var ie,ee=function(){function t(){this.Dy=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.Dy=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.Dy?this.Dy.length:0;this.ui(t);var i=(n=h).max.apply(n,it(this.p));return i>r?i+=h.round(.1*i):i<r&&(i=h.min(r,i+h.round(.1*i))),i},n.nv=function(t){var n=this.li(t);return(this.Dy?this.Dy.length:0)!==n&&this.vr(n),this.Dy},t}(),ue=function(t){function n(n,r){var i,e=ce[n];return(i=t.call(this,e?e.bC:"")||this).code=n,i.info=r,i.helpLink=e&&e.iv,i.helpLinkText=e&&e.sv,i}return tt(n,t),J(n,[{key:"name",get:function(){return"THEOplayerError"}}]),n}(qi);!function(t){t.cv="LICENSE_INVALID",t.av="MANIFEST_NOT_FOUND",t.lv="MANIFEST_CORS_ERROR",t.dv="INVALID_HLS_MANIFEST",t.gv="PLAYBACK_ISSUE",t.kv="AUDIO_ISSUE",t.jv="BROWSER_SUPPORT_ISSUE",t.gd="INVALID_KEY",t.qLt="DECRYPTION_ERROR",t.Ad="AD_BLOCK_DETECTED",t.ty="THEOPLAYER_NOT_INITIALIZED",t.aa="ERROR",t.ny="MANIFEST_SEQUENCE_RESET_ERROR",t.hy="PLAYER_INCORRECTLY_CONFIGURED",t.ky="UNSUPPORTED"}(ie||(ie={}));var oe,se,fe=[{FC:"LICENSE_INVALID",bC:"The license for this player is invalid. Please contact your service provider for additional information."},{FC:"MANIFEST_NOT_FOUND",bC:"Could not load the manifest file."},{FC:"MANIFEST_CORS_ERROR",bC:"Could not load the manifest file. Make sure the source is set correctly and that CORS support is enabled.",iv:"https://www.theoplayer.com/documentation/cors.html",my:!1},{FC:"INVALID_HLS_MANIFEST",bC:"The source of the player is an invalid HLS manifest.",iv:"https://developer.apple.com/library/ios/technotes/tn2288/_index.html"},{FC:"PLAYBACK_ISSUE",bC:"There appears to be a playback issue."},{FC:"AUDIO_ISSUE",bC:"There is an audio issue. Please contact your service provider with the code below for additional information."},{FC:"BROWSER_SUPPORT_ISSUE",bC:"Your browser doesn't support a feature. Try upgrading your browser or please contact your service provider referring to the code below."},{FC:"INVALID_KEY",bC:"There is an invalid key being decrypted. Please contact your service provider with the code below for additional information."},{FC:"DECRYPTION_ERROR",bC:"There is a decryption error. Please contact your service provider with the code below for additional information."},{FC:"AD_BLOCK_DETECTED",bC:"An ad blocker was detected. Please turn it off and refresh the page in order to watch this video."},{FC:"THEOPLAYER_NOT_INITIALIZED",bC:"THEOplayer hasn't been initialized yet. Please check your configuration or wait."},{FC:"ERROR",bC:"THEOplayer encountered an error. If this issue holds, please contact your service provider."},{FC:"MANIFEST_SEQUENCE_RESET_ERROR",bC:"The video stream has been reset. THEOplayer will attempt to reload the source."},{FC:"PLAYER_INCORRECTLY_CONFIGURED",bC:"The player is incorrectly configured.",iv:"https://support.theoplayer.com/hc/en-us/articles/214343065-Player-API"},{FC:"UNSUPPORTED",bC:"This browser does not allow you to watch this video. Try to update your browser or use a different browser."}],ce={};for(se=0;se<fe.length;se++)ce[(oe=fe[se]).FC]=oe;"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");var ae=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"],he=(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}),le=(String.prototype.padStart,String.prototype.padEnd,16384);String.fromCodePoint;function ve(t,n){for(var r=[],i=0;i<t.length;i+=le)r.push(n.apply(void 0,it(t.slice(i,i+le))));return r.join("")}function de(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 ye=[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],_e=2048,we=16;function pe(t,n,r){var i=0,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=new t.Uint8Array(r);function Yi(t,n,r,Yi,zi,Xi,Zi,$i,qi,Ji,Qi,te,ne,re,ie,ee){t|=0,n|=0,r|=0,Yi|=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|g)?(ue=Ki[Ie|t^Ti]^vi,oe=Ki[Ie|re^Vi]^di,se=Ki[Ie|Qi^Hi]^yi,fe=Ki[Ie|$i^Ui]^_i,ce=Ki[Ie|zi^Ci]^wi,ae=Ki[Ie|n^Di]^pi,he=Ki[Ie|ie^xi]^gi,le=Ki[Ie|te^ji]^Si,ve=Ki[Ie|qi^Wi]^Ii,de=Ki[Ie|Xi^Fi]^ki,ye=Ki[Ie|r^Ni]^Ei,_e=Ki[Ie|ee^Gi]^mi,we=Ki[Ie|ne^Bi]^bi,pe=Ki[Ie|Ji^Mi]^Ai,ge=Ki[Ie|Zi^Li]^Ri,Se=Ki[Ie|Yi^Pi]^Oi,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^qr,oe=Ki[Ie|n]^Jr,se=Ki[Ie|r]^Qr,fe=Ki[Ie|Yi]^ti,ce=Ki[Ie|zi]^ni,ae=Ki[Ie|Xi]^ri,he=Ki[Ie|Zi]^ii,le=Ki[Ie|$i]^ei,ve=Ki[Ie|qi]^ui,de=Ki[Ie|Ji]^oi,ye=Ki[Ie|Qi]^si,_e=Ki[Ie|te]^fi,we=Ki[Ie|ne]^ci,pe=Ki[Ie|re]^ai,ge=Ki[Ie|ie]^hi,Se=Ki[Ie|ee]^li,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^Lr,oe=Ki[Ie|n]^Ur,se=Ki[Ie|r]^Wr,fe=Ki[Ie|Yi]^Mr,ce=Ki[Ie|zi]^Hr,ae=Ki[Ie|Xi]^jr,he=Ki[Ie|Zi]^Br,le=Ki[Ie|$i]^Vr,ve=Ki[Ie|qi]^xr,de=Ki[Ie|Ji]^Gr,ye=Ki[Ie|Qi]^Kr,_e=Ki[Ie|te]^Yr,we=Ki[Ie|ne]^zr,pe=Ki[Ie|re]^Xr,ge=Ki[Ie|ie]^Zr,Se=Ki[Ie|ee]^$r,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^gr,oe=Ki[Ie|n]^Sr,se=Ki[Ie|r]^Ir,fe=Ki[Ie|Yi]^kr,ce=Ki[Ie|zi]^Er,ae=Ki[Ie|Xi]^mr,he=Ki[Ie|Zi]^br,le=Ki[Ie|$i]^Ar,ve=Ki[Ie|qi]^Rr,de=Ki[Ie|Ji]^Or,ye=Ki[Ie|Qi]^Tr,_e=Ki[Ie|te]^Dr,we=Ki[Ie|ne]^Nr,pe=Ki[Ie|re]^Pr,ge=Ki[Ie|ie]^Cr,Se=Ki[Ie|ee]^Fr,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^ir,oe=Ki[Ie|n]^er,se=Ki[Ie|r]^ur,fe=Ki[Ie|Yi]^or,ce=Ki[Ie|zi]^sr,ae=Ki[Ie|Xi]^fr,he=Ki[Ie|Zi]^cr,le=Ki[Ie|$i]^ar,ve=Ki[Ie|qi]^hr,de=Ki[Ie|Ji]^lr,ye=Ki[Ie|Qi]^vr,_e=Ki[Ie|te]^dr,we=Ki[Ie|ne]^yr,pe=Ki[Ie|re]^_r,ge=Ki[Ie|ie]^wr,Se=Ki[Ie|ee]^pr):(ue=Ki[Ie|t^gr]^ir,oe=Ki[Ie|re^Pr]^er,se=Ki[Ie|Qi^Tr]^ur,fe=Ki[Ie|$i^Ar]^or,ce=Ki[Ie|zi^Er]^sr,ae=Ki[Ie|n^Sr]^fr,he=Ki[Ie|ie^Cr]^cr,le=Ki[Ie|te^Dr]^ar,ve=Ki[Ie|qi^Rr]^hr,de=Ki[Ie|Xi^mr]^lr,ye=Ki[Ie|r^Ir]^vr,_e=Ki[Ie|ee^Fr]^dr,we=Ki[Ie|ne^Nr]^yr,pe=Ki[Ie|Ji^Or]^_r,ge=Ki[Ie|Zi^br]^wr,Se=Ki[Ie|Yi^kr]^pr),t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^Bn,oe=Ki[Ie|n]^Vn,se=Ki[Ie|r]^xn,fe=Ki[Ie|Yi]^Gn,ce=Ki[Ie|zi]^Kn,ae=Ki[Ie|Xi]^Yn,he=Ki[Ie|Zi]^zn,le=Ki[Ie|$i]^Xn,ve=Ki[Ie|qi]^Zn,de=Ki[Ie|Ji]^$n,ye=Ki[Ie|Qi]^qn,_e=Ki[Ie|te]^Jn,we=Ki[Ie|ne]^Qn,pe=Ki[Ie|re]^tr,ge=Ki[Ie|ie]^nr,Se=Ki[Ie|ee]^rr,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^bn,oe=Ki[Ie|n]^An,se=Ki[Ie|r]^Rn,fe=Ki[Ie|Yi]^On,ce=Ki[Ie|zi]^Tn,ae=Ki[Ie|Xi]^Dn,he=Ki[Ie|Zi]^Nn,le=Ki[Ie|$i]^Pn,ve=Ki[Ie|qi]^Cn,de=Ki[Ie|Ji]^Fn,ye=Ki[Ie|Qi]^Ln,_e=Ki[Ie|te]^Un,we=Ki[Ie|ne]^Wn,pe=Ki[Ie|re]^Mn,ge=Ki[Ie|ie]^Hn,Se=Ki[Ie|ee]^jn,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^cn,oe=Ki[Ie|n]^an,se=Ki[Ie|r]^hn,fe=Ki[Ie|Yi]^ln,ce=Ki[Ie|zi]^vn,ae=Ki[Ie|Xi]^dn,he=Ki[Ie|Zi]^yn,le=Ki[Ie|$i]^_n,ve=Ki[Ie|qi]^wn,de=Ki[Ie|Ji]^pn,ye=Ki[Ie|Qi]^gn,_e=Ki[Ie|te]^Sn,we=Ki[Ie|ne]^In,pe=Ki[Ie|re]^kn,ge=Ki[Ie|ie]^En,Se=Ki[Ie|ee]^mn,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^Yt,oe=Ki[Ie|n]^zt,se=Ki[Ie|r]^Xt,fe=Ki[Ie|Yi]^Zt,ce=Ki[Ie|zi]^$t,ae=Ki[Ie|Xi]^qt,he=Ki[Ie|Zi]^Jt,le=Ki[Ie|$i]^Qt,ve=Ki[Ie|qi]^tn,de=Ki[Ie|Ji]^nn,ye=Ki[Ie|Qi]^rn,_e=Ki[Ie|te]^en,we=Ki[Ie|ne]^un,pe=Ki[Ie|re]^on,ge=Ki[Ie|ie]^sn,Se=Ki[Ie|ee]^fn,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^Dt,oe=Ki[Ie|n]^Nt,se=Ki[Ie|r]^Pt,fe=Ki[Ie|Yi]^Ct,ce=Ki[Ie|zi]^Ft,ae=Ki[Ie|Xi]^Lt,he=Ki[Ie|Zi]^Ut,le=Ki[Ie|$i]^Wt,ve=Ki[Ie|qi]^Mt,de=Ki[Ie|Ji]^Ht,ye=Ki[Ie|Qi]^jt,_e=Ki[Ie|te]^Bt,we=Ki[Ie|ne]^Vt,pe=Ki[Ie|re]^xt,ge=Ki[Ie|ie]^Gt,Se=Ki[Ie|ee]^Kt,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^dt,oe=Ki[Ie|n]^yt,se=Ki[Ie|r]^_t,fe=Ki[Ie|Yi]^wt,ce=Ki[Ie|zi]^pt,ae=Ki[Ie|Xi]^gt,he=Ki[Ie|Zi]^St,le=Ki[Ie|$i]^It,ve=Ki[Ie|qi]^kt,de=Ki[Ie|Ji]^Et,ye=Ki[Ie|Qi]^mt,_e=Ki[Ie|te]^bt,we=Ki[Ie|ne]^At,pe=Ki[Ie|re]^Rt,ge=Ki[Ie|ie]^Ot,Se=Ki[Ie|ee]^Tt,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^J,oe=Ki[Ie|n]^Q,se=Ki[Ie|r]^tt,fe=Ki[Ie|Yi]^nt,ce=Ki[Ie|zi]^rt,ae=Ki[Ie|Xi]^it,he=Ki[Ie|Zi]^et,le=Ki[Ie|$i]^ut,ve=Ki[Ie|qi]^ot,de=Ki[Ie|Ji]^st,ye=Ki[Ie|Qi]^ft,_e=Ki[Ie|te]^ct,we=Ki[Ie|ne]^at,pe=Ki[Ie|re]^ht,ge=Ki[Ie|ie]^lt,Se=Ki[Ie|ee]^vt,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^U,oe=Ki[Ie|n]^W,se=Ki[Ie|r]^M,fe=Ki[Ie|Yi]^H,ce=Ki[Ie|zi]^j,ae=Ki[Ie|Xi]^B,he=Ki[Ie|Zi]^V,le=Ki[Ie|$i]^x,ve=Ki[Ie|qi]^G,de=Ki[Ie|Ji]^K,ye=Ki[Ie|Qi]^Y,_e=Ki[Ie|te]^z,we=Ki[Ie|ne]^X,pe=Ki[Ie|re]^Z,ge=Ki[Ie|ie]^$,Se=Ki[Ie|ee]^q,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],i=Ki[Ie|t]^S,e=Ki[Ie|n]^I,u=Ki[Ie|r]^k,o=Ki[Ie|Yi]^E,s=Ki[Ie|zi]^m,f=Ki[Ie|Xi]^b,c=Ki[Ie|Zi]^A,a=Ki[Ie|$i]^R,h=Ki[Ie|qi]^O,l=Ki[Ie|Ji]^T,v=Ki[Ie|Qi]^D,d=Ki[Ie|te]^N,y=Ki[Ie|ne]^P,_=Ki[Ie|re]^C,w=Ki[Ie|ie]^F,p=Ki[Ie|ee]^L}return{tw:function(t,n,r,g,S,I,k,E,m,b,A,R,O,T,D,N){i=t|=0,e=n|=0,u=r|=0,o=g|=0,s=S|=0,f=I|=0,c=k|=0,a=E|=0,h=m|=0,l=b|=0,v=A|=0,d=R|=0,y=O|=0,_=T|=0,w=D|=0,p=N|=0},rw:function(t,n,r,i,e,u,o,s,f,c,a,h,l,v,d,y){I=n|=0,k=r|=0,E=i|=0,m=e|=0,b=u|=0,A=o|=0,R=s|=0,O=f|=0,T=c|=0,D=a|=0,N=h|=0,P=l|=0,F=d|=0,L=y|=0,g=16,U=(S=t|=0)^Ki[0|(C=v|=0)]^1,W=I^Ki[0|F],M=k^Ki[0|L],H=E^Ki[0|P],X=P^(G=O^(j=m^U)),$=F^(Y=D^(V=A^M)),q=L^(z=N^(x=R^H)),J=U^Ki[0|(Z=C^(K=T^(B=b^W)))]^2,Q=W^Ki[0|$],tt=M^Ki[0|q],nt=H^Ki[0|X],at=X^(ot=G^(rt=j^J)),lt=$^(ft=Y^(et=V^tt)),vt=q^(ct=z^(ut=x^nt)),dt=J^Ki[0|(ht=Z^(st=K^(it=B^Q)))]^4,yt=Q^Ki[0|lt],_t=tt^Ki[0|vt],wt=nt^Ki[0|at],At=at^(kt=ot^(pt=rt^dt)),Ot=lt^(mt=ft^(St=et^_t)),Tt=vt^(bt=ct^(It=ut^wt)),Dt=dt^Ki[0|(Rt=ht^(Et=st^(gt=it^yt)))]^8,Nt=yt^Ki[0|Ot],Pt=_t^Ki[0|Tt],Ct=wt^Ki[0|At],Vt=At^(Mt=kt^(Ft=pt^Dt)),Gt=Ot^(jt=mt^(Ut=St^Pt)),Kt=Tt^(Bt=bt^(Wt=It^Ct)),Yt=Dt^Ki[0|(xt=Rt^(Ht=Et^(Lt=gt^Nt)))]^16,zt=Nt^Ki[0|Gt],Xt=Pt^Ki[0|Kt],Zt=Ct^Ki[0|Vt],un=Vt^(tn=Mt^($t=Ft^Yt)),sn=Gt^(rn=jt^(Jt=Ut^Xt)),fn=Kt^(en=Bt^(Qt=Wt^Zt)),cn=Yt^Ki[0|(on=xt^(nn=Ht^(qt=Lt^zt)))]^32,an=zt^Ki[0|sn],hn=Xt^Ki[0|fn],ln=Zt^Ki[0|un],In=un^(wn=tn^(vn=$t^cn)),En=sn^(gn=rn^(yn=Jt^hn)),mn=fn^(Sn=en^(_n=Qt^ln)),bn=cn^Ki[0|(kn=on^(pn=nn^(dn=qt^an)))]^64,An=an^Ki[0|En],Rn=hn^Ki[0|mn],On=ln^Ki[0|In],Wn=In^(Cn=wn^(Tn=vn^bn)),Hn=En^(Ln=gn^(Nn=yn^Rn)),jn=mn^(Un=Sn^(Pn=_n^On)),Bn=bn^Ki[0|(Mn=kn^(Fn=pn^(Dn=dn^An)))]^128,Vn=An^Ki[0|Hn],xn=Rn^Ki[0|jn],Gn=On^Ki[0|Wn],Qn=Wn^(Zn=Cn^(Kn=Tn^Bn)),nr=Hn^(qn=Ln^(zn=Nn^xn)),rr=jn^(Jn=Un^(Xn=Pn^Gn)),ir=Bn^Ki[0|(tr=Mn^($n=Fn^(Yn=Dn^Vn)))]^27,er=Vn^Ki[0|nr],ur=xn^Ki[0|rr],or=Gn^Ki[0|Qn],yr=Qn^(hr=Zn^(sr=Kn^ir)),wr=nr^(vr=qn^(cr=zn^ur)),pr=rr^(dr=Jn^(ar=Xn^or)),gr=ir^Ki[0|(_r=tr^(lr=$n^(fr=Yn^er)))]^54,Sr=er^Ki[0|wr],Ir=ur^Ki[0|pr],kr=or^Ki[0|yr],Nr=yr^(Rr=hr^(Er=sr^gr)),Pr=_r^(Or=lr^(mr=fr^Sr)),Cr=wr^(Tr=vr^(br=cr^Ir)),Fr=pr^(Dr=dr^(Ar=ar^kr))},sw:function(t,n){n|=0;var r=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;if(15&(t|=0))return-1;for(r=i,g=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;(0|n)>=16;)Yi(0|Ki[t],0|Ki[1|t],0|Ki[2|t],0|Ki[3|t],0|Ki[4|t],0|Ki[5|t],0|Ki[6|t],0|Ki[7|t],0|Ki[8|t],0|Ki[9|t],0|Ki[10|t],0|Ki[11|t],0|Ki[12|t],0|Ki[13|t],0|Ki[14|t],0|Ki[15|t]),i^=r,r=0|Ki[t],e^=g,g=0|Ki[1|t],u^=S,S=0|Ki[2|t],o^=I,I=0|Ki[3|t],s^=k,k=0|Ki[4|t],f^=E,E=0|Ki[5|t],c^=m,m=0|Ki[6|t],a^=b,b=0|Ki[7|t],h^=A,A=0|Ki[8|t],l^=R,R=0|Ki[9|t],v^=O,O=0|Ki[10|t],d^=T,T=0|Ki[11|t],y^=D,D=0|Ki[12|t],_^=N,N=0|Ki[13|t],w^=P,P=0|Ki[14|t],p^=C,C=0|Ki[15|t],Ki[t]=i,Ki[1|t]=e,Ki[2|t]=u,Ki[3|t]=o,Ki[4|t]=s,Ki[5|t]=f,Ki[6|t]=c,Ki[7|t]=a,Ki[8|t]=h,Ki[9|t]=l,Ki[10|t]=v,Ki[11|t]=d,Ki[12|t]=y,Ki[13|t]=_,Ki[14|t]=w,Ki[15|t]=p,t=t+16|0,n=n-16|0,F=F+16|0;return i=r,e=g,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,0|F}}}function ge(t){return new y(t).set(ye),pe({Uint8Array:y},0,t)}var Se=new y(1048576),Ie=function(){function t(t){if(this.kw=!0,this.bwt=_e,this.up=0,this.tg=null,this.ng=new ee,this.ig=new ee,this.ug=new ee,(t=t||{}).sg=t.sg||4096,t.sg<=0||t.sg%4096)throw new ue(ie.qLt,{code:"CAD1409"});this.lg=t.lg||new y(t.sg),this.kg=t.kg||ge(this.lg.buffer),this.ir(t)}var n=t.prototype;return n.mg=function(t){var n=t.bg;this.tg=null,this.bwt=_e,this.up=0;var r=new y(16);return n&&(n.length>16&&(n=de(n,0,16)),r.set(n,16-n.length),this.kg.rw(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.BS=function(t){var n=new y(we);t&&(t.length>we&&(t=de(t,0,we)),n.set(t,we-t.length)),this.kg.tw(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.ir=function(t){t=t||{},this.mg(t);var n=t.kw;return this.kw=void 0===n||!!n,this.BS(t.Jkt),this},n.tk=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.ik=function(t){for(var n=t.byteOffset||0,r=t.byteLength||t.length||0,i=this.kg,e=this.lg,u=this.kw,o=this.bwt,s=this.up,f=0,c=we*h.floor((s+r)/we),a=0,l=this.ng.nv(c);r>0;)s+=a=this.tk(e,o+s,t,n,r),n+=a,r-=a,a=i.sw(o,s-(u&&0===r&&s%we==0?we:0)),l.set(e.subarray(o,o+a),f),f+=a,a<s?(o+=a,s-=a):(o=_e,s=0);return this.tg=l.subarray(0,f),this.bwt=o,this.up=s,this},n.uk=function(){var t,n=this.kg,r=this.lg,i=this.kw,e=this.bwt,u=this.up,o=this.ig.nv(u);if(0===u){if(i)throw new ue(ie.qLt,{code:"DAC1559"});return this.tg=new y(0),this.bwt=_e,this.up=0,this}if(u%we!=0)throw new ue(ie.qLt,{code:"DAC1563"});return u>0&&(n.sw(e,u),o.set(r.subarray(e,e+u))),i&&(t=o[u-1],o=o.subarray(0,u-t)),this.tg=o.subarray(0,u),this.bwt=_e,this.up=0,this},n.iCt=function(t){var n=this.ik(t).tg,r=this.uk().tg,i=n.length+r.length,e=this.ug.nv(i);return e.set(n),r.length>0&&e.set(r,n.length),this.tg=e.subarray(0,i),this},t}(),ke=new Ie({lg:Se,kg:ge(Se.buffer)});var Ee,me,be,Ae=self;function Re(t,n){return void 0===Ee&&(Ee=function(){var t=new y(1);try{return Ae.postMessage(t,[t.buffer]),0===t.byteLength}catch(t){return!1}}()),n&&Ee?Ae.postMessage(t,n):Ae.postMessage(t)}!function(t){t.ULt="iCt",t.HLt="ICt"}(me||(me={})),function(t){t.VLt="WLt",t.qLt="zLt"}(be||(be={}));var Oe=self;function Te(t,n,r){n={},r||(r="DAW0008"),Oe.postMessage({sOt:be.qLt,iOt:t,sk:n.message||r,ak:n.name,kk:n.stack,mk:JSON.stringify(n)})}var De,Ne=[];function Pe(t){for(var n=0;n<Ne.length;n++){if(Ne[n].ZLt===t)return void Hi(Ne,n)}}function Ce(){Ne.length?De||(De=e(Fe,0)):(u(De),De=void 0)}function Fe(){De&&(u(De),De=void 0),Ne.length&&function(t){var n,r=t.YLt,i=t.ZLt,e=t.JLt,u=t.$Lt,o=t.tOt;try{if(r===me.ULt){try{n=function(t,n,r,i){if(void 0===t)throw new ue(ie.qLt,{code:"CAD1600"});if(void 0===n)throw new ue(ie.gd,{code:"CAD1603"});return ke.ir({bg:n,kw:r,Jkt:i}).iCt(t).tg}(e,u,!0,o)}catch(t){return Te(i,t,"DAW0033")}try{return Re({sOt:be.VLt,iOt:i,nOt:n},[n.buffer])}catch(t){return Te(i,t,"DAW0038")}}throw new ue(ie.gv,{code:"DAW0042"})}catch(t){return Te(i,t,"DAW0045")}}(Ne.shift()),Ce()}Oe.addEventListener("message",(function(t){var n=t.data;if(n.YLt===me.HLt)!function(t){for(var n=0;n<t.length;n++)Pe(t[n])}(n.rm);else!function(t){Ne.push(t)}(n);Ce()}),!1),Oe.postMessage({FLt:"7.0.0"})}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof a?a:"undefined"!=typeof global?global:this);
|
|
31
|
+
!function(t){"use strict";var n=t.window,r=t.document,i=(t.location,t.navigator),e=t.setTimeout,u=t.clearTimeout,o=t.setInterval,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.J3t=!1,this.rut=void 0,this.$3t=[],b(t,this)}function S(t,n){for(;3===t.Pa;)t=t.rut;0!==t.Pa?(t.J3t=!0,g.t4t((function(){var r=1===t.Pa?n.onFulfilled:n.onRejected;if(null!==r){var i;try{i=r(t.rut)}catch(t){return void k(n.promise,t)}I(n.promise,i)}else(1===t.Pa?I:k)(n.promise,t.rut)}))):t.$3t.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.rut=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.rut=n,E(t)}catch(n){k(t,n)}}function k(t,n){t.Pa=2,t.rut=n,E(t)}function E(t){2===t.Pa&&0===t.$3t.length&&g.t4t((function(){t.J3t||g.n4t(t.rut)}));for(var n=0,r=t.$3t.length;n<r;n++)S(t,t.$3t[n]);t.$3t=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.t4t="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){_(t,0)},g.n4t=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var A=function(){var t=self.Promise;if(void 0!==t)try{if(-1!==t.toString().indexOf("[native code]"))return t}catch(t){}}(),R=i?i.userAgent:"",O=R.match(/Firefox\/([0-9]+)/i),T=null!=O,D=O?Number(O[1]):0,N=R.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),P=null!=N,C=N?Number(N[3]):0,F=function(){function t(t){this.QC=0,this.ud=0,this.Vx=[],this.i4t=t}return t.prototype.r4t=function(t){var n=this.length();this.e4t(n+1);var r=this.ud+n&this.i4t-1;this.Vx[r]=t,this.QC=n+1},t.prototype.push=function(t){var n=this.length()+1;if(this.i4t<n)this.r4t(t);else{var r=this.ud+n-1,i=this.i4t-1;this.Vx[r&i]=t,this.QC=n}},t.prototype.shift=function(){var t=this.ud,n=this.Vx[t];return this.Vx[t]=void 0,this.ud=t+1&this.i4t-1,this.QC--,n},t.prototype.length=function(){return this.QC},t.prototype.e4t=function(t){this.i4t<t&&this.u4t(this.i4t<<1)},t.prototype.u4t=function(t){var n=this.i4t;this.i4t=t;var r=this.ud+this.QC&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.Vx,0,n,r)},t}();var L="unhandledrejection",U=self.PromiseRejectionEvent,W=self.CustomEvent;function M(t){return new U(L,{reason:t,promise:A.reject(t).catch((function(){})),cancelable:!0})}function H(t){var n=new W(L,{detail:{reason:t},cancelable:!0});return a.defineProperty(n,"reason",{value:t}),n}function j(t){var n=r.createEvent("CustomEvent");return n.initCustomEvent(L,!1,!0,{reason:t}),n}var B,V,x,G,K,Y,z,X,Z,$=function(t){return $=function(){try{var t=A.resolve(),n="error",r=new U(L,{reason:n,promise:t});return L===r.type&&n===r.reason}catch(t){}return!1}()?M:function(){try{var t="error",n=new W(L,{detail:{reason:t}});return L===n.type&&t===n.detail.reason}catch(t){}return!1}()?H:j,$(t)};function q(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 J(t,n,r){return n&&q(t.prototype,n),r&&q(t,r),t}function Q(t,n){return Q=a.setPrototypeOf||function(t,n){return t.__proto__=n,t},Q(t,n)}function tt(t,n){if("function"!=typeof n&&null!==n)throw new c("Super expression must either be null or a function");t.prototype=a.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&Q(t,n)}function nt(t,n){(null==n||n>t.length)&&(n=t.length);for(var r=0,i=new Array(n);r<n;r++)i[r]=t[r];return i}function rt(t,n){if(t){if("string"==typeof t)return nt(t,n);var r=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)?nt(t,n):void 0}}function it(t){return function(t){if(Array.isArray(t))return nt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||rt(t)||function(){throw new c("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}A&&!(T&&D<60||P&&C<15)?V=A:(V=g,z=null!==(B=function(){var t=self.queueMicrotask;if("function"==typeof t)return function(n){return t(n)};var n=A;if(n&&"function"==typeof n.resolve){var r=n.resolve();return function(t){return r.then(t)}}}())&&void 0!==B?B:g.t4t,x=z,G=new F(16),K=!1,(X={A$:function(t){G.push(t),K||(K=!0,x(Y))},IH:Y=function(){for(;G.length()>0;)G.shift()();K=!1}}).IH,g.t4t=X.A$,g.n4t=function(t){try{var n=$(t);if(!self.dispatchEvent(n)||n.defaultPrevented)return}catch(t){}e((function(){throw new f("Unhandled promise rejection: ".concat(t))}),0)}),function(t){t.SR="web",t.kR="android",t.ER="android-tv",t.IR="ios",t.RR="tvos",t.PR="chromecast",t.xR="theoliveweb"}(Z||(Z={}));var et=i?i.userAgent:"",ut=et.match(/chrome\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),ot=et.match(/Edg\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),st=et.match(/Android ([0-9\.]+)/i),ft=et.match(/Windows NT ([0-9\.]+)/i),ct=et.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),at=et.match(/Firefox\/([0-9\.]+)/i),ht=et.match(/OPR\/(\d+\.\d+)/i),lt=et.match(/Tizen ([0-9\.]+)/i),vt=et.match(/(iPhone OS|iPad OS|iPod OS|Mac OS X) (\d+)_(\d+)_?(\d+)?/),dt=function(){function t(){this.NR=Boolean("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch||i&&i.msMaxTouchPoints),this.OR=/(mac\sos\sx)\s?([\w\s\.]+\w)*/i.test(et)||/(macintosh|mac(?=_powerpc)\s)/i.test(et),this.LR=/Windows NT/i.test(et),this.UR=ft?v(ft[1]):0,this.WR=/Android/i.test(et),this.zR=st?v(st[1]):0,this.GR=/windows phone (8|8\.1)/i.test(et),this.KR=/iPhone/i.test(et),this.YR=/iPad/i.test(et),this.JR=this.OR&&this.NR&&!this.YR,this.tP=/iPod/i.test(et),this.uP=/Mobile Safari/i.test(et),this.hP=/EOS\d*STB/i.test(et),this.oP=/APP\d*STB/i.test(et),this.iP=(this.KR||this.YR||this.JR||this.tP)&&!this.GR,this.nP=vt?v(vt[2]):0,this.cP=this.GR||this.iP||this.WR||this.uP,this.dP=/CriOS/i.test(et),this._P=Boolean(self.chrome&&/google/i.test(i.vendor))||this.dP,this.mP=this._P&&/Edg\//i.test(i.userAgent),this.yP=ot?l(ot[1],10):0,this.fC=Boolean(self.chrome||/Chrome/i.test(et)||/CriOS/i.test(et)),this.vP=ut?l(ut[1],10):0,this.bP=/SMART-TV.*Tizen/i.test(et),this.SP=lt?v(lt[1]):0,this.EP=/webos|web0s/i.test(et),this.RP=/VIZIO/i.test(et),this.CP=/Edge\/\d+/i.test(et),this.NP=/Trident/i.test(et),this.BP=this.NP&&!self.ActiveXObject&&"ActiveXObject"in self,this.MP=/Vivaldi/i.test(et),this.FP=/Firefox/i.test(et)&&!/Seamonkey/i.test(et),this.VP=at?v(at[1]):0,this.WP=/Safari/i.test(et)&&!/Chrome/i.test(et)&&!this.GR&&!this.bP,this.zP=ct?v(ct[2]):0,this.GP=Boolean(ht),this.KP=ht?v(ht[1]):0,this.YP=/CrKey/.test(et),this.JP=/\b(tv|smart-tv|smarttv|appletv|crkey|googletv|hbbtv|pov_tv|roku|viera|nettv|philipstv|vizio)\b/i.test(et),this.eC="web"===Z.ER,this.sC="web"===Z.kR,this.rC=this.sC||this.eC,this.oC="web"===Z.IR,this.uC="web"===Z.RR,this.lC="web"===Z.PR}return J(t,[{key:"Ye",get:function(){return this.NR}},{key:"DR",get:function(){return this.OR}},{key:"MR",get:function(){return this.LR}},{key:"FR",get:function(){return this.UR}},{key:"HR",get:function(){return this.WR}},{key:"qR",get:function(){return this.zR}},{key:"XR",get:function(){return this.GR}},{key:"QR",get:function(){return this.KR}},{key:"jR",get:function(){return this.YR}},{key:"ZR",get:function(){return this.JR}},{key:"$R",get:function(){return this.tP}},{key:"eP",get:function(){return this.iP}},{key:"sP",get:function(){return this.nP}},{key:"rP",get:function(){return this.hP||this.oP}},{key:"aP",get:function(){return this.uP}},{key:"Ks",get:function(){return this.cP}},{key:"lP",get:function(){return this.dP}},{key:"fP",get:function(){return this._P}},{key:"gP",get:function(){return this.vP}},{key:"wP",get:function(){return this.mP}},{key:"pP",get:function(){return this.yP}},{key:"AP",get:function(){return this.bP}},{key:"TP",get:function(){return this.SP}},{key:"kP",get:function(){return this.EP}},{key:"IP",get:function(){return this.RP}},{key:"PP",get:function(){return this.CP}},{key:"xP",get:function(){return this.NP}},{key:"DP",get:function(){return this.BP}},{key:"OP",get:function(){return this.MP}},{key:"LP",get:function(){return this.FP}},{key:"UP",get:function(){return this.VP}},{key:"HP",get:function(){return this.WP}},{key:"qP",get:function(){return this.zP}},{key:"XP",get:function(){return this.GP}},{key:"QP",get:function(){return this.KP}},{key:"jP",get:function(){return this.YP}},{key:"ZP",get:function(){return this.JP}},{key:"$P",get:function(){return!(!this.kP&&!this.AP)&&this.gP<=56}},{key:"tC",get:function(){return this.eC}},{key:"iC",get:function(){return this.sC}},{key:"nC",get:function(){return this.rC}},{key:"hC",get:function(){return this.oC}},{key:"aC",get:function(){return this.uC}},{key:"cC",get:function(){return this.lC}},{key:"dC",get:function(){return this.fC}}]),t}();dt._C=new dt;var yt=dt._C,_t={}.toString;function wt(t){return null!=t}Array.isArray;function pt(t){return"object"==typeof t&&null!==t}function gt(t){return function(t){return"function"==typeof t}(t)||pt(t)}var St=function(){},It=!(yt.xP&&!yt.DP),kt=self.console;function Et(t){if(pt(t))try{return JSON.stringify(t)}catch(t){}return t}function mt(t){return t.map(Et).join(" ")}function bt(t){var n=kt&&kt[t];return n?n.bind&&It?n.bind(kt):function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];kt[t](mt(r))}:void 0}var At=bt("log")||St,Rt=bt("warn")||At.bind(void 0,"WARNING:"),Ot=bt("error")||At.bind(void 0,"ERROR:"),Tt=function(){var t=kt&&kt.assert;return t?t.bind&&It?t.bind(kt):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];kt.assert(t,mt(r))}:function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];t||Ot.apply(void 0,["Assertion failed:"].concat(it(r)))}}(),Dt=null;try{Dt=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(x){}function Nt(t,n,r){this.low=0|t,this.high=0|n,this.unsigned=!!r}function Pt(t){return!0===(t&&t.Ry)}function Ct(t){var n=h.clz32(t&-t);return t?31-n:n}Nt.prototype.Ry,a.defineProperty(Nt.prototype,"Ry",{value:!0}),Nt.isLong=Pt;var Ft={},Lt={};function Ut(t,n){var r,i,e;return n?(e=0<=(t>>>=0)&&t<256)&&(i=Lt[t])?i:(r=Mt(t,0,!0),e&&(Lt[t]=r),r):(e=-128<=(t|=0)&&t<128)&&(i=Ft[t])?i:(r=Mt(t,t<0?-1:0,!1),e&&(Ft[t]=r),r)}function Wt(t,n){if(d(t))return n?zt:Yt;if(n){if(t<0)return zt;if(t>=xt)return Jt}else{if(t<=-Gt)return Qt;if(t+1>=Gt)return qt}return t<0?Wt(-t,n).neg():Mt(t%Vt|0,t/Vt|0,n)}function Mt(t,n,r){return new Nt(t,n,r)}Nt.fromInt=Ut,Nt.fromNumber=Wt,Nt.fromBits=Mt;var Ht=h.pow;function jt(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?zt:Yt;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 jt(t.substring(1),n,r).neg();for(var e=Wt(Ht(r,8)),u=Yt,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=Wt(Ht(r,s));u=u.mul(a).add(Wt(c))}else u=(u=u.mul(e)).add(Wt(c))}return u.unsigned=n,u}function Bt(t,n){return"number"==typeof t?Wt(t,n):"string"==typeof t?jt(t,n):Mt(t.low,t.high,"boolean"==typeof n?n:t.unsigned)}Nt.fromString=jt,Nt.fromValue=Bt;var Vt=4294967296,xt=Vt*Vt,Gt=xt/2,Kt=Ut(1<<24),Yt=Ut(0);Nt.ZERO=Yt;var zt=Ut(0,!0);Nt.UZERO=zt;var Xt=Ut(1);Nt.ONE=Xt;var Zt=Ut(1,!0);Nt.UONE=Zt;var $t=Ut(-1);Nt.NEG_ONE=$t;var qt=Mt(-1,2147483647,!1);Nt.MAX_VALUE=qt;var Jt=Mt(-1,-1,!0);Nt.MAX_UNSIGNED_VALUE=Jt;var Qt=Mt(0,-2147483648,!1);Nt.MIN_VALUE=Qt;var tn=Nt.prototype;tn.toInt=function(){return this.unsigned?this.low>>>0:this.low},tn.toNumber=function(){return this.unsigned?(this.high>>>0)*Vt+(this.low>>>0):this.high*Vt+(this.low>>>0)},tn.toString=function(t){if((t=t||10)<2||36<t)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(Qt)){var n=Wt(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=Wt(Ht(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}},tn.getHighBits=function(){return this.high},tn.getHighBitsUnsigned=function(){return this.high>>>0},tn.getLowBits=function(){return this.low},tn.getLowBitsUnsigned=function(){return this.low>>>0},tn.getNumBitsAbs=function(){if(this.isNegative())return this.eq(Qt)?64:this.neg().getNumBitsAbs();for(var t=0!=this.high?this.high:this.low,n=31;n>0&&0==(t&1<<n);n--);return 0!=this.high?n+33:n+1},tn.isZero=function(){return 0===this.high&&0===this.low},tn.eqz=tn.isZero,tn.isNegative=function(){return!this.unsigned&&this.high<0},tn.isPositive=function(){return this.unsigned||this.high>=0},tn.isOdd=function(){return 1==(1&this.low)},tn.isEven=function(){return 0==(1&this.low)},tn.equals=function(t){return Pt(t)||(t=Bt(t)),(this.unsigned===t.unsigned||this.high>>>31!=1||t.high>>>31!=1)&&(this.high===t.high&&this.low===t.low)},tn.eq=tn.equals,tn.notEquals=function(t){return!this.eq(t)},tn.neq=tn.notEquals,tn.ne=tn.notEquals,tn.lessThan=function(t){return this.comp(t)<0},tn.lt=tn.lessThan,tn.lessThanOrEqual=function(t){return this.comp(t)<=0},tn.lte=tn.lessThanOrEqual,tn.le=tn.lessThanOrEqual,tn.greaterThan=function(t){return this.comp(t)>0},tn.gt=tn.greaterThan,tn.greaterThanOrEqual=function(t){return this.comp(t)>=0},tn.gte=tn.greaterThanOrEqual,tn.ge=tn.greaterThanOrEqual,tn.compare=function(t){if(Pt(t)||(t=Bt(t)),this.eq(t))return 0;var n=this.isNegative(),r=t.isNegative();return n&&!r?-1:!n&&r?1:this.unsigned?t.high>>>0>this.high>>>0||t.high===this.high&&t.low>>>0>this.low>>>0?-1:1:this.sub(t).isNegative()?-1:1},tn.comp=tn.compare,tn.negate=function(){return!this.unsigned&&this.eq(Qt)?Qt:this.not().add(Xt)},tn.neg=tn.negate,tn.add=function(t){Pt(t)||(t=Bt(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,Mt((a&=65535)<<16|(h&=65535),(f&=65535)<<16|(c&=65535),this.unsigned)},tn.subtract=function(t){return Pt(t)||(t=Bt(t)),this.add(t.neg())},tn.sub=tn.subtract,tn.multiply=function(t){if(this.isZero())return this;if(Pt(t)||(t=Bt(t)),Dt)return Mt(Dt.mul(this.low,this.high,t.low,t.high),Dt.get_high(),this.unsigned);if(t.isZero())return this.unsigned?zt:Yt;if(this.eq(Qt))return t.isOdd()?Qt:Yt;if(t.eq(Qt))return this.isOdd()?Qt:Yt;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(Kt)&&t.lt(Kt))return Wt(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,Mt((h&=65535)<<16|(l&=65535),(c&=65535)<<16|(a&=65535),this.unsigned)},tn.mul=tn.multiply,tn.divide=function(t){if(Pt(t)||(t=Bt(t)),t.isZero())throw f("division by zero");var n,r,i;if(Dt)return this.unsigned||-2147483648!==this.high||-1!==t.low||-1!==t.high?Mt((this.unsigned?Dt.div_u:Dt.div_s)(this.low,this.high,t.low,t.high),Dt.get_high(),this.unsigned):this;if(this.isZero())return this.unsigned?zt:Yt;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return zt;if(t.gt(this.shru(1)))return Zt;i=zt}else{if(this.eq(Qt))return t.eq(Xt)||t.eq($t)?Qt:t.eq(Qt)?Xt:(n=this.shr(1).div(t).shl(1)).eq(Yt)?t.isNegative()?Xt:$t:(r=this.sub(t.mul(n)),i=n.add(r.div(t)));if(t.eq(Qt))return this.unsigned?zt:Yt;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=Yt}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:Ht(2,e-48),o=Wt(n),s=o.mul(t);s.isNegative()||s.gt(r);)s=(o=Wt(n-=u,this.unsigned)).mul(t);o.isZero()&&(o=Xt),i=i.add(o),r=r.sub(s)}return i},tn.div=tn.divide,tn.modulo=function(t){return Pt(t)||(t=Bt(t)),Dt?Mt((this.unsigned?Dt.rem_u:Dt.rem_s)(this.low,this.high,t.low,t.high),Dt.get_high(),this.unsigned):this.sub(this.div(t).mul(t))},tn.mod=tn.modulo,tn.rem=tn.modulo,tn.not=function(){return Mt(~this.low,~this.high,this.unsigned)},tn.countLeadingZeros=function(){return this.high?h.clz32(this.high):h.clz32(this.low)+32},tn.clz=tn.countLeadingZeros,tn.countTrailingZeros=function(){return this.low?Ct(this.low):Ct(this.high)+32},tn.ctz=tn.countTrailingZeros,tn.and=function(t){return Pt(t)||(t=Bt(t)),Mt(this.low&t.low,this.high&t.high,this.unsigned)},tn.or=function(t){return Pt(t)||(t=Bt(t)),Mt(this.low|t.low,this.high|t.high,this.unsigned)},tn.xor=function(t){return Pt(t)||(t=Bt(t)),Mt(this.low^t.low,this.high^t.high,this.unsigned)},tn.shiftLeft=function(t){return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Mt(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):Mt(0,this.low<<t-32,this.unsigned)},tn.shl=tn.shiftLeft,tn.shiftRight=function(t){return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Mt(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):Mt(this.high>>t-32,this.high>=0?0:-1,this.unsigned)},tn.shr=tn.shiftRight,tn.shiftRightUnsigned=function(t){return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Mt(this.low>>>t|this.high<<32-t,this.high>>>t,this.unsigned):Mt(32===t?this.high:this.high>>>t-32,0,this.unsigned)},tn.shru=tn.shiftRightUnsigned,tn.shr_u=tn.shiftRightUnsigned,tn.rotateLeft=function(t){var n;return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Mt(this.high,this.low,this.unsigned):t<32?(n=32-t,Mt(this.low<<t|this.high>>>n,this.high<<t|this.low>>>n,this.unsigned)):(n=32-(t-=32),Mt(this.high<<t|this.low>>>n,this.low<<t|this.high>>>n,this.unsigned))},tn.rotl=tn.rotateLeft,tn.rotateRight=function(t){var n;return Pt(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Mt(this.high,this.low,this.unsigned):t<32?(n=32-t,Mt(this.high<<n|this.low>>>t,this.low<<n|this.high>>>t,this.unsigned)):(n=32-(t-=32),Mt(this.low<<n|this.high>>>t,this.high<<n|this.low>>>t,this.unsigned))},tn.rotr=tn.rotateRight,tn.toSigned=function(){return this.unsigned?Mt(this.low,this.high,!1):this},tn.toUnsigned=function(){return this.unsigned?this:Mt(this.low,this.high,!0)},tn.toBytes=function(t){return t?this.toBytesLE():this.toBytesBE()},tn.toBytesLE=function(){var t=this.high,n=this.low;return[255&n,n>>>8&255,n>>>16&255,n>>>24,255&t,t>>>8&255,t>>>16&255,t>>>24]},tn.toBytesBE=function(){var t=this.high,n=this.low;return[t>>>24,t>>>16&255,t>>>8&255,255&t,n>>>24,n>>>16&255,n>>>8&255,255&n]},Nt.fromBytes=function(t,n,r){return r?Nt.fromBytesLE(t,n):Nt.fromBytesBE(t,n)},Nt.fromBytesLE=function(t,n){return new Nt(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,n)},Nt.fromBytesBE=function(t,n){return new Nt(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],n)};var nn=Nt;h.pow(2,-52);function rn(){return Date.now()||(new Date).getTime()}nn.fromNumber(9007199254740991);function en(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),a.defineProperty(t,i.key,i)}}function un(t,n){var r=function(t,n){var r=t.length;if(r<=1)return t;for(var i=new Array(r),e=1;e<r;e*=2){on(t,n,e,i);var u=t;t=i,i=u}return t}(t,n);return r!==t&&on(r,null,t.length,t),t}function on(t,n,r,i){var e,u,o,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 sn=/[a-zA-Z]/,fn=/[0-9]/,cn=/[0-9a-fA-F]/,an=/^0x/i,hn=/^[0-9]+$/,ln=/^[0-9a-fA-F]+$/,vn=/^[0-7]+$/,dn=a.prototype.toString,yn=Array.isArray||function(t){return"[object Array]"===dn.call(t)},_n="undefined"!=typeof Symbol&&"symbol"==typeof Symbol.iterator;function wn(t){return yn(t)?t:Array.from(t)}function pn(t,n,r){var i=t[n];t[n]=t[r],t[r]=i}function gn(t){return t>=65&&t<=90}function Sn(t){return gn(t)||function(t){return t>=97&&t<=122}(t)}function In(t){return t>=48&&t<=57}function kn(t){return In(t)||Sn(t)}function En(t){return In(t)||t>=65&&t<=70||t>=97&&t<=102}function mn(t){return gn(t)?t+32:t}function bn(t){return In(t)?t-48:t>=65&&t<=70?t-65+10:t>=97&&t<=102?t-97+10:-1}function An(t,n){return void 0===n&&(n=!1),0<=t&&t<=9?t+48:10<=t&&t<=15?t+(n?87:55):-1}var Rn=h.min,On=String.fromCharCode,Tn=16384;function Dn(t){for(var n=t.length,r=[],i=0;i<n;i+=Tn){var e=Rn(i+Tn,n);r.push(On.apply(null,t.slice(i,e)))}return r.join("")}var Nn=2147483647,Pn=/[^\0-\x7E]/,Cn=/[\x2E\u3002\uFF0E\uFF61]/g,Fn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Ln=h.floor,Un=String.fromCharCode;function Wn(t){throw new RangeError(Fn[t])}function Mn(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 Hn,jn,Bn,Vn=function(t,n){return t+22+75*(t<26)-((0!=n)<<5)},xn=function(t,n,r){var i=0;for(t=r?Ln(t/700):t>>1,t+=Ln(t/n);t>455;i+=36)t=Ln(t/35);return Ln(i+36*t/(t+38))},Gn=function(t){return function(t,n){var r=t.split("@"),i="";r.length>1&&(i=r[0]+"@",t=r[1]);var e=function(t,n){for(var r=[],i=t.length;i--;)r[i]=n(t[i]);return r}((t=t.replace(Cn,".")).split("."),n).join(".");return i+e}(t,(function(t){return Pn.test(t)?"xn--"+function(t){for(var n=[],r=(t=Mn(t)).length,i=128,e=0,u=72,o=0,s=t;o<s.length;o++){var f=s[o];f<128&&n.push(Un(f))}var c=n.length,a=c;for(c&&n.push("-");a<r;){for(var h=Nn,l=0,v=t;l<v.length;l++){var d=v[l];d>=i&&d<h&&(h=d)}var y=a+1;h-i>Ln((Nn-e)/y)&&Wn("overflow"),e+=(h-i)*y,i=h;for(var _=0,w=t;_<w.length;_++){var p=w[_];if(p<i&&++e>Nn&&Wn("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(Un(Vn(I+k%E,0))),g=Ln(k/E)}n.push(Un(Vn(g,0))),u=xn(e,y,a==c),e=0,++a}}++e,++i}return n.join("")}(t):t}))};function Kn(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 Dn(n)}function Yn(t){if(t>=55296&&t<=57343)throw new f("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function zn(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)?(Yn(t),n.push(t>>12&15|224),n.push(zn(t,6))):0==(4292870144&t)&&(n.push(t>>18&7|240),n.push(zn(t,12)),n.push(zn(t,6))),n.push(63&t|128)):n.push(t)}function Zn(t){for(var n=[],r=0;r<t.length;r++){Xn(t[r],n)}return n}function $n(){if(Bn>=jn)throw new f("Invalid byte index");var t=255&Hn[Bn];if(Bn++,128==(192&t))return 63&t;throw new f("Invalid continuation byte")}function qn(){var t,n;if(Bn>jn)throw new f("Invalid byte index");if(Bn===jn)return!1;if(t=255&Hn[Bn],Bn++,0==(128&t))return t;if(192==(224&t)){if((n=(31&t)<<6|$n())>=128)return n;throw new f("Invalid continuation byte")}if(224==(240&t)){if((n=(15&t)<<12|$n()<<6|$n())>=2048)return Yn(n),n;throw new f("Invalid continuation byte")}if(240==(248&t)&&(n=(7&t)<<18|$n()<<12|$n()<<6|$n())>=65536&&n<=1114111)return n;throw new f("Invalid UTF-8 detected")}function Jn(t){return[37,An(t>>4),An(15&t)]}function Qn(t){return function(t){return t>=0&&t<=31}(t)||t>126}function tr(t){return Qn(t)||32===t||34===t||60===t||62===t||96===t}function nr(t){return tr(t)||35===t||63===t||123===t||125===t}function rr(t){return nr(t)||47===t||58===t||59===t||61===t||64===t||t>=91&&t<=94||124===t}function ir(t){return t<33||t>126||34===t||35===t||60===t||62===t}function er(t){return ir(t)||39===t}function ur(t,n){if(!n(t))return[t];for(var r=Zn([t]),i=[],e=0;e<r.length;e++){var u=r[e];i.push.apply(i,Jn(u))}return i}function or(t,n){for(var r=[],i=0,e=Mn(t);i<e.length;i++){var u=e[i];r.push.apply(r,ur(u,n))}return Kn(r)}function sr(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&&En(t[i+1])&&En(t[i+2])){var u=bn(t[i+1])<<4|bn(t[i+2]);n.push(u),i+=2}else n.push(e)}return n}(Zn(t))}function fr(t){return Kn(function(t){Hn=t.slice(),jn=Hn.length,Bn=0;for(var n,r=[];!1!==(n=qn());)r.push(n);return r}(sr(Mn(t))))}function cr(t){var n=t.length,r=[0,0,0,0,0,0,0,0],i=0,e=null,u=0;if(u<n&&":"===t[u]){if(!(u+1<n&&":"===t[u+1]))throw new c;u+=2,e=i+=1}for(;u<n;){if(8===i)throw new c("Too many groups");if(":"!==t[u]){for(var o=0,s=0;s<4&&u<n&&cn.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(!fn.test(t[u]))throw new c;for(;u<n&&fn.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;)pn(r,i,e+v-1),i-=1,v-=1}else if(8!==i)throw new c;return r}function ar(t){var n=10,r=hn;return an.test(t)?(t=t.slice(2),n=16,r=ln):t.length>=2&&"0"===t[0]&&(t=t.slice(1),n=8,r=vn),""===t?0:r.test(t)?l(t,n):void 0}var hr={pJ:4},lr=/[\0\t\n\r #%/:?@\[\\\]]/,vr=/[\0\t\n\r #/:?@\[\\\]]/;function dr(t,n){if("["===t[0]){if("]"!==t[t.length-1])throw new c("Invalid IPv6 address");return{pJ:2,q8:cr(t.slice(1,-1))}}if(!n)return function(t){if(vr.test(t))throw new c("Invalid code point in opaque host");var n=or(t,Qn);return""===n?hr:{pJ:3,Vx:n}}(t);var r=function(t){var n=function(t){return Gn(t.toLowerCase())}(t);return n}(fr(t));if(lr.test(r))throw new c("Invalid code point in host");var i=function(t){var n=t.split(".");if(""===n[n.length-1]&&n.pop(),!(n.length>4)){for(var r=[],i=0;i<n.length;i++){var e=n[i];if(""===e)return;var u=ar(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?{pJ:1,q8:i}:""===r?hr:{pJ:0,z8:r}}function yr(t){switch(t.pJ){case 0:return t.z8;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.q8);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.q8)+"]";case 3:return t.Vx;case 4:return""}}var _r=/\+/g;function wr(t){return 42===t||45===t||46===t||95===t||kn(t)}function pr(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(_r," "),s=s.replace(_r," ");var f=fr(o),c=fr(s);r.push([f,c])}}return r}function gr(t){for(var n="",r=0;r<t.length;r++){var i=t[r];r>0&&(n+="&"),n+=Sr(Zn(Mn(i[0])))+"="+Sr(Zn(Mn(i[1])))}return n}function Sr(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];32===i?n.push(43):wr(i)?n.push(i):n.push.apply(n,Jn(i))}return Dn(n)}var Ir=/(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])/;function kr(t){var n=""+t,r=Ir.exec(n);return r?function(t,n){for(var r=t.length,i=[],e=n;e<r;e++){var u=t.charCodeAt(e);if(mr(u))if(br(u)||e===r-1)i.push(Er);else{var o=t.charCodeAt(e+1);br(o)?(i.push(u,o),e++):i.push(Er)}else i.push(u)}return t.slice(0,n)+Dn(i)}(n,r.index):n}var Er=65533,mr=function(t){return 55296==(63488&t)},br=function(t){return 0!=(1024&t)};function Ar(t,n){var r=t[0],i=n[0];return r===i?0:r<i?-1:1}function Rr(t){t.X8.length=0}function Or(t,n){!function(t,n){for(var r=0;r<n.length;r++)t[r]=n[r];t.length=n.length}(t.X8,pr(n))}function Tr(t){if(t.G8){var n=gr(t.X8);""===n&&(n=null),t.G8.G8.Q8=n}}var Dr=function(){function t(t){if(void 0===t&&(t=void 0),this.G8=null,null==t)this.X8=[];else if("object"==typeof t||"function"==typeof t)if(function(t){return t instanceof Dr&&!!yn(t.X8)&&(!_n||t[Symbol.iterator]===Nr)}(t))this.X8=t.X8.slice();else if(function(t){return null!=t&&(!!yn(t)||!!_n&&"function"==typeof t[Symbol.iterator])}(t)){this.X8=[];for(var n=0,r=wn(t);n<r.length;n++){var i=wn(r[n]);if(2!==i.length)throw new c("Invalid name-value pair");this.X8.push([kr(i[0]),kr(i[1])])}}else for(var e in this.X8=[],t)a.prototype.hasOwnProperty.call(t,e)&&this.X8.push([kr(e),kr(t[e])]);else(t=kr(t)).length>0&&"?"===t[0]&&(t=t.slice(1)),this.X8=pr(t)}var n=t.prototype;return n.append=function(t,n){t=kr(t),n=kr(n),this.X8.push([t,n]),Tr(this)},n.delete=function(t){t=kr(t);for(var n=this.X8,r=0;r<n.length;){n[r][0]===t?n.splice(r,1):r++}Tr(this)},n.get=function(t){t=kr(t);for(var n=this.X8,r=0;r<n.length;r++){var i=n[r];if(i[0]===t)return i[1]}return null},n.getAll=function(t){t=kr(t);for(var n=this.X8,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=kr(t);for(var n=this.X8,r=0;r<n.length;r++){if(n[r][0]===t)return!0}return!1},n.set=function(t,n){t=kr(t),n=kr(n);for(var r=this.X8,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]),Tr(this)},n.sort=function(){un(this.X8,Ar),Tr(this)},n.toString=function(){return gr(this.X8)},n.entries=function(){return new Lr(this.X8,Pr)},n.keys=function(){return new Lr(this.X8,Cr)},n.values=function(){return new Lr(this.X8,Fr)},n.forEach=function(t){var n=this;this.X8.forEach((function(r){return t(r[1],r[0],n)}))},t}(),Nr=Dr.prototype.entries;_n&&(Dr.prototype[Symbol.iterator]=Nr);var Pr=function(t){return[t[0],t[1]]},Cr=function(t){return t[0]},Fr=function(t){return t[1]},Lr=function(){function t(t,n){this.K8=0,this.X8=t,this.j8=n}return t.prototype.next=function(){return this.K8<this.X8.length?{done:!1,value:this.j8(this.X8[this.K8++])}:{done:!0,value:void 0}},t}(),Ur="null";var Wr=a.create(null);Wr.ftp=21,Wr.file=0,Wr.gopher=70,Wr.http=80,Wr.https=443,Wr.ws=80,Wr.wss=443;var Mr=/^(?:\.|%2e)$/i,Hr=/^(?:\.|%2e){2}$/i;function jr(t){return Mr.test(t)}function Br(t){return Hr.test(t)}function Vr(t){return void 0!==Wr[t]}function xr(t){return Vr(t.Y8)}function Gr(t){return""!==t.Z8||""!==t.J8}function Kr(t){var n=t.length;if(!(n>=2))return!1;if(!zr(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 Yr(t){return 2===t.length&&sn.test(t[0])&&(":"===t[1]||"|"===t[1])}function zr(t){return 2===t.length&&Yr(Dn(t))}function Xr(t){return Yr(t)&&":"===t[1]}function Zr(t){var n=t.t9;0!==n.length&&("file"===t.Y8&&1===n.length&&Xr(n[0])||n.pop())}function $r(t){return null===t.e9||hr===t.e9||t.i9||"file"===t.Y8}var qr=-1,Jr=/\t|\n|\r/g,Qr=/^[\x00-\x1f ]+|[\x00-\x1f ]+$/g;function ti(t,n,r,i){void 0===r&&(r=null),void 0===i&&(i=null),r||(r=new ri,t=t.replace(Qr,""));var e=null!==i?i:0;n=n||null;for(var u=[],o=!1,s=!1,f=!1,a=Mn(t=t.replace(Jr,"")),h=a.length,v=0;v<=h;){var d=v<h?a[v]:qr;switch(e){case 0:if(!Sn(d)){if(null===i){u.length=0,e=2;continue}throw new c("Invalid scheme")}u.push(mn(d)),e=1;break;case 1:if(kn(d)||43===d||45===d||46===d)u.push(mn(d));else{if(58!==d){if(null===i){u.length=0,e=2,v=0;continue}throw new c("Invalid scheme")}var y=Kn(u);if(null!==i){if(Vr(r.Y8)&&!Vr(y))return;if(!Vr(r.Y8)&&Vr(y))return;if((Gr(r)||null!==r.a6)&&"file"===y)return;if("file"===r.Y8&&(r.e9===hr||null===r.e9))return}if(r.Y8=y,null!==i)return void(xr(r)&&r.a6===Wr[r.Y8]&&(r.a6=null));u.length=0,"file"===r.Y8?e=13:xr(r)&&n&&n.Y8===r.Y8?e=3:xr(r)?e=7:47===a[v+1]?(e=4,v+=1):(r.i9=!0,r.t9.push(""),e=18)}break;case 2:if(!n||n.i9&&35!==d)throw new c("Invalid scheme");n.i9&&35===d?(r.Y8=n.Y8,r.t9=n.t9.slice(),r.Q8=n.Q8,r.s9="",r.i9=!0,e=20):"file"!==n.Y8?(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.Y8=n.Y8,qr===d?(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,r.t9=n.t9.slice(),r.Q8=n.Q8):47===d?e=6:63===d?(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,r.t9=n.t9.slice(),r.Q8="",e=19):35===d?(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,r.t9=n.t9.slice(),r.Q8=n.Q8,r.s9="",e=20):92===d&&xr(r)?e=6:(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,r.t9=n.t9.slice(),r.t9.pop(),e=17,v-=1);break;case 6:!xr(r)||47!==d&&92!==d?47===d?e=9:(r.Z8=n.Z8,r.J8=n.J8,r.e9=n.e9,r.a6=n.a6,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=Kn(ur(w,rr));f?r.J8+=p:r.Z8+=p}else f=!0}u.length=0}else if(qr===d||47===d||63===d||35===d||xr(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.Y8)v-=1,e=15;else if(58!==d||s)if(qr===d||47===d||63===d||35===d||xr(r)&&92===d){if(v-=1,xr(r)&&0===u.length)throw new c("Invalid host");if(null!==i&&0===u.length&&(Gr(r)||null!==r.a6))return;var g=dr(Kn(u),xr(r));if(r.e9=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=dr(Kn(u),xr(r));if(r.e9=S,u.length=0,e=12,11===i)return}break;case 12:if(In(d))u.push(d);else{if(!(qr===d||47===d||63===d||35===d||xr(r)&&92===d||null!==i))throw new c("Invalid port");if(0!==u.length){var I=l(Kn(u),10);if(I>65535)throw new c("Invalid port");r.a6=I===Wr[r.Y8]?null:I,u.length=0}if(null!==i)return;e=16,v-=1}break;case 13:r.Y8="file",47===d||92===d?e=14:n&&"file"===n.Y8?qr===d?(r.e9=n.e9,r.t9=n.t9.slice(),r.Q8=n.Q8):63===d?(r.e9=n.e9,r.t9=n.t9.slice(),r.Q8="",e=19):35===d?(r.e9=n.e9,r.t9=n.t9.slice(),r.Q8=n.Q8,r.s9="",e=20):(Kr(a.slice(v))||(r.e9=n.e9,r.t9=n.t9.slice(),Zr(r)),e=17,v-=1):(e=17,v-=1);break;case 14:47===d||92===d?e=15:(n&&"file"===n.Y8&&!Kr(a.slice(v))&&(Xr(n.t9[0])?r.t9.push(n.t9[0]):r.e9=n.e9),e=17,v-=1);break;case 15:if(qr===d||47===d||92===d||63===d||35===d)if(v-=1,null===i&&zr(u))e=17;else if(0===u.length){if(r.e9=hr,null!==i)return;e=16}else{var k=dr(Kn(u),xr(r));if(0===k.pJ&&"localhost"===k.z8&&(k=hr),r.e9=k,null!==i)return;u.length=0,e=16}else u.push(d);break;case 16:xr(r)?(e=17,47!==d&&92!==d&&(v-=1)):null===i&&63===d?(r.Q8="",e=19):null===i&&35===d?(r.s9="",e=20):qr!==d&&(e=17,47!==d&&(v-=1));break;case 17:if(qr===d||47===d||xr(r)&&92===d||null===i&&(63===d||35===d)){var E=Kn(u);if(Br(E)?(Zr(r),47===d||xr(r)&&92===d||r.t9.push("")):!jr(E)||47===d||xr(r)&&92===d?jr(E)||("file"===r.Y8&&0===r.t9.length&&zr(u)&&(hr!==r.e9&&null!==r.e9&&(r.e9=hr),u[1]=58,E=Kn(u)),r.t9.push(E)):r.t9.push(""),u.length=0,"file"===r.Y8&&(qr===d||63===d||35===d))for(;r.t9.length>1&&""===r.t9[0];)r.t9.shift();63===d?(r.Q8="",e=19):35===d&&(r.s9="",e=20)}else u.push.apply(u,ur(d,nr));break;case 18:63===d?(r.Q8="",e=19):35===d?(r.s9="",e=20):qr!==d&&(r.t9[0]+=Kn(ur(d,Qn)));break;case 19:null===i&&35===d?(r.s9="",e=20):qr!==d&&(r.Q8+=Kn(ur(d,xr(r)?er:ir)));break;case 20:qr===d||0===d||(r.s9+=Kn(ur(d,tr)))}v++}return r}function ni(t,n,r,i){try{ti(t,n,r,i)}catch(t){}}var ri=function(){this.Y8="",this.Z8="",this.J8="",this.e9=null,this.a6=null,this.t9=[],this.Q8=null,this.s9=null,this.i9=!1};function ii(t){switch(t.Y8){case"blob":var n;try{n=ti(t.t9[0],null)}catch(t){return Ur}return ii(n);case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return function(t,n,r){return t+"://"+yr(n)+(null===r?"":":"+r)}(t.Y8,t.e9,t.a6);default:return Ur}}var ei,ui,oi=function(){function t(t,n){var r,i=null;if(null!=n)if(function(t){return null!=t&&t instanceof oi&&"object"==typeof t.G8}(n))i=n.G8;else try{i=ti(String(n),null)}catch(t){throw new c("Invalid base URL: "+t.message)}try{r=ti(String(t),i)}catch(t){throw new c("Invalid URL: "+t.message)}var e=r.Q8;this.G8=r,this.Q8=function(t){var n=new Dr;return null!==t&&Or(n,t),n}(e),this.Q8.G8=this}var n=t.prototype;return n.toString=function(){return this.href},n.toJSON=function(){return this.href},function(t,n,r){n&&en(t.prototype,n),r&&en(t,r)}(t,[{key:"href",get:function(){return function(t,n){void 0===n&&(n=!1);var r=t.Y8+":";if(null!==t.e9?(r+="//",Gr(t)&&(r+=t.Z8,""!==t.J8&&(r+=":"+t.J8),r+="@"),r+=yr(t.e9),null!==t.a6&&(r+=":"+t.a6)):null===t.e9&&"file"===t.Y8&&(r+="//"),t.i9)r+=t.t9[0];else for(var i=0,e=t.t9;i<e.length;i++)r+="/"+e[i];return null!==t.Q8&&(r+="?"+t.Q8),n||null===t.s9||(r+="#"+t.s9),r}(this.G8)},set:function(t){var n;try{n=ti(String(t),null)}catch(t){throw new c("Invalid URL: "+t.message)}this.G8=n,Rr(this.Q8);var r=this.G8.Q8;null!==r&&Or(this.Q8,r)}},{key:"origin",get:function(){return ii(this.G8)}},{key:"protocol",get:function(){return this.G8.Y8+":"},set:function(t){ni(t+":",null,this.G8,0)}},{key:"username",get:function(){return this.G8.Z8},set:function(t){$r(this.G8)||(this.G8.Z8=or(t,rr))}},{key:"password",get:function(){return this.G8.J8},set:function(t){$r(this.G8)||(this.G8.J8=or(t,rr))}},{key:"host",get:function(){var t=this.G8,n=t.e9;if(null===n)return"";var r=t.a6,i=yr(n);return null!==r&&(i+=":"+r),i},set:function(t){this.G8.i9||ni(t,null,this.G8,10)}},{key:"hostname",get:function(){var t=this.G8.e9;return null===t?"":yr(t)},set:function(t){this.G8.i9||ni(t,null,this.G8,11)}},{key:"port",get:function(){var t=this.G8.a6;return null===t?"":""+t},set:function(t){$r(this.G8)||(""===t?this.G8.a6=null:ni(t,null,this.G8,12))}},{key:"pathname",get:function(){var t=this.G8.t9;return this.G8.i9?t[0]:0===t.length?"":"/"+t.join("/")},set:function(t){this.G8.i9||(this.G8.t9.length=0,ni(t,null,this.G8,16))}},{key:"search",get:function(){var t=this.G8.Q8;return null===t||""===t?"":"?"+t},set:function(t){t=kr(t);var n=this.G8;if(""===t)return n.Q8=null,void Rr(this.Q8);"?"===t[0]&&(t=t.slice(1)),n.Q8="",ni(t,null,n,19),Or(this.Q8,t)}},{key:"searchParams",get:function(){return this.Q8}},{key:"hash",get:function(){var t=this.G8.s9;return null===t||""===t?"":"#"+t},set:function(t){""!==t?("#"===t[0]&&(t=t.slice(1)),this.G8.s9="",ni(t,null,this.G8,20)):this.G8.s9=null}}]),t}();function si(t){return t.document&&t.document.baseURI||t.location.href||""}function fi(){return void 0!==r?r.createElement("video"):void 0}var ci=!!("ontouchstart"in self||self.DocumentTouch&&r instanceof self.DocumentTouch)||!(!i||!i.msMaxTouchPoints),ai=(ui||(ui=fi()),ui),hi=!(!ai||!ai.webkitShowPlaybackTargetPicker),li=function(){function t(){this.r9=void 0,this.w9=!1,this.Ye=ci,this.Ks=!1,this.Z6=!0}var r=t.prototype;return r.h9=function(){return 0},r.g9=function(t,n){return!0},r.v9=function(t){return t>=.3333333333333333},J(t,[{key:"n9",get:function(){return void 0===this.r9&&(this.r9=this.h9()),this.r9}},{key:"o9",get:function(){return!yt.ZP}},{key:"a9",get:function(){if(n.screen)return{width:n.screen.width,height:n.screen.height}}},{key:"D0",get:function(){return n.devicePixelRatio||1}},{key:"u9",get:function(){return hi}},{key:"_0",get:function(){return!1}},{key:"o0",get:function(){return!0}},{key:"Ow",get:function(){return yt.HP||yt.eP}},{key:"c9",get:function(){return!yt.eP}},{key:"yO",get:function(){return!0}},{key:"Lw",get:function(){return!0}},{key:"Mw",get:function(){return!1}},{key:"l9",get:function(){}},{key:"d9",get:function(){return!0}},{key:"kY",get:function(){return!1}},{key:"f9",get:function(){return!1}},{key:"_9",get:function(){return yt.IP}}]),t}(),vi=function(){var t=fi();if(!t)return!1;var n=t.muted;return t.muted=!n,t.muted!==n}();!function(){if(yt.ZR)return!1;var t=fi();if(!t)return!1;var n=t.volume;t.volume=n/2+.1,t.volume}();var di=function(t){function n(n){var r;return(r=t.call(this)||this).m9=n,r.m9&&(r.w9=r.m9.w9,r.Ye=r.m9.Ye,r.Z6=vi&&r.m9.Z6),r}tt(n,t);var r=n.prototype;return r.h9=function(){return this.m9?this.m9.n9:t.prototype.h9.call(this)},r.g9=function(n,r){return this.m9?this.m9.g9(n,r):t.prototype.g9.call(this,n,r)},r.v9=function(n){return this.m9?this.m9.v9(n):t.prototype.v9.call(this,n)},J(n,[{key:"l9",get:function(){var t;return null==(t=this.m9)?void 0:t.l9}},{key:"d9",get:function(){var t,n;return null==(n=null==(t=this.m9)?void 0:t.d9)||n}}]),n}(li),yi=function(t){function n(n){var r;return(r=t.call(this,n)||this).w9=!0,r.Ks=!0,r}return tt(n,t),J(n,[{key:"Mw",get:function(){return yt.eP}}]),n}(di);var _i=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.h9=function(){return function(t){return t&>(ei.ManagedMediaSource)?ei.ManagedMediaSource:gt(ei.MediaSource)?ei.MediaSource:void 0}(!0)?t.prototype.h9.call(this):1},J(n,[{key:"Mw",get:function(){return!0}}]),n}(yi),wi=function(t){function r(){return t.apply(this,arguments)}return tt(r,t),r.prototype.g9=function(n,r){return t.prototype.g9.call(this,n,r)},J(r,[{key:"_0",get:function(){return yt.TP<3}},{key:"o0",get:function(){return yt.TP>=3}},{key:"a9",get:function(){var t=this;return n.tizen&&!this.p9&&n.tizen.systeminfo.getPropertyValue("DISPLAY",(function(n){var r=n.resolutionWidth,i=n.resolutionHeight;1===r&&1===i||(t.p9={width:r,height:i})})),this.p9}},{key:"kY",get:function(){return yt.TP<3}},{key:"f9",get:function(){return!0}}]),r}(di),pi=function(t){function n(){return t.call(this)}return tt(n,t),n}(li),gi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.g9=function(t,n){if(t&&t.y9&&n&&n.y9){var r=Si(t.y9,"mp4a.40.2")&&Si(n.y9,"mp4a.40.5"),i=Si(t.y9,"mp4a.40.5")&&Si(n.y9,"mp4a.40.2"),e=Si(t.y9,"mp4a.40.2")&&Si(n.y9,"mp4a.40.34"),u=Si(t.y9,"mp4a.40.34")&&Si(n.y9,"mp4a.40.2"),o=Si(t.y9,"mp4a.40.5")&&Si(n.y9,"mp4a.40.34"),s=Si(t.y9,"mp4a.40.34")&&Si(n.y9,"mp4a.40.5");return!(r||i||e||u||o||s)}return!0},J(n,[{key:"l9",get:function(){if(yt.DR)return 4096}}]),n}(pi);function Si(t,n){return t.indexOf(n)>-1}var Ii=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),n.prototype.v9=function(t){return t>=2},n}(pi),ki=function(t){function n(){var n;return(n=t.call(this)||this).w9=yt.qP>=11,n.Z6=yt.HP&&!(yt.eP&&yt.qP<10),n}return tt(n,t),n}(pi),Ei=function(t){function r(){return t.apply(this,arguments)}return tt(r,t),J(r,[{key:"a9",get:function(){var t=this;return n.webOS&&!this.p9&&n.webOS.deviceInfo((function(n){t.p9={width:n.screenWidth,height:n.screenHeight}})),this.p9}},{key:"yO",get:function(){return!1}},{key:"f9",get:function(){return!0}}]),r}(di),mi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),J(n,[{key:"d9",get:function(){return!yt.MR||(yt.wP?92!==yt.pP:yt.gP>=100)}}]),n}(pi),bi=function(t){function n(){return t.apply(this,arguments)}return tt(n,t),J(n,[{key:"Mw",get:function(){return!0}}]),n}(di),Ai=function(){function t(){this.k9=new Ri,this.I9=function(){var t=function(){if(yt.LP)return new gi;if(yt.PP||yt.xP)return new Ii;if(yt.HP)return new ki;if(yt.fP)return new mi;return new pi}();return yt.eP?new _i(t):yt.Ks?new yi(t):yt.AP?new wi(t):yt.kP?new Ei(t):yt.DR?new bi(t):new di(t)}(),this.E9=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.H_=function(){return self.performance.now()}:this.H_=rn}var n=t.prototype;return n.A9=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];At.apply(void 0,it(n))},n.Um=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Rt.apply(void 0,it(n))},n.b9=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Ot.apply(void 0,it(n))},n.T9=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];Tt.apply(void 0,[t].concat(it(r)))},n.q_=function(t,n){return e(t,n)},n.uZ=function(t,n){return o(t,n)},n.W_=function(t){u(t)},n.lZ=function(t){s(t)},n.SD=function(){return this.S9.SD()},n.vD=function(){return this.S9.vD()},n.mD=function(){return this.S9.mD()},n.wD=function(){return this.S9.wD()},n._D=function(){return this.S9._D()},n.yD=function(t,n){return this.S9.yD(t,n)},n.gD=function(t){return this.S9.gD(t)},n.Rh=function(t,n){var r;return void 0===n&&(n=si(ei)),r="object"!=typeof n||n instanceof oi?n:n.href,new oi(t,r)},n.Fm=function(t,n){if(void 0===n&&(n=si(ei)),this.E9){var r=function(t){return"string"==typeof t}(n)?n:n.toString();return new self.URL(t,r).href}return this.Rh(t,n).href},J(t,[{key:"fO",get:function(){return this.k9}},{key:"Zs",get:function(){return this.I9}},{key:"Uw",get:function(){return{Fw:i&&i.userAgent.match(/Android /i)?"Android":"other",Vw:Boolean(i&&i.userAgent.match(/Android 8.0.0/i))}}},{key:"rq",get:function(){return self&&self.location&&"https:"===self.location.protocol}},{key:"R9",get:function(){return"languages"in i?i.languages.slice():[i.language]}}]),t}(),Ri=function(){function t(){}return J(t,[{key:"_O",get:function(){return i.oscpu}},{key:"Zs",get:function(){return i.platform}},{key:"gO",get:function(){return i.vendor}},{key:"vO",get:function(){return i.vendorSub}}]),t}();var Oi,Ti=function(){function t(){}var n=t.prototype;return n._D=function(){return V.resolve(!1)},n.vD=function(){return V.resolve(!1)},n.wD=function(){return V.resolve(!1)},n.mD=function(){return V.resolve(!1)},n.gD=function(t){return V.resolve(!1)},n.yD=function(t,n){return V.resolve(!1)},n.SD=function(){return V.resolve(!1)},t}(),Di=function(){function t(){}var n=t.prototype;return n.cV=function(){},n.MC=function(t){},n.DC=function(t){},n.vM=function(t,n){},t}();function Ni(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)||rt(t,n)||function(){throw new c("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}!function(t){t.MI="arraybuffer",t.LI="json",t.FI="stream",t.KT="text"}(Oi||(Oi={}));var Pi,Ci=function(){function t(n){var r=this;this.I_={},n instanceof t?n.asList().forEach((function(t){var n=Ni(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=Fi(r),i=Li(i);var e=r.toLowerCase();if(this.I_.hasOwnProperty(e)){var u=this.I_[e],o=u[1];u[1]=o?o+", "+i:i}else this.I_[e]=[r,i]},n.delete=function(t){var n=Fi(t).toLowerCase();delete this.I_[n]},n.get=function(t){var n=Fi(t).toLowerCase();return this.I_.hasOwnProperty(n)?this.I_[n][1]:null},n.has=function(t){var n=Fi(t).toLowerCase();return this.I_.hasOwnProperty(n)},n.set=function(t,n){var r=t,i=(r=Fi(r)).toLowerCase();this.I_[i]=[r,Li(n)]},n.forEach=function(t,n){for(var r in this.I_)this.I_.hasOwnProperty(r)&&t.call(n,this.I_[r][1],r,this)},n.asList=function(){var t=[];for(var n in this.I_)if(this.I_.hasOwnProperty(n)){var r=Ni(this.I_[n],2),i=r[0],e=r[1];t.push([i,e])}return t},n.UI=function(){var t={};return this.forEach((function(n,r){t[r]=n})),t},n.VI=function(t){var n=this;t.forEach((function(t,r){n.append(r,t)}))},n.HI=function(t){var n=this;t.forEach((function(t,r){n.set(r,t)}))},t}();function Fi(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 Li(t){var n=t;return"string"!=typeof n&&(n=String(n)),n}!function(t){t[t.ih=0]="ih",t[t.b_=1]="b_",t[t.T_=-1]="T_"}(Pi||(Pi={}));Array.prototype.find,Array.prototype.findLast;var Ui="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},Wi="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 Mi(t,n){var r=t.indexOf(n);return-1!==r&&(Hi(t,r),!0)}function Hi(t,n){0===n?t.shift():t.splice(n,1)}function ji(t){t.length=0}Array.prototype.flat,Array.prototype.flatMap;var Bi,Vi,xi,Gi,Ki,Yi=function(){function t(){this.P_=!1,this.C_=!1,this.x_=[],this.N_=[]}var n=t.prototype;return n.R_=function(){if(!this.P_&&!this.C_){this.P_=!0;for(var t=0,n=this.x_.slice();t<n.length;t++){(0,n[t])()}this.Ou()}},n.Ou=function(){if(!this.C_){this.C_=!0;for(var t=0,n=this.N_.slice();t<n.length;t++){(0,n[t])()}ji(this.x_),ji(this.N_)}},n.D_=function(t){this.C_||this.x_.push(t)},n.B_=function(t){this.C_||Mi(this.x_,t)},n.O_=function(t){this.C_||this.N_.push(t)},n.M_=function(t){this.C_||Mi(this.N_,t)},t}(),zi=function(){function t(){this.F_=new Yi}var n=t.prototype;return n.Jl=function(){this.F_.R_()},n.Ou=function(){this.F_.Ou()},n.U_=function(t){var n=this.F_;if(!n.P_)if(t.P_)n.R_();else if(!n.C_&&!t.C_){var r=function(){i(),n.R_()},i=function(){t.B_(r),t.M_(i),n.B_(r),n.M_(i)};t.D_(r),t.O_(i),n.D_(r),n.O_(i)}},n.V_=function(){var n=new t,r=new t,i=n.L_,e=r.L_,u=this.F_,o=function(){i.P_&&e.C_||e.P_&&i.C_?u.R_():i.C_&&e.C_&&u.Ou()};i.D_(o),e.D_(o),i.O_(o),e.O_(o),n.U_(u),r.U_(u);return u.O_((function(){i.B_(o),e.B_(o),i.M_(o),e.M_(o)})),[n,r]},J(t,[{key:"L_",get:function(){return this.F_}}]),t}();!function(t){t.DELETE="DELETE",t.GET="GET",t.HEAD="HEAD",t.OPTIONS="OPTIONS",t.POST="POST",t.PUT="PUT"}(Bi||(Bi={})),function(t){t.YT="",t.WI="manifest",t.qI="segment",t.zI="preload-hint",t.XI="content-protection"}(Vi||(Vi={})),function(t){t.YT="",t.GI="initialization-segment",t.QI="fairplay-license",t.KI="fairplay-certificate",t.jI="widevine-license",t.YI="widevine-certificate",t.ZI="playready-license",t.JI="clearkey-license",t.$I="aes128-key"}(xi||(xi={})),function(t){t.YT="",t.yy="audio",t.vl="video",t.KT="text",t.jT="image"}(Gi||(Gi={})),function(t){t.tR="same-origin",t.Vm="no-cors",t.eR="cors",t.iR="navigate"}(Ki||(Ki={}));var Xi=function(t,n){var r,i,e,u,o,s,f,c,a,h,l,v,d,y,_=t.TI;n?(r=n.sR,i=n.nR,e=n.rR,u=n.hR,o=n.kI,s=n.oR,f=n.L_,c=n.Iw,a=n.aR,h=n.uR,l=n.cR,v=n.lR,d=n.bw):(r=null,i={},e="GET",u=Oi.KT,o=0,s=0,c="",a="",h="",l=!1,d=void 0),this.TI=_,this.sR=t.sR||r,this.nR=new Ci(t.nR||i),this.rR=t.rR||e,this.hR=t.hR||u,this.kI=void 0!==t.kI?Number(t.kI)||0:o,this.oR=void 0!==t.oR?Number(t.oR)||0:s,this.L_=t.L_||f||(new zi).L_,this.Iw=t.Iw||c,this.aR=t.aR||a,this.uR=t.uR||h,this.cR=void 0!==t.cR?Boolean(t.cR):l,this.lR=t.lR||v,this.bw=null!=(y=t.bw)?y:d};var Zi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];f.apply(this,n)};(Zi.prototype=a.create(f.prototype)).constructor=Zi;var $i,qi=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 tt(n,t),J(n,[{key:"name",get:function(){return"BaseError"}}]),n}(Zi);!function(t){t.vI="HttpOpenError",t.wI="HttpResponseError",t.mI="HttpTimeoutError"}($i||($i={}));var Ji=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).yI=n,e}return tt(n,t),J(n,[{key:"pI",get:function(){return this.yI}}]),n}(qi);var Qi=function(t){function n(n,r){return t.call(this,n,function(t){return"Error while opening "+t+". Invalid URL."}(n.TI),r)}return tt(n,t),J(n,[{key:"name",get:function(){return $i.vI}}]),n}(Ji),te=function(){function t(){}var n=t.prototype;return n.pI=function(t){return V.reject(new Qi(new Xi(t)))},n.xH=function(t){},n.bn=function(){},t}(),ne=function(t){function n(n){return t.call(this,"Invalid XML",n)}return tt(n,t),n}(qi),re=function(t){function n(){var n;return(n=t.apply(this,arguments)||this).y7=new Ti,n.vR=new te,n.i=new Di,n}return tt(n,t),n.prototype.oI=function(t){throw new ne},J(n,[{key:"S9",get:function(){return this.y7}},{key:"A7",get:function(){return!1}},{key:"eZ",get:function(){return!1}},{key:"k7",get:function(){return!1}},{key:"pZ",get:function(){return!1}},{key:"fM",get:function(){return this.i}},{key:"E7",get:function(){return{I7:St}}},{key:"R7",get:function(){return"default"}},{key:"P7",get:function(){return"unknown"}},{key:"Gf",get:function(){return this.vR}}]),n}(Ai);!function(t){t}(new re);var ie,ee=function(){function t(){this.Dy=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.Dy=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.Dy?this.Dy.length:0;this.ui(t);var i=(n=h).max.apply(n,it(this.p));return i>r?i+=h.round(.1*i):i<r&&(i=h.min(r,i+h.round(.1*i))),i},n.nv=function(t){var n=this.li(t);return(this.Dy?this.Dy.length:0)!==n&&this.vr(n),this.Dy},t}(),ue=function(t){function n(n,r){var i,e=ce[n];return(i=t.call(this,e?e.bC:"")||this).code=n,i.info=r,i.helpLink=e&&e.iv,i.helpLinkText=e&&e.sv,i}return tt(n,t),J(n,[{key:"name",get:function(){return"THEOplayerError"}}]),n}(qi);!function(t){t.cv="LICENSE_INVALID",t.av="MANIFEST_NOT_FOUND",t.lv="MANIFEST_CORS_ERROR",t.dv="INVALID_HLS_MANIFEST",t.gv="PLAYBACK_ISSUE",t.kv="AUDIO_ISSUE",t.jv="BROWSER_SUPPORT_ISSUE",t.gd="INVALID_KEY",t.ZOt="DECRYPTION_ERROR",t.Ad="AD_BLOCK_DETECTED",t.ty="THEOPLAYER_NOT_INITIALIZED",t.aa="ERROR",t.ny="MANIFEST_SEQUENCE_RESET_ERROR",t.hy="PLAYER_INCORRECTLY_CONFIGURED",t.ky="UNSUPPORTED"}(ie||(ie={}));var oe,se,fe=[{FC:"LICENSE_INVALID",bC:"The license for this player is invalid. Please contact your service provider for additional information."},{FC:"MANIFEST_NOT_FOUND",bC:"Could not load the manifest file."},{FC:"MANIFEST_CORS_ERROR",bC:"Could not load the manifest file. Make sure the source is set correctly and that CORS support is enabled.",iv:"https://www.theoplayer.com/documentation/cors.html",my:!1},{FC:"INVALID_HLS_MANIFEST",bC:"The source of the player is an invalid HLS manifest.",iv:"https://developer.apple.com/library/ios/technotes/tn2288/_index.html"},{FC:"PLAYBACK_ISSUE",bC:"There appears to be a playback issue."},{FC:"AUDIO_ISSUE",bC:"There is an audio issue. Please contact your service provider with the code below for additional information."},{FC:"BROWSER_SUPPORT_ISSUE",bC:"Your browser doesn't support a feature. Try upgrading your browser or please contact your service provider referring to the code below."},{FC:"INVALID_KEY",bC:"There is an invalid key being decrypted. Please contact your service provider with the code below for additional information."},{FC:"DECRYPTION_ERROR",bC:"There is a decryption error. Please contact your service provider with the code below for additional information."},{FC:"AD_BLOCK_DETECTED",bC:"An ad blocker was detected. Please turn it off and refresh the page in order to watch this video."},{FC:"THEOPLAYER_NOT_INITIALIZED",bC:"THEOplayer hasn't been initialized yet. Please check your configuration or wait."},{FC:"ERROR",bC:"THEOplayer encountered an error. If this issue holds, please contact your service provider."},{FC:"MANIFEST_SEQUENCE_RESET_ERROR",bC:"The video stream has been reset. THEOplayer will attempt to reload the source."},{FC:"PLAYER_INCORRECTLY_CONFIGURED",bC:"The player is incorrectly configured.",iv:"https://support.theoplayer.com/hc/en-us/articles/214343065-Player-API"},{FC:"UNSUPPORTED",bC:"This browser does not allow you to watch this video. Try to update your browser or use a different browser."}],ce={};for(se=0;se<fe.length;se++)ce[(oe=fe[se]).FC]=oe;"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");var ae=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"],he=(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}),le=(String.prototype.padStart,String.prototype.padEnd,16384);String.fromCodePoint;function ve(t,n){for(var r=[],i=0;i<t.length;i+=le)r.push(n.apply(void 0,it(t.slice(i,i+le))));return r.join("")}function de(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 ye=[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],_e=2048,we=16;function pe(t,n,r){var i=0,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=new t.Uint8Array(r);function Yi(t,n,r,Yi,zi,Xi,Zi,$i,qi,Ji,Qi,te,ne,re,ie,ee){t|=0,n|=0,r|=0,Yi|=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|g)?(ue=Ki[Ie|t^Ti]^vi,oe=Ki[Ie|re^Vi]^di,se=Ki[Ie|Qi^Hi]^yi,fe=Ki[Ie|$i^Ui]^_i,ce=Ki[Ie|zi^Ci]^wi,ae=Ki[Ie|n^Di]^pi,he=Ki[Ie|ie^xi]^gi,le=Ki[Ie|te^ji]^Si,ve=Ki[Ie|qi^Wi]^Ii,de=Ki[Ie|Xi^Fi]^ki,ye=Ki[Ie|r^Ni]^Ei,_e=Ki[Ie|ee^Gi]^mi,we=Ki[Ie|ne^Bi]^bi,pe=Ki[Ie|Ji^Mi]^Ai,ge=Ki[Ie|Zi^Li]^Ri,Se=Ki[Ie|Yi^Pi]^Oi,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^qr,oe=Ki[Ie|n]^Jr,se=Ki[Ie|r]^Qr,fe=Ki[Ie|Yi]^ti,ce=Ki[Ie|zi]^ni,ae=Ki[Ie|Xi]^ri,he=Ki[Ie|Zi]^ii,le=Ki[Ie|$i]^ei,ve=Ki[Ie|qi]^ui,de=Ki[Ie|Ji]^oi,ye=Ki[Ie|Qi]^si,_e=Ki[Ie|te]^fi,we=Ki[Ie|ne]^ci,pe=Ki[Ie|re]^ai,ge=Ki[Ie|ie]^hi,Se=Ki[Ie|ee]^li,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^Lr,oe=Ki[Ie|n]^Ur,se=Ki[Ie|r]^Wr,fe=Ki[Ie|Yi]^Mr,ce=Ki[Ie|zi]^Hr,ae=Ki[Ie|Xi]^jr,he=Ki[Ie|Zi]^Br,le=Ki[Ie|$i]^Vr,ve=Ki[Ie|qi]^xr,de=Ki[Ie|Ji]^Gr,ye=Ki[Ie|Qi]^Kr,_e=Ki[Ie|te]^Yr,we=Ki[Ie|ne]^zr,pe=Ki[Ie|re]^Xr,ge=Ki[Ie|ie]^Zr,Se=Ki[Ie|ee]^$r,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^gr,oe=Ki[Ie|n]^Sr,se=Ki[Ie|r]^Ir,fe=Ki[Ie|Yi]^kr,ce=Ki[Ie|zi]^Er,ae=Ki[Ie|Xi]^mr,he=Ki[Ie|Zi]^br,le=Ki[Ie|$i]^Ar,ve=Ki[Ie|qi]^Rr,de=Ki[Ie|Ji]^Or,ye=Ki[Ie|Qi]^Tr,_e=Ki[Ie|te]^Dr,we=Ki[Ie|ne]^Nr,pe=Ki[Ie|re]^Pr,ge=Ki[Ie|ie]^Cr,Se=Ki[Ie|ee]^Fr,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^ir,oe=Ki[Ie|n]^er,se=Ki[Ie|r]^ur,fe=Ki[Ie|Yi]^or,ce=Ki[Ie|zi]^sr,ae=Ki[Ie|Xi]^fr,he=Ki[Ie|Zi]^cr,le=Ki[Ie|$i]^ar,ve=Ki[Ie|qi]^hr,de=Ki[Ie|Ji]^lr,ye=Ki[Ie|Qi]^vr,_e=Ki[Ie|te]^dr,we=Ki[Ie|ne]^yr,pe=Ki[Ie|re]^_r,ge=Ki[Ie|ie]^wr,Se=Ki[Ie|ee]^pr):(ue=Ki[Ie|t^gr]^ir,oe=Ki[Ie|re^Pr]^er,se=Ki[Ie|Qi^Tr]^ur,fe=Ki[Ie|$i^Ar]^or,ce=Ki[Ie|zi^Er]^sr,ae=Ki[Ie|n^Sr]^fr,he=Ki[Ie|ie^Cr]^cr,le=Ki[Ie|te^Dr]^ar,ve=Ki[Ie|qi^Rr]^hr,de=Ki[Ie|Xi^mr]^lr,ye=Ki[Ie|r^Ir]^vr,_e=Ki[Ie|ee^Fr]^dr,we=Ki[Ie|ne^Nr]^yr,pe=Ki[Ie|Ji^Or]^_r,ge=Ki[Ie|Zi^br]^wr,Se=Ki[Ie|Yi^kr]^pr),t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^Bn,oe=Ki[Ie|n]^Vn,se=Ki[Ie|r]^xn,fe=Ki[Ie|Yi]^Gn,ce=Ki[Ie|zi]^Kn,ae=Ki[Ie|Xi]^Yn,he=Ki[Ie|Zi]^zn,le=Ki[Ie|$i]^Xn,ve=Ki[Ie|qi]^Zn,de=Ki[Ie|Ji]^$n,ye=Ki[Ie|Qi]^qn,_e=Ki[Ie|te]^Jn,we=Ki[Ie|ne]^Qn,pe=Ki[Ie|re]^tr,ge=Ki[Ie|ie]^nr,Se=Ki[Ie|ee]^rr,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^bn,oe=Ki[Ie|n]^An,se=Ki[Ie|r]^Rn,fe=Ki[Ie|Yi]^On,ce=Ki[Ie|zi]^Tn,ae=Ki[Ie|Xi]^Dn,he=Ki[Ie|Zi]^Nn,le=Ki[Ie|$i]^Pn,ve=Ki[Ie|qi]^Cn,de=Ki[Ie|Ji]^Fn,ye=Ki[Ie|Qi]^Ln,_e=Ki[Ie|te]^Un,we=Ki[Ie|ne]^Wn,pe=Ki[Ie|re]^Mn,ge=Ki[Ie|ie]^Hn,Se=Ki[Ie|ee]^jn,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^cn,oe=Ki[Ie|n]^an,se=Ki[Ie|r]^hn,fe=Ki[Ie|Yi]^ln,ce=Ki[Ie|zi]^vn,ae=Ki[Ie|Xi]^dn,he=Ki[Ie|Zi]^yn,le=Ki[Ie|$i]^_n,ve=Ki[Ie|qi]^wn,de=Ki[Ie|Ji]^pn,ye=Ki[Ie|Qi]^gn,_e=Ki[Ie|te]^Sn,we=Ki[Ie|ne]^In,pe=Ki[Ie|re]^kn,ge=Ki[Ie|ie]^En,Se=Ki[Ie|ee]^mn,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^Yt,oe=Ki[Ie|n]^zt,se=Ki[Ie|r]^Xt,fe=Ki[Ie|Yi]^Zt,ce=Ki[Ie|zi]^$t,ae=Ki[Ie|Xi]^qt,he=Ki[Ie|Zi]^Jt,le=Ki[Ie|$i]^Qt,ve=Ki[Ie|qi]^tn,de=Ki[Ie|Ji]^nn,ye=Ki[Ie|Qi]^rn,_e=Ki[Ie|te]^en,we=Ki[Ie|ne]^un,pe=Ki[Ie|re]^on,ge=Ki[Ie|ie]^sn,Se=Ki[Ie|ee]^fn,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^Dt,oe=Ki[Ie|n]^Nt,se=Ki[Ie|r]^Pt,fe=Ki[Ie|Yi]^Ct,ce=Ki[Ie|zi]^Ft,ae=Ki[Ie|Xi]^Lt,he=Ki[Ie|Zi]^Ut,le=Ki[Ie|$i]^Wt,ve=Ki[Ie|qi]^Mt,de=Ki[Ie|Ji]^Ht,ye=Ki[Ie|Qi]^jt,_e=Ki[Ie|te]^Bt,we=Ki[Ie|ne]^Vt,pe=Ki[Ie|re]^xt,ge=Ki[Ie|ie]^Gt,Se=Ki[Ie|ee]^Kt,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^dt,oe=Ki[Ie|n]^yt,se=Ki[Ie|r]^_t,fe=Ki[Ie|Yi]^wt,ce=Ki[Ie|zi]^pt,ae=Ki[Ie|Xi]^gt,he=Ki[Ie|Zi]^St,le=Ki[Ie|$i]^It,ve=Ki[Ie|qi]^kt,de=Ki[Ie|Ji]^Et,ye=Ki[Ie|Qi]^mt,_e=Ki[Ie|te]^bt,we=Ki[Ie|ne]^At,pe=Ki[Ie|re]^Rt,ge=Ki[Ie|ie]^Ot,Se=Ki[Ie|ee]^Tt,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^J,oe=Ki[Ie|n]^Q,se=Ki[Ie|r]^tt,fe=Ki[Ie|Yi]^nt,ce=Ki[Ie|zi]^rt,ae=Ki[Ie|Xi]^it,he=Ki[Ie|Zi]^et,le=Ki[Ie|$i]^ut,ve=Ki[Ie|qi]^ot,de=Ki[Ie|Ji]^st,ye=Ki[Ie|Qi]^ft,_e=Ki[Ie|te]^ct,we=Ki[Ie|ne]^at,pe=Ki[Ie|re]^ht,ge=Ki[Ie|ie]^lt,Se=Ki[Ie|ee]^vt,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],ue=Ki[Ie|t]^U,oe=Ki[Ie|n]^W,se=Ki[Ie|r]^M,fe=Ki[Ie|Yi]^H,ce=Ki[Ie|zi]^j,ae=Ki[Ie|Xi]^B,he=Ki[Ie|Zi]^V,le=Ki[Ie|$i]^x,ve=Ki[Ie|qi]^G,de=Ki[Ie|Ji]^K,ye=Ki[Ie|Qi]^Y,_e=Ki[Ie|te]^z,we=Ki[Ie|ne]^X,pe=Ki[Ie|re]^Z,ge=Ki[Ie|ie]^$,Se=Ki[Ie|ee]^q,t=Ki[be|ue]^Ki[Ee|oe]^Ki[me|se]^Ki[ke|fe],n=Ki[ke|we]^Ki[be|pe]^Ki[Ee|ge]^Ki[me|Se],r=Ki[me|ve]^Ki[ke|de]^Ki[be|ye]^Ki[Ee|_e],Yi=Ki[Ee|ce]^Ki[me|ae]^Ki[ke|he]^Ki[be|le],zi=Ki[be|ce]^Ki[Ee|ae]^Ki[me|he]^Ki[ke|le],Xi=Ki[ke|ue]^Ki[be|oe]^Ki[Ee|se]^Ki[me|fe],Zi=Ki[me|we]^Ki[ke|pe]^Ki[be|ge]^Ki[Ee|Se],$i=Ki[Ee|ve]^Ki[me|de]^Ki[ke|ye]^Ki[be|_e],qi=Ki[be|ve]^Ki[Ee|de]^Ki[me|ye]^Ki[ke|_e],Ji=Ki[ke|ce]^Ki[be|ae]^Ki[Ee|he]^Ki[me|le],Qi=Ki[me|ue]^Ki[ke|oe]^Ki[be|se]^Ki[Ee|fe],te=Ki[Ee|we]^Ki[me|pe]^Ki[ke|ge]^Ki[be|Se],ne=Ki[be|we]^Ki[Ee|pe]^Ki[me|ge]^Ki[ke|Se],re=Ki[ke|ve]^Ki[be|de]^Ki[Ee|ye]^Ki[me|_e],ie=Ki[me|ce]^Ki[ke|ae]^Ki[be|he]^Ki[Ee|le],ee=Ki[Ee|ue]^Ki[me|oe]^Ki[ke|se]^Ki[be|fe],i=Ki[Ie|t]^S,e=Ki[Ie|n]^I,u=Ki[Ie|r]^k,o=Ki[Ie|Yi]^E,s=Ki[Ie|zi]^m,f=Ki[Ie|Xi]^b,c=Ki[Ie|Zi]^A,a=Ki[Ie|$i]^R,h=Ki[Ie|qi]^O,l=Ki[Ie|Ji]^T,v=Ki[Ie|Qi]^D,d=Ki[Ie|te]^N,y=Ki[Ie|ne]^P,_=Ki[Ie|re]^C,w=Ki[Ie|ie]^F,p=Ki[Ie|ee]^L}return{tw:function(t,n,r,g,S,I,k,E,m,b,A,R,O,T,D,N){i=t|=0,e=n|=0,u=r|=0,o=g|=0,s=S|=0,f=I|=0,c=k|=0,a=E|=0,h=m|=0,l=b|=0,v=A|=0,d=R|=0,y=O|=0,_=T|=0,w=D|=0,p=N|=0},rw:function(t,n,r,i,e,u,o,s,f,c,a,h,l,v,d,y){I=n|=0,k=r|=0,E=i|=0,m=e|=0,b=u|=0,A=o|=0,R=s|=0,O=f|=0,T=c|=0,D=a|=0,N=h|=0,P=l|=0,F=d|=0,L=y|=0,g=16,U=(S=t|=0)^Ki[0|(C=v|=0)]^1,W=I^Ki[0|F],M=k^Ki[0|L],H=E^Ki[0|P],X=P^(G=O^(j=m^U)),$=F^(Y=D^(V=A^M)),q=L^(z=N^(x=R^H)),J=U^Ki[0|(Z=C^(K=T^(B=b^W)))]^2,Q=W^Ki[0|$],tt=M^Ki[0|q],nt=H^Ki[0|X],at=X^(ot=G^(rt=j^J)),lt=$^(ft=Y^(et=V^tt)),vt=q^(ct=z^(ut=x^nt)),dt=J^Ki[0|(ht=Z^(st=K^(it=B^Q)))]^4,yt=Q^Ki[0|lt],_t=tt^Ki[0|vt],wt=nt^Ki[0|at],At=at^(kt=ot^(pt=rt^dt)),Ot=lt^(mt=ft^(St=et^_t)),Tt=vt^(bt=ct^(It=ut^wt)),Dt=dt^Ki[0|(Rt=ht^(Et=st^(gt=it^yt)))]^8,Nt=yt^Ki[0|Ot],Pt=_t^Ki[0|Tt],Ct=wt^Ki[0|At],Vt=At^(Mt=kt^(Ft=pt^Dt)),Gt=Ot^(jt=mt^(Ut=St^Pt)),Kt=Tt^(Bt=bt^(Wt=It^Ct)),Yt=Dt^Ki[0|(xt=Rt^(Ht=Et^(Lt=gt^Nt)))]^16,zt=Nt^Ki[0|Gt],Xt=Pt^Ki[0|Kt],Zt=Ct^Ki[0|Vt],un=Vt^(tn=Mt^($t=Ft^Yt)),sn=Gt^(rn=jt^(Jt=Ut^Xt)),fn=Kt^(en=Bt^(Qt=Wt^Zt)),cn=Yt^Ki[0|(on=xt^(nn=Ht^(qt=Lt^zt)))]^32,an=zt^Ki[0|sn],hn=Xt^Ki[0|fn],ln=Zt^Ki[0|un],In=un^(wn=tn^(vn=$t^cn)),En=sn^(gn=rn^(yn=Jt^hn)),mn=fn^(Sn=en^(_n=Qt^ln)),bn=cn^Ki[0|(kn=on^(pn=nn^(dn=qt^an)))]^64,An=an^Ki[0|En],Rn=hn^Ki[0|mn],On=ln^Ki[0|In],Wn=In^(Cn=wn^(Tn=vn^bn)),Hn=En^(Ln=gn^(Nn=yn^Rn)),jn=mn^(Un=Sn^(Pn=_n^On)),Bn=bn^Ki[0|(Mn=kn^(Fn=pn^(Dn=dn^An)))]^128,Vn=An^Ki[0|Hn],xn=Rn^Ki[0|jn],Gn=On^Ki[0|Wn],Qn=Wn^(Zn=Cn^(Kn=Tn^Bn)),nr=Hn^(qn=Ln^(zn=Nn^xn)),rr=jn^(Jn=Un^(Xn=Pn^Gn)),ir=Bn^Ki[0|(tr=Mn^($n=Fn^(Yn=Dn^Vn)))]^27,er=Vn^Ki[0|nr],ur=xn^Ki[0|rr],or=Gn^Ki[0|Qn],yr=Qn^(hr=Zn^(sr=Kn^ir)),wr=nr^(vr=qn^(cr=zn^ur)),pr=rr^(dr=Jn^(ar=Xn^or)),gr=ir^Ki[0|(_r=tr^(lr=$n^(fr=Yn^er)))]^54,Sr=er^Ki[0|wr],Ir=ur^Ki[0|pr],kr=or^Ki[0|yr],Nr=yr^(Rr=hr^(Er=sr^gr)),Pr=_r^(Or=lr^(mr=fr^Sr)),Cr=wr^(Tr=vr^(br=cr^Ir)),Fr=pr^(Dr=dr^(Ar=ar^kr))},sw:function(t,n){n|=0;var r=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;if(15&(t|=0))return-1;for(r=i,g=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;(0|n)>=16;)Yi(0|Ki[t],0|Ki[1|t],0|Ki[2|t],0|Ki[3|t],0|Ki[4|t],0|Ki[5|t],0|Ki[6|t],0|Ki[7|t],0|Ki[8|t],0|Ki[9|t],0|Ki[10|t],0|Ki[11|t],0|Ki[12|t],0|Ki[13|t],0|Ki[14|t],0|Ki[15|t]),i^=r,r=0|Ki[t],e^=g,g=0|Ki[1|t],u^=S,S=0|Ki[2|t],o^=I,I=0|Ki[3|t],s^=k,k=0|Ki[4|t],f^=E,E=0|Ki[5|t],c^=m,m=0|Ki[6|t],a^=b,b=0|Ki[7|t],h^=A,A=0|Ki[8|t],l^=R,R=0|Ki[9|t],v^=O,O=0|Ki[10|t],d^=T,T=0|Ki[11|t],y^=D,D=0|Ki[12|t],_^=N,N=0|Ki[13|t],w^=P,P=0|Ki[14|t],p^=C,C=0|Ki[15|t],Ki[t]=i,Ki[1|t]=e,Ki[2|t]=u,Ki[3|t]=o,Ki[4|t]=s,Ki[5|t]=f,Ki[6|t]=c,Ki[7|t]=a,Ki[8|t]=h,Ki[9|t]=l,Ki[10|t]=v,Ki[11|t]=d,Ki[12|t]=y,Ki[13|t]=_,Ki[14|t]=w,Ki[15|t]=p,t=t+16|0,n=n-16|0,F=F+16|0;return i=r,e=g,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,0|F}}}function ge(t){return new y(t).set(ye),pe({Uint8Array:y},0,t)}var Se=new y(1048576),Ie=function(){function t(t){if(this.kw=!0,this.kwt=_e,this.up=0,this.tg=null,this.ng=new ee,this.ig=new ee,this.ug=new ee,(t=t||{}).sg=t.sg||4096,t.sg<=0||t.sg%4096)throw new ue(ie.ZOt,{code:"CAD1409"});this.lg=t.lg||new y(t.sg),this.kg=t.kg||ge(this.lg.buffer),this.ir(t)}var n=t.prototype;return n.mg=function(t){var n=t.bg;this.tg=null,this.kwt=_e,this.up=0;var r=new y(16);return n&&(n.length>16&&(n=de(n,0,16)),r.set(n,16-n.length),this.kg.rw(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.BS=function(t){var n=new y(we);t&&(t.length>we&&(t=de(t,0,we)),n.set(t,we-t.length)),this.kg.tw(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.ir=function(t){t=t||{},this.mg(t);var n=t.kw;return this.kw=void 0===n||!!n,this.BS(t.eEt),this},n.tk=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.ik=function(t){for(var n=t.byteOffset||0,r=t.byteLength||t.length||0,i=this.kg,e=this.lg,u=this.kw,o=this.kwt,s=this.up,f=0,c=we*h.floor((s+r)/we),a=0,l=this.ng.nv(c);r>0;)s+=a=this.tk(e,o+s,t,n,r),n+=a,r-=a,a=i.sw(o,s-(u&&0===r&&s%we==0?we:0)),l.set(e.subarray(o,o+a),f),f+=a,a<s?(o+=a,s-=a):(o=_e,s=0);return this.tg=l.subarray(0,f),this.kwt=o,this.up=s,this},n.uk=function(){var t,n=this.kg,r=this.lg,i=this.kw,e=this.kwt,u=this.up,o=this.ig.nv(u);if(0===u){if(i)throw new ue(ie.ZOt,{code:"DAC1559"});return this.tg=new y(0),this.kwt=_e,this.up=0,this}if(u%we!=0)throw new ue(ie.ZOt,{code:"DAC1563"});return u>0&&(n.sw(e,u),o.set(r.subarray(e,e+u))),i&&(t=o[u-1],o=o.subarray(0,u-t)),this.tg=o.subarray(0,u),this.kwt=_e,this.up=0,this},n.rCt=function(t){var n=this.ik(t).tg,r=this.uk().tg,i=n.length+r.length,e=this.ug.nv(i);return e.set(n),r.length>0&&e.set(r,n.length),this.tg=e.subarray(0,i),this},t}(),ke=new Ie({lg:Se,kg:ge(Se.buffer)});var Ee,me,be,Ae=self;function Re(t,n){return void 0===Ee&&(Ee=function(){var t=new y(1);try{return Ae.postMessage(t,[t.buffer]),0===t.byteLength}catch(t){return!1}}()),n&&Ee?Ae.postMessage(t,n):Ae.postMessage(t)}!function(t){t.QOt="rCt",t.KOt="CCt"}(me||(me={})),function(t){t.jOt="YOt",t.ZOt="JOt"}(be||(be={}));var Oe=self;function Te(t,n,r){n={},r||(r="DAW0008"),Oe.postMessage({lMt:be.ZOt,cMt:t,sk:n.message||r,ak:n.name,kk:n.stack,mk:JSON.stringify(n)})}var De,Ne=[];function Pe(t){for(var n=0;n<Ne.length;n++){if(Ne[n].rMt===t)return void Hi(Ne,n)}}function Ce(){Ne.length?De||(De=e(Fe,0)):(u(De),De=void 0)}function Fe(){De&&(u(De),De=void 0),Ne.length&&function(t){var n,r=t.nMt,i=t.rMt,e=t.hMt,u=t.oMt,o=t.aMt;try{if(r===me.QOt){try{n=function(t,n,r,i){if(void 0===t)throw new ue(ie.ZOt,{code:"CAD1600"});if(void 0===n)throw new ue(ie.gd,{code:"CAD1603"});return ke.ir({bg:n,kw:r,eEt:i}).rCt(t).tg}(e,u,!0,o)}catch(t){return Te(i,t,"DAW0033")}try{return Re({lMt:be.jOt,cMt:i,dMt:n},[n.buffer])}catch(t){return Te(i,t,"DAW0038")}}throw new ue(ie.gv,{code:"DAW0042"})}catch(t){return Te(i,t,"DAW0045")}}(Ne.shift()),Ce()}Oe.addEventListener("message",(function(t){var n=t.data;if(n.nMt===me.KOt)!function(t){for(var n=0;n<t.length;n++)Pe(t[n])}(n.rm);else!function(t){Ne.push(t)}(n);Ce()}),!1),Oe.postMessage({GOt:"7.1.1"})}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof a?a:"undefined"!=typeof global?global:this);
|