/* Polyfill service v4.8.0 * Disable minification (remove `.min` from URL path) for more info */ (function(self, undefined) {function ArrayCreate(r){if(1/r==-1/0&&(r=0),r>Math.pow(2,32)-1)throw new RangeError("Invalid array length");var a=[];return a.length=r,a}function Call(t,l){var n=arguments.length>2?arguments[2]:[];if(!1===IsCallable(t))throw new TypeError(Object.prototype.toString.call(t)+"is not a function.");return t.apply(l,n)}function CreateDataProperty(e,r,t){var a={value:t,writable:!0,enumerable:!0,configurable:!0};try{return Object.defineProperty(e,r,a),!0}catch(e){return!1}}function CreateDataPropertyOrThrow(t,r,o){var e=CreateDataProperty(t,r,o);if(!e)throw new TypeError("Cannot assign value `"+Object.prototype.toString.call(o)+"` to property `"+Object.prototype.toString.call(r)+"` on object `"+Object.prototype.toString.call(t)+"`");return e}function CreateMethodProperty(e,r,t){var a={value:t,writable:!0,enumerable:!1,configurable:!0};Object.defineProperty(e,r,a)}function Get(n,t){return n[t]}function HasProperty(n,r){return r in n}function IsArray(r){return"[object Array]"===Object.prototype.toString.call(r)}function IsCallable(n){return"function"==typeof n}function RequireObjectCoercible(e){if(null===e||void 0===e)throw TypeError(Object.prototype.toString.call(e)+" is not coercible to Object.");return e}function SameValueNonNumber(e,n){return e===n}function ToBoolean(o){return Boolean(o)}function ToNumber(r){return Number(r)}function ToObject(r){if(null===r||void 0===r)throw TypeError();return Object(r)}function GetV(t,e){return ToObject(t)[e]}function GetMethod(e,l){var t=GetV(e,l);if(null!==t&&void 0!==t){if(!1===IsCallable(t))throw new TypeError("Method not callable: "+l);return t}}function ToUint32(a){var r=Number(a);return isNaN(r)||1/r==1/0||1/r==-1/0||r===1/0||r===-1/0?0:(r<0?-1:1)*Math.floor(Math.abs(r))>>>0}function Type(e){switch(typeof e){case"undefined":return"undefined";case"boolean":return"boolean";case"number":return"number";case"string":return"string";case"symbol":return"symbol";default:return null===e?"null":"Symbol"in self&&(e instanceof self.Symbol||e.constructor===self.Symbol)?"symbol":"object"}}function CreateIterResultObject(e,r){if("boolean"!==Type(r))throw new Error;var t={};return CreateDataProperty(t,"value",e),CreateDataProperty(t,"done",r),t}function GetPrototypeFromConstructor(t,o){var r=Get(t,"prototype");return"object"!==Type(r)&&(r=o),r}function OrdinaryCreateFromConstructor(r,e){var t=arguments[2]||{},o=GetPrototypeFromConstructor(r,e),a=Object.create(o);for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&Object.defineProperty(a,n,{configurable:!0,enumerable:!1,writable:!0,value:t[n]});return a}function IsConstructor(t){return"object"===Type(t)&&("function"==typeof t&&!!t.prototype)}function Construct(r){var t=arguments.length>2?arguments[2]:r,o=arguments.length>1?arguments[1]:[];if(!IsConstructor(r))throw new TypeError("F must be a constructor.");if(!IsConstructor(t))throw new TypeError("newTarget must be a constructor.");if(t===r)return new(Function.prototype.bind.apply(r,[null].concat(o)));var n=OrdinaryCreateFromConstructor(t,Object.prototype);return Call(r,n,o)}function IsRegExp(e){if("object"!==Type(e))return!1;var t="Symbol"in self&&"match"in self.Symbol?Get(e,self.Symbol.match):void 0;if(void 0!==t)return ToBoolean(t);try{var l=e.lastIndex;return e.lastIndex=0,RegExp.prototype.exec.call(e),!0}catch(e){}finally{e.lastIndex=l}return!1}function IteratorClose(r,t){if("object"!==Type(r["[[Iterator]]"]))throw new Error(Object.prototype.toString.call(r["[[Iterator]]"])+"is not an Object.");var e=r["[[Iterator]]"],o=GetMethod(e,"return");if(void 0===o)return t;try{var n=Call(o,e)}catch(r){var a=r}if(t)return t;if(a)throw a;if("object"!==Type(n))throw new TypeError("Iterator's return method returned a non-object.");return t}function IteratorComplete(t){if("object"!==Type(t))throw new Error(Object.prototype.toString.call(t)+"is not an Object.");return ToBoolean(Get(t,"done"))}function IteratorNext(t){if(arguments.length<2)var e=Call(t["[[NextMethod]]"],t["[[Iterator]]"]);else e=Call(t["[[NextMethod]]"],t["[[Iterator]]"],[arguments[1]]);if("object"!==Type(e))throw new TypeError("bad iterator");return e}function IteratorStep(t){var r=IteratorNext(t);return!0!==IteratorComplete(r)&&r}function IteratorValue(t){if("object"!==Type(t))throw new Error(Object.prototype.toString.call(t)+"is not an Object.");return Get(t,"value")}function OrdinaryToPrimitive(r,t){if("string"===t)var e=["toString","valueOf"];else e=["valueOf","toString"];for(var i=0;i1?arguments[1]:void 0;if("object"===Type(e)){if(arguments.length<2)var i="default";else t===String?i="string":t===Number&&(i="number");var r="function"==typeof self.Symbol&&"symbol"==typeof self.Symbol.toPrimitive?GetMethod(e,self.Symbol.toPrimitive):void 0;if(void 0!==r){var o=Call(r,e,[i]);if("object"!==Type(o))return o;throw new TypeError("Cannot convert exotic object to primitive.")}return"default"===i&&(i="number"),OrdinaryToPrimitive(e,i)}return e}function ToString(t){switch(Type(t)){case"symbol":throw new TypeError("Cannot convert a Symbol value to a string");case"object":return ToString(ToPrimitive(t,String));default:return String(t)}}function ToPropertyKey(r){var i=ToPrimitive(r,String);return"symbol"===Type(i)?i:ToString(i)}function TrimString(e,u){var r=RequireObjectCoercible(e),t=ToString(r),n=/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/.source;if("start"===u)var p=String.prototype.replace.call(t,new RegExp("^"+n,"g"),"");else p="end"===u?String.prototype.replace.call(t,new RegExp(n+"$","g"),""):String.prototype.replace.call(t,new RegExp("^"+n+"|"+n+"$","g"),"");return p}function UTF16Decode(e,n){return 1024*(e-55296)+(n-56320)+65536}function UTF16Encoding(n){return n<=65535?n:[Math.floor((n-65536)/1024)+55296,(n-65536)%1024+56320]}if (!("of"in Array )) {CreateMethodProperty(Array,"of",function r(){var t=arguments.length,e=arguments,a=this;if(IsConstructor(a))var o=Construct(a,[t]);else o=ArrayCreate(t);for(var n=0;n0;){var l=String(M),y=String(h);if(HasProperty(n,l)){var c=n[l];n[y]=c}else delete n[y];M+=s,h+=s,g-=1}return n});}if (!("fill"in Array.prototype )) {CreateMethodProperty(Array.prototype,"fill",function t(e){for(var r=arguments[1],o=arguments[2],n=ToObject(this),a=ToLength(Get(n,"length")),h=ToInteger(r),i=h<0?Math.max(a+h,0):Math.min(h,a),g=void 0===o?a:ToInteger(o),M=g<0?Math.max(a+g,0):Math.min(g,a);i1?arguments[1]:void 0,a=0;a1?arguments[1]:void 0,a=0;a=0)var a=n;else(a=o+n)<0&&(a=0);for(;a>0}function f(t){return t>>>0}function u(r){if(!("TYPED_ARRAY_POLYFILL_NO_ARRAY_ACCESSORS"in t)){if(r.length>S)throw RangeError("Array too large for polyfill");var e;for(e=0;e>e}function h(t,r){var e=32-r;return t<>>e}function s(t){return[255&t]}function l(t){return a(t[0],8)}function y(t){return[255&t]}function p(t){return h(t[0],8)}function c(t){return t=k(Number(t)),[t<0?0:t>255?255:255&t]}function g(t){return[255&t,t>>8&255]}function E(t){return a(t[1]<<8|t[0],16)}function v(t){return[255&t,t>>8&255]}function b(t){return h(t[1]<<8|t[0],16)}function _(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]}function T(t){return a(t[3]<<24|t[2]<<16|t[1]<<8|t[0],32)}function w(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]}function O(t){return h(t[3]<<24|t[2]<<16|t[1]<<8|t[0],32)}function A(t,r,e){function n(t){var r=Y(t),e=t-r;return e<.5?r:e>.5?r+1:r%2?r+1:r}var o,i,f,u=(1<=F(2,1-u)){i=x(Y(U(t)/M),1023);var a=t/F(2,i);a<1&&(i-=1,a*=2),a>=2&&(i+=1,a/=2);var h=F(2,e);f=n(a*h)-h,i+=u,f/h>=1&&(i+=1,f=0),i>2*u&&(i=(1<>=1;return l.reverse(),f=l.join(""),u=(1<0?a*F(2,h-u)*(1+s/F(2,e)):0!==s?a*F(2,-(u-1))*(s/F(2,e)):a<0?-0:0}function L(t){return j(t,11,52)}function R(t){return A(t,11,52)}function d(t){return j(t,8,23)}function B(t){return A(t,8,23)}function N(t,r,e){return e.writable=!0,e.configurable=!0,Object.defineProperty(t,r,e)}var P=void 0,S=1e5,M=Math.LN2,m=Math.abs,Y=Math.floor,U=Math.log,I=Math.max,x=Math.min,F=Math.pow,k=Math.round;!function(){var t=Object.defineProperty,r=!function(){try{return Object.defineProperty({},"x",{})}catch(t){return!1}}();t&&!r||(Object.defineProperty=function(r,e,n){if(t)try{return t(r,e,n)}catch(t){}if(r!==Object(r))throw TypeError("Object.defineProperty called on non-object");return Object.prototype.__defineGetter__&&"get"in n&&Object.prototype.__defineGetter__.call(r,e,n.get),Object.prototype.__defineSetter__&&"set"in n&&Object.prototype.__defineSetter__.call(r,e,n.set),"value"in n&&(r[e]=n.value),r})}(),function(){function a(t){if((t=i(t))<0)throw RangeError("ArrayBuffer size is not a small enough positive integer.");N(this,"byteLength",{value:t}),N(this,"_bytes",{value:Array(t)});for(var r=0;r=1&&"object"===r(arguments[0])&&arguments[0]instanceof h)return function(t){if(this.constructor!==t.constructor)throw TypeError();var r=t.length*this.BYTES_PER_ELEMENT;N(this,"buffer",{value:new a(r)}),N(this,"byteLength",{value:r}),N(this,"byteOffset",{value:0}),N(this,"length",{value:t.length});for(var e=0;e=1&&"object"===r(arguments[0])&&!(arguments[0]instanceof h)&&!(arguments[0]instanceof a||"ArrayBuffer"===e(arguments[0])))return function(t){var r=t.length*this.BYTES_PER_ELEMENT;N(this,"buffer",{value:new a(r)}),N(this,"byteLength",{value:r}),N(this,"byteOffset",{value:0}),N(this,"length",{value:t.length});for(var e=0;e=1&&"object"===r(arguments[0])&&(arguments[0]instanceof a||"ArrayBuffer"===e(arguments[0])))return function(t,r,e){if((r=f(r))>t.byteLength)throw RangeError("byteOffset out of range");if(r%this.BYTES_PER_ELEMENT)throw RangeError("buffer length minus the byteOffset is not a multiple of the element size.");if(e===P){var n=t.byteLength-r;if(n%this.BYTES_PER_ELEMENT)throw RangeError("length of buffer minus byteOffset not a multiple of the element size");e=n/this.BYTES_PER_ELEMENT}else e=f(e),n=e*this.BYTES_PER_ELEMENT;if(r+n>t.byteLength)throw RangeError("byteOffset and length reference an area beyond the end of the buffer");N(this,"buffer",{value:t}),N(this,"byteLength",{value:n}),N(this,"byteOffset",{value:r}),N(this,"length",{value:e})}.apply(this,arguments);throw TypeError()}function A(t,r,e){var n=function(){N(this,"constructor",{value:n}),h.apply(this,arguments),u(this)};"__proto__"in n?n.__proto__=h:(n.from=h.from,n.of=h.of),n.BYTES_PER_ELEMENT=t;var o=function(){};return o.prototype=j,n.prototype=new o,Object.defineProperty(n.prototype,"BYTES_PER_ELEMENT",{value:t}),Object.defineProperty(n.prototype,"_pack",{value:r}),Object.defineProperty(n.prototype,"_unpack",{value:e}),n}t.ArrayBuffer=a,N(h,"from",{value:function(t){return new this(t)}}),N(h,"of",{value:function(){return new this(arguments)}});var j={};h.prototype=j,N(h.prototype,"_getter",{value:function(t){if(arguments.length<1)throw SyntaxError("Not enough arguments");if((t=f(t))>=this.length)return P;var r,e,n=[];for(r=0,e=this.byteOffset+t*this.BYTES_PER_ELEMENT;r=this.length)){var e,n,o=this._pack(r);for(e=0,n=this.byteOffset+t*this.BYTES_PER_ELEMENT;e0;)n._setter(h,n._getter(l)),l+=g,h+=g,E-=1;return n}}),N(h.prototype,"every",{value:function(t){if(this===P||null===this)throw TypeError();var r=Object(this),e=f(r.length);if(!n(t))throw TypeError();for(var o=arguments[1],i=0;i1?arguments[1]:P,a=0;a1?arguments[1]:P,a=0;a0&&(n=Number(arguments[1]),n!==n?n=0:0!==n&&n!==1/0&&n!==-1/0&&(n=(n>0||-1)*Y(m(n)))),n>=e)return-1;for(var o=n>=0?n:I(e-m(n),0);o1&&(n=Number(arguments[1]),n!==n?n=0:0!==n&&n!==1/0&&n!==-1/0&&(n=(n>0||-1)*Y(m(n))));for(var o=n>=0?x(n,e-1):e-m(n);o>=0;o--)if(r._getter(o)===t)return o;return-1}}),N(h.prototype,"map",{value:function(t){if(this===P||null===this)throw TypeError();var r=Object(this),e=f(r.length);if(!n(t))throw TypeError();var o=[];o.length=e;for(var i=arguments[1],u=0;u=2?arguments[1]:r._getter(i++);i=2?arguments[1]:r._getter(i--);i>=0;)o=t.call(P,o,r._getter(i),i,r),i--;return o}}),N(h.prototype,"reverse",{value:function(){if(this===P||null===this)throw TypeError();for(var t=Object(this),r=f(t.length),e=Y(r/2),n=0,o=r-1;nthis.length)throw RangeError("Offset plus length of array is out of range");if(s=this.byteOffset+o*this.BYTES_PER_ELEMENT,l=e.length*this.BYTES_PER_ELEMENT,e.buffer===this.buffer){for(y=[],u=0,a=e.byteOffset;uthis.length)throw RangeError("Offset plus length of array is out of range");for(u=0;ue?1:0}if(this===P||null===this)throw TypeError();for(var e=Object(this),n=f(e.length),o=Array(n),i=0;ie?e:t}t=i(t),r=i(r),arguments.length<1&&(t=0),arguments.length<2&&(r=this.length),t<0&&(t=this.length+t),r<0&&(r=this.length+r),t=e(t,0,this.length),r=e(r,0,this.length);var n=r-t;return n<0&&(n=0),new this.constructor(this.buffer,this.byteOffset+t*this.BYTES_PER_ELEMENT,n)}});var S=A(1,s,l),M=A(1,y,p),U=A(1,c,p),F=A(2,g,E),k=A(2,v,b),z=A(4,_,T),C=A(4,w,O),D=A(4,B,d),G=A(8,R,L);t.Int8Array=S,t.Uint8Array=M,t.Uint8ClampedArray=U,t.Int16Array=F,t.Uint16Array=k,t.Int32Array=z,t.Uint32Array=C,t.Float32Array=D,t.Float64Array=G}(),function(){function r(t,r){return n(t.get)?t.get(r):t[r]}function o(t,r,n){if(!(t instanceof ArrayBuffer||"ArrayBuffer"===e(t)))throw TypeError();if((r=f(r))>t.byteLength)throw RangeError("byteOffset out of range");if(n=n===P?t.byteLength-r:f(n),r+n>t.byteLength)throw RangeError("byteOffset and length reference an area beyond the end of the buffer");N(this,"buffer",{value:t}),N(this,"byteLength",{value:n}),N(this,"byteOffset",{value:r})}function i(t){return function e(n,o){if((n=f(n))+t.BYTES_PER_ELEMENT>this.byteLength)throw RangeError("Array index out of range");n+=this.byteOffset;for(var i=new Uint8Array(this.buffer,n,t.BYTES_PER_ELEMENT),u=[],h=0;hthis.byteLength)throw RangeError("Array index out of range");var u,h,s=new t([o]),l=new Uint8Array(s.buffer),y=[];for(u=0;u1?NaN:-1===t?-1/0:1===t?1/0:0===t&&1/t==1/0?0:0===t&&1/t==-1/0?-0:Math.log((1+t)/(1-t))/2});}if (!("cbrt"in Math )) {CreateMethodProperty(Math,"cbrt",function r(t){if(isNaN(t))return NaN;if(0===t&&1/t==1/0)return 0;if(0===t&&1/t==-1/0)return-0;if(t===1/0)return 1/0;if(t===-1/0)return-1/0;var e=Math.pow(Math.abs(t),1/3);return t<0?-e:e});}if (!("clz32"in Math )) {CreateMethodProperty(Math,"clz32",function t(r){var e=ToUint32(r);return e?32-e.toString(2).length:32});}if (!("cosh"in Math )) {CreateMethodProperty(Math,"cosh",function r(t){if(isNaN(t))return NaN;if(0===t&&1/t==1/0)return 1;if(0===t&&1/t==-1/0)return 1;if(t===1/0)return 1/0;if(t===-1/0)return 1/0;if((t=Math.abs(t))>709){var e=Math.exp(.5*t);return e/2*e}return((e=Math.exp(t))+1/e)/2});}if (!("expm1"in Math )) {CreateMethodProperty(Math,"expm1",function e(t){return isNaN(t)?NaN:0===t&&1/t==1/0?0:0===t&&1/t==-1/0?-0:t===1/0?1/0:t===-1/0?-1:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1});}if (!("fround"in Math )) {CreateMethodProperty(Math,"fround",function(r){return isNaN(r)?NaN:1/r==1/0||1/r==-1/0||r===1/0||r===-1/0?r:new Float32Array([r])[0]});}if (!("hypot"in Math )) {CreateMethodProperty(Math,"hypot",function t(r,e){if(0===arguments.length)return 0;for(var a=0,h=0,n=0;nh&&(a*=Math.pow(h/o,2),h=o),0===o&&0===h||(a+=Math.pow(o/h,2))}return h*Math.sqrt(a)});}if (!("imul"in Math )) {CreateMethodProperty(Math,"imul",function t(r,e){var n=ToUint32(r),o=ToUint32(e),i=n>>>16&65535,a=65535&n,u=o>>>16&65535,h=65535&o;return a*h+(i*h+a*u<<16>>>0)|0});}if (!("log10"in Math )) {CreateMethodProperty(Math,"log10",function t(e){return Math.log(e)/Math.LN10});}if (!("log1p"in Math )) {CreateMethodProperty(Math,"log1p",function r(t){if(-1<(t=Number(t))&&t<1){for(var o=t,e=2;e<=300;e++)o+=Math.pow(-1,e-1)*Math.pow(t,e)/e;return o}return Math.log(1+t)});}if (!("log2"in Math )) {CreateMethodProperty(Math,"log2",function t(e){return Math.log(e)/Math.LN2});}if (!("sign"in Math )) {CreateMethodProperty(Math,"sign",function e(r){return r=Number(r),isNaN(r)?NaN:1/r==-1/0?-0:1/r==1/0?0:r<0?-1:r>0?1:void 0});}if (!("sinh"in Math )) {CreateMethodProperty(Math,"sinh",function r(t){var a=t<0?-1:1,e=Math.abs(t);if(e<22){if(e=f&&(e.push(r({type:"childList",target:a,addedNodes:[d],removedNodes:[d],nextSibling:d.nextSibling,previousSibling:d.previousSibling})),p--),i.attr&&c.attr&&o(e,d,c.attr,i.afilter),i.charData&&3===d.nodeType&&d.nodeValue!==c.charData&&e.push(r({type:"characterData",target:d,oldValue:c.charData})),i.descendents&&l(d,c)}function l(a,n){for(var h,f,g,v,b,m,y,D=a.childNodes,N=n.kids,V=D.length,_=N?N.length:0,k=0,S=0,w=0;S=0&&"[object Function]"===n.call(t.callee)),e}var e=Object.prototype.hasOwnProperty,n=Object.prototype.toString,o=Object.prototype.propertyIsEnumerable,c=!o.call({toString:null},"toString"),l=o.call(function(){},"prototype"),i=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],u=function(t){var r=t.constructor;return r&&r.prototype===t},a={$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},f=function(){if("undefined"==typeof window)return!1;for(var t in window)try{if(!a["$"+t]&&e.call(window,t)&&null!==window[t]&&"object"==typeof window[t])try{u(window[t])}catch(t){return!0}}catch(t){return!0}return!1}(),p=function(t){if("undefined"==typeof window||!f)return u(t);try{return u(t)}catch(t){return!1}};return function o(u){var a="[object Function]"===n.call(u),f=r(u),s="[object String]"===n.call(u),y=[];if(void 0===u||null===u)throw new TypeError("Cannot convert undefined or null to object");var h=l&&a;if(s&&u.length>0&&!e.call(u,0))for(var g=0;g0)for(var w=0;wa[0]?1:0}function c(n,a){return n.typea.type?1:0}function A(a,t){for(var L=n([],a),Z=0,r=t;Z-1&&(k=y)}}k&&(t.region=k),t.region=t.region.toUpperCase()}if(t.script&&(t.script=t.script[0].toUpperCase()+t.script.slice(1).toLowerCase(),B[t.script]&&(t.script=B[t.script])),t.variants.length){for(var p=0;p=0&&h>=0&&{x:i,y:n,top:n,bottom:o,left:i,right:r,width:s,height:h}}function a(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height&&e.x&&e.y||(e={x:e.left,y:e.top,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):u()}function u(){return{x:0,y:0,top:0,bottom:0,left:0,right:0,width:0,height:0}}function l(t,e){for(var n=e;n;){if(n==t)return!0;n=p(n)}return!1}function p(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e&&e.assignedSlot?e.assignedSlot.parentNode:e}if(!("IntersectionObserver"in t&&"IntersectionObserverEntry"in t&&"intersectionRatio"in t.IntersectionObserverEntry.prototype)){var f=[];n.prototype.intersectionRatio=0,o.prototype.THROTTLE_TIMEOUT=100,o.prototype.POLL_INTERVAL=null,o.prototype.USE_MUTATION_OBSERVER=!0,o.prototype.observe=function(t){if(!this._observationTargets.some(function(e){return e.element==t})){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},o.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},o.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},o.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},o.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},o.prototype._parseRootMargin=function(t){var e=t||"0px",n=e.split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return n[1]=n[1]||n[0],n[2]=n[2]||n[0],n[3]=n[3]||n[1],n},o.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(s(t,"resize",this._checkForIntersections,!0),s(e,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in t&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},o.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,h(t,"resize",this._checkForIntersections,!0),h(e,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},o.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),e=t?this._getRootRect():u();this._observationTargets.forEach(function(o){var r=o.element,s=a(r),h=this._rootContainsTarget(r),c=o.entry,u=t&&h&&this._computeTargetAndRootIntersection(r,e),l=o.entry=new n({time:i(),target:r,boundingClientRect:s,rootBounds:e,intersectionRect:u});c?t&&h?this._hasCrossedThreshold(c,l)&&this._queuedEntries.push(l):c&&c.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},o.prototype._computeTargetAndRootIntersection=function(n,o){if("none"!=t.getComputedStyle(n).display){for(var i=a(n),r=i,s=p(n),h=!1;!h;){var u=null,l=1==s.nodeType?t.getComputedStyle(s):{};if("none"==l.display)return;if(s==this.root||s==e?(h=!0,u=o):s!=e.body&&s!=e.documentElement&&"visible"!=l.overflow&&(u=a(s)),u&&!(r=c(u,r)))break;s=p(s)}return r}},o.prototype._getRootRect=function(){var t;if(this.root)t=a(this.root);else{var n=e.documentElement,o=e.body;t={x:0,y:0,top:0,left:0,right:n.clientWidth||o.clientWidth,width:n.clientWidth||o.clientWidth,bottom:n.clientHeight||o.clientHeight,height:n.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},o.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n.x=n.left,n.y=n.top,n},o.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,o=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==o)for(var i=0;i1114111)throw new RangeError("Invalid code point "+Object.prototype.toString.call(p));var c=UTF16Encoding(p);IsArray(c)?a=a.concat(c):a.push(c),i+=1,t.push(String.fromCharCode.apply(null,a))}return 0===n?"":t.join("")});}if (!("codePointAt"in String.prototype )) {CreateMethodProperty(String.prototype,"codePointAt",function t(e){var r=RequireObjectCoercible(this),o=ToString(r),i=ToInteger(e),n=o.length;if(!(i<0||i>=n)){var c=String.prototype.charCodeAt.call(o,i);if(c<55296||c>56319||i+1===n)return c;var a=String.prototype.charCodeAt.call(o,i+1);return a<56320||a>57343?c:UTF16Decode(c,a)}});}if (!("endsWith"in String.prototype )) {CreateMethodProperty(String.prototype,"endsWith",function t(e){"use strict";var r=arguments.length>1?arguments[1]:void 0,n=RequireObjectCoercible(this),o=ToString(n);if(IsRegExp(e))throw new TypeError("First argument to String.prototype.endsWith must not be a regular expression");var i=ToString(e),s=o.length,g=void 0===r?s:ToInteger(r),h=Math.min(Math.max(g,0),s),a=i.length,p=h-a;return!(p<0)&&o.substr(p,a)===i});}if (!("includes"in String.prototype )) {CreateMethodProperty(String.prototype,"includes",function t(e){"use strict";var r=arguments.length>1?arguments[1]:void 0,n=RequireObjectCoercible(this),o=ToString(n);if(IsRegExp(e))throw new TypeError("First argument to String.prototype.includes must not be a regular expression");var i=ToString(e),g=ToInteger(r),a=o.length,p=Math.min(Math.max(g,0),a);return-1!==String.prototype.indexOf.call(o,i,p)});}if (!("repeat"in String.prototype )) {CreateMethodProperty(String.prototype,"repeat",function r(e){"use strict";var t=RequireObjectCoercible(this),n=ToString(t),o=ToInteger(e);if(o<0)throw new RangeError("Invalid count value");if(o===1/0)throw new RangeError("Invalid count value");return 0===o?"":new Array(o+1).join(n)});}if (!("startsWith"in String.prototype )) {CreateMethodProperty(String.prototype,"startsWith",function t(r){"use strict";var e=arguments.length>1?arguments[1]:void 0,i=RequireObjectCoercible(this),n=ToString(i);if(IsRegExp(r))throw new TypeError("First argument to String.prototype.startsWith must not be a regular expression");var o=ToString(r),s=ToInteger(e),a=n.length,g=Math.min(Math.max(s,0),a);return!(o.length+g>a)&&0===n.substr(g).indexOf(r)});}if (!("trim"in String.prototype&&function(){var r="​…᠎" return!"\t\n\v\f\r                 \u2028\u2029\ufeff".trim()&&r.trim()===r}() )) {CreateMethodProperty(String.prototype,"trim",function t(){"use strict";var r=this;return TrimString(r,"start+end")});}if (!("parseFloat"in Number&&1/parseFloat("\t\n\v\f\r                 \u2028\u2029\ufeff-0")==-1/0 )) {!function(r,t){var e=function t(e){var a=String(e).trim(),o=r(a);return 0===o&&"-"==a.charAt(0)?-0:o};CreateMethodProperty(t,"parseFloat",e),CreateMethodProperty(Number,"parseFloat",t.parseFloat)}(parseFloat,this);}if (!("parseInt"in Number&&8===Number.parseInt("08") )) {!function(t,r){var e=function r(e,n){var a=String(e).trim();return t(a,n>>>0||(/^[-+]?0[xX]/.test(a)?16:10))};CreateMethodProperty(r,"parseInt",e),CreateMethodProperty(Number,"parseInt",r.parseInt)}(parseInt,this);}if (!("Symbol"in self&&0===self.Symbol.length )) {!function(r,t,n){"use strict";function e(r){if("symbol"===Type(r))return r;throw TypeError(r+" is not a symbol")}var o,u=0,i=""+Math.random(),a="__symbol:",l=a.length,c="__symbol@@"+i,f={},s="defineProperty",v="defineProperties",y="getOwnPropertyNames",b="getOwnPropertyDescriptor",h="propertyIsEnumerable",p=r.prototype,m=p.hasOwnProperty,g=p[h],d=p.toString,w=Array.prototype.concat,S=r.getOwnPropertyNames?r.getOwnPropertyNames(self):[],P=r[y],O=function r(t){if("[object Window]"===d.call(t))try{return P(t)}catch(r){return w.call([],S)}return P(t)},j=r[b],E=r.create,N=r.keys,T=r.freeze||r,_=r[s],k=r[v],F=j(r,y),I=function(r,t,n){if(!m.call(r,c))try{_(r,c,{enumerable:!1,configurable:!1,writable:!1,value:{}})}catch(t){r[c]={}}r[c]["@@"+t]=n},x=function(r,t){var n=E(r);return O(t).forEach(function(r){W.call(t,r)&&K(n,r,t[r])}),n},z=function(r){var t=E(r);return t.enumerable=!1,t},A=function r(){},D=function(r){return r!=c&&!m.call(G,r)},M=function(r){return r!=c&&m.call(G,r)},W=function r(t){var n=""+t;return M(n)?m.call(this,n)&&this[c]&&this[c]["@@"+n]:g.call(this,t)},q=function(t){var n={enumerable:!1,configurable:!0,get:A,set:function(r){o(this,t,{enumerable:!1,configurable:!0,writable:!0,value:r}),I(this,t,!0)}};try{_(p,t,n)}catch(r){p[t]=n.value}G[t]=_(r(t),"constructor",H);var e=j(C.prototype,"description");return e&&_(G[t],"description",e),T(G[t])},B=function(r){var t=e(r);if(X){var n=U(t);if(""!==n)return n.slice(1,-1)}if(void 0!==f[t])return f[t];var o=t.toString(),u=o.lastIndexOf("0.");return""!==(o=o.slice(10,u))?o:void 0},C=function r(){var t=arguments[0];if(this instanceof r)throw new TypeError("Symbol is not a constructor");var n=a.concat(t||"",i,++u);return void 0===t||null!==t&&!isNaN(t)&&""!==String(t)||(f[n]=String(t)),q(n)},G=E(null),H={value:C},J=function(r){return G[r]},K=function r(t,n,e){var u=""+n;return M(u)?(o(t,u,e.enumerable?z(e):e),I(t,u,!!e.enumerable)):_(t,n,e),t},L=function(r){return function(t){return m.call(r,c)&&m.call(r[c],"@@"+t)}},Q=function r(t){return O(t).filter(t===p?L(t):M).map(J)};F.value=K,_(r,s,F),F.value=Q,_(r,"getOwnPropertySymbols",F),F.value=function r(t){return O(t).filter(D)},_(r,y,F),F.value=function r(t,n){var e=Q(n);return e.length?N(n).concat(e).forEach(function(r){W.call(n,r)&&K(t,r,n[r])}):k(t,n),t},_(r,v,F),F.value=W,_(p,h,F),F.value=C,_(n,"Symbol",F),F.value=function(r){var t=a.concat(a,r,i);return t in p?G[t]:q(t)},_(C,"for",F),F.value=function(r){if(D(r))throw new TypeError(r+" is not a symbol");return m.call(G,r)?r.slice(2*l,-i.length):void 0},_(C,"keyFor",F),F.value=function r(t,n){var e=j(t,n);return e&&M(n)&&(e.enumerable=W.call(t,n)),e},_(r,b,F),F.value=function r(t,n){return 1===arguments.length||void 0===n?E(t):x(t,n)},_(r,"create",F);var R=null===function(){return this}.call(null);if(F.value=R?function(){var r=d.call(this);return"[object String]"===r&&M(this)?"[object Symbol]":r}:function(){if(this===window)return"[object Null]";var r=d.call(this);return"[object String]"===r&&M(this)?"[object Symbol]":r},_(p,"toString",F),o=function(r,t,n){var e=j(p,t);delete p[t],_(r,t,n),r!==p&&_(p,t,e)},function(){try{var t={};return r.defineProperty(t,"t",{configurable:!0,enumerable:!1,get:function(){return!0},set:void 0}),!!t.t}catch(r){return!1}}()){var U;try{U=Function("s","var v = s.valueOf(); return { [v]() {} }[v].name;")}catch(r){}var V=function(){},X=U&&"inferred"===V.name?U:null;r.defineProperty(n.Symbol.prototype,"description",{configurable:!0,enumerable:!1,get:function(){return B(this)}})}}(Object,0,self);}if (!("Symbol"in self&&"hasInstance"in self.Symbol )) {Object.defineProperty(Symbol,"hasInstance",{value:Symbol("hasInstance")});}if (!("Symbol"in self&&"isConcatSpreadable"in self.Symbol )) {Object.defineProperty(Symbol,"isConcatSpreadable",{value:Symbol("isConcatSpreadable")});}if (!("Symbol"in self&&"iterator"in self.Symbol )) {Object.defineProperty(self.Symbol,"iterator",{value:self.Symbol("iterator")});}function GetIterator(t){var e=arguments.length>1?arguments[1]:GetMethod(t,Symbol.iterator),r=Call(e,t);if("object"!==Type(r))throw new TypeError("bad iterator");var o=GetV(r,"next"),a=Object.create(null);return a["[[Iterator]]"]=r,a["[[NextMethod]]"]=o,a["[[Done]]"]=!1,a}if (!("Symbol"in self&&"match"in self.Symbol )) {Object.defineProperty(Symbol,"match",{value:Symbol("match")});}if (!("Symbol"in self&&"replace"in self.Symbol )) {Object.defineProperty(Symbol,"replace",{value:Symbol("replace")});}if (!("Symbol"in self&&"search"in self.Symbol )) {Object.defineProperty(Symbol,"search",{value:Symbol("search")});}if (!("Symbol"in self&&"species"in self.Symbol )) {Object.defineProperty(Symbol,"species",{value:Symbol("species")});}if (!("Symbol"in self&&"split"in self.Symbol )) {Object.defineProperty(Symbol,"split",{value:Symbol("split")});}if (!("Symbol"in self&&"toPrimitive"in self.Symbol )) {Object.defineProperty(Symbol,"toPrimitive",{value:Symbol("toPrimitive")});}if (!("Symbol"in self&&"toStringTag"in self.Symbol )) {Object.defineProperty(Symbol,"toStringTag",{value:Symbol("toStringTag")});}var Iterator=function(){var e=function(){return this.length=0,this},t=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e},_=function(e,n){if(!(this instanceof _))return new _(e,n);Object.defineProperties(this,{__list__:{writable:!0,value:e},__context__:{writable:!0,value:n},__nextIndex__:{writable:!0,value:0}}),n&&(t(n.on),n.on("_add",this._onAdd.bind(this)),n.on("_delete",this._onDelete.bind(this)),n.on("_clear",this._onClear.bind(this)))};return Object.defineProperties(_.prototype,Object.assign({constructor:{value:_,configurable:!0,enumerable:!1,writable:!0},_next:{value:function(){var e;if(this.__list__)return this.__redo__&&void 0!==(e=this.__redo__.shift())?e:this.__nextIndex__=this.__nextIndex__)){if(++this.__nextIndex__,!this.__redo__)return void Object.defineProperty(this,"__redo__",{value:[e],configurable:!0,enumerable:!1,writable:!1});this.__redo__.forEach(function(t,_){t>=e&&(this.__redo__[_]=++t)},this),this.__redo__.push(e)}},configurable:!0,enumerable:!1,writable:!0},_onDelete:{value:function(e){var t;e>=this.__nextIndex__||(--this.__nextIndex__,this.__redo__&&(t=this.__redo__.indexOf(e),-1!==t&&this.__redo__.splice(t,1),this.__redo__.forEach(function(t,_){t>e&&(this.__redo__[_]=--t)},this)))},configurable:!0,enumerable:!1,writable:!0},_onClear:{value:function(){this.__redo__&&e.call(this.__redo__),this.__nextIndex__=0},configurable:!0,enumerable:!1,writable:!0}})),Object.defineProperty(_.prototype,Symbol.iterator,{value:function(){return this},configurable:!0,enumerable:!1,writable:!0}),Object.defineProperty(_.prototype,Symbol.toStringTag,{value:"Iterator",configurable:!1,enumerable:!1,writable:!0}),_}();var ArrayIterator=function(){var e=function(t,r){if(!(this instanceof e))return new e(t,r);Iterator.call(this,t),r=r?String.prototype.includes.call(r,"key+value")?"key+value":String.prototype.includes.call(r,"key")?"key":"value":"value",Object.defineProperty(this,"__kind__",{value:r,configurable:!1,enumerable:!1,writable:!1})};return Object.setPrototypeOf&&Object.setPrototypeOf(e,Iterator.prototype),e.prototype=Object.create(Iterator.prototype,{constructor:{value:e,configurable:!0,enumerable:!1,writable:!0},_resolve:{value:function(e){return"value"===this.__kind__?this.__list__[e]:"key+value"===this.__kind__?[e,this.__list__[e]]:e},configurable:!0,enumerable:!1,writable:!0},toString:{value:function(){return"[object Array Iterator]"},configurable:!0,enumerable:!1,writable:!0}}),Object.defineProperty(e.prototype,Symbol.toStringTag,{value:"Array Iterator",writable:!1,enumerable:!1,configurable:!0}),e}();if (!("Symbol"in self&&"iterator"in self.Symbol&&!!Array.prototype.entries )) {CreateMethodProperty(Array.prototype,"entries",function r(){var e=ToObject(this);return new ArrayIterator(e,"key+value")});}if (!("Symbol"in self&&"iterator"in self.Symbol&&!!Array.prototype.keys )) {CreateMethodProperty(Array.prototype,"keys",function r(){var e=ToObject(this);return new ArrayIterator(e,"key")});}if (!("values"in Array.prototype )) {"Symbol"in self&&"iterator"in Symbol&&"function"==typeof Array.prototype[Symbol.iterator]?CreateMethodProperty(Array.prototype,"values",Array.prototype[Symbol.iterator]):CreateMethodProperty(Array.prototype,"values",function r(){var t=ToObject(this);return new ArrayIterator(t,"value")});}var StringIterator=function(){var e=function(t){if(!(this instanceof e))return new e(t);t=String(t),Iterator.call(this,t),Object.defineProperty(this,"__length__",{value:t.length,configurable:!1,enumerable:!1,writable:!1})};return Object.setPrototypeOf&&Object.setPrototypeOf(e,Iterator),e.prototype=Object.create(Iterator.prototype,{constructor:{value:e,configurable:!0,enumerable:!1,writable:!0},_next:{value:function(){if(this.__list__)return this.__nextIndex__=55296&&t<=56319?r+this.__list__[this.__nextIndex__++]:r)},configurable:!0,enumerable:!1,writable:!0},toString:{value:function(){return"[object String Iterator]"},configurable:!0,enumerable:!1,writable:!0}}),Object.defineProperty(e.prototype,Symbol.toStringTag,{value:"String Iterator",writable:!1,enumerable:!1,configurable:!0}),e}();if (!("Symbol"in self&&"iterator"in self.Symbol&&!!Array.prototype[self.Symbol.iterator] )) {CreateMethodProperty(Array.prototype,Symbol.iterator,Array.prototype.values);}if (!("Symbol"in self&&"toStringTag"in self.Symbol&&"ArrayBuffer"in self&&self.Symbol.toStringTag in self.ArrayBuffer.prototype&&void 0!==self.ArrayBuffer.prototype[self.Symbol.toStringTag] )) {!function(){Object.defineProperty(ArrayBuffer.prototype,Symbol.toStringTag,{value:"ArrayBuffer",writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(DataView.prototype,Symbol.toStringTag,{value:"DataView",writable:!1,enumerable:!1,configurable:!0})}();}if (!("Map"in self&&function(t){try{var n=new t.Map([[1,1],[2,2]]) return 0===t.Map.length&&2===n.size&&"Symbol"in t&&"iterator"in t.Symbol&&"function"==typeof n[t.Symbol.iterator]&&"toStringTag"in t.Symbol&&void 0!==n[t.Symbol.toStringTag]}catch(t){return!1}}(self) )) {!function(e){function t(e,t){if("object"!==Type(e))throw new TypeError("createMapIterator called on incompatible receiver "+Object.prototype.toString.call(e));if(!0!==e._es6Map)throw new TypeError("createMapIterator called on incompatible receiver "+Object.prototype.toString.call(e));var r=Object.create(y);return Object.defineProperty(r,"[[Map]]",{configurable:!0,enumerable:!1,writable:!0,value:e}),Object.defineProperty(r,"[[MapNextIndex]]",{configurable:!0,enumerable:!1,writable:!0,value:0}),Object.defineProperty(r,"[[MapIterationKind]]",{configurable:!0,enumerable:!1,writable:!0,value:t}),r}var r=0,o=Symbol("meta_"+(1e8*Math.random()+"").replace(".","")),a=function(e){if("object"==typeof e?null!==e:"function"==typeof e){if(!Object.isExtensible(e))return!1;if(!Object.prototype.hasOwnProperty.call(e,o)){var t=typeof e+"-"+ ++r;Object.defineProperty(e,o,{configurable:!1,enumerable:!1,writable:!1,value:t})}return e[o]}return typeof e+"_f1cc2551-7df7-4319-ba53-5b263a78a257_"+e},i=function(e,t){var r=a(t);if(!1===r)return p(e,t);var o=e._table[r];return void 0!==o&&o},p=function(e,t){for(var r=0;r0?arguments[0]:void 0;if(null===r||void 0===r)return t;var o=t.set;if(!IsCallable(o))throw new TypeError("Map.prototype.set is not a function");try{for(var a=GetIterator(r);;){var i=IteratorStep(a);if(!1===i)return t;var p=IteratorValue(i);if("object"!==Type(p))try{throw new TypeError("Iterator value "+p+" is not an entry object")}catch(e){return IteratorClose(a,e)}try{var n=p[0],l=p[1];o.call(t,n,l)}catch(e){return IteratorClose(a,e)}}}catch(e){if(Array.isArray(r)||"[object Arguments]"===Object.prototype.toString.call(r)){var c,y=r.length;for(c=0;cn&&(r.length=n)}var r=L(n),o=0;return function(n,t){r[o++]=n,r[o++]=t,2===o&&tn.nextTick(e)}}function s(n,t){var o,i,u,f,s=0;if(!n)throw a(N);var l=n[tn[q][z]];if(e(l))i=l.call(n);else{if(!e(n.next)){if(r(n,L)){for(o=n.length;s0?arguments[0]:void 0;if(null===r||void 0===r)return t;var o=t.add;if(!IsCallable(o))throw new TypeError("Set.prototype.add is not a function");try{for(var a=GetIterator(r);;){var i=IteratorStep(a);if(!1===i)return t;var n=IteratorValue(i);try{o.call(t,n)}catch(e){return IteratorClose(a,e)}}}catch(e){if(!Array.isArray(r)&&"[object Arguments]"!==Object.prototype.toString.call(r))throw e;var l,p=r.length;for(l=0;l1?arguments[1]:void 0;if(void 0===n)var i=!1;else{if(!1===IsCallable(n))throw new TypeError(Object.prototype.toString.call(n)+" is not a function.");var l=arguments.length>2?arguments[2]:void 0;if(void 0!==l)var c=l;else c=void 0;i=!0}var u=GetMethod(o,Symbol.iterator);if(void 0!==u){if(IsConstructor(a))var v=Construct(a);else v=ArrayCreate(0);for(var f=GetIterator(o,u),s=0;;){if(s>=Math.pow(2,53)-1){var h=new TypeError("Iteration count can not be greater than or equal 9007199254740991.");return IteratorClose(f,h)}var y=ToString(s),C=IteratorStep(f);if(!1===C)return v.length=s,v;var g=IteratorValue(C);if(i)try{var p=Call(n,c,[g,s])}catch(r){return IteratorClose(f,r)}else p=g;try{CreateDataPropertyOrThrow(v,y,p)}catch(r){return IteratorClose(f,r)}s+=1}}if(r(o))var I=e.call(o,/[\uD800-\uDBFF][\uDC00-\uDFFF]?|[^\uD800-\uDFFF]|./g)||[];else I=ToObject(o);var b=ToLength(Get(I,"length"));for(v=IsConstructor(a)?Construct(a,[b]):ArrayCreate(b),s=0;s0?arguments[0]:void 0;if(null===r||void 0===r)return t;var o=Get(t,"set");if(!IsCallable(o))throw new TypeError("WeakMap.prototype.set is not a function");try{for(var a=GetIterator(r);;){var p=IteratorStep(a);if(!1===p)return t;var n=IteratorValue(p);if("object"!==Type(n))try{throw new TypeError("Iterator value "+n+" is not an entry object")}catch(e){return IteratorClose(a,e)}try{var i=Get(n,"0"),l=Get(n,"1");Call(o,t,[i,l])}catch(e){return IteratorClose(a,e)}}}catch(e){if(Array.isArray(r)||"[object Arguments]"===Object.prototype.toString.call(r)){var y,c=r.length;for(y=0;y=0;o--)(e=n[o])&&(i=(u<3?e(i):u>3?e(a,t,i):e(a,t))||i);return u>3&&i&&Object.defineProperty(a,t,i),i},i=function(n,a){return function(t,r){a(t,r,n)}},o=function(n,a){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(n,a)},L=function(n,a,t,r){function e(n){return n instanceof t?n:new t(function(a){a(n)})}return new(t||(t=Promise))(function(t,u){function i(n){try{L(r.next(n))}catch(n){u(n)}}function o(n){try{L(r.throw(n))}catch(n){u(n)}}function L(n){n.done?t(n.value):e(n.value).then(i,o)}L((r=r.apply(n,a||[])).next())})},s=function(n,a){function t(n){return function(a){return r([n,a])}}function r(t){if(e)throw new TypeError("Generator is already executing.");for(;L;)try{if(e=1,u&&(i=2&t[0]?u.return:t[0]?u.throw||((i=u.return)&&i.call(u),0):u.next)&&!(i=i.call(u,t[1])).done)return i;switch(u=0,i&&(t=[2&t[0],i.value]),t[0]){case 0:case 1:i=t;break;case 4:return L.label++,{value:t[1],done:!1};case 5:L.label++,u=t[1],t=[0];continue;case 7:t=L.ops.pop(),L.trys.pop();continue;default:if(i=L.trys,!(i=i.length>0&&i[i.length-1])&&(6===t[0]||2===t[0])){L=0;continue}if(3===t[0]&&(!i||t[1]>i[0]&&t[1]=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(a?"Object is not iterable.":"Symbol.iterator is not defined.")},l=function(n,a){var t="function"==typeof Symbol&&n[Symbol.iterator];if(!t)return n;var r,e,u=t.call(n),i=[];try{for(;(void 0===a||a-- >0)&&!(r=u.next()).done;)i.push(r.value)}catch(n){e={error:n}}finally{try{r&&!r.done&&(t=u.return)&&t.call(u)}finally{if(e)throw e.error}}return i},c=function(){for(var n=[],a=0;a1||e(n,a)})})}function e(n,a){try{u(d[n](a))}catch(n){L(Z[0][3],n)}}function u(n){n.value instanceof m?Promise.resolve(n.value.v).then(i,o):L(Z[0][2],n)}function i(n){e("next",n)}function o(n){e("throw",n)}function L(n,a){n(a),Z.shift(),Z.length&&e(Z[0][0],Z[0][1])}if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var s,d=t.apply(n,a||[]),Z=[];return s={},r("next"),r("throw"),r("return"),s[Symbol.asyncIterator]=function(){return this},s},f=function(n){function a(a,e){t[a]=n[a]?function(t){return(r=!r)?{value:m(n[a](t)),done:"return"===a}:e?e(t):t}:e}var t,r;return t={},a("next"),a("throw",function(n){throw n}),a("return"),t[Symbol.iterator]=function(){return this},t},k=function(n){function a(a){r[a]=n[a]&&function(r){return new Promise(function(e,u){r=n[a](r),t(e,u,r.done,r.value)})}}function t(n,a,t,r){Promise.resolve(r).then(function(a){n({value:a,done:t})},a)}if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,e=n[Symbol.asyncIterator];return e?e.call(n):(n="function"==typeof Z?Z(n):n[Symbol.iterator](),r={},a("next"),a("throw"),a("return"),r[Symbol.asyncIterator]=function(){return this},r)},p=function(n,a){return Object.defineProperty?Object.defineProperty(n,"raw",{value:a}):n.raw=a,n};var M=Object.create?function(n,a){Object.defineProperty(n,"default",{enumerable:!0,value:a})}:function(n,a){n.default=a};y=function(n){if(n&&n.__esModule)return n;var a={};if(null!=n)for(var t in n)"default"!==t&&Object.prototype.hasOwnProperty.call(n,t)&&D(a,n,t);return M(a,n),a},A=function(n){return n&&n.__esModule?n:{default:n}},v=function(n,a,t,r){if("a"===t&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof a?n!==a||!r:!a.has(n))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===t?r:"a"===t?r.call(n):r?r.value:a.get(n)},C=function(n,a,t,r,e){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!e)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof a?n!==a||!e:!a.has(n))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?e.call(n,t):e?e.value=t:a.set(n,t),t},n("__extends",t),n("__assign",r),n("__rest",e),n("__decorate",u),n("__param",i),n("__metadata",o),n("__awaiter",L),n("__generator",s),n("__exportStar",d),n("__createBinding",D),n("__values",Z),n("__read",l),n("__spread",c),n("__spreadArrays",g),n("__spreadArray",b),n("__await",m),n("__asyncGenerator",h),n("__asyncDelegator",f),n("__asyncValues",k),n("__makeTemplateObject",p),n("__importStar",y),n("__importDefault",A),n("__classPrivateFieldGet",v),n("__classPrivateFieldSet",C)})}}),M=A({"bazel-out/darwin-fastbuild/bin/packages/intl-getcanonicallocales/src/parser.js":function(n){"use strict";function a(n){return C.test(n)}function t(a){try{i(a.split(n.SEPARATOR))}catch(n){return!1}return!0}function r(n){return A.test(n)}function e(n){return p.test(n)}function u(n){return v.test(n)}function i(t){"string"==typeof t&&(t=t.split(n.SEPARATOR));var i=t.shift();if(!i)throw new RangeError("Missing unicode_language_subtag");if("root"===i)return{lang:"root",variants:[]};if(!a(i))throw new RangeError("Malformed unicode_language_subtag");var o;t.length&&e(t[0])&&(o=t.shift());var L;t.length&&r(t[0])&&(L=t.shift());for(var s={};t.length&&u(t[0]);){var d=t.shift();if(d in s)throw new RangeError('Duplicate variant "'+d+'"');s[d]=1}return{lang:i,script:o,region:L,variants:Object.keys(s)}}function o(n){for(var a,t=[];n.length&&(a=L(n));)t.push(a);if(t.length)return{type:"u",keywords:t,attributes:[]};for(var r=[];n.length&&h.test(n[0]);)r.push(n.shift());for(;n.length&&(a=L(n));)t.push(a);if(t.length||r.length)return{type:"u",attributes:r,keywords:t};throw new RangeError("Malformed unicode_extension")}function L(a){var t;if(f.test(a[0])){t=a.shift();for(var r=[];a.length&&k.test(a[0]);)r.push(a.shift());var e="";return r.length&&(e=r.join(n.SEPARATOR)),[t,e]}}function s(a){var t;try{t=i(a)}catch(n){}for(var r=[];a.length&&M.test(a[0]);){for(var e=a.shift(),u=[];a.length&&h.test(a[0]);)u.push(a.shift());if(!u.length)throw new RangeError('Missing tvalue for tkey "'+e+'"');r.push([e,u.join(n.SEPARATOR)])}if(r.length)return{type:"t",fields:r,lang:t};throw new RangeError("Malformed transformed_extension")}function d(a){for(var t=[];a.length&&b.test(a[0]);)t.push(a.shift());if(t.length)return{type:"x",value:t.join(n.SEPARATOR)};throw new RangeError("Malformed private_use_extension")}function Z(a){for(var t=[];a.length&&m.test(a[0]);)t.push(a.shift());return t.length?t.join(n.SEPARATOR):""}function l(n){if(!n.length)return{extensions:[]};var a,t,r,e=[],u={};do{var i=n.shift();switch(i){case"u":case"U":if(a)throw new RangeError("There can only be 1 -u- extension");a=o(n),e.push(a);break;case"t":case"T":if(t)throw new RangeError("There can only be 1 -t- extension");t=s(n),e.push(t);break;case"x":case"X":if(r)throw new RangeError("There can only be 1 -x- extension");r=d(n),e.push(r);break;default:if(!y.test(i))throw new RangeError("Malformed extension type");if(i in u)throw new RangeError("There can only be 1 -"+i+"- extension");var L={type:i,value:Z(n)};u[L.type]=L,e.push(L)}}while(n.length);return{extensions:e}}function c(a){var t=a.split(n.SEPARATOR),r=i(t);return g.__assign({lang:r},l(t))}Object.defineProperty(n,"__esModule",{value:!0}),n.parseUnicodeLocaleId=n.parseUnicodeLanguageId=n.isUnicodeVariantSubtag=n.isUnicodeScriptSubtag=n.isUnicodeRegionSubtag=n.isStructurallyValidLanguageTag=n.isUnicodeLanguageSubtag=n.SEPARATOR=void 0;var g=D(),b=/^[a-z0-9]{1,8}$/i,m=/^[a-z0-9]{2,8}$/i,h=/^[a-z0-9]{3,8}$/i,f=/^[a-z0-9][a-z]$/i,k=/^[a-z0-9]{3,8}$/i,p=/^[a-z]{4}$/i,y=/^[0-9a-svwyz]$/i,A=/^([a-z]{2}|[0-9]{3})$/i,v=/^([a-z0-9]{5,8}|[0-9][a-z0-9]{3})$/i,C=/^([a-z]{2,3}|[a-z]{5,8})$/i,M=/^[a-z][0-9]$/i;n.SEPARATOR="-",n.isUnicodeLanguageSubtag=a,n.isStructurallyValidLanguageTag=t,n.isUnicodeRegionSubtag=r,n.isUnicodeScriptSubtag=e,n.isUnicodeVariantSubtag=u,n.parseUnicodeLanguageId=i,n.parseUnicodeLocaleId=c}}),E=A({"bazel-out/darwin-fastbuild/bin/packages/intl-getcanonicallocales/src/emitter.js":function(n){"use strict";function a(n){return n?r.__spreadArray([n.lang,n.script,n.region],n.variants||[]).filter(Boolean).join("-"):""}function t(n){for(var t=n.lang,e=n.extensions,u=[a(t)],i=0,o=e;ia[0]?1:0}function e(n,a){return n.typea.type?1:0}function u(n,a){for(var t=L.__spreadArray([],n),r=0,e=a;r-1&&(h=p)}}h&&(a.region=h),a.region=a.region.toUpperCase()}if(a.script&&(a.script=a.script[0].toUpperCase()+a.script.slice(1).toLowerCase(),s.scriptAlias[a.script]&&(a.script=s.scriptAlias[a.script])),a.variants.length){for(var y=0;y\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20BF\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC1\uFDFC\uFDFD\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDE8\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEE0-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDD78\uDD7A-\uDDCB\uDDCD-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6\uDF00-\uDF92\uDF94-\uDFCA]/),U=(new RegExp("^"+z.source),new RegExp(z.source+"$"),C(D())),G=(function(n){function a(){var a=null!==n&&n.apply(this,arguments)||this;return a.type="MISSING_LOCALE_DATA",a}(0,U.__extends)(a,n)}(Error),C(T())),F=C(w()),P=new WeakMap,B=F.supplemental.likelySubtags,x=["ca","co","hc","kf","kn","nu"],H=/^[a-z0-9]{3,8}(-[a-z0-9]{3,8})*$/i,K=function(){function n(a,t){if(!(this&&this instanceof n?this.constructor:void 0))throw new TypeError("Intl.Locale must be called with 'new'");var i=n.relevantExtensionKeys,d=["initializedLocale","locale","calendar","collation","hourCycle","numberingSystem"];if(i.indexOf("kf")>-1&&d.push("caseFirst"),i.indexOf("kn")>-1&&d.push("numeric"),void 0===a)throw new TypeError("First argument to Intl.Locale constructor can't be empty or missing");if("string"!=typeof a&&"object"!=typeof a)throw new TypeError("tag must be a string or object");var Z;a="object"==typeof a&&(Z=o(a))&&Z.initializedLocale?Z.locale:a.toString(),Z=o(this);var l=e(t);a=L(a,l);var c=Object.create(null),g=u(l,"calendar","string",void 0,void 0);if(void 0!==g&&!H.test(g))throw new RangeError("invalid calendar");c.ca=g;var b=u(l,"collation","string",void 0,void 0);if(void 0!==b&&!H.test(b))throw new RangeError("invalid collation");c.co=b;var m=u(l,"hourCycle","string",["h11","h12","h23","h24"],void 0);c.hc=m;var h=u(l,"caseFirst","string",["upper","lower","false"],void 0);c.kf=h;var f,k=u(l,"numeric","boolean",void 0,void 0);void 0!==k&&(f=String(k)),c.kn=f;var p=u(l,"numberingSystem","string",void 0,void 0);if(void 0!==p&&!H.test(p))throw new RangeError("Invalid numberingSystem");c.nu=p;var y=s(a,c,i);Z.locale=y.locale,Z.calendar=y.ca,Z.collation=y.co,Z.hourCycle=y.hc,i.indexOf("kf")>-1&&(Z.caseFirst=y.kf),i.indexOf("kn")>-1&&(Z.numeric=r(y.kn,"true")),Z.numberingSystem=y.nu}return n.prototype.maximize=function(){var a=o(this).locale;try{return new n(Z(a))}catch(t){return new n(a)}},n.prototype.minimize=function(){var a=o(this).locale;try{return new n(l(a))}catch(t){return new n(a)}},n.prototype.toString=function(){return o(this).locale},Object.defineProperty(n.prototype,"baseName",{get:function(){var n=o(this).locale;return(0,G.emitUnicodeLanguageId)((0,G.parseUnicodeLanguageId)(n))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"calendar",{get:function(){return o(this).calendar},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"collation",{get:function(){return o(this).collation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"hourCycle",{get:function(){return o(this).hourCycle},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"caseFirst",{get:function(){return o(this).caseFirst},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"numeric",{get:function(){return o(this).numeric},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"numberingSystem",{get:function(){return o(this).numberingSystem},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"language",{get:function(){var n=o(this).locale;return(0,G.parseUnicodeLanguageId)(n).lang},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"script",{get:function(){var n=o(this).locale;return(0,G.parseUnicodeLanguageId)(n).script},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"region",{get:function(){var n=o(this).locale;return(0,G.parseUnicodeLanguageId)(n).region},enumerable:!1,configurable:!0}),n.relevantExtensionKeys=x,n}();try{"undefined"!=typeof Symbol&&Object.defineProperty(K.prototype,Symbol.toStringTag,{value:"Intl.Locale",writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(K.prototype.constructor,"length",{value:1,writable:!1,enumerable:!1,configurable:!0})}catch(n){}(function O(){return"undefined"==typeof Intl||!("Locale"in Intl)||c()})()&&Object.defineProperty(Intl,"Locale",{value:K,writable:!0,enumerable:!1,configurable:!0})}();}if (!("Intl"in self&&"PluralRules"in self.Intl )) {!function(){function u(u,e){function t(){this.constructor=u}if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");R(u,e),u.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)}function e(u,e){for(var t=0,n=e.length,i=u.length;t=2&&"-"===t[n-2]&&(n-=2),t=t.slice(0,n)}}function F(u,e,t){for(var n={locale:""},i=0,r=e;i2){var A=D.indexOf("-x-");if(-1===A)D+=s;else{D=D.slice(0,A)+s+D.slice(A,D.length)}D=Intl.getCanonicalLocales(D)[0]}return c.locale=D,c}function p(u,e,t,n){if(void 0!==u){if(u=Number(u),isNaN(u)||ut)throw new RangeError(u+" is outside of range ["+e+", "+t+"]");return Math.floor(u)}return n}function v(u,e,t,n,i){return p(u[e],t,n,i)}function b(u){return u.slice(u.indexOf("-")+1)}function h(u,e,i){function r(u,e){return e<0?u*Math.pow(10,-e):u/Math.pow(10,e)}var a,o,l,D=i;if(0===u)a=n("0",D),o=0,l=0;else{var c=u.toString(),s=c.indexOf("e"),f=c.split("e"),g=f[0],F=f[1],m=g.replace(".","");if(s>=0&&m.length<=D)o=+F,a=m+n("0",D-m.length),l=u;else{o=t(u);var d=o-D+1,E=Math.round(r(u,d));r(E,D-1)>=10&&(o+=1,E=Math.floor(E/10)),a=E.toString(),l=r(E,D-1-o)}}var p;if(o>=D-1?(a+=n("0",o-D+1),p=o+1):o>=0?(a=a.slice(0,o+1)+"."+a.slice(o+1),p=o+1):(a="0."+n("0",-o-1)+a,p=1),a.indexOf(".")>=0&&i>e){for(var v=i-e;v>0&&"0"===a[a.length-1];)a=a.slice(0,-1),v--;"."===a[a.length-1]&&(a=a.slice(0,-1))}return{formattedString:a,roundedNumber:l,integerDigitsCount:p}}function C(u,e,t){var i,r=t,a=Math.round(u*Math.pow(10,r)),o=a/Math.pow(10,r);if(a<1e21)i=a.toString();else{i=a.toString();var l=i.split("e"),D=l[0],c=l[1];i=D.replace(".",""),i+=n("0",Math.max(+c-i.length+1,0))}var s;if(0!==r){var f=i.length;if(f<=r){i=n("0",r+1-f)+i,f=r+1}var g=i.slice(0,f-r);i=g+"."+i.slice(f-r),s=g.length}else s=i.length;for(var F=t-e;F>0&&"0"===i[i.length-1];)i=i.slice(0,-1),F--;return"."===i[i.length-1]&&(i=i.slice(0,-1)),{formattedString:i,roundedNumber:o,integerDigitsCount:s}}function y(u,e){var t=e<0||D(e,-0);t&&(e=-e);var i;switch(u.roundingType){case"significantDigits":i=h(e,u.minimumSignificantDigits,u.maximumSignificantDigits);break;case"fractionDigits":i=C(e,u.minimumFractionDigits,u.maximumFractionDigits);break;default:i=h(e,1,2),i.integerDigitsCount>1&&(i=C(e,0,0))}e=i.roundedNumber;var r=i.formattedString,a=i.integerDigitsCount,o=u.minimumIntegerDigits;if(a\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20BF\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC1\uFDFC\uFDFD\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDE8\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEE0-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDD78\uDD7A-\uDDCB\uDDCD-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6\uDF00-\uDF92\uDF94-\uDFCA]/),P=(new RegExp("^"+k.source),new RegExp(k.source+"$"),function(e){function t(){var u=null!==e&&e.apply(this,arguments)||this;return u.type="MISSING_LOCALE_DATA",u}u(t,e)}(Error),new WeakMap),T=function(){function u(e,t){if(!(this&&this instanceof u?this.constructor:void 0))throw new TypeError("Intl.PluralRules must be called with 'new'");return w(this,e,t,{availableLocales:u.availableLocales,relevantExtensionKeys:u.relevantExtensionKeys,localeData:u.localeData,getDefaultLocale:u.getDefaultLocale,getInternalSlots:j})}return u.prototype.resolvedOptions=function(){I(this,"resolvedOptions");var t=Object.create(null),n=j(this);return t.locale=n.locale,t.type=n.type,["minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"].forEach(function(u){var e=n[u];void 0!==e&&(t[u]=e)}),t.pluralCategories=e([],u.localeData[t.locale].categories[t.type]),t},u.prototype.select=function(u){var e=this;return I(e,"select"),x(e,o(u),{getInternalSlots:j,PluralRuleSelect:L})},u.prototype.toString=function(){return"[object Intl.PluralRules]"},u.supportedLocalesOf=function(e,t){return S(u.availableLocales,r(e),t)},u.__addLocaleData=function(){for(var e=[],t=0;t=2&&"-"===t[r-2]&&(r-=2),t=t.slice(0,r)}}function h(n,e,t){for(var r={locale:""},u=0,i=e;u2){var w=l.indexOf("-x-");if(-1===w)l+=f;else{l=l.slice(0,w)+f+l.slice(w,l.length)}l=Intl.getCanonicalLocales(l)[0]}return s.locale=l,s}function b(n,e,t,r){if(void 0!==n){if(n=Number(n),isNaN(n)||nt)throw new RangeError(n+" is outside of range ["+e+", "+t+"]");return Math.floor(n)}return r}function E(n,e,t,r,u){return b(n[e],t,r,u)}function C(n){return n.replace(/([a-z])/g,function(n,e){return e.toUpperCase()})}function w(n){return n=C(n),3===n.length&&!un.test(n)}function S(n){return n.slice(n.indexOf("-")+1)}function A(n){return on.indexOf(n)>-1}function B(n){return n.replace(/([A-Z])/g,function(n,e){return e.toLowerCase()})}function L(n){if(n=B(n),A(n))return!0;var e=n.split("-per-");if(2!==e.length)return!1;var t=e[0],r=e[1];return!(!A(t)||!A(r))}function O(n,e,t){var r=t.getInternalSlots,u=r(n),i=u.notation,a=u.dataLocaleData,o=u.numberingSystem;switch(i){case"standard":return 0;case"scientific":return e;case"engineering":return 3*Math.floor(e/3);default:var c=u.compactDisplay,l=u.style,s=u.currencyDisplay,f=void 0;if("currency"===l&&"name"!==s){f=(a.numbers.currency[o]||a.numbers.currency[a.numbers.nu[0]]).short}else{var m=a.numbers.decimal[o]||a.numbers.decimal[a.numbers.nu[0]];f="long"===c?m.long:m.short}if(!f)return 0;var D=String(Math.pow(10,e)),g=Object.keys(f);if(Dg[g.length-1])return g[g.length-1].length-1;var p=g.indexOf(D);if(-1===p)return 0;var d=g[p];return"0"===f[d].other?0:d.length-f[d].other.match(/0+/)[0].length}}function x(n,r,u){function i(n,e){return e<0?n*Math.pow(10,-e):n/Math.pow(10,e)}var a,o,c,l=u;if(0===n)a=t("0",l),o=0,c=0;else{var s=n.toString(),f=s.indexOf("e"),m=s.split("e"),D=m[0],g=m[1],p=D.replace(".","");if(f>=0&&p.length<=l)o=+g,a=p+t("0",l-p.length),c=n;else{o=e(n);var d=o-l+1,h=Math.round(i(n,d));i(h,l-1)>=10&&(o+=1,h=Math.floor(h/10)),a=h.toString(),c=i(h,l-1-o)}}var y;if(o>=l-1?(a+=t("0",o-l+1),y=o+1):o>=0?(a=a.slice(0,o+1)+"."+a.slice(o+1),y=o+1):(a="0."+t("0",-o-1)+a,y=1),a.indexOf(".")>=0&&u>r){for(var v=u-r;v>0&&"0"===a[a.length-1];)a=a.slice(0,-1),v--;"."===a[a.length-1]&&(a=a.slice(0,-1))}return{formattedString:a,roundedNumber:c,integerDigitsCount:y}}function k(n,e,r){var u,i=r,a=Math.round(n*Math.pow(10,i)),o=a/Math.pow(10,i);if(a<1e21)u=a.toString();else{u=a.toString();var c=u.split("e"),l=c[0],s=c[1];u=l.replace(".",""),u+=t("0",Math.max(+s-u.length+1,0))}var f;if(0!==i){var m=u.length;if(m<=i){u=t("0",i+1-m)+u,m=i+1}var D=u.slice(0,m-i);u=D+"."+u.slice(m-i),f=D.length}else f=u.length;for(var g=r-e;g>0&&"0"===u[u.length-1];)u=u.slice(0,-1),g--;return"."===u[u.length-1]&&(u=u.slice(0,-1)),{formattedString:u,roundedNumber:o,integerDigitsCount:f}}function M(n,e){var r=e<0||l(e,-0);r&&(e=-e);var u;switch(n.roundingType){case"significantDigits":u=x(e,n.minimumSignificantDigits,n.maximumSignificantDigits);break;case"fractionDigits":u=k(e,n.minimumFractionDigits,n.maximumFractionDigits);break;default:u=x(e,1,2),u.integerDigitsCount>1&&(u=k(e,0,0))}e=u.roundedNumber;var i=u.formattedString,a=u.integerDigitsCount,o=n.minimumIntegerDigits;if(a0?(f=c.slice(0,D),m=c.slice(D+1)):f=c,i&&("compact"!==t||l>=1e4)){var g=n.group,p=[],d=a.split(".")[0],h=d.split(","),y=3,v=3;h.length>1&&(y=h[h.length-1].length),h.length>2&&(v=h[h.length-2].length);var F=f.length-y;if(F>0){for(p.push(f.slice(F,F+y)),F-=v;F>0;F-=v)p.push(f.slice(F,F+v));p.push(f.slice(0,F+v))}else p.push(f);for(;p.length>0;){var b=p.pop();o.push({type:"integer",value:b}),p.length>0&&o.push({type:"group",value:g})}}else o.push({type:"integer",value:f});if(void 0!==m&&o.push({type:"decimal",value:n.decimal},{type:"fraction",value:m}),("scientific"===t||"engineering"===t)&&isFinite(l)){o.push({type:"exponentSeparator",value:n.exponential}),r<0&&(o.push({type:"exponentMinusSign",value:n.minusSign}),r=-r);var E=k(r,0,0);o.push({type:"exponentInteger",value:E.formattedString})}return o}function R(n,e){n.indexOf(";")<0&&(n=n+";-"+n);var t=n.split(";"),r=t[0],u=t[1];switch(e){case 0:return r;case-1:return u;default:return u.indexOf("-")>=0?u.replace(/-/g,"+"):"+"+r}}function T(n,e,t,r,u,i,a){var o,c,l=n.roundedNumber,s=n.sign,f=n.magnitude,m=String(Math.pow(10,f)),D=t.numbers.nu[0];if("currency"===r&&"name"!==i){var g=t.numbers.currency,p=g[a]||g[D],d=null===(o=p.short)||void 0===o?void 0:o[m];if(!d)return null;c=K(e,l,d)}else{var g=t.numbers.decimal,h=g[a]||g[D],y=h[u][m];if(!y)return null;c=K(e,l,y)}return"0"===c?null:c=R(c,s).replace(/([^\s;\-\+\d¤]+)/g,"{c:$1}").replace(/0+/,"0")}function K(n,e,t){return t[n.select(e)]||t.other}function _(n,e,t){var r,u,i=t.getInternalSlots,a=i(n),o=a.pl,c=a.dataLocaleData,s=a.numberingSystem,f=c.numbers.symbols[s]||c.numbers.symbols[c.numbers.nu[0]],m=0,D=0;if(isNaN(e))u=f.nan;else if(isFinite(e)){"percent"===a.style&&(e*=100),r=N(n,e,{getInternalSlots:i}),D=r[0],m=r[1],e=D<0?e*Math.pow(10,-D):e/Math.pow(10,D);var g=M(a,e);u=g.formattedString,e=g.roundedNumber}else u=f.infinity;var p;switch(a.signDisplay){case"never":p=0;break;case"auto":p=l(e,0)||e>0||isNaN(e)?0:-1;break;case"always":p=l(e,0)||e>0||isNaN(e)?1:-1;break;default:p=0===e||isNaN(e)?0:e>0?1:-1}return j({roundedNumber:e,formattedString:u,exponent:D,magnitude:m,sign:p},a.dataLocaleData,o,a)}function U(n,e,t){for(var r=_(n,e,t),u=s(0),i=0,a=r;i\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20BF\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC1\uFDFC\uFDFD\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDE8\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEE0-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDD78\uDD7A-\uDDCB\uDDCD-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6\uDF00-\uDF92\uDF94-\uDFCA]/,Ee=new RegExp("^"+be.source),Ce=new RegExp(be.source+"$"),we=/[#0](?:[\.,][#0]+)*/g,Se=(function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type="MISSING_LOCALE_DATA",n}n(t,e)}(Error),{});en(Se,{ADP:function(){return Ae},AFN:function(){return Be},ALL:function(){return Le},AMD:function(){return Oe},BHD:function(){return xe},BIF:function(){return ke},BYN:function(){return Me},BYR:function(){return Ne},CAD:function(){return Ie},CHF:function(){return je},CLF:function(){return Pe},CLP:function(){return Re},COP:function(){return Te},CRC:function(){return Ke},CZK:function(){return _e},DEFAULT:function(){return Ue},DJF:function(){return Ye},DKK:function(){return Ge},ESP:function(){return We},GNF:function(){return Ze},GYD:function(){return Ve},HUF:function(){return Xe},IDR:function(){return He},IQD:function(){return ze},IRR:function(){return Je},ISK:function(){return $e},ITL:function(){return Qe},JOD:function(){return qe},JPY:function(){return nt},KMF:function(){return et},KPW:function(){return tt},KRW:function(){return rt},KWD:function(){return ut},LAK:function(){return it},LBP:function(){return at},LUF:function(){return ot},LYD:function(){return ct},MGA:function(){return lt},MGF:function(){return st},MMK:function(){return ft},MNT:function(){return mt},MRO:function(){return Dt},MUR:function(){return gt},NOK:function(){return pt},OMR:function(){return dt},PKR:function(){return ht},PYG:function(){return yt},RSD:function(){return vt},RWF:function(){return Ft},SEK:function(){return bt},SLL:function(){return Et},SOS:function(){return Ct},STD:function(){return wt},SYP:function(){return St},TMM:function(){return At},TND:function(){return Bt},TRL:function(){return Lt},TWD:function(){return Ot},TZS:function(){return xt},UGX:function(){return kt},UYI:function(){return Mt},UYW:function(){return Nt},UZS:function(){return It},VEF:function(){return jt},VND:function(){return Pt},VUV:function(){return Rt},XAF:function(){return Tt},XOF:function(){return Kt},XPF:function(){return _t},YER:function(){return Ut},ZMK:function(){return Yt},ZWD:function(){return Gt},default:function(){return Wt}});var Ae=0,Be=0,Le=0,Oe=2,xe=3,ke=0,Me=2,Ne=0,Ie=2,je=2,Pe=4,Re=0,Te=2,Ke=2,_e=2,Ue=2,Ye=0,Ge=2,We=0,Ze=0,Ve=2,Xe=2,He=2,ze=0,Je=0,$e=0,Qe=0,qe=3,nt=0,et=0,tt=0,rt=0,ut=3,it=0,at=0,ot=0,ct=3,lt=0,st=0,ft=0,mt=2,Dt=0,gt=2,pt=2,dt=3,ht=2,yt=0,vt=0,Ft=0,bt=2,Et=0,Ct=0,wt=0,St=0,At=0,Bt=3,Lt=0,Ot=2,xt=2,kt=0,Mt=0,Nt=4,It=2,jt=2,Pt=0,Rt=0,Tt=0,Kt=0,_t=0,Ut=0,Yt=0,Gt=0,Wt={ADP:Ae,AFN:Be,ALL:Le,AMD:Oe,BHD:xe,BIF:ke,BYN:Me,BYR:Ne,CAD:Ie,CHF:je,CLF:Pe,CLP:Re,COP:Te,CRC:Ke,CZK:_e,DEFAULT:Ue,DJF:Ye,DKK:Ge,ESP:We,GNF:Ze,GYD:Ve,HUF:Xe,IDR:He,IQD:ze,IRR:Je,ISK:$e,ITL:Qe,JOD:qe,JPY:nt,KMF:et,KPW:tt,KRW:rt,KWD:ut,LAK:it,LBP:at,LUF:ot,LYD:ct,MGA:lt,MGF:st,MMK:ft,MNT:mt,MRO:Dt,MUR:gt,NOK:pt,OMR:dt,PKR:ht,PYG:yt,RSD:vt,RWF:Ft,SEK:bt,SLL:Et,SOS:Ct,STD:wt,SYP:St,TMM:At,TND:Bt,TRL:Lt,TWD:Ot,TZS:xt,UGX:kt,UYI:Mt,UYW:Nt,UZS:It,VEF:jt,VND:Pt,VUV:Rt,XAF:Tt,XOF:Kt,XPF:_t,YER:Ut,ZMK:Yt,ZWD:Gt},Zt=["adlm","ahom","arab","arabext","armn","armnlow","bali","beng","bhks","brah","cakm","cham","cyrl","deva","diak","ethi","fullwide","geor","gong","gonm","grek","greklow","gujr","guru","hanidays","hanidec","hans","hansfin","hant","hantfin","hebr","hmng","hmnp","java","jpan","jpanfin","jpanyear","kali","khmr","knda","lana","lanatham","laoo","latn","lepc","limb","mathbold","mathdbl","mathmono","mathsanb","mathsans","mlym","modi","mong","mroo","mtei","mymr","mymrshan","mymrtlng","newa","nkoo","olck","orya","osma","rohg","roman","romanlow","saur","segment","shrd","sind","sinh","sora","sund","takr","talu","taml","tamldec","telu","thai","tibt","tirh","vaii","wara","wcho"],Vt=new WeakMap,Xt=Zt,Ht=["locale","numberingSystem","style","currency","currencyDisplay","currencySign","unit","unitDisplay","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","useGrouping","notation","compactDisplay","signDisplay"],zt=function(n,e){if(!this||!D(zt,this))return new zt(n,e);W(this,n,e,{getInternalSlots:X,localeData:zt.localeData,availableLocales:zt.availableLocales,getDefaultLocale:zt.getDefaultLocale,currencyDigitsData:Se,numberingSystemNames:Xt});var t=X(this),r=t.dataLocale;return u(void 0!==zt.localeData[r],"Cannot load locale-dependent data for "+r+"."),t.pl=new Intl.PluralRules(r,{minimumFractionDigits:t.minimumFractionDigits,maximumFractionDigits:t.maximumFractionDigits,minimumIntegerDigits:t.minimumIntegerDigits,minimumSignificantDigits:t.minimumSignificantDigits,maximumSignificantDigits:t.maximumSignificantDigits}),this};try{Object.defineProperty(H,"name",{value:"formatToParts",enumerable:!1,writable:!1,configurable:!0})}catch(n){}r(zt.prototype,"formatToParts",{value:H}),r(zt.prototype,"resolvedOptions",{value:function n(){if("object"!=typeof this||!D(zt,this))throw TypeError("Method Intl.NumberFormat.prototype.resolvedOptions called on incompatible receiver");for(var e=X(this),t={},r=0,u=Ht;r0})},i=function(){return n.some(function(e){return e.skippedTargets.length>0})},o="ResizeObserver loop completed with undelivered notifications.",s=function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:o}):(e=document.createEvent("Event"),e.initEvent("error",!1,!1),e.message=o),window.dispatchEvent(e)};!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(t||(t={}));var c,a=function(e){return Object.freeze(e)},u=function(){function e(e,t){this.inlineSize=e,this.blockSize=t,a(this)}return e}(),f=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,a(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),h=function(e){return e instanceof SVGElement&&"getBBox"in e},d=function(e){if(h(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,s=i.offsetHeight;return!(o||s||e.getClientRects().length)},v=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null===e||void 0===e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},l=function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},p="undefined"!=typeof window?window:{},b=new WeakMap,g=/auto|scroll/,w=/^tb|vertical/,E=/msie|trident/i.test(p.navigator&&p.navigator.userAgent),x=function(e){return parseFloat(e||"0")},z=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new u((n?t:e)||0,(n?e:t)||0)},y=a({devicePixelContentBoxSize:z(),borderBoxSize:z(),contentBoxSize:z(),contentRect:new f(0,0,0,0)}),T=function(e,t){if(void 0===t&&(t=!1),b.has(e)&&!t)return b.get(e);if(d(e))return b.set(e,y),y;var n=getComputedStyle(e),r=h(e)&&e.ownerSVGElement&&e.getBBox(),i=!E&&"border-box"===n.boxSizing,o=w.test(n.writingMode||""),s=!r&&g.test(n.overflowY||""),c=!r&&g.test(n.overflowX||""),u=r?0:x(n.paddingTop),v=r?0:x(n.paddingRight),l=r?0:x(n.paddingBottom),p=r?0:x(n.paddingLeft),T=r?0:x(n.borderTopWidth),m=r?0:x(n.borderRightWidth),O=r?0:x(n.borderBottomWidth),R=r?0:x(n.borderLeftWidth),S=p+v,B=u+l,C=R+m,k=T+O,N=c?e.offsetHeight-k-e.clientHeight:0,D=s?e.offsetWidth-C-e.clientWidth:0,M=i?S+C:0,_=i?B+k:0,P=r?r.width:x(n.width)-M-D,F=r?r.height:x(n.height)-_-N,I=P+S+D+C,L=F+B+N+k,W=a({devicePixelContentBoxSize:z(Math.round(P*devicePixelRatio),Math.round(F*devicePixelRatio),o),borderBoxSize:z(I,L,o),contentBoxSize:z(P,F,o),contentRect:new f(p,u,P,F)});return b.set(e,W),W},m=function(e,n,r){var i=T(e,r),o=i.borderBoxSize,s=i.contentBoxSize,c=i.devicePixelContentBoxSize;switch(n){case t.DEVICE_PIXEL_CONTENT_BOX:return c;case t.BORDER_BOX:return o;default:return s}},O=function(){function e(e){var t=T(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=a([t.borderBoxSize]),this.contentBoxSize=a([t.contentBoxSize]),this.devicePixelContentBoxSize=a([t.devicePixelContentBoxSize])}return e}(),R=function(e){if(d(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},S=function(){var e=1/0,t=[];n.forEach(function n(r){if(0!==r.activeTargets.length){var i=[];r.activeTargets.forEach(function t(n){var r=new O(n.target),o=R(n.target);i.push(r),n.lastReportedSize=m(n.target,n.observedBox),oe?n.activeTargets.push(r):n.skippedTargets.push(r))})})},C=function(){var e=0;for(B(e);r();)e=S(),B(e);return i()&&s(),e>0},k=[],N=function(){return k.splice(0).forEach(function(e){return e()})},D=function(e){if(!c){var t=0,n=document.createTextNode(""),r={characterData:!0};new MutationObserver(function(){return N()}).observe(n,r),c=function(){n.textContent="".concat(t?t--:t++)}}k.push(e),c()},M=function(e){D(function t(){requestAnimationFrame(e)})},_=0,P=function(){return!!_},F={attributes:!0,characterData:!0,childList:!0,subtree:!0},I=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],L=function(e){return void 0===e&&(e=0),Date.now()+e},W=!1,X=function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!W){W=!0;var n=L(e);M(function(){var r=!1;try{r=C()}finally{if(W=!1,e=n-L(),!P())return;r?t.run(1e3):e>0?t.run(e):t.start()}})}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,F)};document.body?t():p.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),I.forEach(function(t){return p.addEventListener(t,e.listener,!0)}))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),I.forEach(function(t){return p.removeEventListener(t,e.listener,!0)}),this.stopped=!0)},e}(),A=new X,V=function(e){!_&&e>0&&A.start(),!(_+=e)&&A.stop()},q=function(e){return!h(e)&&!l(e)&&"inline"===getComputedStyle(e).display},j=function(){function e(e,n){this.target=e,this.observedBox=n||t.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=m(this.target,this.observedBox,!0);return q(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),G=function(){function e(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t}return e}(),H=new WeakMap,J=function(e,t){for(var n=0;n=0&&(o&&n.splice(n.indexOf(r),1),r.observationTargets.splice(i,1),V(-1))},e.disconnect=function(e){var t=this,n=H.get(e);n.observationTargets.slice().forEach(function(n){return t.unobserve(e,n.target)}),n.activeTargets.splice(0,n.activeTargets.length)},e}(),Y=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");U.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!v(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");U.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!v(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");U.unobserve(this,e)},e.prototype.disconnect=function(){U.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();e.ResizeObserver=Y,e.ResizeObserverEntry=O,e.ResizeObserverSize=u,Object.defineProperty(e,"__esModule",{value:!0})}),self.ResizeObserverEntry=ResizeObserver.ResizeObserverEntry,self.ResizeObserver=ResizeObserver.ResizeObserver;}if (!((function(e){try{if(Object.prototype.hasOwnProperty.call(e,"WeakSet")&&0===e.WeakSet.length){var t={},r=new e.WeakSet([t]) return r.has(t)&&!1===r.delete(0)&&"toStringTag"in self.Symbol&&void 0!==r[self.Symbol.toStringTag]}return!1}catch(e){return!1}})(self) )) {!function(e){var t=Symbol("undef"),r=function e(){if(!(this instanceof e))throw new TypeError('Constructor WeakSet requires "new"');var t=OrdinaryCreateFromConstructor(this,e.prototype,{_values:[],_size:0,_es6WeakSet:!0}),r=arguments.length>0?arguments[0]:void 0;if(null===r||void 0===r)return t;var o=Get(t,"add");if(!IsCallable(o))throw new TypeError("WeakSet.prototype.add is not a function");try{for(var a=GetIterator(r);;){var n=IteratorStep(a);if(!1===n)return t;var l=IteratorValue(n);try{Call(o,t,[l])}catch(e){return IteratorClose(a,e)}}}catch(e){if(IsArray(r)||"[object Arguments]"===Object.prototype.toString.call(r)){var i,p=r.length;for(i=0;i