@mparticle/aquarium 1.40.0-poc-unified-nav.9 → 1.40.0-poc-unified-nav.10

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.
@@ -192,4 +192,4 @@ Check the render method of %s.`,ct(Wt)||"Unknown"));var M=Bo(v,E);M.payload={ele
192
192
 
193
193
  let root = createRoot(domContainer);
194
194
  root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(s=t.identifierPrefix),t.onRecoverableError!==void 0&&(v=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var E=Hg(e,m2,null,a,o,s,v);s2(E.current,e);var _=e.nodeType===P5?e.parentNode:e;return uc(_),new B9(E)}function E7(e){this._internalRoot=e}function q$(e){e&&$d(e)}E7.prototype.unstable_scheduleHydration=q$;function J$(e,t,a){if(!T7(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");iy(e),t===void 0&&x("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var o=a!=null?a:null,s=a!=null&&a.hydratedSources||null,v=!1,E=!1,_="",M=ay;a!=null&&(a.unstable_strictMode===!0&&(v=!0),a.identifierPrefix!==void 0&&(_=a.identifierPrefix),a.onRecoverableError!==void 0&&(M=a.onRecoverableError));var U=Og(t,null,e,m2,o,v,E,_,M);if(s2(U.current,e),uc(e),s)for(var Z=0;Z<s.length;Z++){var be=s[Z];rB(U,be)}return new E7(U)}function T7(e){return!!(e&&(e.nodeType===P1||e.nodeType===Da||e.nodeType===fo||!Dr))}function rf(e){return!!(e&&(e.nodeType===P1||e.nodeType===Da||e.nodeType===fo||e.nodeType===P5&&e.nodeValue===" react-mount-point-unstable "))}function iy(e){e.nodeType===P1&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&x("createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."),yc(e)&&(e._reactRootContainer?x("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):x("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}var ej=g.ReactCurrentOwner,oy;oy=function(e){if(e._reactRootContainer&&e.nodeType!==P5){var t=zg(e._reactRootContainer.current);t&&t.parentNode!==e&&x("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.")}var a=!!e._reactRootContainer,o=F9(e),s=!!(o&&Pl(o));s&&!a&&x("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."),e.nodeType===P1&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&x("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.")};function F9(e){return e?e.nodeType===Da?e.documentElement:e.firstChild:null}function ly(){}function tj(e,t,a,o,s){if(s){if(typeof o=="function"){var v=o;o=function(){var Se=S7(E);v.call(Se)}}var E=Og(t,o,e,Hl,null,!1,!1,"",ly);e._reactRootContainer=E,s2(E.current,e);var _=e.nodeType===P5?e.parentNode:e;return uc(_),Zo(),E}else{for(var M;M=e.lastChild;)e.removeChild(M);if(typeof o=="function"){var U=o;o=function(){var Se=S7(Z);U.call(Se)}}var Z=Hg(e,Hl,null,!1,!1,"",ly);e._reactRootContainer=Z,s2(Z.current,e);var be=e.nodeType===P5?e.parentNode:e;return uc(be),Zo(function(){nf(t,Z,a,o)}),Z}}function nj(e,t){e!==null&&typeof e!="function"&&x("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)}function w7(e,t,a,o,s){oy(a),nj(s===void 0?null:s,"render");var v=a._reactRootContainer,E;if(!v)E=tj(a,t,e,s,o);else{if(E=v,typeof s=="function"){var _=s;s=function(){var M=S7(E);_.call(M)}}nf(t,E,e,s)}return S7(E)}var uy=!1;function rj(e){{uy||(uy=!0,x("findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node"));var t=ej.current;if(t!==null&&t.stateNode!==null){var a=t.stateNode._warnedAboutRefsInRender;a||x("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",mt(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0}}return e==null?null:e.nodeType===P1?e:B$(e,"findDOMNode")}function aj(e,t,a){if(x("ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!rf(t))throw new Error("Target container is not a DOM element.");{var o=yc(t)&&t._reactRootContainer===void 0;o&&x("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call hydrateRoot(container, element)?")}return w7(null,e,t,!0,a)}function ij(e,t,a){if(x("ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!rf(t))throw new Error("Target container is not a DOM element.");{var o=yc(t)&&t._reactRootContainer===void 0;o&&x("You are calling ReactDOM.render() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.render(element)?")}return w7(null,e,t,!1,a)}function oj(e,t,a,o){if(x("ReactDOM.unstable_renderSubtreeIntoContainer() is no longer supported in React 18. Consider using a portal instead. Until you switch to the createRoot API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!rf(a))throw new Error("Target container is not a DOM element.");if(e==null||!v3(e))throw new Error("parentComponent must be a valid React Component");return w7(e,t,a,!1,o)}var sy=!1;function lj(e){if(sy||(sy=!0,x("unmountComponentAtNode is deprecated and will be removed in the next major release. Switch to the createRoot API. Learn more: https://reactjs.org/link/switch-to-createroot")),!rf(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=yc(e)&&e._reactRootContainer===void 0;t&&x("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.unmount()?")}if(e._reactRootContainer){{var a=F9(e),o=a&&!Pl(a);o&&x("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return Zo(function(){w7(null,null,e,!1,function(){e._reactRootContainer=null,am(e)})}),!0}else{{var s=F9(e),v=!!(s&&Pl(s)),E=e.nodeType===P1&&rf(e.parentNode)&&!!e.parentNode._reactRootContainer;v&&x("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s",E?"You may have accidentally passed in a React root node instead of its container.":"Instead, have the parent component update its state and rerender in order to remove this component.")}return!1}}El(F$),Bd($$),e6(j$),R0(Sa),k0(y1),(typeof Map!="function"||Map.prototype==null||typeof Map.prototype.forEach!="function"||typeof Set!="function"||Set.prototype==null||typeof Set.prototype.clear!="function"||typeof Set.prototype.forEach!="function")&&x("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),l0(sU),Cu(y9,JF,Zo);function uj(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!T7(t))throw new Error("Target container is not a DOM element.");return z$(e,t,null,a)}function sj(e,t,a,o){return oj(e,t,a,o)}var $9={usingClientEntryPoint:!1,Events:[Pl,w6,c2,mu,c3,y9]};function cj(e,t){return $9.usingClientEntryPoint||x('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),K$(e,t)}function fj(e,t,a){return $9.usingClientEntryPoint||x('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),J$(e,t,a)}function dj(e){return mg()&&x("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."),Zo(e)}var vj=X$({findFiberByHostInstance:z3,bundleType:1,version:V9,rendererPackageName:"react-dom"});if(!vj&&a5&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var cy=window.location.protocol;/^(https?|file):$/.test(cy)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(cy==="file:"?`
195
- You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}ca.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=$9,ca.createPortal=uj,ca.createRoot=cj,ca.findDOMNode=rj,ca.flushSync=dj,ca.hydrate=aj,ca.hydrateRoot=fj,ca.render=ij,ca.unmountComponentAtNode=lj,ca.unstable_batchedUpdates=y9,ca.unstable_renderSubtreeIntoContainer=sj,ca.version=V9,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),ca}function Wv(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(Wv)}catch(i){console.error(i)}}}process.env.NODE_ENV==="production"?(Wv(),G7.exports=sx()):G7.exports=cx();var Q7=G7.exports;const Yv=z7(Q7);function Qv(i){return i instanceof HTMLElement||i instanceof SVGElement}function fx(i){return i&&Ua(i)==="object"&&Qv(i.nativeElement)?i.nativeElement:Qv(i)?i:null}function Ef(i){var m=fx(i);if(m)return m;if(i instanceof Mn.Component){var g;return(g=Yv.findDOMNode)===null||g===void 0?void 0:g.call(Yv,i)}return null}function dx(i,m,g){var l=F.useRef({});return(!("value"in l.current)||g(l.current.condition,m))&&(l.current.value=i(),l.current.condition=m),l.current.value}var vx=function(m,g){typeof m=="function"?m(g):Ua(m)==="object"&&m&&"current"in m&&(m.current=g)},px=function(){for(var m=arguments.length,g=new Array(m),l=0;l<m;l++)g[l]=arguments[l];var B=g.filter(Boolean);return B.length<=1?B[0]:function(ee){g.forEach(function(x){vx(x,ee)})}},hx=function(){for(var m=arguments.length,g=new Array(m),l=0;l<m;l++)g[l]=arguments[l];return dx(function(){return px.apply(void 0,g)},g,function(B,ee){return B.length!==ee.length||B.every(function(x,Oe){return x!==ee[Oe]})})},mx=function(m){var g,l,B=es.isMemo(m)?m.type.type:m.type;return!(typeof B=="function"&&!((g=B.prototype)!==null&&g!==void 0&&g.render)&&B.$$typeof!==es.ForwardRef||typeof m=="function"&&!((l=m.prototype)!==null&&l!==void 0&&l.render)&&m.$$typeof!==es.ForwardRef)};function Xv(i){return Mn.isValidElement(i)&&!es.isFragment(i)}Number(Mn.version.split(".")[0])>=19;var X7=F.createContext(null);function Cx(i){var m=i.children,g=i.onBatchResize,l=F.useRef(0),B=F.useRef([]),ee=F.useContext(X7),x=F.useCallback(function(Oe,Ue,ze){l.current+=1;var Tt=l.current;B.current.push({size:Oe,element:Ue,data:ze}),Promise.resolve().then(function(){Tt===l.current&&(g==null||g(B.current),B.current=[])}),ee==null||ee(Oe,Ue,ze)},[g,ee]);return F.createElement(X7.Provider,{value:x},m)}var Kv=function(){if(typeof Map!="undefined")return Map;function i(m,g){var l=-1;return m.some(function(B,ee){return B[0]===g?(l=ee,!0):!1}),l}return function(){function m(){this.__entries__=[]}return Object.defineProperty(m.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),m.prototype.get=function(g){var l=i(this.__entries__,g),B=this.__entries__[l];return B&&B[1]},m.prototype.set=function(g,l){var B=i(this.__entries__,g);~B?this.__entries__[B][1]=l:this.__entries__.push([g,l])},m.prototype.delete=function(g){var l=this.__entries__,B=i(l,g);~B&&l.splice(B,1)},m.prototype.has=function(g){return!!~i(this.__entries__,g)},m.prototype.clear=function(){this.__entries__.splice(0)},m.prototype.forEach=function(g,l){l===void 0&&(l=null);for(var B=0,ee=this.__entries__;B<ee.length;B++){var x=ee[B];g.call(l,x[1],x[0])}},m}()}(),K7=typeof window!="undefined"&&typeof document!="undefined"&&window.document===document,Tf=function(){return typeof global!="undefined"&&global.Math===Math?global:typeof self!="undefined"&&self.Math===Math?self:typeof window!="undefined"&&window.Math===Math?window:Function("return this")()}(),gx=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(Tf):function(i){return setTimeout(function(){return i(Date.now())},1e3/60)}}(),yx=2;function Sx(i,m){var g=!1,l=!1,B=0;function ee(){g&&(g=!1,i()),l&&Oe()}function x(){gx(ee)}function Oe(){var Ue=Date.now();if(g){if(Ue-B<yx)return;l=!0}else g=!0,l=!1,setTimeout(x,m);B=Ue}return Oe}var Ex=20,Tx=["top","right","bottom","left","width","height","size","weight"],wx=typeof MutationObserver!="undefined",bx=function(){function i(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=Sx(this.refresh.bind(this),Ex)}return i.prototype.addObserver=function(m){~this.observers_.indexOf(m)||this.observers_.push(m),this.connected_||this.connect_()},i.prototype.removeObserver=function(m){var g=this.observers_,l=g.indexOf(m);~l&&g.splice(l,1),!g.length&&this.connected_&&this.disconnect_()},i.prototype.refresh=function(){var m=this.updateObservers_();m&&this.refresh()},i.prototype.updateObservers_=function(){var m=this.observers_.filter(function(g){return g.gatherActive(),g.hasActive()});return m.forEach(function(g){return g.broadcastActive()}),m.length>0},i.prototype.connect_=function(){!K7||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),wx?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},i.prototype.disconnect_=function(){!K7||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},i.prototype.onTransitionEnd_=function(m){var g=m.propertyName,l=g===void 0?"":g,B=Tx.some(function(ee){return!!~l.indexOf(ee)});B&&this.refresh()},i.getInstance=function(){return this.instance_||(this.instance_=new i),this.instance_},i.instance_=null,i}(),qv=function(i,m){for(var g=0,l=Object.keys(m);g<l.length;g++){var B=l[g];Object.defineProperty(i,B,{value:m[B],enumerable:!1,writable:!1,configurable:!0})}return i},nu=function(i){var m=i&&i.ownerDocument&&i.ownerDocument.defaultView;return m||Tf},Jv=bf(0,0,0,0);function wf(i){return parseFloat(i)||0}function ep(i){for(var m=[],g=1;g<arguments.length;g++)m[g-1]=arguments[g];return m.reduce(function(l,B){var ee=i["border-"+B+"-width"];return l+wf(ee)},0)}function _x(i){for(var m=["top","right","bottom","left"],g={},l=0,B=m;l<B.length;l++){var ee=B[l],x=i["padding-"+ee];g[ee]=wf(x)}return g}function Lx(i){var m=i.getBBox();return bf(0,0,m.width,m.height)}function Ax(i){var m=i.clientWidth,g=i.clientHeight;if(!m&&!g)return Jv;var l=nu(i).getComputedStyle(i),B=_x(l),ee=B.left+B.right,x=B.top+B.bottom,Oe=wf(l.width),Ue=wf(l.height);if(l.boxSizing==="border-box"&&(Math.round(Oe+ee)!==m&&(Oe-=ep(l,"left","right")+ee),Math.round(Ue+x)!==g&&(Ue-=ep(l,"top","bottom")+x)),!Mx(i)){var ze=Math.round(Oe+ee)-m,Tt=Math.round(Ue+x)-g;Math.abs(ze)!==1&&(Oe-=ze),Math.abs(Tt)!==1&&(Ue-=Tt)}return bf(B.left,B.top,Oe,Ue)}var xx=function(){return typeof SVGGraphicsElement!="undefined"?function(i){return i instanceof nu(i).SVGGraphicsElement}:function(i){return i instanceof nu(i).SVGElement&&typeof i.getBBox=="function"}}();function Mx(i){return i===nu(i).document.documentElement}function Dx(i){return K7?xx(i)?Lx(i):Ax(i):Jv}function Rx(i){var m=i.x,g=i.y,l=i.width,B=i.height,ee=typeof DOMRectReadOnly!="undefined"?DOMRectReadOnly:Object,x=Object.create(ee.prototype);return qv(x,{x:m,y:g,width:l,height:B,top:g,right:m+l,bottom:B+g,left:m}),x}function bf(i,m,g,l){return{x:i,y:m,width:g,height:l}}var kx=function(){function i(m){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=bf(0,0,0,0),this.target=m}return i.prototype.isActive=function(){var m=Dx(this.target);return this.contentRect_=m,m.width!==this.broadcastWidth||m.height!==this.broadcastHeight},i.prototype.broadcastRect=function(){var m=this.contentRect_;return this.broadcastWidth=m.width,this.broadcastHeight=m.height,m},i}(),Nx=function(){function i(m,g){var l=Rx(g);qv(this,{target:m,contentRect:l})}return i}(),Ix=function(){function i(m,g,l){if(this.activeObservations_=[],this.observations_=new Kv,typeof m!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=m,this.controller_=g,this.callbackCtx_=l}return i.prototype.observe=function(m){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(m instanceof nu(m).Element))throw new TypeError('parameter 1 is not of type "Element".');var g=this.observations_;g.has(m)||(g.set(m,new kx(m)),this.controller_.addObserver(this),this.controller_.refresh())}},i.prototype.unobserve=function(m){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(m instanceof nu(m).Element))throw new TypeError('parameter 1 is not of type "Element".');var g=this.observations_;g.has(m)&&(g.delete(m),g.size||this.controller_.removeObserver(this))}},i.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},i.prototype.gatherActive=function(){var m=this;this.clearActive(),this.observations_.forEach(function(g){g.isActive()&&m.activeObservations_.push(g)})},i.prototype.broadcastActive=function(){if(this.hasActive()){var m=this.callbackCtx_,g=this.activeObservations_.map(function(l){return new Nx(l.target,l.broadcastRect())});this.callback_.call(m,g,m),this.clearActive()}},i.prototype.clearActive=function(){this.activeObservations_.splice(0)},i.prototype.hasActive=function(){return this.activeObservations_.length>0},i}(),tp=typeof WeakMap!="undefined"?new WeakMap:new Kv,np=function(){function i(m){if(!(this instanceof i))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var g=bx.getInstance(),l=new Ix(m,g,this);tp.set(this,l)}return i}();["observe","unobserve","disconnect"].forEach(function(i){np.prototype[i]=function(){var m;return(m=tp.get(this))[i].apply(m,arguments)}});var Px=function(){return typeof Tf.ResizeObserver!="undefined"?Tf.ResizeObserver:np}(),so=new Map;function rp(i){i.forEach(function(m){var g,l=m.target;(g=so.get(l))===null||g===void 0||g.forEach(function(B){return B(l)})})}var ap=new Px(rp);process.env.NODE_ENV,process.env.NODE_ENV;function Vx(i,m){so.has(i)||(so.set(i,new Set),ap.observe(i)),so.get(i).add(m)}function Hx(i,m){so.has(i)&&(so.get(i).delete(m),so.get(i).size||(ap.unobserve(i),so.delete(i)))}function ip(i,m){if(!(i instanceof m))throw new TypeError("Cannot call a class as a function")}function op(i,m){for(var g=0;g<m.length;g++){var l=m[g];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(i,Iv(l.key),l)}}function lp(i,m,g){return m&&op(i.prototype,m),g&&op(i,g),Object.defineProperty(i,"prototype",{writable:!1}),i}function q7(i,m){return q7=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(g,l){return g.__proto__=l,g},q7(i,m)}function Ox(i,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function");i.prototype=Object.create(m&&m.prototype,{constructor:{value:i,writable:!0,configurable:!0}}),Object.defineProperty(i,"prototype",{writable:!1}),m&&q7(i,m)}function _f(i){return _f=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(m){return m.__proto__||Object.getPrototypeOf(m)},_f(i)}function up(){try{var i=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(m){}return(up=function(){return!!i})()}function Ux(i){if(i===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return i}function zx(i,m){if(m&&(Ua(m)=="object"||typeof m=="function"))return m;if(m!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Ux(i)}function Bx(i){var m=up();return function(){var g,l=_f(i);if(m){var B=_f(this).constructor;g=Reflect.construct(l,arguments,B)}else g=l.apply(this,arguments);return zx(this,g)}}var Fx=function(i){Ox(g,i);var m=Bx(g);function g(){return ip(this,g),m.apply(this,arguments)}return lp(g,[{key:"render",value:function(){return this.props.children}}]),g}(F.Component);function $x(i,m){var g=i.children,l=i.disabled,B=F.useRef(null),ee=F.useRef(null),x=F.useContext(X7),Oe=typeof g=="function",Ue=Oe?g(B):g,ze=F.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),Tt=!Oe&&F.isValidElement(Ue)&&mx(Ue),We=Tt?Ue.ref:null,lt=hx(We,B),ot=function(){var jn;return Ef(B.current)||(B.current&&Ua(B.current)==="object"?Ef((jn=B.current)===null||jn===void 0?void 0:jn.nativeElement):null)||Ef(ee.current)};F.useImperativeHandle(m,function(){return ot()});var jt=F.useRef(i);jt.current=i;var yt=F.useCallback(function(xe){var jn=jt.current,Dn=jn.onResize,Pn=jn.data,kn=xe.getBoundingClientRect(),$t=kn.width,nr=kn.height,Zt=xe.offsetWidth,Cr=xe.offsetHeight,Ar=Math.floor($t),Tr=Math.floor(nr);if(ze.current.width!==Ar||ze.current.height!==Tr||ze.current.offsetWidth!==Zt||ze.current.offsetHeight!==Cr){var hr={width:Ar,height:Tr,offsetWidth:Zt,offsetHeight:Cr};ze.current=hr;var Yn=Zt===Math.round($t)?$t:Zt,Nn=Cr===Math.round(nr)?nr:Cr,er=k1(k1({},hr),{},{offsetWidth:Yn,offsetHeight:Nn});x==null||x(er,xe,Pn),Dn&&Promise.resolve().then(function(){Dn(er,xe)})}},[]);return F.useEffect(function(){var xe=ot();return xe&&!l&&Vx(xe,yt),function(){return Hx(xe,yt)}},[B.current,l]),F.createElement(Fx,{ref:ee},Tt?F.cloneElement(Ue,{ref:lt}):Ue)}var sp=F.forwardRef($x);process.env.NODE_ENV!=="production"&&(sp.displayName="SingleObserver");var jx="rc-observer-key";function Zx(i,m){var g=i.children,l=typeof g=="function"?[g]:F7(g);return process.env.NODE_ENV!=="production"&&(l.length>1?Z7(!1,"Find more than one child node with `children` in ResizeObserver. Please use ResizeObserver.Collection instead."):l.length===0&&Z7(!1,"`children` of ResizeObserver is empty. Nothing is in observe.")),l.map(function(B,ee){var x=(B==null?void 0:B.key)||"".concat(jx,"-").concat(ee);return F.createElement(sp,J6({},i,{key:x,ref:ee===0?m:void 0}),B)})}var Lf=F.forwardRef(Zx);process.env.NODE_ENV!=="production"&&(Lf.displayName="ResizeObserver"),Lf.Collection=Cx;function cp(i){var m=F.useRef();m.current=i;var g=F.useCallback(function(){for(var l,B=arguments.length,ee=new Array(B),x=0;x<B;x++)ee[x]=arguments[x];return(l=m.current)===null||l===void 0?void 0:l.call.apply(l,[m].concat(ee))},[]);return g}function Gx(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var fp=process.env.NODE_ENV!=="test"&&Gx()?F.useLayoutEffect:F.useEffect,ts=function(m,g){var l=F.useRef(!0);fp(function(){return m(l.current)},g),fp(function(){return l.current=!1,function(){l.current=!0}},[])},dp=F.forwardRef(function(i,m){var g=i.height,l=i.offsetY,B=i.offsetX,ee=i.children,x=i.prefixCls,Oe=i.onInnerResize,Ue=i.innerProps,ze=i.rtl,Tt=i.extra,We={},lt={display:"flex",flexDirection:"column"};return l!==void 0&&(We={height:g,position:"relative",overflow:"hidden"},lt=k1(k1({},lt),{},K1(K1(K1(K1(K1({transform:"translateY(".concat(l,"px)")},ze?"marginRight":"marginLeft",-B),"position","absolute"),"left",0),"right",0),"top",0))),F.createElement("div",{style:We},F.createElement(Lf,{onResize:function(jt){var yt=jt.offsetHeight;yt&&Oe&&Oe()}},F.createElement("div",J6({style:lt,className:gf(K1({},"".concat(x,"-holder-inner"),x)),ref:m},Ue),ee,Tt)))});dp.displayName="Filler";function Wx(i){var m=i.children,g=i.setRef,l=F.useCallback(function(B){g(B)},[]);return F.cloneElement(m,{ref:l})}function Yx(i,m,g,l,B,ee,x,Oe){var Ue=Oe.getKey;return i.slice(m,g+1).map(function(ze,Tt){var We=m+Tt,lt=x(ze,We,{style:{width:l},offsetX:B}),ot=Ue(ze);return F.createElement(Wx,{key:ot,setRef:function(yt){return ee(ze,yt)}},lt)})}function Qx(i,m,g){var l=i.length,B=m.length,ee,x;if(l===0&&B===0)return null;l<B?(ee=i,x=m):(ee=m,x=i);var Oe={__EMPTY_ITEM__:!0};function Ue(jt){return jt!==void 0?g(jt):Oe}for(var ze=null,Tt=Math.abs(l-B)!==1,We=0;We<x.length;We+=1){var lt=Ue(ee[We]),ot=Ue(x[We]);if(lt!==ot){ze=We,Tt=Tt||lt!==Ue(x[We+1]);break}}return ze===null?null:{index:ze,multiple:Tt}}function Xx(i,m,g){var l=F.useState(i),B=N1(l,2),ee=B[0],x=B[1],Oe=F.useState(null),Ue=N1(Oe,2),ze=Ue[0],Tt=Ue[1];return F.useEffect(function(){var We=Qx(ee||[],i||[],m);(We==null?void 0:We.index)!==void 0&&(g==null||g(We.index),Tt(i[We.index])),x(i)},[i]),[ze]}var vp=function(m){return+setTimeout(m,16)},pp=function(m){return clearTimeout(m)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(vp=function(m){return window.requestAnimationFrame(m)},pp=function(m){return window.cancelAnimationFrame(m)});var hp=0,Af=new Map;function mp(i){Af.delete(i)}var za=function(m){var g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;hp+=1;var l=hp;function B(ee){if(ee===0)mp(l),m();else{var x=vp(function(){B(ee-1)});Af.set(l,x)}}return B(g),l};za.cancel=function(i){var m=Af.get(i);return mp(i),pp(m)},process.env.NODE_ENV!=="production"&&(za.ids=function(){return Af});var Cp=(typeof navigator=="undefined"?"undefined":Ua(navigator))==="object"&&/Firefox/i.test(navigator.userAgent);const gp=function(i,m,g,l){var B=Mn.useRef(!1),ee=Mn.useRef(null);function x(){clearTimeout(ee.current),B.current=!0,ee.current=setTimeout(function(){B.current=!1},50)}var Oe=Mn.useRef({top:i,bottom:m,left:g,right:l});return Oe.current.top=i,Oe.current.bottom=m,Oe.current.left=g,Oe.current.right=l,function(Ue,ze){var Tt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,We=Ue?ze<0&&Oe.current.left||ze>0&&Oe.current.right:ze<0&&Oe.current.top||ze>0&&Oe.current.bottom;return Tt&&We?(clearTimeout(ee.current),B.current=!1):(!We||B.current)&&x(),!B.current&&We}};function Kx(i,m,g,l,B,ee,x){var Oe=Mn.useRef(0),Ue=Mn.useRef(null),ze=Mn.useRef(null),Tt=Mn.useRef(!1),We=gp(m,g,l,B);function lt(Dn,Pn){if(za.cancel(Ue.current),!We(!1,Pn)){var kn=Dn;if(!kn._virtualHandled)kn._virtualHandled=!0;else return;Oe.current+=Pn,ze.current=Pn,Cp||kn.preventDefault(),Ue.current=za(function(){var $t=Tt.current?10:1;x(Oe.current*$t,!1),Oe.current=0})}}function ot(Dn,Pn){x(Pn,!0),Cp||Dn.preventDefault()}var jt=Mn.useRef(null),yt=Mn.useRef(null);function xe(Dn){if(i){za.cancel(yt.current),yt.current=za(function(){jt.current=null},2);var Pn=Dn.deltaX,kn=Dn.deltaY,$t=Dn.shiftKey,nr=Pn,Zt=kn;(jt.current==="sx"||!jt.current&&$t&&kn&&!Pn)&&(nr=kn,Zt=0,jt.current="sx");var Cr=Math.abs(nr),Ar=Math.abs(Zt);jt.current===null&&(jt.current=ee&&Cr>Ar?"x":"y"),jt.current==="y"?lt(Dn,Zt):ot(Dn,nr)}}function jn(Dn){i&&(Tt.current=Dn.detail===ze.current)}return[xe,jn]}function qx(i,m,g,l){var B=F.useMemo(function(){return[new Map,[]]},[i,g.id,l]),ee=N1(B,2),x=ee[0],Oe=ee[1],Ue=function(Tt){var We=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Tt,lt=x.get(Tt),ot=x.get(We);if(lt===void 0||ot===void 0)for(var jt=i.length,yt=Oe.length;yt<jt;yt+=1){var xe,jn=i[yt],Dn=m(jn);x.set(Dn,yt);var Pn=(xe=g.get(Dn))!==null&&xe!==void 0?xe:l;if(Oe[yt]=(Oe[yt-1]||0)+Pn,Dn===Tt&&(lt=yt),Dn===We&&(ot=yt),lt!==void 0&&ot!==void 0)break}return{top:Oe[lt-1]||0,bottom:Oe[ot]}};return Ue}var Jx=function(){function i(){ip(this,i),K1(this,"maps",void 0),K1(this,"id",0),this.maps=Object.create(null)}return lp(i,[{key:"set",value:function(g,l){this.maps[g]=l,this.id+=1}},{key:"get",value:function(g){return this.maps[g]}}]),i}();function eM(i,m,g){var l=F.useState(0),B=N1(l,2),ee=B[0],x=B[1],Oe=Mn.useRef(new Map),Ue=Mn.useRef(new Jx),ze=Mn.useRef();function Tt(){za.cancel(ze.current)}function We(){var ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;Tt();var jt=function(){Oe.current.forEach(function(xe,jn){if(xe&&xe.offsetParent){var Dn=Ef(xe),Pn=Dn.offsetHeight;Ue.current.get(jn)!==Pn&&Ue.current.set(jn,Dn.offsetHeight)}}),x(function(xe){return xe+1})};ot?jt():ze.current=za(jt)}function lt(ot,jt){var yt=i(ot),xe=Oe.current.get(yt);jt?(Oe.current.set(yt,jt),We()):Oe.current.delete(yt),!xe!=!jt&&(jt?m==null||m(ot):g==null||g(ot))}return Mn.useEffect(function(){return Tt},[]),[lt,We,Ue.current,ee]}var yp=14/15;function tM(i,m,g){var l=Mn.useRef(!1),B=Mn.useRef(0),ee=Mn.useRef(0),x=Mn.useRef(null),Oe=Mn.useRef(null),Ue,ze=function(ot){if(l.current){var jt=Math.ceil(ot.touches[0].pageX),yt=Math.ceil(ot.touches[0].pageY),xe=B.current-jt,jn=ee.current-yt,Dn=Math.abs(xe)>Math.abs(jn);Dn?B.current=jt:ee.current=yt;var Pn=g(Dn,Dn?xe:jn,!1,ot);Pn&&ot.preventDefault(),clearInterval(Oe.current),Pn&&(Oe.current=setInterval(function(){Dn?xe*=yp:jn*=yp;var kn=Math.floor(Dn?xe:jn);(!g(Dn,kn,!0)||Math.abs(kn)<=.1)&&clearInterval(Oe.current)},16))}},Tt=function(){l.current=!1,Ue()},We=function(ot){Ue(),ot.touches.length===1&&!l.current&&(l.current=!0,B.current=Math.ceil(ot.touches[0].pageX),ee.current=Math.ceil(ot.touches[0].pageY),x.current=ot.target,x.current.addEventListener("touchmove",ze,{passive:!1}),x.current.addEventListener("touchend",Tt,{passive:!0}))};Ue=function(){x.current&&(x.current.removeEventListener("touchmove",ze),x.current.removeEventListener("touchend",Tt))},ts(function(){return i&&m.current.addEventListener("touchstart",We,{passive:!0}),function(){var lt;(lt=m.current)===null||lt===void 0||lt.removeEventListener("touchstart",We),Ue(),clearInterval(Oe.current)}},[i])}var Sp=10;function nM(i,m,g,l,B,ee,x,Oe){var Ue=F.useRef(),ze=F.useState(null),Tt=N1(ze,2),We=Tt[0],lt=Tt[1];return ts(function(){if(We&&We.times<Sp){if(!i.current){lt(function(Qn){return k1({},Qn)});return}ee();var ot=We.targetAlign,jt=We.originAlign,yt=We.index,xe=We.offset,jn=i.current.clientHeight,Dn=!1,Pn=ot,kn=null;if(jn){for(var $t=ot||jt,nr=0,Zt=0,Cr=0,Ar=Math.min(m.length-1,yt),Tr=0;Tr<=Ar;Tr+=1){var hr=B(m[Tr]);Zt=nr;var Yn=g.get(hr);Cr=Zt+(Yn===void 0?l:Yn),nr=Cr}for(var Nn=$t==="top"?xe:jn-xe,er=Ar;er>=0;er-=1){var Or=B(m[er]),br=g.get(Or);if(br===void 0){Dn=!0;break}if(Nn-=br,Nn<=0)break}switch($t){case"top":kn=Zt-xe;break;case"bottom":kn=Cr-jn+xe;break;default:{var o5=i.current.scrollTop,Jt=o5+jn;Zt<o5?Pn="top":Cr>Jt&&(Pn="bottom")}}kn!==null&&x(kn),kn!==We.lastTop&&(Dn=!0)}Dn&&lt(k1(k1({},We),{},{times:We.times+1,targetAlign:Pn,lastTop:kn}))}else process.env.NODE_ENV!=="production"&&(We==null?void 0:We.times)===Sp&&yf(!1,"Seems `scrollTo` with `rc-virtual-list` reach the max limitation. Please fire issue for us. Thanks.")},[We,i.current]),function(ot){if(ot==null){Oe();return}if(za.cancel(Ue.current),typeof ot=="number")x(ot);else if(ot&&Ua(ot)==="object"){var jt,yt=ot.align;"index"in ot?jt=ot.index:jt=m.findIndex(function(Dn){return B(Dn)===ot.key});var xe=ot.offset,jn=xe===void 0?0:xe;lt({times:0,index:jt,offset:jn,originAlign:yt})}}}function Ep(i,m){var g="touches"in i?i.touches[0]:i;return g[m?"pageX":"pageY"]}var J7=F.forwardRef(function(i,m){var g=i.prefixCls,l=i.rtl,B=i.scrollOffset,ee=i.scrollRange,x=i.onStartMove,Oe=i.onStopMove,Ue=i.onScroll,ze=i.horizontal,Tt=i.spinSize,We=i.containerSize,lt=i.style,ot=i.thumbStyle,jt=F.useState(!1),yt=N1(jt,2),xe=yt[0],jn=yt[1],Dn=F.useState(null),Pn=N1(Dn,2),kn=Pn[0],$t=Pn[1],nr=F.useState(null),Zt=N1(nr,2),Cr=Zt[0],Ar=Zt[1],Tr=!l,hr=F.useRef(),Yn=F.useRef(),Nn=F.useState(!1),er=N1(Nn,2),Or=er[0],br=er[1],o5=F.useRef(),Jt=function(){clearTimeout(o5.current),br(!0),o5.current=setTimeout(function(){br(!1)},3e3)},Qn=ee-We||0,Hn=We-Tt||0,dr=F.useMemo(function(){if(B===0||Qn===0)return 0;var l5=B/Qn;return l5*Hn},[B,Qn,Hn]),Dr=function(Mr){Mr.stopPropagation(),Mr.preventDefault()},e5=F.useRef({top:dr,dragging:xe,pageY:kn,startTop:Cr});e5.current={top:dr,dragging:xe,pageY:kn,startTop:Cr};var t5=function(Mr){jn(!0),$t(Ep(Mr,ze)),Ar(e5.current.top),x(),Mr.stopPropagation(),Mr.preventDefault()};F.useEffect(function(){var l5=function($n){$n.preventDefault()},Mr=hr.current,Xr=Yn.current;return Mr.addEventListener("touchstart",l5,{passive:!1}),Xr.addEventListener("touchstart",t5,{passive:!1}),function(){Mr.removeEventListener("touchstart",l5),Xr.removeEventListener("touchstart",t5)}},[]);var G5=F.useRef();G5.current=Qn;var n5=F.useRef();n5.current=Hn,F.useEffect(function(){if(xe){var l5,Mr=function($n){var u5=e5.current,s5=u5.dragging,m5=u5.pageY,e1=u5.startTop;za.cancel(l5);var I1=hr.current.getBoundingClientRect(),W5=We/(ze?I1.width:I1.height);if(s5){var t1=(Ep($n,ze)-m5)*W5,h1=e1;!Tr&&ze?h1-=t1:h1+=t1;var U5=G5.current,n1=n5.current,r1=n1?h1/n1:0,_5=Math.ceil(r1*U5);_5=Math.max(_5,0),_5=Math.min(_5,U5),l5=za(function(){Ue(_5,ze)})}},Xr=function(){jn(!1),Oe()};return window.addEventListener("mousemove",Mr,{passive:!0}),window.addEventListener("touchmove",Mr,{passive:!0}),window.addEventListener("mouseup",Xr,{passive:!0}),window.addEventListener("touchend",Xr,{passive:!0}),function(){window.removeEventListener("mousemove",Mr),window.removeEventListener("touchmove",Mr),window.removeEventListener("mouseup",Xr),window.removeEventListener("touchend",Xr),za.cancel(l5)}}},[xe]),F.useEffect(function(){return Jt(),function(){clearTimeout(o5.current)}},[B]),F.useImperativeHandle(m,function(){return{delayHidden:Jt}});var Wr="".concat(g,"-scrollbar"),jr={position:"absolute",visibility:Or?null:"hidden"},r5={position:"absolute",background:"rgba(0, 0, 0, 0.5)",borderRadius:99,cursor:"pointer",userSelect:"none"};return ze?(jr.height=8,jr.left=0,jr.right=0,jr.bottom=0,r5.height="100%",r5.width=Tt,Tr?r5.left=dr:r5.right=dr):(jr.width=8,jr.top=0,jr.bottom=0,Tr?jr.right=0:jr.left=0,r5.width="100%",r5.height=Tt,r5.top=dr),F.createElement("div",{ref:hr,className:gf(Wr,K1(K1(K1({},"".concat(Wr,"-horizontal"),ze),"".concat(Wr,"-vertical"),!ze),"".concat(Wr,"-visible"),Or)),style:k1(k1({},jr),lt),onMouseDown:Dr,onMouseMove:Jt},F.createElement("div",{ref:Yn,className:gf("".concat(Wr,"-thumb"),K1({},"".concat(Wr,"-thumb-moving"),xe)),style:k1(k1({},r5),ot),onMouseDown:t5}))});process.env.NODE_ENV!=="production"&&(J7.displayName="ScrollBar");var rM=20;function Tp(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,g=i/m*i;return isNaN(g)&&(g=0),g=Math.max(g,rM),Math.floor(g)}var aM=["prefixCls","className","height","itemHeight","fullHeight","style","data","children","itemKey","virtual","direction","scrollWidth","component","onScroll","onVirtualScroll","onVisibleChange","innerProps","extraRender","styles"],iM=[],oM={overflowY:"auto",overflowAnchor:"none"};function lM(i,m){var g=i.prefixCls,l=g===void 0?"rc-virtual-list":g,B=i.className,ee=i.height,x=i.itemHeight,Oe=i.fullHeight,Ue=Oe===void 0?!0:Oe,ze=i.style,Tt=i.data,We=i.children,lt=i.itemKey,ot=i.virtual,jt=i.direction,yt=i.scrollWidth,xe=i.component,jn=xe===void 0?"div":xe,Dn=i.onScroll,Pn=i.onVirtualScroll,kn=i.onVisibleChange,$t=i.innerProps,nr=i.extraRender,Zt=i.styles,Cr=JA(i,aM),Ar=F.useCallback(function(de){return typeof lt=="function"?lt(de):de==null?void 0:de[lt]},[lt]),Tr=eM(Ar,null,null),hr=N1(Tr,4),Yn=hr[0],Nn=hr[1],er=hr[2],Or=hr[3],br=!!(ot!==!1&&ee&&x),o5=F.useMemo(function(){return Object.values(er.maps).reduce(function(de,se){return de+se},0)},[er.id,er.maps]),Jt=br&&Tt&&(Math.max(x*Tt.length,o5)>ee||!!yt),Qn=jt==="rtl",Hn=gf(l,K1({},"".concat(l,"-rtl"),Qn),B),dr=Tt||iM,Dr=Mn.useRef(),e5=Mn.useRef(),t5=Mn.useRef(),G5=Mn.useState(0),n5=N1(G5,2),Wr=n5[0],jr=n5[1],r5=Mn.useState(0),l5=N1(r5,2),Mr=l5[0],Xr=l5[1],a5=Mn.useState(!1),$n=N1(a5,2),u5=$n[0],s5=$n[1],m5=function(){s5(!0)},e1=function(){s5(!1)},I1={getKey:Ar};function W5(de){jr(function(se){var me;typeof de=="function"?me=de(se):me=de;var ye=I(me);return Dr.current.scrollTop=ye,ye})}var t1=Mn.useRef({start:0,end:dr.length}),h1=Mn.useRef(),U5=Xx(dr,Ar),n1=N1(U5,1),r1=n1[0];h1.current=r1;var _5=F.useMemo(function(){if(!br)return{scrollHeight:void 0,start:0,end:dr.length-1,offset:void 0};if(!Jt){var de;return{scrollHeight:((de=e5.current)===null||de===void 0?void 0:de.offsetHeight)||0,start:0,end:dr.length-1,offset:void 0}}for(var se=0,me,ye,Ve,Ce=dr.length,Be=0;Be<Ce;Be+=1){var Le=dr[Be],ve=Ar(Le),ge=er.get(ve),He=se+(ge===void 0?x:ge);He>=Wr&&me===void 0&&(me=Be,ye=se),He>Wr+ee&&Ve===void 0&&(Ve=Be),se=He}return me===void 0&&(me=0,ye=0,Ve=Math.ceil(ee/x)),Ve===void 0&&(Ve=dr.length-1),Ve=Math.min(Ve+1,dr.length-1),{scrollHeight:se,start:me,end:Ve,offset:ye}},[Jt,br,Wr,dr,Or,ee]),C5=_5.scrollHeight,G=_5.start,L=_5.end,ce=_5.offset;t1.current.start=G,t1.current.end=L;var A=F.useState({width:0,height:ee}),h=N1(A,2),d=h[0],f=h[1],p=function(se){f({width:se.offsetWidth,height:se.offsetHeight})},C=Mn.useRef(),S=Mn.useRef(),T=F.useMemo(function(){return Tp(d.width,yt)},[d.width,yt]),b=F.useMemo(function(){return Tp(d.height,C5)},[d.height,C5]),D=C5-ee,R=Mn.useRef(D);R.current=D;function I(de){var se=de;return Number.isNaN(R.current)||(se=Math.min(se,R.current)),se=Math.max(se,0),se}var k=Wr<=0,V=Wr>=D,P=Mr<=0,z=Mr>=yt,O=gp(k,V,P,z),$=function(){return{x:Qn?-Mr:Mr,y:Wr}},K=Mn.useRef($()),ne=cp(function(de){if(Pn){var se=k1(k1({},$()),de);(K.current.x!==se.x||K.current.y!==se.y)&&(Pn(se),K.current=se)}});function q(de,se){var me=de;se?(Q7.flushSync(function(){Xr(me)}),ne()):W5(me)}function te(de){var se=de.currentTarget.scrollTop;se!==Wr&&W5(se),Dn==null||Dn(de),ne()}var j=function(se){var me=se,ye=yt?yt-d.width:0;return me=Math.max(me,0),me=Math.min(me,ye),me},J=cp(function(de,se){se?(Q7.flushSync(function(){Xr(function(me){var ye=me+(Qn?-de:de);return j(ye)})}),ne()):W5(function(me){var ye=me+de;return ye})}),Y=Kx(br,k,V,P,z,!!yt,J),re=N1(Y,2),Q=re[0],ie=re[1];tM(br,Dr,function(de,se,me,ye){var Ve=ye;return O(de,se,me)?!1:!Ve||!Ve._virtualHandled?(Ve&&(Ve._virtualHandled=!0),Q({preventDefault:function(){},deltaX:de?se:0,deltaY:de?0:se}),!0):!1}),ts(function(){function de(me){var ye=k&&me.detail<0,Ve=V&&me.detail>0;br&&!ye&&!Ve&&me.preventDefault()}var se=Dr.current;return se.addEventListener("wheel",Q,{passive:!1}),se.addEventListener("DOMMouseScroll",ie,{passive:!0}),se.addEventListener("MozMousePixelScroll",de,{passive:!1}),function(){se.removeEventListener("wheel",Q),se.removeEventListener("DOMMouseScroll",ie),se.removeEventListener("MozMousePixelScroll",de)}},[br,k,V]),ts(function(){if(yt){var de=j(Mr);Xr(de),ne({x:de})}},[d.width,yt]);var X=function(){var se,me;(se=C.current)===null||se===void 0||se.delayHidden(),(me=S.current)===null||me===void 0||me.delayHidden()},ae=nM(Dr,dr,er,x,Ar,function(){return Nn(!0)},W5,X);F.useImperativeHandle(m,function(){return{nativeElement:t5.current,getScrollInfo:$,scrollTo:function(se){function me(ye){return ye&&Ua(ye)==="object"&&("left"in ye||"top"in ye)}me(se)?(se.left!==void 0&&Xr(j(se.left)),ae(se.top)):ae(se)}}}),ts(function(){if(kn){var de=dr.slice(G,L+1);kn(de,dr)}},[G,L,dr]);var W=qx(dr,Ar,er,x),ue=nr==null?void 0:nr({start:G,end:L,virtual:Jt,offsetX:Mr,offsetY:ce,rtl:Qn,getSize:W}),oe=Yx(dr,G,L,yt,Mr,Yn,We,I1),fe=null;ee&&(fe=k1(K1({},Ue?"height":"maxHeight",ee),oM),br&&(fe.overflowY="hidden",yt&&(fe.overflowX="hidden"),u5&&(fe.pointerEvents="none")));var Pe={};return Qn&&(Pe.dir="rtl"),F.createElement("div",J6({ref:t5,style:k1(k1({},ze),{},{position:"relative"}),className:Hn},Pe,Cr),F.createElement(Lf,{onResize:p},F.createElement(jn,{className:"".concat(l,"-holder"),style:fe,ref:Dr,onScroll:te,onMouseEnter:X},F.createElement(dp,{prefixCls:l,height:C5,offsetX:Mr,offsetY:ce,scrollWidth:yt,onInnerResize:Nn,ref:e5,innerProps:$t,rtl:Qn,extra:ue},oe))),Jt&&C5>ee&&F.createElement(J7,{ref:C,prefixCls:l,scrollOffset:Wr,scrollRange:C5,rtl:Qn,onScroll:q,onStartMove:m5,onStopMove:e1,spinSize:b,containerSize:d.height,style:Zt==null?void 0:Zt.verticalScrollBar,thumbStyle:Zt==null?void 0:Zt.verticalScrollBarThumb}),Jt&&yt>d.width&&F.createElement(J7,{ref:S,prefixCls:l,scrollOffset:Mr,scrollRange:yt,rtl:Qn,onScroll:q,onStartMove:m5,onStopMove:e1,spinSize:T,containerSize:d.width,horizontal:!0,style:Zt==null?void 0:Zt.horizontalScrollBar,thumbStyle:Zt==null?void 0:Zt.horizontalScrollBarThumb}))}var wp=F.forwardRef(lM);wp.displayName="List";const uM=324,sM=20;function cM({menuItems:i}){return H.jsx(V7,{className:"workspaceSelector__itemsList",children:H.jsx(wp,{data:i,height:uM,itemHeight:sM,itemKey:"key",children:m=>H.jsx("li",{className:m.className,onClick:m.onClick,children:m.label},m.key)})})}const fM=()=>H.jsx(Oa,{className:"workspaceSelector__noResults",children:H.jsx(vf,{description:"No results found",imageStyle:{height:"60px"}})});function dM(i){var ze,Tt;const{onSearch:m,searchTerm:g,hasSearchInput:l,inputRef:B,hasNoResults:ee,menuItems:x}=i,Oe=(ze=i.navigationButtonItemOptions)==null?void 0:ze.label,Ue=(Tt=i.navigationButtonItemOptions)==null?void 0:Tt.onClick;return H.jsxs("div",{className:"workspaceSelector__popoverContent",children:[l&&H.jsx("div",{className:"workspaceSelector__search",children:H.jsx(io,{placeholder:"Search",className:"workspaceSelector__searchInput",onChange:m,value:g,ref:B,onClick:We=>{We.preventDefault(),We.stopPropagation()}})}),ee?H.jsx(fM,{}):H.jsx(cM,{menuItems:x}),H.jsx(Nv,{label:Oe,onClick:Ue,withoutContainer:!0})]})}function ed(i,m){return[i[m],...i.slice(0,m),...i.slice(m+1)]}function vM(i){const m=i.findIndex(g=>g.accounts.find(l=>l.workspaces.find(B=>B.isActive)));if(m>=0){const g=i[m],l=g.accounts.findIndex(B=>B.workspaces.find(ee=>ee.isActive));if(l>=0){const B=g.accounts[l];g.accounts=ed(g.accounts,l);const ee=B.workspaces.findIndex(x=>x.isActive);return B.workspaces=ed(B.workspaces,ee),ed(i,m)}}return i}const pM=8;function hM(i){const[m,g]=Mn.useState(""),l=Mn.useRef(null),B=Mn.useMemo(()=>vM(i.orgs),[i.orgs]),[ee,x]=Mn.useState(B),[Oe,Ue]=Mn.useState(!1);Mn.useEffect(()=>{x(B)},[B]),D7(()=>{var $t,nr,Zt;const kn=(Zt=($t=i.avatarOptions)==null?void 0:$t.src)!=null?Zt:(nr=i.avatarOptions)==null?void 0:nr.srcSet;typeof kn=="string"&&CS(kn,Ue)});const ze=Mn.useCallback(pv(x,200),[]),Tt=!!m&&!ee.length,We=Mn.useMemo(()=>Dn(),[ee]),lt=Mn.useMemo(()=>B.flatMap(kn=>{let $t=[];const{accounts:nr}=kn;if(nr){const Zt=nr.flatMap(({workspaces:Cr})=>Cr);$t=$t.concat(Zt)}return $t}).find(kn=>kn.isActive),[B]),ot=hS(lt==null?void 0:lt.label),jt=gS(lt==null?void 0:lt.label)?yS(lt==null?void 0:lt.label,pM):void 0,yt=!!m||We.filter(kn=>!!kn.label).length>5,xe=kn=>{setTimeout(kn?()=>{var $t;($t=l.current)==null||$t.focus({cursor:"all"})}:()=>{var $t;($t=l.current)==null||$t.blur()},0)};return H.jsx(pf,{arrow:!1,placement:"right",overlayInnerStyle:{padding:Cv,width:"100%"},overlayClassName:"workspaceSelector__popover",onOpenChange:xe,afterOpenChange:xe,content:H.jsx(dM,{onSearch:Pn,searchTerm:m,hasSearchInput:yt,inputRef:l,hasNoResults:Tt,navigationButtonItemOptions:i.navigationButtonItemOptions,menuItems:We}),children:H.jsx("div",{className:"globalNavigation__item workspaceSelector__menuItem",onClick:kn=>{xe(!0)},children:H.jsxs(uo,{vertical:!0,align:"center",justify:"center",children:[H.jsx(P7,D5(_e({},i.avatarOptions),{className:"workspaceSelector__avatar",children:jn(Oe,ot)})),jt&&H.jsx(Ha.Text,{className:"workspaceSelector__label",children:jt})]})})});function jn(kn,$t){return kn?"":$t}function Dn(){return ee.reduce((kn,$t)=>(kn.push({type:"org",className:"workspaceSelector__orgName"+($t.label?"":" u-display-none"),label:$t.label,id:$t.id,key:`${$t.id}_${$t.label}`,accounts:$t.accounts,workspaces:$t.accounts.flatMap(nr=>nr.workspaces)}),$t.accounts.forEach(nr=>{kn.push({type:"account",className:"workspaceSelector__accountName"+(nr.label?"":" u-display-none"),label:nr.label,id:nr.id,key:`${nr.id}_${nr.label}`,workspaces:nr.workspaces}),nr.workspaces.forEach(Zt=>{kn.push({type:"workspace",className:"workspaceSelector__workspaceName"+(Zt.isActive?" workspaceSelector__workspaceName--active":""),label:H.jsxs(uo,{justify:"space-between",align:"center",gap:"small",children:[Zt.label,Zt.isActive&&H.jsx(p5,{name:"selected",size:"xs",color:"text"})]}),id:Zt.id,key:`${Zt.id}_${Zt.label}`,onClick:Zt.onClick,isActive:Zt.isActive})})}),kn),[])}function Pn(kn){const $t=kn.target.value.toLowerCase();if(g($t),$t){const Zt=nr();ze(Zt)}else x(B);function nr(){return B.reduce((Cr,Ar)=>{if(Zt(Ar))Cr.push(Ar);else{const Tr=_e({},Ar);Tr.accounts=[],Ar.accounts.forEach(hr=>{const Yn=_e({},hr);Yn.workspaces=[],Zt(hr)?Tr.accounts.push(hr):(hr.workspaces.forEach(Nn=>{Zt(Nn)&&Yn.workspaces.push(Nn)}),Yn.workspaces.length&&Tr.accounts.push(Yn))}),Tr.accounts.length&&Cr.push(Tr)}return Cr},[]);function Zt(Cr){return!!Cr.label&&Cr.label.toString().toLowerCase().includes($t)||!!Cr.id&&Cr.id.toString().toLowerCase().includes($t)}}}}const mM=4.5,CM="Join the new mParticle Experience!",gM="Managing your data is easier than ever with the new mParticle experience. Try out the latest features with ease, and switch back to the classic experience anytime from the side navigation.",bp=i=>{const{onClose:m,onRemindMeLater:g,onTakeMeThere:l,duration:B=mM,title:ee=CM,message:x=gM}=i,[Oe,Ue]=he.notification.useNotification({prefixCls:"globalNavigation__newExperienceReminder",duration:B,placement:"bottomLeft"});return[()=>{const Tt=`notification-${Date.now()}`,We=H.jsxs(hf,{children:[H.jsx(E1,{type:"link",size:"small",onClick:lt=>{g(),Oe.destroy(Tt)},children:"Remind me later"}),H.jsx(E1,{type:"primary",size:"small",onClick:lt=>{l(),Oe.destroy(Tt)},children:"Take me there"})]});Oe.open({message:H.jsx("span",{style:{fontWeight:mv},children:ee}),description:x,btn:We,key:Tt,onClose:m})},Ue]};function yM(i){return H.jsx(Oa,{className:"globalNavigation__mpHome",onClick:i.onClick,children:H.jsx(p5,{name:"mpLogo",size:"lg",color:"white"})})}function SM(i){return H.jsx(K6,{title:"mParticle Overview",placement:"right",children:H.jsx(yM,{onClick:i.onTooltipClick})})}function EM(i){return H.jsx(SM,{onTooltipClick:i.onMpHomeClick})}const _p=9999;function TM(ee){var x=ee,{zIndex:i,onClose:m,onPreferencesClick:g,unreadMessages:l}=x,B=xi(x,["zIndex","onClose","onPreferencesClick","unreadMessages"]);return H.jsx(pf,D5(_e({trigger:"click",placement:"right",arrow:!1,zIndex:i!=null?i:_p,overlayClassName:"notificationCenter__popover",title:H.jsxs(he.Flex,{className:"notificationCenter__header",justify:"space-between",align:"center",children:[H.jsx(he.Typography.Text,{strong:!0,children:"Notifications"}),H.jsxs(he.Space,{children:[g&&H.jsx(he.Button,{type:"text",shape:"circle",icon:H.jsx(p5,{name:"settings"}),onClick:g}),m&&H.jsx(he.Button,{type:"text",shape:"circle",icon:H.jsx(p5,{name:"remove"}),onClick:m})]})]})},B),{children:H.jsx("div",{children:H.jsx(O7,{type:"link",isActive:B==null?void 0:B.open,icon:H.jsx(N7,{dot:!0,count:Math.max(l!=null?l:0,0),children:H.jsx(p5,{name:"notification"})})},"notificationCenter")})}))}const Lp=90,Ap=g=>{var l=g,{showSuiteLogo:i=!0}=l,m=xi(l,["showSuiteLogo"]);var B,ee,x;return H.jsx(ql,{className:"globalNavigation",children:H.jsx(ql.Sider,{className:"globalNavigation__sider",width:Lp,children:H.jsxs(uo,{vertical:!0,justify:"space-between",style:{height:"100%"},children:[H.jsxs("div",{children:[i&&H.jsxs(H.Fragment,{children:[H.jsx(kv,D5(_e({},m.logo),{suiteSelectorOptions:(B=m.minimapOptions)!=null?B:m.suiteSelectorOptions})),H.jsx("div",{className:"globalNavigation__divider"})]}),H.jsxs(Oa,{vertical:!0,children:[m.onSearchClick&&H.jsx(jA,{onClick:m.onSearchClick}),m.createItems&&H.jsx(GA,{createItems:m.createItems})]}),H.jsx(U7,{items:m.tools})]}),H.jsxs("div",{children:[m.notificationCenter&&H.jsx(TM,_e({},m.notificationCenter)),H.jsx(U7,{items:m.management}),m.orgs?H.jsx(hM,{orgs:m.orgs,navigationButtonItemOptions:m.navigationButtonItemOptions,avatarOptions:m.avatarOptions}):!!((ee=m.navigationButtonItemOptions)!=null&&ee.onClick)&&H.jsx(O7,{type:"link",icon:H.jsx(p5,{name:"signout"}),label:"Sign Out",hideLabel:!0,onClick:(x=m.navigationButtonItemOptions)==null?void 0:x.onClick}),!m.hideMpHome&&H.jsx(EM,{onMpHomeClick:m.onMpHomeClick})]})]})})})};Ap.useNewExperienceReminder=bp;function xp(i){const m=wM();return m!=null&&m[i]?m[i]:null}function wM(){return xM(document.cookie)}function bM(i){const m=xp(i);return m&&JSON.parse(m)}function _M(i,m,g={}){let l=`${Dp(i)}=${m!=null?Dp(m):""}`;g.path&&(l+=`; path=${g.path}`),g.domain&&(l+=`; domain=${g.domain}`),(g.permanent||g.expiresISOString)&&(l+=`; expires=${LM(m,g.permanent,g.expiresISOString)}`),g.secure&&(l+="; secure"),document.cookie=l}function LM(i,m,g){const l="Thu, 01 Jan 1970 00:00:01 GMT";return i===null?l:m?"Sat, 31 Dec 2044 23:59:59 GMT":g!=null?g:l}function AM(i,m,g={}){_M(i,JSON.stringify(m),g)}function Mp(i){try{return decodeURIComponent(i)}catch(m){return null}}function Dp(i){try{return encodeURIComponent(i)}catch(m){return null}}function xM(i){const m={},g=i.split(/ *; */);if(g[0]==="")return m;for(let l=0,B=g.length;l<B;l+=1){const ee=g[l].split("="),x=Mp(ee[0]),Oe=Mp(ee[1]);x&&Oe&&(m[x]=Oe)}return m}var e3=(i=>(i[i.Global=0]="Global",i[i.LevelOneScope=1]="LevelOneScope",i[i.LevelTwoScope=2]="LevelTwoScope",i[i.LevelThreeScope=3]="LevelThreeScope",i))(e3||{});const td="-",Rp="global";function MM(){this.__data__=[],this.size=0}var DM=MM;function RM(i,m){return i===m||i!==i&&m!==m}var kp=RM,kM=kp;function NM(i,m){for(var g=i.length;g--;)if(kM(i[g][0],m))return g;return-1}var xf=NM,IM=xf,PM=Array.prototype,VM=PM.splice;function HM(i){var m=this.__data__,g=IM(m,i);if(g<0)return!1;var l=m.length-1;return g==l?m.pop():VM.call(m,g,1),--this.size,!0}var OM=HM,UM=xf;function zM(i){var m=this.__data__,g=UM(m,i);return g<0?void 0:m[g][1]}var BM=zM,FM=xf;function $M(i){return FM(this.__data__,i)>-1}var jM=$M,ZM=xf;function GM(i,m){var g=this.__data__,l=ZM(g,i);return l<0?(++this.size,g.push([i,m])):g[l][1]=m,this}var WM=GM,YM=DM,QM=OM,XM=BM,KM=jM,qM=WM;function ru(i){var m=-1,g=i==null?0:i.length;for(this.clear();++m<g;){var l=i[m];this.set(l[0],l[1])}}ru.prototype.clear=YM,ru.prototype.delete=QM,ru.prototype.get=XM,ru.prototype.has=KM,ru.prototype.set=qM;var Mf=ru,JM=Mf;function eD(){this.__data__=new JM,this.size=0}var tD=eD;function nD(i){var m=this.__data__,g=m.delete(i);return this.size=m.size,g}var rD=nD;function aD(i){return this.__data__.get(i)}var iD=aD;function oD(i){return this.__data__.has(i)}var lD=oD,uD=typeof Cf=="object"&&Cf&&Cf.Object===Object&&Cf,Np=uD,sD=Np,cD=typeof self=="object"&&self&&self.Object===Object&&self,fD=sD||cD||Function("return this")(),Ri=fD,dD=Ri,vD=dD.Symbol,nd=vD,Ip=nd,Pp=Object.prototype,pD=Pp.hasOwnProperty,hD=Pp.toString,ns=Ip?Ip.toStringTag:void 0;function mD(i){var m=pD.call(i,ns),g=i[ns];try{i[ns]=void 0;var l=!0}catch(ee){}var B=hD.call(i);return l&&(m?i[ns]=g:delete i[ns]),B}var CD=mD,gD=Object.prototype,yD=gD.toString;function SD(i){return yD.call(i)}var ED=SD,Vp=nd,TD=CD,wD=ED,bD="[object Null]",_D="[object Undefined]",Hp=Vp?Vp.toStringTag:void 0;function LD(i){return i==null?i===void 0?_D:bD:Hp&&Hp in Object(i)?TD(i):wD(i)}var Df=LD;function AD(i){var m=typeof i;return i!=null&&(m=="object"||m=="function")}var rs=AD,xD=Df,MD=rs,DD="[object AsyncFunction]",RD="[object Function]",kD="[object GeneratorFunction]",ND="[object Proxy]";function ID(i){if(!MD(i))return!1;var m=xD(i);return m==RD||m==kD||m==DD||m==ND}var Op=ID,PD=Ri,VD=PD["__core-js_shared__"],HD=VD,rd=HD,Up=function(){var i=/[^.]+$/.exec(rd&&rd.keys&&rd.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""}();function OD(i){return!!Up&&Up in i}var UD=OD,zD=Function.prototype,BD=zD.toString;function FD(i){if(i!=null){try{return BD.call(i)}catch(m){}try{return i+""}catch(m){}}return""}var zp=FD,$D=Op,jD=UD,ZD=rs,GD=zp,WD=/[\\^$.*+?()[\]{}|]/g,YD=/^\[object .+?Constructor\]$/,QD=Function.prototype,XD=Object.prototype,KD=QD.toString,qD=XD.hasOwnProperty,JD=RegExp("^"+KD.call(qD).replace(WD,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function eR(i){if(!ZD(i)||jD(i))return!1;var m=$D(i)?JD:YD;return m.test(GD(i))}var tR=eR;function nR(i,m){return i==null?void 0:i[m]}var rR=nR,aR=tR,iR=rR;function oR(i,m){var g=iR(i,m);return aR(g)?g:void 0}var t3=oR,lR=t3,uR=Ri,sR=lR(uR,"Map"),ad=sR,cR=t3,fR=cR(Object,"create"),Rf=fR,Bp=Rf;function dR(){this.__data__=Bp?Bp(null):{},this.size=0}var vR=dR;function pR(i){var m=this.has(i)&&delete this.__data__[i];return this.size-=m?1:0,m}var hR=pR,mR=Rf,CR="__lodash_hash_undefined__",gR=Object.prototype,yR=gR.hasOwnProperty;function SR(i){var m=this.__data__;if(mR){var g=m[i];return g===CR?void 0:g}return yR.call(m,i)?m[i]:void 0}var ER=SR,TR=Rf,wR=Object.prototype,bR=wR.hasOwnProperty;function _R(i){var m=this.__data__;return TR?m[i]!==void 0:bR.call(m,i)}var LR=_R,AR=Rf,xR="__lodash_hash_undefined__";function MR(i,m){var g=this.__data__;return this.size+=this.has(i)?0:1,g[i]=AR&&m===void 0?xR:m,this}var DR=MR,RR=vR,kR=hR,NR=ER,IR=LR,PR=DR;function au(i){var m=-1,g=i==null?0:i.length;for(this.clear();++m<g;){var l=i[m];this.set(l[0],l[1])}}au.prototype.clear=RR,au.prototype.delete=kR,au.prototype.get=NR,au.prototype.has=IR,au.prototype.set=PR;var VR=au,Fp=VR,HR=Mf,OR=ad;function UR(){this.size=0,this.__data__={hash:new Fp,map:new(OR||HR),string:new Fp}}var zR=UR;function BR(i){var m=typeof i;return m=="string"||m=="number"||m=="symbol"||m=="boolean"?i!=="__proto__":i===null}var FR=BR,$R=FR;function jR(i,m){var g=i.__data__;return $R(m)?g[typeof m=="string"?"string":"hash"]:g.map}var kf=jR,ZR=kf;function GR(i){var m=ZR(this,i).delete(i);return this.size-=m?1:0,m}var WR=GR,YR=kf;function QR(i){return YR(this,i).get(i)}var XR=QR,KR=kf;function qR(i){return KR(this,i).has(i)}var JR=qR,ek=kf;function tk(i,m){var g=ek(this,i),l=g.size;return g.set(i,m),this.size+=g.size==l?0:1,this}var nk=tk,rk=zR,ak=WR,ik=XR,ok=JR,lk=nk;function iu(i){var m=-1,g=i==null?0:i.length;for(this.clear();++m<g;){var l=i[m];this.set(l[0],l[1])}}iu.prototype.clear=rk,iu.prototype.delete=ak,iu.prototype.get=ik,iu.prototype.has=ok,iu.prototype.set=lk;var uk=iu,sk=Mf,ck=ad,fk=uk,dk=200;function vk(i,m){var g=this.__data__;if(g instanceof sk){var l=g.__data__;if(!ck||l.length<dk-1)return l.push([i,m]),this.size=++g.size,this;g=this.__data__=new fk(l)}return g.set(i,m),this.size=g.size,this}var pk=vk,hk=Mf,mk=tD,Ck=rD,gk=iD,yk=lD,Sk=pk;function ou(i){var m=this.__data__=new hk(i);this.size=m.size}ou.prototype.clear=mk,ou.prototype.delete=Ck,ou.prototype.get=gk,ou.prototype.has=yk,ou.prototype.set=Sk;var Ek=ou;function Tk(i,m){for(var g=-1,l=i==null?0:i.length;++g<l&&m(i[g],g,i)!==!1;);return i}var wk=Tk,bk=t3,_k=function(){try{var i=bk(Object,"defineProperty");return i({},"",{}),i}catch(m){}}(),Lk=_k,$p=Lk;function Ak(i,m,g){m=="__proto__"&&$p?$p(i,m,{configurable:!0,enumerable:!0,value:g,writable:!0}):i[m]=g}var jp=Ak,xk=jp,Mk=kp,Dk=Object.prototype,Rk=Dk.hasOwnProperty;function kk(i,m,g){var l=i[m];(!(Rk.call(i,m)&&Mk(l,g))||g===void 0&&!(m in i))&&xk(i,m,g)}var Zp=kk,Nk=Zp,Ik=jp;function Pk(i,m,g,l){var B=!g;g||(g={});for(var ee=-1,x=m.length;++ee<x;){var Oe=m[ee],Ue=l?l(g[Oe],i[Oe],Oe,g,i):void 0;Ue===void 0&&(Ue=i[Oe]),B?Ik(g,Oe,Ue):Nk(g,Oe,Ue)}return g}var Nf=Pk;function Vk(i,m){for(var g=-1,l=Array(i);++g<i;)l[g]=m(g);return l}var Hk=Vk;function Ok(i){return i!=null&&typeof i=="object"}var as=Ok,Uk=Df,zk=as,Bk="[object Arguments]";function Fk(i){return zk(i)&&Uk(i)==Bk}var $k=Fk,Gp=$k,jk=as,Wp=Object.prototype,Zk=Wp.hasOwnProperty,Gk=Wp.propertyIsEnumerable,Wk=Gp(function(){return arguments}())?Gp:function(i){return jk(i)&&Zk.call(i,"callee")&&!Gk.call(i,"callee")},Yk=Wk,Qk=Array.isArray,id=Qk,If={exports:{}};function Xk(){return!1}var Kk=Xk;If.exports,function(i,m){var g=Ri,l=Kk,B=m&&!m.nodeType&&m,ee=B&&!0&&i&&!i.nodeType&&i,x=ee&&ee.exports===B,Oe=x?g.Buffer:void 0,Ue=Oe?Oe.isBuffer:void 0,ze=Ue||l;i.exports=ze}(If,If.exports);var Yp=If.exports,qk=9007199254740991,Jk=/^(?:0|[1-9]\d*)$/;function eN(i,m){var g=typeof i;return m=m==null?qk:m,!!m&&(g=="number"||g!="symbol"&&Jk.test(i))&&i>-1&&i%1==0&&i<m}var tN=eN,nN=9007199254740991;function rN(i){return typeof i=="number"&&i>-1&&i%1==0&&i<=nN}var Qp=rN,aN=Df,iN=Qp,oN=as,lN="[object Arguments]",uN="[object Array]",sN="[object Boolean]",cN="[object Date]",fN="[object Error]",dN="[object Function]",vN="[object Map]",pN="[object Number]",hN="[object Object]",mN="[object RegExp]",CN="[object Set]",gN="[object String]",yN="[object WeakMap]",SN="[object ArrayBuffer]",EN="[object DataView]",TN="[object Float32Array]",wN="[object Float64Array]",bN="[object Int8Array]",_N="[object Int16Array]",LN="[object Int32Array]",AN="[object Uint8Array]",xN="[object Uint8ClampedArray]",MN="[object Uint16Array]",DN="[object Uint32Array]",E5={};E5[TN]=E5[wN]=E5[bN]=E5[_N]=E5[LN]=E5[AN]=E5[xN]=E5[MN]=E5[DN]=!0,E5[lN]=E5[uN]=E5[SN]=E5[sN]=E5[EN]=E5[cN]=E5[fN]=E5[dN]=E5[vN]=E5[pN]=E5[hN]=E5[mN]=E5[CN]=E5[gN]=E5[yN]=!1;function RN(i){return oN(i)&&iN(i.length)&&!!E5[aN(i)]}var kN=RN;function NN(i){return function(m){return i(m)}}var od=NN,Pf={exports:{}};Pf.exports,function(i,m){var g=Np,l=m&&!m.nodeType&&m,B=l&&!0&&i&&!i.nodeType&&i,ee=B&&B.exports===l,x=ee&&g.process,Oe=function(){try{var Ue=B&&B.require&&B.require("util").types;return Ue||x&&x.binding&&x.binding("util")}catch(ze){}}();i.exports=Oe}(Pf,Pf.exports);var ld=Pf.exports,IN=kN,PN=od,Xp=ld,Kp=Xp&&Xp.isTypedArray,VN=Kp?PN(Kp):IN,HN=VN,ON=Hk,UN=Yk,zN=id,BN=Yp,FN=tN,$N=HN,jN=Object.prototype,ZN=jN.hasOwnProperty;function GN(i,m){var g=zN(i),l=!g&&UN(i),B=!g&&!l&&BN(i),ee=!g&&!l&&!B&&$N(i),x=g||l||B||ee,Oe=x?ON(i.length,String):[],Ue=Oe.length;for(var ze in i)(m||ZN.call(i,ze))&&!(x&&(ze=="length"||B&&(ze=="offset"||ze=="parent")||ee&&(ze=="buffer"||ze=="byteLength"||ze=="byteOffset")||FN(ze,Ue)))&&Oe.push(ze);return Oe}var qp=GN,WN=Object.prototype;function YN(i){var m=i&&i.constructor,g=typeof m=="function"&&m.prototype||WN;return i===g}var ud=YN;function QN(i,m){return function(g){return i(m(g))}}var Jp=QN,XN=Jp,KN=XN(Object.keys,Object),qN=KN,JN=ud,eI=qN,tI=Object.prototype,nI=tI.hasOwnProperty;function rI(i){if(!JN(i))return eI(i);var m=[];for(var g in Object(i))nI.call(i,g)&&g!="constructor"&&m.push(g);return m}var aI=rI,iI=Op,oI=Qp;function lI(i){return i!=null&&oI(i.length)&&!iI(i)}var eh=lI,uI=qp,sI=aI,cI=eh;function fI(i){return cI(i)?uI(i):sI(i)}var sd=fI,dI=Nf,vI=sd;function pI(i,m){return i&&dI(m,vI(m),i)}var hI=pI;function mI(i){var m=[];if(i!=null)for(var g in Object(i))m.push(g);return m}var CI=mI,gI=rs,yI=ud,SI=CI,EI=Object.prototype,TI=EI.hasOwnProperty;function wI(i){if(!gI(i))return SI(i);var m=yI(i),g=[];for(var l in i)l=="constructor"&&(m||!TI.call(i,l))||g.push(l);return g}var bI=wI,_I=qp,LI=bI,AI=eh;function xI(i){return AI(i)?_I(i,!0):LI(i)}var cd=xI,MI=Nf,DI=cd;function RI(i,m){return i&&MI(m,DI(m),i)}var kI=RI,Vf={exports:{}};Vf.exports,function(i,m){var g=Ri,l=m&&!m.nodeType&&m,B=l&&!0&&i&&!i.nodeType&&i,ee=B&&B.exports===l,x=ee?g.Buffer:void 0,Oe=x?x.allocUnsafe:void 0;function Ue(ze,Tt){if(Tt)return ze.slice();var We=ze.length,lt=Oe?Oe(We):new ze.constructor(We);return ze.copy(lt),lt}i.exports=Ue}(Vf,Vf.exports);var NI=Vf.exports;function II(i,m){var g=-1,l=i.length;for(m||(m=Array(l));++g<l;)m[g]=i[g];return m}var PI=II;function VI(i,m){for(var g=-1,l=i==null?0:i.length,B=0,ee=[];++g<l;){var x=i[g];m(x,g,i)&&(ee[B++]=x)}return ee}var HI=VI;function OI(){return[]}var th=OI,UI=HI,zI=th,BI=Object.prototype,FI=BI.propertyIsEnumerable,nh=Object.getOwnPropertySymbols,$I=nh?function(i){return i==null?[]:(i=Object(i),UI(nh(i),function(m){return FI.call(i,m)}))}:zI,fd=$I,jI=Nf,ZI=fd;function GI(i,m){return jI(i,ZI(i),m)}var WI=GI;function YI(i,m){for(var g=-1,l=m.length,B=i.length;++g<l;)i[B+g]=m[g];return i}var rh=YI,QI=Jp,XI=QI(Object.getPrototypeOf,Object),ah=XI,KI=rh,qI=ah,JI=fd,eP=th,tP=Object.getOwnPropertySymbols,nP=tP?function(i){for(var m=[];i;)KI(m,JI(i)),i=qI(i);return m}:eP,ih=nP,rP=Nf,aP=ih;function iP(i,m){return rP(i,aP(i),m)}var oP=iP,lP=rh,uP=id;function sP(i,m,g){var l=m(i);return uP(i)?l:lP(l,g(i))}var oh=sP,cP=oh,fP=fd,dP=sd;function vP(i){return cP(i,dP,fP)}var pP=vP,hP=oh,mP=ih,CP=cd;function gP(i){return hP(i,CP,mP)}var yP=gP,SP=t3,EP=Ri,TP=SP(EP,"DataView"),wP=TP,bP=t3,_P=Ri,LP=bP(_P,"Promise"),AP=LP,xP=t3,MP=Ri,DP=xP(MP,"Set"),RP=DP,kP=t3,NP=Ri,IP=kP(NP,"WeakMap"),PP=IP,dd=wP,vd=ad,pd=AP,hd=RP,md=PP,lh=Df,lu=zp,uh="[object Map]",VP="[object Object]",sh="[object Promise]",ch="[object Set]",fh="[object WeakMap]",dh="[object DataView]",HP=lu(dd),OP=lu(vd),UP=lu(pd),zP=lu(hd),BP=lu(md),n3=lh;(dd&&n3(new dd(new ArrayBuffer(1)))!=dh||vd&&n3(new vd)!=uh||pd&&n3(pd.resolve())!=sh||hd&&n3(new hd)!=ch||md&&n3(new md)!=fh)&&(n3=function(i){var m=lh(i),g=m==VP?i.constructor:void 0,l=g?lu(g):"";if(l)switch(l){case HP:return dh;case OP:return uh;case UP:return sh;case zP:return ch;case BP:return fh}return m});var Cd=n3,FP=Object.prototype,$P=FP.hasOwnProperty;function jP(i){var m=i.length,g=new i.constructor(m);return m&&typeof i[0]=="string"&&$P.call(i,"index")&&(g.index=i.index,g.input=i.input),g}var ZP=jP,GP=Ri,WP=GP.Uint8Array,YP=WP,vh=YP;function QP(i){var m=new i.constructor(i.byteLength);return new vh(m).set(new vh(i)),m}var gd=QP,XP=gd;function KP(i,m){var g=m?XP(i.buffer):i.buffer;return new i.constructor(g,i.byteOffset,i.byteLength)}var qP=KP,JP=/\w*$/;function eV(i){var m=new i.constructor(i.source,JP.exec(i));return m.lastIndex=i.lastIndex,m}var tV=eV,ph=nd,hh=ph?ph.prototype:void 0,mh=hh?hh.valueOf:void 0;function nV(i){return mh?Object(mh.call(i)):{}}var rV=nV,aV=gd;function iV(i,m){var g=m?aV(i.buffer):i.buffer;return new i.constructor(g,i.byteOffset,i.length)}var oV=iV,lV=gd,uV=qP,sV=tV,cV=rV,fV=oV,dV="[object Boolean]",vV="[object Date]",pV="[object Map]",hV="[object Number]",mV="[object RegExp]",CV="[object Set]",gV="[object String]",yV="[object Symbol]",SV="[object ArrayBuffer]",EV="[object DataView]",TV="[object Float32Array]",wV="[object Float64Array]",bV="[object Int8Array]",_V="[object Int16Array]",LV="[object Int32Array]",AV="[object Uint8Array]",xV="[object Uint8ClampedArray]",MV="[object Uint16Array]",DV="[object Uint32Array]";function RV(i,m,g){var l=i.constructor;switch(m){case SV:return lV(i);case dV:case vV:return new l(+i);case EV:return uV(i,g);case TV:case wV:case bV:case _V:case LV:case AV:case xV:case MV:case DV:return fV(i,g);case pV:return new l;case hV:case gV:return new l(i);case mV:return sV(i);case CV:return new l;case yV:return cV(i)}}var kV=RV,NV=rs,Ch=Object.create,IV=function(){function i(){}return function(m){if(!NV(m))return{};if(Ch)return Ch(m);i.prototype=m;var g=new i;return i.prototype=void 0,g}}(),PV=IV,VV=PV,HV=ah,OV=ud;function UV(i){return typeof i.constructor=="function"&&!OV(i)?VV(HV(i)):{}}var zV=UV,BV=Cd,FV=as,$V="[object Map]";function jV(i){return FV(i)&&BV(i)==$V}var ZV=jV,GV=ZV,WV=od,gh=ld,yh=gh&&gh.isMap,YV=yh?WV(yh):GV,QV=YV,XV=Cd,KV=as,qV="[object Set]";function JV(i){return KV(i)&&XV(i)==qV}var eH=JV,tH=eH,nH=od,Sh=ld,Eh=Sh&&Sh.isSet,rH=Eh?nH(Eh):tH,aH=rH,iH=Ek,oH=wk,lH=Zp,uH=hI,sH=kI,cH=NI,fH=PI,dH=WI,vH=oP,pH=pP,hH=yP,mH=Cd,CH=ZP,gH=kV,yH=zV,SH=id,EH=Yp,TH=QV,wH=rs,bH=aH,_H=sd,LH=cd,AH=1,xH=2,MH=4,Th="[object Arguments]",DH="[object Array]",RH="[object Boolean]",kH="[object Date]",NH="[object Error]",wh="[object Function]",IH="[object GeneratorFunction]",PH="[object Map]",VH="[object Number]",bh="[object Object]",HH="[object RegExp]",OH="[object Set]",UH="[object String]",zH="[object Symbol]",BH="[object WeakMap]",FH="[object ArrayBuffer]",$H="[object DataView]",jH="[object Float32Array]",ZH="[object Float64Array]",GH="[object Int8Array]",WH="[object Int16Array]",YH="[object Int32Array]",QH="[object Uint8Array]",XH="[object Uint8ClampedArray]",KH="[object Uint16Array]",qH="[object Uint32Array]",h5={};h5[Th]=h5[DH]=h5[FH]=h5[$H]=h5[RH]=h5[kH]=h5[jH]=h5[ZH]=h5[GH]=h5[WH]=h5[YH]=h5[PH]=h5[VH]=h5[bh]=h5[HH]=h5[OH]=h5[UH]=h5[zH]=h5[QH]=h5[XH]=h5[KH]=h5[qH]=!0,h5[NH]=h5[wh]=h5[BH]=!1;function Hf(i,m,g,l,B,ee){var x,Oe=m&AH,Ue=m&xH,ze=m&MH;if(g&&(x=B?g(i,l,B,ee):g(i)),x!==void 0)return x;if(!wH(i))return i;var Tt=SH(i);if(Tt){if(x=CH(i),!Oe)return fH(i,x)}else{var We=mH(i),lt=We==wh||We==IH;if(EH(i))return cH(i,Oe);if(We==bh||We==Th||lt&&!B){if(x=Ue||lt?{}:yH(i),!Oe)return Ue?vH(i,sH(x,i)):dH(i,uH(x,i))}else{if(!h5[We])return B?i:{};x=gH(i,We,Oe)}}ee||(ee=new iH);var ot=ee.get(i);if(ot)return ot;ee.set(i,x),bH(i)?i.forEach(function(xe){x.add(Hf(xe,m,g,xe,i,ee))}):TH(i)&&i.forEach(function(xe,jn){x.set(jn,Hf(xe,m,g,jn,i,ee))});var jt=ze?Ue?hH:pH:Ue?LH:_H,yt=Tt?void 0:jt(i);return oH(yt||i,function(xe,jn){yt&&(jn=xe,xe=i[jn]),lH(x,jn,Hf(xe,m,g,jn,i,ee))}),x}var JH=Hf,eO=JH,tO=1,nO=4;function rO(i){return eO(i,tO|nO)}var aO=rO;const iO=z7(aO);class _h{getScopedUserPreferences(m,g,l){const B=Object.keys(l).map(x=>{const Oe=l[x];return this.createUserPreferenceEntryFromDefinition(m,g,x,Oe)}),ee={};for(const[x,Oe]of B)ee[x]=Oe;return ee}getUpdatedUserPreferenceStorageObject(m,g,l,B,ee){var ze;const x=B?iO(B):{},Oe=this.getEffectiveScope(l,ee),Ue=(ze=x[Oe])!=null?ze:{};return Ue[m]=g,x[Oe]=Ue,x}createUserPreferenceEntryFromDefinition(m,g,l,B){if(!m)return[l,B.defaultValue];const ee=this.getEffectiveScope(g,B.allowedScope),x=m[ee],Oe=x==null?void 0:x[l],Ue=Oe!=null?Oe:B.defaultValue;return[l,Ue]}getEffectiveScope(m,g){if(g===null)throw new Error("ArgumentError | An allowed scope must be provided.");if(g===e3.Global)return Rp;let l=0;switch(g){case e3.LevelOneScope:l=1;break;case e3.LevelTwoScope:l=2;break;case e3.LevelThreeScope:l=3;break;default:throw new Error("ArgumentError | An invalid allowed scope was provided.")}const B=m.split(td);return B.length=l,B.join(td)}}class Lh{constructor(m,g,l,B){this.definitions=m,this.currentScope=g,this.cookieOptions=l,this.onUpdate=B,this.compositeUserPreferencesService=new _h}getPreference(m){return ao(this,null,function*(){const g=this.preferences[m];return g||(yield Promise.reject(new Error("Invalid Operation. A user preference could not be found."))),g})}setPreference(m,g){return ao(this,null,function*(){var ee;const l=yield this.getStoredPreferences(),B=this.compositeUserPreferencesService.getUpdatedUserPreferenceStorageObject(m,g,this.currentScope,l,this.definitions[m].allowedScope);yield this.setStoredPreferences(B),this.preferences=this.compositeUserPreferencesService.getScopedUserPreferences(B,this.currentScope,this.definitions),(ee=this.onUpdate)==null||ee.call(this,this.preferences)})}init(){return ao(this,null,function*(){var g;const m=yield this.getStoredPreferences();this.preferences=this.compositeUserPreferencesService.getScopedUserPreferences(m,this.currentScope,this.definitions),(g=this.onUpdate)==null||g.call(this,this.preferences)})}getStoredPreferences(){return ao(this,null,function*(){var m;return yield Promise.resolve((m=bM(this.cookieOptions.key))!=null?m:{})})}setStoredPreferences(m){return ao(this,null,function*(){AM(this.cookieOptions.key,m,this.cookieOptions),yield Promise.resolve()})}}const is={"font-family":"'GT America', Helvetica, Arial, sans-serif","font-size":".9em","font-weight":"initial",color:"rgba(56, 60, 67, 0.7)"},oO={chart:{animation:!0,backgroundColor:void 0,plotBackgroundColor:void 0,plotBorderWidth:0,plotShadow:!1,borderRadius:0,styledMode:!1},plotOptions:{series:{marker:{enabled:!0,lineWidth:2,lineColor:void 0,radius:3,symbol:"circle",states:{select:{}}},animation:{duration:200},states:{inactive:{opacity:1}},dataLabels:{borderWidth:6,color:"white"}},column:{animation:!0,maxPointWidth:350},area:{animation:!0,trackByArea:!0,stickyTracking:!1,fillOpacity:1},pie:{animation:!0,allowPointSelect:!0,dataLabels:{enabled:!0,style:{fontWeight:"initial"}},showInLegend:!0}},xAxis:{labels:{enabled:!0,style:is,y:25},title:{style:is},lineWidth:1,tickWidth:1,minPadding:0,maxPadding:0,startOnTick:!1,endOnTick:!1},yAxis:{gridLineColor:"#f2f4f7",lineColor:"#8a95a4",lineWidth:1,title:{style:is},labels:{enabled:!0,style:is},reversedStacks:!1,stackLabels:{crop:!1,useHTML:!0,y:4}},credits:{enabled:!1},exporting:{enabled:!1}},lO={primary:"#1cbc97",purple:"#5206b8",cyan:"#00c2df",yellow:"#f7d40f",sapphire:"#223ce0",kelly:"#0cab61",teal:"#99cd0f",gold:"#f7bd0f",lime:"#d2eff4",secondaryPrimary:"#19d1a7",secondaryPurple:"#832bf8",secondaryCoral:"#ff8666",secondaryPrimaryDark:"#00755a",secondaryCyan:"#00dafa",secondaryYellow:"#ffe77c",secondarySapphire:"#0087f6",secondaryKelly:"#00cd6e",secondaryTeal:"#00fad7",secondaryGold:"#f7d40f",secondaryLime:"#a7e504"},uO=[0,-42,37,-69,62].map(i=>Object.values(lO).map(m=>sO(m,i))).flat();function sO(i,m){i=i.replace(/^#/,""),i.length===3&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]);let[g,l,B]=i.match(/.{2}/g);[g,l,B]=[Number.parseInt(g,16)+m,Number.parseInt(l,16)+m,Number.parseInt(B,16)+m],g=Math.max(Math.min(255,g),0).toString(16),l=Math.max(Math.min(255,l),0).toString(16),B=Math.max(Math.min(255,B),0).toString(16);const ee=(g.length<2?"0":"")+g,x=(l.length<2?"0":"")+l,Oe=(B.length<2?"0":"")+B;return`#${ee}${x}${Oe}`}var ti=(i=>(i.Root="Root",i.DataPlatform="DataPlatform",i.Customer360="Customer360",i.Segmentation="Segmentation",i.Oversight="Oversight",i))(ti||{});class os{getRoutesAuthorizations(){const m=this.getAuthorizations(),g=Object.keys(m).map(B=>({suite:this.suite,route:B,authorized:m[B]}));return[{suite:this.suite,route:"",authorized:g.some(B=>B.authorized)},...g]}}const Rn={[ti.Root]:{Overview:{Root:"mp/overview",Connections:"mp/overview/connections"},Workspaces:"mp/workspaces",UserSettings:"mp/usersettings",SwitchWorkspace:"mp/switch-workspace",Analytics:"mp/analytics",Predictions:"mp/predictions",UserSettingsList:"mp/usersettings/list",NotificationPreferences:"mp/usersettings/notificationpreferences",UsageBilling:"mp/usagebilling",NewExperienceOnly:"mp/new-experience-only",UncaughtErrorHandlerTest:"mp/uncaughtErrorHandlerTest",Playground:{React:"mp/playground/react",ReactExample:"mp/playground/react/data-example",PopOverErrorIcon:"mp/playground/popovererroricon",Card:"mp/playground/card",DashboardComponents:"mp/playground/dashboard-components",Services:"mp/playground/services",JourneyMilestoneAudience:"mp/playground/journey-milestone-audience-modal-playground",AudienceSizeLabel:"mp/playground/audience-size-label",CategoryList:"mp/playground/categorylist",Journey:"mp/playground/journey",LiveSearch:"mp/playground/livesearch",DmDataTable:"mp/playground/dmdatatable",CardDetailContainer:"mp/playground/card-detail-container",DatePicker:"mp/playground/datepicker",FaultError:"mp/playground/faulterror",AudienceConnect:"mp/playground/audienceconnect",AudienceFault:"mp/playground/audiencefault",AudienceInputs:"mp/playground/audienceinputs",AudienceOutputs:"mp/playground/audienceoutputs",mpDataTable:"mp/playground/mp-data-table",DiagramService:"mp/playground/diagram-service",AudienceBuilder:"mp/playground/audiencebuilder",InputTile:"mp/playground/inputtile",OutputTile:"mp/playground/outputtile",InputSelector:"mp/playground/inputselector",OutputSelector:"mp/playground/outputselector",InstructionComponents:"mp/playground/instruction-components",QuickstartLivestream:"mp/playground/quickstart-livestream",WizardBreadcrumbs:"mp/playground/wizard-breadcrumbs",WizardManager:"mp/playground/wizard-manager",HelpText:"mp/playground/help-text",DropdownEvents:"mp/playground/dropdown-events",StyleguideButtons:"mp/playground/styleguide/buttons",StyleguideTextFields:"mp/styleguide/textfields",StyleguideDropdowns:"mp/styleguide/dropdowns",StyleguideCallouts:"mp/styleguide/callouts",Video:"mp/playground/video"}},[ti.DataPlatform]:{Trends:"data-platform/trends",Setup:{Root:"data-platform/setup",Connections:"data-platform/setup/connections",Inputs:{Root:"data-platform/setup/inputs",Feeds:"data-platform/setup/inputs/feeds",Apps:"data-platform/setup/inputs/apps"},Outputs:{Root:"data-platform/setup/outputs",Event:"data-platform/setup/outputs/event",Audience:"data-platform/setup/outputs/audience",CookieSync:"data-platform/setup/outputs/cookiesync",Gdpr:"data-platform/setup/outputs/gdpr",LiveRamp:"data-platform/setup/outputs/liveramp",Dsr:"data-platform/setup/outputs/dsr",DataWarehouse:"data-platform/setup/outputs/datawarehouse",Crm:"data-platform/setup/outputs/crm"},Directory:{Root:"data-platform/setup/directory",Listing:"data-platform/setup/directory/listing"},WarehouseSync:"data-platform/setup/warehouse-sync"},Livestream:"data-platform/livestream",DataCatalog:"data-platform/data-catalog",Transformations:{Root:"data-platform/transformations",Rules:"data-platform/transformations/rules",Plans:"data-platform/transformations/plans",Filters:{Root:"data-platform/transformations/filters",Platform:"data-platform/transformations/filters/platform",Feed:"data-platform/transformations/filters/feed"}},EventForwarding:"data-platform/event-forwarding"},[ti.Customer360]:{Identity:{Root:"customer-360/identity",GroupIdentities:"customer-360/identity/group-identities"},UserProfile:"customer-360/user-profile",Enrichment:{Root:"customer-360/enrichment",CalculatedAttributes:"customer-360/enrichment/calculated-attributes",PredictiveAttributes:"customer-360/enrichment/predictive-attributes",PredictiveAttributesNew:"customer-360/enrichment/predictive-attributes/new",PredictiveAttributesNextBestAction:"customer-360/enrichment/predictive-attributes/next-best-action"}},[ti.Segmentation]:{Audiences:{Root:"segmentation/audiences",RealTime:"segmentation/audiences/real-time",Standard:"segmentation/audiences/standard",Shared:"segmentation/audiences/shared",SharedByAccount:"segmentation/audiences/sharedbyaccount",Received:"segmentation/audiences/received",P2P:"segmentation/audiences/p2p"},Journeys:"segmentation/journeys"},[ti.Oversight]:{SystemAlerts:"oversight/system-alerts",Observability:{Root:"oversight/observability",List:"oversight/observability/trace/activity",Requests:"oversight/observability/trace/configurations"},DSR:"oversight/data-subject-requests",PrivacySettings:"oversight/privacy-settings"}};var Hr=(i=>(i[i.ORG_CREATE=100]="ORG_CREATE",i[i.ORG_UPDATE=101]="ORG_UPDATE",i[i.ORG_DELETE=102]="ORG_DELETE",i[i.APPFAMILY_CREATE=103]="APPFAMILY_CREATE",i[i.APPFAMILY_UPDATE=104]="APPFAMILY_UPDATE",i[i.APPFAMILY_DELETE=105]="APPFAMILY_DELETE",i[i.ACCOUNT_CREATE=110]="ACCOUNT_CREATE",i[i.ACCOUNT_UPDATE=111]="ACCOUNT_UPDATE",i[i.ACCOUNT_DELETE=112]="ACCOUNT_DELETE",i[i.USER_CREATE=113]="USER_CREATE",i[i.USER_UPDATE=114]="USER_UPDATE",i[i.USER_DEACTIVATE=115]="USER_DEACTIVATE",i[i.USER_LIST=116]="USER_LIST",i[i.USER_VIEW=117]="USER_VIEW",i[i.USER_ROLECHANGE=118]="USER_ROLECHANGE",i[i.USER_PASSWORDRESET=119]="USER_PASSWORDRESET",i[i.ORG_LIST=121]="ORG_LIST",i[i.EVENT_LIST=122]="EVENT_LIST",i[i.LOGIN=123]="LOGIN",i[i.ACCOUNT_LIST=124]="ACCOUNT_LIST",i[i.ACCOUNT_VIEW=125]="ACCOUNT_VIEW",i[i.APPFAMILY_LIST=126]="APPFAMILY_LIST",i[i.APPFAMILY_VIEW=127]="APPFAMILY_VIEW",i[i.ORG_VIEW=128]="ORG_VIEW",i[i.PARTNER_CREATE=130]="PARTNER_CREATE",i[i.TOKEN_EDIT=131]="TOKEN_EDIT",i[i.DEVICE_CREATE=132]="DEVICE_CREATE",i[i.DEVICE_UPDATE=133]="DEVICE_UPDATE",i[i.DEVICE_DELETE=134]="DEVICE_DELETE",i[i.DEVICE_LIST=135]="DEVICE_LIST",i[i.DEVICE_VIEW=136]="DEVICE_VIEW",i[i.POLICY_LIST=137]="POLICY_LIST",i[i.POLICY_ADD=138]="POLICY_ADD",i[i.POLICY_EDIT=139]="POLICY_EDIT",i[i.POLICY_DELETE=140]="POLICY_DELETE",i[i.PUBLISHER_ADD=141]="PUBLISHER_ADD",i[i.PUBLISHER_LIST=142]="PUBLISHER_LIST",i[i.PUBLISHER_EDIT=143]="PUBLISHER_EDIT",i[i.PUBLISHER_DELETE=144]="PUBLISHER_DELETE",i[i.CAMPAIGN_CREATE=145]="CAMPAIGN_CREATE",i[i.CAMPAIGN_LIST=146]="CAMPAIGN_LIST",i[i.CAMPAIGN_EDIT=147]="CAMPAIGN_EDIT",i[i.CAMPAIGN_DELETE=148]="CAMPAIGN_DELETE",i[i.REPORT_LIST=149]="REPORT_LIST",i[i.EVENTTRANSFORM_LIST=150]="EVENTTRANSFORM_LIST",i[i.EVENTTRANSFORM_ADD=151]="EVENTTRANSFORM_ADD",i[i.EVENTTRANSFORM_EDIT=152]="EVENTTRANSFORM_EDIT",i[i.PROVIDER_LIST=154]="PROVIDER_LIST",i[i.ERROR_LIST=156]="ERROR_LIST",i[i.ERROR_DETAIL_VIEW=157]="ERROR_DETAIL_VIEW",i[i.AUDIENCE_LIST=158]="AUDIENCE_LIST",i[i.AUDIENCE_CREATE=159]="AUDIENCE_CREATE",i[i.AUDIENCE_EDIT=160]="AUDIENCE_EDIT",i[i.AUDIENCE_DELETE=161]="AUDIENCE_DELETE",i[i.PARTNERLIST=163]="PARTNERLIST",i[i.PARTNEREDIT=164]="PARTNEREDIT",i[i.PARTNERDELETE=165]="PARTNERDELETE",i[i.BILLINGLIST=166]="BILLINGLIST",i[i.BILLINGEDIT=167]="BILLINGEDIT",i[i.BILLINGCANCEL=168]="BILLINGCANCEL",i[i.EVENTBROWSER=169]="EVENTBROWSER",i[i.PUSHNOTIFICATIONS_EDIT=170]="PUSHNOTIFICATIONS_EDIT",i[i.PROVIDER_DATAMAPPINGS=171]="PROVIDER_DATAMAPPINGS",i[i.EVENT_STREAM=182]="EVENT_STREAM",i[i.REDSHIFT=183]="REDSHIFT",i[i.REDSHIFT_ACCESSCONFIG=184]="REDSHIFT_ACCESSCONFIG",i[i.FILTERING_EVENT_ATTRIBUTE_UPDATE=189]="FILTERING_EVENT_ATTRIBUTE_UPDATE",i[i.EVENT_UPDATE=193]="EVENT_UPDATE",i[i.FILTERING_EVENT_ATTRIBUTE_VIEW=194]="FILTERING_EVENT_ATTRIBUTE_VIEW",i[i.REDSHIFT_ACCESS_CONFIGURATION_UPDATE=195]="REDSHIFT_ACCESS_CONFIGURATION_UPDATE",i[i.REDSHIFT_UPDATE=196]="REDSHIFT_UPDATE",i[i.GOOGLEBIGQUERYUPDATECONFIG=197]="GOOGLEBIGQUERYUPDATECONFIG",i[i.GOOGLEBIGQUERYVIEW=198]="GOOGLEBIGQUERYVIEW",i[i.PROVIDER_DATAMAPPINGS_VIEW=199]="PROVIDER_DATAMAPPINGS_VIEW",i[i.PROVIDER_DATAMAPPINGS_UPDATE=200]="PROVIDER_DATAMAPPINGS_UPDATE",i[i.FIELDSUGGESTIONQUERY=201]="FIELDSUGGESTIONQUERY",i[i.RULE_CREATE=205]="RULE_CREATE",i[i.RULE_UPDATE=206]="RULE_UPDATE",i[i.RULE_DELETE=207]="RULE_DELETE",i[i.RULE_LIST=208]="RULE_LIST",i[i.RULE_CONNECT=209]="RULE_CONNECT",i[i.AUDIENCESHARE=210]="AUDIENCESHARE",i[i.AUDIENCEUNSHARE=211]="AUDIENCEUNSHARE",i[i.AUDIENCESHAREVIEW=212]="AUDIENCESHAREVIEW",i[i.AUDIENCESHAREOPT=214]="AUDIENCESHAREOPT",i[i.AUDIENCE_TAG_CREATE=217]="AUDIENCE_TAG_CREATE",i[i.AUDIENCE_TAG_DELETE=218]="AUDIENCE_TAG_DELETE",i[i.REDSHIFT_QUERYTOOL=219]="REDSHIFT_QUERYTOOL",i[i.AUDIENCE_FAULT_CLEAR=222]="AUDIENCE_FAULT_CLEAR",i[i.USERACTIVITY_VIEW=223]="USERACTIVITY_VIEW",i[i.USERACTIVITY_EVENTS_VIEW=224]="USERACTIVITY_EVENTS_VIEW",i[i.CONSENT_PURPOSE_CREATE=227]="CONSENT_PURPOSE_CREATE",i[i.IDENTITY_SETTINGS_VIEW=228]="IDENTITY_SETTINGS_VIEW",i[i.GDPR_REQUEST_LIST=229]="GDPR_REQUEST_LIST",i[i.GDPR_REQUEST_CREATE=230]="GDPR_REQUEST_CREATE",i[i.GDPR_REQUEST_UPDATE=231]="GDPR_REQUEST_UPDATE",i[i.DATAMANAGER_VIEW=232]="DATAMANAGER_VIEW",i[i.DATAMANAGER_UPDATE=233]="DATAMANAGER_UPDATE",i[i.AUDIENCE_DOWNLOAD=241]="AUDIENCE_DOWNLOAD",i[i.SNOWFLAKE=243]="SNOWFLAKE",i[i.SNOWFLAKEUPDATE=244]="SNOWFLAKEUPDATE",i[i.CREATE_ROLE_DEFINITION=246]="CREATE_ROLE_DEFINITION",i[i.AUDIENCE_ACCESS_IDENTITY=270]="AUDIENCE_ACCESS_IDENTITY",i[i.AUDIENCE_SUBSCRIPTION_LIST=272]="AUDIENCE_SUBSCRIPTION_LIST",i[i.AUDIENCE_SUBSCRIPTION_CREATE=273]="AUDIENCE_SUBSCRIPTION_CREATE",i[i.AUDIENCE_SUBSCRIPTION_EDIT=274]="AUDIENCE_SUBSCRIPTION_EDIT",i[i.AUDIENCE_SUBSCRIPTION_DELETE=275]="AUDIENCE_SUBSCRIPTION_DELETE",i[i.AUDIENCE_ESTIMATE_EXPRESSION_SIZE=284]="AUDIENCE_ESTIMATE_EXPRESSION_SIZE",i[i.DATAPLAN_VIEW=285]="DATAPLAN_VIEW",i[i.DATAPLAN_UPDATE=286]="DATAPLAN_UPDATE",i[i.CALCULATEDATTRIBUTES_VIEW=287]="CALCULATEDATTRIBUTES_VIEW",i[i.CALCULATEDATTRIBUTES_UPDATE=288]="CALCULATEDATTRIBUTES_UPDATE",i[i.CALCULATEDATTRIBUTES_DELETE=289]="CALCULATEDATTRIBUTES_DELETE",i[i.CREATE_API_KEY=290]="CREATE_API_KEY",i[i.DELETE_API_KEY=291]="DELETE_API_KEY",i[i.LIST_API_KEY=292]="LIST_API_KEY",i[i.UPDATE_API_KEY=293]="UPDATE_API_KEY",i[i.VIEW_API_KEY=294]="VIEW_API_KEY",i[i.VIEW_COMPLIANCE_SETTINGS=301]="VIEW_COMPLIANCE_SETTINGS",i[i.USER_MANAGEMENT_VIEW=322]="USER_MANAGEMENT_VIEW",i[i.DATA_MASTER_VIEW_ATTRIBUTE_VALUES=330]="DATA_MASTER_VIEW_ATTRIBUTE_VALUES",i[i.MODULE_VIEW=331]="MODULE_VIEW",i[i.JOURNEY_VIEW=336]="JOURNEY_VIEW",i[i.JOURNEY_MODIFY=337]="JOURNEY_MODIFY",i[i.EVENT_TIER_UPDATE=338]="EVENT_TIER_UPDATE",i[i.INDICATIVE_REQUIRES_ACCEPTED_TERMS=345]="INDICATIVE_REQUIRES_ACCEPTED_TERMS",i[i.WORKSPACE_KEY_VIEW=346]="WORKSPACE_KEY_VIEW",i[i.INDICATIVE_ADD_USER_TO_PROJECT=347]="INDICATIVE_ADD_USER_TO_PROJECT",i[i.INDICATIVE_WIZARD_TEAMMATES_VIEW=348]="INDICATIVE_WIZARD_TEAMMATES_VIEW",i[i.DATA_INGEST_VIEW=349]="DATA_INGEST_VIEW",i[i.DATA_INGEST_UPDATE=350]="DATA_INGEST_UPDATE",i[i.AUDIENCE_VIEW=351]="AUDIENCE_VIEW",i[i.GDPR_REQUEST_VIEW=352]="GDPR_REQUEST_VIEW",i[i.FILTERS_LIST=354]="FILTERS_LIST",i[i.OUTPUTS_LIST=355]="OUTPUTS_LIST",i[i.CALCULATEDATTRIBUTES_LIST=356]="CALCULATEDATTRIBUTES_LIST",i[i.WORKSPACE_SETTINGS=357]="WORKSPACE_SETTINGS",i[i.GDPR_REQUEST_DETAILS_VIEW=362]="GDPR_REQUEST_DETAILS_VIEW",i[i.INPUTS_LIST=363]="INPUTS_LIST",i[i.INPUTS_CREATE=364]="INPUTS_CREATE",i[i.INPUTS_UPDATE=365]="INPUTS_UPDATE",i[i.INPUTS_VIEW=366]="INPUTS_VIEW",i[i.INPUTS_DELETE=367]="INPUTS_DELETE",i[i.OUTPUTS_CREATE=368]="OUTPUTS_CREATE",i[i.OUTPUTS_UPDATE=369]="OUTPUTS_UPDATE",i[i.OUTPUTS_VIEW=370]="OUTPUTS_VIEW",i[i.OUTPUTS_DELETE=371]="OUTPUTS_DELETE",i[i.SUBSCRIPTIONS_LIST=372]="SUBSCRIPTIONS_LIST",i[i.SUBSCRIPTIONS_CREATE=373]="SUBSCRIPTIONS_CREATE",i[i.SUBSCRIPTIONS_UPDATE=374]="SUBSCRIPTIONS_UPDATE",i[i.SUBSCRIPTIONS_VIEW=375]="SUBSCRIPTIONS_VIEW",i[i.SUBSCRIPTIONS_DELETE=376]="SUBSCRIPTIONS_DELETE",i[i.AUDIENCE_SETTINGS=377]="AUDIENCE_SETTINGS",i[i.AUDIENCE_ACTIVATE=381]="AUDIENCE_ACTIVATE",i[i.CALCULATEDATTRIBUTES_ACTIVATE=382]="CALCULATEDATTRIBUTES_ACTIVATE",i[i.FREE_TRIAL_VIEW=388]="FREE_TRIAL_VIEW",i[i.FREE_TRIAL_REQUEST=389]="FREE_TRIAL_REQUEST",i[i.LEGAL_AGREEMENT_VIEW=390]="LEGAL_AGREEMENT_VIEW",i[i.LEGAL_AGREEMENT_ACCEPT=391]="LEGAL_AGREEMENT_ACCEPT",i[i.USER_GROUPS_VIEW=392]="USER_GROUPS_VIEW",i[i.USER_GROUPS_CREATE=393]="USER_GROUPS_CREATE",i[i.USER_GROUPS_UPDATE=394]="USER_GROUPS_UPDATE",i[i.USER_GROUPS_DELETE=395]="USER_GROUPS_DELETE",i[i.DATABRICKSVIEW=396]="DATABRICKSVIEW",i[i.DATABRICKSUPDATE=397]="DATABRICKSUPDATE",i[i.USER_ACTIVITY_UPDATE_USER_PROFILE=398]="USER_ACTIVITY_UPDATE_USER_PROFILE",i[i.USER_ACTIVITY_DELETE_USER_PROFILE=399]="USER_ACTIVITY_DELETE_USER_PROFILE",i[i.VIEW_VBP_BILLING_REPORT=401]="VIEW_VBP_BILLING_REPORT",i[i.ALLOW_ANONYMOUS=9999]="ALLOW_ANONYMOUS",i))(Hr||{});class Fr{static isAuthorized(m){return Array.isArray(m)?m.every(g=>window.mParticleConfig.operations.includes(g)):window.mParticleConfig.operations.includes(m)}}var ni=(i=>(i.Unassigned="Unassigned",i.DataPlanTransformations="DataPlanningTransformations",i.ReportingJobId="ReportingJobId",i.DataMasterShowAttributesAutoComplete="DataMasterShowAttributesAutoComplete",i.TieredEventsReport="TieredEvents.Report",i.TieredEventsIdentityTier="TieredEvents.IdentityTier",i.DefaultEventTierConfiguration="TieredEvents.DefaultEventTierConfiguration",i.ShowUsageDashboard="ShowUsageDashboard",i.IsJourneyDeactivationDisabled="IsJourneyDeactivationDisabled",i.MpRuleDurationGraph="MpRuleDurationGraph",i.WorkspaceDefaults="WorkspaceDefaults",i.MarketingBannerCortexDisabled="MarketingBanner.Cortex.Disabled",i.HasJourneyBuilderEarlyAccess="JourneyBuilder.EarlyAccess",i.ProfileProtection="ProfileProtection",i.PredictiveAudiencesDisabled="PredictiveAudiences.Disabled",i.ObservabilityDetails="Observability.Details",i.PredictiveAudiencesPLDDisabled="PredictiveAudiences.PLD.Disabled",i.AnalyticsInMPv1Disabled="AnalyticsInMP.v1.Disabled",i.OverviewMap="OverviewMap",i.GroupingUI="Grouping.UI",i.JourneysAbTestDisabled="JourneysAbTest.Disabled",i.JourneysUnificationDisabled="JourneysUnification.Disabled",i.NotificationCenterV0Preferences="NotificationCenter.V0.Preferences",i.FieldTransformationsAPI="FieldTransformations.API",i.ImproveAudienceEstimatorAccuracyDisabled="ImproveAudienceEstimatorAccuracy.Disabled",i.ObservabilityM4="ObservabilityM4",i.PredictiveAttributesCreationDisabled="PredictiveAttributes.Creation.Disabled",i.NotificationCenterV0Inbox="NotificationCenter.V0.Inbox",i.NotificationCenterV0InboxTemp="NotificationCenter.V0.InboxTemp",i.DataManagerOptimizationCA="DataManagerOptimization.CA",i.DataManagerOptimizationDataCatalog="DataManagerOptimization.DataCatalog",i.JourneysSharedRealTimeAudiencesDisabled="Journeys.SharedRealTimeAudiences.Disabled",i.VBPUsageReportV2="VBP.UsageReport.V2",i.UAVNewTabletsReadMethod="UAVNewTabletsReadMethod",i.PredictiveAttributesNextBestActionEnabled="PredictiveAttributes.NextBestAction.Enabled",i.JourneysEnvironmentSelectionDisabled="Journeys.EnvironmentSelection.Disabled",i.AudienceInsightsPreviewTabEnabled="AudienceInsightsPreviewTab.Enabled",i.JourneyAudienceRefreshCadence="JourneyAudienceRefreshCadence",i.DataManagerOptimizationDataCatalogDetails="DataManagerOptimization.DataCatalogDetails",i.JourneysMilestoneWithAudienceNode="Journeys.MilestoneWithAudienceNode",i))(ni||{});class ki{static isEnabled(m){return window.mParticleConfig.workspaceFeatureSettings.some(g=>g.name===m)}}class cO extends os{constructor(){super(...arguments),this.suite=ti.Customer360}getAuthorizations(){return{[Rn.Customer360.Identity.Root]:this.canViewUserGroups(),[Rn.Customer360.Identity.GroupIdentities]:this.canViewUserGroups(),[Rn.Customer360.UserProfile]:this.canViewUserActivity(),[Rn.Customer360.Enrichment.Root]:this.canViewCalculatedAttributes(),[Rn.Customer360.Enrichment.CalculatedAttributes]:this.canViewCalculatedAttributes(),[Rn.Customer360.Enrichment.PredictiveAttributes]:!0,[Rn.Customer360.Enrichment.PredictiveAttributesNew]:this.canViewCreatePredictiveAttribute(),[Rn.Customer360.Enrichment.PredictiveAttributesNextBestAction]:this.canViewNextBestAction()}}canViewUserGroups(){return ki.isEnabled(ni.GroupingUI)&&Fr.isAuthorized(Hr.USER_GROUPS_VIEW)}canViewUserActivity(){return Fr.isAuthorized(Hr.REPORT_LIST)&&Fr.isAuthorized(Hr.USERACTIVITY_VIEW)&&window.mParticleConfig.isUAVEnabled}canViewCalculatedAttributes(){return Fr.isAuthorized(Hr.CALCULATEDATTRIBUTES_LIST)}canViewCreatePredictiveAttribute(){return!ki.isEnabled(ni.PredictiveAttributesCreationDisabled)}canViewNextBestAction(){return ki.isEnabled(ni.PredictiveAttributesNextBestActionEnabled)}}class fO extends os{constructor(){super(...arguments),this.suite=ti.DataPlatform}getAuthorizations(){return{[Rn.DataPlatform.Trends]:this.canViewPlatformTrends(),[Rn.DataPlatform.Livestream]:this.canViewLiveStream(),[Rn.DataPlatform.EventForwarding]:this.canViewEventForwarding(),[Rn.DataPlatform.DataCatalog]:this.canViewDataCatalog(),[Rn.DataPlatform.Setup.Connections]:this.canViewConnections(),[Rn.DataPlatform.Setup.Root]:this.canViewSetup(),[Rn.DataPlatform.Setup.Inputs.Root]:this.canViewInputs(),[Rn.DataPlatform.Setup.Inputs.Feeds]:this.canViewInputs(),[Rn.DataPlatform.Setup.Inputs.Apps]:this.canViewInputs(),[Rn.DataPlatform.Setup.Outputs.Root]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.Event]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.Audience]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.CookieSync]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.Gdpr]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.LiveRamp]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.Dsr]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.DataWarehouse]:this.canViewDataWarehouse(),[Rn.DataPlatform.Setup.Outputs.Crm]:this.canViewCrm(),[`${Rn.DataPlatform.Setup.Inputs.Feeds}/:moduleId/dws`]:this.canViewWarehouseSync(),[Rn.DataPlatform.Setup.Directory.Root]:this.canViewDirectory(),[`${Rn.DataPlatform.Setup.Directory.Listing}/:id`]:this.canViewDirectory(),[Rn.DataPlatform.Transformations.Root]:this.canViewTransformations(),[Rn.DataPlatform.Transformations.Rules]:this.canViewRules(),[Rn.DataPlatform.Transformations.Plans]:this.canViewPlans(),[Rn.DataPlatform.Transformations.Filters.Root]:this.canViewFilters(),[Rn.DataPlatform.Transformations.Filters.Platform]:this.canViewFilters(),[Rn.DataPlatform.Transformations.Filters.Feed]:this.canViewFilters()}}canViewTransformations(){return this.canViewRules()||this.canViewPlans()||this.canViewFilters()}canViewSetup(){return this.canViewInputs()||this.canViewOutputs()||this.canViewDataWarehouse()||this.canViewCrm()||this.canViewDirectory()}canViewPlatformTrends(){return Fr.isAuthorized(Hr.REPORT_LIST)}canViewLiveStream(){return Fr.isAuthorized(Hr.REPORT_LIST)&&Fr.isAuthorized(Hr.EVENT_STREAM)}canViewEventForwarding(){return Fr.isAuthorized(Hr.REPORT_LIST)}canViewConnections(){return Fr.isAuthorized(Hr.SUBSCRIPTIONS_LIST)}canViewInputs(){return Fr.isAuthorized([Hr.INPUTS_LIST,Hr.INPUTS_VIEW])}canViewOutputs(){return Fr.isAuthorized([Hr.OUTPUTS_LIST])}canViewDataWarehouse(){return Fr.isAuthorized(Hr.REDSHIFT)||Fr.isAuthorized(Hr.GOOGLEBIGQUERYVIEW)||Fr.isAuthorized(Hr.SNOWFLAKE)||Fr.isAuthorized(Hr.DATABRICKSVIEW)}canViewWarehouseSync(){return Fr.isAuthorized(Hr.DATA_INGEST_VIEW)}canViewCrm(){return window.mParticleConfig.isCrmEnabled}canViewDirectory(){return Fr.isAuthorized(Hr.PROVIDER_LIST)}canViewDataCatalog(){return Fr.isAuthorized(Hr.DATAMANAGER_VIEW)}canViewRules(){return Fr.isAuthorized(Hr.RULE_LIST)}canViewPlans(){return Fr.isAuthorized(Hr.DATAPLAN_VIEW)}canViewFilters(){return Fr.isAuthorized(Hr.FILTERS_LIST)}}class dO extends os{constructor(){super(...arguments),this.suite=ti.Oversight}getAuthorizations(){return{[Rn.Oversight.DSR]:this.canViewDSR(),[Rn.Oversight.PrivacySettings]:this.canViewPrivacy(),[Rn.Oversight.SystemAlerts]:this.canViewSystemAlerts(),[Rn.Oversight.Observability.Root]:this.canViewObservability(),[Rn.Oversight.Observability.List]:this.canViewObservabilityTraceList(),[Rn.Oversight.Observability.Requests]:this.canViewObservabilityTraceRequests()}}isCCPAorGDPREnabled(){return window.mParticleConfig.isGDPREnabled||window.mParticleConfig.isCCPAEnabled}canViewDSR(){return this.isCCPAorGDPREnabled()&&Fr.isAuthorized(Hr.GDPR_REQUEST_LIST)}canViewPrivacy(){return this.isCCPAorGDPREnabled()&&Fr.isAuthorized(Hr.VIEW_COMPLIANCE_SETTINGS)}canViewSystemAlerts(){return Fr.isAuthorized(Hr.REPORT_LIST)}canViewObservability(){return ki.isEnabled(ni.ObservabilityDetails)}canViewObservabilityTraceList(){return ki.isEnabled(ni.ObservabilityM4)}canViewObservabilityTraceRequests(){return ki.isEnabled(ni.ObservabilityM4)}}var Ah={exports:{}};(function(i){var m=function(){var g,l=[],B=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],ee="1a",x=!1,Oe,Ue,ze,Tt,We,lt,ot,jt="chongo <Landon Curt Noll> /\\../\\",yt=52,xe={32:{offset:0},64:{offset:[0,0,0,0]},128:{offset:[0,0,0,0,0,0,0,0]},256:{offset:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},512:{offset:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},1024:{offset:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}};for(g=0;g<256;g++)l[g]=(g>>4&15).toString(16)+(g&15).toString(16);function jn(G,L){var ce="0123456789abcdefghijklmnopqrstuvwxyz",A=[0],h,d,f,p="";for(d=0;d<G.length;d+=2){for(h=parseInt(G.substr(d,2),16),f=0;f<A.length;f++)h+=A[f]<<8,A[f]=h%L,h=h/L|0;for(;h>0;)A.push(h%L),h=h/L|0}for(d=A.length-1;d>=0;--d)p+=ce[A[d]];return p}function Dn(G,L){return{bits:L,value:G,dec:function(){return jn(G,10)},hex:function(){return G},str:function(){return jn(G,36)}}}function Pn(G,L){return{bits:L,value:G,dec:function(){return G.toString()},hex:function(){return l[G>>>24]+l[G>>>16&255]+l[G>>>8&255]+l[G&255]},str:function(){return G.toString(36)}}}function kn(G,L){return{bits:L,value:G,dec:function(){return G.toString()},hex:function(){return("0000000000000000"+G.toString(16)).substr(-13)},str:function(){return G.toString(36)}}}function $t(G,L){var ce=typeof G=="object"?JSON.stringify(G):G;switch(L||yt){case 32:return Oe(ce);case 64:return ze(ce);case 128:return Tt(ce);case 256:return We(ce);case 512:return lt(ce);case 1024:return ot(ce);default:return Ue(ce)}}function nr(G){if(G===52||xe[G])yt=G;else throw new Error("Supported FNV keyspacs: 32, 52, 64, 128, 256, 512, and 1024 bit")}function Zt(G){if(G==="1a")ee=G,Oe=x?Dr:Hn,Ue=x?n5:t5,ze=x?l5:jr,Tt=x?$n:Xr,We=x?e1:s5,lt=x?h1:W5,ot=x?_5:n1;else if(G==="1")ee=G,Oe=x?e5:dr,Ue=x?Wr:G5,ze=x?Mr:r5,Tt=x?u5:a5,We=x?I1:m5,lt=x?U5:t1,ot=x?C5:r1;else throw new Error("Supported FNV versions: 1, 1a")}function Cr(G){G?(x=!0,Oe=ee=="1a"?Dr:e5,Ue=ee=="1a"?n5:Wr,ze=ee=="1a"?l5:Mr,Tt=ee=="1a"?$n:u5,We=ee=="1a"?e1:I1,lt=ee=="1a"?h1:U5,ot=ee=="1a"?_5:C5):(x=!1,Oe=ee=="1a"?Hn:dr,Ue=ee=="1a"?t5:G5,ze=ee=="1a"?jr:r5,Tt=ee=="1a"?Xr:a5,We=ee=="1a"?s5:m5,lt=ee=="1a"?W5:t1,ot=ee=="1a"?n1:r1)}function Ar(G){var L=ee,ce,A;G=G||G===0?G:jt,G===jt&&Zt("1");for(var h in xe){for(xe[h].offset=[],A=0;A<h/16;A++)xe[h].offset[A]=0;for(ce=$t(G,parseInt(h,10)).hex(),A=0;A<h/16;A++)xe[h].offset[A]=parseInt(ce.substr(A*4,4),16)}Zt(L)}function Tr(G){var L,ce=G.length-3,A=0,h=40389,d=0,f=33052;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535;return(f<<16>>>0)+h}function hr(G){var L,ce=G.length-3,A=0,h=40389,d=0,f=33052;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535;return l[f>>>8&255]+l[f&255]+l[h>>>8&255]+l[h&255]}function Yn(G){var L,ce=G.length-3,A=0,h=8997,d=0,f=33826,p=0,C=40164,S=0,T=52210;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;return(T&15)*281474976710656+C*4294967296+f*65536+(h^T>>4)}function Nn(G){var L,ce=G.length-3,A=0,h=8997,d=0,f=33826,p=0,C=40164,S=0,T=52210;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;return B[T&15]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255]+l[h>>8^T>>12]+l[(h^T>>4)&255]}function er(G){var L,ce=G.length-3,A=0,h=8997,d=0,f=33826,p=0,C=40164,S=0,T=52210;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;return l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255]+l[h>>8]+l[h&255]}function Or(G){var L,ce,A=G.length,h=0,d=40389,f=0,p=33052;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>12&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>6&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128):(d^=L>>12|224,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>6&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535;return(p<<16>>>0)+d}function br(G){var L,ce,A=G.length,h=0,d=40389,f=0,p=33052;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>12&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>6&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128):(d^=L>>12|224,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>6&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535;return l[p>>>8&255]+l[p&255]+l[d>>>8&255]+l[d&255]}function o5(G){var L,ce,A=G.length,h=0,d=8997,f=0,p=33826,C=0,S=40164,T=0,b=52210;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>12&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(d^=L>>12|224,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return(b&15)*281474976710656+S*4294967296+p*65536+(d^b>>4)}function Jt(G){var L,ce,A=G.length,h=0,d=8997,f=0,p=33826,C=0,S=40164,T=0,b=52210;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>12&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(d^=L>>12|224,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return B[b&15]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8^b>>12]+l[(d^b>>4)&255]}function Qn(G){var L,ce,A=G.length,h=0,d=8997,f=0,p=33826,C=0,S=40164,T=0,b=52210;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>12&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(d^=L>>12|224,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255]}function Hn(G){var L,ce=G.length-3,A=xe[32].offset,h=0,d=A[1]|0,f=0,p=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535;return Pn((p<<16>>>0)+d,32)}function dr(G){var L,ce=G.length-3,A=xe[32].offset,h=0,d=A[1]|0,f=0,p=A[0]|0;for(L=0;L<ce;)h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++);return Pn((p<<16>>>0)+d,32)}function Dr(G){var L,ce,A=G.length,h=xe[32].offset,d=0,f=h[1]|0,p=0,C=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>12&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>6&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128):(f^=L>>12|224,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>6&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128),d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535;return Pn((C<<16>>>0)+f,32)}function e5(G){var L,ce,A=G.length,h=xe[32].offset,d=0,f=h[1]|0,p=0,C=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>12&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>6&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128):(f^=L>>12|224,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>6&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128);return Pn((C<<16>>>0)+f,32)}Oe=Hn;function t5(G){var L,ce=G.length-3,A=xe[64].offset,h=0,d=A[3]|0,f=0,p=A[2]|0,C=0,S=A[1]|0,T=0,b=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return kn((b&15)*281474976710656+S*4294967296+p*65536+(d^b>>4),52)}function G5(G){var L,ce=G.length-3,A=xe[64].offset,h=0,d=A[3]|0,f=0,p=A[2]|0,C=0,S=A[1]|0,T=0,b=A[0]|0;for(L=0;L<ce;)h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++);return kn((b&15)*281474976710656+S*4294967296+p*65536+(d^b>>4),52)}function n5(G){var L,ce,A=G.length,h=xe[64].offset,d=0,f=h[3]|0,p=0,C=h[2]|0,S=0,T=h[1]|0,b=0,D=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>12&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(f^=L>>12|224,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128),d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535;return kn((D&15)*281474976710656+T*4294967296+C*65536+(f^D>>4),52)}function Wr(G){var L,ce,A=G.length,h=xe[64].offset,d=0,f=h[3]|0,p=0,C=h[2]|0,S=0,T=h[1]|0,b=0,D=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>12&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(f^=L>>12|224,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128);return kn((D&15)*281474976710656+T*4294967296+C*65536+(f^D>>4),52)}Ue=t5;function jr(G){var L,ce=G.length-3,A=xe[64].offset,h=0,d=A[3]|0,f=0,p=A[2]|0,C=0,S=A[1]|0,T=0,b=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return Dn(l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],64)}function r5(G){var L,ce=G.length-3,A=xe[64].offset,h=0,d=A[3]|0,f=0,p=A[2]|0,C=0,S=A[1]|0,T=0,b=A[0]|0;for(L=0;L<ce;)h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++);return Dn(l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],64)}function l5(G){var L,ce,A=G.length,h=xe[64].offset,d=0,f=h[3]|0,p=0,C=h[2]|0,S=0,T=h[1]|0,b=0,D=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>12&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(f^=L>>12|224,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128),d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535;return Dn(l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],64)}function Mr(G){var L,ce,A=G.length,h=xe[64].offset,d=0,f=h[3]|0,p=0,C=h[2]|0,S=0,T=h[1]|0,b=0,D=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>12&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(f^=L>>12|224,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128);return Dn(l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],64)}ze=jr;function Xr(G){var L,ce=G.length-3,A=xe[128].offset,h=0,d=A[7]|0,f=0,p=A[6]|0,C=0,S=A[5]|0,T=0,b=A[4]|0,D=0,R=A[3]|0,I=0,k=A[2]|0,V=0,P=A[1]|0,z=0,O=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535;return Dn(l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],128)}function a5(G){var L,ce=G.length-3,A=xe[128].offset,h=0,d=A[7]|0,f=0,p=A[6]|0,C=0,S=A[5]|0,T=0,b=A[4]|0,D=0,R=A[3]|0,I=0,k=A[2]|0,V=0,P=A[1]|0,z=0,O=A[0]|0;for(L=0;L<ce;)h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++);return Dn(l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],128)}function $n(G){var L,ce,A=G.length,h=xe[128].offset,d=0,f=h[7]|0,p=0,C=h[6]|0,S=0,T=h[5]|0,b=0,D=h[4]|0,R=0,I=h[3]|0,k=0,V=h[2]|0,P=0,z=h[1]|0,O=0,$=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>12&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>6&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128):(f^=L>>12|224,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>6&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128),d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535;return Dn(l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],128)}function u5(G){var L,ce,A=G.length,h=xe[128].offset,d=0,f=h[7]|0,p=0,C=h[6]|0,S=0,T=h[5]|0,b=0,D=h[4]|0,R=0,I=h[3]|0,k=0,V=h[2]|0,P=0,z=h[1]|0,O=0,$=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>12&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>6&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128):(f^=L>>12|224,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>6&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128);return Dn(l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],128)}Tt=Xr;function s5(G){var L,ce=G.length-3,A=xe[256].offset,h=0,d=A[15]|0,f=0,p=A[14]|0,C=0,S=A[13]|0,T=0,b=A[12]|0,D=0,R=A[11]|0,I=0,k=A[10]|0,V=0,P=A[9]|0,z=0,O=A[8]|0,$=0,K=A[7]|0,ne=0,q=A[6]|0,te=0,j=A[5]|0,J=0,Y=A[4]|0,re=0,Q=A[3]|0,ie=0,X=A[2]|0,ae=0,W=A[1]|0,ue=0,oe=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535;return Dn(l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],256)}function m5(G){var L,ce=G.length-3,A=xe[256].offset,h=0,d=A[15]|0,f=0,p=A[14]|0,C=0,S=A[13]|0,T=0,b=A[12]|0,D=0,R=A[11]|0,I=0,k=A[10]|0,V=0,P=A[9]|0,z=0,O=A[8]|0,$=0,K=A[7]|0,ne=0,q=A[6]|0,te=0,j=A[5]|0,J=0,Y=A[4]|0,re=0,Q=A[3]|0,ie=0,X=A[2]|0,ae=0,W=A[1]|0,ue=0,oe=A[0]|0;for(L=0;L<ce;)h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++);return Dn(l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],256)}function e1(G){var L,ce,A=G.length,h=xe[256].offset,d=0,f=h[15]|0,p=0,C=h[14]|0,S=0,T=h[13]|0,b=0,D=h[12]|0,R=0,I=h[11]|0,k=0,V=h[10]|0,P=0,z=h[9]|0,O=0,$=h[8]|0,K=0,ne=h[7]|0,q=0,te=h[6]|0,j=0,J=h[5]|0,Y=0,re=h[4]|0,Q=0,ie=h[3]|0,X=0,ae=h[2]|0,W=0,ue=h[1]|0,oe=0,fe=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>12&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>6&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128):(f^=L>>12|224,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>6&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128),d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535;return Dn(l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],256)}function I1(G){var L,ce,A=G.length,h=xe[256].offset,d=0,f=h[15]|0,p=0,C=h[14]|0,S=0,T=h[13]|0,b=0,D=h[12]|0,R=0,I=h[11]|0,k=0,V=h[10]|0,P=0,z=h[9]|0,O=0,$=h[8]|0,K=0,ne=h[7]|0,q=0,te=h[6]|0,j=0,J=h[5]|0,Y=0,re=h[4]|0,Q=0,ie=h[3]|0,X=0,ae=h[2]|0,W=0,ue=h[1]|0,oe=0,fe=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>12&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>6&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128):(f^=L>>12|224,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>6&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128);return Dn(l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],256)}We=s5;function W5(G){var L,ce=G.length-3,A=xe[512].offset,h=0,d=A[31]|0,f=0,p=A[30]|0,C=0,S=A[29]|0,T=0,b=A[28]|0,D=0,R=A[27]|0,I=0,k=A[26]|0,V=0,P=A[25]|0,z=0,O=A[24]|0,$=0,K=A[23]|0,ne=0,q=A[22]|0,te=0,j=A[21]|0,J=0,Y=A[20]|0,re=0,Q=A[19]|0,ie=0,X=A[18]|0,ae=0,W=A[17]|0,ue=0,oe=A[16]|0,fe=0,Pe=A[15]|0,de=0,se=A[14]|0,me=0,ye=A[13]|0,Ve=0,Ce=A[12]|0,Be=0,Le=A[11]|0,ve=0,ge=A[10]|0,He=0,De=A[9]|0,je=0,Te=A[8]|0,Ye=0,Ee=A[7]|0,Qe=0,Ie=A[6]|0,Ke=0,Me=A[5]|0,$e=0,Ae=A[4]|0,Fe=0,Re=A[3]|0,Ze=0,ke=A[2]|0,Ge=0,Ne=A[1]|0,rt=0,tt=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535;return Dn(l[tt>>8]+l[tt&255]+l[Ne>>8]+l[Ne&255]+l[ke>>8]+l[ke&255]+l[Re>>8]+l[Re&255]+l[Ae>>8]+l[Ae&255]+l[Me>>8]+l[Me&255]+l[Ie>>8]+l[Ie&255]+l[Ee>>8]+l[Ee&255]+l[Te>>8]+l[Te&255]+l[De>>8]+l[De&255]+l[ge>>8]+l[ge&255]+l[Le>>8]+l[Le&255]+l[Ce>>8]+l[Ce&255]+l[ye>>8]+l[ye&255]+l[se>>8]+l[se&255]+l[Pe>>8]+l[Pe&255]+l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],512)}function t1(G){var L,ce=G.length-3,A=xe[512].offset,h=0,d=A[31]|0,f=0,p=A[30]|0,C=0,S=A[29]|0,T=0,b=A[28]|0,D=0,R=A[27]|0,I=0,k=A[26]|0,V=0,P=A[25]|0,z=0,O=A[24]|0,$=0,K=A[23]|0,ne=0,q=A[22]|0,te=0,j=A[21]|0,J=0,Y=A[20]|0,re=0,Q=A[19]|0,ie=0,X=A[18]|0,ae=0,W=A[17]|0,ue=0,oe=A[16]|0,fe=0,Pe=A[15]|0,de=0,se=A[14]|0,me=0,ye=A[13]|0,Ve=0,Ce=A[12]|0,Be=0,Le=A[11]|0,ve=0,ge=A[10]|0,He=0,De=A[9]|0,je=0,Te=A[8]|0,Ye=0,Ee=A[7]|0,Qe=0,Ie=A[6]|0,Ke=0,Me=A[5]|0,$e=0,Ae=A[4]|0,Fe=0,Re=A[3]|0,Ze=0,ke=A[2]|0,Ge=0,Ne=A[1]|0,rt=0,tt=A[0]|0;for(L=0;L<ce;)h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++);return Dn(l[tt>>8]+l[tt&255]+l[Ne>>8]+l[Ne&255]+l[ke>>8]+l[ke&255]+l[Re>>8]+l[Re&255]+l[Ae>>8]+l[Ae&255]+l[Me>>8]+l[Me&255]+l[Ie>>8]+l[Ie&255]+l[Ee>>8]+l[Ee&255]+l[Te>>8]+l[Te&255]+l[De>>8]+l[De&255]+l[ge>>8]+l[ge&255]+l[Le>>8]+l[Le&255]+l[Ce>>8]+l[Ce&255]+l[ye>>8]+l[ye&255]+l[se>>8]+l[se&255]+l[Pe>>8]+l[Pe&255]+l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],512)}function h1(G){var L,ce,A=G.length,h=xe[512].offset,d=0,f=h[31]|0,p=0,C=h[30]|0,S=0,T=h[29]|0,b=0,D=h[28]|0,R=0,I=h[27]|0,k=0,V=h[26]|0,P=0,z=h[25]|0,O=0,$=h[24]|0,K=0,ne=h[23]|0,q=0,te=h[22]|0,j=0,J=h[21]|0,Y=0,re=h[20]|0,Q=0,ie=h[19]|0,X=0,ae=h[18]|0,W=0,ue=h[17]|0,oe=0,fe=h[16]|0,Pe=0,de=h[15]|0,se=0,me=h[14]|0,ye=0,Ve=h[13]|0,Ce=0,Be=h[12]|0,Le=0,ve=h[11]|0,ge=0,He=h[10]|0,De=0,je=h[9]|0,Te=0,Ye=h[8]|0,Ee=0,Qe=h[7]|0,Ie=0,Ke=h[6]|0,Me=0,$e=h[5]|0,Ae=0,Fe=h[4]|0,Re=0,Ze=h[3]|0,ke=0,Ge=h[2]|0,Ne=0,rt=h[1]|0,tt=0,pt=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>12&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>6&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128):(f^=L>>12|224,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>6&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128),d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535;return Dn(l[pt>>8]+l[pt&255]+l[rt>>8]+l[rt&255]+l[Ge>>8]+l[Ge&255]+l[Ze>>8]+l[Ze&255]+l[Fe>>8]+l[Fe&255]+l[$e>>8]+l[$e&255]+l[Ke>>8]+l[Ke&255]+l[Qe>>8]+l[Qe&255]+l[Ye>>8]+l[Ye&255]+l[je>>8]+l[je&255]+l[He>>8]+l[He&255]+l[ve>>8]+l[ve&255]+l[Be>>8]+l[Be&255]+l[Ve>>8]+l[Ve&255]+l[me>>8]+l[me&255]+l[de>>8]+l[de&255]+l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],512)}function U5(G){var L,ce,A=G.length,h=xe[512].offset,d=0,f=h[31]|0,p=0,C=h[30]|0,S=0,T=h[29]|0,b=0,D=h[28]|0,R=0,I=h[27]|0,k=0,V=h[26]|0,P=0,z=h[25]|0,O=0,$=h[24]|0,K=0,ne=h[23]|0,q=0,te=h[22]|0,j=0,J=h[21]|0,Y=0,re=h[20]|0,Q=0,ie=h[19]|0,X=0,ae=h[18]|0,W=0,ue=h[17]|0,oe=0,fe=h[16]|0,Pe=0,de=h[15]|0,se=0,me=h[14]|0,ye=0,Ve=h[13]|0,Ce=0,Be=h[12]|0,Le=0,ve=h[11]|0,ge=0,He=h[10]|0,De=0,je=h[9]|0,Te=0,Ye=h[8]|0,Ee=0,Qe=h[7]|0,Ie=0,Ke=h[6]|0,Me=0,$e=h[5]|0,Ae=0,Fe=h[4]|0,Re=0,Ze=h[3]|0,ke=0,Ge=h[2]|0,Ne=0,rt=h[1]|0,tt=0,pt=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>12&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>6&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128):(f^=L>>12|224,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>6&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128);return Dn(l[pt>>8]+l[pt&255]+l[rt>>8]+l[rt&255]+l[Ge>>8]+l[Ge&255]+l[Ze>>8]+l[Ze&255]+l[Fe>>8]+l[Fe&255]+l[$e>>8]+l[$e&255]+l[Ke>>8]+l[Ke&255]+l[Qe>>8]+l[Qe&255]+l[Ye>>8]+l[Ye&255]+l[je>>8]+l[je&255]+l[He>>8]+l[He&255]+l[ve>>8]+l[ve&255]+l[Be>>8]+l[Be&255]+l[Ve>>8]+l[Ve&255]+l[me>>8]+l[me&255]+l[de>>8]+l[de&255]+l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],512)}lt=W5;function n1(G){var L,ce=G.length-3,A=xe[1024].offset,h=0,d=A[63]|0,f=0,p=A[62]|0,C=0,S=A[61]|0,T=0,b=A[60]|0,D=0,R=A[59]|0,I=0,k=A[58]|0,V=0,P=A[57]|0,z=0,O=A[56]|0,$=0,K=A[55]|0,ne=0,q=A[54]|0,te=0,j=A[53]|0,J=0,Y=A[52]|0,re=0,Q=A[51]|0,ie=0,X=A[50]|0,ae=0,W=A[49]|0,ue=0,oe=A[48]|0,fe=0,Pe=A[47]|0,de=0,se=A[46]|0,me=0,ye=A[45]|0,Ve=0,Ce=A[44]|0,Be=0,Le=A[43]|0,ve=0,ge=A[42]|0,He=0,De=A[41]|0,je=0,Te=A[40]|0,Ye=0,Ee=A[39]|0,Qe=0,Ie=A[38]|0,Ke=0,Me=A[37]|0,$e=0,Ae=A[36]|0,Fe=0,Re=A[35]|0,Ze=0,ke=A[34]|0,Ge=0,Ne=A[33]|0,rt=0,tt=A[32]|0,pt=0,ht=A[31]|0,Vn=0,xn=A[30]|0,In=0,mt=A[29]|0,On=0,Ln=A[28]|0,ct=0,hn=A[27]|0,Wt=0,Yt=A[26]|0,Sn=0,mn=A[25]|0,Xt=0,Ct=A[24]|0,Fn=0,Kt=A[23]|0,nn=0,rn=A[22]|0,En=0,wt=A[21]|0,Cn=0,Ht=A[20]|0,un=0,_t=A[19]|0,an=0,Et=A[18]|0,Tn=0,Mt=A[17]|0,fn=0,Lt=A[16]|0,dn=0,Rt=A[15]|0,qt=0,At=A[14]|0,sn=0,kt=A[13]|0,on=0,xt=A[12]|0,wn=0,gt=A[11]|0,en=0,Dt=A[10]|0,ln=0,Ot=A[9]|0,vn=0,Nt=A[8]|0,cn=0,vt=A[7]|0,pn=0,Ut=A[6]|0,bn=0,zt=A[5]|0,tn=0,It=A[4]|0,_n=0,Bt=A[3]|0,An=0,Ft=A[2]|0,gn=0,Pt=A[1]|0,Jn=0,Gn=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535;return Dn(l[Gn>>8]+l[Gn&255]+l[Pt>>8]+l[Pt&255]+l[Ft>>8]+l[Ft&255]+l[Bt>>8]+l[Bt&255]+l[It>>8]+l[It&255]+l[zt>>8]+l[zt&255]+l[Ut>>8]+l[Ut&255]+l[vt>>8]+l[vt&255]+l[Nt>>8]+l[Nt&255]+l[Ot>>8]+l[Ot&255]+l[Dt>>8]+l[Dt&255]+l[gt>>8]+l[gt&255]+l[xt>>8]+l[xt&255]+l[kt>>8]+l[kt&255]+l[At>>8]+l[At&255]+l[Rt>>8]+l[Rt&255]+l[Lt>>8]+l[Lt&255]+l[Mt>>8]+l[Mt&255]+l[Et>>8]+l[Et&255]+l[_t>>8]+l[_t&255]+l[Ht>>8]+l[Ht&255]+l[wt>>8]+l[wt&255]+l[rn>>8]+l[rn&255]+l[Kt>>8]+l[Kt&255]+l[Ct>>8]+l[Ct&255]+l[mn>>8]+l[mn&255]+l[Yt>>8]+l[Yt&255]+l[hn>>8]+l[hn&255]+l[Ln>>8]+l[Ln&255]+l[mt>>8]+l[mt&255]+l[xn>>8]+l[xn&255]+l[ht>>8]+l[ht&255]+l[tt>>8]+l[tt&255]+l[Ne>>8]+l[Ne&255]+l[ke>>8]+l[ke&255]+l[Re>>8]+l[Re&255]+l[Ae>>8]+l[Ae&255]+l[Me>>8]+l[Me&255]+l[Ie>>8]+l[Ie&255]+l[Ee>>8]+l[Ee&255]+l[Te>>8]+l[Te&255]+l[De>>8]+l[De&255]+l[ge>>8]+l[ge&255]+l[Le>>8]+l[Le&255]+l[Ce>>8]+l[Ce&255]+l[ye>>8]+l[ye&255]+l[se>>8]+l[se&255]+l[Pe>>8]+l[Pe&255]+l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],1024)}function r1(G){var L,ce=G.length-3,A=xe[1024].offset,h=0,d=A[63]|0,f=0,p=A[62]|0,C=0,S=A[61]|0,T=0,b=A[60]|0,D=0,R=A[59]|0,I=0,k=A[58]|0,V=0,P=A[57]|0,z=0,O=A[56]|0,$=0,K=A[55]|0,ne=0,q=A[54]|0,te=0,j=A[53]|0,J=0,Y=A[52]|0,re=0,Q=A[51]|0,ie=0,X=A[50]|0,ae=0,W=A[49]|0,ue=0,oe=A[48]|0,fe=0,Pe=A[47]|0,de=0,se=A[46]|0,me=0,ye=A[45]|0,Ve=0,Ce=A[44]|0,Be=0,Le=A[43]|0,ve=0,ge=A[42]|0,He=0,De=A[41]|0,je=0,Te=A[40]|0,Ye=0,Ee=A[39]|0,Qe=0,Ie=A[38]|0,Ke=0,Me=A[37]|0,$e=0,Ae=A[36]|0,Fe=0,Re=A[35]|0,Ze=0,ke=A[34]|0,Ge=0,Ne=A[33]|0,rt=0,tt=A[32]|0,pt=0,ht=A[31]|0,Vn=0,xn=A[30]|0,In=0,mt=A[29]|0,On=0,Ln=A[28]|0,ct=0,hn=A[27]|0,Wt=0,Yt=A[26]|0,Sn=0,mn=A[25]|0,Xt=0,Ct=A[24]|0,Fn=0,Kt=A[23]|0,nn=0,rn=A[22]|0,En=0,wt=A[21]|0,Cn=0,Ht=A[20]|0,un=0,_t=A[19]|0,an=0,Et=A[18]|0,Tn=0,Mt=A[17]|0,fn=0,Lt=A[16]|0,dn=0,Rt=A[15]|0,qt=0,At=A[14]|0,sn=0,kt=A[13]|0,on=0,xt=A[12]|0,wn=0,gt=A[11]|0,en=0,Dt=A[10]|0,ln=0,Ot=A[9]|0,vn=0,Nt=A[8]|0,cn=0,vt=A[7]|0,pn=0,Ut=A[6]|0,bn=0,zt=A[5]|0,tn=0,It=A[4]|0,_n=0,Bt=A[3]|0,An=0,Ft=A[2]|0,gn=0,Pt=A[1]|0,Jn=0,Gn=A[0]|0;for(L=0;L<ce;)h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++);return Dn(l[Gn>>8]+l[Gn&255]+l[Pt>>8]+l[Pt&255]+l[Ft>>8]+l[Ft&255]+l[Bt>>8]+l[Bt&255]+l[It>>8]+l[It&255]+l[zt>>8]+l[zt&255]+l[Ut>>8]+l[Ut&255]+l[vt>>8]+l[vt&255]+l[Nt>>8]+l[Nt&255]+l[Ot>>8]+l[Ot&255]+l[Dt>>8]+l[Dt&255]+l[gt>>8]+l[gt&255]+l[xt>>8]+l[xt&255]+l[kt>>8]+l[kt&255]+l[At>>8]+l[At&255]+l[Rt>>8]+l[Rt&255]+l[Lt>>8]+l[Lt&255]+l[Mt>>8]+l[Mt&255]+l[Et>>8]+l[Et&255]+l[_t>>8]+l[_t&255]+l[Ht>>8]+l[Ht&255]+l[wt>>8]+l[wt&255]+l[rn>>8]+l[rn&255]+l[Kt>>8]+l[Kt&255]+l[Ct>>8]+l[Ct&255]+l[mn>>8]+l[mn&255]+l[Yt>>8]+l[Yt&255]+l[hn>>8]+l[hn&255]+l[Ln>>8]+l[Ln&255]+l[mt>>8]+l[mt&255]+l[xn>>8]+l[xn&255]+l[ht>>8]+l[ht&255]+l[tt>>8]+l[tt&255]+l[Ne>>8]+l[Ne&255]+l[ke>>8]+l[ke&255]+l[Re>>8]+l[Re&255]+l[Ae>>8]+l[Ae&255]+l[Me>>8]+l[Me&255]+l[Ie>>8]+l[Ie&255]+l[Ee>>8]+l[Ee&255]+l[Te>>8]+l[Te&255]+l[De>>8]+l[De&255]+l[ge>>8]+l[ge&255]+l[Le>>8]+l[Le&255]+l[Ce>>8]+l[Ce&255]+l[ye>>8]+l[ye&255]+l[se>>8]+l[se&255]+l[Pe>>8]+l[Pe&255]+l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],1024)}function _5(G){var L,ce,A=G.length,h=xe[1024].offset,d=0,f=h[63]|0,p=0,C=h[62]|0,S=0,T=h[61]|0,b=0,D=h[60]|0,R=0,I=h[59]|0,k=0,V=h[58]|0,P=0,z=h[57]|0,O=0,$=h[56]|0,K=0,ne=h[55]|0,q=0,te=h[54]|0,j=0,J=h[53]|0,Y=0,re=h[52]|0,Q=0,ie=h[51]|0,X=0,ae=h[50]|0,W=0,ue=h[49]|0,oe=0,fe=h[48]|0,Pe=0,de=h[47]|0,se=0,me=h[46]|0,ye=0,Ve=h[45]|0,Ce=0,Be=h[44]|0,Le=0,ve=h[43]|0,ge=0,He=h[42]|0,De=0,je=h[41]|0,Te=0,Ye=h[40]|0,Ee=0,Qe=h[39]|0,Ie=0,Ke=h[38]|0,Me=0,$e=h[37]|0,Ae=0,Fe=h[36]|0,Re=0,Ze=h[35]|0,ke=0,Ge=h[34]|0,Ne=0,rt=h[33]|0,tt=0,pt=h[32]|0,ht=0,Vn=h[31]|0,xn=0,In=h[30]|0,mt=0,On=h[29]|0,Ln=0,ct=h[28]|0,hn=0,Wt=h[27]|0,Yt=0,Sn=h[26]|0,mn=0,Xt=h[25]|0,Ct=0,Fn=h[24]|0,Kt=0,nn=h[23]|0,rn=0,En=h[22]|0,wt=0,Cn=h[21]|0,Ht=0,un=h[20]|0,_t=0,an=h[19]|0,Et=0,Tn=h[18]|0,Mt=0,fn=h[17]|0,Lt=0,dn=h[16]|0,Rt=0,qt=h[15]|0,At=0,sn=h[14]|0,kt=0,on=h[13]|0,xt=0,wn=h[12]|0,gt=0,en=h[11]|0,Dt=0,ln=h[10]|0,Ot=0,vn=h[9]|0,Nt=0,cn=h[8]|0,vt=0,pn=h[7]|0,Ut=0,bn=h[6]|0,zt=0,tn=h[5]|0,It=0,_n=h[4]|0,Bt=0,An=h[3]|0,Ft=0,gn=h[2]|0,Pt=0,Jn=h[1]|0,Gn=0,Ir=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>12&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>6&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128):(f^=L>>12|224,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>6&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128),d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535;return Dn(l[Ir>>8]+l[Ir&255]+l[Jn>>8]+l[Jn&255]+l[gn>>8]+l[gn&255]+l[An>>8]+l[An&255]+l[_n>>8]+l[_n&255]+l[tn>>8]+l[tn&255]+l[bn>>8]+l[bn&255]+l[pn>>8]+l[pn&255]+l[cn>>8]+l[cn&255]+l[vn>>8]+l[vn&255]+l[ln>>8]+l[ln&255]+l[en>>8]+l[en&255]+l[wn>>8]+l[wn&255]+l[on>>8]+l[on&255]+l[sn>>8]+l[sn&255]+l[qt>>8]+l[qt&255]+l[dn>>8]+l[dn&255]+l[fn>>8]+l[fn&255]+l[Tn>>8]+l[Tn&255]+l[an>>8]+l[an&255]+l[un>>8]+l[un&255]+l[Cn>>8]+l[Cn&255]+l[En>>8]+l[En&255]+l[nn>>8]+l[nn&255]+l[Fn>>8]+l[Fn&255]+l[Xt>>8]+l[Xt&255]+l[Sn>>8]+l[Sn&255]+l[Wt>>8]+l[Wt&255]+l[ct>>8]+l[ct&255]+l[On>>8]+l[On&255]+l[In>>8]+l[In&255]+l[Vn>>8]+l[Vn&255]+l[pt>>8]+l[pt&255]+l[rt>>8]+l[rt&255]+l[Ge>>8]+l[Ge&255]+l[Ze>>8]+l[Ze&255]+l[Fe>>8]+l[Fe&255]+l[$e>>8]+l[$e&255]+l[Ke>>8]+l[Ke&255]+l[Qe>>8]+l[Qe&255]+l[Ye>>8]+l[Ye&255]+l[je>>8]+l[je&255]+l[He>>8]+l[He&255]+l[ve>>8]+l[ve&255]+l[Be>>8]+l[Be&255]+l[Ve>>8]+l[Ve&255]+l[me>>8]+l[me&255]+l[de>>8]+l[de&255]+l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],1024)}function C5(G){var L,ce,A=G.length,h=xe[1024].offset,d=0,f=h[63]|0,p=0,C=h[62]|0,S=0,T=h[61]|0,b=0,D=h[60]|0,R=0,I=h[59]|0,k=0,V=h[58]|0,P=0,z=h[57]|0,O=0,$=h[56]|0,K=0,ne=h[55]|0,q=0,te=h[54]|0,j=0,J=h[53]|0,Y=0,re=h[52]|0,Q=0,ie=h[51]|0,X=0,ae=h[50]|0,W=0,ue=h[49]|0,oe=0,fe=h[48]|0,Pe=0,de=h[47]|0,se=0,me=h[46]|0,ye=0,Ve=h[45]|0,Ce=0,Be=h[44]|0,Le=0,ve=h[43]|0,ge=0,He=h[42]|0,De=0,je=h[41]|0,Te=0,Ye=h[40]|0,Ee=0,Qe=h[39]|0,Ie=0,Ke=h[38]|0,Me=0,$e=h[37]|0,Ae=0,Fe=h[36]|0,Re=0,Ze=h[35]|0,ke=0,Ge=h[34]|0,Ne=0,rt=h[33]|0,tt=0,pt=h[32]|0,ht=0,Vn=h[31]|0,xn=0,In=h[30]|0,mt=0,On=h[29]|0,Ln=0,ct=h[28]|0,hn=0,Wt=h[27]|0,Yt=0,Sn=h[26]|0,mn=0,Xt=h[25]|0,Ct=0,Fn=h[24]|0,Kt=0,nn=h[23]|0,rn=0,En=h[22]|0,wt=0,Cn=h[21]|0,Ht=0,un=h[20]|0,_t=0,an=h[19]|0,Et=0,Tn=h[18]|0,Mt=0,fn=h[17]|0,Lt=0,dn=h[16]|0,Rt=0,qt=h[15]|0,At=0,sn=h[14]|0,kt=0,on=h[13]|0,xt=0,wn=h[12]|0,gt=0,en=h[11]|0,Dt=0,ln=h[10]|0,Ot=0,vn=h[9]|0,Nt=0,cn=h[8]|0,vt=0,pn=h[7]|0,Ut=0,bn=h[6]|0,zt=0,tn=h[5]|0,It=0,_n=h[4]|0,Bt=0,An=h[3]|0,Ft=0,gn=h[2]|0,Pt=0,Jn=h[1]|0,Gn=0,Ir=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>12&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>6&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128):(f^=L>>12|224,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>6&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128);return Dn(l[Ir>>8]+l[Ir&255]+l[Jn>>8]+l[Jn&255]+l[gn>>8]+l[gn&255]+l[An>>8]+l[An&255]+l[_n>>8]+l[_n&255]+l[tn>>8]+l[tn&255]+l[bn>>8]+l[bn&255]+l[pn>>8]+l[pn&255]+l[cn>>8]+l[cn&255]+l[vn>>8]+l[vn&255]+l[ln>>8]+l[ln&255]+l[en>>8]+l[en&255]+l[wn>>8]+l[wn&255]+l[on>>8]+l[on&255]+l[sn>>8]+l[sn&255]+l[qt>>8]+l[qt&255]+l[dn>>8]+l[dn&255]+l[fn>>8]+l[fn&255]+l[Tn>>8]+l[Tn&255]+l[an>>8]+l[an&255]+l[un>>8]+l[un&255]+l[Cn>>8]+l[Cn&255]+l[En>>8]+l[En&255]+l[nn>>8]+l[nn&255]+l[Fn>>8]+l[Fn&255]+l[Xt>>8]+l[Xt&255]+l[Sn>>8]+l[Sn&255]+l[Wt>>8]+l[Wt&255]+l[ct>>8]+l[ct&255]+l[On>>8]+l[On&255]+l[In>>8]+l[In&255]+l[Vn>>8]+l[Vn&255]+l[pt>>8]+l[pt&255]+l[rt>>8]+l[rt&255]+l[Ge>>8]+l[Ge&255]+l[Ze>>8]+l[Ze&255]+l[Fe>>8]+l[Fe&255]+l[$e>>8]+l[$e&255]+l[Ke>>8]+l[Ke&255]+l[Qe>>8]+l[Qe&255]+l[Ye>>8]+l[Ye&255]+l[je>>8]+l[je&255]+l[He>>8]+l[He&255]+l[ve>>8]+l[ve&255]+l[Be>>8]+l[Be&255]+l[Ve>>8]+l[Ve&255]+l[me>>8]+l[me&255]+l[de>>8]+l[de&255]+l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],1024)}return ot=n1,Zt("1a"),Cr(!1),Ar(),{hash:$t,setKeyspace:nr,version:Zt,useUTF8:Cr,seed:Ar,fast1a32:Tr,fast1a32hex:hr,fast1a52:Yn,fast1a52hex:Nn,fast1a64:er,fast1a32utf:Or,fast1a32hexutf:br,fast1a52utf:o5,fast1a52hexutf:Jt,fast1a64utf:Qn}}();i.exports=m})(Ah);var xh=Ah.exports;function vO(i,m=!1){var l,B,ee,x;if(!i)return"";const g=i.trim();return m?(B=(l=xh.hash(" "+g))==null?void 0:l.dec())!=null?B:0:(x=(ee=xh.hash(g.toUpperCase()))==null?void 0:ee.dec())!=null?x:0}let yd;var Sd=(i=>(i.IsJourneysUnified="is-journeys-unified",i))(Sd||{});const pO={"is-journeys-unified":{defaultValue:{optedIn:!1},allowedScope:e3.LevelTwoScope}};function hO(){return ao(this,null,function*(){const i={permanent:!0,domain:gO(),path:"/",key:CO()};yield new Lh(pO,mO(),i,g=>{yd=g}).init()})}function mO(){const{orgId:i,accountId:m,workspaceId:g}=window.mParticleConfig;return`${i}-${m}-${g}`}function CO(){const i=window.mParticleConfig.email;return`mp_up_${i?vO(i):""}`}function gO(){const{isDeveloperMode:i,unitTestMode:m}=window.mParticleConfig;return!i&&!m?"mparticle.com":void 0}class co{static isAudienceLookbackEnabled(){return!!window.mParticleConfig.accountLimits.audienceLookbackType}static isAudienceLookbackPromotional(){var m,g;return co.isAudienceLookbackEnabled()&&((g=(m=window.mParticleConfig.accountLimits.audienceLookbackType)==null?void 0:m.toLowerCase())==null?void 0:g.localeCompare("Promotional".toLowerCase()))===0}static isAudienceLookbackUseable(){var m,g;return co.isAudienceLookbackEnabled()&&((g=(m=window.mParticleConfig.accountLimits.audienceLookbackType)==null?void 0:m.toLowerCase())==null?void 0:g.localeCompare("Useable".toLowerCase()))===0}static isAudienceLeftNavVisible(){return this.canUserViewAudiences()&&this.isAudienceEnabledAccountLevel()||!this.isAudienceEnabledAccountLevel()}static isAudienceEnabledAccountLevel(){return!window.mParticleConfig.accountLimits.isAudienceDisabled}static isAudienceEnabledOrganizationLevel(){var m;return(m=window.mParticleConfig.organizationPolicy)==null?void 0:m.isAudienceEnabled}static isAudienceRealtimeEnabled(){return window.mParticleConfig.organizationPolicy.uiEnableAudiencesRealTime&&this.isAudienceEnabledAccountLevel()}static isRealtimeCustomer(){return this.isAudienceEnabledAccountLevel()||this.isAudienceEnabledOrganizationLevel()}static canUserViewAudiences(){return Fr.isAuthorized(Hr.AUDIENCE_VIEW)}static canUserActivateAudience(){return Fr.isAuthorized(Hr.AUDIENCE_ACTIVATE)}static isOfflineAudienceEnabled(){return window.mParticleConfig.accountLimits.isOfflineAudienceEnabled}static isMultiWorkspaceAudiencesDisabled(){return window.mParticleConfig.accountLimits.isMultiWorkspaceAudiencesDisabled}static canActivate(m,g){return(!m||g)&&this.isAudienceEnabledAccountLevel()&&this.isAudienceEnabledOrganizationLevel()&&this.canUserActivateAudience()}static canUserCreateAudienceSubscription(){return Fr.isAuthorized(Hr.AUDIENCE_SUBSCRIPTION_CREATE)}static canUserDeleteAudienceSubscription(){return Fr.isAuthorized(Hr.AUDIENCE_SUBSCRIPTION_DELETE)}static canUserEditAudienceSubscription(){return Fr.isAuthorized(Hr.AUDIENCE_SUBSCRIPTION_EDIT)}static isPredictiveAudiencesEnabled(){return!ki.isEnabled(ni.PredictiveAudiencesDisabled)}static isPredictiveAudiencesPLDEnabled(){return!ki.isEnabled(ni.PredictiveAudiencesPLDDisabled)}static canUserCreateAudience(){return Fr.isAuthorized(Hr.AUDIENCE_CREATE)}static isJourneysSharedRealTimeAudiencesEnabled(){return window.mParticleConfig.allowResourceSharing&&yd[Sd.IsJourneysUnified].optedIn&&!ki.isEnabled(ni.JourneysSharedRealTimeAudiencesDisabled)}}class yO extends os{constructor(){super(...arguments),this.suite=ti.Root}getAuthorizations(){const m=Object.keys(Rn.Root.Playground).reduce((g,l)=>(g[l]=this.canViewPlayground(),g),{});return D5(_e({[Rn.Root.Workspaces]:this.canViewWorkspacesSettings(),[Rn.Root.Predictions]:this.canViewPredictions(),[Rn.Root.Analytics]:this.canViewAnalytics(),[Rn.Root.Overview.Root]:!0,[Rn.Root.Overview.Connections]:!0,[Rn.Root.UserSettings]:!0,[Rn.Root.UserSettingsList]:!0,[Rn.Root.SwitchWorkspace]:!0,[Rn.Root.UsageBilling]:this.canViewUsageReport()},m),{[Rn.Root.UncaughtErrorHandlerTest]:!0})}canViewWorkspacesSettings(){return Fr.isAuthorized(Hr.WORKSPACE_SETTINGS)}canViewPredictions(){return co.isPredictiveAudiencesPLDEnabled()}canViewAnalytics(){return window.mParticleConfig.accountLimits.enableIndicativeWelcome}canViewPlayground(){return window.mParticleConfig.isDeveloperMode}canViewUsageReport(){return ki.isEnabled(ni.VBPUsageReportV2)&&Fr.isAuthorized(Hr.VIEW_VBP_BILLING_REPORT)}}class SO extends os{constructor(){super(...arguments),this.suite=ti.Segmentation}getAuthorizations(){const m={[Rn.Segmentation.Audiences.Root]:!0,[Rn.Segmentation.Audiences.RealTime]:this.canViewRealTimeAudiences(),[Rn.Segmentation.Audiences.Standard]:this.canViewStandardAudiences(),[Rn.Segmentation.Audiences.P2P]:this.canViewAudiencesShare(),[Rn.Segmentation.Audiences.Received]:this.canViewAudiencesShare(),[Rn.Segmentation.Audiences.Shared]:this.canViewAudiencesShare(),[Rn.Segmentation.Audiences.SharedByAccount]:this.canViewRealTimeSharedAudiences(),[Rn.Segmentation.Journeys]:!0};return Object.keys(m).forEach(g=>m[g]=m[g]&&co.isAudienceLeftNavVisible()),m}canViewStandardAudiences(){return co.isOfflineAudienceEnabled()}canViewAudiencesShare(){return Fr.isAuthorized([Hr.AUDIENCESHAREVIEW])}canViewRealTimeSharedAudiences(){return co.isJourneysSharedRealTimeAudiencesEnabled()}canViewRealTimeAudiences(){const m=yd[Sd.IsJourneysUnified].optedIn;return co.isAudienceRealtimeEnabled()&&!m||co.isJourneysSharedRealTimeAudiencesEnabled()&&m}}class Ed{static initialize(){const m=[new cO,new fO,new dO,new yO,new SO];this.routesAuthorizations=m.flatMap(g=>g.getRoutesAuthorizations())}static isRouteAuthorized(m){var l;const g=this.routesAuthorizations.find(B=>this.routeMatches(m,B));return(l=g==null?void 0:g.authorized)!=null?l:!1}static routeMatches(m,g){return m.toLowerCase()===g.route.toLowerCase()}}const EO={id:"oversight",label:"Oversight",type:"menu",icon:H.jsx(p5,{name:"oversight"}),children:[{id:"systemAlerts",label:"System Alerts",type:"link",hrefOptions:{href:Rn.Oversight.SystemAlerts}},{id:"observability",label:"Observability",type:"menu",children:[{id:"traceActivity",label:"Trace Activity",type:"link",hrefOptions:{href:Rn.Oversight.Observability.List}},{id:"traceConfigurations",label:"Trace Configurations",type:"link",hrefOptions:{href:Rn.Oversight.Observability.Requests}}]},{id:"privacy",label:"Privacy",type:"menu",children:[{id:"dsrs",label:"DSRs",type:"link",hrefOptions:{href:Rn.Oversight.DSR}},{id:"privacySettings",label:"Trace Configurations",type:"link",hrefOptions:{href:Rn.Oversight.PrivacySettings}}]}]},TO={id:"predictions",label:"Predictions",icon:H.jsx(p5,{name:"predictions"}),type:"link",hrefOptions:{href:""}},wO={id:"customer360",label:"Customer 360",type:"menu",icon:H.jsx(p5,{name:"C360"}),children:[{id:"userProfiles",label:"User Profiles",type:"link",hrefOptions:{href:Rn.Customer360.UserProfile}},{id:"identity",label:"Identity",type:"menu",children:[{id:"groupIdentity",label:"Group Identity",type:"link",hrefOptions:{href:Rn.Customer360.Identity.GroupIdentities}}]},{id:"enrichment",label:"Enrichment",type:"menu",children:[{id:"calculatedAttributes",label:"Calculated Attributes",type:"link",hrefOptions:{href:Rn.Customer360.Enrichment.CalculatedAttributes}},{id:"predictiveAttributes",label:"Predictive Attributes",type:"link",hrefOptions:{href:Rn.Customer360.Enrichment.PredictiveAttributes}}]}]},bO={id:"dataPlatform",label:"DataPlatform",type:"menu",icon:H.jsx(p5,{name:"dataPlatform"}),children:[{id:"trends",label:"Trends",type:"link",hrefOptions:{href:Rn.DataPlatform.Trends}},{id:"setup",label:"Setup",type:"menu",children:[{id:"connections",label:"Connections",type:"link",hrefOptions:{href:Rn.DataPlatform.Setup.Connections}},{id:"inputs",label:"Inputs",type:"link",hrefOptions:{href:Rn.DataPlatform.Setup.Inputs.Apps}},{id:"outputs",label:"Outputs",type:"link",hrefOptions:{href:Rn.DataPlatform.Setup.Outputs.Event}},{id:"directory",label:"Directory",type:"link",hrefOptions:{href:Rn.DataPlatform.Setup.Directory.Listing}}]},{id:"liveStream",label:"Live Stream",type:"link",hrefOptions:{href:Rn.DataPlatform.Livestream}},{id:"dataCatalog",label:"Data Catalog",type:"link",hrefOptions:{href:Rn.DataPlatform.DataCatalog}},{id:"transformations",label:"Transformations",type:"menu",children:[{id:"rules",label:"Rules",type:"link",hrefOptions:{href:Rn.DataPlatform.Transformations.Rules}},{id:"plans",label:"Plans",type:"link",hrefOptions:{href:Rn.DataPlatform.Transformations.Plans}},{id:"filters",label:"Filters",type:"menu",children:[{id:"platformFilters",label:"Platform Filters",type:"link",hrefOptions:{href:Rn.DataPlatform.Transformations.Filters.Platform}},{id:"feedFilters",label:"Feed Filters",type:"link",hrefOptions:{href:Rn.DataPlatform.Transformations.Filters.Feed}}]}]},{id:"eventForwarding",label:"Event Forwarding",type:"link",hrefOptions:{href:Rn.DataPlatform.EventForwarding}}]},_O={id:"segmentation",label:"Segmentation",type:"menu",icon:H.jsx(p5,{name:"segmentation"}),children:[{id:"journeys",label:"Journeys",type:"link",hrefOptions:{href:Rn.Segmentation.Journeys}},{id:"audiences",label:"Audiences",type:"menu",children:[{id:"standard",label:"Standard",type:"link",hrefOptions:{href:Rn.Segmentation.Audiences.Standard}},{id:"shared",label:"Shared",type:"link",hrefOptions:{href:Rn.Segmentation.Audiences.Shared}},{id:"realTime",label:"Real-time",type:"link",hrefOptions:{href:Rn.Segmentation.Audiences.RealTime}}]}]},LO={id:"analytics",label:"Analytics",type:"menu",icon:H.jsx(p5,{name:"analytics"}),children:[{id:"createAnalysis",label:"Create Analysis",type:"button",buttonOptions:{href:""}},{id:"myHub",label:"My Hub",type:"link",hrefOptions:{href:""}},{id:"saved",label:"Saved",type:"link",hrefOptions:{href:""}},{id:"data",label:"Data",type:"link",hrefOptions:{href:""}},{id:"favorites",label:"Favorites",type:"link",hrefOptions:{href:""}}]},Td=[{id:"overview",label:"Overview",type:"link",icon:H.jsx(p5,{name:"trends"}),hrefOptions:{href:Rn.Root.Overview.Root}},EO,wO,bO,_O,LO,TO];class Mh{static initialize(){const m=g=>{var l;if(g.type==="link"&&((l=g.hrefOptions)!=null&&l.href))g.disabled=!Ed.isRouteAuthorized(g.hrefOptions.href);else if(g.type==="menu"&&g.children){for(const B of g.children)m(B);g.disabled=g.children.every(B=>B.disabled)}};for(const g of Td)m(g);this.navigationItems=Td}static findItemById(m){const g=l=>{for(const B of l){if(B.id===m)return B;if(B.type=="menu"&&B.children){const ee=g(B.children);if(ee)return ee}}};return g(Td)}}class AO{static loadMParticleConfig(m=""){return ao(this,null,function*(){var l;if(window.mParticleConfig)return;const g=yield fetch(`${m}/api/user/session`,{headers:{"Content-Type":"application/json; charset=utf-8","x-requested-by":(l=xp("x-csrf"))!=null?l:""},method:"GET",credentials:"same-origin"});window.mParticleConfig=yield g.json()})}static initialize(){return ao(this,null,function*(){yield this.loadMParticleConfig(),yield hO(),Ed.initialize(),Mh.initialize()})}}Object.defineProperty(dt,"Col",{enumerable:!0,get:()=>he.Col}),Object.defineProperty(dt,"Grid",{enumerable:!0,get:()=>he.Grid}),Object.defineProperty(dt,"Row",{enumerable:!0,get:()=>he.Row}),Object.defineProperty(dt,"message",{enumerable:!0,get:()=>he.message}),Object.defineProperty(dt,"notification",{enumerable:!0,get:()=>he.notification}),dt.Affix=HA,dt.Alert=xv,dt.Anchor=Mv,dt.AutoComplete=pS,dt.Avatar=P7,dt.Badge=N7,dt.Breadcrumb=Rv,dt.Button=E1,dt.Calendar=Ev,dt.Card=I7,dt.Carousel=LA,dt.Cascader=Q6,dt.Center=Oa,dt.ChartAxisStyle=is,dt.ChartColors=uO,dt.ChartConfig=oO,dt.Checkbox=fv,dt.Collapse=yv,dt.ColorPicker=uS,dt.CompositeUserPreferencesService=_h,dt.ConfigProvider=Bn,dt.DatePicker=Qo,dt.Descriptions=Av,dt.Divider=IA,dt.Drawer=RA,dt.Dropdown=Dv,dt.Empty=vf,dt.Flex=uo,dt.FloatButton=Kl,dt.Form=Yo,dt.GlobalNavWidth=Lp,dt.GlobalNavigation=Ap,dt.Icon=p5,dt.Image=Lv,dt.InitializationService=AO,dt.Input=io,dt.InputNumber=dv,dt.Layout=ql,dt.List=V7,dt.LoadingModal=NA,dt.Mentions=A7,dt.Menu=Jl,dt.Message=Di,dt.Modal=Mi,dt.NavigationItemsService=Mh,dt.Notification=lo,dt.NotificationCenterZIndex=_p,dt.Pagination=VA,dt.Popconfirm=DA,dt.Popover=pf,dt.Progress=xA,dt.QRCode=AA,dt.QueryItem=X6,dt.Radio=x7,dt.Rate=iS,dt.Result=q6,dt.RoutesAuthorizationsService=Ed,dt.Segmented=bA,dt.Select=lf,dt.Skeleton=Xo,dt.Slider=sS,dt.Space=hf,dt.Spin=H7,dt.Statistic=_v,dt.Steps=PA,dt.SuiteLogo=kv,dt.Switch=vS,dt.Table=oo,dt.Tabs=Tv,dt.Tag=wv,dt.TimePicker=vv,dt.Timeline=Sv,dt.Tooltip=K6,dt.Tour=bv,dt.Transfer=uf,dt.Tree=k7,dt.TreeSelect=Y6,dt.Typography=Ha,dt.USER_PREFERENCE_SCOPE_SEPARATOR=td,dt.Upload=M7,dt.UserPreferenceGlobalScope=Rp,dt.UserPreferenceScopeType=e3,dt.UserPreferencesService=Lh,dt.Watermark=MA,dt.useNewExperienceReminder=bp,Object.defineProperty(dt,Symbol.toStringTag,{value:"Module"})});
195
+ You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}ca.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=$9,ca.createPortal=uj,ca.createRoot=cj,ca.findDOMNode=rj,ca.flushSync=dj,ca.hydrate=aj,ca.hydrateRoot=fj,ca.render=ij,ca.unmountComponentAtNode=lj,ca.unstable_batchedUpdates=y9,ca.unstable_renderSubtreeIntoContainer=sj,ca.version=V9,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),ca}function Wv(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(Wv)}catch(i){console.error(i)}}}process.env.NODE_ENV==="production"?(Wv(),G7.exports=sx()):G7.exports=cx();var Q7=G7.exports;const Yv=z7(Q7);function Qv(i){return i instanceof HTMLElement||i instanceof SVGElement}function fx(i){return i&&Ua(i)==="object"&&Qv(i.nativeElement)?i.nativeElement:Qv(i)?i:null}function Ef(i){var m=fx(i);if(m)return m;if(i instanceof Mn.Component){var g;return(g=Yv.findDOMNode)===null||g===void 0?void 0:g.call(Yv,i)}return null}function dx(i,m,g){var l=F.useRef({});return(!("value"in l.current)||g(l.current.condition,m))&&(l.current.value=i(),l.current.condition=m),l.current.value}var vx=function(m,g){typeof m=="function"?m(g):Ua(m)==="object"&&m&&"current"in m&&(m.current=g)},px=function(){for(var m=arguments.length,g=new Array(m),l=0;l<m;l++)g[l]=arguments[l];var B=g.filter(Boolean);return B.length<=1?B[0]:function(ee){g.forEach(function(x){vx(x,ee)})}},hx=function(){for(var m=arguments.length,g=new Array(m),l=0;l<m;l++)g[l]=arguments[l];return dx(function(){return px.apply(void 0,g)},g,function(B,ee){return B.length!==ee.length||B.every(function(x,Oe){return x!==ee[Oe]})})},mx=function(m){var g,l,B=es.isMemo(m)?m.type.type:m.type;return!(typeof B=="function"&&!((g=B.prototype)!==null&&g!==void 0&&g.render)&&B.$$typeof!==es.ForwardRef||typeof m=="function"&&!((l=m.prototype)!==null&&l!==void 0&&l.render)&&m.$$typeof!==es.ForwardRef)};function Xv(i){return Mn.isValidElement(i)&&!es.isFragment(i)}Number(Mn.version.split(".")[0])>=19;var X7=F.createContext(null);function Cx(i){var m=i.children,g=i.onBatchResize,l=F.useRef(0),B=F.useRef([]),ee=F.useContext(X7),x=F.useCallback(function(Oe,Ue,ze){l.current+=1;var Tt=l.current;B.current.push({size:Oe,element:Ue,data:ze}),Promise.resolve().then(function(){Tt===l.current&&(g==null||g(B.current),B.current=[])}),ee==null||ee(Oe,Ue,ze)},[g,ee]);return F.createElement(X7.Provider,{value:x},m)}var Kv=function(){if(typeof Map!="undefined")return Map;function i(m,g){var l=-1;return m.some(function(B,ee){return B[0]===g?(l=ee,!0):!1}),l}return function(){function m(){this.__entries__=[]}return Object.defineProperty(m.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),m.prototype.get=function(g){var l=i(this.__entries__,g),B=this.__entries__[l];return B&&B[1]},m.prototype.set=function(g,l){var B=i(this.__entries__,g);~B?this.__entries__[B][1]=l:this.__entries__.push([g,l])},m.prototype.delete=function(g){var l=this.__entries__,B=i(l,g);~B&&l.splice(B,1)},m.prototype.has=function(g){return!!~i(this.__entries__,g)},m.prototype.clear=function(){this.__entries__.splice(0)},m.prototype.forEach=function(g,l){l===void 0&&(l=null);for(var B=0,ee=this.__entries__;B<ee.length;B++){var x=ee[B];g.call(l,x[1],x[0])}},m}()}(),K7=typeof window!="undefined"&&typeof document!="undefined"&&window.document===document,Tf=function(){return typeof global!="undefined"&&global.Math===Math?global:typeof self!="undefined"&&self.Math===Math?self:typeof window!="undefined"&&window.Math===Math?window:Function("return this")()}(),gx=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(Tf):function(i){return setTimeout(function(){return i(Date.now())},1e3/60)}}(),yx=2;function Sx(i,m){var g=!1,l=!1,B=0;function ee(){g&&(g=!1,i()),l&&Oe()}function x(){gx(ee)}function Oe(){var Ue=Date.now();if(g){if(Ue-B<yx)return;l=!0}else g=!0,l=!1,setTimeout(x,m);B=Ue}return Oe}var Ex=20,Tx=["top","right","bottom","left","width","height","size","weight"],wx=typeof MutationObserver!="undefined",bx=function(){function i(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=Sx(this.refresh.bind(this),Ex)}return i.prototype.addObserver=function(m){~this.observers_.indexOf(m)||this.observers_.push(m),this.connected_||this.connect_()},i.prototype.removeObserver=function(m){var g=this.observers_,l=g.indexOf(m);~l&&g.splice(l,1),!g.length&&this.connected_&&this.disconnect_()},i.prototype.refresh=function(){var m=this.updateObservers_();m&&this.refresh()},i.prototype.updateObservers_=function(){var m=this.observers_.filter(function(g){return g.gatherActive(),g.hasActive()});return m.forEach(function(g){return g.broadcastActive()}),m.length>0},i.prototype.connect_=function(){!K7||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),wx?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},i.prototype.disconnect_=function(){!K7||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},i.prototype.onTransitionEnd_=function(m){var g=m.propertyName,l=g===void 0?"":g,B=Tx.some(function(ee){return!!~l.indexOf(ee)});B&&this.refresh()},i.getInstance=function(){return this.instance_||(this.instance_=new i),this.instance_},i.instance_=null,i}(),qv=function(i,m){for(var g=0,l=Object.keys(m);g<l.length;g++){var B=l[g];Object.defineProperty(i,B,{value:m[B],enumerable:!1,writable:!1,configurable:!0})}return i},nu=function(i){var m=i&&i.ownerDocument&&i.ownerDocument.defaultView;return m||Tf},Jv=bf(0,0,0,0);function wf(i){return parseFloat(i)||0}function ep(i){for(var m=[],g=1;g<arguments.length;g++)m[g-1]=arguments[g];return m.reduce(function(l,B){var ee=i["border-"+B+"-width"];return l+wf(ee)},0)}function _x(i){for(var m=["top","right","bottom","left"],g={},l=0,B=m;l<B.length;l++){var ee=B[l],x=i["padding-"+ee];g[ee]=wf(x)}return g}function Lx(i){var m=i.getBBox();return bf(0,0,m.width,m.height)}function Ax(i){var m=i.clientWidth,g=i.clientHeight;if(!m&&!g)return Jv;var l=nu(i).getComputedStyle(i),B=_x(l),ee=B.left+B.right,x=B.top+B.bottom,Oe=wf(l.width),Ue=wf(l.height);if(l.boxSizing==="border-box"&&(Math.round(Oe+ee)!==m&&(Oe-=ep(l,"left","right")+ee),Math.round(Ue+x)!==g&&(Ue-=ep(l,"top","bottom")+x)),!Mx(i)){var ze=Math.round(Oe+ee)-m,Tt=Math.round(Ue+x)-g;Math.abs(ze)!==1&&(Oe-=ze),Math.abs(Tt)!==1&&(Ue-=Tt)}return bf(B.left,B.top,Oe,Ue)}var xx=function(){return typeof SVGGraphicsElement!="undefined"?function(i){return i instanceof nu(i).SVGGraphicsElement}:function(i){return i instanceof nu(i).SVGElement&&typeof i.getBBox=="function"}}();function Mx(i){return i===nu(i).document.documentElement}function Dx(i){return K7?xx(i)?Lx(i):Ax(i):Jv}function Rx(i){var m=i.x,g=i.y,l=i.width,B=i.height,ee=typeof DOMRectReadOnly!="undefined"?DOMRectReadOnly:Object,x=Object.create(ee.prototype);return qv(x,{x:m,y:g,width:l,height:B,top:g,right:m+l,bottom:B+g,left:m}),x}function bf(i,m,g,l){return{x:i,y:m,width:g,height:l}}var kx=function(){function i(m){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=bf(0,0,0,0),this.target=m}return i.prototype.isActive=function(){var m=Dx(this.target);return this.contentRect_=m,m.width!==this.broadcastWidth||m.height!==this.broadcastHeight},i.prototype.broadcastRect=function(){var m=this.contentRect_;return this.broadcastWidth=m.width,this.broadcastHeight=m.height,m},i}(),Nx=function(){function i(m,g){var l=Rx(g);qv(this,{target:m,contentRect:l})}return i}(),Ix=function(){function i(m,g,l){if(this.activeObservations_=[],this.observations_=new Kv,typeof m!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=m,this.controller_=g,this.callbackCtx_=l}return i.prototype.observe=function(m){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(m instanceof nu(m).Element))throw new TypeError('parameter 1 is not of type "Element".');var g=this.observations_;g.has(m)||(g.set(m,new kx(m)),this.controller_.addObserver(this),this.controller_.refresh())}},i.prototype.unobserve=function(m){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(m instanceof nu(m).Element))throw new TypeError('parameter 1 is not of type "Element".');var g=this.observations_;g.has(m)&&(g.delete(m),g.size||this.controller_.removeObserver(this))}},i.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},i.prototype.gatherActive=function(){var m=this;this.clearActive(),this.observations_.forEach(function(g){g.isActive()&&m.activeObservations_.push(g)})},i.prototype.broadcastActive=function(){if(this.hasActive()){var m=this.callbackCtx_,g=this.activeObservations_.map(function(l){return new Nx(l.target,l.broadcastRect())});this.callback_.call(m,g,m),this.clearActive()}},i.prototype.clearActive=function(){this.activeObservations_.splice(0)},i.prototype.hasActive=function(){return this.activeObservations_.length>0},i}(),tp=typeof WeakMap!="undefined"?new WeakMap:new Kv,np=function(){function i(m){if(!(this instanceof i))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var g=bx.getInstance(),l=new Ix(m,g,this);tp.set(this,l)}return i}();["observe","unobserve","disconnect"].forEach(function(i){np.prototype[i]=function(){var m;return(m=tp.get(this))[i].apply(m,arguments)}});var Px=function(){return typeof Tf.ResizeObserver!="undefined"?Tf.ResizeObserver:np}(),so=new Map;function rp(i){i.forEach(function(m){var g,l=m.target;(g=so.get(l))===null||g===void 0||g.forEach(function(B){return B(l)})})}var ap=new Px(rp);process.env.NODE_ENV,process.env.NODE_ENV;function Vx(i,m){so.has(i)||(so.set(i,new Set),ap.observe(i)),so.get(i).add(m)}function Hx(i,m){so.has(i)&&(so.get(i).delete(m),so.get(i).size||(ap.unobserve(i),so.delete(i)))}function ip(i,m){if(!(i instanceof m))throw new TypeError("Cannot call a class as a function")}function op(i,m){for(var g=0;g<m.length;g++){var l=m[g];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(i,Iv(l.key),l)}}function lp(i,m,g){return m&&op(i.prototype,m),g&&op(i,g),Object.defineProperty(i,"prototype",{writable:!1}),i}function q7(i,m){return q7=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(g,l){return g.__proto__=l,g},q7(i,m)}function Ox(i,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function");i.prototype=Object.create(m&&m.prototype,{constructor:{value:i,writable:!0,configurable:!0}}),Object.defineProperty(i,"prototype",{writable:!1}),m&&q7(i,m)}function _f(i){return _f=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(m){return m.__proto__||Object.getPrototypeOf(m)},_f(i)}function up(){try{var i=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(m){}return(up=function(){return!!i})()}function Ux(i){if(i===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return i}function zx(i,m){if(m&&(Ua(m)=="object"||typeof m=="function"))return m;if(m!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Ux(i)}function Bx(i){var m=up();return function(){var g,l=_f(i);if(m){var B=_f(this).constructor;g=Reflect.construct(l,arguments,B)}else g=l.apply(this,arguments);return zx(this,g)}}var Fx=function(i){Ox(g,i);var m=Bx(g);function g(){return ip(this,g),m.apply(this,arguments)}return lp(g,[{key:"render",value:function(){return this.props.children}}]),g}(F.Component);function $x(i,m){var g=i.children,l=i.disabled,B=F.useRef(null),ee=F.useRef(null),x=F.useContext(X7),Oe=typeof g=="function",Ue=Oe?g(B):g,ze=F.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),Tt=!Oe&&F.isValidElement(Ue)&&mx(Ue),We=Tt?Ue.ref:null,lt=hx(We,B),ot=function(){var jn;return Ef(B.current)||(B.current&&Ua(B.current)==="object"?Ef((jn=B.current)===null||jn===void 0?void 0:jn.nativeElement):null)||Ef(ee.current)};F.useImperativeHandle(m,function(){return ot()});var jt=F.useRef(i);jt.current=i;var yt=F.useCallback(function(xe){var jn=jt.current,Dn=jn.onResize,Pn=jn.data,kn=xe.getBoundingClientRect(),$t=kn.width,nr=kn.height,Zt=xe.offsetWidth,Cr=xe.offsetHeight,Ar=Math.floor($t),Tr=Math.floor(nr);if(ze.current.width!==Ar||ze.current.height!==Tr||ze.current.offsetWidth!==Zt||ze.current.offsetHeight!==Cr){var hr={width:Ar,height:Tr,offsetWidth:Zt,offsetHeight:Cr};ze.current=hr;var Yn=Zt===Math.round($t)?$t:Zt,Nn=Cr===Math.round(nr)?nr:Cr,er=k1(k1({},hr),{},{offsetWidth:Yn,offsetHeight:Nn});x==null||x(er,xe,Pn),Dn&&Promise.resolve().then(function(){Dn(er,xe)})}},[]);return F.useEffect(function(){var xe=ot();return xe&&!l&&Vx(xe,yt),function(){return Hx(xe,yt)}},[B.current,l]),F.createElement(Fx,{ref:ee},Tt?F.cloneElement(Ue,{ref:lt}):Ue)}var sp=F.forwardRef($x);process.env.NODE_ENV!=="production"&&(sp.displayName="SingleObserver");var jx="rc-observer-key";function Zx(i,m){var g=i.children,l=typeof g=="function"?[g]:F7(g);return process.env.NODE_ENV!=="production"&&(l.length>1?Z7(!1,"Find more than one child node with `children` in ResizeObserver. Please use ResizeObserver.Collection instead."):l.length===0&&Z7(!1,"`children` of ResizeObserver is empty. Nothing is in observe.")),l.map(function(B,ee){var x=(B==null?void 0:B.key)||"".concat(jx,"-").concat(ee);return F.createElement(sp,J6({},i,{key:x,ref:ee===0?m:void 0}),B)})}var Lf=F.forwardRef(Zx);process.env.NODE_ENV!=="production"&&(Lf.displayName="ResizeObserver"),Lf.Collection=Cx;function cp(i){var m=F.useRef();m.current=i;var g=F.useCallback(function(){for(var l,B=arguments.length,ee=new Array(B),x=0;x<B;x++)ee[x]=arguments[x];return(l=m.current)===null||l===void 0?void 0:l.call.apply(l,[m].concat(ee))},[]);return g}function Gx(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var fp=process.env.NODE_ENV!=="test"&&Gx()?F.useLayoutEffect:F.useEffect,ts=function(m,g){var l=F.useRef(!0);fp(function(){return m(l.current)},g),fp(function(){return l.current=!1,function(){l.current=!0}},[])},dp=F.forwardRef(function(i,m){var g=i.height,l=i.offsetY,B=i.offsetX,ee=i.children,x=i.prefixCls,Oe=i.onInnerResize,Ue=i.innerProps,ze=i.rtl,Tt=i.extra,We={},lt={display:"flex",flexDirection:"column"};return l!==void 0&&(We={height:g,position:"relative",overflow:"hidden"},lt=k1(k1({},lt),{},K1(K1(K1(K1(K1({transform:"translateY(".concat(l,"px)")},ze?"marginRight":"marginLeft",-B),"position","absolute"),"left",0),"right",0),"top",0))),F.createElement("div",{style:We},F.createElement(Lf,{onResize:function(jt){var yt=jt.offsetHeight;yt&&Oe&&Oe()}},F.createElement("div",J6({style:lt,className:gf(K1({},"".concat(x,"-holder-inner"),x)),ref:m},Ue),ee,Tt)))});dp.displayName="Filler";function Wx(i){var m=i.children,g=i.setRef,l=F.useCallback(function(B){g(B)},[]);return F.cloneElement(m,{ref:l})}function Yx(i,m,g,l,B,ee,x,Oe){var Ue=Oe.getKey;return i.slice(m,g+1).map(function(ze,Tt){var We=m+Tt,lt=x(ze,We,{style:{width:l},offsetX:B}),ot=Ue(ze);return F.createElement(Wx,{key:ot,setRef:function(yt){return ee(ze,yt)}},lt)})}function Qx(i,m,g){var l=i.length,B=m.length,ee,x;if(l===0&&B===0)return null;l<B?(ee=i,x=m):(ee=m,x=i);var Oe={__EMPTY_ITEM__:!0};function Ue(jt){return jt!==void 0?g(jt):Oe}for(var ze=null,Tt=Math.abs(l-B)!==1,We=0;We<x.length;We+=1){var lt=Ue(ee[We]),ot=Ue(x[We]);if(lt!==ot){ze=We,Tt=Tt||lt!==Ue(x[We+1]);break}}return ze===null?null:{index:ze,multiple:Tt}}function Xx(i,m,g){var l=F.useState(i),B=N1(l,2),ee=B[0],x=B[1],Oe=F.useState(null),Ue=N1(Oe,2),ze=Ue[0],Tt=Ue[1];return F.useEffect(function(){var We=Qx(ee||[],i||[],m);(We==null?void 0:We.index)!==void 0&&(g==null||g(We.index),Tt(i[We.index])),x(i)},[i]),[ze]}var vp=function(m){return+setTimeout(m,16)},pp=function(m){return clearTimeout(m)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(vp=function(m){return window.requestAnimationFrame(m)},pp=function(m){return window.cancelAnimationFrame(m)});var hp=0,Af=new Map;function mp(i){Af.delete(i)}var za=function(m){var g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;hp+=1;var l=hp;function B(ee){if(ee===0)mp(l),m();else{var x=vp(function(){B(ee-1)});Af.set(l,x)}}return B(g),l};za.cancel=function(i){var m=Af.get(i);return mp(i),pp(m)},process.env.NODE_ENV!=="production"&&(za.ids=function(){return Af});var Cp=(typeof navigator=="undefined"?"undefined":Ua(navigator))==="object"&&/Firefox/i.test(navigator.userAgent);const gp=function(i,m,g,l){var B=Mn.useRef(!1),ee=Mn.useRef(null);function x(){clearTimeout(ee.current),B.current=!0,ee.current=setTimeout(function(){B.current=!1},50)}var Oe=Mn.useRef({top:i,bottom:m,left:g,right:l});return Oe.current.top=i,Oe.current.bottom=m,Oe.current.left=g,Oe.current.right=l,function(Ue,ze){var Tt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,We=Ue?ze<0&&Oe.current.left||ze>0&&Oe.current.right:ze<0&&Oe.current.top||ze>0&&Oe.current.bottom;return Tt&&We?(clearTimeout(ee.current),B.current=!1):(!We||B.current)&&x(),!B.current&&We}};function Kx(i,m,g,l,B,ee,x){var Oe=Mn.useRef(0),Ue=Mn.useRef(null),ze=Mn.useRef(null),Tt=Mn.useRef(!1),We=gp(m,g,l,B);function lt(Dn,Pn){if(za.cancel(Ue.current),!We(!1,Pn)){var kn=Dn;if(!kn._virtualHandled)kn._virtualHandled=!0;else return;Oe.current+=Pn,ze.current=Pn,Cp||kn.preventDefault(),Ue.current=za(function(){var $t=Tt.current?10:1;x(Oe.current*$t,!1),Oe.current=0})}}function ot(Dn,Pn){x(Pn,!0),Cp||Dn.preventDefault()}var jt=Mn.useRef(null),yt=Mn.useRef(null);function xe(Dn){if(i){za.cancel(yt.current),yt.current=za(function(){jt.current=null},2);var Pn=Dn.deltaX,kn=Dn.deltaY,$t=Dn.shiftKey,nr=Pn,Zt=kn;(jt.current==="sx"||!jt.current&&$t&&kn&&!Pn)&&(nr=kn,Zt=0,jt.current="sx");var Cr=Math.abs(nr),Ar=Math.abs(Zt);jt.current===null&&(jt.current=ee&&Cr>Ar?"x":"y"),jt.current==="y"?lt(Dn,Zt):ot(Dn,nr)}}function jn(Dn){i&&(Tt.current=Dn.detail===ze.current)}return[xe,jn]}function qx(i,m,g,l){var B=F.useMemo(function(){return[new Map,[]]},[i,g.id,l]),ee=N1(B,2),x=ee[0],Oe=ee[1],Ue=function(Tt){var We=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Tt,lt=x.get(Tt),ot=x.get(We);if(lt===void 0||ot===void 0)for(var jt=i.length,yt=Oe.length;yt<jt;yt+=1){var xe,jn=i[yt],Dn=m(jn);x.set(Dn,yt);var Pn=(xe=g.get(Dn))!==null&&xe!==void 0?xe:l;if(Oe[yt]=(Oe[yt-1]||0)+Pn,Dn===Tt&&(lt=yt),Dn===We&&(ot=yt),lt!==void 0&&ot!==void 0)break}return{top:Oe[lt-1]||0,bottom:Oe[ot]}};return Ue}var Jx=function(){function i(){ip(this,i),K1(this,"maps",void 0),K1(this,"id",0),this.maps=Object.create(null)}return lp(i,[{key:"set",value:function(g,l){this.maps[g]=l,this.id+=1}},{key:"get",value:function(g){return this.maps[g]}}]),i}();function eM(i,m,g){var l=F.useState(0),B=N1(l,2),ee=B[0],x=B[1],Oe=Mn.useRef(new Map),Ue=Mn.useRef(new Jx),ze=Mn.useRef();function Tt(){za.cancel(ze.current)}function We(){var ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;Tt();var jt=function(){Oe.current.forEach(function(xe,jn){if(xe&&xe.offsetParent){var Dn=Ef(xe),Pn=Dn.offsetHeight;Ue.current.get(jn)!==Pn&&Ue.current.set(jn,Dn.offsetHeight)}}),x(function(xe){return xe+1})};ot?jt():ze.current=za(jt)}function lt(ot,jt){var yt=i(ot),xe=Oe.current.get(yt);jt?(Oe.current.set(yt,jt),We()):Oe.current.delete(yt),!xe!=!jt&&(jt?m==null||m(ot):g==null||g(ot))}return Mn.useEffect(function(){return Tt},[]),[lt,We,Ue.current,ee]}var yp=14/15;function tM(i,m,g){var l=Mn.useRef(!1),B=Mn.useRef(0),ee=Mn.useRef(0),x=Mn.useRef(null),Oe=Mn.useRef(null),Ue,ze=function(ot){if(l.current){var jt=Math.ceil(ot.touches[0].pageX),yt=Math.ceil(ot.touches[0].pageY),xe=B.current-jt,jn=ee.current-yt,Dn=Math.abs(xe)>Math.abs(jn);Dn?B.current=jt:ee.current=yt;var Pn=g(Dn,Dn?xe:jn,!1,ot);Pn&&ot.preventDefault(),clearInterval(Oe.current),Pn&&(Oe.current=setInterval(function(){Dn?xe*=yp:jn*=yp;var kn=Math.floor(Dn?xe:jn);(!g(Dn,kn,!0)||Math.abs(kn)<=.1)&&clearInterval(Oe.current)},16))}},Tt=function(){l.current=!1,Ue()},We=function(ot){Ue(),ot.touches.length===1&&!l.current&&(l.current=!0,B.current=Math.ceil(ot.touches[0].pageX),ee.current=Math.ceil(ot.touches[0].pageY),x.current=ot.target,x.current.addEventListener("touchmove",ze,{passive:!1}),x.current.addEventListener("touchend",Tt,{passive:!0}))};Ue=function(){x.current&&(x.current.removeEventListener("touchmove",ze),x.current.removeEventListener("touchend",Tt))},ts(function(){return i&&m.current.addEventListener("touchstart",We,{passive:!0}),function(){var lt;(lt=m.current)===null||lt===void 0||lt.removeEventListener("touchstart",We),Ue(),clearInterval(Oe.current)}},[i])}var Sp=10;function nM(i,m,g,l,B,ee,x,Oe){var Ue=F.useRef(),ze=F.useState(null),Tt=N1(ze,2),We=Tt[0],lt=Tt[1];return ts(function(){if(We&&We.times<Sp){if(!i.current){lt(function(Qn){return k1({},Qn)});return}ee();var ot=We.targetAlign,jt=We.originAlign,yt=We.index,xe=We.offset,jn=i.current.clientHeight,Dn=!1,Pn=ot,kn=null;if(jn){for(var $t=ot||jt,nr=0,Zt=0,Cr=0,Ar=Math.min(m.length-1,yt),Tr=0;Tr<=Ar;Tr+=1){var hr=B(m[Tr]);Zt=nr;var Yn=g.get(hr);Cr=Zt+(Yn===void 0?l:Yn),nr=Cr}for(var Nn=$t==="top"?xe:jn-xe,er=Ar;er>=0;er-=1){var Or=B(m[er]),br=g.get(Or);if(br===void 0){Dn=!0;break}if(Nn-=br,Nn<=0)break}switch($t){case"top":kn=Zt-xe;break;case"bottom":kn=Cr-jn+xe;break;default:{var o5=i.current.scrollTop,Jt=o5+jn;Zt<o5?Pn="top":Cr>Jt&&(Pn="bottom")}}kn!==null&&x(kn),kn!==We.lastTop&&(Dn=!0)}Dn&&lt(k1(k1({},We),{},{times:We.times+1,targetAlign:Pn,lastTop:kn}))}else process.env.NODE_ENV!=="production"&&(We==null?void 0:We.times)===Sp&&yf(!1,"Seems `scrollTo` with `rc-virtual-list` reach the max limitation. Please fire issue for us. Thanks.")},[We,i.current]),function(ot){if(ot==null){Oe();return}if(za.cancel(Ue.current),typeof ot=="number")x(ot);else if(ot&&Ua(ot)==="object"){var jt,yt=ot.align;"index"in ot?jt=ot.index:jt=m.findIndex(function(Dn){return B(Dn)===ot.key});var xe=ot.offset,jn=xe===void 0?0:xe;lt({times:0,index:jt,offset:jn,originAlign:yt})}}}function Ep(i,m){var g="touches"in i?i.touches[0]:i;return g[m?"pageX":"pageY"]}var J7=F.forwardRef(function(i,m){var g=i.prefixCls,l=i.rtl,B=i.scrollOffset,ee=i.scrollRange,x=i.onStartMove,Oe=i.onStopMove,Ue=i.onScroll,ze=i.horizontal,Tt=i.spinSize,We=i.containerSize,lt=i.style,ot=i.thumbStyle,jt=F.useState(!1),yt=N1(jt,2),xe=yt[0],jn=yt[1],Dn=F.useState(null),Pn=N1(Dn,2),kn=Pn[0],$t=Pn[1],nr=F.useState(null),Zt=N1(nr,2),Cr=Zt[0],Ar=Zt[1],Tr=!l,hr=F.useRef(),Yn=F.useRef(),Nn=F.useState(!1),er=N1(Nn,2),Or=er[0],br=er[1],o5=F.useRef(),Jt=function(){clearTimeout(o5.current),br(!0),o5.current=setTimeout(function(){br(!1)},3e3)},Qn=ee-We||0,Hn=We-Tt||0,dr=F.useMemo(function(){if(B===0||Qn===0)return 0;var l5=B/Qn;return l5*Hn},[B,Qn,Hn]),Dr=function(Mr){Mr.stopPropagation(),Mr.preventDefault()},e5=F.useRef({top:dr,dragging:xe,pageY:kn,startTop:Cr});e5.current={top:dr,dragging:xe,pageY:kn,startTop:Cr};var t5=function(Mr){jn(!0),$t(Ep(Mr,ze)),Ar(e5.current.top),x(),Mr.stopPropagation(),Mr.preventDefault()};F.useEffect(function(){var l5=function($n){$n.preventDefault()},Mr=hr.current,Xr=Yn.current;return Mr.addEventListener("touchstart",l5,{passive:!1}),Xr.addEventListener("touchstart",t5,{passive:!1}),function(){Mr.removeEventListener("touchstart",l5),Xr.removeEventListener("touchstart",t5)}},[]);var G5=F.useRef();G5.current=Qn;var n5=F.useRef();n5.current=Hn,F.useEffect(function(){if(xe){var l5,Mr=function($n){var u5=e5.current,s5=u5.dragging,m5=u5.pageY,e1=u5.startTop;za.cancel(l5);var I1=hr.current.getBoundingClientRect(),W5=We/(ze?I1.width:I1.height);if(s5){var t1=(Ep($n,ze)-m5)*W5,h1=e1;!Tr&&ze?h1-=t1:h1+=t1;var U5=G5.current,n1=n5.current,r1=n1?h1/n1:0,_5=Math.ceil(r1*U5);_5=Math.max(_5,0),_5=Math.min(_5,U5),l5=za(function(){Ue(_5,ze)})}},Xr=function(){jn(!1),Oe()};return window.addEventListener("mousemove",Mr,{passive:!0}),window.addEventListener("touchmove",Mr,{passive:!0}),window.addEventListener("mouseup",Xr,{passive:!0}),window.addEventListener("touchend",Xr,{passive:!0}),function(){window.removeEventListener("mousemove",Mr),window.removeEventListener("touchmove",Mr),window.removeEventListener("mouseup",Xr),window.removeEventListener("touchend",Xr),za.cancel(l5)}}},[xe]),F.useEffect(function(){return Jt(),function(){clearTimeout(o5.current)}},[B]),F.useImperativeHandle(m,function(){return{delayHidden:Jt}});var Wr="".concat(g,"-scrollbar"),jr={position:"absolute",visibility:Or?null:"hidden"},r5={position:"absolute",background:"rgba(0, 0, 0, 0.5)",borderRadius:99,cursor:"pointer",userSelect:"none"};return ze?(jr.height=8,jr.left=0,jr.right=0,jr.bottom=0,r5.height="100%",r5.width=Tt,Tr?r5.left=dr:r5.right=dr):(jr.width=8,jr.top=0,jr.bottom=0,Tr?jr.right=0:jr.left=0,r5.width="100%",r5.height=Tt,r5.top=dr),F.createElement("div",{ref:hr,className:gf(Wr,K1(K1(K1({},"".concat(Wr,"-horizontal"),ze),"".concat(Wr,"-vertical"),!ze),"".concat(Wr,"-visible"),Or)),style:k1(k1({},jr),lt),onMouseDown:Dr,onMouseMove:Jt},F.createElement("div",{ref:Yn,className:gf("".concat(Wr,"-thumb"),K1({},"".concat(Wr,"-thumb-moving"),xe)),style:k1(k1({},r5),ot),onMouseDown:t5}))});process.env.NODE_ENV!=="production"&&(J7.displayName="ScrollBar");var rM=20;function Tp(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,g=i/m*i;return isNaN(g)&&(g=0),g=Math.max(g,rM),Math.floor(g)}var aM=["prefixCls","className","height","itemHeight","fullHeight","style","data","children","itemKey","virtual","direction","scrollWidth","component","onScroll","onVirtualScroll","onVisibleChange","innerProps","extraRender","styles"],iM=[],oM={overflowY:"auto",overflowAnchor:"none"};function lM(i,m){var g=i.prefixCls,l=g===void 0?"rc-virtual-list":g,B=i.className,ee=i.height,x=i.itemHeight,Oe=i.fullHeight,Ue=Oe===void 0?!0:Oe,ze=i.style,Tt=i.data,We=i.children,lt=i.itemKey,ot=i.virtual,jt=i.direction,yt=i.scrollWidth,xe=i.component,jn=xe===void 0?"div":xe,Dn=i.onScroll,Pn=i.onVirtualScroll,kn=i.onVisibleChange,$t=i.innerProps,nr=i.extraRender,Zt=i.styles,Cr=JA(i,aM),Ar=F.useCallback(function(de){return typeof lt=="function"?lt(de):de==null?void 0:de[lt]},[lt]),Tr=eM(Ar,null,null),hr=N1(Tr,4),Yn=hr[0],Nn=hr[1],er=hr[2],Or=hr[3],br=!!(ot!==!1&&ee&&x),o5=F.useMemo(function(){return Object.values(er.maps).reduce(function(de,se){return de+se},0)},[er.id,er.maps]),Jt=br&&Tt&&(Math.max(x*Tt.length,o5)>ee||!!yt),Qn=jt==="rtl",Hn=gf(l,K1({},"".concat(l,"-rtl"),Qn),B),dr=Tt||iM,Dr=Mn.useRef(),e5=Mn.useRef(),t5=Mn.useRef(),G5=Mn.useState(0),n5=N1(G5,2),Wr=n5[0],jr=n5[1],r5=Mn.useState(0),l5=N1(r5,2),Mr=l5[0],Xr=l5[1],a5=Mn.useState(!1),$n=N1(a5,2),u5=$n[0],s5=$n[1],m5=function(){s5(!0)},e1=function(){s5(!1)},I1={getKey:Ar};function W5(de){jr(function(se){var me;typeof de=="function"?me=de(se):me=de;var ye=I(me);return Dr.current.scrollTop=ye,ye})}var t1=Mn.useRef({start:0,end:dr.length}),h1=Mn.useRef(),U5=Xx(dr,Ar),n1=N1(U5,1),r1=n1[0];h1.current=r1;var _5=F.useMemo(function(){if(!br)return{scrollHeight:void 0,start:0,end:dr.length-1,offset:void 0};if(!Jt){var de;return{scrollHeight:((de=e5.current)===null||de===void 0?void 0:de.offsetHeight)||0,start:0,end:dr.length-1,offset:void 0}}for(var se=0,me,ye,Ve,Ce=dr.length,Be=0;Be<Ce;Be+=1){var Le=dr[Be],ve=Ar(Le),ge=er.get(ve),He=se+(ge===void 0?x:ge);He>=Wr&&me===void 0&&(me=Be,ye=se),He>Wr+ee&&Ve===void 0&&(Ve=Be),se=He}return me===void 0&&(me=0,ye=0,Ve=Math.ceil(ee/x)),Ve===void 0&&(Ve=dr.length-1),Ve=Math.min(Ve+1,dr.length-1),{scrollHeight:se,start:me,end:Ve,offset:ye}},[Jt,br,Wr,dr,Or,ee]),C5=_5.scrollHeight,G=_5.start,L=_5.end,ce=_5.offset;t1.current.start=G,t1.current.end=L;var A=F.useState({width:0,height:ee}),h=N1(A,2),d=h[0],f=h[1],p=function(se){f({width:se.offsetWidth,height:se.offsetHeight})},C=Mn.useRef(),S=Mn.useRef(),T=F.useMemo(function(){return Tp(d.width,yt)},[d.width,yt]),b=F.useMemo(function(){return Tp(d.height,C5)},[d.height,C5]),D=C5-ee,R=Mn.useRef(D);R.current=D;function I(de){var se=de;return Number.isNaN(R.current)||(se=Math.min(se,R.current)),se=Math.max(se,0),se}var k=Wr<=0,V=Wr>=D,P=Mr<=0,z=Mr>=yt,O=gp(k,V,P,z),$=function(){return{x:Qn?-Mr:Mr,y:Wr}},K=Mn.useRef($()),ne=cp(function(de){if(Pn){var se=k1(k1({},$()),de);(K.current.x!==se.x||K.current.y!==se.y)&&(Pn(se),K.current=se)}});function q(de,se){var me=de;se?(Q7.flushSync(function(){Xr(me)}),ne()):W5(me)}function te(de){var se=de.currentTarget.scrollTop;se!==Wr&&W5(se),Dn==null||Dn(de),ne()}var j=function(se){var me=se,ye=yt?yt-d.width:0;return me=Math.max(me,0),me=Math.min(me,ye),me},J=cp(function(de,se){se?(Q7.flushSync(function(){Xr(function(me){var ye=me+(Qn?-de:de);return j(ye)})}),ne()):W5(function(me){var ye=me+de;return ye})}),Y=Kx(br,k,V,P,z,!!yt,J),re=N1(Y,2),Q=re[0],ie=re[1];tM(br,Dr,function(de,se,me,ye){var Ve=ye;return O(de,se,me)?!1:!Ve||!Ve._virtualHandled?(Ve&&(Ve._virtualHandled=!0),Q({preventDefault:function(){},deltaX:de?se:0,deltaY:de?0:se}),!0):!1}),ts(function(){function de(me){var ye=k&&me.detail<0,Ve=V&&me.detail>0;br&&!ye&&!Ve&&me.preventDefault()}var se=Dr.current;return se.addEventListener("wheel",Q,{passive:!1}),se.addEventListener("DOMMouseScroll",ie,{passive:!0}),se.addEventListener("MozMousePixelScroll",de,{passive:!1}),function(){se.removeEventListener("wheel",Q),se.removeEventListener("DOMMouseScroll",ie),se.removeEventListener("MozMousePixelScroll",de)}},[br,k,V]),ts(function(){if(yt){var de=j(Mr);Xr(de),ne({x:de})}},[d.width,yt]);var X=function(){var se,me;(se=C.current)===null||se===void 0||se.delayHidden(),(me=S.current)===null||me===void 0||me.delayHidden()},ae=nM(Dr,dr,er,x,Ar,function(){return Nn(!0)},W5,X);F.useImperativeHandle(m,function(){return{nativeElement:t5.current,getScrollInfo:$,scrollTo:function(se){function me(ye){return ye&&Ua(ye)==="object"&&("left"in ye||"top"in ye)}me(se)?(se.left!==void 0&&Xr(j(se.left)),ae(se.top)):ae(se)}}}),ts(function(){if(kn){var de=dr.slice(G,L+1);kn(de,dr)}},[G,L,dr]);var W=qx(dr,Ar,er,x),ue=nr==null?void 0:nr({start:G,end:L,virtual:Jt,offsetX:Mr,offsetY:ce,rtl:Qn,getSize:W}),oe=Yx(dr,G,L,yt,Mr,Yn,We,I1),fe=null;ee&&(fe=k1(K1({},Ue?"height":"maxHeight",ee),oM),br&&(fe.overflowY="hidden",yt&&(fe.overflowX="hidden"),u5&&(fe.pointerEvents="none")));var Pe={};return Qn&&(Pe.dir="rtl"),F.createElement("div",J6({ref:t5,style:k1(k1({},ze),{},{position:"relative"}),className:Hn},Pe,Cr),F.createElement(Lf,{onResize:p},F.createElement(jn,{className:"".concat(l,"-holder"),style:fe,ref:Dr,onScroll:te,onMouseEnter:X},F.createElement(dp,{prefixCls:l,height:C5,offsetX:Mr,offsetY:ce,scrollWidth:yt,onInnerResize:Nn,ref:e5,innerProps:$t,rtl:Qn,extra:ue},oe))),Jt&&C5>ee&&F.createElement(J7,{ref:C,prefixCls:l,scrollOffset:Wr,scrollRange:C5,rtl:Qn,onScroll:q,onStartMove:m5,onStopMove:e1,spinSize:b,containerSize:d.height,style:Zt==null?void 0:Zt.verticalScrollBar,thumbStyle:Zt==null?void 0:Zt.verticalScrollBarThumb}),Jt&&yt>d.width&&F.createElement(J7,{ref:S,prefixCls:l,scrollOffset:Mr,scrollRange:yt,rtl:Qn,onScroll:q,onStartMove:m5,onStopMove:e1,spinSize:T,containerSize:d.width,horizontal:!0,style:Zt==null?void 0:Zt.horizontalScrollBar,thumbStyle:Zt==null?void 0:Zt.horizontalScrollBarThumb}))}var wp=F.forwardRef(lM);wp.displayName="List";const uM=324,sM=20;function cM({menuItems:i}){return H.jsx(V7,{className:"workspaceSelector__itemsList",children:H.jsx(wp,{data:i,height:uM,itemHeight:sM,itemKey:"key",children:m=>H.jsx("li",{className:m.className,onClick:m.onClick,children:m.label},m.key)})})}const fM=()=>H.jsx(Oa,{className:"workspaceSelector__noResults",children:H.jsx(vf,{description:"No results found",imageStyle:{height:"60px"}})});function dM(i){var ze,Tt;const{onSearch:m,searchTerm:g,hasSearchInput:l,inputRef:B,hasNoResults:ee,menuItems:x}=i,Oe=(ze=i.navigationButtonItemOptions)==null?void 0:ze.label,Ue=(Tt=i.navigationButtonItemOptions)==null?void 0:Tt.onClick;return H.jsxs("div",{className:"workspaceSelector__popoverContent",children:[l&&H.jsx("div",{className:"workspaceSelector__search",children:H.jsx(io,{placeholder:"Search",className:"workspaceSelector__searchInput",onChange:m,value:g,ref:B,onClick:We=>{We.preventDefault(),We.stopPropagation()}})}),ee?H.jsx(fM,{}):H.jsx(cM,{menuItems:x}),H.jsx(Nv,{label:Oe,onClick:Ue,withoutContainer:!0})]})}function ed(i,m){return[i[m],...i.slice(0,m),...i.slice(m+1)]}function vM(i){const m=i.findIndex(g=>g.accounts.find(l=>l.workspaces.find(B=>B.isActive)));if(m>=0){const g=i[m],l=g.accounts.findIndex(B=>B.workspaces.find(ee=>ee.isActive));if(l>=0){const B=g.accounts[l];g.accounts=ed(g.accounts,l);const ee=B.workspaces.findIndex(x=>x.isActive);return B.workspaces=ed(B.workspaces,ee),ed(i,m)}}return i}const pM=8;function hM(i){const[m,g]=Mn.useState(""),l=Mn.useRef(null),B=Mn.useMemo(()=>vM(i.orgs),[i.orgs]),[ee,x]=Mn.useState(B),[Oe,Ue]=Mn.useState(!1);Mn.useEffect(()=>{x(B)},[B]),D7(()=>{var $t,nr,Zt;const kn=(Zt=($t=i.avatarOptions)==null?void 0:$t.src)!=null?Zt:(nr=i.avatarOptions)==null?void 0:nr.srcSet;typeof kn=="string"&&CS(kn,Ue)});const ze=Mn.useCallback(pv(x,200),[]),Tt=!!m&&!ee.length,We=Mn.useMemo(()=>Dn(),[ee]),lt=Mn.useMemo(()=>B.flatMap(kn=>{let $t=[];const{accounts:nr}=kn;if(nr){const Zt=nr.flatMap(({workspaces:Cr})=>Cr);$t=$t.concat(Zt)}return $t}).find(kn=>kn.isActive),[B]),ot=hS(lt==null?void 0:lt.label),jt=gS(lt==null?void 0:lt.label)?yS(lt==null?void 0:lt.label,pM):void 0,yt=!!m||We.filter(kn=>!!kn.label).length>5,xe=kn=>{setTimeout(kn?()=>{var $t;($t=l.current)==null||$t.focus({cursor:"all"})}:()=>{var $t;($t=l.current)==null||$t.blur()},0)};return H.jsx(pf,{arrow:!1,placement:"right",overlayInnerStyle:{padding:Cv,width:"100%"},overlayClassName:"workspaceSelector__popover",onOpenChange:xe,afterOpenChange:xe,content:H.jsx(dM,{onSearch:Pn,searchTerm:m,hasSearchInput:yt,inputRef:l,hasNoResults:Tt,navigationButtonItemOptions:i.navigationButtonItemOptions,menuItems:We}),children:H.jsx("div",{className:"globalNavigation__item workspaceSelector__menuItem",onClick:kn=>{xe(!0)},children:H.jsxs(uo,{vertical:!0,align:"center",justify:"center",children:[H.jsx(P7,D5(_e({},i.avatarOptions),{className:"workspaceSelector__avatar",children:jn(Oe,ot)})),jt&&H.jsx(Ha.Text,{className:"workspaceSelector__label",children:jt})]})})});function jn(kn,$t){return kn?"":$t}function Dn(){return ee.reduce((kn,$t)=>(kn.push({type:"org",className:"workspaceSelector__orgName"+($t.label?"":" u-display-none"),label:$t.label,id:$t.id,key:`${$t.id}_${$t.label}`,accounts:$t.accounts,workspaces:$t.accounts.flatMap(nr=>nr.workspaces)}),$t.accounts.forEach(nr=>{kn.push({type:"account",className:"workspaceSelector__accountName"+(nr.label?"":" u-display-none"),label:nr.label,id:nr.id,key:`${nr.id}_${nr.label}`,workspaces:nr.workspaces}),nr.workspaces.forEach(Zt=>{kn.push({type:"workspace",className:"workspaceSelector__workspaceName"+(Zt.isActive?" workspaceSelector__workspaceName--active":""),label:H.jsxs(uo,{justify:"space-between",align:"center",gap:"small",children:[Zt.label,Zt.isActive&&H.jsx(p5,{name:"selected",size:"xs",color:"text"})]}),id:Zt.id,key:`${Zt.id}_${Zt.label}`,onClick:Zt.onClick,isActive:Zt.isActive})})}),kn),[])}function Pn(kn){const $t=kn.target.value.toLowerCase();if(g($t),$t){const Zt=nr();ze(Zt)}else x(B);function nr(){return B.reduce((Cr,Ar)=>{if(Zt(Ar))Cr.push(Ar);else{const Tr=_e({},Ar);Tr.accounts=[],Ar.accounts.forEach(hr=>{const Yn=_e({},hr);Yn.workspaces=[],Zt(hr)?Tr.accounts.push(hr):(hr.workspaces.forEach(Nn=>{Zt(Nn)&&Yn.workspaces.push(Nn)}),Yn.workspaces.length&&Tr.accounts.push(Yn))}),Tr.accounts.length&&Cr.push(Tr)}return Cr},[]);function Zt(Cr){return!!Cr.label&&Cr.label.toString().toLowerCase().includes($t)||!!Cr.id&&Cr.id.toString().toLowerCase().includes($t)}}}}const mM=4.5,CM="Join the new mParticle Experience!",gM="Managing your data is easier than ever with the new mParticle experience. Try out the latest features with ease, and switch back to the classic experience anytime from the side navigation.",bp=i=>{const{onClose:m,onRemindMeLater:g,onTakeMeThere:l,duration:B=mM,title:ee=CM,message:x=gM}=i,[Oe,Ue]=he.notification.useNotification({prefixCls:"globalNavigation__newExperienceReminder",duration:B,placement:"bottomLeft"});return[()=>{const Tt=`notification-${Date.now()}`,We=H.jsxs(hf,{children:[H.jsx(E1,{type:"link",size:"small",onClick:lt=>{g(),Oe.destroy(Tt)},children:"Remind me later"}),H.jsx(E1,{type:"primary",size:"small",onClick:lt=>{l(),Oe.destroy(Tt)},children:"Take me there"})]});Oe.open({message:H.jsx("span",{style:{fontWeight:mv},children:ee}),description:x,btn:We,key:Tt,onClose:m})},Ue]};function yM(i){return H.jsx(Oa,{className:"globalNavigation__mpHome",onClick:i.onClick,children:H.jsx(p5,{name:"mpLogo",size:"lg",color:"white"})})}function SM(i){return H.jsx(K6,{title:"mParticle Overview",placement:"right",children:H.jsx(yM,{onClick:i.onTooltipClick})})}function EM(i){return H.jsx(SM,{onTooltipClick:i.onMpHomeClick})}const _p=9999;function TM(ee){var x=ee,{zIndex:i,onClose:m,onPreferencesClick:g,unreadMessages:l}=x,B=xi(x,["zIndex","onClose","onPreferencesClick","unreadMessages"]);return H.jsx(pf,D5(_e({trigger:"click",placement:"right",arrow:!1,zIndex:i!=null?i:_p,overlayClassName:"notificationCenter__popover",title:H.jsxs(he.Flex,{className:"notificationCenter__header",justify:"space-between",align:"center",children:[H.jsx(he.Typography.Text,{strong:!0,children:"Notifications"}),H.jsxs(he.Space,{children:[g&&H.jsx(he.Button,{type:"text",shape:"circle",icon:H.jsx(p5,{name:"settings"}),onClick:g}),m&&H.jsx(he.Button,{type:"text",shape:"circle",icon:H.jsx(p5,{name:"remove"}),onClick:m})]})]})},B),{children:H.jsx("div",{children:H.jsx(O7,{type:"link",isActive:B==null?void 0:B.open,icon:H.jsx(N7,{dot:!0,count:Math.max(l!=null?l:0,0),children:H.jsx(p5,{name:"notification"})})},"notificationCenter")})}))}const Lp=90,Ap=g=>{var l=g,{showSuiteLogo:i=!0}=l,m=xi(l,["showSuiteLogo"]);var B,ee,x;return H.jsx(ql,{className:"globalNavigation",children:H.jsx(ql.Sider,{className:"globalNavigation__sider",width:Lp,children:H.jsxs(uo,{vertical:!0,justify:"space-between",style:{height:"100%"},children:[H.jsxs("div",{children:[i&&H.jsxs(H.Fragment,{children:[H.jsx(kv,D5(_e({},m.logo),{suiteSelectorOptions:(B=m.minimapOptions)!=null?B:m.suiteSelectorOptions})),H.jsx("div",{className:"globalNavigation__divider"})]}),H.jsxs(Oa,{vertical:!0,children:[m.onSearchClick&&H.jsx(jA,{onClick:m.onSearchClick}),m.createItems&&H.jsx(GA,{createItems:m.createItems})]}),H.jsx(U7,{items:m.tools})]}),H.jsxs("div",{children:[m.notificationCenter&&H.jsx(TM,_e({},m.notificationCenter)),H.jsx(U7,{items:m.management}),m.orgs?H.jsx(hM,{orgs:m.orgs,navigationButtonItemOptions:m.navigationButtonItemOptions,avatarOptions:m.avatarOptions}):!!((ee=m.navigationButtonItemOptions)!=null&&ee.onClick)&&H.jsx(O7,{type:"link",icon:H.jsx(p5,{name:"signout"}),label:"Sign Out",hideLabel:!0,onClick:(x=m.navigationButtonItemOptions)==null?void 0:x.onClick}),!m.hideMpHome&&H.jsx(EM,{onMpHomeClick:m.onMpHomeClick})]})]})})})};Ap.useNewExperienceReminder=bp;function xp(i){const m=wM();return m!=null&&m[i]?m[i]:null}function wM(){return xM(document.cookie)}function bM(i){const m=xp(i);return m&&JSON.parse(m)}function _M(i,m,g={}){let l=`${Dp(i)}=${m!=null?Dp(m):""}`;g.path&&(l+=`; path=${g.path}`),g.domain&&(l+=`; domain=${g.domain}`),(g.permanent||g.expiresISOString)&&(l+=`; expires=${LM(m,g.permanent,g.expiresISOString)}`),g.secure&&(l+="; secure"),document.cookie=l}function LM(i,m,g){const l="Thu, 01 Jan 1970 00:00:01 GMT";return i===null?l:m?"Sat, 31 Dec 2044 23:59:59 GMT":g!=null?g:l}function AM(i,m,g={}){_M(i,JSON.stringify(m),g)}function Mp(i){try{return decodeURIComponent(i)}catch(m){return null}}function Dp(i){try{return encodeURIComponent(i)}catch(m){return null}}function xM(i){const m={},g=i.split(/ *; */);if(g[0]==="")return m;for(let l=0,B=g.length;l<B;l+=1){const ee=g[l].split("="),x=Mp(ee[0]),Oe=Mp(ee[1]);x&&Oe&&(m[x]=Oe)}return m}var e3=(i=>(i[i.Global=0]="Global",i[i.LevelOneScope=1]="LevelOneScope",i[i.LevelTwoScope=2]="LevelTwoScope",i[i.LevelThreeScope=3]="LevelThreeScope",i))(e3||{});const td="-",Rp="global";function MM(){this.__data__=[],this.size=0}var DM=MM;function RM(i,m){return i===m||i!==i&&m!==m}var kp=RM,kM=kp;function NM(i,m){for(var g=i.length;g--;)if(kM(i[g][0],m))return g;return-1}var xf=NM,IM=xf,PM=Array.prototype,VM=PM.splice;function HM(i){var m=this.__data__,g=IM(m,i);if(g<0)return!1;var l=m.length-1;return g==l?m.pop():VM.call(m,g,1),--this.size,!0}var OM=HM,UM=xf;function zM(i){var m=this.__data__,g=UM(m,i);return g<0?void 0:m[g][1]}var BM=zM,FM=xf;function $M(i){return FM(this.__data__,i)>-1}var jM=$M,ZM=xf;function GM(i,m){var g=this.__data__,l=ZM(g,i);return l<0?(++this.size,g.push([i,m])):g[l][1]=m,this}var WM=GM,YM=DM,QM=OM,XM=BM,KM=jM,qM=WM;function ru(i){var m=-1,g=i==null?0:i.length;for(this.clear();++m<g;){var l=i[m];this.set(l[0],l[1])}}ru.prototype.clear=YM,ru.prototype.delete=QM,ru.prototype.get=XM,ru.prototype.has=KM,ru.prototype.set=qM;var Mf=ru,JM=Mf;function eD(){this.__data__=new JM,this.size=0}var tD=eD;function nD(i){var m=this.__data__,g=m.delete(i);return this.size=m.size,g}var rD=nD;function aD(i){return this.__data__.get(i)}var iD=aD;function oD(i){return this.__data__.has(i)}var lD=oD,uD=typeof Cf=="object"&&Cf&&Cf.Object===Object&&Cf,Np=uD,sD=Np,cD=typeof self=="object"&&self&&self.Object===Object&&self,fD=sD||cD||Function("return this")(),Ri=fD,dD=Ri,vD=dD.Symbol,nd=vD,Ip=nd,Pp=Object.prototype,pD=Pp.hasOwnProperty,hD=Pp.toString,ns=Ip?Ip.toStringTag:void 0;function mD(i){var m=pD.call(i,ns),g=i[ns];try{i[ns]=void 0;var l=!0}catch(ee){}var B=hD.call(i);return l&&(m?i[ns]=g:delete i[ns]),B}var CD=mD,gD=Object.prototype,yD=gD.toString;function SD(i){return yD.call(i)}var ED=SD,Vp=nd,TD=CD,wD=ED,bD="[object Null]",_D="[object Undefined]",Hp=Vp?Vp.toStringTag:void 0;function LD(i){return i==null?i===void 0?_D:bD:Hp&&Hp in Object(i)?TD(i):wD(i)}var Df=LD;function AD(i){var m=typeof i;return i!=null&&(m=="object"||m=="function")}var rs=AD,xD=Df,MD=rs,DD="[object AsyncFunction]",RD="[object Function]",kD="[object GeneratorFunction]",ND="[object Proxy]";function ID(i){if(!MD(i))return!1;var m=xD(i);return m==RD||m==kD||m==DD||m==ND}var Op=ID,PD=Ri,VD=PD["__core-js_shared__"],HD=VD,rd=HD,Up=function(){var i=/[^.]+$/.exec(rd&&rd.keys&&rd.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""}();function OD(i){return!!Up&&Up in i}var UD=OD,zD=Function.prototype,BD=zD.toString;function FD(i){if(i!=null){try{return BD.call(i)}catch(m){}try{return i+""}catch(m){}}return""}var zp=FD,$D=Op,jD=UD,ZD=rs,GD=zp,WD=/[\\^$.*+?()[\]{}|]/g,YD=/^\[object .+?Constructor\]$/,QD=Function.prototype,XD=Object.prototype,KD=QD.toString,qD=XD.hasOwnProperty,JD=RegExp("^"+KD.call(qD).replace(WD,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function eR(i){if(!ZD(i)||jD(i))return!1;var m=$D(i)?JD:YD;return m.test(GD(i))}var tR=eR;function nR(i,m){return i==null?void 0:i[m]}var rR=nR,aR=tR,iR=rR;function oR(i,m){var g=iR(i,m);return aR(g)?g:void 0}var t3=oR,lR=t3,uR=Ri,sR=lR(uR,"Map"),ad=sR,cR=t3,fR=cR(Object,"create"),Rf=fR,Bp=Rf;function dR(){this.__data__=Bp?Bp(null):{},this.size=0}var vR=dR;function pR(i){var m=this.has(i)&&delete this.__data__[i];return this.size-=m?1:0,m}var hR=pR,mR=Rf,CR="__lodash_hash_undefined__",gR=Object.prototype,yR=gR.hasOwnProperty;function SR(i){var m=this.__data__;if(mR){var g=m[i];return g===CR?void 0:g}return yR.call(m,i)?m[i]:void 0}var ER=SR,TR=Rf,wR=Object.prototype,bR=wR.hasOwnProperty;function _R(i){var m=this.__data__;return TR?m[i]!==void 0:bR.call(m,i)}var LR=_R,AR=Rf,xR="__lodash_hash_undefined__";function MR(i,m){var g=this.__data__;return this.size+=this.has(i)?0:1,g[i]=AR&&m===void 0?xR:m,this}var DR=MR,RR=vR,kR=hR,NR=ER,IR=LR,PR=DR;function au(i){var m=-1,g=i==null?0:i.length;for(this.clear();++m<g;){var l=i[m];this.set(l[0],l[1])}}au.prototype.clear=RR,au.prototype.delete=kR,au.prototype.get=NR,au.prototype.has=IR,au.prototype.set=PR;var VR=au,Fp=VR,HR=Mf,OR=ad;function UR(){this.size=0,this.__data__={hash:new Fp,map:new(OR||HR),string:new Fp}}var zR=UR;function BR(i){var m=typeof i;return m=="string"||m=="number"||m=="symbol"||m=="boolean"?i!=="__proto__":i===null}var FR=BR,$R=FR;function jR(i,m){var g=i.__data__;return $R(m)?g[typeof m=="string"?"string":"hash"]:g.map}var kf=jR,ZR=kf;function GR(i){var m=ZR(this,i).delete(i);return this.size-=m?1:0,m}var WR=GR,YR=kf;function QR(i){return YR(this,i).get(i)}var XR=QR,KR=kf;function qR(i){return KR(this,i).has(i)}var JR=qR,ek=kf;function tk(i,m){var g=ek(this,i),l=g.size;return g.set(i,m),this.size+=g.size==l?0:1,this}var nk=tk,rk=zR,ak=WR,ik=XR,ok=JR,lk=nk;function iu(i){var m=-1,g=i==null?0:i.length;for(this.clear();++m<g;){var l=i[m];this.set(l[0],l[1])}}iu.prototype.clear=rk,iu.prototype.delete=ak,iu.prototype.get=ik,iu.prototype.has=ok,iu.prototype.set=lk;var uk=iu,sk=Mf,ck=ad,fk=uk,dk=200;function vk(i,m){var g=this.__data__;if(g instanceof sk){var l=g.__data__;if(!ck||l.length<dk-1)return l.push([i,m]),this.size=++g.size,this;g=this.__data__=new fk(l)}return g.set(i,m),this.size=g.size,this}var pk=vk,hk=Mf,mk=tD,Ck=rD,gk=iD,yk=lD,Sk=pk;function ou(i){var m=this.__data__=new hk(i);this.size=m.size}ou.prototype.clear=mk,ou.prototype.delete=Ck,ou.prototype.get=gk,ou.prototype.has=yk,ou.prototype.set=Sk;var Ek=ou;function Tk(i,m){for(var g=-1,l=i==null?0:i.length;++g<l&&m(i[g],g,i)!==!1;);return i}var wk=Tk,bk=t3,_k=function(){try{var i=bk(Object,"defineProperty");return i({},"",{}),i}catch(m){}}(),Lk=_k,$p=Lk;function Ak(i,m,g){m=="__proto__"&&$p?$p(i,m,{configurable:!0,enumerable:!0,value:g,writable:!0}):i[m]=g}var jp=Ak,xk=jp,Mk=kp,Dk=Object.prototype,Rk=Dk.hasOwnProperty;function kk(i,m,g){var l=i[m];(!(Rk.call(i,m)&&Mk(l,g))||g===void 0&&!(m in i))&&xk(i,m,g)}var Zp=kk,Nk=Zp,Ik=jp;function Pk(i,m,g,l){var B=!g;g||(g={});for(var ee=-1,x=m.length;++ee<x;){var Oe=m[ee],Ue=l?l(g[Oe],i[Oe],Oe,g,i):void 0;Ue===void 0&&(Ue=i[Oe]),B?Ik(g,Oe,Ue):Nk(g,Oe,Ue)}return g}var Nf=Pk;function Vk(i,m){for(var g=-1,l=Array(i);++g<i;)l[g]=m(g);return l}var Hk=Vk;function Ok(i){return i!=null&&typeof i=="object"}var as=Ok,Uk=Df,zk=as,Bk="[object Arguments]";function Fk(i){return zk(i)&&Uk(i)==Bk}var $k=Fk,Gp=$k,jk=as,Wp=Object.prototype,Zk=Wp.hasOwnProperty,Gk=Wp.propertyIsEnumerable,Wk=Gp(function(){return arguments}())?Gp:function(i){return jk(i)&&Zk.call(i,"callee")&&!Gk.call(i,"callee")},Yk=Wk,Qk=Array.isArray,id=Qk,If={exports:{}};function Xk(){return!1}var Kk=Xk;If.exports,function(i,m){var g=Ri,l=Kk,B=m&&!m.nodeType&&m,ee=B&&!0&&i&&!i.nodeType&&i,x=ee&&ee.exports===B,Oe=x?g.Buffer:void 0,Ue=Oe?Oe.isBuffer:void 0,ze=Ue||l;i.exports=ze}(If,If.exports);var Yp=If.exports,qk=9007199254740991,Jk=/^(?:0|[1-9]\d*)$/;function eN(i,m){var g=typeof i;return m=m==null?qk:m,!!m&&(g=="number"||g!="symbol"&&Jk.test(i))&&i>-1&&i%1==0&&i<m}var tN=eN,nN=9007199254740991;function rN(i){return typeof i=="number"&&i>-1&&i%1==0&&i<=nN}var Qp=rN,aN=Df,iN=Qp,oN=as,lN="[object Arguments]",uN="[object Array]",sN="[object Boolean]",cN="[object Date]",fN="[object Error]",dN="[object Function]",vN="[object Map]",pN="[object Number]",hN="[object Object]",mN="[object RegExp]",CN="[object Set]",gN="[object String]",yN="[object WeakMap]",SN="[object ArrayBuffer]",EN="[object DataView]",TN="[object Float32Array]",wN="[object Float64Array]",bN="[object Int8Array]",_N="[object Int16Array]",LN="[object Int32Array]",AN="[object Uint8Array]",xN="[object Uint8ClampedArray]",MN="[object Uint16Array]",DN="[object Uint32Array]",E5={};E5[TN]=E5[wN]=E5[bN]=E5[_N]=E5[LN]=E5[AN]=E5[xN]=E5[MN]=E5[DN]=!0,E5[lN]=E5[uN]=E5[SN]=E5[sN]=E5[EN]=E5[cN]=E5[fN]=E5[dN]=E5[vN]=E5[pN]=E5[hN]=E5[mN]=E5[CN]=E5[gN]=E5[yN]=!1;function RN(i){return oN(i)&&iN(i.length)&&!!E5[aN(i)]}var kN=RN;function NN(i){return function(m){return i(m)}}var od=NN,Pf={exports:{}};Pf.exports,function(i,m){var g=Np,l=m&&!m.nodeType&&m,B=l&&!0&&i&&!i.nodeType&&i,ee=B&&B.exports===l,x=ee&&g.process,Oe=function(){try{var Ue=B&&B.require&&B.require("util").types;return Ue||x&&x.binding&&x.binding("util")}catch(ze){}}();i.exports=Oe}(Pf,Pf.exports);var ld=Pf.exports,IN=kN,PN=od,Xp=ld,Kp=Xp&&Xp.isTypedArray,VN=Kp?PN(Kp):IN,HN=VN,ON=Hk,UN=Yk,zN=id,BN=Yp,FN=tN,$N=HN,jN=Object.prototype,ZN=jN.hasOwnProperty;function GN(i,m){var g=zN(i),l=!g&&UN(i),B=!g&&!l&&BN(i),ee=!g&&!l&&!B&&$N(i),x=g||l||B||ee,Oe=x?ON(i.length,String):[],Ue=Oe.length;for(var ze in i)(m||ZN.call(i,ze))&&!(x&&(ze=="length"||B&&(ze=="offset"||ze=="parent")||ee&&(ze=="buffer"||ze=="byteLength"||ze=="byteOffset")||FN(ze,Ue)))&&Oe.push(ze);return Oe}var qp=GN,WN=Object.prototype;function YN(i){var m=i&&i.constructor,g=typeof m=="function"&&m.prototype||WN;return i===g}var ud=YN;function QN(i,m){return function(g){return i(m(g))}}var Jp=QN,XN=Jp,KN=XN(Object.keys,Object),qN=KN,JN=ud,eI=qN,tI=Object.prototype,nI=tI.hasOwnProperty;function rI(i){if(!JN(i))return eI(i);var m=[];for(var g in Object(i))nI.call(i,g)&&g!="constructor"&&m.push(g);return m}var aI=rI,iI=Op,oI=Qp;function lI(i){return i!=null&&oI(i.length)&&!iI(i)}var eh=lI,uI=qp,sI=aI,cI=eh;function fI(i){return cI(i)?uI(i):sI(i)}var sd=fI,dI=Nf,vI=sd;function pI(i,m){return i&&dI(m,vI(m),i)}var hI=pI;function mI(i){var m=[];if(i!=null)for(var g in Object(i))m.push(g);return m}var CI=mI,gI=rs,yI=ud,SI=CI,EI=Object.prototype,TI=EI.hasOwnProperty;function wI(i){if(!gI(i))return SI(i);var m=yI(i),g=[];for(var l in i)l=="constructor"&&(m||!TI.call(i,l))||g.push(l);return g}var bI=wI,_I=qp,LI=bI,AI=eh;function xI(i){return AI(i)?_I(i,!0):LI(i)}var cd=xI,MI=Nf,DI=cd;function RI(i,m){return i&&MI(m,DI(m),i)}var kI=RI,Vf={exports:{}};Vf.exports,function(i,m){var g=Ri,l=m&&!m.nodeType&&m,B=l&&!0&&i&&!i.nodeType&&i,ee=B&&B.exports===l,x=ee?g.Buffer:void 0,Oe=x?x.allocUnsafe:void 0;function Ue(ze,Tt){if(Tt)return ze.slice();var We=ze.length,lt=Oe?Oe(We):new ze.constructor(We);return ze.copy(lt),lt}i.exports=Ue}(Vf,Vf.exports);var NI=Vf.exports;function II(i,m){var g=-1,l=i.length;for(m||(m=Array(l));++g<l;)m[g]=i[g];return m}var PI=II;function VI(i,m){for(var g=-1,l=i==null?0:i.length,B=0,ee=[];++g<l;){var x=i[g];m(x,g,i)&&(ee[B++]=x)}return ee}var HI=VI;function OI(){return[]}var th=OI,UI=HI,zI=th,BI=Object.prototype,FI=BI.propertyIsEnumerable,nh=Object.getOwnPropertySymbols,$I=nh?function(i){return i==null?[]:(i=Object(i),UI(nh(i),function(m){return FI.call(i,m)}))}:zI,fd=$I,jI=Nf,ZI=fd;function GI(i,m){return jI(i,ZI(i),m)}var WI=GI;function YI(i,m){for(var g=-1,l=m.length,B=i.length;++g<l;)i[B+g]=m[g];return i}var rh=YI,QI=Jp,XI=QI(Object.getPrototypeOf,Object),ah=XI,KI=rh,qI=ah,JI=fd,eP=th,tP=Object.getOwnPropertySymbols,nP=tP?function(i){for(var m=[];i;)KI(m,JI(i)),i=qI(i);return m}:eP,ih=nP,rP=Nf,aP=ih;function iP(i,m){return rP(i,aP(i),m)}var oP=iP,lP=rh,uP=id;function sP(i,m,g){var l=m(i);return uP(i)?l:lP(l,g(i))}var oh=sP,cP=oh,fP=fd,dP=sd;function vP(i){return cP(i,dP,fP)}var pP=vP,hP=oh,mP=ih,CP=cd;function gP(i){return hP(i,CP,mP)}var yP=gP,SP=t3,EP=Ri,TP=SP(EP,"DataView"),wP=TP,bP=t3,_P=Ri,LP=bP(_P,"Promise"),AP=LP,xP=t3,MP=Ri,DP=xP(MP,"Set"),RP=DP,kP=t3,NP=Ri,IP=kP(NP,"WeakMap"),PP=IP,dd=wP,vd=ad,pd=AP,hd=RP,md=PP,lh=Df,lu=zp,uh="[object Map]",VP="[object Object]",sh="[object Promise]",ch="[object Set]",fh="[object WeakMap]",dh="[object DataView]",HP=lu(dd),OP=lu(vd),UP=lu(pd),zP=lu(hd),BP=lu(md),n3=lh;(dd&&n3(new dd(new ArrayBuffer(1)))!=dh||vd&&n3(new vd)!=uh||pd&&n3(pd.resolve())!=sh||hd&&n3(new hd)!=ch||md&&n3(new md)!=fh)&&(n3=function(i){var m=lh(i),g=m==VP?i.constructor:void 0,l=g?lu(g):"";if(l)switch(l){case HP:return dh;case OP:return uh;case UP:return sh;case zP:return ch;case BP:return fh}return m});var Cd=n3,FP=Object.prototype,$P=FP.hasOwnProperty;function jP(i){var m=i.length,g=new i.constructor(m);return m&&typeof i[0]=="string"&&$P.call(i,"index")&&(g.index=i.index,g.input=i.input),g}var ZP=jP,GP=Ri,WP=GP.Uint8Array,YP=WP,vh=YP;function QP(i){var m=new i.constructor(i.byteLength);return new vh(m).set(new vh(i)),m}var gd=QP,XP=gd;function KP(i,m){var g=m?XP(i.buffer):i.buffer;return new i.constructor(g,i.byteOffset,i.byteLength)}var qP=KP,JP=/\w*$/;function eV(i){var m=new i.constructor(i.source,JP.exec(i));return m.lastIndex=i.lastIndex,m}var tV=eV,ph=nd,hh=ph?ph.prototype:void 0,mh=hh?hh.valueOf:void 0;function nV(i){return mh?Object(mh.call(i)):{}}var rV=nV,aV=gd;function iV(i,m){var g=m?aV(i.buffer):i.buffer;return new i.constructor(g,i.byteOffset,i.length)}var oV=iV,lV=gd,uV=qP,sV=tV,cV=rV,fV=oV,dV="[object Boolean]",vV="[object Date]",pV="[object Map]",hV="[object Number]",mV="[object RegExp]",CV="[object Set]",gV="[object String]",yV="[object Symbol]",SV="[object ArrayBuffer]",EV="[object DataView]",TV="[object Float32Array]",wV="[object Float64Array]",bV="[object Int8Array]",_V="[object Int16Array]",LV="[object Int32Array]",AV="[object Uint8Array]",xV="[object Uint8ClampedArray]",MV="[object Uint16Array]",DV="[object Uint32Array]";function RV(i,m,g){var l=i.constructor;switch(m){case SV:return lV(i);case dV:case vV:return new l(+i);case EV:return uV(i,g);case TV:case wV:case bV:case _V:case LV:case AV:case xV:case MV:case DV:return fV(i,g);case pV:return new l;case hV:case gV:return new l(i);case mV:return sV(i);case CV:return new l;case yV:return cV(i)}}var kV=RV,NV=rs,Ch=Object.create,IV=function(){function i(){}return function(m){if(!NV(m))return{};if(Ch)return Ch(m);i.prototype=m;var g=new i;return i.prototype=void 0,g}}(),PV=IV,VV=PV,HV=ah,OV=ud;function UV(i){return typeof i.constructor=="function"&&!OV(i)?VV(HV(i)):{}}var zV=UV,BV=Cd,FV=as,$V="[object Map]";function jV(i){return FV(i)&&BV(i)==$V}var ZV=jV,GV=ZV,WV=od,gh=ld,yh=gh&&gh.isMap,YV=yh?WV(yh):GV,QV=YV,XV=Cd,KV=as,qV="[object Set]";function JV(i){return KV(i)&&XV(i)==qV}var eH=JV,tH=eH,nH=od,Sh=ld,Eh=Sh&&Sh.isSet,rH=Eh?nH(Eh):tH,aH=rH,iH=Ek,oH=wk,lH=Zp,uH=hI,sH=kI,cH=NI,fH=PI,dH=WI,vH=oP,pH=pP,hH=yP,mH=Cd,CH=ZP,gH=kV,yH=zV,SH=id,EH=Yp,TH=QV,wH=rs,bH=aH,_H=sd,LH=cd,AH=1,xH=2,MH=4,Th="[object Arguments]",DH="[object Array]",RH="[object Boolean]",kH="[object Date]",NH="[object Error]",wh="[object Function]",IH="[object GeneratorFunction]",PH="[object Map]",VH="[object Number]",bh="[object Object]",HH="[object RegExp]",OH="[object Set]",UH="[object String]",zH="[object Symbol]",BH="[object WeakMap]",FH="[object ArrayBuffer]",$H="[object DataView]",jH="[object Float32Array]",ZH="[object Float64Array]",GH="[object Int8Array]",WH="[object Int16Array]",YH="[object Int32Array]",QH="[object Uint8Array]",XH="[object Uint8ClampedArray]",KH="[object Uint16Array]",qH="[object Uint32Array]",h5={};h5[Th]=h5[DH]=h5[FH]=h5[$H]=h5[RH]=h5[kH]=h5[jH]=h5[ZH]=h5[GH]=h5[WH]=h5[YH]=h5[PH]=h5[VH]=h5[bh]=h5[HH]=h5[OH]=h5[UH]=h5[zH]=h5[QH]=h5[XH]=h5[KH]=h5[qH]=!0,h5[NH]=h5[wh]=h5[BH]=!1;function Hf(i,m,g,l,B,ee){var x,Oe=m&AH,Ue=m&xH,ze=m&MH;if(g&&(x=B?g(i,l,B,ee):g(i)),x!==void 0)return x;if(!wH(i))return i;var Tt=SH(i);if(Tt){if(x=CH(i),!Oe)return fH(i,x)}else{var We=mH(i),lt=We==wh||We==IH;if(EH(i))return cH(i,Oe);if(We==bh||We==Th||lt&&!B){if(x=Ue||lt?{}:yH(i),!Oe)return Ue?vH(i,sH(x,i)):dH(i,uH(x,i))}else{if(!h5[We])return B?i:{};x=gH(i,We,Oe)}}ee||(ee=new iH);var ot=ee.get(i);if(ot)return ot;ee.set(i,x),bH(i)?i.forEach(function(xe){x.add(Hf(xe,m,g,xe,i,ee))}):TH(i)&&i.forEach(function(xe,jn){x.set(jn,Hf(xe,m,g,jn,i,ee))});var jt=ze?Ue?hH:pH:Ue?LH:_H,yt=Tt?void 0:jt(i);return oH(yt||i,function(xe,jn){yt&&(jn=xe,xe=i[jn]),lH(x,jn,Hf(xe,m,g,jn,i,ee))}),x}var JH=Hf,eO=JH,tO=1,nO=4;function rO(i){return eO(i,tO|nO)}var aO=rO;const iO=z7(aO);class _h{getScopedUserPreferences(m,g,l){const B=Object.keys(l).map(x=>{const Oe=l[x];return this.createUserPreferenceEntryFromDefinition(m,g,x,Oe)}),ee={};for(const[x,Oe]of B)ee[x]=Oe;return ee}getUpdatedUserPreferenceStorageObject(m,g,l,B,ee){var ze;const x=B?iO(B):{},Oe=this.getEffectiveScope(l,ee),Ue=(ze=x[Oe])!=null?ze:{};return Ue[m]=g,x[Oe]=Ue,x}createUserPreferenceEntryFromDefinition(m,g,l,B){if(!m)return[l,B.defaultValue];const ee=this.getEffectiveScope(g,B.allowedScope),x=m[ee],Oe=x==null?void 0:x[l],Ue=Oe!=null?Oe:B.defaultValue;return[l,Ue]}getEffectiveScope(m,g){if(g===null)throw new Error("ArgumentError | An allowed scope must be provided.");if(g===e3.Global)return Rp;let l=0;switch(g){case e3.LevelOneScope:l=1;break;case e3.LevelTwoScope:l=2;break;case e3.LevelThreeScope:l=3;break;default:throw new Error("ArgumentError | An invalid allowed scope was provided.")}const B=m.split(td);return B.length=l,B.join(td)}}class Lh{constructor(m,g,l,B){this.definitions=m,this.currentScope=g,this.cookieOptions=l,this.onUpdate=B,this.compositeUserPreferencesService=new _h}getPreference(m){return ao(this,null,function*(){const g=this.preferences[m];return g||(yield Promise.reject(new Error("Invalid Operation. A user preference could not be found."))),g})}setPreference(m,g){return ao(this,null,function*(){var ee;const l=yield this.getStoredPreferences(),B=this.compositeUserPreferencesService.getUpdatedUserPreferenceStorageObject(m,g,this.currentScope,l,this.definitions[m].allowedScope);yield this.setStoredPreferences(B),this.preferences=this.compositeUserPreferencesService.getScopedUserPreferences(B,this.currentScope,this.definitions),(ee=this.onUpdate)==null||ee.call(this,this.preferences)})}init(){return ao(this,null,function*(){var g;const m=yield this.getStoredPreferences();this.preferences=this.compositeUserPreferencesService.getScopedUserPreferences(m,this.currentScope,this.definitions),(g=this.onUpdate)==null||g.call(this,this.preferences)})}getStoredPreferences(){return ao(this,null,function*(){var m;return yield Promise.resolve((m=bM(this.cookieOptions.key))!=null?m:{})})}setStoredPreferences(m){return ao(this,null,function*(){AM(this.cookieOptions.key,m,this.cookieOptions),yield Promise.resolve()})}}const is={"font-family":"'GT America', Helvetica, Arial, sans-serif","font-size":".9em","font-weight":"initial",color:"rgba(56, 60, 67, 0.7)"},oO={chart:{animation:!0,backgroundColor:void 0,plotBackgroundColor:void 0,plotBorderWidth:0,plotShadow:!1,borderRadius:0,styledMode:!1},plotOptions:{series:{marker:{enabled:!0,lineWidth:2,lineColor:void 0,radius:3,symbol:"circle",states:{select:{}}},animation:{duration:200},states:{inactive:{opacity:1}},dataLabels:{borderWidth:6,color:"white"}},column:{animation:!0,maxPointWidth:350},area:{animation:!0,trackByArea:!0,stickyTracking:!1,fillOpacity:1},pie:{animation:!0,allowPointSelect:!0,dataLabels:{enabled:!0,style:{fontWeight:"initial"}},showInLegend:!0}},xAxis:{labels:{enabled:!0,style:is,y:25},title:{style:is},lineWidth:1,tickWidth:1,minPadding:0,maxPadding:0,startOnTick:!1,endOnTick:!1},yAxis:{gridLineColor:"#f2f4f7",lineColor:"#8a95a4",lineWidth:1,title:{style:is},labels:{enabled:!0,style:is},reversedStacks:!1,stackLabels:{crop:!1,useHTML:!0,y:4}},credits:{enabled:!1},exporting:{enabled:!1}},lO={primary:"#1cbc97",purple:"#5206b8",cyan:"#00c2df",yellow:"#f7d40f",sapphire:"#223ce0",kelly:"#0cab61",teal:"#99cd0f",gold:"#f7bd0f",lime:"#d2eff4",secondaryPrimary:"#19d1a7",secondaryPurple:"#832bf8",secondaryCoral:"#ff8666",secondaryPrimaryDark:"#00755a",secondaryCyan:"#00dafa",secondaryYellow:"#ffe77c",secondarySapphire:"#0087f6",secondaryKelly:"#00cd6e",secondaryTeal:"#00fad7",secondaryGold:"#f7d40f",secondaryLime:"#a7e504"},uO=[0,-42,37,-69,62].map(i=>Object.values(lO).map(m=>sO(m,i))).flat();function sO(i,m){i=i.replace(/^#/,""),i.length===3&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]);let[g,l,B]=i.match(/.{2}/g);[g,l,B]=[Number.parseInt(g,16)+m,Number.parseInt(l,16)+m,Number.parseInt(B,16)+m],g=Math.max(Math.min(255,g),0).toString(16),l=Math.max(Math.min(255,l),0).toString(16),B=Math.max(Math.min(255,B),0).toString(16);const ee=(g.length<2?"0":"")+g,x=(l.length<2?"0":"")+l,Oe=(B.length<2?"0":"")+B;return`#${ee}${x}${Oe}`}var ti=(i=>(i.Root="Root",i.DataPlatform="DataPlatform",i.Customer360="Customer360",i.Segmentation="Segmentation",i.Oversight="Oversight",i))(ti||{});class os{getRoutesAuthorizations(){const m=this.getAuthorizations(),g=Object.keys(m).map(B=>({suite:this.suite,route:B,authorized:m[B]}));return[{suite:this.suite,route:"",authorized:g.some(B=>B.authorized)},...g]}}const Rn={[ti.Root]:{Overview:{Root:"mp/overview",Connections:"mp/overview/connections"},Workspaces:"mp/workspaces",UserSettings:"mp/usersettings",SwitchWorkspace:"mp/switch-workspace",Analytics:"mp/analytics",Predictions:"mp/predictions",UserSettingsList:"mp/usersettings/list",NotificationPreferences:"mp/usersettings/notificationpreferences",UsageBilling:"mp/usagebilling",NewExperienceOnly:"mp/new-experience-only",UncaughtErrorHandlerTest:"mp/uncaughtErrorHandlerTest",Playground:{React:"mp/playground/react",ReactExample:"mp/playground/react/data-example",PopOverErrorIcon:"mp/playground/popovererroricon",Card:"mp/playground/card",DashboardComponents:"mp/playground/dashboard-components",Services:"mp/playground/services",JourneyMilestoneAudience:"mp/playground/journey-milestone-audience-modal-playground",AudienceSizeLabel:"mp/playground/audience-size-label",CategoryList:"mp/playground/categorylist",Journey:"mp/playground/journey",LiveSearch:"mp/playground/livesearch",DmDataTable:"mp/playground/dmdatatable",CardDetailContainer:"mp/playground/card-detail-container",DatePicker:"mp/playground/datepicker",FaultError:"mp/playground/faulterror",AudienceConnect:"mp/playground/audienceconnect",AudienceFault:"mp/playground/audiencefault",AudienceInputs:"mp/playground/audienceinputs",AudienceOutputs:"mp/playground/audienceoutputs",mpDataTable:"mp/playground/mp-data-table",DiagramService:"mp/playground/diagram-service",AudienceBuilder:"mp/playground/audiencebuilder",InputTile:"mp/playground/inputtile",OutputTile:"mp/playground/outputtile",InputSelector:"mp/playground/inputselector",OutputSelector:"mp/playground/outputselector",InstructionComponents:"mp/playground/instruction-components",QuickstartLivestream:"mp/playground/quickstart-livestream",WizardBreadcrumbs:"mp/playground/wizard-breadcrumbs",WizardManager:"mp/playground/wizard-manager",HelpText:"mp/playground/help-text",DropdownEvents:"mp/playground/dropdown-events",StyleguideButtons:"mp/playground/styleguide/buttons",StyleguideTextFields:"mp/styleguide/textfields",StyleguideDropdowns:"mp/styleguide/dropdowns",StyleguideCallouts:"mp/styleguide/callouts",Video:"mp/playground/video"}},[ti.DataPlatform]:{Trends:"data-platform/trends",Setup:{Root:"data-platform/setup",Connections:"data-platform/setup/connections",Inputs:{Root:"data-platform/setup/inputs",Feeds:"data-platform/setup/inputs/feeds",Apps:"data-platform/setup/inputs/apps"},Outputs:{Root:"data-platform/setup/outputs",Event:"data-platform/setup/outputs/event",Audience:"data-platform/setup/outputs/audience",CookieSync:"data-platform/setup/outputs/cookiesync",Gdpr:"data-platform/setup/outputs/gdpr",LiveRamp:"data-platform/setup/outputs/liveramp",Dsr:"data-platform/setup/outputs/dsr",DataWarehouse:"data-platform/setup/outputs/datawarehouse",Crm:"data-platform/setup/outputs/crm"},Directory:{Root:"data-platform/setup/directory",Listing:"data-platform/setup/directory/listing"},WarehouseSync:"data-platform/setup/warehouse-sync"},Livestream:"data-platform/livestream",DataCatalog:"data-platform/data-catalog",Transformations:{Root:"data-platform/transformations",Rules:"data-platform/transformations/rules",Plans:"data-platform/transformations/plans",Filters:{Root:"data-platform/transformations/filters",Platform:"data-platform/transformations/filters/platform",Feed:"data-platform/transformations/filters/feed"}},EventForwarding:"data-platform/event-forwarding"},[ti.Customer360]:{Identity:{Root:"customer-360/identity",GroupIdentities:"customer-360/identity/group-identities"},UserProfile:"customer-360/user-profile",Enrichment:{Root:"customer-360/enrichment",CalculatedAttributes:"customer-360/enrichment/calculated-attributes",PredictiveAttributes:"customer-360/enrichment/predictive-attributes",PredictiveAttributesNew:"customer-360/enrichment/predictive-attributes/new",PredictiveAttributesNextBestAction:"customer-360/enrichment/predictive-attributes/next-best-action"}},[ti.Segmentation]:{Audiences:{Root:"segmentation/audiences",RealTime:"segmentation/audiences/real-time",Standard:"segmentation/audiences/standard",Shared:"segmentation/audiences/shared",SharedByAccount:"segmentation/audiences/sharedbyaccount",Received:"segmentation/audiences/received",P2P:"segmentation/audiences/p2p"},Journeys:"segmentation/journeys"},[ti.Oversight]:{SystemAlerts:"oversight/system-alerts",Observability:{Root:"oversight/observability",List:"oversight/observability/trace/activity",Requests:"oversight/observability/trace/configurations"},DSR:"oversight/data-subject-requests",PrivacySettings:"oversight/privacy-settings"}};var Hr=(i=>(i[i.ORG_CREATE=100]="ORG_CREATE",i[i.ORG_UPDATE=101]="ORG_UPDATE",i[i.ORG_DELETE=102]="ORG_DELETE",i[i.APPFAMILY_CREATE=103]="APPFAMILY_CREATE",i[i.APPFAMILY_UPDATE=104]="APPFAMILY_UPDATE",i[i.APPFAMILY_DELETE=105]="APPFAMILY_DELETE",i[i.ACCOUNT_CREATE=110]="ACCOUNT_CREATE",i[i.ACCOUNT_UPDATE=111]="ACCOUNT_UPDATE",i[i.ACCOUNT_DELETE=112]="ACCOUNT_DELETE",i[i.USER_CREATE=113]="USER_CREATE",i[i.USER_UPDATE=114]="USER_UPDATE",i[i.USER_DEACTIVATE=115]="USER_DEACTIVATE",i[i.USER_LIST=116]="USER_LIST",i[i.USER_VIEW=117]="USER_VIEW",i[i.USER_ROLECHANGE=118]="USER_ROLECHANGE",i[i.USER_PASSWORDRESET=119]="USER_PASSWORDRESET",i[i.ORG_LIST=121]="ORG_LIST",i[i.EVENT_LIST=122]="EVENT_LIST",i[i.LOGIN=123]="LOGIN",i[i.ACCOUNT_LIST=124]="ACCOUNT_LIST",i[i.ACCOUNT_VIEW=125]="ACCOUNT_VIEW",i[i.APPFAMILY_LIST=126]="APPFAMILY_LIST",i[i.APPFAMILY_VIEW=127]="APPFAMILY_VIEW",i[i.ORG_VIEW=128]="ORG_VIEW",i[i.PARTNER_CREATE=130]="PARTNER_CREATE",i[i.TOKEN_EDIT=131]="TOKEN_EDIT",i[i.DEVICE_CREATE=132]="DEVICE_CREATE",i[i.DEVICE_UPDATE=133]="DEVICE_UPDATE",i[i.DEVICE_DELETE=134]="DEVICE_DELETE",i[i.DEVICE_LIST=135]="DEVICE_LIST",i[i.DEVICE_VIEW=136]="DEVICE_VIEW",i[i.POLICY_LIST=137]="POLICY_LIST",i[i.POLICY_ADD=138]="POLICY_ADD",i[i.POLICY_EDIT=139]="POLICY_EDIT",i[i.POLICY_DELETE=140]="POLICY_DELETE",i[i.PUBLISHER_ADD=141]="PUBLISHER_ADD",i[i.PUBLISHER_LIST=142]="PUBLISHER_LIST",i[i.PUBLISHER_EDIT=143]="PUBLISHER_EDIT",i[i.PUBLISHER_DELETE=144]="PUBLISHER_DELETE",i[i.CAMPAIGN_CREATE=145]="CAMPAIGN_CREATE",i[i.CAMPAIGN_LIST=146]="CAMPAIGN_LIST",i[i.CAMPAIGN_EDIT=147]="CAMPAIGN_EDIT",i[i.CAMPAIGN_DELETE=148]="CAMPAIGN_DELETE",i[i.REPORT_LIST=149]="REPORT_LIST",i[i.EVENTTRANSFORM_LIST=150]="EVENTTRANSFORM_LIST",i[i.EVENTTRANSFORM_ADD=151]="EVENTTRANSFORM_ADD",i[i.EVENTTRANSFORM_EDIT=152]="EVENTTRANSFORM_EDIT",i[i.PROVIDER_LIST=154]="PROVIDER_LIST",i[i.ERROR_LIST=156]="ERROR_LIST",i[i.ERROR_DETAIL_VIEW=157]="ERROR_DETAIL_VIEW",i[i.AUDIENCE_LIST=158]="AUDIENCE_LIST",i[i.AUDIENCE_CREATE=159]="AUDIENCE_CREATE",i[i.AUDIENCE_EDIT=160]="AUDIENCE_EDIT",i[i.AUDIENCE_DELETE=161]="AUDIENCE_DELETE",i[i.PARTNERLIST=163]="PARTNERLIST",i[i.PARTNEREDIT=164]="PARTNEREDIT",i[i.PARTNERDELETE=165]="PARTNERDELETE",i[i.BILLINGLIST=166]="BILLINGLIST",i[i.BILLINGEDIT=167]="BILLINGEDIT",i[i.BILLINGCANCEL=168]="BILLINGCANCEL",i[i.EVENTBROWSER=169]="EVENTBROWSER",i[i.PUSHNOTIFICATIONS_EDIT=170]="PUSHNOTIFICATIONS_EDIT",i[i.PROVIDER_DATAMAPPINGS=171]="PROVIDER_DATAMAPPINGS",i[i.EVENT_STREAM=182]="EVENT_STREAM",i[i.REDSHIFT=183]="REDSHIFT",i[i.REDSHIFT_ACCESSCONFIG=184]="REDSHIFT_ACCESSCONFIG",i[i.FILTERING_EVENT_ATTRIBUTE_UPDATE=189]="FILTERING_EVENT_ATTRIBUTE_UPDATE",i[i.EVENT_UPDATE=193]="EVENT_UPDATE",i[i.FILTERING_EVENT_ATTRIBUTE_VIEW=194]="FILTERING_EVENT_ATTRIBUTE_VIEW",i[i.REDSHIFT_ACCESS_CONFIGURATION_UPDATE=195]="REDSHIFT_ACCESS_CONFIGURATION_UPDATE",i[i.REDSHIFT_UPDATE=196]="REDSHIFT_UPDATE",i[i.GOOGLEBIGQUERYUPDATECONFIG=197]="GOOGLEBIGQUERYUPDATECONFIG",i[i.GOOGLEBIGQUERYVIEW=198]="GOOGLEBIGQUERYVIEW",i[i.PROVIDER_DATAMAPPINGS_VIEW=199]="PROVIDER_DATAMAPPINGS_VIEW",i[i.PROVIDER_DATAMAPPINGS_UPDATE=200]="PROVIDER_DATAMAPPINGS_UPDATE",i[i.FIELDSUGGESTIONQUERY=201]="FIELDSUGGESTIONQUERY",i[i.RULE_CREATE=205]="RULE_CREATE",i[i.RULE_UPDATE=206]="RULE_UPDATE",i[i.RULE_DELETE=207]="RULE_DELETE",i[i.RULE_LIST=208]="RULE_LIST",i[i.RULE_CONNECT=209]="RULE_CONNECT",i[i.AUDIENCESHARE=210]="AUDIENCESHARE",i[i.AUDIENCEUNSHARE=211]="AUDIENCEUNSHARE",i[i.AUDIENCESHAREVIEW=212]="AUDIENCESHAREVIEW",i[i.AUDIENCESHAREOPT=214]="AUDIENCESHAREOPT",i[i.AUDIENCE_TAG_CREATE=217]="AUDIENCE_TAG_CREATE",i[i.AUDIENCE_TAG_DELETE=218]="AUDIENCE_TAG_DELETE",i[i.REDSHIFT_QUERYTOOL=219]="REDSHIFT_QUERYTOOL",i[i.AUDIENCE_FAULT_CLEAR=222]="AUDIENCE_FAULT_CLEAR",i[i.USERACTIVITY_VIEW=223]="USERACTIVITY_VIEW",i[i.USERACTIVITY_EVENTS_VIEW=224]="USERACTIVITY_EVENTS_VIEW",i[i.CONSENT_PURPOSE_CREATE=227]="CONSENT_PURPOSE_CREATE",i[i.IDENTITY_SETTINGS_VIEW=228]="IDENTITY_SETTINGS_VIEW",i[i.GDPR_REQUEST_LIST=229]="GDPR_REQUEST_LIST",i[i.GDPR_REQUEST_CREATE=230]="GDPR_REQUEST_CREATE",i[i.GDPR_REQUEST_UPDATE=231]="GDPR_REQUEST_UPDATE",i[i.DATAMANAGER_VIEW=232]="DATAMANAGER_VIEW",i[i.DATAMANAGER_UPDATE=233]="DATAMANAGER_UPDATE",i[i.AUDIENCE_DOWNLOAD=241]="AUDIENCE_DOWNLOAD",i[i.SNOWFLAKE=243]="SNOWFLAKE",i[i.SNOWFLAKEUPDATE=244]="SNOWFLAKEUPDATE",i[i.CREATE_ROLE_DEFINITION=246]="CREATE_ROLE_DEFINITION",i[i.AUDIENCE_ACCESS_IDENTITY=270]="AUDIENCE_ACCESS_IDENTITY",i[i.AUDIENCE_SUBSCRIPTION_LIST=272]="AUDIENCE_SUBSCRIPTION_LIST",i[i.AUDIENCE_SUBSCRIPTION_CREATE=273]="AUDIENCE_SUBSCRIPTION_CREATE",i[i.AUDIENCE_SUBSCRIPTION_EDIT=274]="AUDIENCE_SUBSCRIPTION_EDIT",i[i.AUDIENCE_SUBSCRIPTION_DELETE=275]="AUDIENCE_SUBSCRIPTION_DELETE",i[i.AUDIENCE_ESTIMATE_EXPRESSION_SIZE=284]="AUDIENCE_ESTIMATE_EXPRESSION_SIZE",i[i.DATAPLAN_VIEW=285]="DATAPLAN_VIEW",i[i.DATAPLAN_UPDATE=286]="DATAPLAN_UPDATE",i[i.CALCULATEDATTRIBUTES_VIEW=287]="CALCULATEDATTRIBUTES_VIEW",i[i.CALCULATEDATTRIBUTES_UPDATE=288]="CALCULATEDATTRIBUTES_UPDATE",i[i.CALCULATEDATTRIBUTES_DELETE=289]="CALCULATEDATTRIBUTES_DELETE",i[i.CREATE_API_KEY=290]="CREATE_API_KEY",i[i.DELETE_API_KEY=291]="DELETE_API_KEY",i[i.LIST_API_KEY=292]="LIST_API_KEY",i[i.UPDATE_API_KEY=293]="UPDATE_API_KEY",i[i.VIEW_API_KEY=294]="VIEW_API_KEY",i[i.VIEW_COMPLIANCE_SETTINGS=301]="VIEW_COMPLIANCE_SETTINGS",i[i.USER_MANAGEMENT_VIEW=322]="USER_MANAGEMENT_VIEW",i[i.DATA_MASTER_VIEW_ATTRIBUTE_VALUES=330]="DATA_MASTER_VIEW_ATTRIBUTE_VALUES",i[i.MODULE_VIEW=331]="MODULE_VIEW",i[i.JOURNEY_VIEW=336]="JOURNEY_VIEW",i[i.JOURNEY_MODIFY=337]="JOURNEY_MODIFY",i[i.EVENT_TIER_UPDATE=338]="EVENT_TIER_UPDATE",i[i.INDICATIVE_REQUIRES_ACCEPTED_TERMS=345]="INDICATIVE_REQUIRES_ACCEPTED_TERMS",i[i.WORKSPACE_KEY_VIEW=346]="WORKSPACE_KEY_VIEW",i[i.INDICATIVE_ADD_USER_TO_PROJECT=347]="INDICATIVE_ADD_USER_TO_PROJECT",i[i.INDICATIVE_WIZARD_TEAMMATES_VIEW=348]="INDICATIVE_WIZARD_TEAMMATES_VIEW",i[i.DATA_INGEST_VIEW=349]="DATA_INGEST_VIEW",i[i.DATA_INGEST_UPDATE=350]="DATA_INGEST_UPDATE",i[i.AUDIENCE_VIEW=351]="AUDIENCE_VIEW",i[i.GDPR_REQUEST_VIEW=352]="GDPR_REQUEST_VIEW",i[i.FILTERS_LIST=354]="FILTERS_LIST",i[i.OUTPUTS_LIST=355]="OUTPUTS_LIST",i[i.CALCULATEDATTRIBUTES_LIST=356]="CALCULATEDATTRIBUTES_LIST",i[i.WORKSPACE_SETTINGS=357]="WORKSPACE_SETTINGS",i[i.GDPR_REQUEST_DETAILS_VIEW=362]="GDPR_REQUEST_DETAILS_VIEW",i[i.INPUTS_LIST=363]="INPUTS_LIST",i[i.INPUTS_CREATE=364]="INPUTS_CREATE",i[i.INPUTS_UPDATE=365]="INPUTS_UPDATE",i[i.INPUTS_VIEW=366]="INPUTS_VIEW",i[i.INPUTS_DELETE=367]="INPUTS_DELETE",i[i.OUTPUTS_CREATE=368]="OUTPUTS_CREATE",i[i.OUTPUTS_UPDATE=369]="OUTPUTS_UPDATE",i[i.OUTPUTS_VIEW=370]="OUTPUTS_VIEW",i[i.OUTPUTS_DELETE=371]="OUTPUTS_DELETE",i[i.SUBSCRIPTIONS_LIST=372]="SUBSCRIPTIONS_LIST",i[i.SUBSCRIPTIONS_CREATE=373]="SUBSCRIPTIONS_CREATE",i[i.SUBSCRIPTIONS_UPDATE=374]="SUBSCRIPTIONS_UPDATE",i[i.SUBSCRIPTIONS_VIEW=375]="SUBSCRIPTIONS_VIEW",i[i.SUBSCRIPTIONS_DELETE=376]="SUBSCRIPTIONS_DELETE",i[i.AUDIENCE_SETTINGS=377]="AUDIENCE_SETTINGS",i[i.AUDIENCE_ACTIVATE=381]="AUDIENCE_ACTIVATE",i[i.CALCULATEDATTRIBUTES_ACTIVATE=382]="CALCULATEDATTRIBUTES_ACTIVATE",i[i.FREE_TRIAL_VIEW=388]="FREE_TRIAL_VIEW",i[i.FREE_TRIAL_REQUEST=389]="FREE_TRIAL_REQUEST",i[i.LEGAL_AGREEMENT_VIEW=390]="LEGAL_AGREEMENT_VIEW",i[i.LEGAL_AGREEMENT_ACCEPT=391]="LEGAL_AGREEMENT_ACCEPT",i[i.USER_GROUPS_VIEW=392]="USER_GROUPS_VIEW",i[i.USER_GROUPS_CREATE=393]="USER_GROUPS_CREATE",i[i.USER_GROUPS_UPDATE=394]="USER_GROUPS_UPDATE",i[i.USER_GROUPS_DELETE=395]="USER_GROUPS_DELETE",i[i.DATABRICKSVIEW=396]="DATABRICKSVIEW",i[i.DATABRICKSUPDATE=397]="DATABRICKSUPDATE",i[i.USER_ACTIVITY_UPDATE_USER_PROFILE=398]="USER_ACTIVITY_UPDATE_USER_PROFILE",i[i.USER_ACTIVITY_DELETE_USER_PROFILE=399]="USER_ACTIVITY_DELETE_USER_PROFILE",i[i.VIEW_VBP_BILLING_REPORT=401]="VIEW_VBP_BILLING_REPORT",i[i.ALLOW_ANONYMOUS=9999]="ALLOW_ANONYMOUS",i))(Hr||{});class Fr{static isAuthorized(m){return Array.isArray(m)?m.every(g=>window.mParticleConfig.operations.includes(g)):window.mParticleConfig.operations.includes(m)}}var ni=(i=>(i.Unassigned="Unassigned",i.DataPlanTransformations="DataPlanningTransformations",i.ReportingJobId="ReportingJobId",i.DataMasterShowAttributesAutoComplete="DataMasterShowAttributesAutoComplete",i.TieredEventsReport="TieredEvents.Report",i.TieredEventsIdentityTier="TieredEvents.IdentityTier",i.DefaultEventTierConfiguration="TieredEvents.DefaultEventTierConfiguration",i.ShowUsageDashboard="ShowUsageDashboard",i.IsJourneyDeactivationDisabled="IsJourneyDeactivationDisabled",i.MpRuleDurationGraph="MpRuleDurationGraph",i.WorkspaceDefaults="WorkspaceDefaults",i.MarketingBannerCortexDisabled="MarketingBanner.Cortex.Disabled",i.HasJourneyBuilderEarlyAccess="JourneyBuilder.EarlyAccess",i.ProfileProtection="ProfileProtection",i.PredictiveAudiencesDisabled="PredictiveAudiences.Disabled",i.ObservabilityDetails="Observability.Details",i.PredictiveAudiencesPLDDisabled="PredictiveAudiences.PLD.Disabled",i.AnalyticsInMPv1Disabled="AnalyticsInMP.v1.Disabled",i.OverviewMap="OverviewMap",i.GroupingUI="Grouping.UI",i.JourneysAbTestDisabled="JourneysAbTest.Disabled",i.JourneysUnificationDisabled="JourneysUnification.Disabled",i.NotificationCenterV0Preferences="NotificationCenter.V0.Preferences",i.FieldTransformationsAPI="FieldTransformations.API",i.ImproveAudienceEstimatorAccuracyDisabled="ImproveAudienceEstimatorAccuracy.Disabled",i.ObservabilityM4="ObservabilityM4",i.PredictiveAttributesCreationDisabled="PredictiveAttributes.Creation.Disabled",i.NotificationCenterV0Inbox="NotificationCenter.V0.Inbox",i.NotificationCenterV0InboxTemp="NotificationCenter.V0.InboxTemp",i.DataManagerOptimizationCA="DataManagerOptimization.CA",i.DataManagerOptimizationDataCatalog="DataManagerOptimization.DataCatalog",i.JourneysSharedRealTimeAudiencesDisabled="Journeys.SharedRealTimeAudiences.Disabled",i.VBPUsageReportV2="VBP.UsageReport.V2",i.UAVNewTabletsReadMethod="UAVNewTabletsReadMethod",i.PredictiveAttributesNextBestActionEnabled="PredictiveAttributes.NextBestAction.Enabled",i.JourneysEnvironmentSelectionDisabled="Journeys.EnvironmentSelection.Disabled",i.AudienceInsightsPreviewTabEnabled="AudienceInsightsPreviewTab.Enabled",i.JourneyAudienceRefreshCadence="JourneyAudienceRefreshCadence",i.DataManagerOptimizationDataCatalogDetails="DataManagerOptimization.DataCatalogDetails",i.JourneysMilestoneWithAudienceNode="Journeys.MilestoneWithAudienceNode",i))(ni||{});class ki{static isEnabled(m){return window.mParticleConfig.workspaceFeatureSettings.some(g=>g.name===m)}}class cO extends os{constructor(){super(...arguments),this.suite=ti.Customer360}getAuthorizations(){return{[Rn.Customer360.Identity.Root]:this.canViewUserGroups(),[Rn.Customer360.Identity.GroupIdentities]:this.canViewUserGroups(),[Rn.Customer360.UserProfile]:this.canViewUserActivity(),[Rn.Customer360.Enrichment.Root]:this.canViewCalculatedAttributes(),[Rn.Customer360.Enrichment.CalculatedAttributes]:this.canViewCalculatedAttributes(),[Rn.Customer360.Enrichment.PredictiveAttributes]:!0,[Rn.Customer360.Enrichment.PredictiveAttributesNew]:this.canViewCreatePredictiveAttribute(),[Rn.Customer360.Enrichment.PredictiveAttributesNextBestAction]:this.canViewNextBestAction()}}canViewUserGroups(){return ki.isEnabled(ni.GroupingUI)&&Fr.isAuthorized(Hr.USER_GROUPS_VIEW)}canViewUserActivity(){return Fr.isAuthorized(Hr.REPORT_LIST)&&Fr.isAuthorized(Hr.USERACTIVITY_VIEW)&&window.mParticleConfig.isUAVEnabled}canViewCalculatedAttributes(){return Fr.isAuthorized(Hr.CALCULATEDATTRIBUTES_LIST)}canViewCreatePredictiveAttribute(){return!ki.isEnabled(ni.PredictiveAttributesCreationDisabled)}canViewNextBestAction(){return ki.isEnabled(ni.PredictiveAttributesNextBestActionEnabled)}}class fO extends os{constructor(){super(...arguments),this.suite=ti.DataPlatform}getAuthorizations(){return{[Rn.DataPlatform.Trends]:this.canViewPlatformTrends(),[Rn.DataPlatform.Livestream]:this.canViewLiveStream(),[Rn.DataPlatform.EventForwarding]:this.canViewEventForwarding(),[Rn.DataPlatform.DataCatalog]:this.canViewDataCatalog(),[Rn.DataPlatform.Setup.Connections]:this.canViewConnections(),[Rn.DataPlatform.Setup.Root]:this.canViewSetup(),[Rn.DataPlatform.Setup.Inputs.Root]:this.canViewInputs(),[Rn.DataPlatform.Setup.Inputs.Feeds]:this.canViewInputs(),[Rn.DataPlatform.Setup.Inputs.Apps]:this.canViewInputs(),[Rn.DataPlatform.Setup.Outputs.Root]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.Event]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.Audience]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.CookieSync]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.Gdpr]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.LiveRamp]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.Dsr]:this.canViewOutputs(),[Rn.DataPlatform.Setup.Outputs.DataWarehouse]:this.canViewDataWarehouse(),[Rn.DataPlatform.Setup.Outputs.Crm]:this.canViewCrm(),[`${Rn.DataPlatform.Setup.Inputs.Feeds}/:moduleId/dws`]:this.canViewWarehouseSync(),[Rn.DataPlatform.Setup.Directory.Root]:this.canViewDirectory(),[`${Rn.DataPlatform.Setup.Directory.Listing}/:id`]:this.canViewDirectory(),[Rn.DataPlatform.Transformations.Root]:this.canViewTransformations(),[Rn.DataPlatform.Transformations.Rules]:this.canViewRules(),[Rn.DataPlatform.Transformations.Plans]:this.canViewPlans(),[Rn.DataPlatform.Transformations.Filters.Root]:this.canViewFilters(),[Rn.DataPlatform.Transformations.Filters.Platform]:this.canViewFilters(),[Rn.DataPlatform.Transformations.Filters.Feed]:this.canViewFilters()}}canViewTransformations(){return this.canViewRules()||this.canViewPlans()||this.canViewFilters()}canViewSetup(){return this.canViewInputs()||this.canViewOutputs()||this.canViewDataWarehouse()||this.canViewCrm()||this.canViewDirectory()}canViewPlatformTrends(){return Fr.isAuthorized(Hr.REPORT_LIST)}canViewLiveStream(){return Fr.isAuthorized(Hr.REPORT_LIST)&&Fr.isAuthorized(Hr.EVENT_STREAM)}canViewEventForwarding(){return Fr.isAuthorized(Hr.REPORT_LIST)}canViewConnections(){return Fr.isAuthorized(Hr.SUBSCRIPTIONS_LIST)}canViewInputs(){return Fr.isAuthorized([Hr.INPUTS_LIST,Hr.INPUTS_VIEW])}canViewOutputs(){return Fr.isAuthorized([Hr.OUTPUTS_LIST])}canViewDataWarehouse(){return Fr.isAuthorized(Hr.REDSHIFT)||Fr.isAuthorized(Hr.GOOGLEBIGQUERYVIEW)||Fr.isAuthorized(Hr.SNOWFLAKE)||Fr.isAuthorized(Hr.DATABRICKSVIEW)}canViewWarehouseSync(){return Fr.isAuthorized(Hr.DATA_INGEST_VIEW)}canViewCrm(){return window.mParticleConfig.isCrmEnabled}canViewDirectory(){return Fr.isAuthorized(Hr.PROVIDER_LIST)}canViewDataCatalog(){return Fr.isAuthorized(Hr.DATAMANAGER_VIEW)}canViewRules(){return Fr.isAuthorized(Hr.RULE_LIST)}canViewPlans(){return Fr.isAuthorized(Hr.DATAPLAN_VIEW)}canViewFilters(){return Fr.isAuthorized(Hr.FILTERS_LIST)}}class dO extends os{constructor(){super(...arguments),this.suite=ti.Oversight}getAuthorizations(){return{[Rn.Oversight.DSR]:this.canViewDSR(),[Rn.Oversight.PrivacySettings]:this.canViewPrivacy(),[Rn.Oversight.SystemAlerts]:this.canViewSystemAlerts(),[Rn.Oversight.Observability.Root]:this.canViewObservability(),[Rn.Oversight.Observability.List]:this.canViewObservabilityTraceList(),[Rn.Oversight.Observability.Requests]:this.canViewObservabilityTraceRequests()}}isCCPAorGDPREnabled(){return window.mParticleConfig.isGDPREnabled||window.mParticleConfig.isCCPAEnabled}canViewDSR(){return this.isCCPAorGDPREnabled()&&Fr.isAuthorized(Hr.GDPR_REQUEST_LIST)}canViewPrivacy(){return this.isCCPAorGDPREnabled()&&Fr.isAuthorized(Hr.VIEW_COMPLIANCE_SETTINGS)}canViewSystemAlerts(){return Fr.isAuthorized(Hr.REPORT_LIST)}canViewObservability(){return ki.isEnabled(ni.ObservabilityDetails)}canViewObservabilityTraceList(){return ki.isEnabled(ni.ObservabilityM4)}canViewObservabilityTraceRequests(){return ki.isEnabled(ni.ObservabilityM4)}}var Ah={exports:{}};(function(i){var m=function(){var g,l=[],B=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],ee="1a",x=!1,Oe,Ue,ze,Tt,We,lt,ot,jt="chongo <Landon Curt Noll> /\\../\\",yt=52,xe={32:{offset:0},64:{offset:[0,0,0,0]},128:{offset:[0,0,0,0,0,0,0,0]},256:{offset:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},512:{offset:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},1024:{offset:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}};for(g=0;g<256;g++)l[g]=(g>>4&15).toString(16)+(g&15).toString(16);function jn(G,L){var ce="0123456789abcdefghijklmnopqrstuvwxyz",A=[0],h,d,f,p="";for(d=0;d<G.length;d+=2){for(h=parseInt(G.substr(d,2),16),f=0;f<A.length;f++)h+=A[f]<<8,A[f]=h%L,h=h/L|0;for(;h>0;)A.push(h%L),h=h/L|0}for(d=A.length-1;d>=0;--d)p+=ce[A[d]];return p}function Dn(G,L){return{bits:L,value:G,dec:function(){return jn(G,10)},hex:function(){return G},str:function(){return jn(G,36)}}}function Pn(G,L){return{bits:L,value:G,dec:function(){return G.toString()},hex:function(){return l[G>>>24]+l[G>>>16&255]+l[G>>>8&255]+l[G&255]},str:function(){return G.toString(36)}}}function kn(G,L){return{bits:L,value:G,dec:function(){return G.toString()},hex:function(){return("0000000000000000"+G.toString(16)).substr(-13)},str:function(){return G.toString(36)}}}function $t(G,L){var ce=typeof G=="object"?JSON.stringify(G):G;switch(L||yt){case 32:return Oe(ce);case 64:return ze(ce);case 128:return Tt(ce);case 256:return We(ce);case 512:return lt(ce);case 1024:return ot(ce);default:return Ue(ce)}}function nr(G){if(G===52||xe[G])yt=G;else throw new Error("Supported FNV keyspacs: 32, 52, 64, 128, 256, 512, and 1024 bit")}function Zt(G){if(G==="1a")ee=G,Oe=x?Dr:Hn,Ue=x?n5:t5,ze=x?l5:jr,Tt=x?$n:Xr,We=x?e1:s5,lt=x?h1:W5,ot=x?_5:n1;else if(G==="1")ee=G,Oe=x?e5:dr,Ue=x?Wr:G5,ze=x?Mr:r5,Tt=x?u5:a5,We=x?I1:m5,lt=x?U5:t1,ot=x?C5:r1;else throw new Error("Supported FNV versions: 1, 1a")}function Cr(G){G?(x=!0,Oe=ee=="1a"?Dr:e5,Ue=ee=="1a"?n5:Wr,ze=ee=="1a"?l5:Mr,Tt=ee=="1a"?$n:u5,We=ee=="1a"?e1:I1,lt=ee=="1a"?h1:U5,ot=ee=="1a"?_5:C5):(x=!1,Oe=ee=="1a"?Hn:dr,Ue=ee=="1a"?t5:G5,ze=ee=="1a"?jr:r5,Tt=ee=="1a"?Xr:a5,We=ee=="1a"?s5:m5,lt=ee=="1a"?W5:t1,ot=ee=="1a"?n1:r1)}function Ar(G){var L=ee,ce,A;G=G||G===0?G:jt,G===jt&&Zt("1");for(var h in xe){for(xe[h].offset=[],A=0;A<h/16;A++)xe[h].offset[A]=0;for(ce=$t(G,parseInt(h,10)).hex(),A=0;A<h/16;A++)xe[h].offset[A]=parseInt(ce.substr(A*4,4),16)}Zt(L)}function Tr(G){var L,ce=G.length-3,A=0,h=40389,d=0,f=33052;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535;return(f<<16>>>0)+h}function hr(G){var L,ce=G.length-3,A=0,h=40389,d=0,f=33052;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535,h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*403,d=f*403,d+=h<<8,f=d+(A>>>16)&65535,h=A&65535;return l[f>>>8&255]+l[f&255]+l[h>>>8&255]+l[h&255]}function Yn(G){var L,ce=G.length-3,A=0,h=8997,d=0,f=33826,p=0,C=40164,S=0,T=52210;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;return(T&15)*281474976710656+C*4294967296+f*65536+(h^T>>4)}function Nn(G){var L,ce=G.length-3,A=0,h=8997,d=0,f=33826,p=0,C=40164,S=0,T=52210;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;return B[T&15]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255]+l[h>>8^T>>12]+l[(h^T>>4)&255]}function er(G){var L,ce=G.length-3,A=0,h=8997,d=0,f=33826,p=0,C=40164,S=0,T=52210;for(L=0;L<ce;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535,h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;for(;L<ce+3;)h^=G.charCodeAt(L++),A=h*435,d=f*435,p=C*435,S=T*435,p+=h<<8,S+=f<<8,d+=A>>>16,h=A&65535,p+=d>>>16,f=d&65535,T=S+(p>>>16)&65535,C=p&65535;return l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255]+l[h>>8]+l[h&255]}function Or(G){var L,ce,A=G.length,h=0,d=40389,f=0,p=33052;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>12&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>6&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128):(d^=L>>12|224,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>6&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535;return(p<<16>>>0)+d}function br(G){var L,ce,A=G.length,h=0,d=40389,f=0,p=33052;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>12&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>6&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128):(d^=L>>12|224,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L>>6&63|128,h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=L&63|128),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535;return l[p>>>8&255]+l[p&255]+l[d>>>8&255]+l[d&255]}function o5(G){var L,ce,A=G.length,h=0,d=8997,f=0,p=33826,C=0,S=40164,T=0,b=52210;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>12&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(d^=L>>12|224,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return(b&15)*281474976710656+S*4294967296+p*65536+(d^b>>4)}function Jt(G){var L,ce,A=G.length,h=0,d=8997,f=0,p=33826,C=0,S=40164,T=0,b=52210;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>12&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(d^=L>>12|224,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return B[b&15]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8^b>>12]+l[(d^b>>4)&255]}function Qn(G){var L,ce,A=G.length,h=0,d=8997,f=0,p=33826,C=0,S=40164,T=0,b=52210;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?d^=L:L<2048?(d^=L>>6|192,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),d^=L>>18|240,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>12&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128):(d^=L>>12|224,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L>>6&63|128,h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=L&63|128),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255]}function Hn(G){var L,ce=G.length-3,A=xe[32].offset,h=0,d=A[1]|0,f=0,p=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535;return Pn((p<<16>>>0)+d,32)}function dr(G){var L,ce=G.length-3,A=xe[32].offset,h=0,d=A[1]|0,f=0,p=A[0]|0;for(L=0;L<ce;)h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++),h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*403,f=p*403,f+=d<<8,p=f+(h>>>16)&65535,d=h&65535,d^=G.charCodeAt(L++);return Pn((p<<16>>>0)+d,32)}function Dr(G){var L,ce,A=G.length,h=xe[32].offset,d=0,f=h[1]|0,p=0,C=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>12&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>6&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128):(f^=L>>12|224,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>6&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128),d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535;return Pn((C<<16>>>0)+f,32)}function e5(G){var L,ce,A=G.length,h=xe[32].offset,d=0,f=h[1]|0,p=0,C=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>12&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>6&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128):(f^=L>>12|224,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L>>6&63|128,d=f*403,p=C*403,p+=f<<8,C=p+(d>>>16)&65535,f=d&65535,f^=L&63|128);return Pn((C<<16>>>0)+f,32)}Oe=Hn;function t5(G){var L,ce=G.length-3,A=xe[64].offset,h=0,d=A[3]|0,f=0,p=A[2]|0,C=0,S=A[1]|0,T=0,b=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return kn((b&15)*281474976710656+S*4294967296+p*65536+(d^b>>4),52)}function G5(G){var L,ce=G.length-3,A=xe[64].offset,h=0,d=A[3]|0,f=0,p=A[2]|0,C=0,S=A[1]|0,T=0,b=A[0]|0;for(L=0;L<ce;)h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++);return kn((b&15)*281474976710656+S*4294967296+p*65536+(d^b>>4),52)}function n5(G){var L,ce,A=G.length,h=xe[64].offset,d=0,f=h[3]|0,p=0,C=h[2]|0,S=0,T=h[1]|0,b=0,D=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>12&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(f^=L>>12|224,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128),d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535;return kn((D&15)*281474976710656+T*4294967296+C*65536+(f^D>>4),52)}function Wr(G){var L,ce,A=G.length,h=xe[64].offset,d=0,f=h[3]|0,p=0,C=h[2]|0,S=0,T=h[1]|0,b=0,D=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>12&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(f^=L>>12|224,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128);return kn((D&15)*281474976710656+T*4294967296+C*65536+(f^D>>4),52)}Ue=t5;function jr(G){var L,ce=G.length-3,A=xe[64].offset,h=0,d=A[3]|0,f=0,p=A[2]|0,C=0,S=A[1]|0,T=0,b=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535;return Dn(l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],64)}function r5(G){var L,ce=G.length-3,A=xe[64].offset,h=0,d=A[3]|0,f=0,p=A[2]|0,C=0,S=A[1]|0,T=0,b=A[0]|0;for(L=0;L<ce;)h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++),h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*435,f=p*435,C=S*435,T=b*435,C+=d<<8,T+=p<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,b=T+(C>>>16)&65535,S=C&65535,d^=G.charCodeAt(L++);return Dn(l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],64)}function l5(G){var L,ce,A=G.length,h=xe[64].offset,d=0,f=h[3]|0,p=0,C=h[2]|0,S=0,T=h[1]|0,b=0,D=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>12&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(f^=L>>12|224,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128),d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535;return Dn(l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],64)}function Mr(G){var L,ce,A=G.length,h=xe[64].offset,d=0,f=h[3]|0,p=0,C=h[2]|0,S=0,T=h[1]|0,b=0,D=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>12&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128):(f^=L>>12|224,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L>>6&63|128,d=f*435,p=C*435,S=T*435,b=D*435,S+=f<<8,b+=C<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,D=b+(S>>>16)&65535,T=S&65535,f^=L&63|128);return Dn(l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],64)}ze=jr;function Xr(G){var L,ce=G.length-3,A=xe[128].offset,h=0,d=A[7]|0,f=0,p=A[6]|0,C=0,S=A[5]|0,T=0,b=A[4]|0,D=0,R=A[3]|0,I=0,k=A[2]|0,V=0,P=A[1]|0,z=0,O=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535;return Dn(l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],128)}function a5(G){var L,ce=G.length-3,A=xe[128].offset,h=0,d=A[7]|0,f=0,p=A[6]|0,C=0,S=A[5]|0,T=0,b=A[4]|0,D=0,R=A[3]|0,I=0,k=A[2]|0,V=0,P=A[1]|0,z=0,O=A[0]|0;for(L=0;L<ce;)h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++),h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*315,f=p*315,C=S*315,T=b*315,D=R*315,I=k*315,V=P*315,z=O*315,I+=d<<8,V+=p<<8,z+=S<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,O=z+(V>>>16)&65535,P=V&65535,d^=G.charCodeAt(L++);return Dn(l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],128)}function $n(G){var L,ce,A=G.length,h=xe[128].offset,d=0,f=h[7]|0,p=0,C=h[6]|0,S=0,T=h[5]|0,b=0,D=h[4]|0,R=0,I=h[3]|0,k=0,V=h[2]|0,P=0,z=h[1]|0,O=0,$=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>12&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>6&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128):(f^=L>>12|224,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>6&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128),d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535;return Dn(l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],128)}function u5(G){var L,ce,A=G.length,h=xe[128].offset,d=0,f=h[7]|0,p=0,C=h[6]|0,S=0,T=h[5]|0,b=0,D=h[4]|0,R=0,I=h[3]|0,k=0,V=h[2]|0,P=0,z=h[1]|0,O=0,$=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>12&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>6&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128):(f^=L>>12|224,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L>>6&63|128,d=f*315,p=C*315,S=T*315,b=D*315,R=I*315,k=V*315,P=z*315,O=$*315,k+=f<<8,P+=C<<8,O+=T<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,$=O+(P>>>16)&65535,z=P&65535,f^=L&63|128);return Dn(l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],128)}Tt=Xr;function s5(G){var L,ce=G.length-3,A=xe[256].offset,h=0,d=A[15]|0,f=0,p=A[14]|0,C=0,S=A[13]|0,T=0,b=A[12]|0,D=0,R=A[11]|0,I=0,k=A[10]|0,V=0,P=A[9]|0,z=0,O=A[8]|0,$=0,K=A[7]|0,ne=0,q=A[6]|0,te=0,j=A[5]|0,J=0,Y=A[4]|0,re=0,Q=A[3]|0,ie=0,X=A[2]|0,ae=0,W=A[1]|0,ue=0,oe=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535;return Dn(l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],256)}function m5(G){var L,ce=G.length-3,A=xe[256].offset,h=0,d=A[15]|0,f=0,p=A[14]|0,C=0,S=A[13]|0,T=0,b=A[12]|0,D=0,R=A[11]|0,I=0,k=A[10]|0,V=0,P=A[9]|0,z=0,O=A[8]|0,$=0,K=A[7]|0,ne=0,q=A[6]|0,te=0,j=A[5]|0,J=0,Y=A[4]|0,re=0,Q=A[3]|0,ie=0,X=A[2]|0,ae=0,W=A[1]|0,ue=0,oe=A[0]|0;for(L=0;L<ce;)h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++),h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*355,f=p*355,C=S*355,T=b*355,D=R*355,I=k*355,V=P*355,z=O*355,$=K*355,ne=q*355,te=j*355,J=Y*355,re=Q*355,ie=X*355,ae=W*355,ue=oe*355,te+=d<<8,J+=p<<8,re+=S<<8,ie+=b<<8,ae+=R<<8,ue+=k<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,oe=ue+(ae>>>16)&65535,W=ae&65535,d^=G.charCodeAt(L++);return Dn(l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],256)}function e1(G){var L,ce,A=G.length,h=xe[256].offset,d=0,f=h[15]|0,p=0,C=h[14]|0,S=0,T=h[13]|0,b=0,D=h[12]|0,R=0,I=h[11]|0,k=0,V=h[10]|0,P=0,z=h[9]|0,O=0,$=h[8]|0,K=0,ne=h[7]|0,q=0,te=h[6]|0,j=0,J=h[5]|0,Y=0,re=h[4]|0,Q=0,ie=h[3]|0,X=0,ae=h[2]|0,W=0,ue=h[1]|0,oe=0,fe=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>12&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>6&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128):(f^=L>>12|224,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>6&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128),d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535;return Dn(l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],256)}function I1(G){var L,ce,A=G.length,h=xe[256].offset,d=0,f=h[15]|0,p=0,C=h[14]|0,S=0,T=h[13]|0,b=0,D=h[12]|0,R=0,I=h[11]|0,k=0,V=h[10]|0,P=0,z=h[9]|0,O=0,$=h[8]|0,K=0,ne=h[7]|0,q=0,te=h[6]|0,j=0,J=h[5]|0,Y=0,re=h[4]|0,Q=0,ie=h[3]|0,X=0,ae=h[2]|0,W=0,ue=h[1]|0,oe=0,fe=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>12&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>6&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128):(f^=L>>12|224,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L>>6&63|128,d=f*355,p=C*355,S=T*355,b=D*355,R=I*355,k=V*355,P=z*355,O=$*355,K=ne*355,q=te*355,j=J*355,Y=re*355,Q=ie*355,X=ae*355,W=ue*355,oe=fe*355,j+=f<<8,Y+=C<<8,Q+=T<<8,X+=D<<8,W+=I<<8,oe+=V<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,fe=oe+(W>>>16)&65535,ue=W&65535,f^=L&63|128);return Dn(l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],256)}We=s5;function W5(G){var L,ce=G.length-3,A=xe[512].offset,h=0,d=A[31]|0,f=0,p=A[30]|0,C=0,S=A[29]|0,T=0,b=A[28]|0,D=0,R=A[27]|0,I=0,k=A[26]|0,V=0,P=A[25]|0,z=0,O=A[24]|0,$=0,K=A[23]|0,ne=0,q=A[22]|0,te=0,j=A[21]|0,J=0,Y=A[20]|0,re=0,Q=A[19]|0,ie=0,X=A[18]|0,ae=0,W=A[17]|0,ue=0,oe=A[16]|0,fe=0,Pe=A[15]|0,de=0,se=A[14]|0,me=0,ye=A[13]|0,Ve=0,Ce=A[12]|0,Be=0,Le=A[11]|0,ve=0,ge=A[10]|0,He=0,De=A[9]|0,je=0,Te=A[8]|0,Ye=0,Ee=A[7]|0,Qe=0,Ie=A[6]|0,Ke=0,Me=A[5]|0,$e=0,Ae=A[4]|0,Fe=0,Re=A[3]|0,Ze=0,ke=A[2]|0,Ge=0,Ne=A[1]|0,rt=0,tt=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535;return Dn(l[tt>>8]+l[tt&255]+l[Ne>>8]+l[Ne&255]+l[ke>>8]+l[ke&255]+l[Re>>8]+l[Re&255]+l[Ae>>8]+l[Ae&255]+l[Me>>8]+l[Me&255]+l[Ie>>8]+l[Ie&255]+l[Ee>>8]+l[Ee&255]+l[Te>>8]+l[Te&255]+l[De>>8]+l[De&255]+l[ge>>8]+l[ge&255]+l[Le>>8]+l[Le&255]+l[Ce>>8]+l[Ce&255]+l[ye>>8]+l[ye&255]+l[se>>8]+l[se&255]+l[Pe>>8]+l[Pe&255]+l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],512)}function t1(G){var L,ce=G.length-3,A=xe[512].offset,h=0,d=A[31]|0,f=0,p=A[30]|0,C=0,S=A[29]|0,T=0,b=A[28]|0,D=0,R=A[27]|0,I=0,k=A[26]|0,V=0,P=A[25]|0,z=0,O=A[24]|0,$=0,K=A[23]|0,ne=0,q=A[22]|0,te=0,j=A[21]|0,J=0,Y=A[20]|0,re=0,Q=A[19]|0,ie=0,X=A[18]|0,ae=0,W=A[17]|0,ue=0,oe=A[16]|0,fe=0,Pe=A[15]|0,de=0,se=A[14]|0,me=0,ye=A[13]|0,Ve=0,Ce=A[12]|0,Be=0,Le=A[11]|0,ve=0,ge=A[10]|0,He=0,De=A[9]|0,je=0,Te=A[8]|0,Ye=0,Ee=A[7]|0,Qe=0,Ie=A[6]|0,Ke=0,Me=A[5]|0,$e=0,Ae=A[4]|0,Fe=0,Re=A[3]|0,Ze=0,ke=A[2]|0,Ge=0,Ne=A[1]|0,rt=0,tt=A[0]|0;for(L=0;L<ce;)h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++),h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*343,f=p*343,C=S*343,T=b*343,D=R*343,I=k*343,V=P*343,z=O*343,$=K*343,ne=q*343,te=j*343,J=Y*343,re=Q*343,ie=X*343,ae=W*343,ue=oe*343,fe=Pe*343,de=se*343,me=ye*343,Ve=Ce*343,Be=Le*343,ve=ge*343,He=De*343,je=Te*343,Ye=Ee*343,Qe=Ie*343,Ke=Me*343,$e=Ae*343,Fe=Re*343,Ze=ke*343,Ge=Ne*343,rt=tt*343,ve+=d<<8,He+=p<<8,je+=S<<8,Ye+=b<<8,Qe+=R<<8,Ke+=k<<8,$e+=P<<8,Fe+=O<<8,Ze+=K<<8,Ge+=q<<8,rt+=j<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,tt=rt+(Ge>>>16)&65535,Ne=Ge&65535,d^=G.charCodeAt(L++);return Dn(l[tt>>8]+l[tt&255]+l[Ne>>8]+l[Ne&255]+l[ke>>8]+l[ke&255]+l[Re>>8]+l[Re&255]+l[Ae>>8]+l[Ae&255]+l[Me>>8]+l[Me&255]+l[Ie>>8]+l[Ie&255]+l[Ee>>8]+l[Ee&255]+l[Te>>8]+l[Te&255]+l[De>>8]+l[De&255]+l[ge>>8]+l[ge&255]+l[Le>>8]+l[Le&255]+l[Ce>>8]+l[Ce&255]+l[ye>>8]+l[ye&255]+l[se>>8]+l[se&255]+l[Pe>>8]+l[Pe&255]+l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],512)}function h1(G){var L,ce,A=G.length,h=xe[512].offset,d=0,f=h[31]|0,p=0,C=h[30]|0,S=0,T=h[29]|0,b=0,D=h[28]|0,R=0,I=h[27]|0,k=0,V=h[26]|0,P=0,z=h[25]|0,O=0,$=h[24]|0,K=0,ne=h[23]|0,q=0,te=h[22]|0,j=0,J=h[21]|0,Y=0,re=h[20]|0,Q=0,ie=h[19]|0,X=0,ae=h[18]|0,W=0,ue=h[17]|0,oe=0,fe=h[16]|0,Pe=0,de=h[15]|0,se=0,me=h[14]|0,ye=0,Ve=h[13]|0,Ce=0,Be=h[12]|0,Le=0,ve=h[11]|0,ge=0,He=h[10]|0,De=0,je=h[9]|0,Te=0,Ye=h[8]|0,Ee=0,Qe=h[7]|0,Ie=0,Ke=h[6]|0,Me=0,$e=h[5]|0,Ae=0,Fe=h[4]|0,Re=0,Ze=h[3]|0,ke=0,Ge=h[2]|0,Ne=0,rt=h[1]|0,tt=0,pt=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>12&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>6&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128):(f^=L>>12|224,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>6&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128),d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535;return Dn(l[pt>>8]+l[pt&255]+l[rt>>8]+l[rt&255]+l[Ge>>8]+l[Ge&255]+l[Ze>>8]+l[Ze&255]+l[Fe>>8]+l[Fe&255]+l[$e>>8]+l[$e&255]+l[Ke>>8]+l[Ke&255]+l[Qe>>8]+l[Qe&255]+l[Ye>>8]+l[Ye&255]+l[je>>8]+l[je&255]+l[He>>8]+l[He&255]+l[ve>>8]+l[ve&255]+l[Be>>8]+l[Be&255]+l[Ve>>8]+l[Ve&255]+l[me>>8]+l[me&255]+l[de>>8]+l[de&255]+l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],512)}function U5(G){var L,ce,A=G.length,h=xe[512].offset,d=0,f=h[31]|0,p=0,C=h[30]|0,S=0,T=h[29]|0,b=0,D=h[28]|0,R=0,I=h[27]|0,k=0,V=h[26]|0,P=0,z=h[25]|0,O=0,$=h[24]|0,K=0,ne=h[23]|0,q=0,te=h[22]|0,j=0,J=h[21]|0,Y=0,re=h[20]|0,Q=0,ie=h[19]|0,X=0,ae=h[18]|0,W=0,ue=h[17]|0,oe=0,fe=h[16]|0,Pe=0,de=h[15]|0,se=0,me=h[14]|0,ye=0,Ve=h[13]|0,Ce=0,Be=h[12]|0,Le=0,ve=h[11]|0,ge=0,He=h[10]|0,De=0,je=h[9]|0,Te=0,Ye=h[8]|0,Ee=0,Qe=h[7]|0,Ie=0,Ke=h[6]|0,Me=0,$e=h[5]|0,Ae=0,Fe=h[4]|0,Re=0,Ze=h[3]|0,ke=0,Ge=h[2]|0,Ne=0,rt=h[1]|0,tt=0,pt=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>12&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>6&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128):(f^=L>>12|224,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L>>6&63|128,d=f*343,p=C*343,S=T*343,b=D*343,R=I*343,k=V*343,P=z*343,O=$*343,K=ne*343,q=te*343,j=J*343,Y=re*343,Q=ie*343,X=ae*343,W=ue*343,oe=fe*343,Pe=de*343,se=me*343,ye=Ve*343,Ce=Be*343,Le=ve*343,ge=He*343,De=je*343,Te=Ye*343,Ee=Qe*343,Ie=Ke*343,Me=$e*343,Ae=Fe*343,Re=Ze*343,ke=Ge*343,Ne=rt*343,tt=pt*343,ge+=f<<8,De+=C<<8,Te+=T<<8,Ee+=D<<8,Ie+=I<<8,Me+=V<<8,Ae+=z<<8,Re+=$<<8,ke+=ne<<8,Ne+=te<<8,tt+=J<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,pt=tt+(Ne>>>16)&65535,rt=Ne&65535,f^=L&63|128);return Dn(l[pt>>8]+l[pt&255]+l[rt>>8]+l[rt&255]+l[Ge>>8]+l[Ge&255]+l[Ze>>8]+l[Ze&255]+l[Fe>>8]+l[Fe&255]+l[$e>>8]+l[$e&255]+l[Ke>>8]+l[Ke&255]+l[Qe>>8]+l[Qe&255]+l[Ye>>8]+l[Ye&255]+l[je>>8]+l[je&255]+l[He>>8]+l[He&255]+l[ve>>8]+l[ve&255]+l[Be>>8]+l[Be&255]+l[Ve>>8]+l[Ve&255]+l[me>>8]+l[me&255]+l[de>>8]+l[de&255]+l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],512)}lt=W5;function n1(G){var L,ce=G.length-3,A=xe[1024].offset,h=0,d=A[63]|0,f=0,p=A[62]|0,C=0,S=A[61]|0,T=0,b=A[60]|0,D=0,R=A[59]|0,I=0,k=A[58]|0,V=0,P=A[57]|0,z=0,O=A[56]|0,$=0,K=A[55]|0,ne=0,q=A[54]|0,te=0,j=A[53]|0,J=0,Y=A[52]|0,re=0,Q=A[51]|0,ie=0,X=A[50]|0,ae=0,W=A[49]|0,ue=0,oe=A[48]|0,fe=0,Pe=A[47]|0,de=0,se=A[46]|0,me=0,ye=A[45]|0,Ve=0,Ce=A[44]|0,Be=0,Le=A[43]|0,ve=0,ge=A[42]|0,He=0,De=A[41]|0,je=0,Te=A[40]|0,Ye=0,Ee=A[39]|0,Qe=0,Ie=A[38]|0,Ke=0,Me=A[37]|0,$e=0,Ae=A[36]|0,Fe=0,Re=A[35]|0,Ze=0,ke=A[34]|0,Ge=0,Ne=A[33]|0,rt=0,tt=A[32]|0,pt=0,ht=A[31]|0,Vn=0,xn=A[30]|0,In=0,mt=A[29]|0,On=0,Ln=A[28]|0,ct=0,hn=A[27]|0,Wt=0,Yt=A[26]|0,Sn=0,mn=A[25]|0,Xt=0,Ct=A[24]|0,Fn=0,Kt=A[23]|0,nn=0,rn=A[22]|0,En=0,wt=A[21]|0,Cn=0,Ht=A[20]|0,un=0,_t=A[19]|0,an=0,Et=A[18]|0,Tn=0,Mt=A[17]|0,fn=0,Lt=A[16]|0,dn=0,Rt=A[15]|0,qt=0,At=A[14]|0,sn=0,kt=A[13]|0,on=0,xt=A[12]|0,wn=0,gt=A[11]|0,en=0,Dt=A[10]|0,ln=0,Ot=A[9]|0,vn=0,Nt=A[8]|0,cn=0,vt=A[7]|0,pn=0,Ut=A[6]|0,bn=0,zt=A[5]|0,tn=0,It=A[4]|0,_n=0,Bt=A[3]|0,An=0,Ft=A[2]|0,gn=0,Pt=A[1]|0,Jn=0,Gn=A[0]|0;for(L=0;L<ce;)d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535;for(;L<ce+3;)d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535;return Dn(l[Gn>>8]+l[Gn&255]+l[Pt>>8]+l[Pt&255]+l[Ft>>8]+l[Ft&255]+l[Bt>>8]+l[Bt&255]+l[It>>8]+l[It&255]+l[zt>>8]+l[zt&255]+l[Ut>>8]+l[Ut&255]+l[vt>>8]+l[vt&255]+l[Nt>>8]+l[Nt&255]+l[Ot>>8]+l[Ot&255]+l[Dt>>8]+l[Dt&255]+l[gt>>8]+l[gt&255]+l[xt>>8]+l[xt&255]+l[kt>>8]+l[kt&255]+l[At>>8]+l[At&255]+l[Rt>>8]+l[Rt&255]+l[Lt>>8]+l[Lt&255]+l[Mt>>8]+l[Mt&255]+l[Et>>8]+l[Et&255]+l[_t>>8]+l[_t&255]+l[Ht>>8]+l[Ht&255]+l[wt>>8]+l[wt&255]+l[rn>>8]+l[rn&255]+l[Kt>>8]+l[Kt&255]+l[Ct>>8]+l[Ct&255]+l[mn>>8]+l[mn&255]+l[Yt>>8]+l[Yt&255]+l[hn>>8]+l[hn&255]+l[Ln>>8]+l[Ln&255]+l[mt>>8]+l[mt&255]+l[xn>>8]+l[xn&255]+l[ht>>8]+l[ht&255]+l[tt>>8]+l[tt&255]+l[Ne>>8]+l[Ne&255]+l[ke>>8]+l[ke&255]+l[Re>>8]+l[Re&255]+l[Ae>>8]+l[Ae&255]+l[Me>>8]+l[Me&255]+l[Ie>>8]+l[Ie&255]+l[Ee>>8]+l[Ee&255]+l[Te>>8]+l[Te&255]+l[De>>8]+l[De&255]+l[ge>>8]+l[ge&255]+l[Le>>8]+l[Le&255]+l[Ce>>8]+l[Ce&255]+l[ye>>8]+l[ye&255]+l[se>>8]+l[se&255]+l[Pe>>8]+l[Pe&255]+l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],1024)}function r1(G){var L,ce=G.length-3,A=xe[1024].offset,h=0,d=A[63]|0,f=0,p=A[62]|0,C=0,S=A[61]|0,T=0,b=A[60]|0,D=0,R=A[59]|0,I=0,k=A[58]|0,V=0,P=A[57]|0,z=0,O=A[56]|0,$=0,K=A[55]|0,ne=0,q=A[54]|0,te=0,j=A[53]|0,J=0,Y=A[52]|0,re=0,Q=A[51]|0,ie=0,X=A[50]|0,ae=0,W=A[49]|0,ue=0,oe=A[48]|0,fe=0,Pe=A[47]|0,de=0,se=A[46]|0,me=0,ye=A[45]|0,Ve=0,Ce=A[44]|0,Be=0,Le=A[43]|0,ve=0,ge=A[42]|0,He=0,De=A[41]|0,je=0,Te=A[40]|0,Ye=0,Ee=A[39]|0,Qe=0,Ie=A[38]|0,Ke=0,Me=A[37]|0,$e=0,Ae=A[36]|0,Fe=0,Re=A[35]|0,Ze=0,ke=A[34]|0,Ge=0,Ne=A[33]|0,rt=0,tt=A[32]|0,pt=0,ht=A[31]|0,Vn=0,xn=A[30]|0,In=0,mt=A[29]|0,On=0,Ln=A[28]|0,ct=0,hn=A[27]|0,Wt=0,Yt=A[26]|0,Sn=0,mn=A[25]|0,Xt=0,Ct=A[24]|0,Fn=0,Kt=A[23]|0,nn=0,rn=A[22]|0,En=0,wt=A[21]|0,Cn=0,Ht=A[20]|0,un=0,_t=A[19]|0,an=0,Et=A[18]|0,Tn=0,Mt=A[17]|0,fn=0,Lt=A[16]|0,dn=0,Rt=A[15]|0,qt=0,At=A[14]|0,sn=0,kt=A[13]|0,on=0,xt=A[12]|0,wn=0,gt=A[11]|0,en=0,Dt=A[10]|0,ln=0,Ot=A[9]|0,vn=0,Nt=A[8]|0,cn=0,vt=A[7]|0,pn=0,Ut=A[6]|0,bn=0,zt=A[5]|0,tn=0,It=A[4]|0,_n=0,Bt=A[3]|0,An=0,Ft=A[2]|0,gn=0,Pt=A[1]|0,Jn=0,Gn=A[0]|0;for(L=0;L<ce;)h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++),h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++);for(;L<ce+3;)h=d*397,f=p*397,C=S*397,T=b*397,D=R*397,I=k*397,V=P*397,z=O*397,$=K*397,ne=q*397,te=j*397,J=Y*397,re=Q*397,ie=X*397,ae=W*397,ue=oe*397,fe=Pe*397,de=se*397,me=ye*397,Ve=Ce*397,Be=Le*397,ve=ge*397,He=De*397,je=Te*397,Ye=Ee*397,Qe=Ie*397,Ke=Me*397,$e=Ae*397,Fe=Re*397,Ze=ke*397,Ge=Ne*397,rt=tt*397,pt=ht*397,Vn=xn*397,In=mt*397,On=Ln*397,ct=hn*397,Wt=Yt*397,Sn=mn*397,Xt=Ct*397,Fn=Kt*397,nn=rn*397,En=wt*397,Cn=Ht*397,un=_t*397,an=Et*397,Tn=Mt*397,fn=Lt*397,dn=Rt*397,qt=At*397,sn=kt*397,on=xt*397,wn=gt*397,en=Dt*397,ln=Ot*397,vn=Nt*397,cn=vt*397,pn=Ut*397,bn=zt*397,tn=It*397,_n=Bt*397,An=Ft*397,gn=Pt*397,Jn=Gn*397,En+=d<<8,Cn+=p<<8,un+=S<<8,an+=b<<8,Tn+=R<<8,fn+=k<<8,dn+=P<<8,qt+=O<<8,sn+=K<<8,on+=q<<8,wn+=j<<8,en+=Y<<8,ln+=Q<<8,vn+=X<<8,cn+=W<<8,pn+=oe<<8,bn+=Pe<<8,tn+=se<<8,_n+=ye<<8,An+=Ce<<8,gn+=Le<<8,Jn+=ge<<8,f+=h>>>16,d=h&65535,C+=f>>>16,p=f&65535,T+=C>>>16,S=C&65535,D+=T>>>16,b=T&65535,I+=D>>>16,R=D&65535,V+=I>>>16,k=I&65535,z+=V>>>16,P=V&65535,$+=z>>>16,O=z&65535,ne+=$>>>16,K=$&65535,te+=ne>>>16,q=ne&65535,J+=te>>>16,j=te&65535,re+=J>>>16,Y=J&65535,ie+=re>>>16,Q=re&65535,ae+=ie>>>16,X=ie&65535,ue+=ae>>>16,W=ae&65535,fe+=ue>>>16,oe=ue&65535,de+=fe>>>16,Pe=fe&65535,me+=de>>>16,se=de&65535,Ve+=me>>>16,ye=me&65535,Be+=Ve>>>16,Ce=Ve&65535,ve+=Be>>>16,Le=Be&65535,He+=ve>>>16,ge=ve&65535,je+=He>>>16,De=He&65535,Ye+=je>>>16,Te=je&65535,Qe+=Ye>>>16,Ee=Ye&65535,Ke+=Qe>>>16,Ie=Qe&65535,$e+=Ke>>>16,Me=Ke&65535,Fe+=$e>>>16,Ae=$e&65535,Ze+=Fe>>>16,Re=Fe&65535,Ge+=Ze>>>16,ke=Ze&65535,rt+=Ge>>>16,Ne=Ge&65535,pt+=rt>>>16,tt=rt&65535,Vn+=pt>>>16,ht=pt&65535,In+=Vn>>>16,xn=Vn&65535,On+=In>>>16,mt=In&65535,ct+=On>>>16,Ln=On&65535,Wt+=ct>>>16,hn=ct&65535,Sn+=Wt>>>16,Yt=Wt&65535,Xt+=Sn>>>16,mn=Sn&65535,Fn+=Xt>>>16,Ct=Xt&65535,nn+=Fn>>>16,Kt=Fn&65535,En+=nn>>>16,rn=nn&65535,Cn+=En>>>16,wt=En&65535,un+=Cn>>>16,Ht=Cn&65535,an+=un>>>16,_t=un&65535,Tn+=an>>>16,Et=an&65535,fn+=Tn>>>16,Mt=Tn&65535,dn+=fn>>>16,Lt=fn&65535,qt+=dn>>>16,Rt=dn&65535,sn+=qt>>>16,At=qt&65535,on+=sn>>>16,kt=sn&65535,wn+=on>>>16,xt=on&65535,en+=wn>>>16,gt=wn&65535,ln+=en>>>16,Dt=en&65535,vn+=ln>>>16,Ot=ln&65535,cn+=vn>>>16,Nt=vn&65535,pn+=cn>>>16,vt=cn&65535,bn+=pn>>>16,Ut=pn&65535,tn+=bn>>>16,zt=bn&65535,_n+=tn>>>16,It=tn&65535,An+=_n>>>16,Bt=_n&65535,gn+=An>>>16,Ft=An&65535,Gn=Jn+(gn>>>16)&65535,Pt=gn&65535,d^=G.charCodeAt(L++);return Dn(l[Gn>>8]+l[Gn&255]+l[Pt>>8]+l[Pt&255]+l[Ft>>8]+l[Ft&255]+l[Bt>>8]+l[Bt&255]+l[It>>8]+l[It&255]+l[zt>>8]+l[zt&255]+l[Ut>>8]+l[Ut&255]+l[vt>>8]+l[vt&255]+l[Nt>>8]+l[Nt&255]+l[Ot>>8]+l[Ot&255]+l[Dt>>8]+l[Dt&255]+l[gt>>8]+l[gt&255]+l[xt>>8]+l[xt&255]+l[kt>>8]+l[kt&255]+l[At>>8]+l[At&255]+l[Rt>>8]+l[Rt&255]+l[Lt>>8]+l[Lt&255]+l[Mt>>8]+l[Mt&255]+l[Et>>8]+l[Et&255]+l[_t>>8]+l[_t&255]+l[Ht>>8]+l[Ht&255]+l[wt>>8]+l[wt&255]+l[rn>>8]+l[rn&255]+l[Kt>>8]+l[Kt&255]+l[Ct>>8]+l[Ct&255]+l[mn>>8]+l[mn&255]+l[Yt>>8]+l[Yt&255]+l[hn>>8]+l[hn&255]+l[Ln>>8]+l[Ln&255]+l[mt>>8]+l[mt&255]+l[xn>>8]+l[xn&255]+l[ht>>8]+l[ht&255]+l[tt>>8]+l[tt&255]+l[Ne>>8]+l[Ne&255]+l[ke>>8]+l[ke&255]+l[Re>>8]+l[Re&255]+l[Ae>>8]+l[Ae&255]+l[Me>>8]+l[Me&255]+l[Ie>>8]+l[Ie&255]+l[Ee>>8]+l[Ee&255]+l[Te>>8]+l[Te&255]+l[De>>8]+l[De&255]+l[ge>>8]+l[ge&255]+l[Le>>8]+l[Le&255]+l[Ce>>8]+l[Ce&255]+l[ye>>8]+l[ye&255]+l[se>>8]+l[se&255]+l[Pe>>8]+l[Pe&255]+l[oe>>8]+l[oe&255]+l[W>>8]+l[W&255]+l[X>>8]+l[X&255]+l[Q>>8]+l[Q&255]+l[Y>>8]+l[Y&255]+l[j>>8]+l[j&255]+l[q>>8]+l[q&255]+l[K>>8]+l[K&255]+l[O>>8]+l[O&255]+l[P>>8]+l[P&255]+l[k>>8]+l[k&255]+l[R>>8]+l[R&255]+l[b>>8]+l[b&255]+l[S>>8]+l[S&255]+l[p>>8]+l[p&255]+l[d>>8]+l[d&255],1024)}function _5(G){var L,ce,A=G.length,h=xe[1024].offset,d=0,f=h[63]|0,p=0,C=h[62]|0,S=0,T=h[61]|0,b=0,D=h[60]|0,R=0,I=h[59]|0,k=0,V=h[58]|0,P=0,z=h[57]|0,O=0,$=h[56]|0,K=0,ne=h[55]|0,q=0,te=h[54]|0,j=0,J=h[53]|0,Y=0,re=h[52]|0,Q=0,ie=h[51]|0,X=0,ae=h[50]|0,W=0,ue=h[49]|0,oe=0,fe=h[48]|0,Pe=0,de=h[47]|0,se=0,me=h[46]|0,ye=0,Ve=h[45]|0,Ce=0,Be=h[44]|0,Le=0,ve=h[43]|0,ge=0,He=h[42]|0,De=0,je=h[41]|0,Te=0,Ye=h[40]|0,Ee=0,Qe=h[39]|0,Ie=0,Ke=h[38]|0,Me=0,$e=h[37]|0,Ae=0,Fe=h[36]|0,Re=0,Ze=h[35]|0,ke=0,Ge=h[34]|0,Ne=0,rt=h[33]|0,tt=0,pt=h[32]|0,ht=0,Vn=h[31]|0,xn=0,In=h[30]|0,mt=0,On=h[29]|0,Ln=0,ct=h[28]|0,hn=0,Wt=h[27]|0,Yt=0,Sn=h[26]|0,mn=0,Xt=h[25]|0,Ct=0,Fn=h[24]|0,Kt=0,nn=h[23]|0,rn=0,En=h[22]|0,wt=0,Cn=h[21]|0,Ht=0,un=h[20]|0,_t=0,an=h[19]|0,Et=0,Tn=h[18]|0,Mt=0,fn=h[17]|0,Lt=0,dn=h[16]|0,Rt=0,qt=h[15]|0,At=0,sn=h[14]|0,kt=0,on=h[13]|0,xt=0,wn=h[12]|0,gt=0,en=h[11]|0,Dt=0,ln=h[10]|0,Ot=0,vn=h[9]|0,Nt=0,cn=h[8]|0,vt=0,pn=h[7]|0,Ut=0,bn=h[6]|0,zt=0,tn=h[5]|0,It=0,_n=h[4]|0,Bt=0,An=h[3]|0,Ft=0,gn=h[2]|0,Pt=0,Jn=h[1]|0,Gn=0,Ir=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),L<128?f^=L:L<2048?(f^=L>>6|192,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>12&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>6&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128):(f^=L>>12|224,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>6&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128),d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535;return Dn(l[Ir>>8]+l[Ir&255]+l[Jn>>8]+l[Jn&255]+l[gn>>8]+l[gn&255]+l[An>>8]+l[An&255]+l[_n>>8]+l[_n&255]+l[tn>>8]+l[tn&255]+l[bn>>8]+l[bn&255]+l[pn>>8]+l[pn&255]+l[cn>>8]+l[cn&255]+l[vn>>8]+l[vn&255]+l[ln>>8]+l[ln&255]+l[en>>8]+l[en&255]+l[wn>>8]+l[wn&255]+l[on>>8]+l[on&255]+l[sn>>8]+l[sn&255]+l[qt>>8]+l[qt&255]+l[dn>>8]+l[dn&255]+l[fn>>8]+l[fn&255]+l[Tn>>8]+l[Tn&255]+l[an>>8]+l[an&255]+l[un>>8]+l[un&255]+l[Cn>>8]+l[Cn&255]+l[En>>8]+l[En&255]+l[nn>>8]+l[nn&255]+l[Fn>>8]+l[Fn&255]+l[Xt>>8]+l[Xt&255]+l[Sn>>8]+l[Sn&255]+l[Wt>>8]+l[Wt&255]+l[ct>>8]+l[ct&255]+l[On>>8]+l[On&255]+l[In>>8]+l[In&255]+l[Vn>>8]+l[Vn&255]+l[pt>>8]+l[pt&255]+l[rt>>8]+l[rt&255]+l[Ge>>8]+l[Ge&255]+l[Ze>>8]+l[Ze&255]+l[Fe>>8]+l[Fe&255]+l[$e>>8]+l[$e&255]+l[Ke>>8]+l[Ke&255]+l[Qe>>8]+l[Qe&255]+l[Ye>>8]+l[Ye&255]+l[je>>8]+l[je&255]+l[He>>8]+l[He&255]+l[ve>>8]+l[ve&255]+l[Be>>8]+l[Be&255]+l[Ve>>8]+l[Ve&255]+l[me>>8]+l[me&255]+l[de>>8]+l[de&255]+l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],1024)}function C5(G){var L,ce,A=G.length,h=xe[1024].offset,d=0,f=h[63]|0,p=0,C=h[62]|0,S=0,T=h[61]|0,b=0,D=h[60]|0,R=0,I=h[59]|0,k=0,V=h[58]|0,P=0,z=h[57]|0,O=0,$=h[56]|0,K=0,ne=h[55]|0,q=0,te=h[54]|0,j=0,J=h[53]|0,Y=0,re=h[52]|0,Q=0,ie=h[51]|0,X=0,ae=h[50]|0,W=0,ue=h[49]|0,oe=0,fe=h[48]|0,Pe=0,de=h[47]|0,se=0,me=h[46]|0,ye=0,Ve=h[45]|0,Ce=0,Be=h[44]|0,Le=0,ve=h[43]|0,ge=0,He=h[42]|0,De=0,je=h[41]|0,Te=0,Ye=h[40]|0,Ee=0,Qe=h[39]|0,Ie=0,Ke=h[38]|0,Me=0,$e=h[37]|0,Ae=0,Fe=h[36]|0,Re=0,Ze=h[35]|0,ke=0,Ge=h[34]|0,Ne=0,rt=h[33]|0,tt=0,pt=h[32]|0,ht=0,Vn=h[31]|0,xn=0,In=h[30]|0,mt=0,On=h[29]|0,Ln=0,ct=h[28]|0,hn=0,Wt=h[27]|0,Yt=0,Sn=h[26]|0,mn=0,Xt=h[25]|0,Ct=0,Fn=h[24]|0,Kt=0,nn=h[23]|0,rn=0,En=h[22]|0,wt=0,Cn=h[21]|0,Ht=0,un=h[20]|0,_t=0,an=h[19]|0,Et=0,Tn=h[18]|0,Mt=0,fn=h[17]|0,Lt=0,dn=h[16]|0,Rt=0,qt=h[15]|0,At=0,sn=h[14]|0,kt=0,on=h[13]|0,xt=0,wn=h[12]|0,gt=0,en=h[11]|0,Dt=0,ln=h[10]|0,Ot=0,vn=h[9]|0,Nt=0,cn=h[8]|0,vt=0,pn=h[7]|0,Ut=0,bn=h[6]|0,zt=0,tn=h[5]|0,It=0,_n=h[4]|0,Bt=0,An=h[3]|0,Ft=0,gn=h[2]|0,Pt=0,Jn=h[1]|0,Gn=0,Ir=h[0]|0;for(ce=0;ce<A;ce++)L=G.charCodeAt(ce),d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,L<128?f^=L:L<2048?(f^=L>>6|192,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128):(L&64512)==55296&&ce+1<A&&(G.charCodeAt(ce+1)&64512)==56320?(L=65536+((L&1023)<<10)+(G.charCodeAt(++ce)&1023),f^=L>>18|240,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>12&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>6&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128):(f^=L>>12|224,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L>>6&63|128,d=f*397,p=C*397,S=T*397,b=D*397,R=I*397,k=V*397,P=z*397,O=$*397,K=ne*397,q=te*397,j=J*397,Y=re*397,Q=ie*397,X=ae*397,W=ue*397,oe=fe*397,Pe=de*397,se=me*397,ye=Ve*397,Ce=Be*397,Le=ve*397,ge=He*397,De=je*397,Te=Ye*397,Ee=Qe*397,Ie=Ke*397,Me=$e*397,Ae=Fe*397,Re=Ze*397,ke=Ge*397,Ne=rt*397,tt=pt*397,ht=Vn*397,xn=In*397,mt=On*397,Ln=ct*397,hn=Wt*397,Yt=Sn*397,mn=Xt*397,Ct=Fn*397,Kt=nn*397,rn=En*397,wt=Cn*397,Ht=un*397,_t=an*397,Et=Tn*397,Mt=fn*397,Lt=dn*397,Rt=qt*397,At=sn*397,kt=on*397,xt=wn*397,gt=en*397,Dt=ln*397,Ot=vn*397,Nt=cn*397,vt=pn*397,Ut=bn*397,zt=tn*397,It=_n*397,Bt=An*397,Ft=gn*397,Pt=Jn*397,Gn=Ir*397,wt+=f<<8,Ht+=C<<8,_t+=T<<8,Et+=D<<8,Mt+=I<<8,Lt+=V<<8,Rt+=z<<8,At+=$<<8,kt+=ne<<8,xt+=te<<8,gt+=J<<8,Dt+=re<<8,Ot+=ie<<8,Nt+=ae<<8,vt+=ue<<8,Ut+=fe<<8,zt+=de<<8,It+=me<<8,Bt+=Ve<<8,Ft+=Be<<8,Pt+=ve<<8,Gn+=He<<8,p+=d>>>16,f=d&65535,S+=p>>>16,C=p&65535,b+=S>>>16,T=S&65535,R+=b>>>16,D=b&65535,k+=R>>>16,I=R&65535,P+=k>>>16,V=k&65535,O+=P>>>16,z=P&65535,K+=O>>>16,$=O&65535,q+=K>>>16,ne=K&65535,j+=q>>>16,te=q&65535,Y+=j>>>16,J=j&65535,Q+=Y>>>16,re=Y&65535,X+=Q>>>16,ie=Q&65535,W+=X>>>16,ae=X&65535,oe+=W>>>16,ue=W&65535,Pe+=oe>>>16,fe=oe&65535,se+=Pe>>>16,de=Pe&65535,ye+=se>>>16,me=se&65535,Ce+=ye>>>16,Ve=ye&65535,Le+=Ce>>>16,Be=Ce&65535,ge+=Le>>>16,ve=Le&65535,De+=ge>>>16,He=ge&65535,Te+=De>>>16,je=De&65535,Ee+=Te>>>16,Ye=Te&65535,Ie+=Ee>>>16,Qe=Ee&65535,Me+=Ie>>>16,Ke=Ie&65535,Ae+=Me>>>16,$e=Me&65535,Re+=Ae>>>16,Fe=Ae&65535,ke+=Re>>>16,Ze=Re&65535,Ne+=ke>>>16,Ge=ke&65535,tt+=Ne>>>16,rt=Ne&65535,ht+=tt>>>16,pt=tt&65535,xn+=ht>>>16,Vn=ht&65535,mt+=xn>>>16,In=xn&65535,Ln+=mt>>>16,On=mt&65535,hn+=Ln>>>16,ct=Ln&65535,Yt+=hn>>>16,Wt=hn&65535,mn+=Yt>>>16,Sn=Yt&65535,Ct+=mn>>>16,Xt=mn&65535,Kt+=Ct>>>16,Fn=Ct&65535,rn+=Kt>>>16,nn=Kt&65535,wt+=rn>>>16,En=rn&65535,Ht+=wt>>>16,Cn=wt&65535,_t+=Ht>>>16,un=Ht&65535,Et+=_t>>>16,an=_t&65535,Mt+=Et>>>16,Tn=Et&65535,Lt+=Mt>>>16,fn=Mt&65535,Rt+=Lt>>>16,dn=Lt&65535,At+=Rt>>>16,qt=Rt&65535,kt+=At>>>16,sn=At&65535,xt+=kt>>>16,on=kt&65535,gt+=xt>>>16,wn=xt&65535,Dt+=gt>>>16,en=gt&65535,Ot+=Dt>>>16,ln=Dt&65535,Nt+=Ot>>>16,vn=Ot&65535,vt+=Nt>>>16,cn=Nt&65535,Ut+=vt>>>16,pn=vt&65535,zt+=Ut>>>16,bn=Ut&65535,It+=zt>>>16,tn=zt&65535,Bt+=It>>>16,_n=It&65535,Ft+=Bt>>>16,An=Bt&65535,Pt+=Ft>>>16,gn=Ft&65535,Ir=Gn+(Pt>>>16)&65535,Jn=Pt&65535,f^=L&63|128);return Dn(l[Ir>>8]+l[Ir&255]+l[Jn>>8]+l[Jn&255]+l[gn>>8]+l[gn&255]+l[An>>8]+l[An&255]+l[_n>>8]+l[_n&255]+l[tn>>8]+l[tn&255]+l[bn>>8]+l[bn&255]+l[pn>>8]+l[pn&255]+l[cn>>8]+l[cn&255]+l[vn>>8]+l[vn&255]+l[ln>>8]+l[ln&255]+l[en>>8]+l[en&255]+l[wn>>8]+l[wn&255]+l[on>>8]+l[on&255]+l[sn>>8]+l[sn&255]+l[qt>>8]+l[qt&255]+l[dn>>8]+l[dn&255]+l[fn>>8]+l[fn&255]+l[Tn>>8]+l[Tn&255]+l[an>>8]+l[an&255]+l[un>>8]+l[un&255]+l[Cn>>8]+l[Cn&255]+l[En>>8]+l[En&255]+l[nn>>8]+l[nn&255]+l[Fn>>8]+l[Fn&255]+l[Xt>>8]+l[Xt&255]+l[Sn>>8]+l[Sn&255]+l[Wt>>8]+l[Wt&255]+l[ct>>8]+l[ct&255]+l[On>>8]+l[On&255]+l[In>>8]+l[In&255]+l[Vn>>8]+l[Vn&255]+l[pt>>8]+l[pt&255]+l[rt>>8]+l[rt&255]+l[Ge>>8]+l[Ge&255]+l[Ze>>8]+l[Ze&255]+l[Fe>>8]+l[Fe&255]+l[$e>>8]+l[$e&255]+l[Ke>>8]+l[Ke&255]+l[Qe>>8]+l[Qe&255]+l[Ye>>8]+l[Ye&255]+l[je>>8]+l[je&255]+l[He>>8]+l[He&255]+l[ve>>8]+l[ve&255]+l[Be>>8]+l[Be&255]+l[Ve>>8]+l[Ve&255]+l[me>>8]+l[me&255]+l[de>>8]+l[de&255]+l[fe>>8]+l[fe&255]+l[ue>>8]+l[ue&255]+l[ae>>8]+l[ae&255]+l[ie>>8]+l[ie&255]+l[re>>8]+l[re&255]+l[J>>8]+l[J&255]+l[te>>8]+l[te&255]+l[ne>>8]+l[ne&255]+l[$>>8]+l[$&255]+l[z>>8]+l[z&255]+l[V>>8]+l[V&255]+l[I>>8]+l[I&255]+l[D>>8]+l[D&255]+l[T>>8]+l[T&255]+l[C>>8]+l[C&255]+l[f>>8]+l[f&255],1024)}return ot=n1,Zt("1a"),Cr(!1),Ar(),{hash:$t,setKeyspace:nr,version:Zt,useUTF8:Cr,seed:Ar,fast1a32:Tr,fast1a32hex:hr,fast1a52:Yn,fast1a52hex:Nn,fast1a64:er,fast1a32utf:Or,fast1a32hexutf:br,fast1a52utf:o5,fast1a52hexutf:Jt,fast1a64utf:Qn}}();i.exports=m})(Ah);var xh=Ah.exports;function vO(i,m=!1){var l,B,ee,x;if(!i)return"";const g=i.trim();return m?(B=(l=xh.hash(" "+g))==null?void 0:l.dec())!=null?B:0:(x=(ee=xh.hash(g.toUpperCase()))==null?void 0:ee.dec())!=null?x:0}let yd;var Sd=(i=>(i.IsJourneysUnified="is-journeys-unified",i))(Sd||{});const pO={"is-journeys-unified":{defaultValue:{optedIn:!1},allowedScope:e3.LevelTwoScope}};function hO(){return ao(this,null,function*(){const i={permanent:!0,domain:gO(),path:"/",key:CO()};yield new Lh(pO,mO(),i,g=>{yd=g}).init()})}function mO(){const{orgId:i,accountId:m,workspaceId:g}=window.mParticleConfig;return`${i}-${m}-${g}`}function CO(){const i=window.mParticleConfig.email;return`mp_up_${i?vO(i):""}`}function gO(){const{isDeveloperMode:i,unitTestMode:m}=window.mParticleConfig;return!i&&!m?"mparticle.com":void 0}class co{static isAudienceLookbackEnabled(){return!!window.mParticleConfig.accountLimits.audienceLookbackType}static isAudienceLookbackPromotional(){var m,g;return co.isAudienceLookbackEnabled()&&((g=(m=window.mParticleConfig.accountLimits.audienceLookbackType)==null?void 0:m.toLowerCase())==null?void 0:g.localeCompare("Promotional".toLowerCase()))===0}static isAudienceLookbackUseable(){var m,g;return co.isAudienceLookbackEnabled()&&((g=(m=window.mParticleConfig.accountLimits.audienceLookbackType)==null?void 0:m.toLowerCase())==null?void 0:g.localeCompare("Useable".toLowerCase()))===0}static isAudienceLeftNavVisible(){return this.canUserViewAudiences()&&this.isAudienceEnabledAccountLevel()||!this.isAudienceEnabledAccountLevel()}static isAudienceEnabledAccountLevel(){return!window.mParticleConfig.accountLimits.isAudienceDisabled}static isAudienceEnabledOrganizationLevel(){var m;return(m=window.mParticleConfig.organizationPolicy)==null?void 0:m.isAudienceEnabled}static isAudienceRealtimeEnabled(){return window.mParticleConfig.organizationPolicy.uiEnableAudiencesRealTime&&this.isAudienceEnabledAccountLevel()}static isRealtimeCustomer(){return this.isAudienceEnabledAccountLevel()||this.isAudienceEnabledOrganizationLevel()}static canUserViewAudiences(){return Fr.isAuthorized(Hr.AUDIENCE_VIEW)}static canUserActivateAudience(){return Fr.isAuthorized(Hr.AUDIENCE_ACTIVATE)}static isOfflineAudienceEnabled(){return window.mParticleConfig.accountLimits.isOfflineAudienceEnabled}static isMultiWorkspaceAudiencesDisabled(){return window.mParticleConfig.accountLimits.isMultiWorkspaceAudiencesDisabled}static canActivate(m,g){return(!m||g)&&this.isAudienceEnabledAccountLevel()&&this.isAudienceEnabledOrganizationLevel()&&this.canUserActivateAudience()}static canUserCreateAudienceSubscription(){return Fr.isAuthorized(Hr.AUDIENCE_SUBSCRIPTION_CREATE)}static canUserDeleteAudienceSubscription(){return Fr.isAuthorized(Hr.AUDIENCE_SUBSCRIPTION_DELETE)}static canUserEditAudienceSubscription(){return Fr.isAuthorized(Hr.AUDIENCE_SUBSCRIPTION_EDIT)}static isPredictiveAudiencesEnabled(){return!ki.isEnabled(ni.PredictiveAudiencesDisabled)}static isPredictiveAudiencesPLDEnabled(){return!ki.isEnabled(ni.PredictiveAudiencesPLDDisabled)}static canUserCreateAudience(){return Fr.isAuthorized(Hr.AUDIENCE_CREATE)}static isJourneysSharedRealTimeAudiencesEnabled(){return window.mParticleConfig.allowResourceSharing&&yd[Sd.IsJourneysUnified].optedIn&&!ki.isEnabled(ni.JourneysSharedRealTimeAudiencesDisabled)}}class yO extends os{constructor(){super(...arguments),this.suite=ti.Root}getAuthorizations(){const m=Object.keys(Rn.Root.Playground).reduce((g,l)=>(g[l]=this.canViewPlayground(),g),{});return D5(_e({[Rn.Root.Workspaces]:this.canViewWorkspacesSettings(),[Rn.Root.Predictions]:this.canViewPredictions(),[Rn.Root.Analytics]:this.canViewAnalytics(),[Rn.Root.Overview.Root]:!0,[Rn.Root.Overview.Connections]:!0,[Rn.Root.UserSettings]:!0,[Rn.Root.UserSettingsList]:!0,[Rn.Root.SwitchWorkspace]:!0,[Rn.Root.UsageBilling]:this.canViewUsageReport()},m),{[Rn.Root.UncaughtErrorHandlerTest]:!0})}canViewWorkspacesSettings(){return Fr.isAuthorized(Hr.WORKSPACE_SETTINGS)}canViewPredictions(){return co.isPredictiveAudiencesPLDEnabled()}canViewAnalytics(){return window.mParticleConfig.accountLimits.enableIndicativeWelcome}canViewPlayground(){return window.mParticleConfig.isDeveloperMode}canViewUsageReport(){return ki.isEnabled(ni.VBPUsageReportV2)&&Fr.isAuthorized(Hr.VIEW_VBP_BILLING_REPORT)}}class SO extends os{constructor(){super(...arguments),this.suite=ti.Segmentation}getAuthorizations(){const m={[Rn.Segmentation.Audiences.Root]:!0,[Rn.Segmentation.Audiences.RealTime]:this.canViewRealTimeAudiences(),[Rn.Segmentation.Audiences.Standard]:this.canViewStandardAudiences(),[Rn.Segmentation.Audiences.P2P]:this.canViewAudiencesShare(),[Rn.Segmentation.Audiences.Received]:this.canViewAudiencesShare(),[Rn.Segmentation.Audiences.Shared]:this.canViewAudiencesShare(),[Rn.Segmentation.Audiences.SharedByAccount]:this.canViewRealTimeSharedAudiences(),[Rn.Segmentation.Journeys]:!0};return Object.keys(m).forEach(g=>m[g]=m[g]&&co.isAudienceLeftNavVisible()),m}canViewStandardAudiences(){return co.isOfflineAudienceEnabled()}canViewAudiencesShare(){return Fr.isAuthorized([Hr.AUDIENCESHAREVIEW])}canViewRealTimeSharedAudiences(){return co.isJourneysSharedRealTimeAudiencesEnabled()}canViewRealTimeAudiences(){const m=yd[Sd.IsJourneysUnified].optedIn;return co.isAudienceRealtimeEnabled()&&!m||co.isJourneysSharedRealTimeAudiencesEnabled()&&m}}class Ed{static initialize(){const m=[new cO,new fO,new dO,new yO,new SO];this.routesAuthorizations=m.flatMap(g=>g.getRoutesAuthorizations())}static isRouteAuthorized(m){var l;const g=this.routesAuthorizations.find(B=>this.routeMatches(m,B));return(l=g==null?void 0:g.authorized)!=null?l:!1}static routeMatches(m,g){return m.toLowerCase()===g.route.toLowerCase()}}const EO={id:"oversight",label:"Oversight",type:"menu",icon:H.jsx(p5,{name:"oversight"}),children:[{id:"systemAlerts",label:"System Alerts",type:"link",hrefOptions:{href:Rn.Oversight.SystemAlerts}},{id:"observability",label:"Observability",type:"menu",children:[{id:"traceActivity",label:"Trace Activity",type:"link",hrefOptions:{href:Rn.Oversight.Observability.List}},{id:"traceConfigurations",label:"Trace Configurations",type:"link",hrefOptions:{href:Rn.Oversight.Observability.Requests}}]},{id:"privacy",label:"Privacy",type:"menu",children:[{id:"dsrs",label:"DSRs",type:"link",hrefOptions:{href:Rn.Oversight.DSR}},{id:"privacySettings",label:"Trace Configurations",type:"link",hrefOptions:{href:Rn.Oversight.PrivacySettings}}]}]},TO={id:"predictions",label:"Predictions",icon:H.jsx(p5,{name:"predictions"}),type:"link",hrefOptions:{href:""}},wO={id:"customer360",label:"Customer 360",type:"menu",icon:H.jsx(p5,{name:"C360"}),children:[{id:"userProfiles",label:"User Profiles",type:"link",hrefOptions:{href:Rn.Customer360.UserProfile}},{id:"groupIdentity",label:"Group Identity",type:"link",hrefOptions:{href:Rn.Customer360.Identity.GroupIdentities}},{id:"enrichment",label:"Enrichment",type:"menu",children:[{id:"calculatedAttributes",label:"Calculated Attributes",type:"link",hrefOptions:{href:Rn.Customer360.Enrichment.CalculatedAttributes}},{id:"predictiveAttributes",label:"Predictive Attributes",type:"link",hrefOptions:{href:Rn.Customer360.Enrichment.PredictiveAttributes}}]}]},bO={id:"dataPlatform",label:"DataPlatform",type:"menu",icon:H.jsx(p5,{name:"dataPlatform"}),children:[{id:"trends",label:"Trends",type:"link",hrefOptions:{href:Rn.DataPlatform.Trends}},{id:"setup",label:"Setup",type:"menu",children:[{id:"connections",label:"Connections",type:"link",hrefOptions:{href:Rn.DataPlatform.Setup.Connections}},{id:"inputs",label:"Inputs",type:"link",hrefOptions:{href:Rn.DataPlatform.Setup.Inputs.Apps}},{id:"outputs",label:"Outputs",type:"link",hrefOptions:{href:Rn.DataPlatform.Setup.Outputs.Event}},{id:"directory",label:"Directory",type:"link",hrefOptions:{href:Rn.DataPlatform.Setup.Directory.Listing}}]},{id:"liveStream",label:"Live Stream",type:"link",hrefOptions:{href:Rn.DataPlatform.Livestream}},{id:"dataCatalog",label:"Data Catalog",type:"link",hrefOptions:{href:Rn.DataPlatform.DataCatalog}},{id:"transformations",label:"Transformations",type:"menu",children:[{id:"rules",label:"Rules",type:"link",hrefOptions:{href:Rn.DataPlatform.Transformations.Rules}},{id:"plans",label:"Plans",type:"link",hrefOptions:{href:Rn.DataPlatform.Transformations.Plans}},{id:"filters",label:"Filters",type:"menu",children:[{id:"platformFilters",label:"Platform Filters",type:"link",hrefOptions:{href:Rn.DataPlatform.Transformations.Filters.Platform}},{id:"feedFilters",label:"Feed Filters",type:"link",hrefOptions:{href:Rn.DataPlatform.Transformations.Filters.Feed}}]}]},{id:"eventForwarding",label:"Event Forwarding",type:"link",hrefOptions:{href:Rn.DataPlatform.EventForwarding}}]},_O={id:"segmentation",label:"Segmentation",type:"menu",icon:H.jsx(p5,{name:"segmentation"}),children:[{id:"journeys",label:"Journeys",type:"link",hrefOptions:{href:Rn.Segmentation.Journeys}},{id:"audiences",label:"Audiences",type:"menu",children:[{id:"standard",label:"Standard",type:"link",hrefOptions:{href:Rn.Segmentation.Audiences.Standard}},{id:"shared",label:"Shared",type:"link",hrefOptions:{href:Rn.Segmentation.Audiences.Shared}},{id:"realTime",label:"Real-time",type:"link",hrefOptions:{href:Rn.Segmentation.Audiences.RealTime}}]}]},LO={id:"analytics",label:"Analytics",type:"menu",icon:H.jsx(p5,{name:"analytics"}),children:[{id:"createAnalysis",label:"Create Analysis",type:"button",buttonOptions:{href:""}},{id:"myHub",label:"My Hub",type:"link",hrefOptions:{href:""}},{id:"saved",label:"Saved",type:"link",hrefOptions:{href:""}},{id:"data",label:"Data",type:"link",hrefOptions:{href:""}},{id:"favorites",label:"Favorites",type:"link",hrefOptions:{href:""}}]},Td=[{id:"overview",label:"Overview",type:"link",icon:H.jsx(p5,{name:"trends"}),hrefOptions:{href:Rn.Root.Overview.Root}},EO,wO,bO,_O,LO,TO];class Mh{static initialize(){const m=g=>{var l;if(g.type==="link"&&((l=g.hrefOptions)!=null&&l.href))g.disabled=!Ed.isRouteAuthorized(g.hrefOptions.href);else if(g.type==="menu"&&g.children)for(const B of g.children)m(B)};for(const g of Td)m(g);this.navigationItems=Td}static findItemById(m){const g=l=>{for(const B of l){if(B.id===m)return B;if(B.type=="menu"&&B.children){const ee=g(B.children);if(ee)return ee}}};return g(Td)}}class AO{static loadMParticleConfig(m=""){return ao(this,null,function*(){var l;if(window.mParticleConfig)return;const g=yield fetch(`${m}/api/user/session`,{headers:{"Content-Type":"application/json; charset=utf-8","x-requested-by":(l=xp("x-csrf"))!=null?l:""},method:"GET",credentials:"same-origin"});window.mParticleConfig=yield g.json()})}static initialize(){return ao(this,null,function*(){yield this.loadMParticleConfig(),yield hO(),Ed.initialize(),Mh.initialize()})}}Object.defineProperty(dt,"Col",{enumerable:!0,get:()=>he.Col}),Object.defineProperty(dt,"Grid",{enumerable:!0,get:()=>he.Grid}),Object.defineProperty(dt,"Row",{enumerable:!0,get:()=>he.Row}),Object.defineProperty(dt,"message",{enumerable:!0,get:()=>he.message}),Object.defineProperty(dt,"notification",{enumerable:!0,get:()=>he.notification}),dt.Affix=HA,dt.Alert=xv,dt.Anchor=Mv,dt.AutoComplete=pS,dt.Avatar=P7,dt.Badge=N7,dt.Breadcrumb=Rv,dt.Button=E1,dt.Calendar=Ev,dt.Card=I7,dt.Carousel=LA,dt.Cascader=Q6,dt.Center=Oa,dt.ChartAxisStyle=is,dt.ChartColors=uO,dt.ChartConfig=oO,dt.Checkbox=fv,dt.Collapse=yv,dt.ColorPicker=uS,dt.CompositeUserPreferencesService=_h,dt.ConfigProvider=Bn,dt.DatePicker=Qo,dt.Descriptions=Av,dt.Divider=IA,dt.Drawer=RA,dt.Dropdown=Dv,dt.Empty=vf,dt.Flex=uo,dt.FloatButton=Kl,dt.Form=Yo,dt.GlobalNavWidth=Lp,dt.GlobalNavigation=Ap,dt.Icon=p5,dt.Image=Lv,dt.InitializationService=AO,dt.Input=io,dt.InputNumber=dv,dt.Layout=ql,dt.List=V7,dt.LoadingModal=NA,dt.Mentions=A7,dt.Menu=Jl,dt.Message=Di,dt.Modal=Mi,dt.NavigationItemsService=Mh,dt.Notification=lo,dt.NotificationCenterZIndex=_p,dt.Pagination=VA,dt.Popconfirm=DA,dt.Popover=pf,dt.Progress=xA,dt.QRCode=AA,dt.QueryItem=X6,dt.Radio=x7,dt.Rate=iS,dt.Result=q6,dt.RoutesAuthorizationsService=Ed,dt.Segmented=bA,dt.Select=lf,dt.Skeleton=Xo,dt.Slider=sS,dt.Space=hf,dt.Spin=H7,dt.Statistic=_v,dt.Steps=PA,dt.SuiteLogo=kv,dt.Switch=vS,dt.Table=oo,dt.Tabs=Tv,dt.Tag=wv,dt.TimePicker=vv,dt.Timeline=Sv,dt.Tooltip=K6,dt.Tour=bv,dt.Transfer=uf,dt.Tree=k7,dt.TreeSelect=Y6,dt.Typography=Ha,dt.USER_PREFERENCE_SCOPE_SEPARATOR=td,dt.Upload=M7,dt.UserPreferenceGlobalScope=Rp,dt.UserPreferenceScopeType=e3,dt.UserPreferencesService=Lh,dt.Watermark=MA,dt.useNewExperienceReminder=bp,Object.defineProperty(dt,Symbol.toStringTag,{value:"Module"})});