three-earth-3d 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,72 @@
1
+ (function(LA,m){typeof exports=="object"&&typeof module<"u"?m(exports,require("three")):typeof define=="function"&&define.amd?define(["exports","three"],m):(LA=typeof globalThis<"u"?globalThis:LA||self,m(LA.ThreeEarth3D={},LA.THREE))})(this,function(LA,m){"use strict";var rQ=Object.defineProperty;var nQ=(LA,m,Ze)=>m in LA?rQ(LA,m,{enumerable:!0,configurable:!0,writable:!0,value:Ze}):LA[m]=Ze;var K=(LA,m,Ze)=>nQ(LA,typeof m!="symbol"?m+"":m,Ze);function Ze(n){const A=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const e=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(A,t,e.get?e:{enumerable:!0,get:()=>n[t]})}}return A.default=n,Object.freeze(A)}const un=Ze(m),es={type:"change"},fn={type:"start"},ts={type:"end"};class GB extends m.EventDispatcher{constructor(A,t){super(),t===void 0&&console.warn('THREE.OrbitControls: The second parameter "domElement" is now mandatory.'),t===document&&console.error('THREE.OrbitControls: "document" should not be used as the target "domElement". Please use "renderer.domElement" instead.'),this.object=A,this.domElement=t,this.domElement.style.touchAction="none",this.enabled=!0,this.target=new m.Vector3,this.minDistance=0,this.maxDistance=1/0,this.minZoom=0,this.maxZoom=1/0,this.minPolarAngle=0,this.maxPolarAngle=Math.PI,this.minAzimuthAngle=-1/0,this.maxAzimuthAngle=1/0,this.enableDamping=!1,this.dampingFactor=.05,this.enableZoom=!0,this.zoomSpeed=1,this.enableRotate=!0,this.rotateSpeed=1,this.enablePan=!0,this.panSpeed=1,this.screenSpacePanning=!0,this.keyPanSpeed=7,this.autoRotate=!1,this.autoRotateSpeed=2,this.keys={LEFT:"ArrowLeft",UP:"ArrowUp",RIGHT:"ArrowRight",BOTTOM:"ArrowDown"},this.mouseButtons={LEFT:m.MOUSE.ROTATE,MIDDLE:m.MOUSE.DOLLY,RIGHT:m.MOUSE.PAN},this.touches={ONE:m.TOUCH.ROTATE,TWO:m.TOUCH.DOLLY_PAN},this.target0=this.target.clone(),this.position0=this.object.position.clone(),this.zoom0=this.object.zoom,this._domElementKeyEvents=null,this.getPolarAngle=function(){return a.phi},this.getAzimuthalAngle=function(){return a.theta},this.getDistance=function(){return this.object.position.distanceTo(this.target)},this.listenToKeyEvents=function(F){F.addEventListener("keydown",SB),this._domElementKeyEvents=F},this.saveState=function(){e.target0.copy(e.target),e.position0.copy(e.object.position),e.zoom0=e.object.zoom},this.reset=function(){e.target.copy(e.target0),e.object.position.copy(e.position0),e.object.zoom=e.zoom0,e.object.updateProjectionMatrix(),e.dispatchEvent(es),e.update(),i=r.NONE},this.update=function(){const F=new m.Vector3,L=new m.Quaternion().setFromUnitVectors(A.up,new m.Vector3(0,1,0)),cA=L.clone().invert(),wA=new m.Vector3,jA=new m.Quaternion,Ft=2*Math.PI;return function(){const OB=e.object.position;F.copy(OB).sub(e.target),F.applyQuaternion(L),a.setFromVector3(F),e.autoRotate&&i===r.NONE&&p(H()),e.enableDamping?(a.theta+=o.theta*e.dampingFactor,a.phi+=o.phi*e.dampingFactor):(a.theta+=o.theta,a.phi+=o.phi);let he=e.minAzimuthAngle,ge=e.maxAzimuthAngle;return isFinite(he)&&isFinite(ge)&&(he<-Math.PI?he+=Ft:he>Math.PI&&(he-=Ft),ge<-Math.PI?ge+=Ft:ge>Math.PI&&(ge-=Ft),he<=ge?a.theta=Math.max(he,Math.min(ge,a.theta)):a.theta=a.theta>(he+ge)/2?Math.max(he,a.theta):Math.min(ge,a.theta)),a.phi=Math.max(e.minPolarAngle,Math.min(e.maxPolarAngle,a.phi)),a.makeSafe(),a.radius*=B,a.radius=Math.max(e.minDistance,Math.min(e.maxDistance,a.radius)),e.enableDamping===!0?e.target.addScaledVector(c,e.dampingFactor):e.target.add(c),F.setFromSpherical(a),F.applyQuaternion(cA),OB.copy(e.target).add(F),e.object.lookAt(e.target),e.enableDamping===!0?(o.theta*=1-e.dampingFactor,o.phi*=1-e.dampingFactor,c.multiplyScalar(1-e.dampingFactor)):(o.set(0,0,0),c.set(0,0,0)),B=1,l||wA.distanceToSquared(e.object.position)>s||8*(1-jA.dot(e.object.quaternion))>s?(e.dispatchEvent(es),wA.copy(e.object.position),jA.copy(e.object.quaternion),l=!1,!0):!1}}(),this.dispose=function(){e.domElement.removeEventListener("contextmenu",DB),e.domElement.removeEventListener("pointerdown",xB),e.domElement.removeEventListener("pointercancel",LB),e.domElement.removeEventListener("wheel",KB),e.domElement.removeEventListener("pointermove",qi),e.domElement.removeEventListener("pointerup",$i),e._domElementKeyEvents!==null&&e._domElementKeyEvents.removeEventListener("keydown",SB)};const e=this,r={NONE:-1,ROTATE:0,DOLLY:1,PAN:2,TOUCH_ROTATE:3,TOUCH_PAN:4,TOUCH_DOLLY_PAN:5,TOUCH_DOLLY_ROTATE:6};let i=r.NONE;const s=1e-6,a=new m.Spherical,o=new m.Spherical;let B=1;const c=new m.Vector3;let l=!1;const u=new m.Vector2,h=new m.Vector2,g=new m.Vector2,f=new m.Vector2,w=new m.Vector2,C=new m.Vector2,d=new m.Vector2,E=new m.Vector2,v=new m.Vector2,Q=[],U={};function H(){return 2*Math.PI/60/60*e.autoRotateSpeed}function y(){return Math.pow(.95,e.zoomSpeed)}function p(F){o.theta-=F}function x(F){o.phi-=F}const D=function(){const F=new m.Vector3;return function(cA,wA){F.setFromMatrixColumn(wA,0),F.multiplyScalar(-cA),c.add(F)}}(),S=function(){const F=new m.Vector3;return function(cA,wA){e.screenSpacePanning===!0?F.setFromMatrixColumn(wA,1):(F.setFromMatrixColumn(wA,0),F.crossVectors(e.object.up,F)),F.multiplyScalar(cA),c.add(F)}}(),b=function(){const F=new m.Vector3;return function(cA,wA){const jA=e.domElement;if(e.object.isPerspectiveCamera){const Ft=e.object.position;F.copy(Ft).sub(e.target);let ln=F.length();ln*=Math.tan(e.object.fov/2*Math.PI/180),D(2*cA*ln/jA.clientHeight,e.object.matrix),S(2*wA*ln/jA.clientHeight,e.object.matrix)}else e.object.isOrthographicCamera?(D(cA*(e.object.right-e.object.left)/e.object.zoom/jA.clientWidth,e.object.matrix),S(wA*(e.object.top-e.object.bottom)/e.object.zoom/jA.clientHeight,e.object.matrix)):(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - pan disabled."),e.enablePan=!1)}}();function T(F){e.object.isPerspectiveCamera?B/=F:e.object.isOrthographicCamera?(e.object.zoom=Math.max(e.minZoom,Math.min(e.maxZoom,e.object.zoom*F)),e.object.updateProjectionMatrix(),l=!0):(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - dolly/zoom disabled."),e.enableZoom=!1)}function N(F){e.object.isPerspectiveCamera?B*=F:e.object.isOrthographicCamera?(e.object.zoom=Math.max(e.minZoom,Math.min(e.maxZoom,e.object.zoom/F)),e.object.updateProjectionMatrix(),l=!0):(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - dolly/zoom disabled."),e.enableZoom=!1)}function M(F){u.set(F.clientX,F.clientY)}function P(F){d.set(F.clientX,F.clientY)}function $(F){f.set(F.clientX,F.clientY)}function hA(F){h.set(F.clientX,F.clientY),g.subVectors(h,u).multiplyScalar(e.rotateSpeed);const L=e.domElement;p(2*Math.PI*g.x/L.clientHeight),x(2*Math.PI*g.y/L.clientHeight),u.copy(h),e.update()}function FA(F){E.set(F.clientX,F.clientY),v.subVectors(E,d),v.y>0?T(y()):v.y<0&&N(y()),d.copy(E),e.update()}function vA(F){w.set(F.clientX,F.clientY),C.subVectors(w,f).multiplyScalar(e.panSpeed),b(C.x,C.y),f.copy(w),e.update()}function gA(F){F.deltaY<0?N(y()):F.deltaY>0&&T(y()),e.update()}function xA(F){let L=!1;switch(F.code){case e.keys.UP:b(0,e.keyPanSpeed),L=!0;break;case e.keys.BOTTOM:b(0,-e.keyPanSpeed),L=!0;break;case e.keys.LEFT:b(e.keyPanSpeed,0),L=!0;break;case e.keys.RIGHT:b(-e.keyPanSpeed,0),L=!0;break}L&&(F.preventDefault(),e.update())}function iA(){if(Q.length===1)u.set(Q[0].pageX,Q[0].pageY);else{const F=.5*(Q[0].pageX+Q[1].pageX),L=.5*(Q[0].pageY+Q[1].pageY);u.set(F,L)}}function sA(){if(Q.length===1)f.set(Q[0].pageX,Q[0].pageY);else{const F=.5*(Q[0].pageX+Q[1].pageX),L=.5*(Q[0].pageY+Q[1].pageY);f.set(F,L)}}function fe(){const F=Q[0].pageX-Q[1].pageX,L=Q[0].pageY-Q[1].pageY,cA=Math.sqrt(F*F+L*L);d.set(0,cA)}function We(){e.enableZoom&&fe(),e.enablePan&&sA()}function Zw(){e.enableZoom&&fe(),e.enableRotate&&iA()}function IB(F){if(Q.length==1)h.set(F.pageX,F.pageY);else{const cA=As(F),wA=.5*(F.pageX+cA.x),jA=.5*(F.pageY+cA.y);h.set(wA,jA)}g.subVectors(h,u).multiplyScalar(e.rotateSpeed);const L=e.domElement;p(2*Math.PI*g.x/L.clientHeight),x(2*Math.PI*g.y/L.clientHeight),u.copy(h)}function _B(F){if(Q.length===1)w.set(F.pageX,F.pageY);else{const L=As(F),cA=.5*(F.pageX+L.x),wA=.5*(F.pageY+L.y);w.set(cA,wA)}C.subVectors(w,f).multiplyScalar(e.panSpeed),b(C.x,C.y),f.copy(w)}function bB(F){const L=As(F),cA=F.pageX-L.x,wA=F.pageY-L.y,jA=Math.sqrt(cA*cA+wA*wA);E.set(0,jA),v.set(0,Math.pow(E.y/d.y,e.zoomSpeed)),T(v.y),d.copy(E)}function zw(F){e.enableZoom&&bB(F),e.enablePan&&_B(F)}function jw(F){e.enableZoom&&bB(F),e.enableRotate&&IB(F)}function xB(F){e.enabled!==!1&&(Q.length===0&&(e.domElement.setPointerCapture(F.pointerId),e.domElement.addEventListener("pointermove",qi),e.domElement.addEventListener("pointerup",$i)),tQ(F),F.pointerType==="touch"?AQ(F):qw(F))}function qi(F){e.enabled!==!1&&(F.pointerType==="touch"?eQ(F):$w(F))}function $i(F){TB(F),Q.length===0&&(e.domElement.releasePointerCapture(F.pointerId),e.domElement.removeEventListener("pointermove",qi),e.domElement.removeEventListener("pointerup",$i)),e.dispatchEvent(ts),i=r.NONE}function LB(F){TB(F)}function qw(F){let L;switch(F.button){case 0:L=e.mouseButtons.LEFT;break;case 1:L=e.mouseButtons.MIDDLE;break;case 2:L=e.mouseButtons.RIGHT;break;default:L=-1}switch(L){case m.MOUSE.DOLLY:if(e.enableZoom===!1)return;P(F),i=r.DOLLY;break;case m.MOUSE.ROTATE:if(F.ctrlKey||F.metaKey||F.shiftKey){if(e.enablePan===!1)return;$(F),i=r.PAN}else{if(e.enableRotate===!1)return;M(F),i=r.ROTATE}break;case m.MOUSE.PAN:if(F.ctrlKey||F.metaKey||F.shiftKey){if(e.enableRotate===!1)return;M(F),i=r.ROTATE}else{if(e.enablePan===!1)return;$(F),i=r.PAN}break;default:i=r.NONE}i!==r.NONE&&e.dispatchEvent(fn)}function $w(F){switch(i){case r.ROTATE:if(e.enableRotate===!1)return;hA(F);break;case r.DOLLY:if(e.enableZoom===!1)return;FA(F);break;case r.PAN:if(e.enablePan===!1)return;vA(F);break}}function KB(F){e.enabled===!1||e.enableZoom===!1||i!==r.NONE||(F.preventDefault(),e.dispatchEvent(fn),gA(F),e.dispatchEvent(ts))}function SB(F){e.enabled===!1||e.enablePan===!1||xA(F)}function AQ(F){switch(MB(F),Q.length){case 1:switch(e.touches.ONE){case m.TOUCH.ROTATE:if(e.enableRotate===!1)return;iA(),i=r.TOUCH_ROTATE;break;case m.TOUCH.PAN:if(e.enablePan===!1)return;sA(),i=r.TOUCH_PAN;break;default:i=r.NONE}break;case 2:switch(e.touches.TWO){case m.TOUCH.DOLLY_PAN:if(e.enableZoom===!1&&e.enablePan===!1)return;We(),i=r.TOUCH_DOLLY_PAN;break;case m.TOUCH.DOLLY_ROTATE:if(e.enableZoom===!1&&e.enableRotate===!1)return;Zw(),i=r.TOUCH_DOLLY_ROTATE;break;default:i=r.NONE}break;default:i=r.NONE}i!==r.NONE&&e.dispatchEvent(fn)}function eQ(F){switch(MB(F),i){case r.TOUCH_ROTATE:if(e.enableRotate===!1)return;IB(F),e.update();break;case r.TOUCH_PAN:if(e.enablePan===!1)return;_B(F),e.update();break;case r.TOUCH_DOLLY_PAN:if(e.enableZoom===!1&&e.enablePan===!1)return;zw(F),e.update();break;case r.TOUCH_DOLLY_ROTATE:if(e.enableZoom===!1&&e.enableRotate===!1)return;jw(F),e.update();break;default:i=r.NONE}}function DB(F){e.enabled!==!1&&F.preventDefault()}function tQ(F){Q.push(F)}function TB(F){delete U[F.pointerId];for(let L=0;L<Q.length;L++)if(Q[L].pointerId==F.pointerId){Q.splice(L,1);return}}function MB(F){let L=U[F.pointerId];L===void 0&&(L=new m.Vector2,U[F.pointerId]=L),L.set(F.pageX,F.pageY)}function As(F){const L=F.pointerId===Q[0].pointerId?Q[1]:Q[0];return U[L.pointerId]}e.domElement.addEventListener("contextmenu",DB),e.domElement.addEventListener("pointerdown",xB),e.domElement.addEventListener("pointercancel",LB),e.domElement.addEventListener("wheel",KB,{passive:!1}),this.update()}}class PB{constructor(A){K(this,"scene");K(this,"camera");K(this,"renderer");K(this,"controls");K(this,"dom");this.dom=A,this.initScenes(),this.setControls()}initScenes(){const A=this.dom.offsetWidth||window.innerWidth,t=this.dom.offsetHeight||window.innerHeight;this.scene=new un.Scene,this.camera=new un.PerspectiveCamera(45,A/t,1,1e5),this.camera.position.set(0,30,-250),this.renderer=new un.WebGLRenderer({alpha:!0,antialias:!0}),this.renderer.setPixelRatio(window.devicePixelRatio),this.renderer.setSize(A,t),this.dom.appendChild(this.renderer.domElement)}setControls(){this.controls=new GB(this.camera,this.renderer.domElement),this.controls.autoRotateSpeed=3,this.controls.enableDamping=!0,this.controls.dampingFactor=.05,this.controls.enableZoom=!0,this.controls.minDistance=100,this.controls.maxDistance=300,this.controls.enablePan=!1}}var rs={},hn={};hn.__esModule=!0;var VB=function(){function n(){this.handlers={}}return n.prototype.on=function(A,t){var e=this.handlers[A];return e||(e=[],this.handlers[A]=e),this.handlers[A].push(t),t},n.prototype.off=function(A,t){var e=this.handlers[A];if(t){var r=e.indexOf(t);r!==-1&&this.handlers[A].splice(r,1)}},n.prototype.offAll=function(){this.handlers={}},n.prototype.emit=function(A){for(var t=[],e=1;e<arguments.length;e++)t[e-1]=arguments[e];var r=this.handlers[A];r&&r.forEach(function(i){return i.apply(void 0,t)})},n}();hn.EventEmitter=VB,function(n){function A(t){for(var e in t)n.hasOwnProperty(e)||(n[e]=t[e])}n.__esModule=!0,A(hn)}(rs);class NB{constructor(A){K(this,"width");K(this,"height");K(this,"viewport");K(this,"$sizeViewport");K(this,"emitter");this.emitter=new rs.EventEmitter,this.$sizeViewport=A.dom,this.viewport={width:0,height:0},this.resize=this.resize.bind(this),window.addEventListener("resize",this.resize),this.resize()}$on(A,t){this.emitter.on(A,()=>{t()})}resize(){this.viewport.width=this.$sizeViewport.offsetWidth,this.viewport.height=this.$sizeViewport.offsetHeight,this.emitter.emit("resize")}}const RB=["gradient","redCircle","label","aperture","glow","light_column","aircraft"];function kB(n=""){const A=n?`${n}/images/earth/`:"/images/earth/",t=RB.map(e=>({name:e,url:`${A}${e}.png`}));return t.push({name:"earth",url:`${A}earth.jpg`}),{textures:t}}class XB{constructor(A,t=""){K(this,"manager");K(this,"callback");K(this,"textureLoader");K(this,"textures");this.callback=A,this.textures={},this.setLoadingManager(),this.loadResources(t)}setLoadingManager(){this.manager=new m.LoadingManager,this.manager.onStart=()=>{console.log("[three-earth-3d] 开始加载资源")},this.manager.onLoad=()=>{this.callback()},this.manager.onProgress=A=>{console.log(`[three-earth-3d] 正在加载:${A}`)},this.manager.onError=A=>{console.error("[three-earth-3d] 加载失败:"+A)}}loadResources(A){var e;this.textureLoader=new m.TextureLoader(this.manager),(e=kB(A).textures)==null||e.forEach(r=>{this.textureLoader.load(r.url,i=>{this.textures[r.name]=i})})}}/*!
2
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
3
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
4
+ * Released under MIT License
5
+ *//*! *****************************************************************************
6
+ Copyright (c) Microsoft Corporation.
7
+
8
+ Permission to use, copy, modify, and/or distribute this software for any
9
+ purpose with or without fee is hereby granted.
10
+
11
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
+ PERFORMANCE OF THIS SOFTWARE.
18
+ ***************************************************************************** */var gn=function(n,A){return gn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},gn(n,A)};function ZA(n,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");gn(n,A);function t(){this.constructor=n}n.prototype=A===null?Object.create(A):(t.prototype=A.prototype,new t)}var wn=function(){return wn=Object.assign||function(A){for(var t,e=1,r=arguments.length;e<r;e++){t=arguments[e];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(A[i]=t[i])}return A},wn.apply(this,arguments)};function pA(n,A,t,e){function r(i){return i instanceof t?i:new t(function(s){s(i)})}return new(t||(t=Promise))(function(i,s){function a(c){try{B(e.next(c))}catch(l){s(l)}}function o(c){try{B(e.throw(c))}catch(l){s(l)}}function B(c){c.done?i(c.value):r(c.value).then(a,o)}B((e=e.apply(n,[])).next())})}function QA(n,A){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},e,r,i,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(B){return function(c){return o([B,c])}}function o(B){if(e)throw new TypeError("Generator is already executing.");for(;t;)try{if(e=1,r&&(i=B[0]&2?r.return:B[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,B[1])).done)return i;switch(r=0,i&&(B=[B[0]&2,i.value]),B[0]){case 0:case 1:i=B;break;case 4:return t.label++,{value:B[1],done:!1};case 5:t.label++,r=B[1],B=[0];continue;case 7:B=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(B[0]===6||B[0]===2)){t=0;continue}if(B[0]===3&&(!i||B[1]>i[0]&&B[1]<i[3])){t.label=B[1];break}if(B[0]===6&&t.label<i[1]){t.label=i[1],i=B;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(B);break}i[2]&&t.ops.pop(),t.trys.pop();continue}B=A.call(n,t)}catch(c){B=[6,c],r=0}finally{e=i=0}if(B[0]&5)throw B[1];return{value:B[0]?B[1]:void 0,done:!0}}}function rr(n,A,t){if(arguments.length===2)for(var e=0,r=A.length,i;e<r;e++)(i||!(e in A))&&(i||(i=Array.prototype.slice.call(A,0,e)),i[e]=A[e]);return n.concat(i||A)}for(var ie=function(){function n(A,t,e,r){this.left=A,this.top=t,this.width=e,this.height=r}return n.prototype.add=function(A,t,e,r){return new n(this.left+A,this.top+t,this.width+e,this.height+r)},n.fromClientRect=function(A,t){return new n(t.left+A.windowBounds.left,t.top+A.windowBounds.top,t.width,t.height)},n.fromDOMRectList=function(A,t){var e=Array.from(t).find(function(r){return r.width!==0});return e?new n(e.left+A.windowBounds.left,e.top+A.windowBounds.top,e.width,e.height):n.EMPTY},n.EMPTY=new n(0,0,0,0),n}(),nr=function(n,A){return ie.fromClientRect(n,A.getBoundingClientRect())},YB=function(n){var A=n.body,t=n.documentElement;if(!A||!t)throw new Error("Unable to get document size");var e=Math.max(Math.max(A.scrollWidth,t.scrollWidth),Math.max(A.offsetWidth,t.offsetWidth),Math.max(A.clientWidth,t.clientWidth)),r=Math.max(Math.max(A.scrollHeight,t.scrollHeight),Math.max(A.offsetHeight,t.offsetHeight),Math.max(A.clientHeight,t.clientHeight));return new ie(0,0,e,r)},ir=function(n){for(var A=[],t=0,e=n.length;t<e;){var r=n.charCodeAt(t++);if(r>=55296&&r<=56319&&t<e){var i=n.charCodeAt(t++);(i&64512)===56320?A.push(((r&1023)<<10)+(i&1023)+65536):(A.push(r),t--)}else A.push(r)}return A},AA=function(){for(var n=[],A=0;A<arguments.length;A++)n[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,n);var t=n.length;if(!t)return"";for(var e=[],r=-1,i="";++r<t;){var s=n[r];s<=65535?e.push(s):(s-=65536,e.push((s>>10)+55296,s%1024+56320)),(r+1===t||e.length>16384)&&(i+=String.fromCharCode.apply(String,e),e.length=0)}return i},ns="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",JB=typeof Uint8Array>"u"?[]:new Uint8Array(256),sr=0;sr<ns.length;sr++)JB[ns.charCodeAt(sr)]=sr;for(var is="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",pt=typeof Uint8Array>"u"?[]:new Uint8Array(256),ar=0;ar<is.length;ar++)pt[is.charCodeAt(ar)]=ar;for(var WB=function(n){var A=n.length*.75,t=n.length,e,r=0,i,s,a,o;n[n.length-1]==="="&&(A--,n[n.length-2]==="="&&A--);var B=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(B)?B:new Uint8Array(B);for(e=0;e<t;e+=4)i=pt[n.charCodeAt(e)],s=pt[n.charCodeAt(e+1)],a=pt[n.charCodeAt(e+2)],o=pt[n.charCodeAt(e+3)],c[r++]=i<<2|s>>4,c[r++]=(s&15)<<4|a>>2,c[r++]=(a&3)<<6|o&63;return B},ZB=function(n){for(var A=n.length,t=[],e=0;e<A;e+=2)t.push(n[e+1]<<8|n[e]);return t},zB=function(n){for(var A=n.length,t=[],e=0;e<A;e+=4)t.push(n[e+3]<<24|n[e+2]<<16|n[e+1]<<8|n[e]);return t},Se=5,Qn=11,dn=2,jB=Qn-Se,ss=65536>>Se,qB=1<<Se,Cn=qB-1,$B=1024>>Se,Ac=ss+$B,ec=Ac,tc=32,rc=ec+tc,nc=65536>>Qn,ic=1<<jB,sc=ic-1,as=function(n,A,t){return n.slice?n.slice(A,t):new Uint16Array(Array.prototype.slice.call(n,A,t))},ac=function(n,A,t){return n.slice?n.slice(A,t):new Uint32Array(Array.prototype.slice.call(n,A,t))},oc=function(n,A){var t=WB(n),e=Array.isArray(t)?zB(t):new Uint32Array(t),r=Array.isArray(t)?ZB(t):new Uint16Array(t),i=24,s=as(r,i/2,e[4]/2),a=e[5]===2?as(r,(i+e[4])/2):ac(e,Math.ceil((i+e[4])/4));return new Bc(e[0],e[1],e[2],e[3],s,a)},Bc=function(){function n(A,t,e,r,i,s){this.initialValue=A,this.errorValue=t,this.highStart=e,this.highValueIndex=r,this.index=i,this.data=s}return n.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>Se],t=(t<<dn)+(A&Cn),this.data[t];if(A<=65535)return t=this.index[ss+(A-55296>>Se)],t=(t<<dn)+(A&Cn),this.data[t];if(A<this.highStart)return t=rc-nc+(A>>Qn),t=this.index[t],t+=A>>Se&sc,t=this.index[t],t=(t<<dn)+(A&Cn),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},n}(),os="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",cc=typeof Uint8Array>"u"?[]:new Uint8Array(256),or=0;or<os.length;or++)cc[os.charCodeAt(or)]=or;var lc="KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA==",Bs=50,uc=1,cs=2,ls=3,fc=4,hc=5,us=7,fs=8,hs=9,we=10,Un=11,gs=12,Fn=13,gc=14,mt=15,pn=16,Br=17,vt=18,wc=19,ws=20,mn=21,Et=22,vn=23,ze=24,KA=25,yt=26,Ht=27,je=28,Qc=29,De=30,dc=31,cr=32,lr=33,En=34,yn=35,Hn=36,It=37,In=38,ur=39,fr=40,_n=41,Qs=42,Cc=43,Uc=[9001,65288],ds="!",O="×",hr="÷",bn=oc(lc),se=[De,Hn],xn=[uc,cs,ls,hc],Cs=[we,fs],Us=[Ht,yt],Fc=xn.concat(Cs),Fs=[In,ur,fr,En,yn],pc=[mt,Fn],mc=function(n,A){A===void 0&&(A="strict");var t=[],e=[],r=[];return n.forEach(function(i,s){var a=bn.get(i);if(a>Bs?(r.push(!0),a-=Bs):r.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(i)!==-1)return e.push(s),t.push(pn);if(a===fc||a===Un){if(s===0)return e.push(s),t.push(De);var o=t[s-1];return Fc.indexOf(o)===-1?(e.push(e[s-1]),t.push(o)):(e.push(s),t.push(De))}if(e.push(s),a===dc)return t.push(A==="strict"?mn:It);if(a===Qs||a===Qc)return t.push(De);if(a===Cc)return i>=131072&&i<=196605||i>=196608&&i<=262141?t.push(It):t.push(De);t.push(a)}),[e,t,r]},Ln=function(n,A,t,e){var r=e[t];if(Array.isArray(n)?n.indexOf(r)!==-1:n===r)for(var i=t;i<=e.length;){i++;var s=e[i];if(s===A)return!0;if(s!==we)break}if(r===we)for(var i=t;i>0;){i--;var a=e[i];if(Array.isArray(n)?n.indexOf(a)!==-1:n===a)for(var o=t;o<=e.length;){o++;var s=e[o];if(s===A)return!0;if(s!==we)break}if(a!==we)break}return!1},ps=function(n,A){for(var t=n;t>=0;){var e=A[t];if(e===we)t--;else return e}return 0},vc=function(n,A,t,e,r){if(t[e]===0)return O;var i=e-1;if(Array.isArray(r)&&r[i]===!0)return O;var s=i-1,a=i+1,o=A[i],B=s>=0?A[s]:0,c=A[a];if(o===cs&&c===ls)return O;if(xn.indexOf(o)!==-1)return ds;if(xn.indexOf(c)!==-1||Cs.indexOf(c)!==-1)return O;if(ps(i,A)===fs)return hr;if(bn.get(n[i])===Un||(o===cr||o===lr)&&bn.get(n[a])===Un||o===us||c===us||o===hs||[we,Fn,mt].indexOf(o)===-1&&c===hs||[Br,vt,wc,ze,je].indexOf(c)!==-1||ps(i,A)===Et||Ln(vn,Et,i,A)||Ln([Br,vt],mn,i,A)||Ln(gs,gs,i,A))return O;if(o===we)return hr;if(o===vn||c===vn)return O;if(c===pn||o===pn)return hr;if([Fn,mt,mn].indexOf(c)!==-1||o===gc||B===Hn&&pc.indexOf(o)!==-1||o===je&&c===Hn||c===ws||se.indexOf(c)!==-1&&o===KA||se.indexOf(o)!==-1&&c===KA||o===Ht&&[It,cr,lr].indexOf(c)!==-1||[It,cr,lr].indexOf(o)!==-1&&c===yt||se.indexOf(o)!==-1&&Us.indexOf(c)!==-1||Us.indexOf(o)!==-1&&se.indexOf(c)!==-1||[Ht,yt].indexOf(o)!==-1&&(c===KA||[Et,mt].indexOf(c)!==-1&&A[a+1]===KA)||[Et,mt].indexOf(o)!==-1&&c===KA||o===KA&&[KA,je,ze].indexOf(c)!==-1)return O;if([KA,je,ze,Br,vt].indexOf(c)!==-1)for(var l=i;l>=0;){var u=A[l];if(u===KA)return O;if([je,ze].indexOf(u)!==-1)l--;else break}if([Ht,yt].indexOf(c)!==-1)for(var l=[Br,vt].indexOf(o)!==-1?s:i;l>=0;){var u=A[l];if(u===KA)return O;if([je,ze].indexOf(u)!==-1)l--;else break}if(In===o&&[In,ur,En,yn].indexOf(c)!==-1||[ur,En].indexOf(o)!==-1&&[ur,fr].indexOf(c)!==-1||[fr,yn].indexOf(o)!==-1&&c===fr||Fs.indexOf(o)!==-1&&[ws,yt].indexOf(c)!==-1||Fs.indexOf(c)!==-1&&o===Ht||se.indexOf(o)!==-1&&se.indexOf(c)!==-1||o===ze&&se.indexOf(c)!==-1||se.concat(KA).indexOf(o)!==-1&&c===Et&&Uc.indexOf(n[a])===-1||se.concat(KA).indexOf(c)!==-1&&o===vt)return O;if(o===_n&&c===_n){for(var h=t[i],g=1;h>0&&(h--,A[h]===_n);)g++;if(g%2!==0)return O}return o===cr&&c===lr?O:hr},Ec=function(n,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var t=mc(n,A.lineBreak),e=t[0],r=t[1],i=t[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(r=r.map(function(a){return[KA,De,Qs].indexOf(a)!==-1?It:a}));var s=A.wordBreak==="keep-all"?i.map(function(a,o){return a&&n[o]>=19968&&n[o]<=40959}):void 0;return[e,r,s]},yc=function(){function n(A,t,e,r){this.codePoints=A,this.required=t===ds,this.start=e,this.end=r}return n.prototype.slice=function(){return AA.apply(void 0,this.codePoints.slice(this.start,this.end))},n}(),Hc=function(n,A){var t=ir(n),e=Ec(t,A),r=e[0],i=e[1],s=e[2],a=t.length,o=0,B=0;return{next:function(){if(B>=a)return{done:!0,value:null};for(var c=O;B<a&&(c=vc(t,i,r,++B,s))===O;);if(c!==O||B===a){var l=new yc(t,c,o,B);return o=B,{value:l,done:!1}}return{done:!0,value:null}}}},Ic=1,_c=2,_t=4,ms=8,gr=10,vs=47,bt=92,bc=9,xc=32,wr=34,xt=61,Lc=35,Kc=36,Sc=37,Qr=39,dr=40,Lt=41,Dc=95,EA=45,Tc=33,Mc=60,Oc=62,Gc=64,Pc=91,Vc=93,Nc=61,Rc=123,Cr=63,kc=125,Es=124,Xc=126,Yc=128,ys=65533,Kn=42,Te=43,Jc=44,Wc=58,Zc=59,Kt=46,zc=0,jc=8,qc=11,$c=14,Al=31,el=127,qA=-1,Hs=48,Is=97,_s=101,tl=102,rl=117,nl=122,bs=65,xs=69,Ls=70,il=85,sl=90,dA=function(n){return n>=Hs&&n<=57},al=function(n){return n>=55296&&n<=57343},qe=function(n){return dA(n)||n>=bs&&n<=Ls||n>=Is&&n<=tl},ol=function(n){return n>=Is&&n<=nl},Bl=function(n){return n>=bs&&n<=sl},cl=function(n){return ol(n)||Bl(n)},ll=function(n){return n>=Yc},Ur=function(n){return n===gr||n===bc||n===xc},Fr=function(n){return cl(n)||ll(n)||n===Dc},Ks=function(n){return Fr(n)||dA(n)||n===EA},ul=function(n){return n>=zc&&n<=jc||n===qc||n>=$c&&n<=Al||n===el},Qe=function(n,A){return n!==bt?!1:A!==gr},pr=function(n,A,t){return n===EA?Fr(A)||Qe(A,t):Fr(n)?!0:!!(n===bt&&Qe(n,A))},Sn=function(n,A,t){return n===Te||n===EA?dA(A)?!0:A===Kt&&dA(t):dA(n===Kt?A:n)},fl=function(n){var A=0,t=1;(n[A]===Te||n[A]===EA)&&(n[A]===EA&&(t=-1),A++);for(var e=[];dA(n[A]);)e.push(n[A++]);var r=e.length?parseInt(AA.apply(void 0,e),10):0;n[A]===Kt&&A++;for(var i=[];dA(n[A]);)i.push(n[A++]);var s=i.length,a=s?parseInt(AA.apply(void 0,i),10):0;(n[A]===xs||n[A]===_s)&&A++;var o=1;(n[A]===Te||n[A]===EA)&&(n[A]===EA&&(o=-1),A++);for(var B=[];dA(n[A]);)B.push(n[A++]);var c=B.length?parseInt(AA.apply(void 0,B),10):0;return t*(r+a*Math.pow(10,-s))*Math.pow(10,o*c)},hl={type:2},gl={type:3},wl={type:4},Ql={type:13},dl={type:8},Cl={type:21},Ul={type:9},Fl={type:10},pl={type:11},ml={type:12},vl={type:14},mr={type:23},El={type:1},yl={type:25},Hl={type:24},Il={type:26},_l={type:27},bl={type:28},xl={type:29},Ll={type:31},Dn={type:32},Ss=function(){function n(){this._value=[]}return n.prototype.write=function(A){this._value=this._value.concat(ir(A))},n.prototype.read=function(){for(var A=[],t=this.consumeToken();t!==Dn;)A.push(t),t=this.consumeToken();return A},n.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case wr:return this.consumeStringToken(wr);case Lc:var t=this.peekCodePoint(0),e=this.peekCodePoint(1),r=this.peekCodePoint(2);if(Ks(t)||Qe(e,r)){var i=pr(t,e,r)?_c:Ic,s=this.consumeName();return{type:5,value:s,flags:i}}break;case Kc:if(this.peekCodePoint(0)===xt)return this.consumeCodePoint(),Ql;break;case Qr:return this.consumeStringToken(Qr);case dr:return hl;case Lt:return gl;case Kn:if(this.peekCodePoint(0)===xt)return this.consumeCodePoint(),vl;break;case Te:if(Sn(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Jc:return wl;case EA:var a=A,o=this.peekCodePoint(0),B=this.peekCodePoint(1);if(Sn(a,o,B))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(pr(a,o,B))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(o===EA&&B===Oc)return this.consumeCodePoint(),this.consumeCodePoint(),Hl;break;case Kt:if(Sn(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case vs:if(this.peekCodePoint(0)===Kn)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===Kn&&(c=this.consumeCodePoint(),c===vs))return this.consumeToken();if(c===qA)return this.consumeToken()}break;case Wc:return Il;case Zc:return _l;case Mc:if(this.peekCodePoint(0)===Tc&&this.peekCodePoint(1)===EA&&this.peekCodePoint(2)===EA)return this.consumeCodePoint(),this.consumeCodePoint(),yl;break;case Gc:var l=this.peekCodePoint(0),u=this.peekCodePoint(1),h=this.peekCodePoint(2);if(pr(l,u,h)){var s=this.consumeName();return{type:7,value:s}}break;case Pc:return bl;case bt:if(Qe(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case Vc:return xl;case Nc:if(this.peekCodePoint(0)===xt)return this.consumeCodePoint(),dl;break;case Rc:return pl;case kc:return ml;case rl:case il:var g=this.peekCodePoint(0),f=this.peekCodePoint(1);return g===Te&&(qe(f)||f===Cr)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case Es:if(this.peekCodePoint(0)===xt)return this.consumeCodePoint(),Ul;if(this.peekCodePoint(0)===Es)return this.consumeCodePoint(),Cl;break;case Xc:if(this.peekCodePoint(0)===xt)return this.consumeCodePoint(),Fl;break;case qA:return Dn}return Ur(A)?(this.consumeWhiteSpace(),Ll):dA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):Fr(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:AA(A)}},n.prototype.consumeCodePoint=function(){var A=this._value.shift();return typeof A>"u"?-1:A},n.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},n.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},n.prototype.consumeUnicodeRangeToken=function(){for(var A=[],t=this.consumeCodePoint();qe(t)&&A.length<6;)A.push(t),t=this.consumeCodePoint();for(var e=!1;t===Cr&&A.length<6;)A.push(t),t=this.consumeCodePoint(),e=!0;if(e){var r=parseInt(AA.apply(void 0,A.map(function(o){return o===Cr?Hs:o})),16),i=parseInt(AA.apply(void 0,A.map(function(o){return o===Cr?Ls:o})),16);return{type:30,start:r,end:i}}var s=parseInt(AA.apply(void 0,A),16);if(this.peekCodePoint(0)===EA&&qe(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var a=[];qe(t)&&a.length<6;)a.push(t),t=this.consumeCodePoint();var i=parseInt(AA.apply(void 0,a),16);return{type:30,start:s,end:i}}else return{type:30,start:s,end:s}},n.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===dr?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===dr?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},n.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===qA)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===Qr||t===wr){var e=this.consumeStringToken(this.consumeCodePoint());return e.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===qA||this.peekCodePoint(0)===Lt)?(this.consumeCodePoint(),{type:22,value:e.value}):(this.consumeBadUrlRemnants(),mr)}for(;;){var r=this.consumeCodePoint();if(r===qA||r===Lt)return{type:22,value:AA.apply(void 0,A)};if(Ur(r))return this.consumeWhiteSpace(),this.peekCodePoint(0)===qA||this.peekCodePoint(0)===Lt?(this.consumeCodePoint(),{type:22,value:AA.apply(void 0,A)}):(this.consumeBadUrlRemnants(),mr);if(r===wr||r===Qr||r===dr||ul(r))return this.consumeBadUrlRemnants(),mr;if(r===bt)if(Qe(r,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),mr;else A.push(r)}},n.prototype.consumeWhiteSpace=function(){for(;Ur(this.peekCodePoint(0));)this.consumeCodePoint()},n.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===Lt||A===qA)return;Qe(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},n.prototype.consumeStringSlice=function(A){for(var t=5e4,e="";A>0;){var r=Math.min(t,A);e+=AA.apply(void 0,this._value.splice(0,r)),A-=r}return this._value.shift(),e},n.prototype.consumeStringToken=function(A){var t="",e=0;do{var r=this._value[e];if(r===qA||r===void 0||r===A)return t+=this.consumeStringSlice(e),{type:0,value:t};if(r===gr)return this._value.splice(0,e),El;if(r===bt){var i=this._value[e+1];i!==qA&&i!==void 0&&(i===gr?(t+=this.consumeStringSlice(e),e=-1,this._value.shift()):Qe(r,i)&&(t+=this.consumeStringSlice(e),t+=AA(this.consumeEscapedCodePoint()),e=-1))}e++}while(!0)},n.prototype.consumeNumber=function(){var A=[],t=_t,e=this.peekCodePoint(0);for((e===Te||e===EA)&&A.push(this.consumeCodePoint());dA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());e=this.peekCodePoint(0);var r=this.peekCodePoint(1);if(e===Kt&&dA(r))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=ms;dA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());e=this.peekCodePoint(0),r=this.peekCodePoint(1);var i=this.peekCodePoint(2);if((e===xs||e===_s)&&((r===Te||r===EA)&&dA(i)||dA(r)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=ms;dA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[fl(A),t]},n.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),t=A[0],e=A[1],r=this.peekCodePoint(0),i=this.peekCodePoint(1),s=this.peekCodePoint(2);if(pr(r,i,s)){var a=this.consumeName();return{type:15,number:t,flags:e,unit:a}}return r===Sc?(this.consumeCodePoint(),{type:16,number:t,flags:e}):{type:17,number:t,flags:e}},n.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(qe(A)){for(var t=AA(A);qe(this.peekCodePoint(0))&&t.length<6;)t+=AA(this.consumeCodePoint());Ur(this.peekCodePoint(0))&&this.consumeCodePoint();var e=parseInt(t,16);return e===0||al(e)||e>1114111?ys:e}return A===qA?ys:A},n.prototype.consumeName=function(){for(var A="";;){var t=this.consumeCodePoint();if(Ks(t))A+=AA(t);else if(Qe(t,this.peekCodePoint(0)))A+=AA(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),A}},n}(),Ds=function(){function n(A){this._tokens=A}return n.create=function(A){var t=new Ss;return t.write(A),new n(t.read())},n.parseValue=function(A){return n.create(A).parseComponentValue()},n.parseValues=function(A){return n.create(A).parseComponentValues()},n.prototype.parseComponentValue=function(){for(var A=this.consumeToken();A.type===31;)A=this.consumeToken();if(A.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var t=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},n.prototype.parseComponentValues=function(){for(var A=[];;){var t=this.consumeComponentValue();if(t.type===32)return A;A.push(t),A.push()}},n.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},n.prototype.consumeSimpleBlock=function(A){for(var t={type:A,values:[]},e=this.consumeToken();;){if(e.type===32||Sl(e,A))return t;this.reconsumeToken(e),t.values.push(this.consumeComponentValue()),e=this.consumeToken()}},n.prototype.consumeFunction=function(A){for(var t={name:A.value,values:[],type:18};;){var e=this.consumeToken();if(e.type===32||e.type===3)return t;this.reconsumeToken(e),t.values.push(this.consumeComponentValue())}},n.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A>"u"?Dn:A},n.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},n}(),St=function(n){return n.type===15},$e=function(n){return n.type===17},R=function(n){return n.type===20},Kl=function(n){return n.type===0},Tn=function(n,A){return R(n)&&n.value===A},Ts=function(n){return n.type!==31},At=function(n){return n.type!==31&&n.type!==4},$A=function(n){var A=[],t=[];return n.forEach(function(e){if(e.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(t),t=[];return}e.type!==31&&t.push(e)}),t.length&&A.push(t),A},Sl=function(n,A){return A===11&&n.type===12||A===28&&n.type===29?!0:A===2&&n.type===3},de=function(n){return n.type===17||n.type===15},rA=function(n){return n.type===16||de(n)},Ms=function(n){return n.length>1?[n[0],n[1]]:[n[0]]},lA={type:17,number:0,flags:_t},Mn={type:16,number:50,flags:_t},Ce={type:16,number:100,flags:_t},Dt=function(n,A,t){var e=n[0],r=n[1];return[Y(e,A),Y(typeof r<"u"?r:e,t)]},Y=function(n,A){if(n.type===16)return n.number/100*A;if(St(n))switch(n.unit){case"rem":case"em":return 16*n.number;case"px":default:return n.number}return n.number},Os="deg",Gs="grad",Ps="rad",Vs="turn",vr={name:"angle",parse:function(n,A){if(A.type===15)switch(A.unit){case Os:return Math.PI*A.number/180;case Gs:return Math.PI/200*A.number;case Ps:return A.number;case Vs:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},Ns=function(n){return n.type===15&&(n.unit===Os||n.unit===Gs||n.unit===Ps||n.unit===Vs)},Rs=function(n){var A=n.filter(R).map(function(t){return t.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[lA,lA];case"to top":case"bottom":return NA(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[lA,Ce];case"to right":case"left":return NA(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[Ce,Ce];case"to bottom":case"top":return NA(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[Ce,lA];case"to left":case"right":return NA(270)}return 0},NA=function(n){return Math.PI*n/180},Ue={name:"color",parse:function(n,A){if(A.type===18){var t=Dl[A.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return t(n,A.values)}if(A.type===5){if(A.value.length===3){var e=A.value.substring(0,1),r=A.value.substring(1,2),i=A.value.substring(2,3);return pe(parseInt(e+e,16),parseInt(r+r,16),parseInt(i+i,16),1)}if(A.value.length===4){var e=A.value.substring(0,1),r=A.value.substring(1,2),i=A.value.substring(2,3),s=A.value.substring(3,4);return pe(parseInt(e+e,16),parseInt(r+r,16),parseInt(i+i,16),parseInt(s+s,16)/255)}if(A.value.length===6){var e=A.value.substring(0,2),r=A.value.substring(2,4),i=A.value.substring(4,6);return pe(parseInt(e,16),parseInt(r,16),parseInt(i,16),1)}if(A.value.length===8){var e=A.value.substring(0,2),r=A.value.substring(2,4),i=A.value.substring(4,6),s=A.value.substring(6,8);return pe(parseInt(e,16),parseInt(r,16),parseInt(i,16),parseInt(s,16)/255)}}if(A.type===20){var a=ae[A.value.toUpperCase()];if(typeof a<"u")return a}return ae.TRANSPARENT}},Fe=function(n){return(255&n)===0},oA=function(n){var A=255&n,t=255&n>>8,e=255&n>>16,r=255&n>>24;return A<255?"rgba("+r+","+e+","+t+","+A/255+")":"rgb("+r+","+e+","+t+")"},pe=function(n,A,t,e){return(n<<24|A<<16|t<<8|Math.round(e*255)<<0)>>>0},ks=function(n,A){if(n.type===17)return n.number;if(n.type===16){var t=A===3?1:255;return A===3?n.number/100*t:Math.round(n.number/100*t)}return 0},Xs=function(n,A){var t=A.filter(At);if(t.length===3){var e=t.map(ks),r=e[0],i=e[1],s=e[2];return pe(r,i,s,1)}if(t.length===4){var a=t.map(ks),r=a[0],i=a[1],s=a[2],o=a[3];return pe(r,i,s,o)}return 0};function On(n,A,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(A-n)*t*6+n:t<1/2?A:t<2/3?(A-n)*6*(2/3-t)+n:n}var Ys=function(n,A){var t=A.filter(At),e=t[0],r=t[1],i=t[2],s=t[3],a=(e.type===17?NA(e.number):vr.parse(n,e))/(Math.PI*2),o=rA(r)?r.number/100:0,B=rA(i)?i.number/100:0,c=typeof s<"u"&&rA(s)?Y(s,1):1;if(o===0)return pe(B*255,B*255,B*255,1);var l=B<=.5?B*(o+1):B+o-B*o,u=B*2-l,h=On(u,l,a+1/3),g=On(u,l,a),f=On(u,l,a-1/3);return pe(h*255,g*255,f*255,c)},Dl={hsl:Ys,hsla:Ys,rgb:Xs,rgba:Xs},Tt=function(n,A){return Ue.parse(n,Ds.create(A).parseComponentValue())},ae={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},Tl={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(n,A){return A.map(function(t){if(R(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Ml={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Er=function(n,A){var t=Ue.parse(n,A[0]),e=A[1];return e&&rA(e)?{color:t,stop:e}:{color:t,stop:null}},Js=function(n,A){var t=n[0],e=n[n.length-1];t.stop===null&&(t.stop=lA),e.stop===null&&(e.stop=Ce);for(var r=[],i=0,s=0;s<n.length;s++){var a=n[s].stop;if(a!==null){var o=Y(a,A);o>i?r.push(o):r.push(i),i=o}else r.push(null)}for(var B=null,s=0;s<r.length;s++){var c=r[s];if(c===null)B===null&&(B=s);else if(B!==null){for(var l=s-B,u=r[B-1],h=(c-u)/(l+1),g=1;g<=l;g++)r[B+g-1]=h*g;B=null}}return n.map(function(f,w){var C=f.color;return{color:C,stop:Math.max(Math.min(1,r[w]/A),0)}})},Ol=function(n,A,t){var e=A/2,r=t/2,i=Y(n[0],A)-e,s=r-Y(n[1],t);return(Math.atan2(s,i)+Math.PI*2)%(Math.PI*2)},Gl=function(n,A,t){var e=typeof n=="number"?n:Ol(n,A,t),r=Math.abs(A*Math.sin(e))+Math.abs(t*Math.cos(e)),i=A/2,s=t/2,a=r/2,o=Math.sin(e-Math.PI/2)*a,B=Math.cos(e-Math.PI/2)*a;return[r,i-B,i+B,s-o,s+o]},zA=function(n,A){return Math.sqrt(n*n+A*A)},Ws=function(n,A,t,e,r){var i=[[0,0],[0,A],[n,0],[n,A]];return i.reduce(function(s,a){var o=a[0],B=a[1],c=zA(t-o,e-B);return(r?c<s.optimumDistance:c>s.optimumDistance)?{optimumCorner:a,optimumDistance:c}:s},{optimumDistance:r?1/0:-1/0,optimumCorner:null}).optimumCorner},Pl=function(n,A,t,e,r){var i=0,s=0;switch(n.size){case 0:n.shape===0?i=s=Math.min(Math.abs(A),Math.abs(A-e),Math.abs(t),Math.abs(t-r)):n.shape===1&&(i=Math.min(Math.abs(A),Math.abs(A-e)),s=Math.min(Math.abs(t),Math.abs(t-r)));break;case 2:if(n.shape===0)i=s=Math.min(zA(A,t),zA(A,t-r),zA(A-e,t),zA(A-e,t-r));else if(n.shape===1){var a=Math.min(Math.abs(t),Math.abs(t-r))/Math.min(Math.abs(A),Math.abs(A-e)),o=Ws(e,r,A,t,!0),B=o[0],c=o[1];i=zA(B-A,(c-t)/a),s=a*i}break;case 1:n.shape===0?i=s=Math.max(Math.abs(A),Math.abs(A-e),Math.abs(t),Math.abs(t-r)):n.shape===1&&(i=Math.max(Math.abs(A),Math.abs(A-e)),s=Math.max(Math.abs(t),Math.abs(t-r)));break;case 3:if(n.shape===0)i=s=Math.max(zA(A,t),zA(A,t-r),zA(A-e,t),zA(A-e,t-r));else if(n.shape===1){var a=Math.max(Math.abs(t),Math.abs(t-r))/Math.max(Math.abs(A),Math.abs(A-e)),l=Ws(e,r,A,t,!1),B=l[0],c=l[1];i=zA(B-A,(c-t)/a),s=a*i}break}return Array.isArray(n.size)&&(i=Y(n.size[0],e),s=n.size.length===2?Y(n.size[1],r):i),[i,s]},Vl=function(n,A){var t=NA(180),e=[];return $A(A).forEach(function(r,i){if(i===0){var s=r[0];if(s.type===20&&s.value==="to"){t=Rs(r);return}else if(Ns(s)){t=vr.parse(n,s);return}}var a=Er(n,r);e.push(a)}),{angle:t,stops:e,type:1}},yr=function(n,A){var t=NA(180),e=[];return $A(A).forEach(function(r,i){if(i===0){var s=r[0];if(s.type===20&&["top","left","right","bottom"].indexOf(s.value)!==-1){t=Rs(r);return}else if(Ns(s)){t=(vr.parse(n,s)+NA(270))%NA(360);return}}var a=Er(n,r);e.push(a)}),{angle:t,stops:e,type:1}},Nl=function(n,A){var t=NA(180),e=[],r=1,i=0,s=3,a=[];return $A(A).forEach(function(o,B){var c=o[0];if(B===0){if(R(c)&&c.value==="linear"){r=1;return}else if(R(c)&&c.value==="radial"){r=2;return}}if(c.type===18){if(c.name==="from"){var l=Ue.parse(n,c.values[0]);e.push({stop:lA,color:l})}else if(c.name==="to"){var l=Ue.parse(n,c.values[0]);e.push({stop:Ce,color:l})}else if(c.name==="color-stop"){var u=c.values.filter(At);if(u.length===2){var l=Ue.parse(n,u[1]),h=u[0];$e(h)&&e.push({stop:{type:16,number:h.number*100,flags:h.flags},color:l})}}}}),r===1?{angle:(t+NA(180))%NA(360),stops:e,type:r}:{size:s,shape:i,stops:e,position:a,type:r}},Zs="closest-side",zs="farthest-side",js="closest-corner",qs="farthest-corner",$s="circle",Aa="ellipse",ea="cover",ta="contain",Rl=function(n,A){var t=0,e=3,r=[],i=[];return $A(A).forEach(function(s,a){var o=!0;if(a===0){var B=!1;o=s.reduce(function(l,u){if(B)if(R(u))switch(u.value){case"center":return i.push(Mn),l;case"top":case"left":return i.push(lA),l;case"right":case"bottom":return i.push(Ce),l}else(rA(u)||de(u))&&i.push(u);else if(R(u))switch(u.value){case $s:return t=0,!1;case Aa:return t=1,!1;case"at":return B=!0,!1;case Zs:return e=0,!1;case ea:case zs:return e=1,!1;case ta:case js:return e=2,!1;case qs:return e=3,!1}else if(de(u)||rA(u))return Array.isArray(e)||(e=[]),e.push(u),!1;return l},o)}if(o){var c=Er(n,s);r.push(c)}}),{size:e,shape:t,stops:r,position:i,type:2}},Hr=function(n,A){var t=0,e=3,r=[],i=[];return $A(A).forEach(function(s,a){var o=!0;if(a===0?o=s.reduce(function(c,l){if(R(l))switch(l.value){case"center":return i.push(Mn),!1;case"top":case"left":return i.push(lA),!1;case"right":case"bottom":return i.push(Ce),!1}else if(rA(l)||de(l))return i.push(l),!1;return c},o):a===1&&(o=s.reduce(function(c,l){if(R(l))switch(l.value){case $s:return t=0,!1;case Aa:return t=1,!1;case ta:case Zs:return e=0,!1;case zs:return e=1,!1;case js:return e=2,!1;case ea:case qs:return e=3,!1}else if(de(l)||rA(l))return Array.isArray(e)||(e=[]),e.push(l),!1;return c},o)),o){var B=Er(n,s);r.push(B)}}),{size:e,shape:t,stops:r,position:i,type:2}},kl=function(n){return n.type===1},Xl=function(n){return n.type===2},Gn={name:"image",parse:function(n,A){if(A.type===22){var t={url:A.value,type:0};return n.cache.addImage(A.value),t}if(A.type===18){var e=ra[A.name];if(typeof e>"u")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return e(n,A.values)}throw new Error("Unsupported image type "+A.type)}};function Yl(n){return!(n.type===20&&n.value==="none")&&(n.type!==18||!!ra[n.name])}var ra={"linear-gradient":Vl,"-moz-linear-gradient":yr,"-ms-linear-gradient":yr,"-o-linear-gradient":yr,"-webkit-linear-gradient":yr,"radial-gradient":Rl,"-moz-radial-gradient":Hr,"-ms-radial-gradient":Hr,"-o-radial-gradient":Hr,"-webkit-radial-gradient":Hr,"-webkit-gradient":Nl},Jl={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(n,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A.filter(function(e){return At(e)&&Yl(e)}).map(function(e){return Gn.parse(n,e)})}},Wl={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(n,A){return A.map(function(t){if(R(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Zl={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(n,A){return $A(A).map(function(t){return t.filter(rA)}).map(Ms)}},zl={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(n,A){return $A(A).map(function(t){return t.filter(R).map(function(e){return e.value}).join(" ")}).map(jl)}},jl=function(n){switch(n){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;case"repeat":default:return 0}},et;(function(n){n.AUTO="auto",n.CONTAIN="contain",n.COVER="cover"})(et||(et={}));var ql={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(n,A){return $A(A).map(function(t){return t.filter($l)})}},$l=function(n){return R(n)||rA(n)},Ir=function(n){return{name:"border-"+n+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},Au=Ir("top"),eu=Ir("right"),tu=Ir("bottom"),ru=Ir("left"),_r=function(n){return{name:"border-radius-"+n,initialValue:"0 0",prefix:!1,type:1,parse:function(A,t){return Ms(t.filter(rA))}}},nu=_r("top-left"),iu=_r("top-right"),su=_r("bottom-right"),au=_r("bottom-left"),br=function(n){return{name:"border-"+n+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},ou=br("top"),Bu=br("right"),cu=br("bottom"),lu=br("left"),xr=function(n){return{name:"border-"+n+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,t){return St(t)?t.number:0}}},uu=xr("top"),fu=xr("right"),hu=xr("bottom"),gu=xr("left"),wu={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Qu={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(n,A){switch(A){case"rtl":return 1;case"ltr":default:return 0}}},du={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(n,A){return A.filter(R).reduce(function(t,e){return t|Cu(e.value)},0)}},Cu=function(n){switch(n){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},Uu={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(n,A){switch(A){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},Fu={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(n,A){return A.type===20&&A.value==="normal"?0:A.type===17||A.type===15?A.number:0}},Lr;(function(n){n.NORMAL="normal",n.STRICT="strict"})(Lr||(Lr={}));var pu={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(n,A){switch(A){case"strict":return Lr.STRICT;case"normal":default:return Lr.NORMAL}}},mu={name:"line-height",initialValue:"normal",prefix:!1,type:4},na=function(n,A){return R(n)&&n.value==="normal"?1.2*A:n.type===17?A*n.number:rA(n)?Y(n,A):A},vu={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(n,A){return A.type===20&&A.value==="none"?null:Gn.parse(n,A)}},Eu={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(n,A){switch(A){case"inside":return 0;case"outside":default:return 1}}},Pn={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(n,A){switch(A){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":return 22;case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;case"none":default:return-1}}},Kr=function(n){return{name:"margin-"+n,initialValue:"0",prefix:!1,type:4}},yu=Kr("top"),Hu=Kr("right"),Iu=Kr("bottom"),_u=Kr("left"),bu={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(n,A){return A.filter(R).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;case"visible":default:return 0}})}},xu={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(n,A){switch(A){case"break-word":return"break-word";case"normal":default:return"normal"}}},Sr=function(n){return{name:"padding-"+n,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},Lu=Sr("top"),Ku=Sr("right"),Su=Sr("bottom"),Du=Sr("left"),Tu={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(n,A){switch(A){case"right":return 2;case"center":case"justify":return 1;case"left":default:return 0}}},Mu={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(n,A){switch(A){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},Ou={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(n,A){return A.length===1&&Tn(A[0],"none")?[]:$A(A).map(function(t){for(var e={color:ae.TRANSPARENT,offsetX:lA,offsetY:lA,blur:lA},r=0,i=0;i<t.length;i++){var s=t[i];de(s)?(r===0?e.offsetX=s:r===1?e.offsetY=s:e.blur=s,r++):e.color=Ue.parse(n,s)}return e})}},Gu={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(n,A){switch(A){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Pu={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(n,A){if(A.type===20&&A.value==="none")return null;if(A.type===18){var t=Ru[A.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return t(A.values)}return null}},Vu=function(n){var A=n.filter(function(t){return t.type===17}).map(function(t){return t.number});return A.length===6?A:null},Nu=function(n){var A=n.filter(function(o){return o.type===17}).map(function(o){return o.number}),t=A[0],e=A[1];A[2],A[3];var r=A[4],i=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var s=A[12],a=A[13];return A[14],A[15],A.length===16?[t,e,r,i,s,a]:null},Ru={matrix:Vu,matrix3d:Nu},ia={type:16,number:50,flags:_t},ku=[ia,ia],Xu={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(n,A){var t=A.filter(rA);return t.length!==2?ku:[t[0],t[1]]}},Yu={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(n,A){switch(A){case"hidden":return 1;case"collapse":return 2;case"visible":default:return 0}}},Mt;(function(n){n.NORMAL="normal",n.BREAK_ALL="break-all",n.KEEP_ALL="keep-all"})(Mt||(Mt={}));for(var Ju={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(n,A){switch(A){case"break-all":return Mt.BREAK_ALL;case"keep-all":return Mt.KEEP_ALL;case"normal":default:return Mt.NORMAL}}},Wu={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(n,A){if(A.type===20)return{auto:!0,order:0};if($e(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},sa={name:"time",parse:function(n,A){if(A.type===15)switch(A.unit.toLowerCase()){case"s":return 1e3*A.number;case"ms":return A.number}throw new Error("Unsupported time type")}},Zu={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(n,A){return $e(A)?A.number:1}},zu={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},ju={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(n,A){return A.filter(R).map(function(t){switch(t.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(t){return t!==0})}},qu={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(n,A){var t=[],e=[];return A.forEach(function(r){switch(r.type){case 20:case 0:t.push(r.value);break;case 17:t.push(r.number.toString());break;case 4:e.push(t.join(" ")),t.length=0;break}}),t.length&&e.push(t.join(" ")),e.map(function(r){return r.indexOf(" ")===-1?r:"'"+r+"'"})}},$u={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},Af={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(n,A){if($e(A))return A.number;if(R(A))switch(A.value){case"bold":return 700;case"normal":default:return 400}return 400}},ef={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(n,A){return A.filter(R).map(function(t){return t.value})}},tf={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(n,A){switch(A){case"oblique":return"oblique";case"italic":return"italic";case"normal":default:return"normal"}}},aA=function(n,A){return(n&A)!==0},rf={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(n,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A}},nf={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(n,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;for(var e=[],r=A.filter(Ts),i=0;i<r.length;i++){var s=r[i],a=r[i+1];if(s.type===20){var o=a&&$e(a)?a.number:1;e.push({counter:s.value,increment:o})}}return e}},sf={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(n,A){if(A.length===0)return[];for(var t=[],e=A.filter(Ts),r=0;r<e.length;r++){var i=e[r],s=e[r+1];if(R(i)&&i.value!=="none"){var a=s&&$e(s)?s.number:0;t.push({counter:i.value,reset:a})}}return t}},af={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(n,A){return A.filter(St).map(function(t){return sa.parse(n,t)})}},of={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(n,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;var e=[],r=A.filter(Kl);if(r.length%2!==0)return null;for(var i=0;i<r.length;i+=2){var s=r[i].value,a=r[i+1].value;e.push({open:s,close:a})}return e}},aa=function(n,A,t){if(!n)return"";var e=n[Math.min(A,n.length-1)];return e?t?e.open:e.close:""},Bf={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(n,A){return A.length===1&&Tn(A[0],"none")?[]:$A(A).map(function(t){for(var e={color:255,offsetX:lA,offsetY:lA,blur:lA,spread:lA,inset:!1},r=0,i=0;i<t.length;i++){var s=t[i];Tn(s,"inset")?e.inset=!0:de(s)?(r===0?e.offsetX=s:r===1?e.offsetY=s:r===2?e.blur=s:e.spread=s,r++):e.color=Ue.parse(n,s)}return e})}},cf={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(n,A){var t=[0,1,2],e=[];return A.filter(R).forEach(function(r){switch(r.value){case"stroke":e.push(1);break;case"fill":e.push(0);break;case"markers":e.push(2);break}}),t.forEach(function(r){e.indexOf(r)===-1&&e.push(r)}),e}},lf={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},uf={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(n,A){return St(A)?A.number:0}},ff=function(){function n(A,t){var e,r;this.animationDuration=_(A,af,t.animationDuration),this.backgroundClip=_(A,Tl,t.backgroundClip),this.backgroundColor=_(A,Ml,t.backgroundColor),this.backgroundImage=_(A,Jl,t.backgroundImage),this.backgroundOrigin=_(A,Wl,t.backgroundOrigin),this.backgroundPosition=_(A,Zl,t.backgroundPosition),this.backgroundRepeat=_(A,zl,t.backgroundRepeat),this.backgroundSize=_(A,ql,t.backgroundSize),this.borderTopColor=_(A,Au,t.borderTopColor),this.borderRightColor=_(A,eu,t.borderRightColor),this.borderBottomColor=_(A,tu,t.borderBottomColor),this.borderLeftColor=_(A,ru,t.borderLeftColor),this.borderTopLeftRadius=_(A,nu,t.borderTopLeftRadius),this.borderTopRightRadius=_(A,iu,t.borderTopRightRadius),this.borderBottomRightRadius=_(A,su,t.borderBottomRightRadius),this.borderBottomLeftRadius=_(A,au,t.borderBottomLeftRadius),this.borderTopStyle=_(A,ou,t.borderTopStyle),this.borderRightStyle=_(A,Bu,t.borderRightStyle),this.borderBottomStyle=_(A,cu,t.borderBottomStyle),this.borderLeftStyle=_(A,lu,t.borderLeftStyle),this.borderTopWidth=_(A,uu,t.borderTopWidth),this.borderRightWidth=_(A,fu,t.borderRightWidth),this.borderBottomWidth=_(A,hu,t.borderBottomWidth),this.borderLeftWidth=_(A,gu,t.borderLeftWidth),this.boxShadow=_(A,Bf,t.boxShadow),this.color=_(A,wu,t.color),this.direction=_(A,Qu,t.direction),this.display=_(A,du,t.display),this.float=_(A,Uu,t.cssFloat),this.fontFamily=_(A,qu,t.fontFamily),this.fontSize=_(A,$u,t.fontSize),this.fontStyle=_(A,tf,t.fontStyle),this.fontVariant=_(A,ef,t.fontVariant),this.fontWeight=_(A,Af,t.fontWeight),this.letterSpacing=_(A,Fu,t.letterSpacing),this.lineBreak=_(A,pu,t.lineBreak),this.lineHeight=_(A,mu,t.lineHeight),this.listStyleImage=_(A,vu,t.listStyleImage),this.listStylePosition=_(A,Eu,t.listStylePosition),this.listStyleType=_(A,Pn,t.listStyleType),this.marginTop=_(A,yu,t.marginTop),this.marginRight=_(A,Hu,t.marginRight),this.marginBottom=_(A,Iu,t.marginBottom),this.marginLeft=_(A,_u,t.marginLeft),this.opacity=_(A,Zu,t.opacity);var i=_(A,bu,t.overflow);this.overflowX=i[0],this.overflowY=i[i.length>1?1:0],this.overflowWrap=_(A,xu,t.overflowWrap),this.paddingTop=_(A,Lu,t.paddingTop),this.paddingRight=_(A,Ku,t.paddingRight),this.paddingBottom=_(A,Su,t.paddingBottom),this.paddingLeft=_(A,Du,t.paddingLeft),this.paintOrder=_(A,cf,t.paintOrder),this.position=_(A,Mu,t.position),this.textAlign=_(A,Tu,t.textAlign),this.textDecorationColor=_(A,zu,(e=t.textDecorationColor)!==null&&e!==void 0?e:t.color),this.textDecorationLine=_(A,ju,(r=t.textDecorationLine)!==null&&r!==void 0?r:t.textDecoration),this.textShadow=_(A,Ou,t.textShadow),this.textTransform=_(A,Gu,t.textTransform),this.transform=_(A,Pu,t.transform),this.transformOrigin=_(A,Xu,t.transformOrigin),this.visibility=_(A,Yu,t.visibility),this.webkitTextStrokeColor=_(A,lf,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=_(A,uf,t.webkitTextStrokeWidth),this.wordBreak=_(A,Ju,t.wordBreak),this.zIndex=_(A,Wu,t.zIndex)}return n.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},n.prototype.isTransparent=function(){return Fe(this.backgroundColor)},n.prototype.isTransformed=function(){return this.transform!==null},n.prototype.isPositioned=function(){return this.position!==0},n.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},n.prototype.isFloating=function(){return this.float!==0},n.prototype.isInlineLevel=function(){return aA(this.display,4)||aA(this.display,33554432)||aA(this.display,268435456)||aA(this.display,536870912)||aA(this.display,67108864)||aA(this.display,134217728)},n}(),hf=function(){function n(A,t){this.content=_(A,rf,t.content),this.quotes=_(A,of,t.quotes)}return n}(),oa=function(){function n(A,t){this.counterIncrement=_(A,nf,t.counterIncrement),this.counterReset=_(A,sf,t.counterReset)}return n}(),_=function(n,A,t){var e=new Ss,r=t!==null&&typeof t<"u"?t.toString():A.initialValue;e.write(r);var i=new Ds(e.read());switch(A.type){case 2:var s=i.parseComponentValue();return A.parse(n,R(s)?s.value:A.initialValue);case 0:return A.parse(n,i.parseComponentValue());case 1:return A.parse(n,i.parseComponentValues());case 4:return i.parseComponentValue();case 3:switch(A.format){case"angle":return vr.parse(n,i.parseComponentValue());case"color":return Ue.parse(n,i.parseComponentValue());case"image":return Gn.parse(n,i.parseComponentValue());case"length":var a=i.parseComponentValue();return de(a)?a:lA;case"length-percentage":var o=i.parseComponentValue();return rA(o)?o:lA;case"time":return sa.parse(n,i.parseComponentValue())}break}},gf="data-html2canvas-debug",wf=function(n){var A=n.getAttribute(gf);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},Vn=function(n,A){var t=wf(n);return t===1||A===t},Ae=function(){function n(A,t){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Vn(t,3))debugger;this.styles=new ff(A,window.getComputedStyle(t,null)),ei(t)&&(this.styles.animationDuration.some(function(e){return e>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=nr(this.context,t),Vn(t,4)&&(this.flags|=16)}return n}(),Qf="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",Ba="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ot=typeof Uint8Array>"u"?[]:new Uint8Array(256),Dr=0;Dr<Ba.length;Dr++)Ot[Ba.charCodeAt(Dr)]=Dr;for(var df=function(n){var A=n.length*.75,t=n.length,e,r=0,i,s,a,o;n[n.length-1]==="="&&(A--,n[n.length-2]==="="&&A--);var B=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(B)?B:new Uint8Array(B);for(e=0;e<t;e+=4)i=Ot[n.charCodeAt(e)],s=Ot[n.charCodeAt(e+1)],a=Ot[n.charCodeAt(e+2)],o=Ot[n.charCodeAt(e+3)],c[r++]=i<<2|s>>4,c[r++]=(s&15)<<4|a>>2,c[r++]=(a&3)<<6|o&63;return B},Cf=function(n){for(var A=n.length,t=[],e=0;e<A;e+=2)t.push(n[e+1]<<8|n[e]);return t},Uf=function(n){for(var A=n.length,t=[],e=0;e<A;e+=4)t.push(n[e+3]<<24|n[e+2]<<16|n[e+1]<<8|n[e]);return t},Me=5,Nn=11,Rn=2,Ff=Nn-Me,ca=65536>>Me,pf=1<<Me,kn=pf-1,mf=1024>>Me,vf=ca+mf,Ef=vf,yf=32,Hf=Ef+yf,If=65536>>Nn,_f=1<<Ff,bf=_f-1,la=function(n,A,t){return n.slice?n.slice(A,t):new Uint16Array(Array.prototype.slice.call(n,A,t))},xf=function(n,A,t){return n.slice?n.slice(A,t):new Uint32Array(Array.prototype.slice.call(n,A,t))},Lf=function(n,A){var t=df(n),e=Array.isArray(t)?Uf(t):new Uint32Array(t),r=Array.isArray(t)?Cf(t):new Uint16Array(t),i=24,s=la(r,i/2,e[4]/2),a=e[5]===2?la(r,(i+e[4])/2):xf(e,Math.ceil((i+e[4])/4));return new Kf(e[0],e[1],e[2],e[3],s,a)},Kf=function(){function n(A,t,e,r,i,s){this.initialValue=A,this.errorValue=t,this.highStart=e,this.highValueIndex=r,this.index=i,this.data=s}return n.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>Me],t=(t<<Rn)+(A&kn),this.data[t];if(A<=65535)return t=this.index[ca+(A-55296>>Me)],t=(t<<Rn)+(A&kn),this.data[t];if(A<this.highStart)return t=Hf-If+(A>>Nn),t=this.index[t],t+=A>>Me&bf,t=this.index[t],t=(t<<Rn)+(A&kn),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},n}(),ua="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Sf=typeof Uint8Array>"u"?[]:new Uint8Array(256),Tr=0;Tr<ua.length;Tr++)Sf[ua.charCodeAt(Tr)]=Tr;var Df=1,Xn=2,Yn=3,fa=4,ha=5,Tf=7,ga=8,Jn=9,Wn=10,wa=11,Qa=12,da=13,Ca=14,Zn=15,Mf=function(n){for(var A=[],t=0,e=n.length;t<e;){var r=n.charCodeAt(t++);if(r>=55296&&r<=56319&&t<e){var i=n.charCodeAt(t++);(i&64512)===56320?A.push(((r&1023)<<10)+(i&1023)+65536):(A.push(r),t--)}else A.push(r)}return A},Of=function(){for(var n=[],A=0;A<arguments.length;A++)n[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,n);var t=n.length;if(!t)return"";for(var e=[],r=-1,i="";++r<t;){var s=n[r];s<=65535?e.push(s):(s-=65536,e.push((s>>10)+55296,s%1024+56320)),(r+1===t||e.length>16384)&&(i+=String.fromCharCode.apply(String,e),e.length=0)}return i},Gf=Lf(Qf),RA="×",zn="÷",Pf=function(n){return Gf.get(n)},Vf=function(n,A,t){var e=t-2,r=A[e],i=A[t-1],s=A[t];if(i===Xn&&s===Yn)return RA;if(i===Xn||i===Yn||i===fa||s===Xn||s===Yn||s===fa)return zn;if(i===ga&&[ga,Jn,wa,Qa].indexOf(s)!==-1||(i===wa||i===Jn)&&(s===Jn||s===Wn)||(i===Qa||i===Wn)&&s===Wn||s===da||s===ha||s===Tf||i===Df)return RA;if(i===da&&s===Ca){for(;r===ha;)r=A[--e];if(r===Ca)return RA}if(i===Zn&&s===Zn){for(var a=0;r===Zn;)a++,r=A[--e];if(a%2===0)return RA}return zn},Nf=function(n){var A=Mf(n),t=A.length,e=0,r=0,i=A.map(Pf);return{next:function(){if(e>=t)return{done:!0,value:null};for(var s=RA;e<t&&(s=Vf(A,i,++e))===RA;);if(s!==RA||e===t){var a=Of.apply(null,A.slice(r,e));return r=e,{value:a,done:!1}}return{done:!0,value:null}}}},Rf=function(n){for(var A=Nf(n),t=[],e;!(e=A.next()).done;)e.value&&t.push(e.value.slice());return t},kf=function(n){var A=123;if(n.createRange){var t=n.createRange();if(t.getBoundingClientRect){var e=n.createElement("boundtest");e.style.height=A+"px",e.style.display="block",n.body.appendChild(e),t.selectNode(e);var r=t.getBoundingClientRect(),i=Math.round(r.height);if(n.body.removeChild(e),i===A)return!0}}return!1},Xf=function(n){var A=n.createElement("boundtest");A.style.width="50px",A.style.display="block",A.style.fontSize="12px",A.style.letterSpacing="0px",A.style.wordSpacing="0px",n.body.appendChild(A);var t=n.createRange();A.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var e=A.firstChild,r=ir(e.data).map(function(o){return AA(o)}),i=0,s={},a=r.every(function(o,B){t.setStart(e,i),t.setEnd(e,i+o.length);var c=t.getBoundingClientRect();i+=o.length;var l=c.x>s.x||c.y>s.y;return s=c,B===0?!0:l});return n.body.removeChild(A),a},Yf=function(){return typeof new Image().crossOrigin<"u"},Jf=function(){return typeof new XMLHttpRequest().responseType=="string"},Wf=function(n){var A=new Image,t=n.createElement("canvas"),e=t.getContext("2d");if(!e)return!1;A.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{e.drawImage(A,0,0),t.toDataURL()}catch{return!1}return!0},Ua=function(n){return n[0]===0&&n[1]===255&&n[2]===0&&n[3]===255},Zf=function(n){var A=n.createElement("canvas"),t=100;A.width=t,A.height=t;var e=A.getContext("2d");if(!e)return Promise.reject(!1);e.fillStyle="rgb(0, 255, 0)",e.fillRect(0,0,t,t);var r=new Image,i=A.toDataURL();r.src=i;var s=jn(t,t,0,0,r);return e.fillStyle="red",e.fillRect(0,0,t,t),Fa(s).then(function(a){e.drawImage(a,0,0);var o=e.getImageData(0,0,t,t).data;e.fillStyle="red",e.fillRect(0,0,t,t);var B=n.createElement("div");return B.style.backgroundImage="url("+i+")",B.style.height=t+"px",Ua(o)?Fa(jn(t,t,0,0,B)):Promise.reject(!1)}).then(function(a){return e.drawImage(a,0,0),Ua(e.getImageData(0,0,t,t).data)}).catch(function(){return!1})},jn=function(n,A,t,e,r){var i="http://www.w3.org/2000/svg",s=document.createElementNS(i,"svg"),a=document.createElementNS(i,"foreignObject");return s.setAttributeNS(null,"width",n.toString()),s.setAttributeNS(null,"height",A.toString()),a.setAttributeNS(null,"width","100%"),a.setAttributeNS(null,"height","100%"),a.setAttributeNS(null,"x",t.toString()),a.setAttributeNS(null,"y",e.toString()),a.setAttributeNS(null,"externalResourcesRequired","true"),s.appendChild(a),a.appendChild(r),s},Fa=function(n){return new Promise(function(A,t){var e=new Image;e.onload=function(){return A(e)},e.onerror=t,e.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(n))})},uA={get SUPPORT_RANGE_BOUNDS(){var n=kf(document);return Object.defineProperty(uA,"SUPPORT_RANGE_BOUNDS",{value:n}),n},get SUPPORT_WORD_BREAKING(){var n=uA.SUPPORT_RANGE_BOUNDS&&Xf(document);return Object.defineProperty(uA,"SUPPORT_WORD_BREAKING",{value:n}),n},get SUPPORT_SVG_DRAWING(){var n=Wf(document);return Object.defineProperty(uA,"SUPPORT_SVG_DRAWING",{value:n}),n},get SUPPORT_FOREIGNOBJECT_DRAWING(){var n=typeof Array.from=="function"&&typeof window.fetch=="function"?Zf(document):Promise.resolve(!1);return Object.defineProperty(uA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:n}),n},get SUPPORT_CORS_IMAGES(){var n=Yf();return Object.defineProperty(uA,"SUPPORT_CORS_IMAGES",{value:n}),n},get SUPPORT_RESPONSE_TYPE(){var n=Jf();return Object.defineProperty(uA,"SUPPORT_RESPONSE_TYPE",{value:n}),n},get SUPPORT_CORS_XHR(){var n="withCredentials"in new XMLHttpRequest;return Object.defineProperty(uA,"SUPPORT_CORS_XHR",{value:n}),n},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var n=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(uA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:n}),n}},Gt=function(){function n(A,t){this.text=A,this.bounds=t}return n}(),zf=function(n,A,t,e){var r=$f(A,t),i=[],s=0;return r.forEach(function(a){if(t.textDecorationLine.length||a.trim().length>0)if(uA.SUPPORT_RANGE_BOUNDS){var o=pa(e,s,a.length).getClientRects();if(o.length>1){var B=qn(a),c=0;B.forEach(function(u){i.push(new Gt(u,ie.fromDOMRectList(n,pa(e,c+s,u.length).getClientRects()))),c+=u.length})}else i.push(new Gt(a,ie.fromDOMRectList(n,o)))}else{var l=e.splitText(a.length);i.push(new Gt(a,jf(n,e))),e=l}else uA.SUPPORT_RANGE_BOUNDS||(e=e.splitText(a.length));s+=a.length}),i},jf=function(n,A){var t=A.ownerDocument;if(t){var e=t.createElement("html2canvaswrapper");e.appendChild(A.cloneNode(!0));var r=A.parentNode;if(r){r.replaceChild(e,A);var i=nr(n,e);return e.firstChild&&r.replaceChild(e.firstChild,e),i}}return ie.EMPTY},pa=function(n,A,t){var e=n.ownerDocument;if(!e)throw new Error("Node has no owner document");var r=e.createRange();return r.setStart(n,A),r.setEnd(n,A+t),r},qn=function(n){if(uA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(n)).map(function(t){return t.segment})}return Rf(n)},qf=function(n,A){if(uA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(n)).map(function(e){return e.segment})}return eh(n,A)},$f=function(n,A){return A.letterSpacing!==0?qn(n):qf(n,A)},Ah=[32,160,4961,65792,65793,4153,4241],eh=function(n,A){for(var t=Hc(n,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),e=[],r,i=function(){if(r.value){var s=r.value.slice(),a=ir(s),o="";a.forEach(function(B){Ah.indexOf(B)===-1?o+=AA(B):(o.length&&e.push(o),e.push(AA(B)),o="")}),o.length&&e.push(o)}};!(r=t.next()).done;)i();return e},th=function(){function n(A,t,e){this.text=rh(t.data,e.textTransform),this.textBounds=zf(A,this.text,e,t)}return n}(),rh=function(n,A){switch(A){case 1:return n.toLowerCase();case 3:return n.replace(nh,ih);case 2:return n.toUpperCase();default:return n}},nh=/(^|\s|:|-|\(|\))([a-z])/g,ih=function(n,A,t){return n.length>0?A+t.toUpperCase():n},ma=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this;return r.src=e.currentSrc||e.src,r.intrinsicWidth=e.naturalWidth,r.intrinsicHeight=e.naturalHeight,r.context.cache.addImage(r.src),r}return A}(Ae),va=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this;return r.canvas=e,r.intrinsicWidth=e.width,r.intrinsicHeight=e.height,r}return A}(Ae),Ea=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this,i=new XMLSerializer,s=nr(t,e);return e.setAttribute("width",s.width+"px"),e.setAttribute("height",s.height+"px"),r.svg="data:image/svg+xml,"+encodeURIComponent(i.serializeToString(e)),r.intrinsicWidth=e.width.baseVal.value,r.intrinsicHeight=e.height.baseVal.value,r.context.cache.addImage(r.svg),r}return A}(Ae),ya=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this;return r.value=e.value,r}return A}(Ae),$n=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this;return r.start=e.start,r.reversed=typeof e.reversed=="boolean"&&e.reversed===!0,r}return A}(Ae),sh=[{type:15,flags:0,unit:"px",number:3}],ah=[{type:16,flags:0,number:50}],oh=function(n){return n.width>n.height?new ie(n.left+(n.width-n.height)/2,n.top,n.height,n.height):n.width<n.height?new ie(n.left,n.top+(n.height-n.width)/2,n.width,n.width):n},Bh=function(n){var A=n.type===ch?new Array(n.value.length+1).join("•"):n.value;return A.length===0?n.placeholder||"":A},Mr="checkbox",Or="radio",ch="password",Ha=707406591,Ai=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this;switch(r.type=e.type.toLowerCase(),r.checked=e.checked,r.value=Bh(e),(r.type===Mr||r.type===Or)&&(r.styles.backgroundColor=3739148031,r.styles.borderTopColor=r.styles.borderRightColor=r.styles.borderBottomColor=r.styles.borderLeftColor=2779096575,r.styles.borderTopWidth=r.styles.borderRightWidth=r.styles.borderBottomWidth=r.styles.borderLeftWidth=1,r.styles.borderTopStyle=r.styles.borderRightStyle=r.styles.borderBottomStyle=r.styles.borderLeftStyle=1,r.styles.backgroundClip=[0],r.styles.backgroundOrigin=[0],r.bounds=oh(r.bounds)),r.type){case Mr:r.styles.borderTopRightRadius=r.styles.borderTopLeftRadius=r.styles.borderBottomRightRadius=r.styles.borderBottomLeftRadius=sh;break;case Or:r.styles.borderTopRightRadius=r.styles.borderTopLeftRadius=r.styles.borderBottomRightRadius=r.styles.borderBottomLeftRadius=ah;break}return r}return A}(Ae),Ia=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this,i=e.options[e.selectedIndex||0];return r.value=i&&i.text||"",r}return A}(Ae),_a=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this;return r.value=e.value,r}return A}(Ae),ba=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this;r.src=e.src,r.width=parseInt(e.width,10)||0,r.height=parseInt(e.height,10)||0,r.backgroundColor=r.styles.backgroundColor;try{if(e.contentWindow&&e.contentWindow.document&&e.contentWindow.document.documentElement){r.tree=La(t,e.contentWindow.document.documentElement);var i=e.contentWindow.document.documentElement?Tt(t,getComputedStyle(e.contentWindow.document.documentElement).backgroundColor):ae.TRANSPARENT,s=e.contentWindow.document.body?Tt(t,getComputedStyle(e.contentWindow.document.body).backgroundColor):ae.TRANSPARENT;r.backgroundColor=Fe(i)?Fe(s)?r.styles.backgroundColor:s:i}}catch{}return r}return A}(Ae),lh=["OL","UL","MENU"],Gr=function(n,A,t,e){for(var r=A.firstChild,i=void 0;r;r=i)if(i=r.nextSibling,Ka(r)&&r.data.trim().length>0)t.textNodes.push(new th(n,r,t.styles));else if(tt(r))if(Ga(r)&&r.assignedNodes)r.assignedNodes().forEach(function(a){return Gr(n,a,t,e)});else{var s=xa(n,r);s.styles.isVisible()&&(uh(r,s,e)?s.flags|=4:fh(s.styles)&&(s.flags|=2),lh.indexOf(r.tagName)!==-1&&(s.flags|=8),t.elements.push(s),r.slot,r.shadowRoot?Gr(n,r.shadowRoot,s,e):!Vr(r)&&!Sa(r)&&!Nr(r)&&Gr(n,r,s,e))}},xa=function(n,A){return ri(A)?new ma(n,A):Da(A)?new va(n,A):Sa(A)?new Ea(n,A):hh(A)?new ya(n,A):gh(A)?new $n(n,A):wh(A)?new Ai(n,A):Nr(A)?new Ia(n,A):Vr(A)?new _a(n,A):Ma(A)?new ba(n,A):new Ae(n,A)},La=function(n,A){var t=xa(n,A);return t.flags|=4,Gr(n,A,t,t),t},uh=function(n,A,t){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||ti(n)&&t.styles.isTransparent()},fh=function(n){return n.isPositioned()||n.isFloating()},Ka=function(n){return n.nodeType===Node.TEXT_NODE},tt=function(n){return n.nodeType===Node.ELEMENT_NODE},ei=function(n){return tt(n)&&typeof n.style<"u"&&!Pr(n)},Pr=function(n){return typeof n.className=="object"},hh=function(n){return n.tagName==="LI"},gh=function(n){return n.tagName==="OL"},wh=function(n){return n.tagName==="INPUT"},Qh=function(n){return n.tagName==="HTML"},Sa=function(n){return n.tagName==="svg"},ti=function(n){return n.tagName==="BODY"},Da=function(n){return n.tagName==="CANVAS"},Ta=function(n){return n.tagName==="VIDEO"},ri=function(n){return n.tagName==="IMG"},Ma=function(n){return n.tagName==="IFRAME"},Oa=function(n){return n.tagName==="STYLE"},dh=function(n){return n.tagName==="SCRIPT"},Vr=function(n){return n.tagName==="TEXTAREA"},Nr=function(n){return n.tagName==="SELECT"},Ga=function(n){return n.tagName==="SLOT"},Pa=function(n){return n.tagName.indexOf("-")>0},Ch=function(){function n(){this.counters={}}return n.prototype.getCounterValue=function(A){var t=this.counters[A];return t&&t.length?t[t.length-1]:1},n.prototype.getCounterValues=function(A){var t=this.counters[A];return t||[]},n.prototype.pop=function(A){var t=this;A.forEach(function(e){return t.counters[e].pop()})},n.prototype.parse=function(A){var t=this,e=A.counterIncrement,r=A.counterReset,i=!0;e!==null&&e.forEach(function(a){var o=t.counters[a.counter];o&&a.increment!==0&&(i=!1,o.length||o.push(1),o[Math.max(0,o.length-1)]+=a.increment)});var s=[];return i&&r.forEach(function(a){var o=t.counters[a.counter];s.push(a.counter),o||(o=t.counters[a.counter]=[]),o.push(a.reset)}),s},n}(),Va={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},Na={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},Uh={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},Fh={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},rt=function(n,A,t,e,r,i){return n<A||n>t?Vt(n,r,i.length>0):e.integers.reduce(function(s,a,o){for(;n>=a;)n-=a,s+=e.values[o];return s},"")+i},Ra=function(n,A,t,e){var r="";do t||n--,r=e(n)+r,n/=A;while(n*A>=A);return r},eA=function(n,A,t,e,r){var i=t-A+1;return(n<0?"-":"")+(Ra(Math.abs(n),i,e,function(s){return AA(Math.floor(s%i)+A)})+r)},Oe=function(n,A,t){t===void 0&&(t=". ");var e=A.length;return Ra(Math.abs(n),e,!1,function(r){return A[Math.floor(r%e)]})+t},nt=1,me=2,ve=4,Pt=8,oe=function(n,A,t,e,r,i){if(n<-9999||n>9999)return Vt(n,4,r.length>0);var s=Math.abs(n),a=r;if(s===0)return A[0]+a;for(var o=0;s>0&&o<=4;o++){var B=s%10;B===0&&aA(i,nt)&&a!==""?a=A[B]+a:B>1||B===1&&o===0||B===1&&o===1&&aA(i,me)||B===1&&o===1&&aA(i,ve)&&n>100||B===1&&o>1&&aA(i,Pt)?a=A[B]+(o>0?t[o-1]:"")+a:B===1&&o>0&&(a=t[o-1]+a),s=Math.floor(s/10)}return(n<0?e:"")+a},ka="十百千萬",Xa="拾佰仟萬",Ya="マイナス",ni="마이너스",Vt=function(n,A,t){var e=t?". ":"",r=t?"、":"",i=t?", ":"",s=t?" ":"";switch(A){case 0:return"•"+s;case 1:return"◦"+s;case 2:return"◾"+s;case 5:var a=eA(n,48,57,!0,e);return a.length<4?"0"+a:a;case 4:return Oe(n,"〇一二三四五六七八九",r);case 6:return rt(n,1,3999,Va,3,e).toLowerCase();case 7:return rt(n,1,3999,Va,3,e);case 8:return eA(n,945,969,!1,e);case 9:return eA(n,97,122,!1,e);case 10:return eA(n,65,90,!1,e);case 11:return eA(n,1632,1641,!0,e);case 12:case 49:return rt(n,1,9999,Na,3,e);case 35:return rt(n,1,9999,Na,3,e).toLowerCase();case 13:return eA(n,2534,2543,!0,e);case 14:case 30:return eA(n,6112,6121,!0,e);case 15:return Oe(n,"子丑寅卯辰巳午未申酉戌亥",r);case 16:return Oe(n,"甲乙丙丁戊己庚辛壬癸",r);case 17:case 48:return oe(n,"零一二三四五六七八九",ka,"負",r,me|ve|Pt);case 47:return oe(n,"零壹貳參肆伍陸柒捌玖",Xa,"負",r,nt|me|ve|Pt);case 42:return oe(n,"零一二三四五六七八九",ka,"负",r,me|ve|Pt);case 41:return oe(n,"零壹贰叁肆伍陆柒捌玖",Xa,"负",r,nt|me|ve|Pt);case 26:return oe(n,"〇一二三四五六七八九","十百千万",Ya,r,0);case 25:return oe(n,"零壱弐参四伍六七八九","拾百千万",Ya,r,nt|me|ve);case 31:return oe(n,"영일이삼사오육칠팔구","십백천만",ni,i,nt|me|ve);case 33:return oe(n,"零一二三四五六七八九","十百千萬",ni,i,0);case 32:return oe(n,"零壹貳參四五六七八九","拾百千",ni,i,nt|me|ve);case 18:return eA(n,2406,2415,!0,e);case 20:return rt(n,1,19999,Fh,3,e);case 21:return eA(n,2790,2799,!0,e);case 22:return eA(n,2662,2671,!0,e);case 22:return rt(n,1,10999,Uh,3,e);case 23:return Oe(n,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return Oe(n,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return eA(n,3302,3311,!0,e);case 28:return Oe(n,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",r);case 29:return Oe(n,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",r);case 34:return eA(n,3792,3801,!0,e);case 37:return eA(n,6160,6169,!0,e);case 38:return eA(n,4160,4169,!0,e);case 39:return eA(n,2918,2927,!0,e);case 40:return eA(n,1776,1785,!0,e);case 43:return eA(n,3046,3055,!0,e);case 44:return eA(n,3174,3183,!0,e);case 45:return eA(n,3664,3673,!0,e);case 46:return eA(n,3872,3881,!0,e);case 3:default:return eA(n,48,57,!0,e)}},Ja="data-html2canvas-ignore",Wa=function(){function n(A,t,e){if(this.context=A,this.options=e,this.scrolledElements=[],this.referenceElement=t,this.counters=new Ch,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return n.prototype.toIFrame=function(A,t){var e=this,r=ph(A,t);if(!r.contentWindow)return Promise.reject("Unable to find iframe window");var i=A.defaultView.pageXOffset,s=A.defaultView.pageYOffset,a=r.contentWindow,o=a.document,B=Eh(r).then(function(){return pA(e,void 0,void 0,function(){var c,l;return QA(this,function(u){switch(u.label){case 0:return this.scrolledElements.forEach(_h),a&&(a.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(a.scrollY!==t.top||a.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(a.scrollX-t.left,a.scrollY-t.top,0,0))),c=this.options.onclone,l=this.clonedReferenceElement,typeof l>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:o.fonts&&o.fonts.ready?[4,o.fonts.ready]:[3,2];case 1:u.sent(),u.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,vh(o)]:[3,4];case 3:u.sent(),u.label=4;case 4:return typeof c=="function"?[2,Promise.resolve().then(function(){return c(o,l)}).then(function(){return r})]:[2,r]}})})});return o.open(),o.write(Hh(document.doctype)+"<html></html>"),Ih(this.referenceElement.ownerDocument,i,s),o.replaceChild(o.adoptNode(this.documentElement),o.documentElement),o.close(),B},n.prototype.createElementClone=function(A){if(Vn(A,2))debugger;if(Da(A))return this.createCanvasClone(A);if(Ta(A))return this.createVideoClone(A);if(Oa(A))return this.createStyleClone(A);var t=A.cloneNode(!1);return ri(t)&&(ri(A)&&A.currentSrc&&A.currentSrc!==A.src&&(t.src=A.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),Pa(t)?this.createCustomElementClone(t):t},n.prototype.createCustomElementClone=function(A){var t=document.createElement("html2canvascustomelement");return ii(A.style,t),t},n.prototype.createStyleClone=function(A){try{var t=A.sheet;if(t&&t.cssRules){var e=[].slice.call(t.cssRules,0).reduce(function(i,s){return s&&typeof s.cssText=="string"?i+s.cssText:i},""),r=A.cloneNode(!1);return r.textContent=e,r}}catch(i){if(this.context.logger.error("Unable to access cssRules property",i),i.name!=="SecurityError")throw i}return A.cloneNode(!1)},n.prototype.createCanvasClone=function(A){var t;if(this.options.inlineImages&&A.ownerDocument){var e=A.ownerDocument.createElement("img");try{return e.src=A.toDataURL(),e}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var r=A.cloneNode(!1);try{r.width=A.width,r.height=A.height;var i=A.getContext("2d"),s=r.getContext("2d");if(s)if(!this.options.allowTaint&&i)s.putImageData(i.getImageData(0,0,A.width,A.height),0,0);else{var a=(t=A.getContext("webgl2"))!==null&&t!==void 0?t:A.getContext("webgl");if(a){var o=a.getContextAttributes();(o==null?void 0:o.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}s.drawImage(A,0,0)}return r}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return r},n.prototype.createVideoClone=function(A){var t=A.ownerDocument.createElement("canvas");t.width=A.offsetWidth,t.height=A.offsetHeight;var e=t.getContext("2d");try{return e&&(e.drawImage(A,0,0,t.width,t.height),this.options.allowTaint||e.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var r=A.ownerDocument.createElement("canvas");return r.width=A.offsetWidth,r.height=A.offsetHeight,r},n.prototype.appendChildNode=function(A,t,e){(!tt(t)||!dh(t)&&!t.hasAttribute(Ja)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!tt(t)||!Oa(t))&&A.appendChild(this.cloneNode(t,e))},n.prototype.cloneChildNodes=function(A,t,e){for(var r=this,i=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;i;i=i.nextSibling)if(tt(i)&&Ga(i)&&typeof i.assignedNodes=="function"){var s=i.assignedNodes();s.length&&s.forEach(function(a){return r.appendChildNode(t,a,e)})}else this.appendChildNode(t,i,e)},n.prototype.cloneNode=function(A,t){if(Ka(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var e=A.ownerDocument.defaultView;if(e&&tt(A)&&(ei(A)||Pr(A))){var r=this.createElementClone(A);r.style.transitionProperty="none";var i=e.getComputedStyle(A),s=e.getComputedStyle(A,":before"),a=e.getComputedStyle(A,":after");this.referenceElement===A&&ei(r)&&(this.clonedReferenceElement=r),ti(r)&&Lh(r);var o=this.counters.parse(new oa(this.context,i)),B=this.resolvePseudoContent(A,r,s,Nt.BEFORE);Pa(A)&&(t=!0),Ta(A)||this.cloneChildNodes(A,r,t),B&&r.insertBefore(B,r.firstChild);var c=this.resolvePseudoContent(A,r,a,Nt.AFTER);return c&&r.appendChild(c),this.counters.pop(o),(i&&(this.options.copyStyles||Pr(A))&&!Ma(A)||t)&&ii(i,r),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([r,A.scrollLeft,A.scrollTop]),(Vr(A)||Nr(A))&&(Vr(r)||Nr(r))&&(r.value=A.value),r}return A.cloneNode(!1)},n.prototype.resolvePseudoContent=function(A,t,e,r){var i=this;if(e){var s=e.content,a=t.ownerDocument;if(!(!a||!s||s==="none"||s==="-moz-alt-content"||e.display==="none")){this.counters.parse(new oa(this.context,e));var o=new hf(this.context,e),B=a.createElement("html2canvaspseudoelement");ii(e,B),o.content.forEach(function(l){if(l.type===0)B.appendChild(a.createTextNode(l.value));else if(l.type===22){var u=a.createElement("img");u.src=l.value,u.style.opacity="1",B.appendChild(u)}else if(l.type===18){if(l.name==="attr"){var h=l.values.filter(R);h.length&&B.appendChild(a.createTextNode(A.getAttribute(h[0].value)||""))}else if(l.name==="counter"){var g=l.values.filter(At),f=g[0],w=g[1];if(f&&R(f)){var C=i.counters.getCounterValue(f.value),d=w&&R(w)?Pn.parse(i.context,w.value):3;B.appendChild(a.createTextNode(Vt(C,d,!1)))}}else if(l.name==="counters"){var E=l.values.filter(At),f=E[0],v=E[1],w=E[2];if(f&&R(f)){var Q=i.counters.getCounterValues(f.value),U=w&&R(w)?Pn.parse(i.context,w.value):3,H=v&&v.type===0?v.value:"",y=Q.map(function(D){return Vt(D,U,!1)}).join(H);B.appendChild(a.createTextNode(y))}}}else if(l.type===20)switch(l.value){case"open-quote":B.appendChild(a.createTextNode(aa(o.quotes,i.quoteDepth++,!0)));break;case"close-quote":B.appendChild(a.createTextNode(aa(o.quotes,--i.quoteDepth,!1)));break;default:B.appendChild(a.createTextNode(l.value))}}),B.className=si+" "+ai;var c=r===Nt.BEFORE?" "+si:" "+ai;return Pr(t)?t.className.baseValue+=c:t.className+=c,B}}},n.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},n}(),Nt;(function(n){n[n.BEFORE=0]="BEFORE",n[n.AFTER=1]="AFTER"})(Nt||(Nt={}));var ph=function(n,A){var t=n.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=A.width.toString(),t.height=A.height.toString(),t.scrolling="no",t.setAttribute(Ja,"true"),n.body.appendChild(t),t},mh=function(n){return new Promise(function(A){if(n.complete){A();return}if(!n.src){A();return}n.onload=A,n.onerror=A})},vh=function(n){return Promise.all([].slice.call(n.images,0).map(mh))},Eh=function(n){return new Promise(function(A,t){var e=n.contentWindow;if(!e)return t("No window assigned for iframe");var r=e.document;e.onload=n.onload=function(){e.onload=n.onload=null;var i=setInterval(function(){r.body.childNodes.length>0&&r.readyState==="complete"&&(clearInterval(i),A(n))},50)}})},yh=["all","d","content"],ii=function(n,A){for(var t=n.length-1;t>=0;t--){var e=n.item(t);yh.indexOf(e)===-1&&A.style.setProperty(e,n.getPropertyValue(e))}return A},Hh=function(n){var A="";return n&&(A+="<!DOCTYPE ",n.name&&(A+=n.name),n.internalSubset&&(A+=n.internalSubset),n.publicId&&(A+='"'+n.publicId+'"'),n.systemId&&(A+='"'+n.systemId+'"'),A+=">"),A},Ih=function(n,A,t){n&&n.defaultView&&(A!==n.defaultView.pageXOffset||t!==n.defaultView.pageYOffset)&&n.defaultView.scrollTo(A,t)},_h=function(n){var A=n[0],t=n[1],e=n[2];A.scrollLeft=t,A.scrollTop=e},bh=":before",xh=":after",si="___html2canvas___pseudoelement_before",ai="___html2canvas___pseudoelement_after",Za=`{
19
+ content: "" !important;
20
+ display: none !important;
21
+ }`,Lh=function(n){Kh(n,"."+si+bh+Za+`
22
+ .`+ai+xh+Za)},Kh=function(n,A){var t=n.ownerDocument;if(t){var e=t.createElement("style");e.textContent=A,n.appendChild(e)}},za=function(){function n(){}return n.getOrigin=function(A){var t=n._link;return t?(t.href=A,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},n.isSameOrigin=function(A){return n.getOrigin(A)===n._origin},n.setContext=function(A){n._link=A.document.createElement("a"),n._origin=n.getOrigin(A.location.href)},n._origin="about:blank",n}(),Sh=function(){function n(A,t){this.context=A,this._options=t,this._cache={}}return n.prototype.addImage=function(A){var t=Promise.resolve();return this.has(A)||(Bi(A)||Oh(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),t},n.prototype.match=function(A){return this._cache[A]},n.prototype.loadImage=function(A){return pA(this,void 0,void 0,function(){var t,e,r,i,s=this;return QA(this,function(a){switch(a.label){case 0:return t=za.isSameOrigin(A),e=!oi(A)&&this._options.useCORS===!0&&uA.SUPPORT_CORS_IMAGES&&!t,r=!oi(A)&&!t&&!Bi(A)&&typeof this._options.proxy=="string"&&uA.SUPPORT_CORS_XHR&&!e,!t&&this._options.allowTaint===!1&&!oi(A)&&!Bi(A)&&!r&&!e?[2]:(i=A,r?[4,this.proxy(i)]:[3,2]);case 1:i=a.sent(),a.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(o,B){var c=new Image;c.onload=function(){return o(c)},c.onerror=B,(Gh(i)||e)&&(c.crossOrigin="anonymous"),c.src=i,c.complete===!0&&setTimeout(function(){return o(c)},500),s._options.imageTimeout>0&&setTimeout(function(){return B("Timed out ("+s._options.imageTimeout+"ms) loading image")},s._options.imageTimeout)})];case 3:return[2,a.sent()]}})})},n.prototype.has=function(A){return typeof this._cache[A]<"u"},n.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},n.prototype.proxy=function(A){var t=this,e=this._options.proxy;if(!e)throw new Error("No proxy defined");var r=A.substring(0,256);return new Promise(function(i,s){var a=uA.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(o.status===200)if(a==="text")i(o.response);else{var l=new FileReader;l.addEventListener("load",function(){return i(l.result)},!1),l.addEventListener("error",function(u){return s(u)},!1),l.readAsDataURL(o.response)}else s("Failed to proxy resource "+r+" with status code "+o.status)},o.onerror=s;var B=e.indexOf("?")>-1?"&":"?";if(o.open("GET",""+e+B+"url="+encodeURIComponent(A)+"&responseType="+a),a!=="text"&&o instanceof XMLHttpRequest&&(o.responseType=a),t._options.imageTimeout){var c=t._options.imageTimeout;o.timeout=c,o.ontimeout=function(){return s("Timed out ("+c+"ms) proxying "+r)}}o.send()})},n}(),Dh=/^data:image\/svg\+xml/i,Th=/^data:image\/.*;base64,/i,Mh=/^data:image\/.*/i,Oh=function(n){return uA.SUPPORT_SVG_DRAWING||!Ph(n)},oi=function(n){return Mh.test(n)},Gh=function(n){return Th.test(n)},Bi=function(n){return n.substr(0,4)==="blob"},Ph=function(n){return n.substr(-3).toLowerCase()==="svg"||Dh.test(n)},I=function(){function n(A,t){this.type=0,this.x=A,this.y=t}return n.prototype.add=function(A,t){return new n(this.x+A,this.y+t)},n}(),it=function(n,A,t){return new I(n.x+(A.x-n.x)*t,n.y+(A.y-n.y)*t)},Rr=function(){function n(A,t,e,r){this.type=1,this.start=A,this.startControl=t,this.endControl=e,this.end=r}return n.prototype.subdivide=function(A,t){var e=it(this.start,this.startControl,A),r=it(this.startControl,this.endControl,A),i=it(this.endControl,this.end,A),s=it(e,r,A),a=it(r,i,A),o=it(s,a,A);return t?new n(this.start,e,s,o):new n(o,a,i,this.end)},n.prototype.add=function(A,t){return new n(this.start.add(A,t),this.startControl.add(A,t),this.endControl.add(A,t),this.end.add(A,t))},n.prototype.reverse=function(){return new n(this.end,this.endControl,this.startControl,this.start)},n}(),kA=function(n){return n.type===1},Vh=function(){function n(A){var t=A.styles,e=A.bounds,r=Dt(t.borderTopLeftRadius,e.width,e.height),i=r[0],s=r[1],a=Dt(t.borderTopRightRadius,e.width,e.height),o=a[0],B=a[1],c=Dt(t.borderBottomRightRadius,e.width,e.height),l=c[0],u=c[1],h=Dt(t.borderBottomLeftRadius,e.width,e.height),g=h[0],f=h[1],w=[];w.push((i+o)/e.width),w.push((g+l)/e.width),w.push((s+f)/e.height),w.push((B+u)/e.height);var C=Math.max.apply(Math,w);C>1&&(i/=C,s/=C,o/=C,B/=C,l/=C,u/=C,g/=C,f/=C);var d=e.width-o,E=e.height-u,v=e.width-l,Q=e.height-f,U=t.borderTopWidth,H=t.borderRightWidth,y=t.borderBottomWidth,p=t.borderLeftWidth,x=Y(t.paddingTop,A.bounds.width),D=Y(t.paddingRight,A.bounds.width),S=Y(t.paddingBottom,A.bounds.width),b=Y(t.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=i>0||s>0?J(e.left+p/3,e.top+U/3,i-p/3,s-U/3,V.TOP_LEFT):new I(e.left+p/3,e.top+U/3),this.topRightBorderDoubleOuterBox=i>0||s>0?J(e.left+d,e.top+U/3,o-H/3,B-U/3,V.TOP_RIGHT):new I(e.left+e.width-H/3,e.top+U/3),this.bottomRightBorderDoubleOuterBox=l>0||u>0?J(e.left+v,e.top+E,l-H/3,u-y/3,V.BOTTOM_RIGHT):new I(e.left+e.width-H/3,e.top+e.height-y/3),this.bottomLeftBorderDoubleOuterBox=g>0||f>0?J(e.left+p/3,e.top+Q,g-p/3,f-y/3,V.BOTTOM_LEFT):new I(e.left+p/3,e.top+e.height-y/3),this.topLeftBorderDoubleInnerBox=i>0||s>0?J(e.left+p*2/3,e.top+U*2/3,i-p*2/3,s-U*2/3,V.TOP_LEFT):new I(e.left+p*2/3,e.top+U*2/3),this.topRightBorderDoubleInnerBox=i>0||s>0?J(e.left+d,e.top+U*2/3,o-H*2/3,B-U*2/3,V.TOP_RIGHT):new I(e.left+e.width-H*2/3,e.top+U*2/3),this.bottomRightBorderDoubleInnerBox=l>0||u>0?J(e.left+v,e.top+E,l-H*2/3,u-y*2/3,V.BOTTOM_RIGHT):new I(e.left+e.width-H*2/3,e.top+e.height-y*2/3),this.bottomLeftBorderDoubleInnerBox=g>0||f>0?J(e.left+p*2/3,e.top+Q,g-p*2/3,f-y*2/3,V.BOTTOM_LEFT):new I(e.left+p*2/3,e.top+e.height-y*2/3),this.topLeftBorderStroke=i>0||s>0?J(e.left+p/2,e.top+U/2,i-p/2,s-U/2,V.TOP_LEFT):new I(e.left+p/2,e.top+U/2),this.topRightBorderStroke=i>0||s>0?J(e.left+d,e.top+U/2,o-H/2,B-U/2,V.TOP_RIGHT):new I(e.left+e.width-H/2,e.top+U/2),this.bottomRightBorderStroke=l>0||u>0?J(e.left+v,e.top+E,l-H/2,u-y/2,V.BOTTOM_RIGHT):new I(e.left+e.width-H/2,e.top+e.height-y/2),this.bottomLeftBorderStroke=g>0||f>0?J(e.left+p/2,e.top+Q,g-p/2,f-y/2,V.BOTTOM_LEFT):new I(e.left+p/2,e.top+e.height-y/2),this.topLeftBorderBox=i>0||s>0?J(e.left,e.top,i,s,V.TOP_LEFT):new I(e.left,e.top),this.topRightBorderBox=o>0||B>0?J(e.left+d,e.top,o,B,V.TOP_RIGHT):new I(e.left+e.width,e.top),this.bottomRightBorderBox=l>0||u>0?J(e.left+v,e.top+E,l,u,V.BOTTOM_RIGHT):new I(e.left+e.width,e.top+e.height),this.bottomLeftBorderBox=g>0||f>0?J(e.left,e.top+Q,g,f,V.BOTTOM_LEFT):new I(e.left,e.top+e.height),this.topLeftPaddingBox=i>0||s>0?J(e.left+p,e.top+U,Math.max(0,i-p),Math.max(0,s-U),V.TOP_LEFT):new I(e.left+p,e.top+U),this.topRightPaddingBox=o>0||B>0?J(e.left+Math.min(d,e.width-H),e.top+U,d>e.width+H?0:Math.max(0,o-H),Math.max(0,B-U),V.TOP_RIGHT):new I(e.left+e.width-H,e.top+U),this.bottomRightPaddingBox=l>0||u>0?J(e.left+Math.min(v,e.width-p),e.top+Math.min(E,e.height-y),Math.max(0,l-H),Math.max(0,u-y),V.BOTTOM_RIGHT):new I(e.left+e.width-H,e.top+e.height-y),this.bottomLeftPaddingBox=g>0||f>0?J(e.left+p,e.top+Math.min(Q,e.height-y),Math.max(0,g-p),Math.max(0,f-y),V.BOTTOM_LEFT):new I(e.left+p,e.top+e.height-y),this.topLeftContentBox=i>0||s>0?J(e.left+p+b,e.top+U+x,Math.max(0,i-(p+b)),Math.max(0,s-(U+x)),V.TOP_LEFT):new I(e.left+p+b,e.top+U+x),this.topRightContentBox=o>0||B>0?J(e.left+Math.min(d,e.width+p+b),e.top+U+x,d>e.width+p+b?0:o-p+b,B-(U+x),V.TOP_RIGHT):new I(e.left+e.width-(H+D),e.top+U+x),this.bottomRightContentBox=l>0||u>0?J(e.left+Math.min(v,e.width-(p+b)),e.top+Math.min(E,e.height+U+x),Math.max(0,l-(H+D)),u-(y+S),V.BOTTOM_RIGHT):new I(e.left+e.width-(H+D),e.top+e.height-(y+S)),this.bottomLeftContentBox=g>0||f>0?J(e.left+p+b,e.top+Q,Math.max(0,g-(p+b)),f-(y+S),V.BOTTOM_LEFT):new I(e.left+p+b,e.top+e.height-(y+S))}return n}(),V;(function(n){n[n.TOP_LEFT=0]="TOP_LEFT",n[n.TOP_RIGHT=1]="TOP_RIGHT",n[n.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",n[n.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(V||(V={}));var J=function(n,A,t,e,r){var i=4*((Math.sqrt(2)-1)/3),s=t*i,a=e*i,o=n+t,B=A+e;switch(r){case V.TOP_LEFT:return new Rr(new I(n,B),new I(n,B-a),new I(o-s,A),new I(o,A));case V.TOP_RIGHT:return new Rr(new I(n,A),new I(n+s,A),new I(o,B-a),new I(o,B));case V.BOTTOM_RIGHT:return new Rr(new I(o,A),new I(o,A+a),new I(n+s,B),new I(n,B));case V.BOTTOM_LEFT:default:return new Rr(new I(o,B),new I(o-s,B),new I(n,A+a),new I(n,A))}},kr=function(n){return[n.topLeftBorderBox,n.topRightBorderBox,n.bottomRightBorderBox,n.bottomLeftBorderBox]},Nh=function(n){return[n.topLeftContentBox,n.topRightContentBox,n.bottomRightContentBox,n.bottomLeftContentBox]},Xr=function(n){return[n.topLeftPaddingBox,n.topRightPaddingBox,n.bottomRightPaddingBox,n.bottomLeftPaddingBox]},Rh=function(){function n(A,t,e){this.offsetX=A,this.offsetY=t,this.matrix=e,this.type=0,this.target=6}return n}(),Yr=function(){function n(A,t){this.path=A,this.target=t,this.type=1}return n}(),kh=function(){function n(A){this.opacity=A,this.type=2,this.target=6}return n}(),Xh=function(n){return n.type===0},ja=function(n){return n.type===1},Yh=function(n){return n.type===2},qa=function(n,A){return n.length===A.length?n.some(function(t,e){return t===A[e]}):!1},Jh=function(n,A,t,e,r){return n.map(function(i,s){switch(s){case 0:return i.add(A,t);case 1:return i.add(A+e,t);case 2:return i.add(A+e,t+r);case 3:return i.add(A,t+r)}return i})},$a=function(){function n(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return n}(),Ao=function(){function n(A,t){if(this.container=A,this.parent=t,this.effects=[],this.curves=new Vh(this.container),this.container.styles.opacity<1&&this.effects.push(new kh(this.container.styles.opacity)),this.container.styles.transform!==null){var e=this.container.bounds.left+this.container.styles.transformOrigin[0].number,r=this.container.bounds.top+this.container.styles.transformOrigin[1].number,i=this.container.styles.transform;this.effects.push(new Rh(e,r,i))}if(this.container.styles.overflowX!==0){var s=kr(this.curves),a=Xr(this.curves);qa(s,a)?this.effects.push(new Yr(s,6)):(this.effects.push(new Yr(s,2)),this.effects.push(new Yr(a,4)))}}return n.prototype.getEffects=function(A){for(var t=[2,3].indexOf(this.container.styles.position)===-1,e=this.parent,r=this.effects.slice(0);e;){var i=e.effects.filter(function(o){return!ja(o)});if(t||e.container.styles.position!==0||!e.parent){if(r.unshift.apply(r,i),t=[2,3].indexOf(e.container.styles.position)===-1,e.container.styles.overflowX!==0){var s=kr(e.curves),a=Xr(e.curves);qa(s,a)||r.unshift(new Yr(a,6))}}else r.unshift.apply(r,i);e=e.parent}return r.filter(function(o){return aA(o.target,A)})},n}(),ci=function(n,A,t,e){n.container.elements.forEach(function(r){var i=aA(r.flags,4),s=aA(r.flags,2),a=new Ao(r,n);aA(r.styles.display,2048)&&e.push(a);var o=aA(r.flags,8)?[]:e;if(i||s){var B=i||r.styles.isPositioned()?t:A,c=new $a(a);if(r.styles.isPositioned()||r.styles.opacity<1||r.styles.isTransformed()){var l=r.styles.zIndex.order;if(l<0){var u=0;B.negativeZIndex.some(function(g,f){return l>g.element.container.styles.zIndex.order?(u=f,!1):u>0}),B.negativeZIndex.splice(u,0,c)}else if(l>0){var h=0;B.positiveZIndex.some(function(g,f){return l>=g.element.container.styles.zIndex.order?(h=f+1,!1):h>0}),B.positiveZIndex.splice(h,0,c)}else B.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else r.styles.isFloating()?B.nonPositionedFloats.push(c):B.nonPositionedInlineLevel.push(c);ci(a,c,i?c:t,o)}else r.styles.isInlineLevel()?A.inlineLevel.push(a):A.nonInlineLevel.push(a),ci(a,A,t,o);aA(r.flags,8)&&eo(r,o)})},eo=function(n,A){for(var t=n instanceof $n?n.start:1,e=n instanceof $n?n.reversed:!1,r=0;r<A.length;r++){var i=A[r];i.container instanceof ya&&typeof i.container.value=="number"&&i.container.value!==0&&(t=i.container.value),i.listValue=Vt(t,i.container.styles.listStyleType,!0),t+=e?-1:1}},Wh=function(n){var A=new Ao(n,null),t=new $a(A),e=[];return ci(A,t,t,e),eo(A.container,e),t},to=function(n,A){switch(A){case 0:return XA(n.topLeftBorderBox,n.topLeftPaddingBox,n.topRightBorderBox,n.topRightPaddingBox);case 1:return XA(n.topRightBorderBox,n.topRightPaddingBox,n.bottomRightBorderBox,n.bottomRightPaddingBox);case 2:return XA(n.bottomRightBorderBox,n.bottomRightPaddingBox,n.bottomLeftBorderBox,n.bottomLeftPaddingBox);case 3:default:return XA(n.bottomLeftBorderBox,n.bottomLeftPaddingBox,n.topLeftBorderBox,n.topLeftPaddingBox)}},Zh=function(n,A){switch(A){case 0:return XA(n.topLeftBorderBox,n.topLeftBorderDoubleOuterBox,n.topRightBorderBox,n.topRightBorderDoubleOuterBox);case 1:return XA(n.topRightBorderBox,n.topRightBorderDoubleOuterBox,n.bottomRightBorderBox,n.bottomRightBorderDoubleOuterBox);case 2:return XA(n.bottomRightBorderBox,n.bottomRightBorderDoubleOuterBox,n.bottomLeftBorderBox,n.bottomLeftBorderDoubleOuterBox);case 3:default:return XA(n.bottomLeftBorderBox,n.bottomLeftBorderDoubleOuterBox,n.topLeftBorderBox,n.topLeftBorderDoubleOuterBox)}},zh=function(n,A){switch(A){case 0:return XA(n.topLeftBorderDoubleInnerBox,n.topLeftPaddingBox,n.topRightBorderDoubleInnerBox,n.topRightPaddingBox);case 1:return XA(n.topRightBorderDoubleInnerBox,n.topRightPaddingBox,n.bottomRightBorderDoubleInnerBox,n.bottomRightPaddingBox);case 2:return XA(n.bottomRightBorderDoubleInnerBox,n.bottomRightPaddingBox,n.bottomLeftBorderDoubleInnerBox,n.bottomLeftPaddingBox);case 3:default:return XA(n.bottomLeftBorderDoubleInnerBox,n.bottomLeftPaddingBox,n.topLeftBorderDoubleInnerBox,n.topLeftPaddingBox)}},jh=function(n,A){switch(A){case 0:return Jr(n.topLeftBorderStroke,n.topRightBorderStroke);case 1:return Jr(n.topRightBorderStroke,n.bottomRightBorderStroke);case 2:return Jr(n.bottomRightBorderStroke,n.bottomLeftBorderStroke);case 3:default:return Jr(n.bottomLeftBorderStroke,n.topLeftBorderStroke)}},Jr=function(n,A){var t=[];return kA(n)?t.push(n.subdivide(.5,!1)):t.push(n),kA(A)?t.push(A.subdivide(.5,!0)):t.push(A),t},XA=function(n,A,t,e){var r=[];return kA(n)?r.push(n.subdivide(.5,!1)):r.push(n),kA(t)?r.push(t.subdivide(.5,!0)):r.push(t),kA(e)?r.push(e.subdivide(.5,!0).reverse()):r.push(e),kA(A)?r.push(A.subdivide(.5,!1).reverse()):r.push(A),r},ro=function(n){var A=n.bounds,t=n.styles;return A.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},Wr=function(n){var A=n.styles,t=n.bounds,e=Y(A.paddingLeft,t.width),r=Y(A.paddingRight,t.width),i=Y(A.paddingTop,t.width),s=Y(A.paddingBottom,t.width);return t.add(e+A.borderLeftWidth,i+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+e+r),-(A.borderTopWidth+A.borderBottomWidth+i+s))},qh=function(n,A){return n===0?A.bounds:n===2?Wr(A):ro(A)},$h=function(n,A){return n===0?A.bounds:n===2?Wr(A):ro(A)},li=function(n,A,t){var e=qh(at(n.styles.backgroundOrigin,A),n),r=$h(at(n.styles.backgroundClip,A),n),i=Ag(at(n.styles.backgroundSize,A),t,e),s=i[0],a=i[1],o=Dt(at(n.styles.backgroundPosition,A),e.width-s,e.height-a),B=eg(at(n.styles.backgroundRepeat,A),o,i,e,r),c=Math.round(e.left+o[0]),l=Math.round(e.top+o[1]);return[B,c,l,s,a]},st=function(n){return R(n)&&n.value===et.AUTO},Zr=function(n){return typeof n=="number"},Ag=function(n,A,t){var e=A[0],r=A[1],i=A[2],s=n[0],a=n[1];if(!s)return[0,0];if(rA(s)&&a&&rA(a))return[Y(s,t.width),Y(a,t.height)];var o=Zr(i);if(R(s)&&(s.value===et.CONTAIN||s.value===et.COVER)){if(Zr(i)){var B=t.width/t.height;return B<i!=(s.value===et.COVER)?[t.width,t.width/i]:[t.height*i,t.height]}return[t.width,t.height]}var c=Zr(e),l=Zr(r),u=c||l;if(st(s)&&(!a||st(a))){if(c&&l)return[e,r];if(!o&&!u)return[t.width,t.height];if(u&&o){var h=c?e:r*i,g=l?r:e/i;return[h,g]}var f=c?e:t.width,w=l?r:t.height;return[f,w]}if(o){var C=0,d=0;return rA(s)?C=Y(s,t.width):rA(a)&&(d=Y(a,t.height)),st(s)?C=d*i:(!a||st(a))&&(d=C/i),[C,d]}var E=null,v=null;if(rA(s)?E=Y(s,t.width):a&&rA(a)&&(v=Y(a,t.height)),E!==null&&(!a||st(a))&&(v=c&&l?E/e*r:t.height),v!==null&&st(s)&&(E=c&&l?v/r*e:t.width),E!==null&&v!==null)return[E,v];throw new Error("Unable to calculate background-size for element")},at=function(n,A){var t=n[A];return typeof t>"u"?n[0]:t},eg=function(n,A,t,e,r){var i=A[0],s=A[1],a=t[0],o=t[1];switch(n){case 2:return[new I(Math.round(e.left),Math.round(e.top+s)),new I(Math.round(e.left+e.width),Math.round(e.top+s)),new I(Math.round(e.left+e.width),Math.round(o+e.top+s)),new I(Math.round(e.left),Math.round(o+e.top+s))];case 3:return[new I(Math.round(e.left+i),Math.round(e.top)),new I(Math.round(e.left+i+a),Math.round(e.top)),new I(Math.round(e.left+i+a),Math.round(e.height+e.top)),new I(Math.round(e.left+i),Math.round(e.height+e.top))];case 1:return[new I(Math.round(e.left+i),Math.round(e.top+s)),new I(Math.round(e.left+i+a),Math.round(e.top+s)),new I(Math.round(e.left+i+a),Math.round(e.top+s+o)),new I(Math.round(e.left+i),Math.round(e.top+s+o))];default:return[new I(Math.round(r.left),Math.round(r.top)),new I(Math.round(r.left+r.width),Math.round(r.top)),new I(Math.round(r.left+r.width),Math.round(r.height+r.top)),new I(Math.round(r.left),Math.round(r.height+r.top))]}},tg="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",no="Hidden Text",rg=function(){function n(A){this._data={},this._document=A}return n.prototype.parseMetrics=function(A,t){var e=this._document.createElement("div"),r=this._document.createElement("img"),i=this._document.createElement("span"),s=this._document.body;e.style.visibility="hidden",e.style.fontFamily=A,e.style.fontSize=t,e.style.margin="0",e.style.padding="0",e.style.whiteSpace="nowrap",s.appendChild(e),r.src=tg,r.width=1,r.height=1,r.style.margin="0",r.style.padding="0",r.style.verticalAlign="baseline",i.style.fontFamily=A,i.style.fontSize=t,i.style.margin="0",i.style.padding="0",i.appendChild(this._document.createTextNode(no)),e.appendChild(i),e.appendChild(r);var a=r.offsetTop-i.offsetTop+2;e.removeChild(i),e.appendChild(this._document.createTextNode(no)),e.style.lineHeight="normal",r.style.verticalAlign="super";var o=r.offsetTop-e.offsetTop+2;return s.removeChild(e),{baseline:a,middle:o}},n.prototype.getMetrics=function(A,t){var e=A+" "+t;return typeof this._data[e]>"u"&&(this._data[e]=this.parseMetrics(A,t)),this._data[e]},n}(),io=function(){function n(A,t){this.context=A,this.options=t}return n}(),ng=1e4,ig=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this;return r._activeEffects=[],r.canvas=e.canvas?e.canvas:document.createElement("canvas"),r.ctx=r.canvas.getContext("2d"),e.canvas||(r.canvas.width=Math.floor(e.width*e.scale),r.canvas.height=Math.floor(e.height*e.scale),r.canvas.style.width=e.width+"px",r.canvas.style.height=e.height+"px"),r.fontMetrics=new rg(document),r.ctx.scale(r.options.scale,r.options.scale),r.ctx.translate(-e.x,-e.y),r.ctx.textBaseline="bottom",r._activeEffects=[],r.context.logger.debug("Canvas renderer initialized ("+e.width+"x"+e.height+") with scale "+e.scale),r}return A.prototype.applyEffects=function(t){for(var e=this;this._activeEffects.length;)this.popEffect();t.forEach(function(r){return e.applyEffect(r)})},A.prototype.applyEffect=function(t){this.ctx.save(),Yh(t)&&(this.ctx.globalAlpha=t.opacity),Xh(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),ja(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(t){return pA(this,void 0,void 0,function(){var e;return QA(this,function(r){switch(r.label){case 0:return e=t.element.container.styles,e.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:r.sent(),r.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(t){return pA(this,void 0,void 0,function(){return QA(this,function(e){switch(e.label){case 0:if(aA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return e.sent(),[4,this.renderNodeContent(t)];case 2:e.sent(),e.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(t,e,r){var i=this;if(e===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+r);else{var s=qn(t.text);s.reduce(function(a,o){return i.ctx.fillText(o,a,t.bounds.top+r),a+i.ctx.measureText(o).width},t.bounds.left)}},A.prototype.createFontStyle=function(t){var e=t.fontVariant.filter(function(s){return s==="normal"||s==="small-caps"}).join(""),r=cg(t.fontFamily).join(", "),i=St(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,e,t.fontWeight,i,r].join(" "),r,i]},A.prototype.renderTextNode=function(t,e){return pA(this,void 0,void 0,function(){var r,i,s,a,o,B,c,l,u=this;return QA(this,function(h){return r=this.createFontStyle(e),i=r[0],s=r[1],a=r[2],this.ctx.font=i,this.ctx.direction=e.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",o=this.fontMetrics.getMetrics(s,a),B=o.baseline,c=o.middle,l=e.paintOrder,t.textBounds.forEach(function(g){l.forEach(function(f){switch(f){case 0:u.ctx.fillStyle=oA(e.color),u.renderTextWithLetterSpacing(g,e.letterSpacing,B);var w=e.textShadow;w.length&&g.text.trim().length&&(w.slice(0).reverse().forEach(function(C){u.ctx.shadowColor=oA(C.color),u.ctx.shadowOffsetX=C.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=C.offsetY.number*u.options.scale,u.ctx.shadowBlur=C.blur.number,u.renderTextWithLetterSpacing(g,e.letterSpacing,B)}),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),e.textDecorationLine.length&&(u.ctx.fillStyle=oA(e.textDecorationColor||e.color),e.textDecorationLine.forEach(function(C){switch(C){case 1:u.ctx.fillRect(g.bounds.left,Math.round(g.bounds.top+B),g.bounds.width,1);break;case 2:u.ctx.fillRect(g.bounds.left,Math.round(g.bounds.top),g.bounds.width,1);break;case 3:u.ctx.fillRect(g.bounds.left,Math.ceil(g.bounds.top+c),g.bounds.width,1);break}}));break;case 1:e.webkitTextStrokeWidth&&g.text.trim().length&&(u.ctx.strokeStyle=oA(e.webkitTextStrokeColor),u.ctx.lineWidth=e.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(g.text,g.bounds.left,g.bounds.top+B)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(t,e,r){if(r&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var i=Wr(t),s=Xr(e);this.path(s),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(r,0,0,t.intrinsicWidth,t.intrinsicHeight,i.left,i.top,i.width,i.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(t){return pA(this,void 0,void 0,function(){var e,r,i,s,a,o,d,d,B,c,l,u,v,h,g,Q,f,w,C,d,E,v,Q;return QA(this,function(U){switch(U.label){case 0:this.applyEffects(t.getEffects(4)),e=t.container,r=t.curves,i=e.styles,s=0,a=e.textNodes,U.label=1;case 1:return s<a.length?(o=a[s],[4,this.renderTextNode(o,i)]):[3,4];case 2:U.sent(),U.label=3;case 3:return s++,[3,1];case 4:if(!(e instanceof ma))return[3,8];U.label=5;case 5:return U.trys.push([5,7,,8]),[4,this.context.cache.match(e.src)];case 6:return d=U.sent(),this.renderReplacedElement(e,r,d),[3,8];case 7:return U.sent(),this.context.logger.error("Error loading image "+e.src),[3,8];case 8:if(e instanceof va&&this.renderReplacedElement(e,r,e.canvas),!(e instanceof Ea))return[3,12];U.label=9;case 9:return U.trys.push([9,11,,12]),[4,this.context.cache.match(e.svg)];case 10:return d=U.sent(),this.renderReplacedElement(e,r,d),[3,12];case 11:return U.sent(),this.context.logger.error("Error loading svg "+e.svg.substring(0,255)),[3,12];case 12:return e instanceof ba&&e.tree?(B=new A(this.context,{scale:this.options.scale,backgroundColor:e.backgroundColor,x:0,y:0,width:e.width,height:e.height}),[4,B.render(e.tree)]):[3,14];case 13:c=U.sent(),e.width&&e.height&&this.ctx.drawImage(c,0,0,e.width,e.height,e.bounds.left,e.bounds.top,e.bounds.width,e.bounds.height),U.label=14;case 14:if(e instanceof Ai&&(l=Math.min(e.bounds.width,e.bounds.height),e.type===Mr?e.checked&&(this.ctx.save(),this.path([new I(e.bounds.left+l*.39363,e.bounds.top+l*.79),new I(e.bounds.left+l*.16,e.bounds.top+l*.5549),new I(e.bounds.left+l*.27347,e.bounds.top+l*.44071),new I(e.bounds.left+l*.39694,e.bounds.top+l*.5649),new I(e.bounds.left+l*.72983,e.bounds.top+l*.23),new I(e.bounds.left+l*.84,e.bounds.top+l*.34085),new I(e.bounds.left+l*.39363,e.bounds.top+l*.79)]),this.ctx.fillStyle=oA(Ha),this.ctx.fill(),this.ctx.restore()):e.type===Or&&e.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(e.bounds.left+l/2,e.bounds.top+l/2,l/4,0,Math.PI*2,!0),this.ctx.fillStyle=oA(Ha),this.ctx.fill(),this.ctx.restore())),sg(e)&&e.value.length){switch(u=this.createFontStyle(i),v=u[0],h=u[1],g=this.fontMetrics.getMetrics(v,h).baseline,this.ctx.font=v,this.ctx.fillStyle=oA(i.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=og(e.styles.textAlign),Q=Wr(e),f=0,e.styles.textAlign){case 1:f+=Q.width/2;break;case 2:f+=Q.width;break}w=Q.add(f,0,0,-Q.height/2+1),this.ctx.save(),this.path([new I(Q.left,Q.top),new I(Q.left+Q.width,Q.top),new I(Q.left+Q.width,Q.top+Q.height),new I(Q.left,Q.top+Q.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Gt(e.value,w),i.letterSpacing,g),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!aA(e.styles.display,2048))return[3,20];if(e.styles.listStyleImage===null)return[3,19];if(C=e.styles.listStyleImage,C.type!==0)return[3,18];d=void 0,E=C.url,U.label=15;case 15:return U.trys.push([15,17,,18]),[4,this.context.cache.match(E)];case 16:return d=U.sent(),this.ctx.drawImage(d,e.bounds.left-(d.width+10),e.bounds.top),[3,18];case 17:return U.sent(),this.context.logger.error("Error loading list-style-image "+E),[3,18];case 18:return[3,20];case 19:t.listValue&&e.styles.listStyleType!==-1&&(v=this.createFontStyle(i)[0],this.ctx.font=v,this.ctx.fillStyle=oA(i.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",Q=new ie(e.bounds.left,e.bounds.top+Y(e.styles.paddingTop,e.bounds.width),e.bounds.width,na(i.lineHeight,i.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Gt(t.listValue,Q),i.letterSpacing,na(i.lineHeight,i.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),U.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(t){return pA(this,void 0,void 0,function(){var e,r,C,i,s,C,a,o,C,B,c,C,l,u,C,h,g,C,f,w,C;return QA(this,function(d){switch(d.label){case 0:if(aA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:d.sent(),e=0,r=t.negativeZIndex,d.label=2;case 2:return e<r.length?(C=r[e],[4,this.renderStack(C)]):[3,5];case 3:d.sent(),d.label=4;case 4:return e++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:d.sent(),i=0,s=t.nonInlineLevel,d.label=7;case 7:return i<s.length?(C=s[i],[4,this.renderNode(C)]):[3,10];case 8:d.sent(),d.label=9;case 9:return i++,[3,7];case 10:a=0,o=t.nonPositionedFloats,d.label=11;case 11:return a<o.length?(C=o[a],[4,this.renderStack(C)]):[3,14];case 12:d.sent(),d.label=13;case 13:return a++,[3,11];case 14:B=0,c=t.nonPositionedInlineLevel,d.label=15;case 15:return B<c.length?(C=c[B],[4,this.renderStack(C)]):[3,18];case 16:d.sent(),d.label=17;case 17:return B++,[3,15];case 18:l=0,u=t.inlineLevel,d.label=19;case 19:return l<u.length?(C=u[l],[4,this.renderNode(C)]):[3,22];case 20:d.sent(),d.label=21;case 21:return l++,[3,19];case 22:h=0,g=t.zeroOrAutoZIndexOrTransformedOrOpacity,d.label=23;case 23:return h<g.length?(C=g[h],[4,this.renderStack(C)]):[3,26];case 24:d.sent(),d.label=25;case 25:return h++,[3,23];case 26:f=0,w=t.positiveZIndex,d.label=27;case 27:return f<w.length?(C=w[f],[4,this.renderStack(C)]):[3,30];case 28:d.sent(),d.label=29;case 29:return f++,[3,27];case 30:return[2]}})})},A.prototype.mask=function(t){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(t.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},A.prototype.formatPath=function(t){var e=this;t.forEach(function(r,i){var s=kA(r)?r.start:r;i===0?e.ctx.moveTo(s.x,s.y):e.ctx.lineTo(s.x,s.y),kA(r)&&e.ctx.bezierCurveTo(r.startControl.x,r.startControl.y,r.endControl.x,r.endControl.y,r.end.x,r.end.y)})},A.prototype.renderRepeat=function(t,e,r,i){this.path(t),this.ctx.fillStyle=e,this.ctx.translate(r,i),this.ctx.fill(),this.ctx.translate(-r,-i)},A.prototype.resizeImage=function(t,e,r){var i;if(t.width===e&&t.height===r)return t;var s=(i=this.canvas.ownerDocument)!==null&&i!==void 0?i:document,a=s.createElement("canvas");a.width=Math.max(1,e),a.height=Math.max(1,r);var o=a.getContext("2d");return o.drawImage(t,0,0,t.width,t.height,0,0,e,r),a},A.prototype.renderBackgroundImage=function(t){return pA(this,void 0,void 0,function(){var e,r,i,s,a,o;return QA(this,function(B){switch(B.label){case 0:e=t.styles.backgroundImage.length-1,r=function(c){var l,u,h,x,M,P,b,T,y,g,x,M,P,b,T,f,w,C,d,E,v,Q,U,H,y,p,x,D,S,b,T,N,M,P,$,hA,FA,vA,gA,xA,iA,sA;return QA(this,function(fe){switch(fe.label){case 0:if(c.type!==0)return[3,5];l=void 0,u=c.url,fe.label=1;case 1:return fe.trys.push([1,3,,4]),[4,i.context.cache.match(u)];case 2:return l=fe.sent(),[3,4];case 3:return fe.sent(),i.context.logger.error("Error loading background-image "+u),[3,4];case 4:return l&&(h=li(t,e,[l.width,l.height,l.width/l.height]),x=h[0],M=h[1],P=h[2],b=h[3],T=h[4],y=i.ctx.createPattern(i.resizeImage(l,b,T),"repeat"),i.renderRepeat(x,y,M,P)),[3,6];case 5:kl(c)?(g=li(t,e,[null,null,null]),x=g[0],M=g[1],P=g[2],b=g[3],T=g[4],f=Gl(c.angle,b,T),w=f[0],C=f[1],d=f[2],E=f[3],v=f[4],Q=document.createElement("canvas"),Q.width=b,Q.height=T,U=Q.getContext("2d"),H=U.createLinearGradient(C,E,d,v),Js(c.stops,w).forEach(function(We){return H.addColorStop(We.stop,oA(We.color))}),U.fillStyle=H,U.fillRect(0,0,b,T),b>0&&T>0&&(y=i.ctx.createPattern(Q,"repeat"),i.renderRepeat(x,y,M,P))):Xl(c)&&(p=li(t,e,[null,null,null]),x=p[0],D=p[1],S=p[2],b=p[3],T=p[4],N=c.position.length===0?[Mn]:c.position,M=Y(N[0],b),P=Y(N[N.length-1],T),$=Pl(c,M,P,b,T),hA=$[0],FA=$[1],hA>0&&FA>0&&(vA=i.ctx.createRadialGradient(D+M,S+P,0,D+M,S+P,hA),Js(c.stops,hA*2).forEach(function(We){return vA.addColorStop(We.stop,oA(We.color))}),i.path(x),i.ctx.fillStyle=vA,hA!==FA?(gA=t.bounds.left+.5*t.bounds.width,xA=t.bounds.top+.5*t.bounds.height,iA=FA/hA,sA=1/iA,i.ctx.save(),i.ctx.translate(gA,xA),i.ctx.transform(1,0,0,iA,0,0),i.ctx.translate(-gA,-xA),i.ctx.fillRect(D,sA*(S-xA)+xA,b,T*sA),i.ctx.restore()):i.ctx.fill())),fe.label=6;case 6:return e--,[2]}})},i=this,s=0,a=t.styles.backgroundImage.slice(0).reverse(),B.label=1;case 1:return s<a.length?(o=a[s],[5,r(o)]):[3,4];case 2:B.sent(),B.label=3;case 3:return s++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(t,e,r){return pA(this,void 0,void 0,function(){return QA(this,function(i){return this.path(to(r,e)),this.ctx.fillStyle=oA(t),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(t,e,r,i){return pA(this,void 0,void 0,function(){var s,a;return QA(this,function(o){switch(o.label){case 0:return e<3?[4,this.renderSolidBorder(t,r,i)]:[3,2];case 1:return o.sent(),[2];case 2:return s=Zh(i,r),this.path(s),this.ctx.fillStyle=oA(t),this.ctx.fill(),a=zh(i,r),this.path(a),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(t){return pA(this,void 0,void 0,function(){var e,r,i,s,a,o,B,c,l=this;return QA(this,function(u){switch(u.label){case 0:return this.applyEffects(t.getEffects(2)),e=t.container.styles,r=!Fe(e.backgroundColor)||e.backgroundImage.length,i=[{style:e.borderTopStyle,color:e.borderTopColor,width:e.borderTopWidth},{style:e.borderRightStyle,color:e.borderRightColor,width:e.borderRightWidth},{style:e.borderBottomStyle,color:e.borderBottomColor,width:e.borderBottomWidth},{style:e.borderLeftStyle,color:e.borderLeftColor,width:e.borderLeftWidth}],s=ag(at(e.backgroundClip,0),t.curves),r||e.boxShadow.length?(this.ctx.save(),this.path(s),this.ctx.clip(),Fe(e.backgroundColor)||(this.ctx.fillStyle=oA(e.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:u.sent(),this.ctx.restore(),e.boxShadow.slice(0).reverse().forEach(function(h){l.ctx.save();var g=kr(t.curves),f=h.inset?0:ng,w=Jh(g,-f+(h.inset?1:-1)*h.spread.number,(h.inset?1:-1)*h.spread.number,h.spread.number*(h.inset?-2:2),h.spread.number*(h.inset?-2:2));h.inset?(l.path(g),l.ctx.clip(),l.mask(w)):(l.mask(g),l.ctx.clip(),l.path(w)),l.ctx.shadowOffsetX=h.offsetX.number+f,l.ctx.shadowOffsetY=h.offsetY.number,l.ctx.shadowColor=oA(h.color),l.ctx.shadowBlur=h.blur.number,l.ctx.fillStyle=h.inset?oA(h.color):"rgba(0,0,0,1)",l.ctx.fill(),l.ctx.restore()}),u.label=2;case 2:a=0,o=0,B=i,u.label=3;case 3:return o<B.length?(c=B[o],c.style!==0&&!Fe(c.color)&&c.width>0?c.style!==2?[3,5]:[4,this.renderDashedDottedBorder(c.color,c.width,a,t.curves,2)]:[3,11]):[3,13];case 4:return u.sent(),[3,11];case 5:return c.style!==3?[3,7]:[4,this.renderDashedDottedBorder(c.color,c.width,a,t.curves,3)];case 6:return u.sent(),[3,11];case 7:return c.style!==4?[3,9]:[4,this.renderDoubleBorder(c.color,c.width,a,t.curves)];case 8:return u.sent(),[3,11];case 9:return[4,this.renderSolidBorder(c.color,a,t.curves)];case 10:u.sent(),u.label=11;case 11:a++,u.label=12;case 12:return o++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(t,e,r,i,s){return pA(this,void 0,void 0,function(){var a,o,B,c,l,u,h,g,f,w,C,d,E,v,Q,U,Q,U;return QA(this,function(H){return this.ctx.save(),a=jh(i,r),o=to(i,r),s===2&&(this.path(o),this.ctx.clip()),kA(o[0])?(B=o[0].start.x,c=o[0].start.y):(B=o[0].x,c=o[0].y),kA(o[1])?(l=o[1].end.x,u=o[1].end.y):(l=o[1].x,u=o[1].y),r===0||r===2?h=Math.abs(B-l):h=Math.abs(c-u),this.ctx.beginPath(),s===3?this.formatPath(a):this.formatPath(o.slice(0,2)),g=e<3?e*3:e*2,f=e<3?e*2:e,s===3&&(g=e,f=e),w=!0,h<=g*2?w=!1:h<=g*2+f?(C=h/(2*g+f),g*=C,f*=C):(d=Math.floor((h+f)/(g+f)),E=(h-d*g)/(d-1),v=(h-(d+1)*g)/d,f=v<=0||Math.abs(f-E)<Math.abs(f-v)?E:v),w&&(s===3?this.ctx.setLineDash([0,g+f]):this.ctx.setLineDash([g,f])),s===3?(this.ctx.lineCap="round",this.ctx.lineWidth=e):this.ctx.lineWidth=e*2+1.1,this.ctx.strokeStyle=oA(t),this.ctx.stroke(),this.ctx.setLineDash([]),s===2&&(kA(o[0])&&(Q=o[3],U=o[0],this.ctx.beginPath(),this.formatPath([new I(Q.end.x,Q.end.y),new I(U.start.x,U.start.y)]),this.ctx.stroke()),kA(o[1])&&(Q=o[1],U=o[2],this.ctx.beginPath(),this.formatPath([new I(Q.end.x,Q.end.y),new I(U.start.x,U.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},A.prototype.render=function(t){return pA(this,void 0,void 0,function(){var e;return QA(this,function(r){switch(r.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=oA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),e=Wh(t),[4,this.renderStack(e)];case 1:return r.sent(),this.applyEffects([]),[2,this.canvas]}})})},A}(io),sg=function(n){return n instanceof _a||n instanceof Ia?!0:n instanceof Ai&&n.type!==Or&&n.type!==Mr},ag=function(n,A){switch(n){case 0:return kr(A);case 2:return Nh(A);case 1:default:return Xr(A)}},og=function(n){switch(n){case 1:return"center";case 2:return"right";case 0:default:return"left"}},Bg=["-apple-system","system-ui"],cg=function(n){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?n.filter(function(A){return Bg.indexOf(A)===-1}):n},lg=function(n){ZA(A,n);function A(t,e){var r=n.call(this,t,e)||this;return r.canvas=e.canvas?e.canvas:document.createElement("canvas"),r.ctx=r.canvas.getContext("2d"),r.options=e,r.canvas.width=Math.floor(e.width*e.scale),r.canvas.height=Math.floor(e.height*e.scale),r.canvas.style.width=e.width+"px",r.canvas.style.height=e.height+"px",r.ctx.scale(r.options.scale,r.options.scale),r.ctx.translate(-e.x,-e.y),r.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+e.width+"x"+e.height+" at "+e.x+","+e.y+") with scale "+e.scale),r}return A.prototype.render=function(t){return pA(this,void 0,void 0,function(){var e,r;return QA(this,function(i){switch(i.label){case 0:return e=jn(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,ug(e)];case 1:return r=i.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=oA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(r,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A}(io),ug=function(n){return new Promise(function(A,t){var e=new Image;e.onload=function(){A(e)},e.onerror=t,e.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(n))})},fg=function(){function n(A){var t=A.id,e=A.enabled;this.id=t,this.enabled=e,this.start=Date.now()}return n.prototype.debug=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,rr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},n.prototype.getTime=function(){return Date.now()-this.start},n.prototype.info=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,rr([this.id,this.getTime()+"ms"],A))},n.prototype.warn=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,rr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},n.prototype.error=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,rr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},n.instances={},n}(),hg=function(){function n(A,t){var e;this.windowBounds=t,this.instanceName="#"+n.instanceCount++,this.logger=new fg({id:this.instanceName,enabled:A.logging}),this.cache=(e=A.cache)!==null&&e!==void 0?e:new Sh(this,A)}return n.instanceCount=1,n}(),gg=function(n,A){return A===void 0&&(A={}),wg(n,A)};typeof window<"u"&&za.setContext(window);var wg=function(n,A){return pA(void 0,void 0,void 0,function(){var t,e,r,i,s,a,o,B,c,l,u,h,g,f,w,C,d,E,v,Q,H,U,H,y,p,x,D,S,b,T,N,M,P,$,hA,FA,vA,gA,xA,iA;return QA(this,function(sA){switch(sA.label){case 0:if(!n||typeof n!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=n.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(e=t.defaultView,!e)throw new Error("Document is not attached to a Window");return r={allowTaint:(y=A.allowTaint)!==null&&y!==void 0?y:!1,imageTimeout:(p=A.imageTimeout)!==null&&p!==void 0?p:15e3,proxy:A.proxy,useCORS:(x=A.useCORS)!==null&&x!==void 0?x:!1},i=wn({logging:(D=A.logging)!==null&&D!==void 0?D:!0,cache:A.cache},r),s={windowWidth:(S=A.windowWidth)!==null&&S!==void 0?S:e.innerWidth,windowHeight:(b=A.windowHeight)!==null&&b!==void 0?b:e.innerHeight,scrollX:(T=A.scrollX)!==null&&T!==void 0?T:e.pageXOffset,scrollY:(N=A.scrollY)!==null&&N!==void 0?N:e.pageYOffset},a=new ie(s.scrollX,s.scrollY,s.windowWidth,s.windowHeight),o=new hg(i,a),B=(M=A.foreignObjectRendering)!==null&&M!==void 0?M:!1,c={allowTaint:(P=A.allowTaint)!==null&&P!==void 0?P:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:B,copyStyles:B},o.logger.debug("Starting document clone with size "+a.width+"x"+a.height+" scrolled to "+-a.left+","+-a.top),l=new Wa(o,n,c),u=l.clonedReferenceElement,u?[4,l.toIFrame(t,a)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return h=sA.sent(),g=ti(u)||Qh(u)?YB(u.ownerDocument):nr(o,u),f=g.width,w=g.height,C=g.left,d=g.top,E=Qg(o,u,A.backgroundColor),v={canvas:A.canvas,backgroundColor:E,scale:(hA=($=A.scale)!==null&&$!==void 0?$:e.devicePixelRatio)!==null&&hA!==void 0?hA:1,x:((FA=A.x)!==null&&FA!==void 0?FA:0)+C,y:((vA=A.y)!==null&&vA!==void 0?vA:0)+d,width:(gA=A.width)!==null&&gA!==void 0?gA:Math.ceil(f),height:(xA=A.height)!==null&&xA!==void 0?xA:Math.ceil(w)},B?(o.logger.debug("Document cloned, using foreign object rendering"),H=new lg(o,v),[4,H.render(u)]):[3,3];case 2:return Q=sA.sent(),[3,5];case 3:return o.logger.debug("Document cloned, element located at "+C+","+d+" with size "+f+"x"+w+" using computed rendering"),o.logger.debug("Starting DOM parsing"),U=La(o,u),E===U.styles.backgroundColor&&(U.styles.backgroundColor=ae.TRANSPARENT),o.logger.debug("Starting renderer for element at "+v.x+","+v.y+" with size "+v.width+"x"+v.height),H=new ig(o,v),[4,H.render(U)];case 4:Q=sA.sent(),sA.label=5;case 5:return(!((iA=A.removeContainer)!==null&&iA!==void 0)||iA)&&(Wa.destroy(h)||o.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),o.logger.debug("Finished rendering"),[2,Q]}})})},Qg=function(n,A,t){var e=A.ownerDocument,r=e.documentElement?Tt(n,getComputedStyle(e.documentElement).backgroundColor):ae.TRANSPARENT,i=e.body?Tt(n,getComputedStyle(e.body).backgroundColor):ae.TRANSPARENT,s=typeof t=="string"?Tt(n,t):t===null?ae.TRANSPARENT:4294967295;return A===e.documentElement?Fe(r)?Fe(i)?s:i:r:s},dg=`varying vec2 vUv;
23
+ varying vec3 vNormal;
24
+ varying vec3 vp;
25
+ varying vec3 vPositionNormal;
26
+ void main(void){
27
+ vUv = uv;
28
+ vNormal = normalize( normalMatrix * normal );
29
+ vp = position;
30
+ vPositionNormal = normalize(( modelViewMatrix * vec4(position, 1.0) ).xyz);
31
+ gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );
32
+ }`,Cg=`uniform vec3 glowColor;
33
+ uniform float bias;
34
+ uniform float power;
35
+ uniform float time;
36
+ varying vec3 vp;
37
+ varying vec3 vNormal;
38
+ varying vec3 vPositionNormal;
39
+ uniform float scale;
40
+
41
+ uniform sampler2D map;
42
+
43
+ varying vec2 vUv;
44
+
45
+ void main(void){
46
+ float a = pow( bias + scale * abs(dot(vNormal, vPositionNormal)), power );
47
+ if(vp.y > time && vp.y < time + 20.0) {
48
+ float t = smoothstep(0.0, 0.8, (1.0 - abs(0.5 - (vp.y - time) / 20.0)) / 3.0 );
49
+ gl_FragColor = mix(gl_FragColor, vec4(glowColor, 1.0), t * t );
50
+ }
51
+ gl_FragColor = mix(gl_FragColor, vec4( glowColor, 1.0 ), a);
52
+ float b = 0.8;
53
+ gl_FragColor = gl_FragColor + texture2D( map, vUv );
54
+ }`;const ot=(n,A,t)=>{let e=A*Math.PI/180;const r=t*Math.PI/180;e=-e;const i=n*Math.cos(r)*Math.cos(e),s=n*Math.sin(r),a=n*Math.cos(r)*Math.sin(e);return new m.Vector3(i,s,a)},so=n=>{const A=new m.PlaneBufferGeometry(1,1),t=n.textures.aperture,e=new m.MeshBasicMaterial({color:15310696,map:t,transparent:!0,opacity:1,depthWrite:!1}),r=new m.Mesh(A,e),i=ot(n.radius*1.001,n.lon,n.lat),s=n.radius*.12;r.scale.set(s,s,s),r.userData.size=s,r.userData.scale=Math.random()*1,r.position.set(i.x,i.y,i.z);const a=new m.Vector3(i.x,i.y,i.z).normalize(),o=new m.Vector3(0,0,1);return r.quaternion.setFromUnitVectors(o,a),r},ao=n=>{const A=n.radius*.3,t=new m.PlaneBufferGeometry(n.radius*.05,A);t.rotateX(Math.PI/2),t.translate(0,0,A/2);const e=new m.MeshBasicMaterial({map:n.textures.light_column,color:n.index==0?n.punctuation.lightColumn.startColor:n.punctuation.lightColumn.endColor,transparent:!0,side:m.DoubleSide,depthWrite:!1}),r=new m.Mesh(t,e),i=new m.Group;i.add(r,r.clone().rotateZ(Math.PI/2));const s=ot(n.radius,n.lon,n.lat);i.position.set(s.x,s.y,s.z);const a=new m.Vector3(s.x,s.y,s.z).normalize(),o=new m.Vector3(0,0,1);return i.quaternion.setFromUnitVectors(o,a),i},oo=n=>{const A=new m.PlaneBufferGeometry(1,1),t=new m.Mesh(A,n.material),e=ot(n.radius*1.001,n.lon,n.lat),r=n.radius*.05;t.scale.set(r,r,r),t.position.set(e.x,e.y,e.z);const i=new m.Vector3(e.x,e.y,e.z).normalize(),s=new m.Vector3(0,0,1);return t.quaternion.setFromUnitVectors(s,i),t},Ug=n=>{const A=[];for(let t=0;t<2*Math.PI-.1;t+=2*Math.PI/n.number)A.push([parseFloat((Math.cos(t)*(n.radius||10)).toFixed(2)),0,parseFloat((Math.sin(t)*(n.radius||10)).toFixed(2))]);return A.push(A[0]),A},Fg=n=>{const A=[];n.pointList.forEach(r=>A.push(new m.Vector3(r[0],r[1],r[2])));const t=new m.CatmullRomCurve3(A),e=new m.TubeGeometry(t,n.number||50,n.radius||1,n.radialSegments);return new m.Mesh(e,n.material)};function Be(n){if(n===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n}function Bo(n,A){n.prototype=Object.create(A.prototype),n.prototype.constructor=n,n.__proto__=A}/*!
55
+ * GSAP 3.14.2
56
+ * https://gsap.com
57
+ *
58
+ * @license Copyright 2008-2025, GreenSock. All rights reserved.
59
+ * Subject to the terms at https://gsap.com/standard-license
60
+ * @author: Jack Doyle, jack@greensock.com
61
+ */var SA={autoSleep:120,force3D:"auto",nullTargetWarn:1,units:{lineHeight:""}},Bt={duration:.5,overwrite:!1,delay:0},ui,fA,W,YA=1e8,k=1/YA,fi=Math.PI*2,pg=fi/4,mg=0,co=Math.sqrt,vg=Math.cos,Eg=Math.sin,BA=function(A){return typeof A=="string"},q=function(A){return typeof A=="function"},ce=function(A){return typeof A=="number"},hi=function(A){return typeof A>"u"},ee=function(A){return typeof A=="object"},yA=function(A){return A!==!1},gi=function(){return typeof window<"u"},zr=function(A){return q(A)||BA(A)},lo=typeof ArrayBuffer=="function"&&ArrayBuffer.isView||function(){},CA=Array.isArray,yg=/random\([^)]+\)/g,Hg=/,\s*/g,uo=/(?:-?\.?\d|\.)+/gi,fo=/[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g,ct=/[-+=.]*\d+[.e-]*\d*[a-z%]*/g,wi=/[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi,ho=/[+-]=-?[.\d]+/,Ig=/[^,'"\[\]\s]+/gi,_g=/^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i,Z,te,Qi,di,DA={},jr={},go,wo=function(A){return(jr=ut(A,DA))&&_A},Ci=function(A,t){return console.warn("Invalid property",A,"set to",t,"Missing plugin? gsap.registerPlugin()")},Rt=function(A,t){return!t&&console.warn(A)},Qo=function(A,t){return A&&(DA[A]=t)&&jr&&(jr[A]=t)||DA},kt=function(){return 0},bg={suppressEvents:!0,isStart:!0,kill:!1},qr={suppressEvents:!0,kill:!1},xg={suppressEvents:!0},Ui={},Ee=[],Fi={},Co,TA={},pi={},Uo=30,$r=[],mi="",vi=function(A){var t=A[0],e,r;if(ee(t)||q(t)||(A=[A]),!(e=(t._gsap||{}).harness)){for(r=$r.length;r--&&!$r[r].targetTest(t););e=$r[r]}for(r=A.length;r--;)A[r]&&(A[r]._gsap||(A[r]._gsap=new Zo(A[r],e)))||A.splice(r,1);return A},Ge=function(A){return A._gsap||vi(WA(A))[0]._gsap},Fo=function(A,t,e){return(e=A[t])&&q(e)?A[t]():hi(e)&&A.getAttribute&&A.getAttribute(t)||e},HA=function(A,t){return(A=A.split(",")).forEach(t)||A},tA=function(A){return Math.round(A*1e5)/1e5||0},z=function(A){return Math.round(A*1e7)/1e7||0},lt=function(A,t){var e=t.charAt(0),r=parseFloat(t.substr(2));return A=parseFloat(A),e==="+"?A+r:e==="-"?A-r:e==="*"?A*r:A/r},Lg=function(A,t){for(var e=t.length,r=0;A.indexOf(t[r])<0&&++r<e;);return r<e},An=function(){var A=Ee.length,t=Ee.slice(0),e,r;for(Fi={},Ee.length=0,e=0;e<A;e++)r=t[e],r&&r._lazy&&(r.render(r._lazy[0],r._lazy[1],!0)._lazy=0)},Ei=function(A){return!!(A._initted||A._startAt||A.add)},po=function(A,t,e,r){Ee.length&&!fA&&An(),A.render(t,e,!!(fA&&t<0&&Ei(A))),Ee.length&&!fA&&An()},mo=function(A){var t=parseFloat(A);return(t||t===0)&&(A+"").match(Ig).length<2?t:BA(A)?A.trim():A},vo=function(A){return A},MA=function(A,t){for(var e in t)e in A||(A[e]=t[e]);return A},Kg=function(A){return function(t,e){for(var r in e)r in t||r==="duration"&&A||r==="ease"||(t[r]=e[r])}},ut=function(A,t){for(var e in t)A[e]=t[e];return A},Eo=function n(A,t){for(var e in t)e!=="__proto__"&&e!=="constructor"&&e!=="prototype"&&(A[e]=ee(t[e])?n(A[e]||(A[e]={}),t[e]):t[e]);return A},en=function(A,t){var e={},r;for(r in A)r in t||(e[r]=A[r]);return e},Xt=function(A){var t=A.parent||Z,e=A.keyframes?Kg(CA(A.keyframes)):MA;if(yA(A.inherit))for(;t;)e(A,t.vars.defaults),t=t.parent||t._dp;return A},Sg=function(A,t){for(var e=A.length,r=e===t.length;r&&e--&&A[e]===t[e];);return e<0},yo=function(A,t,e,r,i){var s=A[r],a;if(i)for(a=t[i];s&&s[i]>a;)s=s._prev;return s?(t._next=s._next,s._next=t):(t._next=A[e],A[e]=t),t._next?t._next._prev=t:A[r]=t,t._prev=s,t.parent=t._dp=A,t},tn=function(A,t,e,r){e===void 0&&(e="_first"),r===void 0&&(r="_last");var i=t._prev,s=t._next;i?i._next=s:A[e]===t&&(A[e]=s),s?s._prev=i:A[r]===t&&(A[r]=i),t._next=t._prev=t.parent=null},ye=function(A,t){A.parent&&(!t||A.parent.autoRemoveChildren)&&A.parent.remove&&A.parent.remove(A),A._act=0},Pe=function(A,t){if(A&&(!t||t._end>A._dur||t._start<0))for(var e=A;e;)e._dirty=1,e=e.parent;return A},Dg=function(A){for(var t=A.parent;t&&t.parent;)t._dirty=1,t.totalDuration(),t=t.parent;return A},yi=function(A,t,e,r){return A._startAt&&(fA?A._startAt.revert(qr):A.vars.immediateRender&&!A.vars.autoRevert||A._startAt.render(t,!0,r))},Tg=function n(A){return!A||A._ts&&n(A.parent)},Ho=function(A){return A._repeat?ft(A._tTime,A=A.duration()+A._rDelay)*A:0},ft=function(A,t){var e=Math.floor(A=z(A/t));return A&&e===A?e-1:e},rn=function(A,t){return(A-t._start)*t._ts+(t._ts>=0?0:t._dirty?t.totalDuration():t._tDur)},nn=function(A){return A._end=z(A._start+(A._tDur/Math.abs(A._ts||A._rts||k)||0))},sn=function(A,t){var e=A._dp;return e&&e.smoothChildTiming&&A._ts&&(A._start=z(e._time-(A._ts>0?t/A._ts:((A._dirty?A.totalDuration():A._tDur)-t)/-A._ts)),nn(A),e._dirty||Pe(e,A)),A},Io=function(A,t){var e;if((t._time||!t._dur&&t._initted||t._start<A._time&&(t._dur||!t.add))&&(e=rn(A.rawTime(),t),(!t._dur||Jt(0,t.totalDuration(),e)-t._tTime>k)&&t.render(e,!0)),Pe(A,t)._dp&&A._initted&&A._time>=A._dur&&A._ts){if(A._dur<A.duration())for(e=A;e._dp;)e.rawTime()>=0&&e.totalTime(e._tTime),e=e._dp;A._zTime=-k}},re=function(A,t,e,r){return t.parent&&ye(t),t._start=z((ce(e)?e:e||A!==Z?JA(A,e,t):A._time)+t._delay),t._end=z(t._start+(t.totalDuration()/Math.abs(t.timeScale())||0)),yo(A,t,"_first","_last",A._sort?"_start":0),Hi(t)||(A._recent=t),r||Io(A,t),A._ts<0&&sn(A,A._tTime),A},_o=function(A,t){return(DA.ScrollTrigger||Ci("scrollTrigger",t))&&DA.ScrollTrigger.create(t,A)},bo=function(A,t,e,r,i){if(Ti(A,t,i),!A._initted)return 1;if(!e&&A._pt&&!fA&&(A._dur&&A.vars.lazy!==!1||!A._dur&&A.vars.lazy)&&Co!==GA.frame)return Ee.push(A),A._lazy=[i,r],1},Mg=function n(A){var t=A.parent;return t&&t._ts&&t._initted&&!t._lock&&(t.rawTime()<0||n(t))},Hi=function(A){var t=A.data;return t==="isFromStart"||t==="isStart"},Og=function(A,t,e,r){var i=A.ratio,s=t<0||!t&&(!A._start&&Mg(A)&&!(!A._initted&&Hi(A))||(A._ts<0||A._dp._ts<0)&&!Hi(A))?0:1,a=A._rDelay,o=0,B,c,l;if(a&&A._repeat&&(o=Jt(0,A._tDur,t),c=ft(o,a),A._yoyo&&c&1&&(s=1-s),c!==ft(A._tTime,a)&&(i=1-s,A.vars.repeatRefresh&&A._initted&&A.invalidate())),s!==i||fA||r||A._zTime===k||!t&&A._zTime){if(!A._initted&&bo(A,t,r,e,o))return;for(l=A._zTime,A._zTime=t||(e?k:0),e||(e=t&&!l),A.ratio=s,A._from&&(s=1-s),A._time=0,A._tTime=o,B=A._pt;B;)B.r(s,B.d),B=B._next;t<0&&yi(A,t,e,!0),A._onUpdate&&!e&&OA(A,"onUpdate"),o&&A._repeat&&!e&&A.parent&&OA(A,"onRepeat"),(t>=A._tDur||t<0)&&A.ratio===s&&(s&&ye(A,1),!e&&!fA&&(OA(A,s?"onComplete":"onReverseComplete",!0),A._prom&&A._prom()))}else A._zTime||(A._zTime=t)},Gg=function(A,t,e){var r;if(e>t)for(r=A._first;r&&r._start<=e;){if(r.data==="isPause"&&r._start>t)return r;r=r._next}else for(r=A._last;r&&r._start>=e;){if(r.data==="isPause"&&r._start<t)return r;r=r._prev}},ht=function(A,t,e,r){var i=A._repeat,s=z(t)||0,a=A._tTime/A._tDur;return a&&!r&&(A._time*=s/A._dur),A._dur=s,A._tDur=i?i<0?1e10:z(s*(i+1)+A._rDelay*i):s,a>0&&!r&&sn(A,A._tTime=A._tDur*a),A.parent&&nn(A),e||Pe(A.parent,A),A},xo=function(A){return A instanceof mA?Pe(A):ht(A,A._dur)},Pg={_start:0,endTime:kt,totalDuration:kt},JA=function n(A,t,e){var r=A.labels,i=A._recent||Pg,s=A.duration()>=YA?i.endTime(!1):A._dur,a,o,B;return BA(t)&&(isNaN(t)||t in r)?(o=t.charAt(0),B=t.substr(-1)==="%",a=t.indexOf("="),o==="<"||o===">"?(a>=0&&(t=t.replace(/=/,"")),(o==="<"?i._start:i.endTime(i._repeat>=0))+(parseFloat(t.substr(1))||0)*(B?(a<0?i:e).totalDuration()/100:1)):a<0?(t in r||(r[t]=s),r[t]):(o=parseFloat(t.charAt(a-1)+t.substr(a+1)),B&&e&&(o=o/100*(CA(e)?e[0]:e).totalDuration()),a>1?n(A,t.substr(0,a-1),e)+o:s+o)):t==null?s:+t},Yt=function(A,t,e){var r=ce(t[1]),i=(r?2:1)+(A<2?0:1),s=t[i],a,o;if(r&&(s.duration=t[1]),s.parent=e,A){for(a=s,o=e;o&&!("immediateRender"in a);)a=o.vars.defaults||{},o=yA(o.vars.inherit)&&o.parent;s.immediateRender=yA(a.immediateRender),A<2?s.runBackwards=1:s.startAt=t[i-1]}return new nA(t[0],s,t[i+1])},He=function(A,t){return A||A===0?t(A):t},Jt=function(A,t,e){return e<A?A:e>t?t:e},UA=function(A,t){return!BA(A)||!(t=_g.exec(A))?"":t[1]},Vg=function(A,t,e){return He(e,function(r){return Jt(A,t,r)})},Ii=[].slice,Lo=function(A,t){return A&&ee(A)&&"length"in A&&(!t&&!A.length||A.length-1 in A&&ee(A[0]))&&!A.nodeType&&A!==te},Ng=function(A,t,e){return e===void 0&&(e=[]),A.forEach(function(r){var i;return BA(r)&&!t||Lo(r,1)?(i=e).push.apply(i,WA(r)):e.push(r)})||e},WA=function(A,t,e){return W&&!t&&W.selector?W.selector(A):BA(A)&&!e&&(Qi||!wt())?Ii.call((t||di).querySelectorAll(A),0):CA(A)?Ng(A,e):Lo(A)?Ii.call(A,0):A?[A]:[]},_i=function(A){return A=WA(A)[0]||Rt("Invalid scope")||{},function(t){var e=A.current||A.nativeElement||A;return WA(t,e.querySelectorAll?e:e===A?Rt("Invalid scope")||di.createElement("div"):A)}},Ko=function(A){return A.sort(function(){return .5-Math.random()})},So=function(A){if(q(A))return A;var t=ee(A)?A:{each:A},e=Ve(t.ease),r=t.from||0,i=parseFloat(t.base)||0,s={},a=r>0&&r<1,o=isNaN(r)||a,B=t.axis,c=r,l=r;return BA(r)?c=l={center:.5,edges:.5,end:1}[r]||0:!a&&o&&(c=r[0],l=r[1]),function(u,h,g){var f=(g||t).length,w=s[f],C,d,E,v,Q,U,H,y,p;if(!w){if(p=t.grid==="auto"?0:(t.grid||[1,YA])[1],!p){for(H=-YA;H<(H=g[p++].getBoundingClientRect().left)&&p<f;);p<f&&p--}for(w=s[f]=[],C=o?Math.min(p,f)*c-.5:r%p,d=p===YA?0:o?f*l/p-.5:r/p|0,H=0,y=YA,U=0;U<f;U++)E=U%p-C,v=d-(U/p|0),w[U]=Q=B?Math.abs(B==="y"?v:E):co(E*E+v*v),Q>H&&(H=Q),Q<y&&(y=Q);r==="random"&&Ko(w),w.max=H-y,w.min=y,w.v=f=(parseFloat(t.amount)||parseFloat(t.each)*(p>f?f-1:B?B==="y"?f/p:p:Math.max(p,f/p))||0)*(r==="edges"?-1:1),w.b=f<0?i-f:i,w.u=UA(t.amount||t.each)||0,e=e&&f<0?Yo(e):e}return f=(w[u]-w.min)/w.max||0,z(w.b+(e?e(f):f)*w.v)+w.u}},bi=function(A){var t=Math.pow(10,((A+"").split(".")[1]||"").length);return function(e){var r=z(Math.round(parseFloat(e)/A)*A*t);return(r-r%1)/t+(ce(e)?0:UA(e))}},Do=function(A,t){var e=CA(A),r,i;return!e&&ee(A)&&(r=e=A.radius||YA,A.values?(A=WA(A.values),(i=!ce(A[0]))&&(r*=r)):A=bi(A.increment)),He(t,e?q(A)?function(s){return i=A(s),Math.abs(i-s)<=r?i:s}:function(s){for(var a=parseFloat(i?s.x:s),o=parseFloat(i?s.y:0),B=YA,c=0,l=A.length,u,h;l--;)i?(u=A[l].x-a,h=A[l].y-o,u=u*u+h*h):u=Math.abs(A[l]-a),u<B&&(B=u,c=l);return c=!r||B<=r?A[c]:s,i||c===s||ce(s)?c:c+UA(s)}:bi(A))},To=function(A,t,e,r){return He(CA(A)?!t:e===!0?!!(e=0):!r,function(){return CA(A)?A[~~(Math.random()*A.length)]:(e=e||1e-5)&&(r=e<1?Math.pow(10,(e+"").length-2):1)&&Math.floor(Math.round((A-e/2+Math.random()*(t-A+e*.99))/e)*e*r)/r})},Rg=function(){for(var A=arguments.length,t=new Array(A),e=0;e<A;e++)t[e]=arguments[e];return function(r){return t.reduce(function(i,s){return s(i)},r)}},kg=function(A,t){return function(e){return A(parseFloat(e))+(t||UA(e))}},Xg=function(A,t,e){return Oo(A,t,0,1,e)},Mo=function(A,t,e){return He(e,function(r){return A[~~t(r)]})},Yg=function n(A,t,e){var r=t-A;return CA(A)?Mo(A,n(0,A.length),t):He(e,function(i){return(r+(i-A)%r)%r+A})},Jg=function n(A,t,e){var r=t-A,i=r*2;return CA(A)?Mo(A,n(0,A.length-1),t):He(e,function(s){return s=(i+(s-A)%i)%i||0,A+(s>r?i-s:s)})},Wt=function(A){return A.replace(yg,function(t){var e=t.indexOf("[")+1,r=t.substring(e||7,e?t.indexOf("]"):t.length-1).split(Hg);return To(e?r:+r[0],e?0:+r[1],+r[2]||1e-5)})},Oo=function(A,t,e,r,i){var s=t-A,a=r-e;return He(i,function(o){return e+((o-A)/s*a||0)})},Wg=function n(A,t,e,r){var i=isNaN(A+t)?0:function(h){return(1-h)*A+h*t};if(!i){var s=BA(A),a={},o,B,c,l,u;if(e===!0&&(r=1)&&(e=null),s)A={p:A},t={p:t};else if(CA(A)&&!CA(t)){for(c=[],l=A.length,u=l-2,B=1;B<l;B++)c.push(n(A[B-1],A[B]));l--,i=function(g){g*=l;var f=Math.min(u,~~g);return c[f](g-f)},e=t}else r||(A=ut(CA(A)?[]:{},A));if(!c){for(o in t)Si.call(a,A,o,"get",t[o]);i=function(g){return Gi(g,a)||(s?A.p:A)}}}return He(e,i)},Go=function(A,t,e){var r=A.labels,i=YA,s,a,o;for(s in r)a=r[s]-t,a<0==!!e&&a&&i>(a=Math.abs(a))&&(o=s,i=a);return o},OA=function(A,t,e){var r=A.vars,i=r[t],s=W,a=A._ctx,o,B,c;if(i)return o=r[t+"Params"],B=r.callbackScope||A,e&&Ee.length&&An(),a&&(W=a),c=o?i.apply(B,o):i.call(B),W=s,c},Zt=function(A){return ye(A),A.scrollTrigger&&A.scrollTrigger.kill(!!fA),A.progress()<1&&OA(A,"onInterrupt"),A},gt,Po=[],Vo=function(A){if(A)if(A=!A.name&&A.default||A,gi()||A.headless){var t=A.name,e=q(A),r=t&&!e&&A.init?function(){this._props=[]}:A,i={init:kt,render:Gi,add:Si,kill:cw,modifier:Bw,rawVars:0},s={targetTest:0,get:0,getSetter:Oi,aliases:{},register:0};if(wt(),A!==r){if(TA[t])return;MA(r,MA(en(A,i),s)),ut(r.prototype,ut(i,en(A,s))),TA[r.prop=t]=r,A.targetTest&&($r.push(r),Ui[t]=1),t=(t==="css"?"CSS":t.charAt(0).toUpperCase()+t.substr(1))+"Plugin"}Qo(t,r),A.register&&A.register(_A,r,IA)}else Po.push(A)},X=255,zt={aqua:[0,X,X],lime:[0,X,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,X],navy:[0,0,128],white:[X,X,X],olive:[128,128,0],yellow:[X,X,0],orange:[X,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[X,0,0],pink:[X,192,203],cyan:[0,X,X],transparent:[X,X,X,0]},xi=function(A,t,e){return A+=A<0?1:A>1?-1:0,(A*6<1?t+(e-t)*A*6:A<.5?e:A*3<2?t+(e-t)*(2/3-A)*6:t)*X+.5|0},No=function(A,t,e){var r=A?ce(A)?[A>>16,A>>8&X,A&X]:0:zt.black,i,s,a,o,B,c,l,u,h,g;if(!r){if(A.substr(-1)===","&&(A=A.substr(0,A.length-1)),zt[A])r=zt[A];else if(A.charAt(0)==="#"){if(A.length<6&&(i=A.charAt(1),s=A.charAt(2),a=A.charAt(3),A="#"+i+i+s+s+a+a+(A.length===5?A.charAt(4)+A.charAt(4):"")),A.length===9)return r=parseInt(A.substr(1,6),16),[r>>16,r>>8&X,r&X,parseInt(A.substr(7),16)/255];A=parseInt(A.substr(1),16),r=[A>>16,A>>8&X,A&X]}else if(A.substr(0,3)==="hsl"){if(r=g=A.match(uo),!t)o=+r[0]%360/360,B=+r[1]/100,c=+r[2]/100,s=c<=.5?c*(B+1):c+B-c*B,i=c*2-s,r.length>3&&(r[3]*=1),r[0]=xi(o+1/3,i,s),r[1]=xi(o,i,s),r[2]=xi(o-1/3,i,s);else if(~A.indexOf("="))return r=A.match(fo),e&&r.length<4&&(r[3]=1),r}else r=A.match(uo)||zt.transparent;r=r.map(Number)}return t&&!g&&(i=r[0]/X,s=r[1]/X,a=r[2]/X,l=Math.max(i,s,a),u=Math.min(i,s,a),c=(l+u)/2,l===u?o=B=0:(h=l-u,B=c>.5?h/(2-l-u):h/(l+u),o=l===i?(s-a)/h+(s<a?6:0):l===s?(a-i)/h+2:(i-s)/h+4,o*=60),r[0]=~~(o+.5),r[1]=~~(B*100+.5),r[2]=~~(c*100+.5)),e&&r.length<4&&(r[3]=1),r},Ro=function(A){var t=[],e=[],r=-1;return A.split(Ie).forEach(function(i){var s=i.match(ct)||[];t.push.apply(t,s),e.push(r+=s.length+1)}),t.c=e,t},ko=function(A,t,e){var r="",i=(A+r).match(Ie),s=t?"hsla(":"rgba(",a=0,o,B,c,l;if(!i)return A;if(i=i.map(function(u){return(u=No(u,t,1))&&s+(t?u[0]+","+u[1]+"%,"+u[2]+"%,"+u[3]:u.join(","))+")"}),e&&(c=Ro(A),o=e.c,o.join(r)!==c.c.join(r)))for(B=A.replace(Ie,"1").split(ct),l=B.length-1;a<l;a++)r+=B[a]+(~o.indexOf(a)?i.shift()||s+"0,0,0,0)":(c.length?c:i.length?i:e).shift());if(!B)for(B=A.split(Ie),l=B.length-1;a<l;a++)r+=B[a]+i[a];return r+B[l]},Ie=function(){var n="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3,4}){1,2}\\b",A;for(A in zt)n+="|"+A+"\\b";return new RegExp(n+")","gi")}(),Zg=/hsl[a]?\(/,Xo=function(A){var t=A.join(" "),e;if(Ie.lastIndex=0,Ie.test(t))return e=Zg.test(t),A[1]=ko(A[1],e),A[0]=ko(A[0],e,Ro(A[1])),!0},jt,GA=function(){var n=Date.now,A=500,t=33,e=n(),r=e,i=1e3/240,s=i,a=[],o,B,c,l,u,h,g=function f(w){var C=n()-r,d=w===!0,E,v,Q,U;if((C>A||C<0)&&(e+=C-t),r+=C,Q=r-e,E=Q-s,(E>0||d)&&(U=++l.frame,u=Q-l.time*1e3,l.time=Q=Q/1e3,s+=E+(E>=i?4:i-E),v=1),d||(o=B(f)),v)for(h=0;h<a.length;h++)a[h](Q,u,U,w)};return l={time:0,frame:0,tick:function(){g(!0)},deltaRatio:function(w){return u/(1e3/(w||60))},wake:function(){go&&(!Qi&&gi()&&(te=Qi=window,di=te.document||{},DA.gsap=_A,(te.gsapVersions||(te.gsapVersions=[])).push(_A.version),wo(jr||te.GreenSockGlobals||!te.gsap&&te||{}),Po.forEach(Vo)),c=typeof requestAnimationFrame<"u"&&requestAnimationFrame,o&&l.sleep(),B=c||function(w){return setTimeout(w,s-l.time*1e3+1|0)},jt=1,g(2))},sleep:function(){(c?cancelAnimationFrame:clearTimeout)(o),jt=0,B=kt},lagSmoothing:function(w,C){A=w||1/0,t=Math.min(C||33,A)},fps:function(w){i=1e3/(w||240),s=l.time*1e3+i},add:function(w,C,d){var E=C?function(v,Q,U,H){w(v,Q,U,H),l.remove(E)}:w;return l.remove(w),a[d?"unshift":"push"](E),wt(),E},remove:function(w,C){~(C=a.indexOf(w))&&a.splice(C,1)&&h>=C&&h--},_listeners:a},l}(),wt=function(){return!jt&&GA.wake()},G={},zg=/^[\d.\-M][\d.\-,\s]/,jg=/["']/g,qg=function(A){for(var t={},e=A.substr(1,A.length-3).split(":"),r=e[0],i=1,s=e.length,a,o,B;i<s;i++)o=e[i],a=i!==s-1?o.lastIndexOf(","):o.length,B=o.substr(0,a),t[r]=isNaN(B)?B.replace(jg,"").trim():+B,r=o.substr(a+1).trim();return t},$g=function(A){var t=A.indexOf("(")+1,e=A.indexOf(")"),r=A.indexOf("(",t);return A.substring(t,~r&&r<e?A.indexOf(")",e+1):e)},Aw=function(A){var t=(A+"").split("("),e=G[t[0]];return e&&t.length>1&&e.config?e.config.apply(null,~A.indexOf("{")?[qg(t[1])]:$g(A).split(",").map(mo)):G._CE&&zg.test(A)?G._CE("",A):e},Yo=function(A){return function(t){return 1-A(1-t)}},Jo=function n(A,t){for(var e=A._first,r;e;)e instanceof mA?n(e,t):e.vars.yoyoEase&&(!e._yoyo||!e._repeat)&&e._yoyo!==t&&(e.timeline?n(e.timeline,t):(r=e._ease,e._ease=e._yEase,e._yEase=r,e._yoyo=t)),e=e._next},Ve=function(A,t){return A&&(q(A)?A:G[A]||Aw(A))||t},Ne=function(A,t,e,r){e===void 0&&(e=function(o){return 1-t(1-o)}),r===void 0&&(r=function(o){return o<.5?t(o*2)/2:1-t((1-o)*2)/2});var i={easeIn:t,easeOut:e,easeInOut:r},s;return HA(A,function(a){G[a]=DA[a]=i,G[s=a.toLowerCase()]=e;for(var o in i)G[s+(o==="easeIn"?".in":o==="easeOut"?".out":".inOut")]=G[a+"."+o]=i[o]}),i},Wo=function(A){return function(t){return t<.5?(1-A(1-t*2))/2:.5+A((t-.5)*2)/2}},Li=function n(A,t,e){var r=t>=1?t:1,i=(e||(A?.3:.45))/(t<1?t:1),s=i/fi*(Math.asin(1/r)||0),a=function(c){return c===1?1:r*Math.pow(2,-10*c)*Eg((c-s)*i)+1},o=A==="out"?a:A==="in"?function(B){return 1-a(1-B)}:Wo(a);return i=fi/i,o.config=function(B,c){return n(A,B,c)},o},Ki=function n(A,t){t===void 0&&(t=1.70158);var e=function(s){return s?--s*s*((t+1)*s+t)+1:0},r=A==="out"?e:A==="in"?function(i){return 1-e(1-i)}:Wo(e);return r.config=function(i){return n(A,i)},r};HA("Linear,Quad,Cubic,Quart,Quint,Strong",function(n,A){var t=A<5?A+1:A;Ne(n+",Power"+(t-1),A?function(e){return Math.pow(e,t)}:function(e){return e},function(e){return 1-Math.pow(1-e,t)},function(e){return e<.5?Math.pow(e*2,t)/2:1-Math.pow((1-e)*2,t)/2})}),G.Linear.easeNone=G.none=G.Linear.easeIn,Ne("Elastic",Li("in"),Li("out"),Li()),function(n,A){var t=1/A,e=2*t,r=2.5*t,i=function(a){return a<t?n*a*a:a<e?n*Math.pow(a-1.5/A,2)+.75:a<r?n*(a-=2.25/A)*a+.9375:n*Math.pow(a-2.625/A,2)+.984375};Ne("Bounce",function(s){return 1-i(1-s)},i)}(7.5625,2.75),Ne("Expo",function(n){return Math.pow(2,10*(n-1))*n+n*n*n*n*n*n*(1-n)}),Ne("Circ",function(n){return-(co(1-n*n)-1)}),Ne("Sine",function(n){return n===1?1:-vg(n*pg)+1}),Ne("Back",Ki("in"),Ki("out"),Ki()),G.SteppedEase=G.steps=DA.SteppedEase={config:function(A,t){A===void 0&&(A=1);var e=1/A,r=A+(t?0:1),i=t?1:0,s=1-k;return function(a){return((r*Jt(0,s,a)|0)+i)*e}}},Bt.ease=G["quad.out"],HA("onComplete,onUpdate,onStart,onRepeat,onReverseComplete,onInterrupt",function(n){return mi+=n+","+n+"Params,"});var Zo=function(A,t){this.id=mg++,A._gsap=this,this.target=A,this.harness=t,this.get=t?t.get:Fo,this.set=t?t.getSetter:Oi},qt=function(){function n(t){this.vars=t,this._delay=+t.delay||0,(this._repeat=t.repeat===1/0?-2:t.repeat||0)&&(this._rDelay=t.repeatDelay||0,this._yoyo=!!t.yoyo||!!t.yoyoEase),this._ts=1,ht(this,+t.duration,1,1),this.data=t.data,W&&(this._ctx=W,W.data.push(this)),jt||GA.wake()}var A=n.prototype;return A.delay=function(e){return e||e===0?(this.parent&&this.parent.smoothChildTiming&&this.startTime(this._start+e-this._delay),this._delay=e,this):this._delay},A.duration=function(e){return arguments.length?this.totalDuration(this._repeat>0?e+(e+this._rDelay)*this._repeat:e):this.totalDuration()&&this._dur},A.totalDuration=function(e){return arguments.length?(this._dirty=0,ht(this,this._repeat<0?e:(e-this._repeat*this._rDelay)/(this._repeat+1))):this._tDur},A.totalTime=function(e,r){if(wt(),!arguments.length)return this._tTime;var i=this._dp;if(i&&i.smoothChildTiming&&this._ts){for(sn(this,e),!i._dp||i.parent||Io(i,this);i&&i.parent;)i.parent._time!==i._start+(i._ts>=0?i._tTime/i._ts:(i.totalDuration()-i._tTime)/-i._ts)&&i.totalTime(i._tTime,!0),i=i.parent;!this.parent&&this._dp.autoRemoveChildren&&(this._ts>0&&e<this._tDur||this._ts<0&&e>0||!this._tDur&&!e)&&re(this._dp,this,this._start-this._delay)}return(this._tTime!==e||!this._dur&&!r||this._initted&&Math.abs(this._zTime)===k||!this._initted&&this._dur&&e||!e&&!this._initted&&(this.add||this._ptLookup))&&(this._ts||(this._pTime=e),po(this,e,r)),this},A.time=function(e,r){return arguments.length?this.totalTime(Math.min(this.totalDuration(),e+Ho(this))%(this._dur+this._rDelay)||(e?this._dur:0),r):this._time},A.totalProgress=function(e,r){return arguments.length?this.totalTime(this.totalDuration()*e,r):this.totalDuration()?Math.min(1,this._tTime/this._tDur):this.rawTime()>=0&&this._initted?1:0},A.progress=function(e,r){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&!(this.iteration()&1)?1-e:e)+Ho(this),r):this.duration()?Math.min(1,this._time/this._dur):this.rawTime()>0?1:0},A.iteration=function(e,r){var i=this.duration()+this._rDelay;return arguments.length?this.totalTime(this._time+(e-1)*i,r):this._repeat?ft(this._tTime,i)+1:1},A.timeScale=function(e,r){if(!arguments.length)return this._rts===-k?0:this._rts;if(this._rts===e)return this;var i=this.parent&&this._ts?rn(this.parent._time,this):this._tTime;return this._rts=+e||0,this._ts=this._ps||e===-k?0:this._rts,this.totalTime(Jt(-Math.abs(this._delay),this.totalDuration(),i),r!==!1),nn(this),Dg(this)},A.paused=function(e){return arguments.length?(this._ps!==e&&(this._ps=e,e?(this._pTime=this._tTime||Math.max(-this._delay,this.rawTime()),this._ts=this._act=0):(wt(),this._ts=this._rts,this.totalTime(this.parent&&!this.parent.smoothChildTiming?this.rawTime():this._tTime||this._pTime,this.progress()===1&&Math.abs(this._zTime)!==k&&(this._tTime-=k)))),this):this._ps},A.startTime=function(e){if(arguments.length){this._start=z(e);var r=this.parent||this._dp;return r&&(r._sort||!this.parent)&&re(r,this,this._start-this._delay),this}return this._start},A.endTime=function(e){return this._start+(yA(e)?this.totalDuration():this.duration())/Math.abs(this._ts||1)},A.rawTime=function(e){var r=this.parent||this._dp;return r?e&&(!this._ts||this._repeat&&this._time&&this.totalProgress()<1)?this._tTime%(this._dur+this._rDelay):this._ts?rn(r.rawTime(e),this):this._tTime:this._tTime},A.revert=function(e){e===void 0&&(e=xg);var r=fA;return fA=e,Ei(this)&&(this.timeline&&this.timeline.revert(e),this.totalTime(-.01,e.suppressEvents)),this.data!=="nested"&&e.kill!==!1&&this.kill(),fA=r,this},A.globalTime=function(e){for(var r=this,i=arguments.length?e:r.rawTime();r;)i=r._start+i/(Math.abs(r._ts)||1),r=r._dp;return!this.parent&&this._sat?this._sat.globalTime(e):i},A.repeat=function(e){return arguments.length?(this._repeat=e===1/0?-2:e,xo(this)):this._repeat===-2?1/0:this._repeat},A.repeatDelay=function(e){if(arguments.length){var r=this._time;return this._rDelay=e,xo(this),r?this.time(r):this}return this._rDelay},A.yoyo=function(e){return arguments.length?(this._yoyo=e,this):this._yoyo},A.seek=function(e,r){return this.totalTime(JA(this,e),yA(r))},A.restart=function(e,r){return this.play().totalTime(e?-this._delay:0,yA(r)),this._dur||(this._zTime=-k),this},A.play=function(e,r){return e!=null&&this.seek(e,r),this.reversed(!1).paused(!1)},A.reverse=function(e,r){return e!=null&&this.seek(e||this.totalDuration(),r),this.reversed(!0).paused(!1)},A.pause=function(e,r){return e!=null&&this.seek(e,r),this.paused(!0)},A.resume=function(){return this.paused(!1)},A.reversed=function(e){return arguments.length?(!!e!==this.reversed()&&this.timeScale(-this._rts||(e?-k:0)),this):this._rts<0},A.invalidate=function(){return this._initted=this._act=0,this._zTime=-k,this},A.isActive=function(){var e=this.parent||this._dp,r=this._start,i;return!!(!e||this._ts&&this._initted&&e.isActive()&&(i=e.rawTime(!0))>=r&&i<this.endTime(!0)-k)},A.eventCallback=function(e,r,i){var s=this.vars;return arguments.length>1?(r?(s[e]=r,i&&(s[e+"Params"]=i),e==="onUpdate"&&(this._onUpdate=r)):delete s[e],this):s[e]},A.then=function(e){var r=this,i=r._prom;return new Promise(function(s){var a=q(e)?e:vo,o=function(){var c=r.then;r.then=null,i&&i(),q(a)&&(a=a(r))&&(a.then||a===r)&&(r.then=c),s(a),r.then=c};r._initted&&r.totalProgress()===1&&r._ts>=0||!r._tTime&&r._ts<0?o():r._prom=o})},A.kill=function(){Zt(this)},n}();MA(qt.prototype,{_time:0,_start:0,_end:0,_tTime:0,_tDur:0,_dirty:0,_repeat:0,_yoyo:!1,parent:null,_initted:!1,_rDelay:0,_ts:1,_dp:0,ratio:0,_zTime:-k,_prom:0,_ps:!1,_rts:1});var mA=function(n){Bo(A,n);function A(e,r){var i;return e===void 0&&(e={}),i=n.call(this,e)||this,i.labels={},i.smoothChildTiming=!!e.smoothChildTiming,i.autoRemoveChildren=!!e.autoRemoveChildren,i._sort=yA(e.sortChildren),Z&&re(e.parent||Z,Be(i),r),e.reversed&&i.reverse(),e.paused&&i.paused(!0),e.scrollTrigger&&_o(Be(i),e.scrollTrigger),i}var t=A.prototype;return t.to=function(r,i,s){return Yt(0,arguments,this),this},t.from=function(r,i,s){return Yt(1,arguments,this),this},t.fromTo=function(r,i,s,a){return Yt(2,arguments,this),this},t.set=function(r,i,s){return i.duration=0,i.parent=this,Xt(i).repeatDelay||(i.repeat=0),i.immediateRender=!!i.immediateRender,new nA(r,i,JA(this,s),1),this},t.call=function(r,i,s){return re(this,nA.delayedCall(0,r,i),s)},t.staggerTo=function(r,i,s,a,o,B,c){return s.duration=i,s.stagger=s.stagger||a,s.onComplete=B,s.onCompleteParams=c,s.parent=this,new nA(r,s,JA(this,o)),this},t.staggerFrom=function(r,i,s,a,o,B,c){return s.runBackwards=1,Xt(s).immediateRender=yA(s.immediateRender),this.staggerTo(r,i,s,a,o,B,c)},t.staggerFromTo=function(r,i,s,a,o,B,c,l){return a.startAt=s,Xt(a).immediateRender=yA(a.immediateRender),this.staggerTo(r,i,a,o,B,c,l)},t.render=function(r,i,s){var a=this._time,o=this._dirty?this.totalDuration():this._tDur,B=this._dur,c=r<=0?0:z(r),l=this._zTime<0!=r<0&&(this._initted||!B),u,h,g,f,w,C,d,E,v,Q,U,H;if(this!==Z&&c>o&&r>=0&&(c=o),c!==this._tTime||s||l){if(a!==this._time&&B&&(c+=this._time-a,r+=this._time-a),u=c,v=this._start,E=this._ts,C=!E,l&&(B||(a=this._zTime),(r||!i)&&(this._zTime=r)),this._repeat){if(U=this._yoyo,w=B+this._rDelay,this._repeat<-1&&r<0)return this.totalTime(w*100+r,i,s);if(u=z(c%w),c===o?(f=this._repeat,u=B):(Q=z(c/w),f=~~Q,f&&f===Q&&(u=B,f--),u>B&&(u=B)),Q=ft(this._tTime,w),!a&&this._tTime&&Q!==f&&this._tTime-Q*w-this._dur<=0&&(Q=f),U&&f&1&&(u=B-u,H=1),f!==Q&&!this._lock){var y=U&&Q&1,p=y===(U&&f&1);if(f<Q&&(y=!y),a=y?0:c%B?B:c,this._lock=1,this.render(a||(H?0:z(f*w)),i,!B)._lock=0,this._tTime=c,!i&&this.parent&&OA(this,"onRepeat"),this.vars.repeatRefresh&&!H&&(this.invalidate()._lock=1,Q=f),a&&a!==this._time||C!==!this._ts||this.vars.onRepeat&&!this.parent&&!this._act)return this;if(B=this._dur,o=this._tDur,p&&(this._lock=2,a=y?B:-1e-4,this.render(a,!0),this.vars.repeatRefresh&&!H&&this.invalidate()),this._lock=0,!this._ts&&!C)return this;Jo(this,H)}}if(this._hasPause&&!this._forcing&&this._lock<2&&(d=Gg(this,z(a),z(u)),d&&(c-=u-(u=d._start))),this._tTime=c,this._time=u,this._act=!E,this._initted||(this._onUpdate=this.vars.onUpdate,this._initted=1,this._zTime=r,a=0),!a&&c&&B&&!i&&!Q&&(OA(this,"onStart"),this._tTime!==c))return this;if(u>=a&&r>=0)for(h=this._first;h;){if(g=h._next,(h._act||u>=h._start)&&h._ts&&d!==h){if(h.parent!==this)return this.render(r,i,s);if(h.render(h._ts>0?(u-h._start)*h._ts:(h._dirty?h.totalDuration():h._tDur)+(u-h._start)*h._ts,i,s),u!==this._time||!this._ts&&!C){d=0,g&&(c+=this._zTime=-k);break}}h=g}else{h=this._last;for(var x=r<0?r:u;h;){if(g=h._prev,(h._act||x<=h._end)&&h._ts&&d!==h){if(h.parent!==this)return this.render(r,i,s);if(h.render(h._ts>0?(x-h._start)*h._ts:(h._dirty?h.totalDuration():h._tDur)+(x-h._start)*h._ts,i,s||fA&&Ei(h)),u!==this._time||!this._ts&&!C){d=0,g&&(c+=this._zTime=x?-k:k);break}}h=g}}if(d&&!i&&(this.pause(),d.render(u>=a?0:-k)._zTime=u>=a?1:-1,this._ts))return this._start=v,nn(this),this.render(r,i,s);this._onUpdate&&!i&&OA(this,"onUpdate",!0),(c===o&&this._tTime>=this.totalDuration()||!c&&a)&&(v===this._start||Math.abs(E)!==Math.abs(this._ts))&&(this._lock||((r||!B)&&(c===o&&this._ts>0||!c&&this._ts<0)&&ye(this,1),!i&&!(r<0&&!a)&&(c||a||!o)&&(OA(this,c===o&&r>=0?"onComplete":"onReverseComplete",!0),this._prom&&!(c<o&&this.timeScale()>0)&&this._prom())))}return this},t.add=function(r,i){var s=this;if(ce(i)||(i=JA(this,i,r)),!(r instanceof qt)){if(CA(r))return r.forEach(function(a){return s.add(a,i)}),this;if(BA(r))return this.addLabel(r,i);if(q(r))r=nA.delayedCall(0,r);else return this}return this!==r?re(this,r,i):this},t.getChildren=function(r,i,s,a){r===void 0&&(r=!0),i===void 0&&(i=!0),s===void 0&&(s=!0),a===void 0&&(a=-YA);for(var o=[],B=this._first;B;)B._start>=a&&(B instanceof nA?i&&o.push(B):(s&&o.push(B),r&&o.push.apply(o,B.getChildren(!0,i,s)))),B=B._next;return o},t.getById=function(r){for(var i=this.getChildren(1,1,1),s=i.length;s--;)if(i[s].vars.id===r)return i[s]},t.remove=function(r){return BA(r)?this.removeLabel(r):q(r)?this.killTweensOf(r):(r.parent===this&&tn(this,r),r===this._recent&&(this._recent=this._last),Pe(this))},t.totalTime=function(r,i){return arguments.length?(this._forcing=1,!this._dp&&this._ts&&(this._start=z(GA.time-(this._ts>0?r/this._ts:(this.totalDuration()-r)/-this._ts))),n.prototype.totalTime.call(this,r,i),this._forcing=0,this):this._tTime},t.addLabel=function(r,i){return this.labels[r]=JA(this,i),this},t.removeLabel=function(r){return delete this.labels[r],this},t.addPause=function(r,i,s){var a=nA.delayedCall(0,i||kt,s);return a.data="isPause",this._hasPause=1,re(this,a,JA(this,r))},t.removePause=function(r){var i=this._first;for(r=JA(this,r);i;)i._start===r&&i.data==="isPause"&&ye(i),i=i._next},t.killTweensOf=function(r,i,s){for(var a=this.getTweensOf(r,s),o=a.length;o--;)_e!==a[o]&&a[o].kill(r,i);return this},t.getTweensOf=function(r,i){for(var s=[],a=WA(r),o=this._first,B=ce(i),c;o;)o instanceof nA?Lg(o._targets,a)&&(B?(!_e||o._initted&&o._ts)&&o.globalTime(0)<=i&&o.globalTime(o.totalDuration())>i:!i||o.isActive())&&s.push(o):(c=o.getTweensOf(a,i)).length&&s.push.apply(s,c),o=o._next;return s},t.tweenTo=function(r,i){i=i||{};var s=this,a=JA(s,r),o=i,B=o.startAt,c=o.onStart,l=o.onStartParams,u=o.immediateRender,h,g=nA.to(s,MA({ease:i.ease||"none",lazy:!1,immediateRender:!1,time:a,overwrite:"auto",duration:i.duration||Math.abs((a-(B&&"time"in B?B.time:s._time))/s.timeScale())||k,onStart:function(){if(s.pause(),!h){var w=i.duration||Math.abs((a-(B&&"time"in B?B.time:s._time))/s.timeScale());g._dur!==w&&ht(g,w,0,1).render(g._time,!0,!0),h=1}c&&c.apply(g,l||[])}},i));return u?g.render(0):g},t.tweenFromTo=function(r,i,s){return this.tweenTo(i,MA({startAt:{time:JA(this,r)}},s))},t.recent=function(){return this._recent},t.nextLabel=function(r){return r===void 0&&(r=this._time),Go(this,JA(this,r))},t.previousLabel=function(r){return r===void 0&&(r=this._time),Go(this,JA(this,r),1)},t.currentLabel=function(r){return arguments.length?this.seek(r,!0):this.previousLabel(this._time+k)},t.shiftChildren=function(r,i,s){s===void 0&&(s=0);var a=this._first,o=this.labels,B;for(r=z(r);a;)a._start>=s&&(a._start+=r,a._end+=r),a=a._next;if(i)for(B in o)o[B]>=s&&(o[B]+=r);return Pe(this)},t.invalidate=function(r){var i=this._first;for(this._lock=0;i;)i.invalidate(r),i=i._next;return n.prototype.invalidate.call(this,r)},t.clear=function(r){r===void 0&&(r=!0);for(var i=this._first,s;i;)s=i._next,this.remove(i),i=s;return this._dp&&(this._time=this._tTime=this._pTime=0),r&&(this.labels={}),Pe(this)},t.totalDuration=function(r){var i=0,s=this,a=s._last,o=YA,B,c,l;if(arguments.length)return s.timeScale((s._repeat<0?s.duration():s.totalDuration())/(s.reversed()?-r:r));if(s._dirty){for(l=s.parent;a;)B=a._prev,a._dirty&&a.totalDuration(),c=a._start,c>o&&s._sort&&a._ts&&!s._lock?(s._lock=1,re(s,a,c-a._delay,1)._lock=0):o=c,c<0&&a._ts&&(i-=c,(!l&&!s._dp||l&&l.smoothChildTiming)&&(s._start+=z(c/s._ts),s._time-=c,s._tTime-=c),s.shiftChildren(-c,!1,-1/0),o=0),a._end>i&&a._ts&&(i=a._end),a=B;ht(s,s===Z&&s._time>i?s._time:i,1,1),s._dirty=0}return s._tDur},A.updateRoot=function(r){if(Z._ts&&(po(Z,rn(r,Z)),Co=GA.frame),GA.frame>=Uo){Uo+=SA.autoSleep||120;var i=Z._first;if((!i||!i._ts)&&SA.autoSleep&&GA._listeners.length<2){for(;i&&!i._ts;)i=i._next;i||GA.sleep()}}},A}(qt);MA(mA.prototype,{_lock:0,_hasPause:0,_forcing:0});var ew=function(A,t,e,r,i,s,a){var o=new IA(this._pt,A,t,0,1,eB,null,i),B=0,c=0,l,u,h,g,f,w,C,d;for(o.b=e,o.e=r,e+="",r+="",(C=~r.indexOf("random("))&&(r=Wt(r)),s&&(d=[e,r],s(d,A,t),e=d[0],r=d[1]),u=e.match(wi)||[];l=wi.exec(r);)g=l[0],f=r.substring(B,l.index),h?h=(h+1)%5:f.substr(-5)==="rgba("&&(h=1),g!==u[c++]&&(w=parseFloat(u[c-1])||0,o._pt={_next:o._pt,p:f||c===1?f:",",s:w,c:g.charAt(1)==="="?lt(w,g)-w:parseFloat(g)-w,m:h&&h<4?Math.round:0},B=wi.lastIndex);return o.c=B<r.length?r.substring(B,r.length):"",o.fp=a,(ho.test(r)||C)&&(o.e=0),this._pt=o,o},Si=function(A,t,e,r,i,s,a,o,B,c){q(r)&&(r=r(i||0,A,s));var l=A[t],u=e!=="get"?e:q(l)?B?A[t.indexOf("set")||!q(A["get"+t.substr(3)])?t:"get"+t.substr(3)](B):A[t]():l,h=q(l)?B?sw:$o:Mi,g;if(BA(r)&&(~r.indexOf("random(")&&(r=Wt(r)),r.charAt(1)==="="&&(g=lt(u,r)+(UA(u)||0),(g||g===0)&&(r=g))),!c||u!==r||Di)return!isNaN(u*r)&&r!==""?(g=new IA(this._pt,A,t,+u||0,r-(u||0),typeof l=="boolean"?ow:AB,0,h),B&&(g.fp=B),a&&g.modifier(a,this,A),this._pt=g):(!l&&!(t in A)&&Ci(t,r),ew.call(this,A,t,u,r,h,o||SA.stringFilter,B))},tw=function(A,t,e,r,i){if(q(A)&&(A=$t(A,i,t,e,r)),!ee(A)||A.style&&A.nodeType||CA(A)||lo(A))return BA(A)?$t(A,i,t,e,r):A;var s={},a;for(a in A)s[a]=$t(A[a],i,t,e,r);return s},zo=function(A,t,e,r,i,s){var a,o,B,c;if(TA[A]&&(a=new TA[A]).init(i,a.rawVars?t[A]:tw(t[A],r,i,s,e),e,r,s)!==!1&&(e._pt=o=new IA(e._pt,i,A,0,1,a.render,a,0,a.priority),e!==gt))for(B=e._ptLookup[e._targets.indexOf(i)],c=a._props.length;c--;)B[a._props[c]]=o;return a},_e,Di,Ti=function n(A,t,e){var r=A.vars,i=r.ease,s=r.startAt,a=r.immediateRender,o=r.lazy,B=r.onUpdate,c=r.runBackwards,l=r.yoyoEase,u=r.keyframes,h=r.autoRevert,g=A._dur,f=A._startAt,w=A._targets,C=A.parent,d=C&&C.data==="nested"?C.vars.targets:w,E=A._overwrite==="auto"&&!ui,v=A.timeline,Q,U,H,y,p,x,D,S,b,T,N,M,P;if(v&&(!u||!i)&&(i="none"),A._ease=Ve(i,Bt.ease),A._yEase=l?Yo(Ve(l===!0?i:l,Bt.ease)):0,l&&A._yoyo&&!A._repeat&&(l=A._yEase,A._yEase=A._ease,A._ease=l),A._from=!v&&!!r.runBackwards,!v||u&&!r.stagger){if(S=w[0]?Ge(w[0]).harness:0,M=S&&r[S.prop],Q=en(r,Ui),f&&(f._zTime<0&&f.progress(1),t<0&&c&&a&&!h?f.render(-1,!0):f.revert(c&&g?qr:bg),f._lazy=0),s){if(ye(A._startAt=nA.set(w,MA({data:"isStart",overwrite:!1,parent:C,immediateRender:!0,lazy:!f&&yA(o),startAt:null,delay:0,onUpdate:B&&function(){return OA(A,"onUpdate")},stagger:0},s))),A._startAt._dp=0,A._startAt._sat=A,t<0&&(fA||!a&&!h)&&A._startAt.revert(qr),a&&g&&t<=0&&e<=0){t&&(A._zTime=t);return}}else if(c&&g&&!f){if(t&&(a=!1),H=MA({overwrite:!1,data:"isFromStart",lazy:a&&!f&&yA(o),immediateRender:a,stagger:0,parent:C},Q),M&&(H[S.prop]=M),ye(A._startAt=nA.set(w,H)),A._startAt._dp=0,A._startAt._sat=A,t<0&&(fA?A._startAt.revert(qr):A._startAt.render(-1,!0)),A._zTime=t,!a)n(A._startAt,k,k);else if(!t)return}for(A._pt=A._ptCache=0,o=g&&yA(o)||o&&!g,U=0;U<w.length;U++){if(p=w[U],D=p._gsap||vi(w)[U]._gsap,A._ptLookup[U]=T={},Fi[D.id]&&Ee.length&&An(),N=d===w?U:d.indexOf(p),S&&(b=new S).init(p,M||Q,A,N,d)!==!1&&(A._pt=y=new IA(A._pt,p,b.name,0,1,b.render,b,0,b.priority),b._props.forEach(function($){T[$]=y}),b.priority&&(x=1)),!S||M)for(H in Q)TA[H]&&(b=zo(H,Q,A,N,p,d))?b.priority&&(x=1):T[H]=y=Si.call(A,p,H,"get",Q[H],N,d,0,r.stringFilter);A._op&&A._op[U]&&A.kill(p,A._op[U]),E&&A._pt&&(_e=A,Z.killTweensOf(p,T,A.globalTime(t)),P=!A.parent,_e=0),A._pt&&o&&(Fi[D.id]=1)}x&&tB(A),A._onInit&&A._onInit(A)}A._onUpdate=B,A._initted=(!A._op||A._pt)&&!P,u&&t<=0&&v.render(YA,!0,!0)},rw=function(A,t,e,r,i,s,a,o){var B=(A._pt&&A._ptCache||(A._ptCache={}))[t],c,l,u,h;if(!B)for(B=A._ptCache[t]=[],u=A._ptLookup,h=A._targets.length;h--;){if(c=u[h][t],c&&c.d&&c.d._pt)for(c=c.d._pt;c&&c.p!==t&&c.fp!==t;)c=c._next;if(!c)return Di=1,A.vars[t]="+=0",Ti(A,a),Di=0,o?Rt(t+" not eligible for reset"):1;B.push(c)}for(h=B.length;h--;)l=B[h],c=l._pt||l,c.s=(r||r===0)&&!i?r:c.s+(r||0)+s*c.c,c.c=e-c.s,l.e&&(l.e=tA(e)+UA(l.e)),l.b&&(l.b=c.s+UA(l.b))},nw=function(A,t){var e=A[0]?Ge(A[0]).harness:0,r=e&&e.aliases,i,s,a,o;if(!r)return t;i=ut({},t);for(s in r)if(s in i)for(o=r[s].split(","),a=o.length;a--;)i[o[a]]=i[s];return i},iw=function(A,t,e,r){var i=t.ease||r||"power1.inOut",s,a;if(CA(t))a=e[A]||(e[A]=[]),t.forEach(function(o,B){return a.push({t:B/(t.length-1)*100,v:o,e:i})});else for(s in t)a=e[s]||(e[s]=[]),s==="ease"||a.push({t:parseFloat(A),v:t[s],e:i})},$t=function(A,t,e,r,i){return q(A)?A.call(t,e,r,i):BA(A)&&~A.indexOf("random(")?Wt(A):A},jo=mi+"repeat,repeatDelay,yoyo,repeatRefresh,yoyoEase,autoRevert",qo={};HA(jo+",id,stagger,delay,duration,paused,scrollTrigger",function(n){return qo[n]=1});var nA=function(n){Bo(A,n);function A(e,r,i,s){var a;typeof r=="number"&&(i.duration=r,r=i,i=null),a=n.call(this,s?r:Xt(r))||this;var o=a.vars,B=o.duration,c=o.delay,l=o.immediateRender,u=o.stagger,h=o.overwrite,g=o.keyframes,f=o.defaults,w=o.scrollTrigger,C=o.yoyoEase,d=r.parent||Z,E=(CA(e)||lo(e)?ce(e[0]):"length"in r)?[e]:WA(e),v,Q,U,H,y,p,x,D;if(a._targets=E.length?vi(E):Rt("GSAP target "+e+" not found. https://gsap.com",!SA.nullTargetWarn)||[],a._ptLookup=[],a._overwrite=h,g||u||zr(B)||zr(c)){if(r=a.vars,v=a.timeline=new mA({data:"nested",defaults:f||{},targets:d&&d.data==="nested"?d.vars.targets:E}),v.kill(),v.parent=v._dp=Be(a),v._start=0,u||zr(B)||zr(c)){if(H=E.length,x=u&&So(u),ee(u))for(y in u)~jo.indexOf(y)&&(D||(D={}),D[y]=u[y]);for(Q=0;Q<H;Q++)U=en(r,qo),U.stagger=0,C&&(U.yoyoEase=C),D&&ut(U,D),p=E[Q],U.duration=+$t(B,Be(a),Q,p,E),U.delay=(+$t(c,Be(a),Q,p,E)||0)-a._delay,!u&&H===1&&U.delay&&(a._delay=c=U.delay,a._start+=c,U.delay=0),v.to(p,U,x?x(Q,p,E):0),v._ease=G.none;v.duration()?B=c=0:a.timeline=0}else if(g){Xt(MA(v.vars.defaults,{ease:"none"})),v._ease=Ve(g.ease||r.ease||"none");var S=0,b,T,N;if(CA(g))g.forEach(function(M){return v.to(E,M,">")}),v.duration();else{U={};for(y in g)y==="ease"||y==="easeEach"||iw(y,g[y],U,g.easeEach);for(y in U)for(b=U[y].sort(function(M,P){return M.t-P.t}),S=0,Q=0;Q<b.length;Q++)T=b[Q],N={ease:T.e,duration:(T.t-(Q?b[Q-1].t:0))/100*B},N[y]=T.v,v.to(E,N,S),S+=N.duration;v.duration()<B&&v.to({},{duration:B-v.duration()})}}B||a.duration(B=v.duration())}else a.timeline=0;return h===!0&&!ui&&(_e=Be(a),Z.killTweensOf(E),_e=0),re(d,Be(a),i),r.reversed&&a.reverse(),r.paused&&a.paused(!0),(l||!B&&!g&&a._start===z(d._time)&&yA(l)&&Tg(Be(a))&&d.data!=="nested")&&(a._tTime=-k,a.render(Math.max(0,-c)||0)),w&&_o(Be(a),w),a}var t=A.prototype;return t.render=function(r,i,s){var a=this._time,o=this._tDur,B=this._dur,c=r<0,l=r>o-k&&!c?o:r<k?0:r,u,h,g,f,w,C,d,E,v;if(!B)Og(this,r,i,s);else if(l!==this._tTime||!r||s||!this._initted&&this._tTime||this._startAt&&this._zTime<0!==c||this._lazy){if(u=l,E=this.timeline,this._repeat){if(f=B+this._rDelay,this._repeat<-1&&c)return this.totalTime(f*100+r,i,s);if(u=z(l%f),l===o?(g=this._repeat,u=B):(w=z(l/f),g=~~w,g&&g===w?(u=B,g--):u>B&&(u=B)),C=this._yoyo&&g&1,C&&(v=this._yEase,u=B-u),w=ft(this._tTime,f),u===a&&!s&&this._initted&&g===w)return this._tTime=l,this;g!==w&&(E&&this._yEase&&Jo(E,C),this.vars.repeatRefresh&&!C&&!this._lock&&u!==f&&this._initted&&(this._lock=s=1,this.render(z(f*g),!0).invalidate()._lock=0))}if(!this._initted){if(bo(this,c?r:u,s,i,l))return this._tTime=0,this;if(a!==this._time&&!(s&&this.vars.repeatRefresh&&g!==w))return this;if(B!==this._dur)return this.render(r,i,s)}if(this._tTime=l,this._time=u,!this._act&&this._ts&&(this._act=1,this._lazy=0),this.ratio=d=(v||this._ease)(u/B),this._from&&(this.ratio=d=1-d),!a&&l&&!i&&!w&&(OA(this,"onStart"),this._tTime!==l))return this;for(h=this._pt;h;)h.r(d,h.d),h=h._next;E&&E.render(r<0?r:E._dur*E._ease(u/this._dur),i,s)||this._startAt&&(this._zTime=r),this._onUpdate&&!i&&(c&&yi(this,r,i,s),OA(this,"onUpdate")),this._repeat&&g!==w&&this.vars.onRepeat&&!i&&this.parent&&OA(this,"onRepeat"),(l===this._tDur||!l)&&this._tTime===l&&(c&&!this._onUpdate&&yi(this,r,!0,!0),(r||!B)&&(l===this._tDur&&this._ts>0||!l&&this._ts<0)&&ye(this,1),!i&&!(c&&!a)&&(l||a||C)&&(OA(this,l===o?"onComplete":"onReverseComplete",!0),this._prom&&!(l<o&&this.timeScale()>0)&&this._prom()))}return this},t.targets=function(){return this._targets},t.invalidate=function(r){return(!r||!this.vars.runBackwards)&&(this._startAt=0),this._pt=this._op=this._onUpdate=this._lazy=this.ratio=0,this._ptLookup=[],this.timeline&&this.timeline.invalidate(r),n.prototype.invalidate.call(this,r)},t.resetTo=function(r,i,s,a,o){jt||GA.wake(),this._ts||this.play();var B=Math.min(this._dur,(this._dp._time-this._start)*this._ts),c;return this._initted||Ti(this,B),c=this._ease(B/this._dur),rw(this,r,i,s,a,c,B,o)?this.resetTo(r,i,s,a,1):(sn(this,0),this.parent||yo(this._dp,this,"_first","_last",this._dp._sort?"_start":0),this.render(0))},t.kill=function(r,i){if(i===void 0&&(i="all"),!r&&(!i||i==="all"))return this._lazy=this._pt=0,this.parent?Zt(this):this.scrollTrigger&&this.scrollTrigger.kill(!!fA),this;if(this.timeline){var s=this.timeline.totalDuration();return this.timeline.killTweensOf(r,i,_e&&_e.vars.overwrite!==!0)._first||Zt(this),this.parent&&s!==this.timeline.totalDuration()&&ht(this,this._dur*this.timeline._tDur/s,0,1),this}var a=this._targets,o=r?WA(r):a,B=this._ptLookup,c=this._pt,l,u,h,g,f,w,C;if((!i||i==="all")&&Sg(a,o))return i==="all"&&(this._pt=0),Zt(this);for(l=this._op=this._op||[],i!=="all"&&(BA(i)&&(f={},HA(i,function(d){return f[d]=1}),i=f),i=nw(a,i)),C=a.length;C--;)if(~o.indexOf(a[C])){u=B[C],i==="all"?(l[C]=i,g=u,h={}):(h=l[C]=l[C]||{},g=i);for(f in g)w=u&&u[f],w&&((!("kill"in w.d)||w.d.kill(f)===!0)&&tn(this,w,"_pt"),delete u[f]),h!=="all"&&(h[f]=1)}return this._initted&&!this._pt&&c&&Zt(this),this},A.to=function(r,i){return new A(r,i,arguments[2])},A.from=function(r,i){return Yt(1,arguments)},A.delayedCall=function(r,i,s,a){return new A(i,0,{immediateRender:!1,lazy:!1,overwrite:!1,delay:r,onComplete:i,onReverseComplete:i,onCompleteParams:s,onReverseCompleteParams:s,callbackScope:a})},A.fromTo=function(r,i,s){return Yt(2,arguments)},A.set=function(r,i){return i.duration=0,i.repeatDelay||(i.repeat=0),new A(r,i)},A.killTweensOf=function(r,i,s){return Z.killTweensOf(r,i,s)},A}(qt);MA(nA.prototype,{_targets:[],_lazy:0,_startAt:0,_op:0,_onInit:0}),HA("staggerTo,staggerFrom,staggerFromTo",function(n){nA[n]=function(){var A=new mA,t=Ii.call(arguments,0);return t.splice(n==="staggerFromTo"?5:4,0,0),A[n].apply(A,t)}});var Mi=function(A,t,e){return A[t]=e},$o=function(A,t,e){return A[t](e)},sw=function(A,t,e,r){return A[t](r.fp,e)},aw=function(A,t,e){return A.setAttribute(t,e)},Oi=function(A,t){return q(A[t])?$o:hi(A[t])&&A.setAttribute?aw:Mi},AB=function(A,t){return t.set(t.t,t.p,Math.round((t.s+t.c*A)*1e6)/1e6,t)},ow=function(A,t){return t.set(t.t,t.p,!!(t.s+t.c*A),t)},eB=function(A,t){var e=t._pt,r="";if(!A&&t.b)r=t.b;else if(A===1&&t.e)r=t.e;else{for(;e;)r=e.p+(e.m?e.m(e.s+e.c*A):Math.round((e.s+e.c*A)*1e4)/1e4)+r,e=e._next;r+=t.c}t.set(t.t,t.p,r,t)},Gi=function(A,t){for(var e=t._pt;e;)e.r(A,e.d),e=e._next},Bw=function(A,t,e,r){for(var i=this._pt,s;i;)s=i._next,i.p===r&&i.modifier(A,t,e),i=s},cw=function(A){for(var t=this._pt,e,r;t;)r=t._next,t.p===A&&!t.op||t.op===A?tn(this,t,"_pt"):t.dep||(e=1),t=r;return!e},lw=function(A,t,e,r){r.mSet(A,t,r.m.call(r.tween,e,r.mt),r)},tB=function(A){for(var t=A._pt,e,r,i,s;t;){for(e=t._next,r=i;r&&r.pr>t.pr;)r=r._next;(t._prev=r?r._prev:s)?t._prev._next=t:i=t,(t._next=r)?r._prev=t:s=t,t=e}A._pt=i},IA=function(){function n(t,e,r,i,s,a,o,B,c){this.t=e,this.s=i,this.c=s,this.p=r,this.r=a||AB,this.d=o||this,this.set=B||Mi,this.pr=c||0,this._next=t,t&&(t._prev=this)}var A=n.prototype;return A.modifier=function(e,r,i){this.mSet=this.mSet||this.set,this.set=lw,this.m=e,this.mt=i,this.tween=r},n}();HA(mi+"parent,duration,ease,delay,overwrite,runBackwards,startAt,yoyo,immediateRender,repeat,repeatDelay,data,paused,reversed,lazy,callbackScope,stringFilter,id,yoyoEase,stagger,inherit,repeatRefresh,keyframes,autoRevert,scrollTrigger",function(n){return Ui[n]=1}),DA.TweenMax=DA.TweenLite=nA,DA.TimelineLite=DA.TimelineMax=mA,Z=new mA({sortChildren:!1,defaults:Bt,autoRemoveChildren:!0,id:"root",smoothChildTiming:!0}),SA.stringFilter=Xo;var Re=[],an={},uw=[],rB=0,fw=0,Pi=function(A){return(an[A]||uw).map(function(t){return t()})},Vi=function(){var A=Date.now(),t=[];A-rB>2&&(Pi("matchMediaInit"),Re.forEach(function(e){var r=e.queries,i=e.conditions,s,a,o,B;for(a in r)s=te.matchMedia(r[a]).matches,s&&(o=1),s!==i[a]&&(i[a]=s,B=1);B&&(e.revert(),o&&t.push(e))}),Pi("matchMediaRevert"),t.forEach(function(e){return e.onMatch(e,function(r){return e.add(null,r)})}),rB=A,Pi("matchMedia"))},nB=function(){function n(t,e){this.selector=e&&_i(e),this.data=[],this._r=[],this.isReverted=!1,this.id=fw++,t&&this.add(t)}var A=n.prototype;return A.add=function(e,r,i){q(e)&&(i=r,r=e,e=q);var s=this,a=function(){var B=W,c=s.selector,l;return B&&B!==s&&B.data.push(s),i&&(s.selector=_i(i)),W=s,l=r.apply(s,arguments),q(l)&&s._r.push(l),W=B,s.selector=c,s.isReverted=!1,l};return s.last=a,e===q?a(s,function(o){return s.add(null,o)}):e?s[e]=a:a},A.ignore=function(e){var r=W;W=null,e(this),W=r},A.getTweens=function(){var e=[];return this.data.forEach(function(r){return r instanceof n?e.push.apply(e,r.getTweens()):r instanceof nA&&!(r.parent&&r.parent.data==="nested")&&e.push(r)}),e},A.clear=function(){this._r.length=this.data.length=0},A.kill=function(e,r){var i=this;if(e?function(){for(var a=i.getTweens(),o=i.data.length,B;o--;)B=i.data[o],B.data==="isFlip"&&(B.revert(),B.getChildren(!0,!0,!1).forEach(function(c){return a.splice(a.indexOf(c),1)}));for(a.map(function(c){return{g:c._dur||c._delay||c._sat&&!c._sat.vars.immediateRender?c.globalTime(0):-1/0,t:c}}).sort(function(c,l){return l.g-c.g||-1/0}).forEach(function(c){return c.t.revert(e)}),o=i.data.length;o--;)B=i.data[o],B instanceof mA?B.data!=="nested"&&(B.scrollTrigger&&B.scrollTrigger.revert(),B.kill()):!(B instanceof nA)&&B.revert&&B.revert(e);i._r.forEach(function(c){return c(e,i)}),i.isReverted=!0}():this.data.forEach(function(a){return a.kill&&a.kill()}),this.clear(),r)for(var s=Re.length;s--;)Re[s].id===this.id&&Re.splice(s,1)},A.revert=function(e){this.kill(e||{})},n}(),hw=function(){function n(t){this.contexts=[],this.scope=t,W&&W.data.push(this)}var A=n.prototype;return A.add=function(e,r,i){ee(e)||(e={matches:e});var s=new nB(0,i||this.scope),a=s.conditions={},o,B,c;W&&!s.selector&&(s.selector=W.selector),this.contexts.push(s),r=s.add("onMatch",r),s.queries=e;for(B in e)B==="all"?c=1:(o=te.matchMedia(e[B]),o&&(Re.indexOf(s)<0&&Re.push(s),(a[B]=o.matches)&&(c=1),o.addListener?o.addListener(Vi):o.addEventListener("change",Vi)));return c&&r(s,function(l){return s.add(null,l)}),this},A.revert=function(e){this.kill(e||{})},A.kill=function(e){this.contexts.forEach(function(r){return r.kill(e,!0)})},n}(),on={registerPlugin:function(){for(var A=arguments.length,t=new Array(A),e=0;e<A;e++)t[e]=arguments[e];t.forEach(function(r){return Vo(r)})},timeline:function(A){return new mA(A)},getTweensOf:function(A,t){return Z.getTweensOf(A,t)},getProperty:function(A,t,e,r){BA(A)&&(A=WA(A)[0]);var i=Ge(A||{}).get,s=e?vo:mo;return e==="native"&&(e=""),A&&(t?s((TA[t]&&TA[t].get||i)(A,t,e,r)):function(a,o,B){return s((TA[a]&&TA[a].get||i)(A,a,o,B))})},quickSetter:function(A,t,e){if(A=WA(A),A.length>1){var r=A.map(function(c){return _A.quickSetter(c,t,e)}),i=r.length;return function(c){for(var l=i;l--;)r[l](c)}}A=A[0]||{};var s=TA[t],a=Ge(A),o=a.harness&&(a.harness.aliases||{})[t]||t,B=s?function(c){var l=new s;gt._pt=0,l.init(A,e?c+e:c,gt,0,[A]),l.render(1,l),gt._pt&&Gi(1,gt)}:a.set(A,o);return s?B:function(c){return B(A,o,e?c+e:c,a,1)}},quickTo:function(A,t,e){var r,i=_A.to(A,MA((r={},r[t]="+=0.1",r.paused=!0,r.stagger=0,r),e||{})),s=function(o,B,c){return i.resetTo(t,o,B,c)};return s.tween=i,s},isTweening:function(A){return Z.getTweensOf(A,!0).length>0},defaults:function(A){return A&&A.ease&&(A.ease=Ve(A.ease,Bt.ease)),Eo(Bt,A||{})},config:function(A){return Eo(SA,A||{})},registerEffect:function(A){var t=A.name,e=A.effect,r=A.plugins,i=A.defaults,s=A.extendTimeline;(r||"").split(",").forEach(function(a){return a&&!TA[a]&&!DA[a]&&Rt(t+" effect requires "+a+" plugin.")}),pi[t]=function(a,o,B){return e(WA(a),MA(o||{},i),B)},s&&(mA.prototype[t]=function(a,o,B){return this.add(pi[t](a,ee(o)?o:(B=o)&&{},this),B)})},registerEase:function(A,t){G[A]=Ve(t)},parseEase:function(A,t){return arguments.length?Ve(A,t):G},getById:function(A){return Z.getById(A)},exportRoot:function(A,t){A===void 0&&(A={});var e=new mA(A),r,i;for(e.smoothChildTiming=yA(A.smoothChildTiming),Z.remove(e),e._dp=0,e._time=e._tTime=Z._time,r=Z._first;r;)i=r._next,(t||!(!r._dur&&r instanceof nA&&r.vars.onComplete===r._targets[0]))&&re(e,r,r._start-r._delay),r=i;return re(Z,e,0),e},context:function(A,t){return A?new nB(A,t):W},matchMedia:function(A){return new hw(A)},matchMediaRefresh:function(){return Re.forEach(function(A){var t=A.conditions,e,r;for(r in t)t[r]&&(t[r]=!1,e=1);e&&A.revert()})||Vi()},addEventListener:function(A,t){var e=an[A]||(an[A]=[]);~e.indexOf(t)||e.push(t)},removeEventListener:function(A,t){var e=an[A],r=e&&e.indexOf(t);r>=0&&e.splice(r,1)},utils:{wrap:Yg,wrapYoyo:Jg,distribute:So,random:To,snap:Do,normalize:Xg,getUnit:UA,clamp:Vg,splitColor:No,toArray:WA,selector:_i,mapRange:Oo,pipe:Rg,unitize:kg,interpolate:Wg,shuffle:Ko},install:wo,effects:pi,ticker:GA,updateRoot:mA.updateRoot,plugins:TA,globalTimeline:Z,core:{PropTween:IA,globals:Qo,Tween:nA,Timeline:mA,Animation:qt,getCache:Ge,_removeLinkedListItem:tn,reverting:function(){return fA},context:function(A){return A&&W&&(W.data.push(A),A._ctx=W),W},suppressOverwrites:function(A){return ui=A}}};HA("to,from,fromTo,delayedCall,set,killTweensOf",function(n){return on[n]=nA[n]}),GA.add(mA.updateRoot),gt=on.to({},{duration:0});var gw=function(A,t){for(var e=A._pt;e&&e.p!==t&&e.op!==t&&e.fp!==t;)e=e._next;return e},ww=function(A,t){var e=A._targets,r,i,s;for(r in t)for(i=e.length;i--;)s=A._ptLookup[i][r],s&&(s=s.d)&&(s._pt&&(s=gw(s,r)),s&&s.modifier&&s.modifier(t[r],A,e[i],r))},Ni=function(A,t){return{name:A,headless:1,rawVars:1,init:function(r,i,s){s._onInit=function(a){var o,B;if(BA(i)&&(o={},HA(i,function(c){return o[c]=1}),i=o),t){o={};for(B in i)o[B]=t(i[B]);i=o}ww(a,i)}}}},_A=on.registerPlugin({name:"attr",init:function(A,t,e,r,i){var s,a,o;this.tween=e;for(s in t)o=A.getAttribute(s)||"",a=this.add(A,"setAttribute",(o||0)+"",t[s],r,i,0,0,s),a.op=s,a.b=o,this._props.push(s)},render:function(A,t){for(var e=t._pt;e;)fA?e.set(e.t,e.p,e.b,e):e.r(A,e.d),e=e._next}},{name:"endArray",headless:1,init:function(A,t){for(var e=t.length;e--;)this.add(A,e,A[e]||0,t[e],0,0,0,0,0,1)}},Ni("roundProps",bi),Ni("modifiers"),Ni("snap",Do))||on;nA.version=mA.version=_A.version="3.14.2",go=1,gi()&&wt(),G.Power0,G.Power1,G.Power2,G.Power3,G.Power4,G.Linear,G.Quad,G.Cubic,G.Quart,G.Quint,G.Strong,G.Elastic,G.Back,G.SteppedEase,G.Bounce,G.Sine,G.Expo,G.Circ;/*!
62
+ * CSSPlugin 3.14.2
63
+ * https://gsap.com
64
+ *
65
+ * Copyright 2008-2025, GreenSock. All rights reserved.
66
+ * Subject to the terms at https://gsap.com/standard-license
67
+ * @author: Jack Doyle, jack@greensock.com
68
+ */var iB,be,Qt,Ri,ke,sB,ki,Qw=function(){return typeof window<"u"},le={},Xe=180/Math.PI,dt=Math.PI/180,Ct=Math.atan2,aB=1e8,Xi=/([A-Z])/g,dw=/(left|right|width|margin|padding|x)/i,Cw=/[\s,\(]\S/,ne={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},Yi=function(A,t){return t.set(t.t,t.p,Math.round((t.s+t.c*A)*1e4)/1e4+t.u,t)},Uw=function(A,t){return t.set(t.t,t.p,A===1?t.e:Math.round((t.s+t.c*A)*1e4)/1e4+t.u,t)},Fw=function(A,t){return t.set(t.t,t.p,A?Math.round((t.s+t.c*A)*1e4)/1e4+t.u:t.b,t)},pw=function(A,t){return t.set(t.t,t.p,A===1?t.e:A?Math.round((t.s+t.c*A)*1e4)/1e4+t.u:t.b,t)},mw=function(A,t){var e=t.s+t.c*A;t.set(t.t,t.p,~~(e+(e<0?-.5:.5))+t.u,t)},oB=function(A,t){return t.set(t.t,t.p,A?t.e:t.b,t)},BB=function(A,t){return t.set(t.t,t.p,A!==1?t.b:t.e,t)},vw=function(A,t,e){return A.style[t]=e},Ew=function(A,t,e){return A.style.setProperty(t,e)},yw=function(A,t,e){return A._gsap[t]=e},Hw=function(A,t,e){return A._gsap.scaleX=A._gsap.scaleY=e},Iw=function(A,t,e,r,i){var s=A._gsap;s.scaleX=s.scaleY=e,s.renderTransform(i,s)},_w=function(A,t,e,r,i){var s=A._gsap;s[t]=e,s.renderTransform(i,s)},j="transform",bA=j+"Origin",bw=function n(A,t){var e=this,r=this.target,i=r.style,s=r._gsap;if(A in le&&i){if(this.tfm=this.tfm||{},A!=="transform")A=ne[A]||A,~A.indexOf(",")?A.split(",").forEach(function(a){return e.tfm[a]=ue(r,a)}):this.tfm[A]=s.x?s[A]:ue(r,A),A===bA&&(this.tfm.zOrigin=s.zOrigin);else return ne.transform.split(",").forEach(function(a){return n.call(e,a,t)});if(this.props.indexOf(j)>=0)return;s.svg&&(this.svgo=r.getAttribute("data-svg-origin"),this.props.push(bA,t,"")),A=j}(i||t)&&this.props.push(A,t,i[A])},cB=function(A){A.translate&&(A.removeProperty("translate"),A.removeProperty("scale"),A.removeProperty("rotate"))},xw=function(){var A=this.props,t=this.target,e=t.style,r=t._gsap,i,s;for(i=0;i<A.length;i+=3)A[i+1]?A[i+1]===2?t[A[i]](A[i+2]):t[A[i]]=A[i+2]:A[i+2]?e[A[i]]=A[i+2]:e.removeProperty(A[i].substr(0,2)==="--"?A[i]:A[i].replace(Xi,"-$1").toLowerCase());if(this.tfm){for(s in this.tfm)r[s]=this.tfm[s];r.svg&&(r.renderTransform(),t.setAttribute("data-svg-origin",this.svgo||"")),i=ki(),(!i||!i.isStart)&&!e[j]&&(cB(e),r.zOrigin&&e[bA]&&(e[bA]+=" "+r.zOrigin+"px",r.zOrigin=0,r.renderTransform()),r.uncache=1)}},lB=function(A,t){var e={target:A,props:[],revert:xw,save:bw};return A._gsap||_A.core.getCache(A),t&&A.style&&A.nodeType&&t.split(",").forEach(function(r){return e.save(r)}),e},uB,Ji=function(A,t){var e=be.createElementNS?be.createElementNS((t||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),A):be.createElement(A);return e&&e.style?e:be.createElement(A)},PA=function n(A,t,e){var r=getComputedStyle(A);return r[t]||r.getPropertyValue(t.replace(Xi,"-$1").toLowerCase())||r.getPropertyValue(t)||!e&&n(A,Ut(t)||t,1)||""},fB="O,Moz,ms,Ms,Webkit".split(","),Ut=function(A,t,e){var r=t||ke,i=r.style,s=5;if(A in i&&!e)return A;for(A=A.charAt(0).toUpperCase()+A.substr(1);s--&&!(fB[s]+A in i););return s<0?null:(s===3?"ms":s>=0?fB[s]:"")+A},Wi=function(){Qw()&&window.document&&(iB=window,be=iB.document,Qt=be.documentElement,ke=Ji("div")||{style:{}},Ji("div"),j=Ut(j),bA=j+"Origin",ke.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",uB=!!Ut("perspective"),ki=_A.core.reverting,Ri=1)},hB=function(A){var t=A.ownerSVGElement,e=Ji("svg",t&&t.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),r=A.cloneNode(!0),i;r.style.display="block",e.appendChild(r),Qt.appendChild(e);try{i=r.getBBox()}catch{}return e.removeChild(r),Qt.removeChild(e),i},gB=function(A,t){for(var e=t.length;e--;)if(A.hasAttribute(t[e]))return A.getAttribute(t[e])},wB=function(A){var t,e;try{t=A.getBBox()}catch{t=hB(A),e=1}return t&&(t.width||t.height)||e||(t=hB(A)),t&&!t.width&&!t.x&&!t.y?{x:+gB(A,["x","cx","x1"])||0,y:+gB(A,["y","cy","y1"])||0,width:0,height:0}:t},QB=function(A){return!!(A.getCTM&&(!A.parentNode||A.ownerSVGElement)&&wB(A))},xe=function(A,t){if(t){var e=A.style,r;t in le&&t!==bA&&(t=j),e.removeProperty?(r=t.substr(0,2),(r==="ms"||t.substr(0,6)==="webkit")&&(t="-"+t),e.removeProperty(r==="--"?t:t.replace(Xi,"-$1").toLowerCase())):e.removeAttribute(t)}},Le=function(A,t,e,r,i,s){var a=new IA(A._pt,t,e,0,1,s?BB:oB);return A._pt=a,a.b=r,a.e=i,A._props.push(e),a},dB={deg:1,rad:1,turn:1},Lw={grid:1,flex:1},Ke=function n(A,t,e,r){var i=parseFloat(e)||0,s=(e+"").trim().substr((i+"").length)||"px",a=ke.style,o=dw.test(t),B=A.tagName.toLowerCase()==="svg",c=(B?"client":"offset")+(o?"Width":"Height"),l=100,u=r==="px",h=r==="%",g,f,w,C;if(r===s||!i||dB[r]||dB[s])return i;if(s!=="px"&&!u&&(i=n(A,t,e,"px")),C=A.getCTM&&QB(A),(h||s==="%")&&(le[t]||~t.indexOf("adius")))return g=C?A.getBBox()[o?"width":"height"]:A[c],tA(h?i/g*l:i/100*g);if(a[o?"width":"height"]=l+(u?s:r),f=r!=="rem"&&~t.indexOf("adius")||r==="em"&&A.appendChild&&!B?A:A.parentNode,C&&(f=(A.ownerSVGElement||{}).parentNode),(!f||f===be||!f.appendChild)&&(f=be.body),w=f._gsap,w&&h&&w.width&&o&&w.time===GA.time&&!w.uncache)return tA(i/w.width*l);if(h&&(t==="height"||t==="width")){var d=A.style[t];A.style[t]=l+r,g=A[c],d?A.style[t]=d:xe(A,t)}else(h||s==="%")&&!Lw[PA(f,"display")]&&(a.position=PA(A,"position")),f===A&&(a.position="static"),f.appendChild(ke),g=ke[c],f.removeChild(ke),a.position="absolute";return o&&h&&(w=Ge(f),w.time=GA.time,w.width=f[c]),tA(u?g*i/l:g&&i?l/g*i:0)},ue=function(A,t,e,r){var i;return Ri||Wi(),t in ne&&t!=="transform"&&(t=ne[t],~t.indexOf(",")&&(t=t.split(",")[0])),le[t]&&t!=="transform"?(i=er(A,r),i=t!=="transformOrigin"?i[t]:i.svg?i.origin:cn(PA(A,bA))+" "+i.zOrigin+"px"):(i=A.style[t],(!i||i==="auto"||r||~(i+"").indexOf("calc("))&&(i=Bn[t]&&Bn[t](A,t,e)||PA(A,t)||Fo(A,t)||(t==="opacity"?1:0))),e&&!~(i+"").trim().indexOf(" ")?Ke(A,t,i,e)+e:i},Kw=function(A,t,e,r){if(!e||e==="none"){var i=Ut(t,A,1),s=i&&PA(A,i,1);s&&s!==e?(t=i,e=s):t==="borderColor"&&(e=PA(A,"borderTopColor"))}var a=new IA(this._pt,A.style,t,0,1,eB),o=0,B=0,c,l,u,h,g,f,w,C,d,E,v,Q;if(a.b=e,a.e=r,e+="",r+="",r.substring(0,6)==="var(--"&&(r=PA(A,r.substring(4,r.indexOf(")")))),r==="auto"&&(f=A.style[t],A.style[t]=r,r=PA(A,t)||r,f?A.style[t]=f:xe(A,t)),c=[e,r],Xo(c),e=c[0],r=c[1],u=e.match(ct)||[],Q=r.match(ct)||[],Q.length){for(;l=ct.exec(r);)w=l[0],d=r.substring(o,l.index),g?g=(g+1)%5:(d.substr(-5)==="rgba("||d.substr(-5)==="hsla(")&&(g=1),w!==(f=u[B++]||"")&&(h=parseFloat(f)||0,v=f.substr((h+"").length),w.charAt(1)==="="&&(w=lt(h,w)+v),C=parseFloat(w),E=w.substr((C+"").length),o=ct.lastIndex-E.length,E||(E=E||SA.units[t]||v,o===r.length&&(r+=E,a.e+=E)),v!==E&&(h=Ke(A,t,f,E)||0),a._pt={_next:a._pt,p:d||B===1?d:",",s:h,c:C-h,m:g&&g<4||t==="zIndex"?Math.round:0});a.c=o<r.length?r.substring(o,r.length):""}else a.r=t==="display"&&r==="none"?BB:oB;return ho.test(r)&&(a.e=0),this._pt=a,a},CB={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},Sw=function(A){var t=A.split(" "),e=t[0],r=t[1]||"50%";return(e==="top"||e==="bottom"||r==="left"||r==="right")&&(A=e,e=r,r=A),t[0]=CB[e]||e,t[1]=CB[r]||r,t.join(" ")},Dw=function(A,t){if(t.tween&&t.tween._time===t.tween._dur){var e=t.t,r=e.style,i=t.u,s=e._gsap,a,o,B;if(i==="all"||i===!0)r.cssText="",o=1;else for(i=i.split(","),B=i.length;--B>-1;)a=i[B],le[a]&&(o=1,a=a==="transformOrigin"?bA:j),xe(e,a);o&&(xe(e,j),s&&(s.svg&&e.removeAttribute("transform"),r.scale=r.rotate=r.translate="none",er(e,1),s.uncache=1,cB(r)))}},Bn={clearProps:function(A,t,e,r,i){if(i.data!=="isFromStart"){var s=A._pt=new IA(A._pt,t,e,0,0,Dw);return s.u=r,s.pr=-10,s.tween=i,A._props.push(e),1}}},Ar=[1,0,0,1,0,0],UB={},FB=function(A){return A==="matrix(1, 0, 0, 1, 0, 0)"||A==="none"||!A},pB=function(A){var t=PA(A,j);return FB(t)?Ar:t.substr(7).match(fo).map(tA)},Zi=function(A,t){var e=A._gsap||Ge(A),r=A.style,i=pB(A),s,a,o,B;return e.svg&&A.getAttribute("transform")?(o=A.transform.baseVal.consolidate().matrix,i=[o.a,o.b,o.c,o.d,o.e,o.f],i.join(",")==="1,0,0,1,0,0"?Ar:i):(i===Ar&&!A.offsetParent&&A!==Qt&&!e.svg&&(o=r.display,r.display="block",s=A.parentNode,(!s||!A.offsetParent&&!A.getBoundingClientRect().width)&&(B=1,a=A.nextElementSibling,Qt.appendChild(A)),i=pB(A),o?r.display=o:xe(A,"display"),B&&(a?s.insertBefore(A,a):s?s.appendChild(A):Qt.removeChild(A))),t&&i.length>6?[i[0],i[1],i[4],i[5],i[12],i[13]]:i)},zi=function(A,t,e,r,i,s){var a=A._gsap,o=i||Zi(A,!0),B=a.xOrigin||0,c=a.yOrigin||0,l=a.xOffset||0,u=a.yOffset||0,h=o[0],g=o[1],f=o[2],w=o[3],C=o[4],d=o[5],E=t.split(" "),v=parseFloat(E[0])||0,Q=parseFloat(E[1])||0,U,H,y,p;e?o!==Ar&&(H=h*w-g*f)&&(y=v*(w/H)+Q*(-f/H)+(f*d-w*C)/H,p=v*(-g/H)+Q*(h/H)-(h*d-g*C)/H,v=y,Q=p):(U=wB(A),v=U.x+(~E[0].indexOf("%")?v/100*U.width:v),Q=U.y+(~(E[1]||E[0]).indexOf("%")?Q/100*U.height:Q)),r||r!==!1&&a.smooth?(C=v-B,d=Q-c,a.xOffset=l+(C*h+d*f)-C,a.yOffset=u+(C*g+d*w)-d):a.xOffset=a.yOffset=0,a.xOrigin=v,a.yOrigin=Q,a.smooth=!!r,a.origin=t,a.originIsAbsolute=!!e,A.style[bA]="0px 0px",s&&(Le(s,a,"xOrigin",B,v),Le(s,a,"yOrigin",c,Q),Le(s,a,"xOffset",l,a.xOffset),Le(s,a,"yOffset",u,a.yOffset)),A.setAttribute("data-svg-origin",v+" "+Q)},er=function(A,t){var e=A._gsap||new Zo(A);if("x"in e&&!t&&!e.uncache)return e;var r=A.style,i=e.scaleX<0,s="px",a="deg",o=getComputedStyle(A),B=PA(A,bA)||"0",c,l,u,h,g,f,w,C,d,E,v,Q,U,H,y,p,x,D,S,b,T,N,M,P,$,hA,FA,vA,gA,xA,iA,sA;return c=l=u=f=w=C=d=E=v=0,h=g=1,e.svg=!!(A.getCTM&&QB(A)),o.translate&&((o.translate!=="none"||o.scale!=="none"||o.rotate!=="none")&&(r[j]=(o.translate!=="none"?"translate3d("+(o.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+(o.rotate!=="none"?"rotate("+o.rotate+") ":"")+(o.scale!=="none"?"scale("+o.scale.split(" ").join(",")+") ":"")+(o[j]!=="none"?o[j]:"")),r.scale=r.rotate=r.translate="none"),H=Zi(A,e.svg),e.svg&&(e.uncache?($=A.getBBox(),B=e.xOrigin-$.x+"px "+(e.yOrigin-$.y)+"px",P=""):P=!t&&A.getAttribute("data-svg-origin"),zi(A,P||B,!!P||e.originIsAbsolute,e.smooth!==!1,H)),Q=e.xOrigin||0,U=e.yOrigin||0,H!==Ar&&(D=H[0],S=H[1],b=H[2],T=H[3],c=N=H[4],l=M=H[5],H.length===6?(h=Math.sqrt(D*D+S*S),g=Math.sqrt(T*T+b*b),f=D||S?Ct(S,D)*Xe:0,d=b||T?Ct(b,T)*Xe+f:0,d&&(g*=Math.abs(Math.cos(d*dt))),e.svg&&(c-=Q-(Q*D+U*b),l-=U-(Q*S+U*T))):(sA=H[6],xA=H[7],FA=H[8],vA=H[9],gA=H[10],iA=H[11],c=H[12],l=H[13],u=H[14],y=Ct(sA,gA),w=y*Xe,y&&(p=Math.cos(-y),x=Math.sin(-y),P=N*p+FA*x,$=M*p+vA*x,hA=sA*p+gA*x,FA=N*-x+FA*p,vA=M*-x+vA*p,gA=sA*-x+gA*p,iA=xA*-x+iA*p,N=P,M=$,sA=hA),y=Ct(-b,gA),C=y*Xe,y&&(p=Math.cos(-y),x=Math.sin(-y),P=D*p-FA*x,$=S*p-vA*x,hA=b*p-gA*x,iA=T*x+iA*p,D=P,S=$,b=hA),y=Ct(S,D),f=y*Xe,y&&(p=Math.cos(y),x=Math.sin(y),P=D*p+S*x,$=N*p+M*x,S=S*p-D*x,M=M*p-N*x,D=P,N=$),w&&Math.abs(w)+Math.abs(f)>359.9&&(w=f=0,C=180-C),h=tA(Math.sqrt(D*D+S*S+b*b)),g=tA(Math.sqrt(M*M+sA*sA)),y=Ct(N,M),d=Math.abs(y)>2e-4?y*Xe:0,v=iA?1/(iA<0?-iA:iA):0),e.svg&&(P=A.getAttribute("transform"),e.forceCSS=A.setAttribute("transform","")||!FB(PA(A,j)),P&&A.setAttribute("transform",P))),Math.abs(d)>90&&Math.abs(d)<270&&(i?(h*=-1,d+=f<=0?180:-180,f+=f<=0?180:-180):(g*=-1,d+=d<=0?180:-180)),t=t||e.uncache,e.x=c-((e.xPercent=c&&(!t&&e.xPercent||(Math.round(A.offsetWidth/2)===Math.round(-c)?-50:0)))?A.offsetWidth*e.xPercent/100:0)+s,e.y=l-((e.yPercent=l&&(!t&&e.yPercent||(Math.round(A.offsetHeight/2)===Math.round(-l)?-50:0)))?A.offsetHeight*e.yPercent/100:0)+s,e.z=u+s,e.scaleX=tA(h),e.scaleY=tA(g),e.rotation=tA(f)+a,e.rotationX=tA(w)+a,e.rotationY=tA(C)+a,e.skewX=d+a,e.skewY=E+a,e.transformPerspective=v+s,(e.zOrigin=parseFloat(B.split(" ")[2])||!t&&e.zOrigin||0)&&(r[bA]=cn(B)),e.xOffset=e.yOffset=0,e.force3D=SA.force3D,e.renderTransform=e.svg?Mw:uB?mB:Tw,e.uncache=0,e},cn=function(A){return(A=A.split(" "))[0]+" "+A[1]},ji=function(A,t,e){var r=UA(t);return tA(parseFloat(t)+parseFloat(Ke(A,"x",e+"px",r)))+r},Tw=function(A,t){t.z="0px",t.rotationY=t.rotationX="0deg",t.force3D=0,mB(A,t)},Ye="0deg",tr="0px",Je=") ",mB=function(A,t){var e=t||this,r=e.xPercent,i=e.yPercent,s=e.x,a=e.y,o=e.z,B=e.rotation,c=e.rotationY,l=e.rotationX,u=e.skewX,h=e.skewY,g=e.scaleX,f=e.scaleY,w=e.transformPerspective,C=e.force3D,d=e.target,E=e.zOrigin,v="",Q=C==="auto"&&A&&A!==1||C===!0;if(E&&(l!==Ye||c!==Ye)){var U=parseFloat(c)*dt,H=Math.sin(U),y=Math.cos(U),p;U=parseFloat(l)*dt,p=Math.cos(U),s=ji(d,s,H*p*-E),a=ji(d,a,-Math.sin(U)*-E),o=ji(d,o,y*p*-E+E)}w!==tr&&(v+="perspective("+w+Je),(r||i)&&(v+="translate("+r+"%, "+i+"%) "),(Q||s!==tr||a!==tr||o!==tr)&&(v+=o!==tr||Q?"translate3d("+s+", "+a+", "+o+") ":"translate("+s+", "+a+Je),B!==Ye&&(v+="rotate("+B+Je),c!==Ye&&(v+="rotateY("+c+Je),l!==Ye&&(v+="rotateX("+l+Je),(u!==Ye||h!==Ye)&&(v+="skew("+u+", "+h+Je),(g!==1||f!==1)&&(v+="scale("+g+", "+f+Je),d.style[j]=v||"translate(0, 0)"},Mw=function(A,t){var e=t||this,r=e.xPercent,i=e.yPercent,s=e.x,a=e.y,o=e.rotation,B=e.skewX,c=e.skewY,l=e.scaleX,u=e.scaleY,h=e.target,g=e.xOrigin,f=e.yOrigin,w=e.xOffset,C=e.yOffset,d=e.forceCSS,E=parseFloat(s),v=parseFloat(a),Q,U,H,y,p;o=parseFloat(o),B=parseFloat(B),c=parseFloat(c),c&&(c=parseFloat(c),B+=c,o+=c),o||B?(o*=dt,B*=dt,Q=Math.cos(o)*l,U=Math.sin(o)*l,H=Math.sin(o-B)*-u,y=Math.cos(o-B)*u,B&&(c*=dt,p=Math.tan(B-c),p=Math.sqrt(1+p*p),H*=p,y*=p,c&&(p=Math.tan(c),p=Math.sqrt(1+p*p),Q*=p,U*=p)),Q=tA(Q),U=tA(U),H=tA(H),y=tA(y)):(Q=l,y=u,U=H=0),(E&&!~(s+"").indexOf("px")||v&&!~(a+"").indexOf("px"))&&(E=Ke(h,"x",s,"px"),v=Ke(h,"y",a,"px")),(g||f||w||C)&&(E=tA(E+g-(g*Q+f*H)+w),v=tA(v+f-(g*U+f*y)+C)),(r||i)&&(p=h.getBBox(),E=tA(E+r/100*p.width),v=tA(v+i/100*p.height)),p="matrix("+Q+","+U+","+H+","+y+","+E+","+v+")",h.setAttribute("transform",p),d&&(h.style[j]=p)},Ow=function(A,t,e,r,i){var s=360,a=BA(i),o=parseFloat(i)*(a&&~i.indexOf("rad")?Xe:1),B=o-r,c=r+B+"deg",l,u;return a&&(l=i.split("_")[1],l==="short"&&(B%=s,B!==B%(s/2)&&(B+=B<0?s:-s)),l==="cw"&&B<0?B=(B+s*aB)%s-~~(B/s)*s:l==="ccw"&&B>0&&(B=(B-s*aB)%s-~~(B/s)*s)),A._pt=u=new IA(A._pt,t,e,r,B,Uw),u.e=c,u.u="deg",A._props.push(e),u},vB=function(A,t){for(var e in t)A[e]=t[e];return A},Gw=function(A,t,e){var r=vB({},e._gsap),i="perspective,force3D,transformOrigin,svgOrigin",s=e.style,a,o,B,c,l,u,h,g;r.svg?(B=e.getAttribute("transform"),e.setAttribute("transform",""),s[j]=t,a=er(e,1),xe(e,j),e.setAttribute("transform",B)):(B=getComputedStyle(e)[j],s[j]=t,a=er(e,1),s[j]=B);for(o in le)B=r[o],c=a[o],B!==c&&i.indexOf(o)<0&&(h=UA(B),g=UA(c),l=h!==g?Ke(e,o,B,g):parseFloat(B),u=parseFloat(c),A._pt=new IA(A._pt,a,o,l,u-l,Yi),A._pt.u=g||0,A._props.push(o));vB(a,r)};HA("padding,margin,Width,Radius",function(n,A){var t="Top",e="Right",r="Bottom",i="Left",s=(A<3?[t,e,r,i]:[t+i,t+e,r+e,r+i]).map(function(a){return A<2?n+a:"border"+a+n});Bn[A>1?"border"+n:n]=function(a,o,B,c,l){var u,h;if(arguments.length<4)return u=s.map(function(g){return ue(a,g,B)}),h=u.join(" "),h.split(u[0]).length===5?u[0]:h;u=(c+"").split(" "),h={},s.forEach(function(g,f){return h[g]=u[f]=u[f]||u[(f-1)/2|0]}),a.init(o,h,l)}});var EB={name:"css",register:Wi,targetTest:function(A){return A.style&&A.nodeType},init:function(A,t,e,r,i){var s=this._props,a=A.style,o=e.vars.startAt,B,c,l,u,h,g,f,w,C,d,E,v,Q,U,H,y,p;Ri||Wi(),this.styles=this.styles||lB(A),y=this.styles.props,this.tween=e;for(f in t)if(f!=="autoRound"&&(c=t[f],!(TA[f]&&zo(f,t,e,r,A,i)))){if(h=typeof c,g=Bn[f],h==="function"&&(c=c.call(e,r,A,i),h=typeof c),h==="string"&&~c.indexOf("random(")&&(c=Wt(c)),g)g(this,A,f,c,e)&&(H=1);else if(f.substr(0,2)==="--")B=(getComputedStyle(A).getPropertyValue(f)+"").trim(),c+="",Ie.lastIndex=0,Ie.test(B)||(w=UA(B),C=UA(c),C?w!==C&&(B=Ke(A,f,B,C)+C):w&&(c+=w)),this.add(a,"setProperty",B,c,r,i,0,0,f),s.push(f),y.push(f,0,a[f]);else if(h!=="undefined"){if(o&&f in o?(B=typeof o[f]=="function"?o[f].call(e,r,A,i):o[f],BA(B)&&~B.indexOf("random(")&&(B=Wt(B)),UA(B+"")||B==="auto"||(B+=SA.units[f]||UA(ue(A,f))||""),(B+"").charAt(1)==="="&&(B=ue(A,f))):B=ue(A,f),u=parseFloat(B),d=h==="string"&&c.charAt(1)==="="&&c.substr(0,2),d&&(c=c.substr(2)),l=parseFloat(c),f in ne&&(f==="autoAlpha"&&(u===1&&ue(A,"visibility")==="hidden"&&l&&(u=0),y.push("visibility",0,a.visibility),Le(this,a,"visibility",u?"inherit":"hidden",l?"inherit":"hidden",!l)),f!=="scale"&&f!=="transform"&&(f=ne[f],~f.indexOf(",")&&(f=f.split(",")[0]))),E=f in le,E){if(this.styles.save(f),p=c,h==="string"&&c.substring(0,6)==="var(--"){if(c=PA(A,c.substring(4,c.indexOf(")"))),c.substring(0,5)==="calc("){var x=A.style.perspective;A.style.perspective=c,c=PA(A,"perspective"),x?A.style.perspective=x:xe(A,"perspective")}l=parseFloat(c)}if(v||(Q=A._gsap,Q.renderTransform&&!t.parseTransform||er(A,t.parseTransform),U=t.smoothOrigin!==!1&&Q.smooth,v=this._pt=new IA(this._pt,a,j,0,1,Q.renderTransform,Q,0,-1),v.dep=1),f==="scale")this._pt=new IA(this._pt,Q,"scaleY",Q.scaleY,(d?lt(Q.scaleY,d+l):l)-Q.scaleY||0,Yi),this._pt.u=0,s.push("scaleY",f),f+="X";else if(f==="transformOrigin"){y.push(bA,0,a[bA]),c=Sw(c),Q.svg?zi(A,c,0,U,0,this):(C=parseFloat(c.split(" ")[2])||0,C!==Q.zOrigin&&Le(this,Q,"zOrigin",Q.zOrigin,C),Le(this,a,f,cn(B),cn(c)));continue}else if(f==="svgOrigin"){zi(A,c,1,U,0,this);continue}else if(f in UB){Ow(this,Q,f,u,d?lt(u,d+c):c);continue}else if(f==="smoothOrigin"){Le(this,Q,"smooth",Q.smooth,c);continue}else if(f==="force3D"){Q[f]=c;continue}else if(f==="transform"){Gw(this,c,A);continue}}else f in a||(f=Ut(f)||f);if(E||(l||l===0)&&(u||u===0)&&!Cw.test(c)&&f in a)w=(B+"").substr((u+"").length),l||(l=0),C=UA(c)||(f in SA.units?SA.units[f]:w),w!==C&&(u=Ke(A,f,B,C)),this._pt=new IA(this._pt,E?Q:a,f,u,(d?lt(u,d+l):l)-u,!E&&(C==="px"||f==="zIndex")&&t.autoRound!==!1?mw:Yi),this._pt.u=C||0,E&&p!==c?(this._pt.b=B,this._pt.e=p,this._pt.r=pw):w!==C&&C!=="%"&&(this._pt.b=B,this._pt.r=Fw);else if(f in a)Kw.call(this,A,f,B,d?d+c:c);else if(f in A)this.add(A,f,B||A[f],d?d+c:c,r,i);else if(f!=="parseTransform"){Ci(f,c);continue}E||(f in a?y.push(f,0,a[f]):typeof A[f]=="function"?y.push(f,2,A[f]()):y.push(f,1,B||A[f])),s.push(f)}}H&&tB(this)},render:function(A,t){if(t.tween._time||!ki())for(var e=t._pt;e;)e.r(A,e.d),e=e._next;else t.styles.revert()},get:ue,aliases:ne,getSetter:function(A,t,e){var r=ne[t];return r&&r.indexOf(",")<0&&(t=r),t in le&&t!==bA&&(A._gsap.x||ue(A,"x"))?e&&sB===e?t==="scale"?Hw:yw:(sB=e||{})&&(t==="scale"?Iw:_w):A.style&&!hi(A.style[t])?vw:~t.indexOf("-")?Ew:Oi(A,t)},core:{_removeProperty:xe,_getMatrix:Zi}};_A.utils.checkPrefix=Ut,_A.core.getStyleSaver=lB,function(n,A,t,e){var r=HA(n+","+A+","+t,function(i){le[i]=1});HA(A,function(i){SA.units[i]="deg",UB[i]=1}),ne[r[13]]=n+","+A,HA(e,function(i){var s=i.split(":");ne[s[1]]=r[s[0]]})}("x,y,z,scale,scaleX,scaleY,xPercent,yPercent","rotation,rotationX,rotationY,skewX,skewY","transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective","0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY"),HA("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",function(n){SA.units[n]="px"}),_A.registerPlugin(EB);var yB=_A.registerPlugin(EB)||_A;yB.core.Tween;function Pw(n,A,t,e){const r=new m.BufferGeometry,s=new m.ArcCurve(0,0,n,A,t,!1).getSpacedPoints(100);r.setFromPoints(s);const a=[];for(let h=0;h<s.length;h++)a.push(h/s.length);const o=new m.BufferAttribute(new Float32Array(a),1);r.attributes.percent=o;const B=[];for(let h=0;h<s.length;h++){const g=new m.Color(15503171),f=new m.Color(15969910),w=g.lerp(f,h/s.length);B.push(w.r,w.g,w.b)}r.attributes.color=new m.BufferAttribute(new Float32Array(B),3);const c=1.3,l=new m.PointsMaterial({size:c,transparent:!0,depthWrite:!1});l.onBeforeCompile=function(h){h.vertexShader=h.vertexShader.replace("void main() {",["attribute float percent;","void main() {"].join(`
69
+ `)),h.vertexShader=h.vertexShader.replace("gl_PointSize = size;",["gl_PointSize = percent * size;"].join(`
70
+ `))};const u=new m.Points(r,l);return l.color=new m.Color(e),u.name="飞行线",u}function Vw(n,A,t,e,r,i){const s=ot(n,A,t),a=new m.Vector3(s.x,s.y,s.z),o=ot(n,e,r),B=new m.Vector3(o.x,o.y,o.z),c=Nw(a,B),l=Rw(n,c.startPoint,c.endPoint,i);return l.quaternion.multiply(c.quaternion),l}function Nw(n,A){const t=new m.Vector3(0,0,0),e=n.clone().sub(t),r=A.clone().sub(t),i=e.clone().cross(r).normalize(),s=new m.Vector3(0,0,1),a=new m.Quaternion().setFromUnitVectors(i,s),o=n.clone().applyQuaternion(a),B=A.clone().applyQuaternion(a),l=o.clone().add(B).multiplyScalar(.5).clone().sub(t).normalize(),u=new m.Vector3(0,1,0),h=new m.Quaternion().setFromUnitVectors(l,u),g=o.clone().applyQuaternion(h),f=B.clone().applyQuaternion(h);return{quaternion:a.clone().invert().multiply(h.clone().invert()),startPoint:g,endPoint:f}}function Rw(n,A,t,e){const i=new m.Vector3().addVectors(A,t).multiplyScalar(.5).clone().normalize(),s=HB(A,t,new m.Vector3(0,0,0)),a=i.multiplyScalar(n+s*n*.2),o=Xw(A,t,a),B=Math.abs(o.y-a.y),c=HB(A,new m.Vector3(0,-1,0),o),l=-Math.PI/2+c,u=Math.PI-l,h=kw(o.x,o.y,B,l,u,e.color);h.center=o,h.topCoord=a;const g=(u-l)/7,f=Pw(B,l,l+g,e.flyLineColor);return f.position.y=o.y,h.add(f),f.flyEndAngle=u-l-g,f.startAngle=l,f.AngleZ=h.flyEndAngle*Math.random(),h.userData.flyLine=f,h}function HB(n,A,t){const e=n.clone().sub(t).normalize(),r=A.clone().sub(t).normalize(),i=e.clone().dot(r);return Math.acos(i)}function kw(n,A,t,e,r,i){const s=new m.BufferGeometry,o=new m.ArcCurve(n,A,t,e,r,!1).getSpacedPoints(80);s.setFromPoints(o);const B=new m.LineBasicMaterial({color:i||13731143});return new m.Line(s,B)}function Xw(n,A,t){const e=n.lengthSq(),r=A.lengthSq(),i=t.lengthSq(),s=n.x,a=n.y,o=A.x,B=A.y,c=t.x,l=t.y,u=s*B+o*l+c*a-s*l-o*a-c*B,h=(r*l+e*B+i*a-r*a-i*B-e*l)/u/2,g=(i*o+r*s+e*c-e*o-r*c-i*s)/u/2;return new m.Vector3(h,g,0)}class Yw{constructor(A){K(this,"group");K(this,"earthGroup");K(this,"around");K(this,"aroundPoints");K(this,"options");K(this,"uniforms");K(this,"timeValue");K(this,"earth");K(this,"punctuationMaterial");K(this,"markupPoint");K(this,"waveMeshArr");K(this,"circleLineList");K(this,"circleList");K(this,"x");K(this,"n");K(this,"isRotation");K(this,"flyLineArcGroup");this.options=A,this.group=new m.Group,this.group.name="group",this.group.scale.set(0,0,0),this.earthGroup=new m.Group,this.group.add(this.earthGroup),this.earthGroup.name="EarthGroup",this.markupPoint=new m.Group,this.markupPoint.name="markupPoint",this.waveMeshArr=[],this.circleLineList=[],this.circleList=[],this.x=0,this.n=0,this.isRotation=this.options.earth.isRotation,this.timeValue=100,this.uniforms={glowColor:{value:new m.Color(840171)},scale:{type:"f",value:-1},bias:{type:"f",value:1},power:{type:"f",value:3.3},time:{type:"f",value:this.timeValue},isHover:{value:!1},map:{value:null}}}async init(){return new Promise(async A=>{this.createEarth(),this.createStars(),this.createEarthGlow(),this.createEarthAperture(),await this.createMarkupPoint(),await this.createSpriteLabel(),this.createAnimateCircle(),this.createFlyLine(),this.show(),A()})}createEarth(){const A=new m.SphereBufferGeometry(this.options.earth.radius,50,50),t=new m.SphereBufferGeometry(this.options.earth.radius+10,60,60),e=new m.PointsMaterial({color:8519679,transparent:!0,sizeAttenuation:!0,opacity:.1,vertexColors:!1,size:.01}),r=new m.Points(t,e);this.earthGroup.add(r),this.uniforms.map.value=this.options.textures.earth;const i=new m.ShaderMaterial({uniforms:this.uniforms,vertexShader:dg,fragmentShader:Cg});i.needsUpdate=!0,this.earth=new m.Mesh(A,i),this.earth.name="earth",this.earthGroup.add(this.earth)}createStars(){const A=[],t=[];for(let r=0;r<500;r++){const i=new m.Vector3;i.x=800*Math.random()-300,i.y=800*Math.random()-300,i.z=800*Math.random()-300,A.push(i.x,i.y,i.z),t.push(new m.Color(1,1,1))}this.around=new m.BufferGeometry,this.around.setAttribute("position",new m.BufferAttribute(new Float32Array(A),3)),this.around.setAttribute("color",new m.BufferAttribute(new Float32Array(t),3));const e=new m.PointsMaterial({size:2,sizeAttenuation:!0,color:5076687,transparent:!0,opacity:1,map:this.options.textures.gradient});this.aroundPoints=new m.Points(this.around,e),this.aroundPoints.name="星空",this.aroundPoints.scale.set(1,1,1),this.group.add(this.aroundPoints)}createEarthGlow(){const A=this.options.earth.radius,t=this.options.textures.glow,e=new m.SpriteMaterial({map:t,color:4427985,transparent:!0,opacity:.7,depthWrite:!1}),r=new m.Sprite(e);r.scale.set(A*3,A*3,1),this.earthGroup.add(r)}createEarthAperture(){const A=["varying vec3 vVertexWorldPosition;","varying vec3 vVertexNormal;","varying vec4 vFragColor;","void main(){"," vVertexNormal = normalize(normalMatrix * normal);"," vVertexWorldPosition = (modelMatrix * vec4(position, 1.0)).xyz;"," // set gl_Position"," gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);","}"].join(`
71
+ `),t={uniforms:{coeficient:{type:"f",value:1},power:{type:"f",value:3},glowColor:{type:"c",value:new m.Color(4427985)}},vertexShader:A,fragmentShader:["uniform vec3 glowColor;","uniform float coeficient;","uniform float power;","varying vec3 vVertexNormal;","varying vec3 vVertexWorldPosition;","varying vec4 vFragColor;","void main(){"," vec3 worldCameraToVertex = vVertexWorldPosition - cameraPosition;"," vec3 viewCameraToVertex = (viewMatrix * vec4(worldCameraToVertex, 0.0)).xyz;"," viewCameraToVertex= normalize(viewCameraToVertex);"," float intensity = pow(coeficient + dot(vVertexNormal, viewCameraToVertex), power);"," gl_FragColor = vec4(glowColor, intensity);","}"].join(`
72
+ `)},e=new m.ShaderMaterial({uniforms:t.uniforms,vertexShader:t.vertexShader,fragmentShader:t.fragmentShader,blending:m.NormalBlending,transparent:!0,depthWrite:!1}),r=new m.SphereBufferGeometry(this.options.earth.radius+0,50,50),i=new m.Mesh(r,e);this.earthGroup.add(i)}async createMarkupPoint(){await Promise.all(this.options.data.map(async A=>{const t=this.options.earth.radius,e=A.startArray.E,r=A.startArray.N;this.punctuationMaterial=new m.MeshBasicMaterial({color:this.options.punctuation.circleColor,map:this.options.textures.label,transparent:!0,depthWrite:!1});const i=oo({radius:t,lon:e,lat:r,material:this.punctuationMaterial});this.markupPoint.add(i);const s=ao({radius:this.options.earth.radius,lon:e,lat:r,index:0,textures:this.options.textures,punctuation:this.options.punctuation});this.markupPoint.add(s);const a=so({radius:t,lon:e,lat:r,textures:this.options.textures});this.markupPoint.add(a),this.waveMeshArr.push(a),await Promise.all(A.endArray.map(o=>{const B=o.E,c=o.N,l=oo({radius:t,lon:B,lat:c,material:this.punctuationMaterial});this.markupPoint.add(l);const u=ao({radius:this.options.earth.radius,lon:B,lat:c,index:1,textures:this.options.textures,punctuation:this.options.punctuation});this.markupPoint.add(u);const h=so({radius:t,lon:B,lat:c,textures:this.options.textures});this.markupPoint.add(h),this.waveMeshArr.push(h)})),this.earthGroup.add(this.markupPoint)}))}async createSpriteLabel(){await Promise.all(this.options.data.map(async A=>{let t=[];t.push(A.startArray),t=t.concat(...A.endArray),await Promise.all(t.map(async e=>{const r=ot(this.options.earth.radius*1.001,e.E,e.N),i=`<div class="fire-div">${e.name}</div>`,s=document.getElementById("three-earth-html2canvas");s.innerHTML=i;const a={backgroundColor:null,scale:6},B=(await gg(document.getElementById("three-earth-html2canvas"),a)).toDataURL("image/png"),c=new m.TextureLoader().load(B),l=new m.SpriteMaterial({map:c,transparent:!0}),u=new m.Sprite(l),h=5+(e.name.length-2)*2;u.scale.set(h,3,1),u.position.set(r.x*1.1,r.y*1.1,r.z*1.1),this.earth.add(u)}))}))}createAnimateCircle(){const A=Ug({radius:this.options.earth.radius+15,number:150}),t=new m.MeshBasicMaterial({color:"#0c3172",transparent:!0,opacity:.4,side:m.DoubleSide}),e=Fg({pointList:A,material:t,number:100,radius:.1});this.earthGroup.add(e);const r=e.clone();r.scale.set(1.2,1.2,1.2),r.rotateZ(Math.PI/6),this.earthGroup.add(r);const i=e.clone();i.scale.set(.8,.8,.8),i.rotateZ(-Math.PI/6),this.earthGroup.add(i);const s=new m.Mesh(new m.SphereBufferGeometry(this.options.satellite.size,32,32),new m.MeshBasicMaterial({color:"#e0b187"})),a=new m.Mesh(new m.SphereBufferGeometry(this.options.satellite.size,32,32),new m.MeshBasicMaterial({color:"#628fbb"})),o=new m.Mesh(new m.SphereBufferGeometry(this.options.satellite.size,32,32),new m.MeshBasicMaterial({color:"#806bdf"}));this.circleLineList.push(e,r,i),s.name=a.name=o.name="卫星";for(let B=0;B<this.options.satellite.number;B++){const c=s.clone(),l=Math.floor(A.length/this.options.satellite.number);c.position.set(A[l*(B+1)][0]*1,A[l*(B+1)][1]*1,A[l*(B+1)][2]*1),e.add(c);const u=a.clone(),h=Math.floor(A.length/this.options.satellite.number);u.position.set(A[h*(B+1)][0]*1,A[h*(B+1)][1]*1,A[h*(B+1)][2]*1),r.add(u);const g=a.clone(),f=Math.floor(A.length/this.options.satellite.number);g.position.set(A[f*(B+1)][0]*1,A[f*(B+1)][1]*1,A[f*(B+1)][2]*1),i.add(g)}}createFlyLine(){this.flyLineArcGroup=new m.Group,this.flyLineArcGroup.userData.flyLineArray=[],this.earthGroup.add(this.flyLineArcGroup),this.options.data.forEach(A=>{A.endArray.forEach(t=>{const e=Vw(this.options.earth.radius,A.startArray.E,A.startArray.N,t.E,t.N,this.options.flyLine);this.flyLineArcGroup.add(e),this.flyLineArcGroup.userData.flyLineArray.push(e.userData.flyLine)})})}show(){yB.to(this.group.scale,{x:1,y:1,z:1,duration:2,ease:"Quadratic"})}render(){var A,t;(t=(A=this.flyLineArcGroup)==null?void 0:A.userData.flyLineArray)==null||t.forEach(e=>{e.rotation.z+=this.options.flyLine.speed,e.rotation.z>=e.flyEndAngle&&(e.rotation.z=0)}),this.isRotation&&(this.earthGroup.rotation.y+=this.options.earth.rotateSpeed),this.circleLineList.forEach(e=>{e.rotateY(this.options.satellite.rotateSpeed)}),this.uniforms.time.value=this.uniforms.time.value<-this.timeValue?this.timeValue:this.uniforms.time.value-1,this.waveMeshArr.length&&this.waveMeshArr.forEach(e=>{e.userData.scale+=.007,e.scale.set(e.userData.size*e.userData.scale,e.userData.size*e.userData.scale,e.userData.size*e.userData.scale),e.userData.scale<=1.5?e.material.opacity=(e.userData.scale-1)*2:e.userData.scale>1.5&&e.userData.scale<=2?e.material.opacity=1-(e.userData.scale-1.5)*2:e.userData.scale=1})}}const Jw=[{startArray:{name:"杭州",N:30.246026,E:120.210792},endArray:[{name:"曼谷",N:22,E:100.49074172973633},{name:"澳大利亚",N:-23.68477416688374,E:133.857421875},{name:"新疆维吾尔自治区",N:41.748,E:84.9023},{name:"德黑兰",N:35,E:51},{name:"德黑兰",N:35,E:51},{name:"美国",N:34.125447565116126,E:241.7431640625},{name:"英国",N:51.508742458803326,E:359.82421875},{name:"巴西",N:-9.96885060854611,E:668.1445312499999}]},{startArray:{name:"北京",N:39.89491,E:116.322056},endArray:[{name:"西藏",N:29.660361,E:91.132212},{name:"广西",N:22.830824,E:108.30616},{name:"江西",N:28.676493,E:115.892151},{name:"贵阳",N:26.647661,E:106.630153}]}],VA={earth:{radius:50,rotateSpeed:.002,isRotation:!0},satellite:{show:!0,rotateSpeed:-.01,size:1,number:2},punctuation:{circleColor:3707647,lightColumn:{startColor:16777215,endColor:16711680}},flyLine:{color:13731143,speed:.004,flyLineColor:16742164}};class Ww{constructor(A){K(this,"basic");K(this,"scene");K(this,"camera");K(this,"renderer");K(this,"controls");K(this,"sizes");K(this,"material");K(this,"resources");K(this,"option");K(this,"earth");K(this,"_html2canvasEl",null);K(this,"_animFrameId",null);this.option=A,this._createHtml2CanvasEl(),this.basic=new PB(A.dom),this.scene=this.basic.scene,this.renderer=this.basic.renderer,this.controls=this.basic.controls,this.camera=this.basic.camera,this.sizes=new NB({dom:A.dom}),this.sizes.$on("resize",()=>{const t=Number(this.sizes.viewport.width),e=Number(this.sizes.viewport.height);this.renderer.setSize(t,e),this.camera.aspect=t/e,this.camera.updateProjectionMatrix()}),this.resources=new XB(async()=>{await this.createEarth(),this.render()},A.baseUrl??"")}_createHtml2CanvasEl(){const A=document.getElementById("three-earth-html2canvas");if(A){this._html2canvasEl=A;return}const t=document.createElement("div");t.id="three-earth-html2canvas",t.className="css3d-wapper",t.style.cssText="position:fixed;z-index:-9999;left:0;top:0;pointer-events:none;background:rgba(0,0,0,0);",t.innerHTML='<div class="fire-div"></div>',document.body.appendChild(t),this._html2canvasEl=t}async createEarth(){var e,r,i,s,a,o,B,c,l,u,h,g,f,w,C,d,E;const A=this.option,t={radius:((e=A.earth)==null?void 0:e.radius)??VA.earth.radius,rotateSpeed:((r=A.earth)==null?void 0:r.rotateSpeed)??VA.earth.rotateSpeed,isRotation:((i=A.earth)==null?void 0:i.isRotation)??VA.earth.isRotation};this.earth=new Yw({data:A.data??Jw,dom:A.dom,textures:this.resources.textures,earth:t,satellite:{show:((s=A.satellite)==null?void 0:s.show)??VA.satellite.show,rotateSpeed:((a=A.satellite)==null?void 0:a.rotateSpeed)??VA.satellite.rotateSpeed,size:((o=A.satellite)==null?void 0:o.size)??VA.satellite.size,number:((B=A.satellite)==null?void 0:B.number)??VA.satellite.number},punctuation:{circleColor:((c=A.punctuation)==null?void 0:c.circleColor)??VA.punctuation.circleColor,lightColumn:{startColor:((u=(l=A.punctuation)==null?void 0:l.lightColumn)==null?void 0:u.startColor)??VA.punctuation.lightColumn.startColor,endColor:((g=(h=A.punctuation)==null?void 0:h.lightColumn)==null?void 0:g.endColor)??VA.punctuation.lightColumn.endColor}},flyLine:{color:((f=A.flyLine)==null?void 0:f.color)??VA.flyLine.color,speed:((w=A.flyLine)==null?void 0:w.speed)??VA.flyLine.speed,flyLineColor:((C=A.flyLine)==null?void 0:C.flyLineColor)??VA.flyLine.flyLineColor}}),await this.earth.init(),this.scene.add(this.earth.group),(E=(d=this.option).onReady)==null||E.call(d)}render(){const A=()=>{var t;this._animFrameId=requestAnimationFrame(A),(t=this.earth)==null||t.render(),this.controls.update(),this.renderer.render(this.scene,this.camera)};A()}dispose(){var A,t;this._animFrameId!==null&&(cancelAnimationFrame(this._animFrameId),this._animFrameId=null),this.renderer.dispose(),this.renderer.domElement.parentElement===this.option.dom&&this.option.dom.removeChild(this.renderer.domElement),(t=(A=this._html2canvasEl)==null?void 0:A.parentElement)==null||t.removeChild(this._html2canvasEl),this._html2canvasEl=null}}LA.World=Ww,Object.defineProperty(LA,Symbol.toStringTag,{value:"Module"})});